01JHSC55QQWZJ4WN0F8XYJDFRX: 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: 01JHSC6J8S0YE085BRQC4DB38X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-17T05:43:10.255Zjob assigned to worker 01JHSCH300WGJQ0GTWSD8Z97Q7 [factory aws, i-03e749a390187e85f] (queued for 6 m 41 s)
 
22025-01-17T05:43:18.318Zstarting task 0: "setup"
32025-01-17T05:43:18.328Z++ uname -s
42025-01-17T05:43:18.332Z+ kern=SunOS
52025-01-17T05:43:18.332Z+ case "$kern" in
62025-01-17T05:43:18.332Z+ groupadd -g 12345 build
72025-01-17T05:43:18.335Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-17T05:43:20.341Z+ zfs create -o mountpoint=/work rpool/work
92025-01-17T05:43:20.462Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-17T05:43:20.465Z+ home_fs=zfs
112025-01-17T05:43:20.465Z+ [[ zfs == autofs ]]
122025-01-17T05:43:20.465Z+ mkdir -p /home/build
132025-01-17T05:43:20.467Z+ chown build:build /home/build /work
142025-01-17T05:43:21.471Z+ chmod 0700 /home/build /work
152025-01-17T05:43:21.474Zprocess exited: duration 3154 ms, exit code 0
 
162025-01-17T05:43:21.480Zstarting task 1: "rust-toolchain"
172025-01-17T05:43:21.484Z+ printf ' * toolchain channel = "%s"
182025-01-17T05:43:21.484Z' 1.84.0
192025-01-17T05:43:21.484Z * toolchain channel = "1.84.0"
202025-01-17T05:43:21.484Z * toolchain profile = "default"
212025-01-17T05:43:21.485Z+ printf ' * toolchain profile = "%s"
222025-01-17T05:43:21.485Z' default
232025-01-17T05:43:21.488Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-17T05:43:21.488Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-17T05:43:21.610Zinfo: downloading installer
262025-01-17T05:43:22.928Zinfo: profile set to 'default'
272025-01-17T05:43:22.928Zinfo: default host triple is x86_64-unknown-illumos
282025-01-17T05:43:22.931Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-17T05:43:23.067Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-17T05:43:23.067Zinfo: downloading component 'cargo'
312025-01-17T05:43:23.806Zinfo: downloading component 'clippy'
322025-01-17T05:43:24.085Zinfo: downloading component 'rust-docs'
332025-01-17T05:43:25.091Zinfo: downloading component 'rust-std'
342025-01-17T05:43:26.584Zinfo: downloading component 'rustc'
352025-01-17T05:43:32.319Zinfo: downloading component 'rustfmt'
362025-01-17T05:43:32.534Zinfo: installing component 'cargo'
372025-01-17T05:43:33.380Zinfo: installing component 'clippy'
382025-01-17T05:43:33.766Zinfo: installing component 'rust-docs'
392025-01-17T05:43:35.472Zinfo: installing component 'rust-std'
402025-01-17T05:43:37.201Zinfo: installing component 'rustc'
412025-01-17T05:43:43.378Zinfo: installing component 'rustfmt'
422025-01-17T05:43:43.718Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-17T05:43:43.718Z
442025-01-17T05:43:44.110Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-17T05:43:44.110Z
462025-01-17T05:43:44.113Z
472025-01-17T05:43:44.113ZRust is installed now. Great!
482025-01-17T05:43:44.113Z
492025-01-17T05:43:44.113ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-17T05:43:44.113Zenvironment variable. This has not been done automatically.
512025-01-17T05:43:44.113Z
522025-01-17T05:43:44.113ZTo configure your current shell, you need to source
532025-01-17T05:43:44.113Zthe corresponding env file under $HOME/.cargo.
542025-01-17T05:43:44.113Z
552025-01-17T05:43:44.113ZThis is usually done by running one of the following (note the leading DOT):
562025-01-17T05:43:44.113Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-17T05:43:44.113Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-17T05:43:44.191Z+ rustc --version
592025-01-17T05:43:44.261Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-17T05:43:44.263Zprocess exited: duration 22778 ms, exit code 0
 
612025-01-17T05:43:44.269Zstarting task 2: "authentication"
622025-01-17T05:43:44.290Zprocess exited: duration 21 ms, exit code 0
 
632025-01-17T05:43:44.296Zstarting task 3: "clone repository"
642025-01-17T05:43:44.302Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-17T05:43:44.305Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-17T05:43:44.343ZCloning into '/work/oxidecomputer/omicron'...
672025-01-17T05:43:52.897Z+ cd /work/oxidecomputer/omicron
682025-01-17T05:43:52.897Z+ git fetch origin 358f4662a350868d1538b10d7534b806883f82a1
692025-01-17T05:43:53.219ZFrom https://github.com/oxidecomputer/omicron
702025-01-17T05:43:53.219Z * branch 358f4662a350868d1538b10d7534b806883f82a1 -> FETCH_HEAD
712025-01-17T05:43:53.231Z+ [[ -n renovate/test-strategy-0.x ]]
722025-01-17T05:43:53.234Z++ git branch --show-current
732025-01-17T05:43:53.234Z+ current=main
742025-01-17T05:43:53.234Z+ [[ main != renovate/test-strategy-0.x ]]
752025-01-17T05:43:53.234Z+ git branch -f renovate/test-strategy-0.x 358f4662a350868d1538b10d7534b806883f82a1
762025-01-17T05:43:53.238Z+ git checkout -f renovate/test-strategy-0.x
772025-01-17T05:43:53.423ZSwitched to branch 'renovate/test-strategy-0.x'
782025-01-17T05:43:53.425Z+ git reset --hard 358f4662a350868d1538b10d7534b806883f82a1
792025-01-17T05:43:53.438ZHEAD is now at 358f4662a Update Rust crate test-strategy to 0.4.0
802025-01-17T05:43:53.441Zprocess exited: duration 9141 ms, exit code 0
 
