01JMDTXB4E6P9THB4FWC2SM4JJ: 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: 01JMDV0DH1J6SD4B2VHKZK51Z7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-19T02:16:55.578Zjob assigned to worker 01JMDZVEBZ2Z5J42WFP9EYCCM1 [factory aws, i-075c5fc7ad36002c1] (queued for 1 h 25 m 27 s)
 
22025-02-19T02:17:04.408Zstarting task 0: "setup"
32025-02-19T02:17:04.413Z++ uname -s
42025-02-19T02:17:04.416Z+ kern=SunOS
52025-02-19T02:17:04.416Z+ build_user=build
62025-02-19T02:17:04.416Z+ build_uid=12345
72025-02-19T02:17:04.416Z+ work_dir=/work
82025-02-19T02:17:04.416Z+ input_dir=/input
92025-02-19T02:17:04.416Z+ [[ 0 == 12345 ]]
102025-02-19T02:17:04.416Z+ case "$kern" in
112025-02-19T02:17:04.416Z+ groupadd -g 12345 build
122025-02-19T02:17:04.419Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-19T02:17:06.426Z+ zfs create -o mountpoint=/work rpool/work
142025-02-19T02:17:06.567Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-19T02:17:06.569Z+ home_fs=zfs
162025-02-19T02:17:06.569Z+ [[ zfs == autofs ]]
172025-02-19T02:17:06.569Z+ mkdir -p /home/build
182025-02-19T02:17:06.572Z+ chown build:build /home/build /work
192025-02-19T02:17:08.573Z+ chmod 0700 /home/build /work
202025-02-19T02:17:08.576Zprocess exited: duration 4170 ms, exit code 0
 
212025-02-19T02:17:08.582Zstarting task 1: "rust-toolchain"
222025-02-19T02:17:08.587Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-19T02:17:08.587Z * rust toolchain channel = "1.84.1"
242025-02-19T02:17:08.587Z * rust toolchain profile = "default"
252025-02-19T02:17:08.588Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-19T02:17:08.588Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-19T02:17:08.588Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-19T02:17:08.591Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-19T02:17:08.591Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-19T02:17:08.708Zinfo: downloading installer
312025-02-19T02:17:10.066Zwarning: it looks like you have an existing installation of Rust at:
322025-02-19T02:17:10.066Zwarning: /opt/ooce/bin
332025-02-19T02:17:10.066Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-19T02:17:10.066Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-19T02:17:10.066Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-19T02:17:10.066Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-19T02:17:10.066Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-19T02:17:10.066Zerror: cannot install while Rust is installed
392025-02-19T02:17:10.066Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-19T02:17:10.082Zinfo: profile set to 'default'
412025-02-19T02:17:10.082Zinfo: default host triple is x86_64-unknown-illumos
422025-02-19T02:17:10.084Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-19T02:17:10.234Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-19T02:17:10.234Zinfo: downloading component 'cargo'
452025-02-19T02:17:11.044Zinfo: downloading component 'clippy'
462025-02-19T02:17:11.340Zinfo: downloading component 'rust-docs'
472025-02-19T02:17:13.589Zinfo: downloading component 'rust-std'
482025-02-19T02:17:14.203Zinfo: downloading component 'rustc'
492025-02-19T02:17:20.364Zinfo: downloading component 'rustfmt'
502025-02-19T02:17:20.594Zinfo: installing component 'cargo'
512025-02-19T02:17:21.448Zinfo: installing component 'clippy'
522025-02-19T02:17:21.808Zinfo: installing component 'rust-docs'
532025-02-19T02:17:23.482Zinfo: installing component 'rust-std'
542025-02-19T02:17:25.363Zinfo: installing component 'rustc'
552025-02-19T02:17:31.419Zinfo: installing component 'rustfmt'
562025-02-19T02:17:31.756Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-19T02:17:31.756Z
582025-02-19T02:17:32.147Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-19T02:17:32.147Z
602025-02-19T02:17:32.150Z
612025-02-19T02:17:32.150ZRust is installed now. Great!
622025-02-19T02:17:32.150Z
632025-02-19T02:17:32.150ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-19T02:17:32.150Zenvironment variable. This has not been done automatically.
652025-02-19T02:17:32.150Z
662025-02-19T02:17:32.150ZTo configure your current shell, you need to source
672025-02-19T02:17:32.150Zthe corresponding env file under $HOME/.cargo.
682025-02-19T02:17:32.150Z
692025-02-19T02:17:32.150ZThis is usually done by running one of the following (note the leading DOT):
702025-02-19T02:17:32.150Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-19T02:17:32.150Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-19T02:17:32.228Z+ rustup --version
732025-02-19T02:17:32.236Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-19T02:17:32.236Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-19T02:17:32.314Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-19T02:17:32.317Z+ cargo --version
772025-02-19T02:17:32.377Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-19T02:17:32.381Z+ rustc --version
792025-02-19T02:17:32.442Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-19T02:17:32.445Zprocess exited: duration 23861 ms, exit code 0
 
812025-02-19T02:17:32.451Zstarting task 2: "authentication"
822025-02-19T02:17:32.472Zprocess exited: duration 21 ms, exit code 0
 
832025-02-19T02:17:32.477Zstarting task 3: "clone repository"
842025-02-19T02:17:32.482Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-19T02:17:32.485Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-19T02:17:32.524ZCloning into '/work/oxidecomputer/omicron'...
872025-02-19T02:17:39.708Z+ cd /work/oxidecomputer/omicron
882025-02-19T02:17:39.710Z+ git fetch origin 393a9251dcac7c69a91b393447131feb6a00f8a8
892025-02-19T02:17:40.039ZFrom https://github.com/oxidecomputer/omicron
902025-02-19T02:17:40.039Z * branch 393a9251dcac7c69a91b393447131feb6a00f8a8 -> FETCH_HEAD
912025-02-19T02:17:40.047Z+ [[ -n affinity-api ]]
922025-02-19T02:17:40.052Z++ git branch --show-current
932025-02-19T02:17:40.053Z+ current=main
942025-02-19T02:17:40.053Z+ [[ main != affinity-api ]]
952025-02-19T02:17:40.053Z+ git branch -f affinity-api 393a9251dcac7c69a91b393447131feb6a00f8a8
962025-02-19T02:17:40.079Z+ git checkout -f affinity-api
972025-02-19T02:17:40.237ZSwitched to branch 'affinity-api'
982025-02-19T02:17:40.245Z+ git reset --hard 393a9251dcac7c69a91b393447131feb6a00f8a8
992025-02-19T02:17:40.252ZHEAD is now at 393a9251d Merge branch 'main' into affinity-api
1002025-02-19T02:17:40.254Zprocess exited: duration 7775 ms, exit code 0
 
