01JE7A2X0XM93E3XSQ0J50XJ58: 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: 01JE7A36SY9N5VVY8YEZ6DH11C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-03T22:26:48.253Zjob assigned to worker 01JE7A35YPFV85QDN9HRM4VHPD [factory gimlet-EVT22200007-propolis, EVT22200007/19828] (queued for 32 s)
 
22024-12-03T22:26:55.922Zstarting task 0: "setup"
32024-12-03T22:26:55.947Z++ uname -s
42024-12-03T22:26:55.947Z+ kern=SunOS
52024-12-03T22:26:55.947Z+ case "$kern" in
62024-12-03T22:26:55.947Z+ groupadd -g 12345 build
72024-12-03T22:26:55.947Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-03T22:26:57.947Z+ zfs create -o mountpoint=/work rpool/work
92024-12-03T22:26:57.984Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-03T22:26:58.007Z+ home_fs=zfs
112024-12-03T22:26:58.008Z+ [[ zfs == autofs ]]
122024-12-03T22:26:58.008Z+ mkdir -p /home/build
132024-12-03T22:26:58.008Z+ chown build:build /home/build /work
142024-12-03T22:26:59.994Z+ chmod 0700 /home/build /work
152024-12-03T22:27:00.019Zprocess exited: duration 4078 ms, exit code 0
 
162024-12-03T22:27:00.067Zstarting task 1: "rust-toolchain"
172024-12-03T22:27:00.091Z+ printf ' * toolchain channel = "%s"
182024-12-03T22:27:00.091Z' 1.81.0
192024-12-03T22:27:00.091Z * toolchain channel = "1.81.0"
202024-12-03T22:27:00.091Z * toolchain profile = "default"
212024-12-03T22:27:00.091Z+ printf ' * toolchain profile = "%s"
222024-12-03T22:27:00.091Z' default
232024-12-03T22:27:00.091Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-03T22:27:00.091Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-03T22:27:00.221Zinfo: downloading installer
262024-12-03T22:27:00.944Zinfo: profile set to 'default'
272024-12-03T22:27:00.944Zinfo: default host triple is x86_64-unknown-illumos
282024-12-03T22:27:00.944Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-03T22:27:01.011Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-03T22:27:01.011Zinfo: downloading component 'cargo'
312024-12-03T22:27:01.218Zinfo: downloading component 'clippy'
322024-12-03T22:27:01.302Zinfo: downloading component 'rust-docs'
332024-12-03T22:27:01.734Zinfo: downloading component 'rust-std'
342024-12-03T22:27:02.132Zinfo: downloading component 'rustc'
352024-12-03T22:27:03.613Zinfo: downloading component 'rustfmt'
362024-12-03T22:27:03.677Zinfo: installing component 'cargo'
372024-12-03T22:27:04.705Zinfo: installing component 'clippy'
382024-12-03T22:27:05.136Zinfo: installing component 'rust-docs'
392024-12-03T22:27:07.784Zinfo: installing component 'rust-std'
402024-12-03T22:27:09.781Zinfo: installing component 'rustc'
412024-12-03T22:27:16.531Zinfo: installing component 'rustfmt'
422024-12-03T22:27:16.914Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-03T22:27:16.938Z
442024-12-03T22:27:17.057Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-03T22:27:17.057Z
462024-12-03T22:27:17.057Z
472024-12-03T22:27:17.057ZRust is installed now. Great!
482024-12-03T22:27:17.057Z
492024-12-03T22:27:17.057ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-03T22:27:17.057Zenvironment variable. This has not been done automatically.
512024-12-03T22:27:17.057Z
522024-12-03T22:27:17.057ZTo configure your current shell, you need to source
532024-12-03T22:27:17.058Zthe corresponding env file under $HOME/.cargo.
542024-12-03T22:27:17.058Z
552024-12-03T22:27:17.058ZThis is usually done by running one of the following (note the leading DOT):
562024-12-03T22:27:17.058Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-03T22:27:17.058Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-03T22:27:17.147Z+ rustc --version
592024-12-03T22:27:17.231Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-03T22:27:17.254Zprocess exited: duration 17168 ms, exit code 0
 
612024-12-03T22:27:17.302Zstarting task 2: "authentication"
622024-12-03T22:27:17.358Zprocess exited: duration 53 ms, exit code 0
 
632024-12-03T22:27:17.405Zstarting task 3: "clone repository"
642024-12-03T22:27:17.429Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-03T22:27:17.429Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-03T22:27:17.453ZCloning into '/work/oxidecomputer/omicron'...
672024-12-03T22:27:23.666Z+ cd /work/oxidecomputer/omicron
682024-12-03T22:27:23.666Z+ git fetch origin bd515ff97e47394962258d8347b7007043019576
692024-12-03T22:27:24.059ZFrom https://github.com/oxidecomputer/omicron
702024-12-03T22:27:24.059Z * branch bd515ff97e47394962258d8347b7007043019576 -> FETCH_HEAD
712024-12-03T22:27:24.082Z+ [[ -n project-scoped-oxql ]]
722024-12-03T22:27:24.082Z++ git branch --show-current
732024-12-03T22:27:24.083Z+ current=main
742024-12-03T22:27:24.083Z+ [[ main != project-scoped-oxql ]]
752024-12-03T22:27:24.083Z+ git branch -f project-scoped-oxql bd515ff97e47394962258d8347b7007043019576
762024-12-03T22:27:24.083Z+ git checkout -f project-scoped-oxql
772024-12-03T22:27:24.134ZSwitched to branch 'project-scoped-oxql'
782024-12-03T22:27:24.158Z+ git reset --hard bd515ff97e47394962258d8347b7007043019576
792024-12-03T22:27:24.192ZHEAD is now at bd515ff97 shorter names
802024-12-03T22:27:24.216Zprocess exited: duration 6788 ms, exit code 0
 
