01JFJYGDSY4K7RWQ8M6C8NQK1C: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JFJYH4SZWAVY5TF3407JJ8NM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T21:11:39.409Zjob assigned to worker 01JFJYHBWK93CR2C8JH370N5SM [factory aws, i-058a553628de984a2] (queued for 54 s)
 
22024-12-20T21:11:47.234Zstarting task 0: "setup"
32024-12-20T21:11:47.244Z++ uname -s
42024-12-20T21:11:47.247Z+ kern=SunOS
52024-12-20T21:11:47.247Z+ case "$kern" in
62024-12-20T21:11:47.247Z+ groupadd -g 12345 build
72024-12-20T21:11:47.249Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T21:11:49.257Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T21:11:49.359Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T21:11:49.362Z+ home_fs=zfs
112024-12-20T21:11:49.362Z+ [[ zfs == autofs ]]
122024-12-20T21:11:49.362Z+ mkdir -p /home/build
132024-12-20T21:11:49.364Z+ chown build:build /home/build /work
142024-12-20T21:11:51.365Z+ chmod 0700 /home/build /work
152024-12-20T21:11:51.368Zprocess exited: duration 4136 ms, exit code 0
 
162024-12-20T21:11:51.373Zstarting task 1: "rust-toolchain"
172024-12-20T21:11:51.379Z+ printf ' * toolchain channel = "%s"
182024-12-20T21:11:51.379Z' 1.81.0
192024-12-20T21:11:51.379Z * toolchain channel = "1.81.0"
202024-12-20T21:11:51.379Z+ printf ' * toolchain profile = "%s"
212024-12-20T21:11:51.379Z * toolchain profile = "default"
222024-12-20T21:11:51.379Z' default
232024-12-20T21:11:51.382Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T21:11:51.382Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T21:11:51.477Zinfo: downloading installer
262024-12-20T21:11:52.623Zinfo: profile set to 'default'
272024-12-20T21:11:52.623Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T21:11:52.626Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T21:11:52.757Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T21:11:52.757Zinfo: downloading component 'cargo'
312024-12-20T21:11:53.448Zinfo: downloading component 'clippy'
322024-12-20T21:11:53.705Zinfo: downloading component 'rust-docs'
332024-12-20T21:11:54.665Zinfo: downloading component 'rust-std'
342024-12-20T21:11:56.162Zinfo: downloading component 'rustc'
352024-12-20T21:12:01.507Zinfo: downloading component 'rustfmt'
362024-12-20T21:12:01.712Zinfo: installing component 'cargo'
372024-12-20T21:12:02.537Zinfo: installing component 'clippy'
382024-12-20T21:12:02.908Zinfo: installing component 'rust-docs'
392024-12-20T21:12:04.514Zinfo: installing component 'rust-std'
402024-12-20T21:12:06.271Zinfo: installing component 'rustc'
412024-12-20T21:12:12.075Zinfo: installing component 'rustfmt'
422024-12-20T21:12:12.401Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T21:12:12.401Z
442024-12-20T21:12:12.762Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T21:12:12.763Z
462024-12-20T21:12:12.765Z
472024-12-20T21:12:12.765ZRust is installed now. Great!
482024-12-20T21:12:12.766Z
492024-12-20T21:12:12.766ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T21:12:12.766Zenvironment variable. This has not been done automatically.
512024-12-20T21:12:12.768Z
522024-12-20T21:12:12.768ZTo configure your current shell, you need to source
532024-12-20T21:12:12.768Zthe corresponding env file under $HOME/.cargo.
542024-12-20T21:12:12.768Z
552024-12-20T21:12:12.768ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T21:12:12.768Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T21:12:12.768Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T21:12:12.836Z+ rustc --version
592024-12-20T21:12:12.901Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T21:12:12.904Zprocess exited: duration 21537 ms, exit code 0
 
612024-12-20T21:12:12.909Zstarting task 2: "authentication"
622024-12-20T21:12:12.929Zprocess exited: duration 19 ms, exit code 0
 
632024-12-20T21:12:12.935Zstarting task 3: "clone repository"
642024-12-20T21:12:12.939Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T21:12:12.942Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T21:12:12.986ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T21:12:20.218Z+ cd /work/oxidecomputer/omicron
682024-12-20T21:12:20.218Z+ git fetch origin c46392c27d4582ce1fd3e3807c4d278aebee7c46
692024-12-20T21:12:20.537ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T21:12:20.537Z * branch c46392c27d4582ce1fd3e3807c4d278aebee7c46 -> FETCH_HEAD
712024-12-20T21:12:20.548Z+ [[ -n andy/rt ]]
722024-12-20T21:12:20.550Z++ git branch --show-current
732024-12-20T21:12:20.552Z+ current=main
742024-12-20T21:12:20.552Z+ [[ main != andy/rt ]]
752024-12-20T21:12:20.552Z+ git branch -f andy/rt c46392c27d4582ce1fd3e3807c4d278aebee7c46
762024-12-20T21:12:20.556Z+ git checkout -f andy/rt
772024-12-20T21:12:20.588ZSwitched to branch 'andy/rt'
782024-12-20T21:12:20.592Z+ git reset --hard c46392c27d4582ce1fd3e3807c4d278aebee7c46
792024-12-20T21:12:20.618ZHEAD is now at c46392c27 install_builder_prerequisites failed after recent Helios upgrade
802024-12-20T21:12:20.621Zprocess exited: duration 7686 ms, exit code 0
 