1012025-02-19T02:17:40.284Zstarting task 4: "build"
1022025-02-19T02:17:40.308Z+ source .github/buildomat/ci-env.sh
1032025-02-19T02:17:40.308Z++ export CARGO_TERM_COLOR=always
1042025-02-19T02:17:40.308Z++ CARGO_TERM_COLOR=always
1052025-02-19T02:17:40.308Z+ cargo --version
1062025-02-19T02:17:40.316Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-19T02:17:40.319Z+ rustc --version
1082025-02-19T02:17:40.381Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-19T02:17:40.396Z+ WORK=/work
1102025-02-19T02:17:40.396Z+ pfexec mkdir -p /work
1112025-02-19T02:17:40.396Z+ pfexec chown build /work
1122025-02-19T02:17:40.396Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-19T02:17:42.004Zpkg list: illegal option -- F
1142025-02-19T02:17:42.005ZUsage:
1152025-02-19T02:17:42.012Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-19T02:17:42.012Z [pkg_fmri_pattern ...]
1172025-02-19T02:17:42.843Zpkg list: illegal option -- F
1182025-02-19T02:17:42.843ZUsage:
1192025-02-19T02:17:42.846Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-19T02:17:42.846Z [pkg_fmri_pattern ...]
1212025-02-19T02:17:50.384Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-19T02:17:54.693Z Startup: Caching catalogs ... Done
1232025-02-19T02:18:07.749ZPlanning: Solver setup ... Done (12.105s)
1242025-02-19T02:18:07.902ZPlanning: Running solver ... Done (0.153s)
1252025-02-19T02:18:08.028ZPlanning: Finding local manifests ... Done (0.006s)
1262025-02-19T02:18:08.032ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-19T02:18:08.271ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-19T02:18:08.382ZPlanning: Package planning ... Done (0.110s)
1292025-02-19T02:18:08.439ZPlanning: Merging actions ... Done (0.057s)
1302025-02-19T02:18:08.639ZPlanning: Checking for conflicting actions ... Done (0.199s)
1312025-02-19T02:18:10.755ZPlanning: Consolidating action changes ... Done (2.116s)
1322025-02-19T02:18:11.190ZPlanning: Evaluating mediators ... Done (0.434s)
1332025-02-19T02:18:11.271ZPlanning: Planning completed in 16.48 seconds
1342025-02-19T02:18:11.324Z Packages to install: 4
1352025-02-19T02:18:11.324Z Packages to update: 3
1362025-02-19T02:18:11.325Z Mediators to change: 2
1372025-02-19T02:18:11.325Z Services to change: 1
1382025-02-19T02:18:11.325Z Estimated space available: 155.61 GB
1392025-02-19T02:18:11.325ZEstimated space to be consumed: 1.66 GB
1402025-02-19T02:18:11.325Z Create boot environment: No
1412025-02-19T02:18:11.325ZCreate backup boot environment: Yes
1422025-02-19T02:18:11.325Z Rebuild boot archive: No
1432025-02-19T02:18:11.325Z
1442025-02-19T02:18:11.328ZChanged mediators:
1452025-02-19T02:18:11.329Z mediator clang:
1462025-02-19T02:18:11.329Z version: None -> 15 (system default)
1472025-02-19T02:18:11.329Z
1482025-02-19T02:18:11.329Z mediator llvm:
1492025-02-19T02:18:11.329Z version: 14 (system default) -> 15 (system default)
1502025-02-19T02:18:11.329Z
1512025-02-19T02:18:11.329ZChanged packages:
1522025-02-19T02:18:11.329Zhelios-dev
1532025-02-19T02:18:11.329Z developer/build-essential
1542025-02-19T02:18:11.329Z None -> 11-2.0
1552025-02-19T02:18:11.329Z library/libxmlsec1
1562025-02-19T02:18:11.329Z None -> 1.2.35-2.0
1572025-02-19T02:18:11.329Z ooce/developer/clang-15
1582025-02-19T02:18:11.329Z None -> 15.0.7-2.0
1592025-02-19T02:18:11.330Z ooce/developer/llvm-15
1602025-02-19T02:18:11.330Z None -> 15.0.7-2.0
1612025-02-19T02:18:11.330Z package/pkg
1622025-02-19T02:18:11.330Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-19T02:18:11.330Z system/library/g++-runtime
1642025-02-19T02:18:11.330Z 13-2.0 -> 14-2.0
1652025-02-19T02:18:11.330Z system/library/gcc-runtime
1662025-02-19T02:18:11.330Z 13-2.0 -> 14-2.0
1672025-02-19T02:18:11.330Z
1682025-02-19T02:18:11.330ZServices:
1692025-02-19T02:18:11.330Z restart_fmri:
1702025-02-19T02:18:11.330Z svc:/system/update-man-index:default
1712025-02-19T02:18:11.330Z
1722025-02-19T02:18:11.330ZEditable files to change:
1732025-02-19T02:18:11.330Z Update:
1742025-02-19T02:18:11.330Z usr/share/lib/pkg/web/config.shtml
1752025-02-19T02:18:11.407Z
1762025-02-19T02:18:11.407ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-19T02:18:16.752ZDownload: 1498/4301 items 117.4/225.4MB 52% complete (23.8M/s)
1782025-02-19T02:18:21.446ZDownload: 3235/4301 items 166.5/225.4MB 73% complete (16.7M/s)
1792025-02-19T02:18:26.667ZDownload: 4283/4301 items 223.1/225.4MB 98% complete (10.5M/s)
1802025-02-19T02:18:27.115ZDownload: Completed 225.42 MB in 15.75 seconds (14.3M/s)
1812025-02-19T02:18:28.177Z Actions: 1/5122 actions (Removing old actions)
1822025-02-19T02:18:28.200Z Actions: 194/5122 actions (Installing new actions)
1832025-02-19T02:18:32.957Z Actions: 4267/5122 actions (Updating modified actions)
1842025-02-19T02:18:33.301Z Actions: Completed 5122 actions in 5.12 seconds.
1852025-02-19T02:18:33.536Z Done (0.226s)
1862025-02-19T02:18:33.539Z Done (0.001s)
1872025-02-19T02:18:34.155Z Done (0.607s)
1882025-02-19T02:18:38.629Z Done (4.257s)
1892025-02-19T02:18:38.717Z Done (0.017s)
1902025-02-19T02:18:38.723Z Done (0.000s)
1912025-02-19T02:18:38.906Z Done (0.000s)
1922025-02-19T02:18:39.627ZPlanning: Evaluating mediator changes ... Done
1932025-02-19T02:18:39.787ZPlanning: Checking for conflicting actions ... Done
1942025-02-19T02:18:39.790ZPlanning: Consolidating action changes ... Done
1952025-02-19T02:18:40.058ZPlanning: Evaluating mediators ... Done
1962025-02-19T02:18:40.061ZPlanning: Planning completed in 0.43 seconds
1972025-02-19T02:18:40.097Z Mediators to change: 2
1982025-02-19T02:18:40.100Z Create boot environment: No
1992025-02-19T02:18:40.100ZCreate backup boot environment: No
2002025-02-19T02:18:40.178Z Done
2012025-02-19T02:18:40.178Z Done
2022025-02-19T02:18:40.558Z Done
2032025-02-19T02:18:44.173Z Done
2042025-02-19T02:18:44.263Z Done
2052025-02-19T02:18:44.265Z Done
2062025-02-19T02:18:44.403Z Done
2072025-02-19T02:18:45.021ZPlanning: Evaluating mediator changes ... Done
2082025-02-19T02:18:45.024ZPlanning: Merging actions ... Done
2092025-02-19T02:18:45.213ZPlanning: Checking for conflicting actions ... Done
2102025-02-19T02:18:45.215ZPlanning: Consolidating action changes ... Done
2112025-02-19T02:18:45.482ZPlanning: Evaluating mediators ... Done
2122025-02-19T02:18:45.537ZPlanning: Planning completed in 0.76 seconds
2132025-02-19T02:18:45.578Z Packages to change: 1
2142025-02-19T02:18:45.578Z Mediators to change: 1
2152025-02-19T02:18:45.580Z Services to change: 1
2162025-02-19T02:18:45.580Z Create boot environment: No
2172025-02-19T02:18:45.580ZCreate backup boot environment: Yes
2182025-02-19T02:18:47.809Z Actions: 1/6 actions (Updating modified actions)
2192025-02-19T02:18:47.812Z Actions: Completed 6 actions in 0.00 seconds.
2202025-02-19T02:18:47.812Z Done
2212025-02-19T02:18:47.812Z Done
2222025-02-19T02:18:47.931Z Done
2232025-02-19T02:18:51.575Z Done
2242025-02-19T02:18:51.671Z Done
2252025-02-19T02:18:51.674Z Done
2262025-02-19T02:18:51.816Z Done
2272025-02-19T02:18:52.249ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282025-02-19T02:18:52.249Zclang system 15 system
2292025-02-19T02:18:52.249Zcsh system system illumos
2302025-02-19T02:18:52.249Zctags system system illumos
2312025-02-19T02:18:52.249Zgcc vendor 12 vendor
2322025-02-19T02:18:52.249Zgcc system 10 system
2332025-02-19T02:18:52.249Zgcc system 7 system
2342025-02-19T02:18:52.249Zgo system 1.20 system
2352025-02-19T02:18:52.249Zgo system 1.19 system
2362025-02-19T02:18:52.249Zllvm system 15 system
2372025-02-19T02:18:52.249Zllvm system 14 system
2382025-02-19T02:18:52.249Zmariadb system 10.6 system
2392025-02-19T02:18:52.249Zmta vendor vendor dma
2402025-02-19T02:18:52.249Zopenjdk system 17 system
2412025-02-19T02:18:52.249Zopenjdk system 11 system
2422025-02-19T02:18:52.249Zopenjdk system 1.8 system
2432025-02-19T02:18:52.249Zopenssl vendor 3 vendor
2442025-02-19T02:18:52.249Zperl system 5.36 system
2452025-02-19T02:18:52.249Zpostgresql system 15 system
2462025-02-19T02:18:52.249Zpostgresql system 13 system
2472025-02-19T02:18:52.249Zpython vendor 3 vendor
2482025-02-19T02:18:52.249Zpython system 2 system
2492025-02-19T02:18:52.249Zpython3 system 3.11 system
2502025-02-19T02:18:52.249Zruby system 3.0 system
2512025-02-19T02:18:52.249Zwords vendor vendor american-english
2522025-02-19T02:18:52.249Zwords system system australian-english
2532025-02-19T02:18:52.249Zwords system system british-english
2542025-02-19T02:18:52.249Zwords system system canadian-english
2552025-02-19T02:18:52.249Zwords system system french
2562025-02-19T02:18:52.249Zwords system system italian
2572025-02-19T02:18:52.249Zwords system system ngerman
2582025-02-19T02:18:52.250Zwords system system ogerman
2592025-02-19T02:18:52.250Zwords system system spanish
2602025-02-19T02:18:52.584ZPUBLISHER TYPE STATUS P LOCATION
2612025-02-19T02:18:52.585Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622025-02-19T02:18:55.566ZFMRI IFO
2632025-02-19T02:18:55.566Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642025-02-19T02:18:55.566Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652025-02-19T02:18:55.566Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662025-02-19T02:18:55.566Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672025-02-19T02:18:55.566Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682025-02-19T02:18:55.566Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692025-02-19T02:18:55.566Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2702025-02-19T02:18:55.566Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712025-02-19T02:18:55.566Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722025-02-19T02:18:55.566Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2732025-02-19T02:18:55.566Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742025-02-19T02:18:55.566Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752025-02-19T02:18:55.566Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2762025-02-19T02:18:55.566Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772025-02-19T02:18:55.567Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782025-02-19T02:18:56.340Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792025-02-19T02:18:56.627Z Updating crates.io index
2802025-02-19T02:18:56.629Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2812025-02-19T02:18:57.174Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2822025-02-19T02:18:57.439Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832025-02-19T02:18:57.703Z Updating git repository `https://github.com/oxidecomputer/propolis`
2842025-02-19T02:18:58.728Z Updating git repository `https://github.com/oxidecomputer/crucible`
2852025-02-19T02:19:00.463Z Updating git repository `https://github.com/oxidecomputer/opte`
2862025-02-19T02:19:01.094Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872025-02-19T02:19:01.924Z Updating git repository `https://github.com/oxidecomputer/clickward`
2882025-02-19T02:19:02.276Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2892025-02-19T02:19:02.573Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902025-02-19T02:19:03.262Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2912025-02-19T02:19:03.669Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2922025-02-19T02:19:04.049Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932025-02-19T02:19:04.317Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2942025-02-19T02:19:04.596Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2952025-02-19T02:19:04.821Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2962025-02-19T02:19:05.114Z Updating git repository `https://github.com/oxidecomputer/lldp`
2972025-02-19T02:19:05.454Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982025-02-19T02:19:05.762Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2992025-02-19T02:19:06.176Z Updating git repository `https://github.com/oxidecomputer/ispf`
3002025-02-19T02:19:06.496Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3012025-02-19T02:19:06.860Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3022025-02-19T02:19:07.339Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3032025-02-19T02:19:07.712Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042025-02-19T02:19:08.055Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3052025-02-19T02:19:08.489Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3062025-02-19T02:19:08.761Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3072025-02-19T02:19:09.011Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3082025-02-19T02:19:09.304Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3092025-02-19T02:19:10.632Z Downloading crates ...
3102025-02-19T02:19:10.714Z Downloaded byteorder v1.5.0
3112025-02-19T02:19:10.716Z Downloaded cargo-platform v0.1.8
3122025-02-19T02:19:10.720Z Downloaded camino-tempfile v1.1.1
3132025-02-19T02:19:10.720Z Downloaded camino v1.1.9
3142025-02-19T02:19:10.808Z Downloaded cargo_metadata v0.18.1
3152025-02-19T02:19:10.811Z Downloaded cfg-if v1.0.0
3162025-02-19T02:19:10.814Z Downloaded clap_lex v0.7.4
3172025-02-19T02:19:10.818Z Downloaded fastrand v2.1.1
3182025-02-19T02:19:10.827Z Downloaded cpufeatures v0.2.14
3192025-02-19T02:19:10.830Z Downloaded cargo_toml v0.20.5
3202025-02-19T02:19:10.830Z Downloaded colorchoice v1.0.2
3212025-02-19T02:19:10.835Z Downloaded clap_builder v4.5.27
3222025-02-19T02:19:10.841Z Downloaded dof v0.3.0
3232025-02-19T02:19:10.844Z Downloaded fnv v1.0.7
3242025-02-19T02:19:10.848Z Downloaded clap_derive v4.5.24
3252025-02-19T02:19:10.852Z Downloaded heck v0.4.1
3262025-02-19T02:19:10.855Z Downloaded errno v0.3.9
3272025-02-19T02:19:10.855Z Downloaded hashbrown v0.15.1
3282025-02-19T02:19:10.860Z Downloaded clap v4.5.27
3292025-02-19T02:19:10.867Z Downloaded heck v0.5.0
3302025-02-19T02:19:10.869Z Downloaded fs-err v2.11.0
3312025-02-19T02:19:10.872Z Downloaded dtrace-parser v0.2.0
3322025-02-19T02:19:10.872Z Downloaded indexmap v2.7.1
3332025-02-19T02:19:10.875Z Downloaded is_terminal_polyfill v1.70.1
3342025-02-19T02:19:10.877Z Downloaded digest v0.10.7
3352025-02-19T02:19:10.877Z Downloaded crypto-common v0.1.6
3362025-02-19T02:19:10.880Z Downloaded pretty-hex v0.4.1
3372025-02-19T02:19:10.880Z Downloaded equivalent v1.0.1
3382025-02-19T02:19:10.904Z Downloaded generic-array v0.14.7
3392025-02-19T02:19:10.906Z Downloaded swrite v0.1.0
3402025-02-19T02:19:10.906Z Downloaded proc-macro-error-attr v1.0.4
3412025-02-19T02:19:10.908Z Downloaded pest_generator v2.7.14
3422025-02-19T02:19:10.913Z Downloaded usdt-macro v0.5.0
3432025-02-19T02:19:10.915Z Downloaded usdt-attr-macro v0.5.0
3442025-02-19T02:19:10.915Z Downloaded tabled_derive v0.7.0
3452025-02-19T02:19:10.915Z Downloaded plain v0.2.3
3462025-02-19T02:19:10.920Z Downloaded itoa v1.0.11
3472025-02-19T02:19:10.920Z Downloaded scroll_derive v0.12.0
3482025-02-19T02:19:10.923Z Downloaded macaddr v1.0.1
3492025-02-19T02:19:10.923Z Downloaded memmap v0.7.0
3502025-02-19T02:19:10.925Z Downloaded serde_spanned v0.6.8
3512025-02-19T02:19:10.925Z Downloaded serde_tokenstream v0.2.2
3522025-02-19T02:19:10.931Z Downloaded strsim v0.11.1
3532025-02-19T02:19:10.934Z Downloaded usdt v0.5.0
3542025-02-19T02:19:10.934Z Downloaded thiserror-impl v1.0.69
3552025-02-19T02:19:10.939Z Downloaded unicode-linebreak v0.1.5
3562025-02-19T02:19:10.942Z Downloaded smawk v0.3.2
3572025-02-19T02:19:10.942Z Downloaded anstyle-query v1.1.1
3582025-02-19T02:19:10.944Z Downloaded terminal_size v0.4.0
3592025-02-19T02:19:10.944Z Downloaded anstyle v1.0.10
3602025-02-19T02:19:10.948Z Downloaded toml_datetime v0.6.8
3612025-02-19T02:19:10.950Z Downloaded thiserror v1.0.69
3622025-02-19T02:19:10.953Z Downloaded utf8parse v0.2.2
3632025-02-19T02:19:10.955Z Downloaded block-buffer v0.10.4
3642025-02-19T02:19:10.955Z Downloaded thread-id v4.2.2
3652025-02-19T02:19:10.958Z Downloaded version_check v0.9.5
3662025-02-19T02:19:10.958Z Downloaded usdt-impl v0.5.0
3672025-02-19T02:19:10.960Z Downloaded bytecount v0.6.8
3682025-02-19T02:19:10.960Z Downloaded scroll v0.12.0
3692025-02-19T02:19:10.963Z Downloaded quote v1.0.38
3702025-02-19T02:19:10.968Z Downloaded proc-macro-error v1.0.4
3712025-02-19T02:19:10.970Z Downloaded semver v1.0.24
3722025-02-19T02:19:10.970Z Downloaded pest_derive v2.7.14
3732025-02-19T02:19:10.973Z Downloaded once_cell v1.20.2
3742025-02-19T02:19:10.983Z Downloaded sha2 v0.10.8
3752025-02-19T02:19:10.985Z Downloaded log v0.4.22
3762025-02-19T02:19:10.988Z Downloaded anstyle-parse v0.2.5
3772025-02-19T02:19:10.996Z Downloaded autocfg v1.4.0
3782025-02-19T02:19:10.998Z Downloaded zerocopy-derive v0.7.35
3792025-02-19T02:19:10.998Z Downloaded ryu v1.0.18
3802025-02-19T02:19:11.001Z Downloaded pest_meta v2.7.14
3812025-02-19T02:19:11.004Z Downloaded tempfile v3.13.0
3822025-02-19T02:19:11.006Z Downloaded unicode-ident v1.0.14
3832025-02-19T02:19:11.009Z Downloaded textwrap v0.16.1
3842025-02-19T02:19:11.011Z Downloaded typenum v1.17.0
3852025-02-19T02:19:11.011Z Downloaded ucd-trie v0.1.7
3862025-02-19T02:19:11.014Z Downloaded bitflags v2.6.0
3872025-02-19T02:19:11.018Z Downloaded papergrid v0.11.0
3882025-02-19T02:19:11.022Z Downloaded serde_derive v1.0.217
3892025-02-19T02:19:11.024Z Downloaded proc-macro2 v1.0.92
3902025-02-19T02:19:11.027Z Downloaded anyhow v1.0.95
3912025-02-19T02:19:11.030Z Downloaded anstream v0.6.15
3922025-02-19T02:19:11.035Z Downloaded toml v0.8.19
3932025-02-19T02:19:11.044Z Downloaded serde v1.0.217
3942025-02-19T02:19:11.058Z Downloaded memchr v2.7.4
3952025-02-19T02:19:11.062Z Downloaded toml_edit v0.22.22
3962025-02-19T02:19:11.082Z Downloaded goblin v0.8.2
3972025-02-19T02:19:11.104Z Downloaded pest v2.7.14
3982025-02-19T02:19:11.112Z Downloaded serde_json v1.0.135
3992025-02-19T02:19:11.119Z Downloaded zerocopy v0.7.35
4002025-02-19T02:19:11.133Z Downloaded winnow v0.6.20
4012025-02-19T02:19:11.141Z Downloaded tabled v0.15.0
4022025-02-19T02:19:11.154Z Downloaded syn v1.0.109
4032025-02-19T02:19:11.167Z Downloaded unicode-width v0.1.14
4042025-02-19T02:19:11.172Z Downloaded syn v2.0.96
4052025-02-19T02:19:11.182Z Downloaded rustix v0.38.37
4062025-02-19T02:19:11.211Z Downloaded libc v0.2.169
4072025-02-19T02:19:11.522Z Compiling proc-macro2 v1.0.92
4082025-02-19T02:19:11.522Z Compiling unicode-ident v1.0.14
4092025-02-19T02:19:11.525Z Compiling version_check v0.9.5
4102025-02-19T02:19:11.525Z Compiling serde v1.0.217
4112025-02-19T02:19:11.525Z Compiling memchr v2.7.4
4122025-02-19T02:19:11.525Z Compiling thiserror v1.0.69
4132025-02-19T02:19:11.559Z Compiling libc v0.2.169
4142025-02-19T02:19:11.561Z Compiling ucd-trie v0.1.7
4152025-02-19T02:19:11.828Z Compiling ryu v1.0.18
4162025-02-19T02:19:12.218Z Compiling itoa v1.0.11
4172025-02-19T02:19:12.363Z Compiling once_cell v1.20.2
4182025-02-19T02:19:12.363Z Compiling byteorder v1.5.0
4192025-02-19T02:19:12.441Z Compiling serde_json v1.0.135
4202025-02-19T02:19:12.650Z Compiling rustix v0.38.37
4212025-02-19T02:19:12.849Z Compiling bitflags v2.6.0
4222025-02-19T02:19:12.877Z Compiling proc-macro-error-attr v1.0.4
4232025-02-19T02:19:13.180Z Compiling usdt-impl v0.5.0
4242025-02-19T02:19:13.183Z Compiling syn v1.0.109
4252025-02-19T02:19:13.251Z Compiling proc-macro-error v1.0.4
4262025-02-19T02:19:13.302Z Compiling hashbrown v0.15.1
4272025-02-19T02:19:13.403Z Compiling quote v1.0.38
4282025-02-19T02:19:13.513Z Compiling errno v0.3.9
4292025-02-19T02:19:13.690Z Compiling log v0.4.22
4302025-02-19T02:19:13.774Z Compiling syn v2.0.96
4312025-02-19T02:19:13.818Z Compiling equivalent v1.0.1
4322025-02-19T02:19:13.959Z Compiling camino v1.1.9
4332025-02-19T02:19:14.037Z Compiling utf8parse v0.2.2
4342025-02-19T02:19:14.062Z Compiling plain v0.2.3
4352025-02-19T02:19:14.218Z Compiling thread-id v4.2.2
4362025-02-19T02:19:14.245Z Compiling anstyle-parse v0.2.5
4372025-02-19T02:19:14.347Z Compiling indexmap v2.7.1
4382025-02-19T02:19:14.592Z Compiling unicode-width v0.1.14
4392025-02-19T02:19:14.630Z Compiling autocfg v1.4.0
4402025-02-19T02:19:14.878Z Compiling semver v1.0.24
4412025-02-19T02:19:14.904Z Compiling winnow v0.6.20
4422025-02-19T02:19:15.134Z Compiling anstyle v1.0.10
4432025-02-19T02:19:15.396Z Compiling colorchoice v1.0.2
4442025-02-19T02:19:15.559Z Compiling anstyle-query v1.1.1
4452025-02-19T02:19:15.583Z Compiling is_terminal_polyfill v1.70.1
4462025-02-19T02:19:15.586Z Compiling pretty-hex v0.4.1
4472025-02-19T02:19:15.586Z Compiling fs-err v2.11.0
4482025-02-19T02:19:15.705Z Compiling terminal_size v0.4.0
4492025-02-19T02:19:15.750Z Compiling anstream v0.6.15
4502025-02-19T02:19:15.921Z Compiling fastrand v2.1.1
4512025-02-19T02:19:16.037Z Compiling cfg-if v1.0.0
4522025-02-19T02:19:16.039Z Compiling fnv v1.0.7
4532025-02-19T02:19:16.153Z Compiling clap_lex v0.7.4
4542025-02-19T02:19:16.220Z Compiling strsim v0.11.1
4552025-02-19T02:19:16.252Z Compiling bytecount v0.6.8
4562025-02-19T02:19:16.417Z Compiling heck v0.5.0
4572025-02-19T02:19:16.445Z Compiling heck v0.4.1
4582025-02-19T02:19:16.488Z Compiling anyhow v1.0.95
4592025-02-19T02:19:16.966Z Compiling clap_builder v4.5.27
4602025-02-19T02:19:17.031Z Compiling tempfile v3.13.0
4612025-02-19T02:19:17.056Z Compiling papergrid v0.11.0
4622025-02-19T02:19:17.570Z Compiling memmap v0.7.0
4632025-02-19T02:19:17.686Z Compiling unicode-linebreak v0.1.5
4642025-02-19T02:19:17.797Z Compiling smawk v0.3.2
4652025-02-19T02:19:18.172Z Compiling textwrap v0.16.1
4662025-02-19T02:19:18.324Z Compiling swrite v0.1.0
4672025-02-19T02:19:19.091Z Compiling tabled_derive v0.7.0
4682025-02-19T02:19:20.597Z Compiling tabled v0.15.0
4692025-02-19T02:19:20.692Z Compiling serde_derive v1.0.217
4702025-02-19T02:19:20.695Z Compiling thiserror-impl v1.0.69
4712025-02-19T02:19:20.695Z Compiling zerocopy-derive v0.7.35
4722025-02-19T02:19:20.892Z Compiling scroll_derive v0.12.0
4732025-02-19T02:19:20.921Z Compiling clap_derive v4.5.24
4742025-02-19T02:19:22.193Z Compiling scroll v0.12.0
4752025-02-19T02:19:22.727Z Compiling goblin v0.8.2
4762025-02-19T02:19:22.796Z Compiling zerocopy v0.7.35
4772025-02-19T02:19:23.361Z Compiling pest v2.7.14
4782025-02-19T02:19:24.223Z Compiling clap v4.5.27
4792025-02-19T02:19:25.614Z Compiling pest_meta v2.7.14
4802025-02-19T02:19:26.528Z Compiling pest_generator v2.7.14
4812025-02-19T02:19:27.797Z Compiling pest_derive v2.7.14
4822025-02-19T02:19:28.525Z Compiling dtrace-parser v0.2.0
4832025-02-19T02:19:29.463Z Compiling serde_spanned v0.6.8
4842025-02-19T02:19:29.467Z Compiling toml_datetime v0.6.8
4852025-02-19T02:19:29.467Z Compiling cargo-platform v0.1.8
4862025-02-19T02:19:29.792Z Compiling serde_tokenstream v0.2.2
4872025-02-19T02:19:29.795Z Compiling macaddr v1.0.1
4882025-02-19T02:19:30.034Z Compiling toml_edit v0.22.22
4892025-02-19T02:19:30.061Z Compiling camino-tempfile v1.1.1
4902025-02-19T02:19:30.819Z Compiling dof v0.3.0
4912025-02-19T02:19:30.819Z Compiling cargo_metadata v0.18.1
4922025-02-19T02:19:32.519Z Compiling usdt-macro v0.5.0
4932025-02-19T02:19:32.520Z Compiling usdt-attr-macro v0.5.0
4942025-02-19T02:19:32.744Z Compiling toml v0.8.19
4952025-02-19T02:19:33.572Z Compiling cargo_toml v0.20.5
4962025-02-19T02:19:33.731Z Compiling usdt v0.5.0
4972025-02-19T02:19:36.450Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4982025-02-19T02:19:39.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.21s
4992025-02-19T02:19:39.609Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5002025-02-19T02:19:40.129Z Downloading crates ...
5012025-02-19T02:19:40.270Z Downloaded headers-core v0.3.0
5022025-02-19T02:19:40.278Z Downloaded hickory-client v0.24.3
5032025-02-19T02:19:40.283Z Downloaded ident_case v1.0.1
5042025-02-19T02:19:40.285Z Downloaded daft v0.1.1
5052025-02-19T02:19:40.285Z Downloaded mime v0.3.17
5062025-02-19T02:19:40.288Z Downloaded hex v0.4.3
5072025-02-19T02:19:40.290Z Downloaded indexmap v1.9.3
5082025-02-19T02:19:40.293Z Downloaded mirai-annotations v1.12.0
5092025-02-19T02:19:40.296Z Downloaded hyper-tls v0.6.0
5102025-02-19T02:19:40.302Z Downloaded icu_provider_macros v1.5.0
5112025-02-19T02:19:40.305Z Downloaded http-range v0.1.5
5122025-02-19T02:19:40.307Z Downloaded is_ci v1.2.0
5132025-02-19T02:19:40.307Z Downloaded adler2 v2.0.0
5142025-02-19T02:19:40.310Z Downloaded hubpack_derive v0.1.1
5152025-02-19T02:19:40.310Z Downloaded http-body v1.0.1
5162025-02-19T02:19:40.312Z Downloaded linked-hash-map v0.5.6
5172025-02-19T02:19:40.315Z Downloaded instability v0.3.2
5182025-02-19T02:19:40.315Z Downloaded httpdate v1.0.3
5192025-02-19T02:19:40.317Z Downloaded linear-map v1.2.0
5202025-02-19T02:19:40.320Z Downloaded libefi-sys v0.1.0
5212025-02-19T02:19:40.320Z Downloaded lru v0.12.5
5222025-02-19T02:19:40.323Z Downloaded internet-checksum v0.2.1
5232025-02-19T02:19:40.323Z Downloaded aead v0.5.2
5242025-02-19T02:19:40.323Z Downloaded home v0.5.9
5252025-02-19T02:19:40.325Z Downloaded addr2line v0.24.2
5262025-02-19T02:19:40.327Z Downloaded arc-swap v1.7.1
5272025-02-19T02:19:40.330Z Downloaded match_cfg v0.1.0
5282025-02-19T02:19:40.332Z Downloaded allocator-api2 v0.2.18
5292025-02-19T02:19:40.335Z Downloaded lazycell v1.3.0
5302025-02-19T02:19:40.337Z Downloaded inout v0.1.3
5312025-02-19T02:19:40.341Z Downloaded argon2 v0.5.3
5322025-02-19T02:19:40.343Z Downloaded mockall v0.13.0
5332025-02-19T02:19:40.346Z Downloaded aes v0.8.4
5342025-02-19T02:19:40.349Z Downloaded lockfree-object-pool v0.1.6
5352025-02-19T02:19:40.353Z Downloaded lock_api v0.4.12
5362025-02-19T02:19:40.355Z Downloaded ipnetwork v0.21.1
5372025-02-19T02:19:40.355Z Downloaded indoc v1.0.9
5382025-02-19T02:19:40.358Z Downloaded md5 v0.7.0
5392025-02-19T02:19:40.360Z Downloaded ascii-canvas v3.0.0
5402025-02-19T02:19:40.360Z Downloaded arrayvec v0.7.6
5412025-02-19T02:19:40.363Z Downloaded async-recursion v1.1.1
5422025-02-19T02:19:40.366Z Downloaded maybe-uninit v2.0.0
5432025-02-19T02:19:40.369Z Downloaded aes-gcm v0.10.3
5442025-02-19T02:19:40.372Z Downloaded managed v0.8.0
5452025-02-19T02:19:40.374Z Downloaded async-trait v0.1.86
5462025-02-19T02:19:40.377Z Downloaded array-init v0.0.4
5472025-02-19T02:19:40.379Z Downloaded async-stream v0.3.6
5482025-02-19T02:19:40.382Z Downloaded hostname v0.4.0
5492025-02-19T02:19:40.382Z Downloaded backtrace v0.3.74
5502025-02-19T02:19:40.387Z Downloaded md-5 v0.10.6
5512025-02-19T02:19:40.389Z Downloaded kstat-rs v0.2.4
5522025-02-19T02:19:40.392Z Downloaded httparse v1.9.5
5532025-02-19T02:19:40.394Z Downloaded keccak v0.1.5
5542025-02-19T02:19:40.394Z Downloaded icu_normalizer_data v1.5.0
5552025-02-19T02:19:40.397Z Downloaded bcrypt-pbkdf v0.10.0
5562025-02-19T02:19:40.400Z Downloaded atomicwrites v0.4.4
5572025-02-19T02:19:40.400Z Downloaded bitfield-struct v0.6.2
5582025-02-19T02:19:40.402Z Downloaded memoffset v0.9.1
5592025-02-19T02:19:40.402Z Downloaded radium v0.7.0
5602025-02-19T02:19:40.405Z Downloaded lru-cache v0.1.2
5612025-02-19T02:19:40.405Z Downloaded bit-set v0.5.3
5622025-02-19T02:19:40.407Z Downloaded bb8 v0.8.5
5632025-02-19T02:19:40.407Z Downloaded assert_matches v1.5.0
5642025-02-19T02:19:40.410Z Downloaded progenitor v0.8.0
5652025-02-19T02:19:40.410Z Downloaded ipnet v2.10.1
5662025-02-19T02:19:40.412Z Downloaded hyper-staticfile v0.10.1
5672025-02-19T02:19:40.415Z Downloaded bitflags v1.3.2
5682025-02-19T02:19:40.417Z Downloaded libloading v0.8.5
5692025-02-19T02:19:40.419Z Downloaded impl-trait-for-tuples v0.2.2
5702025-02-19T02:19:40.422Z Downloaded litrs v0.4.1
5712025-02-19T02:19:40.425Z Downloaded icu_locid v1.5.0
5722025-02-19T02:19:40.430Z Downloaded rustc-hash v2.0.0
5732025-02-19T02:19:40.433Z Downloaded memmap2 v0.9.5
5742025-02-19T02:19:40.435Z Downloaded bcs v0.1.6
5752025-02-19T02:19:40.444Z Downloaded cfg_aliases v0.2.1
5762025-02-19T02:19:40.444Z Downloaded libsw v3.3.1
5772025-02-19T02:19:40.444Z Downloaded hmac v0.12.1
5782025-02-19T02:19:40.444Z Downloaded serde_path_to_error v0.1.16
5792025-02-19T02:19:40.447Z Downloaded base64 v0.22.1
5802025-02-19T02:19:40.450Z Downloaded scrypt v0.11.0
5812025-02-19T02:19:40.450Z Downloaded mime_guess v2.0.5
5822025-02-19T02:19:40.452Z Downloaded slab v0.4.9
5832025-02-19T02:19:40.455Z Downloaded ciborium-io v0.2.2
5842025-02-19T02:19:40.455Z Downloaded idna_adapter v1.2.0
5852025-02-19T02:19:40.458Z Downloaded blake2 v0.10.6
5862025-02-19T02:19:40.460Z Downloaded iana-time-zone v0.1.61
5872025-02-19T02:19:40.468Z Downloaded icu_locid_transform v1.5.0
5882025-02-19T02:19:40.471Z Downloaded chrono-tz-build v0.4.0
5892025-02-19T02:19:40.471Z Downloaded chacha20 v0.9.1
5902025-02-19T02:19:40.471Z Downloaded blowfish v0.9.1
5912025-02-19T02:19:40.472Z Downloaded downcast v0.11.0
5922025-02-19T02:19:40.472Z Downloaded icu_provider v1.5.0
5932025-02-19T02:19:40.474Z Downloaded cipher v0.4.4
5942025-02-19T02:19:40.477Z Downloaded cexpr v0.6.0
5952025-02-19T02:19:40.477Z Downloaded structmeta-derive v0.2.0
5962025-02-19T02:19:40.479Z Downloaded ssh-encoding v0.2.0
5972025-02-19T02:19:40.482Z Downloaded castaway v0.2.3
5982025-02-19T02:19:40.482Z Downloaded base64 v0.21.7
5992025-02-19T02:19:40.485Z Downloaded endian-type v0.1.2
6002025-02-19T02:19:40.488Z Downloaded cobs v0.2.3
6012025-02-19T02:19:40.488Z Downloaded cmake v0.1.51
6022025-02-19T02:19:40.491Z Downloaded serde_derive_internals v0.29.1
6032025-02-19T02:19:40.491Z Downloaded termios v0.3.3
6042025-02-19T02:19:40.494Z Downloaded tui-tree-widget v0.22.0
6052025-02-19T02:19:40.498Z Downloaded cassowary v0.3.0
6062025-02-19T02:19:40.498Z Downloaded icu_normalizer v1.5.0
6072025-02-19T02:19:40.500Z Downloaded ctr v0.9.2
6082025-02-19T02:19:40.502Z Downloaded zerofrom-derive v0.1.4
6092025-02-19T02:19:40.505Z Downloaded untrusted v0.9.0
6102025-02-19T02:19:40.505Z Downloaded cancel-safe-futures v0.1.5
6112025-02-19T02:19:40.508Z Downloaded instant v0.1.13
6122025-02-19T02:19:40.510Z Downloaded hyper-util v0.1.10
6132025-02-19T02:19:40.514Z Downloaded curve25519-dalek-derive v0.1.1
6142025-02-19T02:19:40.516Z Downloaded zeroize_derive v1.4.2
6152025-02-19T02:19:40.518Z Downloaded universal-hash v0.5.1
6162025-02-19T02:19:40.519Z Downloaded progenitor-impl v0.9.1
6172025-02-19T02:19:40.521Z Downloaded cookie_store v0.21.1
6182025-02-19T02:19:40.523Z Downloaded progenitor-client v0.9.1
6192025-02-19T02:19:40.526Z Downloaded term v0.7.0
6202025-02-19T02:19:40.528Z Downloaded constant_time_eq v0.3.1
6212025-02-19T02:19:40.528Z Downloaded const_format_proc_macros v0.2.34
6222025-02-19T02:19:40.531Z Downloaded ena v0.14.3
6232025-02-19T02:19:40.533Z Downloaded embedded-io v0.4.0
6242025-02-19T02:19:40.537Z Downloaded const-oid v0.9.6
6252025-02-19T02:19:40.539Z Downloaded console v0.15.10
6262025-02-19T02:19:40.543Z Downloaded enum-as-inner v0.6.1
6272025-02-19T02:19:40.543Z Downloaded csv-core v0.1.11
6282025-02-19T02:19:40.545Z Downloaded buf-list v1.0.3
6292025-02-19T02:19:40.547Z Downloaded progenitor-client v0.8.0
6302025-02-19T02:19:40.547Z Downloaded nodrop v0.1.14
6312025-02-19T02:19:40.550Z Downloaded heck v0.3.3
6322025-02-19T02:19:40.550Z Downloaded crossbeam-utils v0.8.20
6332025-02-19T02:19:40.554Z Downloaded crossbeam-epoch v0.9.18
6342025-02-19T02:19:40.557Z Downloaded zeroize v1.8.1
6352025-02-19T02:19:40.557Z Downloaded clang-sys v1.8.1
6362025-02-19T02:19:40.559Z Downloaded crc-any v2.5.0
6372025-02-19T02:19:40.561Z Downloaded icu_properties v1.5.1
6382025-02-19T02:19:40.565Z Downloaded zerofrom v0.1.4
6392025-02-19T02:19:40.567Z Downloaded crc32fast v1.4.2
6402025-02-19T02:19:40.570Z Downloaded paste v1.0.15
6412025-02-19T02:19:40.573Z Downloaded hickory-server v0.24.3
6422025-02-19T02:19:40.577Z Downloaded tinyvec_macros v0.1.1
6432025-02-19T02:19:40.580Z Downloaded shlex v1.3.0
6442025-02-19T02:19:40.580Z Downloaded aws-lc-rs v1.10.0
6452025-02-19T02:19:40.588Z Downloaded phf_generator v0.11.2
6462025-02-19T02:19:40.591Z Downloaded hickory-resolver v0.24.3
6472025-02-19T02:19:40.594Z Downloaded yoke-derive v0.7.4
6482025-02-19T02:19:40.597Z Downloaded proc-macro-crate v1.3.1
6492025-02-19T02:19:40.597Z Downloaded pin-utils v0.1.0
6502025-02-19T02:19:40.600Z Downloaded darling_macro v0.20.10
6512025-02-19T02:19:40.602Z Downloaded progenitor v0.9.1
6522025-02-19T02:19:40.602Z Downloaded deranged v0.3.11
6532025-02-19T02:19:40.602Z Downloaded tokio-native-tls v0.3.1
6542025-02-19T02:19:40.605Z Downloaded tokio-rustls v0.24.1
6552025-02-19T02:19:40.607Z Downloaded signal-hook-registry v1.4.2
6562025-02-19T02:19:40.609Z Downloaded scheduled-thread-pool v0.2.7
6572025-02-19T02:19:40.609Z Downloaded same-file v1.0.6
6582025-02-19T02:19:40.612Z Downloaded either v1.13.0
6592025-02-19T02:19:40.615Z Downloaded slog-json v2.6.1
6602025-02-19T02:19:40.617Z Downloaded owo-colors v4.1.0
6612025-02-19T02:19:40.619Z Downloaded compact_str v0.8.0
6622025-02-19T02:19:40.622Z Downloaded tls_codec v0.4.1
6632025-02-19T02:19:40.625Z Downloaded heapless v0.7.17
6642025-02-19T02:19:40.628Z Downloaded mio v1.0.2
6652025-02-19T02:19:40.633Z Downloaded openssl-probe v0.1.5
6662025-02-19T02:19:40.635Z Downloaded multimap v0.10.0
6672025-02-19T02:19:40.638Z Downloaded which v4.4.2
6682025-02-19T02:19:40.638Z Downloaded pkcs1 v0.7.5
6692025-02-19T02:19:40.641Z Downloaded der_derive v0.7.3
6702025-02-19T02:19:40.643Z Downloaded yasna v0.5.2
6712025-02-19T02:19:40.646Z Downloaded newline-converter v0.3.0
6722025-02-19T02:19:40.646Z Downloaded signal-hook v0.3.17
6732025-02-19T02:19:40.649Z Downloaded rsa v0.9.6
6742025-02-19T02:19:40.653Z Downloaded strum v0.26.3
6752025-02-19T02:19:40.656Z Downloaded multer v3.1.0
6762025-02-19T02:19:40.658Z Downloaded primeorder v0.13.6
6772025-02-19T02:19:40.661Z Downloaded fallible-streaming-iterator v0.1.9
6782025-02-19T02:19:40.661Z Downloaded fallible-iterator v0.3.0
6792025-02-19T02:19:40.663Z Downloaded fallible-iterator v0.2.0
6802025-02-19T02:19:40.663Z Downloaded data-encoding v2.6.0
6812025-02-19T02:19:40.666Z Downloaded ref-cast-impl v1.0.23
6822025-02-19T02:19:40.666Z Downloaded unsafe-libyaml v0.2.11
6832025-02-19T02:19:40.670Z Downloaded sqlparser_derive v0.2.2
6842025-02-19T02:19:40.672Z Downloaded rpassword v7.3.1
6852025-02-19T02:19:40.682Z Downloaded pem v3.0.4
6862025-02-19T02:19:40.684Z Downloaded password-hash v0.5.0
6872025-02-19T02:19:40.687Z Downloaded http v1.2.0
6882025-02-19T02:19:40.690Z Downloaded strum_macros v0.25.3
6892025-02-19T02:19:40.693Z Downloaded strum_macros v0.24.3
6902025-02-19T02:19:40.695Z Downloaded structmeta v0.3.0
6912025-02-19T02:19:40.695Z Downloaded structmeta v0.2.0
6922025-02-19T02:19:40.697Z Downloaded newtype-uuid v1.2.1
6932025-02-19T02:19:40.700Z Downloaded quinn-udp v0.5.5
6942025-02-19T02:19:40.702Z Downloaded num_threads v0.1.7
6952025-02-19T02:19:40.703Z Downloaded dirs-next v2.0.0
6962025-02-19T02:19:40.703Z Downloaded tar v0.4.42
6972025-02-19T02:19:40.706Z Downloaded pretty-hex v0.2.1
6982025-02-19T02:19:40.708Z Downloaded peg-runtime v0.8.3
6992025-02-19T02:19:40.708Z Downloaded nibble_vec v0.1.0
7002025-02-19T02:19:40.711Z Downloaded unicode-bidi v0.3.17
7012025-02-19T02:19:40.714Z Downloaded signal-hook-tokio v0.3.1
7022025-02-19T02:19:40.714Z Downloaded xz2 v0.1.7
7032025-02-19T02:19:40.716Z Downloaded mockall_derive v0.13.0
7042025-02-19T02:19:40.719Z Downloaded half v2.4.1
7052025-02-19T02:19:40.721Z Downloaded sync_wrapper v1.0.1
7062025-02-19T02:19:40.723Z Downloaded typify-macro v0.3.0
7072025-02-19T02:19:40.723Z Downloaded p256 v0.13.2
7082025-02-19T02:19:40.726Z Downloaded env_logger v0.11.5
7092025-02-19T02:19:40.729Z Downloaded time-core v0.1.2
7102025-02-19T02:19:40.731Z Downloaded strum_macros v0.26.4
7112025-02-19T02:19:40.734Z Downloaded dirs-sys-next v0.1.2
7122025-02-19T02:19:40.736Z Downloaded parse-size v1.1.0
7132025-02-19T02:19:40.736Z Downloaded tabwriter v1.4.0
7142025-02-19T02:19:40.739Z Downloaded fragile v2.0.0
7152025-02-19T02:19:40.739Z Downloaded smallvec v1.13.2
7162025-02-19T02:19:40.742Z Downloaded foreign-types v0.3.2
7172025-02-19T02:19:40.744Z Downloaded phf_shared v0.10.0
7182025-02-19T02:19:40.745Z Downloaded new_debug_unreachable v1.0.6
7192025-02-19T02:19:40.745Z Downloaded hash32 v0.3.1
7202025-02-19T02:19:40.747Z Downloaded futures-executor v0.3.31
7212025-02-19T02:19:40.747Z Downloaded pem-rfc7468 v0.7.0
7222025-02-19T02:19:40.749Z Downloaded sigpipe v0.1.3
7232025-02-19T02:19:40.752Z Downloaded utf8_iter v1.0.4
7242025-02-19T02:19:40.752Z Downloaded blake3 v1.5.4
7252025-02-19T02:19:40.760Z Downloaded wyz v0.5.1
7262025-02-19T02:19:40.762Z Downloaded yoke v0.7.4
7272025-02-19T02:19:40.764Z Downloaded predicates-tree v1.0.11
7282025-02-19T02:19:40.765Z Downloaded slog-envlogger v2.2.0
7292025-02-19T02:19:40.767Z Downloaded slog-dtrace v0.3.0
7302025-02-19T02:19:40.769Z Downloaded shell-words v1.1.0
7312025-02-19T02:19:40.769Z Downloaded rustfmt-wrapper v0.2.1
7322025-02-19T02:19:40.772Z Downloaded samael v0.0.17
7332025-02-19T02:19:40.776Z Downloaded diesel-dtrace v0.4.2
7342025-02-19T02:19:40.778Z Downloaded sct v0.7.1
7352025-02-19T02:19:40.781Z Downloaded want v0.3.1
7362025-02-19T02:19:40.784Z Downloaded vte_generate_state_changes v0.1.2
7372025-02-19T02:19:40.784Z Downloaded writeable v0.5.5
7382025-02-19T02:19:40.786Z Downloaded tls_codec_derive v0.4.1
7392025-02-19T02:19:40.789Z Downloaded foreign-types-shared v0.3.1
7402025-02-19T02:19:40.789Z Downloaded foreign-types-shared v0.1.1
7412025-02-19T02:19:40.791Z Downloaded tinystr v0.7.6
7422025-02-19T02:19:40.791Z Downloaded tiny-keccak v2.0.2
7432025-02-19T02:19:40.794Z Downloaded waitgroup v0.1.2
7442025-02-19T02:19:40.796Z Downloaded num-conv v0.1.0
7452025-02-19T02:19:40.796Z Downloaded predicates-core v1.0.8
7462025-02-19T02:19:40.799Z Downloaded parse-display v0.10.0
7472025-02-19T02:19:40.799Z Downloaded schemars_derive v0.8.21
7482025-02-19T02:19:40.801Z Downloaded foreign-types-macros v0.2.3
7492025-02-19T02:19:40.801Z Downloaded parse-display-derive v0.10.0
7502025-02-19T02:19:40.804Z Downloaded ssh-cipher v0.2.0
7512025-02-19T02:19:40.806Z Downloaded bitvec v1.0.1
7522025-02-19T02:19:40.819Z Downloaded opaque-debug v0.3.1
7532025-02-19T02:19:40.821Z Downloaded rusty-fork v0.3.0
7542025-02-19T02:19:40.824Z Downloaded rustversion v1.0.17
7552025-02-19T02:19:40.824Z Downloaded progenitor-macro v0.9.1
7562025-02-19T02:19:40.827Z Downloaded slog-scope v4.4.0
7572025-02-19T02:19:40.827Z Downloaded stringprep v0.1.5
7582025-02-19T02:19:40.829Z Downloaded utf16_iter v1.0.5
7592025-02-19T02:19:40.831Z Downloaded utf-8 v0.7.6
7602025-02-19T02:19:40.831Z Downloaded time-macros v0.2.18
7612025-02-19T02:19:40.834Z Downloaded postcard v1.0.10
7622025-02-19T02:19:40.836Z Downloaded glob v0.3.2
7632025-02-19T02:19:40.839Z Downloaded foldhash v0.1.3
7642025-02-19T02:19:40.839Z Downloaded derive_builder_core v0.20.2
7652025-02-19T02:19:40.841Z Downloaded crossterm v0.28.1
7662025-02-19T02:19:40.847Z Downloaded foreign-types v0.5.0
7672025-02-19T02:19:40.850Z Downloaded globset v0.4.15
7682025-02-19T02:19:40.852Z Downloaded zone_cfg_derive v0.3.0
7692025-02-19T02:19:40.852Z Downloaded hyper v1.5.2
7702025-02-19T02:19:40.859Z Downloaded peg v0.8.4
7712025-02-19T02:19:40.862Z Downloaded num v0.4.3
7722025-02-19T02:19:40.865Z Downloaded form_urlencoded v1.2.1
7732025-02-19T02:19:40.865Z Downloaded poly1305 v0.8.0
7742025-02-19T02:19:40.868Z Downloaded russh-keys v0.45.0
7752025-02-19T02:19:40.870Z Downloaded tracing v0.1.40
7762025-02-19T02:19:40.875Z Downloaded precomputed-hash v0.1.1
7772025-02-19T02:19:40.877Z Downloaded fd-lock v4.0.2
7782025-02-19T02:19:40.880Z Downloaded libxml v0.3.3
7792025-02-19T02:19:40.884Z Downloaded sec1 v0.7.3
7802025-02-19T02:19:40.886Z Downloaded static_assertions v1.1.0
7812025-02-19T02:19:40.889Z Downloaded uuid v1.12.0
7822025-02-19T02:19:40.891Z Downloaded derive_more v0.99.18
7832025-02-19T02:19:40.896Z Downloaded take_mut v0.2.2
7842025-02-19T02:19:40.899Z Downloaded bindgen v0.69.5
7852025-02-19T02:19:40.905Z Downloaded normalize-line-endings v0.3.0
7862025-02-19T02:19:40.907Z Downloaded secrecy v0.8.0
7872025-02-19T02:19:40.907Z Downloaded futures v0.3.31
7882025-02-19T02:19:40.912Z Downloaded ghash v0.5.1
7892025-02-19T02:19:40.915Z Downloaded filetime v0.2.25
7902025-02-19T02:19:40.917Z Downloaded ff v0.13.0
7912025-02-19T02:19:40.917Z Downloaded russh-cryptovec v0.7.3
7922025-02-19T02:19:40.920Z Downloaded peg-macros v0.8.4
7932025-02-19T02:19:40.920Z Downloaded percent-encoding v2.3.1
7942025-02-19T02:19:40.922Z Downloaded wait-timeout v0.2.0
7952025-02-19T02:19:40.922Z Downloaded parking_lot v0.11.2
7962025-02-19T02:19:40.925Z Downloaded tower-service v0.3.3
7972025-02-19T02:19:40.929Z Downloaded parse-zoneinfo v0.3.1
7982025-02-19T02:19:40.931Z Downloaded toolchain_find v0.4.0
7992025-02-19T02:19:40.931Z Downloaded group v0.13.0
8002025-02-19T02:19:40.931Z Downloaded hkdf v0.12.4
8012025-02-19T02:19:40.934Z Downloaded powerfmt v0.2.0
8022025-02-19T02:19:40.937Z Downloaded num-iter v0.1.45
8032025-02-19T02:19:40.939Z Downloaded quick-error v1.2.3
8042025-02-19T02:19:40.939Z Downloaded predicates v3.1.2
8052025-02-19T02:19:40.941Z Downloaded slog-term v2.9.1
8062025-02-19T02:19:40.944Z Downloaded fatfs v0.3.6
8072025-02-19T02:19:40.946Z Downloaded vergen v8.3.2
8082025-02-19T02:19:40.950Z Downloaded fxhash v0.2.1
8092025-02-19T02:19:40.952Z Downloaded zone_cfg_derive v0.1.2
8102025-02-19T02:19:40.952Z Downloaded tokio-rustls v0.26.0
8112025-02-19T02:19:40.955Z Downloaded progenitor-impl v0.8.0
8122025-02-19T02:19:40.958Z Downloaded serde-big-array v0.5.1
8132025-02-19T02:19:40.960Z Downloaded debug-ignore v1.0.5
8142025-02-19T02:19:40.960Z Downloaded strip-ansi-escapes v0.2.0
8152025-02-19T02:19:40.962Z Downloaded sqlformat v0.2.6
8162025-02-19T02:19:40.965Z Downloaded phf_codegen v0.11.2
8172025-02-19T02:19:40.965Z Downloaded nanorand v0.7.0
8182025-02-19T02:19:40.967Z Downloaded daft-derive v0.1.1
8192025-02-19T02:19:40.970Z Downloaded rustc-hash v1.1.0
8202025-02-19T02:19:40.973Z Downloaded funty v2.0.0
8212025-02-19T02:19:40.973Z Downloaded env_logger v0.10.2
8222025-02-19T02:19:40.975Z Downloaded num-bigint-dig v0.8.4
8232025-02-19T02:19:40.983Z Downloaded phf v0.11.2
8242025-02-19T02:19:40.986Z Downloaded itertools v0.13.0
8252025-02-19T02:19:40.988Z Downloaded pbkdf2 v0.12.2
8262025-02-19T02:19:40.991Z Downloaded number_prefix v0.4.0
8272025-02-19T02:19:40.992Z Downloaded num-rational v0.4.2
8282025-02-19T02:19:40.995Z Downloaded float-ord v0.3.2
8292025-02-19T02:19:40.995Z Downloaded serde_with_macros v3.11.0
8302025-02-19T02:19:40.998Z Downloaded ppv-lite86 v0.2.20
8312025-02-19T02:19:40.998Z Downloaded nu-ansi-term v0.50.1
8322025-02-19T02:19:41.001Z Downloaded rustc_version v0.1.7
8332025-02-19T02:19:41.001Z Downloaded schemars v0.8.21
8342025-02-19T02:19:41.012Z Downloaded unicode-truncate v1.1.0
8352025-02-19T02:19:41.015Z Downloaded ecdsa v0.16.9
8362025-02-19T02:19:41.017Z Downloaded polyval v0.6.2
8372025-02-19T02:19:41.017Z Downloaded hash32 v0.2.1
8382025-02-19T02:19:41.020Z Downloaded serde_plain v1.0.2
8392025-02-19T02:19:41.020Z Downloaded gethostname v0.5.0
8402025-02-19T02:19:41.024Z Downloaded try-lock v0.2.5
8412025-02-19T02:19:41.024Z Downloaded thiserror-impl v2.0.11
8422025-02-19T02:19:41.027Z Downloaded fs_extra v1.3.0
8432025-02-19T02:19:41.027Z Downloaded tungstenite v0.23.0
8442025-02-19T02:19:41.030Z Downloaded thiserror-impl-no-std v2.0.2
8452025-02-19T02:19:41.032Z Downloaded topological-sort v0.2.2
8462025-02-19T02:19:41.032Z Downloaded pin-project v1.1.6
8472025-02-19T02:19:41.043Z Downloaded rand_core v0.6.4
8482025-02-19T02:19:41.045Z Downloaded rustls-pemfile v1.0.4
8492025-02-19T02:19:41.048Z Downloaded lalrpop v0.19.12
8502025-02-19T02:19:41.057Z Downloaded oso-derive v0.27.3
8512025-02-19T02:19:41.060Z Downloaded serde_repr v0.1.19
8522025-02-19T02:19:41.063Z Downloaded olpc-cjson v0.1.4
8532025-02-19T02:19:41.063Z Downloaded thiserror-no-std v2.0.2
8542025-02-19T02:19:41.073Z Downloaded test-strategy v0.3.1
8552025-02-19T02:19:41.076Z Downloaded russh v0.45.0
8562025-02-19T02:19:41.076Z Downloaded write16 v1.0.0
8572025-02-19T02:19:41.076Z Downloaded sha1 v0.10.6
8582025-02-19T02:19:41.079Z Downloaded rand_xorshift v0.3.0
8592025-02-19T02:19:41.079Z Downloaded getrandom v0.2.15
8602025-02-19T02:19:41.084Z Downloaded postgres-protocol v0.6.7
8612025-02-19T02:19:41.084Z Downloaded path-slash v0.1.5
8622025-02-19T02:19:41.087Z Downloaded display-error-chain v0.2.2
8632025-02-19T02:19:41.087Z Downloaded icu_properties_data v1.5.0
8642025-02-19T02:19:41.095Z Downloaded whoami v1.5.2
8652025-02-19T02:19:41.098Z Downloaded phf_shared v0.11.2
8662025-02-19T02:19:41.098Z Downloaded typify v0.2.0
8672025-02-19T02:19:41.101Z Downloaded resolv-conf v0.7.0
8682025-02-19T02:19:41.103Z Downloaded thiserror v2.0.11
8692025-02-19T02:19:41.109Z Downloaded rustls-pemfile v2.2.0
8702025-02-19T02:19:41.111Z Downloaded ref-cast v1.0.23
8712025-02-19T02:19:41.114Z Downloaded pbkdf2 v0.11.0
8722025-02-19T02:19:41.116Z Downloaded futures-util v0.3.31
8732025-02-19T02:19:41.125Z Downloaded document-features v0.2.10
8742025-02-19T02:19:41.128Z Downloaded simd-adler32 v0.3.7
8752025-02-19T02:19:41.132Z Downloaded signature v2.2.0
8762025-02-19T02:19:41.132Z Downloaded reedline v0.35.0
8772025-02-19T02:19:41.137Z Downloaded pin-project-internal v1.1.6
8782025-02-19T02:19:41.140Z Downloaded defmt-parser v0.3.4
8792025-02-19T02:19:41.140Z Downloaded steno v0.4.1
8802025-02-19T02:19:41.144Z Downloaded zone v0.1.8
8812025-02-19T02:19:41.149Z Downloaded displaydoc v0.2.5
8822025-02-19T02:19:41.149Z Downloaded postgres-types v0.2.8
8832025-02-19T02:19:41.151Z Downloaded zerovec-derive v0.10.3
8842025-02-19T02:19:41.154Z Downloaded diesel_derives v2.2.3
8852025-02-19T02:19:41.157Z Downloaded ssh-key v0.6.6
8862025-02-19T02:19:41.162Z Downloaded hashlink v0.9.1
8872025-02-19T02:19:41.165Z Downloaded similar v2.6.0
8882025-02-19T02:19:41.171Z Downloaded tracing-core v0.1.32
8892025-02-19T02:19:41.173Z Downloaded parking_lot_core v0.8.6
8902025-02-19T02:19:41.176Z Downloaded parking_lot_core v0.9.10
8912025-02-19T02:19:41.179Z Downloaded qorb v0.2.1
8922025-02-19T02:19:41.182Z Downloaded parking_lot v0.12.3
8932025-02-19T02:19:41.185Z Downloaded ron v0.7.1
8942025-02-19T02:19:41.189Z Downloaded ron v0.8.1
8952025-02-19T02:19:41.192Z Downloaded headers v0.4.0
8962025-02-19T02:19:41.197Z Downloaded serde_with v3.11.0
8972025-02-19T02:19:41.205Z Downloaded reqwest v0.12.9
8982025-02-19T02:19:41.214Z Downloaded tough v0.19.0
8992025-02-19T02:19:41.222Z Downloaded omicron-zone-package v0.12.0
9002025-02-19T02:19:41.225Z Downloaded flume v0.11.1
9012025-02-19T02:19:41.228Z Downloaded typed-path v0.9.3
9022025-02-19T02:19:41.234Z Downloaded openssl-sys v0.9.105
9032025-02-19T02:19:41.239Z Downloaded zip v0.6.6
9042025-02-19T02:19:41.243Z Downloaded oso v0.27.3
9052025-02-19T02:19:41.246Z Downloaded nom v7.1.3
9062025-02-19T02:19:41.252Z Downloaded rand v0.8.5
9072025-02-19T02:19:41.256Z Downloaded tungstenite v0.21.0
9082025-02-19T02:19:41.259Z Downloaded sqlparser v0.45.0
9092025-02-19T02:19:41.265Z Downloaded salty v0.3.0
9102025-02-19T02:19:41.271Z Downloaded rusqlite v0.32.1
9112025-02-19T02:19:41.278Z Downloaded rcgen v0.12.1
9122025-02-19T02:19:41.280Z Downloaded rayon-core v1.12.1
9132025-02-19T02:19:41.284Z Downloaded portable-atomic v1.9.0
9142025-02-19T02:19:41.290Z Downloaded curve25519-dalek v4.1.3
9152025-02-19T02:19:41.300Z Downloaded unicode-segmentation v1.12.0
9162025-02-19T02:19:41.304Z Downloaded toml_edit v0.19.15
9172025-02-19T02:19:41.321Z Downloaded zip v2.1.3
9182025-02-19T02:19:41.324Z Downloaded hashbrown v0.13.2
9192025-02-19T02:19:41.328Z Downloaded flate2 v1.0.35
9202025-02-19T02:19:41.334Z Downloaded rustls-webpki v0.101.7
9212025-02-19T02:19:41.347Z Downloaded unicode-normalization v0.1.24
9222025-02-19T02:19:41.351Z Downloaded hashbrown v0.14.5
9232025-02-19T02:19:41.356Z Downloaded unicode-width v0.2.0
9242025-02-19T02:19:41.362Z Downloaded gimli v0.31.1
9252025-02-19T02:19:41.371Z Downloaded tokio-util v0.7.12
9262025-02-19T02:19:41.377Z Downloaded winnow v0.5.40
9272025-02-19T02:19:41.386Z Downloaded object v0.30.4
9282025-02-19T02:19:41.396Z Downloaded vcpkg v0.2.15
9292025-02-19T02:19:41.432Z Downloaded zerovec v0.10.4
9302025-02-19T02:19:41.438Z Downloaded rustls v0.21.12
9312025-02-19T02:19:41.450Z Downloaded petname v2.0.2
9322025-02-19T02:19:41.455Z Downloaded chrono-tz v0.10.1
9332025-02-19T02:19:41.462Z Downloaded regex v1.11.1
9342025-02-19T02:19:41.475Z Downloaded p384 v0.13.0
9352025-02-19T02:19:41.481Z Downloaded rustls v0.23.19
9362025-02-19T02:19:41.492Z Downloaded smoltcp v0.11.0
9372025-02-19T02:19:41.504Z Downloaded bstr v1.10.0
9382025-02-19T02:19:41.515Z Downloaded rustls v0.22.4
9392025-02-19T02:19:41.527Z Downloaded rayon v1.10.0
9402025-02-19T02:19:41.536Z Downloaded openssl v0.10.70
9412025-02-19T02:19:41.545Z Downloaded dropshot v0.12.0
9422025-02-19T02:19:41.564Z Downloaded dropshot v0.15.1
9432025-02-19T02:19:41.585Z Downloaded nix v0.28.0
9442025-02-19T02:19:41.597Z Downloaded hickory-proto v0.24.3
9452025-02-19T02:19:41.612Z Downloaded ratatui v0.28.1
9462025-02-19T02:19:41.631Z Downloaded diesel v2.2.7
9472025-02-19T02:19:41.648Z Downloaded zerocopy-derive v0.6.6
9482025-02-19T02:19:41.659Z Downloaded openapiv3 v2.0.0
9492025-02-19T02:19:41.671Z Downloaded object v0.36.5
9502025-02-19T02:19:41.684Z Downloaded sled v0.34.7
9512025-02-19T02:19:41.693Z Downloaded bzip2-sys v0.1.11+1.0.8
9522025-02-19T02:19:41.706Z Downloaded nix v0.29.0
9532025-02-19T02:19:41.730Z Downloaded typify-impl v0.2.0
9542025-02-19T02:19:41.748Z Downloaded regex-syntax v0.8.5
9552025-02-19T02:19:41.757Z Downloaded regress v0.10.1
9562025-02-19T02:19:41.767Z Downloaded regress v0.9.1
9572025-02-19T02:19:41.777Z Downloaded zerocopy v0.8.10
9582025-02-19T02:19:41.806Z Downloaded polar-core v0.27.3
9592025-02-19T02:19:41.814Z Downloaded nix v0.27.1
9602025-02-19T02:19:41.824Z Downloaded regex-syntax v0.6.29
9612025-02-19T02:19:41.830Z Downloaded radix_trie v0.2.1
9622025-02-19T02:19:41.835Z Downloaded webpki-roots v0.26.6
9632025-02-19T02:19:41.839Z Downloaded smoltcp v0.9.1
9642025-02-19T02:19:41.850Z Downloaded csv v1.3.1
9652025-02-19T02:19:41.869Z Downloaded proptest v1.5.0
9662025-02-19T02:19:41.878Z Downloaded git2 v0.19.0
9672025-02-19T02:19:41.886Z Downloaded typify-impl v0.3.0
9682025-02-19T02:19:41.900Z Downloaded regex-automata v0.4.8
9692025-02-19T02:19:41.916Z Downloaded quinn-proto v0.11.8
9702025-02-19T02:19:41.922Z Downloaded lzma-sys v0.1.20
9712025-02-19T02:19:41.950Z Downloaded quick-xml v0.33.0
9722025-02-19T02:19:41.956Z Downloaded rustls-webpki v0.102.8
9732025-02-19T02:19:41.973Z Downloaded tokio-tungstenite v0.24.0
9742025-02-19T02:19:41.976Z Downloaded socket2 v0.5.7
9752025-02-19T02:19:41.978Z Downloaded dropshot_endpoint v0.15.1
9762025-02-19T02:19:41.981Z Downloaded slog v2.7.0
9772025-02-19T02:19:41.983Z Downloaded p521 v0.13.3
9782025-02-19T02:19:41.987Z Downloaded x509-cert v0.2.5
9792025-02-19T02:19:41.992Z Downloaded petgraph v0.6.5
9802025-02-19T02:19:42.010Z Downloaded libz-sys v1.1.20
9812025-02-19T02:19:42.030Z Downloaded snafu-derive v0.8.5
9822025-02-19T02:19:42.032Z Downloaded serde_yaml v0.9.34+deprecated
9832025-02-19T02:19:42.035Z Downloaded tokio-tungstenite v0.23.1
9842025-02-19T02:19:42.037Z Downloaded float-cmp v0.9.0
9852025-02-19T02:19:42.041Z Downloaded h2 v0.4.6
9862025-02-19T02:19:42.044Z Downloaded chrono v0.4.39
9872025-02-19T02:19:42.051Z Downloaded tokio v1.43.0
9882025-02-19T02:19:42.088Z Downloaded num_enum v0.5.11
9892025-02-19T02:19:42.095Z Downloaded slog-stdlog v4.1.1
9902025-02-19T02:19:42.098Z Downloaded slog-async v2.8.0
9912025-02-19T02:19:42.098Z Downloaded zone v0.3.0
9922025-02-19T02:19:42.098Z Downloaded subprocess v0.2.9
9932025-02-19T02:19:42.100Z Downloaded num-traits v0.2.19
9942025-02-19T02:19:42.103Z Downloaded hashbrown v0.12.3
9952025-02-19T02:19:42.106Z Downloaded time v0.3.36
9962025-02-19T02:19:42.112Z Downloaded rustc_version v0.4.1
9972025-02-19T02:19:42.115Z Downloaded sha3 v0.10.8
9982025-02-19T02:19:42.118Z Downloaded flagset v0.4.6
9992025-02-19T02:19:42.121Z Downloaded env_filter v0.1.2
10002025-02-19T02:19:42.121Z Downloaded ed25519 v2.2.3
10012025-02-19T02:19:42.123Z Downloaded darling v0.20.10
10022025-02-19T02:19:42.126Z Downloaded spin v0.9.8
10032025-02-19T02:19:42.128Z Downloaded dunce v1.0.5
10042025-02-19T02:19:42.131Z Downloaded der v0.7.9
10052025-02-19T02:19:42.133Z Downloaded tungstenite v0.24.0
10062025-02-19T02:19:42.136Z Downloaded serde-hex v0.1.0
10072025-02-19T02:19:42.139Z Downloaded pkg-config v0.3.31
10082025-02-19T02:19:42.142Z Downloaded futures-task v0.3.31
10092025-02-19T02:19:42.142Z Downloaded futures-sink v0.3.31
10102025-02-19T02:19:42.145Z Downloaded defmt-macros v0.3.9
10112025-02-19T02:19:42.145Z Downloaded native-tls v0.2.12
10122025-02-19T02:19:42.147Z Downloaded dyn-clone v1.0.17
10132025-02-19T02:19:42.150Z Downloaded defmt v0.3.8
10142025-02-19T02:19:42.153Z Downloaded subtle v2.6.1
10152025-02-19T02:19:42.155Z Downloaded dropshot_endpoint v0.12.0
10162025-02-19T02:19:42.155Z Downloaded zopfli v0.8.1
10172025-02-19T02:19:42.158Z Downloaded twox-hash v2.1.0
10182025-02-19T02:19:42.160Z Downloaded tokio-stream v0.1.16
10192025-02-19T02:19:42.169Z Downloaded futures-macro v0.3.31
10202025-02-19T02:19:42.169Z Downloaded termtree v0.5.1
10212025-02-19T02:19:42.169Z Downloaded termtree v0.4.1
10222025-02-19T02:19:42.170Z Downloaded tap v1.0.1
10232025-02-19T02:19:42.170Z Downloaded serde_urlencoded v0.7.1
10242025-02-19T02:19:42.170Z Downloaded expectorate v1.1.0
10252025-02-19T02:19:42.173Z Downloaded tokio-tungstenite v0.21.0
10262025-02-19T02:19:42.173Z Downloaded prettyplease v0.2.25
10272025-02-19T02:19:42.176Z Downloaded darling_core v0.20.10
10282025-02-19T02:19:42.179Z Downloaded quinn v0.11.5
10292025-02-19T02:19:42.182Z Downloaded num-integer v0.1.46
10302025-02-19T02:19:42.185Z Downloaded num-derive v0.4.2
10312025-02-19T02:19:42.187Z Downloaded fixedbitset v0.4.2
10322025-02-19T02:19:42.189Z Downloaded unicode-properties v0.1.3
10332025-02-19T02:19:42.189Z Downloaded xattr v1.3.1
10342025-02-19T02:19:42.192Z Downloaded num-complex v0.4.6
10352025-02-19T02:19:42.194Z Downloaded walkdir v2.5.0
10362025-02-19T02:19:42.194Z Downloaded snafu v0.8.5
10372025-02-19T02:19:42.200Z Downloaded num-bigint v0.4.6
10382025-02-19T02:19:42.204Z Downloaded idna v1.0.3
10392025-02-19T02:19:42.208Z Downloaded sync-ptr v0.1.1
10402025-02-19T02:19:42.212Z Downloaded supports-color v3.0.1
10412025-02-19T02:19:42.212Z Downloaded smallvec v0.6.14
10422025-02-19T02:19:42.214Z Downloaded semver v0.1.20
10432025-02-19T02:19:42.214Z Downloaded vsss-rs v3.3.4
10442025-02-19T02:19:42.214Z Downloaded encoding_rs v0.8.34
10452025-02-19T02:19:42.237Z Downloaded stable_deref_trait v1.2.0
10462025-02-19T02:19:42.240Z Downloaded rustyline v14.0.0
10472025-02-19T02:19:42.242Z Downloaded rand_chacha v0.3.1
10482025-02-19T02:19:42.242Z Downloaded r2d2 v0.8.10
10492025-02-19T02:19:42.245Z Downloaded value-bag v1.9.0
10502025-02-19T02:19:42.248Z Downloaded rustc-demangle v0.1.24
10512025-02-19T02:19:42.248Z Downloaded diff v0.1.13
10522025-02-19T02:19:42.250Z Downloaded itertools v0.12.1
10532025-02-19T02:19:42.257Z Downloaded minimal-lexical v0.2.1
10542025-02-19T02:19:42.261Z Downloaded icu_collections v1.5.0
10552025-02-19T02:19:42.267Z Downloaded futures-channel v0.3.31
10562025-02-19T02:19:42.269Z Downloaded des v0.8.1
10572025-02-19T02:19:42.272Z Downloaded derive_builder v0.20.2
10582025-02-19T02:19:42.274Z Downloaded packed_struct v0.10.1
10592025-02-19T02:19:42.277Z Downloaded uzers v0.12.1
10602025-02-19T02:19:42.280Z Downloaded slog-bunyan v2.5.0
10612025-02-19T02:19:42.280Z Downloaded progenitor-macro v0.8.0
10622025-02-19T02:19:42.282Z Downloaded toml v0.7.8
10632025-02-19T02:19:42.285Z Downloaded thread_local v1.1.8
10642025-02-19T02:19:42.285Z Downloaded unicode_categories v0.1.1
10652025-02-19T02:19:42.287Z Downloaded heapless v0.8.0
10662025-02-19T02:19:42.289Z Downloaded zerocopy v0.6.6
10672025-02-19T02:19:42.292Z Downloaded ed25519-dalek v2.1.1
10682025-02-19T02:19:42.294Z Downloaded derive_builder_macro v0.20.2
10692025-02-19T02:19:42.297Z Downloaded vte v0.11.1
10702025-02-19T02:19:42.300Z Downloaded rustls-pki-types v1.10.0
10712025-02-19T02:19:42.303Z Downloaded zerocopy-derive v0.8.10
10722025-02-19T02:19:42.306Z Downloaded num_enum_derive v0.5.11
10732025-02-19T02:19:42.309Z Downloaded libgit2-sys v0.17.0+1.8.1
10742025-02-19T02:19:42.370Z Downloaded unarray v0.1.4
10752025-02-19T02:19:42.372Z Downloaded itertools v0.10.5
10762025-02-19T02:19:42.376Z Downloaded elliptic-curve v0.13.8
10772025-02-19T02:19:42.380Z Downloaded url v2.5.3
10782025-02-19T02:19:42.383Z Downloaded tokio-postgres v0.7.12
10792025-02-19T02:19:42.388Z Downloaded pkcs5 v0.7.1
10802025-02-19T02:19:42.391Z Downloaded packed_struct_codegen v0.10.1
10812025-02-19T02:19:42.393Z Downloaded futures-io v0.3.31
10822025-02-19T02:19:42.393Z Downloaded diesel_table_macro_syntax v0.2.0
10832025-02-19T02:19:42.396Z Downloaded unicase v2.7.0
10842025-02-19T02:19:42.396Z Downloaded typify-macro v0.2.0
10852025-02-19T02:19:42.398Z Downloaded tracing-attributes v0.1.27
10862025-02-19T02:19:42.398Z Downloaded signal-hook-mio v0.2.4
10872025-02-19T02:19:42.401Z Downloaded salsa20 v0.10.2
10882025-02-19T02:19:42.401Z Downloaded password-hash v0.4.2
10892025-02-19T02:19:42.404Z Downloaded derive-where v1.2.7
10902025-02-19T02:19:42.406Z Downloaded tinyvec v1.8.0
10912025-02-19T02:19:42.409Z Downloaded crossbeam-channel v0.5.13
10922025-02-19T02:19:42.414Z Downloaded pkcs8 v0.10.2
10932025-02-19T02:19:42.416Z Downloaded pin-project-lite v0.2.14
10942025-02-19T02:19:42.420Z Downloaded futures-core v0.3.31
10952025-02-19T02:19:42.422Z Downloaded bumpalo v3.16.0
10962025-02-19T02:19:42.425Z Downloaded structmeta-derive v0.3.0
10972025-02-19T02:19:42.428Z Downloaded newtype_derive v0.1.6
10982025-02-19T02:19:42.428Z Downloaded bytes v1.9.0
10992025-02-19T02:19:42.431Z Downloaded oxnet v0.1.0
11002025-02-19T02:19:42.434Z Downloaded publicsuffix v2.3.0
11012025-02-19T02:19:42.436Z Downloaded jobserver v0.1.32
11022025-02-19T02:19:42.439Z Downloaded cc v1.1.30
11032025-02-19T02:19:42.441Z Downloaded typify v0.3.0
11042025-02-19T02:19:42.444Z Downloaded dsl_auto_type v0.1.2
11052025-02-19T02:19:42.447Z Downloaded openssl-macros v0.1.1
11062025-02-19T02:19:42.447Z Downloaded difflib v0.4.0
11072025-02-19T02:19:42.447Z Downloaded crypto-bigint v0.5.5
11082025-02-19T02:19:42.453Z Downloaded const_format v0.2.34
11092025-02-19T02:19:42.457Z Downloaded tokio-macros v2.5.0
11102025-02-19T02:19:42.461Z Downloaded synstructure v0.13.1
11112025-02-19T02:19:42.461Z Downloaded string_cache v0.8.7
11122025-02-19T02:19:42.465Z Downloaded spki v0.7.3
11132025-02-19T02:19:42.465Z Downloaded smf v0.2.3
11142025-02-19T02:19:42.467Z Downloaded chacha20poly1305 v0.10.1
11152025-02-19T02:19:42.467Z Downloaded cookie v0.18.1
11162025-02-19T02:19:42.470Z Downloaded tokio-rustls v0.25.0
11172025-02-19T02:19:42.470Z Downloaded libm v0.2.8
11182025-02-19T02:19:42.479Z Downloaded embedded-io v0.6.1
11192025-02-19T02:19:42.482Z Downloaded indicatif v0.17.11
11202025-02-19T02:19:42.485Z Downloaded bzip2 v0.4.4
11212025-02-19T02:19:42.485Z Downloaded ciborium v0.2.2
11222025-02-19T02:19:42.487Z Downloaded untrusted v0.7.1
11232025-02-19T02:19:42.491Z Downloaded unicode-xid v0.2.6
11242025-02-19T02:19:42.491Z Downloaded siphasher v0.3.11
11252025-02-19T02:19:42.493Z Downloaded crossbeam-deque v0.8.5
11262025-02-19T02:19:42.493Z Downloaded crc-catalog v2.4.0
11272025-02-19T02:19:42.493Z Downloaded convert_case v0.4.0
11282025-02-19T02:19:42.496Z Downloaded termcolor v1.4.1
11292025-02-19T02:19:42.496Z Downloaded crc v3.2.1
11302025-02-19T02:19:42.499Z Downloaded colored v2.1.0
11312025-02-19T02:19:42.501Z Downloaded miniz_oxide v0.8.0
11322025-02-19T02:19:42.504Z Downloaded ciborium-ll v0.2.2
11332025-02-19T02:19:42.504Z Downloaded cbc v0.1.2
11342025-02-19T02:19:42.506Z Downloaded cstr-argument v0.1.2
11352025-02-19T02:19:42.506Z Downloaded crunchy v0.2.2
11362025-02-19T02:19:42.506Z Downloaded crucible-workspace-hack v0.1.0
11372025-02-19T02:19:42.506Z Downloaded base64 v0.13.1
11382025-02-19T02:19:42.509Z Downloaded scopeguard v1.2.0
11392025-02-19T02:19:42.512Z Downloaded cfg_aliases v0.1.1
11402025-02-19T02:19:42.512Z Downloaded icu_locid_transform_data v1.5.0
11412025-02-19T02:19:42.515Z Downloaded hyper-rustls v0.27.3
11422025-02-19T02:19:42.518Z Downloaded backoff v0.4.0
11432025-02-19T02:19:42.520Z Downloaded rtoolbox v0.0.2
11442025-02-19T02:19:42.520Z Downloaded rfc6979 v0.4.0
11452025-02-19T02:19:42.520Z Downloaded rand_seeder v0.3.0
11462025-02-19T02:19:42.523Z Downloaded psl-types v2.0.11
11472025-02-19T02:19:42.523Z Downloaded block-padding v0.3.3
11482025-02-19T02:19:42.523Z Downloaded bitfield v0.14.0
11492025-02-19T02:19:42.525Z Downloaded bit-vec v0.6.3
11502025-02-19T02:19:42.528Z Downloaded highway v1.2.0
11512025-02-19T02:19:42.530Z Downloaded http-body-util v0.1.2
11522025-02-19T02:19:42.530Z Downloaded base64ct v1.6.0
11532025-02-19T02:19:42.533Z Downloaded base16ct v0.2.0
11542025-02-19T02:19:42.533Z Downloaded atomic-waker v1.1.2
11552025-02-19T02:19:42.535Z Downloaded arrayref v0.3.9
11562025-02-19T02:19:42.535Z Downloaded lalrpop-util v0.19.12
11572025-02-19T02:19:42.538Z Downloaded is-terminal v0.4.13
11582025-02-19T02:19:42.538Z Downloaded atty v0.2.14
11592025-02-19T02:19:42.538Z Downloaded async-stream-impl v0.3.6
11602025-02-19T02:19:42.541Z Downloaded async-bb8-diesel v0.2.1
11612025-02-19T02:19:42.543Z Downloaded maplit v1.0.2
11622025-02-19T02:19:42.543Z Downloaded litemap v0.7.3
11632025-02-19T02:19:42.545Z Downloaded lazy_static v1.5.0
11642025-02-19T02:19:42.548Z Downloaded indent_write v2.2.0
11652025-02-19T02:19:42.548Z Downloaded hubpack v0.1.2
11662025-02-19T02:19:42.550Z Downloaded hostname v0.3.1
11672025-02-19T02:19:42.550Z Downloaded aho-corasick v1.1.3
11682025-02-19T02:19:42.556Z Downloaded humantime v2.1.0
11692025-02-19T02:19:42.558Z Downloaded hex-literal v0.4.1
11702025-02-19T02:19:42.558Z Downloaded ahash v0.8.11
11712025-02-19T02:19:42.701Z Downloaded ring v0.17.8
11722025-02-19T02:19:42.811Z Downloaded libsqlite3-sys v0.30.1
11732025-02-19T02:19:42.914Z Downloaded aws-lc-sys v0.22.0
11742025-02-19T02:19:43.236Z Compiling serde v1.0.217
11752025-02-19T02:19:43.240Z Compiling lock_api v0.4.12
11762025-02-19T02:19:43.240Z Compiling value-bag v1.9.0
11772025-02-19T02:19:43.240Z Compiling scopeguard v1.2.0
11782025-02-19T02:19:43.240Z Compiling typenum v1.17.0
11792025-02-19T02:19:43.396Z Compiling generic-array v0.14.7
11802025-02-19T02:19:43.442Z Compiling syn v2.0.96
11812025-02-19T02:19:43.458Z Compiling getrandom v0.2.15
11822025-02-19T02:19:43.628Z Compiling shlex v1.3.0
11832025-02-19T02:19:43.758Z Compiling rand_core v0.6.4
11842025-02-19T02:19:43.833Z Compiling log v0.4.22
11852025-02-19T02:19:43.957Z Compiling subtle v2.6.1
11862025-02-19T02:19:43.976Z Compiling jobserver v0.1.32
11872025-02-19T02:19:43.993Z Compiling smallvec v1.13.2
11882025-02-19T02:19:44.266Z Compiling const-oid v0.9.6
11892025-02-19T02:19:44.293Z Compiling pin-project-lite v0.2.14
11902025-02-19T02:19:44.293Z Compiling rustix v0.38.37
11912025-02-19T02:19:44.353Z Compiling cc v1.1.30
11922025-02-19T02:19:44.429Z Compiling spin v0.9.8
11932025-02-19T02:19:44.560Z Compiling parking_lot_core v0.9.10
11942025-02-19T02:19:44.768Z Compiling futures-core v0.3.31
11952025-02-19T02:19:44.787Z Compiling signal-hook-registry v1.4.2
11962025-02-19T02:19:45.010Z Compiling mio v1.0.2
11972025-02-19T02:19:45.106Z Compiling aho-corasick v1.1.3
11982025-02-19T02:19:45.487Z Compiling parking_lot v0.12.3
11992025-02-19T02:19:45.608Z Compiling either v1.13.0
12002025-02-19T02:19:45.671Z Compiling cpufeatures v0.2.14
12012025-02-19T02:19:45.781Z Compiling stable_deref_trait v1.2.0
12022025-02-19T02:19:45.904Z Compiling regex-syntax v0.8.5
12032025-02-19T02:19:46.005Z Compiling futures-sink v0.3.31
12042025-02-19T02:19:46.061Z Compiling glob v0.3.2
12052025-02-19T02:19:46.161Z Compiling socket2 v0.5.7
12062025-02-19T02:19:46.266Z Compiling slab v0.4.9
12072025-02-19T02:19:46.310Z Compiling prettyplease v0.2.25
12082025-02-19T02:19:46.650Z Compiling lazy_static v1.5.0
12092025-02-19T02:19:46.696Z Compiling serde_json v1.0.135
12102025-02-19T02:19:46.862Z Compiling minimal-lexical v0.2.1
12112025-02-19T02:19:47.002Z Compiling clang-sys v1.8.1
12122025-02-19T02:19:47.137Z Compiling libloading v0.8.5
12132025-02-19T02:19:47.375Z Compiling nom v7.1.3
12142025-02-19T02:19:47.413Z Compiling bindgen v0.69.5
12152025-02-19T02:19:47.545Z Compiling home v0.5.9
12162025-02-19T02:19:47.815Z Compiling futures-channel v0.3.31
12172025-02-19T02:19:48.135Z Compiling itertools v0.12.1
12182025-02-19T02:19:48.272Z Compiling futures-task v0.3.31
12192025-02-19T02:19:48.297Z Compiling rustc-hash v1.1.0
12202025-02-19T02:19:48.467Z Compiling allocator-api2 v0.2.18
12212025-02-19T02:19:48.576Z Compiling foldhash v0.1.3
12222025-02-19T02:19:48.879Z Compiling lazycell v1.3.0
12232025-02-19T02:19:49.065Z Compiling pin-utils v0.1.0
12242025-02-19T02:19:49.176Z Compiling libm v0.2.8
12252025-02-19T02:19:49.216Z Compiling futures-io v0.3.31
12262025-02-19T02:19:49.517Z Compiling hashbrown v0.15.1
12272025-02-19T02:19:49.543Z Compiling cmake v0.1.51
12282025-02-19T02:19:49.857Z Compiling regex-automata v0.4.8
12292025-02-19T02:19:50.421Z Compiling cexpr v0.6.0
12302025-02-19T02:19:50.671Z Compiling synstructure v0.13.1
12312025-02-19T02:19:50.935Z Compiling num-traits v0.2.19
12322025-02-19T02:19:51.222Z Compiling dunce v1.0.5
12332025-02-19T02:19:51.358Z Compiling fs_extra v1.3.0
12342025-02-19T02:19:51.925Z Compiling pkg-config v0.3.31
12352025-02-19T02:19:52.160Z Compiling writeable v0.5.5
12362025-02-19T02:19:52.323Z Compiling litemap v0.7.3
12372025-02-19T02:19:52.700Z Compiling ring v0.17.8
12382025-02-19T02:19:52.719Z Compiling base64ct v1.6.0
12392025-02-19T02:19:53.300Z Compiling paste v1.0.15
12402025-02-19T02:19:53.469Z Compiling pem-rfc7468 v0.7.0
12412025-02-19T02:19:53.498Z Compiling httparse v1.9.5
12422025-02-19T02:19:53.867Z Compiling aws-lc-rs v1.10.0
12432025-02-19T02:19:54.082Z Compiling icu_locid_transform_data v1.5.0
12442025-02-19T02:19:54.170Z Compiling flagset v0.4.6
12452025-02-19T02:19:54.286Z Compiling tracing-core v0.1.32
12462025-02-19T02:19:54.383Z Compiling crossbeam-utils v0.8.20
12472025-02-19T02:19:54.897Z Compiling percent-encoding v2.3.1
12482025-02-19T02:19:54.899Z Compiling rustls-pki-types v1.10.0
12492025-02-19T02:19:55.187Z Compiling regex v1.11.1
12502025-02-19T02:19:55.322Z Compiling icu_properties_data v1.5.0
12512025-02-19T02:19:55.583Z Compiling utf16_iter v1.0.5
12522025-02-19T02:19:55.795Z Compiling num-conv v0.1.0
12532025-02-19T02:19:55.858Z Compiling time-core v0.1.2
12542025-02-19T02:19:56.025Z Compiling write16 v1.0.0
12552025-02-19T02:19:56.053Z Compiling powerfmt v0.2.0
12562025-02-19T02:19:56.105Z Compiling untrusted v0.7.1
12572025-02-19T02:19:56.140Z Compiling vcpkg v0.2.15
12582025-02-19T02:19:56.160Z Compiling utf8_iter v1.0.4
12592025-02-19T02:19:56.177Z Compiling serde_derive v1.0.217
12602025-02-19T02:19:56.287Z Compiling zeroize_derive v1.4.2
12612025-02-19T02:19:56.401Z Compiling zerocopy-derive v0.7.35
12622025-02-19T02:19:56.442Z Compiling tokio-macros v2.5.0
12632025-02-19T02:19:57.788Z Compiling zeroize v1.8.1
12642025-02-19T02:19:57.917Z Compiling zerofrom-derive v0.1.4
12652025-02-19T02:19:57.951Z Compiling yoke-derive v0.7.4
12662025-02-19T02:19:58.193Z Compiling thiserror-impl v1.0.69
12672025-02-19T02:19:58.382Z Compiling zerocopy v0.7.35
12682025-02-19T02:19:59.345Z Compiling crypto-common v0.1.6
12692025-02-19T02:19:59.565Z Compiling block-buffer v0.10.4
12702025-02-19T02:19:59.585Z Compiling zerovec-derive v0.10.3
12712025-02-19T02:19:59.697Z Compiling displaydoc v0.2.5
12722025-02-19T02:19:59.831Z Compiling digest v0.10.7
12732025-02-19T02:20:00.334Z Compiling hmac v0.12.1
12742025-02-19T02:20:00.596Z Compiling futures-macro v0.3.31
12752025-02-19T02:20:00.621Z Compiling block-padding v0.3.3
12762025-02-19T02:20:00.878Z Compiling inout v0.1.3
12772025-02-19T02:20:01.048Z Compiling sha2 v0.10.8
12782025-02-19T02:20:01.156Z Compiling cipher v0.4.4
12792025-02-19T02:20:01.204Z Compiling thiserror v1.0.69
12802025-02-19T02:20:01.269Z Compiling icu_provider_macros v1.5.0
12812025-02-19T02:20:01.352Z Compiling ppv-lite86 v0.2.20
12822025-02-19T02:20:01.533Z Compiling zerofrom v0.1.4
12832025-02-19T02:20:01.689Z Compiling der_derive v0.7.3
12842025-02-19T02:20:01.819Z Compiling yoke v0.7.4
12852025-02-19T02:20:02.144Z Compiling zerovec v0.10.4
12862025-02-19T02:20:02.165Z Compiling rand_chacha v0.3.1
12872025-02-19T02:20:02.187Z Compiling tracing-attributes v0.1.27
12882025-02-19T02:20:02.415Z Compiling salsa20 v0.10.2
12892025-02-19T02:20:02.509Z Compiling futures-util v0.3.31
12902025-02-19T02:20:02.647Z Compiling rand v0.8.5
12912025-02-19T02:20:04.106Z Compiling tinystr v0.7.6
12922025-02-19T02:20:04.153Z Compiling der v0.7.9
12932025-02-19T02:20:04.386Z Compiling icu_collections v1.5.0
12942025-02-19T02:20:04.511Z Compiling icu_locid v1.5.0
12952025-02-19T02:20:04.609Z Compiling pest v2.7.14
12962025-02-19T02:20:04.668Z Compiling pbkdf2 v0.12.2
12972025-02-19T02:20:04.850Z Compiling untrusted v0.9.0
12982025-02-19T02:20:05.047Z Compiling icu_normalizer_data v1.5.0
12992025-02-19T02:20:05.186Z Compiling mirai-annotations v1.12.0
13002025-02-19T02:20:05.568Z Compiling icu_provider v1.5.0
13012025-02-19T02:20:05.676Z Compiling tracing v0.1.40
13022025-02-19T02:20:06.195Z Compiling spki v0.7.3
13032025-02-19T02:20:06.538Z Compiling icu_locid_transform v1.5.0
13042025-02-19T02:20:06.574Z Compiling scrypt v0.11.0
13052025-02-19T02:20:06.595Z Compiling aes v0.8.4
13062025-02-19T02:20:07.146Z Compiling cbc v0.1.2
13072025-02-19T02:20:07.167Z Compiling openssl-sys v0.9.105
13082025-02-19T02:20:07.395Z Compiling pest_meta v2.7.14
13092025-02-19T02:20:07.721Z Compiling deranged v0.3.11
13102025-02-19T02:20:07.822Z Compiling icu_properties v1.5.1
13112025-02-19T02:20:08.218Z Compiling scroll_derive v0.12.0
13122025-02-19T02:20:08.851Z Compiling time-macros v0.2.18
13132025-02-19T02:20:09.081Z Compiling bitflags v2.6.0
13142025-02-19T02:20:09.245Z Compiling bytes v1.9.0
13152025-02-19T02:20:09.627Z Compiling indexmap v2.7.1
13162025-02-19T02:20:10.013Z Compiling semver v1.0.24
13172025-02-19T02:20:10.382Z Compiling tokio v1.43.0
13182025-02-19T02:20:10.732Z Compiling http v1.2.0
13192025-02-19T02:20:10.915Z Compiling rustc_version v0.4.1
13202025-02-19T02:20:11.625Z Compiling icu_normalizer v1.5.0
13212025-02-19T02:20:11.915Z Compiling atomic-waker v1.1.2
13222025-02-19T02:20:11.968Z Compiling tinyvec_macros v0.1.1
13232025-02-19T02:20:12.069Z Compiling num_threads v0.1.7
13242025-02-19T02:20:12.098Z Compiling tinyvec v1.8.0
13252025-02-19T02:20:12.220Z Compiling http-body v1.0.1
13262025-02-19T02:20:12.404Z Compiling time v0.3.36
13272025-02-19T02:20:12.448Z Compiling scroll v0.12.0
13282025-02-19T02:20:12.469Z Compiling pest_generator v2.7.14
13292025-02-19T02:20:12.967Z Compiling which v4.4.2
13302025-02-19T02:20:13.001Z Compiling idna_adapter v1.2.0
13312025-02-19T02:20:13.412Z Compiling pkcs5 v0.7.1
13322025-02-19T02:20:13.527Z Compiling form_urlencoded v1.2.1
13332025-02-19T02:20:13.573Z Compiling try-lock v0.2.5
13342025-02-19T02:20:13.745Z Compiling slog v2.7.0
13352025-02-19T02:20:13.852Z Compiling goblin v0.8.2
13362025-02-19T02:20:14.129Z Compiling pkcs8 v0.10.2
13372025-02-19T02:20:14.306Z Compiling pest_derive v2.7.14
13382025-02-19T02:20:14.328Z Compiling want v0.3.1
13392025-02-19T02:20:14.502Z Compiling idna v1.0.3
13402025-02-19T02:20:14.622Z Compiling uuid v1.12.0
13412025-02-19T02:20:14.770Z Compiling httpdate v1.0.3
13422025-02-19T02:20:15.075Z Compiling iana-time-zone v0.1.61
13432025-02-19T02:20:15.223Z Compiling dtrace-parser v0.2.0
13442025-02-19T02:20:15.474Z Compiling chrono v0.4.39
13452025-02-19T02:20:16.150Z Compiling toml_datetime v0.6.8
13462025-02-19T02:20:16.635Z Compiling serde_spanned v0.6.8
13472025-02-19T02:20:16.861Z Compiling serde_tokenstream v0.2.2
13482025-02-19T02:20:16.929Z Compiling foreign-types-shared v0.1.1
13492025-02-19T02:20:17.060Z Compiling base64 v0.22.1
13502025-02-19T02:20:17.134Z Compiling tower-service v0.3.3
13512025-02-19T02:20:17.159Z Compiling match_cfg v0.1.0
13522025-02-19T02:20:17.264Z Compiling openssl v0.10.70
13532025-02-19T02:20:17.287Z Compiling adler2 v2.0.0
13542025-02-19T02:20:17.428Z Compiling rustversion v1.0.17
13552025-02-19T02:20:17.499Z Compiling miniz_oxide v0.8.0
13562025-02-19T02:20:17.705Z Compiling hostname v0.3.1
13572025-02-19T02:20:17.771Z Compiling foreign-types v0.3.2
13582025-02-19T02:20:17.878Z Compiling url v2.5.3
13592025-02-19T02:20:18.138Z Compiling async-trait v0.1.86
13602025-02-19T02:20:18.912Z Compiling tokio-util v0.7.12
13612025-02-19T02:20:18.966Z Compiling openssl-macros v0.1.1
13622025-02-19T02:20:19.184Z Compiling serde_derive_internals v0.29.1
13632025-02-19T02:20:19.620Z Compiling dof v0.3.0
13642025-02-19T02:20:19.711Z Compiling dirs-sys-next v0.1.2
13652025-02-19T02:20:20.155Z Compiling h2 v0.4.6
13662025-02-19T02:20:20.272Z Compiling siphasher v0.3.11
13672025-02-19T02:20:20.632Z Compiling usdt-impl v0.5.0
13682025-02-19T02:20:20.653Z Compiling schemars v0.8.21
13692025-02-19T02:20:20.995Z Compiling rustls v0.22.4
13702025-02-19T02:20:21.281Z Compiling native-tls v0.2.12
13712025-02-19T02:20:21.455Z Compiling data-encoding v2.6.0
13722025-02-19T02:20:21.592Z Compiling syn v1.0.109
13732025-02-19T02:20:21.611Z Compiling rustls v0.23.19
13742025-02-19T02:20:21.961Z Compiling schemars_derive v0.8.21
13752025-02-19T02:20:22.077Z Compiling dirs-next v2.0.0
13762025-02-19T02:20:23.324Z Compiling unicode-normalization v0.1.24
13772025-02-19T02:20:24.011Z Compiling http-body-util v0.1.2
13782025-02-19T02:20:24.027Z Compiling heapless v0.7.17
13792025-02-19T02:20:24.027Z Compiling crossbeam-epoch v0.9.18
13802025-02-19T02:20:24.030Z Compiling signature v2.2.0
13812025-02-19T02:20:24.061Z Compiling sha1 v0.10.6
13822025-02-19T02:20:24.319Z Compiling bzip2-sys v0.1.11+1.0.8
13832025-02-19T02:20:24.403Z Compiling thread_local v1.1.8
13842025-02-19T02:20:24.481Z Compiling encoding_rs v0.8.34
13852025-02-19T02:20:24.543Z Compiling cookie v0.18.1
13862025-02-19T02:20:24.787Z Compiling multer v3.1.0
13872025-02-19T02:20:24.848Z Compiling signal-hook v0.3.17
13882025-02-19T02:20:24.866Z Compiling slog-async v2.8.0
13892025-02-19T02:20:25.067Z Compiling ipnet v2.10.1
13902025-02-19T02:20:25.070Z Compiling dyn-clone v1.0.17
13912025-02-19T02:20:25.115Z Compiling unicode-properties v0.1.3
13922025-02-19T02:20:25.316Z Compiling rayon-core v1.12.1
13932025-02-19T02:20:25.336Z Compiling unicode-bidi v0.3.17
13942025-02-19T02:20:25.528Z Compiling mime v0.3.17
13952025-02-19T02:20:25.583Z Compiling gimli v0.31.1
13962025-02-19T02:20:26.023Z Compiling openssl-probe v0.1.5
13972025-02-19T02:20:26.175Z Compiling stringprep v0.1.5
13982025-02-19T02:20:26.631Z Compiling toml_edit v0.22.22
13992025-02-19T02:20:27.289Z Compiling hyper v1.5.2
14002025-02-19T02:20:29.855Z Compiling hyper-util v0.1.10
14012025-02-19T02:20:30.144Z Compiling addr2line v0.24.2
14022025-02-19T02:20:30.291Z Compiling crossbeam-deque v0.8.5
14032025-02-19T02:20:30.387Z Compiling usdt-macro v0.5.0
14042025-02-19T02:20:30.641Z Compiling usdt-attr-macro v0.5.0
14052025-02-19T02:20:30.913Z Compiling term v0.7.0
14062025-02-19T02:20:31.060Z Compiling slog-json v2.6.1
14072025-02-19T02:20:31.453Z Compiling serde_urlencoded v0.7.1
14082025-02-19T02:20:31.846Z Compiling curve25519-dalek v4.1.3
14092025-02-19T02:20:31.996Z Compiling crossbeam-channel v0.5.13
14102025-02-19T02:20:32.203Z Compiling futures-executor v0.3.31
14112025-02-19T02:20:32.275Z Compiling md-5 v0.10.6
14122025-02-19T02:20:32.533Z Compiling enum-as-inner v0.6.1
14132025-02-19T02:20:32.569Z Compiling async-stream-impl v0.3.6
14142025-02-19T02:20:32.640Z Compiling rustls-pemfile v2.2.0
14152025-02-19T02:20:32.718Z Compiling num-integer v0.1.46
14162025-02-19T02:20:32.988Z Compiling hash32 v0.2.1
14172025-02-19T02:20:33.061Z Compiling ff v0.13.0
14182025-02-19T02:20:33.292Z Compiling is-terminal v0.4.13
14192025-02-19T02:20:33.353Z Compiling dropshot v0.12.0
14202025-02-19T02:20:33.440Z Compiling memoffset v0.9.1
14212025-02-19T02:20:33.495Z Compiling object v0.36.5
14222025-02-19T02:20:33.572Z Compiling rustc-demangle v0.1.24
14232025-02-19T02:20:33.635Z Compiling linked-hash-map v0.5.6
14242025-02-19T02:20:33.750Z Compiling num-bigint-dig v0.8.4
14252025-02-19T02:20:33.826Z Compiling quick-error v1.2.3
14262025-02-19T02:20:33.976Z Compiling cfg_aliases v0.2.1
14272025-02-19T02:20:33.996Z Compiling psl-types v2.0.11
14282025-02-19T02:20:34.068Z Compiling fallible-iterator v0.2.0
14292025-02-19T02:20:34.090Z Compiling litrs v0.4.1
14302025-02-19T02:20:34.140Z Compiling anyhow v1.0.95
14312025-02-19T02:20:34.202Z Compiling smoltcp v0.9.1
14322025-02-19T02:20:34.493Z Compiling base16ct v0.2.0
14332025-02-19T02:20:34.722Z Compiling portable-atomic v1.9.0
14342025-02-19T02:20:34.724Z Compiling utf-8 v0.7.6
14352025-02-19T02:20:34.810Z Compiling take_mut v0.2.2
14362025-02-19T02:20:34.978Z Compiling tungstenite v0.24.0
14372025-02-19T02:20:35.220Z Compiling document-features v0.2.10
14382025-02-19T02:20:35.291Z Compiling sec1 v0.7.3
14392025-02-19T02:20:35.815Z Compiling postgres-protocol v0.6.7
14402025-02-19T02:20:35.852Z Compiling publicsuffix v2.3.0
14412025-02-19T02:20:36.126Z Compiling nix v0.29.0
14422025-02-19T02:20:36.187Z Compiling resolv-conf v0.7.0
14432025-02-19T02:20:36.399Z Compiling lru-cache v0.1.2
14442025-02-19T02:20:36.590Z Compiling async-stream v0.3.6
14452025-02-19T02:20:37.035Z Compiling hickory-proto v0.24.3
14462025-02-19T02:20:37.069Z Compiling slog-term v2.9.1
14472025-02-19T02:20:37.088Z Compiling usdt v0.5.0
14482025-02-19T02:20:37.151Z Compiling group v0.13.0
14492025-02-19T02:20:37.488Z Compiling num-iter v0.1.45
14502025-02-19T02:20:37.681Z Compiling futures v0.3.31
14512025-02-19T02:20:37.704Z Compiling slog-bunyan v2.5.0
14522025-02-19T02:20:37.958Z Compiling toml v0.8.19
14532025-02-19T02:20:39.221Z Compiling camino v1.1.9
14542025-02-19T02:20:39.418Z Compiling tokio-native-tls v0.3.1
14552025-02-19T02:20:39.454Z Compiling phf_shared v0.11.2
14562025-02-19T02:20:39.704Z Compiling dropshot_endpoint v0.12.0
14572025-02-19T02:20:39.833Z Compiling terminal_size v0.4.0
14582025-02-19T02:20:40.052Z Compiling backtrace v0.3.74
14592025-02-19T02:20:40.072Z Compiling waitgroup v0.1.2
14602025-02-19T02:20:40.094Z Compiling openapiv3 v2.0.0
14612025-02-19T02:20:40.300Z Compiling serde_path_to_error v0.1.16
14622025-02-19T02:20:40.599Z Compiling hkdf v0.12.4
14632025-02-19T02:20:40.872Z Compiling crypto-bigint v0.5.5
14642025-02-19T02:20:41.039Z Compiling curve25519-dalek-derive v0.1.1
14652025-02-19T02:20:42.569Z Compiling zerocopy-derive v0.6.6
14662025-02-19T02:20:43.113Z Compiling webpki-roots v0.26.6
14672025-02-19T02:20:43.273Z Compiling hubpack_derive v0.1.1
14682025-02-19T02:20:43.339Z Compiling hostname v0.4.0
14692025-02-19T02:20:43.565Z Compiling ahash v0.8.11
14702025-02-19T02:20:43.883Z Compiling crc32fast v1.4.2
14712025-02-19T02:20:44.002Z Compiling fs-err v2.11.0
14722025-02-19T02:20:44.045Z Compiling newtype-uuid v1.2.1
14732025-02-19T02:20:44.137Z Compiling unicode-width v0.2.0
14742025-02-19T02:20:44.222Z Compiling debug-ignore v1.0.5
14752025-02-19T02:20:44.302Z Compiling managed v0.8.0
14762025-02-19T02:20:44.326Z Compiling bitflags v1.3.2
14772025-02-19T02:20:44.394Z Compiling winnow v0.5.40
14782025-02-19T02:20:44.444Z Compiling strum_macros v0.25.3
14792025-02-19T02:20:44.466Z Compiling zerocopy v0.6.6
14802025-02-19T02:20:44.715Z Compiling console v0.15.10
14812025-02-19T02:20:45.207Z Compiling clap_builder v4.5.27
14822025-02-19T02:20:46.179Z Compiling hubpack v0.1.2
14832025-02-19T02:20:46.263Z Compiling flate2 v1.0.35
14842025-02-19T02:20:46.608Z Compiling elliptic-curve v0.13.8
14852025-02-19T02:20:46.860Z Compiling hickory-resolver v0.24.3
14862025-02-19T02:20:47.499Z Compiling phf v0.11.2
14872025-02-19T02:20:47.787Z Compiling toml_edit v0.19.15
14882025-02-19T02:20:47.910Z Compiling hyper-tls v0.6.0
14892025-02-19T02:20:47.932Z Compiling signal-hook-mio v0.2.4
14902025-02-19T02:20:48.110Z Compiling cookie_store v0.21.1
14912025-02-19T02:20:48.247Z Compiling rayon v1.10.0
14922025-02-19T02:20:48.286Z Compiling bzip2 v0.4.4
14932025-02-19T02:20:49.755Z Compiling postgres-types v0.2.8
14942025-02-19T02:20:51.063Z Compiling tokio-tungstenite v0.24.0
14952025-02-19T02:20:52.540Z Compiling ed25519 v2.2.3
14962025-02-19T02:20:52.724Z Compiling phf_shared v0.10.0
14972025-02-19T02:20:52.887Z Compiling tokio-stream v0.1.16
14982025-02-19T02:20:53.116Z Compiling pkcs1 v0.7.5
14992025-02-19T02:20:53.513Z Compiling serde-big-array v0.5.1
15002025-02-19T02:20:53.756Z Compiling rfc6979 v0.4.0
15012025-02-19T02:20:53.834Z Compiling derive-where v1.2.7
15022025-02-19T02:20:53.953Z Compiling clap_derive v4.5.24
15032025-02-19T02:20:54.055Z Compiling serde_repr v0.1.19
15042025-02-19T02:20:54.441Z Compiling bstr v1.10.0
15052025-02-19T02:20:54.583Z Compiling float-cmp v0.9.0
15062025-02-19T02:20:54.810Z Compiling sync_wrapper v1.0.1
15072025-02-19T02:20:54.965Z Compiling difflib v0.4.0
15082025-02-19T02:20:55.031Z Compiling fixedbitset v0.4.2
15092025-02-19T02:20:55.130Z Compiling precomputed-hash v0.1.1
15102025-02-19T02:20:55.264Z Compiling static_assertions v1.1.0
15112025-02-19T02:20:55.392Z Compiling bit-vec v0.6.3
15122025-02-19T02:20:55.485Z Compiling predicates-core v1.0.8
15132025-02-19T02:20:55.807Z Compiling whoami v1.5.2
15142025-02-19T02:20:55.809Z Compiling unicode-segmentation v1.12.0
15152025-02-19T02:20:56.042Z Compiling normalize-line-endings v0.3.0
15162025-02-19T02:20:56.185Z Compiling number_prefix v0.4.0
15172025-02-19T02:20:56.309Z Compiling new_debug_unreachable v1.0.6
15182025-02-19T02:20:56.389Z Compiling indicatif v0.17.11
15192025-02-19T02:20:56.415Z Compiling string_cache v0.8.7
15202025-02-19T02:20:56.431Z Compiling predicates v3.1.2
15212025-02-19T02:20:56.682Z Compiling similar v2.6.0
15222025-02-19T02:20:56.825Z Compiling tokio-postgres v0.7.12
15232025-02-19T02:20:57.053Z Compiling bit-set v0.5.3
15242025-02-19T02:20:57.346Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15252025-02-19T02:20:57.950Z Compiling petgraph v0.6.5
15262025-02-19T02:20:58.472Z Compiling ecdsa v0.16.9
15272025-02-19T02:20:58.566Z Compiling clap v4.5.27
15282025-02-19T02:20:58.696Z Compiling rsa v0.9.6
15292025-02-19T02:20:58.814Z Compiling ed25519-dalek v2.1.1
15302025-02-19T02:20:59.275Z Compiling toml v0.7.8
15312025-02-19T02:21:00.773Z Compiling zip v0.6.6
15322025-02-19T02:21:01.430Z Compiling crossterm v0.28.1
15332025-02-19T02:21:02.673Z Compiling hex v0.4.3
15342025-02-19T02:21:02.675Z Compiling x509-cert v0.2.5
15352025-02-19T02:21:02.860Z Compiling itertools v0.10.5
15362025-02-19T02:21:03.004Z Compiling unicode-xid v0.2.6
15372025-02-19T02:21:03.206Z Compiling lalrpop-util v0.19.12
15382025-02-19T02:21:03.274Z Compiling peg-runtime v0.8.3
15392025-02-19T02:21:03.572Z Compiling strum_macros v0.26.4
15402025-02-19T02:21:03.623Z Compiling xattr v1.3.1
15412025-02-19T02:21:03.840Z Compiling filetime v0.2.25
15422025-02-19T02:21:04.153Z Compiling tar v0.4.42
15432025-02-19T02:21:08.049Z Compiling strum v0.26.3
15442025-02-19T02:21:11.579Z Compiling aws-lc-sys v0.22.0
15452025-02-19T02:21:39.212Z Compiling rustls-webpki v0.102.8
15462025-02-19T02:21:42.351Z Compiling tokio-rustls v0.25.0
15472025-02-19T02:21:44.022Z Compiling tokio-rustls v0.26.0
15482025-02-19T02:21:44.365Z Compiling hyper-rustls v0.27.3
15492025-02-19T02:21:44.903Z Compiling reqwest v0.12.9
15502025-02-19T02:21:46.138Z Compiling qorb v0.2.1
15512025-02-19T02:21:49.252Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15522025-02-19T02:21:49.497Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15532025-02-19T02:21:53.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15542025-02-19T02:21:54.097Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15552025-02-19T02:21:54.150ZFeb 19 02:21:52.938 INFO Starting download, target: Clickhouse
15562025-02-19T02:21:54.150ZFeb 19 02:21:52.938 INFO Starting download, target: Cockroach
15572025-02-19T02:21:54.150ZFeb 19 02:21:52.938 INFO Starting download, target: Console
15582025-02-19T02:21:54.150ZFeb 19 02:21:52.938 INFO Starting download, target: DendriteOpenapi
15592025-02-19T02:21:54.150ZFeb 19 02:21:52.938 INFO Starting download, target: DendriteStub
15602025-02-19T02:21:54.153ZFeb 19 02:21:52.938 INFO Starting download, target: MaghemiteMgd
15612025-02-19T02:21:54.153ZFeb 19 02:21:52.938 INFO Starting download, target: TransceiverControl
15622025-02-19T02:21:54.153ZFeb 19 02:21:52.939 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15632025-02-19T02:21:54.153ZFeb 19 02:21:52.939 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15642025-02-19T02:21:54.153ZFeb 19 02:21:52.939 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15652025-02-19T02:21:54.153ZFeb 19 02:21:52.939 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15662025-02-19T02:21:54.153ZFeb 19 02:21:52.939 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15672025-02-19T02:21:54.153ZFeb 19 02:21:52.939 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15682025-02-19T02:21:54.153ZFeb 19 02:21:52.939 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15692025-02-19T02:21:54.376ZFeb 19 02:21:53.162 INFO Download complete, target: DendriteOpenapi
15702025-02-19T02:21:54.534ZFeb 19 02:21:53.307 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15712025-02-19T02:21:54.615ZFeb 19 02:21:53.384 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15722025-02-19T02:21:54.941ZFeb 19 02:21:53.725 INFO Download complete, target: Console
15732025-02-19T02:21:55.035ZFeb 19 02:21:53.807 INFO Download complete, target: TransceiverControl
15742025-02-19T02:21:55.089ZFeb 19 02:21:53.877 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15752025-02-19T02:21:55.131ZFeb 19 02:21:53.918 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15762025-02-19T02:21:55.754ZFeb 19 02:21:54.543 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15772025-02-19T02:21:55.754ZFeb 19 02:21:54.543 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15782025-02-19T02:21:56.099ZFeb 19 02:21:54.888 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15792025-02-19T02:21:57.913ZFeb 19 02:21:56.701 INFO Download complete, target: DendriteStub
15802025-02-19T02:21:58.150ZFeb 19 02:21:56.939 INFO Download complete, target: MaghemiteMgd
15812025-02-19T02:22:03.233ZFeb 19 02:22:02.021 INFO Checking that binary works, target: Cockroach
15822025-02-19T02:22:03.401ZFeb 19 02:22:02.189 INFO Download complete, target: Cockroach
15832025-02-19T02:22:08.521ZFeb 19 02:22:07.309 INFO Checking that binary works, target: Clickhouse
15842025-02-19T02:22:08.650ZFeb 19 02:22:07.438 INFO Download complete, target: Clickhouse
15852025-02-19T02:22:08.659ZAll prerequisites installed successfully
15862025-02-19T02:22:08.662Z
15872025-02-19T02:22:08.662Zreal 4:28.245324278
15882025-02-19T02:22:08.662Zuser 15:53.280720798
15892025-02-19T02:22:08.662Zsys 2:04.274430876
15902025-02-19T02:22:08.662Ztrap 0.561232326
15912025-02-19T02:22:08.662Ztflt 1.688911350
15922025-02-19T02:22:08.662Zdflt 1.769699846
15932025-02-19T02:22:08.662Zkflt 0.037102678
15942025-02-19T02:22:08.662Zlock 24:45.178447123
15952025-02-19T02:22:08.662Zslp 54:41.138498527
15962025-02-19T02:22:08.662Zlat 1:02.193869996
15972025-02-19T02:22:08.662Zstop 2:26.780915617
15982025-02-19T02:22:08.662Z+ ptime -m cargo xtask download softnpu
15992025-02-19T02:22:09.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16002025-02-19T02:22:09.203Z Running `target/debug/xtask download softnpu`
16012025-02-19T02:22:10.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16022025-02-19T02:22:10.086Z Running `target/debug/xtask-downloader softnpu`
16032025-02-19T02:22:10.124ZFeb 19 02:22:08.912 INFO Starting download, target: Softnpu
16042025-02-19T02:22:10.127ZFeb 19 02:22:08.913 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16052025-02-19T02:22:10.686ZFeb 19 02:22:09.473 INFO Download complete, target: Softnpu
16062025-02-19T02:22:10.691Z
16072025-02-19T02:22:10.693Zreal 2.023962884
16082025-02-19T02:22:10.693Zuser 1.263196641
16092025-02-19T02:22:10.693Zsys 0.532705179
16102025-02-19T02:22:10.693Ztrap 0.000919684
16112025-02-19T02:22:10.694Ztflt 0.000068375
16122025-02-19T02:22:10.694Zdflt 0.000157507
16132025-02-19T02:22:10.694Zkflt 0.000000000
16142025-02-19T02:22:10.694Zlock 5.698112942
16152025-02-19T02:22:10.694Zslp 0.422651215
16162025-02-19T02:22:10.694Zlat 0.067286753
16172025-02-19T02:22:10.694Zstop 0.000160391
16182025-02-19T02:22:10.694Z+ export CARGO_INCREMENTAL=0
16192025-02-19T02:22:10.694Z+ CARGO_INCREMENTAL=0
16202025-02-19T02:22:10.694Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16212025-02-19T02:22:11.660Z Compiling proc-macro2 v1.0.92
16222025-02-19T02:22:11.660Z Compiling unicode-ident v1.0.14
16232025-02-19T02:22:11.660Z Compiling libc v0.2.169
16242025-02-19T02:22:11.663Z Compiling serde v1.0.217
16252025-02-19T02:22:11.663Z Compiling autocfg v1.4.0
16262025-02-19T02:22:11.663Z Compiling version_check v0.9.5
16272025-02-19T02:22:11.663Z Compiling cfg-if v1.0.0
16282025-02-19T02:22:11.891Z Compiling memchr v2.7.4
16292025-02-19T02:22:11.950Z Compiling typenum v1.17.0
16302025-02-19T02:22:11.973Z Compiling shlex v1.3.0
16312025-02-19T02:22:12.389Z Compiling value-bag v1.9.0
16322025-02-19T02:22:12.413Z Compiling generic-array v0.14.7
16332025-02-19T02:22:12.413Z Compiling scopeguard v1.2.0
16342025-02-19T02:22:12.603Z Compiling lock_api v0.4.12
16352025-02-19T02:22:12.819Z Compiling log v0.4.22
16362025-02-19T02:22:12.900Z Compiling parking_lot_core v0.9.10
16372025-02-19T02:22:13.255Z Compiling serde_json v1.0.135
16382025-02-19T02:22:13.302Z Compiling once_cell v1.20.2
16392025-02-19T02:22:13.470Z Compiling libm v0.2.8
16402025-02-19T02:22:13.528Z Compiling rustix v0.38.37
16412025-02-19T02:22:13.572Z Compiling quote v1.0.38
16422025-02-19T02:22:13.681Z Compiling jobserver v0.1.32
16432025-02-19T02:22:13.775Z Compiling getrandom v0.2.15
16442025-02-19T02:22:14.082Z Compiling syn v2.0.96
16452025-02-19T02:22:14.102Z Compiling cc v1.1.30
16462025-02-19T02:22:14.125Z Compiling aho-corasick v1.1.3
16472025-02-19T02:22:14.144Z Compiling num-traits v0.2.19
16482025-02-19T02:22:14.147Z Compiling thiserror v1.0.69
16492025-02-19T02:22:14.275Z Compiling regex-syntax v0.8.5
16502025-02-19T02:22:14.385Z Compiling either v1.13.0
16512025-02-19T02:22:14.465Z Compiling itoa v1.0.11
16522025-02-19T02:22:14.716Z Compiling spin v0.9.8
16532025-02-19T02:22:14.795Z Compiling slab v0.4.9
16542025-02-19T02:22:15.016Z Compiling errno v0.3.9
16552025-02-19T02:22:15.235Z Compiling byteorder v1.5.0
16562025-02-19T02:22:15.254Z Compiling rand_core v0.6.4
16572025-02-19T02:22:15.880Z Compiling glob v0.3.2
16582025-02-19T02:22:15.915Z Compiling prettyplease v0.2.25
16592025-02-19T02:22:16.138Z Compiling lazy_static v1.5.0
16602025-02-19T02:22:16.451Z Compiling minimal-lexical v0.2.1
16612025-02-19T02:22:16.602Z Compiling clang-sys v1.8.1
16622025-02-19T02:22:16.846Z Compiling libloading v0.8.5
16632025-02-19T02:22:16.931Z Compiling nom v7.1.3
16642025-02-19T02:22:17.175Z Compiling subtle v2.6.1
16652025-02-19T02:22:17.195Z Compiling smallvec v1.13.2
16662025-02-19T02:22:17.324Z Compiling home v0.5.9
16672025-02-19T02:22:17.518Z Compiling bindgen v0.69.5
16682025-02-19T02:22:17.677Z Compiling itertools v0.12.1
16692025-02-19T02:22:17.806Z Compiling regex-automata v0.4.8
16702025-02-19T02:22:17.903Z Compiling rustc-hash v1.1.0
16712025-02-19T02:22:17.963Z Compiling lazycell v1.3.0
16722025-02-19T02:22:18.150Z Compiling allocator-api2 v0.2.18
16732025-02-19T02:22:18.359Z Compiling cmake v0.1.51
16742025-02-19T02:22:19.081Z Compiling semver v1.0.24
16752025-02-19T02:22:19.557Z Compiling dunce v1.0.5
16762025-02-19T02:22:19.642Z Compiling fs_extra v1.3.0
16772025-02-19T02:22:19.821Z Compiling pkg-config v0.3.31
16782025-02-19T02:22:20.131Z Compiling cexpr v0.6.0
16792025-02-19T02:22:20.215Z Compiling ring v0.17.8
16802025-02-19T02:22:20.866Z Compiling pin-project-lite v0.2.14
16812025-02-19T02:22:20.898Z Compiling ryu v1.0.18
16822025-02-19T02:22:20.917Z Compiling paste v1.0.15
16832025-02-19T02:22:21.129Z Compiling synstructure v0.13.1
16842025-02-19T02:22:21.465Z Compiling aws-lc-rs v1.10.0
16852025-02-19T02:22:21.599Z Compiling httparse v1.9.5
16862025-02-19T02:22:21.885Z Compiling schemars v0.8.21
16872025-02-19T02:22:22.218Z Compiling const-oid v0.9.6
16882025-02-19T02:22:22.377Z Compiling fnv v1.0.7
16892025-02-19T02:22:22.400Z Compiling serde_derive_internals v0.29.1
16902025-02-19T02:22:22.677Z Compiling equivalent v1.0.1
16912025-02-19T02:22:22.815Z Compiling foldhash v0.1.3
16922025-02-19T02:22:23.125Z Compiling regex v1.11.1
16932025-02-19T02:22:23.650Z Compiling hashbrown v0.15.1
16942025-02-19T02:22:23.712Z Compiling signal-hook-registry v1.4.2
16952025-02-19T02:22:24.097Z Compiling heck v0.5.0
16962025-02-19T02:22:24.267Z Compiling parking_lot v0.12.3
16972025-02-19T02:22:24.369Z Compiling mio v1.0.2
16982025-02-19T02:22:24.535Z Compiling stable_deref_trait v1.2.0
16992025-02-19T02:22:25.613Z Compiling socket2 v0.5.7
17002025-02-19T02:22:25.685Z Compiling serde_derive v1.0.217
17012025-02-19T02:22:25.949Z Compiling zeroize_derive v1.4.2
17022025-02-19T02:22:26.301Z Compiling zerocopy-derive v0.7.35
17032025-02-19T02:22:26.777Z Compiling thiserror-impl v1.0.69
17042025-02-19T02:22:26.945Z Compiling tokio-macros v2.5.0
17052025-02-19T02:22:27.292Z Compiling zerofrom-derive v0.1.4
17062025-02-19T02:22:27.328Z Compiling zeroize v1.8.1
17072025-02-19T02:22:27.607Z Compiling yoke-derive v0.7.4
17082025-02-19T02:22:27.799Z Compiling zerovec-derive v0.10.3
17092025-02-19T02:22:27.819Z Compiling futures-macro v0.3.31
17102025-02-19T02:22:28.092Z Compiling displaydoc v0.2.5
17112025-02-19T02:22:29.438Z Compiling zerocopy v0.7.35
17122025-02-19T02:22:29.500Z Compiling crypto-common v0.1.6
17132025-02-19T02:22:29.705Z Compiling icu_provider_macros v1.5.0
17142025-02-19T02:22:29.725Z Compiling tracing-attributes v0.1.27
17152025-02-19T02:22:29.932Z Compiling schemars_derive v0.8.21
17162025-02-19T02:22:30.086Z Compiling block-buffer v0.10.4
17172025-02-19T02:22:30.325Z Compiling digest v0.10.7
17182025-02-19T02:22:30.739Z Compiling crossbeam-utils v0.8.20
17192025-02-19T02:22:30.758Z Compiling time-core v0.1.2
17202025-02-19T02:22:30.943Z Compiling futures-core v0.3.31
17212025-02-19T02:22:30.961Z Compiling num-conv v0.1.0
17222025-02-19T02:22:31.237Z Compiling time-macros v0.2.18
17232025-02-19T02:22:31.255Z Compiling der_derive v0.7.3
17242025-02-19T02:22:31.534Z Compiling vcpkg v0.2.15
17252025-02-19T02:22:32.943Z Compiling openssl-sys v0.9.105
17262025-02-19T02:22:34.007Z Compiling futures-sink v0.3.31
17272025-02-19T02:22:34.039Z Compiling cpufeatures v0.2.14
17282025-02-19T02:22:34.260Z Compiling slog v2.7.0
17292025-02-19T02:22:34.430Z Compiling ahash v0.8.11
17302025-02-19T02:22:34.595Z Compiling syn v1.0.109
17312025-02-19T02:22:34.775Z Compiling zerofrom v0.1.4
17322025-02-19T02:22:35.002Z Compiling iana-time-zone v0.1.61
17332025-02-19T02:22:35.089Z Compiling yoke v0.7.4
17342025-02-19T02:22:35.447Z Compiling futures-channel v0.3.31
17352025-02-19T02:22:35.465Z Compiling scroll_derive v0.12.0
17362025-02-19T02:22:35.582Z Compiling pin-utils v0.1.0
17372025-02-19T02:22:35.687Z Compiling futures-io v0.3.31
17382025-02-19T02:22:35.706Z Compiling ucd-trie v0.1.7
17392025-02-19T02:22:35.902Z Compiling futures-task v0.3.31
17402025-02-19T02:22:36.035Z Compiling openssl v0.10.70
17412025-02-19T02:22:36.176Z Compiling futures-util v0.3.31
17422025-02-19T02:22:36.212Z Compiling pest v2.7.14
17432025-02-19T02:22:36.441Z Compiling zerovec v0.10.4
17442025-02-19T02:22:37.209Z Compiling hmac v0.12.1
17452025-02-19T02:22:37.862Z Compiling bitflags v2.6.0
17462025-02-19T02:22:38.019Z Compiling bytes v1.9.0
17472025-02-19T02:22:39.540Z Compiling indexmap v2.7.1
17482025-02-19T02:22:39.891Z Compiling tokio v1.43.0
17492025-02-19T02:22:40.819Z Compiling serde_tokenstream v0.2.2
17502025-02-19T02:22:41.302Z Compiling uuid v1.12.0
17512025-02-19T02:22:41.341Z Compiling http v1.2.0
17522025-02-19T02:22:42.133Z Compiling which v4.4.2
17532025-02-19T02:22:42.679Z Compiling chrono v0.4.39
17542025-02-19T02:22:42.725Z Compiling rustc_version v0.4.1
17552025-02-19T02:22:46.859Z Compiling pest_meta v2.7.14
17562025-02-19T02:22:48.022Z Compiling block-padding v0.3.3
17572025-02-19T02:22:48.273Z Compiling openssl-macros v0.1.1
17582025-02-19T02:22:48.982Z Compiling rustls v0.23.19
17592025-02-19T02:22:49.294Z Compiling native-tls v0.2.12
17602025-02-19T02:22:49.642Z Compiling inout v0.1.3
17612025-02-19T02:22:49.902Z Compiling pest_generator v2.7.14
17622025-02-19T02:22:50.201Z Compiling tinystr v0.7.6
17632025-02-19T02:22:50.257Z Compiling toml_datetime v0.6.8
17642025-02-19T02:22:50.570Z Compiling serde_spanned v0.6.8
17652025-02-19T02:22:50.651Z Compiling tracing-core v0.1.32
17662025-02-19T02:22:50.678Z Compiling strsim v0.11.1
17672025-02-19T02:22:50.760Z Compiling dyn-clone v1.0.17
17682025-02-19T02:22:50.802Z Compiling writeable v0.5.5
17692025-02-19T02:22:51.012Z Compiling litemap v0.7.3
17702025-02-19T02:22:51.600Z Compiling pest_derive v2.7.14
17712025-02-19T02:22:51.830Z Compiling icu_locid v1.5.0
17722025-02-19T02:22:51.897Z Compiling tracing v0.1.40
17732025-02-19T02:22:52.773Z Compiling cipher v0.4.4
17742025-02-19T02:22:52.812Z Compiling sha2 v0.10.8
17752025-02-19T02:22:53.208Z Compiling cookie v0.18.1
17762025-02-19T02:22:53.517Z Compiling usdt-impl v0.5.0
17772025-02-19T02:22:53.566Z Compiling base64ct v1.6.0
17782025-02-19T02:22:53.876Z Compiling icu_provider v1.5.0
17792025-02-19T02:22:54.113Z Compiling pem-rfc7468 v0.7.0
17802025-02-19T02:22:54.895Z Compiling aws-lc-sys v0.22.0
17812025-02-19T02:22:55.609Z Compiling scroll v0.12.0
17822025-02-19T02:22:56.005Z Compiling ppv-lite86 v0.2.20
17832025-02-19T02:22:56.142Z Compiling async-trait v0.1.86
17842025-02-19T02:22:56.929Z Compiling icu_locid_transform_data v1.5.0
17852025-02-19T02:22:57.055Z Compiling camino v1.1.9
17862025-02-19T02:22:58.269Z Compiling plain v0.2.3
17872025-02-19T02:22:58.441Z Compiling rustls-pki-types v1.10.0
17882025-02-19T02:22:58.885Z Compiling anyhow v1.0.95
17892025-02-19T02:22:59.502Z Compiling flagset v0.4.6
17902025-02-19T02:22:59.712Z Compiling percent-encoding v2.3.1
17912025-02-19T02:23:00.099Z Compiling der v0.7.9
17922025-02-19T02:23:00.133Z Compiling icu_locid_transform v1.5.0
17932025-02-19T02:23:02.043Z Compiling goblin v0.8.2
17942025-02-19T02:23:02.738Z Compiling rand_chacha v0.3.1
17952025-02-19T02:23:03.668Z Compiling tokio-util v0.7.12
17962025-02-19T02:23:04.152Z Compiling icu_collections v1.5.0
17972025-02-19T02:23:05.879Z Compiling untrusted v0.9.0
17982025-02-19T02:23:06.094Z Compiling untrusted v0.7.1
17992025-02-19T02:23:06.274Z Compiling icu_properties_data v1.5.0
18002025-02-19T02:23:06.646Z Compiling rustls v0.22.4
18012025-02-19T02:23:06.942Z Compiling rayon-core v1.12.1
18022025-02-19T02:23:07.199Z Compiling powerfmt v0.2.0
18032025-02-19T02:23:07.469Z Compiling pretty-hex v0.4.1
18042025-02-19T02:23:07.531Z Compiling mirai-annotations v1.12.0
18052025-02-19T02:23:07.730Z Compiling dof v0.3.0
18062025-02-19T02:23:07.734Z Compiling deranged v0.3.11
18072025-02-19T02:23:07.734Z Compiling icu_properties v1.5.1
18082025-02-19T02:23:09.440Z Compiling rand v0.8.5
18092025-02-19T02:23:09.900Z Compiling spki v0.7.3
18102025-02-19T02:23:10.266Z Compiling salsa20 v0.10.2
18112025-02-19T02:23:10.367Z Compiling dtrace-parser v0.2.0
18122025-02-19T02:23:10.903Z Compiling pbkdf2 v0.12.2
18132025-02-19T02:23:11.943Z Compiling thread-id v4.2.2
18142025-02-19T02:23:11.968Z Compiling icu_normalizer_data v1.5.0
18152025-02-19T02:23:11.988Z Compiling atomic-waker v1.1.2
18162025-02-19T02:23:12.062Z Compiling utf8_iter v1.0.4
18172025-02-19T02:23:12.085Z Compiling write16 v1.0.0
18182025-02-19T02:23:12.156Z Compiling utf16_iter v1.0.5
18192025-02-19T02:23:12.426Z Compiling winnow v0.5.40
18202025-02-19T02:23:12.742Z Compiling litrs v0.4.1
18212025-02-19T02:23:13.039Z Compiling num_threads v0.1.7
18222025-02-19T02:23:13.191Z Compiling icu_normalizer v1.5.0
18232025-02-19T02:23:13.247Z Compiling time v0.3.36
18242025-02-19T02:23:13.733Z Compiling document-features v0.2.10
18252025-02-19T02:23:15.721Z Compiling toml_edit v0.19.15
18262025-02-19T02:23:16.905Z Compiling scrypt v0.11.0
18272025-02-19T02:23:17.399Z Compiling form_urlencoded v1.2.1
18282025-02-19T02:23:17.919Z Compiling cbc v0.1.2
18292025-02-19T02:23:17.922Z Compiling aes v0.8.4
18302025-02-19T02:23:18.141Z Compiling http-body v1.0.1
18312025-02-19T02:23:18.410Z Compiling multer v3.1.0
18322025-02-19T02:23:18.911Z Compiling rustversion v1.0.17
18332025-02-19T02:23:19.186Z Compiling tinyvec_macros v0.1.1
18342025-02-19T02:23:19.291Z Compiling try-lock v0.2.5
18352025-02-19T02:23:19.460Z Compiling slog-async v2.8.0
18362025-02-19T02:23:19.561Z Compiling want v0.3.1
18372025-02-19T02:23:19.865Z Compiling tinyvec v1.8.0
18382025-02-19T02:23:19.925Z Compiling pkcs5 v0.7.1
18392025-02-19T02:23:21.387Z Compiling idna_adapter v1.2.0
18402025-02-19T02:23:21.837Z Compiling h2 v0.4.6
18412025-02-19T02:23:21.913Z Compiling heapless v0.7.17
18422025-02-19T02:23:22.479Z Compiling bzip2-sys v0.1.11+1.0.8
18432025-02-19T02:23:22.925Z Compiling signal-hook v0.3.17
18442025-02-19T02:23:23.226Z Compiling httpdate v1.0.3
18452025-02-19T02:23:24.240Z Compiling idna v1.0.3
18462025-02-19T02:23:25.164Z Compiling pkcs8 v0.10.2
18472025-02-19T02:23:25.758Z Compiling usdt-attr-macro v0.5.0
18482025-02-19T02:23:26.695Z Compiling usdt-macro v0.5.0
18492025-02-19T02:23:27.330Z Compiling async-stream-impl v0.3.6
18502025-02-19T02:23:27.965Z Compiling base64 v0.22.1
18512025-02-19T02:23:28.143Z Compiling tower-service v0.3.3
18522025-02-19T02:23:28.545Z Compiling adler2 v2.0.0
18532025-02-19T02:23:28.821Z Compiling miniz_oxide v0.8.0
18542025-02-19T02:23:29.698Z Compiling hyper v1.5.2
18552025-02-19T02:23:32.185Z Compiling curve25519-dalek v4.1.3
18562025-02-19T02:23:32.637Z Compiling hyper-util v0.1.10
18572025-02-19T02:23:34.779Z Compiling openapiv3 v2.0.0
18582025-02-19T02:23:35.856Z Compiling enum-as-inner v0.6.1
18592025-02-19T02:23:36.569Z Compiling memoffset v0.9.1
18602025-02-19T02:23:36.857Z Compiling dropshot v0.12.0
18612025-02-19T02:23:37.129Z Compiling smoltcp v0.9.1
18622025-02-19T02:23:37.723Z Compiling foreign-types-shared v0.1.1
18632025-02-19T02:23:37.857Z Compiling portable-atomic v1.9.0
18642025-02-19T02:23:37.952Z Compiling match_cfg v0.1.0
18652025-02-19T02:23:38.067Z Compiling num-bigint-dig v0.8.4
18662025-02-19T02:23:38.512Z Compiling newtype-uuid v1.2.1
18672025-02-19T02:23:38.569Z Compiling foreign-types v0.3.2
18682025-02-19T02:23:38.673Z Compiling hostname v0.3.1
18692025-02-19T02:23:40.056Z Compiling url v2.5.3
18702025-02-19T02:23:42.325Z Compiling http-body-util v0.1.2
18712025-02-19T02:23:42.774Z Compiling dirs-sys-next v0.1.2
18722025-02-19T02:23:42.930Z Compiling encoding_rs v0.8.34
18732025-02-19T02:23:42.980Z Compiling heck v0.4.1
18742025-02-19T02:23:43.229Z Compiling siphasher v0.3.11
18752025-02-19T02:23:47.557Z Compiling ident_case v1.0.1
18762025-02-19T02:23:47.644Z Compiling data-encoding v2.6.0
18772025-02-19T02:23:47.644Z Compiling cfg_aliases v0.2.1
18782025-02-19T02:23:47.644Z Compiling gimli v0.31.1
18792025-02-19T02:23:47.707Z Compiling mime v0.3.17
18802025-02-19T02:23:47.707Z Compiling nix v0.29.0
18812025-02-19T02:23:47.707Z Compiling darling_core v0.20.10
18822025-02-19T02:23:47.707Z Compiling dirs-next v2.0.0
18832025-02-19T02:23:50.469Z Compiling addr2line v0.24.2
18842025-02-19T02:23:51.934Z Compiling unicode-normalization v0.1.24
18852025-02-19T02:23:53.010Z Compiling crossbeam-epoch v0.9.18
18862025-02-19T02:23:53.660Z Compiling serde_urlencoded v0.7.1
18872025-02-19T02:23:53.997Z Compiling rustls-pemfile v2.2.0
18882025-02-19T02:23:54.184Z Compiling hubpack_derive v0.1.1
18892025-02-19T02:23:54.241Z Compiling dropshot_endpoint v0.12.0
18902025-02-19T02:23:54.331Z Compiling sha1 v0.10.6
18912025-02-19T02:23:54.436Z Compiling signature v2.2.0
18922025-02-19T02:23:54.670Z Compiling zerocopy-derive v0.6.6
18932025-02-19T02:23:54.718Z Compiling curve25519-dalek-derive v0.1.1
18942025-02-19T02:23:56.059Z Compiling object v0.36.5
18952025-02-19T02:23:56.401Z Compiling thread_local v1.1.8
18962025-02-19T02:23:56.851Z Compiling fs-err v2.11.0
18972025-02-19T02:23:58.031Z Compiling unicode-properties v0.1.3
18982025-02-19T02:23:58.444Z Compiling unicode-bidi v0.3.17
18992025-02-19T02:23:59.555Z Compiling winnow v0.6.20
19002025-02-19T02:24:02.346Z Compiling openssl-probe v0.1.5
19012025-02-19T02:24:02.775Z Compiling anstyle v1.0.10
19022025-02-19T02:24:03.216Z Compiling rustc-demangle v0.1.24
19032025-02-19T02:24:04.628Z Compiling ipnet v2.10.1
19042025-02-19T02:24:06.214Z Compiling utf8parse v0.2.2
19052025-02-19T02:24:06.390Z Compiling rustls-webpki v0.102.8
19062025-02-19T02:24:06.504Z Compiling anstyle-parse v0.2.5
19072025-02-19T02:24:08.461Z Compiling backtrace v0.3.74
19082025-02-19T02:24:10.529Z Compiling toml_edit v0.22.22
19092025-02-19T02:24:16.443Z Compiling stringprep v0.1.5
19102025-02-19T02:24:17.998Z Compiling crossbeam-deque v0.8.5
19112025-02-19T02:24:18.581Z Compiling darling_macro v0.20.10
19122025-02-19T02:24:19.108Z Compiling term v0.7.0
19132025-02-19T02:24:19.432Z Compiling slog-json v2.6.1
19142025-02-19T02:24:19.924Z Compiling crossbeam-channel v0.5.13
19152025-02-19T02:24:20.285Z Compiling hashbrown v0.14.5
19162025-02-19T02:24:20.973Z Compiling futures-executor v0.3.31
19172025-02-19T02:24:21.287Z Compiling num-integer v0.1.46
19182025-02-19T02:24:21.400Z Compiling md-5 v0.10.6
19192025-02-19T02:24:21.418Z Compiling ff v0.13.0
19202025-02-19T02:24:21.420Z Compiling hash32 v0.2.1
19212025-02-19T02:24:22.048Z Compiling is-terminal v0.4.13
19222025-02-19T02:24:22.060Z Compiling memmap v0.7.0
19232025-02-19T02:24:22.060Z Compiling psl-types v2.0.11
19242025-02-19T02:24:22.060Z Compiling colorchoice v1.0.2
19252025-02-19T02:24:22.060Z Compiling utf-8 v0.7.6
19262025-02-19T02:24:22.060Z Compiling quick-error v1.2.3
19272025-02-19T02:24:22.060Z Compiling is_terminal_polyfill v1.70.1
19282025-02-19T02:24:22.060Z Compiling take_mut v0.2.2
19292025-02-19T02:24:22.162Z Compiling linked-hash-map v0.5.6
19302025-02-19T02:24:22.250Z Compiling base16ct v0.2.0
19312025-02-19T02:24:22.403Z Compiling anstyle-query v1.1.1
19322025-02-19T02:24:22.532Z Compiling fallible-iterator v0.2.0
19332025-02-19T02:24:22.560Z Compiling anstream v0.6.15
19342025-02-19T02:24:22.578Z Compiling lru-cache v0.1.2
19352025-02-19T02:24:22.774Z Compiling sec1 v0.7.3
19362025-02-19T02:24:22.989Z Compiling publicsuffix v2.3.0
19372025-02-19T02:24:23.149Z Compiling postgres-protocol v0.6.7
19382025-02-19T02:24:23.190Z Compiling tungstenite v0.24.0
19392025-02-19T02:24:23.292Z Compiling resolv-conf v0.7.0
19402025-02-19T02:24:24.199Z Compiling usdt v0.5.0
19412025-02-19T02:24:24.246Z Compiling slog-term v2.9.1
19422025-02-19T02:24:24.265Z Compiling num-iter v0.1.45
19432025-02-19T02:24:24.666Z Compiling group v0.13.0
19442025-02-19T02:24:24.982Z Compiling regress v0.10.1
19452025-02-19T02:24:25.002Z Compiling futures v0.3.31
19462025-02-19T02:24:27.601Z Compiling slog-bunyan v2.5.0
19472025-02-19T02:24:27.861Z Compiling darling v0.20.10
19482025-02-19T02:24:28.575Z Compiling tokio-native-tls v0.3.1
19492025-02-19T02:24:28.702Z Compiling tokio-rustls v0.26.0
19502025-02-19T02:24:28.835Z Compiling toml v0.8.19
19512025-02-19T02:24:29.141Z Compiling tokio-rustls v0.25.0
19522025-02-19T02:24:29.569Z Compiling hickory-proto v0.24.3
19532025-02-19T02:24:29.874Z Compiling phf_shared v0.11.2
19542025-02-19T02:24:30.203Z Compiling strum_macros v0.25.3
19552025-02-19T02:24:30.566Z Compiling async-stream v0.3.6
19562025-02-19T02:24:30.585Z Compiling waitgroup v0.1.2
19572025-02-19T02:24:30.764Z Compiling webpki-roots v0.26.6
19582025-02-19T02:24:31.053Z Compiling terminal_size v0.4.0
19592025-02-19T02:24:31.073Z Compiling serde_path_to_error v0.1.16
19602025-02-19T02:24:31.161Z Compiling hkdf v0.12.4
19612025-02-19T02:24:31.409Z Compiling crypto-bigint v0.5.5
19622025-02-19T02:24:31.810Z Compiling clap_derive v4.5.24
19632025-02-19T02:24:31.852Z Compiling serde_repr v0.1.19
19642025-02-19T02:24:32.941Z Compiling derive-where v1.2.7
19652025-02-19T02:24:33.624Z Compiling hostname v0.4.0
19662025-02-19T02:24:33.850Z Compiling crc32fast v1.4.2
19672025-02-19T02:24:34.949Z Compiling debug-ignore v1.0.5
19682025-02-19T02:24:35.123Z Compiling managed v0.8.0
19692025-02-19T02:24:35.364Z Compiling bitflags v1.3.2
19702025-02-19T02:24:35.567Z Compiling clap_lex v0.7.4
19712025-02-19T02:24:35.932Z Compiling unicode-width v0.2.0
19722025-02-19T02:24:35.946Z Compiling clap_builder v4.5.27
19732025-02-19T02:24:36.453Z Compiling console v0.15.10
19742025-02-19T02:24:37.610Z Compiling hickory-resolver v0.24.3
19752025-02-19T02:24:39.613Z Compiling elliptic-curve v0.13.8
19762025-02-19T02:24:40.274Z Compiling flate2 v1.0.35
19772025-02-19T02:24:41.880Z Compiling hyper-rustls v0.27.3
19782025-02-19T02:24:43.181Z Compiling phf v0.11.2
19792025-02-19T02:24:43.462Z Compiling hyper-tls v0.6.0
19802025-02-19T02:24:44.125Z Compiling typify-impl v0.2.0
19812025-02-19T02:24:44.300Z Compiling signal-hook-mio v0.2.4
19822025-02-19T02:24:44.478Z Compiling rayon v1.10.0
19832025-02-19T02:24:45.323Z Compiling cookie_store v0.21.1
19842025-02-19T02:24:47.085Z Compiling bzip2 v0.4.4
19852025-02-19T02:24:47.487Z Compiling tokio-tungstenite v0.24.0
19862025-02-19T02:24:48.016Z Compiling postgres-types v0.2.8
19872025-02-19T02:24:48.491Z Compiling zerocopy v0.6.6
19882025-02-19T02:24:48.657Z Compiling hubpack v0.1.2
19892025-02-19T02:24:48.748Z Compiling ed25519 v2.2.3
19902025-02-19T02:24:49.098Z Compiling phf_shared v0.10.0
19912025-02-19T02:24:49.220Z Compiling pkcs1 v0.7.5
19922025-02-19T02:24:49.268Z Compiling tokio-stream v0.1.16
19932025-02-19T02:24:49.470Z Compiling ipnetwork v0.21.1
19942025-02-19T02:24:50.205Z Compiling serde-big-array v0.5.1
19952025-02-19T02:24:50.310Z Compiling rfc6979 v0.4.0
19962025-02-19T02:24:50.458Z Compiling float-cmp v0.9.0
19972025-02-19T02:24:50.525Z Compiling sync_wrapper v1.0.1
19982025-02-19T02:24:50.699Z Compiling bstr v1.10.0
19992025-02-19T02:24:50.891Z Compiling new_debug_unreachable v1.0.6
20002025-02-19T02:24:51.004Z Compiling predicates-core v1.0.8
20012025-02-19T02:24:51.320Z Compiling unicode-segmentation v1.12.0
20022025-02-19T02:24:51.935Z Compiling fixedbitset v0.4.2
20032025-02-19T02:24:52.211Z Compiling precomputed-hash v0.1.1
20042025-02-19T02:24:52.357Z Compiling whoami v1.5.2
20052025-02-19T02:24:52.377Z Compiling difflib v0.4.0
20062025-02-19T02:24:53.155Z Compiling normalize-line-endings v0.3.0
20072025-02-19T02:24:53.460Z Compiling static_assertions v1.1.0
20082025-02-19T02:24:53.513Z Compiling bit-vec v0.6.3
20092025-02-19T02:24:53.577Z Compiling number_prefix v0.4.0
20102025-02-19T02:24:53.735Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20112025-02-19T02:24:53.810Z Compiling indicatif v0.17.11
20122025-02-19T02:24:53.907Z Compiling bit-set v0.5.3
20132025-02-19T02:24:54.049Z Compiling predicates v3.1.2
20142025-02-19T02:24:54.208Z Compiling reqwest v0.12.9
20152025-02-19T02:24:54.481Z Compiling typify-macro v0.2.0
20162025-02-19T02:24:55.654Z Compiling tokio-postgres v0.7.12
20172025-02-19T02:24:55.795Z Compiling string_cache v0.8.7
20182025-02-19T02:24:56.283Z Compiling petgraph v0.6.5
20192025-02-19T02:24:57.872Z Compiling similar v2.6.0
20202025-02-19T02:25:02.440Z Compiling ecdsa v0.16.9
20212025-02-19T02:25:02.440Z Compiling qorb v0.2.1
20222025-02-19T02:25:02.440Z Compiling rsa v0.9.6
20232025-02-19T02:25:02.440Z Compiling ed25519-dalek v2.1.1
20242025-02-19T02:25:02.440Z Compiling zip v0.6.6
20252025-02-19T02:25:02.468Z Compiling crossterm v0.28.1
20262025-02-19T02:25:03.261Z Compiling clap v4.5.27
20272025-02-19T02:25:04.839Z Compiling toml v0.7.8
20282025-02-19T02:25:05.414Z Compiling x509-cert v0.2.5
20292025-02-19T02:25:06.078Z Compiling hex v0.4.3
20302025-02-19T02:25:06.785Z Compiling itertools v0.10.5
20312025-02-19T02:25:07.219Z Compiling unicode-xid v0.2.6
20322025-02-19T02:25:07.347Z Compiling peg-runtime v0.8.3
20332025-02-19T02:25:07.864Z Compiling lalrpop-util v0.19.12
20342025-02-19T02:25:08.225Z Compiling zerocopy v0.8.10
20352025-02-19T02:25:10.645Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20362025-02-19T02:25:14.170Z Compiling proc-macro-crate v1.3.1
20372025-02-19T02:25:14.289Z Compiling macaddr v1.0.1
20382025-02-19T02:25:14.957Z Compiling zerocopy-derive v0.8.10
20392025-02-19T02:25:15.234Z Compiling itertools v0.13.0
20402025-02-19T02:25:17.630Z Compiling heapless v0.8.0
20412025-02-19T02:25:18.204Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20422025-02-19T02:25:23.429Z Compiling num_enum_derive v0.5.11
20432025-02-19T02:25:29.408Z Compiling hash32 v0.3.1
20442025-02-19T02:25:31.152Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20452025-02-19T02:25:31.629Z Compiling smoltcp v0.11.0
20462025-02-19T02:25:36.618Z Compiling num_enum v0.5.11
20472025-02-19T02:25:36.665Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20482025-02-19T02:25:37.593Z Compiling typify v0.2.0
20492025-02-19T02:25:37.743Z Compiling oxnet v0.1.0
20502025-02-19T02:25:38.877Z Compiling proc-macro-error-attr v1.0.4
20512025-02-19T02:25:39.169Z Compiling thiserror v2.0.11
20522025-02-19T02:25:39.316Z Compiling unsafe-libyaml v0.2.11
20532025-02-19T02:25:40.447Z Compiling cobs v0.2.3
20542025-02-19T02:25:40.922Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20552025-02-19T02:25:41.057Z Compiling postcard v1.0.10
20562025-02-19T02:25:41.257Z Compiling serde_yaml v0.9.34+deprecated
20572025-02-19T02:25:54.063Z Compiling progenitor-impl v0.8.0
20582025-02-19T02:25:57.170Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20592025-02-19T02:26:07.305Z Compiling strum_macros v0.26.4
20602025-02-19T02:26:08.120Z Compiling structmeta-derive v0.3.0
20612025-02-19T02:26:08.588Z Compiling thiserror-impl v2.0.11
20622025-02-19T02:26:08.626Z Compiling foreign-types-macros v0.2.3
20632025-02-19T02:26:09.399Z Compiling proc-macro-error v1.0.4
20642025-02-19T02:26:09.715Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20652025-02-19T02:26:10.481Z Compiling foreign-types-shared v0.3.1
20662025-02-19T02:26:10.758Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20672025-02-19T02:26:10.945Z Compiling unicode-width v0.1.14
20682025-02-19T02:26:12.077Z Compiling strum v0.26.3
20692025-02-19T02:26:12.290Z Compiling tabwriter v1.4.0
20702025-02-19T02:26:13.090Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20712025-02-19T02:26:15.169Z Compiling foreign-types v0.5.0
20722025-02-19T02:26:15.304Z Compiling structmeta v0.3.0
20732025-02-19T02:26:22.761Z Compiling progenitor-macro v0.8.0
20742025-02-19T02:26:24.811Z Compiling progenitor-client v0.8.0
20752025-02-19T02:26:28.959Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20762025-02-19T02:26:29.744Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20772025-02-19T02:26:29.879Z Compiling daft-derive v0.1.1
20782025-02-19T02:26:30.066Z Compiling cstr-argument v0.1.2
20792025-02-19T02:26:30.355Z Compiling dropshot v0.15.1
20802025-02-19T02:26:30.683Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
20812025-02-19T02:26:30.998Z Compiling crucible-workspace-hack v0.1.0
20822025-02-19T02:26:31.027Z Compiling pretty-hex v0.2.1
20832025-02-19T02:26:31.268Z Compiling fastrand v2.1.1
20842025-02-19T02:26:31.333Z Compiling daft v0.1.1
20852025-02-19T02:26:31.813Z Compiling tempfile v3.13.0
20862025-02-19T02:26:32.085Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20872025-02-19T02:26:32.639Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20882025-02-19T02:26:32.848Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20892025-02-19T02:26:33.398Z Compiling parse-display-derive v0.10.0
20902025-02-19T02:26:33.497Z Compiling colored v2.1.0
20912025-02-19T02:26:33.654Z Compiling progenitor v0.8.0
20922025-02-19T02:26:33.749Z Compiling serde_with_macros v3.11.0
20932025-02-19T02:26:33.897Z Compiling dropshot_endpoint v0.15.1
20942025-02-19T02:26:34.731Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20952025-02-19T02:26:35.476Z Compiling instant v0.1.13
20962025-02-19T02:26:35.667Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20972025-02-19T02:26:36.078Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20982025-02-19T02:26:36.119Z Compiling serde_with v3.11.0
20992025-02-19T02:26:36.179Z Compiling backoff v0.4.0
21002025-02-19T02:26:36.548Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21012025-02-19T02:26:36.567Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21022025-02-19T02:26:36.941Z Compiling parse-display v0.10.0
21032025-02-19T02:26:38.920Z Compiling zone_cfg_derive v0.3.0
21042025-02-19T02:26:38.940Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21052025-02-19T02:26:39.651Z Compiling camino-tempfile v1.1.1
21062025-02-19T02:26:40.138Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21072025-02-19T02:26:40.320Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21082025-02-19T02:26:40.410Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21092025-02-19T02:26:40.618Z Compiling regress v0.9.1
21102025-02-19T02:26:40.798Z Compiling progenitor-client v0.9.1
21112025-02-19T02:26:40.817Z Compiling num-derive v0.4.2
21122025-02-19T02:26:41.749Z Compiling sigpipe v0.1.3
21132025-02-19T02:26:41.899Z Compiling libefi-sys v0.1.0
21142025-02-19T02:26:42.205Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21152025-02-19T02:26:42.610Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21162025-02-19T02:26:42.984Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
21172025-02-19T02:26:44.551Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21182025-02-19T02:26:45.835Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21192025-02-19T02:26:46.372Z Compiling zone v0.3.0
21202025-02-19T02:26:46.412Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21212025-02-19T02:26:49.684Z Compiling smf v0.2.3
21222025-02-19T02:26:49.777Z Compiling bitfield-struct v0.6.2
21232025-02-19T02:26:50.565Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21242025-02-19T02:26:50.938Z Compiling blake3 v1.5.4
21252025-02-19T02:26:51.050Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21262025-02-19T02:26:52.202Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21272025-02-19T02:26:52.221Z Compiling xattr v1.3.1
21282025-02-19T02:26:52.296Z Compiling memmap2 v0.9.5
21292025-02-19T02:26:52.516Z Compiling filetime v0.2.25
21302025-02-19T02:26:52.547Z Compiling same-file v1.0.6
21312025-02-19T02:26:52.861Z Compiling arrayref v0.3.9
21322025-02-19T02:26:52.879Z Compiling arrayvec v0.7.6
21332025-02-19T02:26:52.895Z Compiling constant_time_eq v0.3.1
21342025-02-19T02:26:52.979Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21352025-02-19T02:26:53.087Z Compiling walkdir v2.5.0
21362025-02-19T02:26:53.128Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21372025-02-19T02:26:53.331Z Compiling tar v0.4.42
21382025-02-19T02:26:54.590Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21392025-02-19T02:26:54.721Z Compiling gethostname v0.5.0
21402025-02-19T02:26:54.953Z Compiling cargo-platform v0.1.8
21412025-02-19T02:26:55.014Z Compiling topological-sort v0.2.2
21422025-02-19T02:26:55.311Z Compiling cargo_metadata v0.18.1
21432025-02-19T02:26:55.697Z Compiling omicron-zone-package v0.12.0
21442025-02-19T02:26:55.880Z Compiling indent_write v2.2.0
21452025-02-19T02:26:56.044Z Compiling shell-words v1.1.0
21462025-02-19T02:27:01.986Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21472025-02-19T02:27:03.030Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21482025-02-19T02:27:09.753Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21492025-02-19T02:27:24.704Z Finished `release` profile [optimized] target(s) in 5m 13s
21502025-02-19T02:27:24.871Z Running `target/release/omicron-package -t test target create -p dev`
21512025-02-19T02:27:24.920ZLogging to: /work/oxidecomputer/omicron/out/LOG
21522025-02-19T02:27:24.923ZCreated new build target 'test' and set it as active
21532025-02-19T02:27:24.923Z
21542025-02-19T02:27:24.923Zreal 5:14.204799564
21552025-02-19T02:27:24.923Zuser 36:42.558874153
21562025-02-19T02:27:24.923Zsys 3:22.830156227
21572025-02-19T02:27:24.923Ztrap 1.144567459
21582025-02-19T02:27:24.923Ztflt 3.132219348
21592025-02-19T02:27:24.923Zdflt 0.659622398
21602025-02-19T02:27:24.923Zkflt 0.012337575
21612025-02-19T02:27:24.923Zlock 1:13:19.828696573
21622025-02-19T02:27:24.923Zslp 2:27:44.451153338
21632025-02-19T02:27:24.923Zlat 2:46.586179436
21642025-02-19T02:27:24.923Zstop 4:38.356613586
21652025-02-19T02:27:24.926Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21662025-02-19T02:27:25.864Z Finished `release` profile [optimized] target(s) in 0.89s
21672025-02-19T02:27:25.923Z Running `target/release/omicron-package -t test package`
21682025-02-19T02:27:25.969ZLogging to: /work/oxidecomputer/omicron/out/LOG
21692025-02-19T02:27:27.085Z Compiling thiserror v2.0.11
21702025-02-19T02:27:27.220Z Compiling typify-impl v0.3.0
21712025-02-19T02:27:27.223Z Compiling convert_case v0.4.0
21722025-02-19T02:27:27.227Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21732025-02-19T02:27:27.227Z Compiling newline-converter v0.3.0
21742025-02-19T02:27:27.227Z Compiling password-hash v0.5.0
21752025-02-19T02:27:27.238Z Compiling blake2 v0.10.6
21762025-02-19T02:27:27.241Z Compiling base64 v0.21.7
21772025-02-19T02:27:27.506Z Compiling expectorate v1.1.0
21782025-02-19T02:27:27.570Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21792025-02-19T02:27:27.795Z Compiling argon2 v0.5.3
21802025-02-19T02:27:28.042Z Compiling derive_more v0.99.18
21812025-02-19T02:27:28.264Z Compiling atomicwrites v0.4.4
21822025-02-19T02:27:28.389Z Compiling cancel-safe-futures v0.1.5
21832025-02-19T02:27:28.483Z Compiling owo-colors v4.1.0
21842025-02-19T02:27:28.759Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21852025-02-19T02:27:28.785Z Compiling num-rational v0.4.2
21862025-02-19T02:27:28.835Z Compiling progenitor-client v0.9.1
21872025-02-19T02:27:29.326Z Compiling num-complex v0.4.6
21882025-02-19T02:27:30.032Z Compiling libsw v3.3.1
21892025-02-19T02:27:30.149Z Compiling linear-map v1.2.0
21902025-02-19T02:27:30.357Z Compiling num v0.4.3
21912025-02-19T02:27:30.487Z Compiling float-ord v0.3.2
21922025-02-19T02:27:30.487Z Compiling swrite v0.1.0
21932025-02-19T02:27:30.569Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21942025-02-19T02:27:30.659Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21952025-02-19T02:27:30.687Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21962025-02-19T02:27:31.198Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21972025-02-19T02:27:31.719Z Compiling highway v1.2.0
21982025-02-19T02:27:33.399Z Compiling semver v0.1.20
21992025-02-19T02:27:33.704Z Compiling rustc_version v0.1.7
22002025-02-19T02:27:33.912Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22012025-02-19T02:27:34.092Z Compiling newtype_derive v0.1.6
22022025-02-19T02:27:34.417Z Compiling tungstenite v0.21.0
22032025-02-19T02:27:38.249Z Compiling typify-macro v0.3.0
22042025-02-19T02:27:38.270Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22052025-02-19T02:27:38.769Z Compiling ipnetwork v0.21.1
22062025-02-19T02:27:39.338Z Compiling oxnet v0.1.0
22072025-02-19T02:27:39.521Z Compiling tokio-tungstenite v0.21.0
22082025-02-19T02:27:39.922Z Compiling progenitor-client v0.8.0
22092025-02-19T02:27:39.982Z Compiling humantime v2.1.0
22102025-02-19T02:27:40.301Z Compiling progenitor v0.8.0
22112025-02-19T02:27:40.384Z Compiling daft v0.1.1
22122025-02-19T02:27:40.526Z Compiling dropshot v0.15.1
22132025-02-19T02:27:40.606Z Compiling instant v0.1.13
22142025-02-19T02:27:40.783Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22152025-02-19T02:27:40.819Z Compiling backoff v0.4.0
22162025-02-19T02:27:41.204Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22172025-02-19T02:27:41.241Z Compiling steno v0.4.1
22182025-02-19T02:27:41.637Z Compiling typify v0.3.0
22192025-02-19T02:27:41.804Z Compiling progenitor-impl v0.9.1
22202025-02-19T02:27:47.910Z Compiling progenitor-macro v0.9.1
22212025-02-19T02:27:49.135Z Compiling parse-display v0.10.0
22222025-02-19T02:27:49.187Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232025-02-19T02:27:49.385Z Compiling serde_with v3.11.0
22242025-02-19T02:27:49.645Z Compiling strum v0.26.3
22252025-02-19T02:27:49.854Z Compiling regress v0.9.1
22262025-02-19T02:27:52.839Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22272025-02-19T02:27:54.001Z Compiling macaddr v1.0.1
22282025-02-19T02:27:54.401Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22292025-02-19T02:27:54.580Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22302025-02-19T02:27:54.735Z Compiling slog-dtrace v0.3.0
22312025-02-19T02:27:55.281Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22322025-02-19T02:27:55.340Z Compiling prettyplease v0.2.25
22332025-02-19T02:27:57.365Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22342025-02-19T02:27:58.958Z Compiling progenitor v0.9.1
22352025-02-19T02:27:59.214Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22362025-02-19T02:28:00.983Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22372025-02-19T02:28:02.881Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22382025-02-19T02:28:11.602Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22392025-02-19T02:28:12.640Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22402025-02-19T02:28:13.686Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22412025-02-19T02:28:14.762Z Compiling half v2.4.1
22422025-02-19T02:28:15.468Z Compiling ciborium-io v0.2.2
22432025-02-19T02:28:15.638Z Compiling ciborium-ll v0.2.2
22442025-02-19T02:28:16.596Z Compiling ciborium v0.2.2
22452025-02-19T02:28:17.272Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22462025-02-19T02:28:18.559Z Compiling display-error-chain v0.2.2
22472025-02-19T02:28:18.813Z Compiling same-file v1.0.6
22482025-02-19T02:28:18.833Z Compiling fastrand v2.1.1
22492025-02-19T02:28:19.084Z Compiling walkdir v2.5.0
22502025-02-19T02:28:19.322Z Compiling tempfile v3.13.0
22512025-02-19T02:28:19.397Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22522025-02-19T02:28:19.693Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22532025-02-19T02:28:20.035Z Compiling blake3 v1.5.4
22542025-02-19T02:28:20.951Z Compiling const_format_proc_macros v0.2.34
22552025-02-19T02:28:22.508Z Compiling xattr v1.3.1
22562025-02-19T02:28:22.838Z Compiling memmap2 v0.9.5
22572025-02-19T02:28:23.255Z Compiling filetime v0.2.25
22582025-02-19T02:28:23.482Z Compiling keccak v0.1.5
22592025-02-19T02:28:23.563Z Compiling arrayref v0.3.9
22602025-02-19T02:28:23.681Z Compiling maplit v1.0.2
22612025-02-19T02:28:23.824Z Compiling arrayvec v0.7.6
22622025-02-19T02:28:24.195Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22632025-02-19T02:28:24.224Z Compiling constant_time_eq v0.3.1
22642025-02-19T02:28:24.403Z Compiling crunchy v0.2.2
22652025-02-19T02:28:24.605Z Compiling sha3 v0.10.8
22662025-02-19T02:28:24.895Z Compiling tar v0.4.42
22672025-02-19T02:28:25.471Z Compiling const_format v0.2.34
22682025-02-19T02:28:25.498Z Compiling camino-tempfile v1.1.1
22692025-02-19T02:28:25.924Z Compiling toolchain_find v0.4.0
22702025-02-19T02:28:26.397Z Compiling tiny-keccak v2.0.2
22712025-02-19T02:28:26.465Z Compiling topological-sort v0.2.2
22722025-02-19T02:28:26.705Z Compiling radium v0.7.0
22732025-02-19T02:28:26.725Z Compiling omicron-zone-package v0.12.0
22742025-02-19T02:28:26.761Z Compiling rustfmt-wrapper v0.2.1
22752025-02-19T02:28:27.135Z Compiling dsl_auto_type v0.1.2
22762025-02-19T02:28:27.188Z Compiling scheduled-thread-pool v0.2.7
22772025-02-19T02:28:27.358Z Compiling diesel_table_macro_syntax v0.2.0
22782025-02-19T02:28:27.773Z Compiling tap v1.0.1
22792025-02-19T02:28:27.998Z Compiling maybe-uninit v2.0.0
22802025-02-19T02:28:28.395Z Compiling diesel_derives v2.2.3
22812025-02-19T02:28:28.564Z Compiling wyz v0.5.1
22822025-02-19T02:28:28.592Z Compiling r2d2 v0.8.10
22832025-02-19T02:28:29.480Z Compiling phf_generator v0.11.2
22842025-02-19T02:28:29.521Z Compiling ascii-canvas v3.0.0
22852025-02-19T02:28:29.673Z Compiling secrecy v0.8.0
22862025-02-19T02:28:29.953Z Compiling async-recursion v1.1.1
22872025-02-19T02:28:29.959Z Compiling ena v0.14.3
22882025-02-19T02:28:30.379Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22892025-02-19T02:28:30.711Z Compiling arc-swap v1.7.1
22902025-02-19T02:28:31.181Z Compiling regex-syntax v0.6.29
22912025-02-19T02:28:31.307Z Compiling funty v2.0.0
22922025-02-19T02:28:31.372Z Compiling packed_struct v0.10.1
22932025-02-19T02:28:31.753Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22942025-02-19T02:28:31.789Z Compiling diff v0.1.13
22952025-02-19T02:28:32.245Z Compiling crc-catalog v2.4.0
22962025-02-19T02:28:32.431Z Compiling crc v3.2.1
22972025-02-19T02:28:32.945Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22982025-02-19T02:28:34.044Z Compiling bitvec v1.0.1
22992025-02-19T02:28:34.503Z Compiling lalrpop v0.19.12
23002025-02-19T02:28:36.197Z Compiling slog-scope v4.4.0
23012025-02-19T02:28:37.088Z Compiling phf_codegen v0.11.2
23022025-02-19T02:28:37.452Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23032025-02-19T02:28:38.348Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23042025-02-19T02:28:38.453Z Compiling universal-hash v0.5.1
23052025-02-19T02:28:38.577Z Compiling packed_struct_codegen v0.10.1
23062025-02-19T02:28:38.699Z Compiling thiserror-impl-no-std v2.0.2
23072025-02-19T02:28:39.071Z Compiling diesel v2.2.7
23082025-02-19T02:28:40.904Z Compiling parse-zoneinfo v0.3.1
23092025-02-19T02:28:41.004Z Compiling indexmap v1.9.3
23102025-02-19T02:28:41.336Z Compiling unicase v2.7.0
23112025-02-19T02:28:41.653Z Compiling ref-cast v1.0.23
23122025-02-19T02:28:42.115Z Compiling opaque-debug v0.3.1
23132025-02-19T02:28:42.231Z Compiling nodrop v0.1.14
23142025-02-19T02:28:42.380Z Compiling poly1305 v0.8.0
23152025-02-19T02:28:42.445Z Compiling array-init v0.0.4
23162025-02-19T02:28:43.520Z Compiling chrono-tz-build v0.4.0
23172025-02-19T02:28:43.802Z Compiling thiserror-no-std v2.0.2
23182025-02-19T02:28:44.499Z Compiling smallvec v0.6.14
23192025-02-19T02:28:45.515Z Compiling slog-stdlog v4.1.1
23202025-02-19T02:28:46.357Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23212025-02-19T02:28:46.675Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23222025-02-19T02:28:46.989Z Compiling derive_builder_core v0.20.2
23232025-02-19T02:28:47.814Z Compiling chacha20 v0.9.1
23242025-02-19T02:28:48.313Z Compiling headers-core v0.3.0
23252025-02-19T02:28:48.508Z Compiling aead v0.5.2
23262025-02-19T02:28:48.864Z Compiling libxml v0.3.3
23272025-02-19T02:28:49.018Z Compiling ref-cast-impl v1.0.23
23282025-02-19T02:28:49.237Z Compiling vte_generate_state_changes v0.1.2
23292025-02-19T02:28:49.837Z Compiling hashbrown v0.12.3
23302025-02-19T02:28:50.088Z Compiling bitfield v0.14.0
23312025-02-19T02:28:50.415Z Compiling termcolor v1.4.1
23322025-02-19T02:28:51.454Z Compiling env_logger v0.10.2
23332025-02-19T02:28:52.157Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23342025-02-19T02:28:54.689Z Compiling vte v0.11.1
23352025-02-19T02:28:56.249Z Compiling derive_builder_macro v0.20.2
23362025-02-19T02:28:57.060Z Compiling chacha20poly1305 v0.10.1
23372025-02-19T02:28:57.291Z Compiling polar-core v0.27.3
23382025-02-19T02:28:57.330Z Compiling headers v0.4.0
23392025-02-19T02:28:59.550Z Compiling slog-envlogger v2.2.0
23402025-02-19T02:29:00.835Z Compiling serde-hex v0.1.0
23412025-02-19T02:29:02.371Z Compiling chrono-tz v0.10.1
23422025-02-19T02:29:02.988Z Compiling vsss-rs v3.3.4
23432025-02-19T02:29:05.841Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23442025-02-19T02:29:06.782Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23452025-02-19T02:29:07.126Z Compiling ron v0.8.1
23462025-02-19T02:29:08.798Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23472025-02-19T02:29:09.102Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23482025-02-19T02:29:10.157Z Compiling hashbrown v0.13.2
23492025-02-19T02:29:11.492Z Compiling strum_macros v0.24.3
23502025-02-19T02:29:12.996Z Compiling fxhash v0.2.1
23512025-02-19T02:29:13.264Z Compiling samael v0.0.17
23522025-02-19T02:29:13.466Z Compiling lockfree-object-pool v0.1.6
23532025-02-19T02:29:13.819Z Compiling zip v2.1.3
23542025-02-19T02:29:14.200Z Compiling indoc v1.0.9
23552025-02-19T02:29:14.605Z Compiling bytecount v0.6.8
23562025-02-19T02:29:14.882Z Compiling crc-any v2.5.0
23572025-02-19T02:29:14.923Z Compiling bumpalo v3.16.0
23582025-02-19T02:29:15.005Z Compiling simd-adler32 v0.3.7
23592025-02-19T02:29:15.496Z Compiling zopfli v0.8.1
23602025-02-19T02:29:15.821Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23612025-02-19T02:29:23.214Z Compiling papergrid v0.11.0
23622025-02-19T02:29:23.493Z Compiling object v0.30.4
23632025-02-19T02:29:24.767Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23642025-02-19T02:29:28.308Z Compiling derive_builder v0.20.2
23652025-02-19T02:29:30.377Z Compiling strip-ansi-escapes v0.2.0
23662025-02-19T02:29:31.381Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23672025-02-19T02:29:31.704Z Compiling tabled_derive v0.7.0
23682025-02-19T02:29:32.945Z Compiling fd-lock v4.0.2
23692025-02-19T02:29:33.200Z Compiling peg-macros v0.8.4
23702025-02-19T02:29:33.861Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23712025-02-19T02:29:34.813Z Compiling kstat-rs v0.2.4
23722025-02-19T02:29:35.314Z Compiling oso-derive v0.27.3
23732025-02-19T02:29:35.716Z Compiling impl-trait-for-tuples v0.2.2
23742025-02-19T02:29:36.231Z Compiling quick-xml v0.33.0
23752025-02-19T02:29:36.397Z Compiling diesel-dtrace v0.4.2
23762025-02-19T02:29:36.728Z Compiling nu-ansi-term v0.50.1
23772025-02-19T02:29:36.767Z Compiling path-slash v0.1.5
23782025-02-19T02:29:37.044Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23792025-02-19T02:29:38.009Z Compiling reedline v0.35.0
23802025-02-19T02:29:41.742Z Compiling oso v0.27.3
23812025-02-19T02:29:41.775Z Compiling peg v0.8.4
23822025-02-19T02:29:41.905Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23832025-02-19T02:29:49.182Z Compiling tabled v0.15.0
23842025-02-19T02:29:53.037Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23852025-02-19T02:30:02.292Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23862025-02-19T02:30:05.914Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23872025-02-19T02:30:07.436Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
23882025-02-19T02:30:07.903Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23892025-02-19T02:30:08.900Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23902025-02-19T02:30:09.231Z Compiling pem v3.0.4
23912025-02-19T02:30:10.749Z Compiling bb8 v0.8.5
23922025-02-19T02:30:11.363Z Compiling bcs v0.1.6
23932025-02-19T02:30:12.148Z Compiling libz-sys v1.1.20
23942025-02-19T02:30:12.318Z Compiling nanorand v0.7.0
23952025-02-19T02:30:12.846Z Compiling parking_lot_core v0.8.6
23962025-02-19T02:30:13.022Z Compiling termtree v0.5.1
23972025-02-19T02:30:13.518Z Compiling flume v0.11.1
23982025-02-19T02:30:14.270Z Compiling async-bb8-diesel v0.2.1
23992025-02-19T02:30:15.101Z Compiling mime_guess v2.0.5
24002025-02-19T02:30:16.882Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24012025-02-19T02:30:18.653Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24022025-02-19T02:30:20.168Z Compiling buf-list v1.0.3
24032025-02-19T02:30:22.294Z Compiling nibble_vec v0.1.0
24042025-02-19T02:30:22.558Z Compiling libgit2-sys v0.17.0+1.8.1
24052025-02-19T02:30:23.310Z Compiling pin-project-internal v1.1.6
24062025-02-19T02:30:23.622Z Compiling atty v0.2.14
24072025-02-19T02:30:23.820Z Compiling salty v0.3.0
24082025-02-19T02:30:24.245Z Compiling http-range v0.1.5
24092025-02-19T02:30:24.834Z Compiling endian-type v0.1.2
24102025-02-19T02:30:25.118Z Compiling radix_trie v0.2.1
24112025-02-19T02:30:25.876Z Compiling pin-project v1.1.6
24122025-02-19T02:30:26.045Z Compiling parking_lot v0.11.2
24132025-02-19T02:30:30.919Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24142025-02-19T02:30:31.190Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24152025-02-19T02:30:33.414Z Compiling snafu-derive v0.8.5
24162025-02-19T02:30:35.375Z Compiling hyper-staticfile v0.10.1
24172025-02-19T02:30:38.699Z Compiling snafu v0.8.5
24182025-02-19T02:30:39.265Z Compiling sled v0.34.7
24192025-02-19T02:30:42.181Z Compiling hickory-client v0.24.3
24202025-02-19T02:30:52.675Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24212025-02-19T02:30:53.855Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24222025-02-19T02:30:55.902Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24232025-02-19T02:31:05.965Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24242025-02-19T02:31:05.965Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24252025-02-19T02:31:05.965Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24262025-02-19T02:31:07.171Z Compiling hickory-server v0.24.3
24272025-02-19T02:31:10.713Z Compiling globset v0.4.15
24282025-02-19T02:31:13.383Z Compiling olpc-cjson v0.1.4
24292025-02-19T02:31:13.748Z Compiling primeorder v0.13.6
24302025-02-19T02:31:14.310Z Compiling castaway v0.2.3
24312025-02-19T02:31:14.521Z Compiling vergen v8.3.2
24322025-02-19T02:31:14.852Z Compiling env_filter v0.1.2
24332025-02-19T02:31:16.342Z Compiling cargo-platform v0.1.8
24342025-02-19T02:31:16.669Z Compiling serde_plain v1.0.2
24352025-02-19T02:31:16.849Z Compiling typed-path v0.9.3
24362025-02-19T02:31:17.249Z Compiling cargo_metadata v0.18.1
24372025-02-19T02:31:17.938Z Compiling git2 v0.19.0
24382025-02-19T02:31:18.357Z Compiling env_logger v0.11.5
24392025-02-19T02:31:19.728Z Compiling tough v0.19.0
24402025-02-19T02:31:20.289Z Compiling compact_str v0.8.0
24412025-02-19T02:31:21.070Z Compiling p384 v0.13.0
24422025-02-19T02:31:22.823Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24432025-02-19T02:31:23.751Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24442025-02-19T02:31:24.484Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24452025-02-19T02:31:26.204Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24462025-02-19T02:31:27.409Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24472025-02-19T02:31:27.991Z Compiling unicode-truncate v1.1.0
24482025-02-19T02:31:28.308Z Compiling lru v0.12.5
24492025-02-19T02:31:28.667Z Compiling rand_seeder v0.3.0
24502025-02-19T02:31:29.100Z Compiling libsqlite3-sys v0.30.1
24512025-02-19T02:31:29.633Z Compiling lzma-sys v0.1.20
24522025-02-19T02:31:30.348Z Compiling instability v0.3.2
24532025-02-19T02:31:31.400Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24542025-02-19T02:31:31.737Z Compiling parse-size v1.1.0
24552025-02-19T02:31:32.129Z Compiling cassowary v0.3.0
24562025-02-19T02:31:33.914Z Compiling rustls v0.21.12
24572025-02-19T02:31:34.190Z Compiling ratatui v0.28.1
24582025-02-19T02:31:34.260Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24592025-02-19T02:31:35.629Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24602025-02-19T02:31:35.650Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24612025-02-19T02:31:35.904Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24622025-02-19T02:31:37.128Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24632025-02-19T02:31:37.888Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24642025-02-19T02:31:38.216Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24652025-02-19T02:31:41.799Z Compiling rustls-webpki v0.101.7
24662025-02-19T02:31:42.170Z Compiling sct v0.7.1
24672025-02-19T02:31:42.657Z Compiling heck v0.3.3
24682025-02-19T02:31:43.006Z Compiling csv-core v0.1.11
24692025-02-19T02:31:43.923Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24702025-02-19T02:31:44.269Z Compiling glob v0.3.2
24712025-02-19T02:31:45.649Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24722025-02-19T02:31:45.952Z Compiling csv v1.3.1
24732025-02-19T02:31:46.420Z Compiling zone_cfg_derive v0.1.2
24742025-02-19T02:31:48.129Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24752025-02-19T02:31:52.379Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24762025-02-19T02:31:52.470Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24772025-02-19T02:31:53.686Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24782025-02-19T02:31:54.650Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24792025-02-19T02:31:59.249Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24802025-02-19T02:32:04.066Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24812025-02-19T02:32:04.432Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24822025-02-19T02:32:06.398Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24832025-02-19T02:32:06.729Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24842025-02-19T02:32:06.778Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24852025-02-19T02:32:07.051Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24862025-02-19T02:32:07.107Z Compiling nix v0.27.1
24872025-02-19T02:32:07.416Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24882025-02-19T02:32:07.507Z Compiling tungstenite v0.23.0
24892025-02-19T02:32:08.122Z Compiling hashlink v0.9.1
24902025-02-19T02:32:08.963Z Compiling base64 v0.13.1
24912025-02-19T02:32:09.745Z Compiling fallible-streaming-iterator v0.1.9
24922025-02-19T02:32:09.775Z Compiling fallible-iterator v0.3.0
24932025-02-19T02:32:10.051Z Compiling ron v0.7.1
24942025-02-19T02:32:10.309Z Compiling tokio-tungstenite v0.23.1
24952025-02-19T02:32:10.551Z Compiling rusqlite v0.32.1
24962025-02-19T02:32:13.058Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24972025-02-19T02:32:13.379Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24982025-02-19T02:32:13.831Z Compiling xz2 v0.1.7
24992025-02-19T02:32:15.458Z Compiling tokio-rustls v0.24.1
25002025-02-19T02:32:15.462Z Compiling zone v0.1.8
25012025-02-19T02:32:15.947Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25022025-02-19T02:32:18.945Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25032025-02-19T02:32:20.001Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25042025-02-19T02:32:21.638Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25052025-02-19T02:32:21.922Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25062025-02-19T02:32:29.377Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25072025-02-19T02:32:31.847Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25082025-02-19T02:32:32.706Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25092025-02-19T02:32:35.328Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25102025-02-19T02:32:36.172Z Compiling rustls-pemfile v1.0.4
25112025-02-19T02:32:36.301Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25122025-02-19T02:32:36.645Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25132025-02-19T02:32:36.779Z Compiling signal-hook-tokio v0.3.1
25142025-02-19T02:32:36.826Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25152025-02-19T02:32:36.925Z Compiling yasna v0.5.2
25162025-02-19T02:32:36.993Z Compiling twox-hash v2.1.0
25172025-02-19T02:32:37.978Z Compiling smawk v0.3.2
25182025-02-19T02:32:38.264Z Compiling is_ci v1.2.0
25192025-02-19T02:32:38.588Z Compiling unicode-linebreak v0.1.5
25202025-02-19T02:32:39.176Z Compiling textwrap v0.16.1
25212025-02-19T02:32:40.312Z Compiling supports-color v3.0.1
25222025-02-19T02:32:40.756Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25232025-02-19T02:32:42.673Z Compiling rcgen v0.12.1
25242025-02-19T02:32:45.769Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25252025-02-19T02:32:50.302Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25262025-02-19T02:32:50.771Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25272025-02-19T02:32:52.902Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25282025-02-19T02:32:57.651Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25292025-02-19T02:33:05.558Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25302025-02-19T02:33:08.561Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25312025-02-19T02:33:11.891Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25322025-02-19T02:33:21.769Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25332025-02-19T02:33:22.333Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25342025-02-19T02:33:28.839Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25352025-02-19T02:33:29.178Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25362025-02-19T02:33:31.012Z Compiling fatfs v0.3.6
25372025-02-19T02:33:33.777Z Compiling subprocess v0.2.9
25382025-02-19T02:33:35.003Z Compiling rtoolbox v0.0.2
25392025-02-19T02:33:35.463Z Compiling assert_matches v1.5.0
25402025-02-19T02:33:38.402Z Compiling rpassword v7.3.1
25412025-02-19T02:33:38.885Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25422025-02-19T02:33:39.186Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25432025-02-19T02:33:39.815Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25442025-02-19T02:33:46.757Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25452025-02-19T02:33:46.959Z Compiling tui-tree-widget v0.22.0
25462025-02-19T02:33:47.428Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25472025-02-19T02:33:56.950Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25482025-02-19T02:33:57.289Z Compiling uzers v0.12.1
25492025-02-19T02:34:00.441Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25502025-02-19T02:34:00.740Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25512025-02-19T02:34:02.675Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25522025-02-19T02:34:08.636Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25532025-02-19T02:34:35.658Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25542025-02-19T02:34:40.417Z Compiling multimap v0.10.0
25552025-02-19T02:37:05.719Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25562025-02-19T02:37:16.042Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25572025-02-19T02:44:04.346Z Finished `release` profile [optimized] target(s) in 16m 38s
25582025-02-19T02:45:08.264Z
25592025-02-19T02:45:08.266Zreal 17:43.248484496
25602025-02-19T02:45:08.266Zuser 2:05:12.468404433
25612025-02-19T02:45:08.266Zsys 3:13.729263369
25622025-02-19T02:45:08.266Ztrap 3.126442474
25632025-02-19T02:45:08.266Ztflt 3.076501857
25642025-02-19T02:45:08.266Zdflt 4.650392027
25652025-02-19T02:45:08.266Zkflt 0.001354158
25662025-02-19T02:45:08.266Zlock 7:33:03.123826600
25672025-02-19T02:45:08.266Zslp 6:31:47.016985589
25682025-02-19T02:45:08.266Zlat 3:22.738474247
25692025-02-19T02:45:08.266Zstop 2:43.495714397
25702025-02-19T02:45:08.267Z+ mapfile -t packages
25712025-02-19T02:45:08.267Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25722025-02-19T02:45:09.283Z Finished `release` profile [optimized] target(s) in 0.96s
25732025-02-19T02:45:09.344Z Running `target/release/omicron-package -t test list-outputs`
25742025-02-19T02:45:09.393ZLogging to: /work/oxidecomputer/omicron/out/LOG
25752025-02-19T02:45:09.396Z+ ptime -m cargo build --locked --release -p xtask
25762025-02-19T02:45:09.949Z Compiling serde v1.0.217
25772025-02-19T02:45:09.952Z Compiling rustix v0.38.37
25782025-02-19T02:45:09.952Z Compiling serde_json v1.0.135
25792025-02-19T02:45:10.042Z Compiling libc v0.2.169
25802025-02-19T02:45:10.053Z Compiling syn v2.0.96
25812025-02-19T02:45:10.064Z Compiling bitflags v2.6.0
25822025-02-19T02:45:10.388Z Compiling usdt-impl v0.5.0
25832025-02-19T02:45:10.449Z Compiling syn v1.0.109
25842025-02-19T02:45:10.545Z Compiling log v0.4.22
25852025-02-19T02:45:10.566Z Compiling hashbrown v0.15.1
25862025-02-19T02:45:10.833Z Compiling fs-err v2.11.0
25872025-02-19T02:45:10.994Z Compiling once_cell v1.20.2
25882025-02-19T02:45:11.155Z Compiling anyhow v1.0.95
25892025-02-19T02:45:11.336Z Compiling thread-id v4.2.2
25902025-02-19T02:45:11.793Z Compiling indexmap v2.7.1
25912025-02-19T02:45:12.886Z Compiling terminal_size v0.4.0
25922025-02-19T02:45:12.943Z Compiling tempfile v3.13.0
25932025-02-19T02:45:13.154Z Compiling clap_builder v4.5.27
25942025-02-19T02:45:13.559Z Compiling proc-macro-error v1.0.4
25952025-02-19T02:45:14.582Z Compiling tabled_derive v0.7.0
25962025-02-19T02:45:15.630Z Compiling tabled v0.15.0
25972025-02-19T02:45:16.410Z Compiling serde_derive v1.0.217
25982025-02-19T02:45:16.412Z Compiling thiserror-impl v1.0.69
25992025-02-19T02:45:16.413Z Compiling zerocopy-derive v0.7.35
26002025-02-19T02:45:16.413Z Compiling scroll_derive v0.12.0
26012025-02-19T02:45:16.413Z Compiling clap_derive v4.5.24
26022025-02-19T02:45:17.822Z Compiling scroll v0.12.0
26032025-02-19T02:45:18.309Z Compiling zerocopy v0.7.35
26042025-02-19T02:45:19.155Z Compiling thiserror v1.0.69
26052025-02-19T02:45:19.327Z Compiling pest v2.7.14
26062025-02-19T02:45:19.860Z Compiling goblin v0.8.2
26072025-02-19T02:45:20.721Z Compiling clap v4.5.27
26082025-02-19T02:45:22.325Z Compiling pest_meta v2.7.14
26092025-02-19T02:45:23.791Z Compiling pest_generator v2.7.14
26102025-02-19T02:45:26.052Z Compiling pest_derive v2.7.14
26112025-02-19T02:45:26.856Z Compiling dtrace-parser v0.2.0
26122025-02-19T02:45:29.300Z Compiling toml_datetime v0.6.8
26132025-02-19T02:45:30.036Z Compiling serde_spanned v0.6.8
26142025-02-19T02:45:30.334Z Compiling toml_edit v0.22.22
26152025-02-19T02:45:33.479Z Compiling dof v0.3.0
26162025-02-19T02:45:34.433Z Compiling serde_tokenstream v0.2.2
26172025-02-19T02:45:35.105Z Compiling camino v1.1.9
26182025-02-19T02:45:35.694Z Compiling usdt-attr-macro v0.5.0
26192025-02-19T02:45:36.418Z Compiling usdt-macro v0.5.0
26202025-02-19T02:45:37.047Z Compiling toml v0.8.19
26212025-02-19T02:45:37.607Z Compiling semver v1.0.24
26222025-02-19T02:45:39.061Z Compiling cargo-platform v0.1.8
26232025-02-19T02:45:40.138Z Compiling cargo_metadata v0.18.1
26242025-02-19T02:45:40.779Z Compiling cargo_toml v0.20.5
26252025-02-19T02:45:43.257Z Compiling usdt v0.5.0
26262025-02-19T02:45:43.628Z Compiling camino-tempfile v1.1.1
26272025-02-19T02:45:44.414Z Compiling macaddr v1.0.1
26282025-02-19T02:45:52.504Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26292025-02-19T02:46:03.333Z Finished `release` profile [optimized] target(s) in 53.88s
26302025-02-19T02:46:03.447Z
26312025-02-19T02:46:03.451Zreal 54.016355859
26322025-02-19T02:46:03.451Zuser 5:37.970111382
26332025-02-19T02:46:03.451Zsys 18.354675686
26342025-02-19T02:46:03.451Ztrap 0.157682791
26352025-02-19T02:46:03.451Ztflt 0.291780022
26362025-02-19T02:46:03.451Zdflt 0.310701444
26372025-02-19T02:46:03.451Zkflt 0.000011179
26382025-02-19T02:46:03.451Zlock 10:48.498654162
26392025-02-19T02:46:03.451Zslp 15:59.859266620
26402025-02-19T02:46:03.451Zlat 15.991248991
26412025-02-19T02:46:03.451Zstop 18.317699181
26422025-02-19T02:46:03.451Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26432025-02-19T02:46:03.451Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26442025-02-19T02:46:03.451Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26452025-02-19T02:46:03.451Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26462025-02-19T02:46:03.451Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26472025-02-19T02:46:04.317Z Compiling hashbrown v0.14.5
26482025-02-19T02:46:04.450Z Compiling thiserror v2.0.11
26492025-02-19T02:46:04.464Z Compiling thiserror-impl v2.0.11
26502025-02-19T02:46:04.467Z Compiling ident_case v1.0.1
26512025-02-19T02:46:04.491Z Compiling unsafe-libyaml v0.2.11
26522025-02-19T02:46:04.491Z Compiling progenitor-client v0.9.1
26532025-02-19T02:46:04.494Z Compiling ipnetwork v0.21.1
26542025-02-19T02:46:04.494Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26552025-02-19T02:46:04.654Z Compiling darling_core v0.20.10
26562025-02-19T02:46:05.018Z Compiling oxnet v0.1.0
26572025-02-19T02:46:05.040Z Compiling macaddr v1.0.1
26582025-02-19T02:46:05.330Z Compiling progenitor-client v0.8.0
26592025-02-19T02:46:05.455Z Compiling instant v0.1.13
26602025-02-19T02:46:05.478Z Compiling structmeta-derive v0.3.0
26612025-02-19T02:46:05.591Z Compiling regress v0.10.1
26622025-02-19T02:46:05.624Z Compiling dropshot v0.15.1
26632025-02-19T02:46:05.710Z Compiling serde_yaml v0.9.34+deprecated
26642025-02-19T02:46:05.792Z Compiling regress v0.9.1
26652025-02-19T02:46:06.016Z Compiling dropshot_endpoint v0.15.1
26662025-02-19T02:46:06.268Z Compiling daft-derive v0.1.1
26672025-02-19T02:46:07.874Z Compiling daft v0.1.1
26682025-02-19T02:46:07.954Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692025-02-19T02:46:08.160Z Compiling structmeta v0.3.0
26702025-02-19T02:46:08.389Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26712025-02-19T02:46:08.602Z Compiling parse-display-derive v0.10.0
26722025-02-19T02:46:08.751Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26732025-02-19T02:46:08.879Z Compiling backoff v0.4.0
26742025-02-19T02:46:08.941Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752025-02-19T02:46:09.241Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26762025-02-19T02:46:09.373Z Compiling typify-impl v0.2.0
26772025-02-19T02:46:09.429Z Compiling tempfile v3.13.0
26782025-02-19T02:46:09.718Z Compiling proc-macro-crate v1.3.1
26792025-02-19T02:46:10.252Z Compiling typify-impl v0.3.0
26802025-02-19T02:46:10.359Z Compiling itertools v0.13.0
26812025-02-19T02:46:10.659Z Compiling num_enum_derive v0.5.11
26822025-02-19T02:46:10.757Z Compiling zerocopy v0.8.10
26832025-02-19T02:46:10.817Z Compiling darling_macro v0.20.10
26842025-02-19T02:46:11.655Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26852025-02-19T02:46:11.786Z Compiling darling v0.20.10
26862025-02-19T02:46:11.926Z Compiling serde_with_macros v3.11.0
26872025-02-19T02:46:12.155Z Compiling zerocopy-derive v0.8.10
26882025-02-19T02:46:12.778Z Compiling parse-display v0.10.0
26892025-02-19T02:46:12.991Z Compiling num_enum v0.5.11
26902025-02-19T02:46:13.188Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26912025-02-19T02:46:13.301Z Compiling crucible-workspace-hack v0.1.0
26922025-02-19T02:46:13.421Z Compiling heapless v0.8.0
26932025-02-19T02:46:13.529Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26942025-02-19T02:46:13.636Z Compiling proc-macro-error v1.0.4
26952025-02-19T02:46:14.270Z Compiling camino-tempfile v1.1.1
26962025-02-19T02:46:14.313Z Compiling foreign-types-macros v0.2.3
26972025-02-19T02:46:14.572Z Compiling serde_with v3.11.0
26982025-02-19T02:46:14.705Z Compiling hash32 v0.3.1
26992025-02-19T02:46:14.982Z Compiling foreign-types-shared v0.3.1
27002025-02-19T02:46:15.134Z Compiling smoltcp v0.11.0
27012025-02-19T02:46:15.549Z Compiling foreign-types v0.5.0
27022025-02-19T02:46:16.169Z Compiling tabwriter v1.4.0
27032025-02-19T02:46:16.633Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27042025-02-19T02:46:16.852Z Compiling cstr-argument v0.1.2
27052025-02-19T02:46:17.186Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
27062025-02-19T02:46:17.501Z Compiling pretty-hex v0.2.1
27072025-02-19T02:46:17.532Z Compiling cobs v0.2.3
27082025-02-19T02:46:17.736Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27092025-02-19T02:46:17.859Z Compiling postcard v1.0.10
27102025-02-19T02:46:18.139Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27112025-02-19T02:46:18.180Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27122025-02-19T02:46:18.345Z Compiling colored v2.1.0
27132025-02-19T02:46:18.496Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27142025-02-19T02:46:18.736Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27152025-02-19T02:46:18.931Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27162025-02-19T02:46:19.023Z Compiling smf v0.2.3
27172025-02-19T02:46:19.481Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27182025-02-19T02:46:19.817Z Compiling zone_cfg_derive v0.3.0
27192025-02-19T02:46:19.854Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27202025-02-19T02:46:20.198Z Compiling num-derive v0.4.2
27212025-02-19T02:46:20.221Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27222025-02-19T02:46:20.278Z Compiling sigpipe v0.1.3
27232025-02-19T02:46:20.427Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27242025-02-19T02:46:20.781Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27252025-02-19T02:46:20.994Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27262025-02-19T02:46:21.230Z Compiling zone v0.3.0
27272025-02-19T02:46:21.745Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27282025-02-19T02:46:22.270Z Compiling universal-hash v0.5.1
27292025-02-19T02:46:22.500Z Compiling opaque-debug v0.3.1
27302025-02-19T02:46:22.604Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27312025-02-19T02:46:22.625Z Compiling tungstenite v0.21.0
27322025-02-19T02:46:22.646Z Compiling num-rational v0.4.2
27332025-02-19T02:46:22.770Z Compiling password-hash v0.5.0
27342025-02-19T02:46:22.792Z Compiling blake2 v0.10.6
27352025-02-19T02:46:23.454Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27362025-02-19T02:46:23.516Z Compiling num-complex v0.4.6
27372025-02-19T02:46:23.639Z Compiling aead v0.5.2
27382025-02-19T02:46:24.034Z Compiling base64 v0.21.7
27392025-02-19T02:46:24.200Z Compiling keccak v0.1.5
27402025-02-19T02:46:24.237Z Compiling convert_case v0.4.0
27412025-02-19T02:46:24.514Z Compiling num v0.4.3
27422025-02-19T02:46:24.639Z Compiling sha3 v0.10.8
27432025-02-19T02:46:24.660Z Compiling tokio-tungstenite v0.21.0
27442025-02-19T02:46:24.990Z Compiling typify-macro v0.2.0
27452025-02-19T02:46:25.011Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27462025-02-19T02:46:25.099Z Compiling derive_more v0.99.18
27472025-02-19T02:46:25.233Z Compiling argon2 v0.5.3
27482025-02-19T02:46:25.319Z Compiling poly1305 v0.8.0
27492025-02-19T02:46:25.357Z Compiling chacha20 v0.9.1
27502025-02-19T02:46:25.553Z Compiling typify-macro v0.3.0
27512025-02-19T02:46:25.651Z Compiling float-ord v0.3.2
27522025-02-19T02:46:25.848Z Compiling semver v0.1.20
27532025-02-19T02:46:25.869Z Compiling same-file v1.0.6
27542025-02-19T02:46:26.188Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27552025-02-19T02:46:26.483Z Compiling rustc_version v0.1.7
27562025-02-19T02:46:26.641Z Compiling walkdir v2.5.0
27572025-02-19T02:46:26.974Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27582025-02-19T02:46:27.013Z Compiling newline-converter v0.3.0
27592025-02-19T02:46:27.090Z Compiling primeorder v0.13.6
27602025-02-19T02:46:27.260Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27612025-02-19T02:46:27.349Z Compiling secrecy v0.8.0
27622025-02-19T02:46:27.627Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27632025-02-19T02:46:27.648Z Compiling owo-colors v4.1.0
27642025-02-19T02:46:27.879Z Compiling cancel-safe-futures v0.1.5
27652025-02-19T02:46:27.997Z Compiling expectorate v1.1.0
27662025-02-19T02:46:28.125Z Compiling newtype_derive v0.1.6
27672025-02-19T02:46:28.193Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27682025-02-19T02:46:28.262Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27692025-02-19T02:46:28.285Z Compiling thiserror-impl-no-std v2.0.2
27702025-02-19T02:46:28.417Z Compiling blake3 v1.5.4
27712025-02-19T02:46:28.438Z Compiling unicase v2.7.0
27722025-02-19T02:46:28.541Z Compiling half v2.4.1
27732025-02-19T02:46:28.743Z Compiling arc-swap v1.7.1
27742025-02-19T02:46:28.854Z Compiling typify v0.2.0
27752025-02-19T02:46:29.018Z Compiling progenitor-impl v0.8.0
27762025-02-19T02:46:29.062Z Compiling ciborium-io v0.2.2
27772025-02-19T02:46:29.220Z Compiling ciborium-ll v0.2.2
27782025-02-19T02:46:29.241Z Compiling slog-scope v4.4.0
27792025-02-19T02:46:29.341Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27802025-02-19T02:46:29.466Z Compiling typify v0.3.0
27812025-02-19T02:46:29.620Z Compiling progenitor-impl v0.9.1
27822025-02-19T02:46:29.727Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27832025-02-19T02:46:30.050Z Compiling polyval v0.6.2
27842025-02-19T02:46:30.438Z Compiling atomicwrites v0.4.4
27852025-02-19T02:46:30.507Z Compiling libsw v3.3.1
27862025-02-19T02:46:30.820Z Compiling memmap2 v0.9.5
27872025-02-19T02:46:30.843Z Compiling arrayref v0.3.9
27882025-02-19T02:46:30.972Z Compiling parking_lot_core v0.8.6
27892025-02-19T02:46:31.049Z Compiling thiserror-no-std v2.0.2
27902025-02-19T02:46:31.206Z Compiling constant_time_eq v0.3.1
27912025-02-19T02:46:31.286Z Compiling salty v0.3.0
27922025-02-19T02:46:31.409Z Compiling linear-map v1.2.0
27932025-02-19T02:46:31.438Z Compiling indent_write v2.2.0
27942025-02-19T02:46:31.682Z Compiling libefi-sys v0.1.0
27952025-02-19T02:46:31.708Z Compiling arrayvec v0.7.6
27962025-02-19T02:46:31.785Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27972025-02-19T02:46:31.839Z Compiling vsss-rs v3.3.4
27982025-02-19T02:46:31.994Z Compiling ghash v0.5.1
27992025-02-19T02:46:32.374Z Compiling ciborium v0.2.2
28002025-02-19T02:46:32.565Z Compiling slog-stdlog v4.1.1
28012025-02-19T02:46:33.257Z Compiling p384 v0.13.0
28022025-02-19T02:46:33.309Z Compiling toolchain_find v0.4.0
28032025-02-19T02:46:33.757Z Compiling chacha20poly1305 v0.10.1
28042025-02-19T02:46:33.794Z Compiling ctr v0.9.2
28052025-02-19T02:46:33.957Z Compiling lzma-sys v0.1.20
28062025-02-19T02:46:34.019Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28072025-02-19T02:46:34.171Z Compiling bitfield-struct v0.6.2
28082025-02-19T02:46:34.441Z Compiling slog-dtrace v0.3.0
28092025-02-19T02:46:34.718Z Compiling highway v1.2.0
28102025-02-19T02:46:34.774Z Compiling topological-sort v0.2.2
28112025-02-19T02:46:35.033Z Compiling omicron-zone-package v0.12.0
28122025-02-19T02:46:35.054Z Compiling aes-gcm v0.10.3
28132025-02-19T02:46:35.741Z Compiling rustfmt-wrapper v0.2.1
28142025-02-19T02:46:35.750Z Compiling slog-envlogger v2.2.0
28152025-02-19T02:46:35.750Z Compiling mime_guess v2.0.5
28162025-02-19T02:46:35.750Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28172025-02-19T02:46:35.955Z Compiling steno v0.4.1
28182025-02-19T02:46:36.184Z Compiling progenitor-macro v0.8.0
28192025-02-19T02:46:36.413Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28202025-02-19T02:46:36.722Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28212025-02-19T02:46:36.745Z Compiling progenitor-macro v0.9.1
28222025-02-19T02:46:36.801Z Compiling heck v0.3.3
28232025-02-19T02:46:37.062Z Compiling ssh-encoding v0.2.0
28242025-02-19T02:46:37.225Z Compiling blowfish v0.9.1
28252025-02-19T02:46:37.248Z Compiling nibble_vec v0.1.0
28262025-02-19T02:46:37.484Z Compiling env_filter v0.1.2
28272025-02-19T02:46:37.585Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28282025-02-19T02:46:37.724Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28292025-02-19T02:46:37.855Z Compiling humantime v2.1.0
28302025-02-19T02:46:37.873Z Compiling endian-type v0.1.2
28312025-02-19T02:46:37.946Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28322025-02-19T02:46:38.091Z Compiling radix_trie v0.2.1
28332025-02-19T02:46:38.121Z Compiling env_logger v0.11.5
28342025-02-19T02:46:38.344Z Compiling bcrypt-pbkdf v0.10.0
28352025-02-19T02:46:38.757Z Compiling ssh-cipher v0.2.0
28362025-02-19T02:46:38.760Z Compiling zone_cfg_derive v0.1.2
28372025-02-19T02:46:38.802Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28382025-02-19T02:46:39.501Z Compiling parking_lot v0.11.2
28392025-02-19T02:46:39.679Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28402025-02-19T02:46:40.238Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28412025-02-19T02:46:40.262Z Compiling password-hash v0.4.2
28422025-02-19T02:46:40.377Z Compiling gethostname v0.5.0
28432025-02-19T02:46:40.592Z Compiling fxhash v0.2.1
28442025-02-19T02:46:40.656Z Compiling lockfree-object-pool v0.1.6
28452025-02-19T02:46:40.794Z Compiling zip v2.1.3
28462025-02-19T02:46:40.825Z Compiling simd-adler32 v0.3.7
28472025-02-19T02:46:40.921Z Compiling bumpalo v3.16.0
28482025-02-19T02:46:40.948Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28492025-02-19T02:46:41.080Z Compiling http-range v0.1.5
28502025-02-19T02:46:41.118Z Compiling base64 v0.13.1
28512025-02-19T02:46:41.297Z Compiling zopfli v0.8.1
28522025-02-19T02:46:41.404Z Compiling sled v0.34.7
28532025-02-19T02:46:41.444Z Compiling pbkdf2 v0.11.0
28542025-02-19T02:46:41.471Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28552025-02-19T02:46:41.682Z Compiling ron v0.7.1
28562025-02-19T02:46:41.804Z Compiling xz2 v0.1.7
28572025-02-19T02:46:42.183Z Compiling zone v0.1.8
28582025-02-19T02:46:42.396Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28592025-02-19T02:46:42.991Z Compiling ssh-key v0.6.6
28602025-02-19T02:46:43.307Z Compiling hickory-client v0.24.3
28612025-02-19T02:46:43.625Z Compiling p521 v0.13.3
28622025-02-19T02:46:43.865Z Compiling p256 v0.13.2
28632025-02-19T02:46:43.886Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28642025-02-19T02:46:44.702Z Compiling hickory-server v0.24.3
28652025-02-19T02:46:44.724Z Compiling pem v3.0.4
28662025-02-19T02:46:44.908Z Compiling yasna v0.5.2
28672025-02-19T02:46:45.461Z Compiling headers-core v0.3.0
28682025-02-19T02:46:45.650Z Compiling kstat-rs v0.2.4
28692025-02-19T02:46:46.004Z Compiling nanorand v0.7.0
28702025-02-19T02:46:46.255Z Compiling atty v0.2.14
28712025-02-19T02:46:46.428Z Compiling russh-cryptovec v0.7.3
28722025-02-19T02:46:46.507Z Compiling md5 v0.7.0
28732025-02-19T02:46:46.539Z Compiling flume v0.11.1
28742025-02-19T02:46:46.765Z Compiling rcgen v0.12.1
28752025-02-19T02:46:47.025Z Compiling russh-keys v0.45.0
28762025-02-19T02:46:47.190Z Compiling headers v0.4.0
28772025-02-19T02:46:48.897Z Compiling hyper-staticfile v0.10.1
28782025-02-19T02:46:48.964Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28792025-02-19T02:46:49.063Z Compiling progenitor v0.8.0
28802025-02-19T02:46:49.324Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
28812025-02-19T02:46:49.345Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
28822025-02-19T02:46:49.532Z Compiling progenitor v0.9.1
28832025-02-19T02:46:49.549Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28842025-02-19T02:46:49.752Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28852025-02-19T02:46:49.950Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28862025-02-19T02:46:50.727Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28872025-02-19T02:46:50.799Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28882025-02-19T02:46:50.880Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28892025-02-19T02:46:51.411Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28902025-02-19T02:46:52.304Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
28912025-02-19T02:46:52.626Z Compiling num-bigint v0.4.6
28922025-02-19T02:46:52.730Z Compiling des v0.8.1
28932025-02-19T02:46:53.102Z Compiling subprocess v0.2.9
28942025-02-19T02:46:54.828Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28952025-02-19T02:46:55.326Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28962025-02-19T02:46:56.381Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28972025-02-19T02:46:56.474Z Compiling hex-literal v0.4.1
28982025-02-19T02:46:56.661Z Compiling display-error-chain v0.2.2
28992025-02-19T02:46:56.774Z Compiling russh v0.45.0
29002025-02-19T02:46:56.905Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29012025-02-19T02:46:57.294Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29022025-02-19T02:47:00.397Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29032025-02-19T02:47:00.909Z Compiling internet-checksum v0.2.1
29042025-02-19T02:47:05.543Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29052025-02-19T02:47:05.546Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29062025-02-19T02:47:05.546Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29072025-02-19T02:47:05.546Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29082025-02-19T02:47:06.386Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29092025-02-19T02:47:08.351Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29102025-02-19T02:47:09.618Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29112025-02-19T02:47:09.726Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29122025-02-19T02:47:10.439Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29132025-02-19T02:47:12.654Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29142025-02-19T02:47:12.818Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29152025-02-19T02:47:13.386Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29162025-02-19T02:47:13.406Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29172025-02-19T02:47:14.236Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29182025-02-19T02:47:14.393Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29192025-02-19T02:47:15.917Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29202025-02-19T02:47:16.352Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29212025-02-19T02:47:16.671Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29222025-02-19T02:47:19.392Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29232025-02-19T02:47:19.833Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29242025-02-19T02:47:20.048Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29252025-02-19T02:47:20.529Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29262025-02-19T02:47:21.666Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29272025-02-19T02:47:21.865Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29282025-02-19T02:47:24.463Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29292025-02-19T02:47:24.871Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29302025-02-19T02:47:25.734Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29312025-02-19T02:47:26.729Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29322025-02-19T02:47:33.958Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29332025-02-19T02:47:42.248Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29342025-02-19T02:47:43.772Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29352025-02-19T02:48:05.676Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29362025-02-19T02:48:30.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
29372025-02-19T02:48:30.692Z
29382025-02-19T02:48:30.692Zreal 2:27.190492763
29392025-02-19T02:48:30.692Zuser 12:14.954951858
29402025-02-19T02:48:30.692Zsys 1:35.451590328
29412025-02-19T02:48:30.692Ztrap 0.361926587
29422025-02-19T02:48:30.692Ztflt 1.325403774
29432025-02-19T02:48:30.692Zdflt 0.863675533
29442025-02-19T02:48:30.695Zkflt 0.000215396
29452025-02-19T02:48:30.695Zlock 23:00.544733468
29462025-02-19T02:48:30.695Zslp 42:11.677353191
29472025-02-19T02:48:30.695Zlat 38.037861410
29482025-02-19T02:48:30.695Zstop 1:38.977753154
29492025-02-19T02:48:30.695Z+ mkdir tests
29502025-02-19T02:48:30.698Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29512025-02-19T02:48:30.698Z+ xargs -I '{}' -t cp '{}' tests/
29522025-02-19T02:48:30.738Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f815cc60de4a825a tests/
29532025-02-19T02:48:30.765Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ec784030c96977e9 tests/
29542025-02-19T02:48:30.792Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-7a86a145700df99c tests/
29552025-02-19T02:48:30.817Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-403ab12a35b9ee6c tests/
29562025-02-19T02:48:31.098Z+ 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/*)
29572025-02-19T02:48:31.101Z+ 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-ec784030c96977e9 tests/commtest-7a86a145700df99c tests/dhcp_server-f815cc60de4a825a tests/end_to_end_tests-403ab12a35b9ee6c 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
29582025-02-19T02:49:45.330ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29592025-02-19T02:49:45.330Za .github/buildomat/ci-env.sh 1K
29602025-02-19T02:49:45.330Za out/target/test 1K
29612025-02-19T02:49:45.330Za out/npuzone/npuzone 23144K
29622025-02-19T02:49:45.330Za package-manifest.toml 33K
29632025-02-19T02:49:45.330Za smf/sled-agent/non-gimlet/config.toml 4K
29642025-02-19T02:49:45.330Za target/release/omicron-package 35967K
29652025-02-19T02:49:45.330Za target/release/xtask 11805K
29662025-02-19T02:49:45.330Za target/debug/bootstrap 221151K
29672025-02-19T02:49:45.330Za tests/bootstrap-ec784030c96977e9 24119K
29682025-02-19T02:49:45.330Za tests/commtest-7a86a145700df99c 24221K
29692025-02-19T02:49:45.330Za tests/dhcp_server-f815cc60de4a825a 24119K
29702025-02-19T02:49:45.330Za tests/end_to_end_tests-403ab12a35b9ee6c 283112K
29712025-02-19T02:49:45.330Za out/clickhouse.tar.gz 294517K
29722025-02-19T02:49:45.330Za out/clickhouse_keeper.tar.gz 281657K
29732025-02-19T02:49:45.330Za out/clickhouse_server.tar.gz 294504K
29742025-02-19T02:49:45.330Za out/cockroachdb.tar.gz 134965K
29752025-02-19T02:49:45.330Za out/crucible-dtrace.tar 99K
29762025-02-19T02:49:45.330Za out/crucible-pantry-zone.tar.gz 28552K
29772025-02-19T02:49:45.330Za out/crucible-zone.tar.gz 36921K
29782025-02-19T02:49:45.330Za out/external-dns.tar.gz 35432K
29792025-02-19T02:49:45.330Za out/internal-dns.tar.gz 35432K
29802025-02-19T02:49:45.330Za out/mg-ddm-gz.tar 63075K
29812025-02-19T02:49:45.330Za out/nexus.tar.gz 100367K
29822025-02-19T02:49:45.330Za out/ntp.tar.gz 10504K
29832025-02-19T02:49:45.330Za out/omicron-gateway-softnpu.tar.gz 24053K
29842025-02-19T02:49:45.330Za out/omicron-sled-agent.tar 113988K
29852025-02-19T02:49:45.330Za out/overlay.tar.gz 3K
29862025-02-19T02:49:45.330Za out/oximeter.tar.gz 48298K
29872025-02-19T02:49:45.330Za out/oxlog.tar 3124K
29882025-02-19T02:49:45.331Za out/probe.tar.gz 2764K
29892025-02-19T02:49:45.331Za out/propolis-server.tar.gz 66425K
29902025-02-19T02:49:45.331Za out/pumpkind-gz.tar 26665K
29912025-02-19T02:49:45.331Za out/switch-softnpu.tar.gz 251295K
29922025-02-19T02:49:45.347Z
29932025-02-19T02:49:45.348Zreal 1:14.067533500
29942025-02-19T02:49:45.348Zuser 1:10.694481756
29952025-02-19T02:49:45.348Zsys 4.847073707
29962025-02-19T02:49:45.348Ztrap 0.018736058
29972025-02-19T02:49:45.348Ztflt 0.000000000
29982025-02-19T02:49:45.348Zdflt 0.000000000
29992025-02-19T02:49:45.348Zkflt 0.000000000
30002025-02-19T02:49:45.348Zlock 0.000000000
30012025-02-19T02:49:45.348Zslp 1:10.404439992
30022025-02-19T02:49:45.348Zlat 2.165634564
30032025-02-19T02:49:45.348Zstop 0.000199067
30042025-02-19T02:49:45.348Zprocess exited: duration 1924771 ms, exit code 0
 
30052025-02-19T02:49:45.367Zfound 1 output files
30062025-02-19T02:49:45.367Zuploading: /work/package.tar.gz (1918931983 bytes)
30072025-02-19T02:50:23.845Zuploaded: /work/package.tar.gz