812025-01-17T05:43:53.449Zstarting task 4: "build"
822025-01-17T05:43:53.453Z+ source .github/buildomat/ci-env.sh
832025-01-17T05:43:53.456Z++ export CARGO_TERM_COLOR=always
842025-01-17T05:43:53.456Z++ CARGO_TERM_COLOR=always
852025-01-17T05:43:53.456Z+ cargo --version
862025-01-17T05:43:53.517Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-17T05:43:53.520Z+ rustc --version
882025-01-17T05:43:53.586Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-17T05:43:53.590Z+ WORK=/work
902025-01-17T05:43:53.590Z+ pfexec mkdir -p /work
912025-01-17T05:43:53.601Z+ pfexec chown build /work
922025-01-17T05:43:53.604Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-17T05:43:55.231Zpkg list: illegal option -- F
942025-01-17T05:43:55.231ZUsage:
952025-01-17T05:43:55.235Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-17T05:43:55.235Z [pkg_fmri_pattern ...]
972025-01-17T05:43:56.130Zpkg list: illegal option -- F
982025-01-17T05:43:56.130ZUsage:
992025-01-17T05:43:56.132Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-17T05:43:56.132Z [pkg_fmri_pattern ...]
1012025-01-17T05:44:02.049Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-17T05:44:06.198Z Startup: Caching catalogs ... Done
1032025-01-17T05:44:17.985ZPlanning: Solver setup ... Done (10.946s)
1042025-01-17T05:44:18.133ZPlanning: Running solver ... Done (0.148s)
1052025-01-17T05:44:18.249ZPlanning: Finding local manifests ... Done (0.006s)
1062025-01-17T05:44:18.262ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-17T05:44:18.502ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-17T05:44:18.618ZPlanning: Package planning ... Done (0.117s)
1092025-01-17T05:44:18.676ZPlanning: Merging actions ... Done (0.058s)
1102025-01-17T05:44:18.876ZPlanning: Checking for conflicting actions ... Done (0.199s)
1112025-01-17T05:44:20.905ZPlanning: Consolidating action changes ... Done (2.026s)
1122025-01-17T05:44:21.348ZPlanning: Evaluating mediators ... Done (0.444s)
1132025-01-17T05:44:21.436ZPlanning: Planning completed in 15.13 seconds
1142025-01-17T05:44:21.451Z Packages to install: 4
1152025-01-17T05:44:21.451Z Packages to update: 3
1162025-01-17T05:44:21.451Z Mediators to change: 2
1172025-01-17T05:44:21.451Z Services to change: 1
1182025-01-17T05:44:21.453Z Estimated space available: 155.61 GB
1192025-01-17T05:44:21.453ZEstimated space to be consumed: 1.64 GB
1202025-01-17T05:44:21.453Z Create boot environment: No
1212025-01-17T05:44:21.453ZCreate backup boot environment: Yes
1222025-01-17T05:44:21.453Z Rebuild boot archive: No
1232025-01-17T05:44:21.453Z
1242025-01-17T05:44:21.454ZChanged mediators:
1252025-01-17T05:44:21.454Z mediator clang:
1262025-01-17T05:44:21.454Z version: None -> 15 (system default)
1272025-01-17T05:44:21.454Z
1282025-01-17T05:44:21.454Z mediator llvm:
1292025-01-17T05:44:21.454Z version: 14 (system default) -> 15 (system default)
1302025-01-17T05:44:21.454Z
1312025-01-17T05:44:21.454ZChanged packages:
1322025-01-17T05:44:21.454Zhelios-dev
1332025-01-17T05:44:21.454Z developer/build-essential
1342025-01-17T05:44:21.454Z None -> 11-2.0
1352025-01-17T05:44:21.454Z library/libxmlsec1
1362025-01-17T05:44:21.454Z None -> 1.2.35-2.0
1372025-01-17T05:44:21.454Z ooce/developer/clang-15
1382025-01-17T05:44:21.454Z None -> 15.0.7-2.0
1392025-01-17T05:44:21.454Z ooce/developer/llvm-15
1402025-01-17T05:44:21.454Z None -> 15.0.7-2.0
1412025-01-17T05:44:21.454Z package/pkg
1422025-01-17T05:44:21.454Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-17T05:44:21.454Z system/library/g++-runtime
1442025-01-17T05:44:21.454Z 13-2.0 -> 14-2.0
1452025-01-17T05:44:21.454Z system/library/gcc-runtime
1462025-01-17T05:44:21.454Z 13-2.0 -> 14-2.0
1472025-01-17T05:44:21.454Z
1482025-01-17T05:44:21.454ZServices:
1492025-01-17T05:44:21.454Z restart_fmri:
1502025-01-17T05:44:21.454Z svc:/system/update-man-index:default
1512025-01-17T05:44:21.454Z
1522025-01-17T05:44:21.454ZEditable files to change:
1532025-01-17T05:44:21.454Z Update:
1542025-01-17T05:44:21.455Z usr/share/lib/pkg/web/config.shtml
1552025-01-17T05:44:21.536Z
1562025-01-17T05:44:21.536ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-17T05:44:26.538ZDownload: 1472/4301 items 117.2/225.4MB 52% complete (23.6M/s)
1582025-01-17T05:44:31.563ZDownload: 3055/4301 items 121.4/225.4MB 53% complete (12.4M/s)
1592025-01-17T05:44:37.083ZDownload: 3968/4301 items 218.1/225.4MB 96% complete (10.2M/s)
1602025-01-17T05:44:41.852ZDownload: 4284/4301 items 222.9/225.4MB 98% complete (10.1M/s)
1612025-01-17T05:44:42.356ZDownload: Completed 225.42 MB in 20.82 seconds (10.8M/s)
1622025-01-17T05:44:44.411Z Actions: 1/5122 actions (Removing old actions)
1632025-01-17T05:44:44.433Z Actions: 194/5122 actions (Installing new actions)
1642025-01-17T05:44:49.350Z Actions: 4267/5122 actions (Updating modified actions)
1652025-01-17T05:44:49.595Z Actions: Completed 5122 actions in 5.17 seconds.
1662025-01-17T05:44:50.028Z Done (0.416s)
1672025-01-17T05:44:50.065Z Done (0.001s)
1682025-01-17T05:44:50.648Z Done (0.608s)
1692025-01-17T05:44:55.345Z Done (4.489s)
1702025-01-17T05:44:55.439Z Done (0.019s)
1712025-01-17T05:44:55.442Z Done (0.000s)
1722025-01-17T05:44:55.681Z Done (0.000s)
1732025-01-17T05:44:56.408ZPlanning: Evaluating mediator changes ... Done
1742025-01-17T05:44:56.572ZPlanning: Checking for conflicting actions ... Done
1752025-01-17T05:44:56.575ZPlanning: Consolidating action changes ... Done
1762025-01-17T05:44:56.849ZPlanning: Evaluating mediators ... Done
1772025-01-17T05:44:56.851ZPlanning: Planning completed in 0.44 seconds
1782025-01-17T05:44:56.890Z Mediators to change: 2
1792025-01-17T05:44:56.890Z Create boot environment: No
1802025-01-17T05:44:56.892ZCreate backup boot environment: No
1812025-01-17T05:44:56.987Z Done
1822025-01-17T05:44:56.987Z Done
1832025-01-17T05:44:57.380Z Done
1842025-01-17T05:45:01.239Z Done
1852025-01-17T05:45:01.338Z Done
1862025-01-17T05:45:01.342Z Done
1872025-01-17T05:45:01.484Z Done
1882025-01-17T05:45:02.131ZPlanning: Evaluating mediator changes ... Done
1892025-01-17T05:45:02.134ZPlanning: Merging actions ... Done
1902025-01-17T05:45:02.346ZPlanning: Checking for conflicting actions ... Done
1912025-01-17T05:45:02.357ZPlanning: Consolidating action changes ... Done
1922025-01-17T05:45:02.609ZPlanning: Evaluating mediators ... Done
1932025-01-17T05:45:02.670ZPlanning: Planning completed in 0.79 seconds
1942025-01-17T05:45:02.715Z Packages to change: 1
1952025-01-17T05:45:02.715Z Mediators to change: 1
1962025-01-17T05:45:02.731Z Services to change: 1
1972025-01-17T05:45:02.731Z Create boot environment: No
1982025-01-17T05:45:02.731ZCreate backup boot environment: Yes
1992025-01-17T05:45:04.927Z Actions: 1/6 actions (Updating modified actions)
2002025-01-17T05:45:05.170Z Actions: Completed 6 actions in 0.00 seconds.
2012025-01-17T05:45:05.171Z Done
2022025-01-17T05:45:05.171Z Done
2032025-01-17T05:45:05.171Z Done
2042025-01-17T05:45:08.825Z Done
2052025-01-17T05:45:08.925Z Done
2062025-01-17T05:45:08.928Z Done
2072025-01-17T05:45:09.068Z Done
2082025-01-17T05:45:09.521ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092025-01-17T05:45:09.521Zclang system 15 system
2102025-01-17T05:45:09.521Zcsh system system illumos
2112025-01-17T05:45:09.521Zctags system system illumos
2122025-01-17T05:45:09.522Zgcc vendor 12 vendor
2132025-01-17T05:45:09.522Zgcc system 10 system
2142025-01-17T05:45:09.522Zgcc system 7 system
2152025-01-17T05:45:09.522Zgo system 1.20 system
2162025-01-17T05:45:09.522Zgo system 1.19 system
2172025-01-17T05:45:09.522Zllvm system 15 system
2182025-01-17T05:45:09.522Zllvm system 14 system
2192025-01-17T05:45:09.522Zmariadb system 10.6 system
2202025-01-17T05:45:09.522Zmta vendor vendor dma
2212025-01-17T05:45:09.522Zopenjdk system 17 system
2222025-01-17T05:45:09.522Zopenjdk system 11 system
2232025-01-17T05:45:09.522Zopenjdk system 1.8 system
2242025-01-17T05:45:09.522Zopenssl vendor 3 vendor
2252025-01-17T05:45:09.522Zperl system 5.36 system
2262025-01-17T05:45:09.522Zpostgresql system 15 system
2272025-01-17T05:45:09.522Zpostgresql system 13 system
2282025-01-17T05:45:09.522Zpython vendor 3 vendor
2292025-01-17T05:45:09.522Zpython system 2 system
2302025-01-17T05:45:09.522Zpython3 system 3.11 system
2312025-01-17T05:45:09.522Zruby system 3.0 system
2322025-01-17T05:45:09.522Zwords vendor vendor american-english
2332025-01-17T05:45:09.522Zwords system system australian-english
2342025-01-17T05:45:09.522Zwords system system british-english
2352025-01-17T05:45:09.522Zwords system system canadian-english
2362025-01-17T05:45:09.522Zwords system system french
2372025-01-17T05:45:09.522Zwords system system italian
2382025-01-17T05:45:09.522Zwords system system ngerman
2392025-01-17T05:45:09.522Zwords system system ogerman
2402025-01-17T05:45:09.522Zwords system system spanish
2412025-01-17T05:45:09.864ZPUBLISHER TYPE STATUS P LOCATION
2422025-01-17T05:45:09.864Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432025-01-17T05:45:12.699ZFMRI IFO
2442025-01-17T05:45:12.699Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452025-01-17T05:45:12.699Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462025-01-17T05:45:12.699Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472025-01-17T05:45:12.699Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482025-01-17T05:45:12.699Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492025-01-17T05:45:12.699Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502025-01-17T05:45:12.699Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2512025-01-17T05:45:12.699Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522025-01-17T05:45:12.700Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532025-01-17T05:45:12.700Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2542025-01-17T05:45:12.700Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552025-01-17T05:45:12.700Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562025-01-17T05:45:12.700Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2572025-01-17T05:45:12.700Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582025-01-17T05:45:12.700Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592025-01-17T05:45:13.491Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602025-01-17T05:45:13.789Z Updating crates.io index
2612025-01-17T05:45:13.791Z Updating git repository `https://github.com/oxidecomputer/diffus`
2622025-01-17T05:45:14.178Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632025-01-17T05:45:14.656Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642025-01-17T05:45:14.903Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652025-01-17T05:45:15.139Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662025-01-17T05:45:15.463Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672025-01-17T05:45:16.475Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682025-01-17T05:45:18.179Z Updating git repository `https://github.com/oxidecomputer/opte`
2692025-01-17T05:45:18.824Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702025-01-17T05:45:19.679Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712025-01-17T05:45:20.057Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722025-01-17T05:45:20.296Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732025-01-17T05:45:20.924Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2742025-01-17T05:45:21.257Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2752025-01-17T05:45:21.679Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762025-01-17T05:45:21.991Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772025-01-17T05:45:22.275Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782025-01-17T05:45:22.565Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792025-01-17T05:45:22.842Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802025-01-17T05:45:23.243Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812025-01-17T05:45:23.684Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822025-01-17T05:45:23.941Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832025-01-17T05:45:24.553Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842025-01-17T05:45:24.944Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852025-01-17T05:45:25.317Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862025-01-17T05:45:25.762Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2872025-01-17T05:45:26.028Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882025-01-17T05:45:26.342Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892025-01-17T05:45:26.617Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902025-01-17T05:45:27.952Z Downloading crates ...
2912025-01-17T05:45:28.027Z Downloaded byteorder v1.5.0
2922025-01-17T05:45:28.030Z Downloaded camino-tempfile v1.1.1
2932025-01-17T05:45:28.033Z Downloaded colorchoice v1.0.2
2942025-01-17T05:45:28.036Z Downloaded clap_lex v0.7.2
2952025-01-17T05:45:28.039Z Downloaded clap_derive v4.5.18
2962025-01-17T05:45:28.039Z Downloaded camino v1.1.9
2972025-01-17T05:45:28.043Z Downloaded anyhow v1.0.93
2982025-01-17T05:45:28.049Z Downloaded anstyle v1.0.10
2992025-01-17T05:45:28.049Z Downloaded anstream v0.6.15
3002025-01-17T05:45:28.112Z Downloaded digest v0.10.7
3012025-01-17T05:45:28.114Z Downloaded fnv v1.0.7
3022025-01-17T05:45:28.117Z Downloaded equivalent v1.0.1
3032025-01-17T05:45:28.117Z Downloaded fastrand v2.1.1
3042025-01-17T05:45:28.120Z Downloaded heck v0.4.1
3052025-01-17T05:45:28.120Z Downloaded is_terminal_polyfill v1.70.1
3062025-01-17T05:45:28.122Z Downloaded dof v0.3.0
3072025-01-17T05:45:28.122Z Downloaded heck v0.5.0
3082025-01-17T05:45:28.126Z Downloaded fs-err v2.11.0
3092025-01-17T05:45:28.126Z Downloaded errno v0.3.9
3102025-01-17T05:45:28.128Z Downloaded crypto-common v0.1.6
3112025-01-17T05:45:28.128Z Downloaded cpufeatures v0.2.14
3122025-01-17T05:45:28.128Z Downloaded once_cell v1.20.2
3132025-01-17T05:45:28.131Z Downloaded macaddr v1.0.1
3142025-01-17T05:45:28.147Z Downloaded tabled_derive v0.7.0
3152025-01-17T05:45:28.154Z Downloaded pest_meta v2.7.14
3162025-01-17T05:45:28.157Z Downloaded proc-macro-error-attr v1.0.4
3172025-01-17T05:45:28.161Z Downloaded pest_derive v2.7.14
3182025-01-17T05:45:28.161Z Downloaded log v0.4.22
3192025-01-17T05:45:28.164Z Downloaded memchr v2.7.4
3202025-01-17T05:45:28.168Z Downloaded scroll_derive v0.12.0
3212025-01-17T05:45:28.171Z Downloaded dtrace-parser v0.2.0
3222025-01-17T05:45:28.173Z Downloaded swrite v0.1.0
3232025-01-17T05:45:28.173Z Downloaded pretty-hex v0.4.1
3242025-01-17T05:45:28.181Z Downloaded serde_spanned v0.6.8
3252025-01-17T05:45:28.184Z Downloaded itoa v1.0.11
3262025-01-17T05:45:28.184Z Downloaded memmap v0.7.0
3272025-01-17T05:45:28.198Z Downloaded thread-id v4.2.2
3282025-01-17T05:45:28.210Z Downloaded generic-array v0.14.7
3292025-01-17T05:45:28.210Z Downloaded pest_generator v2.7.14
3302025-01-17T05:45:28.212Z Downloaded usdt-macro v0.5.0
3312025-01-17T05:45:28.212Z Downloaded smawk v0.3.2
3322025-01-17T05:45:28.212Z Downloaded thiserror-impl v1.0.69
3332025-01-17T05:45:28.212Z Downloaded plain v0.2.3
3342025-01-17T05:45:28.212Z Downloaded toml_datetime v0.6.8
3352025-01-17T05:45:28.216Z Downloaded unicode-linebreak v0.1.5
3362025-01-17T05:45:28.218Z Downloaded serde_tokenstream v0.2.2
3372025-01-17T05:45:28.218Z Downloaded quote v1.0.38
3382025-01-17T05:45:28.221Z Downloaded thiserror v1.0.69
3392025-01-17T05:45:28.225Z Downloaded usdt v0.5.0
3402025-01-17T05:45:28.229Z Downloaded strsim v0.11.1
3412025-01-17T05:45:28.229Z Downloaded terminal_size v0.4.0
3422025-01-17T05:45:28.233Z Downloaded cfg-if v1.0.0
3432025-01-17T05:45:28.236Z Downloaded bytecount v0.6.8
3442025-01-17T05:45:28.236Z Downloaded anstyle-parse v0.2.5
3452025-01-17T05:45:28.242Z Downloaded semver v1.0.24
3462025-01-17T05:45:28.245Z Downloaded usdt-attr-macro v0.5.0
3472025-01-17T05:45:28.247Z Downloaded anstyle-query v1.1.1
3482025-01-17T05:45:28.247Z Downloaded sha2 v0.10.8
3492025-01-17T05:45:28.250Z Downloaded scroll v0.12.0
3502025-01-17T05:45:28.250Z Downloaded autocfg v1.4.0
3512025-01-17T05:45:28.253Z Downloaded version_check v0.9.5
3522025-01-17T05:45:28.253Z Downloaded utf8parse v0.2.2
3532025-01-17T05:45:28.257Z Downloaded proc-macro-error v1.0.4
3542025-01-17T05:45:28.260Z Downloaded block-buffer v0.10.4
3552025-01-17T05:45:28.263Z Downloaded cargo_metadata v0.18.1
3562025-01-17T05:45:28.268Z Downloaded cargo_toml v0.20.5
3572025-01-17T05:45:28.276Z Downloaded proc-macro2 v1.0.92
3582025-01-17T05:45:28.279Z Downloaded tempfile v3.13.0
3592025-01-17T05:45:28.281Z Downloaded cargo-platform v0.1.8
3602025-01-17T05:45:28.285Z Downloaded usdt-impl v0.5.0
3612025-01-17T05:45:28.291Z Downloaded typenum v1.17.0
3622025-01-17T05:45:28.294Z Downloaded ucd-trie v0.1.7
3632025-01-17T05:45:28.296Z Downloaded unicode-ident v1.0.14
3642025-01-17T05:45:28.300Z Downloaded clap v4.5.21
3652025-01-17T05:45:28.306Z Downloaded zerocopy-derive v0.7.35
3662025-01-17T05:45:28.310Z Downloaded pest v2.7.14
3672025-01-17T05:45:28.314Z Downloaded papergrid v0.11.0
3682025-01-17T05:45:28.319Z Downloaded ryu v1.0.18
3692025-01-17T05:45:28.323Z Downloaded serde_derive v1.0.217
3702025-01-17T05:45:28.326Z Downloaded bitflags v2.6.0
3712025-01-17T05:45:28.328Z Downloaded serde v1.0.217
3722025-01-17T05:45:28.332Z Downloaded toml v0.8.19
3732025-01-17T05:45:28.336Z Downloaded indexmap v2.7.0
3742025-01-17T05:45:28.343Z Downloaded hashbrown v0.15.1
3752025-01-17T05:45:28.356Z Downloaded textwrap v0.16.1
3762025-01-17T05:45:28.360Z Downloaded goblin v0.8.2
3772025-01-17T05:45:28.364Z Downloaded toml_edit v0.22.22
3782025-01-17T05:45:28.385Z Downloaded serde_json v1.0.135
3792025-01-17T05:45:28.403Z Downloaded zerocopy v0.7.35
3802025-01-17T05:45:28.418Z Downloaded winnow v0.6.20
3812025-01-17T05:45:28.426Z Downloaded tabled v0.15.0
3822025-01-17T05:45:28.440Z Downloaded clap_builder v4.5.21
3832025-01-17T05:45:28.447Z Downloaded syn v2.0.96
3842025-01-17T05:45:28.457Z Downloaded syn v1.0.109
3852025-01-17T05:45:28.467Z Downloaded unicode-width v0.1.14
3862025-01-17T05:45:28.473Z Downloaded rustix v0.38.37
3872025-01-17T05:45:28.513Z Downloaded libc v0.2.169
3882025-01-17T05:45:28.827Z Compiling proc-macro2 v1.0.92
3892025-01-17T05:45:28.827Z Compiling unicode-ident v1.0.14
3902025-01-17T05:45:28.832Z Compiling serde v1.0.217
3912025-01-17T05:45:28.832Z Compiling version_check v0.9.5
3922025-01-17T05:45:28.832Z Compiling memchr v2.7.4
3932025-01-17T05:45:28.866Z Compiling thiserror v1.0.69
3942025-01-17T05:45:28.869Z Compiling libc v0.2.169
3952025-01-17T05:45:28.869Z Compiling itoa v1.0.11
3962025-01-17T05:45:29.134Z Compiling ryu v1.0.18
3972025-01-17T05:45:29.219Z Compiling ucd-trie v0.1.7
3982025-01-17T05:45:29.663Z Compiling once_cell v1.20.2
3992025-01-17T05:45:29.689Z Compiling byteorder v1.5.0
4002025-01-17T05:45:29.790Z Compiling rustix v0.38.37
4012025-01-17T05:45:29.954Z Compiling serde_json v1.0.135
4022025-01-17T05:45:30.120Z Compiling bitflags v2.6.0
4032025-01-17T05:45:30.301Z Compiling usdt-impl v0.5.0
4042025-01-17T05:45:30.442Z Compiling proc-macro-error-attr v1.0.4
4052025-01-17T05:45:30.532Z Compiling syn v1.0.109
4062025-01-17T05:45:30.605Z Compiling proc-macro-error v1.0.4
4072025-01-17T05:45:30.633Z Compiling plain v0.2.3
4082025-01-17T05:45:30.660Z Compiling quote v1.0.38
4092025-01-17T05:45:30.813Z Compiling errno v0.3.9
4102025-01-17T05:45:30.907Z Compiling log v0.4.22
4112025-01-17T05:45:31.029Z Compiling syn v2.0.96
4122025-01-17T05:45:31.055Z Compiling hashbrown v0.15.1
4132025-01-17T05:45:31.175Z Compiling utf8parse v0.2.2
4142025-01-17T05:45:31.275Z Compiling camino v1.1.9
4152025-01-17T05:45:31.315Z Compiling equivalent v1.0.1
4162025-01-17T05:45:31.351Z Compiling anstyle-parse v0.2.5
4172025-01-17T05:45:31.538Z Compiling thread-id v4.2.2
4182025-01-17T05:45:31.823Z Compiling autocfg v1.4.0
4192025-01-17T05:45:31.951Z Compiling pretty-hex v0.4.1
4202025-01-17T05:45:32.043Z Compiling is_terminal_polyfill v1.70.1
4212025-01-17T05:45:32.138Z Compiling indexmap v2.7.0
4222025-01-17T05:45:32.181Z Compiling anstyle v1.0.10
4232025-01-17T05:45:32.184Z Compiling semver v1.0.24
4242025-01-17T05:45:32.228Z Compiling colorchoice v1.0.2
4252025-01-17T05:45:32.421Z Compiling anstyle-query v1.1.1
4262025-01-17T05:45:32.602Z Compiling winnow v0.6.20
4272025-01-17T05:45:32.654Z Compiling unicode-width v0.1.14
4282025-01-17T05:45:32.798Z Compiling anstream v0.6.15
4292025-01-17T05:45:32.828Z Compiling fs-err v2.11.0
4302025-01-17T05:45:33.134Z Compiling terminal_size v0.4.0
4312025-01-17T05:45:33.390Z Compiling clap_lex v0.7.2
4322025-01-17T05:45:33.487Z Compiling heck v0.4.1
4332025-01-17T05:45:33.517Z Compiling cfg-if v1.0.0
4342025-01-17T05:45:33.555Z Compiling bytecount v0.6.8
4352025-01-17T05:45:33.630Z Compiling heck v0.5.0
4362025-01-17T05:45:33.796Z Compiling fnv v1.0.7
4372025-01-17T05:45:33.826Z Compiling anyhow v1.0.93
4382025-01-17T05:45:33.853Z Compiling strsim v0.11.1
4392025-01-17T05:45:33.919Z Compiling fastrand v2.1.1
4402025-01-17T05:45:33.947Z Compiling papergrid v0.11.0
4412025-01-17T05:45:34.518Z Compiling tempfile v3.13.0
4422025-01-17T05:45:34.692Z Compiling clap_builder v4.5.21
4432025-01-17T05:45:34.903Z Compiling memmap v0.7.0
4442025-01-17T05:45:35.039Z Compiling smawk v0.3.2
4452025-01-17T05:45:35.262Z Compiling unicode-linebreak v0.1.5
4462025-01-17T05:45:35.839Z Compiling textwrap v0.16.1
4472025-01-17T05:45:35.839Z Compiling swrite v0.1.0
4482025-01-17T05:45:36.708Z Compiling tabled_derive v0.7.0
4492025-01-17T05:45:38.007Z Compiling serde_derive v1.0.217
4502025-01-17T05:45:38.007Z Compiling thiserror-impl v1.0.69
4512025-01-17T05:45:38.010Z Compiling zerocopy-derive v0.7.35
4522025-01-17T05:45:38.010Z Compiling scroll_derive v0.12.0
4532025-01-17T05:45:38.010Z Compiling clap_derive v4.5.18
4542025-01-17T05:45:38.423Z Compiling tabled v0.15.0
4552025-01-17T05:45:39.396Z Compiling scroll v0.12.0
4562025-01-17T05:45:39.900Z Compiling zerocopy v0.7.35
4572025-01-17T05:45:39.959Z Compiling goblin v0.8.2
4582025-01-17T05:45:40.988Z Compiling pest v2.7.14
4592025-01-17T05:45:41.863Z Compiling clap v4.5.21
4602025-01-17T05:45:43.283Z Compiling pest_meta v2.7.14
4612025-01-17T05:45:44.250Z Compiling pest_generator v2.7.14
4622025-01-17T05:45:45.714Z Compiling pest_derive v2.7.14
4632025-01-17T05:45:46.328Z Compiling dtrace-parser v0.2.0
4642025-01-17T05:45:47.090Z Compiling serde_tokenstream v0.2.2
4652025-01-17T05:45:47.137Z Compiling serde_spanned v0.6.8
4662025-01-17T05:45:47.165Z Compiling toml_datetime v0.6.8
4672025-01-17T05:45:47.366Z Compiling cargo-platform v0.1.8
4682025-01-17T05:45:47.404Z Compiling macaddr v1.0.1
4692025-01-17T05:45:47.685Z Compiling toml_edit v0.22.22
4702025-01-17T05:45:47.859Z Compiling camino-tempfile v1.1.1
4712025-01-17T05:45:48.516Z Compiling dof v0.3.0
4722025-01-17T05:45:48.554Z Compiling cargo_metadata v0.18.1
4732025-01-17T05:45:49.951Z Compiling usdt-macro v0.5.0
4742025-01-17T05:45:49.952Z Compiling usdt-attr-macro v0.5.0
4752025-01-17T05:45:50.694Z Compiling toml v0.8.19
4762025-01-17T05:45:51.011Z Compiling usdt v0.5.0
4772025-01-17T05:45:51.466Z Compiling cargo_toml v0.20.5
4782025-01-17T05:45:54.206Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4792025-01-17T05:45:57.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.23s
4802025-01-17T05:45:57.785Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4812025-01-17T05:45:58.347Z Downloading crates ...
4822025-01-17T05:45:58.493Z Downloaded atomic-waker v1.1.2
4832025-01-17T05:45:58.496Z Downloaded headers-core v0.3.0
4842025-01-17T05:45:58.502Z Downloaded darling v0.20.10
4852025-01-17T05:45:58.508Z Downloaded ident_case v1.0.1
4862025-01-17T05:45:58.510Z Downloaded hex v0.4.3
4872025-01-17T05:45:58.513Z Downloaded arrayref v0.3.9
4882025-01-17T05:45:58.513Z Downloaded addr2line v0.24.2
4892025-01-17T05:45:58.517Z Downloaded ascii-canvas v3.0.0
4902025-01-17T05:45:58.520Z Downloaded arc-swap v1.7.1
4912025-01-17T05:45:58.524Z Downloaded async-bb8-diesel v0.2.1
4922025-01-17T05:45:58.528Z Downloaded argon2 v0.5.3
4932025-01-17T05:45:58.530Z Downloaded array-init v0.0.4
4942025-01-17T05:45:58.530Z Downloaded heck v0.3.3
4952025-01-17T05:45:58.533Z Downloaded instant v0.1.13
4962025-01-17T05:45:58.535Z Downloaded async-stream-impl v0.3.6
4972025-01-17T05:45:58.535Z Downloaded allocator-api2 v0.2.18
4982025-01-17T05:45:58.542Z Downloaded is_ci v1.2.0
4992025-01-17T05:45:58.545Z Downloaded icu_provider_macros v1.5.0
5002025-01-17T05:45:58.545Z Downloaded assert_matches v1.5.0
5012025-01-17T05:45:58.548Z Downloaded async-stream v0.3.6
5022025-01-17T05:45:58.550Z Downloaded matches v0.1.10
5032025-01-17T05:45:58.550Z Downloaded hubpack_derive v0.1.1
5042025-01-17T05:45:58.553Z Downloaded md5 v0.7.0
5052025-01-17T05:45:58.553Z Downloaded arrayvec v0.7.6
5062025-01-17T05:45:58.556Z Downloaded match_cfg v0.1.0
5072025-01-17T05:45:58.558Z Downloaded async-trait v0.1.83
5082025-01-17T05:45:58.561Z Downloaded is-terminal v0.4.13
5092025-01-17T05:45:58.563Z Downloaded heapless v0.8.0
5102025-01-17T05:45:58.566Z Downloaded heapless v0.7.17
5112025-01-17T05:45:58.571Z Downloaded hyper-tls v0.6.0
5122025-01-17T05:45:58.573Z Downloaded hubpack v0.1.2
5132025-01-17T05:45:58.576Z Downloaded backoff v0.4.0
5142025-01-17T05:45:58.578Z Downloaded maplit v1.0.2
5152025-01-17T05:45:58.578Z Downloaded keccak v0.1.5
5162025-01-17T05:45:58.581Z Downloaded atomicwrites v0.4.4
5172025-01-17T05:45:58.581Z Downloaded aead v0.5.2
5182025-01-17T05:45:58.583Z Downloaded instability v0.3.2
5192025-01-17T05:45:58.586Z Downloaded libefi-sys v0.1.0
5202025-01-17T05:45:58.588Z Downloaded indent_write v2.2.0
5212025-01-17T05:45:58.588Z Downloaded idna_adapter v1.2.0
5222025-01-17T05:45:58.591Z Downloaded home v0.5.9
5232025-01-17T05:45:58.591Z Downloaded bumpalo v3.16.0
5242025-01-17T05:45:58.593Z Downloaded indoc v1.0.9
5252025-01-17T05:45:58.596Z Downloaded hex-literal v0.4.1
5262025-01-17T05:45:58.599Z Downloaded base64 v0.21.7
5272025-01-17T05:45:58.603Z Downloaded lazycell v1.3.0
5282025-01-17T05:45:58.606Z Downloaded lazy_static v1.5.0
5292025-01-17T05:45:58.608Z Downloaded mime v0.3.17
5302025-01-17T05:45:58.610Z Downloaded kstat-rs v0.2.4
5312025-01-17T05:45:58.612Z Downloaded managed v0.8.0
5322025-01-17T05:45:58.614Z Downloaded libsw v3.3.1
5332025-01-17T05:45:58.614Z Downloaded internet-checksum v0.2.1
5342025-01-17T05:45:58.616Z Downloaded inout v0.1.3
5352025-01-17T05:45:58.617Z Downloaded impl-trait-for-tuples v0.2.2
5362025-01-17T05:45:58.621Z Downloaded serde-big-array v0.5.1
5372025-01-17T05:45:58.623Z Downloaded memoffset v0.9.1
5382025-01-17T05:45:58.626Z Downloaded lru v0.12.5
5392025-01-17T05:45:58.626Z Downloaded cfg_aliases v0.2.1
5402025-01-17T05:45:58.629Z Downloaded sqlparser_derive v0.2.2
5412025-01-17T05:45:58.631Z Downloaded progenitor-macro v0.9.1
5422025-01-17T05:45:58.631Z Downloaded progenitor v0.9.1
5432025-01-17T05:45:58.631Z Downloaded maybe-uninit v2.0.0
5442025-01-17T05:45:58.634Z Downloaded lru-cache v0.1.2
5452025-01-17T05:45:58.634Z Downloaded lalrpop-util v0.19.12
5462025-01-17T05:45:58.636Z Downloaded atty v0.2.14
5472025-01-17T05:45:58.639Z Downloaded lockfree-object-pool v0.1.6
5482025-01-17T05:45:58.641Z Downloaded libloading v0.8.5
5492025-01-17T05:45:58.644Z Downloaded httparse v1.9.5
5502025-01-17T05:45:58.647Z Downloaded lock_api v0.4.12
5512025-01-17T05:45:58.649Z Downloaded icu_locid_transform v1.5.0
5522025-01-17T05:45:58.654Z Downloaded hyper-rustls v0.27.3
5532025-01-17T05:45:58.657Z Downloaded linked-hash-map v0.5.6
5542025-01-17T05:45:58.657Z Downloaded jobserver v0.1.32
5552025-01-17T05:45:58.660Z Downloaded cbc v0.1.2
5562025-01-17T05:45:58.663Z Downloaded highway v1.2.0
5572025-01-17T05:45:58.666Z Downloaded litemap v0.7.3
5582025-01-17T05:45:58.669Z Downloaded linear-map v1.2.0
5592025-01-17T05:45:58.669Z Downloaded buf-list v1.0.3
5602025-01-17T05:45:58.672Z Downloaded blowfish v0.9.1
5612025-01-17T05:45:58.674Z Downloaded crucible-workspace-hack v0.1.0
5622025-01-17T05:45:58.674Z Downloaded bcrypt-pbkdf v0.10.0
5632025-01-17T05:45:58.677Z Downloaded chacha20 v0.9.1
5642025-01-17T05:45:58.680Z Downloaded waitgroup v0.1.2
5652025-01-17T05:45:58.680Z Downloaded semver v0.1.20
5662025-01-17T05:45:58.682Z Downloaded icu_provider v1.5.0
5672025-01-17T05:45:58.684Z Downloaded hmac v0.12.1
5682025-01-17T05:45:58.687Z Downloaded cexpr v0.6.0
5692025-01-17T05:45:58.690Z Downloaded crunchy v0.2.2
5702025-01-17T05:45:58.693Z Downloaded bit-vec v0.6.3
5712025-01-17T05:45:58.693Z Downloaded block-padding v0.3.3
5722025-01-17T05:45:58.696Z Downloaded cstr-argument v0.1.2
5732025-01-17T05:45:58.696Z Downloaded ciborium-io v0.2.2
5742025-01-17T05:45:58.696Z Downloaded ipnet v2.10.1
5752025-01-17T05:45:58.699Z Downloaded icu_locid v1.5.0
5762025-01-17T05:45:58.703Z Downloaded crossbeam-deque v0.8.5
5772025-01-17T05:45:58.707Z Downloaded icu_normalizer v1.5.0
5782025-01-17T05:45:58.710Z Downloaded zerofrom v0.1.4
5792025-01-17T05:45:58.713Z Downloaded tower-service v0.3.3
5802025-01-17T05:45:58.713Z Downloaded http-range v0.1.5
5812025-01-17T05:45:58.715Z Downloaded bzip2 v0.4.4
5822025-01-17T05:45:58.717Z Downloaded diesel_table_macro_syntax v0.2.0
5832025-01-17T05:45:58.717Z Downloaded slog-async v2.8.0
5842025-01-17T05:45:58.720Z Downloaded constant_time_eq v0.3.1
5852025-01-17T05:45:58.722Z Downloaded http-body v1.0.1
5862025-01-17T05:45:58.722Z Downloaded cookie_store v0.21.0
5872025-01-17T05:45:58.725Z Downloaded difflib v0.4.0
5882025-01-17T05:45:58.728Z Downloaded mime_guess v2.0.5
5892025-01-17T05:45:58.731Z Downloaded memmap2 v0.9.5
5902025-01-17T05:45:58.731Z Downloaded curve25519-dalek-derive v0.1.1
5912025-01-17T05:45:58.734Z Downloaded crc-catalog v2.4.0
5922025-01-17T05:45:58.736Z Downloaded openssl-probe v0.1.5
5932025-01-17T05:45:58.736Z Downloaded openssl-macros v0.1.1
5942025-01-17T05:45:58.738Z Downloaded normalize-line-endings v0.3.0
5952025-01-17T05:45:58.738Z Downloaded termtree v0.4.1
5962025-01-17T05:45:58.741Z Downloaded strum v0.26.3
5972025-01-17T05:45:58.741Z Downloaded snafu-derive v0.8.5
5982025-01-17T05:45:58.743Z Downloaded unarray v0.1.4
5992025-01-17T05:45:58.745Z Downloaded typify-macro v0.3.0
6002025-01-17T05:45:58.745Z Downloaded typify-macro v0.2.0
6012025-01-17T05:45:58.748Z Downloaded tinyvec_macros v0.1.1
6022025-01-17T05:45:58.748Z Downloaded rpassword v7.3.1
6032025-01-17T05:45:58.750Z Downloaded colored v2.1.0
6042025-01-17T05:45:58.752Z Downloaded indexmap v1.9.3
6052025-01-17T05:45:58.755Z Downloaded bitflags v1.3.2
6062025-01-17T05:45:58.759Z Downloaded icu_normalizer_data v1.5.0
6072025-01-17T05:45:58.762Z Downloaded yoke-derive v0.7.4
6082025-01-17T05:45:58.765Z Downloaded blake2 v0.10.6
6092025-01-17T05:45:58.770Z Downloaded iana-time-zone v0.1.61
6102025-01-17T05:45:58.773Z Downloaded peg-runtime v0.8.3
6112025-01-17T05:45:58.773Z Downloaded opaque-debug v0.3.1
6122025-01-17T05:45:58.773Z Downloaded zerofrom-derive v0.1.4
6132025-01-17T05:45:58.776Z Downloaded icu_properties v1.5.1
6142025-01-17T05:45:58.779Z Downloaded pem v3.0.4
6152025-01-17T05:45:58.782Z Downloaded ciborium v0.2.2
6162025-01-17T05:45:58.782Z Downloaded strum_macros v0.25.3
6172025-01-17T05:45:58.785Z Downloaded quick-error v1.2.3
6182025-01-17T05:45:58.787Z Downloaded dirs-next v2.0.0
6192025-01-17T05:45:58.787Z Downloaded const-oid v0.9.6
6202025-01-17T05:45:58.790Z Downloaded diesel-dtrace v0.4.2
6212025-01-17T05:45:58.793Z Downloaded rustc_version v0.1.7
6222025-01-17T05:45:58.795Z Downloaded fallible-streaming-iterator v0.1.9
6232025-01-17T05:45:58.795Z Downloaded fallible-iterator v0.3.0
6242025-01-17T05:45:58.798Z Downloaded sec1 v0.7.3
6252025-01-17T05:45:58.800Z Downloaded rustc-hash v2.0.0
6262025-01-17T05:45:58.800Z Downloaded md-5 v0.10.6
6272025-01-17T05:45:58.803Z Downloaded group v0.13.0
6282025-01-17T05:45:58.806Z Downloaded tls_codec v0.4.1
6292025-01-17T05:45:58.808Z Downloaded termios v0.3.3
6302025-01-17T05:45:58.811Z Downloaded structmeta-derive v0.3.0
6312025-01-17T05:45:58.811Z Downloaded tls_codec_derive v0.4.1
6322025-01-17T05:45:58.813Z Downloaded crossbeam-epoch v0.9.18
6332025-01-17T05:45:58.816Z Downloaded crc-any v2.5.0
6342025-01-17T05:45:58.819Z Downloaded indicatif v0.17.9
6352025-01-17T05:45:58.824Z Downloaded fallible-iterator v0.2.0
6362025-01-17T05:45:58.827Z Downloaded base64 v0.22.1
6372025-01-17T05:45:58.830Z Downloaded hyper-util v0.1.10
6382025-01-17T05:45:58.835Z Downloaded ahash v0.8.11
6392025-01-17T05:45:58.839Z Downloaded powerfmt v0.2.0
6402025-01-17T05:45:58.842Z Downloaded peg v0.8.4
6412025-01-17T05:45:58.845Z Downloaded rand_chacha v0.3.1
6422025-01-17T05:45:58.848Z Downloaded crossbeam-utils v0.8.20
6432025-01-17T05:45:58.850Z Downloaded pbkdf2 v0.12.2
6442025-01-17T05:45:58.855Z Downloaded slog v2.7.0
6452025-01-17T05:45:58.871Z Downloaded signature v2.2.0
6462025-01-17T05:45:58.873Z Downloaded sct v0.7.1
6472025-01-17T05:45:58.874Z Downloaded icu_collections v1.5.0
6482025-01-17T05:45:58.881Z Downloaded newtype_derive v0.1.6
6492025-01-17T05:45:58.883Z Downloaded sha1 v0.10.6
6502025-01-17T05:45:58.886Z Downloaded salsa20 v0.10.2
6512025-01-17T05:45:58.886Z Downloaded nodrop v0.1.14
6522025-01-17T05:45:58.890Z Downloaded newline-converter v0.3.0
6532025-01-17T05:45:58.890Z Downloaded resolv-conf v0.7.0
6542025-01-17T05:45:58.892Z Downloaded peg-macros v0.8.4
6552025-01-17T05:45:58.895Z Downloaded nu-ansi-term v0.50.1
6562025-01-17T05:45:58.897Z Downloaded phf_shared v0.10.0
6572025-01-17T05:45:58.900Z Downloaded hickory-resolver v0.24.1
6582025-01-17T05:45:58.903Z Downloaded strip-ansi-escapes v0.2.0
6592025-01-17T05:45:58.906Z Downloaded oso-derive v0.27.3
6602025-01-17T05:45:58.909Z Downloaded tiny-keccak v2.0.2
6612025-01-17T05:45:58.909Z Downloaded stringprep v0.1.5
6622025-01-17T05:45:58.911Z Downloaded smf v0.2.3
6632025-01-17T05:45:58.911Z Downloaded futures-channel v0.3.31
6642025-01-17T05:45:58.914Z Downloaded tokio-macros v2.5.0
6652025-01-17T05:45:58.917Z Downloaded tinystr v0.7.6
6662025-01-17T05:45:58.919Z Downloaded ppv-lite86 v0.2.20
6672025-01-17T05:45:58.919Z Downloaded derive_builder_core v0.20.2
6682025-01-17T05:45:58.922Z Downloaded unicase v2.7.0
6692025-01-17T05:45:58.925Z Downloaded cookie v0.18.1
6702025-01-17T05:45:58.927Z Downloaded chacha20poly1305 v0.10.1
6712025-01-17T05:45:58.930Z Downloaded minimal-lexical v0.2.1
6722025-01-17T05:45:58.934Z Downloaded zerovec-derive v0.10.3
6732025-01-17T05:45:58.937Z Downloaded zeroize_derive v1.4.2
6742025-01-17T05:45:58.939Z Downloaded rustls-pki-types v1.10.0
6752025-01-17T05:45:58.949Z Downloaded ff v0.13.0
6762025-01-17T05:45:58.952Z Downloaded zerocopy v0.6.6
6772025-01-17T05:45:58.952Z Downloaded dsl_auto_type v0.1.2
6782025-01-17T05:45:58.952Z Downloaded mockall v0.13.0
6792025-01-17T05:45:58.952Z Downloaded gethostname v0.5.0
6802025-01-17T05:45:58.952Z Downloaded flagset v0.4.6
6812025-01-17T05:45:58.954Z Downloaded fixedbitset v0.4.2
6822025-01-17T05:45:58.955Z Downloaded filetime v0.2.25
6832025-01-17T05:45:58.957Z Downloaded toolchain_find v0.4.0
6842025-01-17T05:45:58.960Z Downloaded nibble_vec v0.1.0
6852025-01-17T05:45:58.963Z Downloaded float-cmp v0.9.0
6862025-01-17T05:45:58.963Z Downloaded typify v0.3.0
6872025-01-17T05:45:58.967Z Downloaded http v1.2.0
6882025-01-17T05:45:58.978Z Downloaded phf_shared v0.11.2
6892025-01-17T05:45:58.981Z Downloaded newtype-uuid v1.2.1
6902025-01-17T05:45:58.983Z Downloaded structmeta v0.3.0
6912025-01-17T05:45:58.986Z Downloaded strum_macros v0.26.4
6922025-01-17T05:45:58.989Z Downloaded prettyplease v0.2.25
6932025-01-17T05:45:58.995Z Downloaded rand_xorshift v0.3.0
6942025-01-17T05:45:58.997Z Downloaded psl-types v2.0.11
6952025-01-17T05:45:59.000Z Downloaded progenitor-macro v0.8.0
6962025-01-17T05:45:59.003Z Downloaded darling_macro v0.20.10
6972025-01-17T05:45:59.005Z Downloaded zone_cfg_derive v0.3.0
6982025-01-17T05:45:59.005Z Downloaded zone_cfg_derive v0.1.2
6992025-01-17T05:45:59.009Z Downloaded rusty-fork v0.3.0
7002025-01-17T05:45:59.009Z Downloaded rustversion v1.0.17
7012025-01-17T05:45:59.013Z Downloaded zone v0.1.8
7022025-01-17T05:45:59.015Z Downloaded simd-adler32 v0.3.7
7032025-01-17T05:45:59.015Z Downloaded hash32 v0.3.1
7042025-01-17T05:45:59.018Z Downloaded diff v0.1.13
7052025-01-17T05:45:59.021Z Downloaded new_debug_unreachable v1.0.6
7062025-01-17T05:45:59.024Z Downloaded termcolor v1.4.1
7072025-01-17T05:45:59.024Z Downloaded diesel_derives v2.2.3
7082025-01-17T05:45:59.028Z Downloaded num-conv v0.1.0
7092025-01-17T05:45:59.030Z Downloaded serde_with_macros v3.11.0
7102025-01-17T05:45:59.034Z Downloaded fxhash v0.2.1
7112025-01-17T05:45:59.034Z Downloaded tokio-native-tls v0.3.1
7122025-01-17T05:45:59.036Z Downloaded supports-color v3.0.1
7132025-01-17T05:45:59.036Z Downloaded parse-size v1.1.0
7142025-01-17T05:45:59.039Z Downloaded subtle v2.6.1
7152025-01-17T05:45:59.039Z Downloaded bytes v1.9.0
7162025-01-17T05:45:59.043Z Downloaded pem-rfc7468 v0.7.0
7172025-01-17T05:45:59.045Z Downloaded dirs-sys-next v0.1.2
7182025-01-17T05:45:59.048Z Downloaded yoke v0.7.4
7192025-01-17T05:45:59.051Z Downloaded twox-hash v1.6.3
7202025-01-17T05:45:59.051Z Downloaded ron v0.8.1
7212025-01-17T05:45:59.058Z Downloaded topological-sort v0.2.2
7222025-01-17T05:45:59.063Z Downloaded pin-project-lite v0.2.14
7232025-01-17T05:45:59.067Z Downloaded zone v0.3.0
7242025-01-17T05:45:59.070Z Downloaded wait-timeout v0.2.0
7252025-01-17T05:45:59.070Z Downloaded unicode-properties v0.1.3
7262025-01-17T05:45:59.073Z Downloaded sigpipe v0.1.3
7272025-01-17T05:45:59.073Z Downloaded subprocess v0.2.9
7282025-01-17T05:45:59.076Z Downloaded pin-project-internal v1.1.6
7292025-01-17T05:45:59.078Z Downloaded owo-colors v4.1.0
7302025-01-17T05:45:59.081Z Downloaded ghash v0.5.1
7312025-01-17T05:45:59.084Z Downloaded env_filter v0.1.2
7322025-01-17T05:45:59.086Z Downloaded enum-as-inner v0.6.1
7332025-01-17T05:45:59.086Z Downloaded enum-as-inner v0.5.1
7342025-01-17T05:45:59.089Z Downloaded env_logger v0.11.5
7352025-01-17T05:45:59.095Z Downloaded term v0.7.0
7362025-01-17T05:45:59.097Z Downloaded dropshot_endpoint v0.15.1
7372025-01-17T05:45:59.100Z Downloaded num-integer v0.1.46
7382025-01-17T05:45:59.103Z Downloaded num-derive v0.4.2
7392025-01-17T05:45:59.105Z Downloaded serde_yaml v0.9.34+deprecated
7402025-01-17T05:45:59.109Z Downloaded num-iter v0.1.45
7412025-01-17T05:45:59.112Z Downloaded idna v1.0.3
7422025-01-17T05:45:59.118Z Downloaded predicates-tree v1.0.11
7432025-01-17T05:45:59.126Z Downloaded uzers v0.12.1
7442025-01-17T05:45:59.126Z Downloaded tokio-stream v0.1.16
7452025-01-17T05:45:59.134Z Downloaded oso v0.27.3
7462025-01-17T05:45:59.134Z Downloaded qorb v0.2.1
7472025-01-17T05:45:59.136Z Downloaded itertools v0.10.5
7482025-01-17T05:45:59.139Z Downloaded pretty-hex v0.2.1
7492025-01-17T05:45:59.142Z Downloaded yasna v0.5.2
7502025-01-17T05:45:59.145Z Downloaded r2d2 v0.8.10
7512025-01-17T05:45:59.147Z Downloaded siphasher v0.3.11
7522025-01-17T05:45:59.147Z Downloaded slog-bunyan v2.5.0
7532025-01-17T05:45:59.151Z Downloaded serde_plain v1.0.2
7542025-01-17T05:45:59.151Z Downloaded rustls-pemfile v1.0.4
7552025-01-17T05:45:59.154Z Downloaded signal-hook-tokio v0.3.1
7562025-01-17T05:45:59.154Z Downloaded getrandom v0.2.15
7572025-01-17T05:45:59.157Z Downloaded thiserror-impl v2.0.11
7582025-01-17T05:45:59.160Z Downloaded env_logger v0.10.2
7592025-01-17T05:45:59.162Z Downloaded thiserror-impl-no-std v2.0.2
7602025-01-17T05:45:59.165Z Downloaded zip v0.6.6
7612025-01-17T05:45:59.167Z Downloaded libxml v0.3.3
7622025-01-17T05:45:59.173Z Downloaded dhcproto-macros v0.1.0
7632025-01-17T05:45:59.175Z Downloaded write16 v1.0.0
7642025-01-17T05:45:59.175Z Downloaded signal-hook-registry v1.4.2
7652025-01-17T05:45:59.178Z Downloaded hickory-server v0.24.1
7662025-01-17T05:45:59.181Z Downloaded futures-executor v0.3.31
7672025-01-17T05:45:59.186Z Downloaded funty v2.0.0
7682025-01-17T05:45:59.187Z Downloaded fragile v2.0.0
7692025-01-17T05:45:59.190Z Downloaded form_urlencoded v1.2.1
7702025-01-17T05:45:59.190Z Downloaded either v1.13.0
7712025-01-17T05:45:59.190Z Downloaded ed25519 v2.2.3
7722025-01-17T05:45:59.193Z Downloaded tracing v0.1.40
7732025-01-17T05:45:59.195Z Downloaded parse-display-derive v0.10.0
7742025-01-17T05:45:59.198Z Downloaded walkdir v2.5.0
7752025-01-17T05:45:59.198Z Downloaded unicode-bidi v0.3.17
7762025-01-17T05:45:59.201Z Downloaded rustfmt-wrapper v0.2.1
7772025-01-17T05:45:59.204Z Downloaded tungstenite v0.24.0
7782025-01-17T05:45:59.206Z Downloaded tungstenite v0.23.0
7792025-01-17T05:45:59.209Z Downloaded endian-type v0.1.2
7802025-01-17T05:45:59.212Z Downloaded parse-display v0.10.0
7812025-01-17T05:45:59.212Z Downloaded dropshot_endpoint v0.12.0
7822025-01-17T05:45:59.216Z Downloaded samael v0.0.17
7832025-01-17T05:45:59.219Z Downloaded precomputed-hash v0.1.1
7842025-01-17T05:45:59.223Z Downloaded number_prefix v0.4.0
7852025-01-17T05:45:59.223Z Downloaded num_threads v0.1.7
7862025-01-17T05:45:59.225Z Downloaded ssh-cipher v0.2.0
7872025-01-17T05:45:59.225Z Downloaded serde_path_to_error v0.1.16
7882025-01-17T05:45:59.230Z Downloaded thiserror v2.0.11
7892025-01-17T05:45:59.233Z Downloaded time-core v0.1.2
7902025-01-17T05:45:59.236Z Downloaded uuid v1.11.0
7912025-01-17T05:45:59.238Z Downloaded expectorate v1.1.0
7922025-01-17T05:45:59.241Z Downloaded untrusted v0.7.1
7932025-01-17T05:45:59.244Z Downloaded ref-cast-impl v1.0.23
7942025-01-17T05:45:59.247Z Downloaded which v4.4.2
7952025-01-17T05:45:59.247Z Downloaded synstructure v0.13.1
7962025-01-17T05:45:59.250Z Downloaded signal-hook-mio v0.2.4
7972025-01-17T05:45:59.250Z Downloaded take_mut v0.2.2
7982025-01-17T05:45:59.250Z Downloaded pin-project v1.1.6
7992025-01-17T05:45:59.263Z Downloaded downcast v0.11.0
8002025-01-17T05:45:59.267Z Downloaded try-lock v0.2.5
8012025-01-17T05:45:59.270Z Downloaded parking_lot v0.12.3
8022025-01-17T05:45:59.270Z Downloaded radium v0.7.0
8032025-01-17T05:45:59.272Z Downloaded quinn-udp v0.5.5
8042025-01-17T05:45:59.272Z Downloaded password-hash v0.5.0
8052025-01-17T05:45:59.275Z Downloaded predicates v3.1.2
8062025-01-17T05:45:59.281Z Downloaded predicates-core v1.0.8
8072025-01-17T05:45:59.281Z Downloaded paste v1.0.15
8082025-01-17T05:45:59.285Z Downloaded num_enum_derive v0.5.11
8092025-01-17T05:45:59.285Z Downloaded slog-json v2.6.1
8102025-01-17T05:45:59.289Z Downloaded rfc6979 v0.4.0
8112025-01-17T05:45:59.289Z Downloaded thread_local v1.1.8
8122025-01-17T05:45:59.289Z Downloaded russh-keys v0.45.0
8132025-01-17T05:45:59.293Z Downloaded snafu v0.8.5
8142025-01-17T05:45:59.298Z Downloaded value-bag v1.9.0
8152025-01-17T05:45:59.302Z Downloaded des v0.8.1
8162025-01-17T05:45:59.305Z Downloaded vte v0.11.1
8172025-01-17T05:45:59.307Z Downloaded scopeguard v1.2.0
8182025-01-17T05:45:59.311Z Downloaded slog-dtrace v0.3.0
8192025-01-17T05:45:59.313Z Downloaded futures-io v0.3.31
8202025-01-17T05:45:59.313Z Downloaded itertools v0.12.1
8212025-01-17T05:45:59.319Z Downloaded wyz v0.5.1
8222025-01-17T05:45:59.321Z Downloaded writeable v0.5.5
8232025-01-17T05:45:59.324Z Downloaded tap v1.0.1
8242025-01-17T05:45:59.324Z Downloaded ecdsa v0.16.9
8252025-01-17T05:45:59.327Z Downloaded dunce v1.0.5
8262025-01-17T05:45:59.329Z Downloaded olpc-cjson v0.1.4
8272025-01-17T05:45:59.329Z Downloaded float-ord v0.3.2
8282025-01-17T05:45:59.332Z Downloaded fd-lock v4.0.2
8292025-01-17T05:45:59.334Z Downloaded hkdf v0.12.4
8302025-01-17T05:45:59.337Z Downloaded parking_lot_core v0.8.6
8312025-01-17T05:45:59.340Z Downloaded darling_core v0.20.10
8322025-01-17T05:45:59.344Z Downloaded foreign-types-shared v0.1.1
8332025-01-17T05:45:59.347Z Downloaded foreign-types-macros v0.2.3
8342025-01-17T05:45:59.347Z Downloaded foreign-types v0.5.0
8352025-01-17T05:45:59.350Z Downloaded slog-scope v4.4.0
8362025-01-17T05:45:59.350Z Downloaded rtoolbox v0.0.2
8372025-01-17T05:45:59.352Z Downloaded zip v2.1.3
8382025-01-17T05:45:59.357Z Downloaded russh-cryptovec v0.7.3
8392025-01-17T05:45:59.359Z Downloaded phf_generator v0.11.2
8402025-01-17T05:45:59.359Z Downloaded postgres-protocol v0.6.7
8412025-01-17T05:45:59.362Z Downloaded sync_wrapper v1.0.1
8422025-01-17T05:45:59.365Z Downloaded sync-ptr v0.1.1
8432025-01-17T05:45:59.365Z Downloaded vsss-rs v3.3.4
8442025-01-17T05:45:59.370Z Downloaded hashbrown v0.12.3
8452025-01-17T05:45:59.373Z Downloaded derive_builder_macro v0.20.2
8462025-01-17T05:45:59.373Z Downloaded serde_repr v0.1.19
8472025-01-17T05:45:59.376Z Downloaded scrypt v0.11.0
8482025-01-17T05:45:59.378Z Downloaded scheduled-thread-pool v0.2.7
8492025-01-17T05:45:59.378Z Downloaded serde-hex v0.1.0
8502025-01-17T05:45:59.381Z Downloaded packed_struct v0.10.1
8512025-01-17T05:45:59.384Z Downloaded time-macros v0.2.18
8522025-01-17T05:45:59.386Z Downloaded publicsuffix v2.2.3
8532025-01-17T05:45:59.389Z Downloaded toml_edit v0.19.15
8542025-01-17T05:45:59.403Z Downloaded mirai-annotations v1.12.0
8552025-01-17T05:45:59.406Z Downloaded defmt-parser v0.3.4
8562025-01-17T05:45:59.406Z Downloaded unicode-truncate v1.1.0
8572025-01-17T05:45:59.408Z Downloaded parking_lot_core v0.9.10
8582025-01-17T05:45:59.411Z Downloaded url v2.5.3
8592025-01-17T05:45:59.414Z Downloaded progenitor-client v0.9.1
8602025-01-17T05:45:59.414Z Downloaded phf_codegen v0.11.2
8612025-01-17T05:45:59.417Z Downloaded foreign-types v0.3.2
8622025-01-17T05:45:59.417Z Downloaded dyn-clone v1.0.17
8632025-01-17T05:45:59.420Z Downloaded unicode-segmentation v1.12.0
8642025-01-17T05:45:59.423Z Downloaded num-complex v0.4.6
8652025-01-17T05:45:59.425Z Downloaded rand_seeder v0.3.0
8662025-01-17T05:45:59.426Z Downloaded foldhash v0.1.3
8672025-01-17T05:45:59.428Z Downloaded blake3 v1.5.4
8682025-01-17T05:45:59.435Z Downloaded pkg-config v0.3.31
8692025-01-17T05:45:59.437Z Downloaded flate2 v1.0.34
8702025-01-17T05:45:59.444Z Downloaded want v0.3.1
8712025-01-17T05:45:59.447Z Downloaded utf8_iter v1.0.4
8722025-01-17T05:45:59.447Z Downloaded salty v0.3.0
8732025-01-17T05:45:59.453Z Downloaded foreign-types-shared v0.3.1
8742025-01-17T05:45:59.456Z Downloaded progenitor-client v0.8.0
8752025-01-17T05:45:59.456Z Downloaded serde_derive_internals v0.29.1
8762025-01-17T05:45:59.458Z Downloaded deranged v0.3.11
8772025-01-17T05:45:59.458Z Downloaded string_cache v0.8.7
8782025-01-17T05:45:59.461Z Downloaded slog-stdlog v4.1.1
8792025-01-17T05:45:59.464Z Downloaded shlex v1.3.0
8802025-01-17T05:45:59.464Z Downloaded der_derive v0.7.3
8812025-01-17T05:45:59.466Z Downloaded path-slash v0.1.5
8822025-01-17T05:45:59.466Z Downloaded rustc_version v0.4.1
8832025-01-17T05:45:59.469Z Downloaded signal-hook v0.3.17
8842025-01-17T05:45:59.471Z Downloaded ed25519-dalek v2.1.1
8852025-01-17T05:45:59.476Z Downloaded rustc-hash v1.1.0
8862025-01-17T05:45:59.479Z Downloaded hyper v1.5.2
8872025-01-17T05:45:59.482Z Downloaded phf v0.11.2
8882025-01-17T05:45:59.485Z Downloaded hashlink v0.9.1
8892025-01-17T05:45:59.487Z Downloaded rustyline v14.0.0
8902025-01-17T05:45:59.491Z Downloaded ref-cast v1.0.23
8912025-01-17T05:45:59.494Z Downloaded unicode-xid v0.2.6
8922025-01-17T05:45:59.496Z Downloaded reedline v0.35.0
8932025-01-17T05:45:59.504Z Downloaded num-rational v0.4.2
8942025-01-17T05:45:59.507Z Downloaded serde_with v3.11.0
8952025-01-17T05:45:59.514Z Downloaded vte_generate_state_changes v0.1.2
8962025-01-17T05:45:59.517Z Downloaded spki v0.7.3
8972025-01-17T05:45:59.520Z Downloaded winnow v0.5.40
8982025-01-17T05:45:59.527Z Downloaded multimap v0.10.0
8992025-01-17T05:45:59.530Z Downloaded universal-hash v0.5.1
9002025-01-17T05:45:59.530Z Downloaded tar v0.4.42
9012025-01-17T05:45:59.532Z Downloaded tokio-rustls v0.24.1
9022025-01-17T05:45:59.537Z Downloaded pbkdf2 v0.11.0
9032025-01-17T05:45:59.540Z Downloaded num_enum v0.5.11
9042025-01-17T05:45:59.543Z Downloaded packed_struct_codegen v0.10.1
9052025-01-17T05:45:59.547Z Downloaded utf-8 v0.7.6
9062025-01-17T05:45:59.550Z Downloaded untrusted v0.9.0
9072025-01-17T05:45:59.550Z Downloaded defmt-macros v0.3.9
9082025-01-17T05:45:59.554Z Downloaded defmt v0.3.8
9092025-01-17T05:45:59.558Z Downloaded tracing-attributes v0.1.27
9102025-01-17T05:45:59.558Z Downloaded quinn-proto v0.11.8
9112025-01-17T05:45:59.565Z Downloaded quick-xml v0.33.0
9122025-01-17T05:45:59.571Z Downloaded static_assertions v1.1.0
9132025-01-17T05:45:59.575Z Downloaded pin-utils v0.1.0
9142025-01-17T05:45:59.575Z Downloaded num v0.4.3
9152025-01-17T05:45:59.577Z Downloaded utf16_iter v1.0.5
9162025-01-17T05:45:59.577Z Downloaded sqlformat v0.2.6
9172025-01-17T05:45:59.580Z Downloaded stable_deref_trait v1.2.0
9182025-01-17T05:45:59.580Z Downloaded derive_builder v0.20.2
9192025-01-17T05:45:59.584Z Downloaded hash32 v0.2.1
9202025-01-17T05:45:59.586Z Downloaded icu_properties_data v1.5.0
9212025-01-17T05:45:59.595Z Downloaded shell-words v1.1.0
9222025-01-17T05:45:59.598Z Downloaded lalrpop v0.19.12
9232025-01-17T05:45:59.608Z Downloaded xz2 v0.1.7
9242025-01-17T05:45:59.610Z Downloaded elliptic-curve v0.13.8
9252025-01-17T05:45:59.614Z Downloaded zerovec v0.10.4
9262025-01-17T05:45:59.620Z Downloaded chrono v0.4.38
9272025-01-17T05:45:59.628Z Downloaded tokio-tungstenite v0.24.0
9282025-01-17T05:45:59.631Z Downloaded displaydoc v0.2.5
9292025-01-17T05:45:59.633Z Downloaded tokio-tungstenite v0.21.0
9302025-01-17T05:45:59.636Z Downloaded pkcs5 v0.7.1
9312025-01-17T05:45:59.640Z Downloaded tokio-rustls v0.25.0
9322025-01-17T05:45:59.642Z Downloaded multer v3.1.0
9332025-01-17T05:45:59.645Z Downloaded ssh-encoding v0.2.0
9342025-01-17T05:45:59.648Z Downloaded mockall_derive v0.13.0
9352025-01-17T05:45:59.651Z Downloaded ron v0.7.1
9362025-01-17T05:45:59.654Z Downloaded omicron-zone-package v0.12.0
9372025-01-17T05:45:59.658Z Downloaded derive-where v1.2.7
9382025-01-17T05:45:59.662Z Downloaded headers v0.4.0
9392025-01-17T05:45:59.668Z Downloaded reqwest v0.12.9
9402025-01-17T05:45:59.677Z Downloaded miniz_oxide v0.8.0
9412025-01-17T05:45:59.679Z Downloaded socket2 v0.5.7
9422025-01-17T05:45:59.684Z Downloaded der v0.7.9
9432025-01-17T05:45:59.687Z Downloaded progenitor-impl v0.9.1
9442025-01-17T05:45:59.691Z Downloaded tokio-tungstenite v0.23.1
9452025-01-17T05:45:59.694Z Downloaded rcgen v0.12.1
9462025-01-17T05:45:59.696Z Downloaded progenitor-impl v0.8.0
9472025-01-17T05:45:59.699Z Downloaded rayon-core v1.12.1
9482025-01-17T05:45:59.702Z Downloaded x509-cert v0.2.5
9492025-01-17T05:45:59.710Z Downloaded rusqlite v0.32.1
9502025-01-17T05:46:00.722Z Downloaded idna v0.5.0
9512025-01-17T05:46:00.725Z Downloaded idna v0.2.3
9522025-01-17T05:46:00.725Z Downloaded bitvec v1.0.1
9532025-01-17T05:46:00.725Z Downloaded unicode_categories v0.1.1
9542025-01-17T05:46:00.725Z Downloaded zerocopy v0.8.10
9552025-01-17T05:46:00.725Z Downloaded mio v1.0.2
9562025-01-17T05:46:00.725Z Downloaded idna v0.4.0
9572025-01-17T05:46:00.725Z Downloaded russh v0.45.0
9582025-01-17T05:46:00.725Z Downloaded steno v0.4.1
9592025-01-17T05:46:00.725Z Downloaded p521 v0.13.3
9602025-01-17T05:46:00.725Z Downloaded hashbrown v0.14.5
9612025-01-17T05:46:00.725Z Downloaded rayon v1.10.0
9622025-01-17T05:46:00.725Z Downloaded rustls-webpki v0.102.8
9632025-01-17T05:46:00.725Z Downloaded num-bigint v0.4.6
9642025-01-17T05:46:00.725Z Downloaded git2 v0.19.0
9652025-01-17T05:46:00.725Z Downloaded tokio-util v0.7.12
9662025-01-17T05:46:00.725Z Downloaded num-bigint-dig v0.8.4
9672025-01-17T05:46:00.725Z Downloaded p384 v0.13.0
9682025-01-17T05:46:00.725Z Downloaded smoltcp v0.9.1
9692025-01-17T05:46:00.725Z Downloaded ssh-key v0.6.6
9702025-01-17T05:46:00.725Z Downloaded rustls-webpki v0.101.7
9712025-01-17T05:46:00.725Z Downloaded futures-util v0.3.31
9722025-01-17T05:46:00.725Z Downloaded portable-atomic v1.9.0
9732025-01-17T05:46:00.725Z Downloaded nix v0.27.1
9742025-01-17T05:46:00.725Z Downloaded polar-core v0.27.3
9752025-01-17T05:46:00.725Z Downloaded hickory-proto v0.24.1
9762025-01-17T05:46:00.725Z Downloaded diesel v2.2.6
9772025-01-17T05:46:00.725Z Downloaded petname v2.0.2
9782025-01-17T05:46:00.725Z Downloaded nix v0.29.0
9792025-01-17T05:46:00.725Z Downloaded webpki-roots v0.26.6
9802025-01-17T05:46:00.726Z Downloaded rustls v0.21.12
9812025-01-17T05:46:00.726Z Downloaded regex v1.11.1
9822025-01-17T05:46:00.726Z Downloaded rustls v0.23.19
9832025-01-17T05:46:00.726Z Downloaded radix_trie v0.2.1
9842025-01-17T05:46:00.726Z Downloaded regress v0.10.1
9852025-01-17T05:46:00.726Z Downloaded dropshot v0.12.0
9862025-01-17T05:46:00.726Z Downloaded rustls v0.22.4
9872025-01-17T05:46:00.726Z Downloaded unicode-width v0.2.0
9882025-01-17T05:46:00.726Z Downloaded trust-dns-proto v0.22.0
9892025-01-17T05:46:00.726Z Downloaded regex-syntax v0.8.5
9902025-01-17T05:46:00.726Z Downloaded nix v0.28.0
9912025-01-17T05:46:00.726Z Downloaded typify-impl v0.2.0
9922025-01-17T05:46:00.726Z Downloaded sled v0.34.7
9932025-01-17T05:46:00.726Z Downloaded typify-impl v0.3.0
9942025-01-17T05:46:00.726Z Downloaded smoltcp v0.11.0
9952025-01-17T05:46:00.726Z Downloaded ratatui v0.28.1
9962025-01-17T05:46:00.726Z Downloaded bzip2-sys v0.1.11+1.0.8
9972025-01-17T05:46:00.726Z Downloaded zerocopy-derive v0.6.6
9982025-01-17T05:46:00.726Z Downloaded regex-automata v0.4.8
9992025-01-17T05:46:00.726Z Downloaded object v0.36.5
10002025-01-17T05:46:00.726Z Downloaded dropshot v0.15.1
10012025-01-17T05:46:00.726Z Downloaded openapiv3 v2.0.0
10022025-01-17T05:46:00.726Z Downloaded regress v0.9.1
10032025-01-17T05:46:00.726Z Downloaded lzma-sys v0.1.20
10042025-01-17T05:46:00.726Z Downloaded chrono-tz v0.10.0
10052025-01-17T05:46:00.726Z Downloaded bstr v1.10.0
10062025-01-17T05:46:00.726Z Downloaded object v0.30.4
10072025-01-17T05:46:00.726Z Downloaded regex-syntax v0.6.29
10082025-01-17T05:46:00.726Z Downloaded vcpkg v0.2.15
10092025-01-17T05:46:00.726Z Downloaded gimli v0.31.1
10102025-01-17T05:46:00.726Z Downloaded openssl v0.10.66
10112025-01-17T05:46:00.726Z Downloaded tokio v1.43.0
10122025-01-17T05:46:00.726Z Downloaded csv v1.3.0
10132025-01-17T05:46:00.726Z Downloaded libz-sys v1.1.20
10142025-01-17T05:46:00.726Z Downloaded petgraph v0.6.5
10152025-01-17T05:46:00.726Z Downloaded curve25519-dalek v4.1.3
10162025-01-17T05:46:00.726Z Downloaded idna v0.3.0
10172025-01-17T05:46:00.726Z Downloaded sha3 v0.10.8
10182025-01-17T05:46:00.726Z Downloaded hashbrown v0.13.2
10192025-01-17T05:46:00.727Z Downloaded proptest v1.5.0
10202025-01-17T05:46:00.727Z Downloaded h2 v0.4.6
10212025-01-17T05:46:00.727Z Downloaded time v0.3.36
10222025-01-17T05:46:00.727Z Downloaded num-traits v0.2.19
10232025-01-17T05:46:00.727Z Downloaded sqlparser v0.45.0
10242025-01-17T05:46:00.727Z Downloaded rsa v0.9.6
10252025-01-17T05:46:00.727Z Downloaded bindgen v0.69.5
10262025-01-17T05:46:00.727Z Downloaded rustls-pemfile v2.2.0
10272025-01-17T05:46:00.727Z Downloaded pkcs1 v0.7.5
10282025-01-17T05:46:00.727Z Downloaded dhcproto v0.12.0
10292025-01-17T05:46:00.727Z Downloaded parse-zoneinfo v0.3.1
10302025-01-17T05:46:00.727Z Downloaded postcard v1.0.10
10312025-01-17T05:46:00.727Z Downloaded native-tls v0.2.12
10322025-01-17T05:46:00.727Z Downloaded nanorand v0.7.0
10332025-01-17T05:46:00.727Z Downloaded display-error-chain v0.2.2
10342025-01-17T05:46:00.727Z Downloaded schemars v0.8.21
10352025-01-17T05:46:00.727Z Downloaded spin v0.9.8
10362025-01-17T05:46:00.727Z Downloaded polyval v0.6.2
10372025-01-17T05:46:00.727Z Downloaded pkcs8 v0.10.2
10382025-01-17T05:46:00.727Z Downloaded tokio-postgres v0.7.12
10392025-01-17T05:46:00.727Z Downloaded tungstenite v0.21.0
10402025-01-17T05:46:00.727Z Downloaded tracing-core v0.1.32
10412025-01-17T05:46:00.728Z Downloaded xattr v1.3.1
10422025-01-17T05:46:00.728Z Downloaded serde_urlencoded v0.7.1
10432025-01-17T05:46:00.728Z Downloaded unsafe-libyaml v0.2.11
10442025-01-17T05:46:00.728Z Downloaded flume v0.11.1
10452025-01-17T05:46:00.728Z Downloaded unicode-normalization v0.1.24
10462025-01-17T05:46:00.728Z Downloaded poly1305 v0.8.0
10472025-01-17T05:46:00.728Z Downloaded percent-encoding v2.3.1
10482025-01-17T05:46:00.728Z Downloaded progenitor v0.8.0
10492025-01-17T05:46:00.728Z Downloaded debug-ignore v1.0.5
10502025-01-17T05:46:00.728Z Downloaded data-encoding v2.6.0
10512025-01-17T05:46:00.730Z Downloaded nom v7.1.3
10522025-01-17T05:46:00.730Z Downloaded tokio-rustls v0.26.0
10532025-01-17T05:46:00.730Z Downloaded encoding_rs v0.8.34
10542025-01-17T05:46:00.730Z Downloaded rand_core v0.6.4
10552025-01-17T05:46:00.730Z Downloaded slog-envlogger v2.2.0
10562025-01-17T05:46:00.730Z Downloaded primeorder v0.13.6
10572025-01-17T05:46:00.730Z Downloaded tabwriter v1.4.0
10582025-01-17T05:46:00.730Z Downloaded tough v0.19.0
10592025-01-17T05:46:00.730Z Downloaded zopfli v0.8.1
10602025-01-17T05:46:00.733Z Downloaded typed-path v0.9.3
10612025-01-17T05:46:00.736Z Downloaded rand v0.8.5
10622025-01-17T05:46:00.742Z Downloaded crossterm v0.28.1
10632025-01-17T05:46:00.748Z Downloaded tui-tree-widget v0.22.0
10642025-01-17T05:46:00.752Z Downloaded schemars_derive v0.8.21
10652025-01-17T05:46:00.755Z Downloaded derive_more v0.99.18
10662025-01-17T05:46:00.757Z Downloaded vergen v8.3.2
10672025-01-17T05:46:00.759Z Downloaded half v2.4.1
10682025-01-17T05:46:00.761Z Downloaded similar v2.6.0
10692025-01-17T05:46:00.765Z Downloaded aws-lc-rs v1.10.0
10702025-01-17T05:46:00.774Z Downloaded ena v0.14.3
10712025-01-17T05:46:00.780Z Downloaded embedded-io v0.6.1
10722025-01-17T05:46:00.780Z Downloaded embedded-io v0.4.0
10732025-01-17T05:46:00.780Z Downloaded parking_lot v0.11.2
10742025-01-17T05:46:00.784Z Downloaded futures-sink v0.3.31
10752025-01-17T05:46:00.784Z Downloaded thiserror-no-std v2.0.2
10762025-01-17T05:46:00.788Z Downloaded password-hash v0.4.2
10772025-01-17T05:46:00.795Z Downloaded toml v0.7.8
10782025-01-17T05:46:00.795Z Downloaded p256 v0.13.2
10792025-01-17T05:46:00.799Z Downloaded itertools v0.13.0
10802025-01-17T05:46:00.802Z Downloaded futures-task v0.3.31
10812025-01-17T05:46:00.804Z Downloaded futures-macro v0.3.31
10822025-01-17T05:46:00.804Z Downloaded fs_extra v1.3.0
10832025-01-17T05:46:00.808Z Downloaded crypto-bigint v0.5.5
10842025-01-17T05:46:00.812Z Downloaded slog-term v2.9.1
10852025-01-17T05:46:00.817Z Downloaded same-file v1.0.6
10862025-01-17T05:46:00.819Z Downloaded libgit2-sys v0.17.0+1.8.1
10872025-01-17T05:46:00.875Z Downloaded rustc-demangle v0.1.24
10882025-01-17T05:46:00.878Z Downloaded zerocopy-derive v0.8.10
10892025-01-17T05:46:00.882Z Downloaded tinyvec v1.8.0
10902025-01-17T05:46:00.886Z Downloaded openssl-sys v0.9.103
10912025-01-17T05:46:00.890Z Downloaded libm v0.2.8
10922025-01-17T05:46:00.898Z Downloaded crossbeam-channel v0.5.13
10932025-01-17T05:46:00.902Z Downloaded proc-macro-crate v1.3.1
10942025-01-17T05:46:00.905Z Downloaded smallvec v1.13.2
10952025-01-17T05:46:00.908Z Downloaded smallvec v0.6.14
10962025-01-17T05:46:00.908Z Downloaded futures v0.3.31
10972025-01-17T05:46:00.911Z Downloaded const_format v0.2.33
10982025-01-17T05:46:00.916Z Downloaded cc v1.1.30
10992025-01-17T05:46:00.919Z Downloaded fatfs v0.3.6
11002025-01-17T05:46:00.922Z Downloaded zeroize v1.8.1
11012025-01-17T05:46:00.925Z Downloaded postgres-types v0.2.8
11022025-01-17T05:46:00.928Z Downloaded quinn v0.11.5
11032025-01-17T05:46:00.930Z Downloaded whoami v1.5.2
11042025-01-17T05:46:00.933Z Downloaded globset v0.4.15
11052025-01-17T05:46:00.933Z Downloaded glob v0.3.1
11062025-01-17T05:46:00.936Z Downloaded typify v0.2.0
11072025-01-17T05:46:00.939Z Downloaded test-strategy v0.4.0
11082025-01-17T05:46:00.941Z Downloaded clang-sys v1.8.1
11092025-01-17T05:46:00.944Z Downloaded compact_str v0.8.0
11102025-01-17T05:46:00.947Z Downloaded strum_macros v0.24.3
11112025-01-17T05:46:00.949Z Downloaded slab v0.4.9
11122025-01-17T05:46:00.952Z Downloaded secrecy v0.8.0
11132025-01-17T05:46:00.952Z Downloaded futures-core v0.3.31
11142025-01-17T05:46:00.952Z Downloaded csv-core v0.1.11
11152025-01-17T05:46:00.959Z Downloaded cobs v0.2.3
11162025-01-17T05:46:00.959Z Downloaded ipnetwork v0.20.0
11172025-01-17T05:46:00.962Z Downloaded httpdate v1.0.3
11182025-01-17T05:46:00.962Z Downloaded icu_locid_transform_data v1.5.0
11192025-01-17T05:46:00.962Z Downloaded ctr v0.9.2
11202025-01-17T05:46:00.962Z Downloaded crc32fast v1.4.2
11212025-01-17T05:46:00.965Z Downloaded crc v3.2.1
11222025-01-17T05:46:00.967Z Downloaded console v0.15.8
11232025-01-17T05:46:00.970Z Downloaded cipher v0.4.4
11242025-01-17T05:46:00.970Z Downloaded ciborium-ll v0.2.2
11252025-01-17T05:46:00.973Z Downloaded chrono-tz-build v0.4.0
11262025-01-17T05:46:00.973Z Downloaded base64 v0.13.1
11272025-01-17T05:46:00.976Z Downloaded const_format_proc_macros v0.2.33
11282025-01-17T05:46:00.978Z Downloaded cancel-safe-futures v0.1.5
11292025-01-17T05:46:00.981Z Downloaded base64ct v1.6.0
11302025-01-17T05:46:00.983Z Downloaded convert_case v0.4.0
11312025-01-17T05:46:00.983Z Downloaded cmake v0.1.51
11322025-01-17T05:46:00.986Z Downloaded bit-set v0.5.3
11332025-01-17T05:46:00.986Z Downloaded cfg_aliases v0.1.1
11342025-01-17T05:46:00.989Z Downloaded bitfield-struct v0.6.2
11352025-01-17T05:46:00.989Z Downloaded hickory-client v0.24.1
11362025-01-17T05:46:00.992Z Downloaded bcs v0.1.6
11372025-01-17T05:46:00.994Z Downloaded castaway v0.2.3
11382025-01-17T05:46:00.994Z Downloaded cassowary v0.3.0
11392025-01-17T05:46:00.998Z Downloaded base16ct v0.2.0
11402025-01-17T05:46:00.998Z Downloaded http-body-util v0.1.2
11412025-01-17T05:46:01.004Z Downloaded hostname v0.3.1
11422025-01-17T05:46:01.004Z Downloaded hyper-staticfile v0.10.1
11432025-01-17T05:46:01.005Z Downloaded humantime v2.1.0
11442025-01-17T05:46:01.007Z Downloaded hostname v0.4.0
11452025-01-17T05:46:01.007Z Downloaded bb8 v0.8.5
11462025-01-17T05:46:01.007Z Downloaded bitfield v0.14.0
11472025-01-17T05:46:01.008Z Downloaded backtrace v0.3.74
11482025-01-17T05:46:01.012Z Downloaded aes v0.8.4
11492025-01-17T05:46:01.015Z Downloaded adler2 v2.0.0
11502025-01-17T05:46:01.018Z Downloaded async-recursion v1.1.1
11512025-01-17T05:46:01.021Z Downloaded aho-corasick v1.1.3
11522025-01-17T05:46:01.026Z Downloaded aes-gcm v0.10.3
11532025-01-17T05:46:01.233Z Downloaded ring v0.17.8
11542025-01-17T05:46:01.341Z Downloaded libsqlite3-sys v0.30.1
11552025-01-17T05:46:01.464Z Downloaded aws-lc-sys v0.22.0
11562025-01-17T05:46:01.782Z Compiling serde v1.0.217
11572025-01-17T05:46:01.785Z Compiling lock_api v0.4.12
11582025-01-17T05:46:01.785Z Compiling scopeguard v1.2.0
11592025-01-17T05:46:01.785Z Compiling value-bag v1.9.0
11602025-01-17T05:46:01.785Z Compiling typenum v1.17.0
11612025-01-17T05:46:01.941Z Compiling generic-array v0.14.7
11622025-01-17T05:46:01.971Z Compiling syn v2.0.96
11632025-01-17T05:46:01.988Z Compiling getrandom v0.2.15
11642025-01-17T05:46:02.172Z Compiling shlex v1.3.0
11652025-01-17T05:46:02.304Z Compiling rand_core v0.6.4
11662025-01-17T05:46:02.439Z Compiling log v0.4.22
11672025-01-17T05:46:02.490Z Compiling subtle v2.6.1
11682025-01-17T05:46:02.532Z Compiling jobserver v0.1.32
11692025-01-17T05:46:02.554Z Compiling const-oid v0.9.6
11702025-01-17T05:46:02.756Z Compiling smallvec v1.13.2
11712025-01-17T05:46:02.824Z Compiling spin v0.9.8
11722025-01-17T05:46:02.845Z Compiling pin-project-lite v0.2.14
11732025-01-17T05:46:02.991Z Compiling cc v1.1.30
11742025-01-17T05:46:03.158Z Compiling rustix v0.38.37
11752025-01-17T05:46:03.193Z Compiling parking_lot_core v0.9.10
11762025-01-17T05:46:03.214Z Compiling futures-core v0.3.31
11772025-01-17T05:46:03.350Z Compiling signal-hook-registry v1.4.2
11782025-01-17T05:46:03.481Z Compiling mio v1.0.2
11792025-01-17T05:46:04.030Z Compiling aho-corasick v1.1.3
11802025-01-17T05:46:04.223Z Compiling parking_lot v0.12.3
11812025-01-17T05:46:04.275Z Compiling regex-syntax v0.8.5
11822025-01-17T05:46:04.392Z Compiling either v1.13.0
11832025-01-17T05:46:04.714Z Compiling cpufeatures v0.2.14
11842025-01-17T05:46:04.717Z Compiling lazy_static v1.5.0
11852025-01-17T05:46:04.818Z Compiling stable_deref_trait v1.2.0
11862025-01-17T05:46:04.839Z Compiling futures-sink v0.3.31
11872025-01-17T05:46:04.874Z Compiling glob v0.3.1
11882025-01-17T05:46:04.934Z Compiling socket2 v0.5.7
11892025-01-17T05:46:04.997Z Compiling slab v0.4.9
11902025-01-17T05:46:05.158Z Compiling prettyplease v0.2.25
11912025-01-17T05:46:05.477Z Compiling serde_json v1.0.135
11922025-01-17T05:46:05.531Z Compiling minimal-lexical v0.2.1
11932025-01-17T05:46:05.777Z Compiling clang-sys v1.8.1
11942025-01-17T05:46:05.896Z Compiling libloading v0.8.5
11952025-01-17T05:46:06.074Z Compiling nom v7.1.3
11962025-01-17T05:46:06.129Z Compiling bindgen v0.69.5
11972025-01-17T05:46:06.302Z Compiling home v0.5.9
11982025-01-17T05:46:06.570Z Compiling futures-channel v0.3.31
11992025-01-17T05:46:06.981Z Compiling itertools v0.12.1
12002025-01-17T05:46:06.984Z Compiling lazycell v1.3.0
12012025-01-17T05:46:07.063Z Compiling futures-io v0.3.31
12022025-01-17T05:46:07.192Z Compiling allocator-api2 v0.2.18
12032025-01-17T05:46:07.345Z Compiling futures-task v0.3.31
12042025-01-17T05:46:07.665Z Compiling foldhash v0.1.3
12052025-01-17T05:46:07.981Z Compiling libm v0.2.8
12062025-01-17T05:46:07.983Z Compiling rustc-hash v1.1.0
12072025-01-17T05:46:08.168Z Compiling regex-automata v0.4.8
12082025-01-17T05:46:08.323Z Compiling pin-utils v0.1.0
12092025-01-17T05:46:08.459Z Compiling hashbrown v0.15.1
12102025-01-17T05:46:09.103Z Compiling cmake v0.1.51
12112025-01-17T05:46:09.635Z Compiling synstructure v0.13.1
12122025-01-17T05:46:09.966Z Compiling cexpr v0.6.0
12132025-01-17T05:46:10.041Z Compiling num-traits v0.2.19
12142025-01-17T05:46:10.347Z Compiling dunce v1.0.5
12152025-01-17T05:46:10.489Z Compiling tinyvec_macros v0.1.1
12162025-01-17T05:46:10.601Z Compiling pkg-config v0.3.31
12172025-01-17T05:46:10.719Z Compiling fs_extra v1.3.0
12182025-01-17T05:46:11.098Z Compiling tinyvec v1.8.0
12192025-01-17T05:46:11.883Z Compiling ring v0.17.8
12202025-01-17T05:46:11.963Z Compiling litemap v0.7.3
12212025-01-17T05:46:12.340Z Compiling unicode-bidi v0.3.17
12222025-01-17T05:46:12.584Z Compiling unicode-normalization v0.1.24
12232025-01-17T05:46:12.701Z Compiling paste v1.0.15
12242025-01-17T05:46:12.908Z Compiling writeable v0.5.5
12252025-01-17T05:46:13.174Z Compiling base64ct v1.6.0
12262025-01-17T05:46:13.634Z Compiling aws-lc-rs v1.10.0
12272025-01-17T05:46:13.691Z Compiling pem-rfc7468 v0.7.0
12282025-01-17T05:46:13.765Z Compiling httparse v1.9.5
12292025-01-17T05:46:14.085Z Compiling regex v1.11.1
12302025-01-17T05:46:14.250Z Compiling flagset v0.4.6
12312025-01-17T05:46:14.460Z Compiling tracing-core v0.1.32
12322025-01-17T05:46:14.558Z Compiling icu_locid_transform_data v1.5.0
12332025-01-17T05:46:14.674Z Compiling percent-encoding v2.3.1
12342025-01-17T05:46:15.007Z Compiling rustls-pki-types v1.10.0
12352025-01-17T05:46:15.050Z Compiling crossbeam-utils v0.8.20
12362025-01-17T05:46:15.252Z Compiling serde_derive v1.0.217
12372025-01-17T05:46:15.439Z Compiling zeroize_derive v1.4.2
12382025-01-17T05:46:15.560Z Compiling zerocopy-derive v0.7.35
12392025-01-17T05:46:15.695Z Compiling tokio-macros v2.5.0
12402025-01-17T05:46:16.019Z Compiling zerofrom-derive v0.1.4
12412025-01-17T05:46:16.903Z Compiling zeroize v1.8.1
12422025-01-17T05:46:17.278Z Compiling thiserror-impl v1.0.69
12432025-01-17T05:46:17.361Z Compiling yoke-derive v0.7.4
12442025-01-17T05:46:17.603Z Compiling zerocopy v0.7.35
12452025-01-17T05:46:18.438Z Compiling crypto-common v0.1.6
12462025-01-17T05:46:18.700Z Compiling block-buffer v0.10.4
12472025-01-17T05:46:18.945Z Compiling digest v0.10.7
12482025-01-17T05:46:19.000Z Compiling zerovec-derive v0.10.3
12492025-01-17T05:46:19.376Z Compiling hmac v0.12.1
12502025-01-17T05:46:19.429Z Compiling futures-macro v0.3.31
12512025-01-17T05:46:19.638Z Compiling block-padding v0.3.3
12522025-01-17T05:46:19.660Z Compiling displaydoc v0.2.5
12532025-01-17T05:46:19.662Z Compiling zerofrom v0.1.4
12542025-01-17T05:46:19.896Z Compiling inout v0.1.3
12552025-01-17T05:46:19.917Z Compiling sha2 v0.10.8
12562025-01-17T05:46:20.087Z Compiling yoke v0.7.4
12572025-01-17T05:46:20.187Z Compiling cipher v0.4.4
12582025-01-17T05:46:20.389Z Compiling thiserror v1.0.69
12592025-01-17T05:46:20.442Z Compiling ppv-lite86 v0.2.20
12602025-01-17T05:46:20.549Z Compiling der_derive v0.7.3
12612025-01-17T05:46:20.720Z Compiling icu_provider_macros v1.5.0
12622025-01-17T05:46:21.212Z Compiling rand_chacha v0.3.1
12632025-01-17T05:46:21.235Z Compiling tracing-attributes v0.1.27
12642025-01-17T05:46:21.308Z Compiling futures-util v0.3.31
12652025-01-17T05:46:21.629Z Compiling zerovec v0.10.4
12662025-01-17T05:46:21.818Z Compiling rand v0.8.5
12672025-01-17T05:46:22.945Z Compiling der v0.7.9
12682025-01-17T05:46:23.445Z Compiling tinystr v0.7.6
12692025-01-17T05:46:23.571Z Compiling icu_collections v1.5.0
12702025-01-17T05:46:23.763Z Compiling salsa20 v0.10.2
12712025-01-17T05:46:23.878Z Compiling icu_locid v1.5.0
12722025-01-17T05:46:23.898Z Compiling pest v2.7.14
12732025-01-17T05:46:24.025Z Compiling pbkdf2 v0.12.2
12742025-01-17T05:46:24.720Z Compiling tracing v0.1.40
12752025-01-17T05:46:24.931Z Compiling icu_properties_data v1.5.0
12762025-01-17T05:46:25.008Z Compiling spki v0.7.3
12772025-01-17T05:46:25.196Z Compiling icu_provider v1.5.0
12782025-01-17T05:46:25.242Z Compiling mirai-annotations v1.12.0
12792025-01-17T05:46:25.397Z Compiling num-conv v0.1.0
12802025-01-17T05:46:25.431Z Compiling time-core v0.1.2
12812025-01-17T05:46:25.626Z Compiling vcpkg v0.2.15
12822025-01-17T05:46:25.681Z Compiling untrusted v0.9.0
12832025-01-17T05:46:25.876Z Compiling untrusted v0.7.1
12842025-01-17T05:46:25.995Z Compiling icu_locid_transform v1.5.0
12852025-01-17T05:46:26.058Z Compiling powerfmt v0.2.0
12862025-01-17T05:46:26.194Z Compiling time-macros v0.2.18
12872025-01-17T05:46:26.439Z Compiling deranged v0.3.11
12882025-01-17T05:46:26.815Z Compiling pest_meta v2.7.14
12892025-01-17T05:46:27.538Z Compiling openssl-sys v0.9.103
12902025-01-17T05:46:27.879Z Compiling icu_properties v1.5.1
12912025-01-17T05:46:28.243Z Compiling scrypt v0.11.0
12922025-01-17T05:46:28.438Z Compiling bitflags v2.6.0
12932025-01-17T05:46:28.589Z Compiling bytes v1.9.0
12942025-01-17T05:46:28.869Z Compiling indexmap v2.7.0
12952025-01-17T05:46:29.281Z Compiling semver v1.0.24
12962025-01-17T05:46:29.572Z Compiling tokio v1.43.0
12972025-01-17T05:46:29.906Z Compiling http v1.2.0
12982025-01-17T05:46:29.996Z Compiling rustc_version v0.4.1
12992025-01-17T05:46:30.197Z Compiling cbc v0.1.2
13002025-01-17T05:46:30.444Z Compiling aes v0.8.4
13012025-01-17T05:46:30.739Z Compiling scroll_derive v0.12.0
13022025-01-17T05:46:31.410Z Compiling utf16_iter v1.0.5
13032025-01-17T05:46:31.623Z Compiling num_threads v0.1.7
13042025-01-17T05:46:31.656Z Compiling write16 v1.0.0
13052025-01-17T05:46:31.770Z Compiling atomic-waker v1.1.2
13062025-01-17T05:46:31.794Z Compiling utf8_iter v1.0.4
13072025-01-17T05:46:31.985Z Compiling icu_normalizer_data v1.5.0
13082025-01-17T05:46:32.057Z Compiling icu_normalizer v1.5.0
13092025-01-17T05:46:32.091Z Compiling time v0.3.36
13102025-01-17T05:46:32.197Z Compiling scroll v0.12.0
13112025-01-17T05:46:32.201Z Compiling http-body v1.0.1
13122025-01-17T05:46:32.474Z Compiling which v4.4.2
13132025-01-17T05:46:32.573Z Compiling pkcs5 v0.7.1
13142025-01-17T05:46:33.047Z Compiling pest_generator v2.7.14
13152025-01-17T05:46:33.177Z Compiling form_urlencoded v1.2.1
13162025-01-17T05:46:33.505Z Compiling slog v2.7.0
13172025-01-17T05:46:33.628Z Compiling try-lock v0.2.5
13182025-01-17T05:46:33.660Z Compiling goblin v0.8.2
13192025-01-17T05:46:33.798Z Compiling want v0.3.1
13202025-01-17T05:46:33.873Z Compiling pkcs8 v0.10.2
13212025-01-17T05:46:34.109Z Compiling idna_adapter v1.2.0
13222025-01-17T05:46:34.129Z Compiling uuid v1.11.0
13232025-01-17T05:46:34.346Z Compiling iana-time-zone v0.1.61
13242025-01-17T05:46:34.580Z Compiling httpdate v1.0.3
13252025-01-17T05:46:34.744Z Compiling chrono v0.4.38
13262025-01-17T05:46:34.971Z Compiling pest_derive v2.7.14
13272025-01-17T05:46:35.049Z Compiling idna v1.0.3
13282025-01-17T05:46:35.752Z Compiling dtrace-parser v0.2.0
13292025-01-17T05:46:36.304Z Compiling toml_datetime v0.6.8
13302025-01-17T05:46:36.772Z Compiling serde_tokenstream v0.2.2
13312025-01-17T05:46:36.794Z Compiling serde_spanned v0.6.8
13322025-01-17T05:46:36.892Z Compiling openssl v0.10.66
13332025-01-17T05:46:37.047Z Compiling foreign-types-shared v0.1.1
13342025-01-17T05:46:37.182Z Compiling adler2 v2.0.0
13352025-01-17T05:46:37.323Z Compiling base64 v0.22.1
13362025-01-17T05:46:37.365Z Compiling tower-service v0.3.3
13372025-01-17T05:46:37.406Z Compiling rustversion v1.0.17
13382025-01-17T05:46:37.505Z Compiling match_cfg v0.1.0
13392025-01-17T05:46:37.622Z Compiling hostname v0.3.1
13402025-01-17T05:46:37.664Z Compiling tokio-util v0.7.12
13412025-01-17T05:46:37.853Z Compiling miniz_oxide v0.8.0
13422025-01-17T05:46:38.071Z Compiling foreign-types v0.3.2
13432025-01-17T05:46:38.158Z Compiling url v2.5.3
13442025-01-17T05:46:38.199Z Compiling async-trait v0.1.83
13452025-01-17T05:46:38.955Z Compiling h2 v0.4.6
13462025-01-17T05:46:39.382Z Compiling openssl-macros v0.1.1
13472025-01-17T05:46:39.501Z Compiling dof v0.3.0
13482025-01-17T05:46:39.992Z Compiling serde_derive_internals v0.29.1
13492025-01-17T05:46:40.132Z Compiling dirs-sys-next v0.1.2
13502025-01-17T05:46:40.600Z Compiling usdt-impl v0.5.0
13512025-01-17T05:46:40.706Z Compiling native-tls v0.2.12
13522025-01-17T05:46:41.050Z Compiling schemars v0.8.21
13532025-01-17T05:46:41.323Z Compiling data-encoding v2.6.0
13542025-01-17T05:46:41.394Z Compiling syn v1.0.109
13552025-01-17T05:46:42.002Z Compiling rustls v0.23.19
13562025-01-17T05:46:42.066Z Compiling siphasher v0.3.11
13572025-01-17T05:46:42.288Z Compiling rustls v0.22.4
13582025-01-17T05:46:42.485Z Compiling schemars_derive v0.8.21
13592025-01-17T05:46:42.621Z Compiling dirs-next v2.0.0
13602025-01-17T05:46:43.260Z Compiling http-body-util v0.1.2
13612025-01-17T05:46:43.315Z Compiling heapless v0.7.17
13622025-01-17T05:46:43.422Z Compiling crossbeam-epoch v0.9.18
13632025-01-17T05:46:43.769Z Compiling sha1 v0.10.6
13642025-01-17T05:46:43.769Z Compiling signature v2.2.0
13652025-01-17T05:46:44.152Z Compiling bzip2-sys v0.1.11+1.0.8
13662025-01-17T05:46:44.173Z Compiling thread_local v1.1.8
13672025-01-17T05:46:44.195Z Compiling cookie v0.18.1
13682025-01-17T05:46:44.213Z Compiling encoding_rs v0.8.34
13692025-01-17T05:46:44.483Z Compiling multer v3.1.0
13702025-01-17T05:46:44.640Z Compiling openssl-probe v0.1.5
13712025-01-17T05:46:44.684Z Compiling ipnet v2.10.1
13722025-01-17T05:46:44.792Z Compiling unicode-properties v0.1.3
13732025-01-17T05:46:44.963Z Compiling dyn-clone v1.0.17
13742025-01-17T05:46:45.184Z Compiling slog-async v2.8.0
13752025-01-17T05:46:45.205Z Compiling gimli v0.31.1
13762025-01-17T05:46:45.640Z Compiling rayon-core v1.12.1
13772025-01-17T05:46:45.724Z Compiling mime v0.3.17
13782025-01-17T05:46:45.801Z Compiling signal-hook v0.3.17
13792025-01-17T05:46:46.107Z Compiling stringprep v0.1.5
13802025-01-17T05:46:46.253Z Compiling hyper v1.5.2
13812025-01-17T05:46:47.301Z Compiling toml_edit v0.22.22
13822025-01-17T05:46:49.343Z Compiling hyper-util v0.1.10
13832025-01-17T05:46:49.980Z Compiling addr2line v0.24.2
13842025-01-17T05:46:50.057Z Compiling crossbeam-deque v0.8.5
13852025-01-17T05:46:50.162Z Compiling usdt-attr-macro v0.5.0
13862025-01-17T05:46:50.186Z Compiling usdt-macro v0.5.0
13872025-01-17T05:46:50.413Z Compiling term v0.7.0
13882025-01-17T05:46:50.715Z Compiling slog-json v2.6.1
13892025-01-17T05:46:51.103Z Compiling serde_urlencoded v0.7.1
13902025-01-17T05:46:51.570Z Compiling curve25519-dalek v4.1.3
13912025-01-17T05:46:51.653Z Compiling crossbeam-channel v0.5.13
13922025-01-17T05:46:51.762Z Compiling futures-executor v0.3.31
13932025-01-17T05:46:51.791Z Compiling enum-as-inner v0.6.1
13942025-01-17T05:46:52.277Z Compiling md-5 v0.10.6
13952025-01-17T05:46:52.298Z Compiling rustls-pemfile v2.2.0
13962025-01-17T05:46:52.374Z Compiling async-stream-impl v0.3.6
13972025-01-17T05:46:52.551Z Compiling num-integer v0.1.46
13982025-01-17T05:46:52.643Z Compiling idna v0.3.0
13992025-01-17T05:46:52.716Z Compiling idna v0.4.0
14002025-01-17T05:46:52.835Z Compiling hash32 v0.2.1
14012025-01-17T05:46:53.192Z Compiling ff v0.13.0
14022025-01-17T05:46:53.251Z Compiling is-terminal v0.4.13
14032025-01-17T05:46:53.395Z Compiling dropshot v0.12.0
14042025-01-17T05:46:53.416Z Compiling object v0.36.5
14052025-01-17T05:46:53.704Z Compiling portable-atomic v1.9.0
14062025-01-17T05:46:53.753Z Compiling num-bigint-dig v0.8.4
14072025-01-17T05:46:54.108Z Compiling psl-types v2.0.11
14082025-01-17T05:46:54.342Z Compiling rustc-demangle v0.1.24
14092025-01-17T05:46:54.343Z Compiling linked-hash-map v0.5.6
14102025-01-17T05:46:54.353Z Compiling utf-8 v0.7.6
14112025-01-17T05:46:54.681Z Compiling quick-error v1.2.3
14122025-01-17T05:46:54.687Z Compiling anyhow v1.0.93
14132025-01-17T05:46:54.720Z Compiling smoltcp v0.9.1
14142025-01-17T05:46:54.841Z Compiling fallible-iterator v0.2.0
14152025-01-17T05:46:55.061Z Compiling take_mut v0.2.2
14162025-01-17T05:46:55.235Z Compiling base16ct v0.2.0
14172025-01-17T05:46:55.435Z Compiling resolv-conf v0.7.0
14182025-01-17T05:46:55.470Z Compiling sec1 v0.7.3
14192025-01-17T05:46:55.568Z Compiling postgres-protocol v0.6.7
14202025-01-17T05:46:55.810Z Compiling lru-cache v0.1.2
14212025-01-17T05:46:56.026Z Compiling tungstenite v0.24.0
14222025-01-17T05:46:56.047Z Compiling publicsuffix v2.2.3
14232025-01-17T05:46:56.235Z Compiling async-stream v0.3.6
14242025-01-17T05:46:56.361Z Compiling hickory-proto v0.24.1
14252025-01-17T05:46:56.396Z Compiling group v0.13.0
14262025-01-17T05:46:56.524Z Compiling slog-term v2.9.1
14272025-01-17T05:46:56.746Z Compiling usdt v0.5.0
14282025-01-17T05:46:57.218Z Compiling num-iter v0.1.45
14292025-01-17T05:46:57.546Z Compiling futures v0.3.31
14302025-01-17T05:46:57.676Z Compiling slog-bunyan v2.5.0
14312025-01-17T05:46:57.712Z Compiling toml v0.8.19
14322025-01-17T05:46:58.313Z Compiling tokio-native-tls v0.3.1
14332025-01-17T05:46:58.611Z Compiling camino v1.1.9
14342025-01-17T05:46:59.524Z Compiling phf_shared v0.11.2
14352025-01-17T05:46:59.558Z Compiling dropshot_endpoint v0.12.0
14362025-01-17T05:46:59.898Z Compiling terminal_size v0.4.0
14372025-01-17T05:47:00.017Z Compiling backtrace v0.3.74
14382025-01-17T05:47:00.136Z Compiling waitgroup v0.1.2
14392025-01-17T05:47:00.247Z Compiling openapiv3 v2.0.0
14402025-01-17T05:47:00.371Z Compiling serde_path_to_error v0.1.16
14412025-01-17T05:47:00.584Z Compiling hkdf v0.12.4
14422025-01-17T05:47:00.869Z Compiling crypto-bigint v0.5.5
14432025-01-17T05:47:01.152Z Compiling webpki-roots v0.26.6
14442025-01-17T05:47:01.371Z Compiling curve25519-dalek-derive v0.1.1
14452025-01-17T05:47:02.875Z Compiling zerocopy-derive v0.6.6
14462025-01-17T05:47:03.125Z Compiling idna v0.5.0
14472025-01-17T05:47:03.488Z Compiling hubpack_derive v0.1.1
14482025-01-17T05:47:03.783Z Compiling hostname v0.4.0
14492025-01-17T05:47:04.039Z Compiling crc32fast v1.4.2
14502025-01-17T05:47:04.375Z Compiling fs-err v2.11.0
14512025-01-17T05:47:04.397Z Compiling ahash v0.8.11
14522025-01-17T05:47:04.417Z Compiling debug-ignore v1.0.5
14532025-01-17T05:47:04.589Z Compiling bitflags v1.3.2
14542025-01-17T05:47:04.689Z Compiling winnow v0.5.40
14552025-01-17T05:47:04.714Z Compiling newtype-uuid v1.2.1
14562025-01-17T05:47:04.741Z Compiling managed v0.8.0
14572025-01-17T05:47:04.839Z Compiling console v0.15.8
14582025-01-17T05:47:04.863Z Compiling zerocopy v0.6.6
14592025-01-17T05:47:05.031Z Compiling clap_builder v4.5.21
14602025-01-17T05:47:05.616Z Compiling strum_macros v0.25.3
14612025-01-17T05:47:05.867Z Compiling hubpack v0.1.2
14622025-01-17T05:47:06.257Z Compiling flate2 v1.0.34
14632025-01-17T05:47:06.302Z Compiling cookie_store v0.21.0
14642025-01-17T05:47:07.025Z Compiling elliptic-curve v0.13.8
14652025-01-17T05:47:07.180Z Compiling hickory-resolver v0.24.1
14662025-01-17T05:47:07.866Z Compiling phf v0.11.2
14672025-01-17T05:47:08.159Z Compiling toml_edit v0.19.15
14682025-01-17T05:47:08.261Z Compiling signal-hook-mio v0.2.4
14692025-01-17T05:47:08.449Z Compiling rayon v1.10.0
14702025-01-17T05:47:08.569Z Compiling hyper-tls v0.6.0
14712025-01-17T05:47:08.993Z Compiling bzip2 v0.4.4
14722025-01-17T05:47:09.533Z Compiling tokio-tungstenite v0.24.0
14732025-01-17T05:47:10.096Z Compiling postgres-types v0.2.8
14742025-01-17T05:47:12.761Z Compiling ed25519 v2.2.3
14752025-01-17T05:47:12.982Z Compiling phf_shared v0.10.0
14762025-01-17T05:47:13.256Z Compiling tokio-stream v0.1.16
14772025-01-17T05:47:13.389Z Compiling pkcs1 v0.7.5
14782025-01-17T05:47:13.523Z Compiling serde-big-array v0.5.1
14792025-01-17T05:47:13.781Z Compiling clap_derive v4.5.18
14802025-01-17T05:47:14.240Z Compiling rfc6979 v0.4.0
14812025-01-17T05:47:14.414Z Compiling derive-where v1.2.7
14822025-01-17T05:47:14.442Z Compiling serde_repr v0.1.19
14832025-01-17T05:47:14.736Z Compiling float-cmp v0.9.0
14842025-01-17T05:47:14.978Z Compiling bstr v1.10.0
14852025-01-17T05:47:15.334Z Compiling sync_wrapper v1.0.1
14862025-01-17T05:47:15.499Z Compiling precomputed-hash v0.1.1
14872025-01-17T05:47:15.577Z Compiling unicode-segmentation v1.12.0
14882025-01-17T05:47:15.630Z Compiling normalize-line-endings v0.3.0
14892025-01-17T05:47:15.764Z Compiling fixedbitset v0.4.2
14902025-01-17T05:47:15.784Z Compiling whoami v1.5.2
14912025-01-17T05:47:16.232Z Compiling predicates-core v1.0.8
14922025-01-17T05:47:16.384Z Compiling unicode-width v0.2.0
14932025-01-17T05:47:16.486Z Compiling number_prefix v0.4.0
14942025-01-17T05:47:16.569Z Compiling bit-vec v0.6.3
14952025-01-17T05:47:16.627Z Compiling static_assertions v1.1.0
14962025-01-17T05:47:16.715Z Compiling new_debug_unreachable v1.0.6
14972025-01-17T05:47:16.739Z Compiling difflib v0.4.0
14982025-01-17T05:47:16.817Z Compiling string_cache v0.8.7
14992025-01-17T05:47:16.922Z Compiling bit-set v0.5.3
15002025-01-17T05:47:16.990Z Compiling indicatif v0.17.9
15012025-01-17T05:47:17.204Z Compiling predicates v3.1.2
15022025-01-17T05:47:17.259Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15032025-01-17T05:47:17.714Z Compiling similar v2.6.0
15042025-01-17T05:47:18.123Z Compiling tokio-postgres v0.7.12
15052025-01-17T05:47:18.512Z Compiling clap v4.5.21
15062025-01-17T05:47:18.639Z Compiling petgraph v0.6.5
15072025-01-17T05:47:18.808Z Compiling ecdsa v0.16.9
15082025-01-17T05:47:19.094Z Compiling rsa v0.9.6
15092025-01-17T05:47:19.700Z Compiling ed25519-dalek v2.1.1
15102025-01-17T05:47:20.064Z Compiling toml v0.7.8
15112025-01-17T05:47:21.025Z Compiling zip v0.6.6
15122025-01-17T05:47:21.710Z Compiling crossterm v0.28.1
15132025-01-17T05:47:23.157Z Compiling hex v0.4.3
15142025-01-17T05:47:23.293Z Compiling x509-cert v0.2.5
15152025-01-17T05:47:23.658Z Compiling itertools v0.10.5
15162025-01-17T05:47:23.734Z Compiling peg-runtime v0.8.3
15172025-01-17T05:47:23.767Z Compiling lalrpop-util v0.19.12
15182025-01-17T05:47:23.978Z Compiling unicode-xid v0.2.6
15192025-01-17T05:47:24.141Z Compiling strum_macros v0.26.4
15202025-01-17T05:47:24.175Z Compiling xattr v1.3.1
15212025-01-17T05:47:24.345Z Compiling filetime v0.2.25
15222025-01-17T05:47:24.688Z Compiling tar v0.4.42
15232025-01-17T05:47:28.842Z Compiling strum v0.26.3
15242025-01-17T05:47:32.225Z Compiling aws-lc-sys v0.22.0
15252025-01-17T05:48:00.768Z Compiling rustls-webpki v0.102.8
15262025-01-17T05:48:04.129Z Compiling tokio-rustls v0.25.0
15272025-01-17T05:48:05.968Z Compiling tokio-rustls v0.26.0
15282025-01-17T05:48:06.286Z Compiling hyper-rustls v0.27.3
15292025-01-17T05:48:06.646Z Compiling reqwest v0.12.9
15302025-01-17T05:48:07.864Z Compiling qorb v0.2.1
15312025-01-17T05:48:11.167Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15322025-01-17T05:48:11.424Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15332025-01-17T05:48:16.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
15342025-01-17T05:48:16.236Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15352025-01-17T05:48:16.292ZJan 17 05:48:15.876 INFO Starting download, target: Clickhouse
15362025-01-17T05:48:16.292ZJan 17 05:48:15.876 INFO Starting download, target: Console
15372025-01-17T05:48:16.292ZJan 17 05:48:15.876 INFO Starting download, target: Cockroach
15382025-01-17T05:48:16.294ZJan 17 05:48:15.876 INFO Starting download, target: DendriteOpenapi
15392025-01-17T05:48:16.295ZJan 17 05:48:15.876 INFO Starting download, target: DendriteStub
15402025-01-17T05:48:16.295ZJan 17 05:48:15.876 INFO Starting download, target: MaghemiteMgd
15412025-01-17T05:48:16.295ZJan 17 05:48:15.876 INFO Starting download, target: TransceiverControl
15422025-01-17T05:48:16.295ZJan 17 05:48:15.877 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15432025-01-17T05:48:16.295ZJan 17 05:48:15.877 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15442025-01-17T05:48:16.295ZJan 17 05:48:15.877 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15452025-01-17T05:48:16.295ZJan 17 05:48:15.877 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15462025-01-17T05:48:16.295ZJan 17 05:48:15.878 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15472025-01-17T05:48:16.295ZJan 17 05:48:15.878 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15482025-01-17T05:48:16.295ZJan 17 05:48:15.878 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15492025-01-17T05:48:16.588ZJan 17 05:48:16.163 INFO Download complete, target: DendriteOpenapi
15502025-01-17T05:48:16.677ZJan 17 05:48:16.258 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15512025-01-17T05:48:16.775ZJan 17 05:48:16.353 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15522025-01-17T05:48:17.124ZJan 17 05:48:16.703 INFO Download complete, target: Console
15532025-01-17T05:48:17.128ZJan 17 05:48:16.712 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15542025-01-17T05:48:17.273ZJan 17 05:48:16.854 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15552025-01-17T05:48:17.379ZJan 17 05:48:16.963 INFO Download complete, target: TransceiverControl
15562025-01-17T05:48:18.037ZJan 17 05:48:17.621 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15572025-01-17T05:48:18.037ZJan 17 05:48:17.621 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15582025-01-17T05:48:18.339ZJan 17 05:48:17.922 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15592025-01-17T05:48:20.059ZJan 17 05:48:19.642 INFO Download complete, target: DendriteStub
15602025-01-17T05:48:20.172ZJan 17 05:48:19.756 INFO Download complete, target: MaghemiteMgd
15612025-01-17T05:48:25.390ZJan 17 05:48:24.972 INFO Checking that binary works, target: Cockroach
15622025-01-17T05:48:25.557ZJan 17 05:48:25.140 INFO Download complete, target: Cockroach
15632025-01-17T05:48:30.817ZJan 17 05:48:30.398 INFO Checking that binary works, target: Clickhouse
15642025-01-17T05:48:30.927ZJan 17 05:48:30.508 INFO Download complete, target: Clickhouse
15652025-01-17T05:48:30.935ZAll prerequisites installed successfully
15662025-01-17T05:48:30.938Z
15672025-01-17T05:48:30.938Zreal 4:37.278141308
15682025-01-17T05:48:30.938Zuser 16:14.878300150
15692025-01-17T05:48:30.938Zsys 2:07.560658236
15702025-01-17T05:48:30.938Ztrap 0.642396440
15712025-01-17T05:48:30.938Ztflt 1.640390748
15722025-01-17T05:48:30.938Zdflt 1.730128591
15732025-01-17T05:48:30.938Zkflt 0.029080202
15742025-01-17T05:48:30.938Zlock 25:54.855453315
15752025-01-17T05:48:30.938Zslp 56:14.322300385
15762025-01-17T05:48:30.938Zlat 1:01.537955157
15772025-01-17T05:48:30.938Zstop 2:30.416761701
15782025-01-17T05:48:30.938Z+ ptime -m cargo xtask download softnpu
15792025-01-17T05:48:31.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15802025-01-17T05:48:31.515Z Running `target/debug/xtask download softnpu`
15812025-01-17T05:48:32.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
15822025-01-17T05:48:32.451Z Running `target/debug/xtask-downloader softnpu`
15832025-01-17T05:48:32.495ZJan 17 05:48:32.075 INFO Starting download, target: Softnpu
15842025-01-17T05:48:32.498ZJan 17 05:48:32.076 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15852025-01-17T05:48:32.877ZJan 17 05:48:32.458 INFO Download complete, target: Softnpu
15862025-01-17T05:48:32.882Z
15872025-01-17T05:48:32.885Zreal 1.938426354
15882025-01-17T05:48:32.885Zuser 1.313278729
15892025-01-17T05:48:32.885Zsys 0.572007787
15902025-01-17T05:48:32.885Ztrap 0.001101913
15912025-01-17T05:48:32.885Ztflt 0.000045750
15922025-01-17T05:48:32.885Zdflt 0.000055239
15932025-01-17T05:48:32.885Zkflt 0.000000000
15942025-01-17T05:48:32.885Zlock 3.800994700
15952025-01-17T05:48:32.885Zslp 0.223941931
15962025-01-17T05:48:32.885Zlat 0.065761888
15972025-01-17T05:48:32.885Zstop 0.000216549
15982025-01-17T05:48:32.885Z+ export CARGO_INCREMENTAL=0
15992025-01-17T05:48:32.885Z+ CARGO_INCREMENTAL=0
16002025-01-17T05:48:32.885Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16012025-01-17T05:48:34.015Z Compiling proc-macro2 v1.0.92
16022025-01-17T05:48:34.015Z Compiling unicode-ident v1.0.14
16032025-01-17T05:48:34.035Z Compiling libc v0.2.169
16042025-01-17T05:48:34.035Z Compiling serde v1.0.217
16052025-01-17T05:48:34.035Z Compiling autocfg v1.4.0
16062025-01-17T05:48:34.035Z Compiling version_check v0.9.5
16072025-01-17T05:48:34.035Z Compiling cfg-if v1.0.0
16082025-01-17T05:48:34.178Z Compiling memchr v2.7.4
16092025-01-17T05:48:34.239Z Compiling typenum v1.17.0
16102025-01-17T05:48:34.269Z Compiling shlex v1.3.0
16112025-01-17T05:48:34.628Z Compiling value-bag v1.9.0
16122025-01-17T05:48:34.764Z Compiling generic-array v0.14.7
16132025-01-17T05:48:34.891Z Compiling lock_api v0.4.12
16142025-01-17T05:48:35.058Z Compiling log v0.4.22
16152025-01-17T05:48:35.122Z Compiling scopeguard v1.2.0
16162025-01-17T05:48:35.286Z Compiling parking_lot_core v0.9.10
16172025-01-17T05:48:35.499Z Compiling serde_json v1.0.135
16182025-01-17T05:48:35.677Z Compiling once_cell v1.20.2
16192025-01-17T05:48:35.775Z Compiling quote v1.0.38
16202025-01-17T05:48:35.796Z Compiling jobserver v0.1.32
16212025-01-17T05:48:35.821Z Compiling getrandom v0.2.15
16222025-01-17T05:48:36.040Z Compiling libm v0.2.8
16232025-01-17T05:48:36.137Z Compiling rustix v0.38.37
16242025-01-17T05:48:36.311Z Compiling syn v2.0.96
16252025-01-17T05:48:36.334Z Compiling cc v1.1.30
16262025-01-17T05:48:36.352Z Compiling aho-corasick v1.1.3
16272025-01-17T05:48:36.374Z Compiling num-traits v0.2.19
16282025-01-17T05:48:36.395Z Compiling thiserror v1.0.69
16292025-01-17T05:48:36.498Z Compiling regex-syntax v0.8.5
16302025-01-17T05:48:36.671Z Compiling either v1.13.0
16312025-01-17T05:48:36.747Z Compiling itoa v1.0.11
16322025-01-17T05:48:36.893Z Compiling spin v0.9.8
16332025-01-17T05:48:37.222Z Compiling slab v0.4.9
16342025-01-17T05:48:37.425Z Compiling errno v0.3.9
16352025-01-17T05:48:37.562Z Compiling byteorder v1.5.0
16362025-01-17T05:48:37.841Z Compiling lazy_static v1.5.0
16372025-01-17T05:48:37.915Z Compiling rand_core v0.6.4
16382025-01-17T05:48:38.025Z Compiling glob v0.3.1
16392025-01-17T05:48:38.409Z Compiling prettyplease v0.2.25
16402025-01-17T05:48:38.688Z Compiling minimal-lexical v0.2.1
16412025-01-17T05:48:38.784Z Compiling clang-sys v1.8.1
16422025-01-17T05:48:39.209Z Compiling nom v7.1.3
16432025-01-17T05:48:39.426Z Compiling libloading v0.8.5
16442025-01-17T05:48:39.520Z Compiling bindgen v0.69.5
16452025-01-17T05:48:39.548Z Compiling home v0.5.9
16462025-01-17T05:48:39.781Z Compiling subtle v2.6.1
16472025-01-17T05:48:39.980Z Compiling itertools v0.12.1
16482025-01-17T05:48:40.126Z Compiling rustc-hash v1.1.0
16492025-01-17T05:48:40.225Z Compiling regex-automata v0.4.8
16502025-01-17T05:48:40.285Z Compiling allocator-api2 v0.2.18
16512025-01-17T05:48:40.464Z Compiling lazycell v1.3.0
16522025-01-17T05:48:40.643Z Compiling smallvec v1.13.2
16532025-01-17T05:48:41.129Z Compiling cmake v0.1.51
16542025-01-17T05:48:41.551Z Compiling fs_extra v1.3.0
16552025-01-17T05:48:41.944Z Compiling dunce v1.0.5
16562025-01-17T05:48:42.096Z Compiling semver v1.0.24
16572025-01-17T05:48:42.245Z Compiling pkg-config v0.3.31
16582025-01-17T05:48:42.514Z Compiling cexpr v0.6.0
16592025-01-17T05:48:42.780Z Compiling ring v0.17.8
16602025-01-17T05:48:43.301Z Compiling pin-project-lite v0.2.14
16612025-01-17T05:48:43.366Z Compiling ryu v1.0.18
16622025-01-17T05:48:43.390Z Compiling paste v1.0.15
16632025-01-17T05:48:43.491Z Compiling fnv v1.0.7
16642025-01-17T05:48:43.647Z Compiling synstructure v0.13.1
16652025-01-17T05:48:43.923Z Compiling schemars v0.8.21
16662025-01-17T05:48:43.953Z Compiling aws-lc-rs v1.10.0
16672025-01-17T05:48:44.367Z Compiling httparse v1.9.5
16682025-01-17T05:48:44.415Z Compiling const-oid v0.9.6
16692025-01-17T05:48:44.920Z Compiling serde_derive_internals v0.29.1
16702025-01-17T05:48:45.140Z Compiling equivalent v1.0.1
16712025-01-17T05:48:45.283Z Compiling foldhash v0.1.3
16722025-01-17T05:48:45.577Z Compiling hashbrown v0.15.1
16732025-01-17T05:48:46.235Z Compiling regex v1.11.1
16742025-01-17T05:48:46.436Z Compiling signal-hook-registry v1.4.2
16752025-01-17T05:48:46.439Z Compiling heck v0.5.0
16762025-01-17T05:48:46.803Z Compiling parking_lot v0.12.3
16772025-01-17T05:48:46.855Z Compiling mio v1.0.2
16782025-01-17T05:48:48.130Z Compiling serde_derive v1.0.217
16792025-01-17T05:48:48.165Z Compiling zeroize_derive v1.4.2
16802025-01-17T05:48:48.446Z Compiling zerocopy-derive v0.7.35
16812025-01-17T05:48:48.864Z Compiling thiserror-impl v1.0.69
16822025-01-17T05:48:49.004Z Compiling tokio-macros v2.5.0
16832025-01-17T05:48:49.436Z Compiling zerofrom-derive v0.1.4
16842025-01-17T05:48:49.568Z Compiling zeroize v1.8.1
16852025-01-17T05:48:50.014Z Compiling yoke-derive v0.7.4
16862025-01-17T05:48:50.035Z Compiling futures-macro v0.3.31
16872025-01-17T05:48:50.307Z Compiling zerovec-derive v0.10.3
16882025-01-17T05:48:50.411Z Compiling zerocopy v0.7.35
16892025-01-17T05:48:51.531Z Compiling displaydoc v0.2.5
16902025-01-17T05:48:51.835Z Compiling crypto-common v0.1.6
16912025-01-17T05:48:51.944Z Compiling tracing-attributes v0.1.27
16922025-01-17T05:48:52.049Z Compiling icu_provider_macros v1.5.0
16932025-01-17T05:48:52.384Z Compiling schemars_derive v0.8.21
16942025-01-17T05:48:52.573Z Compiling block-buffer v0.10.4
16952025-01-17T05:48:52.661Z Compiling stable_deref_trait v1.2.0
16962025-01-17T05:48:52.824Z Compiling digest v0.10.7
16972025-01-17T05:48:53.026Z Compiling socket2 v0.5.7
16982025-01-17T05:48:53.042Z Compiling time-core v0.1.2
16992025-01-17T05:48:53.207Z Compiling num-conv v0.1.0
17002025-01-17T05:48:53.236Z Compiling crossbeam-utils v0.8.20
17012025-01-17T05:48:53.485Z Compiling futures-core v0.3.31
17022025-01-17T05:48:53.751Z Compiling time-macros v0.2.18
17032025-01-17T05:48:54.052Z Compiling der_derive v0.7.3
17042025-01-17T05:48:54.500Z Compiling vcpkg v0.2.15
17052025-01-17T05:48:55.935Z Compiling openssl-sys v0.9.103
17062025-01-17T05:48:56.431Z Compiling syn v1.0.109
17072025-01-17T05:48:56.892Z Compiling cpufeatures v0.2.14
17082025-01-17T05:48:56.951Z Compiling futures-sink v0.3.31
17092025-01-17T05:48:57.145Z Compiling slog v2.7.0
17102025-01-17T05:48:57.393Z Compiling ahash v0.8.11
17112025-01-17T05:48:57.745Z Compiling iana-time-zone v0.1.61
17122025-01-17T05:48:57.985Z Compiling futures-channel v0.3.31
17132025-01-17T05:48:58.039Z Compiling zerofrom v0.1.4
17142025-01-17T05:48:58.280Z Compiling scroll_derive v0.12.0
17152025-01-17T05:48:58.311Z Compiling pin-utils v0.1.0
17162025-01-17T05:48:58.420Z Compiling openssl v0.10.66
17172025-01-17T05:48:58.441Z Compiling futures-task v0.3.31
17182025-01-17T05:48:58.506Z Compiling ucd-trie v0.1.7
17192025-01-17T05:48:58.743Z Compiling futures-io v0.3.31
17202025-01-17T05:48:58.825Z Compiling pest v2.7.14
17212025-01-17T05:48:58.983Z Compiling futures-util v0.3.31
17222025-01-17T05:48:59.099Z Compiling yoke v0.7.4
17232025-01-17T05:48:59.583Z Compiling hmac v0.12.1
17242025-01-17T05:49:00.122Z Compiling zerovec v0.10.4
17252025-01-17T05:49:00.444Z Compiling bitflags v2.6.0
17262025-01-17T05:49:00.723Z Compiling bytes v1.9.0
17272025-01-17T05:49:03.190Z Compiling indexmap v2.7.0
17282025-01-17T05:49:03.292Z Compiling tokio v1.43.0
17292025-01-17T05:49:04.477Z Compiling which v4.4.2
17302025-01-17T05:49:05.205Z Compiling serde_tokenstream v0.2.2
17312025-01-17T05:49:05.385Z Compiling uuid v1.11.0
17322025-01-17T05:49:05.608Z Compiling http v1.2.0
17332025-01-17T05:49:05.774Z Compiling chrono v0.4.38
17342025-01-17T05:49:06.681Z Compiling rustc_version v0.4.1
17352025-01-17T05:49:08.538Z Compiling pest_meta v2.7.14
17362025-01-17T05:49:11.029Z Compiling block-padding v0.3.3
17372025-01-17T05:49:11.277Z Compiling openssl-macros v0.1.1
17382025-01-17T05:49:12.013Z Compiling tinyvec_macros v0.1.1
17392025-01-17T05:49:12.130Z Compiling rustls v0.23.19
17402025-01-17T05:49:12.195Z Compiling native-tls v0.2.12
17412025-01-17T05:49:12.270Z Compiling tinyvec v1.8.0
17422025-01-17T05:49:12.546Z Compiling inout v0.1.3
17432025-01-17T05:49:12.820Z Compiling pest_generator v2.7.14
17442025-01-17T05:49:13.055Z Compiling serde_spanned v0.6.8
17452025-01-17T05:49:13.298Z Compiling toml_datetime v0.6.8
17462025-01-17T05:49:13.762Z Compiling tracing-core v0.1.32
17472025-01-17T05:49:13.821Z Compiling dyn-clone v1.0.17
17482025-01-17T05:49:14.071Z Compiling strsim v0.11.1
17492025-01-17T05:49:14.101Z Compiling unicode-normalization v0.1.24
17502025-01-17T05:49:14.544Z Compiling pest_derive v2.7.14
17512025-01-17T05:49:14.726Z Compiling tracing v0.1.40
17522025-01-17T05:49:15.514Z Compiling cipher v0.4.4
17532025-01-17T05:49:15.584Z Compiling tinystr v0.7.6
17542025-01-17T05:49:15.996Z Compiling sha2 v0.10.8
17552025-01-17T05:49:16.380Z Compiling cookie v0.18.1
17562025-01-17T05:49:16.400Z Compiling usdt-impl v0.5.0
17572025-01-17T05:49:16.691Z Compiling writeable v0.5.5
17582025-01-17T05:49:16.967Z Compiling unicode-bidi v0.3.17
17592025-01-17T05:49:17.242Z Compiling litemap v0.7.3
17602025-01-17T05:49:17.307Z Compiling aws-lc-sys v0.22.0
17612025-01-17T05:49:17.790Z Compiling base64ct v1.6.0
17622025-01-17T05:49:18.049Z Compiling icu_locid v1.5.0
17632025-01-17T05:49:18.338Z Compiling pem-rfc7468 v0.7.0
17642025-01-17T05:49:19.768Z Compiling scroll v0.12.0
17652025-01-17T05:49:20.384Z Compiling ppv-lite86 v0.2.20
17662025-01-17T05:49:21.413Z Compiling async-trait v0.1.83
17672025-01-17T05:49:23.166Z Compiling percent-encoding v2.3.1
17682025-01-17T05:49:23.655Z Compiling camino v1.1.9
17692025-01-17T05:49:24.193Z Compiling plain v0.2.3
17702025-01-17T05:49:24.368Z Compiling flagset v0.4.6
17712025-01-17T05:49:24.408Z Compiling anyhow v1.0.93
17722025-01-17T05:49:24.583Z Compiling rustls-pki-types v1.10.0
17732025-01-17T05:49:24.893Z Compiling der v0.7.9
17742025-01-17T05:49:25.842Z Compiling goblin v0.8.2
17752025-01-17T05:49:27.313Z Compiling rand_chacha v0.3.1
17762025-01-17T05:49:27.499Z Compiling icu_provider v1.5.0
17772025-01-17T05:49:28.190Z Compiling tokio-util v0.7.12
17782025-01-17T05:49:29.317Z Compiling powerfmt v0.2.0
17792025-01-17T05:49:29.587Z Compiling icu_locid_transform_data v1.5.0
17802025-01-17T05:49:29.842Z Compiling untrusted v0.9.0
17812025-01-17T05:49:30.089Z Compiling rustls v0.22.4
17822025-01-17T05:49:30.114Z Compiling pretty-hex v0.4.1
17832025-01-17T05:49:30.180Z Compiling untrusted v0.7.1
17842025-01-17T05:49:30.269Z Compiling rayon-core v1.12.1
17852025-01-17T05:49:30.339Z Compiling mirai-annotations v1.12.0
17862025-01-17T05:49:30.375Z Compiling icu_locid_transform v1.5.0
17872025-01-17T05:49:30.620Z Compiling deranged v0.3.11
17882025-01-17T05:49:31.685Z Compiling dof v0.3.0
17892025-01-17T05:49:32.348Z Compiling rand v0.8.5
17902025-01-17T05:49:32.503Z Compiling spki v0.7.3
17912025-01-17T05:49:33.060Z Compiling salsa20 v0.10.2
17922025-01-17T05:49:33.239Z Compiling dtrace-parser v0.2.0
17932025-01-17T05:49:33.870Z Compiling icu_collections v1.5.0
17942025-01-17T05:49:34.558Z Compiling pbkdf2 v0.12.2
17952025-01-17T05:49:35.086Z Compiling thread-id v4.2.2
17962025-01-17T05:49:35.220Z Compiling icu_properties_data v1.5.0
17972025-01-17T05:49:35.752Z Compiling winnow v0.5.40
17982025-01-17T05:49:35.865Z Compiling atomic-waker v1.1.2
17992025-01-17T05:49:36.081Z Compiling num_threads v0.1.7
18002025-01-17T05:49:36.220Z Compiling time v0.3.36
18012025-01-17T05:49:36.784Z Compiling icu_properties v1.5.1
18022025-01-17T05:49:39.182Z Compiling toml_edit v0.19.15
18032025-01-17T05:49:40.529Z Compiling scrypt v0.11.0
18042025-01-17T05:49:40.710Z Compiling form_urlencoded v1.2.1
18052025-01-17T05:49:41.027Z Compiling aes v0.8.4
18062025-01-17T05:49:41.260Z Compiling cbc v0.1.2
18072025-01-17T05:49:41.496Z Compiling http-body v1.0.1
18082025-01-17T05:49:42.211Z Compiling multer v3.1.0
18092025-01-17T05:49:42.475Z Compiling icu_normalizer_data v1.5.0
18102025-01-17T05:49:42.537Z Compiling utf8_iter v1.0.4
18112025-01-17T05:49:42.592Z Compiling try-lock v0.2.5
18122025-01-17T05:49:42.951Z Compiling slog-async v2.8.0
18132025-01-17T05:49:43.027Z Compiling rustversion v1.0.17
18142025-01-17T05:49:43.068Z Compiling write16 v1.0.0
18152025-01-17T05:49:43.223Z Compiling utf16_iter v1.0.5
18162025-01-17T05:49:43.710Z Compiling icu_normalizer v1.5.0
18172025-01-17T05:49:45.013Z Compiling want v0.3.1
18182025-01-17T05:49:45.325Z Compiling pkcs5 v0.7.1
18192025-01-17T05:49:45.881Z Compiling h2 v0.4.6
18202025-01-17T05:49:46.653Z Compiling heapless v0.7.17
18212025-01-17T05:49:47.480Z Compiling bzip2-sys v0.1.11+1.0.8
18222025-01-17T05:49:47.901Z Compiling signal-hook v0.3.17
18232025-01-17T05:49:48.323Z Compiling httpdate v1.0.3
18242025-01-17T05:49:49.101Z Compiling pkcs8 v0.10.2
18252025-01-17T05:49:49.248Z Compiling idna_adapter v1.2.0
18262025-01-17T05:49:50.194Z Compiling usdt-attr-macro v0.5.0
18272025-01-17T05:49:50.326Z Compiling usdt-macro v0.5.0
18282025-01-17T05:49:50.984Z Compiling async-stream-impl v0.3.6
18292025-01-17T05:49:51.596Z Compiling adler2 v2.0.0
18302025-01-17T05:49:51.870Z Compiling tower-service v0.3.3
18312025-01-17T05:49:52.017Z Compiling base64 v0.22.1
18322025-01-17T05:49:52.274Z Compiling miniz_oxide v0.8.0
18332025-01-17T05:49:53.255Z Compiling idna v1.0.3
18342025-01-17T05:49:53.853Z Compiling hyper v1.5.2
18352025-01-17T05:49:59.430Z Compiling hyper-util v0.1.10
18362025-01-17T05:49:59.498Z Compiling curve25519-dalek v4.1.3
18372025-01-17T05:49:59.922Z Compiling openapiv3 v2.0.0
18382025-01-17T05:50:00.434Z Compiling enum-as-inner v0.6.1
18392025-01-17T05:50:01.617Z Compiling dropshot v0.12.0
18402025-01-17T05:50:01.849Z Compiling foreign-types-shared v0.1.1
18412025-01-17T05:50:01.941Z Compiling num-bigint-dig v0.8.4
18422025-01-17T05:50:02.238Z Compiling smoltcp v0.9.1
18432025-01-17T05:50:02.482Z Compiling portable-atomic v1.9.0
18442025-01-17T05:50:03.408Z Compiling match_cfg v0.1.0
18452025-01-17T05:50:03.477Z Compiling newtype-uuid v1.2.1
18462025-01-17T05:50:03.522Z Compiling hostname v0.3.1
18472025-01-17T05:50:03.947Z Compiling foreign-types v0.3.2
18482025-01-17T05:50:05.280Z Compiling url v2.5.3
18492025-01-17T05:50:07.656Z Compiling http-body-util v0.1.2
18502025-01-17T05:50:08.066Z Compiling dirs-sys-next v0.1.2
18512025-01-17T05:50:08.112Z Compiling encoding_rs v0.8.34
18522025-01-17T05:50:08.211Z Compiling ident_case v1.0.1
18532025-01-17T05:50:08.818Z Compiling data-encoding v2.6.0
18542025-01-17T05:50:08.818Z Compiling heck v0.4.1
18552025-01-17T05:50:08.912Z Compiling gimli v0.31.1
18562025-01-17T05:50:09.962Z Compiling mime v0.3.17
18572025-01-17T05:50:11.062Z Compiling siphasher v0.3.11
18582025-01-17T05:50:11.082Z Compiling darling_core v0.20.10
18592025-01-17T05:50:11.451Z Compiling dirs-next v2.0.0
18602025-01-17T05:50:15.729Z Compiling addr2line v0.24.2
18612025-01-17T05:50:17.459Z Compiling serde_urlencoded v0.7.1
18622025-01-17T05:50:18.031Z Compiling crossbeam-epoch v0.9.18
18632025-01-17T05:50:18.729Z Compiling rustls-pemfile v2.2.0
18642025-01-17T05:50:19.192Z Compiling hubpack_derive v0.1.1
18652025-01-17T05:50:19.244Z Compiling dropshot_endpoint v0.12.0
18662025-01-17T05:50:19.854Z Compiling sha1 v0.10.6
18672025-01-17T05:50:20.050Z Compiling signature v2.2.0
18682025-01-17T05:50:20.071Z Compiling zerocopy-derive v0.6.6
18692025-01-17T05:50:20.228Z Compiling curve25519-dalek-derive v0.1.1
18702025-01-17T05:50:21.566Z Compiling object v0.36.5
18712025-01-17T05:50:21.897Z Compiling thread_local v1.1.8
18722025-01-17T05:50:22.340Z Compiling fs-err v2.11.0
18732025-01-17T05:50:23.131Z Compiling utf8parse v0.2.2
18742025-01-17T05:50:26.195Z Compiling ipnet v2.10.1
18752025-01-17T05:50:27.340Z Compiling unicode-properties v0.1.3
18762025-01-17T05:50:28.280Z Compiling anstyle v1.0.10
18772025-01-17T05:50:28.735Z Compiling openssl-probe v0.1.5
18782025-01-17T05:50:29.279Z Compiling winnow v0.6.20
18792025-01-17T05:50:30.133Z Compiling rustc-demangle v0.1.24
18802025-01-17T05:50:31.115Z Compiling rustls-webpki v0.102.8
18812025-01-17T05:50:31.548Z Compiling backtrace v0.3.74
18822025-01-17T05:50:32.803Z Compiling toml_edit v0.22.22
18832025-01-17T05:50:40.869Z Compiling stringprep v0.1.5
18842025-01-17T05:50:41.583Z Compiling anstyle-parse v0.2.5
18852025-01-17T05:50:42.533Z Compiling crossbeam-deque v0.8.5
18862025-01-17T05:50:42.908Z Compiling darling_macro v0.20.10
18872025-01-17T05:50:43.300Z Compiling term v0.7.0
18882025-01-17T05:50:43.804Z Compiling slog-json v2.6.1
18892025-01-17T05:50:44.994Z Compiling crossbeam-channel v0.5.13
18902025-01-17T05:50:45.132Z Compiling hashbrown v0.14.5
18912025-01-17T05:50:45.703Z Compiling idna v0.4.0
18922025-01-17T05:50:45.763Z Compiling idna v0.3.0
18932025-01-17T05:50:46.103Z Compiling futures-executor v0.3.31
18942025-01-17T05:50:46.558Z Compiling num-integer v0.1.46
18952025-01-17T05:50:47.098Z Compiling md-5 v0.10.6
18962025-01-17T05:50:47.203Z Compiling ff v0.13.0
18972025-01-17T05:50:47.224Z Compiling hash32 v0.2.1
18982025-01-17T05:50:47.257Z Compiling is-terminal v0.4.13
18992025-01-17T05:50:47.342Z Compiling memmap v0.7.0
19002025-01-17T05:50:47.439Z Compiling psl-types v2.0.11
19012025-01-17T05:50:47.588Z Compiling anstyle-query v1.1.1
19022025-01-17T05:50:47.663Z Compiling base16ct v0.2.0
19032025-01-17T05:50:47.666Z Compiling is_terminal_polyfill v1.70.1
19042025-01-17T05:50:47.826Z Compiling quick-error v1.2.3
19052025-01-17T05:50:47.999Z Compiling fallible-iterator v0.2.0
19062025-01-17T05:50:48.450Z Compiling linked-hash-map v0.5.6
19072025-01-17T05:50:48.600Z Compiling colorchoice v1.0.2
19082025-01-17T05:50:48.695Z Compiling take_mut v0.2.2
19092025-01-17T05:50:48.798Z Compiling utf-8 v0.7.6
19102025-01-17T05:50:49.020Z Compiling tungstenite v0.24.0
19112025-01-17T05:50:49.102Z Compiling publicsuffix v2.2.3
19122025-01-17T05:50:49.463Z Compiling lru-cache v0.1.2
19132025-01-17T05:50:49.677Z Compiling anstream v0.6.15
19142025-01-17T05:50:49.767Z Compiling postgres-protocol v0.6.7
19152025-01-17T05:50:49.831Z Compiling resolv-conf v0.7.0
19162025-01-17T05:50:50.276Z Compiling sec1 v0.7.3
19172025-01-17T05:50:50.778Z Compiling usdt v0.5.0
19182025-01-17T05:50:50.883Z Compiling group v0.13.0
19192025-01-17T05:50:50.939Z Compiling slog-term v2.9.1
19202025-01-17T05:50:51.197Z Compiling num-iter v0.1.45
19212025-01-17T05:50:51.225Z Compiling hickory-proto v0.24.1
19222025-01-17T05:50:51.403Z Compiling futures v0.3.31
19232025-01-17T05:50:51.534Z Compiling regress v0.10.1
19242025-01-17T05:50:56.242Z Compiling slog-bunyan v2.5.0
19252025-01-17T05:50:56.262Z Compiling darling v0.20.10
19262025-01-17T05:50:56.450Z Compiling tokio-native-tls v0.3.1
19272025-01-17T05:50:56.769Z Compiling tokio-rustls v0.26.0
19282025-01-17T05:50:56.821Z Compiling tokio-rustls v0.25.0
19292025-01-17T05:50:56.913Z Compiling toml v0.8.19
19302025-01-17T05:50:57.248Z Compiling phf_shared v0.11.2
19312025-01-17T05:50:57.495Z Compiling strum_macros v0.25.3
19322025-01-17T05:50:57.949Z Compiling async-stream v0.3.6
19332025-01-17T05:50:58.248Z Compiling waitgroup v0.1.2
19342025-01-17T05:50:58.361Z Compiling webpki-roots v0.26.6
19352025-01-17T05:50:58.769Z Compiling idna v0.5.0
19362025-01-17T05:50:58.985Z Compiling terminal_size v0.4.0
19372025-01-17T05:50:59.228Z Compiling serde_path_to_error v0.1.16
19382025-01-17T05:50:59.746Z Compiling hkdf v0.12.4
19392025-01-17T05:51:00.174Z Compiling crypto-bigint v0.5.5
19402025-01-17T05:51:00.206Z Compiling clap_derive v4.5.18
19412025-01-17T05:51:00.549Z Compiling derive-where v1.2.7
19422025-01-17T05:51:00.612Z Compiling serde_repr v0.1.19
19432025-01-17T05:51:00.997Z Compiling hostname v0.4.0
19442025-01-17T05:51:01.222Z Compiling crc32fast v1.4.2
19452025-01-17T05:51:01.667Z Compiling bitflags v1.3.2
19462025-01-17T05:51:01.917Z Compiling unicode-width v0.1.14
19472025-01-17T05:51:02.469Z Compiling managed v0.8.0
19482025-01-17T05:51:03.027Z Compiling clap_lex v0.7.2
19492025-01-17T05:51:03.470Z Compiling debug-ignore v1.0.5
19502025-01-17T05:51:03.992Z Compiling clap_builder v4.5.21
19512025-01-17T05:51:04.433Z Compiling elliptic-curve v0.13.8
19522025-01-17T05:51:05.819Z Compiling console v0.15.8
19532025-01-17T05:51:07.098Z Compiling flate2 v1.0.34
19542025-01-17T05:51:07.305Z Compiling cookie_store v0.21.0
19552025-01-17T05:51:10.654Z Compiling hyper-rustls v0.27.3
19562025-01-17T05:51:11.647Z Compiling phf v0.11.2
19572025-01-17T05:51:11.951Z Compiling hyper-tls v0.6.0
19582025-01-17T05:51:12.352Z Compiling hickory-resolver v0.24.1
19592025-01-17T05:51:13.169Z Compiling signal-hook-mio v0.2.4
19602025-01-17T05:51:13.330Z Compiling rayon v1.10.0
19612025-01-17T05:51:13.347Z Compiling typify-impl v0.2.0
19622025-01-17T05:51:13.721Z Compiling bzip2 v0.4.4
19632025-01-17T05:51:14.115Z Compiling postgres-types v0.2.8
19642025-01-17T05:51:14.155Z Compiling tokio-tungstenite v0.24.0
19652025-01-17T05:51:14.891Z Compiling zerocopy v0.6.6
19662025-01-17T05:51:15.385Z Compiling ed25519 v2.2.3
19672025-01-17T05:51:15.641Z Compiling hubpack v0.1.2
19682025-01-17T05:51:15.838Z Compiling phf_shared v0.10.0
19692025-01-17T05:51:16.197Z Compiling pkcs1 v0.7.5
19702025-01-17T05:51:17.076Z Compiling tokio-stream v0.1.16
19712025-01-17T05:51:17.268Z Compiling ipnetwork v0.20.0
19722025-01-17T05:51:17.598Z Compiling serde-big-array v0.5.1
19732025-01-17T05:51:17.601Z Compiling rfc6979 v0.4.0
19742025-01-17T05:51:17.857Z Compiling float-cmp v0.9.0
19752025-01-17T05:51:18.007Z Compiling sync_wrapper v1.0.1
19762025-01-17T05:51:18.189Z Compiling bstr v1.10.0
19772025-01-17T05:51:19.480Z Compiling static_assertions v1.1.0
19782025-01-17T05:51:19.606Z Compiling fixedbitset v0.4.2
19792025-01-17T05:51:19.665Z Compiling number_prefix v0.4.0
19802025-01-17T05:51:19.726Z Compiling new_debug_unreachable v1.0.6
19812025-01-17T05:51:19.910Z Compiling predicates-core v1.0.8
19822025-01-17T05:51:20.022Z Compiling whoami v1.5.2
19832025-01-17T05:51:20.108Z Compiling unicode-segmentation v1.12.0
19842025-01-17T05:51:20.220Z Compiling difflib v0.4.0
19852025-01-17T05:51:20.538Z Compiling bit-vec v0.6.3
19862025-01-17T05:51:20.952Z Compiling normalize-line-endings v0.3.0
19872025-01-17T05:51:20.974Z Compiling precomputed-hash v0.1.1
19882025-01-17T05:51:21.127Z Compiling unicode-width v0.2.0
19892025-01-17T05:51:21.253Z Compiling predicates v3.1.2
19902025-01-17T05:51:21.379Z Compiling string_cache v0.8.7
19912025-01-17T05:51:21.662Z Compiling indicatif v0.17.9
19922025-01-17T05:51:21.736Z Compiling bit-set v0.5.3
19932025-01-17T05:51:21.811Z Compiling similar v2.6.0
19942025-01-17T05:51:22.017Z Compiling tokio-postgres v0.7.12
19952025-01-17T05:51:23.507Z Compiling petgraph v0.6.5
19962025-01-17T05:51:23.592Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19972025-01-17T05:51:23.659Z Compiling reqwest v0.12.9
19982025-01-17T05:51:23.872Z Compiling typify-macro v0.2.0
19992025-01-17T05:51:27.419Z Compiling qorb v0.2.1
20002025-01-17T05:51:27.493Z Compiling ecdsa v0.16.9
20012025-01-17T05:51:28.328Z Compiling rsa v0.9.6
20022025-01-17T05:51:29.151Z Compiling ed25519-dalek v2.1.1
20032025-01-17T05:51:29.716Z Compiling zip v0.6.6
20042025-01-17T05:51:29.888Z Compiling crossterm v0.28.1
20052025-01-17T05:51:29.932Z Compiling clap v4.5.21
20062025-01-17T05:51:31.565Z Compiling toml v0.7.8
20072025-01-17T05:51:32.893Z Compiling x509-cert v0.2.5
20082025-01-17T05:51:33.185Z Compiling hex v0.4.3
20092025-01-17T05:51:34.007Z Compiling itertools v0.10.5
20102025-01-17T05:51:34.473Z Compiling peg-runtime v0.8.3
20112025-01-17T05:51:34.591Z Compiling unicode-xid v0.2.6
20122025-01-17T05:51:35.234Z Compiling zerocopy v0.8.10
20132025-01-17T05:51:35.946Z Compiling lalrpop-util v0.19.12
20142025-01-17T05:51:37.023Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20152025-01-17T05:51:41.065Z Compiling proc-macro-crate v1.3.1
20162025-01-17T05:51:41.893Z Compiling macaddr v1.0.1
20172025-01-17T05:51:42.128Z Compiling zerocopy-derive v0.8.10
20182025-01-17T05:51:42.286Z Compiling itertools v0.13.0
20192025-01-17T05:51:44.162Z Compiling heapless v0.8.0
20202025-01-17T05:51:45.354Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20212025-01-17T05:51:49.602Z Compiling num_enum_derive v0.5.11
20222025-01-17T05:51:58.836Z Compiling hash32 v0.3.1
20232025-01-17T05:51:59.769Z Compiling smoltcp v0.11.0
20242025-01-17T05:52:00.153Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20252025-01-17T05:52:05.453Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20262025-01-17T05:52:06.143Z Compiling num_enum v0.5.11
20272025-01-17T05:52:06.390Z Compiling typify v0.2.0
20282025-01-17T05:52:06.439Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20292025-01-17T05:52:07.246Z Compiling proc-macro-error-attr v1.0.4
20302025-01-17T05:52:07.587Z Compiling unsafe-libyaml v0.2.11
20312025-01-17T05:52:07.682Z Compiling thiserror v2.0.11
20322025-01-17T05:52:08.274Z Compiling cobs v0.2.3
20332025-01-17T05:52:08.763Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20342025-01-17T05:52:09.334Z Compiling serde_yaml v0.9.34+deprecated
20352025-01-17T05:52:11.235Z Compiling postcard v1.0.10
20362025-01-17T05:52:24.876Z Compiling progenitor-impl v0.8.0
20372025-01-17T05:52:26.382Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20382025-01-17T05:52:36.729Z Compiling strum_macros v0.26.4
20392025-01-17T05:52:37.572Z Compiling foreign-types-macros v0.2.3
20402025-01-17T05:52:37.627Z Compiling structmeta-derive v0.3.0
20412025-01-17T05:52:37.727Z Compiling thiserror-impl v2.0.11
20422025-01-17T05:52:38.366Z Compiling proc-macro-error v1.0.4
20432025-01-17T05:52:38.409Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20442025-01-17T05:52:39.229Z Compiling foreign-types-shared v0.3.1
20452025-01-17T05:52:40.169Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20462025-01-17T05:52:40.984Z Compiling strum v0.26.3
20472025-01-17T05:52:41.556Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20482025-01-17T05:52:44.171Z Compiling structmeta v0.3.0
20492025-01-17T05:52:44.689Z Compiling foreign-types v0.5.0
20502025-01-17T05:52:49.909Z Compiling progenitor-macro v0.8.0
20512025-01-17T05:52:54.510Z Compiling progenitor-client v0.8.0
20522025-01-17T05:52:55.082Z Compiling tabwriter v1.4.0
20532025-01-17T05:52:55.882Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20542025-01-17T05:52:57.121Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20552025-01-17T05:52:57.977Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20562025-01-17T05:52:58.839Z Compiling cstr-argument v0.1.2
20572025-01-17T05:52:59.062Z Compiling dropshot v0.15.1
20582025-01-17T05:52:59.133Z Compiling fastrand v2.1.1
20592025-01-17T05:52:59.410Z Compiling pretty-hex v0.2.1
20602025-01-17T05:52:59.793Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20612025-01-17T05:53:00.110Z Compiling crucible-workspace-hack v0.1.0
20622025-01-17T05:53:00.899Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20632025-01-17T05:53:00.902Z Compiling tempfile v3.13.0
20642025-01-17T05:53:01.052Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20652025-01-17T05:53:01.096Z Compiling progenitor v0.8.0
20662025-01-17T05:53:01.346Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20672025-01-17T05:53:01.557Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20682025-01-17T05:53:01.885Z Compiling parse-display-derive v0.10.0
20692025-01-17T05:53:02.307Z Compiling colored v2.1.0
20702025-01-17T05:53:02.573Z Compiling serde_with_macros v3.11.0
20712025-01-17T05:53:03.290Z Compiling dropshot_endpoint v0.15.1
20722025-01-17T05:53:03.543Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20732025-01-17T05:53:04.325Z Compiling instant v0.1.13
20742025-01-17T05:53:04.527Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20752025-01-17T05:53:04.927Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20762025-01-17T05:53:05.088Z Compiling serde_with v3.11.0
20772025-01-17T05:53:05.463Z Compiling parse-display v0.10.0
20782025-01-17T05:53:07.015Z Compiling backoff v0.4.0
20792025-01-17T05:53:07.370Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20802025-01-17T05:53:07.613Z Compiling zone_cfg_derive v0.3.0
20812025-01-17T05:53:07.757Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20822025-01-17T05:53:07.955Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20832025-01-17T05:53:08.506Z Compiling camino-tempfile v1.1.1
20842025-01-17T05:53:08.663Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20852025-01-17T05:53:09.087Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20862025-01-17T05:53:09.106Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20872025-01-17T05:53:09.236Z Compiling regress v0.9.1
20882025-01-17T05:53:09.344Z Compiling progenitor-client v0.9.1
20892025-01-17T05:53:09.561Z Compiling num-derive v0.4.2
20902025-01-17T05:53:10.275Z Compiling sigpipe v0.1.3
20912025-01-17T05:53:10.441Z Compiling libefi-sys v0.1.0
20922025-01-17T05:53:10.757Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20932025-01-17T05:53:11.130Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20942025-01-17T05:53:11.755Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
20952025-01-17T05:53:13.397Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20962025-01-17T05:53:14.465Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20972025-01-17T05:53:17.152Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20982025-01-17T05:53:17.555Z Compiling zone v0.3.0
20992025-01-17T05:53:17.957Z Compiling smf v0.2.3
21002025-01-17T05:53:20.265Z Compiling bitfield-struct v0.6.2
21012025-01-17T05:53:20.645Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21022025-01-17T05:53:21.053Z Compiling blake3 v1.5.4
21032025-01-17T05:53:21.486Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21042025-01-17T05:53:21.608Z Compiling xattr v1.3.1
21052025-01-17T05:53:21.629Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21062025-01-17T05:53:21.938Z Compiling memmap2 v0.9.5
21072025-01-17T05:53:22.329Z Compiling filetime v0.2.25
21082025-01-17T05:53:22.389Z Compiling arrayref v0.3.9
21092025-01-17T05:53:22.521Z Compiling constant_time_eq v0.3.1
21102025-01-17T05:53:22.550Z Compiling arrayvec v0.7.6
21112025-01-17T05:53:22.619Z Compiling same-file v1.0.6
21122025-01-17T05:53:22.710Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21132025-01-17T05:53:22.729Z Compiling tar v0.4.42
21142025-01-17T05:53:22.852Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21152025-01-17T05:53:22.906Z Compiling walkdir v2.5.0
21162025-01-17T05:53:24.590Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21172025-01-17T05:53:25.027Z Compiling gethostname v0.5.0
21182025-01-17T05:53:25.264Z Compiling cargo-platform v0.1.8
21192025-01-17T05:53:25.572Z Compiling topological-sort v0.2.2
21202025-01-17T05:53:25.778Z Compiling cargo_metadata v0.18.1
21212025-01-17T05:53:25.886Z Compiling omicron-zone-package v0.12.0
21222025-01-17T05:53:26.358Z Compiling shell-words v1.1.0
21232025-01-17T05:53:26.900Z Compiling indent_write v2.2.0
21242025-01-17T05:53:32.358Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21252025-01-17T05:53:34.077Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21262025-01-17T05:53:36.276Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21272025-01-17T05:53:56.175Z Finished `release` profile [optimized] target(s) in 5m 23s
21282025-01-17T05:53:56.347Z Running `target/release/omicron-package -t test target create -p dev`
21292025-01-17T05:53:56.424ZLogging to: /work/oxidecomputer/omicron/out/LOG
21302025-01-17T05:53:56.427ZCreated new build target 'test' and set it as active
21312025-01-17T05:53:56.427Z
21322025-01-17T05:53:56.427Zreal 5:23.445699873
21332025-01-17T05:53:56.427Zuser 37:50.121443986
21342025-01-17T05:53:56.427Zsys 3:28.126554476
21352025-01-17T05:53:56.427Ztrap 1.258142102
21362025-01-17T05:53:56.427Ztflt 2.874148477
21372025-01-17T05:53:56.427Zdflt 0.742447239
21382025-01-17T05:53:56.427Zkflt 0.011715014
21392025-01-17T05:53:56.427Zlock 1:16:07.446677538
21402025-01-17T05:53:56.427Zslp 2:31:59.093126309
21412025-01-17T05:53:56.427Zlat 2:50.234190875
21422025-01-17T05:53:56.427Zstop 4:53.146962377
21432025-01-17T05:53:56.427Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21442025-01-17T05:53:57.424Z Finished `release` profile [optimized] target(s) in 0.96s
21452025-01-17T05:53:57.489Z Running `target/release/omicron-package -t test package`
21462025-01-17T05:53:57.537ZLogging to: /work/oxidecomputer/omicron/out/LOG
21472025-01-17T05:53:58.758Z Compiling thiserror v2.0.11
21482025-01-17T05:53:58.895Z Compiling typify-impl v0.3.0
21492025-01-17T05:53:58.909Z Compiling convert_case v0.4.0
21502025-01-17T05:53:58.913Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21512025-01-17T05:53:58.913Z Compiling newline-converter v0.3.0
21522025-01-17T05:53:58.913Z Compiling password-hash v0.5.0
21532025-01-17T05:53:58.913Z Compiling blake2 v0.10.6
21542025-01-17T05:53:58.984Z Compiling base64 v0.21.7
21552025-01-17T05:53:59.147Z Compiling expectorate v1.1.0
21562025-01-17T05:53:59.169Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21572025-01-17T05:53:59.432Z Compiling atomicwrites v0.4.4
21582025-01-17T05:53:59.624Z Compiling derive_more v0.99.18
21592025-01-17T05:53:59.929Z Compiling argon2 v0.5.3
21602025-01-17T05:53:59.960Z Compiling cancel-safe-futures v0.1.5
21612025-01-17T05:54:00.164Z Compiling owo-colors v4.1.0
21622025-01-17T05:54:00.186Z Compiling num-rational v0.4.2
21632025-01-17T05:54:00.341Z Compiling progenitor-client v0.9.1
21642025-01-17T05:54:00.523Z Compiling num-complex v0.4.6
21652025-01-17T05:54:00.877Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21662025-01-17T05:54:01.798Z Compiling num v0.4.3
21672025-01-17T05:54:01.922Z Compiling libsw v3.3.1
21682025-01-17T05:54:02.164Z Compiling float-ord v0.3.2
21692025-01-17T05:54:02.289Z Compiling swrite v0.1.0
21702025-01-17T05:54:02.311Z Compiling linear-map v1.2.0
21712025-01-17T05:54:02.357Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21722025-01-17T05:54:02.453Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21732025-01-17T05:54:02.714Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21742025-01-17T05:54:02.737Z Compiling highway v1.2.0
21752025-01-17T05:54:03.620Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21762025-01-17T05:54:04.211Z Compiling semver v0.1.20
21772025-01-17T05:54:04.769Z Compiling rustc_version v0.1.7
21782025-01-17T05:54:05.204Z Compiling newtype_derive v0.1.6
21792025-01-17T05:54:05.817Z Compiling tungstenite v0.21.0
21802025-01-17T05:54:05.824Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21812025-01-17T05:54:10.325Z Compiling typify-macro v0.3.0
21822025-01-17T05:54:10.360Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21832025-01-17T05:54:10.640Z Compiling ipnetwork v0.20.0
21842025-01-17T05:54:11.427Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21852025-01-17T05:54:11.689Z Compiling tokio-tungstenite v0.21.0
21862025-01-17T05:54:12.168Z Compiling progenitor-client v0.8.0
21872025-01-17T05:54:12.214Z Compiling humantime v2.1.0
21882025-01-17T05:54:12.492Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21892025-01-17T05:54:12.646Z Compiling progenitor v0.8.0
21902025-01-17T05:54:12.891Z Compiling dropshot v0.15.1
21912025-01-17T05:54:12.977Z Compiling instant v0.1.13
21922025-01-17T05:54:13.161Z Compiling backoff v0.4.0
21932025-01-17T05:54:13.355Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21942025-01-17T05:54:13.551Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21952025-01-17T05:54:13.756Z Compiling typify v0.3.0
21962025-01-17T05:54:13.908Z Compiling progenitor-impl v0.9.1
21972025-01-17T05:54:20.089Z Compiling progenitor-macro v0.9.1
21982025-01-17T05:54:21.048Z Compiling steno v0.4.1
21992025-01-17T05:54:21.214Z Compiling parse-display v0.10.0
22002025-01-17T05:54:21.584Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012025-01-17T05:54:21.734Z Compiling strum v0.26.3
22022025-01-17T05:54:21.789Z Compiling serde_with v3.11.0
22032025-01-17T05:54:21.942Z Compiling regress v0.9.1
22042025-01-17T05:54:25.471Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22052025-01-17T05:54:26.662Z Compiling macaddr v1.0.1
22062025-01-17T05:54:27.121Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22072025-01-17T05:54:27.150Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22082025-01-17T05:54:27.190Z Compiling slog-dtrace v0.3.0
22092025-01-17T05:54:27.636Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22102025-01-17T05:54:27.740Z Compiling prettyplease v0.2.25
22112025-01-17T05:54:29.881Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22122025-01-17T05:54:31.362Z Compiling progenitor v0.9.1
22132025-01-17T05:54:31.627Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22142025-01-17T05:54:33.384Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22152025-01-17T05:54:43.211Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22162025-01-17T05:54:44.938Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22172025-01-17T05:54:45.451Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22182025-01-17T05:54:46.543Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22192025-01-17T05:54:47.582Z Compiling half v2.4.1
22202025-01-17T05:54:49.957Z Compiling ciborium-io v0.2.2
22212025-01-17T05:54:50.131Z Compiling ciborium-ll v0.2.2
22222025-01-17T05:54:50.682Z Compiling ciborium v0.2.2
22232025-01-17T05:54:50.993Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22242025-01-17T05:54:51.640Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22252025-01-17T05:54:52.457Z Compiling display-error-chain v0.2.2
22262025-01-17T05:54:52.693Z Compiling same-file v1.0.6
22272025-01-17T05:54:52.782Z Compiling fastrand v2.1.1
22282025-01-17T05:54:53.211Z Compiling walkdir v2.5.0
22292025-01-17T05:54:53.256Z Compiling tempfile v3.13.0
22302025-01-17T05:54:53.607Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22312025-01-17T05:54:54.023Z Compiling blake3 v1.5.4
22322025-01-17T05:54:54.608Z Compiling const_format_proc_macros v0.2.33
22332025-01-17T05:54:56.397Z Compiling xattr v1.3.1
22342025-01-17T05:54:56.506Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22352025-01-17T05:54:56.695Z Compiling filetime v0.2.25
22362025-01-17T05:54:56.981Z Compiling memmap2 v0.9.5
22372025-01-17T05:54:57.015Z Compiling arrayvec v0.7.6
22382025-01-17T05:54:57.156Z Compiling constant_time_eq v0.3.1
22392025-01-17T05:54:57.345Z Compiling arrayref v0.3.9
22402025-01-17T05:54:57.399Z Compiling maplit v1.0.2
22412025-01-17T05:54:57.424Z Compiling crunchy v0.2.2
22422025-01-17T05:54:57.472Z Compiling keccak v0.1.5
22432025-01-17T05:54:57.913Z Compiling sha3 v0.10.8
22442025-01-17T05:54:58.566Z Compiling tar v0.4.42
22452025-01-17T05:54:58.622Z Compiling const_format v0.2.33
22462025-01-17T05:54:58.762Z Compiling camino-tempfile v1.1.1
22472025-01-17T05:54:59.207Z Compiling toolchain_find v0.4.0
22482025-01-17T05:54:59.601Z Compiling radium v0.7.0
22492025-01-17T05:54:59.827Z Compiling topological-sort v0.2.2
22502025-01-17T05:54:59.932Z Compiling tiny-keccak v2.0.2
22512025-01-17T05:55:00.102Z Compiling omicron-zone-package v0.12.0
22522025-01-17T05:55:00.132Z Compiling rustfmt-wrapper v0.2.1
22532025-01-17T05:55:00.466Z Compiling dsl_auto_type v0.1.2
22542025-01-17T05:55:00.670Z Compiling scheduled-thread-pool v0.2.7
22552025-01-17T05:55:00.708Z Compiling diesel_table_macro_syntax v0.2.0
22562025-01-17T05:55:01.116Z Compiling tap v1.0.1
22572025-01-17T05:55:01.333Z Compiling maybe-uninit v2.0.0
22582025-01-17T05:55:01.795Z Compiling diesel_derives v2.2.3
22592025-01-17T05:55:01.902Z Compiling wyz v0.5.1
22602025-01-17T05:55:02.105Z Compiling r2d2 v0.8.10
22612025-01-17T05:55:02.840Z Compiling phf_generator v0.11.2
22622025-01-17T05:55:03.061Z Compiling ascii-canvas v3.0.0
22632025-01-17T05:55:03.109Z Compiling secrecy v0.8.0
22642025-01-17T05:55:03.391Z Compiling ena v0.14.3
22652025-01-17T05:55:03.488Z Compiling async-recursion v1.1.1
22662025-01-17T05:55:03.804Z Compiling funty v2.0.0
22672025-01-17T05:55:04.762Z Compiling regex-syntax v0.6.29
22682025-01-17T05:55:04.894Z Compiling crc-catalog v2.4.0
22692025-01-17T05:55:05.087Z Compiling diff v0.1.13
22702025-01-17T05:55:05.337Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22712025-01-17T05:55:05.552Z Compiling arc-swap v1.7.1
22722025-01-17T05:55:06.257Z Compiling packed_struct v0.10.1
22732025-01-17T05:55:06.390Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22742025-01-17T05:55:06.642Z Compiling slog-scope v4.4.0
22752025-01-17T05:55:06.706Z Compiling crc v3.2.1
22762025-01-17T05:55:06.766Z Compiling bitvec v1.0.1
22772025-01-17T05:55:07.478Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22782025-01-17T05:55:08.846Z Compiling lalrpop v0.19.12
22792025-01-17T05:55:09.913Z Compiling phf_codegen v0.11.2
22802025-01-17T05:55:10.349Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22812025-01-17T05:55:11.453Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22822025-01-17T05:55:11.485Z Compiling universal-hash v0.5.1
22832025-01-17T05:55:11.712Z Compiling packed_struct_codegen v0.10.1
22842025-01-17T05:55:11.742Z Compiling thiserror-impl-no-std v2.0.2
22852025-01-17T05:55:13.039Z Compiling diesel v2.2.6
22862025-01-17T05:55:14.071Z Compiling parse-zoneinfo v0.3.1
22872025-01-17T05:55:14.204Z Compiling unicase v2.7.0
22882025-01-17T05:55:14.561Z Compiling indexmap v1.9.3
22892025-01-17T05:55:14.919Z Compiling nodrop v0.1.14
22902025-01-17T05:55:15.085Z Compiling ref-cast v1.0.23
22912025-01-17T05:55:15.587Z Compiling opaque-debug v0.3.1
22922025-01-17T05:55:15.680Z Compiling poly1305 v0.8.0
22932025-01-17T05:55:15.746Z Compiling array-init v0.0.4
22942025-01-17T05:55:16.918Z Compiling chrono-tz-build v0.4.0
22952025-01-17T05:55:17.196Z Compiling thiserror-no-std v2.0.2
22962025-01-17T05:55:17.950Z Compiling smallvec v0.6.14
22972025-01-17T05:55:18.466Z Compiling slog-stdlog v4.1.1
22982025-01-17T05:55:19.924Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22992025-01-17T05:55:20.255Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23002025-01-17T05:55:20.566Z Compiling derive_builder_core v0.20.2
23012025-01-17T05:55:21.451Z Compiling chacha20 v0.9.1
23022025-01-17T05:55:21.938Z Compiling headers-core v0.3.0
23032025-01-17T05:55:22.146Z Compiling aead v0.5.2
23042025-01-17T05:55:22.528Z Compiling libxml v0.3.3
23052025-01-17T05:55:22.700Z Compiling ref-cast-impl v1.0.23
23062025-01-17T05:55:22.914Z Compiling vte_generate_state_changes v0.1.2
23072025-01-17T05:55:23.504Z Compiling termcolor v1.4.1
23082025-01-17T05:55:23.747Z Compiling bitfield v0.14.0
23092025-01-17T05:55:24.083Z Compiling hashbrown v0.12.3
23102025-01-17T05:55:24.605Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23112025-01-17T05:55:26.456Z Compiling env_logger v0.10.2
23122025-01-17T05:55:29.850Z Compiling vte v0.11.1
23132025-01-17T05:55:31.504Z Compiling derive_builder_macro v0.20.2
23142025-01-17T05:55:31.783Z Compiling polar-core v0.27.3
23152025-01-17T05:55:32.392Z Compiling chacha20poly1305 v0.10.1
23162025-01-17T05:55:32.667Z Compiling headers v0.4.0
23172025-01-17T05:55:35.501Z Compiling slog-envlogger v2.2.0
23182025-01-17T05:55:36.292Z Compiling serde-hex v0.1.0
23192025-01-17T05:55:38.216Z Compiling chrono-tz v0.10.0
23202025-01-17T05:55:38.875Z Compiling vsss-rs v3.3.4
23212025-01-17T05:55:41.400Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23222025-01-17T05:55:43.083Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23232025-01-17T05:55:43.436Z Compiling ron v0.8.1
23242025-01-17T05:55:44.320Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23252025-01-17T05:55:44.451Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23262025-01-17T05:55:44.659Z Compiling hashbrown v0.13.2
23272025-01-17T05:55:46.081Z Compiling strum_macros v0.24.3
23282025-01-17T05:55:48.976Z Compiling fxhash v0.2.1
23292025-01-17T05:55:49.254Z Compiling samael v0.0.17
23302025-01-17T05:55:49.293Z Compiling zip v2.1.3
23312025-01-17T05:55:49.407Z Compiling simd-adler32 v0.3.7
23322025-01-17T05:55:49.635Z Compiling indoc v1.0.9
23332025-01-17T05:55:50.457Z Compiling bumpalo v3.16.0
23342025-01-17T05:55:50.749Z Compiling crc-any v2.5.0
23352025-01-17T05:55:50.899Z Compiling bytecount v0.6.8
23362025-01-17T05:55:51.072Z Compiling lockfree-object-pool v0.1.6
23372025-01-17T05:55:51.254Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23382025-01-17T05:55:51.386Z Compiling zopfli v0.8.1
23392025-01-17T05:55:51.426Z Compiling papergrid v0.11.0
23402025-01-17T05:55:57.868Z Compiling object v0.30.4
23412025-01-17T05:56:00.488Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23422025-01-17T05:56:04.876Z Compiling derive_builder v0.20.2
23432025-01-17T05:56:05.091Z Compiling strip-ansi-escapes v0.2.0
23442025-01-17T05:56:06.125Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23452025-01-17T05:56:06.254Z Compiling tabled_derive v0.7.0
23462025-01-17T05:56:06.447Z Compiling fd-lock v4.0.2
23472025-01-17T05:56:06.702Z Compiling peg-macros v0.8.4
23482025-01-17T05:56:08.389Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23492025-01-17T05:56:09.417Z Compiling kstat-rs v0.2.4
23502025-01-17T05:56:09.519Z Compiling impl-trait-for-tuples v0.2.2
23512025-01-17T05:56:10.135Z Compiling oso-derive v0.27.3
23522025-01-17T05:56:10.383Z Compiling quick-xml v0.33.0
23532025-01-17T05:56:10.443Z Compiling diesel-dtrace v0.4.2
23542025-01-17T05:56:10.792Z Compiling path-slash v0.1.5
23552025-01-17T05:56:11.083Z Compiling nu-ansi-term v0.50.1
23562025-01-17T05:56:11.104Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23572025-01-17T05:56:12.416Z Compiling reedline v0.35.0
23582025-01-17T05:56:15.612Z Compiling oso v0.27.3
23592025-01-17T05:56:17.712Z Compiling peg v0.8.4
23602025-01-17T05:56:17.857Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23612025-01-17T05:56:23.078Z Compiling tabled v0.15.0
23622025-01-17T05:56:33.535Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23632025-01-17T05:56:38.651Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23642025-01-17T05:56:40.926Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23652025-01-17T05:56:41.012Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23662025-01-17T05:56:42.468Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23672025-01-17T05:56:42.806Z Compiling pem v3.0.4
23682025-01-17T05:56:42.831Z Compiling bb8 v0.8.5
23692025-01-17T05:56:43.464Z Compiling bcs v0.1.6
23702025-01-17T05:56:44.298Z Compiling libz-sys v1.1.20
23712025-01-17T05:56:44.443Z Compiling parking_lot_core v0.8.6
23722025-01-17T05:56:45.135Z Compiling async-bb8-diesel v0.2.1
23732025-01-17T05:56:45.941Z Compiling mime_guess v2.0.5
23742025-01-17T05:56:47.810Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23752025-01-17T05:56:51.028Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23762025-01-17T05:56:51.994Z Compiling buf-list v1.0.3
23772025-01-17T05:56:54.213Z Compiling nibble_vec v0.1.0
23782025-01-17T05:56:54.499Z Compiling libgit2-sys v0.17.0+1.8.1
23792025-01-17T05:56:55.304Z Compiling pin-project-internal v1.1.6
23802025-01-17T05:56:56.176Z Compiling atty v0.2.14
23812025-01-17T05:56:56.384Z Compiling endian-type v0.1.2
23822025-01-17T05:56:56.665Z Compiling salty v0.3.0
23832025-01-17T05:56:57.112Z Compiling http-range v0.1.5
23842025-01-17T05:56:57.759Z Compiling radix_trie v0.2.1
23852025-01-17T05:56:57.919Z Compiling pin-project v1.1.6
23862025-01-17T05:56:58.697Z Compiling parking_lot v0.11.2
23872025-01-17T05:57:03.762Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23882025-01-17T05:57:06.835Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23892025-01-17T05:57:08.393Z Compiling snafu-derive v0.8.5
23902025-01-17T05:57:12.736Z Compiling snafu v0.8.5
23912025-01-17T05:57:13.193Z Compiling hyper-staticfile v0.10.1
23922025-01-17T05:57:13.310Z Compiling sled v0.34.7
23932025-01-17T05:57:14.010Z Compiling hickory-client v0.24.1
23942025-01-17T05:57:18.504Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
23952025-01-17T05:57:19.383Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23962025-01-17T05:57:21.527Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23972025-01-17T05:57:34.391Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23982025-01-17T05:57:43.329Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23992025-01-17T05:57:48.526Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24002025-01-17T05:57:48.651Z Compiling globset v0.4.15
24012025-01-17T05:57:48.694Z Compiling hickory-server v0.24.1
24022025-01-17T05:57:49.385Z Compiling primeorder v0.13.6
24032025-01-17T05:57:49.972Z Compiling olpc-cjson v0.1.4
24042025-01-17T05:57:50.129Z Compiling castaway v0.2.3
24052025-01-17T05:57:50.340Z Compiling vergen v8.3.2
24062025-01-17T05:57:50.362Z Compiling env_filter v0.1.2
24072025-01-17T05:57:50.686Z Compiling serde_plain v1.0.2
24082025-01-17T05:57:51.260Z Compiling cargo-platform v0.1.8
24092025-01-17T05:57:51.776Z Compiling nanorand v0.7.0
24102025-01-17T05:57:51.940Z Compiling memoffset v0.9.1
24112025-01-17T05:57:52.307Z Compiling typed-path v0.9.3
24122025-01-17T05:57:52.656Z Compiling flume v0.11.1
24132025-01-17T05:57:53.437Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24142025-01-17T05:57:54.529Z Compiling cargo_metadata v0.18.1
24152025-01-17T05:57:56.240Z Compiling tough v0.19.0
24162025-01-17T05:57:57.261Z Compiling env_logger v0.11.5
24172025-01-17T05:57:57.634Z Compiling compact_str v0.8.0
24182025-01-17T05:57:58.706Z Compiling p384 v0.13.0
24192025-01-17T05:57:59.325Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24202025-01-17T05:58:00.201Z Compiling git2 v0.19.0
24212025-01-17T05:58:00.588Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24222025-01-17T05:58:05.869Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24232025-01-17T05:58:06.957Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24242025-01-17T05:58:07.104Z Compiling unicode-truncate v1.1.0
24252025-01-17T05:58:07.434Z Compiling lru v0.12.5
24262025-01-17T05:58:07.804Z Compiling rand_seeder v0.3.0
24272025-01-17T05:58:08.253Z Compiling libsqlite3-sys v0.30.1
24282025-01-17T05:58:08.418Z Compiling lzma-sys v0.1.20
24292025-01-17T05:58:08.792Z Compiling instability v0.3.2
24302025-01-17T05:58:09.140Z Compiling parse-size v1.1.0
24312025-01-17T05:58:09.532Z Compiling cassowary v0.3.0
24322025-01-17T05:58:09.878Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24332025-01-17T05:58:09.998Z Compiling rustls v0.21.12
24342025-01-17T05:58:10.239Z Compiling cfg_aliases v0.2.1
24352025-01-17T05:58:10.379Z Compiling nix v0.29.0
24362025-01-17T05:58:10.406Z Compiling ratatui v0.28.1
24372025-01-17T05:58:11.266Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24382025-01-17T05:58:12.169Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24392025-01-17T05:58:12.423Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24402025-01-17T05:58:14.190Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24412025-01-17T05:58:14.768Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24422025-01-17T05:58:15.520Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24432025-01-17T05:58:15.866Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24442025-01-17T05:58:17.348Z Compiling sct v0.7.1
24452025-01-17T05:58:17.841Z Compiling rustls-webpki v0.101.7
24462025-01-17T05:58:18.969Z Compiling heck v0.3.3
24472025-01-17T05:58:19.336Z Compiling csv-core v0.1.11
24482025-01-17T05:58:19.532Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24492025-01-17T05:58:19.900Z Compiling glob v0.3.1
24502025-01-17T05:58:20.276Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24512025-01-17T05:58:20.649Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24522025-01-17T05:58:21.906Z Compiling csv v1.3.0
24532025-01-17T05:58:22.063Z Compiling zone_cfg_derive v0.1.2
24542025-01-17T05:58:24.107Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24552025-01-17T05:58:27.849Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24562025-01-17T05:58:29.175Z Compiling nix v0.27.1
24572025-01-17T05:58:29.925Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24582025-01-17T05:58:32.036Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24592025-01-17T05:58:32.904Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24602025-01-17T05:58:36.842Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24612025-01-17T05:58:42.491Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24622025-01-17T05:58:42.864Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24632025-01-17T05:58:43.935Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24642025-01-17T05:58:44.139Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24652025-01-17T05:58:44.271Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24662025-01-17T05:58:44.348Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24672025-01-17T05:58:44.464Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24682025-01-17T05:58:44.606Z Compiling tungstenite v0.23.0
24692025-01-17T05:58:45.193Z Compiling hashlink v0.9.1
24702025-01-17T05:58:45.842Z Compiling fallible-streaming-iterator v0.1.9
24712025-01-17T05:58:46.003Z Compiling base64 v0.13.1
24722025-01-17T05:58:46.151Z Compiling fallible-iterator v0.3.0
24732025-01-17T05:58:46.836Z Compiling ron v0.7.1
24742025-01-17T05:58:46.950Z Compiling rusqlite v0.32.1
24752025-01-17T05:58:49.041Z Compiling tokio-tungstenite v0.23.1
24762025-01-17T05:58:49.476Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24772025-01-17T05:58:50.104Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24782025-01-17T05:58:51.508Z Compiling xz2 v0.1.7
24792025-01-17T05:58:52.126Z Compiling tokio-rustls v0.24.1
24802025-01-17T05:58:52.148Z Compiling zone v0.1.8
24812025-01-17T05:58:55.539Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24822025-01-17T05:58:57.103Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24832025-01-17T05:58:57.444Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24842025-01-17T05:59:01.098Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24852025-01-17T05:59:02.176Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24862025-01-17T05:59:09.141Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24872025-01-17T05:59:10.732Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24882025-01-17T05:59:14.027Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24892025-01-17T05:59:14.162Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24902025-01-17T05:59:15.025Z Compiling rustls-pemfile v1.0.4
24912025-01-17T05:59:15.831Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24922025-01-17T05:59:16.140Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24932025-01-17T05:59:16.162Z Compiling signal-hook-tokio v0.3.1
24942025-01-17T05:59:16.341Z Compiling twox-hash v1.6.3
24952025-01-17T05:59:16.404Z Compiling yasna v0.5.2
24962025-01-17T05:59:17.371Z Compiling is_ci v1.2.0
24972025-01-17T05:59:17.716Z Compiling smawk v0.3.2
24982025-01-17T05:59:18.010Z Compiling unicode-linebreak v0.1.5
24992025-01-17T05:59:18.604Z Compiling textwrap v0.16.1
25002025-01-17T05:59:19.832Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25012025-01-17T05:59:22.210Z Compiling supports-color v3.0.1
25022025-01-17T05:59:22.428Z Compiling rcgen v0.12.1
25032025-01-17T05:59:23.166Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25042025-01-17T05:59:32.026Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25052025-01-17T05:59:32.234Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25062025-01-17T05:59:33.607Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25072025-01-17T05:59:43.024Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25082025-01-17T05:59:47.964Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25092025-01-17T05:59:50.400Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25102025-01-17T05:59:50.997Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25112025-01-17T06:00:01.249Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25122025-01-17T06:00:08.034Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25132025-01-17T06:00:08.342Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25142025-01-17T06:00:08.953Z Compiling fatfs v0.3.6
25152025-01-17T06:00:10.493Z Compiling subprocess v0.2.9
25162025-01-17T06:00:11.727Z Compiling rtoolbox v0.0.2
25172025-01-17T06:00:12.189Z Compiling assert_matches v1.5.0
25182025-01-17T06:00:15.265Z Compiling rpassword v7.3.1
25192025-01-17T06:00:15.761Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25202025-01-17T06:00:16.263Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25212025-01-17T06:00:18.767Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25222025-01-17T06:00:23.283Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25232025-01-17T06:00:25.983Z Compiling tui-tree-widget v0.22.0
25242025-01-17T06:00:26.463Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25252025-01-17T06:00:34.201Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25262025-01-17T06:00:34.542Z Compiling uzers v0.12.1
25272025-01-17T06:00:37.727Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25282025-01-17T06:00:39.775Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25292025-01-17T06:00:41.765Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25302025-01-17T06:01:10.773Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25312025-01-17T06:01:13.345Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25322025-01-17T06:01:18.302Z Compiling multimap v0.10.0
25332025-01-17T06:03:51.340Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25342025-01-17T06:03:59.765Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25352025-01-17T06:11:22.212Z Finished `release` profile [optimized] target(s) in 17m 24s
25362025-01-17T06:12:26.160Z
25372025-01-17T06:12:26.164Zreal 18:29.506948784
25382025-01-17T06:12:26.164Zuser 2:08:47.989823078
25392025-01-17T06:12:26.164Zsys 3:22.726721866
25402025-01-17T06:12:26.164Ztrap 3.450254664
25412025-01-17T06:12:26.164Ztflt 2.789258419
25422025-01-17T06:12:26.164Zdflt 4.796244882
25432025-01-17T06:12:26.164Zkflt 0.000940889
25442025-01-17T06:12:26.164Zlock 7:46:20.545841183
25452025-01-17T06:12:26.164Zslp 6:34:23.167888214
25462025-01-17T06:12:26.164Zlat 3:22.751292243
25472025-01-17T06:12:26.164Zstop 2:48.300436822
25482025-01-17T06:12:26.165Z+ mapfile -t packages
25492025-01-17T06:12:26.165Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25502025-01-17T06:12:27.261Z Finished `release` profile [optimized] target(s) in 1.04s
25512025-01-17T06:12:27.317Z Running `target/release/omicron-package -t test list-outputs`
25522025-01-17T06:12:27.366ZLogging to: /work/oxidecomputer/omicron/out/LOG
25532025-01-17T06:12:27.371Z+ ptime -m cargo build --locked --release -p xtask
25542025-01-17T06:12:27.960Z Compiling serde v1.0.217
25552025-01-17T06:12:27.965Z Compiling rustix v0.38.37
25562025-01-17T06:12:27.965Z Compiling serde_json v1.0.135
25572025-01-17T06:12:27.965Z Compiling libc v0.2.169
25582025-01-17T06:12:28.064Z Compiling syn v2.0.96
25592025-01-17T06:12:28.071Z Compiling bitflags v2.6.0
25602025-01-17T06:12:28.395Z Compiling usdt-impl v0.5.0
25612025-01-17T06:12:28.435Z Compiling syn v1.0.109
25622025-01-17T06:12:28.560Z Compiling log v0.4.22
25632025-01-17T06:12:28.607Z Compiling hashbrown v0.15.1
25642025-01-17T06:12:28.833Z Compiling fs-err v2.11.0
25652025-01-17T06:12:29.009Z Compiling anyhow v1.0.93
25662025-01-17T06:12:29.145Z Compiling once_cell v1.20.2
25672025-01-17T06:12:29.371Z Compiling thread-id v4.2.2
25682025-01-17T06:12:29.884Z Compiling indexmap v2.7.0
25692025-01-17T06:12:30.873Z Compiling terminal_size v0.4.0
25702025-01-17T06:12:30.874Z Compiling tempfile v3.13.0
25712025-01-17T06:12:31.142Z Compiling clap_builder v4.5.21
25722025-01-17T06:12:31.704Z Compiling proc-macro-error v1.0.4
25732025-01-17T06:12:32.653Z Compiling tabled_derive v0.7.0
25742025-01-17T06:12:33.761Z Compiling tabled v0.15.0
25752025-01-17T06:12:37.098Z Compiling serde_derive v1.0.217
25762025-01-17T06:12:37.098Z Compiling thiserror-impl v1.0.69
25772025-01-17T06:12:37.120Z Compiling zerocopy-derive v0.7.35
25782025-01-17T06:12:37.120Z Compiling scroll_derive v0.12.0
25792025-01-17T06:12:37.120Z Compiling clap_derive v4.5.18
25802025-01-17T06:12:37.120Z Compiling scroll v0.12.0
25812025-01-17T06:12:37.120Z Compiling zerocopy v0.7.35
25822025-01-17T06:12:37.120Z Compiling goblin v0.8.2
25832025-01-17T06:12:37.456Z Compiling thiserror v1.0.69
25842025-01-17T06:12:37.636Z Compiling pest v2.7.14
25852025-01-17T06:12:40.490Z Compiling pest_meta v2.7.14
25862025-01-17T06:12:40.692Z Compiling clap v4.5.21
25872025-01-17T06:12:41.973Z Compiling pest_generator v2.7.14
25882025-01-17T06:12:44.220Z Compiling pest_derive v2.7.14
25892025-01-17T06:12:45.032Z Compiling dtrace-parser v0.2.0
25902025-01-17T06:12:49.055Z Compiling serde_spanned v0.6.8
25912025-01-17T06:12:49.413Z Compiling serde_tokenstream v0.2.2
25922025-01-17T06:12:49.985Z Compiling toml_datetime v0.6.8
25932025-01-17T06:12:50.803Z Compiling toml_edit v0.22.22
25942025-01-17T06:12:51.852Z Compiling dof v0.3.0
25952025-01-17T06:12:53.027Z Compiling camino v1.1.9
25962025-01-17T06:12:54.032Z Compiling usdt-macro v0.5.0
25972025-01-17T06:12:54.049Z Compiling usdt-attr-macro v0.5.0
25982025-01-17T06:12:55.215Z Compiling toml v0.8.19
25992025-01-17T06:12:55.357Z Compiling semver v1.0.24
26002025-01-17T06:12:56.863Z Compiling cargo-platform v0.1.8
26012025-01-17T06:12:58.034Z Compiling cargo_metadata v0.18.1
26022025-01-17T06:12:58.767Z Compiling cargo_toml v0.20.5
26032025-01-17T06:13:00.914Z Compiling usdt v0.5.0
26042025-01-17T06:13:01.511Z Compiling camino-tempfile v1.1.1
26052025-01-17T06:13:02.299Z Compiling macaddr v1.0.1
26062025-01-17T06:13:13.526Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26072025-01-17T06:13:23.124Z Finished `release` profile [optimized] target(s) in 55.68s
26082025-01-17T06:13:23.253Z
26092025-01-17T06:13:23.254Zreal 55.818967970
26102025-01-17T06:13:23.254Zuser 5:51.196078906
26112025-01-17T06:13:23.254Zsys 18.145361077
26122025-01-17T06:13:23.254Ztrap 0.172669114
26132025-01-17T06:13:23.254Ztflt 0.321087808
26142025-01-17T06:13:23.379Zdflt 0.302452286
26152025-01-17T06:13:23.379Zkflt 0.000002779
26162025-01-17T06:13:23.380Zlock 10:49.237190380
26172025-01-17T06:13:23.380Zslp 16:37.020072598
26182025-01-17T06:13:23.380Zlat 14.969046217
26192025-01-17T06:13:23.380Zstop 13.660486892
26202025-01-17T06:13:23.380Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26212025-01-17T06:13:23.380Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26222025-01-17T06:13:23.380Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26232025-01-17T06:13:23.380Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26242025-01-17T06:13:23.380Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26252025-01-17T06:13:24.184Z Compiling hashbrown v0.14.5
26262025-01-17T06:13:24.324Z Compiling thiserror v2.0.11
26272025-01-17T06:13:24.381Z Compiling thiserror-impl v2.0.11
26282025-01-17T06:13:24.381Z Compiling ident_case v1.0.1
26292025-01-17T06:13:24.382Z Compiling unsafe-libyaml v0.2.11
26302025-01-17T06:13:24.382Z Compiling ipnetwork v0.20.0
26312025-01-17T06:13:24.383Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26322025-01-17T06:13:24.383Z Compiling progenitor-client v0.9.1
26332025-01-17T06:13:24.511Z Compiling darling_core v0.20.10
26342025-01-17T06:13:24.796Z Compiling macaddr v1.0.1
26352025-01-17T06:13:24.967Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26362025-01-17T06:13:25.190Z Compiling progenitor-client v0.8.0
26372025-01-17T06:13:25.250Z Compiling instant v0.1.13
26382025-01-17T06:13:25.272Z Compiling structmeta-derive v0.3.0
26392025-01-17T06:13:25.401Z Compiling regress v0.10.1
26402025-01-17T06:13:25.432Z Compiling dropshot v0.15.1
26412025-01-17T06:13:25.668Z Compiling serde_yaml v0.9.34+deprecated
26422025-01-17T06:13:25.704Z Compiling regress v0.9.1
26432025-01-17T06:13:25.852Z Compiling dropshot_endpoint v0.15.1
26442025-01-17T06:13:26.272Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26452025-01-17T06:13:27.550Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26462025-01-17T06:13:27.757Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26472025-01-17T06:13:27.964Z Compiling structmeta v0.3.0
26482025-01-17T06:13:28.403Z Compiling parse-display-derive v0.10.0
26492025-01-17T06:13:28.532Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26502025-01-17T06:13:28.539Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26512025-01-17T06:13:28.725Z Compiling backoff v0.4.0
26522025-01-17T06:13:29.021Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26532025-01-17T06:13:29.090Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26542025-01-17T06:13:29.286Z Compiling typify-impl v0.2.0
26552025-01-17T06:13:29.324Z Compiling tempfile v3.13.0
26562025-01-17T06:13:29.803Z Compiling proc-macro-crate v1.3.1
26572025-01-17T06:13:30.148Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26582025-01-17T06:13:30.386Z Compiling typify-impl v0.3.0
26592025-01-17T06:13:30.534Z Compiling itertools v0.13.0
26602025-01-17T06:13:30.690Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26612025-01-17T06:13:30.772Z Compiling darling_macro v0.20.10
26622025-01-17T06:13:30.840Z Compiling num_enum_derive v0.5.11
26632025-01-17T06:13:30.986Z Compiling zerocopy v0.8.10
26642025-01-17T06:13:31.739Z Compiling darling v0.20.10
26652025-01-17T06:13:31.871Z Compiling serde_with_macros v3.11.0
26662025-01-17T06:13:31.940Z Compiling zerocopy-derive v0.8.10
26672025-01-17T06:13:35.872Z Compiling parse-display v0.10.0
26682025-01-17T06:13:35.895Z Compiling num_enum v0.5.11
26692025-01-17T06:13:35.895Z Compiling foreign-types-macros v0.2.3
26702025-01-17T06:13:35.895Z Compiling crucible-workspace-hack v0.1.0
26712025-01-17T06:13:35.896Z Compiling heapless v0.8.0
26722025-01-17T06:13:35.896Z Compiling foreign-types-shared v0.3.1
26732025-01-17T06:13:35.896Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26742025-01-17T06:13:35.896Z Compiling proc-macro-error v1.0.4
26752025-01-17T06:13:35.896Z Compiling serde_with v3.11.0
26762025-01-17T06:13:35.896Z Compiling foreign-types v0.5.0
26772025-01-17T06:13:35.896Z Compiling camino-tempfile v1.1.1
26782025-01-17T06:13:35.896Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26792025-01-17T06:13:35.896Z Compiling hash32 v0.3.1
26802025-01-17T06:13:35.896Z Compiling cstr-argument v0.1.2
26812025-01-17T06:13:36.016Z Compiling pretty-hex v0.2.1
26822025-01-17T06:13:36.069Z Compiling smoltcp v0.11.0
26832025-01-17T06:13:36.166Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26842025-01-17T06:13:36.601Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26852025-01-17T06:13:36.811Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26862025-01-17T06:13:37.242Z Compiling tabwriter v1.4.0
26872025-01-17T06:13:37.690Z Compiling colored v2.1.0
26882025-01-17T06:13:37.910Z Compiling cobs v0.2.3
26892025-01-17T06:13:38.134Z Compiling postcard v1.0.10
26902025-01-17T06:13:38.229Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26912025-01-17T06:13:38.349Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26922025-01-17T06:13:38.526Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26932025-01-17T06:13:38.622Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26942025-01-17T06:13:38.755Z Compiling smf v0.2.3
26952025-01-17T06:13:38.951Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26962025-01-17T06:13:39.385Z Compiling zone_cfg_derive v0.3.0
26972025-01-17T06:13:39.917Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
26982025-01-17T06:13:40.012Z Compiling num-derive v0.4.2
26992025-01-17T06:13:40.345Z Compiling sigpipe v0.1.3
27002025-01-17T06:13:40.499Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27012025-01-17T06:13:40.856Z Compiling zone v0.3.0
27022025-01-17T06:13:40.859Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27032025-01-17T06:13:40.920Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27042025-01-17T06:13:41.764Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27052025-01-17T06:13:41.844Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27062025-01-17T06:13:42.301Z Compiling universal-hash v0.5.1
27072025-01-17T06:13:42.338Z Compiling opaque-debug v0.3.1
27082025-01-17T06:13:42.386Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27092025-01-17T06:13:42.450Z Compiling tungstenite v0.21.0
27102025-01-17T06:13:42.513Z Compiling num-rational v0.4.2
27112025-01-17T06:13:42.534Z Compiling password-hash v0.5.0
27122025-01-17T06:13:43.276Z Compiling num-complex v0.4.6
27132025-01-17T06:13:43.325Z Compiling blake2 v0.10.6
27142025-01-17T06:13:43.517Z Compiling aead v0.5.2
27152025-01-17T06:13:43.920Z Compiling base64 v0.21.7
27162025-01-17T06:13:44.089Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27172025-01-17T06:13:44.265Z Compiling keccak v0.1.5
27182025-01-17T06:13:44.284Z Compiling convert_case v0.4.0
27192025-01-17T06:13:44.403Z Compiling num v0.4.3
27202025-01-17T06:13:44.528Z Compiling argon2 v0.5.3
27212025-01-17T06:13:44.632Z Compiling sha3 v0.10.8
27222025-01-17T06:13:44.688Z Compiling tokio-tungstenite v0.21.0
27232025-01-17T06:13:45.067Z Compiling typify-macro v0.2.0
27242025-01-17T06:13:45.154Z Compiling derive_more v0.99.18
27252025-01-17T06:13:45.314Z Compiling poly1305 v0.8.0
27262025-01-17T06:13:45.643Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27272025-01-17T06:13:45.721Z Compiling chacha20 v0.9.1
27282025-01-17T06:13:46.033Z Compiling float-ord v0.3.2
27292025-01-17T06:13:46.232Z Compiling typify-macro v0.3.0
27302025-01-17T06:13:46.252Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27312025-01-17T06:13:46.252Z Compiling semver v0.1.20
27322025-01-17T06:13:46.705Z Compiling same-file v1.0.6
27332025-01-17T06:13:46.892Z Compiling rustc_version v0.1.7
27342025-01-17T06:13:47.028Z Compiling walkdir v2.5.0
27352025-01-17T06:13:47.099Z Compiling newline-converter v0.3.0
27362025-01-17T06:13:47.299Z Compiling primeorder v0.13.6
27372025-01-17T06:13:47.376Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27382025-01-17T06:13:47.422Z Compiling secrecy v0.8.0
27392025-01-17T06:13:47.684Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27402025-01-17T06:13:47.760Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27412025-01-17T06:13:47.827Z Compiling cancel-safe-futures v0.1.5
27422025-01-17T06:13:47.834Z Compiling owo-colors v4.1.0
27432025-01-17T06:13:47.949Z Compiling newtype_derive v0.1.6
27442025-01-17T06:13:48.186Z Compiling expectorate v1.1.0
27452025-01-17T06:13:48.213Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27462025-01-17T06:13:48.252Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27472025-01-17T06:13:48.382Z Compiling thiserror-impl-no-std v2.0.2
27482025-01-17T06:13:48.523Z Compiling blake3 v1.5.4
27492025-01-17T06:13:48.550Z Compiling unicase v2.7.0
27502025-01-17T06:13:48.870Z Compiling half v2.4.1
27512025-01-17T06:13:48.971Z Compiling arc-swap v1.7.1
27522025-01-17T06:13:49.032Z Compiling typify v0.2.0
27532025-01-17T06:13:49.174Z Compiling progenitor-impl v0.8.0
27542025-01-17T06:13:49.193Z Compiling ciborium-io v0.2.2
27552025-01-17T06:13:49.339Z Compiling ciborium-ll v0.2.2
27562025-01-17T06:13:49.432Z Compiling slog-scope v4.4.0
27572025-01-17T06:13:49.761Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27582025-01-17T06:13:49.777Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27592025-01-17T06:13:50.099Z Compiling polyval v0.6.2
27602025-01-17T06:13:50.165Z Compiling typify v0.3.0
27612025-01-17T06:13:50.333Z Compiling progenitor-impl v0.9.1
27622025-01-17T06:13:50.514Z Compiling atomicwrites v0.4.4
27632025-01-17T06:13:50.604Z Compiling libsw v3.3.1
27642025-01-17T06:13:50.925Z Compiling memmap2 v0.9.5
27652025-01-17T06:13:50.945Z Compiling arrayref v0.3.9
27662025-01-17T06:13:51.067Z Compiling constant_time_eq v0.3.1
27672025-01-17T06:13:51.284Z Compiling indent_write v2.2.0
27682025-01-17T06:13:51.321Z Compiling thiserror-no-std v2.0.2
27692025-01-17T06:13:51.390Z Compiling linear-map v1.2.0
27702025-01-17T06:13:51.472Z Compiling salty v0.3.0
27712025-01-17T06:13:51.538Z Compiling arrayvec v0.7.6
27722025-01-17T06:13:51.750Z Compiling parking_lot_core v0.8.6
27732025-01-17T06:13:51.889Z Compiling libefi-sys v0.1.0
27742025-01-17T06:13:51.959Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27752025-01-17T06:13:52.230Z Compiling vsss-rs v3.3.4
27762025-01-17T06:13:52.250Z Compiling ghash v0.5.1
27772025-01-17T06:13:52.455Z Compiling slog-stdlog v4.1.1
27782025-01-17T06:13:52.835Z Compiling ciborium v0.2.2
27792025-01-17T06:13:53.192Z Compiling p384 v0.13.0
27802025-01-17T06:13:53.213Z Compiling toolchain_find v0.4.0
27812025-01-17T06:13:53.817Z Compiling chacha20poly1305 v0.10.1
27822025-01-17T06:13:54.086Z Compiling ctr v0.9.2
27832025-01-17T06:13:54.234Z Compiling lzma-sys v0.1.20
27842025-01-17T06:13:54.310Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27852025-01-17T06:13:54.471Z Compiling bitfield-struct v0.6.2
27862025-01-17T06:13:54.681Z Compiling slog-dtrace v0.3.0
27872025-01-17T06:13:54.725Z Compiling topological-sort v0.2.2
27882025-01-17T06:13:54.982Z Compiling highway v1.2.0
27892025-01-17T06:13:55.044Z Compiling omicron-zone-package v0.12.0
27902025-01-17T06:13:55.220Z Compiling aes-gcm v0.10.3
27912025-01-17T06:13:55.611Z Compiling rustfmt-wrapper v0.2.1
27922025-01-17T06:13:55.744Z Compiling mime_guess v2.0.5
27932025-01-17T06:13:55.845Z Compiling slog-envlogger v2.2.0
27942025-01-17T06:13:55.877Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27952025-01-17T06:13:56.229Z Compiling steno v0.4.1
27962025-01-17T06:13:56.479Z Compiling progenitor-macro v0.8.0
27972025-01-17T06:13:56.976Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27982025-01-17T06:13:56.994Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27992025-01-17T06:13:57.030Z Compiling heck v0.3.3
28002025-01-17T06:13:57.416Z Compiling ssh-encoding v0.2.0
28012025-01-17T06:13:57.620Z Compiling blowfish v0.9.1
28022025-01-17T06:13:57.641Z Compiling nibble_vec v0.1.0
28032025-01-17T06:13:57.641Z Compiling progenitor-macro v0.9.1
28042025-01-17T06:13:57.872Z Compiling env_filter v0.1.2
28052025-01-17T06:13:57.926Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28062025-01-17T06:13:58.085Z Compiling humantime v2.1.0
28072025-01-17T06:13:58.109Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28082025-01-17T06:13:58.242Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28092025-01-17T06:13:58.385Z Compiling endian-type v0.1.2
28102025-01-17T06:13:58.460Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28112025-01-17T06:13:58.545Z Compiling env_logger v0.11.5
28122025-01-17T06:13:58.610Z Compiling radix_trie v0.2.1
28132025-01-17T06:13:58.630Z Compiling bcrypt-pbkdf v0.10.0
28142025-01-17T06:13:59.249Z Compiling ssh-cipher v0.2.0
28152025-01-17T06:13:59.253Z Compiling zone_cfg_derive v0.1.2
28162025-01-17T06:13:59.351Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28172025-01-17T06:13:59.822Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28182025-01-17T06:14:00.219Z Compiling parking_lot v0.11.2
28192025-01-17T06:14:00.761Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28202025-01-17T06:14:00.879Z Compiling password-hash v0.4.2
28212025-01-17T06:14:00.904Z Compiling gethostname v0.5.0
28222025-01-17T06:14:01.056Z Compiling fxhash v0.2.1
28232025-01-17T06:14:01.121Z Compiling matches v0.1.10
28242025-01-17T06:14:01.138Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28252025-01-17T06:14:01.169Z Compiling zip v2.1.3
28262025-01-17T06:14:01.241Z Compiling simd-adler32 v0.3.7
28272025-01-17T06:14:01.281Z Compiling http-range v0.1.5
28282025-01-17T06:14:01.440Z Compiling lockfree-object-pool v0.1.6
28292025-01-17T06:14:01.491Z Compiling bumpalo v3.16.0
28302025-01-17T06:14:01.621Z Compiling base64 v0.13.1
28312025-01-17T06:14:01.776Z Compiling pbkdf2 v0.11.0
28322025-01-17T06:14:01.796Z Compiling sled v0.34.7
28332025-01-17T06:14:01.826Z Compiling idna v0.2.3
28342025-01-17T06:14:01.976Z Compiling zopfli v0.8.1
28352025-01-17T06:14:02.170Z Compiling ron v0.7.1
28362025-01-17T06:14:02.203Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28372025-01-17T06:14:02.827Z Compiling xz2 v0.1.7
28382025-01-17T06:14:02.912Z Compiling zone v0.1.8
28392025-01-17T06:14:03.289Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28402025-01-17T06:14:03.703Z Compiling ssh-key v0.6.6
28412025-01-17T06:14:04.341Z Compiling hickory-client v0.24.1
28422025-01-17T06:14:04.570Z Compiling p256 v0.13.2
28432025-01-17T06:14:04.727Z Compiling p521 v0.13.3
28442025-01-17T06:14:05.389Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28452025-01-17T06:14:05.842Z Compiling hickory-server v0.24.1
28462025-01-17T06:14:06.459Z Compiling enum-as-inner v0.5.1
28472025-01-17T06:14:07.175Z Compiling pem v3.0.4
28482025-01-17T06:14:07.496Z Compiling yasna v0.5.2
28492025-01-17T06:14:07.944Z Compiling headers-core v0.3.0
28502025-01-17T06:14:08.027Z Compiling kstat-rs v0.2.4
28512025-01-17T06:14:08.128Z Compiling nanorand v0.7.0
28522025-01-17T06:14:08.328Z Compiling atty v0.2.14
28532025-01-17T06:14:08.508Z Compiling russh-cryptovec v0.7.3
28542025-01-17T06:14:08.606Z Compiling md5 v0.7.0
28552025-01-17T06:14:08.649Z Compiling flume v0.11.1
28562025-01-17T06:14:08.829Z Compiling rcgen v0.12.1
28572025-01-17T06:14:09.097Z Compiling russh-keys v0.45.0
28582025-01-17T06:14:09.153Z Compiling headers v0.4.0
28592025-01-17T06:14:09.274Z Compiling trust-dns-proto v0.22.0
28602025-01-17T06:14:09.365Z Compiling progenitor v0.8.0
28612025-01-17T06:14:09.609Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28622025-01-17T06:14:10.293Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28632025-01-17T06:14:10.645Z Compiling progenitor v0.9.1
28642025-01-17T06:14:10.895Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28652025-01-17T06:14:10.995Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28662025-01-17T06:14:11.046Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28672025-01-17T06:14:12.084Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28682025-01-17T06:14:13.068Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28692025-01-17T06:14:13.596Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28702025-01-17T06:14:15.260Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28712025-01-17T06:14:16.564Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28722025-01-17T06:14:16.827Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28732025-01-17T06:14:17.274Z Compiling hyper-staticfile v0.10.1
28742025-01-17T06:14:17.628Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28752025-01-17T06:14:18.274Z Compiling num-bigint v0.4.6
28762025-01-17T06:14:18.338Z Compiling des v0.8.1
28772025-01-17T06:14:18.697Z Compiling subprocess v0.2.9
28782025-01-17T06:14:19.290Z Compiling dhcproto-macros v0.1.0
28792025-01-17T06:14:19.458Z Compiling display-error-chain v0.2.2
28802025-01-17T06:14:19.702Z Compiling hex-literal v0.4.1
28812025-01-17T06:14:19.890Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28822025-01-17T06:14:20.186Z Compiling dhcproto v0.12.0
28832025-01-17T06:14:20.413Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28842025-01-17T06:14:20.878Z Compiling internet-checksum v0.2.1
28852025-01-17T06:14:21.125Z Compiling russh v0.45.0
28862025-01-17T06:14:27.094Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28872025-01-17T06:14:27.097Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28882025-01-17T06:14:27.147Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28892025-01-17T06:14:27.173Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28902025-01-17T06:14:28.054Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28912025-01-17T06:14:29.937Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28922025-01-17T06:14:31.386Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28932025-01-17T06:14:31.512Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28942025-01-17T06:14:31.964Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28952025-01-17T06:14:32.467Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28962025-01-17T06:14:34.965Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28972025-01-17T06:14:35.073Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28982025-01-17T06:14:35.199Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28992025-01-17T06:14:35.965Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29002025-01-17T06:14:36.053Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29012025-01-17T06:14:36.683Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29022025-01-17T06:14:37.188Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29032025-01-17T06:14:38.592Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29042025-01-17T06:14:41.209Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29052025-01-17T06:14:41.686Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29062025-01-17T06:14:41.775Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29072025-01-17T06:14:43.769Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29082025-01-17T06:14:45.505Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29092025-01-17T06:14:45.763Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29102025-01-17T06:14:47.676Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29112025-01-17T06:14:50.040Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29122025-01-17T06:14:50.191Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29132025-01-17T06:14:50.273Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29142025-01-17T06:14:53.988Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29152025-01-17T06:15:02.280Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29162025-01-17T06:15:03.954Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29172025-01-17T06:15:27.439Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29182025-01-17T06:15:50.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
29192025-01-17T06:15:51.158Z
29202025-01-17T06:15:51.158Zreal 2:27.854610236
29212025-01-17T06:15:51.158Zuser 12:41.932694615
29222025-01-17T06:15:51.158Zsys 1:35.535005509
29232025-01-17T06:15:51.158Ztrap 0.403659552
29242025-01-17T06:15:51.158Ztflt 0.817906237
29252025-01-17T06:15:51.158Zdflt 1.453044530
29262025-01-17T06:15:51.161Zkflt 0.000704973
29272025-01-17T06:15:51.161Zlock 23:29.351389010
29282025-01-17T06:15:51.161Zslp 43:52.806084009
29292025-01-17T06:15:51.161Zlat 38.343192348
29302025-01-17T06:15:51.161Zstop 1:34.668965960
29312025-01-17T06:15:51.161Z+ mkdir tests
29322025-01-17T06:15:51.164Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29332025-01-17T06:15:51.164Z+ xargs -I '{}' -t cp '{}' tests/
29342025-01-17T06:15:51.203Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d7045afdd2275236 tests/
29352025-01-17T06:15:51.226Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-003022a48aaaa3da tests/
29362025-01-17T06:15:51.246Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce4078b3cba0aa19 tests/
29372025-01-17T06:15:51.266Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-874eb028fd35d84d tests/
29382025-01-17T06:15:51.485Z+ 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/*)
29392025-01-17T06:15:51.488Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ce4078b3cba0aa19 tests/commtest-003022a48aaaa3da tests/dhcp_server-d7045afdd2275236 tests/end_to_end_tests-874eb028fd35d84d out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29402025-01-17T06:17:05.561ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29412025-01-17T06:17:05.561Za .github/buildomat/ci-env.sh 1K
29422025-01-17T06:17:05.561Za out/target/test 1K
29432025-01-17T06:17:05.562Za out/npuzone/npuzone 23144K
29442025-01-17T06:17:05.562Za package-manifest.toml 34K
29452025-01-17T06:17:05.562Za smf/sled-agent/non-gimlet/config.toml 4K
29462025-01-17T06:17:05.562Za target/release/omicron-package 36370K
29472025-01-17T06:17:05.562Za target/release/xtask 11911K
29482025-01-17T06:17:05.562Za target/debug/bootstrap 221450K
29492025-01-17T06:17:05.562Za tests/bootstrap-ce4078b3cba0aa19 24276K
29502025-01-17T06:17:05.562Za tests/commtest-003022a48aaaa3da 24769K
29512025-01-17T06:17:05.562Za tests/dhcp_server-d7045afdd2275236 24276K
29522025-01-17T06:17:05.562Za tests/end_to_end_tests-874eb028fd35d84d 282813K
29532025-01-17T06:17:05.562Za out/clickhouse.tar.gz 294787K
29542025-01-17T06:17:05.562Za out/clickhouse_keeper.tar.gz 281742K
29552025-01-17T06:17:05.562Za out/clickhouse_server.tar.gz 294771K
29562025-01-17T06:17:05.562Za out/cockroachdb.tar.gz 135122K
29572025-01-17T06:17:05.562Za out/crucible-dtrace.tar 96K
29582025-01-17T06:17:05.562Za out/crucible-pantry-zone.tar.gz 28542K
29592025-01-17T06:17:05.562Za out/crucible-zone.tar.gz 36818K
29602025-01-17T06:17:05.562Za out/external-dns.tar.gz 35749K
29612025-01-17T06:17:05.562Za out/internal-dns.tar.gz 35749K
29622025-01-17T06:17:05.562Za out/mg-ddm-gz.tar 63075K
29632025-01-17T06:17:05.562Za out/nexus.tar.gz 100016K
29642025-01-17T06:17:05.562Za out/ntp.tar.gz 10506K
29652025-01-17T06:17:05.562Za out/omicron-gateway-softnpu.tar.gz 24313K
29662025-01-17T06:17:05.562Za out/omicron-sled-agent.tar 114842K
29672025-01-17T06:17:05.562Za out/overlay.tar.gz 3K
29682025-01-17T06:17:05.562Za out/oximeter.tar.gz 48517K
29692025-01-17T06:17:05.562Za out/oxlog.tar 3150K
29702025-01-17T06:17:05.563Za out/probe.tar.gz 2764K
29712025-01-17T06:17:05.563Za out/propolis-server.tar.gz 66467K
29722025-01-17T06:17:05.563Za out/pumpkind-gz.tar 26665K
29732025-01-17T06:17:05.563Za out/switch-softnpu.tar.gz 236702K
29742025-01-17T06:17:05.566Z
29752025-01-17T06:17:05.566Zreal 1:14.058994043
29762025-01-17T06:17:05.566Zuser 1:10.515515220
29772025-01-17T06:17:05.567Zsys 5.080410883
29782025-01-17T06:17:05.567Ztrap 0.018082826
29792025-01-17T06:17:05.567Ztflt 0.000000000
29802025-01-17T06:17:05.567Zdflt 0.000000000
29812025-01-17T06:17:05.567Zkflt 0.000000000
29822025-01-17T06:17:05.567Zlock 0.000000000
29832025-01-17T06:17:05.567Zslp 1:10.289759953
29842025-01-17T06:17:05.567Zlat 2.209777570
29852025-01-17T06:17:05.568Zstop 0.000208608
29862025-01-17T06:17:05.568Zprocess exited: duration 1991689 ms, exit code 0
 
29872025-01-17T06:17:05.585Zfound 1 output files
29882025-01-17T06:17:05.586Zuploading: /work/package.tar.gz (1906676985 bytes)
29892025-01-17T06:17:47.621Zuploaded: /work/package.tar.gz