812024-12-03T22:27:24.266Zstarting task 4: "build"
822024-12-03T22:27:24.291Z+ source .github/buildomat/ci-env.sh
832024-12-03T22:27:24.291Z++ export CARGO_TERM_COLOR=always
842024-12-03T22:27:24.291Z++ CARGO_TERM_COLOR=always
852024-12-03T22:27:24.291Z+ cargo --version
862024-12-03T22:27:24.347Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-03T22:27:24.370Z+ rustc --version
882024-12-03T22:27:24.423Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-03T22:27:24.448Z+ source ./env.sh
902024-12-03T22:27:24.448Z++ OLD_SHELL_OPTS=ehxB
912024-12-03T22:27:24.448Z++ set -o xtrace
922024-12-03T22:27:24.448Z++++ dirname ./env.sh
932024-12-03T22:27:24.449Z+++ readlink -f .
942024-12-03T22:27:24.449Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-03T22:27:24.449Z++ 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-03T22:27:24.449Z++ 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-03T22:27:24.449Z++ 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-03T22:27:24.449Z++ 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-03T22:27:24.449Z++ 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-03T22:27:24.449Z++ 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-03T22:27:24.449Z++ 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-03T22:27:24.449Z++ 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-03T22:27:24.449Z++ case $OLD_SHELL_OPTS in
1042024-12-03T22:27:24.449Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-03T22:27:24.449Z+ 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-03T22:27:24.450Z+ 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-03T22:27:24.450Z+ banner prerequisites
1082024-12-03T22:27:24.450Z
1092024-12-03T22:27:24.450Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-03T22:27:24.450Z # # # # # # # # # # # # # # #
1112024-12-03T22:27:24.450Z # # # # ##### # # ##### # # # # # #### #
1122024-12-03T22:27:24.450Z ##### ##### # ##### # # # # # # # # #
1132024-12-03T22:27:24.450Z # # # # # # # # # # # # # # #
1142024-12-03T22:27:24.450Z # # # ###### # # ###### ### # #### # #### #
1152024-12-03T22:27:24.450Z
1162024-12-03T22:27:24.450Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-03T22:27:33.777Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-03T22:27:38.158Z Startup: Caching catalogs ... Done
1192024-12-03T22:27:50.010ZPlanning: Solver setup ... Done (10.819s)
1202024-12-03T22:27:50.151ZPlanning: Running solver ... Done (0.141s)
1212024-12-03T22:27:50.242ZPlanning: Finding local manifests ... Done (0.002s)
1222024-12-03T22:27:50.319ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-03T22:27:50.760ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-03T22:27:50.877ZPlanning: Package planning ... Done (0.118s)
1252024-12-03T22:27:50.945ZPlanning: Merging actions ... Done (0.065s)
1262024-12-03T22:27:51.157ZPlanning: Checking for conflicting actions ... Done (0.214s)
1272024-12-03T22:27:52.190ZPlanning: Consolidating action changes ... Done (1.033s)
1282024-12-03T22:27:52.593ZPlanning: Evaluating mediators ... Done (0.402s)
1292024-12-03T22:27:52.693ZPlanning: Planning completed in 14.45 seconds
1302024-12-03T22:27:52.717Z Packages to install: 4
1312024-12-03T22:27:52.717Z Packages to update: 1
1322024-12-03T22:27:52.717Z Mediators to change: 2
1332024-12-03T22:27:52.717Z Services to change: 1
1342024-12-03T22:27:52.717Z Estimated space available: 155.18 GB
1352024-12-03T22:27:52.718ZEstimated space to be consumed: 1.61 GB
1362024-12-03T22:27:52.718Z Create boot environment: No
1372024-12-03T22:27:52.718ZCreate backup boot environment: Yes
1382024-12-03T22:27:52.718Z Rebuild boot archive: No
1392024-12-03T22:27:52.718Z
1402024-12-03T22:27:52.718ZChanged mediators:
1412024-12-03T22:27:52.718Z mediator clang:
1422024-12-03T22:27:52.718Z version: None -> 15 (system default)
1432024-12-03T22:27:52.718Z
1442024-12-03T22:27:52.718Z mediator llvm:
1452024-12-03T22:27:52.718Z version: 14 (system default) -> 15 (system default)
1462024-12-03T22:27:52.718Z
1472024-12-03T22:27:52.718ZChanged packages:
1482024-12-03T22:27:52.718Zhelios-dev
1492024-12-03T22:27:52.718Z developer/build-essential
1502024-12-03T22:27:52.718Z None -> 11-2.0
1512024-12-03T22:27:52.718Z library/libxmlsec1
1522024-12-03T22:27:52.718Z None -> 1.2.35-2.0
1532024-12-03T22:27:52.718Z ooce/developer/clang-15
1542024-12-03T22:27:52.718Z None -> 15.0.7-2.0
1552024-12-03T22:27:52.718Z ooce/developer/llvm-15
1562024-12-03T22:27:52.718Z None -> 15.0.7-2.0
1572024-12-03T22:27:52.718Z package/pkg
1582024-12-03T22:27:52.718Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-03T22:27:52.718Z
1602024-12-03T22:27:52.718ZServices:
1612024-12-03T22:27:52.718Z restart_fmri:
1622024-12-03T22:27:52.718Z svc:/system/update-man-index:default
1632024-12-03T22:27:52.718Z
1642024-12-03T22:27:52.718ZEditable files to change:
1652024-12-03T22:27:52.718Z Update:
1662024-12-03T22:27:52.718Z usr/share/lib/pkg/web/config.shtml
1672024-12-03T22:27:52.781Z
1682024-12-03T22:27:52.781ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-03T22:27:57.782ZDownload: 1192/4281 items 45.7/220.6MB 20% complete (9.1M/s)
1702024-12-03T22:28:02.785ZDownload: 1656/4281 items 117.9/220.6MB 53% complete (12.0M/s)
1712024-12-03T22:28:07.792ZDownload: 2272/4281 items 119.7/220.6MB 54% complete (7.9M/s)
1722024-12-03T22:28:12.796ZDownload: 3237/4281 items 162.8/220.6MB 73% complete (4.4M/s)
1732024-12-03T22:28:17.804ZDownload: 3248/4281 items 190.8/220.6MB 86% complete (7.1M/s)
1742024-12-03T22:28:22.725ZDownload: Completed 220.60 MB in 29.94 seconds (7.4M/s)
1752024-12-03T22:28:24.173Z Actions: 1/5063 actions (Removing old actions)
1762024-12-03T22:28:24.198Z Actions: 194/5063 actions (Installing new actions)
1772024-12-03T22:28:29.602Z Actions: 3069/5063 actions (Installing new actions)
1782024-12-03T22:28:29.988Z Actions: 4226/5063 actions (Updating modified actions)
1792024-12-03T22:28:30.347Z Actions: Completed 5063 actions in 6.17 seconds.
1802024-12-03T22:28:30.684Z Done (0.328s)
1812024-12-03T22:28:30.707Z Done (0.000s)
1822024-12-03T22:28:31.356Z Done (0.670s)
1832024-12-03T22:28:36.218Z Done (4.694s)
1842024-12-03T22:28:36.310Z Done (0.019s)
1852024-12-03T22:28:36.333Z Done (0.000s)
1862024-12-03T22:28:36.472Z Done (0.000s)
1872024-12-03T22:28:37.183ZPlanning: Evaluating mediator changes ... Done
1882024-12-03T22:28:37.381ZPlanning: Checking for conflicting actions ... Done
1892024-12-03T22:28:37.405ZPlanning: Consolidating action changes ... Done
1902024-12-03T22:28:37.705ZPlanning: Evaluating mediators ... Done
1912024-12-03T22:28:37.729ZPlanning: Planning completed in 0.52 seconds
1922024-12-03T22:28:37.753Z Mediators to change: 2
1932024-12-03T22:28:37.753Z Create boot environment: No
1942024-12-03T22:28:37.753ZCreate backup boot environment: No
1952024-12-03T22:28:37.812Z Done
1962024-12-03T22:28:37.812Z Done
1972024-12-03T22:28:38.235Z Done
1982024-12-03T22:28:42.435Z Done
1992024-12-03T22:28:42.527Z Done
2002024-12-03T22:28:42.527Z Done
2012024-12-03T22:28:42.615Z Done
2022024-12-03T22:28:43.362ZPlanning: Evaluating mediator changes ... Done
2032024-12-03T22:28:43.386ZPlanning: Merging actions ... Done
2042024-12-03T22:28:43.599ZPlanning: Checking for conflicting actions ... Done
2052024-12-03T22:28:43.622ZPlanning: Consolidating action changes ... Done
2062024-12-03T22:28:43.941ZPlanning: Evaluating mediators ... Done
2072024-12-03T22:28:44.013ZPlanning: Planning completed in 0.96 seconds
2082024-12-03T22:28:44.059Z Packages to change: 1
2092024-12-03T22:28:44.059Z Mediators to change: 1
2102024-12-03T22:28:44.059Z Services to change: 1
2112024-12-03T22:28:44.059Z Create boot environment: No
2122024-12-03T22:28:44.059ZCreate backup boot environment: Yes
2132024-12-03T22:28:45.671Z Actions: 1/6 actions (Updating modified actions)
2142024-12-03T22:28:45.695Z Actions: Completed 6 actions in 0.00 seconds.
2152024-12-03T22:28:45.695Z Done
2162024-12-03T22:28:45.695Z Done
2172024-12-03T22:28:45.805Z Done
2182024-12-03T22:28:50.155Z Done
2192024-12-03T22:28:50.249Z Done
2202024-12-03T22:28:50.273Z Done
2212024-12-03T22:28:50.341Z Done
2222024-12-03T22:28:50.854ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-12-03T22:28:50.854Zclang system 15 system
2242024-12-03T22:28:50.854Zcsh system system illumos
2252024-12-03T22:28:50.854Zctags system system illumos
2262024-12-03T22:28:50.854Zgcc vendor 12 vendor
2272024-12-03T22:28:50.854Zgcc system 10 system
2282024-12-03T22:28:50.854Zgcc system 7 system
2292024-12-03T22:28:50.854Zgo system 1.20 system
2302024-12-03T22:28:50.854Zgo system 1.19 system
2312024-12-03T22:28:50.854Zllvm system 15 system
2322024-12-03T22:28:50.854Zllvm system 14 system
2332024-12-03T22:28:50.854Zmariadb system 10.6 system
2342024-12-03T22:28:50.854Zmta vendor vendor dma
2352024-12-03T22:28:50.854Zopenjdk system 17 system
2362024-12-03T22:28:50.854Zopenjdk system 11 system
2372024-12-03T22:28:50.854Zopenjdk system 1.8 system
2382024-12-03T22:28:50.854Zopenssl vendor 3 vendor
2392024-12-03T22:28:50.854Zperl system 5.36 system
2402024-12-03T22:28:50.854Zpostgresql system 15 system
2412024-12-03T22:28:50.854Zpostgresql system 13 system
2422024-12-03T22:28:50.854Zpython vendor 3 vendor
2432024-12-03T22:28:50.854Zpython system 2 system
2442024-12-03T22:28:50.854Zpython3 system 3.11 system
2452024-12-03T22:28:50.854Zruby system 3.0 system
2462024-12-03T22:28:50.854Zwords vendor vendor american-english
2472024-12-03T22:28:50.854Zwords system system australian-english
2482024-12-03T22:28:50.854Zwords system system british-english
2492024-12-03T22:28:50.854Zwords system system canadian-english
2502024-12-03T22:28:50.854Zwords system system french
2512024-12-03T22:28:50.854Zwords system system italian
2522024-12-03T22:28:50.854Zwords system system ngerman
2532024-12-03T22:28:50.854Zwords system system ogerman
2542024-12-03T22:28:50.854Zwords system system spanish
2552024-12-03T22:28:51.255ZPUBLISHER TYPE STATUS P LOCATION
2562024-12-03T22:28:51.255Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-12-03T22:28:54.420ZFMRI IFO
2582024-12-03T22:28:54.420Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-12-03T22:28:54.420Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-12-03T22:28:54.420Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-12-03T22:28:54.420Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-12-03T22:28:54.420Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-12-03T22:28:54.420Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-12-03T22:28:54.420Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-12-03T22:28:54.420Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-12-03T22:28:54.420Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-12-03T22:28:54.420Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2682024-12-03T22:28:54.420Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-12-03T22:28:54.421Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-12-03T22:28:54.421Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2712024-12-03T22:28:54.421Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2722024-12-03T22:28:54.421Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2732024-12-03T22:28:55.207Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742024-12-03T22:28:55.580Z Updating crates.io index
2752024-12-03T22:28:55.603Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-12-03T22:28:56.221Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-12-03T22:28:56.567Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-12-03T22:28:56.886Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-12-03T22:28:57.213Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-12-03T22:28:58.191Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-12-03T22:29:00.945Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-12-03T22:29:02.156Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-12-03T22:29:02.887Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-12-03T22:29:03.281Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-12-03T22:29:03.836Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-12-03T22:29:04.563Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-12-03T22:29:04.917Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-12-03T22:29:05.371Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-12-03T22:29:05.745Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-12-03T22:29:06.119Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-12-03T22:29:06.445Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-12-03T22:29:06.825Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-12-03T22:29:07.208Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-12-03T22:29:07.592Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-12-03T22:29:07.962Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-12-03T22:29:08.543Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-12-03T22:29:08.894Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982024-12-03T22:29:09.371Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-12-03T22:29:09.815Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3002024-12-03T22:29:10.270Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012024-12-03T22:29:10.637Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022024-12-03T22:29:11.016Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032024-12-03T22:29:12.348Z Downloading crates ...
3042024-12-03T22:29:12.408Z Downloaded heck v0.5.0
3052024-12-03T22:29:12.437Z Downloaded usdt-attr-macro v0.5.0
3062024-12-03T22:29:12.438Z Downloaded plain v0.2.3
3072024-12-03T22:29:12.438Z Downloaded anstream v0.6.15
3082024-12-03T22:29:12.465Z Downloaded anstyle-query v1.1.1
3092024-12-03T22:29:12.465Z Downloaded bytecount v0.6.8
3102024-12-03T22:29:12.465Z Downloaded byteorder v1.5.0
3112024-12-03T22:29:12.465Z Downloaded autocfg v1.4.0
3122024-12-03T22:29:12.465Z Downloaded anstyle v1.0.10
3132024-12-03T22:29:12.465Z Downloaded anstyle-parse v0.2.5
3142024-12-03T22:29:12.465Z Downloaded itoa v1.0.11
3152024-12-03T22:29:12.465Z Downloaded fastrand v2.1.1
3162024-12-03T22:29:12.466Z Downloaded is_terminal_polyfill v1.70.1
3172024-12-03T22:29:12.492Z Downloaded toml_datetime v0.6.8
3182024-12-03T22:29:12.492Z Downloaded version_check v0.9.5
3192024-12-03T22:29:12.492Z Downloaded utf8parse v0.2.2
3202024-12-03T22:29:12.492Z Downloaded unicode-linebreak v0.1.5
3212024-12-03T22:29:12.492Z Downloaded zerocopy-derive v0.7.35
3222024-12-03T22:29:12.524Z Downloaded pest v2.7.14
3232024-12-03T22:29:12.524Z Downloaded papergrid v0.11.0
3242024-12-03T22:29:12.524Z Downloaded ryu v1.0.18
3252024-12-03T22:29:12.524Z Downloaded toml_edit v0.22.22
3262024-12-03T22:29:12.555Z Downloaded usdt-impl v0.5.0
3272024-12-03T22:29:12.555Z Downloaded zerocopy v0.7.35
3282024-12-03T22:29:12.580Z Downloaded winnow v0.6.20
3292024-12-03T22:29:12.580Z Downloaded rustix v0.38.37
3302024-12-03T22:29:12.605Z Downloaded serde_json v1.0.132
3312024-12-03T22:29:12.605Z Downloaded tabled v0.15.0
3322024-12-03T22:29:12.630Z Downloaded typenum v1.17.0
3332024-12-03T22:29:12.630Z Downloaded unicode-width v0.1.14
3342024-12-03T22:29:12.630Z Downloaded syn v2.0.87
3352024-12-03T22:29:12.654Z Downloaded syn v1.0.109
3362024-12-03T22:29:12.654Z Downloaded toml v0.8.19
3372024-12-03T22:29:12.654Z Downloaded thread-id v4.2.2
3382024-12-03T22:29:12.654Z Downloaded serde_tokenstream v0.2.2
3392024-12-03T22:29:12.678Z Downloaded scroll v0.12.0
3402024-12-03T22:29:12.678Z Downloaded quote v1.0.37
3412024-12-03T22:29:12.678Z Downloaded proc-macro2 v1.0.89
3422024-12-03T22:29:12.678Z Downloaded unicode-ident v1.0.13
3432024-12-03T22:29:12.678Z Downloaded thiserror-impl v1.0.69
3442024-12-03T22:29:12.678Z Downloaded thiserror v1.0.69
3452024-12-03T22:29:12.678Z Downloaded textwrap v0.16.1
3462024-12-03T22:29:12.678Z Downloaded terminal_size v0.4.0
3472024-12-03T22:29:12.678Z Downloaded tabled_derive v0.7.0
3482024-12-03T22:29:12.678Z Downloaded strsim v0.11.1
3492024-12-03T22:29:12.705Z Downloaded sha2 v0.10.8
3502024-12-03T22:29:12.705Z Downloaded proc-macro-error-attr v1.0.4
3512024-12-03T22:29:12.705Z Downloaded pest_derive v2.7.14
3522024-12-03T22:29:12.706Z Downloaded once_cell v1.20.2
3532024-12-03T22:29:12.706Z Downloaded usdt-macro v0.5.0
3542024-12-03T22:29:12.706Z Downloaded usdt v0.5.0
3552024-12-03T22:29:12.706Z Downloaded ucd-trie v0.1.7
3562024-12-03T22:29:12.706Z Downloaded tempfile v3.13.0
3572024-12-03T22:29:12.706Z Downloaded libc v0.2.162
3582024-12-03T22:29:12.749Z Downloaded swrite v0.1.0
3592024-12-03T22:29:12.749Z Downloaded smawk v0.3.2
3602024-12-03T22:29:12.749Z Downloaded serde_spanned v0.6.8
3612024-12-03T22:29:12.749Z Downloaded serde_derive v1.0.215
3622024-12-03T22:29:12.749Z Downloaded serde v1.0.215
3632024-12-03T22:29:12.749Z Downloaded semver v1.0.23
3642024-12-03T22:29:12.750Z Downloaded scroll_derive v0.12.0
3652024-12-03T22:29:12.750Z Downloaded proc-macro-error v1.0.4
3662024-12-03T22:29:12.750Z Downloaded pretty-hex v0.4.1
3672024-12-03T22:29:12.750Z Downloaded pest_meta v2.7.14
3682024-12-03T22:29:12.750Z Downloaded pest_generator v2.7.14
3692024-12-03T22:29:12.750Z Downloaded memmap v0.7.0
3702024-12-03T22:29:12.750Z Downloaded memchr v2.7.4
3712024-12-03T22:29:12.773Z Downloaded macaddr v1.0.1
3722024-12-03T22:29:12.773Z Downloaded log v0.4.22
3732024-12-03T22:29:12.773Z Downloaded indexmap v2.6.0
3742024-12-03T22:29:12.773Z Downloaded goblin v0.8.2
3752024-12-03T22:29:12.773Z Downloaded clap_builder v4.5.21
3762024-12-03T22:29:12.773Z Downloaded clap v4.5.21
3772024-12-03T22:29:12.798Z Downloaded hashbrown v0.15.0
3782024-12-03T22:29:12.799Z Downloaded fs-err v2.11.0
3792024-12-03T22:29:12.799Z Downloaded fnv v1.0.7
3802024-12-03T22:29:12.799Z Downloaded digest v0.10.7
3812024-12-03T22:29:12.799Z Downloaded crypto-common v0.1.6
3822024-12-03T22:29:12.799Z Downloaded colorchoice v1.0.2
3832024-12-03T22:29:12.799Z Downloaded clap_lex v0.7.2
3842024-12-03T22:29:12.799Z Downloaded cargo_toml v0.20.5
3852024-12-03T22:29:12.799Z Downloaded cargo-platform v0.1.8
3862024-12-03T22:29:12.823Z Downloaded camino v1.1.9
3872024-12-03T22:29:12.823Z Downloaded bitflags v2.6.0
3882024-12-03T22:29:12.823Z Downloaded heck v0.4.1
3892024-12-03T22:29:12.823Z Downloaded generic-array v0.14.7
3902024-12-03T22:29:12.823Z Downloaded errno v0.3.9
3912024-12-03T22:29:12.823Z Downloaded dtrace-parser v0.2.0
3922024-12-03T22:29:12.823Z Downloaded dof v0.3.0
3932024-12-03T22:29:12.823Z Downloaded cpufeatures v0.2.14
3942024-12-03T22:29:12.823Z Downloaded equivalent v1.0.1
3952024-12-03T22:29:12.824Z Downloaded clap_derive v4.5.18
3962024-12-03T22:29:12.824Z Downloaded cfg-if v1.0.0
3972024-12-03T22:29:12.824Z Downloaded cargo_metadata v0.18.1
3982024-12-03T22:29:12.824Z Downloaded camino-tempfile v1.1.1
3992024-12-03T22:29:12.824Z Downloaded block-buffer v0.10.4
4002024-12-03T22:29:12.824Z Downloaded anyhow v1.0.93
4012024-12-03T22:29:12.948Z Compiling proc-macro2 v1.0.89
4022024-12-03T22:29:12.948Z Compiling unicode-ident v1.0.13
4032024-12-03T22:29:12.948Z Compiling version_check v0.9.5
4042024-12-03T22:29:12.972Z Compiling serde v1.0.215
4052024-12-03T22:29:12.972Z Compiling thiserror v1.0.69
4062024-12-03T22:29:12.972Z Compiling memchr v2.7.4
4072024-12-03T22:29:12.972Z Compiling libc v0.2.162
4082024-12-03T22:29:12.998Z Compiling ucd-trie v0.1.7
4092024-12-03T22:29:13.235Z Compiling ryu v1.0.18
4102024-12-03T22:29:13.558Z Compiling itoa v1.0.11
4112024-12-03T22:29:13.676Z Compiling once_cell v1.20.2
4122024-12-03T22:29:13.770Z Compiling byteorder v1.5.0
4132024-12-03T22:29:13.918Z Compiling serde_json v1.0.132
4142024-12-03T22:29:14.054Z Compiling rustix v0.38.37
4152024-12-03T22:29:14.181Z Compiling bitflags v2.6.0
4162024-12-03T22:29:14.311Z Compiling usdt-impl v0.5.0
4172024-12-03T22:29:14.510Z Compiling proc-macro-error-attr v1.0.4
4182024-12-03T22:29:14.574Z Compiling syn v1.0.109
4192024-12-03T22:29:14.621Z Compiling quote v1.0.37
4202024-12-03T22:29:14.798Z Compiling errno v0.3.9
4212024-12-03T22:29:14.826Z Compiling proc-macro-error v1.0.4
4222024-12-03T22:29:14.855Z Compiling plain v0.2.3
4232024-12-03T22:29:15.012Z Compiling syn v2.0.87
4242024-12-03T22:29:15.069Z Compiling equivalent v1.0.1
4252024-12-03T22:29:15.107Z Compiling camino v1.1.9
4262024-12-03T22:29:15.209Z Compiling thread-id v4.2.2
4272024-12-03T22:29:15.248Z Compiling hashbrown v0.15.0
4282024-12-03T22:29:15.264Z Compiling log v0.4.22
4292024-12-03T22:29:15.315Z Compiling utf8parse v0.2.2
4302024-12-03T22:29:15.508Z Compiling anstyle-parse v0.2.5
4312024-12-03T22:29:15.850Z Compiling pretty-hex v0.4.1
4322024-12-03T22:29:15.899Z Compiling semver v1.0.23
4332024-12-03T22:29:16.084Z Compiling anstyle-query v1.1.1
4342024-12-03T22:29:16.153Z Compiling colorchoice v1.0.2
4352024-12-03T22:29:16.236Z Compiling winnow v0.6.20
4362024-12-03T22:29:16.319Z Compiling autocfg v1.4.0
4372024-12-03T22:29:16.345Z Compiling anstyle v1.0.10
4382024-12-03T22:29:16.412Z Compiling unicode-width v0.1.14
4392024-12-03T22:29:16.509Z Compiling indexmap v2.6.0
4402024-12-03T22:29:16.790Z Compiling is_terminal_polyfill v1.70.1
4412024-12-03T22:29:16.923Z Compiling anstream v0.6.15
4422024-12-03T22:29:17.031Z Compiling terminal_size v0.4.0
4432024-12-03T22:29:17.389Z Compiling fs-err v2.11.0
4442024-12-03T22:29:17.543Z Compiling cfg-if v1.0.0
4452024-12-03T22:29:17.637Z Compiling bytecount v0.6.8
4462024-12-03T22:29:17.670Z Compiling fnv v1.0.7
4472024-12-03T22:29:17.697Z Compiling anyhow v1.0.93
4482024-12-03T22:29:17.765Z Compiling strsim v0.11.1
4492024-12-03T22:29:17.873Z Compiling heck v0.4.1
4502024-12-03T22:29:18.073Z Compiling fastrand v2.1.1
4512024-12-03T22:29:18.262Z Compiling heck v0.5.0
4522024-12-03T22:29:18.315Z Compiling clap_lex v0.7.2
4532024-12-03T22:29:18.450Z Compiling tempfile v3.13.0
4542024-12-03T22:29:18.547Z Compiling clap_builder v4.5.21
4552024-12-03T22:29:18.716Z Compiling papergrid v0.11.0
4562024-12-03T22:29:18.861Z Compiling memmap v0.7.0
4572024-12-03T22:29:18.890Z Compiling smawk v0.3.2
4582024-12-03T22:29:19.082Z Compiling unicode-linebreak v0.1.5
4592024-12-03T22:29:19.347Z Compiling swrite v0.1.0
4602024-12-03T22:29:19.485Z Compiling textwrap v0.16.1
4612024-12-03T22:29:20.305Z Compiling tabled_derive v0.7.0
4622024-12-03T22:29:21.880Z Compiling tabled v0.15.0
4632024-12-03T22:29:23.062Z Compiling serde_derive v1.0.215
4642024-12-03T22:29:23.062Z Compiling thiserror-impl v1.0.69
4652024-12-03T22:29:23.086Z Compiling zerocopy-derive v0.7.35
4662024-12-03T22:29:23.086Z Compiling scroll_derive v0.12.0
4672024-12-03T22:29:23.413Z Compiling clap_derive v4.5.18
4682024-12-03T22:29:24.284Z Compiling scroll v0.12.0
4692024-12-03T22:29:24.748Z Compiling goblin v0.8.2
4702024-12-03T22:29:24.803Z Compiling zerocopy v0.7.35
4712024-12-03T22:29:25.535Z Compiling pest v2.7.14
4722024-12-03T22:29:26.621Z Compiling clap v4.5.21
4732024-12-03T22:29:27.425Z Compiling pest_meta v2.7.14
4742024-12-03T22:29:28.395Z Compiling pest_generator v2.7.14
4752024-12-03T22:29:30.303Z Compiling pest_derive v2.7.14
4762024-12-03T22:29:30.898Z Compiling dtrace-parser v0.2.0
4772024-12-03T22:29:32.292Z Compiling serde_spanned v0.6.8
4782024-12-03T22:29:32.316Z Compiling toml_datetime v0.6.8
4792024-12-03T22:29:32.316Z Compiling cargo-platform v0.1.8
4802024-12-03T22:29:32.701Z Compiling serde_tokenstream v0.2.2
4812024-12-03T22:29:32.701Z Compiling toml_edit v0.22.22
4822024-12-03T22:29:32.822Z Compiling macaddr v1.0.1
4832024-12-03T22:29:32.948Z Compiling camino-tempfile v1.1.1
4842024-12-03T22:29:33.712Z Compiling dof v0.3.0
4852024-12-03T22:29:33.712Z Compiling cargo_metadata v0.18.1
4862024-12-03T22:29:35.398Z Compiling toml v0.8.19
4872024-12-03T22:29:35.663Z Compiling usdt-attr-macro v0.5.0
4882024-12-03T22:29:35.663Z Compiling usdt-macro v0.5.0
4892024-12-03T22:29:36.125Z Compiling cargo_toml v0.20.5
4902024-12-03T22:29:36.760Z Compiling usdt v0.5.0
4912024-12-03T22:29:40.234Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922024-12-03T22:29:45.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.41s
4932024-12-03T22:29:45.585Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4942024-12-03T22:29:46.289Z Downloading crates ...
4952024-12-03T22:29:46.425Z Downloaded adler2 v2.0.0
4962024-12-03T22:29:46.453Z Downloaded addr2line v0.24.2
4972024-12-03T22:29:46.453Z Downloaded allocator-api2 v0.2.18
4982024-12-03T22:29:46.453Z Downloaded arrayref v0.3.9
4992024-12-03T22:29:46.453Z Downloaded ahash v0.8.11
5002024-12-03T22:29:46.483Z Downloaded httpdate v1.0.3
5012024-12-03T22:29:46.483Z Downloaded hickory-resolver v0.24.1
5022024-12-03T22:29:46.483Z Downloaded memoffset v0.9.1
5032024-12-03T22:29:46.483Z Downloaded icu_locid_transform_data v1.5.0
5042024-12-03T22:29:46.483Z Downloaded mime_guess v2.0.5
5052024-12-03T22:29:46.483Z Downloaded managed v0.8.0
5062024-12-03T22:29:46.483Z Downloaded cipher v0.4.4
5072024-12-03T22:29:46.483Z Downloaded ciborium-ll v0.2.2
5082024-12-03T22:29:46.509Z Downloaded icu_collections v1.5.0
5092024-12-03T22:29:46.509Z Downloaded hubpack v0.1.2
5102024-12-03T22:29:46.535Z Downloaded sync_wrapper v1.0.1
5112024-12-03T22:29:46.535Z Downloaded darling_macro v0.20.10
5122024-12-03T22:29:46.535Z Downloaded derive_builder_macro v0.20.2
5132024-12-03T22:29:46.535Z Downloaded downcast v0.11.0
5142024-12-03T22:29:46.535Z Downloaded dunce v1.0.5
5152024-12-03T22:29:46.560Z Downloaded fxhash v0.2.1
5162024-12-03T22:29:46.560Z Downloaded futures-io v0.3.31
5172024-12-03T22:29:46.560Z Downloaded ghash v0.5.1
5182024-12-03T22:29:46.560Z Downloaded group v0.13.0
5192024-12-03T22:29:46.560Z Downloaded xz2 v0.1.7
5202024-12-03T22:29:46.586Z Downloaded peg-runtime v0.8.3
5212024-12-03T22:29:46.586Z Downloaded paste v1.0.15
5222024-12-03T22:29:46.586Z Downloaded sha1 v0.10.6
5232024-12-03T22:29:46.586Z Downloaded try-lock v0.2.5
5242024-12-03T22:29:46.586Z Downloaded newtype_derive v0.1.6
5252024-12-03T22:29:46.586Z Downloaded zone_cfg_derive v0.3.0
5262024-12-03T22:29:46.611Z Downloaded serde_urlencoded v0.7.1
5272024-12-03T22:29:46.611Z Downloaded newtype-uuid v1.1.3
5282024-12-03T22:29:46.611Z Downloaded pin-utils v0.1.0
5292024-12-03T22:29:46.611Z Downloaded sqlparser_derive v0.2.2
5302024-12-03T22:29:46.611Z Downloaded phf_shared v0.11.2
5312024-12-03T22:29:46.611Z Downloaded pkg-config v0.3.31
5322024-12-03T22:29:46.611Z Downloaded zerofrom v0.1.4
5332024-12-03T22:29:46.636Z Downloaded funty v2.0.0
5342024-12-03T22:29:46.636Z Downloaded utf8_iter v1.0.4
5352024-12-03T22:29:46.637Z Downloaded foreign-types-shared v0.3.1
5362024-12-03T22:29:46.637Z Downloaded toolchain_find v0.4.0
5372024-12-03T22:29:46.637Z Downloaded oso-derive v0.27.3
5382024-12-03T22:29:46.637Z Downloaded normalize-line-endings v0.3.0
5392024-12-03T22:29:46.637Z Downloaded phf_codegen v0.11.2
5402024-12-03T22:29:46.662Z Downloaded percent-encoding v2.3.1
5412024-12-03T22:29:46.662Z Downloaded psl-types v2.0.11
5422024-12-03T22:29:46.662Z Downloaded tinyvec_macros v0.1.1
5432024-12-03T22:29:46.662Z Downloaded waitgroup v0.1.2
5442024-12-03T22:29:46.662Z Downloaded quick-error v1.2.3
5452024-12-03T22:29:46.662Z Downloaded strip-ansi-escapes v0.2.0
5462024-12-03T22:29:46.662Z Downloaded number_prefix v0.4.0
5472024-12-03T22:29:46.662Z Downloaded tls_codec v0.4.1
5482024-12-03T22:29:46.688Z Downloaded time-core v0.1.2
5492024-12-03T22:29:46.688Z Downloaded yoke-derive v0.7.4
5502024-12-03T22:29:46.688Z Downloaded foreign-types v0.3.2
5512024-12-03T22:29:46.714Z Downloaded ed25519 v2.2.3
5522024-12-03T22:29:46.714Z Downloaded want v0.3.1
5532024-12-03T22:29:46.714Z Downloaded termtree v0.4.1
5542024-12-03T22:29:46.714Z Downloaded float-ord v0.3.2
5552024-12-03T22:29:46.714Z Downloaded rand_xorshift v0.3.0
5562024-12-03T22:29:46.714Z Downloaded untrusted v0.7.1
5572024-12-03T22:29:46.714Z Downloaded hash32 v0.3.1
5582024-12-03T22:29:46.714Z Downloaded thiserror-impl v2.0.3
5592024-12-03T22:29:46.714Z Downloaded termios v0.3.3
5602024-12-03T22:29:46.744Z Downloaded precomputed-hash v0.1.1
5612024-12-03T22:29:46.744Z Downloaded tokio-stream v0.1.16
5622024-12-03T22:29:46.744Z Downloaded phf_generator v0.11.2
5632024-12-03T22:29:46.744Z Downloaded prettyplease v0.2.25
5642024-12-03T22:29:46.744Z Downloaded rustc_version v0.1.7
5652024-12-03T22:29:46.744Z Downloaded postgres-types v0.2.8
5662024-12-03T22:29:46.744Z Downloaded olpc-cjson v0.1.4
5672024-12-03T22:29:46.744Z Downloaded tokio-postgres v0.7.12
5682024-12-03T22:29:46.772Z Downloaded num-complex v0.4.6
5692024-12-03T22:29:46.772Z Downloaded nom v7.1.3
5702024-12-03T22:29:46.772Z Downloaded time v0.3.36
5712024-12-03T22:29:46.800Z Downloaded url v2.5.3
5722024-12-03T22:29:46.800Z Downloaded proptest v1.5.0
5732024-12-03T22:29:46.800Z Downloaded sqlparser v0.45.0
5742024-12-03T22:29:46.824Z Downloaded num-bigint v0.4.6
5752024-12-03T22:29:46.824Z Downloaded num-bigint-dig v0.8.4
5762024-12-03T22:29:46.824Z Downloaded winnow v0.5.40
5772024-12-03T22:29:46.848Z Downloaded rayon v1.10.0
5782024-12-03T22:29:46.848Z Downloaded rustls v0.21.12
5792024-12-03T22:29:46.872Z Downloaded vcpkg v0.2.15
5802024-12-03T22:29:46.900Z Downloaded object v0.30.4
5812024-12-03T22:29:46.925Z Downloaded nix v0.29.0
5822024-12-03T22:29:46.950Z Downloaded webpki-roots v0.26.6
5832024-12-03T22:29:46.950Z Downloaded smoltcp v0.9.1
5842024-12-03T22:29:46.951Z Downloaded diesel v2.2.4
5852024-12-03T22:29:46.974Z Downloaded smoltcp v0.11.0
5862024-12-03T22:29:46.998Z Downloaded object v0.36.5
5872024-12-03T22:29:46.998Z Downloaded sled v0.34.7
5882024-12-03T22:29:47.023Z Downloaded openapiv3 v2.0.0
5892024-12-03T22:29:47.023Z Downloaded idna v0.4.0
5902024-12-03T22:29:47.047Z Downloaded typify-impl v0.2.0
5912024-12-03T22:29:47.071Z Downloaded zerocopy-derive v0.6.6
5922024-12-03T22:29:47.071Z Downloaded regex-automata v0.4.8
5932024-12-03T22:29:47.096Z Downloaded csv v1.3.0
5942024-12-03T22:29:47.120Z Downloaded ratatui v0.28.1
5952024-12-03T22:29:47.144Z Downloaded nix v0.28.0
5962024-12-03T22:29:47.168Z Downloaded rustls v0.23.14
5972024-12-03T22:29:47.168Z Downloaded rustls v0.22.4
5982024-12-03T22:29:47.193Z Downloaded petgraph v0.6.5
5992024-12-03T22:29:47.217Z Downloaded regex-syntax v0.8.5
6002024-12-03T22:29:47.217Z Downloaded polar-core v0.27.3
6012024-12-03T22:29:47.240Z Downloaded nix v0.27.1
6022024-12-03T22:29:47.240Z Downloaded petname v2.0.2
6032024-12-03T22:29:47.240Z Downloaded bzip2-sys v0.1.11+1.0.8
6042024-12-03T22:29:47.264Z Downloaded zerocopy v0.8.10
6052024-12-03T22:29:47.288Z Downloaded lzma-sys v0.1.20
6062024-12-03T22:29:47.317Z Downloaded quick-xml v0.33.0
6072024-12-03T22:29:47.341Z Downloaded libz-sys v1.1.20
6082024-12-03T22:29:47.365Z Downloaded sha3 v0.10.8
6092024-12-03T22:29:47.365Z Downloaded regex-syntax v0.6.29
6102024-12-03T22:29:47.365Z Downloaded unicode-width v0.2.0
6112024-12-03T22:29:47.390Z Downloaded tokio v1.40.0
6122024-12-03T22:29:47.418Z Downloaded idna v0.3.0
6132024-12-03T22:29:47.443Z Downloaded portable-atomic v1.9.0
6142024-12-03T22:29:47.443Z Downloaded unicode-normalization v0.1.24
6152024-12-03T22:29:47.443Z Downloaded openssl v0.10.66
6162024-12-03T22:29:47.467Z Downloaded hickory-proto v0.24.1
6172024-12-03T22:29:47.491Z Downloaded trust-dns-proto v0.22.0
6182024-12-03T22:29:47.491Z Downloaded icu_properties_data v1.5.0
6192024-12-03T22:29:47.515Z Downloaded regex v1.11.1
6202024-12-03T22:29:47.515Z Downloaded h2 v0.4.6
6212024-12-03T22:29:47.540Z Downloaded serde_with v3.11.0
6222024-12-03T22:29:47.540Z Downloaded hashbrown v0.14.5
6232024-12-03T22:29:47.540Z Downloaded tough v0.19.0
6242024-12-03T22:29:47.565Z Downloaded num v0.4.3
6252024-12-03T22:29:47.565Z Downloaded nu-ansi-term v0.50.1
6262024-12-03T22:29:47.565Z Downloaded ron v0.8.1
6272024-12-03T22:29:47.565Z Downloaded rcgen v0.12.1
6282024-12-03T22:29:47.565Z Downloaded rustls-webpki v0.101.7
6292024-12-03T22:29:47.589Z Downloaded zerovec v0.10.4
6302024-12-03T22:29:47.589Z Downloaded ssh-key v0.6.6
6312024-12-03T22:29:47.614Z Downloaded ron v0.7.1
6322024-12-03T22:29:47.614Z Downloaded vergen v8.3.2
6332024-12-03T22:29:47.614Z Downloaded rayon-core v1.12.1
6342024-12-03T22:29:47.614Z Downloaded flume v0.11.1
6352024-12-03T22:29:47.615Z Downloaded rand v0.8.5
6362024-12-03T22:29:47.640Z Downloaded elliptic-curve v0.13.8
6372024-12-03T22:29:47.640Z Downloaded tokio-native-tls v0.3.1
6382024-12-03T22:29:47.640Z Downloaded encoding_rs v0.8.34
6392024-12-03T22:29:47.664Z Downloaded rustc_version v0.4.1
6402024-12-03T22:29:47.664Z Downloaded postcard v1.0.10
6412024-12-03T22:29:47.664Z Downloaded test-strategy v0.3.1
6422024-12-03T22:29:47.664Z Downloaded fatfs v0.3.6
6432024-12-03T22:29:47.664Z Downloaded unicode-bidi v0.3.17
6442024-12-03T22:29:47.687Z Downloaded quinn v0.11.5
6452024-12-03T22:29:47.687Z Downloaded postgres-protocol v0.6.7
6462024-12-03T22:29:47.687Z Downloaded poly1305 v0.8.0
6472024-12-03T22:29:47.687Z Downloaded time-macros v0.2.18
6482024-12-03T22:29:47.687Z Downloaded zerocopy v0.6.6
6492024-12-03T22:29:47.687Z Downloaded ed25519-dalek v2.1.1
6502024-12-03T22:29:47.687Z Downloaded tokio-util v0.7.12
6512024-12-03T22:29:47.712Z Downloaded reqwest v0.12.9
6522024-12-03T22:29:47.712Z Downloaded hashbrown v0.13.2
6532024-12-03T22:29:47.712Z Downloaded p384 v0.13.0
6542024-12-03T22:29:47.736Z Downloaded ppv-lite86 v0.2.20
6552024-12-03T22:29:47.736Z Downloaded powerfmt v0.2.0
6562024-12-03T22:29:47.736Z Downloaded polyval v0.6.2
6572024-12-03T22:29:47.736Z Downloaded thiserror v2.0.3
6582024-12-03T22:29:47.737Z Downloaded tokio-tungstenite v0.21.0
6592024-12-03T22:29:47.737Z Downloaded libgit2-sys v0.17.0+1.8.1
6602024-12-03T22:29:47.800Z Downloaded untrusted v0.9.0
6612024-12-03T22:29:47.824Z Downloaded unicode-properties v0.1.3
6622024-12-03T22:29:47.824Z Downloaded yoke v0.7.4
6632024-12-03T22:29:47.824Z Downloaded yasna v0.5.2
6642024-12-03T22:29:47.824Z Downloaded tokio-tungstenite v0.24.0
6652024-12-03T22:29:47.824Z Downloaded snafu v0.8.5
6662024-12-03T22:29:47.824Z Downloaded qorb v0.2.1
6672024-12-03T22:29:47.824Z Downloaded hashbrown v0.12.3
6682024-12-03T22:29:47.848Z Downloaded flate2 v1.0.34
6692024-12-03T22:29:47.848Z Downloaded zip v2.1.3
6702024-12-03T22:29:47.848Z Downloaded tokio-rustls v0.26.0
6712024-12-03T22:29:47.848Z Downloaded tokio-rustls v0.25.0
6722024-12-03T22:29:47.848Z Downloaded tokio-macros v2.4.0
6732024-12-03T22:29:47.848Z Downloaded tiny-keccak v2.0.2
6742024-12-03T22:29:47.872Z Downloaded tokio-rustls v0.24.1
6752024-12-03T22:29:47.872Z Downloaded whoami v1.5.2
6762024-12-03T22:29:47.872Z Downloaded tinyvec v1.8.0
6772024-12-03T22:29:47.872Z Downloaded rustls-webpki v0.102.8
6782024-12-03T22:29:47.896Z Downloaded thiserror-no-std v2.0.2
6792024-12-03T22:29:47.896Z Downloaded thiserror-impl-no-std v2.0.2
6802024-12-03T22:29:47.896Z Downloaded predicates v3.1.2
6812024-12-03T22:29:47.897Z Downloaded tokio-tungstenite v0.23.1
6822024-12-03T22:29:47.897Z Downloaded toml_edit v0.19.15
6832024-12-03T22:29:47.921Z Downloaded reedline v0.35.0
6842024-12-03T22:29:47.945Z Downloaded rustc-hash v2.0.0
6852024-12-03T22:29:47.945Z Downloaded fixedbitset v0.4.2
6862024-12-03T22:29:47.945Z Downloaded num-traits v0.2.19
6872024-12-03T22:29:47.945Z Downloaded dropshot v0.12.0
6882024-12-03T22:29:47.969Z Downloaded foldhash v0.1.3
6892024-12-03T22:29:47.969Z Downloaded ecdsa v0.16.9
6902024-12-03T22:29:47.969Z Downloaded vte v0.11.1
6912024-12-03T22:29:47.969Z Downloaded futures-executor v0.3.31
6922024-12-03T22:29:47.969Z Downloaded foreign-types v0.5.0
6932024-12-03T22:29:47.969Z Downloaded which v4.4.2
6942024-12-03T22:29:47.969Z Downloaded smf v0.2.3
6952024-12-03T22:29:47.969Z Downloaded smallvec v1.13.2
6962024-12-03T22:29:47.993Z Downloaded slog-term v2.9.1
6972024-12-03T22:29:47.993Z Downloaded steno v0.4.1
6982024-12-03T22:29:47.993Z Downloaded rand_seeder v0.3.0
6992024-12-03T22:29:47.993Z Downloaded predicates-tree v1.0.11
7002024-12-03T22:29:47.993Z Downloaded predicates-core v1.0.8
7012024-12-03T22:29:47.993Z Downloaded ff v0.13.0
7022024-12-03T22:29:47.993Z Downloaded fd-lock v4.0.2
7032024-12-03T22:29:47.993Z Downloaded env_logger v0.11.5
7042024-12-03T22:29:47.994Z Downloaded flagset v0.4.6
7052024-12-03T22:29:47.994Z Downloaded filetime v0.2.25
7062024-12-03T22:29:47.994Z Downloaded ena v0.14.3
7072024-12-03T22:29:48.018Z Downloaded gimli v0.31.1
7082024-12-03T22:29:48.018Z Downloaded thread_local v1.1.8
7092024-12-03T22:29:48.018Z Downloaded primeorder v0.13.6
7102024-12-03T22:29:48.018Z Downloaded vsss-rs v3.3.4
7112024-12-03T22:29:48.018Z Downloaded diesel_derives v2.2.3
7122024-12-03T22:29:48.018Z Downloaded typed-path v0.9.3
7132024-12-03T22:29:48.044Z Downloaded either v1.13.0
7142024-12-03T22:29:48.044Z Downloaded termcolor v1.4.1
7152024-12-03T22:29:48.044Z Downloaded num-derive v0.4.2
7162024-12-03T22:29:48.044Z Downloaded wait-timeout v0.2.0
7172024-12-03T22:29:48.044Z Downloaded idna v0.5.0
7182024-12-03T22:29:48.044Z Downloaded idna v0.2.3
7192024-12-03T22:29:48.069Z Downloaded slog-scope v4.4.0
7202024-12-03T22:29:48.069Z Downloaded slog-json v2.6.1
7212024-12-03T22:29:48.069Z Downloaded slog-envlogger v2.2.0
7222024-12-03T22:29:48.069Z Downloaded rustfmt-wrapper v0.2.1
7232024-12-03T22:29:48.069Z Downloaded num-rational v0.4.2
7242024-12-03T22:29:48.069Z Downloaded dropshot v0.13.0
7252024-12-03T22:29:48.093Z Downloaded unicase v2.7.0
7262024-12-03T22:29:48.093Z Downloaded smallvec v0.6.14
7272024-12-03T22:29:48.093Z Downloaded slog-stdlog v4.1.1
7282024-12-03T22:29:48.094Z Downloaded pretty-hex v0.2.1
7292024-12-03T22:29:48.094Z Downloaded rand_core v0.6.4
7302024-12-03T22:29:48.094Z Downloaded rand_chacha v0.3.1
7312024-12-03T22:29:48.094Z Downloaded embedded-io v0.6.1
7322024-12-03T22:29:48.094Z Downloaded embedded-io v0.4.0
7332024-12-03T22:29:48.119Z Downloaded env_logger v0.10.2
7342024-12-03T22:29:48.119Z Downloaded enum-as-inner v0.6.1
7352024-12-03T22:29:48.119Z Downloaded enum-as-inner v0.5.1
7362024-12-03T22:29:48.119Z Downloaded snafu-derive v0.8.5
7372024-12-03T22:29:48.119Z Downloaded hashlink v0.9.1
7382024-12-03T22:29:48.119Z Downloaded zip v0.6.6
7392024-12-03T22:29:48.119Z Downloaded signal-hook v0.3.17
7402024-12-03T22:29:48.119Z Downloaded futures v0.3.31
7412024-12-03T22:29:48.144Z Downloaded expectorate v1.1.0
7422024-12-03T22:29:48.144Z Downloaded salty v0.3.0
7432024-12-03T22:29:48.144Z Downloaded regress v0.9.1
7442024-12-03T22:29:48.168Z Downloaded itertools v0.12.1
7452024-12-03T22:29:48.168Z Downloaded idna v1.0.3
7462024-12-03T22:29:48.168Z Downloaded diesel_table_macro_syntax v0.2.0
7472024-12-03T22:29:48.168Z Downloaded num_enum_derive v0.5.11
7482024-12-03T22:29:48.168Z Downloaded num_enum v0.5.11
7492024-12-03T22:29:48.168Z Downloaded num-iter v0.1.45
7502024-12-03T22:29:48.168Z Downloaded num-integer v0.1.46
7512024-12-03T22:29:48.192Z Downloaded num-conv v0.1.0
7522024-12-03T22:29:48.192Z Downloaded env_filter v0.1.2
7532024-12-03T22:29:48.192Z Downloaded endian-type v0.1.2
7542024-12-03T22:29:48.192Z Downloaded walkdir v2.5.0
7552024-12-03T22:29:48.192Z Downloaded vte_generate_state_changes v0.1.2
7562024-12-03T22:29:48.192Z Downloaded tls_codec_derive v0.4.1
7572024-12-03T22:29:48.192Z Downloaded tinystr v0.7.6
7582024-12-03T22:29:48.192Z Downloaded progenitor-macro v0.8.0
7592024-12-03T22:29:48.192Z Downloaded progenitor v0.8.0
7602024-12-03T22:29:48.192Z Downloaded proc-macro-crate v1.3.1
7612024-12-03T22:29:48.192Z Downloaded openssl-sys v0.9.103
7622024-12-03T22:29:48.192Z Downloaded uuid v1.11.0
7632024-12-03T22:29:48.217Z Downloaded der v0.7.9
7642024-12-03T22:29:48.218Z Downloaded unicode-segmentation v1.12.0
7652024-12-03T22:29:48.218Z Downloaded rustls-pki-types v1.9.0
7662024-12-03T22:29:48.218Z Downloaded itertools v0.13.0
7672024-12-03T22:29:48.218Z Downloaded num_threads v0.1.7
7682024-12-03T22:29:48.242Z Downloaded structmeta v0.2.0
7692024-12-03T22:29:48.242Z Downloaded progenitor-client v0.8.0
7702024-12-03T22:29:48.242Z Downloaded toml v0.7.8
7712024-12-03T22:29:48.242Z Downloaded zerocopy-derive v0.8.10
7722024-12-03T22:29:48.242Z Downloaded bstr v1.10.0
7732024-12-03T22:29:48.267Z Downloaded nibble_vec v0.1.0
7742024-12-03T22:29:48.267Z Downloaded shell-words v1.1.0
7752024-12-03T22:29:48.267Z Downloaded oso v0.27.3
7762024-12-03T22:29:48.267Z Downloaded omicron-zone-package v0.11.1
7772024-12-03T22:29:48.267Z Downloaded rustyline v14.0.0
7782024-12-03T22:29:48.267Z Downloaded regress v0.10.1
7792024-12-03T22:29:48.291Z Downloaded nodrop v0.1.14
7802024-12-03T22:29:48.291Z Downloaded float-cmp v0.9.0
7812024-12-03T22:29:48.291Z Downloaded futures-channel v0.3.31
7822024-12-03T22:29:48.291Z Downloaded diesel-dtrace v0.3.0
7832024-12-03T22:29:48.291Z Downloaded rustls-pemfile v2.2.0
7842024-12-03T22:29:48.291Z Downloaded tungstenite v0.24.0
7852024-12-03T22:29:48.292Z Downloaded git2 v0.19.0
7862024-12-03T22:29:48.315Z Downloaded lalrpop v0.19.12
7872024-12-03T22:29:48.315Z Downloaded zone v0.1.8
7882024-12-03T22:29:48.315Z Downloaded unarray v0.1.4
7892024-12-03T22:29:48.316Z Downloaded tower-service v0.3.3
7902024-12-03T22:29:48.316Z Downloaded topological-sort v0.2.2
7912024-12-03T22:29:48.316Z Downloaded slog-dtrace v0.3.0
7922024-12-03T22:29:48.316Z Downloaded slog-bunyan v2.5.0
7932024-12-03T22:29:48.316Z Downloaded signal-hook-mio v0.2.4
7942024-12-03T22:29:48.341Z Downloaded shlex v1.3.0
7952024-12-03T22:29:48.341Z Downloaded pkcs5 v0.7.1
7962024-12-03T22:29:48.341Z Downloaded tungstenite v0.23.0
7972024-12-03T22:29:48.341Z Downloaded x509-cert v0.2.5
7982024-12-03T22:29:48.341Z Downloaded unicode_categories v0.1.1
7992024-12-03T22:29:48.341Z Downloaded signal-hook-registry v1.4.2
8002024-12-03T22:29:48.365Z Downloaded rustls-pemfile v1.0.4
8012024-12-03T22:29:48.365Z Downloaded fs_extra v1.3.0
8022024-12-03T22:29:48.365Z Downloaded ring v0.17.8
8032024-12-03T22:29:48.430Z Downloaded uzers v0.12.1
8042024-12-03T22:29:48.453Z Downloaded socket2 v0.5.7
8052024-12-03T22:29:48.453Z Downloaded heapless v0.8.0
8062024-12-03T22:29:48.453Z Downloaded serde_yaml v0.9.34+deprecated
8072024-12-03T22:29:48.454Z Downloaded hkdf v0.12.4
8082024-12-03T22:29:48.454Z Downloaded chrono-tz v0.10.0
8092024-12-03T22:29:48.478Z Downloaded value-bag v1.9.0
8102024-12-03T22:29:48.478Z Downloaded heapless v0.7.17
8112024-12-03T22:29:48.478Z Downloaded dhcproto v0.12.0
8122024-12-03T22:29:48.478Z Downloaded derive-where v1.2.7
8132024-12-03T22:29:48.478Z Downloaded minimal-lexical v0.2.1
8142024-12-03T22:29:48.478Z Downloaded curve25519-dalek v4.1.3
8152024-12-03T22:29:48.502Z Downloaded phf v0.11.2
8162024-12-03T22:29:48.502Z Downloaded futures-core v0.3.31
8172024-12-03T22:29:48.502Z Downloaded static_assertions v1.1.0
8182024-12-03T22:29:48.502Z Downloaded headers v0.4.0
8192024-12-03T22:29:48.502Z Downloaded fragile v2.0.0
8202024-12-03T22:29:48.502Z Downloaded form_urlencoded v1.2.1
8212024-12-03T22:29:48.503Z Downloaded fallible-streaming-iterator v0.1.9
8222024-12-03T22:29:48.503Z Downloaded pkcs8 v0.10.2
8232024-12-03T22:29:48.527Z Downloaded tracing v0.1.40
8242024-12-03T22:29:48.527Z Downloaded p521 v0.13.3
8252024-12-03T22:29:48.527Z Downloaded half v2.4.1
8262024-12-03T22:29:48.527Z Downloaded openssl-probe v0.1.5
8272024-12-03T22:29:48.528Z Downloaded openssl-macros v0.1.1
8282024-12-03T22:29:48.528Z Downloaded opaque-debug v0.3.1
8292024-12-03T22:29:48.528Z Downloaded fallible-iterator v0.3.0
8302024-12-03T22:29:48.528Z Downloaded zerovec-derive v0.10.3
8312024-12-03T22:29:48.528Z Downloaded zeroize_derive v1.4.2
8322024-12-03T22:29:48.528Z Downloaded zeroize v1.8.1
8332024-12-03T22:29:48.528Z Downloaded zerofrom-derive v0.1.4
8342024-12-03T22:29:48.552Z Downloaded pin-project v1.1.6
8352024-12-03T22:29:48.552Z Downloaded mockall_derive v0.13.0
8362024-12-03T22:29:48.552Z Downloaded foreign-types-shared v0.1.1
8372024-12-03T22:29:48.552Z Downloaded foreign-types-macros v0.2.3
8382024-12-03T22:29:48.552Z Downloaded fallible-iterator v0.2.0
8392024-12-03T22:29:48.553Z Downloaded utf-8 v0.7.6
8402024-12-03T22:29:48.553Z Downloaded spin v0.9.8
8412024-12-03T22:29:48.553Z Downloaded pkcs1 v0.7.5
8422024-12-03T22:29:48.576Z Downloaded pin-project-internal v1.1.6
8432024-12-03T22:29:48.577Z Downloaded native-tls v0.2.12
8442024-12-03T22:29:48.577Z Downloaded des v0.8.1
8452024-12-03T22:29:48.577Z Downloaded der_derive v0.7.3
8462024-12-03T22:29:48.577Z Downloaded tracing-core v0.1.32
8472024-12-03T22:29:48.577Z Downloaded radix_trie v0.2.1
8482024-12-03T22:29:48.577Z Downloaded ring v0.16.20
8492024-12-03T22:29:48.670Z Downloaded libsqlite3-sys v0.30.1
8502024-12-03T22:29:48.761Z Downloaded utf16_iter v1.0.5
8512024-12-03T22:29:48.785Z Downloaded stringprep v0.1.5
8522024-12-03T22:29:48.785Z Downloaded string_cache v0.8.7
8532024-12-03T22:29:48.785Z Downloaded stable_deref_trait v1.2.0
8542024-12-03T22:29:48.785Z Downloaded ssh-encoding v0.2.0
8552024-12-03T22:29:48.785Z Downloaded ssh-cipher v0.2.0
8562024-12-03T22:29:48.785Z Downloaded sqlformat v0.2.6
8572024-12-03T22:29:48.785Z Downloaded derive_builder_core v0.20.2
8582024-12-03T22:29:48.785Z Downloaded derive_builder v0.20.2
8592024-12-03T22:29:48.785Z Downloaded samael v0.0.17
8602024-12-03T22:29:48.809Z Downloaded spki v0.7.3
8612024-12-03T22:29:48.810Z Downloaded pin-project-lite v0.2.14
8622024-12-03T22:29:48.810Z Downloaded nanorand v0.7.0
8632024-12-03T22:29:48.810Z Downloaded typify v0.2.0
8642024-12-03T22:29:48.810Z Downloaded tungstenite v0.21.0
8652024-12-03T22:29:48.810Z Downloaded spin v0.5.2
8662024-12-03T22:29:48.810Z Downloaded rfc6979 v0.4.0
8672024-12-03T22:29:48.810Z Downloaded resolv-conf v0.7.0
8682024-12-03T22:29:48.810Z Downloaded ref-cast-impl v1.0.23
8692024-12-03T22:29:48.810Z Downloaded ref-cast v1.0.23
8702024-12-03T22:29:48.834Z Downloaded multer v3.1.0
8712024-12-03T22:29:48.834Z Downloaded serde_with_macros v3.11.0
8722024-12-03T22:29:48.834Z Downloaded schemars v0.8.21
8732024-12-03T22:29:48.834Z Downloaded tar v0.4.42
8742024-12-03T22:29:48.834Z Downloaded slog v2.7.0
8752024-12-03T22:29:48.859Z Downloaded multimap v0.10.0
8762024-12-03T22:29:48.859Z Downloaded peg-macros v0.8.4
8772024-12-03T22:29:48.859Z Downloaded unsafe-libyaml v0.2.11
8782024-12-03T22:29:48.859Z Downloaded deranged v0.3.11
8792024-12-03T22:29:48.859Z Downloaded defmt-parser v0.3.4
8802024-12-03T22:29:48.859Z Downloaded debug-ignore v1.0.5
8812024-12-03T22:29:48.859Z Downloaded tracing-attributes v0.1.27
8822024-12-03T22:29:48.859Z Downloaded parse-zoneinfo v0.3.1
8832024-12-03T22:29:48.859Z Downloaded futures-util v0.3.31
8842024-12-03T22:29:48.883Z Downloaded quinn-proto v0.11.8
8852024-12-03T22:29:48.883Z Downloaded miniz_oxide v0.8.0
8862024-12-03T22:29:48.883Z Downloaded phf_shared v0.10.0
8872024-12-03T22:29:48.883Z Downloaded heck v0.3.3
8882024-12-03T22:29:48.883Z Downloaded defmt-macros v0.3.9
8892024-12-03T22:29:48.883Z Downloaded defmt v0.3.8
8902024-12-03T22:29:48.909Z Downloaded data-encoding v2.6.0
8912024-12-03T22:29:48.909Z Downloaded zone v0.3.0
8922024-12-03T22:29:48.909Z Downloaded typify-macro v0.2.0
8932024-12-03T22:29:48.909Z Downloaded twox-hash v1.6.3
8942024-12-03T22:29:48.909Z Downloaded tui-tree-widget v0.22.0
8952024-12-03T22:29:48.909Z Downloaded icu_properties v1.5.1
8962024-12-03T22:29:48.909Z Downloaded p256 v0.13.2
8972024-12-03T22:29:48.909Z Downloaded serde_repr v0.1.19
8982024-12-03T22:29:48.909Z Downloaded serde_plain v1.0.2
8992024-12-03T22:29:48.909Z Downloaded semver v0.1.20
9002024-12-03T22:29:48.909Z Downloaded derive_more v0.99.18
9012024-12-03T22:29:48.933Z Downloaded russh-keys v0.45.0
9022024-12-03T22:29:48.933Z Downloaded bindgen v0.69.5
9032024-12-03T22:29:48.933Z Downloaded zone_cfg_derive v0.1.2
9042024-12-03T22:29:48.933Z Downloaded sct v0.7.1
9052024-12-03T22:29:48.933Z Downloaded pem-rfc7468 v0.7.0
9062024-12-03T22:29:48.933Z Downloaded pem v3.0.4
9072024-12-03T22:29:48.934Z Downloaded peg v0.8.4
9082024-12-03T22:29:48.958Z Downloaded pbkdf2 v0.12.2
9092024-12-03T22:29:48.958Z Downloaded indicatif v0.17.9
9102024-12-03T22:29:48.958Z Downloaded newline-converter v0.3.0
9112024-12-03T22:29:48.958Z Downloaded new_debug_unreachable v1.0.6
9122024-12-03T22:29:48.958Z Downloaded dhcproto-macros v0.1.0
9132024-12-03T22:29:48.958Z Downloaded secrecy v0.8.0
9142024-12-03T22:29:48.958Z Downloaded scrypt v0.11.0
9152024-12-03T22:29:48.959Z Downloaded scopeguard v1.2.0
9162024-12-03T22:29:48.959Z Downloaded schemars_derive v0.8.21
9172024-12-03T22:29:48.959Z Downloaded same-file v1.0.6
9182024-12-03T22:29:48.959Z Downloaded rusty-fork v0.3.0
9192024-12-03T22:29:48.959Z Downloaded rustversion v1.0.17
9202024-12-03T22:29:48.959Z Downloaded hash32 v0.2.1
9212024-12-03T22:29:48.959Z Downloaded term v0.7.0
9222024-12-03T22:29:48.983Z Downloaded hyper v1.5.0
9232024-12-03T22:29:48.983Z Downloaded sec1 v0.7.3
9242024-12-03T22:29:48.983Z Downloaded scheduled-thread-pool v0.2.7
9252024-12-03T22:29:48.983Z Downloaded salsa20 v0.10.2
9262024-12-03T22:29:48.983Z Downloaded pbkdf2 v0.11.0
9272024-12-03T22:29:48.984Z Downloaded password-hash v0.5.0
9282024-12-03T22:29:48.984Z Downloaded password-hash v0.4.2
9292024-12-03T22:29:48.984Z Downloaded parking_lot_core v0.9.10
9302024-12-03T22:29:48.984Z Downloaded parking_lot v0.11.2
9312024-12-03T22:29:49.008Z Downloaded owo-colors v4.1.0
9322024-12-03T22:29:49.008Z Downloaded writeable v0.5.5
9332024-12-03T22:29:49.008Z Downloaded icu_normalizer_data v1.5.0
9342024-12-03T22:29:49.008Z Downloaded icu_locid v1.5.0
9352024-12-03T22:29:49.008Z Downloaded blake3 v1.5.4
9362024-12-03T22:29:49.008Z Downloaded path-slash v0.1.5
9372024-12-03T22:29:49.009Z Downloaded parse-display-derive v0.10.0
9382024-12-03T22:29:49.033Z Downloaded parse-display v0.10.0
9392024-12-03T22:29:49.033Z Downloaded parking_lot_core v0.8.6
9402024-12-03T22:29:49.033Z Downloaded parking_lot v0.12.3
9412024-12-03T22:29:49.033Z Downloaded packed_struct_codegen v0.10.1
9422024-12-03T22:29:49.033Z Downloaded serde_derive_internals v0.29.1
9432024-12-03T22:29:49.033Z Downloaded rustc-demangle v0.1.24
9442024-12-03T22:29:49.033Z Downloaded iana-time-zone v0.1.61
9452024-12-03T22:29:49.033Z Downloaded packed_struct v0.10.1
9462024-12-03T22:29:49.033Z Downloaded rusqlite v0.32.1
9472024-12-03T22:29:49.033Z Downloaded bitvec v1.0.1
9482024-12-03T22:29:49.057Z Downloaded parse-size v1.1.0
9492024-12-03T22:29:49.057Z Downloaded dyn-clone v1.0.17
9502024-12-03T22:29:49.057Z Downloaded take_mut v0.2.2
9512024-12-03T22:29:49.057Z Downloaded russh v0.45.0
9522024-12-03T22:29:49.082Z Downloaded memmap2 v0.9.5
9532024-12-03T22:29:49.082Z Downloaded ipnet v2.10.1
9542024-12-03T22:29:49.082Z Downloaded wyz v0.5.1
9552024-12-03T22:29:49.082Z Downloaded litemap v0.7.3
9562024-12-03T22:29:49.082Z Downloaded libxml v0.3.3
9572024-12-03T22:29:49.082Z Downloaded indexmap v1.9.3
9582024-12-03T22:29:49.082Z Downloaded crossterm v0.28.1
9592024-12-03T22:29:49.106Z Downloaded globset v0.4.15
9602024-12-03T22:29:49.106Z Downloaded glob v0.3.1
9612024-12-03T22:29:49.106Z Downloaded getrandom v0.2.15
9622024-12-03T22:29:49.106Z Downloaded xattr v1.3.1
9632024-12-03T22:29:49.107Z Downloaded universal-hash v0.5.1
9642024-12-03T22:29:49.107Z Downloaded unicode-truncate v1.1.0
9652024-12-03T22:29:49.107Z Downloaded tabwriter v1.4.0
9662024-12-03T22:29:49.107Z Downloaded synstructure v0.13.1
9672024-12-03T22:29:49.107Z Downloaded slog-async v2.8.0
9682024-12-03T22:29:49.107Z Downloaded slab v0.4.9
9692024-12-03T22:29:49.107Z Downloaded aws-lc-sys v0.22.0
9702024-12-03T22:29:49.363Z Downloaded serde_path_to_error v0.1.16
9712024-12-03T22:29:49.387Z Downloaded lru v0.12.5
9722024-12-03T22:29:49.387Z Downloaded libloading v0.8.5
9732024-12-03T22:29:49.387Z Downloaded impl-trait-for-tuples v0.2.2
9742024-12-03T22:29:49.387Z Downloaded gethostname v0.5.0
9752024-12-03T22:29:49.388Z Downloaded futures-task v0.3.31
9762024-12-03T22:29:49.388Z Downloaded futures-sink v0.3.31
9772024-12-03T22:29:49.388Z Downloaded futures-macro v0.3.31
9782024-12-03T22:29:49.388Z Downloaded dropshot_endpoint v0.13.0
9792024-12-03T22:29:49.388Z Downloaded dropshot_endpoint v0.12.0
9802024-12-03T22:29:49.388Z Downloaded diff v0.1.13
9812024-12-03T22:29:49.388Z Downloaded libefi-sys v0.1.0
9822024-12-03T22:29:49.412Z Downloaded indoc v1.0.9
9832024-12-03T22:29:49.412Z Downloaded icu_normalizer v1.5.0
9842024-12-03T22:29:49.412Z Downloaded unicode-xid v0.2.6
9852024-12-03T22:29:49.412Z Downloaded rsa v0.9.6
9862024-12-03T22:29:49.412Z Downloaded publicsuffix v2.2.3
9872024-12-03T22:29:49.412Z Downloaded mockall v0.13.0
9882024-12-03T22:29:49.413Z Downloaded http v1.1.0
9892024-12-03T22:29:49.413Z Downloaded hickory-server v0.24.1
9902024-12-03T22:29:49.442Z Downloaded crossbeam-channel v0.5.13
9912024-12-03T22:29:49.442Z Downloaded const_format v0.2.33
9922024-12-03T22:29:49.442Z Downloaded chrono v0.4.38
9932024-12-03T22:29:49.442Z Downloaded cc v1.1.30
9942024-12-03T22:29:49.442Z Downloaded displaydoc v0.2.5
9952024-12-03T22:29:49.467Z Downloaded display-error-chain v0.2.2
9962024-12-03T22:29:49.467Z Downloaded darling_core v0.20.10
9972024-12-03T22:29:49.467Z Downloaded zopfli v0.8.1
9982024-12-03T22:29:49.467Z Downloaded subprocess v0.2.9
9992024-12-03T22:29:49.467Z Downloaded md-5 v0.10.6
10002024-12-03T22:29:49.467Z Downloaded libsw v3.3.1
10012024-12-03T22:29:49.467Z Downloaded icu_locid_transform v1.5.0
10022024-12-03T22:29:49.467Z Downloaded hyper-staticfile v0.10.1
10032024-12-03T22:29:49.467Z Downloaded hyper-rustls v0.27.3
10042024-12-03T22:29:49.492Z Downloaded crypto-bigint v0.5.5
10052024-12-03T22:29:49.492Z Downloaded chacha20poly1305 v0.10.1
10062024-12-03T22:29:49.492Z Downloaded dsl_auto_type v0.1.2
10072024-12-03T22:29:49.492Z Downloaded dirs-sys-next v0.1.2
10082024-12-03T22:29:49.492Z Downloaded dirs-next v2.0.0
10092024-12-03T22:29:49.492Z Downloaded difflib v0.4.0
10102024-12-03T22:29:49.492Z Downloaded siphasher v0.3.11
10112024-12-03T22:29:49.492Z Downloaded similar v2.6.0
10122024-12-03T22:29:49.492Z Downloaded rustc-hash v1.1.0
10132024-12-03T22:29:49.492Z Downloaded mime v0.3.17
10142024-12-03T22:29:49.492Z Downloaded maplit v1.0.2
10152024-12-03T22:29:49.525Z Downloaded lockfree-object-pool v0.1.6
10162024-12-03T22:29:49.525Z Downloaded linked-hash-map v0.5.6
10172024-12-03T22:29:49.525Z Downloaded lazycell v1.3.0
10182024-12-03T22:29:49.525Z Downloaded lalrpop-util v0.19.12
10192024-12-03T22:29:49.525Z Downloaded internet-checksum v0.2.1
10202024-12-03T22:29:49.525Z Downloaded indent_write v2.2.0
10212024-12-03T22:29:49.525Z Downloaded cancel-safe-futures v0.1.5
10222024-12-03T22:29:49.525Z Downloaded tap v1.0.1
10232024-12-03T22:29:49.525Z Downloaded supports-color v3.0.1
10242024-12-03T22:29:49.525Z Downloaded strum_macros v0.26.4
10252024-12-03T22:29:49.525Z Downloaded russh-cryptovec v0.7.3
10262024-12-03T22:29:49.525Z Downloaded mio v1.0.2
10272024-12-03T22:29:49.526Z Downloaded keccak v0.1.5
10282024-12-03T22:29:49.526Z Downloaded is-terminal v0.4.13
10292024-12-03T22:29:49.526Z Downloaded instability v0.3.2
10302024-12-03T22:29:49.526Z Downloaded inout v0.1.3
10312024-12-03T22:29:49.526Z Downloaded const-oid v0.9.6
10322024-12-03T22:29:49.526Z Downloaded compact_str v0.8.0
10332024-12-03T22:29:49.550Z Downloaded bytes v1.8.0
10342024-12-03T22:29:49.550Z Downloaded blake2 v0.10.6
10352024-12-03T22:29:49.550Z Downloaded subtle v2.6.1
10362024-12-03T22:29:49.550Z Downloaded strum_macros v0.25.3
10372024-12-03T22:29:49.550Z Downloaded strum_macros v0.24.3
10382024-12-03T22:29:49.550Z Downloaded structmeta-derive v0.3.0
10392024-12-03T22:29:49.550Z Downloaded structmeta-derive v0.2.0
10402024-12-03T22:29:49.550Z Downloaded structmeta v0.3.0
10412024-12-03T22:29:49.550Z Downloaded simd-adler32 v0.3.7
10422024-12-03T22:29:49.550Z Downloaded signature v2.2.0
10432024-12-03T22:29:49.550Z Downloaded signal-hook-tokio v0.3.1
10442024-12-03T22:29:49.550Z Downloaded serde-hex v0.1.0
10452024-12-03T22:29:49.550Z Downloaded quinn-udp v0.5.5
10462024-12-03T22:29:49.574Z Downloaded progenitor-impl v0.8.0
10472024-12-03T22:29:49.574Z Downloaded maybe-uninit v2.0.0
10482024-12-03T22:29:49.574Z Downloaded match_cfg v0.1.0
10492024-12-03T22:29:49.574Z Downloaded libm v0.2.8
10502024-12-03T22:29:49.574Z Downloaded kstat-rs v0.2.4
10512024-12-03T22:29:49.574Z Downloaded ipnetwork v0.20.0
10522024-12-03T22:29:49.574Z Downloaded crossbeam-epoch v0.9.18
10532024-12-03T22:29:49.574Z Downloaded crc32fast v1.4.2
10542024-12-03T22:29:49.574Z Downloaded crc-any v2.5.0
10552024-12-03T22:29:49.598Z Downloaded cookie v0.18.1
10562024-12-03T22:29:49.598Z Downloaded clang-sys v1.8.1
10572024-12-03T22:29:49.598Z Downloaded bcs v0.1.6
10582024-12-03T22:29:49.598Z Downloaded write16 v1.0.0
10592024-12-03T22:29:49.598Z Downloaded serde-big-array v0.5.1
10602024-12-03T22:29:49.598Z Downloaded rtoolbox v0.0.2
10612024-12-03T22:29:49.598Z Downloaded rpassword v7.3.1
10622024-12-03T22:29:49.598Z Downloaded radium v0.7.0
10632024-12-03T22:29:49.598Z Downloaded r2d2 v0.8.10
10642024-12-03T22:29:49.599Z Downloaded mirai-annotations v1.12.0
10652024-12-03T22:29:49.599Z Downloaded matches v0.1.10
10662024-12-03T22:29:49.599Z Downloaded instant v0.1.13
10672024-12-03T22:29:49.599Z Downloaded ident_case v1.0.1
10682024-12-03T22:29:49.599Z Downloaded icu_provider_macros v1.5.0
10692024-12-03T22:29:49.599Z Downloaded hyper-tls v0.6.0
10702024-12-03T22:29:49.599Z Downloaded ctr v0.9.2
10712024-12-03T22:29:49.599Z Downloaded csv-core v0.1.11
10722024-12-03T22:29:49.623Z Downloaded crc v3.2.1
10732024-12-03T22:29:49.623Z Downloaded cookie_store v0.21.0
10742024-12-03T22:29:49.623Z Downloaded convert_case v0.4.0
10752024-12-03T22:29:49.623Z Downloaded constant_time_eq v0.3.1
10762024-12-03T22:29:49.623Z Downloaded const_format_proc_macros v0.2.33
10772024-12-03T22:29:49.623Z Downloaded console v0.15.8
10782024-12-03T22:29:49.623Z Downloaded colored v2.1.0
10792024-12-03T22:29:49.623Z Downloaded chacha20 v0.9.1
10802024-12-03T22:29:49.623Z Downloaded buf-list v1.0.3
10812024-12-03T22:29:49.623Z Downloaded bitfield v0.14.0
10822024-12-03T22:29:49.623Z Downloaded sync-ptr v0.1.1
10832024-12-03T22:29:49.623Z Downloaded strum v0.26.3
10842024-12-03T22:29:49.648Z Downloaded sigpipe v0.1.3
10852024-12-03T22:29:49.648Z Downloaded itertools v0.10.5
10862024-12-03T22:29:49.648Z Downloaded is_ci v1.2.0
10872024-12-03T22:29:49.648Z Downloaded httparse v1.9.5
10882024-12-03T22:29:49.648Z Downloaded curve25519-dalek-derive v0.1.1
10892024-12-03T22:29:49.648Z Downloaded crossbeam-deque v0.8.5
10902024-12-03T22:29:49.648Z Downloaded crc-catalog v2.4.0
10912024-12-03T22:29:49.648Z Downloaded cmake v0.1.51
10922024-12-03T22:29:49.648Z Downloaded cexpr v0.6.0
10932024-12-03T22:29:49.648Z Downloaded cbc v0.1.2
10942024-12-03T22:29:49.648Z Downloaded cassowary v0.3.0
10952024-12-03T22:29:49.648Z Downloaded blowfish v0.9.1
10962024-12-03T22:29:49.648Z Downloaded bitflags v1.3.2
10972024-12-03T22:29:49.673Z Downloaded bit-vec v0.6.3
10982024-12-03T22:29:49.673Z Downloaded headers-core v0.3.0
10992024-12-03T22:29:49.673Z Downloaded cstr-argument v0.1.2
11002024-12-03T22:29:49.673Z Downloaded crunchy v0.2.2
11012024-12-03T22:29:49.673Z Downloaded crucible-workspace-hack v0.1.0
11022024-12-03T22:29:49.673Z Downloaded crossbeam-utils v0.8.20
11032024-12-03T22:29:49.673Z Downloaded cobs v0.2.3
11042024-12-03T22:29:49.673Z Downloaded ciborium-io v0.2.2
11052024-12-03T22:29:49.673Z Downloaded ciborium v0.2.2
11062024-12-03T22:29:49.673Z Downloaded chrono-tz-build v0.4.0
11072024-12-03T22:29:49.673Z Downloaded cfg_aliases v0.2.1
11082024-12-03T22:29:49.673Z Downloaded castaway v0.2.3
11092024-12-03T22:29:49.673Z Downloaded bzip2 v0.4.4
11102024-12-03T22:29:49.673Z Downloaded bitfield-struct v0.6.2
11112024-12-03T22:29:49.673Z Downloaded bumpalo v3.16.0
11122024-12-03T22:29:49.673Z Downloaded block-padding v0.3.3
11132024-12-03T22:29:49.698Z Downloaded lru-cache v0.1.2
11142024-12-03T22:29:49.698Z Downloaded humantime v2.1.0
11152024-12-03T22:29:49.698Z Downloaded hubpack_derive v0.1.1
11162024-12-03T22:29:49.698Z Downloaded http-range v0.1.5
11172024-12-03T22:29:49.698Z Downloaded cfg_aliases v0.1.1
11182024-12-03T22:29:49.698Z Downloaded lock_api v0.4.12
11192024-12-03T22:29:49.698Z Downloaded linear-map v1.2.0
11202024-12-03T22:29:49.698Z Downloaded icu_provider v1.5.0
11212024-12-03T22:29:49.698Z Downloaded hyper-util v0.1.10
11222024-12-03T22:29:49.698Z Downloaded hostname v0.3.1
11232024-12-03T22:29:49.698Z Downloaded home v0.5.9
11242024-12-03T22:29:49.698Z Downloaded http-body v1.0.1
11252024-12-03T22:29:49.698Z Downloaded hmac v0.12.1
11262024-12-03T22:29:49.698Z Downloaded hickory-client v0.24.1
11272024-12-03T22:29:49.722Z Downloaded hex v0.4.3
11282024-12-03T22:29:49.722Z Downloaded darling v0.20.10
11292024-12-03T22:29:49.722Z Downloaded bcrypt-pbkdf v0.10.0
11302024-12-03T22:29:49.722Z Downloaded bb8 v0.8.5
11312024-12-03T22:29:49.722Z Downloaded base64 v0.22.1
11322024-12-03T22:29:49.722Z Downloaded base16ct v0.2.0
11332024-12-03T22:29:49.722Z Downloaded backtrace v0.3.74
11342024-12-03T22:29:49.722Z Downloaded atty v0.2.14
11352024-12-03T22:29:49.722Z Downloaded atomicwrites v0.4.4
11362024-12-03T22:29:49.722Z Downloaded atomic-waker v1.1.2
11372024-12-03T22:29:49.746Z Downloaded async-trait v0.1.83
11382024-12-03T22:29:49.746Z Downloaded assert_matches v1.5.0
11392024-12-03T22:29:49.746Z Downloaded ascii-canvas v3.0.0
11402024-12-03T22:29:49.746Z Downloaded arrayvec v0.7.6
11412024-12-03T22:29:49.746Z Downloaded md5 v0.7.0
11422024-12-03T22:29:49.746Z Downloaded lazy_static v1.5.0
11432024-12-03T22:29:49.746Z Downloaded jobserver v0.1.32
11442024-12-03T22:29:49.746Z Downloaded idna_adapter v1.2.0
11452024-12-03T22:29:49.746Z Downloaded base64ct v1.6.0
11462024-12-03T22:29:49.746Z Downloaded base64 v0.21.7
11472024-12-03T22:29:49.746Z Downloaded base64 v0.13.1
11482024-12-03T22:29:49.770Z Downloaded backoff v0.4.0
11492024-12-03T22:29:49.770Z Downloaded async-recursion v1.1.1
11502024-12-03T22:29:49.770Z Downloaded hex-literal v0.4.1
11512024-12-03T22:29:49.770Z Downloaded aws-lc-rs v1.10.0
11522024-12-03T22:29:49.770Z Downloaded async-bb8-diesel v0.2.1
11532024-12-03T22:29:49.770Z Downloaded http-body-util v0.1.2
11542024-12-03T22:29:49.770Z Downloaded hostname v0.4.0
11552024-12-03T22:29:49.794Z Downloaded highway v1.2.0
11562024-12-03T22:29:49.794Z Downloaded bit-set v0.5.3
11572024-12-03T22:29:49.794Z Downloaded async-stream-impl v0.3.6
11582024-12-03T22:29:49.794Z Downloaded async-stream v0.3.6
11592024-12-03T22:29:49.794Z Downloaded array-init v0.0.4
11602024-12-03T22:29:49.794Z Downloaded aho-corasick v1.1.3
11612024-12-03T22:29:49.794Z Downloaded aes-gcm v0.10.3
11622024-12-03T22:29:49.794Z Downloaded argon2 v0.5.3
11632024-12-03T22:29:49.794Z Downloaded arc-swap v1.7.1
11642024-12-03T22:29:49.818Z Downloaded aes v0.8.4
11652024-12-03T22:29:49.818Z Downloaded aead v0.5.2
11662024-12-03T22:29:49.924Z Compiling serde v1.0.215
11672024-12-03T22:29:49.924Z Compiling lock_api v0.4.12
11682024-12-03T22:29:49.924Z Compiling scopeguard v1.2.0
11692024-12-03T22:29:49.948Z Compiling value-bag v1.9.0
11702024-12-03T22:29:49.948Z Compiling typenum v1.17.0
11712024-12-03T22:29:49.948Z Compiling generic-array v0.14.7
11722024-12-03T22:29:49.948Z Compiling syn v2.0.87
11732024-12-03T22:29:49.949Z Compiling getrandom v0.2.15
11742024-12-03T22:29:50.204Z Compiling rand_core v0.6.4
11752024-12-03T22:29:50.383Z Compiling subtle v2.6.1
11762024-12-03T22:29:50.452Z Compiling log v0.4.22
11772024-12-03T22:29:50.856Z Compiling shlex v1.3.0
11782024-12-03T22:29:50.893Z Compiling jobserver v0.1.32
11792024-12-03T22:29:50.992Z Compiling smallvec v1.13.2
11802024-12-03T22:29:51.107Z Compiling const-oid v0.9.6
11812024-12-03T22:29:51.220Z Compiling spin v0.9.8
11822024-12-03T22:29:51.271Z Compiling cc v1.1.30
11832024-12-03T22:29:51.398Z Compiling pin-project-lite v0.2.14
11842024-12-03T22:29:51.545Z Compiling rustix v0.38.37
11852024-12-03T22:29:51.570Z Compiling parking_lot_core v0.9.10
11862024-12-03T22:29:51.600Z Compiling futures-core v0.3.31
11872024-12-03T22:29:51.784Z Compiling signal-hook-registry v1.4.2
11882024-12-03T22:29:51.912Z Compiling mio v1.0.2
11892024-12-03T22:29:52.453Z Compiling parking_lot v0.12.3
11902024-12-03T22:29:52.567Z Compiling aho-corasick v1.1.3
11912024-12-03T22:29:52.656Z Compiling cpufeatures v0.2.14
11922024-12-03T22:29:52.748Z Compiling either v1.13.0
11932024-12-03T22:29:52.772Z Compiling regex-syntax v0.8.5
11942024-12-03T22:29:52.795Z Compiling lazy_static v1.5.0
11952024-12-03T22:29:52.900Z Compiling futures-sink v0.3.31
11962024-12-03T22:29:52.990Z Compiling glob v0.3.1
11972024-12-03T22:29:53.032Z Compiling stable_deref_trait v1.2.0
11982024-12-03T22:29:53.106Z Compiling socket2 v0.5.7
11992024-12-03T22:29:53.130Z Compiling slab v0.4.9
12002024-12-03T22:29:53.233Z Compiling prettyplease v0.2.25
12012024-12-03T22:29:53.516Z Compiling minimal-lexical v0.2.1
12022024-12-03T22:29:53.782Z Compiling libloading v0.8.5
12032024-12-03T22:29:53.821Z Compiling clang-sys v1.8.1
12042024-12-03T22:29:53.907Z Compiling nom v7.1.3
12052024-12-03T22:29:53.935Z Compiling home v0.5.9
12062024-12-03T22:29:54.135Z Compiling bindgen v0.69.5
12072024-12-03T22:29:54.166Z Compiling serde_json v1.0.132
12082024-12-03T22:29:54.446Z Compiling itertools v0.12.1
12092024-12-03T22:29:54.772Z Compiling futures-channel v0.3.31
12102024-12-03T22:29:54.848Z Compiling allocator-api2 v0.2.18
12112024-12-03T22:29:55.120Z Compiling lazycell v1.3.0
12122024-12-03T22:29:55.269Z Compiling futures-io v0.3.31
12132024-12-03T22:29:55.541Z Compiling foldhash v0.1.3
12142024-12-03T22:29:55.604Z Compiling regex-automata v0.4.8
12152024-12-03T22:29:55.800Z Compiling rustc-hash v1.1.0
12162024-12-03T22:29:55.946Z Compiling pin-utils v0.1.0
12172024-12-03T22:29:56.010Z Compiling futures-task v0.3.31
12182024-12-03T22:29:56.282Z Compiling hashbrown v0.15.0
12192024-12-03T22:29:56.847Z Compiling synstructure v0.13.1
12202024-12-03T22:29:57.119Z Compiling cexpr v0.6.0
12212024-12-03T22:29:57.483Z Compiling cmake v0.1.51
12222024-12-03T22:29:58.304Z Compiling pkg-config v0.3.31
12232024-12-03T22:29:58.348Z Compiling tinyvec_macros v0.1.1
12242024-12-03T22:29:58.400Z Compiling libm v0.2.8
12252024-12-03T22:29:58.446Z Compiling fs_extra v1.3.0
12262024-12-03T22:29:58.656Z Compiling dunce v1.0.5
12272024-12-03T22:29:58.714Z Compiling tinyvec v1.8.0
12282024-12-03T22:29:58.780Z Compiling num-traits v0.2.19
12292024-12-03T22:29:59.213Z Compiling ring v0.17.8
12302024-12-03T22:29:59.539Z Compiling unicode-bidi v0.3.17
12312024-12-03T22:29:59.646Z Compiling paste v1.0.15
12322024-12-03T22:29:59.938Z Compiling unicode-normalization v0.1.24
12332024-12-03T22:30:00.060Z Compiling regex v1.11.1
12342024-12-03T22:30:00.084Z Compiling writeable v0.5.5
12352024-12-03T22:30:00.159Z Compiling litemap v0.7.3
12362024-12-03T22:30:00.519Z Compiling base64ct v1.6.0
12372024-12-03T22:30:00.858Z Compiling aws-lc-rs v1.10.0
12382024-12-03T22:30:01.009Z Compiling pem-rfc7468 v0.7.0
12392024-12-03T22:30:01.034Z Compiling httparse v1.9.5
12402024-12-03T22:30:01.225Z Compiling flagset v0.4.6
12412024-12-03T22:30:01.628Z Compiling tracing-core v0.1.32
12422024-12-03T22:30:01.748Z Compiling icu_locid_transform_data v1.5.0
12432024-12-03T22:30:01.839Z Compiling crossbeam-utils v0.8.20
12442024-12-03T22:30:02.336Z Compiling rustls-pki-types v1.9.0
12452024-12-03T22:30:02.395Z Compiling percent-encoding v2.3.1
12462024-12-03T22:30:02.430Z Compiling serde_derive v1.0.215
12472024-12-03T22:30:02.454Z Compiling zeroize_derive v1.4.2
12482024-12-03T22:30:02.706Z Compiling zerocopy-derive v0.7.35
12492024-12-03T22:30:02.797Z Compiling tokio-macros v2.4.0
12502024-12-03T22:30:03.279Z Compiling zerofrom-derive v0.1.4
12512024-12-03T22:30:03.712Z Compiling zeroize v1.8.1
12522024-12-03T22:30:04.126Z Compiling yoke-derive v0.7.4
12532024-12-03T22:30:04.527Z Compiling zerocopy v0.7.35
12542024-12-03T22:30:04.649Z Compiling thiserror-impl v1.0.69
12552024-12-03T22:30:05.194Z Compiling crypto-common v0.1.6
12562024-12-03T22:30:05.457Z Compiling block-buffer v0.10.4
12572024-12-03T22:30:05.495Z Compiling zerovec-derive v0.10.3
12582024-12-03T22:30:05.693Z Compiling digest v0.10.7
12592024-12-03T22:30:05.828Z Compiling futures-macro v0.3.31
12602024-12-03T22:30:06.024Z Compiling block-padding v0.3.3
12612024-12-03T22:30:06.105Z Compiling hmac v0.12.1
12622024-12-03T22:30:06.226Z Compiling displaydoc v0.2.5
12632024-12-03T22:30:06.317Z Compiling inout v0.1.3
12642024-12-03T22:30:06.553Z Compiling cipher v0.4.4
12652024-12-03T22:30:06.676Z Compiling sha2 v0.10.8
12662024-12-03T22:30:06.702Z Compiling zerofrom v0.1.4
12672024-12-03T22:30:06.904Z Compiling yoke v0.7.4
12682024-12-03T22:30:06.987Z Compiling ppv-lite86 v0.2.20
12692024-12-03T22:30:07.219Z Compiling icu_provider_macros v1.5.0
12702024-12-03T22:30:07.361Z Compiling futures-util v0.3.31
12712024-12-03T22:30:07.406Z Compiling thiserror v1.0.69
12722024-12-03T22:30:07.536Z Compiling der_derive v0.7.3
12732024-12-03T22:30:07.629Z Compiling zerovec v0.10.4
12742024-12-03T22:30:07.655Z Compiling rand_chacha v0.3.1
12752024-12-03T22:30:07.680Z Compiling tracing-attributes v0.1.27
12762024-12-03T22:30:08.153Z Compiling rand v0.8.5
12772024-12-03T22:30:09.176Z Compiling tinystr v0.7.6
12782024-12-03T22:30:09.391Z Compiling icu_collections v1.5.0
12792024-12-03T22:30:09.464Z Compiling der v0.7.9
12802024-12-03T22:30:09.513Z Compiling icu_locid v1.5.0
12812024-12-03T22:30:09.546Z Compiling pest v2.7.14
12822024-12-03T22:30:09.917Z Compiling salsa20 v0.10.2
12832024-12-03T22:30:10.106Z Compiling pbkdf2 v0.12.2
12842024-12-03T22:30:10.629Z Compiling icu_provider v1.5.0
12852024-12-03T22:30:10.707Z Compiling tracing v0.1.40
12862024-12-03T22:30:10.949Z Compiling untrusted v0.7.1
12872024-12-03T22:30:11.081Z Compiling mirai-annotations v1.12.0
12882024-12-03T22:30:11.132Z Compiling time-core v0.1.2
12892024-12-03T22:30:11.253Z Compiling spki v0.7.3
12902024-12-03T22:30:11.288Z Compiling icu_locid_transform v1.5.0
12912024-12-03T22:30:11.530Z Compiling vcpkg v0.2.15
12922024-12-03T22:30:11.573Z Compiling icu_properties_data v1.5.0
12932024-12-03T22:30:11.598Z Compiling num-conv v0.1.0
12942024-12-03T22:30:11.783Z Compiling powerfmt v0.2.0
12952024-12-03T22:30:11.839Z Compiling untrusted v0.9.0
12962024-12-03T22:30:12.028Z Compiling deranged v0.3.11
12972024-12-03T22:30:12.124Z Compiling time-macros v0.2.18
12982024-12-03T22:30:12.312Z Compiling icu_properties v1.5.1
12992024-12-03T22:30:12.398Z Compiling pest_meta v2.7.14
13002024-12-03T22:30:13.325Z Compiling openssl-sys v0.9.103
13012024-12-03T22:30:13.567Z Compiling bitflags v2.6.0
13022024-12-03T22:30:13.798Z Compiling bytes v1.8.0
13032024-12-03T22:30:14.474Z Compiling indexmap v2.6.0
13042024-12-03T22:30:14.628Z Compiling tokio v1.40.0
13052024-12-03T22:30:14.884Z Compiling http v1.1.0
13062024-12-03T22:30:15.042Z Compiling semver v1.0.23
13072024-12-03T22:30:15.706Z Compiling rustc_version v0.4.1
13082024-12-03T22:30:15.730Z Compiling scrypt v0.11.0
13092024-12-03T22:30:16.185Z Compiling aes v0.8.4
13102024-12-03T22:30:16.276Z Compiling cbc v0.1.2
13112024-12-03T22:30:16.354Z Compiling scroll_derive v0.12.0
13122024-12-03T22:30:16.475Z Compiling write16 v1.0.0
13132024-12-03T22:30:16.517Z Compiling utf8_iter v1.0.4
13142024-12-03T22:30:16.597Z Compiling icu_normalizer_data v1.5.0
13152024-12-03T22:30:16.691Z Compiling utf16_iter v1.0.5
13162024-12-03T22:30:16.726Z Compiling num_threads v0.1.7
13172024-12-03T22:30:16.814Z Compiling atomic-waker v1.1.2
13182024-12-03T22:30:16.843Z Compiling icu_normalizer v1.5.0
13192024-12-03T22:30:16.872Z Compiling time v0.3.36
13202024-12-03T22:30:16.930Z Compiling http-body v1.0.1
13212024-12-03T22:30:16.983Z Compiling pkcs5 v0.7.1
13222024-12-03T22:30:17.130Z Compiling which v4.4.2
13232024-12-03T22:30:17.632Z Compiling scroll v0.12.0
13242024-12-03T22:30:18.046Z Compiling pest_generator v2.7.14
13252024-12-03T22:30:18.111Z Compiling form_urlencoded v1.2.1
13262024-12-03T22:30:18.223Z Compiling try-lock v0.2.5
13272024-12-03T22:30:18.246Z Compiling slog v2.7.0
13282024-12-03T22:30:18.361Z Compiling want v0.3.1
13292024-12-03T22:30:18.403Z Compiling goblin v0.8.2
13302024-12-03T22:30:18.459Z Compiling idna_adapter v1.2.0
13312024-12-03T22:30:18.612Z Compiling pkcs8 v0.10.2
13322024-12-03T22:30:18.652Z Compiling httpdate v1.0.3
13332024-12-03T22:30:19.043Z Compiling idna v1.0.3
13342024-12-03T22:30:19.200Z Compiling toml_datetime v0.6.8
13352024-12-03T22:30:19.429Z Compiling serde_tokenstream v0.2.2
13362024-12-03T22:30:19.574Z Compiling pest_derive v2.7.14
13372024-12-03T22:30:19.629Z Compiling uuid v1.11.0
13382024-12-03T22:30:19.920Z Compiling serde_spanned v0.6.8
13392024-12-03T22:30:20.112Z Compiling foreign-types-shared v0.1.1
13402024-12-03T22:30:20.214Z Compiling iana-time-zone v0.1.61
13412024-12-03T22:30:20.242Z Compiling dtrace-parser v0.2.0
13422024-12-03T22:30:20.563Z Compiling tower-service v0.3.3
13432024-12-03T22:30:20.662Z Compiling match_cfg v0.1.0
13442024-12-03T22:30:20.688Z Compiling base64 v0.22.1
13452024-12-03T22:30:20.756Z Compiling rustversion v1.0.17
13462024-12-03T22:30:20.809Z Compiling adler2 v2.0.0
13472024-12-03T22:30:20.983Z Compiling openssl v0.10.66
13482024-12-03T22:30:21.116Z Compiling miniz_oxide v0.8.0
13492024-12-03T22:30:21.335Z Compiling hostname v0.3.1
13502024-12-03T22:30:21.361Z Compiling chrono v0.4.38
13512024-12-03T22:30:21.444Z Compiling tokio-util v0.7.12
13522024-12-03T22:30:21.557Z Compiling foreign-types v0.3.2
13532024-12-03T22:30:21.640Z Compiling url v2.5.3
13542024-12-03T22:30:22.342Z Compiling h2 v0.4.6
13552024-12-03T22:30:22.596Z Compiling async-trait v0.1.83
13562024-12-03T22:30:23.178Z Compiling dof v0.3.0
13572024-12-03T22:30:23.226Z Compiling openssl-macros v0.1.1
13582024-12-03T22:30:23.823Z Compiling usdt-impl v0.5.0
13592024-12-03T22:30:24.366Z Compiling dirs-sys-next v0.1.2
13602024-12-03T22:30:24.703Z Compiling syn v1.0.109
13612024-12-03T22:30:24.921Z Compiling rustls v0.22.4
13622024-12-03T22:30:24.944Z Compiling native-tls v0.2.12
13632024-12-03T22:30:25.073Z Compiling siphasher v0.3.11
13642024-12-03T22:30:25.123Z Compiling data-encoding v2.6.0
13652024-12-03T22:30:25.203Z Compiling rustls v0.23.14
13662024-12-03T22:30:25.396Z Compiling dirs-next v2.0.0
13672024-12-03T22:30:25.568Z Compiling http-body-util v0.1.2
13682024-12-03T22:30:25.970Z Compiling heapless v0.7.17
13692024-12-03T22:30:26.296Z Compiling crossbeam-epoch v0.9.18
13702024-12-03T22:30:26.613Z Compiling signature v2.2.0
13712024-12-03T22:30:26.825Z Compiling sha1 v0.10.6
13722024-12-03T22:30:26.911Z Compiling bzip2-sys v0.1.11+1.0.8
13732024-12-03T22:30:27.017Z Compiling serde_derive_internals v0.29.1
13742024-12-03T22:30:27.146Z Compiling thread_local v1.1.8
13752024-12-03T22:30:27.238Z Compiling encoding_rs v0.8.34
13762024-12-03T22:30:27.403Z Compiling multer v3.1.0
13772024-12-03T22:30:27.443Z Compiling cookie v0.18.1
13782024-12-03T22:30:27.681Z Compiling rayon-core v1.12.1
13792024-12-03T22:30:27.722Z Compiling signal-hook v0.3.17
13802024-12-03T22:30:27.722Z Compiling mime v0.3.17
13812024-12-03T22:30:27.940Z Compiling hyper v1.5.0
13822024-12-03T22:30:27.999Z Compiling ipnet v2.10.1
13832024-12-03T22:30:28.269Z Compiling unicode-properties v0.1.3
13842024-12-03T22:30:28.584Z Compiling openssl-probe v0.1.5
13852024-12-03T22:30:28.903Z Compiling schemars v0.8.21
13862024-12-03T22:30:29.056Z Compiling gimli v0.31.1
13872024-12-03T22:30:29.165Z Compiling slog-async v2.8.0
13882024-12-03T22:30:29.362Z Compiling schemars_derive v0.8.21
13892024-12-03T22:30:29.656Z Compiling stringprep v0.1.5
13902024-12-03T22:30:30.702Z Compiling hyper-util v0.1.10
13912024-12-03T22:30:31.006Z Compiling toml_edit v0.22.22
13922024-12-03T22:30:31.428Z Compiling usdt-macro v0.5.0
13932024-12-03T22:30:32.022Z Compiling usdt-attr-macro v0.5.0
13942024-12-03T22:30:32.555Z Compiling addr2line v0.24.2
13952024-12-03T22:30:32.670Z Compiling crossbeam-deque v0.8.5
13962024-12-03T22:30:32.758Z Compiling term v0.7.0
13972024-12-03T22:30:33.123Z Compiling slog-json v2.6.1
13982024-12-03T22:30:33.160Z Compiling serde_urlencoded v0.7.1
13992024-12-03T22:30:33.239Z Compiling curve25519-dalek v4.1.3
14002024-12-03T22:30:33.356Z Compiling crossbeam-channel v0.5.13
14012024-12-03T22:30:33.443Z Compiling futures-executor v0.3.31
14022024-12-03T22:30:33.603Z Compiling enum-as-inner v0.6.1
14032024-12-03T22:30:33.729Z Compiling md-5 v0.10.6
14042024-12-03T22:30:33.924Z Compiling rustls-pemfile v2.2.0
14052024-12-03T22:30:33.952Z Compiling async-stream-impl v0.3.6
14062024-12-03T22:30:34.035Z Compiling num-integer v0.1.46
14072024-12-03T22:30:34.226Z Compiling idna v0.4.0
14082024-12-03T22:30:34.261Z Compiling idna v0.3.0
14092024-12-03T22:30:34.419Z Compiling hash32 v0.2.1
14102024-12-03T22:30:34.671Z Compiling ff v0.13.0
14112024-12-03T22:30:34.740Z Compiling is-terminal v0.4.13
14122024-12-03T22:30:34.855Z Compiling object v0.36.5
14132024-12-03T22:30:34.879Z Compiling dropshot v0.12.0
14142024-12-03T22:30:35.058Z Compiling anyhow v1.0.93
14152024-12-03T22:30:35.120Z Compiling base16ct v0.2.0
14162024-12-03T22:30:35.452Z Compiling rustc-demangle v0.1.24
14172024-12-03T22:30:35.611Z Compiling smoltcp v0.9.1
14182024-12-03T22:30:35.634Z Compiling linked-hash-map v0.5.6
14192024-12-03T22:30:35.634Z Compiling dyn-clone v1.0.17
14202024-12-03T22:30:35.831Z Compiling utf-8 v0.7.6
14212024-12-03T22:30:35.961Z Compiling portable-atomic v1.9.0
14222024-12-03T22:30:36.113Z Compiling quick-error v1.2.3
14232024-12-03T22:30:36.179Z Compiling fallible-iterator v0.2.0
14242024-12-03T22:30:36.246Z Compiling take_mut v0.2.2
14252024-12-03T22:30:36.272Z Compiling num-bigint-dig v0.8.4
14262024-12-03T22:30:36.389Z Compiling psl-types v2.0.11
14272024-12-03T22:30:36.561Z Compiling publicsuffix v2.2.3
14282024-12-03T22:30:36.781Z Compiling postgres-protocol v0.6.7
14292024-12-03T22:30:36.806Z Compiling resolv-conf v0.7.0
14302024-12-03T22:30:36.916Z Compiling tungstenite v0.24.0
14312024-12-03T22:30:37.472Z Compiling lru-cache v0.1.2
14322024-12-03T22:30:37.735Z Compiling sec1 v0.7.3
14332024-12-03T22:30:37.947Z Compiling async-stream v0.3.6
14342024-12-03T22:30:37.973Z Compiling group v0.13.0
14352024-12-03T22:30:38.222Z Compiling hickory-proto v0.24.1
14362024-12-03T22:30:38.246Z Compiling slog-term v2.9.1
14372024-12-03T22:30:38.274Z Compiling usdt v0.5.0
14382024-12-03T22:30:38.830Z Compiling num-iter v0.1.45
14392024-12-03T22:30:39.087Z Compiling futures v0.3.31
14402024-12-03T22:30:39.184Z Compiling toml v0.8.19
14412024-12-03T22:30:39.268Z Compiling slog-bunyan v2.5.0
14422024-12-03T22:30:40.588Z Compiling backtrace v0.3.74
14432024-12-03T22:30:40.629Z Compiling tokio-native-tls v0.3.1
14442024-12-03T22:30:40.976Z Compiling camino v1.1.9
14452024-12-03T22:30:41.200Z Compiling phf_shared v0.11.2
14462024-12-03T22:30:41.524Z Compiling dropshot_endpoint v0.12.0
14472024-12-03T22:30:41.682Z Compiling terminal_size v0.4.0
14482024-12-03T22:30:41.715Z Compiling waitgroup v0.1.2
14492024-12-03T22:30:41.781Z Compiling openapiv3 v2.0.0
14502024-12-03T22:30:41.870Z Compiling serde_path_to_error v0.1.16
14512024-12-03T22:30:41.913Z Compiling hkdf v0.12.4
14522024-12-03T22:30:42.135Z Compiling crypto-bigint v0.5.5
14532024-12-03T22:30:42.581Z Compiling webpki-roots v0.26.6
14542024-12-03T22:30:42.759Z Compiling curve25519-dalek-derive v0.1.1
14552024-12-03T22:30:43.516Z Compiling zerocopy-derive v0.6.6
14562024-12-03T22:30:43.934Z Compiling idna v0.5.0
14572024-12-03T22:30:44.430Z Compiling hubpack_derive v0.1.1
14582024-12-03T22:30:45.084Z Compiling hostname v0.4.0
14592024-12-03T22:30:45.143Z Compiling fs-err v2.11.0
14602024-12-03T22:30:45.167Z Compiling ahash v0.8.11
14612024-12-03T22:30:45.247Z Compiling crc32fast v1.4.2
14622024-12-03T22:30:45.282Z Compiling debug-ignore v1.0.5
14632024-12-03T22:30:45.372Z Compiling bitflags v1.3.2
14642024-12-03T22:30:45.402Z Compiling managed v0.8.0
14652024-12-03T22:30:45.465Z Compiling winnow v0.5.40
14662024-12-03T22:30:45.490Z Compiling clap_builder v4.5.21
14672024-12-03T22:30:45.606Z Compiling flate2 v1.0.34
14682024-12-03T22:30:45.629Z Compiling strum_macros v0.25.3
14692024-12-03T22:30:46.391Z Compiling console v0.15.8
14702024-12-03T22:30:46.758Z Compiling zerocopy v0.6.6
14712024-12-03T22:30:46.970Z Compiling hubpack v0.1.2
14722024-12-03T22:30:47.338Z Compiling elliptic-curve v0.13.8
14732024-12-03T22:30:47.415Z Compiling cookie_store v0.21.0
14742024-12-03T22:30:47.679Z Compiling hickory-resolver v0.24.1
14752024-12-03T22:30:48.024Z Compiling phf v0.11.2
14762024-12-03T22:30:48.271Z Compiling toml_edit v0.19.15
14772024-12-03T22:30:48.750Z Compiling signal-hook-mio v0.2.4
14782024-12-03T22:30:48.785Z Compiling hyper-tls v0.6.0
14792024-12-03T22:30:48.896Z Compiling rayon v1.10.0
14802024-12-03T22:30:49.134Z Compiling bzip2 v0.4.4
14812024-12-03T22:30:49.454Z Compiling tokio-tungstenite v0.24.0
14822024-12-03T22:30:49.885Z Compiling postgres-types v0.2.8
14832024-12-03T22:30:52.187Z Compiling ed25519 v2.2.3
14842024-12-03T22:30:52.846Z Compiling phf_shared v0.10.0
14852024-12-03T22:30:53.102Z Compiling tokio-stream v0.1.16
14862024-12-03T22:30:53.184Z Compiling pkcs1 v0.7.5
14872024-12-03T22:30:53.207Z Compiling serde-big-array v0.5.1
14882024-12-03T22:30:53.397Z Compiling clap_derive v4.5.18
14892024-12-03T22:30:53.510Z Compiling rfc6979 v0.4.0
14902024-12-03T22:30:53.667Z Compiling derive-where v1.2.7
14912024-12-03T22:30:53.703Z Compiling serde_repr v0.1.19
14922024-12-03T22:30:53.983Z Compiling float-cmp v0.9.0
14932024-12-03T22:30:54.014Z Compiling bstr v1.10.0
14942024-12-03T22:30:54.176Z Compiling sync_wrapper v1.0.1
14952024-12-03T22:30:54.320Z Compiling bit-vec v0.6.3
14962024-12-03T22:30:54.583Z Compiling whoami v1.5.2
14972024-12-03T22:30:54.645Z Compiling number_prefix v0.4.0
14982024-12-03T22:30:54.717Z Compiling new_debug_unreachable v1.0.6
14992024-12-03T22:30:54.806Z Compiling difflib v0.4.0
15002024-12-03T22:30:54.851Z Compiling fixedbitset v0.4.2
15012024-12-03T22:30:55.148Z Compiling unicode-segmentation v1.12.0
15022024-12-03T22:30:55.245Z Compiling unicode-width v0.2.0
15032024-12-03T22:30:55.495Z Compiling precomputed-hash v0.1.1
15042024-12-03T22:30:55.603Z Compiling normalize-line-endings v0.3.0
15052024-12-03T22:30:55.714Z Compiling static_assertions v1.1.0
15062024-12-03T22:30:55.738Z Compiling predicates-core v1.0.8
15072024-12-03T22:30:55.822Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15082024-12-03T22:30:55.897Z Compiling predicates v3.1.2
15092024-12-03T22:30:56.042Z Compiling similar v2.6.0
15102024-12-03T22:30:56.201Z Compiling indicatif v0.17.9
15112024-12-03T22:30:56.550Z Compiling string_cache v0.8.7
15122024-12-03T22:30:56.946Z Compiling petgraph v0.6.5
15132024-12-03T22:30:57.256Z Compiling clap v4.5.21
15142024-12-03T22:30:57.323Z Compiling tokio-postgres v0.7.12
15152024-12-03T22:30:57.373Z Compiling bit-set v0.5.3
15162024-12-03T22:30:57.609Z Compiling ecdsa v0.16.9
15172024-12-03T22:30:58.014Z Compiling rsa v0.9.6
15182024-12-03T22:30:58.038Z Compiling ed25519-dalek v2.1.1
15192024-12-03T22:30:58.293Z Compiling toml v0.7.8
15202024-12-03T22:30:59.068Z Compiling zip v0.6.6
15212024-12-03T22:30:59.635Z Compiling crossterm v0.28.1
15222024-12-03T22:31:00.604Z Compiling hex v0.4.3
15232024-12-03T22:31:00.818Z Compiling x509-cert v0.2.5
15242024-12-03T22:31:00.945Z Compiling itertools v0.10.5
15252024-12-03T22:31:01.118Z Compiling lalrpop-util v0.19.12
15262024-12-03T22:31:01.177Z Compiling peg-runtime v0.8.3
15272024-12-03T22:31:01.418Z Compiling unicode-xid v0.2.6
15282024-12-03T22:31:01.568Z Compiling strum_macros v0.26.4
15292024-12-03T22:31:01.765Z Compiling xattr v1.3.1
15302024-12-03T22:31:01.833Z Compiling filetime v0.2.25
15312024-12-03T22:31:02.105Z Compiling tar v0.4.42
15322024-12-03T22:31:05.405Z Compiling strum v0.26.3
15332024-12-03T22:31:07.836Z Compiling aws-lc-sys v0.22.0
15342024-12-03T22:31:38.022Z Compiling rustls-webpki v0.102.8
15352024-12-03T22:31:41.987Z Compiling tokio-rustls v0.25.0
15362024-12-03T22:31:43.739Z Compiling tokio-rustls v0.26.0
15372024-12-03T22:31:44.061Z Compiling hyper-rustls v0.27.3
15382024-12-03T22:31:44.531Z Compiling reqwest v0.12.9
15392024-12-03T22:31:45.637Z Compiling qorb v0.2.1
15402024-12-03T22:31:50.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15412024-12-03T22:31:51.257Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15422024-12-03T22:31:58.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15432024-12-03T22:31:58.705Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15442024-12-03T22:31:58.778ZDec 03 22:31:58.165 INFO Starting download, target: Clickhouse
15452024-12-03T22:31:58.778ZDec 03 22:31:58.166 INFO Starting download, target: Cockroach
15462024-12-03T22:31:58.778ZDec 03 22:31:58.166 INFO Starting download, target: Console
15472024-12-03T22:31:58.779ZDec 03 22:31:58.166 INFO Starting download, target: DendriteOpenapi
15482024-12-03T22:31:58.803ZDec 03 22:31:58.166 INFO Starting download, target: DendriteStub
15492024-12-03T22:31:58.804ZDec 03 22:31:58.166 INFO Starting download, target: MaghemiteMgd
15502024-12-03T22:31:58.804ZDec 03 22:31:58.166 INFO Starting download, target: TransceiverControl
15512024-12-03T22:31:58.804ZDec 03 22:31:58.168 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15522024-12-03T22:31:58.804ZDec 03 22:31:58.168 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15532024-12-03T22:31:58.804ZDec 03 22:31:58.168 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15542024-12-03T22:31:58.804ZDec 03 22:31:58.168 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15552024-12-03T22:31:58.804ZDec 03 22:31:58.168 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562024-12-03T22:31:58.804ZDec 03 22:31:58.168 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15572024-12-03T22:31:58.804ZDec 03 22:31:58.169 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15582024-12-03T22:31:59.871ZDec 03 22:31:59.237 INFO Download complete, target: DendriteOpenapi
15592024-12-03T22:32:00.985ZDec 03 22:32:00.377 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15602024-12-03T22:32:01.010ZDec 03 22:32:00.379 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15612024-12-03T22:32:01.164ZDec 03 22:32:00.556 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15622024-12-03T22:32:01.304ZDec 03 22:32:00.695 INFO Download complete, target: Console
15632024-12-03T22:32:01.683ZDec 03 22:32:01.076 INFO Download complete, target: TransceiverControl
15642024-12-03T22:32:02.664ZDec 03 22:32:02.056 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15652024-12-03T22:32:03.984ZDec 03 22:32:03.376 INFO Download complete, target: DendriteStub
15662024-12-03T22:32:04.527ZDec 03 22:32:03.919 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15672024-12-03T22:32:04.527ZDec 03 22:32:03.919 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15682024-12-03T22:32:05.605ZDec 03 22:32:04.998 INFO Download complete, target: MaghemiteMgd
15692024-12-03T22:32:12.514ZDec 03 22:32:11.899 INFO Checking that binary works, target: Cockroach
15702024-12-03T22:32:12.715ZDec 03 22:32:12.107 INFO Download complete, target: Cockroach
15712024-12-03T22:32:16.852ZDec 03 22:32:16.245 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15722024-12-03T22:32:30.062ZDec 03 22:32:29.454 INFO Checking that binary works, target: Clickhouse
15732024-12-03T22:32:30.268ZDec 03 22:32:29.661 INFO Download complete, target: Clickhouse
15742024-12-03T22:32:30.299ZAll builder prerequisites installed successfully, and PATH looks valid
15752024-12-03T22:32:30.325Z
15762024-12-03T22:32:30.325Zreal 5:05.858030388
15772024-12-03T22:32:30.325Zuser 14:06.066554651
15782024-12-03T22:32:30.325Zsys 3:06.123180271
15792024-12-03T22:32:30.325Ztrap 0.400344232
15802024-12-03T22:32:30.325Ztflt 0.759224655
15812024-12-03T22:32:30.325Zdflt 2.428900809
15822024-12-03T22:32:30.325Zkflt 0.008215304
15832024-12-03T22:32:30.325Zlock 31:51.978477890
15842024-12-03T22:32:30.325Zslp 52:47.993589821
15852024-12-03T22:32:30.326Zlat 59.823733588
15862024-12-03T22:32:30.326Zstop 2:11.011105540
15872024-12-03T22:32:30.326Z+ banner hack-check
15882024-12-03T22:32:30.326Z
15892024-12-03T22:32:30.327Z # # ## #### # # #### # # ###### #### # #
15902024-12-03T22:32:30.327Z # # # # # # # # # # # # # # # # #
15912024-12-03T22:32:30.327Z ###### # # # #### ##### # ###### ##### # ####
15922024-12-03T22:32:30.327Z # # ###### # # # # # # # # # #
15932024-12-03T22:32:30.328Z # # # # # # # # # # # # # # # # #
15942024-12-03T22:32:30.328Z # # # # #### # # #### # # ###### #### # #
15952024-12-03T22:32:30.328Z
15962024-12-03T22:32:30.328Z+ export CARGO_INCREMENTAL=0
15972024-12-03T22:32:30.328Z+ CARGO_INCREMENTAL=0
15982024-12-03T22:32:30.328Z+ ptime -m timeout 2h cargo xtask check-features --ci
15992024-12-03T22:32:31.140Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16002024-12-03T22:32:36.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
16012024-12-03T22:32:36.221Z Running `target/debug/xtask check-features --ci`
16022024-12-03T22:32:36.254Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16032024-12-03T22:32:36.254Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16042024-12-03T22:32:36.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
16052024-12-03T22:32:36.997Z Running `target/debug/xtask download cargo-hack`
16062024-12-03T22:32:38.201Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16072024-12-03T22:32:38.513Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16082024-12-03T22:32:44.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
16092024-12-03T22:32:44.926Z Running `target/debug/xtask-downloader cargo-hack`
16102024-12-03T22:32:44.983ZDec 03 22:32:44.376 INFO Starting download, target: CargoHack
16112024-12-03T22:32:45.009ZDec 03 22:32:44.377 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16122024-12-03T22:32:45.719ZDec 03 22:32:45.112 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16132024-12-03T22:32:45.818ZDec 03 22:32:45.211 INFO Download complete, target: CargoHack
16142024-12-03T22:32:45.843Zrunning: "/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"
16152024-12-03T22:32:45.867Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16162024-12-03T22:32:46.066Zinfo: running `cargo check --bins` on api_identity (1/173)
16172024-12-03T22:32:46.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-12-03T22:32:46.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-12-03T22:32:46.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-12-03T22:32:46.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
16212024-12-03T22:32:46.820Z
16222024-12-03T22:32:46.820Zinfo: running `cargo check --bins` on bootstore (2/173)
16232024-12-03T22:32:47.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-12-03T22:32:47.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-12-03T22:32:47.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-12-03T22:32:47.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
16272024-12-03T22:32:47.638Z
16282024-12-03T22:32:47.638Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16292024-12-03T22:32:48.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-12-03T22:32:48.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-12-03T22:32:48.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-12-03T22:32:48.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
16332024-12-03T22:32:48.438Z
16342024-12-03T22:32:48.438Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16352024-12-03T22:32:49.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-12-03T22:32:49.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-12-03T22:32:49.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-12-03T22:32:49.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
16392024-12-03T22:32:49.217Z
16402024-12-03T22:32:49.217Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16412024-12-03T22:32:49.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-12-03T22:32:49.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-12-03T22:32:49.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-12-03T22:32:49.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16452024-12-03T22:32:49.736Z
16462024-12-03T22:32:49.736Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16472024-12-03T22:32:50.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-12-03T22:32:50.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-12-03T22:32:50.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-12-03T22:32:50.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16512024-12-03T22:32:50.255Z
16522024-12-03T22:32:50.255Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16532024-12-03T22:32:50.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-12-03T22:32:50.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-12-03T22:32:50.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-12-03T22:32:50.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16572024-12-03T22:32:50.795Z
16582024-12-03T22:32:50.796Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16592024-12-03T22:32:51.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-12-03T22:32:51.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-12-03T22:32:51.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-12-03T22:32:51.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16632024-12-03T22:32:51.332Z
16642024-12-03T22:32:51.332Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16652024-12-03T22:32:51.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-12-03T22:32:51.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-12-03T22:32:51.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-12-03T22:32:51.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16692024-12-03T22:32:51.869Z
16702024-12-03T22:32:51.870Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16712024-12-03T22:32:52.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-12-03T22:32:52.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-12-03T22:32:52.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-12-03T22:32:52.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16752024-12-03T22:32:52.408Z
16762024-12-03T22:32:52.408Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16772024-12-03T22:32:52.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-12-03T22:32:52.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-12-03T22:32:52.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-12-03T22:32:52.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16812024-12-03T22:32:52.929Z
16822024-12-03T22:32:52.929Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16832024-12-03T22:32:53.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-12-03T22:32:53.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-12-03T22:32:53.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-12-03T22:32:53.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16872024-12-03T22:32:53.478Z
16882024-12-03T22:32:53.478Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16892024-12-03T22:32:53.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-12-03T22:32:53.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-12-03T22:32:53.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-12-03T22:32:53.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16932024-12-03T22:32:54.015Z
16942024-12-03T22:32:54.015Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16952024-12-03T22:32:54.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-12-03T22:32:54.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-12-03T22:32:54.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-12-03T22:32:54.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16992024-12-03T22:32:54.540Z
17002024-12-03T22:32:54.540Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17012024-12-03T22:32:55.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-12-03T22:32:55.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-12-03T22:32:55.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-12-03T22:32:55.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17052024-12-03T22:32:55.066Z
17062024-12-03T22:32:55.066Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17072024-12-03T22:32:55.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082024-12-03T22:32:55.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092024-12-03T22:32:55.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102024-12-03T22:32:55.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17112024-12-03T22:32:55.603Z
17122024-12-03T22:32:55.603Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17132024-12-03T22:32:56.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-12-03T22:32:56.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-12-03T22:32:56.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-12-03T22:32:56.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17172024-12-03T22:32:56.114Z
17182024-12-03T22:32:56.114Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17192024-12-03T22:32:56.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-12-03T22:32:56.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-12-03T22:32:56.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-12-03T22:32:56.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17232024-12-03T22:32:56.637Z
17242024-12-03T22:32:56.637Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17252024-12-03T22:32:57.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-12-03T22:32:57.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-12-03T22:32:57.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-12-03T22:32:57.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17292024-12-03T22:32:57.154Z
17302024-12-03T22:32:57.154Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17312024-12-03T22:32:57.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322024-12-03T22:32:57.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332024-12-03T22:32:57.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342024-12-03T22:32:57.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17352024-12-03T22:32:57.671Z
17362024-12-03T22:32:57.671Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17372024-12-03T22:32:58.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-12-03T22:32:58.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-12-03T22:32:58.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-12-03T22:32:58.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17412024-12-03T22:32:58.184Z
17422024-12-03T22:32:58.184Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17432024-12-03T22:32:58.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-12-03T22:32:58.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-12-03T22:32:58.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-12-03T22:32:58.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17472024-12-03T22:32:58.706Z
17482024-12-03T22:32:58.706Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17492024-12-03T22:32:59.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-12-03T22:32:59.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-12-03T22:32:59.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-12-03T22:32:59.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17532024-12-03T22:32:59.224Z
17542024-12-03T22:32:59.224Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17552024-12-03T22:32:59.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-12-03T22:32:59.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-12-03T22:32:59.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-12-03T22:32:59.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17592024-12-03T22:32:59.740Z
17602024-12-03T22:32:59.740Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17612024-12-03T22:33:00.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622024-12-03T22:33:00.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632024-12-03T22:33:00.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642024-12-03T22:33:00.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17652024-12-03T22:33:00.562Z
17662024-12-03T22:33:00.562Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17672024-12-03T22:33:01.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-12-03T22:33:01.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-12-03T22:33:01.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702024-12-03T22:33:01.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17712024-12-03T22:33:01.338Z
17722024-12-03T22:33:01.338Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17732024-12-03T22:33:02.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742024-12-03T22:33:02.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752024-12-03T22:33:02.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762024-12-03T22:33:02.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17772024-12-03T22:33:02.110Z
17782024-12-03T22:33:02.110Zinfo: running `cargo check --bins` on oxlog (28/173)
17792024-12-03T22:33:02.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802024-12-03T22:33:02.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812024-12-03T22:33:02.901Z Checking cfg-if v1.0.0
17822024-12-03T22:33:02.924Z Checking libc v0.2.162
17832024-12-03T22:33:02.948Z Checking serde v1.0.215
17842024-12-03T22:33:02.948Z Checking zeroize v1.8.1
17852024-12-03T22:33:02.974Z Checking memchr v2.7.4
17862024-12-03T22:33:02.998Z Checking typenum v1.17.0
17872024-12-03T22:33:03.022Z Checking scopeguard v1.2.0
17882024-12-03T22:33:03.022Z Checking subtle v2.6.1
17892024-12-03T22:33:03.045Z Checking value-bag v1.9.0
17902024-12-03T22:33:03.135Z Checking lock_api v0.4.12
17912024-12-03T22:33:03.175Z Checking itoa v1.0.11
17922024-12-03T22:33:03.245Z Checking smallvec v1.13.2
17932024-12-03T22:33:03.367Z Checking const-oid v0.9.6
17942024-12-03T22:33:03.397Z Checking log v0.4.22
17952024-12-03T22:33:03.490Z Checking pin-project-lite v0.2.14
17962024-12-03T22:33:03.542Z Checking byteorder v1.5.0
17972024-12-03T22:33:03.597Z Checking futures-core v0.3.31
17982024-12-03T22:33:03.711Z Checking once_cell v1.20.2
17992024-12-03T22:33:03.754Z Checking cpufeatures v0.2.14
18002024-12-03T22:33:03.835Z Checking futures-sink v0.3.31
18012024-12-03T22:33:03.859Z Checking stable_deref_trait v1.2.0
18022024-12-03T22:33:03.882Z Checking getrandom v0.2.15
18032024-12-03T22:33:03.906Z Checking signal-hook-registry v1.4.2
18042024-12-03T22:33:03.946Z Checking parking_lot_core v0.9.10
18052024-12-03T22:33:03.970Z Checking mio v1.0.2
18062024-12-03T22:33:03.994Z Checking socket2 v0.5.7
18072024-12-03T22:33:04.017Z Checking generic-array v0.14.7
18082024-12-03T22:33:04.063Z Checking rand_core v0.6.4
18092024-12-03T22:33:04.104Z Checking spin v0.9.8
18102024-12-03T22:33:04.231Z Checking parking_lot v0.12.3
18112024-12-03T22:33:04.321Z Checking zerocopy v0.7.35
18122024-12-03T22:33:04.388Z Checking zerofrom v0.1.4
18132024-12-03T22:33:04.411Z Checking slab v0.4.9
18142024-12-03T22:33:04.479Z Checking futures-channel v0.3.31
18152024-12-03T22:33:04.522Z Checking futures-io v0.3.31
18162024-12-03T22:33:04.575Z Checking yoke v0.7.4
18172024-12-03T22:33:04.630Z Checking foldhash v0.1.3
18182024-12-03T22:33:04.688Z Checking equivalent v1.0.1
18192024-12-03T22:33:04.712Z Checking futures-task v0.3.31
18202024-12-03T22:33:04.783Z Checking allocator-api2 v0.2.18
18212024-12-03T22:33:04.807Z Checking pin-utils v0.1.0
18222024-12-03T22:33:04.830Z Checking tinyvec_macros v0.1.1
18232024-12-03T22:33:04.864Z Checking zerovec v0.10.4
18242024-12-03T22:33:04.888Z Checking ryu v1.0.18
18252024-12-03T22:33:04.912Z Checking tinyvec v1.8.0
18262024-12-03T22:33:04.936Z Checking futures-util v0.3.31
18272024-12-03T22:33:04.936Z Checking crypto-common v0.1.6
18282024-12-03T22:33:05.076Z Checking block-buffer v0.10.4
18292024-12-03T22:33:05.099Z Checking block-padding v0.3.3
18302024-12-03T22:33:05.262Z Checking digest v0.10.7
18312024-12-03T22:33:05.286Z Checking inout v0.1.3
18322024-12-03T22:33:05.328Z Checking hashbrown v0.15.0
18332024-12-03T22:33:05.480Z Checking fnv v1.0.7
18342024-12-03T22:33:05.505Z Checking cipher v0.4.4
18352024-12-03T22:33:05.583Z Checking hmac v0.12.1
18362024-12-03T22:33:05.607Z Checking sha2 v0.10.8
18372024-12-03T22:33:05.761Z Checking libm v0.2.8
18382024-12-03T22:33:05.835Z Checking base64ct v1.6.0
18392024-12-03T22:33:05.967Z Checking unicode-normalization v0.1.24
18402024-12-03T22:33:06.036Z Checking writeable v0.5.5
18412024-12-03T22:33:06.206Z Checking unicode-bidi v0.3.17
18422024-12-03T22:33:06.258Z Checking tinystr v0.7.6
18432024-12-03T22:33:06.292Z Checking litemap v0.7.3
18442024-12-03T22:33:06.316Z Checking pem-rfc7468 v0.7.0
18452024-12-03T22:33:06.437Z Checking num-traits v0.2.19
18462024-12-03T22:33:06.533Z Checking ppv-lite86 v0.2.20
18472024-12-03T22:33:06.591Z Checking icu_locid v1.5.0
18482024-12-03T22:33:06.615Z Checking flagset v0.4.6
18492024-12-03T22:33:06.670Z Checking tracing-core v0.1.32
18502024-12-03T22:33:06.728Z Checking thiserror v1.0.69
18512024-12-03T22:33:06.785Z Checking der v0.7.9
18522024-12-03T22:33:06.848Z Checking icu_locid_transform_data v1.5.0
18532024-12-03T22:33:06.934Z Checking percent-encoding v2.3.1
18542024-12-03T22:33:06.991Z Checking bytes v1.8.0
18552024-12-03T22:33:07.117Z Checking indexmap v2.6.0
18562024-12-03T22:33:07.161Z Checking serde_json v1.0.132
18572024-12-03T22:33:07.218Z Checking rand_chacha v0.3.1
18582024-12-03T22:33:07.406Z Checking icu_provider v1.5.0
18592024-12-03T22:33:07.536Z Checking bitflags v2.6.0
18602024-12-03T22:33:07.655Z Checking tokio v1.40.0
18612024-12-03T22:33:07.746Z Checking http v1.1.0
18622024-12-03T22:33:07.787Z Checking rustls-pki-types v1.9.0
18632024-12-03T22:33:07.938Z Checking icu_locid_transform v1.5.0
18642024-12-03T22:33:08.143Z Checking rand v0.8.5
18652024-12-03T22:33:08.256Z Checking tracing v0.1.40
18662024-12-03T22:33:08.292Z Checking spki v0.7.3
18672024-12-03T22:33:08.525Z Checking icu_collections v1.5.0
18682024-12-03T22:33:08.552Z Checking salsa20 v0.10.2
18692024-12-03T22:33:08.585Z Checking pbkdf2 v0.12.2
18702024-12-03T22:33:08.729Z Checking aws-lc-sys v0.22.0
18712024-12-03T22:33:08.753Z Checking httparse v1.9.5
18722024-12-03T22:33:08.777Z Checking untrusted v0.7.1
18732024-12-03T22:33:08.911Z Checking mirai-annotations v1.12.0
18742024-12-03T22:33:08.935Z Checking untrusted v0.9.0
18752024-12-03T22:33:09.061Z Checking icu_properties_data v1.5.0
18762024-12-03T22:33:09.085Z Checking powerfmt v0.2.0
18772024-12-03T22:33:09.109Z Checking ring v0.17.8
18782024-12-03T22:33:09.133Z Checking scrypt v0.11.0
18792024-12-03T22:33:09.196Z Checking aes v0.8.4
18802024-12-03T22:33:09.219Z Checking cbc v0.1.2
18812024-12-03T22:33:09.264Z Checking icu_properties v1.5.1
18822024-12-03T22:33:09.315Z Checking crossbeam-utils v0.8.20
18832024-12-03T22:33:09.339Z Checking deranged v0.3.11
18842024-12-03T22:33:09.377Z Checking icu_normalizer_data v1.5.0
18852024-12-03T22:33:09.465Z Checking time-core v0.1.2
18862024-12-03T22:33:09.590Z Checking atomic-waker v1.1.2
18872024-12-03T22:33:09.697Z Checking write16 v1.0.0
18882024-12-03T22:33:09.803Z Checking utf16_iter v1.0.5
18892024-12-03T22:33:09.904Z Checking num_threads v0.1.7
18902024-12-03T22:33:09.943Z Checking utf8_iter v1.0.4
18912024-12-03T22:33:09.967Z Checking num-conv v0.1.0
18922024-12-03T22:33:10.006Z Checking pkcs5 v0.7.1
18932024-12-03T22:33:10.112Z Checking http-body v1.0.1
18942024-12-03T22:33:10.158Z Checking form_urlencoded v1.2.1
18952024-12-03T22:33:10.288Z Checking try-lock v0.2.5
18962024-12-03T22:33:10.354Z Checking unicode-ident v1.0.13
18972024-12-03T22:33:10.415Z Checking want v0.3.1
18982024-12-03T22:33:10.444Z Checking pkcs8 v0.10.2
18992024-12-03T22:33:10.498Z Checking httpdate v1.0.3
19002024-12-03T22:33:10.575Z Checking proc-macro2 v1.0.89
19012024-12-03T22:33:10.681Z Checking serde_spanned v0.6.8
19022024-12-03T22:33:10.715Z Checking uuid v1.11.0
19032024-12-03T22:33:10.739Z Checking toml_datetime v0.6.8
19042024-12-03T22:33:10.822Z Checking aws-lc-rs v1.10.0
19052024-12-03T22:33:10.847Z Checking time v0.3.36
19062024-12-03T22:33:10.871Z Checking slog v2.7.0
19072024-12-03T22:33:11.005Z Checking scroll v0.12.0
19082024-12-03T22:33:11.240Z Checking tower-service v0.3.3
19092024-12-03T22:33:11.286Z Checking adler2 v2.0.0
19102024-12-03T22:33:11.328Z Checking base64 v0.22.1
19112024-12-03T22:33:11.369Z Checking match_cfg v0.1.0
19122024-12-03T22:33:11.443Z Checking iana-time-zone v0.1.61
19132024-12-03T22:33:11.467Z Checking ucd-trie v0.1.7
19142024-12-03T22:33:11.491Z Checking foreign-types-shared v0.1.1
19152024-12-03T22:33:11.580Z Checking plain v0.2.3
19162024-12-03T22:33:11.604Z Checking chrono v0.4.38
19172024-12-03T22:33:11.651Z Checking pest v2.7.14
19182024-12-03T22:33:11.727Z Checking goblin v0.8.2
19192024-12-03T22:33:11.771Z Checking foreign-types v0.3.2
19202024-12-03T22:33:11.861Z Checking hostname v0.3.1
19212024-12-03T22:33:11.991Z Checking miniz_oxide v0.8.0
19222024-12-03T22:33:12.059Z Checking icu_normalizer v1.5.0
19232024-12-03T22:33:12.432Z Checking rustls-webpki v0.102.8
19242024-12-03T22:33:12.598Z Checking quote v1.0.37
19252024-12-03T22:33:12.736Z Checking idna_adapter v1.2.0
19262024-12-03T22:33:12.889Z Checking openssl-sys v0.9.103
19272024-12-03T22:33:12.912Z Checking idna v1.0.3
19282024-12-03T22:33:12.996Z Checking errno v0.3.9
19292024-12-03T22:33:13.099Z Checking dirs-sys-next v0.1.2
19302024-12-03T22:33:13.149Z Checking aho-corasick v1.1.3
19312024-12-03T22:33:13.258Z Checking data-encoding v2.6.0
19322024-12-03T22:33:13.342Z Checking url v2.5.3
19332024-12-03T22:33:13.365Z Checking pretty-hex v0.4.1
19342024-12-03T22:33:13.509Z Checking siphasher v0.3.11
19352024-12-03T22:33:13.758Z Checking tokio-util v0.7.12
19362024-12-03T22:33:13.785Z Checking regex-syntax v0.8.5
19372024-12-03T22:33:13.810Z Checking dtrace-parser v0.2.0
19382024-12-03T22:33:13.836Z Checking dirs-next v2.0.0
19392024-12-03T22:33:13.910Z Checking openssl v0.10.66
19402024-12-03T22:33:13.935Z Checking rustix v0.38.37
19412024-12-03T22:33:14.043Z Checking syn v2.0.87
19422024-12-03T22:33:14.197Z Checking http-body-util v0.1.2
19432024-12-03T22:33:14.527Z Checking h2 v0.4.6
19442024-12-03T22:33:14.553Z Checking crossbeam-epoch v0.9.18
19452024-12-03T22:33:14.576Z Checking sha1 v0.10.6
19462024-12-03T22:33:14.788Z Checking signature v2.2.0
19472024-12-03T22:33:14.908Z Checking lazy_static v1.5.0
19482024-12-03T22:33:14.952Z Checking thread_local v1.1.8
19492024-12-03T22:33:15.015Z Checking thread-id v4.2.2
19502024-12-03T22:33:15.100Z Checking encoding_rs v0.8.34
19512024-12-03T22:33:15.199Z Checking gimli v0.31.1
19522024-12-03T22:33:15.783Z Checking dof v0.3.0
19532024-12-03T22:33:16.280Z Checking unicode-properties v0.1.3
19542024-12-03T22:33:16.438Z Checking regex-automata v0.4.8
19552024-12-03T22:33:16.549Z Checking openssl-probe v0.1.5
19562024-12-03T22:33:16.673Z Checking winnow v0.6.20
19572024-12-03T22:33:16.785Z Checking mime v0.3.17
19582024-12-03T22:33:16.883Z Checking utf8parse v0.2.2
19592024-12-03T22:33:17.005Z Checking anstyle v1.0.10
19602024-12-03T22:33:17.051Z Checking ipnet v2.10.1
19612024-12-03T22:33:17.286Z Checking either v1.13.0
19622024-12-03T22:33:17.427Z Checking anstyle-parse v0.2.5
19632024-12-03T22:33:17.596Z Checking stringprep v0.1.5
19642024-12-03T22:33:17.645Z Checking crossbeam-deque v0.8.5
19652024-12-03T22:33:17.808Z Checking term v0.7.0
19662024-12-03T22:33:17.899Z Checking rustls v0.22.4
19672024-12-03T22:33:18.168Z Checking rustls v0.23.14
19682024-12-03T22:33:18.263Z Checking native-tls v0.2.12
19692024-12-03T22:33:18.368Z Checking addr2line v0.24.2
19702024-12-03T22:33:18.536Z Checking slog-json v2.6.1
19712024-12-03T22:33:18.751Z Checking serde_urlencoded v0.7.1
19722024-12-03T22:33:18.807Z Checking crossbeam-channel v0.5.13
19732024-12-03T22:33:19.022Z Checking toml_edit v0.22.22
19742024-12-03T22:33:19.113Z Checking futures-executor v0.3.31
19752024-12-03T22:33:19.156Z Checking usdt-impl v0.5.0
19762024-12-03T22:33:19.309Z Checking rustls-pemfile v2.2.0
19772024-12-03T22:33:19.418Z Checking num-integer v0.1.46
19782024-12-03T22:33:19.460Z Checking hyper v1.5.0
19792024-12-03T22:33:19.496Z Checking idna v0.4.0
19802024-12-03T22:33:19.608Z Checking idna v0.3.0
19812024-12-03T22:33:19.836Z Checking md-5 v0.10.6
19822024-12-03T22:33:20.019Z Checking ff v0.13.0
19832024-12-03T22:33:20.099Z Checking hash32 v0.2.1
19842024-12-03T22:33:20.167Z Checking is-terminal v0.4.13
19852024-12-03T22:33:20.199Z Checking memmap v0.7.0
19862024-12-03T22:33:20.223Z Checking object v0.36.5
19872024-12-03T22:33:20.274Z Checking fallible-iterator v0.2.0
19882024-12-03T22:33:20.393Z Checking utf-8 v0.7.6
19892024-12-03T22:33:20.417Z Checking take_mut v0.2.2
19902024-12-03T22:33:20.534Z Checking dyn-clone v1.0.17
19912024-12-03T22:33:20.569Z Checking base16ct v0.2.0
19922024-12-03T22:33:20.658Z Checking linked-hash-map v0.5.6
19932024-12-03T22:33:20.741Z Checking rustc-demangle v0.1.24
19942024-12-03T22:33:20.827Z Checking colorchoice v1.0.2
19952024-12-03T22:33:20.885Z Checking is_terminal_polyfill v1.70.1
19962024-12-03T22:33:20.949Z Checking anstyle-query v1.1.1
19972024-12-03T22:33:20.972Z Checking quick-error v1.2.3
19982024-12-03T22:33:20.996Z Checking psl-types v2.0.11
19992024-12-03T22:33:21.060Z Checking anstream v0.6.15
20002024-12-03T22:33:21.084Z Checking resolv-conf v0.7.0
20012024-12-03T22:33:21.108Z Checking lru-cache v0.1.2
20022024-12-03T22:33:21.160Z Checking publicsuffix v2.2.3
20032024-12-03T22:33:21.214Z Checking hyper-util v0.1.10
20042024-12-03T22:33:21.237Z Checking toml v0.8.19
20052024-12-03T22:33:21.269Z Checking tokio-rustls v0.25.0
20062024-12-03T22:33:21.367Z Checking postgres-protocol v0.6.7
20072024-12-03T22:33:21.392Z Checking sec1 v0.7.3
20082024-12-03T22:33:21.392Z Checking schemars v0.8.21
20092024-12-03T22:33:21.590Z Checking tungstenite v0.24.0
20102024-12-03T22:33:21.718Z Checking slog-async v2.8.0
20112024-12-03T22:33:21.857Z Checking usdt v0.5.0
20122024-12-03T22:33:21.898Z Checking heapless v0.7.17
20132024-12-03T22:33:21.969Z Checking slog-term v2.9.1
20142024-12-03T22:33:22.072Z Checking group v0.13.0
20152024-12-03T22:33:22.279Z Checking hickory-proto v0.24.1
20162024-12-03T22:33:22.355Z Checking num-iter v0.1.45
20172024-12-03T22:33:22.379Z Checking futures v0.3.31
20182024-12-03T22:33:22.477Z Checking slog-bunyan v2.5.0
20192024-12-03T22:33:22.517Z Checking tokio-native-tls v0.3.1
20202024-12-03T22:33:22.619Z Checking rayon-core v1.12.1
20212024-12-03T22:33:22.687Z Checking tokio-rustls v0.26.0
20222024-12-03T22:33:22.722Z Checking multer v3.1.0
20232024-12-03T22:33:22.746Z Checking terminal_size v0.4.0
20242024-12-03T22:33:22.807Z Checking phf_shared v0.11.2
20252024-12-03T22:33:22.839Z Checking cookie v0.18.1
20262024-12-03T22:33:22.889Z Checking async-stream v0.3.6
20272024-12-03T22:33:23.039Z Checking bzip2-sys v0.1.11+1.0.8
20282024-12-03T22:33:23.062Z Checking camino v1.1.9
20292024-12-03T22:33:23.062Z Checking signal-hook v0.3.17
20302024-12-03T22:33:23.091Z Checking waitgroup v0.1.2
20312024-12-03T22:33:23.153Z Checking openapiv3 v2.0.0
20322024-12-03T22:33:23.197Z Checking webpki-roots v0.26.6
20332024-12-03T22:33:23.221Z Checking serde_path_to_error v0.1.16
20342024-12-03T22:33:23.245Z Checking idna v0.5.0
20352024-12-03T22:33:23.364Z Checking hkdf v0.12.4
20362024-12-03T22:33:23.388Z Checking crypto-bigint v0.5.5
20372024-12-03T22:33:23.521Z Checking hostname v0.4.0
20382024-12-03T22:33:23.544Z Checking crc32fast v1.4.2
20392024-12-03T22:33:23.632Z Checking bitflags v1.3.2
20402024-12-03T22:33:23.718Z Checking unicode-width v0.1.14
20412024-12-03T22:33:23.742Z Checking winnow v0.5.40
20422024-12-03T22:33:23.765Z Checking strsim v0.11.1
20432024-12-03T22:33:23.862Z Checking clap_lex v0.7.2
20442024-12-03T22:33:23.989Z Checking debug-ignore v1.0.5
20452024-12-03T22:33:24.075Z Checking managed v0.8.0
20462024-12-03T22:33:24.099Z Checking console v0.15.8
20472024-12-03T22:33:24.122Z Checking clap_builder v4.5.21
20482024-12-03T22:33:24.387Z Checking smoltcp v0.9.1
20492024-12-03T22:33:24.567Z Checking cookie_store v0.21.0
20502024-12-03T22:33:25.112Z Checking flate2 v1.0.34
20512024-12-03T22:33:25.486Z Checking backtrace v0.3.74
20522024-12-03T22:33:25.586Z Checking hyper-rustls v0.27.3
20532024-12-03T22:33:25.662Z Checking signal-hook-mio v0.2.4
20542024-12-03T22:33:25.702Z Checking elliptic-curve v0.13.8
20552024-12-03T22:33:25.786Z Checking rayon v1.10.0
20562024-12-03T22:33:25.854Z Checking dropshot v0.12.0
20572024-12-03T22:33:25.887Z Checking bzip2 v0.4.4
20582024-12-03T22:33:25.981Z Checking anyhow v1.0.93
20592024-12-03T22:33:26.135Z Checking phf v0.11.2
20602024-12-03T22:33:26.161Z Checking toml_edit v0.19.15
20612024-12-03T22:33:26.249Z Checking hyper-tls v0.6.0
20622024-12-03T22:33:26.285Z Checking hickory-resolver v0.24.1
20632024-12-03T22:33:26.320Z Checking num-bigint-dig v0.8.4
20642024-12-03T22:33:26.381Z Checking tokio-tungstenite v0.24.0
20652024-12-03T22:33:26.498Z Checking postgres-types v0.2.8
20662024-12-03T22:33:26.617Z Checking bstr v1.10.0
20672024-12-03T22:33:26.768Z Checking regex v1.11.1
20682024-12-03T22:33:27.079Z Checking ed25519 v2.2.3
20692024-12-03T22:33:27.262Z Checking tokio-stream v0.1.16
20702024-12-03T22:33:27.331Z Checking phf_shared v0.10.0
20712024-12-03T22:33:27.365Z Checking curve25519-dalek v4.1.3
20722024-12-03T22:33:27.566Z Checking zerocopy v0.6.6
20732024-12-03T22:33:27.590Z Checking pkcs1 v0.7.5
20742024-12-03T22:33:27.914Z Checking hubpack v0.1.2
20752024-12-03T22:33:27.961Z Checking portable-atomic v1.9.0
20762024-12-03T22:33:28.062Z Checking float-cmp v0.9.0
20772024-12-03T22:33:28.162Z Checking serde-big-array v0.5.1
20782024-12-03T22:33:28.186Z Checking rfc6979 v0.4.0
20792024-12-03T22:33:28.186Z Checking sync_wrapper v1.0.1
20802024-12-03T22:33:28.222Z Checking unicode-segmentation v1.12.0
20812024-12-03T22:33:28.334Z Checking whoami v1.5.2
20822024-12-03T22:33:28.359Z Checking difflib v0.4.0
20832024-12-03T22:33:28.359Z Checking fixedbitset v0.4.2
20842024-12-03T22:33:28.597Z Checking static_assertions v1.1.0
20852024-12-03T22:33:28.621Z Checking normalize-line-endings v0.3.0
20862024-12-03T22:33:28.644Z Checking unicode-width v0.2.0
20872024-12-03T22:33:28.690Z Checking predicates-core v1.0.8
20882024-12-03T22:33:28.725Z Checking number_prefix v0.4.0
20892024-12-03T22:33:28.773Z Checking minimal-lexical v0.2.1
20902024-12-03T22:33:28.826Z Checking bit-vec v0.6.3
20912024-12-03T22:33:28.857Z Checking precomputed-hash v0.1.1
20922024-12-03T22:33:28.881Z Checking new_debug_unreachable v1.0.6
20932024-12-03T22:33:28.905Z Checking ed25519-dalek v2.1.1
20942024-12-03T22:33:28.928Z Checking predicates v3.1.2
20952024-12-03T22:33:28.960Z Checking qorb v0.2.1
20962024-12-03T22:33:28.983Z Checking string_cache v0.8.7
20972024-12-03T22:33:29.025Z Checking similar v2.6.0
20982024-12-03T22:33:29.049Z Checking indicatif v0.17.9
20992024-12-03T22:33:29.108Z Checking nom v7.1.3
21002024-12-03T22:33:29.132Z Checking bit-set v0.5.3
21012024-12-03T22:33:29.218Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21022024-12-03T22:33:29.241Z Checking petgraph v0.6.5
21032024-12-03T22:33:29.350Z Checking tokio-postgres v0.7.12
21042024-12-03T22:33:29.451Z Checking ecdsa v0.16.9
21052024-12-03T22:33:29.657Z Checking reqwest v0.12.9
21062024-12-03T22:33:29.735Z Checking toml v0.7.8
21072024-12-03T22:33:30.028Z Checking rsa v0.9.6
21082024-12-03T22:33:30.349Z Checking clap v4.5.21
21092024-12-03T22:33:30.446Z Checking zip v0.6.6
21102024-12-03T22:33:30.862Z Checking crossterm v0.28.1
21112024-12-03T22:33:30.986Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21122024-12-03T22:33:31.013Z Checking itertools v0.12.1
21132024-12-03T22:33:31.037Z Checking itertools v0.10.5
21142024-12-03T22:33:31.191Z Checking fs-err v2.11.0
21152024-12-03T22:33:31.401Z Checking ahash v0.8.11
21162024-12-03T22:33:31.669Z Checking x509-cert v0.2.5
21172024-12-03T22:33:31.746Z Checking semver v1.0.23
21182024-12-03T22:33:31.848Z Checking hex v0.4.3
21192024-12-03T22:33:31.957Z Checking peg-runtime v0.8.3
21202024-12-03T22:33:32.089Z Checking lalrpop-util v0.19.12
21212024-12-03T22:33:32.153Z Checking sigpipe v0.1.3
21222024-12-03T22:33:33.433Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21232024-12-03T22:33:33.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.72s
21242024-12-03T22:33:33.985Z
21252024-12-03T22:33:33.985Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21262024-12-03T22:33:34.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272024-12-03T22:33:34.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282024-12-03T22:33:34.848Z Compiling hashbrown v0.14.5
21292024-12-03T22:33:34.896Z Checking heck v0.5.0
21302024-12-03T22:33:34.921Z Compiling unsafe-libyaml v0.2.11
21312024-12-03T22:33:34.945Z Compiling ident_case v1.0.1
21322024-12-03T22:33:34.945Z Checking progenitor-client v0.8.0
21332024-12-03T22:33:34.969Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21342024-12-03T22:33:34.992Z Compiling proc-macro-crate v1.3.1
21352024-12-03T22:33:35.062Z Compiling darling_core v0.20.10
21362024-12-03T22:33:35.086Z Checking ipnetwork v0.20.0
21372024-12-03T22:33:35.259Z Compiling structmeta-derive v0.3.0
21382024-12-03T22:33:35.282Z Compiling newtype-uuid v1.1.3
21392024-12-03T22:33:35.409Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21402024-12-03T22:33:35.552Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21412024-12-03T22:33:35.652Z Compiling lzma-sys v0.1.20
21422024-12-03T22:33:35.840Z Compiling foreign-types-macros v0.2.3
21432024-12-03T22:33:35.864Z Checking regress v0.10.1
21442024-12-03T22:33:36.009Z Compiling serde_yaml v0.9.34+deprecated
21452024-12-03T22:33:36.270Z Compiling num_enum_derive v0.5.11
21462024-12-03T22:33:36.435Z Compiling dropshot v0.13.0
21472024-12-03T22:33:36.660Z Checking foreign-types-shared v0.3.1
21482024-12-03T22:33:36.763Z Checking arc-swap v1.7.1
21492024-12-03T22:33:36.876Z Checking foreign-types v0.5.0
21502024-12-03T22:33:37.058Z Compiling proc-macro-error v1.0.4
21512024-12-03T22:33:37.120Z Checking slog-scope v4.4.0
21522024-12-03T22:33:37.614Z Compiling structmeta v0.3.0
21532024-12-03T22:33:37.655Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21542024-12-03T22:33:37.756Z Checking tungstenite v0.21.0
21552024-12-03T22:33:37.779Z Compiling heck v0.3.3
21562024-12-03T22:33:37.989Z Compiling parse-display-derive v0.10.0
21572024-12-03T22:33:38.120Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21582024-12-03T22:33:38.332Z Checking num_enum v0.5.11
21592024-12-03T22:33:38.459Z Compiling dropshot_endpoint v0.13.0
21602024-12-03T22:33:38.514Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21612024-12-03T22:33:38.587Z Checking typify-impl v0.2.0
21622024-12-03T22:33:39.115Z Checking cstr-argument v0.1.2
21632024-12-03T22:33:39.269Z Checking instant v0.1.13
21642024-12-03T22:33:39.373Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21652024-12-03T22:33:39.509Z Checking fastrand v2.1.1
21662024-12-03T22:33:39.596Z Checking base64 v0.21.7
21672024-12-03T22:33:39.801Z Checking pretty-hex v0.2.1
21682024-12-03T22:33:39.825Z Checking tempfile v3.13.0
21692024-12-03T22:33:39.946Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21702024-12-03T22:33:40.004Z Checking backoff v0.4.0
21712024-12-03T22:33:40.125Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21722024-12-03T22:33:40.177Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21732024-12-03T22:33:40.259Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21742024-12-03T22:33:40.377Z Checking tokio-tungstenite v0.21.0
21752024-12-03T22:33:40.460Z Checking strum v0.26.3
21762024-12-03T22:33:40.484Z Compiling zone_cfg_derive v0.1.2
21772024-12-03T22:33:40.558Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21782024-12-03T22:33:40.609Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21792024-12-03T22:33:40.793Z Checking slog-stdlog v4.1.1
21802024-12-03T22:33:40.871Z Compiling darling_macro v0.20.10
21812024-12-03T22:33:40.957Z Checking regress v0.9.1
21822024-12-03T22:33:40.981Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21832024-12-03T22:33:41.106Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21842024-12-03T22:33:41.181Z Checking colored v2.1.0
21852024-12-03T22:33:41.344Z Checking macaddr v1.0.1
21862024-12-03T22:33:41.442Z Checking base64 v0.13.1
21872024-12-03T22:33:41.648Z Compiling darling v0.20.10
21882024-12-03T22:33:41.689Z Checking zone v0.1.8
21892024-12-03T22:33:41.757Z Compiling serde_with_macros v3.11.0
21902024-12-03T22:33:41.790Z Checking ron v0.7.1
21912024-12-03T22:33:41.819Z Checking parse-display v0.10.0
21922024-12-03T22:33:42.004Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21932024-12-03T22:33:42.253Z Checking xz2 v0.1.7
21942024-12-03T22:33:42.397Z Checking slog-envlogger v2.2.0
21952024-12-03T22:33:42.510Z Checking tabwriter v1.4.0
21962024-12-03T22:33:42.593Z Checking xattr v1.3.1
21972024-12-03T22:33:42.716Z Checking pem v3.0.4
21982024-12-03T22:33:42.740Z Checking yasna v0.5.2
21992024-12-03T22:33:42.769Z Checking headers-core v0.3.0
22002024-12-03T22:33:42.896Z Checking smf v0.2.3
22012024-12-03T22:33:42.941Z Checking filetime v0.2.25
22022024-12-03T22:33:43.122Z Checking same-file v1.0.6
22032024-12-03T22:33:43.254Z Checking tar v0.4.42
22042024-12-03T22:33:43.278Z Checking walkdir v2.5.0
22052024-12-03T22:33:43.302Z Checking headers v0.4.0
22062024-12-03T22:33:43.456Z Checking rcgen v0.12.1
22072024-12-03T22:33:43.508Z Checking camino-tempfile v1.1.1
22082024-12-03T22:33:43.618Z Checking atomicwrites v0.4.4
22092024-12-03T22:33:43.742Z Checking subprocess v0.2.9
22102024-12-03T22:33:44.060Z Checking serde_with v3.11.0
22112024-12-03T22:33:48.611Z Compiling typify-macro v0.2.0
22122024-12-03T22:33:50.951Z Compiling typify v0.2.0
22132024-12-03T22:33:51.040Z Compiling progenitor-impl v0.8.0
22142024-12-03T22:33:55.298Z Compiling progenitor-macro v0.8.0
22152024-12-03T22:34:01.435Z Checking progenitor v0.8.0
22162024-12-03T22:34:01.627Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22172024-12-03T22:34:01.627Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22182024-12-03T22:34:04.970Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22192024-12-03T22:34:05.367Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22202024-12-03T22:34:13.168Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22212024-12-03T22:34:15.176Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22222024-12-03T22:34:16.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.73s
22232024-12-03T22:34:16.879Z
22242024-12-03T22:34:16.879Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22252024-12-03T22:34:17.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-12-03T22:34:17.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-12-03T22:34:17.710Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22282024-12-03T22:34:19.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
22292024-12-03T22:34:19.478Z
22302024-12-03T22:34:19.478Zinfo: running `cargo check --bins` on nexus-config (31/173)
22312024-12-03T22:34:20.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-12-03T22:34:20.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-12-03T22:34:20.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-12-03T22:34:20.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
22352024-12-03T22:34:20.257Z
22362024-12-03T22:34:20.257Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22372024-12-03T22:34:20.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-12-03T22:34:20.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-12-03T22:34:20.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-12-03T22:34:20.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
22412024-12-03T22:34:21.029Z
22422024-12-03T22:34:21.029Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22432024-12-03T22:34:21.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-12-03T22:34:21.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-12-03T22:34:21.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462024-12-03T22:34:21.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
22472024-12-03T22:34:21.811Z
22482024-12-03T22:34:21.811Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22492024-12-03T22:34:22.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502024-12-03T22:34:22.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512024-12-03T22:34:22.679Z Compiling zerocopy v0.8.10
22522024-12-03T22:34:22.680Z Compiling progenitor-client v0.8.0
22532024-12-03T22:34:22.680Z Compiling itertools v0.13.0
22542024-12-03T22:34:22.704Z Compiling zerocopy-derive v0.8.10
22552024-12-03T22:34:22.704Z Compiling heapless v0.8.0
22562024-12-03T22:34:22.704Z Compiling newtype-uuid v1.1.3
22572024-12-03T22:34:22.704Z Compiling ipnetwork v0.20.0
22582024-12-03T22:34:22.704Z Checking hash32 v0.3.1
22592024-12-03T22:34:22.953Z Compiling instant v0.1.13
22602024-12-03T22:34:22.977Z Compiling smoltcp v0.11.0
22612024-12-03T22:34:23.091Z Compiling progenitor v0.8.0
22622024-12-03T22:34:23.151Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22632024-12-03T22:34:23.318Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22642024-12-03T22:34:23.554Z Compiling backoff v0.4.0
22652024-12-03T22:34:23.607Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662024-12-03T22:34:23.631Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672024-12-03T22:34:23.793Z Compiling dropshot v0.13.0
22682024-12-03T22:34:23.825Z Compiling serde_with v3.11.0
22692024-12-03T22:34:23.849Z Compiling parse-display v0.10.0
22702024-12-03T22:34:23.942Z Checking num-rational v0.4.2
22712024-12-03T22:34:24.330Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22722024-12-03T22:34:24.471Z Compiling regress v0.9.1
22732024-12-03T22:34:24.495Z Compiling phf_generator v0.11.2
22742024-12-03T22:34:24.651Z Checking num-complex v0.4.6
22752024-12-03T22:34:25.441Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22762024-12-03T22:34:25.905Z Compiling macaddr v1.0.1
22772024-12-03T22:34:26.225Z Checking cobs v0.2.3
22782024-12-03T22:34:26.297Z Compiling num v0.4.3
22792024-12-03T22:34:26.395Z Checking postcard v1.0.10
22802024-12-03T22:34:26.516Z Compiling phf_codegen v0.11.2
22812024-12-03T22:34:26.928Z Compiling parse-zoneinfo v0.3.1
22822024-12-03T22:34:27.075Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22832024-12-03T22:34:27.370Z Checking float-ord v0.3.2
22842024-12-03T22:34:27.504Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22852024-12-03T22:34:27.751Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22862024-12-03T22:34:27.810Z Compiling convert_case v0.4.0
22872024-12-03T22:34:28.607Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22882024-12-03T22:34:28.678Z Compiling chrono-tz-build v0.4.0
22892024-12-03T22:34:28.731Z Compiling derive_more v0.99.18
22902024-12-03T22:34:29.438Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22912024-12-03T22:34:29.913Z Compiling thiserror v2.0.3
22922024-12-03T22:34:29.951Z Compiling crucible-workspace-hack v0.1.0
22932024-12-03T22:34:30.160Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22942024-12-03T22:34:30.194Z Compiling chrono-tz v0.10.0
22952024-12-03T22:34:30.464Z Checking newline-converter v0.3.0
22962024-12-03T22:34:30.605Z Checking prettyplease v0.2.25
22972024-12-03T22:34:30.763Z Compiling thiserror-impl v2.0.3
22982024-12-03T22:34:30.788Z Compiling slog-dtrace v0.3.0
22992024-12-03T22:34:31.022Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23002024-12-03T22:34:31.114Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012024-12-03T22:34:31.523Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23022024-12-03T22:34:31.727Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032024-12-03T22:34:31.929Z Checking expectorate v1.1.0
23042024-12-03T22:34:32.081Z Compiling zone_cfg_derive v0.3.0
23052024-12-03T22:34:32.189Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
23062024-12-03T22:34:32.355Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23072024-12-03T22:34:33.079Z Compiling const_format_proc_macros v0.2.33
23082024-12-03T22:34:33.244Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23092024-12-03T22:34:33.268Z Compiling num-derive v0.4.2
23102024-12-03T22:34:33.506Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23112024-12-03T22:34:33.760Z Checking highway v1.2.0
23122024-12-03T22:34:34.111Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23132024-12-03T22:34:34.194Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23142024-12-03T22:34:34.365Z Checking zone v0.3.0
23152024-12-03T22:34:34.619Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
23162024-12-03T22:34:34.643Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23172024-12-03T22:34:34.799Z Checking const_format v0.2.33
23182024-12-03T22:34:34.986Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
23192024-12-03T22:34:35.080Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23202024-12-03T22:34:35.201Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23212024-12-03T22:34:35.390Z Checking gethostname v0.5.0
23222024-12-03T22:34:35.479Z Checking bcs v0.1.6
23232024-12-03T22:34:35.503Z Compiling async-recursion v1.1.1
23242024-12-03T22:34:36.155Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23252024-12-03T22:34:37.131Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23262024-12-03T22:34:42.883Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23272024-12-03T22:34:46.624Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23282024-12-03T22:34:49.934Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23292024-12-03T22:34:51.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.66s
23302024-12-03T22:34:51.624Z
23312024-12-03T22:34:51.624Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23322024-12-03T22:34:52.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332024-12-03T22:34:52.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342024-12-03T22:34:52.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352024-12-03T22:34:52.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23362024-12-03T22:34:52.452Z
23372024-12-03T22:34:52.452Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23382024-12-03T22:34:53.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-12-03T22:34:53.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-12-03T22:34:53.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412024-12-03T22:34:53.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
23422024-12-03T22:34:53.238Z
23432024-12-03T22:34:53.238Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23442024-12-03T22:34:53.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-12-03T22:34:53.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-12-03T22:34:54.061Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23472024-12-03T22:34:54.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
23482024-12-03T22:34:54.909Z
23492024-12-03T22:34:54.909Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23502024-12-03T22:34:55.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-12-03T22:34:55.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-12-03T22:34:55.816Z Compiling cfg_aliases v0.1.1
23532024-12-03T22:34:55.816Z Compiling vte_generate_state_changes v0.1.2
23542024-12-03T22:34:55.816Z Checking fd-lock v4.0.2
23552024-12-03T22:34:55.840Z Checking nibble_vec v0.1.0
23562024-12-03T22:34:55.840Z Checking bytecount v0.6.8
23572024-12-03T22:34:55.840Z Checking endian-type v0.1.2
23582024-12-03T22:34:55.864Z Compiling tabled_derive v0.7.0
23592024-12-03T22:34:55.922Z Compiling peg-macros v0.8.4
23602024-12-03T22:34:55.948Z Compiling nix v0.28.0
23612024-12-03T22:34:56.015Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23622024-12-03T22:34:56.040Z Checking papergrid v0.11.0
23632024-12-03T22:34:56.065Z Compiling sqlparser_derive v0.2.2
23642024-12-03T22:34:56.088Z Checking radix_trie v0.2.1
23652024-12-03T22:34:56.384Z Checking vte v0.11.1
23662024-12-03T22:34:56.436Z Checking nu-ansi-term v0.50.1
23672024-12-03T22:34:56.777Z Checking unicode_categories v0.1.1
23682024-12-03T22:34:56.947Z Checking home v0.5.9
23692024-12-03T22:34:56.972Z Checking sqlparser v0.45.0
23702024-12-03T22:34:57.029Z Checking sqlformat v0.2.6
23712024-12-03T22:34:57.103Z Checking display-error-chain v0.2.2
23722024-12-03T22:34:57.459Z Checking strip-ansi-escapes v0.2.0
23732024-12-03T22:34:57.590Z Checking reedline v0.35.0
23742024-12-03T22:34:57.806Z Checking tabled v0.15.0
23752024-12-03T22:34:58.260Z Checking peg v0.8.4
23762024-12-03T22:34:58.649Z Checking rustyline v14.0.0
23772024-12-03T22:35:09.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s
23782024-12-03T22:35:09.569Z
23792024-12-03T22:35:09.569Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23802024-12-03T22:35:10.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-12-03T22:35:10.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-12-03T22:35:10.444Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23832024-12-03T22:35:16.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.10s
23842024-12-03T22:35:16.834Z
23852024-12-03T22:35:16.834Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23862024-12-03T22:35:17.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-12-03T22:35:17.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-12-03T22:35:17.707Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23892024-12-03T22:35:22.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
23902024-12-03T22:35:22.470Z
23912024-12-03T22:35:22.470Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23922024-12-03T22:35:23.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-12-03T22:35:23.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-12-03T22:35:23.332Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23952024-12-03T22:35:29.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s
23962024-12-03T22:35:29.358Z
23972024-12-03T22:35:29.358Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23982024-12-03T22:35:30.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-12-03T22:35:30.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-12-03T22:35:30.249Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24012024-12-03T22:35:36.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s
24022024-12-03T22:35:36.350Z
24032024-12-03T22:35:36.350Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24042024-12-03T22:35:37.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-12-03T22:35:37.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-12-03T22:35:37.240Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24072024-12-03T22:35:42.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
24082024-12-03T22:35:42.274Z
24092024-12-03T22:35:42.274Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24102024-12-03T22:35:43.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-12-03T22:35:43.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-12-03T22:35:43.154Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24132024-12-03T22:35:48.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
24142024-12-03T22:35:48.319Z
24152024-12-03T22:35:48.319Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24162024-12-03T22:35:49.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-12-03T22:35:49.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-12-03T22:35:49.239Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24192024-12-03T22:35:55.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s
24202024-12-03T22:35:55.444Z
24212024-12-03T22:35:55.444Zinfo: running `cargo check --bins` on oximeter (46/173)
24222024-12-03T22:35:56.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-12-03T22:35:56.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-12-03T22:35:56.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-12-03T22:35:56.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24262024-12-03T22:35:56.250Z
24272024-12-03T22:35:56.250Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24282024-12-03T22:35:56.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-12-03T22:35:56.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-12-03T22:35:56.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-12-03T22:35:56.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
24322024-12-03T22:35:57.029Z
24332024-12-03T22:35:57.029Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24342024-12-03T22:35:57.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-12-03T22:35:57.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-12-03T22:35:57.846Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24372024-12-03T22:35:58.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
24382024-12-03T22:35:58.444Z
24392024-12-03T22:35:58.444Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24402024-12-03T22:35:59.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-12-03T22:35:59.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-12-03T22:35:59.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-12-03T22:35:59.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24442024-12-03T22:35:59.265Z
24452024-12-03T22:35:59.265Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24462024-12-03T22:35:59.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-12-03T22:35:59.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-12-03T22:35:59.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-12-03T22:35:59.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24502024-12-03T22:36:00.065Z
24512024-12-03T22:36:00.065Zinfo: running `cargo check --bins` on oxql-types (51/173)
24522024-12-03T22:36:00.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-12-03T22:36:00.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-12-03T22:36:00.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-12-03T22:36:00.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24562024-12-03T22:36:00.872Z
24572024-12-03T22:36:00.872Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24582024-12-03T22:36:01.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-12-03T22:36:01.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-12-03T22:36:01.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-12-03T22:36:01.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24622024-12-03T22:36:01.702Z
24632024-12-03T22:36:01.702Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24642024-12-03T22:36:02.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-12-03T22:36:02.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-12-03T22:36:02.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-12-03T22:36:02.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24682024-12-03T22:36:02.508Z
24692024-12-03T22:36:02.508Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24702024-12-03T22:36:03.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-12-03T22:36:03.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-12-03T22:36:03.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-12-03T22:36:03.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24742024-12-03T22:36:03.327Z
24752024-12-03T22:36:03.327Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24762024-12-03T22:36:04.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-12-03T22:36:04.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-12-03T22:36:04.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-12-03T22:36:04.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24802024-12-03T22:36:04.127Z
24812024-12-03T22:36:04.127Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24822024-12-03T22:36:04.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-12-03T22:36:04.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-12-03T22:36:04.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-12-03T22:36:04.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24862024-12-03T22:36:04.952Z
24872024-12-03T22:36:04.952Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24882024-12-03T22:36:05.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-12-03T22:36:05.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-12-03T22:36:05.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-12-03T22:36:05.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24922024-12-03T22:36:05.781Z
24932024-12-03T22:36:05.781Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24942024-12-03T22:36:06.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-12-03T22:36:06.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-12-03T22:36:06.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-12-03T22:36:06.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24982024-12-03T22:36:06.576Z
24992024-12-03T22:36:06.576Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
25002024-12-03T22:36:07.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-12-03T22:36:07.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-12-03T22:36:07.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-12-03T22:36:07.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25042024-12-03T22:36:07.406Z
25052024-12-03T22:36:07.406Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25062024-12-03T22:36:08.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-12-03T22:36:08.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-12-03T22:36:08.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-12-03T22:36:08.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25102024-12-03T22:36:08.233Z
25112024-12-03T22:36:08.233Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25122024-12-03T22:36:08.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-12-03T22:36:08.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-12-03T22:36:08.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-12-03T22:36:08.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25162024-12-03T22:36:09.053Z
25172024-12-03T22:36:09.053Zinfo: running `cargo check --bins` on dpd-client (62/173)
25182024-12-03T22:36:09.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-12-03T22:36:09.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-12-03T22:36:09.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-12-03T22:36:09.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25222024-12-03T22:36:09.862Z
25232024-12-03T22:36:09.862Zinfo: running `cargo check --bins` on gateway-client (63/173)
25242024-12-03T22:36:10.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-12-03T22:36:10.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-12-03T22:36:10.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-12-03T22:36:10.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25282024-12-03T22:36:10.673Z
25292024-12-03T22:36:10.673Zinfo: running `cargo check --bins` on installinator-client (64/173)
25302024-12-03T22:36:11.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-12-03T22:36:11.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-12-03T22:36:11.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-12-03T22:36:11.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25342024-12-03T22:36:11.498Z
25352024-12-03T22:36:11.498Zinfo: running `cargo check --bins` on installinator-common (65/173)
25362024-12-03T22:36:12.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-12-03T22:36:12.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-12-03T22:36:12.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-12-03T22:36:12.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25402024-12-03T22:36:12.321Z
25412024-12-03T22:36:12.321Zinfo: running `cargo check --bins` on update-engine (66/173)
25422024-12-03T22:36:13.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-12-03T22:36:13.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-12-03T22:36:13.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-12-03T22:36:13.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
25462024-12-03T22:36:13.120Z
25472024-12-03T22:36:13.120Zinfo: running `cargo check --bins` on nexus-client (67/173)
25482024-12-03T22:36:13.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-12-03T22:36:13.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-12-03T22:36:13.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-12-03T22:36:13.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25522024-12-03T22:36:13.951Z
25532024-12-03T22:36:13.951Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25542024-12-03T22:36:14.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-12-03T22:36:14.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-12-03T22:36:14.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-12-03T22:36:14.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25582024-12-03T22:36:14.784Z
25592024-12-03T22:36:14.784Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25602024-12-03T22:36:15.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-12-03T22:36:15.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-12-03T22:36:15.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-12-03T22:36:15.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25642024-12-03T22:36:15.597Z
25652024-12-03T22:36:15.597Zinfo: running `cargo check --bins` on nexus-types (70/173)
25662024-12-03T22:36:16.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-12-03T22:36:16.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-12-03T22:36:16.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-12-03T22:36:16.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25702024-12-03T22:36:16.470Z
25712024-12-03T22:36:16.470Zinfo: running `cargo check --bins` on oxide-client (71/173)
25722024-12-03T22:36:17.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-12-03T22:36:17.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-12-03T22:36:17.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-12-03T22:36:17.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25762024-12-03T22:36:17.290Z
25772024-12-03T22:36:17.290Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25782024-12-03T22:36:18.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-12-03T22:36:18.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-12-03T22:36:18.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-12-03T22:36:18.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25822024-12-03T22:36:18.126Z
25832024-12-03T22:36:18.127Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25842024-12-03T22:36:18.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-12-03T22:36:18.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-12-03T22:36:18.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-12-03T22:36:18.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25882024-12-03T22:36:18.951Z
25892024-12-03T22:36:18.952Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25902024-12-03T22:36:19.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-12-03T22:36:19.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-12-03T22:36:19.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-12-03T22:36:19.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25942024-12-03T22:36:19.809Z
25952024-12-03T22:36:19.809Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25962024-12-03T22:36:20.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-12-03T22:36:20.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-12-03T22:36:20.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-12-03T22:36:20.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26002024-12-03T22:36:20.701Z
26012024-12-03T22:36:20.702Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26022024-12-03T22:36:21.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-12-03T22:36:21.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-12-03T22:36:21.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-12-03T22:36:21.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26062024-12-03T22:36:21.592Z
26072024-12-03T22:36:21.592Zinfo: running `cargo check --bins` on wicket-common (77/173)
26082024-12-03T22:36:22.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-12-03T22:36:22.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-12-03T22:36:22.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-12-03T22:36:22.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26122024-12-03T22:36:22.439Z
26132024-12-03T22:36:22.439Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26142024-12-03T22:36:23.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-12-03T22:36:23.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-12-03T22:36:23.307Z Checking csv-core v0.1.11
26172024-12-03T22:36:23.307Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26182024-12-03T22:36:23.331Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26192024-12-03T22:36:23.603Z Checking csv v1.3.0
26202024-12-03T22:36:23.627Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26212024-12-03T22:36:24.297Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26222024-12-03T22:36:24.727Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26232024-12-03T22:36:26.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
26242024-12-03T22:36:26.412Z
26252024-12-03T22:36:26.412Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26262024-12-03T22:36:27.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-12-03T22:36:27.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-12-03T22:36:27.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-12-03T22:36:27.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26302024-12-03T22:36:27.270Z
26312024-12-03T22:36:27.270Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26322024-12-03T22:36:28.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-12-03T22:36:28.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-12-03T22:36:28.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-12-03T22:36:28.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26362024-12-03T22:36:28.103Z
26372024-12-03T22:36:28.103Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26382024-12-03T22:36:28.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-12-03T22:36:28.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-12-03T22:36:28.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-12-03T22:36:28.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26422024-12-03T22:36:29.045Z
26432024-12-03T22:36:29.045Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26442024-12-03T22:36:29.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-12-03T22:36:29.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-12-03T22:36:29.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472024-12-03T22:36:29.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26482024-12-03T22:36:29.982Z
26492024-12-03T22:36:29.982Zinfo: running `cargo check --bins` on dns-server (83/173)
26502024-12-03T22:36:30.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-12-03T22:36:30.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-12-03T22:36:30.834Z Compiling parking_lot_core v0.8.6
26532024-12-03T22:36:30.834Z Checking fxhash v0.2.1
26542024-12-03T22:36:30.858Z Checking hickory-server v0.24.1
26552024-12-03T22:36:30.858Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26562024-12-03T22:36:30.858Z Checking hickory-client v0.24.1
26572024-12-03T22:36:31.531Z Checking parking_lot v0.11.2
26582024-12-03T22:36:31.717Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26592024-12-03T22:36:31.717Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26602024-12-03T22:36:31.822Z Checking sled v0.34.7
26612024-12-03T22:36:34.001Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26622024-12-03T22:36:35.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
26632024-12-03T22:36:35.752Z
26642024-12-03T22:36:35.752Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26652024-12-03T22:36:36.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-12-03T22:36:36.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-12-03T22:36:36.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682024-12-03T22:36:36.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26692024-12-03T22:36:36.582Z
26702024-12-03T22:36:36.582Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26712024-12-03T22:36:37.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-12-03T22:36:37.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-12-03T22:36:37.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742024-12-03T22:36:37.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26752024-12-03T22:36:37.457Z
26762024-12-03T22:36:37.457Zinfo: running `cargo check --bins` on gateway-types (86/173)
26772024-12-03T22:36:38.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-12-03T22:36:38.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-12-03T22:36:38.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802024-12-03T22:36:38.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26812024-12-03T22:36:38.264Z
26822024-12-03T22:36:38.264Zinfo: running `cargo check --bins` on ipcc (87/173)
26832024-12-03T22:36:38.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-12-03T22:36:38.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-12-03T22:36:38.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862024-12-03T22:36:38.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26872024-12-03T22:36:39.069Z
26882024-12-03T22:36:39.069Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26892024-12-03T22:36:39.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-12-03T22:36:39.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-12-03T22:36:40.004Z Compiling semver v0.1.20
26922024-12-03T22:36:40.004Z Compiling radium v0.7.0
26932024-12-03T22:36:40.028Z Compiling maybe-uninit v2.0.0
26942024-12-03T22:36:40.052Z Checking tap v1.0.1
26952024-12-03T22:36:40.076Z Checking password-hash v0.5.0
26962024-12-03T22:36:40.100Z Checking blake2 v0.10.6
26972024-12-03T22:36:40.100Z Compiling owo-colors v4.1.0
26982024-12-03T22:36:40.100Z Checking crc-catalog v2.4.0
26992024-12-03T22:36:40.180Z Checking wyz v0.5.1
27002024-12-03T22:36:40.253Z Checking funty v2.0.0
27012024-12-03T22:36:40.339Z Compiling rustc_version v0.1.7
27022024-12-03T22:36:40.503Z Compiling packed_struct v0.10.1
27032024-12-03T22:36:40.540Z Compiling cancel-safe-futures v0.1.5
27042024-12-03T22:36:40.564Z Checking argon2 v0.5.3
27052024-12-03T22:36:40.648Z Checking crc v3.2.1
27062024-12-03T22:36:40.693Z Compiling packed_struct_codegen v0.10.1
27072024-12-03T22:36:40.791Z Compiling newtype_derive v0.1.6
27082024-12-03T22:36:40.817Z Checking half v2.4.1
27092024-12-03T22:36:40.865Z Compiling indexmap v1.9.3
27102024-12-03T22:36:40.922Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27112024-12-03T22:36:41.011Z Checking nodrop v0.1.14
27122024-12-03T22:36:41.035Z Checking bitvec v1.0.1
27132024-12-03T22:36:41.125Z Checking ciborium-io v0.2.2
27142024-12-03T22:36:41.163Z Checking array-init v0.0.4
27152024-12-03T22:36:41.187Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27162024-12-03T22:36:41.252Z Checking ciborium-ll v0.2.2
27172024-12-03T22:36:41.278Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27182024-12-03T22:36:41.307Z Checking smallvec v0.6.14
27192024-12-03T22:36:41.514Z Checking libsw v3.3.1
27202024-12-03T22:36:41.620Z Compiling memoffset v0.9.1
27212024-12-03T22:36:41.645Z Checking swrite v0.1.0
27222024-12-03T22:36:41.739Z Checking hashbrown v0.12.3
27232024-12-03T22:36:41.763Z Checking termcolor v1.4.1
27242024-12-03T22:36:41.866Z Checking linear-map v1.2.0
27252024-12-03T22:36:41.902Z Checking indent_write v2.2.0
27262024-12-03T22:36:41.995Z Checking bitfield v0.14.0
27272024-12-03T22:36:42.082Z Checking ron v0.8.1
27282024-12-03T22:36:42.121Z Checking env_logger v0.10.2
27292024-12-03T22:36:42.158Z Checking serde-hex v0.1.0
27302024-12-03T22:36:42.220Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27312024-12-03T22:36:42.614Z Checking ciborium v0.2.2
27322024-12-03T22:36:42.889Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27332024-12-03T22:36:42.924Z Checking steno v0.4.1
27342024-12-03T22:36:43.207Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27352024-12-03T22:36:43.282Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27362024-12-03T22:36:43.426Z Checking hashbrown v0.13.2
27372024-12-03T22:36:43.471Z Checking humantime v2.1.0
27382024-12-03T22:36:43.514Z Checking crc-any v2.5.0
27392024-12-03T22:36:43.727Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27402024-12-03T22:36:43.825Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27412024-12-03T22:36:44.150Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27422024-12-03T22:36:44.222Z Checking path-slash v0.1.5
27432024-12-03T22:36:44.291Z Checking object v0.30.4
27442024-12-03T22:36:44.353Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27452024-12-03T22:36:44.470Z Checking nix v0.27.1
27462024-12-03T22:36:44.734Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27472024-12-03T22:36:45.306Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27482024-12-03T22:36:45.377Z Checking tungstenite v0.23.0
27492024-12-03T22:36:45.464Z Checking kstat-rs v0.2.4
27502024-12-03T22:36:45.553Z Checking signal-hook-tokio v0.3.1
27512024-12-03T22:36:45.768Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27522024-12-03T22:36:46.147Z Checking tokio-tungstenite v0.23.1
27532024-12-03T22:36:46.494Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27542024-12-03T22:36:46.790Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27552024-12-03T22:36:46.949Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27562024-12-03T22:36:55.228Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27572024-12-03T22:36:56.757Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27582024-12-03T22:37:00.466Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27592024-12-03T22:37:07.676Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602024-12-03T22:37:08.504Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27612024-12-03T22:37:12.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.95s
27622024-12-03T22:37:12.191Z
27632024-12-03T22:37:12.191Zinfo: running `cargo check --bins` on gateway-api (89/173)
27642024-12-03T22:37:12.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-12-03T22:37:12.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-12-03T22:37:12.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-12-03T22:37:12.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27682024-12-03T22:37:12.980Z
27692024-12-03T22:37:12.980Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27702024-12-03T22:37:13.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-12-03T22:37:13.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-12-03T22:37:13.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-12-03T22:37:13.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27742024-12-03T22:37:13.745Z
27752024-12-03T22:37:13.745Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27762024-12-03T22:37:14.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-12-03T22:37:14.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-12-03T22:37:14.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-12-03T22:37:14.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27802024-12-03T22:37:14.530Z
27812024-12-03T22:37:14.530Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27822024-12-03T22:37:15.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-12-03T22:37:15.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-12-03T22:37:15.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-12-03T22:37:15.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27862024-12-03T22:37:15.321Z
27872024-12-03T22:37:15.321Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27882024-12-03T22:37:16.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-12-03T22:37:16.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-12-03T22:37:16.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-12-03T22:37:16.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27922024-12-03T22:37:16.109Z
27932024-12-03T22:37:16.109Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27942024-12-03T22:37:16.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-12-03T22:37:16.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-12-03T22:37:16.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-12-03T22:37:16.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27982024-12-03T22:37:16.902Z
27992024-12-03T22:37:16.902Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
28002024-12-03T22:37:17.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-12-03T22:37:17.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-12-03T22:37:17.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-12-03T22:37:17.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28042024-12-03T22:37:17.704Z
28052024-12-03T22:37:17.704Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28062024-12-03T22:37:18.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-12-03T22:37:18.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-12-03T22:37:18.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-12-03T22:37:18.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28102024-12-03T22:37:18.495Z
28112024-12-03T22:37:18.495Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28122024-12-03T22:37:19.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-12-03T22:37:19.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-12-03T22:37:19.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-12-03T22:37:19.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28162024-12-03T22:37:19.309Z
28172024-12-03T22:37:19.309Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28182024-12-03T22:37:19.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-12-03T22:37:20.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-12-03T22:37:20.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212024-12-03T22:37:20.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28222024-12-03T22:37:20.089Z
28232024-12-03T22:37:20.089Zinfo: running `cargo check --bins` on sp-sim (99/173)
28242024-12-03T22:37:20.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-12-03T22:37:20.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-12-03T22:37:20.908Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28272024-12-03T22:37:23.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
28282024-12-03T22:37:23.224Z
28292024-12-03T22:37:23.224Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28302024-12-03T22:37:23.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-12-03T22:37:24.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-12-03T22:37:24.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332024-12-03T22:37:24.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28342024-12-03T22:37:24.087Z
28352024-12-03T22:37:24.087Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28362024-12-03T22:37:24.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-12-03T22:37:24.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-12-03T22:37:24.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392024-12-03T22:37:24.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28402024-12-03T22:37:24.948Z
28412024-12-03T22:37:24.948Zinfo: running `cargo check --bins` on db-macros (102/173)
28422024-12-03T22:37:25.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-12-03T22:37:25.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-12-03T22:37:25.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452024-12-03T22:37:25.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28462024-12-03T22:37:25.742Z
28472024-12-03T22:37:25.742Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28482024-12-03T22:37:26.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-12-03T22:37:26.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-12-03T22:37:26.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-12-03T22:37:26.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28522024-12-03T22:37:26.530Z
28532024-12-03T22:37:26.530Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28542024-12-03T22:37:27.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-12-03T22:37:27.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-12-03T22:37:27.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572024-12-03T22:37:27.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28582024-12-03T22:37:27.367Z
28592024-12-03T22:37:27.367Zinfo: running `cargo check --bins` on authz-macros (105/173)
28602024-12-03T22:37:28.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-12-03T22:37:28.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-12-03T22:37:28.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632024-12-03T22:37:28.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28642024-12-03T22:37:28.173Z
28652024-12-03T22:37:28.173Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28662024-12-03T22:37:28.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-12-03T22:37:28.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-12-03T22:37:28.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692024-12-03T22:37:28.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28702024-12-03T22:37:29.005Z
28712024-12-03T22:37:29.005Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28722024-12-03T22:37:29.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-12-03T22:37:29.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-12-03T22:37:29.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752024-12-03T22:37:29.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28762024-12-03T22:37:29.845Z
28772024-12-03T22:37:29.845Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28782024-12-03T22:37:30.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-12-03T22:37:30.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-12-03T22:37:30.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812024-12-03T22:37:30.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28822024-12-03T22:37:30.643Z
28832024-12-03T22:37:30.643Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28842024-12-03T22:37:31.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-12-03T22:37:31.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-12-03T22:37:31.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-12-03T22:37:31.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28882024-12-03T22:37:31.477Z
28892024-12-03T22:37:31.477Zinfo: running `cargo check --bins` on typed-rng (110/173)
28902024-12-03T22:37:32.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-12-03T22:37:32.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-12-03T22:37:32.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932024-12-03T22:37:32.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28942024-12-03T22:37:32.250Z
28952024-12-03T22:37:32.250Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28962024-12-03T22:37:33.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-12-03T22:37:33.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-12-03T22:37:33.202Z Checking keccak v0.1.5
28992024-12-03T22:37:33.234Z Checking secrecy v0.8.0
29002024-12-03T22:37:33.234Z Compiling unicase v2.7.0
29012024-12-03T22:37:33.234Z Compiling same-file v1.0.6
29022024-12-03T22:37:33.268Z Compiling tempfile v3.13.0
29032024-12-03T22:37:33.310Z Compiling thiserror-impl-no-std v2.0.2
29042024-12-03T22:37:33.310Z Checking universal-hash v0.5.1
29052024-12-03T22:37:33.334Z Compiling ring v0.16.20
29062024-12-03T22:37:33.421Z Compiling walkdir v2.5.0
29072024-12-03T22:37:33.478Z Checking sha3 v0.10.8
29082024-12-03T22:37:33.502Z Compiling blake3 v1.5.4
29092024-12-03T22:37:33.526Z Checking opaque-debug v0.3.1
29102024-12-03T22:37:33.650Z Checking poly1305 v0.8.0
29112024-12-03T22:37:33.721Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29122024-12-03T22:37:33.844Z Checking chacha20 v0.9.1
29132024-12-03T22:37:33.956Z Checking aead v0.5.2
29142024-12-03T22:37:34.060Z Compiling memmap2 v0.9.5
29152024-12-03T22:37:34.060Z Compiling salty v0.3.0
29162024-12-03T22:37:34.098Z Compiling arrayvec v0.7.6
29172024-12-03T22:37:34.145Z Compiling arrayref v0.3.9
29182024-12-03T22:37:34.169Z Compiling constant_time_eq v0.3.1
29192024-12-03T22:37:34.246Z Compiling libefi-sys v0.1.0
29202024-12-03T22:37:34.332Z Compiling spin v0.5.2
29212024-12-03T22:37:34.455Z Checking chacha20poly1305 v0.10.1
29222024-12-03T22:37:34.526Z Compiling toolchain_find v0.4.0
29232024-12-03T22:37:34.550Z Compiling camino-tempfile v1.1.1
29242024-12-03T22:37:34.574Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29252024-12-03T22:37:34.623Z Compiling bitfield-struct v0.6.2
29262024-12-03T22:37:34.833Z Compiling topological-sort v0.2.2
29272024-12-03T22:37:34.956Z Compiling mime_guess v2.0.5
29282024-12-03T22:37:35.010Z Compiling rustfmt-wrapper v0.2.1
29292024-12-03T22:37:35.403Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29302024-12-03T22:37:35.529Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29312024-12-03T22:37:35.643Z Checking primeorder v0.13.6
29322024-12-03T22:37:35.722Z Checking env_filter v0.1.2
29332024-12-03T22:37:35.788Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29342024-12-03T22:37:35.824Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29352024-12-03T22:37:35.924Z Checking env_logger v0.11.5
29362024-12-03T22:37:35.950Z Checking thiserror-no-std v2.0.2
29372024-12-03T22:37:36.039Z Checking p384 v0.13.0
29382024-12-03T22:37:36.063Z Checking vsss-rs v3.3.4
29392024-12-03T22:37:36.116Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29402024-12-03T22:37:36.140Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29412024-12-03T22:37:36.327Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29422024-12-03T22:37:36.351Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29432024-12-03T22:37:36.453Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29442024-12-03T22:37:36.638Z Checking simd-adler32 v0.3.7
29452024-12-03T22:37:36.681Z Checking bumpalo v3.16.0
29462024-12-03T22:37:36.704Z Checking http-range v0.1.5
29472024-12-03T22:37:36.735Z Compiling zip v2.1.3
29482024-12-03T22:37:36.866Z Checking lockfree-object-pool v0.1.6
29492024-12-03T22:37:36.939Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29502024-12-03T22:37:36.968Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29512024-12-03T22:37:37.033Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29522024-12-03T22:37:37.090Z Checking zopfli v0.8.1
29532024-12-03T22:37:37.206Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
29542024-12-03T22:37:37.535Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29552024-12-03T22:37:37.583Z Checking nanorand v0.7.0
29562024-12-03T22:37:37.650Z Checking atty v0.2.14
29572024-12-03T22:37:37.673Z Checking glob v0.3.1
29582024-12-03T22:37:37.762Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29592024-12-03T22:37:37.888Z Checking flume v0.11.1
29602024-12-03T22:37:38.149Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29612024-12-03T22:37:38.310Z Compiling omicron-zone-package v0.11.1
29622024-12-03T22:37:38.500Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29632024-12-03T22:37:38.842Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29642024-12-03T22:37:38.940Z Checking hyper-staticfile v0.10.1
29652024-12-03T22:37:39.389Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29662024-12-03T22:37:39.623Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29672024-12-03T22:37:39.667Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29682024-12-03T22:37:39.745Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29692024-12-03T22:37:39.818Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
29702024-12-03T22:37:40.789Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29712024-12-03T22:37:40.815Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29722024-12-03T22:37:41.177Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29732024-12-03T22:37:42.569Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29742024-12-03T22:37:44.311Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29752024-12-03T22:37:44.335Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29762024-12-03T22:37:56.660Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29772024-12-03T22:38:13.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.55s
29782024-12-03T22:38:13.975Z
29792024-12-03T22:38:13.975Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29802024-12-03T22:38:14.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-12-03T22:38:14.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-12-03T22:38:14.937Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29832024-12-03T22:38:32.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.39s
29842024-12-03T22:38:32.547Z
29852024-12-03T22:38:32.547Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29862024-12-03T22:38:33.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-12-03T22:38:33.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-12-03T22:38:33.497Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29892024-12-03T22:38:50.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.16s
29902024-12-03T22:38:50.894Z
29912024-12-03T22:38:50.894Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29922024-12-03T22:38:51.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-12-03T22:38:51.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-12-03T22:38:51.856Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29952024-12-03T22:39:08.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.09s
29962024-12-03T22:39:09.165Z
29972024-12-03T22:39:09.166Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29982024-12-03T22:39:09.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-12-03T22:39:09.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-12-03T22:39:10.115Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30012024-12-03T22:39:27.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.17s
30022024-12-03T22:39:27.518Z
30032024-12-03T22:39:27.518Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30042024-12-03T22:39:28.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-12-03T22:39:28.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-12-03T22:39:28.480Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30072024-12-03T22:39:46.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.50s
30082024-12-03T22:39:46.201Z
30092024-12-03T22:39:46.201Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30102024-12-03T22:39:46.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-12-03T22:39:46.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-12-03T22:39:47.130Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30132024-12-03T22:40:04.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.70s
30142024-12-03T22:40:05.094Z
30152024-12-03T22:40:05.094Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30162024-12-03T22:40:05.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-12-03T22:40:05.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-12-03T22:40:06.049Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30192024-12-03T22:40:23.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.30s
30202024-12-03T22:40:23.571Z
30212024-12-03T22:40:23.571Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30222024-12-03T22:40:24.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-12-03T22:40:24.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-12-03T22:40:24.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252024-12-03T22:40:24.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30262024-12-03T22:40:24.422Z
30272024-12-03T22:40:24.422Zinfo: running `cargo check --bins` on key-manager (120/173)
30282024-12-03T22:40:25.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-12-03T22:40:25.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-12-03T22:40:25.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312024-12-03T22:40:25.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30322024-12-03T22:40:25.233Z
30332024-12-03T22:40:25.233Zinfo: running `cargo check --bins` on range-requests (121/173)
30342024-12-03T22:40:25.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-12-03T22:40:25.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-12-03T22:40:25.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372024-12-03T22:40:25.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30382024-12-03T22:40:26.023Z
30392024-12-03T22:40:26.023Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30402024-12-03T22:40:26.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-12-03T22:40:26.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-12-03T22:40:26.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-12-03T22:40:26.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30442024-12-03T22:40:26.821Z
30452024-12-03T22:40:26.821Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30462024-12-03T22:40:27.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-12-03T22:40:27.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-12-03T22:40:27.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-12-03T22:40:27.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30502024-12-03T22:40:27.636Z
30512024-12-03T22:40:27.636Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30522024-12-03T22:40:28.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-12-03T22:40:28.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-12-03T22:40:28.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552024-12-03T22:40:28.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30562024-12-03T22:40:28.432Z
30572024-12-03T22:40:28.432Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30582024-12-03T22:40:29.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-12-03T22:40:29.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-12-03T22:40:29.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-12-03T22:40:29.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30622024-12-03T22:40:29.268Z
30632024-12-03T22:40:29.268Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30642024-12-03T22:40:30.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-12-03T22:40:30.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-12-03T22:40:30.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-12-03T22:40:30.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30682024-12-03T22:40:30.116Z
30692024-12-03T22:40:30.116Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30702024-12-03T22:40:30.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-12-03T22:40:30.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-12-03T22:40:30.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-12-03T22:40:30.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30742024-12-03T22:40:30.974Z
30752024-12-03T22:40:30.974Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30762024-12-03T22:40:31.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-12-03T22:40:31.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-12-03T22:40:31.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-12-03T22:40:31.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30802024-12-03T22:40:31.801Z
30812024-12-03T22:40:31.801Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30822024-12-03T22:40:32.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-12-03T22:40:32.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-12-03T22:40:32.686Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30852024-12-03T22:40:32.686Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30862024-12-03T22:40:33.496Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30872024-12-03T22:40:35.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
30882024-12-03T22:40:36.113Z
30892024-12-03T22:40:36.113Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30902024-12-03T22:40:36.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-12-03T22:40:36.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-12-03T22:40:36.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932024-12-03T22:40:36.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30942024-12-03T22:40:36.955Z
30952024-12-03T22:40:36.955Zinfo: running `cargo check --bins` on cert-dev (131/173)
30962024-12-03T22:40:37.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-12-03T22:40:37.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-12-03T22:40:37.779Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30992024-12-03T22:40:38.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
31002024-12-03T22:40:38.190Z
31012024-12-03T22:40:38.190Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31022024-12-03T22:40:38.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-12-03T22:40:38.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-12-03T22:40:39.113Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31052024-12-03T22:40:39.113Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31062024-12-03T22:40:39.714Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31072024-12-03T22:40:40.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
31082024-12-03T22:40:40.318Z
31092024-12-03T22:40:40.318Zinfo: running `cargo check --bins` on ch-dev (133/173)
31102024-12-03T22:40:41.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112024-12-03T22:40:41.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122024-12-03T22:40:41.174Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31132024-12-03T22:40:41.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
31142024-12-03T22:40:42.120Z
31152024-12-03T22:40:42.120Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31162024-12-03T22:40:42.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172024-12-03T22:40:42.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182024-12-03T22:40:42.952Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31192024-12-03T22:40:43.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
31202024-12-03T22:40:43.480Z
31212024-12-03T22:40:43.480Zinfo: running `cargo check --bins` on db-dev (135/173)
31222024-12-03T22:40:44.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232024-12-03T22:40:44.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242024-12-03T22:40:44.328Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31252024-12-03T22:40:45.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
31262024-12-03T22:40:45.290Z
31272024-12-03T22:40:45.290Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31282024-12-03T22:40:46.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292024-12-03T22:40:46.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302024-12-03T22:40:46.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312024-12-03T22:40:46.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31322024-12-03T22:40:46.152Z
31332024-12-03T22:40:46.152Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31342024-12-03T22:40:46.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352024-12-03T22:40:46.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362024-12-03T22:40:46.954Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31372024-12-03T22:40:48.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
31382024-12-03T22:40:48.164Z
31392024-12-03T22:40:48.164Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31402024-12-03T22:40:48.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-12-03T22:40:48.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-12-03T22:40:48.974Z Checking cargo-platform v0.1.8
31432024-12-03T22:40:49.222Z Checking cargo_metadata v0.18.1
31442024-12-03T22:40:50.464Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31452024-12-03T22:40:51.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
31462024-12-03T22:40:51.533Z
31472024-12-03T22:40:51.533Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31482024-12-03T22:40:52.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-12-03T22:40:52.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-12-03T22:40:52.481Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31512024-12-03T22:40:53.253Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31522024-12-03T22:40:53.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
31532024-12-03T22:40:54.118Z
31542024-12-03T22:40:54.118Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31552024-12-03T22:40:54.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-12-03T22:40:54.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-12-03T22:40:55.107Z Compiling crunchy v0.2.2
31582024-12-03T22:40:55.107Z Compiling tiny-keccak v2.0.2
31592024-12-03T22:40:55.107Z Compiling dsl_auto_type v0.1.2
31602024-12-03T22:40:55.107Z Checking scheduled-thread-pool v0.2.7
31612024-12-03T22:40:55.132Z Compiling diesel_table_macro_syntax v0.2.0
31622024-12-03T22:40:55.132Z Compiling ascii-canvas v3.0.0
31632024-12-03T22:40:55.156Z Compiling ena v0.14.3
31642024-12-03T22:40:55.156Z Compiling diff v0.1.13
31652024-12-03T22:40:55.441Z Compiling regex-syntax v0.6.29
31662024-12-03T22:40:55.468Z Checking r2d2 v0.8.10
31672024-12-03T22:40:55.551Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31682024-12-03T22:40:55.666Z Compiling ref-cast v1.0.23
31692024-12-03T22:40:55.726Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31702024-12-03T22:40:55.751Z Compiling derive_builder_core v0.20.2
31712024-12-03T22:40:55.776Z Compiling libxml v0.3.3
31722024-12-03T22:40:55.801Z Compiling ref-cast-impl v1.0.23
31732024-12-03T22:40:55.950Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31742024-12-03T22:40:56.150Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31752024-12-03T22:40:56.175Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31762024-12-03T22:40:56.246Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31772024-12-03T22:40:56.411Z Compiling strum_macros v0.24.3
31782024-12-03T22:40:56.436Z Compiling samael v0.0.17
31792024-12-03T22:40:56.618Z Compiling diesel_derives v2.2.3
31802024-12-03T22:40:56.647Z Compiling indoc v1.0.9
31812024-12-03T22:40:57.429Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31822024-12-03T22:40:57.665Z Compiling impl-trait-for-tuples v0.2.2
31832024-12-03T22:40:57.777Z Compiling derive_builder_macro v0.20.2
31842024-12-03T22:40:58.319Z Compiling lalrpop v0.19.12
31852024-12-03T22:40:58.538Z Checking derive_builder v0.20.2
31862024-12-03T22:40:58.677Z Compiling oso-derive v0.27.3
31872024-12-03T22:40:58.812Z Checking quick-xml v0.33.0
31882024-12-03T22:40:59.258Z Compiling diesel-dtrace v0.3.0
31892024-12-03T22:40:59.501Z Checking maplit v1.0.2
31902024-12-03T22:40:59.616Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31912024-12-03T22:40:59.641Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31922024-12-03T22:40:59.727Z Checking bb8 v0.8.5
31932024-12-03T22:40:59.901Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31942024-12-03T22:41:00.121Z Checking castaway v0.2.3
31952024-12-03T22:41:00.145Z Checking rand_seeder v0.3.0
31962024-12-03T22:41:00.279Z Checking compact_str v0.8.0
31972024-12-03T22:41:00.431Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31982024-12-03T22:41:00.455Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992024-12-03T22:41:00.633Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32002024-12-03T22:41:01.024Z Checking unicode-truncate v1.1.0
32012024-12-03T22:41:01.131Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32022024-12-03T22:41:01.253Z Checking lru v0.12.5
32032024-12-03T22:41:01.368Z Compiling instability v0.3.2
32042024-12-03T22:41:01.510Z Checking cassowary v0.3.0
32052024-12-03T22:41:01.846Z Checking smawk v0.3.2
32062024-12-03T22:41:01.871Z Checking unicode-linebreak v0.1.5
32072024-12-03T22:41:02.043Z Checking is_ci v1.2.0
32082024-12-03T22:41:02.133Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32092024-12-03T22:41:02.179Z Checking supports-color v3.0.1
32102024-12-03T22:41:02.240Z Checking ratatui v0.28.1
32112024-12-03T22:41:02.265Z Checking textwrap v0.16.1
32122024-12-03T22:41:02.394Z Checking multimap v0.10.0
32132024-12-03T22:41:05.071Z Checking diesel v2.2.4
32142024-12-03T22:41:30.505Z Compiling polar-core v0.27.3
32152024-12-03T22:41:32.076Z Checking async-bb8-diesel v0.2.1
32162024-12-03T22:41:39.600Z Checking oso v0.27.3
32172024-12-03T22:43:07.434Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32182024-12-03T22:43:15.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
32192024-12-03T22:43:15.421Z
32202024-12-03T22:43:15.421Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32212024-12-03T22:43:16.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222024-12-03T22:43:16.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232024-12-03T22:43:16.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242024-12-03T22:43:16.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32252024-12-03T22:43:16.294Z
32262024-12-03T22:43:16.295Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32272024-12-03T22:43:17.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282024-12-03T22:43:17.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292024-12-03T22:43:17.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302024-12-03T22:43:17.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32312024-12-03T22:43:17.135Z
32322024-12-03T22:43:17.135Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32332024-12-03T22:43:17.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342024-12-03T22:43:17.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352024-12-03T22:43:17.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362024-12-03T22:43:17.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32372024-12-03T22:43:17.915Z
32382024-12-03T22:43:17.915Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32392024-12-03T22:43:18.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402024-12-03T22:43:18.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412024-12-03T22:43:18.969Z Compiling libz-sys v1.1.20
32422024-12-03T22:43:18.995Z Compiling libgit2-sys v0.17.0+1.8.1
32432024-12-03T22:43:19.021Z Compiling vergen v8.3.2
32442024-12-03T22:43:19.047Z Compiling cargo-platform v0.1.8
32452024-12-03T22:43:19.047Z Compiling pin-project-internal v1.1.6
32462024-12-03T22:43:19.078Z Compiling libsqlite3-sys v0.30.1
32472024-12-03T22:43:19.078Z Compiling snafu-derive v0.8.5
32482024-12-03T22:43:19.103Z Compiling rustls v0.21.12
32492024-12-03T22:43:19.282Z Compiling buf-list v1.0.3
32502024-12-03T22:43:19.308Z Compiling cfg_aliases v0.2.1
32512024-12-03T22:43:19.414Z Compiling cargo_metadata v0.18.1
32522024-12-03T22:43:19.582Z Compiling nix v0.29.0
32532024-12-03T22:43:19.631Z Checking globset v0.4.15
32542024-12-03T22:43:19.842Z Checking sct v0.7.1
32552024-12-03T22:43:19.893Z Checking olpc-cjson v0.1.4
32562024-12-03T22:43:20.025Z Checking rustls-webpki v0.101.7
32572024-12-03T22:43:20.064Z Checking serde_plain v1.0.2
32582024-12-03T22:43:20.089Z Checking typed-path v0.9.3
32592024-12-03T22:43:20.609Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32602024-12-03T22:43:20.741Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32612024-12-03T22:43:20.840Z Checking hashlink v0.9.1
32622024-12-03T22:43:20.974Z Checking parse-size v1.1.0
32632024-12-03T22:43:21.134Z Checking fallible-streaming-iterator v0.1.9
32642024-12-03T22:43:21.346Z Checking fallible-iterator v0.3.0
32652024-12-03T22:43:21.557Z Checking pin-project v1.1.6
32662024-12-03T22:43:21.670Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32672024-12-03T22:43:21.846Z Checking rustls-pemfile v1.0.4
32682024-12-03T22:43:21.871Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32692024-12-03T22:43:21.896Z Checking rusqlite v0.32.1
32702024-12-03T22:43:22.029Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32712024-12-03T22:43:22.255Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32722024-12-03T22:43:22.372Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32732024-12-03T22:43:22.501Z Checking twox-hash v1.6.3
32742024-12-03T22:43:22.544Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32752024-12-03T22:43:22.937Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32762024-12-03T22:43:23.248Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32772024-12-03T22:43:23.327Z Checking tokio-rustls v0.24.1
32782024-12-03T22:43:23.440Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32792024-12-03T22:43:23.645Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32802024-12-03T22:43:23.717Z Checking snafu v0.8.5
32812024-12-03T22:43:23.742Z Checking fatfs v0.3.6
32822024-12-03T22:43:24.100Z Checking assert_matches v1.5.0
32832024-12-03T22:43:24.139Z Checking tough v0.19.0
32842024-12-03T22:43:28.059Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32852024-12-03T22:43:29.517Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32862024-12-03T22:43:30.711Z Compiling git2 v0.19.0
32872024-12-03T22:43:36.653Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32882024-12-03T22:44:41.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
32892024-12-03T22:44:41.318Z
32902024-12-03T22:44:41.318Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32912024-12-03T22:44:42.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922024-12-03T22:44:42.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932024-12-03T22:44:42.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942024-12-03T22:44:42.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32952024-12-03T22:44:42.189Z
32962024-12-03T22:44:42.189Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32972024-12-03T22:44:42.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982024-12-03T22:44:42.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992024-12-03T22:44:42.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002024-12-03T22:44:42.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33012024-12-03T22:44:42.957Z
33022024-12-03T22:44:42.957Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33032024-12-03T22:44:43.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042024-12-03T22:44:43.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052024-12-03T22:44:43.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062024-12-03T22:44:43.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33072024-12-03T22:44:43.781Z
33082024-12-03T22:44:43.781Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33092024-12-03T22:44:44.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102024-12-03T22:44:44.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112024-12-03T22:44:44.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122024-12-03T22:44:44.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33132024-12-03T22:44:44.641Z
33142024-12-03T22:44:44.641Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33152024-12-03T22:44:45.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162024-12-03T22:44:45.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172024-12-03T22:44:45.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182024-12-03T22:44:45.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33192024-12-03T22:44:45.500Z
33202024-12-03T22:44:45.500Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33212024-12-03T22:44:46.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222024-12-03T22:44:46.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232024-12-03T22:44:46.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242024-12-03T22:44:46.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33252024-12-03T22:44:46.383Z
33262024-12-03T22:44:46.383Zinfo: running `cargo check --bins` on update-common (151/173)
33272024-12-03T22:44:47.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-12-03T22:44:47.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-12-03T22:44:47.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302024-12-03T22:44:47.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33312024-12-03T22:44:47.200Z
33322024-12-03T22:44:47.200Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33332024-12-03T22:44:47.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-12-03T22:44:47.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-12-03T22:44:47.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362024-12-03T22:44:47.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33372024-12-03T22:44:48.013Z
33382024-12-03T22:44:48.013Zinfo: running `cargo check --bins` on tufaceous (153/173)
33392024-12-03T22:44:48.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-12-03T22:44:48.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-12-03T22:44:48.882Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33422024-12-03T22:44:49.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
33432024-12-03T22:44:50.147Z
33442024-12-03T22:44:50.147Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33452024-12-03T22:44:51.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-12-03T22:44:51.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-12-03T22:44:51.294Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33482024-12-03T22:44:51.334Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33492024-12-03T22:44:51.358Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33502024-12-03T22:44:51.358Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33512024-12-03T22:45:24.772Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33522024-12-03T22:45:24.772Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33532024-12-03T22:45:24.772Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33542024-12-03T22:45:24.796Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33552024-12-03T22:45:24.797Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33562024-12-03T22:45:25.793Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33572024-12-03T22:45:27.322Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33582024-12-03T22:46:16.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
33592024-12-03T22:46:16.929Z
33602024-12-03T22:46:16.929Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33612024-12-03T22:46:17.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-12-03T22:46:17.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-12-03T22:46:17.848Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33642024-12-03T22:46:17.848Z Checking heck v0.4.1
33652024-12-03T22:46:17.848Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33662024-12-03T22:46:19.725Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33672024-12-03T22:46:19.787Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33682024-12-03T22:46:20.900Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33692024-12-03T22:46:22.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
33702024-12-03T22:46:22.391Z
33712024-12-03T22:46:22.391Zinfo: running `cargo check --bins` on installinator-api (156/173)
33722024-12-03T22:46:23.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-12-03T22:46:23.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-12-03T22:46:23.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752024-12-03T22:46:23.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33762024-12-03T22:46:23.231Z
33772024-12-03T22:46:23.231Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33782024-12-03T22:46:23.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-12-03T22:46:23.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-12-03T22:46:23.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812024-12-03T22:46:23.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33822024-12-03T22:46:24.069Z
33832024-12-03T22:46:24.069Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33842024-12-03T22:46:24.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-12-03T22:46:24.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-12-03T22:46:24.964Z Compiling petname v2.0.2
33872024-12-03T22:46:24.988Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33882024-12-03T22:46:24.988Z Checking sync-ptr v0.1.1
33892024-12-03T22:46:26.672Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33902024-12-03T22:46:28.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
33912024-12-03T22:46:28.774Z
33922024-12-03T22:46:28.775Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33932024-12-03T22:46:29.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942024-12-03T22:46:29.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952024-12-03T22:46:29.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962024-12-03T22:46:29.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33972024-12-03T22:46:29.652Z
33982024-12-03T22:46:29.652Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33992024-12-03T22:46:30.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002024-12-03T22:46:30.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012024-12-03T22:46:30.499Z Checking memmap2 v0.9.5
34022024-12-03T22:46:30.499Z Checking constant_time_eq v0.3.1
34032024-12-03T22:46:30.499Z Checking arrayvec v0.7.6
34042024-12-03T22:46:30.524Z Checking arrayref v0.3.9
34052024-12-03T22:46:30.524Z Checking spin v0.5.2
34062024-12-03T22:46:30.549Z Checking topological-sort v0.2.2
34072024-12-03T22:46:30.549Z Checking shell-words v1.1.0
34082024-12-03T22:46:30.765Z Checking ring v0.16.20
34092024-12-03T22:46:30.906Z Checking blake3 v1.5.4
34102024-12-03T22:46:32.179Z Checking omicron-zone-package v0.11.1
34112024-12-03T22:46:33.607Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34122024-12-03T22:46:34.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
34132024-12-03T22:46:34.917Z
34142024-12-03T22:46:34.917Zinfo: running `cargo check --bins` on xtask (161/173)
34152024-12-03T22:46:35.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162024-12-03T22:46:35.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172024-12-03T22:46:35.469Z Checking bitflags v2.6.0
34182024-12-03T22:46:35.469Z Checking serde v1.0.215
34192024-12-03T22:46:35.470Z Checking thiserror v1.0.69
34202024-12-03T22:46:35.470Z Checking scroll v0.12.0
34212024-12-03T22:46:35.494Z Checking log v0.4.22
34222024-12-03T22:46:35.531Z Checking hashbrown v0.15.0
34232024-12-03T22:46:35.555Z Checking zerocopy v0.7.35
34242024-12-03T22:46:35.579Z Checking syn v2.0.87
34252024-12-03T22:46:35.617Z Checking pest v2.7.14
34262024-12-03T22:46:35.732Z Checking rustix v0.38.37
34272024-12-03T22:46:35.766Z Checking once_cell v1.20.2
34282024-12-03T22:46:35.919Z Checking goblin v0.8.2
34292024-12-03T22:46:36.023Z Checking fs-err v2.11.0
34302024-12-03T22:46:36.294Z Checking anyhow v1.0.93
34312024-12-03T22:46:36.459Z Checking indexmap v2.6.0
34322024-12-03T22:46:36.611Z Checking tabled v0.15.0
34332024-12-03T22:46:37.295Z Checking terminal_size v0.4.0
34342024-12-03T22:46:37.295Z Checking tempfile v3.13.0
34352024-12-03T22:46:37.440Z Checking clap_builder v4.5.21
34362024-12-03T22:46:37.628Z Checking dtrace-parser v0.2.0
34372024-12-03T22:46:39.500Z Checking serde_json v1.0.132
34382024-12-03T22:46:39.500Z Checking serde_spanned v0.6.8
34392024-12-03T22:46:39.500Z Checking toml_datetime v0.6.8
34402024-12-03T22:46:39.500Z Checking camino v1.1.9
34412024-12-03T22:46:39.524Z Checking cargo-platform v0.1.8
34422024-12-03T22:46:39.634Z Checking semver v1.0.23
34432024-12-03T22:46:39.677Z Checking macaddr v1.0.1
34442024-12-03T22:46:39.786Z Checking toml_edit v0.22.22
34452024-12-03T22:46:39.973Z Checking clap v4.5.21
34462024-12-03T22:46:40.020Z Checking camino-tempfile v1.1.1
34472024-12-03T22:46:40.809Z Checking dof v0.3.0
34482024-12-03T22:46:40.809Z Checking cargo_metadata v0.18.1
34492024-12-03T22:46:41.312Z Checking usdt-impl v0.5.0
34502024-12-03T22:46:41.732Z Checking usdt v0.5.0
34512024-12-03T22:46:41.944Z Checking toml v0.8.19
34522024-12-03T22:46:42.541Z Checking cargo_toml v0.20.5
34532024-12-03T22:46:44.072Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34542024-12-03T22:46:44.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.94s
34552024-12-03T22:46:44.964Z
34562024-12-03T22:46:44.964Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34572024-12-03T22:46:45.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582024-12-03T22:46:45.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592024-12-03T22:46:45.964Z Checking polyval v0.6.2
34602024-12-03T22:46:45.988Z Checking ctr v0.9.2
34612024-12-03T22:46:46.015Z Checking ssh-encoding v0.2.0
34622024-12-03T22:46:46.016Z Checking blowfish v0.9.1
34632024-12-03T22:46:46.040Z Checking password-hash v0.4.2
34642024-12-03T22:46:46.040Z Checking matches v0.1.10
34652024-12-03T22:46:46.064Z Checking p521 v0.13.3
34662024-12-03T22:46:46.064Z Checking p256 v0.13.2
34672024-12-03T22:46:46.222Z Checking ghash v0.5.1
34682024-12-03T22:46:46.247Z Checking idna v0.2.3
34692024-12-03T22:46:46.247Z Checking bcrypt-pbkdf v0.10.0
34702024-12-03T22:46:46.282Z Compiling enum-as-inner v0.5.1
34712024-12-03T22:46:46.353Z Checking russh-cryptovec v0.7.3
34722024-12-03T22:46:46.380Z Checking aes-gcm v0.10.3
34732024-12-03T22:46:46.486Z Checking pbkdf2 v0.11.0
34742024-12-03T22:46:46.510Z Checking md5 v0.7.0
34752024-12-03T22:46:46.535Z Checking num-bigint v0.4.6
34762024-12-03T22:46:46.560Z Checking des v0.8.1
34772024-12-03T22:46:46.587Z Checking ssh-cipher v0.2.0
34782024-12-03T22:46:46.740Z Compiling dhcproto-macros v0.1.0
34792024-12-03T22:46:46.786Z Checking hex-literal v0.4.1
34802024-12-03T22:46:46.811Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34812024-12-03T22:46:46.853Z Checking ssh-key v0.6.6
34822024-12-03T22:46:46.891Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34832024-12-03T22:46:46.916Z Checking internet-checksum v0.2.1
34842024-12-03T22:46:47.141Z Checking trust-dns-proto v0.22.0
34852024-12-03T22:46:48.331Z Checking russh-keys v0.45.0
34862024-12-03T22:46:49.476Z Checking russh v0.45.0
34872024-12-03T22:46:50.117Z Checking dhcproto v0.12.0
34882024-12-03T22:47:11.627Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34892024-12-03T22:47:13.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.47s
34902024-12-03T22:47:13.658Z
34912024-12-03T22:47:13.658Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34922024-12-03T22:47:14.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932024-12-03T22:47:14.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942024-12-03T22:47:14.530Z Checking termios v0.3.3
34952024-12-03T22:47:14.709Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34962024-12-03T22:47:15.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
34972024-12-03T22:47:15.924Z
34982024-12-03T22:47:15.924Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34992024-12-03T22:47:16.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002024-12-03T22:47:16.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012024-12-03T22:47:16.850Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35022024-12-03T22:47:19.327Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35032024-12-03T22:47:21.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
35042024-12-03T22:47:21.857Z
35052024-12-03T22:47:21.857Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35062024-12-03T22:47:22.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072024-12-03T22:47:22.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082024-12-03T22:47:22.701Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35092024-12-03T22:47:23.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
35102024-12-03T22:47:23.366Z
35112024-12-03T22:47:23.366Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35122024-12-03T22:47:24.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132024-12-03T22:47:24.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142024-12-03T22:47:24.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152024-12-03T22:47:24.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35162024-12-03T22:47:24.157Z
35172024-12-03T22:47:24.157Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35182024-12-03T22:47:24.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192024-12-03T22:47:24.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202024-12-03T22:47:24.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212024-12-03T22:47:24.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35222024-12-03T22:47:24.954Z
35232024-12-03T22:47:24.954Zinfo: running `cargo check --bins` on omicron-package (168/173)
35242024-12-03T22:47:25.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252024-12-03T22:47:25.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262024-12-03T22:47:25.819Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35272024-12-03T22:47:27.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
35282024-12-03T22:47:27.526Z
35292024-12-03T22:47:27.526Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35302024-12-03T22:47:28.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312024-12-03T22:47:28.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322024-12-03T22:47:28.426Z Checking rtoolbox v0.0.2
35332024-12-03T22:47:28.426Z Checking tui-tree-widget v0.22.0
35342024-12-03T22:47:28.426Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35352024-12-03T22:47:28.616Z Checking rpassword v7.3.1
35362024-12-03T22:47:33.901Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35372024-12-03T22:47:37.900Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35382024-12-03T22:47:39.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.94s
35392024-12-03T22:47:39.655Z
35402024-12-03T22:47:39.655Zinfo: running `cargo check --bins` on wicket (170/173)
35412024-12-03T22:47:40.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422024-12-03T22:47:40.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432024-12-03T22:47:40.564Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35442024-12-03T22:47:40.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
35452024-12-03T22:47:41.164Z
35462024-12-03T22:47:41.164Zinfo: running `cargo check --bins` on wicketd (171/173)
35472024-12-03T22:47:41.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482024-12-03T22:47:41.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492024-12-03T22:47:42.109Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35502024-12-03T22:47:47.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
35512024-12-03T22:47:47.205Z
35522024-12-03T22:47:47.205Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35532024-12-03T22:47:47.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542024-12-03T22:47:47.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552024-12-03T22:47:47.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562024-12-03T22:47:47.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35572024-12-03T22:47:48.026Z
35582024-12-03T22:47:48.026Zinfo: running `cargo check --bins` on zone-setup (173/173)
35592024-12-03T22:47:48.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602024-12-03T22:47:48.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612024-12-03T22:47:49.075Z Checking uzers v0.12.1
35622024-12-03T22:47:49.419Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35632024-12-03T22:47:50.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
35642024-12-03T22:47:51.070Z
35652024-12-03T22:47:51.070Zreal 15:20.754267093
35662024-12-03T22:47:51.070Zuser 24:22.237301730
35672024-12-03T22:47:51.070Zsys 5:43.226236861
35682024-12-03T22:47:51.070Ztrap 0.487370352
35692024-12-03T22:47:51.070Ztflt 1.334863000
35702024-12-03T22:47:51.070Zdflt 3.205170049
35712024-12-03T22:47:51.070Zkflt 0.000738454
35722024-12-03T22:47:51.070Zlock 50:24.043097272
35732024-12-03T22:47:51.070Zslp 2:15:28.231772916
35742024-12-03T22:47:51.095Zlat 59.944271344
35752024-12-03T22:47:51.095Zstop 3:06.902115196
35762024-12-03T22:47:51.095Zprocess exited: duration 1226798 ms, exit code 0
 
35772024-12-03T22:47:51.144Zfound 0 output files