812024-12-20T21:12:20.628Zstarting task 4: "build"
822024-12-20T21:12:20.631Z+ source .github/buildomat/ci-env.sh
832024-12-20T21:12:20.636Z++ export CARGO_TERM_COLOR=always
842024-12-20T21:12:20.636Z++ CARGO_TERM_COLOR=always
852024-12-20T21:12:20.636Z+ cargo --version
862024-12-20T21:12:20.689Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T21:12:20.693Z+ rustc --version
882024-12-20T21:12:20.751Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T21:12:20.754Z+ source ./env.sh
902024-12-20T21:12:20.754Z++ OLD_SHELL_OPTS=ehxB
912024-12-20T21:12:20.754Z++ set -o xtrace
922024-12-20T21:12:20.756Z++++ dirname ./env.sh
932024-12-20T21:12:20.760Z+++ readlink -f .
942024-12-20T21:12:20.764Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-20T21:12:20.765Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-20T21:12:20.765Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-20T21:12:20.765Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-12-20T21:12:20.765Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-12-20T21:12:20.765Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-12-20T21:12:20.765Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-12-20T21:12:20.765Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-12-20T21:12:20.765Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-12-20T21:12:20.765Z++ case $OLD_SHELL_OPTS in
1042024-12-20T21:12:20.765Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-20T21:12:20.765Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-12-20T21:12:20.765Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-12-20T21:12:20.765Z+ banner prerequisites
1082024-12-20T21:12:20.768Z
1092024-12-20T21:12:20.768Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-20T21:12:20.769Z # # # # # # # # # # # # # # #
1112024-12-20T21:12:20.769Z # # # # ##### # # ##### # # # # # #### #
1122024-12-20T21:12:20.769Z ##### ##### # ##### # # # # # # # # #
1132024-12-20T21:12:20.769Z # # # # # # # # # # # # # # #
1142024-12-20T21:12:20.769Z # # # ###### # # ###### ### # #### # #### #
1152024-12-20T21:12:20.769Z
1162024-12-20T21:12:20.769Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-20T21:12:22.410Zpkg list: illegal option -- F
1182024-12-20T21:12:22.410ZUsage:
1192024-12-20T21:12:22.413Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202024-12-20T21:12:22.413Z [pkg_fmri_pattern ...]
1212024-12-20T21:12:23.254Zpkg list: illegal option -- F
1222024-12-20T21:12:23.254ZUsage:
1232024-12-20T21:12:23.257Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242024-12-20T21:12:23.257Z [pkg_fmri_pattern ...]
1252024-12-20T21:12:31.681Z Startup: Refreshing catalog 'helios-dev' ... Done
1262024-12-20T21:12:35.565Z Startup: Caching catalogs ... Done
1272024-12-20T21:12:46.229ZPlanning: Solver setup ... Done (9.696s)
1282024-12-20T21:12:46.367ZPlanning: Running solver ... Done (0.138s)
1292024-12-20T21:12:46.472ZPlanning: Finding local manifests ... Done (0.006s)
1302024-12-20T21:12:46.521ZPlanning: Fetching manifests: 0/7 0% complete
1312024-12-20T21:12:47.171ZPlanning: Fetching manifests: 7/7 100% complete
1322024-12-20T21:12:47.280ZPlanning: Package planning ... Done (0.109s)
1332024-12-20T21:12:47.337ZPlanning: Merging actions ... Done (0.056s)
1342024-12-20T21:12:47.708ZPlanning: Checking for conflicting actions ... Done (0.370s)
1352024-12-20T21:12:49.788ZPlanning: Consolidating action changes ... Done (2.081s)
1362024-12-20T21:12:50.239ZPlanning: Evaluating mediators ... Done (0.450s)
1372024-12-20T21:12:50.322ZPlanning: Planning completed in 14.66 seconds
1382024-12-20T21:12:50.338Z Packages to install: 4
1392024-12-20T21:12:50.338Z Packages to update: 3
1402024-12-20T21:12:50.341Z Mediators to change: 2
1412024-12-20T21:12:50.341Z Services to change: 1
1422024-12-20T21:12:50.341Z Estimated space available: 155.63 GB
1432024-12-20T21:12:50.342ZEstimated space to be consumed: 1.64 GB
1442024-12-20T21:12:50.342Z Create boot environment: No
1452024-12-20T21:12:50.342ZCreate backup boot environment: Yes
1462024-12-20T21:12:50.342Z Rebuild boot archive: No
1472024-12-20T21:12:50.342Z
1482024-12-20T21:12:50.342ZChanged mediators:
1492024-12-20T21:12:50.342Z mediator clang:
1502024-12-20T21:12:50.342Z version: None -> 15 (system default)
1512024-12-20T21:12:50.342Z
1522024-12-20T21:12:50.342Z mediator llvm:
1532024-12-20T21:12:50.342Z version: 14 (system default) -> 15 (system default)
1542024-12-20T21:12:50.342Z
1552024-12-20T21:12:50.342ZChanged packages:
1562024-12-20T21:12:50.342Zhelios-dev
1572024-12-20T21:12:50.342Z developer/build-essential
1582024-12-20T21:12:50.342Z None -> 11-2.0
1592024-12-20T21:12:50.342Z library/libxmlsec1
1602024-12-20T21:12:50.342Z None -> 1.2.35-2.0
1612024-12-20T21:12:50.343Z ooce/developer/clang-15
1622024-12-20T21:12:50.343Z None -> 15.0.7-2.0
1632024-12-20T21:12:50.343Z ooce/developer/llvm-15
1642024-12-20T21:12:50.343Z None -> 15.0.7-2.0
1652024-12-20T21:12:50.343Z package/pkg
1662024-12-20T21:12:50.343Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672024-12-20T21:12:50.343Z system/library/g++-runtime
1682024-12-20T21:12:50.343Z 13-2.0 -> 14-2.0
1692024-12-20T21:12:50.344Z system/library/gcc-runtime
1702024-12-20T21:12:50.344Z 13-2.0 -> 14-2.0
1712024-12-20T21:12:50.344Z
1722024-12-20T21:12:50.344ZServices:
1732024-12-20T21:12:50.344Z restart_fmri:
1742024-12-20T21:12:50.344Z svc:/system/update-man-index:default
1752024-12-20T21:12:50.344Z
1762024-12-20T21:12:50.344ZEditable files to change:
1772024-12-20T21:12:50.344Z Update:
1782024-12-20T21:12:50.344Z usr/share/lib/pkg/web/config.shtml
1792024-12-20T21:12:50.422Z
1802024-12-20T21:12:50.422ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812024-12-20T21:12:55.420ZDownload: 1115/4301 items 25.2/225.4MB 11% complete (4.9M/s)
1822024-12-20T21:13:00.427ZDownload: 1571/4301 items 117.6/225.4MB 52% complete (12.0M/s)
1832024-12-20T21:13:06.518ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (10.0M/s)
1842024-12-20T21:13:11.517ZDownload: 3040/4301 items 121.4/225.4MB 53% complete (320k/s)
1852024-12-20T21:13:22.188ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (9.8M/s)
1862024-12-20T21:13:34.926ZDownload: 3285/4301 items 211.7/225.4MB 93% complete (932k/s)
1872024-12-20T21:13:39.937ZDownload: 3600/4301 items 216.0/225.4MB 95% complete (938k/s)
1882024-12-20T21:13:44.936ZDownload: 4019/4301 items 218.6/225.4MB 96% complete (700k/s)
1892024-12-20T21:13:50.363ZDownload: 4297/4301 items 224.8/225.4MB 99% complete (850k/s)
1902024-12-20T21:13:51.975ZDownload: Completed 225.42 MB in 61.57 seconds (3.7M/s)
1912024-12-20T21:13:54.082Z Actions: 1/5122 actions (Removing old actions)
1922024-12-20T21:13:54.104Z Actions: 194/5122 actions (Installing new actions)
1932024-12-20T21:13:58.813Z Actions: 4267/5122 actions (Updating modified actions)
1942024-12-20T21:13:59.173Z Actions: Completed 5122 actions in 5.09 seconds.
1952024-12-20T21:13:59.595Z Done (0.413s)
1962024-12-20T21:13:59.597Z Done (0.001s)
1972024-12-20T21:14:00.173Z Done (0.576s)
1982024-12-20T21:14:04.538Z Done (4.140s)
1992024-12-20T21:14:04.624Z Done (0.018s)
2002024-12-20T21:14:04.627Z Done (0.000s)
2012024-12-20T21:14:04.796Z Done (0.000s)
2022024-12-20T21:14:05.484ZPlanning: Evaluating mediator changes ... Done
2032024-12-20T21:14:05.646ZPlanning: Checking for conflicting actions ... Done
2042024-12-20T21:14:05.649ZPlanning: Consolidating action changes ... Done
2052024-12-20T21:14:05.916ZPlanning: Evaluating mediators ... Done
2062024-12-20T21:14:05.918ZPlanning: Planning completed in 0.43 seconds
2072024-12-20T21:14:05.954Z Mediators to change: 2
2082024-12-20T21:14:05.954Z Create boot environment: No
2092024-12-20T21:14:05.968ZCreate backup boot environment: No
2102024-12-20T21:14:06.032Z Done
2112024-12-20T21:14:06.032Z Done
2122024-12-20T21:14:06.396Z Done
2132024-12-20T21:14:10.054Z Done
2142024-12-20T21:14:10.144Z Done
2152024-12-20T21:14:10.147Z Done
2162024-12-20T21:14:10.256Z Done
2172024-12-20T21:14:10.865ZPlanning: Evaluating mediator changes ... Done
2182024-12-20T21:14:10.868ZPlanning: Merging actions ... Done
2192024-12-20T21:14:11.054ZPlanning: Checking for conflicting actions ... Done
2202024-12-20T21:14:11.057ZPlanning: Consolidating action changes ... Done
2212024-12-20T21:14:11.318ZPlanning: Evaluating mediators ... Done
2222024-12-20T21:14:11.373ZPlanning: Planning completed in 0.75 seconds
2232024-12-20T21:14:11.416Z Packages to change: 1
2242024-12-20T21:14:11.416Z Mediators to change: 1
2252024-12-20T21:14:11.416Z Services to change: 1
2262024-12-20T21:14:11.418Z Create boot environment: No
2272024-12-20T21:14:11.418ZCreate backup boot environment: Yes
2282024-12-20T21:14:13.621Z Actions: 1/6 actions (Updating modified actions)
2292024-12-20T21:14:13.624Z Actions: Completed 6 actions in 0.00 seconds.
2302024-12-20T21:14:13.624Z Done
2312024-12-20T21:14:13.624Z Done
2322024-12-20T21:14:13.739Z Done
2332024-12-20T21:14:17.363Z Done
2342024-12-20T21:14:17.450Z Done
2352024-12-20T21:14:17.452Z Done
2362024-12-20T21:14:17.601Z Done
2372024-12-20T21:14:18.038ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2382024-12-20T21:14:18.038Zclang system 15 system
2392024-12-20T21:14:18.038Zcsh system system illumos
2402024-12-20T21:14:18.038Zctags system system illumos
2412024-12-20T21:14:18.038Zgcc vendor 12 vendor
2422024-12-20T21:14:18.038Zgcc system 10 system
2432024-12-20T21:14:18.038Zgcc system 7 system
2442024-12-20T21:14:18.038Zgo system 1.20 system
2452024-12-20T21:14:18.038Zgo system 1.19 system
2462024-12-20T21:14:18.038Zllvm system 15 system
2472024-12-20T21:14:18.038Zllvm system 14 system
2482024-12-20T21:14:18.038Zmariadb system 10.6 system
2492024-12-20T21:14:18.038Zmta vendor vendor dma
2502024-12-20T21:14:18.038Zopenjdk system 17 system
2512024-12-20T21:14:18.038Zopenjdk system 11 system
2522024-12-20T21:14:18.038Zopenjdk system 1.8 system
2532024-12-20T21:14:18.038Zopenssl vendor 3 vendor
2542024-12-20T21:14:18.038Zperl system 5.36 system
2552024-12-20T21:14:18.038Zpostgresql system 15 system
2562024-12-20T21:14:18.039Zpostgresql system 13 system
2572024-12-20T21:14:18.039Zpython vendor 3 vendor
2582024-12-20T21:14:18.039Zpython system 2 system
2592024-12-20T21:14:18.039Zpython3 system 3.11 system
2602024-12-20T21:14:18.039Zruby system 3.0 system
2612024-12-20T21:14:18.039Zwords vendor vendor american-english
2622024-12-20T21:14:18.039Zwords system system australian-english
2632024-12-20T21:14:18.039Zwords system system british-english
2642024-12-20T21:14:18.039Zwords system system canadian-english
2652024-12-20T21:14:18.039Zwords system system french
2662024-12-20T21:14:18.039Zwords system system italian
2672024-12-20T21:14:18.039Zwords system system ngerman
2682024-12-20T21:14:18.039Zwords system system ogerman
2692024-12-20T21:14:18.039Zwords system system spanish
2702024-12-20T21:14:18.369ZPUBLISHER TYPE STATUS P LOCATION
2712024-12-20T21:14:18.369Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2722024-12-20T21:14:21.122ZFMRI IFO
2732024-12-20T21:14:21.122Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2742024-12-20T21:14:21.122Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2752024-12-20T21:14:21.122Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2762024-12-20T21:14:21.122Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2772024-12-20T21:14:21.122Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2782024-12-20T21:14:21.122Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2792024-12-20T21:14:21.122Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2802024-12-20T21:14:21.122Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2812024-12-20T21:14:21.122Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2822024-12-20T21:14:21.122Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2832024-12-20T21:14:21.122Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2842024-12-20T21:14:21.122Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2852024-12-20T21:14:21.122Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2862024-12-20T21:14:21.122Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2872024-12-20T21:14:21.122Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2882024-12-20T21:14:21.884Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2892024-12-20T21:14:22.164Z Updating crates.io index
2902024-12-20T21:14:22.228Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912024-12-20T21:14:22.690Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2922024-12-20T21:14:22.947Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2932024-12-20T21:14:23.228Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2942024-12-20T21:14:23.470Z Updating git repository `https://github.com/oxidecomputer/propolis`
2952024-12-20T21:14:24.395Z Updating git repository `https://github.com/oxidecomputer/crucible`
2962024-12-20T21:14:25.914Z Updating git repository `https://github.com/oxidecomputer/opte`
2972024-12-20T21:14:26.575Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982024-12-20T21:14:27.363Z Updating git repository `https://github.com/oxidecomputer/clickward`
2992024-12-20T21:14:27.721Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002024-12-20T21:14:28.029Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3012024-12-20T21:14:28.749Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3022024-12-20T21:14:29.166Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032024-12-20T21:14:29.476Z Updating git repository `https://github.com/oxidecomputer/tofino`
3042024-12-20T21:14:29.803Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052024-12-20T21:14:30.106Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062024-12-20T21:14:30.316Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072024-12-20T21:14:30.741Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3082024-12-20T21:14:30.948Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092024-12-20T21:14:31.377Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3102024-12-20T21:14:31.702Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112024-12-20T21:14:32.180Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122024-12-20T21:14:32.562Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3132024-12-20T21:14:33.095Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142024-12-20T21:14:33.454Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3152024-12-20T21:14:34.055Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162024-12-20T21:14:34.236Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172024-12-20T21:14:34.464Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182024-12-20T21:14:35.889Z Downloading crates ...
3192024-12-20T21:14:35.997Z Downloaded anstyle-query v1.1.1
3202024-12-20T21:14:36.036Z Downloaded anstyle-parse v0.2.5
3212024-12-20T21:14:36.036Z Downloaded anstyle v1.0.10
3222024-12-20T21:14:36.036Z Downloaded camino-tempfile v1.1.1
3232024-12-20T21:14:36.037Z Downloaded byteorder v1.5.0
3242024-12-20T21:14:36.037Z Downloaded anyhow v1.0.93
3252024-12-20T21:14:36.037Z Downloaded camino v1.1.9
3262024-12-20T21:14:36.037Z Downloaded autocfg v1.4.0
3272024-12-20T21:14:36.037Z Downloaded bitflags v2.6.0
3282024-12-20T21:14:36.037Z Downloaded cargo-platform v0.1.8
3292024-12-20T21:14:36.037Z Downloaded anstream v0.6.15
3302024-12-20T21:14:36.037Z Downloaded clap v4.5.21
3312024-12-20T21:14:36.038Z Downloaded itoa v1.0.11
3322024-12-20T21:14:36.038Z Downloaded macaddr v1.0.1
3332024-12-20T21:14:36.038Z Downloaded dtrace-parser v0.2.0
3342024-12-20T21:14:36.038Z Downloaded digest v0.10.7
3352024-12-20T21:14:36.039Z Downloaded errno v0.3.9
3362024-12-20T21:14:36.039Z Downloaded cpufeatures v0.2.14
3372024-12-20T21:14:36.039Z Downloaded is_terminal_polyfill v1.70.1
3382024-12-20T21:14:36.039Z Downloaded fnv v1.0.7
3392024-12-20T21:14:36.039Z Downloaded clap_derive v4.5.18
3402024-12-20T21:14:36.040Z Downloaded heck v0.4.1
3412024-12-20T21:14:36.040Z Downloaded equivalent v1.0.1
3422024-12-20T21:14:36.040Z Downloaded dof v0.3.0
3432024-12-20T21:14:36.040Z Downloaded crypto-common v0.1.6
3442024-12-20T21:14:36.041Z Downloaded colorchoice v1.0.2
3452024-12-20T21:14:36.041Z Downloaded clap_lex v0.7.2
3462024-12-20T21:14:36.041Z Downloaded cargo_toml v0.20.5
3472024-12-20T21:14:36.041Z Downloaded cfg-if v1.0.0
3482024-12-20T21:14:36.041Z Downloaded cargo_metadata v0.18.1
3492024-12-20T21:14:36.041Z Downloaded bytecount v0.6.8
3502024-12-20T21:14:36.042Z Downloaded fastrand v2.1.1
3512024-12-20T21:14:36.042Z Downloaded clap_builder v4.5.21
3522024-12-20T21:14:36.042Z Downloaded block-buffer v0.10.4
3532024-12-20T21:14:36.112Z Downloaded scroll_derive v0.12.0
3542024-12-20T21:14:36.112Z Downloaded pretty-hex v0.4.1
3552024-12-20T21:14:36.113Z Downloaded plain v0.2.3
3562024-12-20T21:14:36.113Z Downloaded usdt-attr-macro v0.5.0
3572024-12-20T21:14:36.113Z Downloaded generic-array v0.14.7
3582024-12-20T21:14:36.113Z Downloaded heck v0.5.0
3592024-12-20T21:14:36.113Z Downloaded serde_spanned v0.6.8
3602024-12-20T21:14:36.113Z Downloaded serde_tokenstream v0.2.2
3612024-12-20T21:14:36.113Z Downloaded memmap v0.7.0
3622024-12-20T21:14:36.113Z Downloaded fs-err v2.11.0
3632024-12-20T21:14:36.113Z Downloaded usdt-macro v0.5.0
3642024-12-20T21:14:36.113Z Downloaded log v0.4.22
3652024-12-20T21:14:36.114Z Downloaded indexmap v2.6.0
3662024-12-20T21:14:36.114Z Downloaded pest_generator v2.7.14
3672024-12-20T21:14:36.114Z Downloaded swrite v0.1.0
3682024-12-20T21:14:36.114Z Downloaded strsim v0.11.1
3692024-12-20T21:14:36.114Z Downloaded proc-macro-error-attr v1.0.4
3702024-12-20T21:14:36.114Z Downloaded scroll v0.12.0
3712024-12-20T21:14:36.114Z Downloaded thiserror-impl v1.0.69
3722024-12-20T21:14:36.114Z Downloaded terminal_size v0.4.0
3732024-12-20T21:14:36.114Z Downloaded tabled_derive v0.7.0
3742024-12-20T21:14:36.114Z Downloaded once_cell v1.20.2
3752024-12-20T21:14:36.185Z Downloaded unicode-linebreak v0.1.5
3762024-12-20T21:14:36.185Z Downloaded version_check v0.9.5
3772024-12-20T21:14:36.185Z Downloaded utf8parse v0.2.2
3782024-12-20T21:14:36.185Z Downloaded sha2 v0.10.8
3792024-12-20T21:14:36.185Z Downloaded semver v1.0.23
3802024-12-20T21:14:36.185Z Downloaded quote v1.0.37
3812024-12-20T21:14:36.185Z Downloaded usdt v0.5.0
3822024-12-20T21:14:36.185Z Downloaded toml_datetime v0.6.8
3832024-12-20T21:14:36.185Z Downloaded thread-id v4.2.2
3842024-12-20T21:14:36.185Z Downloaded tempfile v3.13.0
3852024-12-20T21:14:36.185Z Downloaded thiserror v1.0.69
3862024-12-20T21:14:36.185Z Downloaded proc-macro-error v1.0.4
3872024-12-20T21:14:36.186Z Downloaded pest_derive v2.7.14
3882024-12-20T21:14:36.186Z Downloaded smawk v0.3.2
3892024-12-20T21:14:36.186Z Downloaded textwrap v0.16.1
3902024-12-20T21:14:36.186Z Downloaded usdt-impl v0.5.0
3912024-12-20T21:14:36.186Z Downloaded zerocopy-derive v0.7.35
3922024-12-20T21:14:36.186Z Downloaded toml v0.8.19
3932024-12-20T21:14:36.186Z Downloaded proc-macro2 v1.0.89
3942024-12-20T21:14:36.187Z Downloaded unicode-ident v1.0.13
3952024-12-20T21:14:36.187Z Downloaded papergrid v0.11.0
3962024-12-20T21:14:36.187Z Downloaded ucd-trie v0.1.7
3972024-12-20T21:14:36.187Z Downloaded serde_derive v1.0.215
3982024-12-20T21:14:36.187Z Downloaded typenum v1.17.0
3992024-12-20T21:14:36.187Z Downloaded ryu v1.0.18
4002024-12-20T21:14:36.187Z Downloaded pest_meta v2.7.14
4012024-12-20T21:14:36.187Z Downloaded memchr v2.7.4
4022024-12-20T21:14:36.187Z Downloaded serde v1.0.215
4032024-12-20T21:14:36.249Z Downloaded toml_edit v0.22.22
4042024-12-20T21:14:36.249Z Downloaded pest v2.7.14
4052024-12-20T21:14:36.249Z Downloaded hashbrown v0.15.1
4062024-12-20T21:14:36.249Z Downloaded serde_json v1.0.132
4072024-12-20T21:14:36.249Z Downloaded goblin v0.8.2
4082024-12-20T21:14:36.249Z Downloaded winnow v0.6.20
4092024-12-20T21:14:36.249Z Downloaded zerocopy v0.7.35
4102024-12-20T21:14:36.279Z Downloaded tabled v0.15.0
4112024-12-20T21:14:36.279Z Downloaded syn v1.0.109
4122024-12-20T21:14:36.279Z Downloaded unicode-width v0.1.14
4132024-12-20T21:14:36.279Z Downloaded syn v2.0.87
4142024-12-20T21:14:36.279Z Downloaded rustix v0.38.37
4152024-12-20T21:14:36.297Z Downloaded libc v0.2.162
4162024-12-20T21:14:36.603Z Compiling proc-macro2 v1.0.89
4172024-12-20T21:14:36.603Z Compiling unicode-ident v1.0.13
4182024-12-20T21:14:36.607Z Compiling version_check v0.9.5
4192024-12-20T21:14:36.607Z Compiling serde v1.0.215
4202024-12-20T21:14:36.607Z Compiling memchr v2.7.4
4212024-12-20T21:14:36.608Z Compiling thiserror v1.0.69
4222024-12-20T21:14:36.608Z Compiling libc v0.2.162
4232024-12-20T21:14:36.679Z Compiling ucd-trie v0.1.7
4242024-12-20T21:14:36.841Z Compiling itoa v1.0.11
4252024-12-20T21:14:37.071Z Compiling ryu v1.0.18
4262024-12-20T21:14:37.305Z Compiling once_cell v1.20.2
4272024-12-20T21:14:37.407Z Compiling byteorder v1.5.0
4282024-12-20T21:14:37.445Z Compiling serde_json v1.0.132
4292024-12-20T21:14:37.671Z Compiling rustix v0.38.37
4302024-12-20T21:14:37.827Z Compiling bitflags v2.6.0
4312024-12-20T21:14:37.994Z Compiling usdt-impl v0.5.0
4322024-12-20T21:14:38.281Z Compiling proc-macro-error-attr v1.0.4
4332024-12-20T21:14:38.306Z Compiling syn v1.0.109
4342024-12-20T21:14:38.417Z Compiling proc-macro-error v1.0.4
4352024-12-20T21:14:38.490Z Compiling quote v1.0.37
4362024-12-20T21:14:38.614Z Compiling plain v0.2.3
4372024-12-20T21:14:38.669Z Compiling camino v1.1.9
4382024-12-20T21:14:38.698Z Compiling hashbrown v0.15.1
4392024-12-20T21:14:38.777Z Compiling utf8parse v0.2.2
4402024-12-20T21:14:38.904Z Compiling syn v2.0.87
4412024-12-20T21:14:38.953Z Compiling errno v0.3.9
4422024-12-20T21:14:39.248Z Compiling equivalent v1.0.1
4432024-12-20T21:14:39.281Z Compiling log v0.4.22
4442024-12-20T21:14:39.364Z Compiling thread-id v4.2.2
4452024-12-20T21:14:39.444Z Compiling anstyle-parse v0.2.5
4462024-12-20T21:14:39.654Z Compiling unicode-width v0.1.14
4472024-12-20T21:14:39.781Z Compiling colorchoice v1.0.2
4482024-12-20T21:14:39.920Z Compiling indexmap v2.6.0
4492024-12-20T21:14:39.944Z Compiling semver v1.0.23
4502024-12-20T21:14:39.971Z Compiling winnow v0.6.20
4512024-12-20T21:14:40.211Z Compiling is_terminal_polyfill v1.70.1
4522024-12-20T21:14:40.238Z Compiling anstyle-query v1.1.1
4532024-12-20T21:14:40.353Z Compiling pretty-hex v0.4.1
4542024-12-20T21:14:40.406Z Compiling anstyle v1.0.10
4552024-12-20T21:14:40.493Z Compiling autocfg v1.4.0
4562024-12-20T21:14:40.813Z Compiling anstream v0.6.15
4572024-12-20T21:14:41.005Z Compiling fastrand v2.1.1
4582024-12-20T21:14:41.305Z Compiling terminal_size v0.4.0
4592024-12-20T21:14:41.531Z Compiling clap_lex v0.7.2
4602024-12-20T21:14:41.568Z Compiling heck v0.4.1
4612024-12-20T21:14:41.594Z Compiling fnv v1.0.7
4622024-12-20T21:14:41.684Z Compiling fs-err v2.11.0
4632024-12-20T21:14:41.736Z Compiling heck v0.5.0
4642024-12-20T21:14:41.968Z Compiling cfg-if v1.0.0
4652024-12-20T21:14:42.050Z Compiling strsim v0.11.1
4662024-12-20T21:14:42.077Z Compiling anyhow v1.0.93
4672024-12-20T21:14:42.079Z Compiling bytecount v0.6.8
4682024-12-20T21:14:42.564Z Compiling tempfile v3.13.0
4692024-12-20T21:14:42.682Z Compiling clap_builder v4.5.21
4702024-12-20T21:14:42.975Z Compiling papergrid v0.11.0
4712024-12-20T21:14:43.079Z Compiling memmap v0.7.0
4722024-12-20T21:14:43.151Z Compiling unicode-linebreak v0.1.5
4732024-12-20T21:14:43.428Z Compiling smawk v0.3.2
4742024-12-20T21:14:43.657Z Compiling textwrap v0.16.1
4752024-12-20T21:14:43.801Z Compiling swrite v0.1.0
4762024-12-20T21:14:44.910Z Compiling tabled_derive v0.7.0
4772024-12-20T21:14:46.487Z Compiling tabled v0.15.0
4782024-12-20T21:14:47.862Z Compiling serde_derive v1.0.215
4792024-12-20T21:14:47.865Z Compiling thiserror-impl v1.0.69
4802024-12-20T21:14:47.865Z Compiling zerocopy-derive v0.7.35
4812024-12-20T21:14:47.865Z Compiling scroll_derive v0.12.0
4822024-12-20T21:14:48.179Z Compiling clap_derive v4.5.18
4832024-12-20T21:14:49.232Z Compiling scroll v0.12.0
4842024-12-20T21:14:49.681Z Compiling goblin v0.8.2
4852024-12-20T21:14:49.957Z Compiling zerocopy v0.7.35
4862024-12-20T21:14:50.715Z Compiling pest v2.7.14
4872024-12-20T21:14:52.115Z Compiling clap v4.5.21
4882024-12-20T21:14:52.932Z Compiling pest_meta v2.7.14
4892024-12-20T21:14:53.744Z Compiling pest_generator v2.7.14
4902024-12-20T21:14:55.635Z Compiling pest_derive v2.7.14
4912024-12-20T21:14:56.383Z Compiling dtrace-parser v0.2.0
4922024-12-20T21:14:58.157Z Compiling serde_spanned v0.6.8
4932024-12-20T21:14:58.157Z Compiling toml_datetime v0.6.8
4942024-12-20T21:14:58.160Z Compiling cargo-platform v0.1.8
4952024-12-20T21:14:58.523Z Compiling serde_tokenstream v0.2.2
4962024-12-20T21:14:58.705Z Compiling toml_edit v0.22.22
4972024-12-20T21:14:58.731Z Compiling macaddr v1.0.1
4982024-12-20T21:14:58.915Z Compiling camino-tempfile v1.1.1
4992024-12-20T21:14:59.659Z Compiling dof v0.3.0
5002024-12-20T21:14:59.660Z Compiling cargo_metadata v0.18.1
5012024-12-20T21:15:01.488Z Compiling toml v0.8.19
5022024-12-20T21:15:01.670Z Compiling usdt-attr-macro v0.5.0
5032024-12-20T21:15:01.670Z Compiling usdt-macro v0.5.0
5042024-12-20T21:15:02.366Z Compiling cargo_toml v0.20.5
5052024-12-20T21:15:03.078Z Compiling usdt v0.5.0
5062024-12-20T21:15:05.893Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5072024-12-20T21:15:10.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.41s
5082024-12-20T21:15:10.315Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5092024-12-20T21:15:10.843Z Downloading crates ...
5102024-12-20T21:15:10.954Z Downloaded addr2line v0.24.2
5112024-12-20T21:15:10.963Z Downloaded adler2 v2.0.0
5122024-12-20T21:15:10.980Z Downloaded http-range v0.1.5
5132024-12-20T21:15:10.988Z Downloaded hubpack_derive v0.1.1
5142024-12-20T21:15:10.997Z Downloaded http-body-util v0.1.2
5152024-12-20T21:15:11.000Z Downloaded httpdate v1.0.3
5162024-12-20T21:15:11.000Z Downloaded hex-literal v0.4.1
5172024-12-20T21:15:11.000Z Downloaded hostname v0.3.1
5182024-12-20T21:15:11.000Z Downloaded matches v0.1.10
5192024-12-20T21:15:11.003Z Downloaded http-body v1.0.1
5202024-12-20T21:15:11.007Z Downloaded instant v0.1.13
5212024-12-20T21:15:11.012Z Downloaded mirai-annotations v1.12.0
5222024-12-20T21:15:11.015Z Downloaded is_ci v1.2.0
5232024-12-20T21:15:11.023Z Downloaded ident_case v1.0.1
5242024-12-20T21:15:11.026Z Downloaded match_cfg v0.1.0
5252024-12-20T21:15:11.029Z Downloaded md5 v0.7.0
5262024-12-20T21:15:11.032Z Downloaded ahash v0.8.11
5272024-12-20T21:15:11.040Z Downloaded highway v1.2.0
5282024-12-20T21:15:11.046Z Downloaded aes-gcm v0.10.3
5292024-12-20T21:15:11.051Z Downloaded maybe-uninit v2.0.0
5302024-12-20T21:15:11.055Z Downloaded async-bb8-diesel v0.2.1
5312024-12-20T21:15:11.058Z Downloaded ascii-canvas v3.0.0
5322024-12-20T21:15:11.060Z Downloaded libefi-sys v0.1.0
5332024-12-20T21:15:11.060Z Downloaded lazy_static v1.5.0
5342024-12-20T21:15:11.063Z Downloaded humantime v2.1.0
5352024-12-20T21:15:11.063Z Downloaded atty v0.2.14
5362024-12-20T21:15:11.065Z Downloaded atomicwrites v0.4.4
5372024-12-20T21:15:11.065Z Downloaded async-stream-impl v0.3.6
5382024-12-20T21:15:11.068Z Downloaded managed v0.8.0
5392024-12-20T21:15:11.068Z Downloaded libsw v3.3.1
5402024-12-20T21:15:11.071Z Downloaded md-5 v0.10.6
5412024-12-20T21:15:11.073Z Downloaded icu_provider_macros v1.5.0
5422024-12-20T21:15:11.074Z Downloaded atomic-waker v1.1.2
5432024-12-20T21:15:11.076Z Downloaded backoff v0.4.0
5442024-12-20T21:15:11.079Z Downloaded base64ct v1.6.0
5452024-12-20T21:15:11.082Z Downloaded indent_write v2.2.0
5462024-12-20T21:15:11.084Z Downloaded mockall v0.13.0
5472024-12-20T21:15:11.087Z Downloaded lru-cache v0.1.2
5482024-12-20T21:15:11.087Z Downloaded linear-map v1.2.0
5492024-12-20T21:15:11.090Z Downloaded internet-checksum v0.2.1
5502024-12-20T21:15:11.090Z Downloaded mime v0.3.17
5512024-12-20T21:15:11.093Z Downloaded kstat-rs v0.2.4
5522024-12-20T21:15:11.093Z Downloaded cfg_aliases v0.1.1
5532024-12-20T21:15:11.097Z Downloaded cfg_aliases v0.2.1
5542024-12-20T21:15:11.100Z Downloaded hyper-tls v0.6.0
5552024-12-20T21:15:11.100Z Downloaded linked-hash-map v0.5.6
5562024-12-20T21:15:11.100Z Downloaded lalrpop-util v0.19.12
5572024-12-20T21:15:11.103Z Downloaded lazycell v1.3.0
5582024-12-20T21:15:11.103Z Downloaded bit-set v0.5.3
5592024-12-20T21:15:11.105Z Downloaded headers-core v0.3.0
5602024-12-20T21:15:11.106Z Downloaded keccak v0.1.5
5612024-12-20T21:15:11.109Z Downloaded indoc v1.0.9
5622024-12-20T21:15:11.114Z Downloaded darling v0.20.10
5632024-12-20T21:15:11.116Z Downloaded cstr-argument v0.1.2
5642024-12-20T21:15:11.116Z Downloaded memoffset v0.9.1
5652024-12-20T21:15:11.118Z Downloaded rand_core v0.6.4
5662024-12-20T21:15:11.120Z Downloaded quinn-udp v0.5.5
5672024-12-20T21:15:11.124Z Downloaded bitfield-struct v0.6.2
5682024-12-20T21:15:11.127Z Downloaded rand_chacha v0.3.1
5692024-12-20T21:15:11.128Z Downloaded hickory-client v0.24.1
5702024-12-20T21:15:11.131Z Downloaded lockfree-object-pool v0.1.6
5712024-12-20T21:15:11.133Z Downloaded mime_guess v2.0.5
5722024-12-20T21:15:11.135Z Downloaded memmap2 v0.9.5
5732024-12-20T21:15:11.138Z Downloaded cipher v0.4.4
5742024-12-20T21:15:11.141Z Downloaded icu_locid_transform v1.5.0
5752024-12-20T21:15:11.143Z Downloaded cbc v0.1.2
5762024-12-20T21:15:11.147Z Downloaded jobserver v0.1.32
5772024-12-20T21:15:11.150Z Downloaded blowfish v0.9.1
5782024-12-20T21:15:11.150Z Downloaded ipnet v2.10.1
5792024-12-20T21:15:11.153Z Downloaded base64 v0.13.1
5802024-12-20T21:15:11.155Z Downloaded termtree v0.4.1
5812024-12-20T21:15:11.158Z Downloaded strum v0.26.3
5822024-12-20T21:15:11.158Z Downloaded sync_wrapper v1.0.1
5832024-12-20T21:15:11.158Z Downloaded signature v2.2.0
5842024-12-20T21:15:11.161Z Downloaded hyper-rustls v0.27.3
5852024-12-20T21:15:11.163Z Downloaded ref-cast v1.0.23
5862024-12-20T21:15:11.166Z Downloaded crossbeam-deque v0.8.5
5872024-12-20T21:15:11.169Z Downloaded crc-catalog v2.4.0
5882024-12-20T21:15:11.171Z Downloaded curve25519-dalek-derive v0.1.1
5892024-12-20T21:15:11.171Z Downloaded ctr v0.9.2
5902024-12-20T21:15:11.174Z Downloaded const_format_proc_macros v0.2.33
5912024-12-20T21:15:11.176Z Downloaded toolchain_find v0.4.0
5922024-12-20T21:15:11.179Z Downloaded diesel_table_macro_syntax v0.2.0
5932024-12-20T21:15:11.179Z Downloaded darling_macro v0.20.10
5942024-12-20T21:15:11.179Z Downloaded write16 v1.0.0
5952024-12-20T21:15:11.181Z Downloaded shlex v1.3.0
5962024-12-20T21:15:11.183Z Downloaded foreign-types v0.3.2
5972024-12-20T21:15:11.184Z Downloaded httparse v1.9.5
5982024-12-20T21:15:11.186Z Downloaded rustc_version v0.4.1
5992024-12-20T21:15:11.188Z Downloaded ciborium v0.2.2
6002024-12-20T21:15:11.191Z Downloaded serde_plain v1.0.2
6012024-12-20T21:15:11.195Z Downloaded indexmap v1.9.3
6022024-12-20T21:15:11.198Z Downloaded buf-list v1.0.3
6032024-12-20T21:15:11.200Z Downloaded base64 v0.22.1
6042024-12-20T21:15:11.204Z Downloaded termcolor v1.4.1
6052024-12-20T21:15:11.207Z Downloaded static_assertions v1.1.0
6062024-12-20T21:15:11.209Z Downloaded stable_deref_trait v1.2.0
6072024-12-20T21:15:11.210Z Downloaded csv-core v0.1.11
6082024-12-20T21:15:11.213Z Downloaded miniz_oxide v0.8.0
6092024-12-20T21:15:11.216Z Downloaded libloading v0.8.5
6102024-12-20T21:15:11.218Z Downloaded signal-hook-tokio v0.3.1
6112024-12-20T21:15:11.218Z Downloaded termios v0.3.3
6122024-12-20T21:15:11.220Z Downloaded oso-derive v0.27.3
6132024-12-20T21:15:11.223Z Downloaded normalize-line-endings v0.3.0
6142024-12-20T21:15:11.223Z Downloaded structmeta-derive v0.3.0
6152024-12-20T21:15:11.227Z Downloaded progenitor-client v0.8.0
6162024-12-20T21:15:11.227Z Downloaded icu_provider v1.5.0
6172024-12-20T21:15:11.231Z Downloaded universal-hash v0.5.1
6182024-12-20T21:15:11.231Z Downloaded mockall_derive v0.13.0
6192024-12-20T21:15:11.235Z Downloaded hash32 v0.2.1
6202024-12-20T21:15:11.235Z Downloaded path-slash v0.1.5
6212024-12-20T21:15:11.237Z Downloaded crossbeam-epoch v0.9.18
6222024-12-20T21:15:11.241Z Downloaded topological-sort v0.2.2
6232024-12-20T21:15:11.241Z Downloaded console v0.15.8
6242024-12-20T21:15:11.243Z Downloaded writeable v0.5.5
6252024-12-20T21:15:11.246Z Downloaded pretty-hex v0.2.1
6262024-12-20T21:15:11.249Z Downloaded data-encoding v2.6.0
6272024-12-20T21:15:11.249Z Downloaded zerovec-derive v0.10.3
6282024-12-20T21:15:11.251Z Downloaded embedded-io v0.4.0
6292024-12-20T21:15:11.256Z Downloaded fallible-iterator v0.2.0
6302024-12-20T21:15:11.256Z Downloaded whoami v1.5.2
6312024-12-20T21:15:11.260Z Downloaded futures-executor v0.3.31
6322024-12-20T21:15:11.260Z Downloaded futures-core v0.3.31
6332024-12-20T21:15:11.260Z Downloaded progenitor-impl v0.8.0
6342024-12-20T21:15:11.263Z Downloaded form_urlencoded v1.2.1
6352024-12-20T21:15:11.270Z Downloaded clang-sys v1.8.1
6362024-12-20T21:15:11.276Z Downloaded snafu-derive v0.8.5
6372024-12-20T21:15:11.276Z Downloaded crossbeam-utils v0.8.20
6382024-12-20T21:15:11.276Z Downloaded crc32fast v1.4.2
6392024-12-20T21:15:11.280Z Downloaded crc-any v2.5.0
6402024-12-20T21:15:11.280Z Downloaded sync-ptr v0.1.1
6412024-12-20T21:15:11.280Z Downloaded r2d2 v0.8.10
6422024-12-20T21:15:11.282Z Downloaded take_mut v0.2.2
6432024-12-20T21:15:11.282Z Downloaded progenitor-macro v0.8.0
6442024-12-20T21:15:11.282Z Downloaded phf_shared v0.11.2
6452024-12-20T21:15:11.282Z Downloaded phf_generator v0.11.2
6462024-12-20T21:15:11.285Z Downloaded num v0.4.3
6472024-12-20T21:15:11.287Z Downloaded hex v0.4.3
6482024-12-20T21:15:11.289Z Downloaded heck v0.3.3
6492024-12-20T21:15:11.289Z Downloaded chacha20poly1305 v0.10.1
6502024-12-20T21:15:11.291Z Downloaded des v0.8.1
6512024-12-20T21:15:11.294Z Downloaded hickory-server v0.24.1
6522024-12-20T21:15:11.299Z Downloaded derive_builder_macro v0.20.2
6532024-12-20T21:15:11.302Z Downloaded vte_generate_state_changes v0.1.2
6542024-12-20T21:15:11.302Z Downloaded try-lock v0.2.5
6552024-12-20T21:15:11.304Z Downloaded pbkdf2 v0.11.0
6562024-12-20T21:15:11.309Z Downloaded env_logger v0.11.5
6572024-12-20T21:15:11.313Z Downloaded value-bag v1.9.0
6582024-12-20T21:15:11.325Z Downloaded endian-type v0.1.2
6592024-12-20T21:15:11.326Z Downloaded slog-async v2.8.0
6602024-12-20T21:15:11.326Z Downloaded rusty-fork v0.3.0
6612024-12-20T21:15:11.330Z Downloaded foreign-types-shared v0.3.1
6622024-12-20T21:15:11.330Z Downloaded foreign-types-shared v0.1.1
6632024-12-20T21:15:11.331Z Downloaded tabwriter v1.4.0
6642024-12-20T21:15:11.331Z Downloaded russh-keys v0.45.0
6652024-12-20T21:15:11.331Z Downloaded synstructure v0.13.1
6662024-12-20T21:15:11.331Z Downloaded cookie v0.18.1
6672024-12-20T21:15:11.331Z Downloaded slog-dtrace v0.3.0
6682024-12-20T21:15:11.334Z Downloaded radium v0.7.0
6692024-12-20T21:15:11.334Z Downloaded phf_codegen v0.11.2
6702024-12-20T21:15:11.334Z Downloaded rpassword v7.3.1
6712024-12-20T21:15:11.334Z Downloaded indicatif v0.17.9
6722024-12-20T21:15:11.339Z Downloaded sha1 v0.10.6
6732024-12-20T21:15:11.341Z Downloaded zone v0.3.0
6742024-12-20T21:15:11.344Z Downloaded zone v0.1.8
6752024-12-20T21:15:11.344Z Downloaded hyper-util v0.1.10
6762024-12-20T21:15:11.348Z Downloaded derive-where v1.2.7
6772024-12-20T21:15:11.352Z Downloaded snafu v0.8.5
6782024-12-20T21:15:11.360Z Downloaded tokio-macros v2.4.0
6792024-12-20T21:15:11.362Z Downloaded tui-tree-widget v0.22.0
6802024-12-20T21:15:11.362Z Downloaded ena v0.14.3
6812024-12-20T21:15:11.365Z Downloaded embedded-io v0.6.1
6822024-12-20T21:15:11.369Z Downloaded ghash v0.5.1
6832024-12-20T21:15:11.369Z Downloaded paste v1.0.15
6842024-12-20T21:15:11.372Z Downloaded sqlparser_derive v0.2.2
6852024-12-20T21:15:11.372Z Downloaded num-integer v0.1.46
6862024-12-20T21:15:11.375Z Downloaded num-derive v0.4.2
6872024-12-20T21:15:11.378Z Downloaded phf v0.11.2
6882024-12-20T21:15:11.378Z Downloaded diff v0.1.13
6892024-12-20T21:15:11.381Z Downloaded scrypt v0.11.0
6902024-12-20T21:15:11.394Z Downloaded zone_cfg_derive v0.3.0
6912024-12-20T21:15:11.397Z Downloaded tower-service v0.3.3
6922024-12-20T21:15:11.397Z Downloaded hash32 v0.3.1
6932024-12-20T21:15:11.399Z Downloaded fragile v2.0.0
6942024-12-20T21:15:11.399Z Downloaded tracing-attributes v0.1.27
6952024-12-20T21:15:11.402Z Downloaded cc v1.1.30
6962024-12-20T21:15:11.406Z Downloaded unsafe-libyaml v0.2.11
6972024-12-20T21:15:11.410Z Downloaded sec1 v0.7.3
6982024-12-20T21:15:11.412Z Downloaded derive_builder_core v0.20.2
6992024-12-20T21:15:11.415Z Downloaded mio v1.0.2
7002024-12-20T21:15:11.421Z Downloaded num-conv v0.1.0
7012024-12-20T21:15:11.424Z Downloaded siphasher v0.3.11
7022024-12-20T21:15:11.427Z Downloaded num-iter v0.1.45
7032024-12-20T21:15:11.427Z Downloaded smf v0.2.3
7042024-12-20T21:15:11.431Z Downloaded half v2.4.1
7052024-12-20T21:15:11.434Z Downloaded strip-ansi-escapes v0.2.0
7062024-12-20T21:15:11.434Z Downloaded pin-project-lite v0.2.14
7072024-12-20T21:15:11.438Z Downloaded rand_xorshift v0.3.0
7082024-12-20T21:15:11.440Z Downloaded rand_seeder v0.3.0
7092024-12-20T21:15:11.443Z Downloaded parking_lot v0.12.3
7102024-12-20T21:15:11.445Z Downloaded crossbeam-channel v0.5.13
7112024-12-20T21:15:11.449Z Downloaded wyz v0.5.1
7122024-12-20T21:15:11.452Z Downloaded zerocopy v0.6.6
7132024-12-20T21:15:11.456Z Downloaded time-core v0.1.2
7142024-12-20T21:15:11.458Z Downloaded serde_path_to_error v0.1.16
7152024-12-20T21:15:11.460Z Downloaded enum-as-inner v0.5.1
7162024-12-20T21:15:11.460Z Downloaded structmeta v0.2.0
7172024-12-20T21:15:11.462Z Downloaded foreign-types v0.5.0
7182024-12-20T21:15:11.463Z Downloaded twox-hash v1.6.3
7192024-12-20T21:15:11.465Z Downloaded zerofrom-derive v0.1.4
7202024-12-20T21:15:11.465Z Downloaded foldhash v0.1.3
7212024-12-20T21:15:11.468Z Downloaded waitgroup v0.1.2
7222024-12-20T21:15:11.468Z Downloaded schemars v0.8.21
7232024-12-20T21:15:11.481Z Downloaded fxhash v0.2.1
7242024-12-20T21:15:11.483Z Downloaded minimal-lexical v0.2.1
7252024-12-20T21:15:11.486Z Downloaded want v0.3.1
7262024-12-20T21:15:11.489Z Downloaded p256 v0.13.2
7272024-12-20T21:15:11.492Z Downloaded nanorand v0.7.0
7282024-12-20T21:15:11.495Z Downloaded slog-stdlog v4.1.1
7292024-12-20T21:15:11.498Z Downloaded tracing-core v0.1.32
7302024-12-20T21:15:11.501Z Downloaded fs_extra v1.3.0
7312024-12-20T21:15:11.503Z Downloaded slog-scope v4.4.0
7322024-12-20T21:15:11.508Z Downloaded scheduled-thread-pool v0.2.7
7332024-12-20T21:15:11.513Z Downloaded vte v0.11.1
7342024-12-20T21:15:11.513Z Downloaded vsss-rs v3.3.4
7352024-12-20T21:15:11.516Z Downloaded unicode-xid v0.2.6
7362024-12-20T21:15:11.516Z Downloaded vergen v8.3.2
7372024-12-20T21:15:11.519Z Downloaded utf8_iter v1.0.4
7382024-12-20T21:15:11.520Z Downloaded slab v0.4.9
7392024-12-20T21:15:11.522Z Downloaded tokio-rustls v0.24.1
7402024-12-20T21:15:11.524Z Downloaded rustls-pki-types v1.10.0
7412024-12-20T21:15:11.526Z Downloaded tinyvec_macros v0.1.1
7422024-12-20T21:15:11.528Z Downloaded num-rational v0.4.2
7432024-12-20T21:15:11.529Z Downloaded num-complex v0.4.6
7442024-12-20T21:15:11.531Z Downloaded yoke-derive v0.7.4
7452024-12-20T21:15:11.533Z Downloaded gethostname v0.5.0
7462024-12-20T21:15:11.535Z Downloaded qorb v0.2.1
7472024-12-20T21:15:11.540Z Downloaded unicode-segmentation v1.12.0
7482024-12-20T21:15:11.543Z Downloaded libxml v0.3.3
7492024-12-20T21:15:11.550Z Downloaded num_threads v0.1.7
7502024-12-20T21:15:11.555Z Downloaded dirs-next v2.0.0
7512024-12-20T21:15:11.559Z Downloaded defmt v0.3.8
7522024-12-20T21:15:11.559Z Downloaded yoke v0.7.4
7532024-12-20T21:15:11.562Z Downloaded proc-macro-crate v1.3.1
7542024-12-20T21:15:11.562Z Downloaded rfc6979 v0.4.0
7552024-12-20T21:15:11.562Z Downloaded primeorder v0.13.6
7562024-12-20T21:15:11.565Z Downloaded tokio-rustls v0.25.0
7572024-12-20T21:15:11.567Z Downloaded zerofrom v0.1.4
7582024-12-20T21:15:11.570Z Downloaded tokio-rustls v0.26.0
7592024-12-20T21:15:11.573Z Downloaded wait-timeout v0.2.0
7602024-12-20T21:15:11.573Z Downloaded postgres-types v0.2.8
7612024-12-20T21:15:11.575Z Downloaded glob v0.3.1
7622024-12-20T21:15:11.577Z Downloaded postgres-protocol v0.6.7
7632024-12-20T21:15:11.579Z Downloaded num-traits v0.2.19
7642024-12-20T21:15:11.581Z Downloaded downcast v0.11.0
7652024-12-20T21:15:11.583Z Downloaded russh-cryptovec v0.7.3
7662024-12-20T21:15:11.586Z Downloaded slog-term v2.9.1
7672024-12-20T21:15:11.589Z Downloaded slog-json v2.6.1
7682024-12-20T21:15:11.589Z Downloaded typify-macro v0.2.0
7692024-12-20T21:15:11.593Z Downloaded crossterm v0.28.1
7702024-12-20T21:15:11.597Z Downloaded display-error-chain v0.2.2
7712024-12-20T21:15:11.600Z Downloaded psl-types v2.0.11
7722024-12-20T21:15:11.602Z Downloaded dunce v1.0.5
7732024-12-20T21:15:11.602Z Downloaded zopfli v0.8.1
7742024-12-20T21:15:11.604Z Downloaded num_enum_derive v0.5.11
7752024-12-20T21:15:11.607Z Downloaded aes v0.8.4
7762024-12-20T21:15:11.610Z Downloaded num_enum v0.5.11
7772024-12-20T21:15:11.615Z Downloaded password-hash v0.5.0
7782024-12-20T21:15:11.621Z Downloaded rtoolbox v0.0.2
7792024-12-20T21:15:11.624Z Downloaded aho-corasick v1.1.3
7802024-12-20T21:15:11.626Z Downloaded serde-big-array v0.5.1
7812024-12-20T21:15:11.629Z Downloaded number_prefix v0.4.0
7822024-12-20T21:15:11.632Z Downloaded walkdir v2.5.0
7832024-12-20T21:15:11.632Z Downloaded uuid v1.11.0
7842024-12-20T21:15:11.636Z Downloaded newline-converter v0.3.0
7852024-12-20T21:15:11.638Z Downloaded tap v1.0.1
7862024-12-20T21:15:11.638Z Downloaded supports-color v3.0.1
7872024-12-20T21:15:11.641Z Downloaded dirs-sys-next v0.1.2
7882024-12-20T21:15:11.641Z Downloaded displaydoc v0.2.5
7892024-12-20T21:15:11.644Z Downloaded zone_cfg_derive v0.1.2
7902024-12-20T21:15:11.646Z Downloaded precomputed-hash v0.1.1
7912024-12-20T21:15:11.646Z Downloaded powerfmt v0.2.0
7922024-12-20T21:15:11.649Z Downloaded futures-macro v0.3.31
7932024-12-20T21:15:11.649Z Downloaded ed25519 v2.2.3
7942024-12-20T21:15:11.651Z Downloaded samael v0.0.17
7952024-12-20T21:15:11.658Z Downloaded newtype_derive v0.1.6
7962024-12-20T21:15:11.660Z Downloaded rustc-hash v2.0.0
7972024-12-20T21:15:11.662Z Downloaded strum_macros v0.25.3
7982024-12-20T21:15:11.664Z Downloaded zip v2.1.3
7992024-12-20T21:15:11.669Z Downloaded semver v0.1.20
8002024-12-20T21:15:11.671Z Downloaded quick-error v1.2.3
8012024-12-20T21:15:11.671Z Downloaded tungstenite v0.24.0
8022024-12-20T21:15:11.677Z Downloaded parse-size v1.1.0
8032024-12-20T21:15:11.682Z Downloaded itertools v0.13.0
8042024-12-20T21:15:11.685Z Downloaded thiserror-impl-no-std v2.0.2
8052024-12-20T21:15:11.687Z Downloaded thiserror-impl v2.0.3
8062024-12-20T21:15:11.689Z Downloaded serde-hex v0.1.0
8072024-12-20T21:15:11.691Z Downloaded dhcproto-macros v0.1.0
8082024-12-20T21:15:11.691Z Downloaded newtype-uuid v1.1.3
8092024-12-20T21:15:11.694Z Downloaded unicode-truncate v1.1.0
8102024-12-20T21:15:11.696Z Downloaded reedline v0.35.0
8112024-12-20T21:15:11.702Z Downloaded openssl-probe v0.1.5
8122024-12-20T21:15:11.705Z Downloaded strum_macros v0.24.3
8132024-12-20T21:15:11.708Z Downloaded pkcs8 v0.10.2
8142024-12-20T21:15:11.711Z Downloaded olpc-cjson v0.1.4
8152024-12-20T21:15:11.711Z Downloaded serde_repr v0.1.19
8162024-12-20T21:15:11.713Z Downloaded salsa20 v0.10.2
8172024-12-20T21:15:11.716Z Downloaded predicates-tree v1.0.11
8182024-12-20T21:15:11.718Z Downloaded openssl-macros v0.1.1
8192024-12-20T21:15:11.718Z Downloaded getrandom v0.2.15
8202024-12-20T21:15:11.721Z Downloaded parse-display-derive v0.10.0
8212024-12-20T21:15:11.724Z Downloaded filetime v0.2.25
8222024-12-20T21:15:11.724Z Downloaded ff v0.13.0
8232024-12-20T21:15:11.726Z Downloaded serde_derive_internals v0.29.1
8242024-12-20T21:15:11.729Z Downloaded blake3 v1.5.4
8252024-12-20T21:15:11.735Z Downloaded float-ord v0.3.2
8262024-12-20T21:15:11.739Z Downloaded float-cmp v0.9.0
8272024-12-20T21:15:11.739Z Downloaded defmt-macros v0.3.9
8282024-12-20T21:15:11.741Z Downloaded deranged v0.3.11
8292024-12-20T21:15:11.744Z Downloaded spki v0.7.3
8302024-12-20T21:15:11.747Z Downloaded hyper v1.5.0
8312024-12-20T21:15:11.752Z Downloaded peg-runtime v0.8.3
8322024-12-20T21:15:11.755Z Downloaded new_debug_unreachable v1.0.6
8332024-12-20T21:15:11.755Z Downloaded shell-words v1.1.0
8342024-12-20T21:15:11.758Z Downloaded tokio-native-tls v0.3.1
8352024-12-20T21:15:11.758Z Downloaded futures v0.3.31
8362024-12-20T21:15:11.762Z Downloaded flagset v0.4.6
8372024-12-20T21:15:11.766Z Downloaded tls_codec v0.4.1
8382024-12-20T21:15:11.768Z Downloaded tinystr v0.7.6
8392024-12-20T21:15:11.771Z Downloaded hkdf v0.12.4
8402024-12-20T21:15:11.773Z Downloaded sct v0.7.1
8412024-12-20T21:15:11.775Z Downloaded percent-encoding v2.3.1
8422024-12-20T21:15:11.778Z Downloaded ref-cast-impl v1.0.23
8432024-12-20T21:15:11.779Z Downloaded ron v0.8.1
8442024-12-20T21:15:11.782Z Downloaded defmt-parser v0.3.4
8452024-12-20T21:15:11.785Z Downloaded zeroize_derive v1.4.2
8462024-12-20T21:15:11.785Z Downloaded utf16_iter v1.0.5
8472024-12-20T21:15:11.788Z Downloaded utf-8 v0.7.6
8482024-12-20T21:15:11.788Z Downloaded peg-macros v0.8.4
8492024-12-20T21:15:11.790Z Downloaded zeroize v1.8.1
8502024-12-20T21:15:11.793Z Downloaded fatfs v0.3.6
8512024-12-20T21:15:11.796Z Downloaded untrusted v0.7.1
8522024-12-20T21:15:11.799Z Downloaded futures-sink v0.3.31
8532024-12-20T21:15:11.799Z Downloaded sigpipe v0.1.3
8542024-12-20T21:15:11.799Z Downloaded tokio-tungstenite v0.24.0
8552024-12-20T21:15:11.802Z Downloaded hashbrown v0.12.3
8562024-12-20T21:15:11.804Z Downloaded xz2 v0.1.7
8572024-12-20T21:15:11.806Z Downloaded xattr v1.3.1
8582024-12-20T21:15:11.808Z Downloaded env_filter v0.1.2
8592024-12-20T21:15:11.810Z Downloaded predicates-core v1.0.8
8602024-12-20T21:15:11.813Z Downloaded parse-zoneinfo v0.3.1
8612024-12-20T21:15:11.815Z Downloaded which v4.4.2
8622024-12-20T21:15:11.815Z Downloaded serde_with_macros v3.11.0
8632024-12-20T21:15:11.818Z Downloaded structmeta-derive v0.2.0
8642024-12-20T21:15:11.821Z Downloaded tokio-tungstenite v0.21.0
8652024-12-20T21:15:11.823Z Downloaded subtle v2.6.1
8662024-12-20T21:15:11.823Z Downloaded structmeta v0.3.0
8672024-12-20T21:15:11.825Z Downloaded der_derive v0.7.3
8682024-12-20T21:15:11.828Z Downloaded tough v0.19.0
8692024-12-20T21:15:11.835Z Downloaded unicode-properties v0.1.3
8702024-12-20T21:15:11.837Z Downloaded num-bigint-dig v0.8.4
8712024-12-20T21:15:11.842Z Downloaded yasna v0.5.2
8722024-12-20T21:15:11.845Z Downloaded packed_struct_codegen v0.10.1
8732024-12-20T21:15:11.848Z Downloaded packed_struct v0.10.1
8742024-12-20T21:15:11.851Z Downloaded fallible-iterator v0.3.0
8752024-12-20T21:15:11.851Z Downloaded parking_lot v0.11.2
8762024-12-20T21:15:11.854Z Downloaded serde_urlencoded v0.7.1
8772024-12-20T21:15:11.854Z Downloaded salty v0.3.0
8782024-12-20T21:15:11.861Z Downloaded oso v0.27.3
8792024-12-20T21:15:11.864Z Downloaded pkcs5 v0.7.1
8802024-12-20T21:15:11.869Z Downloaded socket2 v0.5.7
8812024-12-20T21:15:11.871Z Downloaded omicron-zone-package v0.11.1
8822024-12-20T21:15:11.875Z Downloaded chrono v0.4.38
8832024-12-20T21:15:11.883Z Downloaded prettyplease v0.2.25
8842024-12-20T21:15:11.887Z Downloaded tokio-tungstenite v0.23.1
8852024-12-20T21:15:11.890Z Downloaded native-tls v0.2.12
8862024-12-20T21:15:11.892Z Downloaded multer v3.1.0
8872024-12-20T21:15:11.895Z Downloaded unicode-bidi v0.3.17
8882024-12-20T21:15:11.898Z Downloaded heapless v0.7.17
8892024-12-20T21:15:11.901Z Downloaded ssh-key v0.6.6
8902024-12-20T21:15:11.908Z Downloaded globset v0.4.15
8912024-12-20T21:15:11.912Z Downloaded bitvec v1.0.1
8922024-12-20T21:15:11.926Z Downloaded sqlformat v0.2.6
8932024-12-20T21:15:11.929Z Downloaded ron v0.7.1
8942024-12-20T21:15:11.932Z Downloaded dropshot_endpoint v0.12.0
8952024-12-20T21:15:11.935Z Downloaded unicode_categories v0.1.1
8962024-12-20T21:15:11.938Z Downloaded rayon-core v1.12.1
8972024-12-20T21:15:11.942Z Downloaded p521 v0.13.3
8982024-12-20T21:15:11.946Z Downloaded openssl-sys v0.9.103
8992024-12-20T21:15:11.951Z Downloaded der v0.7.9
9002024-12-20T21:15:11.957Z Downloaded rand v0.8.5
9012024-12-20T21:15:11.960Z Downloaded url v2.5.3
9022024-12-20T21:15:11.964Z Downloaded rcgen v0.12.1
9032024-12-20T21:15:11.967Z Downloaded rustyline v14.0.0
9042024-12-20T21:15:11.973Z Downloaded headers v0.4.0
9052024-12-20T21:15:11.980Z Downloaded publicsuffix v2.2.3
9062024-12-20T21:15:11.982Z Downloaded winnow v0.5.40
9072024-12-20T21:15:11.991Z Downloaded zerocopy-derive v0.8.10
9082024-12-20T21:15:11.998Z Downloaded icu_properties_data v1.5.0
9092024-12-20T21:15:12.009Z Downloaded dropshot_endpoint v0.13.0
9102024-12-20T21:15:12.012Z Downloaded h2 v0.4.6
9112024-12-20T21:15:12.019Z Downloaded zerovec v0.10.4
9122024-12-20T21:15:12.025Z Downloaded quinn v0.11.5
9132024-12-20T21:15:12.029Z Downloaded lalrpop v0.19.12
9142024-12-20T21:15:12.042Z Downloaded typed-path v0.9.3
9152024-12-20T21:15:12.047Z Downloaded ed25519-dalek v2.1.1
9162024-12-20T21:15:12.050Z Downloaded rusqlite v0.32.1
9172024-12-20T21:15:12.056Z Downloaded reqwest v0.12.9
9182024-12-20T21:15:12.066Z Downloaded x509-cert v0.2.5
9192024-12-20T21:15:12.071Z Downloaded flate2 v1.0.34
9202024-12-20T21:15:12.077Z Downloaded curve25519-dalek v4.1.3
9212024-12-20T21:15:12.086Z Downloaded tokio-util v0.7.12
9222024-12-20T21:15:12.092Z Downloaded rustls-webpki v0.102.8
9232024-12-20T21:15:12.111Z Downloaded unicode-normalization v0.1.24
9242024-12-20T21:15:12.114Z Downloaded idna v0.5.0
9252024-12-20T21:15:12.121Z Downloaded quick-xml v0.33.0
9262024-12-20T21:15:12.129Z Downloaded trust-dns-proto v0.22.0
9272024-12-20T21:15:12.141Z Downloaded serde_with v3.11.0
9282024-12-20T21:15:12.149Z Downloaded proptest v1.5.0
9292024-12-20T21:15:12.158Z Downloaded idna v0.2.3
9302024-12-20T21:15:12.166Z Downloaded sqlparser v0.45.0
9312024-12-20T21:15:12.176Z Downloaded rayon v1.10.0
9322024-12-20T21:15:12.181Z Downloaded hashbrown v0.14.5
9332024-12-20T21:15:12.187Z Downloaded rustls v0.21.12
9342024-12-20T21:15:12.200Z Downloaded quinn-proto v0.11.8
9352024-12-20T21:15:12.205Z Downloaded regex-syntax v0.8.5
9362024-12-20T21:15:12.213Z Downloaded nix v0.27.1
9372024-12-20T21:15:12.224Z Downloaded nix v0.28.0
9382024-12-20T21:15:12.236Z Downloaded nix v0.29.0
9392024-12-20T21:15:12.248Z Downloaded smoltcp v0.9.1
9402024-12-20T21:15:12.260Z Downloaded radix_trie v0.2.1
9412024-12-20T21:15:12.264Z Downloaded unicode-width v0.2.0
9422024-12-20T21:15:12.271Z Downloaded diesel v2.2.6
9432024-12-20T21:15:12.290Z Downloaded dropshot v0.13.0
9442024-12-20T21:15:12.311Z Downloaded openapiv3 v2.0.0
9452024-12-20T21:15:12.322Z Downloaded gimli v0.31.1
9462024-12-20T21:15:12.331Z Downloaded rustls v0.22.4
9472024-12-20T21:15:12.344Z Downloaded webpki-roots v0.26.6
9482024-12-20T21:15:12.347Z Downloaded hickory-proto v0.24.1
9492024-12-20T21:15:12.363Z Downloaded regex-syntax v0.6.29
9502024-12-20T21:15:12.370Z Downloaded sled v0.34.7
9512024-12-20T21:15:12.382Z Downloaded polar-core v0.27.3
9522024-12-20T21:15:12.389Z Downloaded openssl v0.10.66
9532024-12-20T21:15:12.398Z Downloaded bzip2-sys v0.1.11+1.0.8
9542024-12-20T21:15:12.411Z Downloaded regress v0.10.1
9552024-12-20T21:15:12.419Z Downloaded object v0.36.5
9562024-12-20T21:15:12.430Z Downloaded regex-automata v0.4.8
9572024-12-20T21:15:12.447Z Downloaded rustls v0.23.19
9582024-12-20T21:15:12.459Z Downloaded dropshot v0.12.0
9592024-12-20T21:15:12.501Z Downloaded typify-impl v0.2.0
9602024-12-20T21:15:12.520Z Downloaded git2 v0.19.0
9612024-12-20T21:15:12.530Z Downloaded object v0.30.4
9622024-12-20T21:15:12.542Z Downloaded chrono-tz v0.10.0
9632024-12-20T21:15:12.549Z Downloaded bstr v1.10.0
9642024-12-20T21:15:12.559Z Downloaded regress v0.9.1
9652024-12-20T21:15:12.567Z Downloaded regex v1.11.1
9662024-12-20T21:15:12.580Z Downloaded ratatui v0.28.1
9672024-12-20T21:15:12.601Z Downloaded petgraph v0.6.5
9682024-12-20T21:15:12.615Z Downloaded zerocopy-derive v0.6.6
9692024-12-20T21:15:12.627Z Downloaded zerocopy v0.8.10
9702024-12-20T21:15:12.647Z Downloaded idna v0.3.0
9712024-12-20T21:15:12.653Z Downloaded p384 v0.13.0
9722024-12-20T21:15:12.658Z Downloaded csv v1.3.0
9732024-12-20T21:15:12.677Z Downloaded smoltcp v0.11.0
9742024-12-20T21:15:12.689Z Downloaded idna v0.4.0
9752024-12-20T21:15:12.695Z Downloaded portable-atomic v1.9.0
9762024-12-20T21:15:12.702Z Downloaded vcpkg v0.2.15
9772024-12-20T21:15:12.739Z Downloaded russh v0.45.0
9782024-12-20T21:15:12.745Z Downloaded futures-util v0.3.31
9792024-12-20T21:15:12.756Z Downloaded time v0.3.36
9802024-12-20T21:15:12.762Z Downloaded petname v2.0.2
9812024-12-20T21:15:12.767Z Downloaded rustls-webpki v0.101.7
9822024-12-20T21:15:12.781Z Downloaded lzma-sys v0.1.20
9832024-12-20T21:15:12.810Z Downloaded bindgen v0.69.5
9842024-12-20T21:15:12.816Z Downloaded futures-task v0.3.31
9852024-12-20T21:15:12.819Z Downloaded libz-sys v1.1.20
9862024-12-20T21:15:12.838Z Downloaded tiny-keccak v2.0.2
9872024-12-20T21:15:12.841Z Downloaded time-macros v0.2.18
9882024-12-20T21:15:12.843Z Downloaded tracing v0.1.40
9892024-12-20T21:15:12.846Z Downloaded hashbrown v0.13.2
9902024-12-20T21:15:12.850Z Downloaded aws-lc-rs v1.10.0
9912024-12-20T21:15:12.858Z Downloaded pkcs1 v0.7.5
9922024-12-20T21:15:12.860Z Downloaded tokio v1.40.0
9932024-12-20T21:15:12.895Z Downloaded sha3 v0.10.8
9942024-12-20T21:15:12.899Z Downloaded tokio-postgres v0.7.12
9952024-12-20T21:15:12.904Z Downloaded opaque-debug v0.3.1
9962024-12-20T21:15:12.907Z Downloaded hashlink v0.9.1
9972024-12-20T21:15:12.907Z Downloaded tinyvec v1.8.0
9982024-12-20T21:15:12.910Z Downloaded num-bigint v0.4.6
9992024-12-20T21:15:12.913Z Downloaded fd-lock v4.0.2
10002024-12-20T21:15:12.916Z Downloaded slog v2.7.0
10012024-12-20T21:15:12.918Z Downloaded diesel_derives v2.2.3
10022024-12-20T21:15:12.922Z Downloaded smallvec v1.13.2
10032024-12-20T21:15:12.925Z Downloaded tungstenite v0.23.0
10042024-12-20T21:15:12.927Z Downloaded tungstenite v0.21.0
10052024-12-20T21:15:12.931Z Downloaded rustc-hash v1.1.0
10062024-12-20T21:15:12.934Z Downloaded tokio-stream v0.1.16
10072024-12-20T21:15:12.938Z Downloaded subprocess v0.2.9
10082024-12-20T21:15:12.940Z Downloaded pkg-config v0.3.31
10092024-12-20T21:15:12.940Z Downloaded peg v0.8.4
10102024-12-20T21:15:12.943Z Downloaded nom v7.1.3
10112024-12-20T21:15:12.947Z Downloaded typify v0.2.0
10122024-12-20T21:15:12.952Z Downloaded thread_local v1.1.8
10132024-12-20T21:15:12.955Z Downloaded thiserror-no-std v2.0.2
10142024-12-20T21:15:12.957Z Downloaded slog-envlogger v2.2.0
10152024-12-20T21:15:12.957Z Downloaded ecdsa v0.16.9
10162024-12-20T21:15:12.960Z Downloaded itertools v0.12.1
10172024-12-20T21:15:12.964Z Downloaded unicase v2.7.0
10182024-12-20T21:15:12.967Z Downloaded unarray v0.1.4
10192024-12-20T21:15:12.967Z Downloaded smallvec v0.6.14
10202024-12-20T21:15:12.969Z Downloaded resolv-conf v0.7.0
10212024-12-20T21:15:12.972Z Downloaded pbkdf2 v0.12.2
10222024-12-20T21:15:12.972Z Downloaded flume v0.11.1
10232024-12-20T21:15:12.975Z Downloaded nibble_vec v0.1.0
10242024-12-20T21:15:12.977Z Downloaded darling_core v0.20.10
10252024-12-20T21:15:12.980Z Downloaded idna v1.0.3
10262024-12-20T21:15:12.984Z Downloaded ppv-lite86 v0.2.20
10272024-12-20T21:15:12.987Z Downloaded steno v0.4.1
10282024-12-20T21:15:12.990Z Downloaded similar v2.6.0
10292024-12-20T21:15:12.994Z Downloaded postcard v1.0.10
10302024-12-20T21:15:12.997Z Downloaded password-hash v0.4.2
10312024-12-20T21:15:13.001Z Downloaded toml_edit v0.19.15
10322024-12-20T21:15:13.015Z Downloaded funty v2.0.0
10332024-12-20T21:15:13.017Z Downloaded strum_macros v0.26.4
10342024-12-20T21:15:13.019Z Downloaded itertools v0.10.5
10352024-12-20T21:15:13.024Z Downloaded libm v0.2.8
10362024-12-20T21:15:13.033Z Downloaded fallible-streaming-iterator v0.1.9
10372024-12-20T21:15:13.036Z Downloaded difflib v0.4.0
10382024-12-20T21:15:13.036Z Downloaded diesel-dtrace v0.4.2
10392024-12-20T21:15:13.036Z Downloaded poly1305 v0.8.0
10402024-12-20T21:15:13.039Z Downloaded pem-rfc7468 v0.7.0
10412024-12-20T21:15:13.041Z Downloaded expectorate v1.1.0
10422024-12-20T21:15:13.044Z Downloaded same-file v1.0.6
10432024-12-20T21:15:13.044Z Downloaded multimap v0.10.0
10442024-12-20T21:15:13.046Z Downloaded foreign-types-macros v0.2.3
10452024-12-20T21:15:13.046Z Downloaded fixedbitset v0.4.2
10462024-12-20T21:15:13.048Z Downloaded enum-as-inner v0.6.1
10472024-12-20T21:15:13.048Z Downloaded predicates v3.1.2
10482024-12-20T21:15:13.050Z Downloaded parking_lot_core v0.9.10
10492024-12-20T21:15:13.053Z Downloaded heapless v0.8.0
10502024-12-20T21:15:13.056Z Downloaded polyval v0.6.2
10512024-12-20T21:15:13.059Z Downloaded pem v3.0.4
10522024-12-20T21:15:13.061Z Downloaded dsl_auto_type v0.1.2
10532024-12-20T21:15:13.061Z Downloaded debug-ignore v1.0.5
10542024-12-20T21:15:13.064Z Downloaded encoding_rs v0.8.34
10552024-12-20T21:15:13.081Z Downloaded rsa v0.9.6
10562024-12-20T21:15:13.086Z Downloaded either v1.13.0
10572024-12-20T21:15:13.088Z Downloaded rustls-pemfile v2.2.0
10582024-12-20T21:15:13.090Z Downloaded dhcproto v0.12.0
10592024-12-20T21:15:13.092Z Downloaded derive_more v0.99.18
10602024-12-20T21:15:13.096Z Downloaded rustc-demangle v0.1.24
10612024-12-20T21:15:13.099Z Downloaded elliptic-curve v0.13.8
10622024-12-20T21:15:13.102Z Downloaded progenitor v0.8.0
10632024-12-20T21:15:13.104Z Downloaded pin-project v1.1.6
10642024-12-20T21:15:13.127Z Downloaded zip v0.6.6
10652024-12-20T21:15:13.135Z Downloaded parking_lot_core v0.8.6
10662024-12-20T21:15:13.135Z Downloaded stringprep v0.1.5
10672024-12-20T21:15:13.135Z Downloaded ssh-encoding v0.2.0
10682024-12-20T21:15:13.135Z Downloaded ssh-cipher v0.2.0
10692024-12-20T21:15:13.135Z Downloaded pin-utils v0.1.0
10702024-12-20T21:15:13.135Z Downloaded spin v0.9.8
10712024-12-20T21:15:13.135Z Downloaded simd-adler32 v0.3.7
10722024-12-20T21:15:13.135Z Downloaded parse-display v0.10.0
10732024-12-20T21:15:13.135Z Downloaded derive_builder v0.20.2
10742024-12-20T21:15:13.138Z Downloaded http v1.1.0
10752024-12-20T21:15:13.140Z Downloaded rustfmt-wrapper v0.2.1
10762024-12-20T21:15:13.141Z Downloaded icu_collections v1.5.0
10772024-12-20T21:15:13.146Z Downloaded const_format v0.2.33
10782024-12-20T21:15:13.151Z Downloaded pin-project-internal v1.1.6
10792024-12-20T21:15:13.153Z Downloaded toml v0.7.8
10802024-12-20T21:15:13.156Z Downloaded tar v0.4.42
10812024-12-20T21:15:13.159Z Downloaded group v0.13.0
10822024-12-20T21:15:13.161Z Downloaded untrusted v0.9.0
10832024-12-20T21:15:13.163Z Downloaded crypto-bigint v0.5.5
10842024-12-20T21:15:13.167Z Downloaded env_logger v0.10.2
10852024-12-20T21:15:13.170Z Downloaded tls_codec_derive v0.4.1
10862024-12-20T21:15:13.172Z Downloaded bumpalo v3.16.0
10872024-12-20T21:15:13.176Z Downloaded signal-hook v0.3.17
10882024-12-20T21:15:13.179Z Downloaded serde_yaml v0.9.34+deprecated
10892024-12-20T21:15:13.182Z Downloaded schemars_derive v0.8.21
10902024-12-20T21:15:13.185Z Downloaded owo-colors v4.1.0
10912024-12-20T21:15:13.187Z Downloaded nu-ansi-term v0.50.1
10922024-12-20T21:15:13.191Z Downloaded rustls-pemfile v1.0.4
10932024-12-20T21:15:13.193Z Downloaded libgit2-sys v0.17.0+1.8.1
10942024-12-20T21:15:13.250Z Downloaded compact_str v0.8.0
10952024-12-20T21:15:13.253Z Downloaded string_cache v0.8.7
10962024-12-20T21:15:13.256Z Downloaded spin v0.5.2
10972024-12-20T21:15:13.256Z Downloaded slog-bunyan v2.5.0
10982024-12-20T21:15:13.259Z Downloaded test-strategy v0.3.1
10992024-12-20T21:15:13.263Z Downloaded futures-channel v0.3.31
11002024-12-20T21:15:13.263Z Downloaded term v0.7.0
11012024-12-20T21:15:13.266Z Downloaded dyn-clone v1.0.17
11022024-12-20T21:15:13.269Z Downloaded rustc_version v0.1.7
11032024-12-20T21:15:13.269Z Downloaded bytes v1.8.0
11042024-12-20T21:15:13.272Z Downloaded futures-io v0.3.31
11052024-12-20T21:15:13.272Z Downloaded uzers v0.12.1
11062024-12-20T21:15:13.275Z Downloaded thiserror v2.0.3
11072024-12-20T21:15:13.279Z Downloaded icu_normalizer v1.5.0
11082024-12-20T21:15:13.282Z Downloaded nodrop v0.1.14
11092024-12-20T21:15:13.284Z Downloaded icu_properties v1.5.1
11102024-12-20T21:15:13.289Z Downloaded const-oid v0.9.6
11112024-12-20T21:15:13.289Z Downloaded hickory-resolver v0.24.1
11122024-12-20T21:15:13.292Z Downloaded blake2 v0.10.6
11132024-12-20T21:15:13.295Z Downloaded phf_shared v0.10.0
11142024-12-20T21:15:13.295Z Downloaded icu_normalizer_data v1.5.0
11152024-12-20T21:15:13.297Z Downloaded icu_locid v1.5.0
11162024-12-20T21:15:13.302Z Downloaded signal-hook-registry v1.4.2
11172024-12-20T21:15:13.304Z Downloaded signal-hook-mio v0.2.4
11182024-12-20T21:15:13.304Z Downloaded icu_locid_transform_data v1.5.0
11192024-12-20T21:15:13.309Z Downloaded crc v3.2.1
11202024-12-20T21:15:13.312Z Downloaded cookie_store v0.21.0
11212024-12-20T21:15:13.312Z Downloaded backtrace v0.3.74
11222024-12-20T21:15:13.315Z Downloaded base64 v0.21.7
11232024-12-20T21:15:13.319Z Downloaded bzip2 v0.4.4
11242024-12-20T21:15:13.321Z Downloaded scopeguard v1.2.0
11252024-12-20T21:15:13.324Z Downloaded rustversion v1.0.17
11262024-12-20T21:15:13.328Z Downloaded hmac v0.12.1
11272024-12-20T21:15:13.328Z Downloaded chacha20 v0.9.1
11282024-12-20T21:15:13.331Z Downloaded cancel-safe-futures v0.1.5
11292024-12-20T21:15:13.333Z Downloaded secrecy v0.8.0
11302024-12-20T21:15:13.333Z Downloaded bcs v0.1.6
11312024-12-20T21:15:13.336Z Downloaded ipnetwork v0.20.0
11322024-12-20T21:15:13.339Z Downloaded hyper-staticfile v0.10.1
11332024-12-20T21:15:13.339Z Downloaded block-padding v0.3.3
11342024-12-20T21:15:13.341Z Downloaded bit-vec v0.6.3
11352024-12-20T21:15:13.341Z Downloaded castaway v0.2.3
11362024-12-20T21:15:13.344Z Downloaded chrono-tz-build v0.4.0
11372024-12-20T21:15:13.344Z Downloaded iana-time-zone v0.1.61
11382024-12-20T21:15:13.347Z Downloaded cobs v0.2.3
11392024-12-20T21:15:13.348Z Downloaded cmake v0.1.51
11402024-12-20T21:15:13.350Z Downloaded cexpr v0.6.0
11412024-12-20T21:15:13.350Z Downloaded cassowary v0.3.0
11422024-12-20T21:15:13.352Z Downloaded litemap v0.7.3
11432024-12-20T21:15:13.355Z Downloaded inout v0.1.3
11442024-12-20T21:15:13.355Z Downloaded convert_case v0.4.0
11452024-12-20T21:15:13.357Z Downloaded colored v2.1.0
11462024-12-20T21:15:13.361Z Downloaded ciborium-ll v0.2.2
11472024-12-20T21:15:13.361Z Downloaded lru v0.12.5
11482024-12-20T21:15:13.361Z Downloaded lock_api v0.4.12
11492024-12-20T21:15:13.363Z Downloaded constant_time_eq v0.3.1
11502024-12-20T21:15:13.365Z Downloaded ciborium-io v0.2.2
11512024-12-20T21:15:13.365Z Downloaded async-recursion v1.1.1
11522024-12-20T21:15:13.367Z Downloaded aead v0.5.2
11532024-12-20T21:15:13.371Z Downloaded bitflags v1.3.2
11542024-12-20T21:15:13.374Z Downloaded crunchy v0.2.2
11552024-12-20T21:15:13.374Z Downloaded crucible-workspace-hack v0.1.0
11562024-12-20T21:15:13.374Z Downloaded bitfield v0.14.0
11572024-12-20T21:15:13.377Z Downloaded bb8 v0.8.5
11582024-12-20T21:15:13.377Z Downloaded base16ct v0.2.0
11592024-12-20T21:15:13.379Z Downloaded bcrypt-pbkdf v0.10.0
11602024-12-20T21:15:13.379Z Downloaded is-terminal v0.4.13
11612024-12-20T21:15:13.379Z Downloaded impl-trait-for-tuples v0.2.2
11622024-12-20T21:15:13.383Z Downloaded home v0.5.9
11632024-12-20T21:15:13.383Z Downloaded async-stream v0.3.6
11642024-12-20T21:15:13.388Z Downloaded async-trait v0.1.83
11652024-12-20T21:15:13.391Z Downloaded arrayref v0.3.9
11662024-12-20T21:15:13.394Z Downloaded array-init v0.0.4
11672024-12-20T21:15:13.394Z Downloaded argon2 v0.5.3
11682024-12-20T21:15:13.394Z Downloaded instability v0.3.2
11692024-12-20T21:15:13.397Z Downloaded arrayvec v0.7.6
11702024-12-20T21:15:13.400Z Downloaded assert_matches v1.5.0
11712024-12-20T21:15:13.400Z Downloaded arc-swap v1.7.1
11722024-12-20T21:15:13.402Z Downloaded maplit v1.0.2
11732024-12-20T21:15:13.403Z Downloaded idna_adapter v1.2.0
11742024-12-20T21:15:13.406Z Downloaded hubpack v0.1.2
11752024-12-20T21:15:13.406Z Downloaded hostname v0.4.0
11762024-12-20T21:15:13.406Z Downloaded allocator-api2 v0.2.18
11772024-12-20T21:15:13.636Z Downloaded aws-lc-sys v0.22.0
11782024-12-20T21:15:13.953Z Downloaded ring v0.17.8
11792024-12-20T21:15:14.104Z Downloaded ring v0.16.20
11802024-12-20T21:15:14.188Z Downloaded libsqlite3-sys v0.30.1
11812024-12-20T21:15:14.363Z Compiling serde v1.0.215
11822024-12-20T21:15:14.366Z Compiling lock_api v0.4.12
11832024-12-20T21:15:14.366Z Compiling scopeguard v1.2.0
11842024-12-20T21:15:14.366Z Compiling value-bag v1.9.0
11852024-12-20T21:15:14.366Z Compiling typenum v1.17.0
11862024-12-20T21:15:14.529Z Compiling generic-array v0.14.7
11872024-12-20T21:15:14.572Z Compiling syn v2.0.87
11882024-12-20T21:15:14.588Z Compiling getrandom v0.2.15
11892024-12-20T21:15:14.685Z Compiling subtle v2.6.1
11902024-12-20T21:15:14.890Z Compiling rand_core v0.6.4
11912024-12-20T21:15:14.975Z Compiling log v0.4.22
11922024-12-20T21:15:15.082Z Compiling shlex v1.3.0
11932024-12-20T21:15:15.091Z Compiling jobserver v0.1.32
11942024-12-20T21:15:15.107Z Compiling const-oid v0.9.6
11952024-12-20T21:15:15.402Z Compiling smallvec v1.13.2
11962024-12-20T21:15:15.419Z Compiling spin v0.9.8
11972024-12-20T21:15:15.465Z Compiling cc v1.1.30
11982024-12-20T21:15:15.805Z Compiling pin-project-lite v0.2.14
11992024-12-20T21:15:15.832Z Compiling rustix v0.38.37
12002024-12-20T21:15:15.850Z Compiling parking_lot_core v0.9.10
12012024-12-20T21:15:15.924Z Compiling futures-core v0.3.31
12022024-12-20T21:15:16.014Z Compiling signal-hook-registry v1.4.2
12032024-12-20T21:15:16.172Z Compiling mio v1.0.2
12042024-12-20T21:15:16.755Z Compiling parking_lot v0.12.3
12052024-12-20T21:15:16.844Z Compiling aho-corasick v1.1.3
12062024-12-20T21:15:17.000Z Compiling regex-syntax v0.8.5
12072024-12-20T21:15:17.056Z Compiling cpufeatures v0.2.14
12082024-12-20T21:15:17.137Z Compiling lazy_static v1.5.0
12092024-12-20T21:15:17.203Z Compiling futures-sink v0.3.31
12102024-12-20T21:15:17.227Z Compiling glob v0.3.1
12112024-12-20T21:15:17.381Z Compiling either v1.13.0
12122024-12-20T21:15:17.393Z Compiling stable_deref_trait v1.2.0
12132024-12-20T21:15:17.491Z Compiling socket2 v0.5.7
12142024-12-20T21:15:17.685Z Compiling slab v0.4.9
12152024-12-20T21:15:17.883Z Compiling prettyplease v0.2.25
12162024-12-20T21:15:18.146Z Compiling minimal-lexical v0.2.1
12172024-12-20T21:15:18.322Z Compiling clang-sys v1.8.1
12182024-12-20T21:15:18.555Z Compiling nom v7.1.3
12192024-12-20T21:15:18.593Z Compiling libloading v0.8.5
12202024-12-20T21:15:18.672Z Compiling bindgen v0.69.5
12212024-12-20T21:15:19.020Z Compiling home v0.5.9
12222024-12-20T21:15:19.069Z Compiling serde_json v1.0.132
12232024-12-20T21:15:19.445Z Compiling itertools v0.10.5
12242024-12-20T21:15:19.522Z Compiling futures-channel v0.3.31
12252024-12-20T21:15:19.823Z Compiling lazycell v1.3.0
12262024-12-20T21:15:19.949Z Compiling allocator-api2 v0.2.18
12272024-12-20T21:15:19.991Z Compiling pin-utils v0.1.0
12282024-12-20T21:15:20.092Z Compiling foldhash v0.1.3
12292024-12-20T21:15:20.433Z Compiling futures-task v0.3.31
12302024-12-20T21:15:20.760Z Compiling regex-automata v0.4.8
12312024-12-20T21:15:20.808Z Compiling rustc-hash v1.1.0
12322024-12-20T21:15:20.958Z Compiling futures-io v0.3.31
12332024-12-20T21:15:21.484Z Compiling hashbrown v0.15.1
12342024-12-20T21:15:22.318Z Compiling synstructure v0.13.1
12352024-12-20T21:15:22.611Z Compiling cexpr v0.6.0
12362024-12-20T21:15:22.635Z Compiling cmake v0.1.51
12372024-12-20T21:15:23.679Z Compiling fs_extra v1.3.0
12382024-12-20T21:15:23.972Z Compiling pkg-config v0.3.31
12392024-12-20T21:15:24.032Z Compiling libm v0.2.8
12402024-12-20T21:15:24.291Z Compiling tinyvec_macros v0.1.1
12412024-12-20T21:15:24.335Z Compiling dunce v1.0.5
12422024-12-20T21:15:24.383Z Compiling tinyvec v1.8.0
12432024-12-20T21:15:24.468Z Compiling num-traits v0.2.19
12442024-12-20T21:15:24.966Z Compiling ring v0.17.8
12452024-12-20T21:15:25.543Z Compiling paste v1.0.15
12462024-12-20T21:15:25.569Z Compiling writeable v0.5.5
12472024-12-20T21:15:25.898Z Compiling unicode-normalization v0.1.24
12482024-12-20T21:15:25.919Z Compiling litemap v0.7.3
12492024-12-20T21:15:26.071Z Compiling base64ct v1.6.0
12502024-12-20T21:15:26.100Z Compiling unicode-bidi v0.3.17
12512024-12-20T21:15:26.354Z Compiling regex v1.11.1
12522024-12-20T21:15:26.645Z Compiling pem-rfc7468 v0.7.0
12532024-12-20T21:15:27.278Z Compiling httparse v1.9.5
12542024-12-20T21:15:27.444Z Compiling flagset v0.4.6
12552024-12-20T21:15:27.517Z Compiling aws-lc-rs v1.10.0
12562024-12-20T21:15:27.974Z Compiling tracing-core v0.1.32
12572024-12-20T21:15:28.111Z Compiling percent-encoding v2.3.1
12582024-12-20T21:15:28.460Z Compiling crossbeam-utils v0.8.20
12592024-12-20T21:15:28.850Z Compiling rustls-pki-types v1.10.0
12602024-12-20T21:15:29.052Z Compiling icu_locid_transform_data v1.5.0
12612024-12-20T21:15:29.164Z Compiling untrusted v0.9.0
12622024-12-20T21:15:29.276Z Compiling icu_properties_data v1.5.0
12632024-12-20T21:15:29.310Z Compiling serde_derive v1.0.215
12642024-12-20T21:15:29.338Z Compiling zeroize_derive v1.4.2
12652024-12-20T21:15:29.524Z Compiling zerocopy-derive v0.7.35
12662024-12-20T21:15:29.808Z Compiling tokio-macros v2.4.0
12672024-12-20T21:15:29.961Z Compiling zerofrom-derive v0.1.4
12682024-12-20T21:15:30.882Z Compiling zeroize v1.8.1
12692024-12-20T21:15:31.283Z Compiling thiserror-impl v1.0.69
12702024-12-20T21:15:31.342Z Compiling yoke-derive v0.7.4
12712024-12-20T21:15:31.839Z Compiling zerocopy v0.7.35
12722024-12-20T21:15:31.870Z Compiling zerovec-derive v0.10.3
12732024-12-20T21:15:32.737Z Compiling crypto-common v0.1.6
12742024-12-20T21:15:32.989Z Compiling block-buffer v0.10.4
12752024-12-20T21:15:33.271Z Compiling digest v0.10.7
12762024-12-20T21:15:33.553Z Compiling futures-macro v0.3.31
12772024-12-20T21:15:33.635Z Compiling block-padding v0.3.3
12782024-12-20T21:15:33.780Z Compiling hmac v0.12.1
12792024-12-20T21:15:33.888Z Compiling displaydoc v0.2.5
12802024-12-20T21:15:34.031Z Compiling inout v0.1.3
12812024-12-20T21:15:34.217Z Compiling zerofrom v0.1.4
12822024-12-20T21:15:34.294Z Compiling cipher v0.4.4
12832024-12-20T21:15:34.440Z Compiling sha2 v0.10.8
12842024-12-20T21:15:34.564Z Compiling yoke v0.7.4
12852024-12-20T21:15:34.651Z Compiling ppv-lite86 v0.2.20
12862024-12-20T21:15:34.760Z Compiling thiserror v1.0.69
12872024-12-20T21:15:34.806Z Compiling icu_provider_macros v1.5.0
12882024-12-20T21:15:34.904Z Compiling zerovec v0.10.4
12892024-12-20T21:15:34.939Z Compiling der_derive v0.7.3
12902024-12-20T21:15:35.558Z Compiling rand_chacha v0.3.1
12912024-12-20T21:15:35.614Z Compiling futures-util v0.3.31
12922024-12-20T21:15:35.614Z Compiling tracing-attributes v0.1.27
12932024-12-20T21:15:36.034Z Compiling rand v0.8.5
12942024-12-20T21:15:37.176Z Compiling tinystr v0.7.6
12952024-12-20T21:15:37.526Z Compiling der v0.7.9
12962024-12-20T21:15:37.665Z Compiling icu_locid v1.5.0
12972024-12-20T21:15:37.847Z Compiling icu_collections v1.5.0
12982024-12-20T21:15:38.014Z Compiling pest v2.7.14
12992024-12-20T21:15:38.178Z Compiling salsa20 v0.10.2
13002024-12-20T21:15:38.397Z Compiling pbkdf2 v0.12.2
13012024-12-20T21:15:38.569Z Compiling mirai-annotations v1.12.0
13022024-12-20T21:15:38.761Z Compiling num-conv v0.1.0
13032024-12-20T21:15:39.080Z Compiling icu_provider v1.5.0
13042024-12-20T21:15:39.406Z Compiling time-core v0.1.2
13052024-12-20T21:15:39.536Z Compiling tracing v0.1.40
13062024-12-20T21:15:39.578Z Compiling spki v0.7.3
13072024-12-20T21:15:39.959Z Compiling icu_locid_transform v1.5.0
13082024-12-20T21:15:40.060Z Compiling vcpkg v0.2.15
13092024-12-20T21:15:40.108Z Compiling powerfmt v0.2.0
13102024-12-20T21:15:40.152Z Compiling untrusted v0.7.1
13112024-12-20T21:15:40.353Z Compiling time-macros v0.2.18
13122024-12-20T21:15:40.504Z Compiling pest_meta v2.7.14
13132024-12-20T21:15:40.924Z Compiling deranged v0.3.11
13142024-12-20T21:15:41.033Z Compiling scrypt v0.11.0
13152024-12-20T21:15:41.634Z Compiling icu_properties v1.5.1
13162024-12-20T21:15:41.948Z Compiling cbc v0.1.2
13172024-12-20T21:15:42.192Z Compiling aes v0.8.4
13182024-12-20T21:15:42.300Z Compiling openssl-sys v0.9.103
13192024-12-20T21:15:42.905Z Compiling scroll_derive v0.12.0
13202024-12-20T21:15:43.755Z Compiling bitflags v2.6.0
13212024-12-20T21:15:44.041Z Compiling bytes v1.8.0
13222024-12-20T21:15:44.732Z Compiling indexmap v2.6.0
13232024-12-20T21:15:45.080Z Compiling tokio v1.40.0
13242024-12-20T21:15:45.293Z Compiling http v1.1.0
13252024-12-20T21:15:45.752Z Compiling semver v1.0.23
13262024-12-20T21:15:46.288Z Compiling rustc_version v0.4.1
13272024-12-20T21:15:46.453Z Compiling atomic-waker v1.1.2
13282024-12-20T21:15:46.573Z Compiling write16 v1.0.0
13292024-12-20T21:15:46.611Z Compiling icu_normalizer_data v1.5.0
13302024-12-20T21:15:46.612Z Compiling utf8_iter v1.0.4
13312024-12-20T21:15:46.687Z Compiling utf16_iter v1.0.5
13322024-12-20T21:15:46.754Z Compiling num_threads v0.1.7
13332024-12-20T21:15:46.854Z Compiling icu_normalizer v1.5.0
13342024-12-20T21:15:46.892Z Compiling http-body v1.0.1
13352024-12-20T21:15:46.892Z Compiling time v0.3.36
13362024-12-20T21:15:46.982Z Compiling scroll v0.12.0
13372024-12-20T21:15:47.198Z Compiling pkcs5 v0.7.1
13382024-12-20T21:15:47.589Z Compiling pest_generator v2.7.14
13392024-12-20T21:15:47.675Z Compiling form_urlencoded v1.2.1
13402024-12-20T21:15:47.781Z Compiling slog v2.7.0
13412024-12-20T21:15:48.034Z Compiling try-lock v0.2.5
13422024-12-20T21:15:48.216Z Compiling want v0.3.1
13432024-12-20T21:15:48.345Z Compiling which v4.4.2
13442024-12-20T21:15:48.496Z Compiling goblin v0.8.2
13452024-12-20T21:15:48.535Z Compiling pkcs8 v0.10.2
13462024-12-20T21:15:48.951Z Compiling idna_adapter v1.2.0
13472024-12-20T21:15:49.179Z Compiling httpdate v1.0.3
13482024-12-20T21:15:49.252Z Compiling idna v1.0.3
13492024-12-20T21:15:49.683Z Compiling pest_derive v2.7.14
13502024-12-20T21:15:49.766Z Compiling serde_spanned v0.6.8
13512024-12-20T21:15:50.009Z Compiling uuid v1.11.0
13522024-12-20T21:15:50.462Z Compiling serde_tokenstream v0.2.2
13532024-12-20T21:15:50.490Z Compiling dtrace-parser v0.2.0
13542024-12-20T21:15:51.095Z Compiling toml_datetime v0.6.8
13552024-12-20T21:15:51.098Z Compiling adler2 v2.0.0
13562024-12-20T21:15:51.333Z Compiling base64 v0.22.1
13572024-12-20T21:15:51.452Z Compiling iana-time-zone v0.1.61
13582024-12-20T21:15:51.641Z Compiling foreign-types-shared v0.1.1
13592024-12-20T21:15:51.757Z Compiling openssl v0.10.66
13602024-12-20T21:15:51.926Z Compiling match_cfg v0.1.0
13612024-12-20T21:15:52.035Z Compiling rustversion v1.0.17
13622024-12-20T21:15:52.137Z Compiling tower-service v0.3.3
13632024-12-20T21:15:52.217Z Compiling hostname v0.3.1
13642024-12-20T21:15:52.252Z Compiling foreign-types v0.3.2
13652024-12-20T21:15:52.273Z Compiling chrono v0.4.38
13662024-12-20T21:15:52.358Z Compiling miniz_oxide v0.8.0
13672024-12-20T21:15:52.510Z Compiling url v2.5.3
13682024-12-20T21:15:52.837Z Compiling async-trait v0.1.83
13692024-12-20T21:15:53.990Z Compiling tokio-util v0.7.12
13702024-12-20T21:15:54.224Z Compiling openssl-macros v0.1.1
13712024-12-20T21:15:54.568Z Compiling dof v0.3.0
13722024-12-20T21:15:54.988Z Compiling dirs-sys-next v0.1.2
13732024-12-20T21:15:55.452Z Compiling h2 v0.4.6
13742024-12-20T21:15:55.642Z Compiling usdt-impl v0.5.0
13752024-12-20T21:15:55.680Z Compiling rustls v0.22.4
13762024-12-20T21:15:55.933Z Compiling native-tls v0.2.12
13772024-12-20T21:15:56.139Z Compiling syn v1.0.109
13782024-12-20T21:15:56.264Z Compiling siphasher v0.3.11
13792024-12-20T21:15:56.666Z Compiling rustls v0.23.19
13802024-12-20T21:15:56.750Z Compiling data-encoding v2.6.0
13812024-12-20T21:15:56.922Z Compiling dirs-next v2.0.0
13822024-12-20T21:15:57.214Z Compiling http-body-util v0.1.2
13832024-12-20T21:15:57.823Z Compiling heapless v0.7.17
13842024-12-20T21:15:58.280Z Compiling crossbeam-epoch v0.9.18
13852024-12-20T21:15:58.616Z Compiling sha1 v0.10.6
13862024-12-20T21:15:59.021Z Compiling signature v2.2.0
13872024-12-20T21:15:59.040Z Compiling bzip2-sys v0.1.11+1.0.8
13882024-12-20T21:15:59.059Z Compiling serde_derive_internals v0.29.1
13892024-12-20T21:15:59.306Z Compiling thread_local v1.1.8
13902024-12-20T21:15:59.328Z Compiling multer v3.1.0
13912024-12-20T21:15:59.528Z Compiling cookie v0.18.1
13922024-12-20T21:15:59.614Z Compiling encoding_rs v0.8.34
13932024-12-20T21:15:59.808Z Compiling signal-hook v0.3.17
13942024-12-20T21:15:59.855Z Compiling ipnet v2.10.1
13952024-12-20T21:16:00.054Z Compiling gimli v0.31.1
13962024-12-20T21:16:00.932Z Compiling mime v0.3.17
13972024-12-20T21:16:01.192Z Compiling openssl-probe v0.1.5
13982024-12-20T21:16:01.545Z Compiling rayon-core v1.12.1
13992024-12-20T21:16:01.565Z Compiling schemars v0.8.21
14002024-12-20T21:16:01.819Z Compiling unicode-properties v0.1.3
14012024-12-20T21:16:01.891Z Compiling slog-async v2.8.0
14022024-12-20T21:16:01.912Z Compiling schemars_derive v0.8.21
14032024-12-20T21:16:02.239Z Compiling stringprep v0.1.5
14042024-12-20T21:16:02.486Z Compiling hyper v1.5.0
14052024-12-20T21:16:04.135Z Compiling toml_edit v0.22.22
14062024-12-20T21:16:05.204Z Compiling hyper-util v0.1.10
14072024-12-20T21:16:05.288Z Compiling addr2line v0.24.2
14082024-12-20T21:16:05.782Z Compiling usdt-macro v0.5.0
14092024-12-20T21:16:05.813Z Compiling usdt-attr-macro v0.5.0
14102024-12-20T21:16:05.987Z Compiling crossbeam-deque v0.8.5
14112024-12-20T21:16:06.187Z Compiling term v0.7.0
14122024-12-20T21:16:06.618Z Compiling slog-json v2.6.1
14132024-12-20T21:16:07.004Z Compiling serde_urlencoded v0.7.1
14142024-12-20T21:16:07.300Z Compiling curve25519-dalek v4.1.3
14152024-12-20T21:16:07.461Z Compiling crossbeam-channel v0.5.13
14162024-12-20T21:16:07.549Z Compiling futures-executor v0.3.31
14172024-12-20T21:16:07.758Z Compiling enum-as-inner v0.6.1
14182024-12-20T21:16:07.926Z Compiling md-5 v0.10.6
14192024-12-20T21:16:08.134Z Compiling rustls-pemfile v2.2.0
14202024-12-20T21:16:08.202Z Compiling async-stream-impl v0.3.6
14212024-12-20T21:16:08.463Z Compiling num-integer v0.1.46
14222024-12-20T21:16:08.466Z Compiling idna v0.3.0
14232024-12-20T21:16:08.732Z Compiling idna v0.4.0
14242024-12-20T21:16:08.899Z Compiling hash32 v0.2.1
14252024-12-20T21:16:09.235Z Compiling ff v0.13.0
14262024-12-20T21:16:09.303Z Compiling is-terminal v0.4.13
14272024-12-20T21:16:09.427Z Compiling object v0.36.5
14282024-12-20T21:16:09.461Z Compiling dropshot v0.12.0
14292024-12-20T21:16:09.551Z Compiling smoltcp v0.9.1
14302024-12-20T21:16:09.736Z Compiling linked-hash-map v0.5.6
14312024-12-20T21:16:10.122Z Compiling fallible-iterator v0.2.0
14322024-12-20T21:16:10.229Z Compiling quick-error v1.2.3
14332024-12-20T21:16:10.248Z Compiling utf-8 v0.7.6
14342024-12-20T21:16:10.340Z Compiling num-bigint-dig v0.8.4
14352024-12-20T21:16:10.378Z Compiling take_mut v0.2.2
14362024-12-20T21:16:10.542Z Compiling rustc-demangle v0.1.24
14372024-12-20T21:16:10.561Z Compiling dyn-clone v1.0.17
14382024-12-20T21:16:10.623Z Compiling anyhow v1.0.93
14392024-12-20T21:16:10.791Z Compiling base16ct v0.2.0
14402024-12-20T21:16:10.826Z Compiling portable-atomic v1.9.0
14412024-12-20T21:16:11.125Z Compiling psl-types v2.0.11
14422024-12-20T21:16:11.331Z Compiling publicsuffix v2.2.3
14432024-12-20T21:16:11.527Z Compiling sec1 v0.7.3
14442024-12-20T21:16:11.595Z Compiling postgres-protocol v0.6.7
14452024-12-20T21:16:12.094Z Compiling tungstenite v0.24.0
14462024-12-20T21:16:12.533Z Compiling resolv-conf v0.7.0
14472024-12-20T21:16:13.035Z Compiling lru-cache v0.1.2
14482024-12-20T21:16:13.279Z Compiling async-stream v0.3.6
14492024-12-20T21:16:13.307Z Compiling hickory-proto v0.24.1
14502024-12-20T21:16:13.343Z Compiling usdt v0.5.0
14512024-12-20T21:16:13.577Z Compiling group v0.13.0
14522024-12-20T21:16:13.868Z Compiling slog-term v2.9.1
14532024-12-20T21:16:14.507Z Compiling num-iter v0.1.45
14542024-12-20T21:16:14.823Z Compiling futures v0.3.31
14552024-12-20T21:16:14.944Z Compiling toml v0.8.19
14562024-12-20T21:16:15.043Z Compiling slog-bunyan v2.5.0
14572024-12-20T21:16:16.465Z Compiling camino v1.1.9
14582024-12-20T21:16:16.728Z Compiling tokio-native-tls v0.3.1
14592024-12-20T21:16:16.929Z Compiling backtrace v0.3.74
14602024-12-20T21:16:16.993Z Compiling phf_shared v0.11.2
14612024-12-20T21:16:17.393Z Compiling dropshot_endpoint v0.12.0
14622024-12-20T21:16:17.427Z Compiling terminal_size v0.4.0
14632024-12-20T21:16:17.553Z Compiling waitgroup v0.1.2
14642024-12-20T21:16:17.665Z Compiling openapiv3 v2.0.0
14652024-12-20T21:16:17.689Z Compiling serde_path_to_error v0.1.16
14662024-12-20T21:16:17.774Z Compiling hkdf v0.12.4
14672024-12-20T21:16:18.031Z Compiling crypto-bigint v0.5.5
14682024-12-20T21:16:18.560Z Compiling webpki-roots v0.26.6
14692024-12-20T21:16:18.791Z Compiling curve25519-dalek-derive v0.1.1
14702024-12-20T21:16:20.410Z Compiling zerocopy-derive v0.6.6
14712024-12-20T21:16:20.697Z Compiling idna v0.5.0
14722024-12-20T21:16:20.772Z Compiling hubpack_derive v0.1.1
14732024-12-20T21:16:21.683Z Compiling hostname v0.4.0
14742024-12-20T21:16:21.949Z Compiling crc32fast v1.4.2
14752024-12-20T21:16:22.068Z Compiling ahash v0.8.11
14762024-12-20T21:16:22.118Z Compiling fs-err v2.11.0
14772024-12-20T21:16:22.298Z Compiling debug-ignore v1.0.5
14782024-12-20T21:16:22.368Z Compiling managed v0.8.0
14792024-12-20T21:16:22.397Z Compiling winnow v0.5.40
14802024-12-20T21:16:22.400Z Compiling bitflags v1.3.2
14812024-12-20T21:16:22.441Z Compiling clap_builder v4.5.21
14822024-12-20T21:16:22.559Z Compiling strum_macros v0.25.3
14832024-12-20T21:16:22.691Z Compiling zerocopy v0.6.6
14842024-12-20T21:16:23.691Z Compiling console v0.15.8
14852024-12-20T21:16:24.144Z Compiling flate2 v1.0.34
14862024-12-20T21:16:24.212Z Compiling hubpack v0.1.2
14872024-12-20T21:16:24.659Z Compiling cookie_store v0.21.0
14882024-12-20T21:16:24.986Z Compiling elliptic-curve v0.13.8
14892024-12-20T21:16:25.263Z Compiling hickory-resolver v0.24.1
14902024-12-20T21:16:26.243Z Compiling toml_edit v0.19.15
14912024-12-20T21:16:26.261Z Compiling phf v0.11.2
14922024-12-20T21:16:26.559Z Compiling signal-hook-mio v0.2.4
14932024-12-20T21:16:26.719Z Compiling hyper-tls v0.6.0
14942024-12-20T21:16:26.739Z Compiling rayon v1.10.0
14952024-12-20T21:16:26.897Z Compiling bzip2 v0.4.4
14962024-12-20T21:16:27.307Z Compiling tokio-tungstenite v0.24.0
14972024-12-20T21:16:27.899Z Compiling postgres-types v0.2.8
14982024-12-20T21:16:30.826Z Compiling ed25519 v2.2.3
14992024-12-20T21:16:31.606Z Compiling phf_shared v0.10.0
15002024-12-20T21:16:32.040Z Compiling tokio-stream v0.1.16
15012024-12-20T21:16:32.061Z Compiling pkcs1 v0.7.5
15022024-12-20T21:16:32.101Z Compiling serde-big-array v0.5.1
15032024-12-20T21:16:32.333Z Compiling clap_derive v4.5.18
15042024-12-20T21:16:32.757Z Compiling rfc6979 v0.4.0
15052024-12-20T21:16:32.950Z Compiling serde_repr v0.1.19
15062024-12-20T21:16:33.102Z Compiling derive-where v1.2.7
15072024-12-20T21:16:33.165Z Compiling float-cmp v0.9.0
15082024-12-20T21:16:33.209Z Compiling bstr v1.10.0
15092024-12-20T21:16:33.388Z Compiling sync_wrapper v1.0.1
15102024-12-20T21:16:33.541Z Compiling number_prefix v0.4.0
15112024-12-20T21:16:33.775Z Compiling unicode-segmentation v1.12.0
15122024-12-20T21:16:34.142Z Compiling unicode-width v0.2.0
15132024-12-20T21:16:34.303Z Compiling difflib v0.4.0
15142024-12-20T21:16:34.680Z Compiling new_debug_unreachable v1.0.6
15152024-12-20T21:16:34.696Z Compiling fixedbitset v0.4.2
15162024-12-20T21:16:34.776Z Compiling bit-vec v0.6.3
15172024-12-20T21:16:35.042Z Compiling precomputed-hash v0.1.1
15182024-12-20T21:16:35.158Z Compiling normalize-line-endings v0.3.0
15192024-12-20T21:16:35.158Z Compiling predicates-core v1.0.8
15202024-12-20T21:16:35.255Z Compiling static_assertions v1.1.0
15212024-12-20T21:16:35.307Z Compiling whoami v1.5.2
15222024-12-20T21:16:35.364Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15232024-12-20T21:16:35.508Z Compiling predicates v3.1.2
15242024-12-20T21:16:35.945Z Compiling tokio-postgres v0.7.12
15252024-12-20T21:16:35.967Z Compiling string_cache v0.8.7
15262024-12-20T21:16:36.445Z Compiling bit-set v0.5.3
15272024-12-20T21:16:36.705Z Compiling petgraph v0.6.5
15282024-12-20T21:16:36.751Z Compiling indicatif v0.17.9
15292024-12-20T21:16:37.298Z Compiling similar v2.6.0
15302024-12-20T21:16:37.466Z Compiling clap v4.5.21
15312024-12-20T21:16:37.601Z Compiling ecdsa v0.16.9
15322024-12-20T21:16:38.499Z Compiling rsa v0.9.6
15332024-12-20T21:16:39.108Z Compiling ed25519-dalek v2.1.1
15342024-12-20T21:16:39.836Z Compiling toml v0.7.8
15352024-12-20T21:16:40.431Z Compiling zip v0.6.6
15362024-12-20T21:16:40.827Z Compiling crossterm v0.28.1
15372024-12-20T21:16:41.863Z Compiling hex v0.4.3
15382024-12-20T21:16:41.866Z Compiling x509-cert v0.2.5
15392024-12-20T21:16:42.358Z Compiling lalrpop-util v0.19.12
15402024-12-20T21:16:42.386Z Compiling peg-runtime v0.8.3
15412024-12-20T21:16:42.455Z Compiling unicode-xid v0.2.6
15422024-12-20T21:16:42.498Z Compiling strum_macros v0.26.4
15432024-12-20T21:16:42.632Z Compiling xattr v1.3.1
15442024-12-20T21:16:42.745Z Compiling filetime v0.2.25
15452024-12-20T21:16:43.057Z Compiling tar v0.4.42
15462024-12-20T21:16:47.495Z Compiling strum v0.26.3
15472024-12-20T21:16:50.686Z Compiling aws-lc-sys v0.22.0
15482024-12-20T21:17:18.810Z Compiling rustls-webpki v0.102.8
15492024-12-20T21:17:22.248Z Compiling tokio-rustls v0.25.0
15502024-12-20T21:17:23.831Z Compiling tokio-rustls v0.26.0
15512024-12-20T21:17:24.251Z Compiling hyper-rustls v0.27.3
15522024-12-20T21:17:24.599Z Compiling reqwest v0.12.9
15532024-12-20T21:17:25.851Z Compiling qorb v0.2.1
15542024-12-20T21:17:30.597Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15552024-12-20T21:17:30.828Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15562024-12-20T21:17:36.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15572024-12-20T21:17:36.826Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15582024-12-20T21:17:36.877ZDec 20 21:17:36.793 INFO Starting download, target: DendriteOpenapi
15592024-12-20T21:17:36.877ZDec 20 21:17:36.794 INFO Starting download, target: Cockroach
15602024-12-20T21:17:36.877ZDec 20 21:17:36.794 INFO Starting download, target: Clickhouse
15612024-12-20T21:17:36.877ZDec 20 21:17:36.794 INFO Starting download, target: Console
15622024-12-20T21:17:36.880ZDec 20 21:17:36.794 INFO Starting download, target: DendriteStub
15632024-12-20T21:17:36.880ZDec 20 21:17:36.794 INFO Starting download, target: MaghemiteMgd
15642024-12-20T21:17:36.880ZDec 20 21:17:36.794 INFO Starting download, target: TransceiverControl
15652024-12-20T21:17:36.880ZDec 20 21:17:36.794 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15662024-12-20T21:17:36.880ZDec 20 21:17:36.794 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15672024-12-20T21:17:36.880ZDec 20 21:17:36.794 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15682024-12-20T21:17:36.880ZDec 20 21:17:36.794 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15692024-12-20T21:17:36.880ZDec 20 21:17:36.794 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15702024-12-20T21:17:36.880ZDec 20 21:17:36.794 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15712024-12-20T21:17:36.880ZDec 20 21:17:36.795 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15722024-12-20T21:17:37.110ZDec 20 21:17:37.023 INFO Download complete, target: DendriteOpenapi
15732024-12-20T21:17:37.329ZDec 20 21:17:37.242 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15742024-12-20T21:17:37.352ZDec 20 21:17:37.267 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15752024-12-20T21:17:37.731ZDec 20 21:17:37.632 INFO Download complete, target: Console
15762024-12-20T21:17:37.908ZDec 20 21:17:37.820 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15772024-12-20T21:17:38.030ZDec 20 21:17:37.946 INFO Download complete, target: TransceiverControl
15782024-12-20T21:17:38.058ZDec 20 21:17:37.975 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15792024-12-20T21:17:38.745ZDec 20 21:17:38.660 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15802024-12-20T21:17:38.745ZDec 20 21:17:38.660 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15812024-12-20T21:17:38.943ZDec 20 21:17:38.860 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15822024-12-20T21:17:40.751ZDec 20 21:17:40.668 INFO Download complete, target: DendriteStub
15832024-12-20T21:17:40.903ZDec 20 21:17:40.821 INFO Download complete, target: MaghemiteMgd
15842024-12-20T21:17:46.169ZDec 20 21:17:46.088 INFO Checking that binary works, target: Cockroach
15852024-12-20T21:17:46.329ZDec 20 21:17:46.249 INFO Download complete, target: Cockroach
15862024-12-20T21:17:51.294ZDec 20 21:17:51.216 INFO Checking that binary works, target: Clickhouse
15872024-12-20T21:17:51.407ZDec 20 21:17:51.328 INFO Download complete, target: Clickhouse
15882024-12-20T21:17:51.430ZAll builder prerequisites installed successfully, and PATH looks valid
15892024-12-20T21:17:51.434Z
15902024-12-20T21:17:51.434Zreal 5:30.761440889
15912024-12-20T21:17:51.434Zuser 16:36.279312860
15922024-12-20T21:17:51.434Zsys 3:15.483648088
15932024-12-20T21:17:51.434Ztrap 0.556697261
15942024-12-20T21:17:51.434Ztflt 1.549994433
15952024-12-20T21:17:51.434Zdflt 2.250580851
15962024-12-20T21:17:51.434Zkflt 0.027220553
15972024-12-20T21:17:51.434Zlock 29:37.848381510
15982024-12-20T21:17:51.435Zslp 1:02:43.491639731
15992024-12-20T21:17:51.435Zlat 57.856893559
16002024-12-20T21:17:51.435Zstop 2:23.009428778
16012024-12-20T21:17:51.435Z+ banner hack-check
16022024-12-20T21:17:51.435Z
16032024-12-20T21:17:51.435Z # # ## #### # # #### # # ###### #### # #
16042024-12-20T21:17:51.435Z # # # # # # # # # # # # # # # # #
16052024-12-20T21:17:51.435Z ###### # # # #### ##### # ###### ##### # ####
16062024-12-20T21:17:51.435Z # # ###### # # # # # # # # # #
16072024-12-20T21:17:51.435Z # # # # # # # # # # # # # # # # #
16082024-12-20T21:17:51.435Z # # # # #### # # #### # # ###### #### # #
16092024-12-20T21:17:51.435Z
16102024-12-20T21:17:51.435Z+ export CARGO_INCREMENTAL=0
16112024-12-20T21:17:51.435Z+ CARGO_INCREMENTAL=0
16122024-12-20T21:17:51.435Z+ ptime -m timeout 2h cargo xtask check-features --ci
16132024-12-20T21:17:51.992Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16142024-12-20T21:17:55.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
16152024-12-20T21:17:55.533Z Running `target/debug/xtask check-features --ci`
16162024-12-20T21:17:55.553Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16172024-12-20T21:17:55.561Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16182024-12-20T21:17:56.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16192024-12-20T21:17:56.035Z Running `target/debug/xtask download cargo-hack`
16202024-12-20T21:17:56.865Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16212024-12-20T21:17:57.228Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16222024-12-20T21:18:02.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
16232024-12-20T21:18:02.397Z Running `target/debug/xtask-downloader cargo-hack`
16242024-12-20T21:18:02.438ZDec 20 21:18:02.359 INFO Starting download, target: CargoHack
16252024-12-20T21:18:02.460ZDec 20 21:18:02.360 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16262024-12-20T21:18:03.049ZDec 20 21:18:02.973 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16272024-12-20T21:18:03.148ZDec 20 21:18:03.062 INFO Download complete, target: CargoHack
16282024-12-20T21:18:03.159Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16292024-12-20T21:18:03.171Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16302024-12-20T21:18:03.345Zinfo: running `cargo check --bins` on api_identity (1/175)
16312024-12-20T21:18:03.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-12-20T21:18:03.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-12-20T21:18:03.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-12-20T21:18:03.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16352024-12-20T21:18:03.927Z
16362024-12-20T21:18:03.927Zinfo: running `cargo check --bins` on bootstore (2/175)
16372024-12-20T21:18:04.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-12-20T21:18:04.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-12-20T21:18:04.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-12-20T21:18:04.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16412024-12-20T21:18:04.567Z
16422024-12-20T21:18:04.567Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/175)
16432024-12-20T21:18:05.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-12-20T21:18:05.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-12-20T21:18:05.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-12-20T21:18:05.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16472024-12-20T21:18:05.182Z
16482024-12-20T21:18:05.182Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175)
16492024-12-20T21:18:05.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-12-20T21:18:05.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-12-20T21:18:05.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-12-20T21:18:05.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16532024-12-20T21:18:05.818Z
16542024-12-20T21:18:05.818Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175)
16552024-12-20T21:18:06.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-12-20T21:18:06.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-12-20T21:18:06.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-12-20T21:18:06.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16592024-12-20T21:18:06.248Z
16602024-12-20T21:18:06.248Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175)
16612024-12-20T21:18:06.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-12-20T21:18:06.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-12-20T21:18:06.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-12-20T21:18:06.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16652024-12-20T21:18:06.662Z
16662024-12-20T21:18:06.662Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175)
16672024-12-20T21:18:07.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-12-20T21:18:07.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-12-20T21:18:07.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-12-20T21:18:07.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16712024-12-20T21:18:07.079Z
16722024-12-20T21:18:07.079Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175)
16732024-12-20T21:18:07.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-12-20T21:18:07.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-12-20T21:18:07.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-12-20T21:18:07.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16772024-12-20T21:18:07.542Z
16782024-12-20T21:18:07.542Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175)
16792024-12-20T21:18:07.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-12-20T21:18:07.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-12-20T21:18:07.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-12-20T21:18:07.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16832024-12-20T21:18:07.929Z
16842024-12-20T21:18:07.929Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175)
16852024-12-20T21:18:08.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-12-20T21:18:08.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-12-20T21:18:08.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-12-20T21:18:08.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16892024-12-20T21:18:08.340Z
16902024-12-20T21:18:08.340Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175)
16912024-12-20T21:18:08.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-12-20T21:18:08.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-12-20T21:18:08.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-12-20T21:18:08.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16952024-12-20T21:18:08.871Z
16962024-12-20T21:18:08.871Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175)
16972024-12-20T21:18:09.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-12-20T21:18:09.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-12-20T21:18:09.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-12-20T21:18:09.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17012024-12-20T21:18:09.232Z
17022024-12-20T21:18:09.232Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175)
17032024-12-20T21:18:09.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-12-20T21:18:09.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-12-20T21:18:09.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-12-20T21:18:09.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17072024-12-20T21:18:09.612Z
17082024-12-20T21:18:09.612Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175)
17092024-12-20T21:18:09.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-12-20T21:18:09.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-12-20T21:18:09.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-12-20T21:18:09.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17132024-12-20T21:18:10.021Z
17142024-12-20T21:18:10.021Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175)
17152024-12-20T21:18:10.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-12-20T21:18:10.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-12-20T21:18:10.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-12-20T21:18:10.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17192024-12-20T21:18:10.439Z
17202024-12-20T21:18:10.439Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175)
17212024-12-20T21:18:10.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-12-20T21:18:10.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-12-20T21:18:10.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-12-20T21:18:10.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17252024-12-20T21:18:10.873Z
17262024-12-20T21:18:10.874Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175)
17272024-12-20T21:18:11.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-12-20T21:18:11.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-12-20T21:18:11.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-12-20T21:18:11.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17312024-12-20T21:18:11.277Z
17322024-12-20T21:18:11.277Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175)
17332024-12-20T21:18:11.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-12-20T21:18:11.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-12-20T21:18:11.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-12-20T21:18:11.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17372024-12-20T21:18:11.698Z
17382024-12-20T21:18:11.698Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175)
17392024-12-20T21:18:12.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-12-20T21:18:12.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-12-20T21:18:12.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-12-20T21:18:12.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17432024-12-20T21:18:12.120Z
17442024-12-20T21:18:12.123Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175)
17452024-12-20T21:18:12.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-12-20T21:18:12.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-12-20T21:18:12.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-12-20T21:18:12.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17492024-12-20T21:18:12.541Z
17502024-12-20T21:18:12.541Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175)
17512024-12-20T21:18:12.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-12-20T21:18:12.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-12-20T21:18:12.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-12-20T21:18:12.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17552024-12-20T21:18:12.964Z
17562024-12-20T21:18:12.964Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175)
17572024-12-20T21:18:13.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-12-20T21:18:13.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-12-20T21:18:13.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-12-20T21:18:13.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17612024-12-20T21:18:13.385Z
17622024-12-20T21:18:13.386Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175)
17632024-12-20T21:18:13.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-12-20T21:18:13.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-12-20T21:18:13.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-12-20T21:18:13.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17672024-12-20T21:18:13.813Z
17682024-12-20T21:18:13.813Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175)
17692024-12-20T21:18:14.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-12-20T21:18:14.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-12-20T21:18:14.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-12-20T21:18:14.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17732024-12-20T21:18:14.232Z
17742024-12-20T21:18:14.232Zinfo: running `cargo check --bins` on sled-hardware-types (25/175)
17752024-12-20T21:18:14.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-12-20T21:18:14.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-12-20T21:18:14.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782024-12-20T21:18:14.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17792024-12-20T21:18:14.874Z
17802024-12-20T21:18:14.875Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/175)
17812024-12-20T21:18:15.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822024-12-20T21:18:15.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832024-12-20T21:18:15.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842024-12-20T21:18:15.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17852024-12-20T21:18:15.515Z
17862024-12-20T21:18:15.515Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175)
17872024-12-20T21:18:16.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882024-12-20T21:18:16.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892024-12-20T21:18:16.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902024-12-20T21:18:16.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17912024-12-20T21:18:16.217Z
17922024-12-20T21:18:16.217Zinfo: running `cargo check --bins` on oxlog (28/175)
17932024-12-20T21:18:16.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942024-12-20T21:18:16.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952024-12-20T21:18:16.743Z Checking cfg-if v1.0.0
17962024-12-20T21:18:16.753Z Checking libc v0.2.162
17972024-12-20T21:18:16.861Z Checking serde v1.0.215
17982024-12-20T21:18:16.864Z Checking zeroize v1.8.1
17992024-12-20T21:18:16.873Z Checking memchr v2.7.4
18002024-12-20T21:18:16.875Z Checking typenum v1.17.0
18012024-12-20T21:18:16.894Z Checking scopeguard v1.2.0
18022024-12-20T21:18:16.907Z Checking subtle v2.6.1
18032024-12-20T21:18:16.920Z Checking value-bag v1.9.0
18042024-12-20T21:18:17.032Z Checking lock_api v0.4.12
18052024-12-20T21:18:17.089Z Checking const-oid v0.9.6
18062024-12-20T21:18:17.163Z Checking smallvec v1.13.2
18072024-12-20T21:18:17.342Z Checking log v0.4.22
18082024-12-20T21:18:17.500Z Checking itoa v1.0.11
18092024-12-20T21:18:17.562Z Checking pin-project-lite v0.2.14
18102024-12-20T21:18:17.689Z Checking byteorder v1.5.0
18112024-12-20T21:18:17.721Z Checking futures-core v0.3.31
18122024-12-20T21:18:17.740Z Checking once_cell v1.20.2
18132024-12-20T21:18:17.893Z Checking cpufeatures v0.2.14
18142024-12-20T21:18:17.908Z Checking futures-sink v0.3.31
18152024-12-20T21:18:17.959Z Checking stable_deref_trait v1.2.0
18162024-12-20T21:18:18.001Z Checking getrandom v0.2.15
18172024-12-20T21:18:18.015Z Checking signal-hook-registry v1.4.2
18182024-12-20T21:18:18.046Z Checking parking_lot_core v0.9.10
18192024-12-20T21:18:18.061Z Checking mio v1.0.2
18202024-12-20T21:18:18.067Z Checking socket2 v0.5.7
18212024-12-20T21:18:18.191Z Checking generic-array v0.14.7
18222024-12-20T21:18:18.215Z Checking rand_core v0.6.4
18232024-12-20T21:18:18.238Z Checking spin v0.9.8
18242024-12-20T21:18:18.378Z Checking parking_lot v0.12.3
18252024-12-20T21:18:18.549Z Checking zerocopy v0.7.35
18262024-12-20T21:18:18.567Z Checking zerofrom v0.1.4
18272024-12-20T21:18:18.591Z Checking slab v0.4.9
18282024-12-20T21:18:18.651Z Checking futures-channel v0.3.31
18292024-12-20T21:18:18.704Z Checking futures-task v0.3.31
18302024-12-20T21:18:18.754Z Checking yoke v0.7.4
18312024-12-20T21:18:18.839Z Checking foldhash v0.1.3
18322024-12-20T21:18:18.904Z Checking pin-utils v0.1.0
18332024-12-20T21:18:18.921Z Checking equivalent v1.0.1
18342024-12-20T21:18:18.990Z Checking futures-io v0.3.31
18352024-12-20T21:18:19.006Z Checking allocator-api2 v0.2.18
18362024-12-20T21:18:19.020Z Checking tinyvec_macros v0.1.1
18372024-12-20T21:18:19.039Z Checking ryu v1.0.18
18382024-12-20T21:18:19.087Z Checking zerovec v0.10.4
18392024-12-20T21:18:19.103Z Checking tinyvec v1.8.0
18402024-12-20T21:18:19.171Z Checking futures-util v0.3.31
18412024-12-20T21:18:19.269Z Checking fnv v1.0.7
18422024-12-20T21:18:19.341Z Checking crypto-common v0.1.6
18432024-12-20T21:18:19.388Z Checking block-buffer v0.10.4
18442024-12-20T21:18:19.522Z Checking block-padding v0.3.3
18452024-12-20T21:18:19.617Z Checking digest v0.10.7
18462024-12-20T21:18:19.656Z Checking hashbrown v0.15.1
18472024-12-20T21:18:19.714Z Checking inout v0.1.3
18482024-12-20T21:18:19.904Z Checking libm v0.2.8
18492024-12-20T21:18:19.925Z Checking cipher v0.4.4
18502024-12-20T21:18:19.988Z Checking hmac v0.12.1
18512024-12-20T21:18:20.186Z Checking sha2 v0.10.8
18522024-12-20T21:18:20.315Z Checking writeable v0.5.5
18532024-12-20T21:18:20.462Z Checking unicode-normalization v0.1.24
18542024-12-20T21:18:20.626Z Checking unicode-bidi v0.3.17
18552024-12-20T21:18:20.745Z Checking tinystr v0.7.6
18562024-12-20T21:18:20.763Z Checking base64ct v1.6.0
18572024-12-20T21:18:20.812Z Checking litemap v0.7.3
18582024-12-20T21:18:20.835Z Checking num-traits v0.2.19
18592024-12-20T21:18:21.143Z Checking ppv-lite86 v0.2.20
18602024-12-20T21:18:21.170Z Checking icu_locid v1.5.0
18612024-12-20T21:18:21.220Z Checking pem-rfc7468 v0.7.0
18622024-12-20T21:18:21.253Z Checking flagset v0.4.6
18632024-12-20T21:18:21.401Z Checking tracing-core v0.1.32
18642024-12-20T21:18:21.448Z Checking thiserror v1.0.69
18652024-12-20T21:18:21.475Z Checking der v0.7.9
18662024-12-20T21:18:21.574Z Checking percent-encoding v2.3.1
18672024-12-20T21:18:21.782Z Checking rustls-pki-types v1.10.0
18682024-12-20T21:18:21.895Z Checking rand_chacha v0.3.1
18692024-12-20T21:18:21.922Z Checking bytes v1.8.0
18702024-12-20T21:18:22.069Z Checking indexmap v2.6.0
18712024-12-20T21:18:22.159Z Checking serde_json v1.0.132
18722024-12-20T21:18:22.366Z Checking icu_provider v1.5.0
18732024-12-20T21:18:22.373Z Checking bitflags v2.6.0
18742024-12-20T21:18:22.530Z Checking icu_locid_transform_data v1.5.0
18752024-12-20T21:18:22.632Z Checking rand v0.8.5
18762024-12-20T21:18:22.648Z Checking tracing v0.1.40
18772024-12-20T21:18:22.774Z Checking tokio v1.40.0
18782024-12-20T21:18:22.934Z Checking http v1.1.0
18792024-12-20T21:18:23.006Z Checking icu_locid_transform v1.5.0
18802024-12-20T21:18:23.343Z Checking spki v0.7.3
18812024-12-20T21:18:23.368Z Checking icu_collections v1.5.0
18822024-12-20T21:18:23.636Z Checking salsa20 v0.10.2
18832024-12-20T21:18:23.834Z Checking pbkdf2 v0.12.2
18842024-12-20T21:18:23.913Z Checking aws-lc-sys v0.22.0
18852024-12-20T21:18:23.959Z Checking httparse v1.9.5
18862024-12-20T21:18:23.981Z Checking untrusted v0.9.0
18872024-12-20T21:18:23.996Z Checking untrusted v0.7.1
18882024-12-20T21:18:24.017Z Checking mirai-annotations v1.12.0
18892024-12-20T21:18:24.130Z Checking icu_properties_data v1.5.0
18902024-12-20T21:18:24.150Z Checking powerfmt v0.2.0
18912024-12-20T21:18:24.183Z Checking ring v0.17.8
18922024-12-20T21:18:24.258Z Checking scrypt v0.11.0
18932024-12-20T21:18:24.366Z Checking icu_properties v1.5.1
18942024-12-20T21:18:24.384Z Checking aes v0.8.4
18952024-12-20T21:18:24.397Z Checking cbc v0.1.2
18962024-12-20T21:18:24.421Z Checking deranged v0.3.11
18972024-12-20T21:18:24.469Z Checking crossbeam-utils v0.8.20
18982024-12-20T21:18:24.599Z Checking atomic-waker v1.1.2
18992024-12-20T21:18:24.734Z Checking utf8_iter v1.0.4
19002024-12-20T21:18:24.960Z Checking icu_normalizer_data v1.5.0
19012024-12-20T21:18:25.031Z Checking time-core v0.1.2
19022024-12-20T21:18:25.174Z Checking utf16_iter v1.0.5
19032024-12-20T21:18:25.197Z Checking write16 v1.0.0
19042024-12-20T21:18:25.314Z Checking num_threads v0.1.7
19052024-12-20T21:18:25.346Z Checking num-conv v0.1.0
19062024-12-20T21:18:25.360Z Checking pkcs5 v0.7.1
19072024-12-20T21:18:25.445Z Checking http-body v1.0.1
19082024-12-20T21:18:25.638Z Checking form_urlencoded v1.2.1
19092024-12-20T21:18:25.699Z Checking try-lock v0.2.5
19102024-12-20T21:18:25.926Z Checking want v0.3.1
19112024-12-20T21:18:26.023Z Checking httpdate v1.0.3
19122024-12-20T21:18:26.023Z Checking pkcs8 v0.10.2
19132024-12-20T21:18:26.023Z Checking unicode-ident v1.0.13
19142024-12-20T21:18:26.100Z Checking toml_datetime v0.6.8
19152024-12-20T21:18:26.175Z Checking serde_spanned v0.6.8
19162024-12-20T21:18:26.175Z Checking proc-macro2 v1.0.89
19172024-12-20T21:18:26.238Z Checking uuid v1.11.0
19182024-12-20T21:18:26.293Z Checking time v0.3.36
19192024-12-20T21:18:26.320Z Checking slog v2.7.0
19202024-12-20T21:18:26.358Z Checking scroll v0.12.0
19212024-12-20T21:18:26.623Z Checking aws-lc-rs v1.10.0
19222024-12-20T21:18:26.727Z Checking plain v0.2.3
19232024-12-20T21:18:26.785Z Checking adler2 v2.0.0
19242024-12-20T21:18:26.810Z Checking tower-service v0.3.3
19252024-12-20T21:18:26.818Z Checking ucd-trie v0.1.7
19262024-12-20T21:18:26.848Z Checking match_cfg v0.1.0
19272024-12-20T21:18:26.917Z Checking base64 v0.22.1
19282024-12-20T21:18:26.935Z Checking iana-time-zone v0.1.61
19292024-12-20T21:18:26.950Z Checking foreign-types-shared v0.1.1
19302024-12-20T21:18:27.007Z Checking pest v2.7.14
19312024-12-20T21:18:27.046Z Checking foreign-types v0.3.2
19322024-12-20T21:18:27.078Z Checking chrono v0.4.38
19332024-12-20T21:18:27.137Z Checking hostname v0.3.1
19342024-12-20T21:18:27.265Z Checking miniz_oxide v0.8.0
19352024-12-20T21:18:27.389Z Checking goblin v0.8.2
19362024-12-20T21:18:27.652Z Checking icu_normalizer v1.5.0
19372024-12-20T21:18:27.985Z Checking quote v1.0.37
19382024-12-20T21:18:28.321Z Checking openssl-sys v0.9.103
19392024-12-20T21:18:28.402Z Checking idna_adapter v1.2.0
19402024-12-20T21:18:28.404Z Checking rustls-webpki v0.102.8
19412024-12-20T21:18:28.587Z Checking idna v1.0.3
19422024-12-20T21:18:28.706Z Checking errno v0.3.9
19432024-12-20T21:18:28.868Z Checking dirs-sys-next v0.1.2
19442024-12-20T21:18:29.034Z Checking aho-corasick v1.1.3
19452024-12-20T21:18:29.077Z Checking url v2.5.3
19462024-12-20T21:18:29.143Z Checking data-encoding v2.6.0
19472024-12-20T21:18:29.213Z Checking regex-syntax v0.8.5
19482024-12-20T21:18:29.539Z Checking pretty-hex v0.4.1
19492024-12-20T21:18:29.577Z Checking siphasher v0.3.11
19502024-12-20T21:18:29.709Z Checking dtrace-parser v0.2.0
19512024-12-20T21:18:29.757Z Checking openssl v0.10.66
19522024-12-20T21:18:29.879Z Checking dirs-next v2.0.0
19532024-12-20T21:18:29.892Z Checking rustix v0.38.37
19542024-12-20T21:18:29.996Z Checking syn v2.0.87
19552024-12-20T21:18:30.139Z Checking tokio-util v0.7.12
19562024-12-20T21:18:30.173Z Checking http-body-util v0.1.2
19572024-12-20T21:18:30.662Z Checking crossbeam-epoch v0.9.18
19582024-12-20T21:18:30.668Z Checking signature v2.2.0
19592024-12-20T21:18:30.860Z Checking sha1 v0.10.6
19602024-12-20T21:18:31.035Z Checking h2 v0.4.6
19612024-12-20T21:18:31.106Z Checking lazy_static v1.5.0
19622024-12-20T21:18:31.137Z Checking thread_local v1.1.8
19632024-12-20T21:18:31.225Z Checking thread-id v4.2.2
19642024-12-20T21:18:31.338Z Checking encoding_rs v0.8.34
19652024-12-20T21:18:31.413Z Checking ipnet v2.10.1
19662024-12-20T21:18:31.868Z Checking mime v0.3.17
19672024-12-20T21:18:32.201Z Checking gimli v0.31.1
19682024-12-20T21:18:32.526Z Checking dof v0.3.0
19692024-12-20T21:18:32.582Z Checking regex-automata v0.4.8
19702024-12-20T21:18:33.154Z Checking unicode-properties v0.1.3
19712024-12-20T21:18:33.442Z Checking openssl-probe v0.1.5
19722024-12-20T21:18:33.518Z Checking winnow v0.6.20
19732024-12-20T21:18:33.583Z Checking anstyle v1.0.10
19742024-12-20T21:18:33.600Z Checking utf8parse v0.2.2
19752024-12-20T21:18:33.744Z Checking anstyle-parse v0.2.5
19762024-12-20T21:18:33.944Z Checking stringprep v0.1.5
19772024-12-20T21:18:34.014Z Checking crossbeam-deque v0.8.5
19782024-12-20T21:18:34.211Z Checking term v0.7.0
19792024-12-20T21:18:34.336Z Checking rustls v0.22.4
19802024-12-20T21:18:34.635Z Checking rustls v0.23.19
19812024-12-20T21:18:35.371Z Checking native-tls v0.2.12
19822024-12-20T21:18:35.713Z Checking slog-json v2.6.1
19832024-12-20T21:18:35.977Z Checking serde_urlencoded v0.7.1
19842024-12-20T21:18:36.246Z Checking addr2line v0.24.2
19852024-12-20T21:18:36.487Z Checking crossbeam-channel v0.5.13
19862024-12-20T21:18:36.591Z Checking toml_edit v0.22.22
19872024-12-20T21:18:36.706Z Checking usdt-impl v0.5.0
19882024-12-20T21:18:36.782Z Checking futures-executor v0.3.31
19892024-12-20T21:18:37.019Z Checking num-integer v0.1.46
19902024-12-20T21:18:37.117Z Checking rustls-pemfile v2.2.0
19912024-12-20T21:18:37.171Z Checking hyper v1.5.0
19922024-12-20T21:18:37.199Z Checking idna v0.4.0
19932024-12-20T21:18:37.309Z Checking idna v0.3.0
19942024-12-20T21:18:37.330Z Checking md-5 v0.10.6
19952024-12-20T21:18:37.462Z Checking ff v0.13.0
19962024-12-20T21:18:37.549Z Checking hash32 v0.2.1
19972024-12-20T21:18:37.660Z Checking memmap v0.7.0
19982024-12-20T21:18:37.855Z Checking is-terminal v0.4.13
19992024-12-20T21:18:37.868Z Checking object v0.36.5
20002024-12-20T21:18:37.981Z Checking colorchoice v1.0.2
20012024-12-20T21:18:37.985Z Checking quick-error v1.2.3
20022024-12-20T21:18:38.044Z Checking is_terminal_polyfill v1.70.1
20032024-12-20T21:18:38.114Z Checking utf-8 v0.7.6
20042024-12-20T21:18:38.130Z Checking fallible-iterator v0.2.0
20052024-12-20T21:18:38.146Z Checking dyn-clone v1.0.17
20062024-12-20T21:18:38.165Z Checking linked-hash-map v0.5.6
20072024-12-20T21:18:38.276Z Checking rustc-demangle v0.1.24
20082024-12-20T21:18:38.314Z Checking base16ct v0.2.0
20092024-12-20T21:18:38.506Z Checking psl-types v2.0.11
20102024-12-20T21:18:38.522Z Checking take_mut v0.2.2
20112024-12-20T21:18:38.659Z Checking either v1.13.0
20122024-12-20T21:18:38.676Z Checking anstyle-query v1.1.1
20132024-12-20T21:18:38.704Z Checking publicsuffix v2.2.3
20142024-12-20T21:18:38.734Z Checking postgres-protocol v0.6.7
20152024-12-20T21:18:38.799Z Checking anstream v0.6.15
20162024-12-20T21:18:38.943Z Checking slog-async v2.8.0
20172024-12-20T21:18:39.041Z Checking sec1 v0.7.3
20182024-12-20T21:18:39.130Z Checking toml v0.8.19
20192024-12-20T21:18:39.157Z Checking lru-cache v0.1.2
20202024-12-20T21:18:39.160Z Checking hyper-util v0.1.10
20212024-12-20T21:18:39.215Z Checking tungstenite v0.24.0
20222024-12-20T21:18:39.331Z Checking schemars v0.8.21
20232024-12-20T21:18:39.400Z Checking resolv-conf v0.7.0
20242024-12-20T21:18:39.417Z Checking hickory-proto v0.24.1
20252024-12-20T21:18:39.755Z Checking tokio-rustls v0.25.0
20262024-12-20T21:18:39.914Z Checking slog-term v2.9.1
20272024-12-20T21:18:40.115Z Checking usdt v0.5.0
20282024-12-20T21:18:40.180Z Checking heapless v0.7.17
20292024-12-20T21:18:40.278Z Checking tokio-rustls v0.26.0
20302024-12-20T21:18:40.374Z Checking group v0.13.0
20312024-12-20T21:18:40.386Z Checking num-iter v0.1.45
20322024-12-20T21:18:40.564Z Checking futures v0.3.31
20332024-12-20T21:18:40.628Z Checking slog-bunyan v2.5.0
20342024-12-20T21:18:40.663Z Checking tokio-native-tls v0.3.1
20352024-12-20T21:18:40.678Z Checking rayon-core v1.12.1
20362024-12-20T21:18:40.811Z Checking multer v3.1.0
20372024-12-20T21:18:40.931Z Checking terminal_size v0.4.0
20382024-12-20T21:18:40.952Z Checking phf_shared v0.11.2
20392024-12-20T21:18:41.103Z Checking cookie v0.18.1
20402024-12-20T21:18:41.191Z Checking async-stream v0.3.6
20412024-12-20T21:18:41.204Z Checking bzip2-sys v0.1.11+1.0.8
20422024-12-20T21:18:41.229Z Checking camino v1.1.9
20432024-12-20T21:18:41.276Z Checking signal-hook v0.3.17
20442024-12-20T21:18:41.322Z Checking waitgroup v0.1.2
20452024-12-20T21:18:41.351Z Checking openapiv3 v2.0.0
20462024-12-20T21:18:41.368Z Checking webpki-roots v0.26.6
20472024-12-20T21:18:41.457Z Checking serde_path_to_error v0.1.16
20482024-12-20T21:18:41.561Z Checking idna v0.5.0
20492024-12-20T21:18:41.577Z Checking hkdf v0.12.4
20502024-12-20T21:18:41.600Z Checking crypto-bigint v0.5.5
20512024-12-20T21:18:41.793Z Checking hostname v0.4.0
20522024-12-20T21:18:41.826Z Checking crc32fast v1.4.2
20532024-12-20T21:18:41.927Z Checking managed v0.8.0
20542024-12-20T21:18:42.050Z Checking winnow v0.5.40
20552024-12-20T21:18:42.068Z Checking bitflags v1.3.2
20562024-12-20T21:18:42.172Z Checking unicode-width v0.1.14
20572024-12-20T21:18:42.310Z Checking strsim v0.11.1
20582024-12-20T21:18:42.428Z Checking debug-ignore v1.0.5
20592024-12-20T21:18:42.563Z Checking clap_lex v0.7.2
20602024-12-20T21:18:42.586Z Checking cookie_store v0.21.0
20612024-12-20T21:18:42.669Z Checking console v0.15.8
20622024-12-20T21:18:42.816Z Checking clap_builder v4.5.21
20632024-12-20T21:18:43.248Z Checking smoltcp v0.9.1
20642024-12-20T21:18:43.273Z Checking flate2 v1.0.34
20652024-12-20T21:18:43.949Z Checking signal-hook-mio v0.2.4
20662024-12-20T21:18:44.077Z Checking hyper-rustls v0.27.3
20672024-12-20T21:18:44.132Z Checking hickory-resolver v0.24.1
20682024-12-20T21:18:44.307Z Checking backtrace v0.3.74
20692024-12-20T21:18:44.412Z Checking rayon v1.10.0
20702024-12-20T21:18:44.433Z Checking elliptic-curve v0.13.8
20712024-12-20T21:18:44.813Z Checking dropshot v0.12.0
20722024-12-20T21:18:44.816Z Checking bzip2 v0.4.4
20732024-12-20T21:18:44.866Z Checking anyhow v1.0.93
20742024-12-20T21:18:45.039Z Checking phf v0.11.2
20752024-12-20T21:18:45.091Z Checking hyper-tls v0.6.0
20762024-12-20T21:18:45.093Z Checking toml_edit v0.19.15
20772024-12-20T21:18:45.249Z Checking num-bigint-dig v0.8.4
20782024-12-20T21:18:45.308Z Checking tokio-tungstenite v0.24.0
20792024-12-20T21:18:45.371Z Checking postgres-types v0.2.8
20802024-12-20T21:18:45.760Z Checking regex v1.11.1
20812024-12-20T21:18:45.778Z Checking bstr v1.10.0
20822024-12-20T21:18:45.933Z Checking tokio-stream v0.1.16
20832024-12-20T21:18:46.101Z Checking ed25519 v2.2.3
20842024-12-20T21:18:46.406Z Checking phf_shared v0.10.0
20852024-12-20T21:18:46.425Z Checking zerocopy v0.6.6
20862024-12-20T21:18:46.697Z Checking curve25519-dalek v4.1.3
20872024-12-20T21:18:46.713Z Checking pkcs1 v0.7.5
20882024-12-20T21:18:46.814Z Checking hubpack v0.1.2
20892024-12-20T21:18:47.115Z Checking portable-atomic v1.9.0
20902024-12-20T21:18:47.132Z Checking float-cmp v0.9.0
20912024-12-20T21:18:47.145Z Checking serde-big-array v0.5.1
20922024-12-20T21:18:47.313Z Checking rfc6979 v0.4.0
20932024-12-20T21:18:47.357Z Checking sync_wrapper v1.0.1
20942024-12-20T21:18:47.448Z Checking precomputed-hash v0.1.1
20952024-12-20T21:18:47.478Z Checking bit-vec v0.6.3
20962024-12-20T21:18:47.495Z Checking difflib v0.4.0
20972024-12-20T21:18:47.561Z Checking number_prefix v0.4.0
20982024-12-20T21:18:47.613Z Checking fixedbitset v0.4.2
20992024-12-20T21:18:47.756Z Checking minimal-lexical v0.2.1
21002024-12-20T21:18:47.804Z Checking whoami v1.5.2
21012024-12-20T21:18:47.819Z Checking unicode-width v0.2.0
21022024-12-20T21:18:47.873Z Checking static_assertions v1.1.0
21032024-12-20T21:18:47.961Z Checking normalize-line-endings v0.3.0
21042024-12-20T21:18:48.083Z Checking unicode-segmentation v1.12.0
21052024-12-20T21:18:48.106Z Checking new_debug_unreachable v1.0.6
21062024-12-20T21:18:48.131Z Checking predicates-core v1.0.8
21072024-12-20T21:18:48.163Z Checking nom v7.1.3
21082024-12-20T21:18:48.190Z Checking string_cache v0.8.7
21092024-12-20T21:18:48.263Z Checking tokio-postgres v0.7.12
21102024-12-20T21:18:48.285Z Checking indicatif v0.17.9
21112024-12-20T21:18:48.311Z Checking predicates v3.1.2
21122024-12-20T21:18:48.405Z Checking qorb v0.2.1
21132024-12-20T21:18:48.459Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21142024-12-20T21:18:48.538Z Checking ed25519-dalek v2.1.1
21152024-12-20T21:18:48.759Z Checking similar v2.6.0
21162024-12-20T21:18:48.935Z Checking petgraph v0.6.5
21172024-12-20T21:18:48.959Z Checking bit-set v0.5.3
21182024-12-20T21:18:49.024Z Checking toml v0.7.8
21192024-12-20T21:18:49.212Z Checking reqwest v0.12.9
21202024-12-20T21:18:49.599Z Checking ecdsa v0.16.9
21212024-12-20T21:18:49.782Z Checking rsa v0.9.6
21222024-12-20T21:18:50.333Z Checking clap v4.5.21
21232024-12-20T21:18:50.454Z Checking zip v0.6.6
21242024-12-20T21:18:50.851Z Checking crossterm v0.28.1
21252024-12-20T21:18:51.020Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21262024-12-20T21:18:51.045Z Checking itertools v0.10.5
21272024-12-20T21:18:51.105Z Checking fs-err v2.11.0
21282024-12-20T21:18:51.121Z Checking ahash v0.8.11
21292024-12-20T21:18:51.199Z Checking x509-cert v0.2.5
21302024-12-20T21:18:51.414Z Checking hex v0.4.3
21312024-12-20T21:18:51.644Z Checking semver v1.0.23
21322024-12-20T21:18:51.698Z Checking peg-runtime v0.8.3
21332024-12-20T21:18:51.920Z Checking heck v0.4.1
21342024-12-20T21:18:51.958Z Checking lalrpop-util v0.19.12
21352024-12-20T21:18:52.031Z Checking sigpipe v0.1.3
21362024-12-20T21:18:53.341Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21372024-12-20T21:18:53.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.53s
21382024-12-20T21:18:53.820Z
21392024-12-20T21:18:53.820Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175)
21402024-12-20T21:18:54.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412024-12-20T21:18:54.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422024-12-20T21:18:54.467Z Compiling hashbrown v0.14.5
21432024-12-20T21:18:54.586Z Checking heck v0.5.0
21442024-12-20T21:18:54.600Z Compiling unsafe-libyaml v0.2.11
21452024-12-20T21:18:54.614Z Compiling ident_case v1.0.1
21462024-12-20T21:18:54.616Z Checking progenitor-client v0.8.0
21472024-12-20T21:18:54.643Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21482024-12-20T21:18:54.655Z Compiling proc-macro-crate v1.3.1
21492024-12-20T21:18:54.741Z Compiling darling_core v0.20.10
21502024-12-20T21:18:54.782Z Checking ipnetwork v0.20.0
21512024-12-20T21:18:54.976Z Compiling structmeta-derive v0.3.0
21522024-12-20T21:18:54.999Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21532024-12-20T21:18:55.135Z Compiling newtype-uuid v1.1.3
21542024-12-20T21:18:55.281Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21552024-12-20T21:18:55.431Z Compiling lzma-sys v0.1.20
21562024-12-20T21:18:55.642Z Compiling foreign-types-macros v0.2.3
21572024-12-20T21:18:55.729Z Checking regress v0.10.1
21582024-12-20T21:18:55.754Z Compiling num_enum_derive v0.5.11
21592024-12-20T21:18:56.239Z Compiling serde_yaml v0.9.34+deprecated
21602024-12-20T21:18:56.490Z Compiling dropshot v0.13.0
21612024-12-20T21:18:56.768Z Checking foreign-types-shared v0.3.1
21622024-12-20T21:18:56.888Z Checking arc-swap v1.7.1
21632024-12-20T21:18:56.945Z Checking foreign-types v0.5.0
21642024-12-20T21:18:57.157Z Compiling proc-macro-error v1.0.4
21652024-12-20T21:18:57.327Z Checking slog-scope v4.4.0
21662024-12-20T21:18:57.910Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21672024-12-20T21:18:57.959Z Compiling structmeta v0.3.0
21682024-12-20T21:18:57.995Z Checking tungstenite v0.21.0
21692024-12-20T21:18:58.016Z Compiling heck v0.3.3
21702024-12-20T21:18:58.363Z Compiling parse-display-derive v0.10.0
21712024-12-20T21:18:58.415Z Checking num_enum v0.5.11
21722024-12-20T21:18:58.469Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21732024-12-20T21:18:58.562Z Compiling dropshot_endpoint v0.13.0
21742024-12-20T21:18:58.945Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752024-12-20T21:18:59.276Z Checking typify-impl v0.2.0
21762024-12-20T21:18:59.307Z Checking cstr-argument v0.1.2
21772024-12-20T21:18:59.488Z Checking instant v0.1.13
21782024-12-20T21:18:59.692Z Checking pretty-hex v0.2.1
21792024-12-20T21:18:59.848Z Checking base64 v0.21.7
21802024-12-20T21:19:00.334Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21812024-12-20T21:19:00.535Z Checking fastrand v2.1.1
21822024-12-20T21:19:00.643Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21832024-12-20T21:19:00.924Z Checking tempfile v3.13.0
21842024-12-20T21:19:00.939Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21852024-12-20T21:19:00.969Z Checking backoff v0.4.0
21862024-12-20T21:19:01.076Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21872024-12-20T21:19:01.280Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21882024-12-20T21:19:01.319Z Checking tokio-tungstenite v0.21.0
21892024-12-20T21:19:01.398Z Checking strum v0.26.3
21902024-12-20T21:19:01.430Z Compiling zone_cfg_derive v0.1.2
21912024-12-20T21:19:01.557Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21922024-12-20T21:19:01.727Z Compiling darling_macro v0.20.10
21932024-12-20T21:19:01.826Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21942024-12-20T21:19:01.829Z Checking slog-stdlog v4.1.1
21952024-12-20T21:19:02.049Z Checking regress v0.9.1
21962024-12-20T21:19:02.181Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21972024-12-20T21:19:02.307Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21982024-12-20T21:19:02.330Z Checking colored v2.1.0
21992024-12-20T21:19:02.591Z Checking macaddr v1.0.1
22002024-12-20T21:19:02.608Z Checking base64 v0.13.1
22012024-12-20T21:19:02.658Z Compiling darling v0.20.10
22022024-12-20T21:19:02.785Z Compiling serde_with_macros v3.11.0
22032024-12-20T21:19:02.897Z Checking zone v0.1.8
22042024-12-20T21:19:02.988Z Checking ron v0.7.1
22052024-12-20T21:19:03.035Z Checking parse-display v0.10.0
22062024-12-20T21:19:03.258Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22072024-12-20T21:19:03.592Z Checking xz2 v0.1.7
22082024-12-20T21:19:03.737Z Checking slog-envlogger v2.2.0
22092024-12-20T21:19:03.900Z Checking tabwriter v1.4.0
22102024-12-20T21:19:03.965Z Checking xattr v1.3.1
22112024-12-20T21:19:04.103Z Checking pem v3.0.4
22122024-12-20T21:19:04.127Z Checking yasna v0.5.2
22132024-12-20T21:19:04.166Z Checking headers-core v0.3.0
22142024-12-20T21:19:04.309Z Checking smf v0.2.3
22152024-12-20T21:19:04.377Z Checking filetime v0.2.25
22162024-12-20T21:19:04.587Z Checking same-file v1.0.6
22172024-12-20T21:19:04.750Z Checking walkdir v2.5.0
22182024-12-20T21:19:04.766Z Checking tar v0.4.42
22192024-12-20T21:19:04.819Z Checking headers v0.4.0
22202024-12-20T21:19:05.022Z Checking rcgen v0.12.1
22212024-12-20T21:19:05.037Z Checking camino-tempfile v1.1.1
22222024-12-20T21:19:05.317Z Checking atomicwrites v0.4.4
22232024-12-20T21:19:05.521Z Checking subprocess v0.2.9
22242024-12-20T21:19:05.684Z Checking serde_with v3.11.0
22252024-12-20T21:19:09.776Z Compiling typify-macro v0.2.0
22262024-12-20T21:19:11.630Z Compiling typify v0.2.0
22272024-12-20T21:19:11.698Z Compiling progenitor-impl v0.8.0
22282024-12-20T21:19:14.863Z Compiling progenitor-macro v0.8.0
22292024-12-20T21:19:19.623Z Checking progenitor v0.8.0
22302024-12-20T21:19:19.777Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22312024-12-20T21:19:19.781Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22322024-12-20T21:19:22.563Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22332024-12-20T21:19:22.837Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22342024-12-20T21:19:29.393Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22352024-12-20T21:19:30.993Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22362024-12-20T21:19:32.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.42s
22372024-12-20T21:19:32.400Z
22382024-12-20T21:19:32.400Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175)
22392024-12-20T21:19:32.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-12-20T21:19:32.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-12-20T21:19:33.048Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22422024-12-20T21:19:34.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
22432024-12-20T21:19:34.610Z
22442024-12-20T21:19:34.610Zinfo: running `cargo check --bins` on nexus-config (31/175)
22452024-12-20T21:19:35.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-12-20T21:19:35.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-12-20T21:19:35.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482024-12-20T21:19:35.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22492024-12-20T21:19:35.225Z
22502024-12-20T21:19:35.225Zinfo: running `cargo check --bins` on omicron-rpaths (32/175)
22512024-12-20T21:19:35.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-12-20T21:19:35.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-12-20T21:19:35.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542024-12-20T21:19:35.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22552024-12-20T21:19:35.832Z
22562024-12-20T21:19:35.832Zinfo: running `cargo check --bins` on omicron-certificates (33/175)
22572024-12-20T21:19:36.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582024-12-20T21:19:36.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592024-12-20T21:19:36.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602024-12-20T21:19:36.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22612024-12-20T21:19:36.449Z
22622024-12-20T21:19:36.449Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/175)
22632024-12-20T21:19:37.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642024-12-20T21:19:37.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652024-12-20T21:19:37.132Z Compiling zerocopy v0.8.10
22662024-12-20T21:19:37.132Z Compiling progenitor-client v0.8.0
22672024-12-20T21:19:37.134Z Compiling itertools v0.13.0
22682024-12-20T21:19:37.134Z Compiling zerocopy-derive v0.8.10
22692024-12-20T21:19:37.134Z Compiling heapless v0.8.0
22702024-12-20T21:19:37.134Z Compiling newtype-uuid v1.1.3
22712024-12-20T21:19:37.134Z Compiling ipnetwork v0.20.0
22722024-12-20T21:19:37.134Z Checking hash32 v0.3.1
22732024-12-20T21:19:37.444Z Compiling instant v0.1.13
22742024-12-20T21:19:37.510Z Compiling smoltcp v0.11.0
22752024-12-20T21:19:37.592Z Compiling progenitor v0.8.0
22762024-12-20T21:19:37.686Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22772024-12-20T21:19:37.834Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22782024-12-20T21:19:38.163Z Compiling backoff v0.4.0
22792024-12-20T21:19:38.183Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22802024-12-20T21:19:38.221Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22812024-12-20T21:19:38.401Z Compiling dropshot v0.13.0
22822024-12-20T21:19:38.466Z Compiling serde_with v3.11.0
22832024-12-20T21:19:38.520Z Compiling parse-display v0.10.0
22842024-12-20T21:19:38.523Z Checking num-rational v0.4.2
22852024-12-20T21:19:39.034Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22862024-12-20T21:19:39.206Z Compiling regress v0.9.1
22872024-12-20T21:19:39.240Z Compiling phf_generator v0.11.2
22882024-12-20T21:19:39.416Z Checking num-complex v0.4.6
22892024-12-20T21:19:40.486Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22902024-12-20T21:19:41.022Z Compiling macaddr v1.0.1
22912024-12-20T21:19:41.430Z Checking cobs v0.2.3
22922024-12-20T21:19:41.485Z Compiling num v0.4.3
22932024-12-20T21:19:41.612Z Checking postcard v1.0.10
22942024-12-20T21:19:41.692Z Compiling phf_codegen v0.11.2
22952024-12-20T21:19:42.198Z Compiling parse-zoneinfo v0.3.1
22962024-12-20T21:19:42.525Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22972024-12-20T21:19:42.802Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22982024-12-20T21:19:42.966Z Compiling convert_case v0.4.0
22992024-12-20T21:19:43.360Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23002024-12-20T21:19:43.903Z Checking float-ord v0.3.2
23012024-12-20T21:19:44.223Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23022024-12-20T21:19:44.243Z Compiling derive_more v0.99.18
23032024-12-20T21:19:44.407Z Compiling chrono-tz-build v0.4.0
23042024-12-20T21:19:45.036Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23052024-12-20T21:19:45.880Z Compiling thiserror v2.0.3
23062024-12-20T21:19:45.972Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23072024-12-20T21:19:46.142Z Compiling crucible-workspace-hack v0.1.0
23082024-12-20T21:19:46.268Z Compiling chrono-tz v0.10.0
23092024-12-20T21:19:46.437Z Checking newline-converter v0.3.0
23102024-12-20T21:19:46.884Z Checking prettyplease v0.2.25
23112024-12-20T21:19:46.945Z Compiling thiserror-impl v2.0.3
23122024-12-20T21:19:47.737Z Compiling slog-dtrace v0.3.0
23132024-12-20T21:19:47.934Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23142024-12-20T21:19:48.012Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23152024-12-20T21:19:48.020Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23162024-12-20T21:19:48.727Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23172024-12-20T21:19:49.025Z Checking expectorate v1.1.0
23182024-12-20T21:19:49.201Z Compiling zone_cfg_derive v0.3.0
23192024-12-20T21:19:49.316Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23202024-12-20T21:19:49.333Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23212024-12-20T21:19:49.687Z Compiling const_format_proc_macros v0.2.33
23222024-12-20T21:19:50.235Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23232024-12-20T21:19:50.534Z Compiling num-derive v0.4.2
23242024-12-20T21:19:50.793Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23252024-12-20T21:19:50.896Z Checking highway v1.2.0
23262024-12-20T21:19:50.976Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23272024-12-20T21:19:51.098Z Checking zone v0.3.0
23282024-12-20T21:19:51.328Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23292024-12-20T21:19:51.453Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23302024-12-20T21:19:51.851Z Checking const_format v0.2.33
23312024-12-20T21:19:52.219Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23322024-12-20T21:19:52.269Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23332024-12-20T21:19:52.339Z Checking gethostname v0.5.0
23342024-12-20T21:19:52.442Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23352024-12-20T21:19:52.470Z Checking bcs v0.1.6
23362024-12-20T21:19:52.799Z Compiling async-recursion v1.1.1
23372024-12-20T21:19:52.941Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23382024-12-20T21:19:54.126Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23392024-12-20T21:19:54.363Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23402024-12-20T21:20:00.172Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23412024-12-20T21:20:03.556Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23422024-12-20T21:20:06.186Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23432024-12-20T21:20:07.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.97s
23442024-12-20T21:20:07.595Z
23452024-12-20T21:20:07.595Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/175)
23462024-12-20T21:20:08.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-12-20T21:20:08.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-12-20T21:20:08.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23492024-12-20T21:20:08.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23502024-12-20T21:20:08.222Z
23512024-12-20T21:20:08.222Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/175)
23522024-12-20T21:20:08.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-12-20T21:20:08.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-12-20T21:20:08.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23552024-12-20T21:20:08.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23562024-12-20T21:20:08.858Z
23572024-12-20T21:20:08.858Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/175)
23582024-12-20T21:20:09.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592024-12-20T21:20:09.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602024-12-20T21:20:09.508Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23612024-12-20T21:20:10.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23622024-12-20T21:20:10.315Z
23632024-12-20T21:20:10.315Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175)
23642024-12-20T21:20:10.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652024-12-20T21:20:10.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662024-12-20T21:20:10.984Z Compiling cfg_aliases v0.1.1
23672024-12-20T21:20:10.987Z Compiling vte_generate_state_changes v0.1.2
23682024-12-20T21:20:10.987Z Checking fd-lock v4.0.2
23692024-12-20T21:20:11.085Z Checking nibble_vec v0.1.0
23702024-12-20T21:20:11.088Z Checking endian-type v0.1.2
23712024-12-20T21:20:11.096Z Checking bytecount v0.6.8
23722024-12-20T21:20:11.114Z Compiling tabled_derive v0.7.0
23732024-12-20T21:20:11.117Z Checking itertools v0.12.1
23742024-12-20T21:20:11.165Z Compiling nix v0.28.0
23752024-12-20T21:20:11.235Z Compiling peg-macros v0.8.4
23762024-12-20T21:20:11.260Z Checking papergrid v0.11.0
23772024-12-20T21:20:11.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23782024-12-20T21:20:11.306Z Checking radix_trie v0.2.1
23792024-12-20T21:20:11.697Z Checking vte v0.11.1
23802024-12-20T21:20:11.723Z Compiling sqlparser_derive v0.2.2
23812024-12-20T21:20:12.431Z Checking unicode_categories v0.1.1
23822024-12-20T21:20:12.711Z Checking home v0.5.9
23832024-12-20T21:20:12.775Z Checking nu-ansi-term v0.50.1
23842024-12-20T21:20:12.843Z Checking sqlparser v0.45.0
23852024-12-20T21:20:12.847Z Checking sqlformat v0.2.6
23862024-12-20T21:20:13.108Z Checking strip-ansi-escapes v0.2.0
23872024-12-20T21:20:13.204Z Checking display-error-chain v0.2.2
23882024-12-20T21:20:13.577Z Checking tabled v0.15.0
23892024-12-20T21:20:13.681Z Checking reedline v0.35.0
23902024-12-20T21:20:14.383Z Checking peg v0.8.4
23912024-12-20T21:20:14.436Z Checking rustyline v14.0.0
23922024-12-20T21:20:23.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
23932024-12-20T21:20:24.089Z
23942024-12-20T21:20:24.089Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175)
23952024-12-20T21:20:24.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-12-20T21:20:24.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-12-20T21:20:24.746Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982024-12-20T21:20:29.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
23992024-12-20T21:20:29.979Z
24002024-12-20T21:20:29.979Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175)
24012024-12-20T21:20:30.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-12-20T21:20:30.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-12-20T21:20:30.641Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042024-12-20T21:20:34.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
24052024-12-20T21:20:34.603Z
24062024-12-20T21:20:34.603Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175)
24072024-12-20T21:20:35.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-12-20T21:20:35.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-12-20T21:20:35.260Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102024-12-20T21:20:40.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
24112024-12-20T21:20:40.255Z
24122024-12-20T21:20:40.255Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175)
24132024-12-20T21:20:40.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-12-20T21:20:40.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-12-20T21:20:40.925Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24162024-12-20T21:20:45.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
24172024-12-20T21:20:45.898Z
24182024-12-20T21:20:45.898Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175)
24192024-12-20T21:20:46.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-12-20T21:20:46.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-12-20T21:20:46.560Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24222024-12-20T21:20:50.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
24232024-12-20T21:20:50.746Z
24242024-12-20T21:20:50.746Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175)
24252024-12-20T21:20:51.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-12-20T21:20:51.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-12-20T21:20:51.407Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24282024-12-20T21:20:55.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
24292024-12-20T21:20:55.607Z
24302024-12-20T21:20:55.607Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175)
24312024-12-20T21:20:56.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-12-20T21:20:56.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-12-20T21:20:56.270Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24342024-12-20T21:21:01.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
24352024-12-20T21:21:01.424Z
24362024-12-20T21:21:01.424Zinfo: running `cargo check --bins` on oximeter (46/175)
24372024-12-20T21:21:01.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-12-20T21:21:01.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-12-20T21:21:01.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-12-20T21:21:01.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24412024-12-20T21:21:02.058Z
24422024-12-20T21:21:02.058Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/175)
24432024-12-20T21:21:02.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-12-20T21:21:02.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-12-20T21:21:02.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-12-20T21:21:02.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24472024-12-20T21:21:02.672Z
24482024-12-20T21:21:02.672Zinfo: running `cargo check --bins` on oximeter-schema (48/175)
24492024-12-20T21:21:03.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-12-20T21:21:03.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-12-20T21:21:03.324Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24522024-12-20T21:21:03.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
24532024-12-20T21:21:03.934Z
24542024-12-20T21:21:03.934Zinfo: running `cargo check --bins` on oximeter-types (49/175)
24552024-12-20T21:21:04.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-12-20T21:21:04.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-12-20T21:21:04.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-12-20T21:21:04.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24592024-12-20T21:21:04.563Z
24602024-12-20T21:21:04.564Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/175)
24612024-12-20T21:21:05.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-12-20T21:21:05.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-12-20T21:21:05.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-12-20T21:21:05.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24652024-12-20T21:21:05.202Z
24662024-12-20T21:21:05.202Zinfo: running `cargo check --bins` on oxql-types (51/175)
24672024-12-20T21:21:05.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-12-20T21:21:05.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-12-20T21:21:05.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-12-20T21:21:05.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24712024-12-20T21:21:05.829Z
24722024-12-20T21:21:05.829Zinfo: running `cargo check --bins` on oximeter-test-utils (52/175)
24732024-12-20T21:21:06.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-12-20T21:21:06.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-12-20T21:21:06.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-12-20T21:21:06.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24772024-12-20T21:21:06.474Z
24782024-12-20T21:21:06.474Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/175)
24792024-12-20T21:21:07.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-12-20T21:21:07.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-12-20T21:21:07.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-12-20T21:21:07.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24832024-12-20T21:21:07.110Z
24842024-12-20T21:21:07.110Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/175)
24852024-12-20T21:21:07.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-12-20T21:21:07.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-12-20T21:21:07.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-12-20T21:21:07.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24892024-12-20T21:21:07.741Z
24902024-12-20T21:21:07.741Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175)
24912024-12-20T21:21:08.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-12-20T21:21:08.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-12-20T21:21:08.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-12-20T21:21:08.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24952024-12-20T21:21:08.362Z
24962024-12-20T21:21:08.363Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/175)
24972024-12-20T21:21:08.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-12-20T21:21:08.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-12-20T21:21:08.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-12-20T21:21:08.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25012024-12-20T21:21:08.992Z
25022024-12-20T21:21:08.992Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/175)
25032024-12-20T21:21:09.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-12-20T21:21:09.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-12-20T21:21:09.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-12-20T21:21:09.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25072024-12-20T21:21:09.618Z
25082024-12-20T21:21:09.618Zinfo: running `cargo check --bins` on cockroach-admin-client (58/175)
25092024-12-20T21:21:10.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-12-20T21:21:10.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-12-20T21:21:10.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-12-20T21:21:10.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25132024-12-20T21:21:10.234Z
25142024-12-20T21:21:10.234Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/175)
25152024-12-20T21:21:10.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-12-20T21:21:10.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-12-20T21:21:10.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-12-20T21:21:10.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25192024-12-20T21:21:10.874Z
25202024-12-20T21:21:10.874Zinfo: running `cargo check --bins` on dns-service-client (60/175)
25212024-12-20T21:21:11.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-12-20T21:21:11.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-12-20T21:21:11.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-12-20T21:21:11.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25252024-12-20T21:21:11.494Z
25262024-12-20T21:21:11.494Zinfo: running `cargo check --bins` on internal-dns-types (61/175)
25272024-12-20T21:21:12.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-12-20T21:21:12.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-12-20T21:21:12.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-12-20T21:21:12.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25312024-12-20T21:21:12.115Z
25322024-12-20T21:21:12.115Zinfo: running `cargo check --bins` on dpd-client (62/175)
25332024-12-20T21:21:12.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-12-20T21:21:12.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-12-20T21:21:12.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-12-20T21:21:12.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25372024-12-20T21:21:12.733Z
25382024-12-20T21:21:12.733Zinfo: running `cargo check --bins` on gateway-client (63/175)
25392024-12-20T21:21:13.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-12-20T21:21:13.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-12-20T21:21:13.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-12-20T21:21:13.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25432024-12-20T21:21:13.336Z
25442024-12-20T21:21:13.336Zinfo: running `cargo check --bins` on installinator-client (64/175)
25452024-12-20T21:21:13.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-12-20T21:21:13.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-12-20T21:21:13.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-12-20T21:21:13.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25492024-12-20T21:21:13.976Z
25502024-12-20T21:21:13.976Zinfo: running `cargo check --bins` on installinator-common (65/175)
25512024-12-20T21:21:14.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-12-20T21:21:14.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-12-20T21:21:14.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-12-20T21:21:14.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25552024-12-20T21:21:14.609Z
25562024-12-20T21:21:14.609Zinfo: running `cargo check --bins` on update-engine (66/175)
25572024-12-20T21:21:15.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-12-20T21:21:15.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-12-20T21:21:15.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-12-20T21:21:15.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25612024-12-20T21:21:15.216Z
25622024-12-20T21:21:15.216Zinfo: running `cargo check --bins` on nexus-client (67/175)
25632024-12-20T21:21:15.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-12-20T21:21:15.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-12-20T21:21:15.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-12-20T21:21:15.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25672024-12-20T21:21:15.863Z
25682024-12-20T21:21:15.863Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/175)
25692024-12-20T21:21:16.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-12-20T21:21:16.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-12-20T21:21:16.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-12-20T21:21:16.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25732024-12-20T21:21:16.496Z
25742024-12-20T21:21:16.496Zinfo: running `cargo check --bins` on omicron-passwords (69/175)
25752024-12-20T21:21:17.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-12-20T21:21:17.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-12-20T21:21:17.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-12-20T21:21:17.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25792024-12-20T21:21:17.112Z
25802024-12-20T21:21:17.112Zinfo: running `cargo check --bins` on nexus-types (70/175)
25812024-12-20T21:21:17.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-12-20T21:21:17.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-12-20T21:21:17.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-12-20T21:21:17.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25852024-12-20T21:21:17.757Z
25862024-12-20T21:21:17.757Zinfo: running `cargo check --bins` on oxide-client (71/175)
25872024-12-20T21:21:18.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-12-20T21:21:18.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-12-20T21:21:18.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-12-20T21:21:18.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25912024-12-20T21:21:18.365Z
25922024-12-20T21:21:18.365Zinfo: running `cargo check --bins` on oximeter-client (72/175)
25932024-12-20T21:21:18.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-12-20T21:21:18.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-12-20T21:21:18.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-12-20T21:21:18.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25972024-12-20T21:21:18.985Z
25982024-12-20T21:21:18.985Zinfo: running `cargo check --bins` on repo-depot-client (73/175)
25992024-12-20T21:21:19.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-12-20T21:21:19.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-12-20T21:21:19.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-12-20T21:21:19.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26032024-12-20T21:21:19.602Z
26042024-12-20T21:21:19.602Zinfo: running `cargo check --bins` on sled-agent-client (74/175)
26052024-12-20T21:21:20.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-12-20T21:21:20.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-12-20T21:21:20.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-12-20T21:21:20.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26092024-12-20T21:21:20.239Z
26102024-12-20T21:21:20.239Zinfo: running `cargo check --bins` on wicketd-client (75/175)
26112024-12-20T21:21:20.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-12-20T21:21:20.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-12-20T21:21:20.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-12-20T21:21:20.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26152024-12-20T21:21:20.913Z
26162024-12-20T21:21:20.913Zinfo: running `cargo check --bins` on sled-agent-types (76/175)
26172024-12-20T21:21:21.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-12-20T21:21:21.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-12-20T21:21:21.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-12-20T21:21:21.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26212024-12-20T21:21:21.555Z
26222024-12-20T21:21:21.555Zinfo: running `cargo check --bins` on wicket-common (77/175)
26232024-12-20T21:21:22.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-12-20T21:21:22.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-12-20T21:21:22.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-12-20T21:21:22.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26272024-12-20T21:21:22.196Z
26282024-12-20T21:21:22.196Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/175)
26292024-12-20T21:21:22.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-12-20T21:21:22.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-12-20T21:21:22.856Z Checking csv-core v0.1.11
26322024-12-20T21:21:22.856Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26332024-12-20T21:21:22.859Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26342024-12-20T21:21:23.167Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26352024-12-20T21:21:23.178Z Checking csv v1.3.0
26362024-12-20T21:21:23.738Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26372024-12-20T21:21:24.074Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26382024-12-20T21:21:25.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
26392024-12-20T21:21:25.528Z
26402024-12-20T21:21:25.528Zinfo: running `cargo check --bins` on cockroach-admin-api (79/175)
26412024-12-20T21:21:26.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-12-20T21:21:26.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-12-20T21:21:26.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-12-20T21:21:26.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26452024-12-20T21:21:26.171Z
26462024-12-20T21:21:26.171Zinfo: running `cargo check --bins` on cockroach-admin-types (80/175)
26472024-12-20T21:21:26.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-12-20T21:21:26.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-12-20T21:21:26.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502024-12-20T21:21:26.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26512024-12-20T21:21:26.801Z
26522024-12-20T21:21:26.801Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175)
26532024-12-20T21:21:27.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-12-20T21:21:27.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-12-20T21:21:27.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562024-12-20T21:21:27.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26572024-12-20T21:21:27.527Z
26582024-12-20T21:21:27.527Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175)
26592024-12-20T21:21:28.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-12-20T21:21:28.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-12-20T21:21:28.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622024-12-20T21:21:28.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26632024-12-20T21:21:28.250Z
26642024-12-20T21:21:28.250Zinfo: running `cargo check --bins` on dns-server (83/175)
26652024-12-20T21:21:28.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-12-20T21:21:28.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-12-20T21:21:28.892Z Compiling parking_lot_core v0.8.6
26682024-12-20T21:21:28.892Z Checking fxhash v0.2.1
26692024-12-20T21:21:28.895Z Checking hickory-server v0.24.1
26702024-12-20T21:21:28.895Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26712024-12-20T21:21:28.994Z Checking hickory-client v0.24.1
26722024-12-20T21:21:29.594Z Checking parking_lot v0.11.2
26732024-12-20T21:21:29.722Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26742024-12-20T21:21:29.727Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26752024-12-20T21:21:29.836Z Checking sled v0.34.7
26762024-12-20T21:21:31.638Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26772024-12-20T21:21:32.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
26782024-12-20T21:21:33.061Z
26792024-12-20T21:21:33.061Zinfo: running `cargo check --bins` on dns-server-api (84/175)
26802024-12-20T21:21:33.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-12-20T21:21:33.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-12-20T21:21:33.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832024-12-20T21:21:33.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26842024-12-20T21:21:33.685Z
26852024-12-20T21:21:33.685Zinfo: running `cargo check --bins` on gateway-test-utils (85/175)
26862024-12-20T21:21:34.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-12-20T21:21:34.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-12-20T21:21:34.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892024-12-20T21:21:34.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26902024-12-20T21:21:34.358Z
26912024-12-20T21:21:34.358Zinfo: running `cargo check --bins` on gateway-types (86/175)
26922024-12-20T21:21:34.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-12-20T21:21:34.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-12-20T21:21:34.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952024-12-20T21:21:34.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26962024-12-20T21:21:34.980Z
26972024-12-20T21:21:34.980Zinfo: running `cargo check --bins` on ipcc (87/175)
26982024-12-20T21:21:35.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992024-12-20T21:21:35.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002024-12-20T21:21:35.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012024-12-20T21:21:35.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27022024-12-20T21:21:35.603Z
27032024-12-20T21:21:35.603Zinfo: running `cargo check --bins` on omicron-gateway (88/175)
27042024-12-20T21:21:36.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052024-12-20T21:21:36.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062024-12-20T21:21:36.296Z Compiling semver v0.1.20
27072024-12-20T21:21:36.296Z Compiling radium v0.7.0
27082024-12-20T21:21:36.413Z Checking tap v1.0.1
27092024-12-20T21:21:36.415Z Compiling maybe-uninit v2.0.0
27102024-12-20T21:21:36.433Z Checking password-hash v0.5.0
27112024-12-20T21:21:36.436Z Checking blake2 v0.10.6
27122024-12-20T21:21:36.436Z Checking crc-catalog v2.4.0
27132024-12-20T21:21:36.436Z Compiling packed_struct v0.10.1
27142024-12-20T21:21:36.538Z Checking wyz v0.5.1
27152024-12-20T21:21:36.614Z Compiling cancel-safe-futures v0.1.5
27162024-12-20T21:21:36.848Z Compiling rustc_version v0.1.7
27172024-12-20T21:21:36.904Z Compiling owo-colors v4.1.0
27182024-12-20T21:21:36.907Z Checking funty v2.0.0
27192024-12-20T21:21:36.978Z Checking argon2 v0.5.3
27202024-12-20T21:21:36.994Z Checking crc v3.2.1
27212024-12-20T21:21:37.009Z Compiling packed_struct_codegen v0.10.1
27222024-12-20T21:21:37.119Z Checking half v2.4.1
27232024-12-20T21:21:37.198Z Compiling indexmap v1.9.3
27242024-12-20T21:21:37.235Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27252024-12-20T21:21:37.317Z Compiling newtype_derive v0.1.6
27262024-12-20T21:21:37.424Z Checking nodrop v0.1.14
27272024-12-20T21:21:37.496Z Checking ciborium-io v0.2.2
27282024-12-20T21:21:37.542Z Checking array-init v0.0.4
27292024-12-20T21:21:37.589Z Checking smallvec v0.6.14
27302024-12-20T21:21:37.620Z Checking ciborium-ll v0.2.2
27312024-12-20T21:21:37.661Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27322024-12-20T21:21:37.779Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27332024-12-20T21:21:37.796Z Checking bitvec v1.0.1
27342024-12-20T21:21:37.944Z Checking libsw v3.3.1
27352024-12-20T21:21:37.976Z Compiling memoffset v0.9.1
27362024-12-20T21:21:38.223Z Checking indent_write v2.2.0
27372024-12-20T21:21:38.267Z Checking hashbrown v0.12.3
27382024-12-20T21:21:38.341Z Checking linear-map v1.2.0
27392024-12-20T21:21:38.429Z Checking termcolor v1.4.1
27402024-12-20T21:21:38.549Z Checking bitfield v0.14.0
27412024-12-20T21:21:38.608Z Checking swrite v0.1.0
27422024-12-20T21:21:38.692Z Checking serde-hex v0.1.0
27432024-12-20T21:21:38.753Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27442024-12-20T21:21:38.820Z Checking ron v0.8.1
27452024-12-20T21:21:38.904Z Checking env_logger v0.10.2
27462024-12-20T21:21:39.441Z Checking ciborium v0.2.2
27472024-12-20T21:21:39.458Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27482024-12-20T21:21:40.229Z Checking steno v0.4.1
27492024-12-20T21:21:40.258Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27502024-12-20T21:21:40.258Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27512024-12-20T21:21:40.271Z Checking hashbrown v0.13.2
27522024-12-20T21:21:40.288Z Checking humantime v2.1.0
27532024-12-20T21:21:40.416Z Checking crc-any v2.5.0
27542024-12-20T21:21:40.591Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27552024-12-20T21:21:40.822Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27562024-12-20T21:21:41.207Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27572024-12-20T21:21:41.271Z Checking path-slash v0.1.5
27582024-12-20T21:21:41.369Z Checking object v0.30.4
27592024-12-20T21:21:41.420Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27602024-12-20T21:21:41.556Z Checking nix v0.27.1
27612024-12-20T21:21:42.136Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27622024-12-20T21:21:42.572Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27632024-12-20T21:21:42.663Z Checking tungstenite v0.23.0
27642024-12-20T21:21:42.820Z Checking kstat-rs v0.2.4
27652024-12-20T21:21:42.839Z Checking signal-hook-tokio v0.3.1
27662024-12-20T21:21:43.159Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27672024-12-20T21:21:43.439Z Checking tokio-tungstenite v0.23.1
27682024-12-20T21:21:44.305Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27692024-12-20T21:21:44.325Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27702024-12-20T21:21:44.387Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27712024-12-20T21:21:51.287Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27722024-12-20T21:21:52.583Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27732024-12-20T21:21:55.193Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27742024-12-20T21:22:00.997Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27752024-12-20T21:22:01.708Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27762024-12-20T21:22:04.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.97s
27772024-12-20T21:22:04.764Z
27782024-12-20T21:22:04.764Zinfo: running `cargo check --bins` on gateway-api (89/175)
27792024-12-20T21:22:05.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-12-20T21:22:05.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-12-20T21:22:05.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-12-20T21:22:05.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27832024-12-20T21:22:05.385Z
27842024-12-20T21:22:05.385Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175)
27852024-12-20T21:22:05.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-12-20T21:22:05.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-12-20T21:22:05.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-12-20T21:22:05.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27892024-12-20T21:22:06.006Z
27902024-12-20T21:22:06.006Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175)
27912024-12-20T21:22:06.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-12-20T21:22:06.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-12-20T21:22:06.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-12-20T21:22:06.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27952024-12-20T21:22:06.633Z
27962024-12-20T21:22:06.633Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175)
27972024-12-20T21:22:07.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-12-20T21:22:07.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-12-20T21:22:07.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-12-20T21:22:07.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28012024-12-20T21:22:07.257Z
28022024-12-20T21:22:07.257Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175)
28032024-12-20T21:22:07.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-12-20T21:22:07.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-12-20T21:22:07.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-12-20T21:22:07.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28072024-12-20T21:22:08.097Z
28082024-12-20T21:22:08.097Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175)
28092024-12-20T21:22:08.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-12-20T21:22:08.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-12-20T21:22:08.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-12-20T21:22:08.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28132024-12-20T21:22:08.522Z
28142024-12-20T21:22:08.522Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175)
28152024-12-20T21:22:09.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-12-20T21:22:09.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-12-20T21:22:09.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182024-12-20T21:22:09.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28192024-12-20T21:22:09.148Z
28202024-12-20T21:22:09.148Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175)
28212024-12-20T21:22:09.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-12-20T21:22:09.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-12-20T21:22:09.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242024-12-20T21:22:09.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28252024-12-20T21:22:09.828Z
28262024-12-20T21:22:09.828Zinfo: running `cargo check --bins` on oximeter-producer (97/175)
28272024-12-20T21:22:10.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-12-20T21:22:10.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-12-20T21:22:10.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302024-12-20T21:22:10.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28312024-12-20T21:22:10.519Z
28322024-12-20T21:22:10.519Zinfo: running `cargo check --bins` on internal-dns-resolver (98/175)
28332024-12-20T21:22:11.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-12-20T21:22:11.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-12-20T21:22:11.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362024-12-20T21:22:11.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28372024-12-20T21:22:11.170Z
28382024-12-20T21:22:11.170Zinfo: running `cargo check --bins` on sp-sim (99/175)
28392024-12-20T21:22:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402024-12-20T21:22:11.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412024-12-20T21:22:11.801Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28422024-12-20T21:22:13.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
28432024-12-20T21:22:13.844Z
28442024-12-20T21:22:13.845Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175)
28452024-12-20T21:22:14.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462024-12-20T21:22:14.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472024-12-20T21:22:14.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482024-12-20T21:22:14.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28492024-12-20T21:22:14.526Z
28502024-12-20T21:22:14.526Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175)
28512024-12-20T21:22:15.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522024-12-20T21:22:15.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532024-12-20T21:22:15.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542024-12-20T21:22:15.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28552024-12-20T21:22:15.343Z
28562024-12-20T21:22:15.344Zinfo: running `cargo check --bins` on db-macros (102/175)
28572024-12-20T21:22:15.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-12-20T21:22:15.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-12-20T21:22:15.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602024-12-20T21:22:15.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28612024-12-20T21:22:15.830Z
28622024-12-20T21:22:15.830Zinfo: running `cargo check --bins` on nexus-macros-common (103/175)
28632024-12-20T21:22:16.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-12-20T21:22:16.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-12-20T21:22:16.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662024-12-20T21:22:16.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28672024-12-20T21:22:16.439Z
28682024-12-20T21:22:16.439Zinfo: running `cargo check --bins` on nexus-auth (104/175)
28692024-12-20T21:22:17.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-12-20T21:22:17.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-12-20T21:22:17.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722024-12-20T21:22:17.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28732024-12-20T21:22:17.112Z
28742024-12-20T21:22:17.112Zinfo: running `cargo check --bins` on authz-macros (105/175)
28752024-12-20T21:22:17.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-12-20T21:22:17.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-12-20T21:22:17.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782024-12-20T21:22:17.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28792024-12-20T21:22:17.732Z
28802024-12-20T21:22:17.732Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/175)
28812024-12-20T21:22:18.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-12-20T21:22:18.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-12-20T21:22:18.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842024-12-20T21:22:18.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28852024-12-20T21:22:18.400Z
28862024-12-20T21:22:18.400Zinfo: running `cargo check --bins` on nexus-db-model (107/175)
28872024-12-20T21:22:18.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-12-20T21:22:18.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-12-20T21:22:18.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902024-12-20T21:22:18.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28912024-12-20T21:22:19.054Z
28922024-12-20T21:22:19.054Zinfo: running `cargo check --bins` on nexus-defaults (108/175)
28932024-12-20T21:22:19.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-12-20T21:22:19.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-12-20T21:22:19.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962024-12-20T21:22:19.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28972024-12-20T21:22:19.761Z
28982024-12-20T21:22:19.761Zinfo: running `cargo check --bins` on nexus-inventory (109/175)
28992024-12-20T21:22:20.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002024-12-20T21:22:20.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012024-12-20T21:22:20.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022024-12-20T21:22:20.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29032024-12-20T21:22:20.348Z
29042024-12-20T21:22:20.348Zinfo: running `cargo check --bins` on typed-rng (110/175)
29052024-12-20T21:22:20.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062024-12-20T21:22:20.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072024-12-20T21:22:20.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082024-12-20T21:22:20.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29092024-12-20T21:22:21.019Z
29102024-12-20T21:22:21.019Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175)
29112024-12-20T21:22:21.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122024-12-20T21:22:21.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132024-12-20T21:22:21.703Z Checking keccak v0.1.5
29142024-12-20T21:22:21.809Z Checking secrecy v0.8.0
29152024-12-20T21:22:21.812Z Compiling unicase v2.7.0
29162024-12-20T21:22:21.812Z Compiling same-file v1.0.6
29172024-12-20T21:22:21.839Z Compiling tempfile v3.13.0
29182024-12-20T21:22:21.855Z Compiling thiserror-impl-no-std v2.0.2
29192024-12-20T21:22:21.858Z Checking universal-hash v0.5.1
29202024-12-20T21:22:21.858Z Compiling blake3 v1.5.4
29212024-12-20T21:22:22.002Z Compiling walkdir v2.5.0
29222024-12-20T21:22:22.065Z Compiling ring v0.16.20
29232024-12-20T21:22:22.099Z Checking sha3 v0.10.8
29242024-12-20T21:22:22.102Z Checking opaque-debug v0.3.1
29252024-12-20T21:22:22.212Z Checking poly1305 v0.8.0
29262024-12-20T21:22:22.269Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29272024-12-20T21:22:22.512Z Checking chacha20 v0.9.1
29282024-12-20T21:22:22.563Z Checking aead v0.5.2
29292024-12-20T21:22:22.688Z Compiling memmap2 v0.9.5
29302024-12-20T21:22:22.708Z Compiling salty v0.3.0
29312024-12-20T21:22:22.774Z Compiling constant_time_eq v0.3.1
29322024-12-20T21:22:22.793Z Compiling arrayref v0.3.9
29332024-12-20T21:22:22.878Z Compiling libefi-sys v0.1.0
29342024-12-20T21:22:22.894Z Compiling arrayvec v0.7.6
29352024-12-20T21:22:22.938Z Compiling spin v0.5.2
29362024-12-20T21:22:23.107Z Checking chacha20poly1305 v0.10.1
29372024-12-20T21:22:23.157Z Compiling toolchain_find v0.4.0
29382024-12-20T21:22:23.204Z Compiling camino-tempfile v1.1.1
29392024-12-20T21:22:23.207Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29402024-12-20T21:22:23.281Z Compiling bitfield-struct v0.6.2
29412024-12-20T21:22:23.576Z Compiling topological-sort v0.2.2
29422024-12-20T21:22:23.657Z Compiling mime_guess v2.0.5
29432024-12-20T21:22:23.728Z Compiling rustfmt-wrapper v0.2.1
29442024-12-20T21:22:24.164Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29452024-12-20T21:22:24.314Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29462024-12-20T21:22:24.432Z Checking primeorder v0.13.6
29472024-12-20T21:22:24.527Z Checking env_filter v0.1.2
29482024-12-20T21:22:24.610Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29492024-12-20T21:22:24.719Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29502024-12-20T21:22:24.751Z Checking env_logger v0.11.5
29512024-12-20T21:22:24.889Z Checking p384 v0.13.0
29522024-12-20T21:22:24.962Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29532024-12-20T21:22:24.980Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29542024-12-20T21:22:24.983Z Checking thiserror-no-std v2.0.2
29552024-12-20T21:22:25.085Z Checking vsss-rs v3.3.4
29562024-12-20T21:22:25.231Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29572024-12-20T21:22:25.275Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29582024-12-20T21:22:25.335Z Checking bumpalo v3.16.0
29592024-12-20T21:22:25.624Z Checking simd-adler32 v0.3.7
29602024-12-20T21:22:25.694Z Checking lockfree-object-pool v0.1.6
29612024-12-20T21:22:25.725Z Checking http-range v0.1.5
29622024-12-20T21:22:25.774Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29632024-12-20T21:22:25.916Z Compiling zip v2.1.3
29642024-12-20T21:22:25.951Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29652024-12-20T21:22:26.007Z Checking zopfli v0.8.1
29662024-12-20T21:22:26.092Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29672024-12-20T21:22:26.217Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29682024-12-20T21:22:26.396Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29692024-12-20T21:22:26.677Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29702024-12-20T21:22:26.790Z Checking nanorand v0.7.0
29712024-12-20T21:22:26.902Z Checking atty v0.2.14
29722024-12-20T21:22:26.966Z Checking glob v0.3.1
29732024-12-20T21:22:27.024Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29742024-12-20T21:22:27.166Z Checking flume v0.11.1
29752024-12-20T21:22:27.663Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29762024-12-20T21:22:27.682Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29772024-12-20T21:22:27.683Z Checking hyper-staticfile v0.10.1
29782024-12-20T21:22:27.831Z Compiling omicron-zone-package v0.11.1
29792024-12-20T21:22:28.176Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29802024-12-20T21:22:29.381Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29812024-12-20T21:22:29.431Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29822024-12-20T21:22:29.546Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29832024-12-20T21:22:29.676Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29842024-12-20T21:22:29.805Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29852024-12-20T21:22:29.878Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29862024-12-20T21:22:30.428Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29872024-12-20T21:22:30.740Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29882024-12-20T21:22:31.199Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29892024-12-20T21:22:32.194Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29902024-12-20T21:22:34.292Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29912024-12-20T21:22:34.295Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29922024-12-20T21:22:44.109Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29932024-12-20T21:22:58.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.08s
29942024-12-20T21:22:58.216Z
29952024-12-20T21:22:58.216Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175)
29962024-12-20T21:22:58.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972024-12-20T21:22:58.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982024-12-20T21:22:58.946Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29992024-12-20T21:23:12.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
30002024-12-20T21:23:12.950Z
30012024-12-20T21:23:12.950Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175)
30022024-12-20T21:23:13.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032024-12-20T21:23:13.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042024-12-20T21:23:13.681Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30052024-12-20T21:23:27.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s
30062024-12-20T21:23:27.758Z
30072024-12-20T21:23:27.758Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175)
30082024-12-20T21:23:28.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092024-12-20T21:23:28.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102024-12-20T21:23:28.491Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30112024-12-20T21:23:42.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
30122024-12-20T21:23:42.566Z
30132024-12-20T21:23:42.566Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175)
30142024-12-20T21:23:43.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-12-20T21:23:43.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-12-20T21:23:43.312Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30172024-12-20T21:23:57.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s
30182024-12-20T21:23:57.432Z
30192024-12-20T21:23:57.432Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175)
30202024-12-20T21:23:58.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-12-20T21:23:58.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-12-20T21:23:58.167Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30232024-12-20T21:24:12.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.78s
30242024-12-20T21:24:12.402Z
30252024-12-20T21:24:12.402Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175)
30262024-12-20T21:24:13.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-12-20T21:24:13.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-12-20T21:24:13.138Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30292024-12-20T21:24:27.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.75s
30302024-12-20T21:24:27.347Z
30312024-12-20T21:24:27.348Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175)
30322024-12-20T21:24:27.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-12-20T21:24:27.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-12-20T21:24:28.077Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30352024-12-20T21:24:41.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
30362024-12-20T21:24:42.049Z
30372024-12-20T21:24:42.049Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/175)
30382024-12-20T21:24:42.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-12-20T21:24:42.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-12-20T21:24:42.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412024-12-20T21:24:42.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30422024-12-20T21:24:42.704Z
30432024-12-20T21:24:42.704Zinfo: running `cargo check --bins` on key-manager (120/175)
30442024-12-20T21:24:43.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-12-20T21:24:43.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-12-20T21:24:43.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-12-20T21:24:43.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30482024-12-20T21:24:43.326Z
30492024-12-20T21:24:43.326Zinfo: running `cargo check --bins` on range-requests (121/175)
30502024-12-20T21:24:43.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-12-20T21:24:43.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-12-20T21:24:43.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-12-20T21:24:43.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30542024-12-20T21:24:43.933Z
30552024-12-20T21:24:43.933Zinfo: running `cargo check --bins` on repo-depot-api (122/175)
30562024-12-20T21:24:44.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-12-20T21:24:44.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-12-20T21:24:44.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592024-12-20T21:24:44.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30602024-12-20T21:24:44.554Z
30612024-12-20T21:24:44.554Zinfo: running `cargo check --bins` on sled-agent-api (123/175)
30622024-12-20T21:24:45.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-12-20T21:24:45.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-12-20T21:24:45.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652024-12-20T21:24:45.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30662024-12-20T21:24:45.202Z
30672024-12-20T21:24:45.202Zinfo: running `cargo check --bins` on sled-diagnostics (124/175)
30682024-12-20T21:24:45.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692024-12-20T21:24:45.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702024-12-20T21:24:45.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712024-12-20T21:24:45.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30722024-12-20T21:24:45.811Z
30732024-12-20T21:24:45.811Zinfo: running `cargo check --bins` on sled-hardware (125/175)
30742024-12-20T21:24:46.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-12-20T21:24:46.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-12-20T21:24:46.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772024-12-20T21:24:46.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30782024-12-20T21:24:46.449Z
30792024-12-20T21:24:46.449Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/175)
30802024-12-20T21:24:47.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-12-20T21:24:47.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-12-20T21:24:47.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832024-12-20T21:24:47.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30842024-12-20T21:24:47.087Z
30852024-12-20T21:24:47.087Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175)
30862024-12-20T21:24:47.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-12-20T21:24:47.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-12-20T21:24:47.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892024-12-20T21:24:47.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30902024-12-20T21:24:47.725Z
30912024-12-20T21:24:47.725Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/175)
30922024-12-20T21:24:48.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-12-20T21:24:48.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-12-20T21:24:48.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952024-12-20T21:24:48.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30962024-12-20T21:24:48.376Z
30972024-12-20T21:24:48.376Zinfo: running `cargo check --bins` on nexus-test-interface (129/175)
30982024-12-20T21:24:48.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-12-20T21:24:48.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-12-20T21:24:48.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012024-12-20T21:24:48.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31022024-12-20T21:24:49.036Z
31032024-12-20T21:24:49.036Zinfo: running `cargo check --bins` on oximeter-collector (130/175)
31042024-12-20T21:24:49.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052024-12-20T21:24:49.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062024-12-20T21:24:49.719Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31072024-12-20T21:24:49.719Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31082024-12-20T21:24:50.604Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31092024-12-20T21:24:52.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
31102024-12-20T21:24:52.841Z
31112024-12-20T21:24:52.841Zinfo: running `cargo check --bins` on oximeter-api (131/175)
31122024-12-20T21:24:53.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-12-20T21:24:53.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-12-20T21:24:53.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152024-12-20T21:24:53.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31162024-12-20T21:24:53.473Z
31172024-12-20T21:24:53.473Zinfo: running `cargo check --bins` on cert-dev (132/175)
31182024-12-20T21:24:54.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-12-20T21:24:54.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-12-20T21:24:54.079Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31212024-12-20T21:24:54.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
31222024-12-20T21:24:54.510Z
31232024-12-20T21:24:54.510Zinfo: running `cargo check --bins` on clickana (133/175)
31242024-12-20T21:24:55.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252024-12-20T21:24:55.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262024-12-20T21:24:55.148Z Checking castaway v0.2.3
31272024-12-20T21:24:55.148Z Checking unicode-truncate v1.1.0
31282024-12-20T21:24:55.150Z Checking lru v0.12.5
31292024-12-20T21:24:55.150Z Compiling instability v0.3.2
31302024-12-20T21:24:55.151Z Checking cassowary v0.3.0
31312024-12-20T21:24:55.151Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31322024-12-20T21:24:55.371Z Checking compact_str v0.8.0
31332024-12-20T21:24:55.993Z Checking ratatui v0.28.1
31342024-12-20T21:24:57.880Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31352024-12-20T21:24:58.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
31362024-12-20T21:24:58.908Z
31372024-12-20T21:24:58.908Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (134/175)
31382024-12-20T21:24:59.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-12-20T21:24:59.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-12-20T21:24:59.581Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31412024-12-20T21:24:59.581Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31422024-12-20T21:25:00.163Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31432024-12-20T21:25:00.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
31442024-12-20T21:25:00.707Z
31452024-12-20T21:25:00.707Zinfo: running `cargo check --bins` on ch-dev (135/175)
31462024-12-20T21:25:01.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-12-20T21:25:01.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-12-20T21:25:01.367Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31492024-12-20T21:25:02.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31502024-12-20T21:25:02.291Z
31512024-12-20T21:25:02.291Zinfo: running `cargo check --bins` on crdb-seed (136/175)
31522024-12-20T21:25:02.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-12-20T21:25:02.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-12-20T21:25:02.987Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31552024-12-20T21:25:03.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
31562024-12-20T21:25:03.531Z
31572024-12-20T21:25:03.531Zinfo: running `cargo check --bins` on db-dev (137/175)
31582024-12-20T21:25:04.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592024-12-20T21:25:04.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602024-12-20T21:25:04.188Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31612024-12-20T21:25:04.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
31622024-12-20T21:25:05.090Z
31632024-12-20T21:25:05.090Zinfo: running `cargo check --bins` on omicron-dev-lib (138/175)
31642024-12-20T21:25:05.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652024-12-20T21:25:05.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662024-12-20T21:25:05.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672024-12-20T21:25:05.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31682024-12-20T21:25:05.743Z
31692024-12-20T21:25:05.743Zinfo: running `cargo check --bins` on xtask-downloader (139/175)
31702024-12-20T21:25:06.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712024-12-20T21:25:06.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722024-12-20T21:25:06.362Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31732024-12-20T21:25:07.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
31742024-12-20T21:25:07.433Z
31752024-12-20T21:25:07.433Zinfo: running `cargo check --bins` on omicron-ls-apis (140/175)
31762024-12-20T21:25:07.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772024-12-20T21:25:07.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782024-12-20T21:25:08.046Z Checking cargo-platform v0.1.8
31792024-12-20T21:25:08.315Z Checking cargo_metadata v0.18.1
31802024-12-20T21:25:09.288Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31812024-12-20T21:25:10.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
31822024-12-20T21:25:10.294Z
31832024-12-20T21:25:10.294Zinfo: running `cargo check --bins` on mgs-dev (141/175)
31842024-12-20T21:25:10.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852024-12-20T21:25:10.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862024-12-20T21:25:11.030Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31872024-12-20T21:25:11.748Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31882024-12-20T21:25:12.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
31892024-12-20T21:25:12.510Z
31902024-12-20T21:25:12.510Zinfo: running `cargo check --bins` on omicron-omdb (142/175)
31912024-12-20T21:25:13.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922024-12-20T21:25:13.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932024-12-20T21:25:13.308Z Compiling crunchy v0.2.2
31942024-12-20T21:25:13.308Z Compiling tiny-keccak v2.0.2
31952024-12-20T21:25:13.311Z Compiling dsl_auto_type v0.1.2
31962024-12-20T21:25:13.311Z Checking scheduled-thread-pool v0.2.7
31972024-12-20T21:25:13.311Z Compiling diesel_table_macro_syntax v0.2.0
31982024-12-20T21:25:13.311Z Compiling ascii-canvas v3.0.0
31992024-12-20T21:25:13.414Z Compiling ena v0.14.3
32002024-12-20T21:25:13.417Z Compiling regex-syntax v0.6.29
32012024-12-20T21:25:13.645Z Checking r2d2 v0.8.10
32022024-12-20T21:25:13.732Z Compiling diff v0.1.13
32032024-12-20T21:25:13.850Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32042024-12-20T21:25:13.882Z Compiling ref-cast v1.0.23
32052024-12-20T21:25:13.936Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32062024-12-20T21:25:13.982Z Compiling derive_builder_core v0.20.2
32072024-12-20T21:25:14.064Z Compiling libxml v0.3.3
32082024-12-20T21:25:14.203Z Compiling ref-cast-impl v1.0.23
32092024-12-20T21:25:14.359Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32102024-12-20T21:25:14.484Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32112024-12-20T21:25:14.510Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32122024-12-20T21:25:14.758Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32132024-12-20T21:25:14.788Z Compiling strum_macros v0.24.3
32142024-12-20T21:25:14.894Z Compiling samael v0.0.17
32152024-12-20T21:25:15.029Z Compiling diesel_derives v2.2.3
32162024-12-20T21:25:15.176Z Compiling indoc v1.0.9
32172024-12-20T21:25:16.195Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32182024-12-20T21:25:16.445Z Compiling derive_builder_macro v0.20.2
32192024-12-20T21:25:16.482Z Compiling impl-trait-for-tuples v0.2.2
32202024-12-20T21:25:16.779Z Compiling lalrpop v0.19.12
32212024-12-20T21:25:17.352Z Checking derive_builder v0.20.2
32222024-12-20T21:25:17.500Z Compiling oso-derive v0.27.3
32232024-12-20T21:25:17.893Z Checking quick-xml v0.33.0
32242024-12-20T21:25:18.490Z Compiling diesel-dtrace v0.4.2
32252024-12-20T21:25:18.553Z Checking maplit v1.0.2
32262024-12-20T21:25:18.706Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32272024-12-20T21:25:18.880Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32282024-12-20T21:25:19.158Z Checking bb8 v0.8.5
32292024-12-20T21:25:19.413Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32302024-12-20T21:25:19.650Z Checking rand_seeder v0.3.0
32312024-12-20T21:25:19.667Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32322024-12-20T21:25:19.727Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32332024-12-20T21:25:19.896Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32342024-12-20T21:25:19.993Z Checking is_ci v1.2.0
32352024-12-20T21:25:20.095Z Checking smawk v0.3.2
32362024-12-20T21:25:20.152Z Checking unicode-linebreak v0.1.5
32372024-12-20T21:25:20.297Z Checking supports-color v3.0.1
32382024-12-20T21:25:20.439Z Checking multimap v0.10.0
32392024-12-20T21:25:20.672Z Checking textwrap v0.16.1
32402024-12-20T21:25:21.440Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32412024-12-20T21:25:23.939Z Checking diesel v2.2.6
32422024-12-20T21:25:50.278Z Compiling polar-core v0.27.3
32432024-12-20T21:25:53.314Z Checking async-bb8-diesel v0.2.1
32442024-12-20T21:25:57.810Z Checking oso v0.27.3
32452024-12-20T21:27:07.781Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32462024-12-20T21:27:14.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
32472024-12-20T21:27:14.312Z
32482024-12-20T21:27:14.312Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175)
32492024-12-20T21:27:14.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502024-12-20T21:27:14.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512024-12-20T21:27:14.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522024-12-20T21:27:14.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32532024-12-20T21:27:14.990Z
32542024-12-20T21:27:14.990Zinfo: running `cargo check --bins` on nexus-saga-recovery (144/175)
32552024-12-20T21:27:15.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562024-12-20T21:27:15.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572024-12-20T21:27:15.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582024-12-20T21:27:15.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32592024-12-20T21:27:15.669Z
32602024-12-20T21:27:15.669Zinfo: running `cargo check --bins` on nexus-test-utils-macros (145/175)
32612024-12-20T21:27:16.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622024-12-20T21:27:16.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632024-12-20T21:27:16.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642024-12-20T21:27:16.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32652024-12-20T21:27:16.294Z
32662024-12-20T21:27:16.294Zinfo: running `cargo check --bins` on omicron-nexus (146/175)
32672024-12-20T21:27:16.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682024-12-20T21:27:16.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692024-12-20T21:27:17.097Z Compiling libz-sys v1.1.20
32702024-12-20T21:27:17.211Z Compiling libgit2-sys v0.17.0+1.8.1
32712024-12-20T21:27:17.223Z Compiling vergen v8.3.2
32722024-12-20T21:27:17.229Z Compiling cargo-platform v0.1.8
32732024-12-20T21:27:17.229Z Compiling pin-project-internal v1.1.6
32742024-12-20T21:27:17.259Z Compiling snafu-derive v0.8.5
32752024-12-20T21:27:17.262Z Compiling libsqlite3-sys v0.30.1
32762024-12-20T21:27:17.262Z Compiling buf-list v1.0.3
32772024-12-20T21:27:17.501Z Compiling rustls v0.21.12
32782024-12-20T21:27:17.755Z Compiling cargo_metadata v0.18.1
32792024-12-20T21:27:17.779Z Compiling cfg_aliases v0.2.1
32802024-12-20T21:27:17.898Z Compiling nix v0.29.0
32812024-12-20T21:27:17.924Z Checking globset v0.4.15
32822024-12-20T21:27:18.025Z Checking olpc-cjson v0.1.4
32832024-12-20T21:27:18.160Z Checking rustls-webpki v0.101.7
32842024-12-20T21:27:18.241Z Checking sct v0.7.1
32852024-12-20T21:27:18.414Z Checking serde_plain v1.0.2
32862024-12-20T21:27:18.433Z Checking typed-path v0.9.3
32872024-12-20T21:27:18.978Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32882024-12-20T21:27:19.208Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32892024-12-20T21:27:19.252Z Checking hashlink v0.9.1
32902024-12-20T21:27:19.483Z Checking parse-size v1.1.0
32912024-12-20T21:27:19.640Z Checking fallible-iterator v0.3.0
32922024-12-20T21:27:19.881Z Checking fallible-streaming-iterator v0.1.9
32932024-12-20T21:27:20.260Z Checking rusqlite v0.32.1
32942024-12-20T21:27:20.263Z Checking pin-project v1.1.6
32952024-12-20T21:27:20.392Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32962024-12-20T21:27:20.412Z Checking rustls-pemfile v1.0.4
32972024-12-20T21:27:20.632Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32982024-12-20T21:27:20.668Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32992024-12-20T21:27:20.952Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33002024-12-20T21:27:21.364Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33012024-12-20T21:27:21.382Z Checking twox-hash v1.6.3
33022024-12-20T21:27:21.492Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33032024-12-20T21:27:21.891Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33042024-12-20T21:27:21.909Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33052024-12-20T21:27:22.084Z Checking tokio-rustls v0.24.1
33062024-12-20T21:27:22.433Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33072024-12-20T21:27:22.452Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33082024-12-20T21:27:22.456Z Checking fatfs v0.3.6
33092024-12-20T21:27:22.742Z Checking snafu v0.8.5
33102024-12-20T21:27:23.232Z Checking tough v0.19.0
33112024-12-20T21:27:23.378Z Checking assert_matches v1.5.0
33122024-12-20T21:27:27.462Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33132024-12-20T21:27:28.807Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33142024-12-20T21:27:29.480Z Compiling git2 v0.19.0
33152024-12-20T21:27:34.238Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33162024-12-20T21:28:27.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
33172024-12-20T21:28:27.519Z
33182024-12-20T21:28:27.519Zinfo: running `cargo check --bins` on nexus-external-api (147/175)
33192024-12-20T21:28:28.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202024-12-20T21:28:28.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212024-12-20T21:28:28.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222024-12-20T21:28:28.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33232024-12-20T21:28:28.238Z
33242024-12-20T21:28:28.238Zinfo: running `cargo check --bins` on openapi-manager-types (148/175)
33252024-12-20T21:28:28.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262024-12-20T21:28:28.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272024-12-20T21:28:28.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282024-12-20T21:28:28.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33292024-12-20T21:28:28.849Z
33302024-12-20T21:28:28.849Zinfo: running `cargo check --bins` on nexus-internal-api (149/175)
33312024-12-20T21:28:29.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322024-12-20T21:28:29.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332024-12-20T21:28:29.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342024-12-20T21:28:29.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33352024-12-20T21:28:29.498Z
33362024-12-20T21:28:29.498Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (150/175)
33372024-12-20T21:28:30.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-12-20T21:28:30.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-12-20T21:28:30.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402024-12-20T21:28:30.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33412024-12-20T21:28:30.173Z
33422024-12-20T21:28:30.173Zinfo: running `cargo check --bins` on nexus-networking (151/175)
33432024-12-20T21:28:30.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-12-20T21:28:30.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-12-20T21:28:30.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462024-12-20T21:28:30.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33472024-12-20T21:28:30.850Z
33482024-12-20T21:28:30.850Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (152/175)
33492024-12-20T21:28:31.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-12-20T21:28:31.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-12-20T21:28:31.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522024-12-20T21:28:31.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33532024-12-20T21:28:31.520Z
33542024-12-20T21:28:31.520Zinfo: running `cargo check --bins` on update-common (153/175)
33552024-12-20T21:28:32.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-12-20T21:28:32.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-12-20T21:28:32.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582024-12-20T21:28:32.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33592024-12-20T21:28:32.169Z
33602024-12-20T21:28:32.169Zinfo: running `cargo check --bins` on tufaceous-lib (154/175)
33612024-12-20T21:28:32.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-12-20T21:28:32.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-12-20T21:28:32.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642024-12-20T21:28:32.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33652024-12-20T21:28:32.812Z
33662024-12-20T21:28:32.812Zinfo: running `cargo check --bins` on tufaceous (155/175)
33672024-12-20T21:28:33.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682024-12-20T21:28:33.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692024-12-20T21:28:33.480Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33702024-12-20T21:28:34.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
33712024-12-20T21:28:34.651Z
33722024-12-20T21:28:34.651Zinfo: running `cargo check --bins` on omicron-dev (156/175)
33732024-12-20T21:28:35.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742024-12-20T21:28:35.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752024-12-20T21:28:35.500Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33762024-12-20T21:28:35.627Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33772024-12-20T21:28:35.627Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33782024-12-20T21:28:35.630Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33792024-12-20T21:29:02.005Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33802024-12-20T21:29:02.009Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33812024-12-20T21:29:02.009Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33822024-12-20T21:29:02.009Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33832024-12-20T21:29:02.009Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33842024-12-20T21:29:02.886Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33852024-12-20T21:29:04.149Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33862024-12-20T21:29:43.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33872024-12-20T21:29:43.691Z
33882024-12-20T21:29:43.691Zinfo: running `cargo check --bins` on openapi-manager (157/175)
33892024-12-20T21:29:44.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902024-12-20T21:29:44.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912024-12-20T21:29:44.385Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33922024-12-20T21:29:44.385Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33932024-12-20T21:29:44.387Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33942024-12-20T21:29:46.041Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33952024-12-20T21:29:46.931Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33962024-12-20T21:29:48.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
33972024-12-20T21:29:48.221Z
33982024-12-20T21:29:48.221Zinfo: running `cargo check --bins` on installinator-api (158/175)
33992024-12-20T21:29:48.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002024-12-20T21:29:48.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012024-12-20T21:29:48.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022024-12-20T21:29:48.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34032024-12-20T21:29:48.865Z
34042024-12-20T21:29:48.865Zinfo: running `cargo check --bins` on wicketd-api (159/175)
34052024-12-20T21:29:49.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062024-12-20T21:29:49.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072024-12-20T21:29:49.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082024-12-20T21:29:49.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34092024-12-20T21:29:49.527Z
34102024-12-20T21:29:49.527Zinfo: running `cargo check --bins` on reconfigurator-cli (160/175)
34112024-12-20T21:29:50.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122024-12-20T21:29:50.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132024-12-20T21:29:50.209Z Compiling petname v2.0.2
34142024-12-20T21:29:50.212Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34152024-12-20T21:29:50.212Z Checking sync-ptr v0.1.1
34162024-12-20T21:29:51.656Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34172024-12-20T21:29:53.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s
34182024-12-20T21:29:53.422Z
34192024-12-20T21:29:53.422Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175)
34202024-12-20T21:29:53.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212024-12-20T21:29:53.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222024-12-20T21:29:53.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232024-12-20T21:29:53.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34242024-12-20T21:29:54.070Z
34252024-12-20T21:29:54.070Zinfo: running `cargo check --bins` on omicron-releng (162/175)
34262024-12-20T21:29:54.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272024-12-20T21:29:54.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282024-12-20T21:29:54.739Z Checking memmap2 v0.9.5
34292024-12-20T21:29:54.739Z Checking constant_time_eq v0.3.1
34302024-12-20T21:29:54.741Z Checking spin v0.5.2
34312024-12-20T21:29:54.741Z Checking arrayref v0.3.9
34322024-12-20T21:29:54.741Z Checking arrayvec v0.7.6
34332024-12-20T21:29:54.741Z Checking topological-sort v0.2.2
34342024-12-20T21:29:54.741Z Checking shell-words v1.1.0
34352024-12-20T21:29:55.030Z Checking ring v0.16.20
34362024-12-20T21:29:55.163Z Checking blake3 v1.5.4
34372024-12-20T21:29:56.177Z Checking omicron-zone-package v0.11.1
34382024-12-20T21:29:57.317Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34392024-12-20T21:29:58.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
34402024-12-20T21:29:58.423Z
34412024-12-20T21:29:58.424Zinfo: running `cargo check --bins` on xtask (163/175)
34422024-12-20T21:29:58.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432024-12-20T21:29:58.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442024-12-20T21:29:58.853Z Checking bitflags v2.6.0
34452024-12-20T21:29:58.855Z Checking serde v1.0.215
34462024-12-20T21:29:58.855Z Checking thiserror v1.0.69
34472024-12-20T21:29:58.950Z Checking scroll v0.12.0
34482024-12-20T21:29:58.958Z Checking log v0.4.22
34492024-12-20T21:29:58.960Z Checking hashbrown v0.15.1
34502024-12-20T21:29:58.968Z Checking zerocopy v0.7.35
34512024-12-20T21:29:58.991Z Checking syn v2.0.87
34522024-12-20T21:29:59.043Z Checking pest v2.7.14
34532024-12-20T21:29:59.170Z Checking rustix v0.38.37
34542024-12-20T21:29:59.204Z Checking once_cell v1.20.2
34552024-12-20T21:29:59.397Z Checking goblin v0.8.2
34562024-12-20T21:29:59.509Z Checking fs-err v2.11.0
34572024-12-20T21:29:59.791Z Checking tabled v0.15.0
34582024-12-20T21:30:00.023Z Checking indexmap v2.6.0
34592024-12-20T21:30:00.378Z Checking anyhow v1.0.93
34602024-12-20T21:30:01.191Z Checking terminal_size v0.4.0
34612024-12-20T21:30:01.191Z Checking tempfile v3.13.0
34622024-12-20T21:30:01.358Z Checking clap_builder v4.5.21
34632024-12-20T21:30:01.517Z Checking dtrace-parser v0.2.0
34642024-12-20T21:30:03.286Z Checking serde_json v1.0.132
34652024-12-20T21:30:03.286Z Checking toml_datetime v0.6.8
34662024-12-20T21:30:03.288Z Checking serde_spanned v0.6.8
34672024-12-20T21:30:03.288Z Checking camino v1.1.9
34682024-12-20T21:30:03.288Z Checking semver v1.0.23
34692024-12-20T21:30:03.475Z Checking cargo-platform v0.1.8
34702024-12-20T21:30:03.538Z Checking macaddr v1.0.1
34712024-12-20T21:30:03.586Z Checking toml_edit v0.22.22
34722024-12-20T21:30:03.803Z Checking clap v4.5.21
34732024-12-20T21:30:03.818Z Checking camino-tempfile v1.1.1
34742024-12-20T21:30:04.494Z Checking dof v0.3.0
34752024-12-20T21:30:04.494Z Checking cargo_metadata v0.18.1
34762024-12-20T21:30:04.903Z Checking usdt-impl v0.5.0
34772024-12-20T21:30:05.267Z Checking usdt v0.5.0
34782024-12-20T21:30:05.373Z Checking toml v0.8.19
34792024-12-20T21:30:05.857Z Checking cargo_toml v0.20.5
34802024-12-20T21:30:07.083Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34812024-12-20T21:30:07.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
34822024-12-20T21:30:07.790Z
34832024-12-20T21:30:07.790Zinfo: running `cargo check --bins` on end-to-end-tests (164/175)
34842024-12-20T21:30:08.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852024-12-20T21:30:08.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862024-12-20T21:30:08.543Z Checking polyval v0.6.2
34872024-12-20T21:30:08.656Z Checking ctr v0.9.2
34882024-12-20T21:30:08.668Z Checking ssh-encoding v0.2.0
34892024-12-20T21:30:08.668Z Checking blowfish v0.9.1
34902024-12-20T21:30:08.692Z Checking password-hash v0.4.2
34912024-12-20T21:30:08.708Z Checking matches v0.1.10
34922024-12-20T21:30:08.724Z Checking p256 v0.13.2
34932024-12-20T21:30:08.727Z Checking p521 v0.13.3
34942024-12-20T21:30:08.792Z Checking idna v0.2.3
34952024-12-20T21:30:08.876Z Checking ghash v0.5.1
34962024-12-20T21:30:08.895Z Checking bcrypt-pbkdf v0.10.0
34972024-12-20T21:30:08.921Z Compiling enum-as-inner v0.5.1
34982024-12-20T21:30:08.998Z Checking russh-cryptovec v0.7.3
34992024-12-20T21:30:09.041Z Checking aes-gcm v0.10.3
35002024-12-20T21:30:09.098Z Checking pbkdf2 v0.11.0
35012024-12-20T21:30:09.149Z Checking md5 v0.7.0
35022024-12-20T21:30:09.196Z Checking num-bigint v0.4.6
35032024-12-20T21:30:09.215Z Checking des v0.8.1
35042024-12-20T21:30:09.278Z Checking ssh-cipher v0.2.0
35052024-12-20T21:30:09.375Z Checking hex-literal v0.4.1
35062024-12-20T21:30:09.428Z Compiling dhcproto-macros v0.1.0
35072024-12-20T21:30:09.478Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35082024-12-20T21:30:09.515Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35092024-12-20T21:30:09.572Z Checking ssh-key v0.6.6
35102024-12-20T21:30:09.647Z Checking internet-checksum v0.2.1
35112024-12-20T21:30:09.957Z Checking trust-dns-proto v0.22.0
35122024-12-20T21:30:10.924Z Checking russh-keys v0.45.0
35132024-12-20T21:30:11.854Z Checking russh v0.45.0
35142024-12-20T21:30:12.518Z Checking dhcproto v0.12.0
35152024-12-20T21:30:30.192Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35162024-12-20T21:30:31.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.85s
35172024-12-20T21:30:31.840Z
35182024-12-20T21:30:31.840Zinfo: running `cargo check --bins` on gateway-cli (165/175)
35192024-12-20T21:30:32.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202024-12-20T21:30:32.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212024-12-20T21:30:32.483Z Checking termios v0.3.3
35222024-12-20T21:30:32.701Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35232024-12-20T21:30:33.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
35242024-12-20T21:30:33.686Z
35252024-12-20T21:30:33.686Zinfo: running `cargo check --bins --no-default-features` on installinator (166/175)
35262024-12-20T21:30:34.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272024-12-20T21:30:34.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282024-12-20T21:30:34.393Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35292024-12-20T21:30:36.471Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35302024-12-20T21:30:38.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
35312024-12-20T21:30:38.563Z
35322024-12-20T21:30:38.563Zinfo: running `cargo check --bins` on internal-dns-cli (167/175)
35332024-12-20T21:30:39.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342024-12-20T21:30:39.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352024-12-20T21:30:39.197Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35362024-12-20T21:30:39.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35372024-12-20T21:30:39.853Z
35382024-12-20T21:30:39.853Zinfo: running `cargo check --bins` on omicron-live-tests (168/175)
35392024-12-20T21:30:40.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402024-12-20T21:30:40.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412024-12-20T21:30:40.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422024-12-20T21:30:40.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35432024-12-20T21:30:40.469Z
35442024-12-20T21:30:40.469Zinfo: running `cargo check --bins` on live-tests-macros (169/175)
35452024-12-20T21:30:41.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462024-12-20T21:30:41.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472024-12-20T21:30:41.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482024-12-20T21:30:41.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35492024-12-20T21:30:41.079Z
35502024-12-20T21:30:41.079Zinfo: running `cargo check --bins` on omicron-package (170/175)
35512024-12-20T21:30:41.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522024-12-20T21:30:41.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532024-12-20T21:30:41.746Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35542024-12-20T21:30:43.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
35552024-12-20T21:30:43.299Z
35562024-12-20T21:30:43.299Zinfo: running `cargo check --bins` on wicket-dbg (171/175)
35572024-12-20T21:30:43.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582024-12-20T21:30:43.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592024-12-20T21:30:43.996Z Checking rtoolbox v0.0.2
35602024-12-20T21:30:43.996Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35612024-12-20T21:30:43.998Z Checking tui-tree-widget v0.22.0
35622024-12-20T21:30:44.226Z Checking rpassword v7.3.1
35632024-12-20T21:30:48.472Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35642024-12-20T21:30:51.532Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35652024-12-20T21:30:52.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s
35662024-12-20T21:30:52.981Z
35672024-12-20T21:30:52.981Zinfo: running `cargo check --bins` on wicket (172/175)
35682024-12-20T21:30:53.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692024-12-20T21:30:53.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702024-12-20T21:30:53.689Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35712024-12-20T21:30:54.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35722024-12-20T21:30:54.326Z
35732024-12-20T21:30:54.326Zinfo: running `cargo check --bins` on wicketd (173/175)
35742024-12-20T21:30:54.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752024-12-20T21:30:54.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762024-12-20T21:30:55.048Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35772024-12-20T21:30:59.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
35782024-12-20T21:30:59.219Z
35792024-12-20T21:30:59.219Zinfo: running `cargo check --bins` on omicron-workspace-hack (174/175)
35802024-12-20T21:30:59.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812024-12-20T21:30:59.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822024-12-20T21:30:59.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832024-12-20T21:30:59.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35842024-12-20T21:30:59.827Z
35852024-12-20T21:30:59.827Zinfo: running `cargo check --bins` on zone-setup (175/175)
35862024-12-20T21:31:00.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872024-12-20T21:31:00.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882024-12-20T21:31:00.555Z Checking uzers v0.12.1
35892024-12-20T21:31:00.895Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35902024-12-20T21:31:02.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
35912024-12-20T21:31:02.299Z
35922024-12-20T21:31:02.299Zreal 13:11.109159712
35932024-12-20T21:31:02.299Zuser 24:26.121606926
35942024-12-20T21:31:02.299Zsys 5:29.667638220
35952024-12-20T21:31:02.299Ztrap 0.484362679
35962024-12-20T21:31:02.302Ztflt 2.545009021
35972024-12-20T21:31:02.302Zdflt 3.036599001
35982024-12-20T21:31:02.302Zkflt 0.001031527
35992024-12-20T21:31:02.302Zlock 46:41.243168752
36002024-12-20T21:31:02.302Zslp 2:07:51.249698171
36012024-12-20T21:31:02.302Zlat 1:04.073343566
36022024-12-20T21:31:02.302Zstop 3:21.626461593
36032024-12-20T21:31:02.302Zprocess exited: duration 1122019 ms, exit code 0
 
36042024-12-20T21:31:02.308Zfound 0 output files