01J8N0W2553J6ADHXPPJBH58X5: 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: 01J8N0WF7T97W0HPWBASE1D92K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-25T16:41:24.310Zjob assigned to worker 01J8N0WHZH8VWDH4R2TFCHQPRA (queued for 55 s)
 
22024-09-25T16:41:32.347Zstarting task 0: "setup"
32024-09-25T16:41:32.356Z++ uname -s
42024-09-25T16:41:32.358Z+ kern=SunOS
52024-09-25T16:41:32.358Z+ case "$kern" in
62024-09-25T16:41:32.358Z+ groupadd -g 12345 build
72024-09-25T16:41:32.361Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-25T16:41:34.371Z+ zfs create -o mountpoint=/work rpool/work
92024-09-25T16:41:34.515Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-25T16:41:34.520Z+ home_fs=zfs
112024-09-25T16:41:34.520Z+ [[ zfs == autofs ]]
122024-09-25T16:41:34.520Z+ mkdir -p /home/build
132024-09-25T16:41:34.520Z+ chown build:build /home/build /work
142024-09-25T16:41:35.522Z+ chmod 0700 /home/build /work
152024-09-25T16:41:35.525Zprocess exited: duration 3179 ms, exit code 0
 
162024-09-25T16:41:35.530Zstarting task 1: "rust-toolchain"
172024-09-25T16:41:35.536Z+ printf ' * toolchain channel = "%s"
182024-09-25T16:41:35.536Z * toolchain channel = "1.80.1"
192024-09-25T16:41:35.536Z * toolchain profile = "default"
202024-09-25T16:41:35.536Z' 1.80.1
212024-09-25T16:41:35.536Z+ printf ' * toolchain profile = "%s"
222024-09-25T16:41:35.536Z' default
232024-09-25T16:41:35.538Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-25T16:41:35.539Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-25T16:41:35.654Zinfo: downloading installer
262024-09-25T16:41:36.897Zinfo: profile set to 'default'
272024-09-25T16:41:36.897Zinfo: default host triple is x86_64-unknown-illumos
282024-09-25T16:41:36.899Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-25T16:41:37.018Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-25T16:41:37.018Zinfo: downloading component 'cargo'
312024-09-25T16:41:37.621Zinfo: downloading component 'clippy'
322024-09-25T16:41:37.837Zinfo: downloading component 'rust-docs'
332024-09-25T16:41:38.681Zinfo: downloading component 'rust-std'
342024-09-25T16:41:39.856Zinfo: downloading component 'rustc'
352024-09-25T16:41:43.072Zinfo: downloading component 'rustfmt'
362024-09-25T16:41:43.250Zinfo: installing component 'cargo'
372024-09-25T16:41:44.107Zinfo: installing component 'clippy'
382024-09-25T16:41:44.482Zinfo: installing component 'rust-docs'
392024-09-25T16:41:46.111Zinfo: installing component 'rust-std'
402024-09-25T16:41:47.751Zinfo: installing component 'rustc'
412024-09-25T16:41:51.952Zinfo: installing component 'rustfmt'
422024-09-25T16:41:52.286Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-25T16:41:52.286Z
442024-09-25T16:41:52.540Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-25T16:41:52.540Z
462024-09-25T16:41:52.543Z
472024-09-25T16:41:52.543ZRust is installed now. Great!
482024-09-25T16:41:52.543Z
492024-09-25T16:41:52.543ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-25T16:41:52.543Zenvironment variable. This has not been done automatically.
512024-09-25T16:41:52.543Z
522024-09-25T16:41:52.543ZTo configure your current shell, you need to source
532024-09-25T16:41:52.543Zthe corresponding env file under $HOME/.cargo.
542024-09-25T16:41:52.543Z
552024-09-25T16:41:52.543ZThis is usually done by running one of the following (note the leading DOT):
562024-09-25T16:41:52.543Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-25T16:41:52.543Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-25T16:41:52.593Z+ rustc --version
592024-09-25T16:41:52.657Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-25T16:41:52.660Zprocess exited: duration 17129 ms, exit code 0
 
612024-09-25T16:41:52.665Zstarting task 2: "authentication"
622024-09-25T16:41:52.685Zprocess exited: duration 19 ms, exit code 0
 
632024-09-25T16:41:52.691Zstarting task 3: "clone repository"
642024-09-25T16:41:52.697Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-25T16:41:52.699Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-25T16:41:53.037ZCloning into '/work/oxidecomputer/omicron'...
672024-09-25T16:42:00.062Z+ cd /work/oxidecomputer/omicron
682024-09-25T16:42:00.062Z+ git fetch origin bb0989ea4903ba597532cdaf1060ab3cc4fe47bb
692024-09-25T16:42:00.340ZFrom https://github.com/oxidecomputer/omicron
702024-09-25T16:42:00.340Z * branch bb0989ea4903ba597532cdaf1060ab3cc4fe47bb -> FETCH_HEAD
712024-09-25T16:42:00.351Z+ [[ -n mike/nvme-firmware-crdb ]]
722024-09-25T16:42:00.353Z++ git branch --show-current
732024-09-25T16:42:00.355Z+ current=main
742024-09-25T16:42:00.355Z+ [[ main != mike/nvme-firmware-crdb ]]
752024-09-25T16:42:00.355Z+ git branch -f mike/nvme-firmware-crdb bb0989ea4903ba597532cdaf1060ab3cc4fe47bb
762024-09-25T16:42:00.358Z+ git checkout -f mike/nvme-firmware-crdb
772024-09-25T16:42:00.513ZSwitched to branch 'mike/nvme-firmware-crdb'
782024-09-25T16:42:00.515Z+ git reset --hard bb0989ea4903ba597532cdaf1060ab3cc4fe47bb
792024-09-25T16:42:00.533ZHEAD is now at bb0989ea4 Merge main and fix conflicts
802024-09-25T16:42:00.536Zprocess exited: duration 7843 ms, exit code 0
 
812024-09-25T16:42:00.541Zstarting task 4: "build"
822024-09-25T16:42:00.547Z+ cargo --version
832024-09-25T16:42:00.602Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-25T16:42:00.604Z+ rustc --version
852024-09-25T16:42:00.661Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-25T16:42:00.663Z+ source ./env.sh
872024-09-25T16:42:00.663Z++ OLD_SHELL_OPTS=ehxB
882024-09-25T16:42:00.663Z++ set -o xtrace
892024-09-25T16:42:00.666Z++++ dirname ./env.sh
902024-09-25T16:42:00.668Z+++ readlink -f .
912024-09-25T16:42:00.687Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-25T16:42:00.689Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-09-25T16:42:00.689Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-09-25T16:42:00.689Z++ 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
952024-09-25T16:42:00.689Z++ 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
962024-09-25T16:42:00.689Z++ 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
972024-09-25T16:42:00.690Z++ 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
982024-09-25T16:42:00.690Z++ 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
992024-09-25T16:42:00.690Z++ 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
1002024-09-25T16:42:00.690Z++ case $OLD_SHELL_OPTS in
1012024-09-25T16:42:00.690Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-25T16:42:00.690Z+ 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
1032024-09-25T16:42:00.690Z+ 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
1042024-09-25T16:42:00.690Z+ banner prerequisites
1052024-09-25T16:42:00.707Z
1062024-09-25T16:42:00.707Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-25T16:42:00.707Z # # # # # # # # # # # # # # #
1082024-09-25T16:42:00.707Z # # # # ##### # # ##### # # # # # #### #
1092024-09-25T16:42:00.707Z ##### ##### # ##### # # # # # # # # #
1102024-09-25T16:42:00.707Z # # # # # # # # # # # # # # #
1112024-09-25T16:42:00.707Z # # # ###### # # ###### ### # #### # #### #
1122024-09-25T16:42:00.707Z
1132024-09-25T16:42:00.710Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-25T16:42:12.720Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-25T16:42:15.467Z Startup: Caching catalogs ... Done
1162024-09-25T16:42:18.954ZPlanning: Solver setup ... Done (2.798s)
1172024-09-25T16:42:19.000ZPlanning: Running solver ... Done (0.046s)
1182024-09-25T16:42:19.141ZPlanning: Finding local manifests ... Done (0.094s)
1192024-09-25T16:42:19.254ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-25T16:42:19.955ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-25T16:42:20.262ZPlanning: Package planning ... Done (0.307s)
1222024-09-25T16:42:20.319ZPlanning: Merging actions ... Done (0.057s)
1232024-09-25T16:42:21.101ZPlanning: Checking for conflicting actions ... Done (0.782s)
1242024-09-25T16:42:29.385ZPlanning: Consolidating action changes ... Done (8.284s)
1252024-09-25T16:42:29.768ZPlanning: Evaluating mediators ... Done (0.382s)
1262024-09-25T16:42:29.890ZPlanning: Planning completed in 14.35 seconds
1272024-09-25T16:42:30.087Z Packages to install: 4
1282024-09-25T16:42:30.087Z Packages to update: 1
1292024-09-25T16:42:30.111Z Mediators to change: 2
1302024-09-25T16:42:30.111Z Services to change: 1
1312024-09-25T16:42:30.112Z Estimated space available: 155.71 GB
1322024-09-25T16:42:30.112ZEstimated space to be consumed: 1.55 GB
1332024-09-25T16:42:30.112Z Create boot environment: No
1342024-09-25T16:42:30.112ZCreate backup boot environment: Yes
1352024-09-25T16:42:30.112Z Rebuild boot archive: No
1362024-09-25T16:42:30.112Z
1372024-09-25T16:42:30.112ZChanged mediators:
1382024-09-25T16:42:30.112Z mediator clang:
1392024-09-25T16:42:30.113Z version: None -> 15 (system default)
1402024-09-25T16:42:30.113Z
1412024-09-25T16:42:30.113Z mediator llvm:
1422024-09-25T16:42:30.113Z version: 14 (system default) -> 15 (system default)
1432024-09-25T16:42:30.113Z
1442024-09-25T16:42:30.113ZChanged packages:
1452024-09-25T16:42:30.113Zhelios-dev
1462024-09-25T16:42:30.114Z developer/build-essential
1472024-09-25T16:42:30.114Z None -> 11-2.0
1482024-09-25T16:42:30.114Z library/libxmlsec1
1492024-09-25T16:42:30.114Z None -> 1.2.35-2.0
1502024-09-25T16:42:30.114Z ooce/developer/clang-15
1512024-09-25T16:42:30.114Z None -> 15.0.7-2.0
1522024-09-25T16:42:30.114Z ooce/developer/llvm-15
1532024-09-25T16:42:30.114Z None -> 15.0.7-2.0
1542024-09-25T16:42:30.115Z package/pkg
1552024-09-25T16:42:30.115Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-25T16:42:30.115Z
1572024-09-25T16:42:30.115ZServices:
1582024-09-25T16:42:30.115Z restart_fmri:
1592024-09-25T16:42:30.115Z svc:/system/update-man-index:default
1602024-09-25T16:42:30.115Z
1612024-09-25T16:42:30.115ZEditable files to change:
1622024-09-25T16:42:30.115Z Update:
1632024-09-25T16:42:30.116Z usr/share/lib/pkg/web/config.shtml
1642024-09-25T16:42:30.596Z
1652024-09-25T16:42:30.596ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-25T16:42:35.612ZDownload: 276/4281 items 15.6/220.6MB 7% complete (3.1M/s)
1672024-09-25T16:42:40.598ZDownload: 766/4281 items 18.4/220.6MB 8% complete (1.9M/s)
1682024-09-25T16:42:45.835ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (8.4M/s)
1692024-09-25T16:42:50.834ZDownload: 1389/4281 items 117.1/220.6MB 53% complete (9.8M/s)
1702024-09-25T16:42:55.834ZDownload: 1847/4281 items 118.5/220.6MB 53% complete (3.7M/s)
1712024-09-25T16:43:01.515ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (3.0M/s)
1722024-09-25T16:43:06.526ZDownload: 2690/4281 items 120.7/220.6MB 54% complete (216k/s)
1732024-09-25T16:43:11.545ZDownload: 3243/4281 items 202.3/220.6MB 91% complete (8.3M/s)
1742024-09-25T16:43:16.548ZDownload: 3795/4281 items 217.1/220.6MB 98% complete (9.6M/s)
1752024-09-25T16:43:21.531ZDownload: Completed 220.60 MB in 50.94 seconds (4.3M/s)
1762024-09-25T16:43:23.358Z Actions: 1/5063 actions (Removing old actions)
1772024-09-25T16:43:23.378Z Actions: 194/5063 actions (Installing new actions)
1782024-09-25T16:43:28.416Z Actions: 4083/5063 actions (Installing new actions)
1792024-09-25T16:43:28.871Z Actions: 4226/5063 actions (Updating modified actions)
1802024-09-25T16:43:29.233Z Actions: Completed 5063 actions in 5.88 seconds.
1812024-09-25T16:43:29.552Z Done (0.311s)
1822024-09-25T16:43:29.555Z Done (0.000s)
1832024-09-25T16:43:29.981Z Done (0.427s)
1842024-09-25T16:43:36.943Z Done (6.777s)
1852024-09-25T16:43:37.511Z Done (0.495s)
1862024-09-25T16:43:37.513Z Done (0.000s)
1872024-09-25T16:43:37.666Z Done (0.000s)
1882024-09-25T16:43:38.277ZPlanning: Evaluating mediator changes ... Done
1892024-09-25T16:43:38.436ZPlanning: Checking for conflicting actions ... Done
1902024-09-25T16:43:38.439ZPlanning: Consolidating action changes ... Done
1912024-09-25T16:43:38.703ZPlanning: Evaluating mediators ... Done
1922024-09-25T16:43:38.706ZPlanning: Planning completed in 0.43 seconds
1932024-09-25T16:43:38.743Z Mediators to change: 2
1942024-09-25T16:43:38.743Z Create boot environment: No
1952024-09-25T16:43:38.745ZCreate backup boot environment: No
1962024-09-25T16:43:38.824Z Done
1972024-09-25T16:43:38.824Z Done
1982024-09-25T16:43:39.104Z Done
1992024-09-25T16:43:42.749Z Done
2002024-09-25T16:43:42.845Z Done
2012024-09-25T16:43:42.847Z Done
2022024-09-25T16:43:43.111Z Done
2032024-09-25T16:43:43.720ZPlanning: Evaluating mediator changes ... Done
2042024-09-25T16:43:43.724ZPlanning: Merging actions ... Done
2052024-09-25T16:43:43.911ZPlanning: Checking for conflicting actions ... Done
2062024-09-25T16:43:43.914ZPlanning: Consolidating action changes ... Done
2072024-09-25T16:43:44.177ZPlanning: Evaluating mediators ... Done
2082024-09-25T16:43:44.232ZPlanning: Planning completed in 0.75 seconds
2092024-09-25T16:43:44.271Z Packages to change: 1
2102024-09-25T16:43:44.275Z Mediators to change: 1
2112024-09-25T16:43:44.275Z Services to change: 1
2122024-09-25T16:43:44.275Z Create boot environment: No
2132024-09-25T16:43:44.275ZCreate backup boot environment: Yes
2142024-09-25T16:43:46.250Z Actions: 1/6 actions (Updating modified actions)
2152024-09-25T16:43:46.379Z Actions: Completed 6 actions in 0.13 seconds.
2162024-09-25T16:43:46.382Z Done
2172024-09-25T16:43:46.382Z Done
2182024-09-25T16:43:46.466Z Done
2192024-09-25T16:43:50.044Z Done
2202024-09-25T16:43:50.135Z Done
2212024-09-25T16:43:50.138Z Done
2222024-09-25T16:43:50.503Z Done
2232024-09-25T16:43:50.932ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-09-25T16:43:50.932Zclang system 15 system
2252024-09-25T16:43:50.932Zcsh system system illumos
2262024-09-25T16:43:50.932Zctags system system illumos
2272024-09-25T16:43:50.932Zgcc vendor 12 vendor
2282024-09-25T16:43:50.932Zgcc system 10 system
2292024-09-25T16:43:50.932Zgcc system 7 system
2302024-09-25T16:43:50.932Zgo system 1.20 system
2312024-09-25T16:43:50.932Zgo system 1.19 system
2322024-09-25T16:43:50.932Zllvm system 15 system
2332024-09-25T16:43:50.932Zllvm system 14 system
2342024-09-25T16:43:50.932Zmariadb system 10.6 system
2352024-09-25T16:43:50.932Zmta vendor vendor dma
2362024-09-25T16:43:50.932Zopenjdk system 17 system
2372024-09-25T16:43:50.932Zopenjdk system 11 system
2382024-09-25T16:43:50.932Zopenjdk system 1.8 system
2392024-09-25T16:43:50.932Zopenssl vendor 3 vendor
2402024-09-25T16:43:50.932Zperl system 5.36 system
2412024-09-25T16:43:50.932Zpostgresql system 15 system
2422024-09-25T16:43:50.932Zpostgresql system 13 system
2432024-09-25T16:43:50.932Zpython vendor 3 vendor
2442024-09-25T16:43:50.932Zpython system 2 system
2452024-09-25T16:43:50.933Zpython3 system 3.11 system
2462024-09-25T16:43:50.933Zruby system 3.0 system
2472024-09-25T16:43:50.933Zwords vendor vendor american-english
2482024-09-25T16:43:50.933Zwords system system australian-english
2492024-09-25T16:43:50.933Zwords system system british-english
2502024-09-25T16:43:50.933Zwords system system canadian-english
2512024-09-25T16:43:50.933Zwords system system french
2522024-09-25T16:43:50.933Zwords system system italian
2532024-09-25T16:43:50.933Zwords system system ngerman
2542024-09-25T16:43:50.933Zwords system system ogerman
2552024-09-25T16:43:50.933Zwords system system spanish
2562024-09-25T16:43:51.259ZPUBLISHER TYPE STATUS P LOCATION
2572024-09-25T16:43:51.259Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-09-25T16:43:53.223ZFMRI IFO
2592024-09-25T16:43:53.223Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-09-25T16:43:53.223Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-09-25T16:43:53.223Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-09-25T16:43:53.223Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-09-25T16:43:53.223Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-09-25T16:43:53.223Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-09-25T16:43:53.223Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-09-25T16:43:53.223Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-09-25T16:43:53.223Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-09-25T16:43:53.223Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-09-25T16:43:53.223Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-09-25T16:43:53.223Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-09-25T16:43:53.223Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-09-25T16:43:53.868Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2732024-09-25T16:43:54.157Z Updating crates.io index
2742024-09-25T16:43:54.160Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2752024-09-25T16:43:54.911Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-09-25T16:43:55.610Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-09-25T16:43:55.839Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2782024-09-25T16:43:57.287Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-09-25T16:43:57.546Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-09-25T16:43:57.808Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-09-25T16:43:58.960Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-09-25T16:44:00.985Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-09-25T16:44:01.985Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-09-25T16:44:02.878Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852024-09-25T16:44:03.206Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2862024-09-25T16:44:03.572Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872024-09-25T16:44:04.158Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2882024-09-25T16:44:04.451Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2892024-09-25T16:44:04.763Z Updating git repository `https://github.com/oxidecomputer/qorb`
2902024-09-25T16:44:05.065Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912024-09-25T16:44:05.642Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2922024-09-25T16:44:05.963Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932024-09-25T16:44:06.221Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2942024-09-25T16:44:06.482Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2952024-09-25T16:44:06.728Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2962024-09-25T16:44:06.995Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972024-09-25T16:44:07.288Z Updating git repository `https://github.com/oxidecomputer/ispf`
2982024-09-25T16:44:07.614Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2992024-09-25T16:44:07.917Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3002024-09-25T16:44:08.350Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3012024-09-25T16:44:08.672Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022024-09-25T16:44:09.091Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3032024-09-25T16:44:09.795Z Updating git repository `https://github.com/oxidecomputer/typify`
3042024-09-25T16:44:11.884Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3052024-09-25T16:44:12.135Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3062024-09-25T16:44:12.386Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3072024-09-25T16:44:12.786Z Updating git repository `https://github.com/oxidecomputer/rfb`
3082024-09-25T16:44:13.851Z Downloading crates ...
3092024-09-25T16:44:13.942Z Downloaded anstream v0.6.14
3102024-09-25T16:44:13.947Z Downloaded anstyle-query v1.0.3
3112024-09-25T16:44:13.950Z Downloaded anstyle-parse v0.2.4
3122024-09-25T16:44:13.952Z Downloaded bytecount v0.6.8
3132024-09-25T16:44:13.952Z Downloaded camino-tempfile v1.1.1
3142024-09-25T16:44:13.955Z Downloaded dof v0.3.0
3152024-09-25T16:44:13.957Z Downloaded colorchoice v1.0.1
3162024-09-25T16:44:13.957Z Downloaded dtrace-parser v0.2.0
3172024-09-25T16:44:13.957Z Downloaded clap_lex v0.7.0
3182024-09-25T16:44:13.959Z Downloaded cargo_toml v0.20.4
3192024-09-25T16:44:13.964Z Downloaded goblin v0.8.2
3202024-09-25T16:44:13.969Z Downloaded memchr v2.7.2
3212024-09-25T16:44:13.977Z Downloaded macaddr v1.0.1
3222024-09-25T16:44:13.979Z Downloaded memmap v0.7.0
3232024-09-25T16:44:13.979Z Downloaded is_terminal_polyfill v1.70.0
3242024-09-25T16:44:13.979Z Downloaded papergrid v0.11.0
3252024-09-25T16:44:13.985Z Downloaded pest v2.7.10
3262024-09-25T16:44:13.990Z Downloaded plain v0.2.3
3272024-09-25T16:44:13.992Z Downloaded pest_meta v2.7.10
3282024-09-25T16:44:13.994Z Downloaded scroll_derive v0.12.0
3292024-09-25T16:44:13.994Z Downloaded swrite v0.1.0
3302024-09-25T16:44:13.997Z Downloaded serde_tokenstream v0.2.2
3312024-09-25T16:44:13.997Z Downloaded scroll v0.12.0
3322024-09-25T16:44:14.000Z Downloaded pretty-hex v0.4.1
3332024-09-25T16:44:14.000Z Downloaded pest_derive v2.7.10
3342024-09-25T16:44:14.005Z Downloaded syn v2.0.74
3352024-09-25T16:44:14.032Z Downloaded cargo-platform v0.1.8
3362024-09-25T16:44:14.035Z Downloaded block-buffer v0.10.4
3372024-09-25T16:44:14.035Z Downloaded equivalent v1.0.1
3382024-09-25T16:44:14.037Z Downloaded cpufeatures v0.2.12
3392024-09-25T16:44:14.037Z Downloaded cargo_metadata v0.18.1
3402024-09-25T16:44:14.040Z Downloaded camino v1.1.9
3412024-09-25T16:44:14.040Z Downloaded fnv v1.0.7
3422024-09-25T16:44:14.042Z Downloaded errno v0.3.9
3432024-09-25T16:44:14.042Z Downloaded digest v0.10.7
3442024-09-25T16:44:14.044Z Downloaded generic-array v0.14.7
3452024-09-25T16:44:14.046Z Downloaded bitflags v2.6.0
3462024-09-25T16:44:14.049Z Downloaded heck v0.5.0
3472024-09-25T16:44:14.051Z Downloaded smawk v0.3.2
3482024-09-25T16:44:14.051Z Downloaded serde_spanned v0.6.7
3492024-09-25T16:44:14.054Z Downloaded once_cell v1.19.0
3502024-09-25T16:44:14.056Z Downloaded proc-macro-error v1.0.4
3512024-09-25T16:44:14.059Z Downloaded semver v1.0.23
3522024-09-25T16:44:14.062Z Downloaded quote v1.0.36
3532024-09-25T16:44:14.062Z Downloaded version_check v0.9.5
3542024-09-25T16:44:14.065Z Downloaded thiserror-impl v1.0.63
3552024-09-25T16:44:14.065Z Downloaded unicode-linebreak v0.1.5
3562024-09-25T16:44:14.065Z Downloaded proc-macro2 v1.0.86
3572024-09-25T16:44:14.067Z Downloaded unicode-ident v1.0.12
3582024-09-25T16:44:14.069Z Downloaded typenum v1.17.0
3592024-09-25T16:44:14.072Z Downloaded log v0.4.21
3602024-09-25T16:44:14.075Z Downloaded sha2 v0.10.8
3612024-09-25T16:44:14.079Z Downloaded thiserror v1.0.63
3622024-09-25T16:44:14.081Z Downloaded strsim v0.11.1
3632024-09-25T16:44:14.081Z Downloaded tempfile v3.10.1
3642024-09-25T16:44:14.083Z Downloaded ryu v1.0.18
3652024-09-25T16:44:14.086Z Downloaded indexmap v2.4.0
3662024-09-25T16:44:14.089Z Downloaded textwrap v0.16.1
3672024-09-25T16:44:14.092Z Downloaded hashbrown v0.14.5
3682024-09-25T16:44:14.097Z Downloaded anyhow v1.0.89
3692024-09-25T16:44:14.101Z Downloaded fs-err v2.11.0
3702024-09-25T16:44:14.103Z Downloaded terminal_size v0.3.0
3712024-09-25T16:44:14.104Z Downloaded proc-macro-error-attr v1.0.4
3722024-09-25T16:44:14.106Z Downloaded itoa v1.0.11
3732024-09-25T16:44:14.106Z Downloaded fastrand v2.1.0
3742024-09-25T16:44:14.108Z Downloaded clap v4.5.18
3752024-09-25T16:44:14.114Z Downloaded heck v0.4.1
3762024-09-25T16:44:14.117Z Downloaded winnow v0.6.18
3772024-09-25T16:44:14.123Z Downloaded byteorder v1.5.0
3782024-09-25T16:44:14.126Z Downloaded crypto-common v0.1.6
3792024-09-25T16:44:14.126Z Downloaded clap_derive v4.5.18
3802024-09-25T16:44:14.128Z Downloaded cfg-if v1.0.0
3812024-09-25T16:44:14.131Z Downloaded anstyle v1.0.8
3822024-09-25T16:44:14.131Z Downloaded autocfg v1.3.0
3832024-09-25T16:44:14.142Z Downloaded clap_builder v4.5.18
3842024-09-25T16:44:14.152Z Downloaded syn v1.0.109
3852024-09-25T16:44:14.162Z Downloaded zerocopy-derive v0.7.34
3862024-09-25T16:44:14.166Z Downloaded ucd-trie v0.1.6
3872024-09-25T16:44:14.170Z Downloaded toml v0.8.19
3882024-09-25T16:44:14.172Z Downloaded toml_datetime v0.6.8
3892024-09-25T16:44:14.172Z Downloaded toml_edit v0.22.20
3902024-09-25T16:44:14.193Z Downloaded serde v1.0.208
3912024-09-25T16:44:14.197Z Downloaded rustix v0.38.34
3922024-09-25T16:44:14.219Z Downloaded zerocopy v0.7.34
3932024-09-25T16:44:14.234Z Downloaded utf8parse v0.2.1
3942024-09-25T16:44:14.236Z Downloaded serde_json v1.0.125
3952024-09-25T16:44:14.243Z Downloaded serde_derive v1.0.208
3962024-09-25T16:44:14.247Z Downloaded unicode-width v0.1.13
3972024-09-25T16:44:14.252Z Downloaded pest_generator v2.7.10
3982024-09-25T16:44:14.254Z Downloaded libc v0.2.158
3992024-09-25T16:44:14.278Z Downloaded usdt-macro v0.5.0
4002024-09-25T16:44:14.280Z Downloaded usdt-impl v0.5.0
4012024-09-25T16:44:14.280Z Downloaded usdt-attr-macro v0.5.0
4022024-09-25T16:44:14.280Z Downloaded usdt v0.5.0
4032024-09-25T16:44:14.283Z Downloaded thread-id v4.2.1
4042024-09-25T16:44:14.283Z Downloaded tabled_derive v0.7.0
4052024-09-25T16:44:14.283Z Downloaded tabled v0.15.0
4062024-09-25T16:44:14.582Z Compiling proc-macro2 v1.0.86
4072024-09-25T16:44:14.584Z Compiling unicode-ident v1.0.12
4082024-09-25T16:44:14.584Z Compiling version_check v0.9.5
4092024-09-25T16:44:14.584Z Compiling serde v1.0.208
4102024-09-25T16:44:14.585Z Compiling memchr v2.7.2
4112024-09-25T16:44:14.585Z Compiling thiserror v1.0.63
4122024-09-25T16:44:14.616Z Compiling libc v0.2.158
4132024-09-25T16:44:14.618Z Compiling ryu v1.0.18
4142024-09-25T16:44:14.898Z Compiling ucd-trie v0.1.6
4152024-09-25T16:44:14.969Z Compiling itoa v1.0.11
4162024-09-25T16:44:15.158Z Compiling once_cell v1.19.0
4172024-09-25T16:44:15.445Z Compiling byteorder v1.5.0
4182024-09-25T16:44:15.511Z Compiling rustix v0.38.34
4192024-09-25T16:44:15.795Z Compiling serde_json v1.0.125
4202024-09-25T16:44:16.940Z Compiling bitflags v2.6.0
4212024-09-25T16:44:16.963Z Compiling usdt-impl v0.5.0
4222024-09-25T16:44:17.001Z Compiling proc-macro-error-attr v1.0.4
4232024-09-25T16:44:17.088Z Compiling syn v1.0.109
4242024-09-25T16:44:17.277Z Compiling proc-macro-error v1.0.4
4252024-09-25T16:44:17.371Z Compiling plain v0.2.3
4262024-09-25T16:44:17.416Z Compiling hashbrown v0.14.5
4272024-09-25T16:44:17.441Z Compiling equivalent v1.0.1
4282024-09-25T16:44:17.524Z Compiling log v0.4.21
4292024-09-25T16:44:17.550Z Compiling utf8parse v0.2.1
4302024-09-25T16:44:17.574Z Compiling camino v1.1.9
4312024-09-25T16:44:17.696Z Compiling thread-id v4.2.1
4322024-09-25T16:44:17.761Z Compiling anstyle-parse v0.2.4
4332024-09-25T16:44:17.808Z Compiling quote v1.0.36
4342024-09-25T16:44:17.988Z Compiling colorchoice v1.0.1
4352024-09-25T16:44:18.078Z Compiling pretty-hex v0.4.1
4362024-09-25T16:44:18.145Z Compiling errno v0.3.9
4372024-09-25T16:44:18.213Z Compiling syn v2.0.74
4382024-09-25T16:44:18.387Z Compiling autocfg v1.3.0
4392024-09-25T16:44:18.415Z Compiling semver v1.0.23
4402024-09-25T16:44:18.498Z Compiling unicode-width v0.1.13
4412024-09-25T16:44:18.737Z Compiling indexmap v2.4.0
4422024-09-25T16:44:18.763Z Compiling is_terminal_polyfill v1.70.0
4432024-09-25T16:44:18.907Z Compiling anstyle-query v1.0.3
4442024-09-25T16:44:18.939Z Compiling anstyle v1.0.8
4452024-09-25T16:44:19.046Z Compiling winnow v0.6.18
4462024-09-25T16:44:19.337Z Compiling fs-err v2.11.0
4472024-09-25T16:44:19.414Z Compiling anstream v0.6.14
4482024-09-25T16:44:19.989Z Compiling anyhow v1.0.89
4492024-09-25T16:44:20.015Z Compiling fnv v1.0.7
4502024-09-25T16:44:20.089Z Compiling strsim v0.11.1
4512024-09-25T16:44:20.135Z Compiling clap_lex v0.7.0
4522024-09-25T16:44:20.162Z Compiling heck v0.4.1
4532024-09-25T16:44:20.660Z Compiling terminal_size v0.3.0
4542024-09-25T16:44:20.708Z Compiling cfg-if v1.0.0
4552024-09-25T16:44:20.734Z Compiling heck v0.5.0
4562024-09-25T16:44:20.809Z Compiling bytecount v0.6.8
4572024-09-25T16:44:20.851Z Compiling fastrand v2.1.0
4582024-09-25T16:44:21.040Z Compiling papergrid v0.11.0
4592024-09-25T16:44:21.094Z Compiling clap_builder v4.5.18
4602024-09-25T16:44:21.251Z Compiling tempfile v3.10.1
4612024-09-25T16:44:21.739Z Compiling memmap v0.7.0
4622024-09-25T16:44:21.765Z Compiling smawk v0.3.2
4632024-09-25T16:44:21.982Z Compiling unicode-linebreak v0.1.5
4642024-09-25T16:44:22.484Z Compiling textwrap v0.16.1
4652024-09-25T16:44:22.674Z Compiling swrite v0.1.0
4662024-09-25T16:44:23.864Z Compiling tabled_derive v0.7.0
4672024-09-25T16:44:25.352Z Compiling tabled v0.15.0
4682024-09-25T16:44:26.773Z Compiling serde_derive v1.0.208
4692024-09-25T16:44:26.773Z Compiling thiserror-impl v1.0.63
4702024-09-25T16:44:26.776Z Compiling zerocopy-derive v0.7.34
4712024-09-25T16:44:26.776Z Compiling scroll_derive v0.12.0
4722024-09-25T16:44:26.795Z Compiling clap_derive v4.5.18
4732024-09-25T16:44:28.050Z Compiling scroll v0.12.0
4742024-09-25T16:44:28.456Z Compiling zerocopy v0.7.34
4752024-09-25T16:44:28.615Z Compiling goblin v0.8.2
4762024-09-25T16:44:29.357Z Compiling pest v2.7.10
4772024-09-25T16:44:30.407Z Compiling clap v4.5.18
4782024-09-25T16:44:31.669Z Compiling pest_meta v2.7.10
4792024-09-25T16:44:32.473Z Compiling pest_generator v2.7.10
4802024-09-25T16:44:34.328Z Compiling pest_derive v2.7.10
4812024-09-25T16:44:35.005Z Compiling dtrace-parser v0.2.0
4822024-09-25T16:44:36.914Z Compiling serde_tokenstream v0.2.2
4832024-09-25T16:44:36.956Z Compiling serde_spanned v0.6.7
4842024-09-25T16:44:36.956Z Compiling toml_datetime v0.6.8
4852024-09-25T16:44:37.241Z Compiling toml_edit v0.22.20
4862024-09-25T16:44:37.347Z Compiling cargo-platform v0.1.8
4872024-09-25T16:44:37.450Z Compiling macaddr v1.0.1
4882024-09-25T16:44:37.641Z Compiling camino-tempfile v1.1.1
4892024-09-25T16:44:38.324Z Compiling dof v0.3.0
4902024-09-25T16:44:38.375Z Compiling cargo_metadata v0.18.1
4912024-09-25T16:44:40.133Z Compiling usdt-macro v0.5.0
4922024-09-25T16:44:40.133Z Compiling usdt-attr-macro v0.5.0
4932024-09-25T16:44:40.158Z Compiling toml v0.8.19
4942024-09-25T16:44:41.001Z Compiling cargo_toml v0.20.4
4952024-09-25T16:44:41.525Z Compiling usdt v0.5.0
4962024-09-25T16:44:44.754Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4972024-09-25T16:44:48.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.36s
4982024-09-25T16:44:49.249Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4992024-09-25T16:44:49.849Z Downloading crates ...
5002024-09-25T16:44:49.991Z Downloaded arrayref v0.3.7
5012024-09-25T16:44:49.996Z Downloaded ascii v1.1.0
5022024-09-25T16:44:49.999Z Downloaded assert_matches v1.5.0
5032024-09-25T16:44:50.003Z Downloaded backoff v0.4.0
5042024-09-25T16:44:50.003Z Downloaded atomicwrites v0.4.4
5052024-09-25T16:44:50.006Z Downloaded backtrace v0.3.71
5062024-09-25T16:44:50.011Z Downloaded bitstruct v0.1.1
5072024-09-25T16:44:50.013Z Downloaded bitfield-struct v0.6.1
5082024-09-25T16:44:50.015Z Downloaded bcs v0.1.6
5092024-09-25T16:44:50.017Z Downloaded bcrypt-pbkdf v0.10.0
5102024-09-25T16:44:50.017Z Downloaded bb8 v0.8.5
5112024-09-25T16:44:50.020Z Downloaded hex-literal v0.4.1
5122024-09-25T16:44:50.020Z Downloaded blake3 v1.5.1
5132024-09-25T16:44:50.028Z Downloaded bitstruct_derive v0.1.0
5142024-09-25T16:44:50.031Z Downloaded bytes v1.7.2
5152024-09-25T16:44:50.033Z Downloaded buf-list v1.0.3
5162024-09-25T16:44:50.036Z Downloaded cc v1.0.97
5172024-09-25T16:44:50.039Z Downloaded console v0.15.8
5182024-09-25T16:44:50.043Z Downloaded cookie v0.17.0
5192024-09-25T16:44:50.045Z Downloaded home v0.5.9
5202024-09-25T16:44:50.048Z Downloaded hickory-proto v0.24.1
5212024-09-25T16:44:50.066Z Downloaded humantime v2.1.0
5222024-09-25T16:44:50.069Z Downloaded iana-time-zone v0.1.60
5232024-09-25T16:44:50.072Z Downloaded hyper v0.14.30
5242024-09-25T16:44:50.079Z Downloaded hyper-rustls v0.24.2
5252024-09-25T16:44:50.082Z Downloaded bitflags v1.3.2
5262024-09-25T16:44:50.085Z Downloaded adler v1.0.2
5272024-09-25T16:44:50.089Z Downloaded idna v0.2.3
5282024-09-25T16:44:50.097Z Downloaded crossbeam-utils v0.8.19
5292024-09-25T16:44:50.100Z Downloaded idna v0.5.0
5302024-09-25T16:44:50.108Z Downloaded atty v0.2.14
5312024-09-25T16:44:50.110Z Downloaded is-terminal v0.4.12
5322024-09-25T16:44:50.113Z Downloaded ipnet v2.9.0
5332024-09-25T16:44:50.115Z Downloaded atomic-waker v1.1.2
5342024-09-25T16:44:50.115Z Downloaded itertools v0.10.5
5352024-09-25T16:44:50.122Z Downloaded ciborium-ll v0.2.2
5362024-09-25T16:44:50.124Z Downloaded matches v0.1.10
5372024-09-25T16:44:50.126Z Downloaded multimap v0.10.0
5382024-09-25T16:44:50.126Z Downloaded arrayvec v0.7.4
5392024-09-25T16:44:50.128Z Downloaded crossbeam-deque v0.8.5
5402024-09-25T16:44:50.131Z Downloaded ciborium v0.2.2
5412024-09-25T16:44:50.133Z Downloaded base64ct v1.6.0
5422024-09-25T16:44:50.136Z Downloaded chacha20 v0.9.1
5432024-09-25T16:44:50.139Z Downloaded crc v3.2.1
5442024-09-25T16:44:50.141Z Downloaded crc32fast v1.4.0
5452024-09-25T16:44:50.144Z Downloaded csv-core v0.1.11
5462024-09-25T16:44:50.146Z Downloaded base64 v0.13.1
5472024-09-25T16:44:50.149Z Downloaded crc-catalog v2.4.0
5482024-09-25T16:44:50.151Z Downloaded clang-sys v1.7.0
5492024-09-25T16:44:50.154Z Downloaded cfg_aliases v0.2.1
5502024-09-25T16:44:50.156Z Downloaded cbc v0.1.2
5512024-09-25T16:44:50.156Z Downloaded castaway v0.2.3
5522024-09-25T16:44:50.158Z Downloaded bzip2 v0.4.4
5532024-09-25T16:44:50.161Z Downloaded base16ct v0.2.0
5542024-09-25T16:44:50.163Z Downloaded lazycell v1.3.0
5552024-09-25T16:44:50.163Z Downloaded lazy_static v1.5.0
5562024-09-25T16:44:50.166Z Downloaded const-oid v0.9.6
5572024-09-25T16:44:50.170Z Downloaded itertools v0.12.1
5582024-09-25T16:44:50.178Z Downloaded crossbeam-epoch v0.9.18
5592024-09-25T16:44:50.182Z Downloaded chacha20poly1305 v0.10.1
5602024-09-25T16:44:50.185Z Downloaded base64 v0.22.1
5612024-09-25T16:44:50.191Z Downloaded crypto-bigint v0.5.5
5622024-09-25T16:44:50.200Z Downloaded aes v0.8.4
5632024-09-25T16:44:50.204Z Downloaded base64 v0.21.7
5642024-09-25T16:44:50.209Z Downloaded colored v2.1.0
5652024-09-25T16:44:50.211Z Downloaded cipher v0.4.4
5662024-09-25T16:44:50.214Z Downloaded aes-gcm v0.10.3
5672024-09-25T16:44:50.217Z Downloaded cstr-argument v0.1.2
5682024-09-25T16:44:50.220Z Downloaded curve25519-dalek-derive v0.1.1
5692024-09-25T16:44:50.222Z Downloaded ctr v0.9.2
5702024-09-25T16:44:50.224Z Downloaded compact_str v0.8.0
5712024-09-25T16:44:50.227Z Downloaded block-padding v0.3.3
5722024-09-25T16:44:50.229Z Downloaded darling v0.20.9
5732024-09-25T16:44:50.233Z Downloaded bitvec v1.0.1
5742024-09-25T16:44:50.251Z Downloaded minimal-lexical v0.2.1
5752024-09-25T16:44:50.255Z Downloaded chrono v0.4.38
5762024-09-25T16:44:50.264Z Downloaded crucible-workspace-hack v0.1.0
5772024-09-25T16:44:50.266Z Downloaded bindgen v0.69.4
5782024-09-25T16:44:50.272Z Downloaded crossterm v0.28.1
5792024-09-25T16:44:50.280Z Downloaded crossterm v0.27.0
5802024-09-25T16:44:50.286Z Downloaded async-recursion v1.1.1
5812024-09-25T16:44:50.291Z Downloaded ident_case v1.0.1
5822024-09-25T16:44:50.295Z Downloaded match_cfg v0.1.0
5832024-09-25T16:44:50.297Z Downloaded lru-cache v0.1.2
5842024-09-25T16:44:50.297Z Downloaded new_debug_unreachable v1.0.6
5852024-09-25T16:44:50.297Z Downloaded memoffset v0.9.1
5862024-09-25T16:44:50.300Z Downloaded jobserver v0.1.32
5872024-09-25T16:44:50.300Z Downloaded linked-hash-map v0.5.6
5882024-09-25T16:44:50.302Z Downloaded rpassword v7.3.1
5892024-09-25T16:44:50.305Z Downloaded ipnetwork v0.20.0
5902024-09-25T16:44:50.305Z Downloaded mime v0.3.17
5912024-09-25T16:44:50.307Z Downloaded keccak v0.1.5
5922024-09-25T16:44:50.309Z Downloaded rsa v0.9.6
5932024-09-25T16:44:50.323Z Downloaded libloading v0.8.3
5942024-09-25T16:44:50.326Z Downloaded lock_api v0.4.12
5952024-09-25T16:44:50.329Z Downloaded idna v0.4.0
5962024-09-25T16:44:50.335Z Downloaded curve25519-dalek v4.1.3
5972024-09-25T16:44:50.345Z Downloaded miniz_oxide v0.8.0
5982024-09-25T16:44:50.348Z Downloaded mio v1.0.2
5992024-09-25T16:44:50.355Z Downloaded hyper v1.4.1
6002024-09-25T16:44:50.361Z Downloaded http v1.1.0
6012024-09-25T16:44:50.366Z Downloaded slab v0.4.9
6022024-09-25T16:44:50.368Z Downloaded md5 v0.7.0
6032024-09-25T16:44:50.370Z Downloaded rustls-webpki v0.101.7
6042024-09-25T16:44:50.385Z Downloaded hyper-util v0.1.7
6052024-09-25T16:44:50.389Z Downloaded slog-term v2.9.1
6062024-09-25T16:44:50.392Z Downloaded slog-stdlog v4.1.1
6072024-09-25T16:44:50.395Z Downloaded slog-scope v4.4.0
6082024-09-25T16:44:50.397Z Downloaded siphasher v0.3.11
6092024-09-25T16:44:50.400Z Downloaded maplit v1.0.2
6102024-09-25T16:44:50.400Z Downloaded tap v1.0.1
6112024-09-25T16:44:50.402Z Downloaded term v0.7.0
6122024-09-25T16:44:50.405Z Downloaded subtle v2.5.0
6132024-09-25T16:44:50.407Z Downloaded mio v0.8.11
6142024-09-25T16:44:50.413Z Downloaded termcolor v1.4.1
6152024-09-25T16:44:50.415Z Downloaded tokio-rustls v0.24.1
6162024-09-25T16:44:50.417Z Downloaded lalrpop-util v0.19.12
6172024-09-25T16:44:50.419Z Downloaded want v0.3.1
6182024-09-25T16:44:50.422Z Downloaded kstat-rs v0.2.4
6192024-09-25T16:44:50.422Z Downloaded libefi-sys v0.1.0
6202024-09-25T16:44:50.424Z Downloaded itertools v0.13.0
6212024-09-25T16:44:50.432Z Downloaded webpki-roots v0.25.4
6222024-09-25T16:44:50.437Z Downloaded tokio-stream v0.1.15
6232024-09-25T16:44:50.441Z Downloaded tokio-rustls v0.25.0
6242024-09-25T16:44:50.443Z Downloaded is_ci v1.2.0
6252024-09-25T16:44:50.445Z Downloaded instant v0.1.12
6262024-09-25T16:44:50.447Z Downloaded instability v0.3.2
6272024-09-25T16:44:50.450Z Downloaded indoc v1.0.9
6282024-09-25T16:44:50.452Z Downloaded indicatif v0.17.8
6292024-09-25T16:44:50.456Z Downloaded darling_macro v0.20.9
6302024-09-25T16:44:50.459Z Downloaded nibble_vec v0.1.0
6312024-09-25T16:44:50.461Z Downloaded ena v0.14.3
6322024-09-25T16:44:50.463Z Downloaded elliptic-curve v0.13.8
6332024-09-25T16:44:50.466Z Downloaded either v1.13.0
6342024-09-25T16:44:50.468Z Downloaded glob v0.3.1
6352024-09-25T16:44:50.470Z Downloaded ghash v0.5.1
6362024-09-25T16:44:50.472Z Downloaded futures-macro v0.3.30
6372024-09-25T16:44:50.472Z Downloaded futures-io v0.3.30
6382024-09-25T16:44:50.475Z Downloaded dyn-clone v1.0.17
6392024-09-25T16:44:50.477Z Downloaded nix v0.28.0
6402024-09-25T16:44:50.487Z Downloaded newtype_derive v0.1.6
6412024-09-25T16:44:50.489Z Downloaded newline-converter v0.3.0
6422024-09-25T16:44:50.491Z Downloaded native-tls v0.2.11
6432024-09-25T16:44:50.494Z Downloaded nanorand v0.7.0
6442024-09-25T16:44:50.496Z Downloaded multer v3.1.0
6452024-09-25T16:44:50.498Z Downloaded normalize-line-endings v0.3.0
6462024-09-25T16:44:50.498Z Downloaded mockall_derive v0.13.0
6472024-09-25T16:44:50.500Z Downloaded mockall v0.13.0
6482024-09-25T16:44:50.503Z Downloaded num-iter v0.1.45
6492024-09-25T16:44:50.505Z Downloaded num-rational v0.4.2
6502024-09-25T16:44:50.507Z Downloaded num-integer v0.1.46
6512024-09-25T16:44:50.510Z Downloaded phf_shared v0.10.0
6522024-09-25T16:44:50.510Z Downloaded pkcs1 v0.7.5
6532024-09-25T16:44:50.512Z Downloaded ppv-lite86 v0.2.17
6542024-09-25T16:44:50.514Z Downloaded predicates-tree v1.0.9
6552024-09-25T16:44:50.517Z Downloaded rand_xorshift v0.3.0
6562024-09-25T16:44:50.517Z Downloaded lalrpop v0.19.12
6572024-09-25T16:44:50.529Z Downloaded toml_edit v0.19.15
6582024-09-25T16:44:50.546Z Downloaded termios v0.3.3
6592024-09-25T16:44:50.549Z Downloaded rustc-hash v1.1.0
6602024-09-25T16:44:50.551Z Downloaded idna v0.3.0
6612024-09-25T16:44:50.556Z Downloaded rfc6979 v0.4.0
6622024-09-25T16:44:50.560Z Downloaded wyz v0.5.1
6632024-09-25T16:44:50.562Z Downloaded bzip2-sys v0.1.11+1.0.8
6642024-09-25T16:44:50.572Z Downloaded which v4.4.2
6652024-09-25T16:44:50.574Z Downloaded regex-syntax v0.8.4
6662024-09-25T16:44:50.583Z Downloaded csv v1.3.0
6672024-09-25T16:44:50.603Z Downloaded fallible-streaming-iterator v0.1.9
6682024-09-25T16:44:50.605Z Downloaded futures-sink v0.3.30
6692024-09-25T16:44:50.608Z Downloaded foreign-types-shared v0.1.1
6702024-09-25T16:44:50.608Z Downloaded foreign-types-macros v0.2.3
6712024-09-25T16:44:50.608Z Downloaded fallible-iterator v0.2.0
6722024-09-25T16:44:50.611Z Downloaded strum v0.26.3
6732024-09-25T16:44:50.611Z Downloaded strum_macros v0.26.4
6742024-09-25T16:44:50.613Z Downloaded strum_macros v0.24.3
6752024-09-25T16:44:50.615Z Downloaded try-lock v0.2.5
6762024-09-25T16:44:50.617Z Downloaded tower-layer v0.3.2
6772024-09-25T16:44:50.620Z Downloaded spin v0.9.8
6782024-09-25T16:44:50.622Z Downloaded dhcproto-macros v0.1.0
6792024-09-25T16:44:50.622Z Downloaded unicode-segmentation v1.11.0
6802024-09-25T16:44:50.626Z Downloaded futures-executor v0.3.30
6812024-09-25T16:44:50.628Z Downloaded num_enum v0.5.11
6822024-09-25T16:44:50.633Z Downloaded hashbrown v0.13.2
6832024-09-25T16:44:50.638Z Downloaded parking_lot v0.11.2
6842024-09-25T16:44:50.641Z Downloaded phf_shared v0.11.2
6852024-09-25T16:44:50.643Z Downloaded ron v0.8.1
6862024-09-25T16:44:50.648Z Downloaded pbkdf2 v0.12.2
6872024-09-25T16:44:50.650Z Downloaded number_prefix v0.4.0
6882024-09-25T16:44:50.653Z Downloaded h2 v0.4.6
6892024-09-25T16:44:50.660Z Downloaded opaque-debug v0.3.1
6902024-09-25T16:44:50.663Z Downloaded shell-words v1.1.0
6912024-09-25T16:44:50.663Z Downloaded pem v3.0.4
6922024-09-25T16:44:50.665Z Downloaded num v0.4.3
6932024-09-25T16:44:50.665Z Downloaded hashlink v0.9.1
6942024-09-25T16:44:50.668Z Downloaded pkcs5 v0.7.1
6952024-09-25T16:44:50.671Z Downloaded ron v0.7.1
6962024-09-25T16:44:50.677Z Downloaded pbkdf2 v0.11.0
6972024-09-25T16:44:50.680Z Downloaded unarray v0.1.4
6982024-09-25T16:44:50.682Z Downloaded regex-syntax v0.6.29
6992024-09-25T16:44:50.691Z Downloaded tls_codec_derive v0.4.1
7002024-09-25T16:44:50.694Z Downloaded num-bigint v0.4.5
7012024-09-25T16:44:50.698Z Downloaded unicode_categories v0.1.1
7022024-09-25T16:44:50.701Z Downloaded rustc-demangle v0.1.24
7032024-09-25T16:44:50.710Z Downloaded pkg-config v0.3.30
7042024-09-25T16:44:50.710Z Downloaded polyval v0.6.2
7052024-09-25T16:44:50.710Z Downloaded enum-as-inner v0.6.0
7062024-09-25T16:44:50.714Z Downloaded openssl-probe v0.1.5
7072024-09-25T16:44:50.714Z Downloaded pin-project-internal v1.1.5
7082024-09-25T16:44:50.714Z Downloaded phf v0.11.2
7092024-09-25T16:44:50.714Z Downloaded pin-project-lite v0.2.14
7102024-09-25T16:44:50.718Z Downloaded pin-project v1.1.5
7112024-09-25T16:44:50.730Z Downloaded regex v1.10.6
7122024-09-25T16:44:50.745Z Downloaded socket2 v0.5.7
7132024-09-25T16:44:50.748Z Downloaded sct v0.7.1
7142024-09-25T16:44:50.753Z Downloaded rustc_version v0.4.0
7152024-09-25T16:44:50.757Z Downloaded value-bag v1.9.0
7162024-09-25T16:44:50.757Z Downloaded string_cache v0.8.7
7172024-09-25T16:44:50.759Z Downloaded static_assertions v1.1.0
7182024-09-25T16:44:50.762Z Downloaded stable_deref_trait v1.2.0
7192024-09-25T16:44:50.762Z Downloaded slog-bunyan v2.5.0
7202024-09-25T16:44:50.764Z Downloaded signature v2.2.0
7212024-09-25T16:44:50.767Z Downloaded serde_path_to_error v0.1.16
7222024-09-25T16:44:50.767Z Downloaded russh-cryptovec v0.7.2
7232024-09-25T16:44:50.770Z Downloaded russh v0.45.0
7242024-09-25T16:44:50.773Z Downloaded rusqlite v0.32.1
7252024-09-25T16:44:50.781Z Downloaded derive_builder_macro v0.20.0
7262024-09-25T16:44:50.784Z Downloaded downcast v0.11.0
7272024-09-25T16:44:50.784Z Downloaded difflib v0.4.0
7282024-09-25T16:44:50.787Z Downloaded diff v0.1.13
7292024-09-25T16:44:50.790Z Downloaded zeroize_derive v1.4.2
7302024-09-25T16:44:50.792Z Downloaded zeroize v1.8.1
7312024-09-25T16:44:50.792Z Downloaded tower v0.4.13
7322024-09-25T16:44:50.802Z Downloaded derive_builder_core v0.20.0
7332024-09-25T16:44:50.806Z Downloaded derive_builder v0.20.0
7342024-09-25T16:44:50.810Z Downloaded x509-cert v0.2.5
7352024-09-25T16:44:50.818Z Downloaded whoami v1.5.1
7362024-09-25T16:44:50.820Z Downloaded dirs-sys-next v0.1.2
7372024-09-25T16:44:50.820Z Downloaded dirs-next v2.0.0
7382024-09-25T16:44:50.823Z Downloaded vcpkg v0.2.15
7392024-09-25T16:44:50.861Z Downloaded env_logger v0.10.2
7402024-09-25T16:44:50.864Z Downloaded hash32 v0.2.1
7412024-09-25T16:44:50.866Z Downloaded env_logger v0.9.3
7422024-09-25T16:44:50.869Z Downloaded waitgroup v0.1.2
7432024-09-25T16:44:50.871Z Downloaded hash32 v0.3.1
7442024-09-25T16:44:50.871Z Downloaded utf-8 v0.7.6
7452024-09-25T16:44:50.874Z Downloaded rtoolbox v0.0.2
7462024-09-25T16:44:50.878Z Downloaded packed_struct_codegen v0.10.1
7472024-09-25T16:44:50.879Z Downloaded packed_struct v0.10.1
7482024-09-25T16:44:50.881Z Downloaded p521 v0.13.3
7492024-09-25T16:44:50.885Z Downloaded expectorate v1.1.0
7502024-09-25T16:44:50.888Z Downloaded zerocopy-derive v0.6.6
7512024-09-25T16:44:50.895Z Downloaded ratatui v0.28.0
7522024-09-25T16:44:50.917Z Downloaded prettyplease v0.2.20
7532024-09-25T16:44:50.920Z Downloaded serde_yaml v0.9.34+deprecated
7542024-09-25T16:44:50.925Z Downloaded proptest v1.5.0
7552024-09-25T16:44:50.935Z Downloaded slog-async v2.8.0
7562024-09-25T16:44:50.938Z Downloaded slog v2.7.0
7572024-09-25T16:44:50.941Z Downloaded poly1305 v0.8.0
7582024-09-25T16:44:50.945Z Downloaded smallvec v1.13.2
7592024-09-25T16:44:50.948Z Downloaded tower-service v0.3.2
7602024-09-25T16:44:50.948Z Downloaded smallvec v0.6.14
7612024-09-25T16:44:50.948Z Downloaded slog-json v2.6.1
7622024-09-25T16:44:50.951Z Downloaded tracing v0.1.40
7632024-09-25T16:44:50.954Z Downloaded futures-channel v0.3.30
7642024-09-25T16:44:50.957Z Downloaded futures v0.3.30
7652024-09-25T16:44:50.963Z Downloaded topological-sort v0.2.2
7662024-09-25T16:44:50.965Z Downloaded object v0.32.2
7672024-09-25T16:44:50.976Z Downloaded data-encoding v2.6.0
7682024-09-25T16:44:50.980Z Downloaded xattr v1.3.1
7692024-09-25T16:44:50.980Z Downloaded walkdir v2.5.0
7702024-09-25T16:44:50.983Z Downloaded quick-error v1.2.3
7712024-09-25T16:44:50.983Z Downloaded psl-types v2.0.11
7722024-09-25T16:44:50.983Z Downloaded rustls v0.21.12
7732024-09-25T16:44:50.994Z Downloaded rand_chacha v0.3.1
7742024-09-25T16:44:50.997Z Downloaded rayon-core v1.12.1
7752024-09-25T16:44:51.000Z Downloaded rand_core v0.6.4
7762024-09-25T16:44:51.003Z Downloaded parking_lot v0.12.2
7772024-09-25T16:44:51.006Z Downloaded p256 v0.13.2
7782024-09-25T16:44:51.008Z Downloaded termtree v0.4.1
7792024-09-25T16:44:51.011Z Downloaded wait-timeout v0.2.0
7802024-09-25T16:44:51.011Z Downloaded tokio-macros v2.4.0
7812024-09-25T16:44:51.015Z Downloaded rayon v1.10.0
7822024-09-25T16:44:51.022Z Downloaded sigpipe v0.1.3
7832024-09-25T16:44:51.027Z Downloaded thread_local v1.1.8
7842024-09-25T16:44:51.028Z Downloaded take_mut v0.2.2
7852024-09-25T16:44:51.028Z Downloaded serde_with_macros v3.9.0
7862024-09-25T16:44:51.031Z Downloaded p384 v0.13.0
7872024-09-25T16:44:51.035Z Downloaded signal-hook-tokio v0.3.1
7882024-09-25T16:44:51.041Z Downloaded futures-core v0.3.30
7892024-09-25T16:44:51.041Z Downloaded fragile v2.0.0
7902024-09-25T16:44:51.044Z Downloaded time v0.3.36
7912024-09-25T16:44:51.047Z Downloaded env_filter v0.1.2
7922024-09-25T16:44:51.049Z Downloaded flagset v0.4.5
7932024-09-25T16:44:51.052Z Downloaded futures-task v0.3.30
7942024-09-25T16:44:51.052Z Downloaded flume v0.11.0
7952024-09-25T16:44:51.057Z Downloaded erased-serde v0.3.31
7962024-09-25T16:44:51.068Z Downloaded vergen v8.3.2
7972024-09-25T16:44:51.071Z Downloaded tinyvec_macros v0.1.1
7982024-09-25T16:44:51.072Z Downloaded tiny-keccak v2.0.2
7992024-09-25T16:44:51.072Z Downloaded tinyvec v1.6.0
8002024-09-25T16:44:51.072Z Downloaded peg v0.8.4
8012024-09-25T16:44:51.076Z Downloaded foreign-types-shared v0.3.1
8022024-09-25T16:44:51.078Z Downloaded oso v0.27.3
8032024-09-25T16:44:51.081Z Downloaded time-macros v0.2.18
8042024-09-25T16:44:51.081Z Downloaded oso-derive v0.27.3
8052024-09-25T16:44:51.085Z Downloaded env_logger v0.11.5
8062024-09-25T16:44:51.088Z Downloaded time-core v0.1.2
8072024-09-25T16:44:51.088Z Downloaded paste v1.0.15
8082024-09-25T16:44:51.092Z Downloaded futures-util v0.3.30
8092024-09-25T16:44:51.102Z Downloaded signal-hook v0.3.17
8102024-09-25T16:44:51.105Z Downloaded toml v0.7.8
8112024-09-25T16:44:51.109Z Downloaded same-file v1.0.6
8122024-09-25T16:44:51.113Z Downloaded der v0.7.9
8132024-09-25T16:44:51.116Z Downloaded uuid v1.10.0
8142024-09-25T16:44:51.120Z Downloaded parking_lot_core v0.8.6
8152024-09-25T16:44:51.123Z Downloaded structmeta-derive v0.3.0
8162024-09-25T16:44:51.127Z Downloaded half v2.4.1
8172024-09-25T16:44:51.130Z Downloaded flate2 v1.0.33
8182024-09-25T16:44:51.134Z Downloaded untrusted v0.7.1
8192024-09-25T16:44:51.137Z Downloaded hashbrown v0.12.3
8202024-09-25T16:44:51.140Z Downloaded shlex v1.3.0
8212024-09-25T16:44:51.143Z Downloaded radium v0.7.0
8222024-09-25T16:44:51.143Z Downloaded percent-encoding v2.3.1
8232024-09-25T16:44:51.147Z Downloaded group v0.13.0
8242024-09-25T16:44:51.147Z Downloaded pkcs8 v0.10.2
8252024-09-25T16:44:51.149Z Downloaded pem-rfc7468 v0.7.0
8262024-09-25T16:44:51.152Z Downloaded unicode-xid v0.2.4
8272024-09-25T16:44:51.155Z Downloaded encoding_rs v0.8.34
8282024-09-25T16:44:51.175Z Downloaded owo-colors v4.0.0
8292024-09-25T16:44:51.178Z Downloaded tokio-util v0.7.11
8302024-09-25T16:44:51.184Z Downloaded quick-xml v0.33.0
8312024-09-25T16:44:51.191Z Downloaded reqwest v0.11.27
8322024-09-25T16:44:51.202Z Downloaded thiserror-no-std v2.0.2
8332024-09-25T16:44:51.208Z Downloaded derive_more v0.99.18
8342024-09-25T16:44:51.210Z Downloaded sha3 v0.10.8
8352024-09-25T16:44:51.216Z Downloaded foreign-types v0.3.2
8362024-09-25T16:44:51.220Z Downloaded tracing-attributes v0.1.27
8372024-09-25T16:44:51.222Z Downloaded deranged v0.3.11
8382024-09-25T16:44:51.222Z Downloaded float-cmp v0.9.0
8392024-09-25T16:44:51.224Z Downloaded form_urlencoded v1.2.1
8402024-09-25T16:44:51.224Z Downloaded tokio-tungstenite v0.23.1
8412024-09-25T16:44:51.227Z Downloaded fixedbitset v0.4.2
8422024-09-25T16:44:51.230Z Downloaded ref-cast-impl v1.0.23
8432024-09-25T16:44:51.230Z Downloaded foreign-types v0.5.0
8442024-09-25T16:44:51.230Z Downloaded password-hash v0.5.0
8452024-09-25T16:44:51.233Z Downloaded smoltcp v0.9.1
8462024-09-25T16:44:51.243Z Downloaded defmt-parser v0.3.4
8472024-09-25T16:44:51.247Z Downloaded uzers v0.11.3
8482024-09-25T16:44:51.252Z Downloaded rustc_version v0.1.7
8492024-09-25T16:44:51.252Z Downloaded secrecy v0.8.0
8502024-09-25T16:44:51.252Z Downloaded sec1 v0.7.3
8512024-09-25T16:44:51.252Z Downloaded scrypt v0.11.0
8522024-09-25T16:44:51.255Z Downloaded peg-macros v0.8.4
8532024-09-25T16:44:51.255Z Downloaded path-slash v0.1.5
8542024-09-25T16:44:51.255Z Downloaded tokio-tungstenite v0.21.0
8552024-09-25T16:44:51.257Z Downloaded tokio-postgres v0.7.11
8562024-09-25T16:44:51.263Z Downloaded unicase v2.7.0
8572024-09-25T16:44:51.265Z Downloaded parking_lot_core v0.9.10
8582024-09-25T16:44:51.268Z Downloaded unicode-bidi v0.3.15
8592024-09-25T16:44:51.270Z Downloaded hex v0.4.3
8602024-09-25T16:44:51.273Z Downloaded tracing-core v0.1.32
8612024-09-25T16:44:51.276Z Downloaded rustls-pemfile v1.0.4
8622024-09-25T16:44:51.278Z Downloaded unicode-normalization v0.1.23
8632024-09-25T16:44:51.282Z Downloaded sync_wrapper v0.1.2
8642024-09-25T16:44:51.284Z Downloaded samael v0.0.17
8652024-09-25T16:44:51.289Z Downloaded supports-color v3.0.1
8662024-09-25T16:44:51.292Z Downloaded schemars v0.8.21
8672024-09-25T16:44:51.304Z Downloaded r2d2 v0.8.10
8682024-09-25T16:44:51.307Z Downloaded peg-runtime v0.8.3
8692024-09-25T16:44:51.307Z Downloaded schemars_derive v0.8.21
8702024-09-25T16:44:51.310Z Downloaded salty v0.3.0
8712024-09-25T16:44:51.315Z Downloaded salsa20 v0.10.2
8722024-09-25T16:44:51.318Z Downloaded getopts v0.2.21
8732024-09-25T16:44:51.320Z Downloaded float-ord v0.3.2
8742024-09-25T16:44:51.320Z Downloaded scheduled-thread-pool v0.2.7
8752024-09-25T16:44:51.320Z Downloaded password-hash v0.4.2
8762024-09-25T16:44:51.323Z Downloaded parse-size v1.0.0
8772024-09-25T16:44:51.323Z Downloaded unsafe-libyaml v0.2.11
8782024-09-25T16:44:51.328Z Downloaded parse-display v0.10.0
8792024-09-25T16:44:51.330Z Downloaded omicron-zone-package v0.11.0
8802024-09-25T16:44:51.336Z Downloaded unicode-truncate v1.0.0
8812024-09-25T16:44:51.338Z Downloaded openssl v0.10.66
8822024-09-25T16:44:51.344Z Downloaded regress v0.9.1
8832024-09-25T16:44:51.353Z Downloaded filetime v0.2.25
8842024-09-25T16:44:51.357Z Downloaded regex-automata v0.4.6
8852024-09-25T16:44:51.374Z Downloaded ff v0.13.0
8862024-09-25T16:44:51.377Z Downloaded petgraph v0.6.5
8872024-09-25T16:44:51.396Z Downloaded resolv-conf v0.7.0
8882024-09-25T16:44:51.399Z Downloaded parse-display-derive v0.10.0
8892024-09-25T16:44:51.401Z Downloaded trust-dns-proto v0.22.0
8902024-09-25T16:44:51.414Z Downloaded rustls v0.23.10
8912024-09-25T16:44:51.432Z Downloaded fatfs v0.3.6
8922024-09-25T16:44:51.435Z Downloaded derive-where v1.2.7
8932024-09-25T16:44:51.438Z Downloaded nodrop v0.1.14
8942024-09-25T16:44:51.441Z Downloaded serde-hex v0.1.0
8952024-09-25T16:44:51.441Z Downloaded semver v0.1.20
8962024-09-25T16:44:51.445Z Downloaded openapiv3 v2.0.0
8972024-09-25T16:44:51.457Z Downloaded libgit2-sys v0.17.0+1.8.1
8982024-09-25T16:44:51.516Z Downloaded sled v0.34.7
8992024-09-25T16:44:51.527Z Downloaded tokio v1.39.3
9002024-09-25T16:44:51.565Z Downloaded subprocess v0.2.9
9012024-09-25T16:44:51.568Z Downloaded signal-hook-mio v0.2.4
9022024-09-25T16:44:51.571Z Downloaded sha1 v0.10.6
9032024-09-25T16:44:51.571Z Downloaded serde_arrays v0.1.0
9042024-09-25T16:44:51.573Z Downloaded heapless v0.7.17
9052024-09-25T16:44:51.576Z Downloaded finl_unicode v1.2.0
9062024-09-25T16:44:51.591Z Downloaded headers-core v0.2.0
9072024-09-25T16:44:51.595Z Downloaded headers v0.3.9
9082024-09-25T16:44:51.598Z Downloaded getrandom v0.2.14
9092024-09-25T16:44:51.603Z Downloaded smoltcp v0.11.0
9102024-09-25T16:44:51.614Z Downloaded radix_trie v0.2.1
9112024-09-25T16:44:51.619Z Downloaded heck v0.3.3
9122024-09-25T16:44:51.622Z Downloaded tokio-native-tls v0.3.1
9132024-09-25T16:44:51.624Z Downloaded gethostname v0.5.0
9142024-09-25T16:44:51.624Z Downloaded fxhash v0.2.1
9152024-09-25T16:44:51.627Z Downloaded dropshot v0.10.1
9162024-09-25T16:44:51.636Z Downloaded diesel v2.2.4
9172024-09-25T16:44:51.656Z Downloaded fd-lock v4.0.2
9182024-09-25T16:44:51.658Z Downloaded der_derive v0.7.2
9192024-09-25T16:44:51.661Z Downloaded tabwriter v1.4.0
9202024-09-25T16:44:51.661Z Downloaded reedline v0.33.0
9212024-09-25T16:44:51.669Z Downloaded rcgen v0.12.1
9222024-09-25T16:44:51.672Z Downloaded thiserror-impl-no-std v2.0.2
9232024-09-25T16:44:51.675Z Downloaded test-strategy v0.3.1
9242024-09-25T16:44:51.677Z Downloaded rand_seeder v0.3.0
9252024-09-25T16:44:51.680Z Downloaded heapless v0.8.0
9262024-09-25T16:44:51.683Z Downloaded ring v0.17.8
9272024-09-25T16:44:51.753Z Downloaded defmt-macros v0.3.9
9282024-09-25T16:44:51.756Z Downloaded zone v0.3.0
9292024-09-25T16:44:51.759Z Downloaded zone v0.1.8
9302024-09-25T16:44:51.759Z Downloaded zip v0.6.6
9312024-09-25T16:44:51.762Z Downloaded zerocopy v0.6.6
9322024-09-25T16:44:51.765Z Downloaded yasna v0.5.2
9332024-09-25T16:44:51.768Z Downloaded vte_generate_state_changes v0.1.1
9342024-09-25T16:44:51.770Z Downloaded toolchain_find v0.4.0
9352024-09-25T16:44:51.771Z Downloaded smf v0.2.3
9362024-09-25T16:44:51.773Z Downloaded rustls v0.22.4
9372024-09-25T16:44:51.786Z Downloaded publicsuffix v2.2.3
9382024-09-25T16:44:51.790Z Downloaded olpc-cjson v0.1.3
9392024-09-25T16:44:51.793Z Downloaded num-derive v0.4.2
9402024-09-25T16:44:51.796Z Downloaded polar-core v0.27.3
9412024-09-25T16:44:51.805Z Downloaded defmt v0.3.8
9422024-09-25T16:44:51.809Z Downloaded debug-ignore v1.0.5
9432024-09-25T16:44:51.811Z Downloaded vte v0.11.1
9442024-09-25T16:44:51.814Z Downloaded snafu-derive v0.8.2
9452024-09-25T16:44:51.814Z Downloaded h2 v0.3.26
9462024-09-25T16:44:51.821Z Downloaded rand v0.8.5
9472024-09-25T16:44:51.826Z Downloaded libz-sys v1.1.16
9482024-09-25T16:44:51.894Z Downloaded proc-macro-crate v1.3.1
9492024-09-25T16:44:51.898Z Downloaded primeorder v0.13.6
9502024-09-25T16:44:51.898Z Downloaded pretty-hex v0.2.1
9512024-09-25T16:44:51.898Z Downloaded enum-as-inner v0.5.1
9522024-09-25T16:44:51.901Z Downloaded endian-type v0.1.2
9532024-09-25T16:44:51.901Z Downloaded display-error-chain v0.2.1
9542024-09-25T16:44:51.901Z Downloaded diesel_table_macro_syntax v0.2.0
9552024-09-25T16:44:51.904Z Downloaded diesel_derives v2.2.2
9562024-09-25T16:44:51.907Z Downloaded serde_with v3.9.0
9572024-09-25T16:44:51.916Z Downloaded libsqlite3-sys v0.30.1
9582024-09-25T16:44:51.995Z Downloaded tough v0.17.1
9592024-09-25T16:44:52.003Z Downloaded serde_derive_internals v0.29.1
9602024-09-25T16:44:52.005Z Downloaded funty v2.0.0
9612024-09-25T16:44:52.005Z Downloaded structmeta-derive v0.2.0
9622024-09-25T16:44:52.008Z Downloaded strip-ansi-escapes v0.2.0
9632024-09-25T16:44:52.008Z Downloaded stringprep v0.1.4
9642024-09-25T16:44:52.011Z Downloaded steno v0.4.1
9652024-09-25T16:44:52.014Z Downloaded ssh-key v0.6.6
9662024-09-25T16:44:52.021Z Downloaded ssh-encoding v0.2.0
9672024-09-25T16:44:52.023Z Downloaded slog-envlogger v2.2.0
9682024-09-25T16:44:52.025Z Downloaded russh-keys v0.45.0
9692024-09-25T16:44:52.028Z Downloaded postgres-types v0.2.7
9702024-09-25T16:44:52.030Z Downloaded postgres-protocol v0.6.7
9712024-09-25T16:44:52.033Z Downloaded postcard v1.0.8
9722024-09-25T16:44:52.035Z Downloaded portpicker v0.1.1
9732024-09-25T16:44:52.037Z Downloaded universal-hash v0.5.1
9742024-09-25T16:44:52.037Z Downloaded powerfmt v0.2.0
9752024-09-25T16:44:52.041Z Downloaded num-conv v0.1.0
9762024-09-25T16:44:52.041Z Downloaded num-complex v0.4.6
9772024-09-25T16:44:52.041Z Downloaded num-bigint-dig v0.8.4
9782024-09-25T16:44:52.045Z Downloaded nu-ansi-term v0.50.0
9792024-09-25T16:44:52.048Z Downloaded ring v0.16.20
9802024-09-25T16:44:52.128Z Downloaded socket2 v0.4.10
9812024-09-25T16:44:52.161Z Downloaded openssl-sys v0.9.103
9822024-09-25T16:44:52.161Z Downloaded spin v0.5.2
9832024-09-25T16:44:52.161Z Downloaded portable-atomic v1.6.0
9842024-09-25T16:44:52.166Z Downloaded openssl-macros v0.1.1
9852024-09-25T16:44:52.166Z Downloaded tls_codec v0.4.1
9862024-09-25T16:44:52.166Z Downloaded strum_macros v0.25.3
9872024-09-25T16:44:52.166Z Downloaded ssh-cipher v0.2.0
9882024-09-25T16:44:52.166Z Downloaded snafu v0.8.2
9892024-09-25T16:44:52.166Z Downloaded slog-dtrace v0.3.0
9902024-09-25T16:44:52.166Z Downloaded serde_plain v1.0.2
9912024-09-25T16:44:52.166Z Downloaded serde-big-array v0.5.1
9922024-09-25T16:44:52.166Z Downloaded nix v0.29.0
9932024-09-25T16:44:52.169Z Downloaded nix v0.27.1
9942024-09-25T16:44:52.180Z Downloaded object v0.30.4
9952024-09-25T16:44:52.188Z Downloaded num_threads v0.1.7
9962024-09-25T16:44:52.191Z Downloaded num_enum_derive v0.5.11
9972024-09-25T16:44:52.191Z Downloaded globset v0.4.14
9982024-09-25T16:44:52.194Z Downloaded embedded-io v0.4.0
9992024-09-25T16:44:52.194Z Downloaded linear-map v1.2.0
10002024-09-25T16:44:52.199Z Downloaded gimli v0.28.1
10012024-09-25T16:44:52.202Z Downloaded git2 v0.19.0
10022024-09-25T16:44:52.210Z Downloaded ed25519-dalek v2.1.1
10032024-09-25T16:44:52.213Z Downloaded ed25519 v2.2.3
10042024-09-25T16:44:52.216Z Downloaded ecdsa v0.16.9
10052024-09-25T16:44:52.220Z Downloaded dsl_auto_type v0.1.2
10062024-09-25T16:44:52.220Z Downloaded dropshot_endpoint v0.10.1
10072024-09-25T16:44:52.220Z Downloaded vsss-rs v3.3.4
10082024-09-25T16:44:52.224Z Downloaded typed-path v0.7.1
10092024-09-25T16:44:52.226Z Downloaded twox-hash v1.6.3
10102024-09-25T16:44:52.230Z Downloaded tokio-tungstenite v0.20.1
10112024-09-25T16:44:52.233Z Downloaded tokio-rustls v0.26.0
10122024-09-25T16:44:52.233Z Downloaded dhcproto v0.12.0
10132024-09-25T16:44:52.238Z Downloaded des v0.8.1
10142024-09-25T16:44:52.241Z Downloaded darling_core v0.20.9
10152024-09-25T16:44:52.241Z Downloaded zone_cfg_derive v0.3.0
10162024-09-25T16:44:52.243Z Downloaded zone_cfg_derive v0.1.2
10172024-09-25T16:44:52.244Z Downloaded tungstenite v0.23.0
10182024-09-25T16:44:52.246Z Downloaded tungstenite v0.21.0
10192024-09-25T16:44:52.250Z Downloaded tungstenite v0.20.1
10202024-09-25T16:44:52.253Z Downloaded tui-tree-widget v0.22.0
10212024-09-25T16:44:52.253Z Downloaded rustyline v14.0.0
10222024-09-25T16:44:52.259Z Downloaded tar v0.4.41
10232024-09-25T16:44:52.262Z Downloaded structmeta v0.3.0
10242024-09-25T16:44:52.262Z Downloaded structmeta v0.2.0
10252024-09-25T16:44:52.262Z Downloaded sqlparser v0.45.0
10262024-09-25T16:44:52.266Z Downloaded sqlformat v0.2.4
10272024-09-25T16:44:52.269Z Downloaded spki v0.7.3
10282024-09-25T16:44:52.272Z Downloaded sqlparser_derive v0.2.2
10292024-09-25T16:44:52.272Z Downloaded similar v2.6.0
10302024-09-25T16:44:52.276Z Downloaded serde_urlencoded v0.7.1
10312024-09-25T16:44:52.279Z Downloaded serde_repr v0.1.19
10322024-09-25T16:44:52.279Z Downloaded scopeguard v1.2.0
10332024-09-25T16:44:52.279Z Downloaded fallible-iterator v0.3.0
10342024-09-25T16:44:52.282Z Downloaded winnow v0.5.40
10352024-09-25T16:44:52.288Z Downloaded rusty-fork v0.3.0
10362024-09-25T16:44:52.291Z Downloaded rustls-webpki v0.102.4
10372024-09-25T16:44:52.306Z Downloaded rustls-pki-types v1.7.0
10382024-09-25T16:44:52.309Z Downloaded rustfmt-wrapper v0.2.1
10392024-09-25T16:44:52.311Z Downloaded url v2.5.2
10402024-09-25T16:44:52.316Z Downloaded untrusted v0.9.0
10412024-09-25T16:44:52.316Z Downloaded ref-cast v1.0.23
10422024-09-25T16:44:52.319Z Downloaded predicates v3.1.2
10432024-09-25T16:44:52.319Z Downloaded precomputed-hash v0.1.1
10442024-09-25T16:44:52.319Z Downloaded predicates-core v1.0.6
10452024-09-25T16:44:52.322Z Downloaded newtype-uuid v1.1.0
10462024-09-25T16:44:52.322Z Downloaded maybe-uninit v2.0.0
10472024-09-25T16:44:52.322Z Downloaded hyper-tls v0.5.0
10482024-09-25T16:44:52.325Z Downloaded hubpack v0.1.2
10492024-09-25T16:44:52.325Z Downloaded pin-utils v0.1.0
10502024-09-25T16:44:52.327Z Downloaded num-traits v0.2.19
10512024-09-25T16:44:52.327Z Downloaded nom v7.1.3
10522024-09-25T16:44:52.334Z Downloaded miniz_oxide v0.7.2
10532024-09-25T16:44:52.340Z Downloaded mime_guess v2.0.4
10542024-09-25T16:44:52.340Z Downloaded memmap2 v0.9.4
10552024-09-25T16:44:52.344Z Downloaded managed v0.8.0
10562024-09-25T16:44:52.344Z Downloaded lru v0.12.3
10572024-09-25T16:44:52.344Z Downloaded libxml v0.3.3
10582024-09-25T16:44:52.346Z Downloaded libsw v3.3.1
10592024-09-25T16:44:52.350Z Downloaded indent_write v2.2.0
10602024-09-25T16:44:52.350Z Downloaded impl-trait-for-tuples v0.2.2
10612024-09-25T16:44:52.352Z Downloaded libm v0.2.8
10622024-09-25T16:44:52.358Z Downloaded bstr v1.9.1
10632024-09-25T16:44:52.369Z Downloaded hyper-staticfile v0.9.5
10642024-09-25T16:44:52.372Z Downloaded hubpack_derive v0.1.1
10652024-09-25T16:44:52.372Z Downloaded http-range v0.1.5
10662024-09-25T16:44:52.375Z Downloaded hostname v0.4.0
10672024-09-25T16:44:52.375Z Downloaded highway v1.2.0
10682024-09-25T16:44:52.375Z Downloaded hickory-server v0.24.1
10692024-09-25T16:44:52.380Z Downloaded hickory-resolver v0.24.1
10702024-09-25T16:44:52.384Z Downloaded hickory-client v0.24.1
10712024-09-25T16:44:52.387Z Downloaded signal-hook-registry v1.4.2
10722024-09-25T16:44:52.389Z Downloaded rustversion v1.0.17
10732024-09-25T16:44:52.392Z Downloaded rustls-pemfile v2.1.3
10742024-09-25T16:44:52.396Z Downloaded internet-checksum v0.2.1
10752024-09-25T16:44:52.396Z Downloaded md-5 v0.10.6
10762024-09-25T16:44:52.396Z Downloaded hostname v0.3.1
10772024-09-25T16:44:52.398Z Downloaded hkdf v0.12.4
10782024-09-25T16:44:52.398Z Downloaded httparse v1.8.0
10792024-09-25T16:44:52.401Z Downloaded http-body v1.0.0
10802024-09-25T16:44:52.401Z Downloaded hmac v0.12.1
10812024-09-25T16:44:52.403Z Downloaded argon2 v0.5.3
10822024-09-25T16:44:52.406Z Downloaded arc-swap v1.7.1
10832024-09-25T16:44:52.409Z Downloaded ahash v0.8.11
10842024-09-25T16:44:52.412Z Downloaded crunchy v0.2.2
10852024-09-25T16:44:52.412Z Downloaded convert_case v0.4.0
10862024-09-25T16:44:52.412Z Downloaded ciborium-io v0.2.2
10872024-09-25T16:44:52.414Z Downloaded blake2 v0.10.6
10882024-09-25T16:44:52.415Z Downloaded allocator-api2 v0.2.18
10892024-09-25T16:44:52.417Z Downloaded inout v0.1.3
10902024-09-25T16:44:52.420Z Downloaded indexmap v1.9.3
10912024-09-25T16:44:52.423Z Downloaded cfg_aliases v0.1.1
10922024-09-25T16:44:52.423Z Downloaded cexpr v0.6.0
10932024-09-25T16:44:52.423Z Downloaded bit-vec v0.6.3
10942024-09-25T16:44:52.425Z Downloaded bit-set v0.5.3
10952024-09-25T16:44:52.426Z Downloaded async-trait v0.1.82
10962024-09-25T16:44:52.428Z Downloaded async-stream v0.3.5
10972024-09-25T16:44:52.431Z Downloaded addr2line v0.21.0
10982024-09-25T16:44:52.433Z Downloaded aead v0.5.2
10992024-09-25T16:44:52.433Z Downloaded adler2 v2.0.0
11002024-09-25T16:44:52.436Z Downloaded async-stream-impl v0.3.5
11012024-09-25T16:44:52.436Z Downloaded ascii-canvas v3.0.0
11022024-09-25T16:44:52.436Z Downloaded aho-corasick v1.1.3
11032024-09-25T16:44:52.441Z Downloaded crossbeam-channel v0.5.12
11042024-09-25T16:44:52.446Z Downloaded crc-any v2.5.0
11052024-09-25T16:44:52.449Z Downloaded cookie_store v0.20.0
11062024-09-25T16:44:52.451Z Downloaded httpdate v1.0.3
11072024-09-25T16:44:52.451Z Downloaded http-body v0.4.6
11082024-09-25T16:44:52.451Z Downloaded http v0.2.12
11092024-09-25T16:44:52.455Z Downloaded cookie v0.18.1
11102024-09-25T16:44:52.458Z Downloaded constant_time_eq v0.3.0
11112024-09-25T16:44:52.458Z Downloaded const_format_proc_macros v0.2.33
11122024-09-25T16:44:52.461Z Downloaded const_format v0.2.33
11132024-09-25T16:44:52.464Z Downloaded cobs v0.2.3
11142024-09-25T16:44:52.468Z Downloaded cassowary v0.3.0
11152024-09-25T16:44:52.468Z Downloaded cancel-safe-futures v0.1.5
11162024-09-25T16:44:52.470Z Downloaded blowfish v0.9.1
11172024-09-25T16:44:52.476Z Downloaded bitfield v0.14.0
11182024-09-25T16:44:52.476Z Downloaded async-bb8-diesel v0.2.1
11192024-09-25T16:44:52.476Z Downloaded array-init v0.0.4
11202024-09-25T16:44:52.566Z Compiling serde v1.0.208
11212024-09-25T16:44:52.568Z Compiling typenum v1.17.0
11222024-09-25T16:44:52.568Z Compiling generic-array v0.14.7
11232024-09-25T16:44:52.568Z Compiling lock_api v0.4.12
11242024-09-25T16:44:52.568Z Compiling scopeguard v1.2.0
11252024-09-25T16:44:52.568Z Compiling value-bag v1.9.0
11262024-09-25T16:44:52.742Z Compiling syn v2.0.74
11272024-09-25T16:44:52.752Z Compiling getrandom v0.2.14
11282024-09-25T16:44:52.886Z Compiling const-oid v0.9.6
11292024-09-25T16:44:53.034Z Compiling rand_core v0.6.4
11302024-09-25T16:44:53.259Z Compiling log v0.4.21
11312024-09-25T16:44:53.278Z Compiling subtle v2.5.0
11322024-09-25T16:44:53.297Z Compiling jobserver v0.1.32
11332024-09-25T16:44:53.546Z Compiling pin-project-lite v0.2.14
11342024-09-25T16:44:53.624Z Compiling smallvec v1.13.2
11352024-09-25T16:44:53.665Z Compiling cc v1.0.97
11362024-09-25T16:44:53.756Z Compiling parking_lot_core v0.9.10
11372024-09-25T16:44:54.022Z Compiling signal-hook-registry v1.4.2
11382024-09-25T16:44:54.113Z Compiling mio v1.0.2
11392024-09-25T16:44:54.204Z Compiling socket2 v0.5.7
11402024-09-25T16:44:54.825Z Compiling parking_lot v0.12.2
11412024-09-25T16:44:54.855Z Compiling ahash v0.8.11
11422024-09-25T16:44:54.894Z Compiling futures-core v0.3.30
11432024-09-25T16:44:55.140Z Compiling futures-sink v0.3.30
11442024-09-25T16:44:55.167Z Compiling cpufeatures v0.2.12
11452024-09-25T16:44:55.347Z Compiling slab v0.4.9
11462024-09-25T16:44:55.389Z Compiling allocator-api2 v0.2.18
11472024-09-25T16:44:55.408Z Compiling spin v0.9.8
11482024-09-25T16:44:55.411Z Compiling tinyvec_macros v0.1.1
11492024-09-25T16:44:55.497Z Compiling futures-channel v0.3.30
11502024-09-25T16:44:55.525Z Compiling tinyvec v1.6.0
11512024-09-25T16:44:55.846Z Compiling futures-io v0.3.30
11522024-09-25T16:44:55.865Z Compiling futures-task v0.3.30
11532024-09-25T16:44:55.948Z Compiling serde_json v1.0.125
11542024-09-25T16:44:56.130Z Compiling base64ct v1.6.0
11552024-09-25T16:44:56.160Z Compiling libm v0.2.8
11562024-09-25T16:44:56.183Z Compiling pin-utils v0.1.0
11572024-09-25T16:44:56.229Z Compiling num-traits v0.2.19
11582024-09-25T16:44:56.278Z Compiling flagset v0.4.5
11592024-09-25T16:44:56.340Z Compiling unicode-bidi v0.3.15
11602024-09-25T16:44:56.509Z Compiling tracing-core v0.1.32
11612024-09-25T16:44:56.763Z Compiling pem-rfc7468 v0.7.0
11622024-09-25T16:44:56.829Z Compiling pkg-config v0.3.30
11632024-09-25T16:44:57.141Z Compiling unicode-normalization v0.1.23
11642024-09-25T16:44:57.593Z Compiling vcpkg v0.2.15
11652024-09-25T16:44:58.037Z Compiling ring v0.17.8
11662024-09-25T16:44:58.062Z Compiling ppv-lite86 v0.2.17
11672024-09-25T16:44:58.062Z Compiling httparse v1.8.0
11682024-09-25T16:44:58.253Z Compiling percent-encoding v2.3.1
11692024-09-25T16:44:58.390Z Compiling rustix v0.38.34
11702024-09-25T16:44:58.649Z Compiling try-lock v0.2.5
11712024-09-25T16:44:58.725Z Compiling untrusted v0.9.0
11722024-09-25T16:44:58.837Z Compiling rand_chacha v0.3.1
11732024-09-25T16:44:58.858Z Compiling want v0.3.1
11742024-09-25T16:44:59.121Z Compiling tower-service v0.3.2
11752024-09-25T16:44:59.249Z Compiling rand v0.8.5
11762024-09-25T16:44:59.334Z Compiling num-conv v0.1.0
11772024-09-25T16:44:59.529Z Compiling rustversion v1.0.17
11782024-09-25T16:44:59.594Z Compiling foreign-types-shared v0.1.1
11792024-09-25T16:44:59.699Z Compiling powerfmt v0.2.0
11802024-09-25T16:44:59.768Z Compiling openssl-sys v0.9.103
11812024-09-25T16:44:59.951Z Compiling time-core v0.1.2
11822024-09-25T16:45:00.069Z Compiling openssl v0.10.66
11832024-09-25T16:45:00.109Z Compiling httpdate v1.0.3
11842024-09-25T16:45:00.277Z Compiling time-macros v0.2.18
11852024-09-25T16:45:00.495Z Compiling deranged v0.3.11
11862024-09-25T16:45:00.550Z Compiling foreign-types v0.3.2
11872024-09-25T16:45:00.641Z Compiling form_urlencoded v1.2.1
11882024-09-25T16:45:00.937Z Compiling aho-corasick v1.1.3
11892024-09-25T16:45:00.967Z Compiling crossbeam-utils v0.8.19
11902024-09-25T16:45:01.169Z Compiling rustls v0.21.12
11912024-09-25T16:45:01.418Z Compiling siphasher v0.3.11
11922024-09-25T16:45:01.591Z Compiling regex-syntax v0.8.4
11932024-09-25T16:45:01.794Z Compiling num_threads v0.1.7
11942024-09-25T16:45:01.908Z Compiling syn v1.0.109
11952024-09-25T16:45:02.032Z Compiling native-tls v0.2.11
11962024-09-25T16:45:02.541Z Compiling idna v0.5.0
11972024-09-25T16:45:03.097Z Compiling time v0.3.36
11982024-09-25T16:45:03.566Z Compiling cookie v0.17.0
11992024-09-25T16:45:03.855Z Compiling slog v2.7.0
12002024-09-25T16:45:03.971Z Compiling openssl-probe v0.1.5
12012024-09-25T16:45:04.323Z Compiling regex-automata v0.4.6
12022024-09-25T16:45:04.341Z Compiling finl_unicode v1.2.0
12032024-09-25T16:45:04.886Z Compiling iana-time-zone v0.1.60
12042024-09-25T16:45:05.299Z Compiling stringprep v0.1.4
12052024-09-25T16:45:05.579Z Compiling url v2.5.2
12062024-09-25T16:45:06.535Z Compiling serde_derive v1.0.208
12072024-09-25T16:45:06.945Z Compiling zeroize_derive v1.4.2
12082024-09-25T16:45:07.091Z Compiling zerocopy-derive v0.7.34
12092024-09-25T16:45:07.322Z Compiling tokio-macros v2.4.0
12102024-09-25T16:45:07.803Z Compiling futures-macro v0.3.30
12112024-09-25T16:45:08.504Z Compiling zeroize v1.8.1
12122024-09-25T16:45:08.910Z Compiling der_derive v0.7.2
12132024-09-25T16:45:09.347Z Compiling zerocopy v0.7.34
12142024-09-25T16:45:09.606Z Compiling futures-util v0.3.30
12152024-09-25T16:45:10.109Z Compiling crypto-common v0.1.6
12162024-09-25T16:45:10.373Z Compiling block-buffer v0.10.4
12172024-09-25T16:45:10.632Z Compiling digest v0.10.7
12182024-09-25T16:45:11.083Z Compiling hmac v0.12.1
12192024-09-25T16:45:11.311Z Compiling block-padding v0.3.3
12202024-09-25T16:45:11.358Z Compiling sha2 v0.10.8
12212024-09-25T16:45:11.514Z Compiling inout v0.1.3
12222024-09-25T16:45:11.553Z Compiling hashbrown v0.14.5
12232024-09-25T16:45:11.778Z Compiling cipher v0.4.4
12242024-09-25T16:45:12.277Z Compiling thiserror-impl v1.0.63
12252024-09-25T16:45:12.856Z Compiling der v0.7.9
12262024-09-25T16:45:14.773Z Compiling spki v0.7.3
12272024-09-25T16:45:15.135Z Compiling salsa20 v0.10.2
12282024-09-25T16:45:15.299Z Compiling pbkdf2 v0.12.2
12292024-09-25T16:45:15.402Z Compiling tracing-attributes v0.1.27
12302024-09-25T16:45:15.422Z Compiling aes v0.8.4
12312024-09-25T16:45:15.480Z Compiling scrypt v0.11.0
12322024-09-25T16:45:15.582Z Compiling thiserror v1.0.63
12332024-09-25T16:45:15.726Z Compiling cbc v0.1.2
12342024-09-25T16:45:15.963Z Compiling pest v2.7.10
12352024-09-25T16:45:15.991Z Compiling scroll_derive v0.12.0
12362024-09-25T16:45:16.885Z Compiling pkcs5 v0.7.1
12372024-09-25T16:45:17.515Z Compiling pkcs8 v0.10.2
12382024-09-25T16:45:18.070Z Compiling scroll v0.12.0
12392024-09-25T16:45:18.243Z Compiling openssl-macros v0.1.1
12402024-09-25T16:45:18.245Z Compiling sct v0.7.1
12412024-09-25T16:45:18.574Z Compiling pest_meta v2.7.10
12422024-09-25T16:45:18.604Z Compiling goblin v0.8.2
12432024-09-25T16:45:18.990Z Compiling rustls-webpki v0.101.7
12442024-09-25T16:45:19.036Z Compiling signature v2.2.0
12452024-09-25T16:45:19.261Z Compiling tracing v0.1.40
12462024-09-25T16:45:19.323Z Compiling md-5 v0.10.6
12472024-09-25T16:45:19.582Z Compiling pin-project-internal v1.1.5
12482024-09-25T16:45:19.940Z Compiling pest_generator v2.7.10
12492024-09-25T16:45:20.714Z Compiling bytes v1.7.2
12502024-09-25T16:45:20.921Z Compiling indexmap v2.4.0
12512024-09-25T16:45:21.053Z Compiling bitflags v2.6.0
12522024-09-25T16:45:21.990Z Compiling tokio v1.39.3
12532024-09-25T16:45:22.011Z Compiling semver v1.0.23
12542024-09-25T16:45:22.398Z Compiling http v0.2.12
12552024-09-25T16:45:22.732Z Compiling rustc_version v0.4.0
12562024-09-25T16:45:23.485Z Compiling heapless v0.7.17
12572024-09-25T16:45:23.759Z Compiling pest_derive v2.7.10
12582024-09-25T16:45:23.941Z Compiling http-body v0.4.6
12592024-09-25T16:45:24.400Z Compiling dof v0.3.0
12602024-09-25T16:45:24.575Z Compiling dtrace-parser v0.2.0
12612024-09-25T16:45:24.607Z Compiling http v1.1.0
12622024-09-25T16:45:26.663Z Compiling uuid v1.10.0
12632024-09-25T16:45:26.762Z Compiling usdt-impl v0.5.0
12642024-09-25T16:45:27.277Z Compiling curve25519-dalek v4.1.3
12652024-09-25T16:45:27.928Z Compiling chrono v0.4.38
12662024-09-25T16:45:28.115Z Compiling serde_tokenstream v0.2.2
12672024-09-25T16:45:28.180Z Compiling toml_datetime v0.6.8
12682024-09-25T16:45:28.309Z Compiling serde_spanned v0.6.7
12692024-09-25T16:45:28.548Z Compiling num-integer v0.1.46
12702024-09-25T16:45:28.685Z Compiling idna v0.3.0
12712024-09-25T16:45:28.736Z Compiling backtrace v0.3.71
12722024-09-25T16:45:28.853Z Compiling lazy_static v1.5.0
12732024-09-25T16:45:28.974Z Compiling ff v0.13.0
12742024-09-25T16:45:29.076Z Compiling hash32 v0.2.1
12752024-09-25T16:45:29.208Z Compiling smoltcp v0.9.1
12762024-09-25T16:45:29.225Z Compiling crc32fast v1.4.0
12772024-09-25T16:45:29.301Z Compiling fallible-iterator v0.2.0
12782024-09-25T16:45:29.463Z Compiling base64 v0.22.1
12792024-09-25T16:45:29.742Z Compiling base16ct v0.2.0
12802024-09-25T16:45:29.926Z Compiling tokio-util v0.7.11
12812024-09-25T16:45:30.010Z Compiling signal-hook v0.3.17
12822024-09-25T16:45:30.055Z Compiling adler v1.0.2
12832024-09-25T16:45:30.224Z Compiling atomic-waker v1.1.2
12842024-09-25T16:45:30.309Z Compiling num-bigint-dig v0.8.4
12852024-09-25T16:45:30.329Z Compiling psl-types v2.0.11
12862024-09-25T16:45:30.331Z Compiling stable_deref_trait v1.2.0
12872024-09-25T16:45:30.417Z Compiling gimli v0.28.1
12882024-09-25T16:45:30.522Z Compiling publicsuffix v2.2.3
12892024-09-25T16:45:30.670Z Compiling miniz_oxide v0.7.2
12902024-09-25T16:45:30.773Z Compiling postgres-protocol v0.6.7
12912024-09-25T16:45:31.313Z Compiling h2 v0.3.26
12922024-09-25T16:45:31.643Z Compiling h2 v0.4.6
12932024-09-25T16:45:31.694Z Compiling sec1 v0.7.3
12942024-09-25T16:45:32.090Z Compiling tokio-native-tls v0.3.1
12952024-09-25T16:45:32.092Z Compiling tokio-rustls v0.24.1
12962024-09-25T16:45:32.358Z Compiling group v0.13.0
12972024-09-25T16:45:32.382Z Compiling num-iter v0.1.45
12982024-09-25T16:45:32.571Z Compiling terminal_size v0.3.0
12992024-09-25T16:45:32.615Z Compiling http-body v1.0.0
13002024-09-25T16:45:32.671Z Compiling pin-project v1.1.5
13012024-09-25T16:45:32.757Z Compiling hubpack_derive v0.1.1
13022024-09-25T16:45:32.804Z Compiling hkdf v0.12.4
13032024-09-25T16:45:32.867Z Compiling crypto-bigint v0.5.5
13042024-09-25T16:45:33.079Z Compiling zerocopy-derive v0.6.6
13052024-09-25T16:45:33.589Z Compiling async-trait v0.1.82
13062024-09-25T16:45:33.662Z Compiling curve25519-dalek-derive v0.1.1
13072024-09-25T16:45:35.245Z Compiling addr2line v0.21.0
13082024-09-25T16:45:35.950Z Compiling phf_shared v0.11.2
13092024-09-25T16:45:36.278Z Compiling serde_derive_internals v0.29.1
13102024-09-25T16:45:36.311Z Compiling object v0.32.2
13112024-09-25T16:45:36.466Z Compiling fs-err v2.11.0
13122024-09-25T16:45:36.499Z Compiling winnow v0.5.40
13132024-09-25T16:45:36.769Z Compiling rustc-demangle v0.1.24
13142024-09-25T16:45:36.987Z Compiling ipnet v2.9.0
13152024-09-25T16:45:37.716Z Compiling base64 v0.21.7
13162024-09-25T16:45:38.189Z Compiling hyper v0.14.30
13172024-09-25T16:45:38.464Z Compiling adler2 v2.0.0
13182024-09-25T16:45:38.670Z Compiling managed v0.8.0
13192024-09-25T16:45:38.960Z Compiling bitflags v1.3.2
13202024-09-25T16:45:39.008Z Compiling tower-layer v0.3.2
13212024-09-25T16:45:39.070Z Compiling anyhow v1.0.89
13222024-09-25T16:45:39.115Z Compiling either v1.13.0
13232024-09-25T16:45:39.299Z Compiling schemars v0.8.21
13242024-09-25T16:45:39.536Z Compiling tower v0.4.13
13252024-09-25T16:45:39.710Z Compiling clap_builder v4.5.18
13262024-09-25T16:45:40.377Z Compiling toml_edit v0.19.15
13272024-09-25T16:45:40.439Z Compiling schemars_derive v0.8.21
13282024-09-25T16:45:41.861Z Compiling miniz_oxide v0.8.0
13292024-09-25T16:45:42.041Z Compiling hyper v1.4.1
13302024-09-25T16:45:42.386Z Compiling rustls-pemfile v1.0.4
13312024-09-25T16:45:43.443Z Compiling phf v0.11.2
13322024-09-25T16:45:43.633Z Compiling elliptic-curve v0.13.8
13332024-09-25T16:45:43.715Z Compiling cookie_store v0.20.0
13342024-09-25T16:45:43.793Z Compiling zerocopy v0.6.6
13352024-09-25T16:45:44.618Z Compiling hubpack v0.1.2
13362024-09-25T16:45:45.080Z Compiling hyper-tls v0.5.0
13372024-09-25T16:45:45.256Z Compiling hyper-rustls v0.24.2
13382024-09-25T16:45:45.972Z Compiling postgres-types v0.2.7
13392024-09-25T16:45:46.486Z Compiling usdt-macro v0.5.0
13402024-09-25T16:45:47.235Z Compiling usdt-attr-macro v0.5.0
13412024-09-25T16:45:47.485Z Compiling serde_urlencoded v0.7.1
13422024-09-25T16:45:48.012Z Compiling serde-big-array v0.5.1
13432024-09-25T16:45:48.014Z Compiling ed25519 v2.2.3
13442024-09-25T16:45:48.047Z Compiling pkcs1 v0.7.5
13452024-09-25T16:45:48.242Z Compiling futures-executor v0.3.30
13462024-09-25T16:45:48.344Z Compiling rfc6979 v0.4.0
13472024-09-25T16:45:48.536Z Compiling bstr v1.9.1
13482024-09-25T16:45:48.777Z Compiling regex v1.10.6
13492024-09-25T16:45:48.855Z Compiling clap_derive v4.5.18
13502024-09-25T16:45:49.067Z Compiling strum_macros v0.25.3
13512024-09-25T16:45:49.098Z Compiling serde_repr v0.1.19
13522024-09-25T16:45:49.880Z Compiling enum-as-inner v0.6.0
13532024-09-25T16:45:50.035Z Compiling phf_shared v0.10.0
13542024-09-25T16:45:50.319Z Compiling float-cmp v0.9.0
13552024-09-25T16:45:50.338Z Compiling idna v0.4.0
13562024-09-25T16:45:50.444Z Compiling mio v0.8.11
13572024-09-25T16:45:50.539Z Compiling encoding_rs v0.8.34
13582024-09-25T16:45:51.018Z Compiling data-encoding v2.6.0
13592024-09-25T16:45:51.729Z Compiling normalize-line-endings v0.3.0
13602024-09-25T16:45:51.862Z Compiling difflib v0.4.0
13612024-09-25T16:45:51.952Z Compiling whoami v1.5.1
13622024-09-25T16:45:52.606Z Compiling bit-vec v0.6.3
13632024-09-25T16:45:52.672Z Compiling static_assertions v1.1.0
13642024-09-25T16:45:52.778Z Compiling fixedbitset v0.4.2
13652024-09-25T16:45:53.056Z Compiling mime v0.3.17
13662024-09-25T16:45:53.156Z Compiling unicode-segmentation v1.11.0
13672024-09-25T16:45:53.254Z Compiling sync_wrapper v0.1.2
13682024-09-25T16:45:53.390Z Compiling new_debug_unreachable v1.0.6
13692024-09-25T16:45:53.411Z Compiling webpki-roots v0.25.4
13702024-09-25T16:45:53.466Z Compiling minimal-lexical v0.2.1
13712024-09-25T16:45:53.484Z Compiling predicates-core v1.0.6
13722024-09-25T16:45:53.566Z Compiling precomputed-hash v0.1.1
13732024-09-25T16:45:53.667Z Compiling dyn-clone v1.0.17
13742024-09-25T16:45:53.688Z Compiling string_cache v0.8.7
13752024-09-25T16:45:53.825Z Compiling similar v2.6.0
13762024-09-25T16:45:53.872Z Compiling clap v4.5.18
13772024-09-25T16:45:53.890Z Compiling nom v7.1.3
13782024-09-25T16:45:53.981Z Compiling toml_edit v0.22.20
13792024-09-25T16:45:54.000Z Compiling predicates v3.1.2
13802024-09-25T16:45:54.153Z Compiling console v0.15.8
13812024-09-25T16:45:55.017Z Compiling reqwest v0.11.27
13822024-09-25T16:45:55.756Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13832024-09-25T16:45:55.794Z Compiling petgraph v0.6.5
13842024-09-25T16:45:56.265Z Compiling bit-set v0.5.3
13852024-09-25T16:45:56.556Z Compiling tokio-postgres v0.7.11
13862024-09-25T16:45:57.532Z Compiling hickory-proto v0.24.1
13872024-09-25T16:45:57.832Z Compiling signal-hook-mio v0.2.4
13882024-09-25T16:45:58.006Z Compiling usdt v0.5.0
13892024-09-25T16:45:58.521Z Compiling ecdsa v0.16.9
13902024-09-25T16:45:59.360Z Compiling futures v0.3.30
13912024-09-25T16:45:59.485Z Compiling rsa v0.9.6
13922024-09-25T16:45:59.796Z Compiling ed25519-dalek v2.1.1
13932024-09-25T16:46:00.113Z Compiling flate2 v1.0.33
13942024-09-25T16:46:01.081Z Compiling hyper-util v0.1.7
13952024-09-25T16:46:02.041Z Compiling toml v0.7.8
13962024-09-25T16:46:02.411Z Compiling itertools v0.12.1
13972024-09-25T16:46:02.597Z Compiling itertools v0.10.5
13982024-09-25T16:46:03.103Z Compiling tokio-stream v0.1.15
13992024-09-25T16:46:03.767Z Compiling openapiv3 v2.0.0
14002024-09-25T16:46:04.096Z Compiling crossbeam-epoch v0.9.18
14012024-09-25T16:46:04.147Z Compiling hex v0.4.3
14022024-09-25T16:46:04.760Z Compiling x509-cert v0.2.5
14032024-09-25T16:46:04.862Z Compiling sha1 v0.10.6
14042024-09-25T16:46:05.288Z Compiling dirs-sys-next v0.1.2
14052024-09-25T16:46:05.450Z Compiling unicode-xid v0.2.4
14062024-09-25T16:46:05.641Z Compiling lalrpop-util v0.19.12
14072024-09-25T16:46:05.665Z Compiling peg-runtime v0.8.3
14082024-09-25T16:46:05.967Z Compiling dirs-next v2.0.0
14092024-09-25T16:46:05.996Z Compiling thread_local v1.1.8
14102024-09-25T16:46:06.179Z Compiling slog-async v2.8.0
14112024-09-25T16:46:06.320Z Compiling term v0.7.0
14122024-09-25T16:46:06.572Z Compiling xattr v1.3.1
14132024-09-25T16:46:06.794Z Compiling crossbeam-channel v0.5.12
14142024-09-25T16:46:06.846Z Compiling strum_macros v0.26.4
14152024-09-25T16:46:07.783Z Compiling filetime v0.2.25
14162024-09-25T16:46:07.847Z Compiling is-terminal v0.4.12
14172024-09-25T16:46:07.887Z Compiling take_mut v0.2.2
14182024-09-25T16:46:07.910Z Compiling camino v1.1.9
14192024-09-25T16:46:07.977Z Compiling tar v0.4.41
14202024-09-25T16:46:08.087Z Compiling slog-term v2.9.1
14212024-09-25T16:46:09.419Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14222024-09-25T16:46:10.245Z Compiling strum v0.26.3
14232024-09-25T16:46:10.325Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14242024-09-25T16:46:15.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
14252024-09-25T16:46:15.812Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14262024-09-25T16:46:15.861ZSep 25 16:46:14.492 INFO Starting download, target: Clickhouse
14272024-09-25T16:46:15.861ZSep 25 16:46:14.492 INFO Starting download, target: Console
14282024-09-25T16:46:15.864ZSep 25 16:46:14.492 INFO Starting download, target: Cockroach
14292024-09-25T16:46:15.864ZSep 25 16:46:14.492 INFO Starting download, target: DendriteOpenapi
14302024-09-25T16:46:15.864ZSep 25 16:46:14.492 INFO Starting download, target: DendriteStub
14312024-09-25T16:46:15.864ZSep 25 16:46:14.492 INFO Starting download, target: MaghemiteMgd
14322024-09-25T16:46:15.864ZSep 25 16:46:14.492 INFO Starting download, target: TransceiverControl
14332024-09-25T16:46:15.864ZSep 25 16:46:14.493 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14342024-09-25T16:46:15.864ZSep 25 16:46:14.493 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
14352024-09-25T16:46:15.864ZSep 25 16:46:14.493 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14362024-09-25T16:46:15.864ZSep 25 16:46:14.493 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14372024-09-25T16:46:15.864ZSep 25 16:46:14.493 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14382024-09-25T16:46:15.864ZSep 25 16:46:14.493 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14392024-09-25T16:46:15.864ZSep 25 16:46:14.493 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14402024-09-25T16:46:15.986ZSep 25 16:46:14.617 INFO Download complete, target: DendriteOpenapi
14412024-09-25T16:46:16.219ZSep 25 16:46:14.840 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14422024-09-25T16:46:16.495ZSep 25 16:46:15.126 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14432024-09-25T16:46:16.682ZSep 25 16:46:15.312 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14442024-09-25T16:46:16.831ZSep 25 16:46:15.461 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14452024-09-25T16:46:16.994ZSep 25 16:46:15.624 INFO Download complete, target: TransceiverControl
14462024-09-25T16:46:17.011ZSep 25 16:46:15.642 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14472024-09-25T16:46:17.011ZSep 25 16:46:15.642 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14482024-09-25T16:46:17.059ZSep 25 16:46:15.689 INFO Download complete, target: Console
14492024-09-25T16:46:18.360ZSep 25 16:46:16.991 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14502024-09-25T16:46:19.470ZSep 25 16:46:18.101 INFO Download complete, target: DendriteStub
14512024-09-25T16:46:20.029ZSep 25 16:46:18.660 INFO Download complete, target: MaghemiteMgd
14522024-09-25T16:46:25.172ZSep 25 16:46:23.803 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14532024-09-25T16:46:25.530ZSep 25 16:46:24.161 INFO Checking that binary works, target: Cockroach
14542024-09-25T16:46:25.689ZSep 25 16:46:24.320 INFO Download complete, target: Cockroach
14552024-09-25T16:46:32.109ZSep 25 16:46:30.741 INFO Checking that binary works, target: Clickhouse
14562024-09-25T16:46:33.134ZSep 25 16:46:31.765 INFO Download complete, target: Clickhouse
14572024-09-25T16:46:33.584ZAll builder prerequisites installed successfully, and PATH looks valid
14582024-09-25T16:46:33.586Z
14592024-09-25T16:46:33.586Zreal 4:32.888319485
14602024-09-25T16:46:33.586Zuser 11:59.255324344
14612024-09-25T16:46:33.586Zsys 2:31.285276528
14622024-09-25T16:46:33.586Ztrap 0.402991277
14632024-09-25T16:46:33.586Ztflt 10.888597014
14642024-09-25T16:46:33.586Zdflt 5.917263749
14652024-09-25T16:46:33.586Zkflt 0.178815173
14662024-09-25T16:46:33.586Zlock 23:53.219704026
14672024-09-25T16:46:33.587Zslp 49:10.407505486
14682024-09-25T16:46:33.587Zlat 41.805082833
14692024-09-25T16:46:33.587Zstop 1:51.558656279
14702024-09-25T16:46:33.587Z+ banner hack-check
14712024-09-25T16:46:33.589Z
14722024-09-25T16:46:33.589Z # # ## #### # # #### # # ###### #### # #
14732024-09-25T16:46:33.589Z # # # # # # # # # # # # # # # # #
14742024-09-25T16:46:33.589Z ###### # # # #### ##### # ###### ##### # ####
14752024-09-25T16:46:33.589Z # # ###### # # # # # # # # # #
14762024-09-25T16:46:33.589Z # # # # # # # # # # # # # # # # #
14772024-09-25T16:46:33.589Z # # # # #### # # #### # # ###### #### # #
14782024-09-25T16:46:33.589Z
14792024-09-25T16:46:33.589Z+ export CARGO_INCREMENTAL=0
14802024-09-25T16:46:33.589Z+ CARGO_INCREMENTAL=0
14812024-09-25T16:46:33.589Z+ ptime -m timeout 2h cargo xtask check-features --ci
14822024-09-25T16:46:34.201Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14832024-09-25T16:46:38.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
14842024-09-25T16:46:38.092Z Running `target/debug/xtask check-features --ci`
14852024-09-25T16:46:38.114Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14862024-09-25T16:46:38.114Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14872024-09-25T16:46:38.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14882024-09-25T16:46:38.675Z Running `target/debug/xtask download cargo-hack`
14892024-09-25T16:46:39.570Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14902024-09-25T16:46:39.938Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14912024-09-25T16:46:44.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
14922024-09-25T16:46:44.689Z Running `target/debug/xtask-downloader cargo-hack`
14932024-09-25T16:46:44.726ZSep 25 16:46:43.358 INFO Starting download, target: CargoHack
14942024-09-25T16:46:44.729ZSep 25 16:46:43.359 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14952024-09-25T16:46:45.311ZSep 25 16:46:43.944 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14962024-09-25T16:46:45.415ZSep 25 16:46:44.047 INFO Download complete, target: CargoHack
14972024-09-25T16:46:45.418Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14982024-09-25T16:46:45.434Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14992024-09-25T16:46:45.590Zinfo: running `cargo check --bins` on api_identity (1/162)
15002024-09-25T16:46:46.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-09-25T16:46:46.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-09-25T16:46:46.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-09-25T16:46:46.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15042024-09-25T16:46:46.234Z
15052024-09-25T16:46:46.234Zinfo: running `cargo check --bins` on bootstore (2/162)
15062024-09-25T16:46:46.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-09-25T16:46:46.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-09-25T16:46:46.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-09-25T16:46:46.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15102024-09-25T16:46:46.922Z
15112024-09-25T16:46:46.922Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/162)
15122024-09-25T16:46:47.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-09-25T16:46:47.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-09-25T16:46:47.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-09-25T16:46:47.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15162024-09-25T16:46:47.590Z
15172024-09-25T16:46:47.590Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/162)
15182024-09-25T16:46:48.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-09-25T16:46:48.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-09-25T16:46:48.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-09-25T16:46:48.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15222024-09-25T16:46:48.271Z
15232024-09-25T16:46:48.271Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/162)
15242024-09-25T16:46:48.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-09-25T16:46:48.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-09-25T16:46:48.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-09-25T16:46:48.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15282024-09-25T16:46:48.768Z
15292024-09-25T16:46:48.768Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/162)
15302024-09-25T16:46:49.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-09-25T16:46:49.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-09-25T16:46:49.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-09-25T16:46:49.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15342024-09-25T16:46:49.266Z
15352024-09-25T16:46:49.266Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/162)
15362024-09-25T16:46:49.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-09-25T16:46:49.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-09-25T16:46:49.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-09-25T16:46:49.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15402024-09-25T16:46:49.761Z
15412024-09-25T16:46:49.761Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/162)
15422024-09-25T16:46:50.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-09-25T16:46:50.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-09-25T16:46:50.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-09-25T16:46:50.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15462024-09-25T16:46:50.264Z
15472024-09-25T16:46:50.264Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/162)
15482024-09-25T16:46:50.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-09-25T16:46:50.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-09-25T16:46:50.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-09-25T16:46:50.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15522024-09-25T16:46:50.770Z
15532024-09-25T16:46:50.770Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/162)
15542024-09-25T16:46:51.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-09-25T16:46:51.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-09-25T16:46:51.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-09-25T16:46:51.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15582024-09-25T16:46:51.273Z
15592024-09-25T16:46:51.273Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/162)
15602024-09-25T16:46:51.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-09-25T16:46:51.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-09-25T16:46:51.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15632024-09-25T16:46:51.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15642024-09-25T16:46:51.777Z
15652024-09-25T16:46:51.777Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/162)
15662024-09-25T16:46:52.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15672024-09-25T16:46:52.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15682024-09-25T16:46:52.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15692024-09-25T16:46:52.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15702024-09-25T16:46:52.288Z
15712024-09-25T16:46:52.288Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/162)
15722024-09-25T16:46:52.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15732024-09-25T16:46:52.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15742024-09-25T16:46:52.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15752024-09-25T16:46:52.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15762024-09-25T16:46:52.794Z
15772024-09-25T16:46:52.794Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/162)
15782024-09-25T16:46:53.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15792024-09-25T16:46:53.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15802024-09-25T16:46:53.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15812024-09-25T16:46:53.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15822024-09-25T16:46:53.295Z
15832024-09-25T16:46:53.295Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/162)
15842024-09-25T16:46:53.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15852024-09-25T16:46:53.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15862024-09-25T16:46:53.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15872024-09-25T16:46:53.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15882024-09-25T16:46:53.805Z
15892024-09-25T16:46:53.805Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/162)
15902024-09-25T16:46:54.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15912024-09-25T16:46:54.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15922024-09-25T16:46:54.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15932024-09-25T16:46:54.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15942024-09-25T16:46:54.308Z
15952024-09-25T16:46:54.308Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/162)
15962024-09-25T16:46:54.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15972024-09-25T16:46:54.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15982024-09-25T16:46:54.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15992024-09-25T16:46:54.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16002024-09-25T16:46:54.812Z
16012024-09-25T16:46:54.812Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/162)
16022024-09-25T16:46:55.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16032024-09-25T16:46:55.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16042024-09-25T16:46:55.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16052024-09-25T16:46:55.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16062024-09-25T16:46:55.317Z
16072024-09-25T16:46:55.317Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/162)
16082024-09-25T16:46:55.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16092024-09-25T16:46:55.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16102024-09-25T16:46:55.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16112024-09-25T16:46:55.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16122024-09-25T16:46:55.818Z
16132024-09-25T16:46:55.818Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/162)
16142024-09-25T16:46:56.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16152024-09-25T16:46:56.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16162024-09-25T16:46:56.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16172024-09-25T16:46:56.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16182024-09-25T16:46:56.325Z
16192024-09-25T16:46:56.326Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/162)
16202024-09-25T16:46:56.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-09-25T16:46:56.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-09-25T16:46:56.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232024-09-25T16:46:56.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16242024-09-25T16:46:56.828Z
16252024-09-25T16:46:56.828Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/162)
16262024-09-25T16:46:57.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-09-25T16:46:57.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-09-25T16:46:57.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292024-09-25T16:46:57.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16302024-09-25T16:46:57.333Z
16312024-09-25T16:46:57.333Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/162)
16322024-09-25T16:46:57.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332024-09-25T16:46:57.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342024-09-25T16:46:57.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352024-09-25T16:46:57.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16362024-09-25T16:46:57.833Z
16372024-09-25T16:46:57.834Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/162)
16382024-09-25T16:46:58.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392024-09-25T16:46:58.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402024-09-25T16:46:58.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412024-09-25T16:46:58.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16422024-09-25T16:46:58.335Z
16432024-09-25T16:46:58.335Zinfo: running `cargo check --bins` on sled-hardware-types (25/162)
16442024-09-25T16:46:58.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-09-25T16:46:58.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-09-25T16:46:58.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-09-25T16:46:58.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16482024-09-25T16:46:59.029Z
16492024-09-25T16:46:59.029Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/162)
16502024-09-25T16:46:59.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-09-25T16:46:59.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-09-25T16:46:59.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-09-25T16:46:59.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
16542024-09-25T16:46:59.717Z
16552024-09-25T16:46:59.717Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/162)
16562024-09-25T16:47:00.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-09-25T16:47:00.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-09-25T16:47:00.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-09-25T16:47:00.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16602024-09-25T16:47:00.411Z
16612024-09-25T16:47:00.411Zinfo: running `cargo check --bins` on oxlog (28/162)
16622024-09-25T16:47:01.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632024-09-25T16:47:01.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642024-09-25T16:47:01.073Z Checking cfg-if v1.0.0
16652024-09-25T16:47:01.076Z Checking libc v0.2.158
16662024-09-25T16:47:01.171Z Checking serde v1.0.208
16672024-09-25T16:47:01.173Z Checking zeroize v1.8.1
16682024-09-25T16:47:01.184Z Checking memchr v2.7.2
16692024-09-25T16:47:01.188Z Checking typenum v1.17.0
16702024-09-25T16:47:01.207Z Checking scopeguard v1.2.0
16712024-09-25T16:47:01.209Z Checking byteorder v1.5.0
16722024-09-25T16:47:01.233Z Checking value-bag v1.9.0
16732024-09-25T16:47:01.338Z Checking lock_api v0.4.12
16742024-09-25T16:47:01.415Z Checking subtle v2.5.0
16752024-09-25T16:47:01.624Z Checking const-oid v0.9.6
16762024-09-25T16:47:01.638Z Checking log v0.4.21
16772024-09-25T16:47:01.652Z Checking itoa v1.0.11
16782024-09-25T16:47:01.755Z Checking once_cell v1.19.0
16792024-09-25T16:47:01.878Z Checking pin-project-lite v0.2.14
16802024-09-25T16:47:01.993Z Checking smallvec v1.13.2
16812024-09-25T16:47:02.032Z Checking zerocopy v0.7.34
16822024-09-25T16:47:02.050Z Checking cpufeatures v0.2.12
16832024-09-25T16:47:02.125Z Checking futures-core v0.3.30
16842024-09-25T16:47:02.139Z Checking futures-sink v0.3.30
16852024-09-25T16:47:02.274Z Checking allocator-api2 v0.2.18
16862024-09-25T16:47:02.292Z Checking spin v0.9.8
16872024-09-25T16:47:02.304Z Checking getrandom v0.2.14
16882024-09-25T16:47:02.317Z Checking parking_lot_core v0.9.10
16892024-09-25T16:47:02.496Z Checking generic-array v0.14.7
16902024-09-25T16:47:02.529Z Checking rand_core v0.6.4
16912024-09-25T16:47:02.633Z Checking signal-hook-registry v1.4.2
16922024-09-25T16:47:02.647Z Checking parking_lot v0.12.2
16932024-09-25T16:47:02.807Z Checking mio v1.0.2
16942024-09-25T16:47:02.881Z Checking socket2 v0.5.7
16952024-09-25T16:47:02.933Z Checking slab v0.4.9
16962024-09-25T16:47:02.962Z Checking equivalent v1.0.1
16972024-09-25T16:47:03.055Z Checking tinyvec_macros v0.1.1
16982024-09-25T16:47:03.149Z Checking tinyvec v1.6.0
16992024-09-25T16:47:03.185Z Checking futures-channel v0.3.30
17002024-09-25T16:47:03.378Z Checking futures-io v0.3.30
17012024-09-25T16:47:03.408Z Checking futures-task v0.3.30
17022024-09-25T16:47:03.441Z Checking ahash v0.8.11
17032024-09-25T16:47:03.477Z Checking base64ct v1.6.0
17042024-09-25T16:47:03.541Z Checking pin-utils v0.1.0
17052024-09-25T16:47:03.557Z Checking flagset v0.4.5
17062024-09-25T16:47:03.628Z Checking fnv v1.0.7
17072024-09-25T16:47:03.643Z Checking futures-util v0.3.30
17082024-09-25T16:47:03.657Z Checking crypto-common v0.1.6
17092024-09-25T16:47:03.741Z Checking block-buffer v0.10.4
17102024-09-25T16:47:03.755Z Checking block-padding v0.3.3
17112024-09-25T16:47:03.831Z Checking unicode-bidi v0.3.15
17122024-09-25T16:47:03.884Z Checking pem-rfc7468 v0.7.0
17132024-09-25T16:47:03.944Z Checking inout v0.1.3
17142024-09-25T16:47:03.944Z Checking hashbrown v0.14.5
17152024-09-25T16:47:03.968Z Checking digest v0.10.7
17162024-09-25T16:47:04.119Z Checking der v0.7.9
17172024-09-25T16:47:04.181Z Checking cipher v0.4.4
17182024-09-25T16:47:04.319Z Checking hmac v0.12.1
17192024-09-25T16:47:04.379Z Checking sha2 v0.10.8
17202024-09-25T16:47:04.403Z Checking unicode-normalization v0.1.23
17212024-09-25T16:47:04.516Z Checking libm v0.2.8
17222024-09-25T16:47:04.560Z Checking ryu v1.0.18
17232024-09-25T16:47:04.798Z Checking salsa20 v0.10.2
17242024-09-25T16:47:04.937Z Checking pbkdf2 v0.12.2
17252024-09-25T16:47:05.011Z Checking tracing-core v0.1.32
17262024-09-25T16:47:05.101Z Checking scrypt v0.11.0
17272024-09-25T16:47:05.118Z Checking aes v0.8.4
17282024-09-25T16:47:05.295Z Checking cbc v0.1.2
17292024-09-25T16:47:05.311Z Checking percent-encoding v2.3.1
17302024-09-25T16:47:05.429Z Checking num-traits v0.2.19
17312024-09-25T16:47:05.496Z Checking ppv-lite86 v0.2.17
17322024-09-25T16:47:05.512Z Checking try-lock v0.2.5
17332024-09-25T16:47:05.639Z Checking untrusted v0.9.0
17342024-09-25T16:47:05.654Z Checking tracing v0.1.40
17352024-09-25T16:47:05.788Z Checking ring v0.17.8
17362024-09-25T16:47:05.906Z Checking spki v0.7.3
17372024-09-25T16:47:05.992Z Checking want v0.3.1
17382024-09-25T16:47:06.007Z Checking httparse v1.8.0
17392024-09-25T16:47:06.099Z Checking bytes v1.7.2
17402024-09-25T16:47:06.157Z Checking indexmap v2.4.0
17412024-09-25T16:47:06.185Z Checking bitflags v2.6.0
17422024-09-25T16:47:06.206Z Checking serde_json v1.0.125
17432024-09-25T16:47:06.395Z Checking pkcs5 v0.7.1
17442024-09-25T16:47:06.472Z Checking rand_chacha v0.3.1
17452024-09-25T16:47:06.864Z Checking rand v0.8.5
17462024-09-25T16:47:06.912Z Checking pkcs8 v0.10.2
17472024-09-25T16:47:06.927Z Checking tokio v1.39.3
17482024-09-25T16:47:07.083Z Checking http v0.2.12
17492024-09-25T16:47:07.211Z Checking thiserror v1.0.63
17502024-09-25T16:47:07.342Z Checking tower-service v0.3.2
17512024-09-25T16:47:07.424Z Checking httpdate v1.0.3
17522024-09-25T16:47:07.461Z Checking foreign-types-shared v0.1.1
17532024-09-25T16:47:07.558Z Checking foreign-types v0.3.2
17542024-09-25T16:47:07.610Z Checking form_urlencoded v1.2.1
17552024-09-25T16:47:07.638Z Checking openssl-sys v0.9.103
17562024-09-25T16:47:07.640Z Checking aho-corasick v1.1.3
17572024-09-25T16:47:07.805Z Checking siphasher v0.3.11
17582024-09-25T16:47:07.822Z Checking powerfmt v0.2.0
17592024-09-25T16:47:08.074Z Checking unicode-ident v1.0.12
17602024-09-25T16:47:08.091Z Checking regex-syntax v0.8.4
17612024-09-25T16:47:08.106Z Checking deranged v0.3.11
17622024-09-25T16:47:08.236Z Checking proc-macro2 v1.0.86
17632024-09-25T16:47:08.427Z Checking http-body v0.4.6
17642024-09-25T16:47:08.631Z Checking sct v0.7.1
17652024-09-25T16:47:08.818Z Checking rustls-webpki v0.101.7
17662024-09-25T16:47:08.834Z Checking http v1.1.0
17672024-09-25T16:47:08.854Z Checking uuid v1.10.0
17682024-09-25T16:47:08.944Z Checking openssl v0.10.66
17692024-09-25T16:47:09.231Z Checking idna v0.5.0
17702024-09-25T16:47:09.453Z Checking signature v2.2.0
17712024-09-25T16:47:09.495Z Checking scroll v0.12.0
17722024-09-25T16:47:09.645Z Checking errno v0.3.9
17732024-09-25T16:47:09.815Z Checking utf8parse v0.2.1
17742024-09-25T16:47:09.948Z Checking num_threads v0.1.7
17752024-09-25T16:47:09.962Z Checking anstyle v1.0.8
17762024-09-25T16:47:09.976Z Checking num-conv v0.1.0
17772024-09-25T16:47:10.055Z Checking time-core v0.1.2
17782024-09-25T16:47:10.069Z Checking ucd-trie v0.1.6
17792024-09-25T16:47:10.152Z Checking plain v0.2.3
17802024-09-25T16:47:10.197Z Checking finl_unicode v1.2.0
17812024-09-25T16:47:10.213Z Checking iana-time-zone v0.1.60
17822024-09-25T16:47:10.262Z Checking openssl-probe v0.1.5
17832024-09-25T16:47:10.292Z Checking goblin v0.8.2
17842024-09-25T16:47:10.308Z Checking pest v2.7.10
17852024-09-25T16:47:10.343Z Checking chrono v0.4.38
17862024-09-25T16:47:10.410Z Checking time v0.3.36
17872024-09-25T16:47:10.724Z Checking stringprep v0.1.4
17882024-09-25T16:47:10.977Z Checking url v2.5.2
17892024-09-25T16:47:11.289Z Checking regex-automata v0.4.6
17902024-09-25T16:47:11.786Z Checking anstyle-parse v0.2.4
17912024-09-25T16:47:12.064Z Checking rustix v0.38.34
17922024-09-25T16:47:12.413Z Checking rustls v0.21.12
17932024-09-25T16:47:12.789Z Checking quote v1.0.36
17942024-09-25T16:47:13.027Z Checking num-integer v0.1.46
17952024-09-25T16:47:13.110Z Checking toml_datetime v0.6.8
17962024-09-25T16:47:13.408Z Checking serde_spanned v0.6.7
17972024-09-25T16:47:13.540Z Checking idna v0.3.0
17982024-09-25T16:47:13.599Z Checking md-5 v0.10.6
17992024-09-25T16:47:13.813Z Checking ff v0.13.0
18002024-09-25T16:47:13.914Z Checking tokio-util v0.7.11
18012024-09-25T16:47:14.018Z Checking lazy_static v1.5.0
18022024-09-25T16:47:14.132Z Checking hash32 v0.2.1
18032024-09-25T16:47:14.311Z Checking native-tls v0.2.11
18042024-09-25T16:47:14.355Z Checking gimli v0.28.1
18052024-09-25T16:47:14.436Z Checking psl-types v2.0.11
18062024-09-25T16:47:14.608Z Checking stable_deref_trait v1.2.0
18072024-09-25T16:47:14.610Z Checking is_terminal_polyfill v1.70.0
18082024-09-25T16:47:14.697Z Checking fallible-iterator v0.2.0
18092024-09-25T16:47:14.724Z Checking adler v1.0.2
18102024-09-25T16:47:14.739Z Checking h2 v0.3.26
18112024-09-25T16:47:14.866Z Checking colorchoice v1.0.1
18122024-09-25T16:47:14.990Z Checking anstyle-query v1.0.3
18132024-09-25T16:47:15.107Z Checking base64 v0.22.1
18142024-09-25T16:47:15.201Z Checking pretty-hex v0.4.1
18152024-09-25T16:47:15.273Z Checking base16ct v0.2.0
18162024-09-25T16:47:15.363Z Checking atomic-waker v1.1.2
18172024-09-25T16:47:15.458Z Checking sec1 v0.7.3
18182024-09-25T16:47:15.486Z Checking h2 v0.4.6
18192024-09-25T16:47:15.525Z Checking terminal_size v0.3.0
18202024-09-25T16:47:15.572Z Checking postgres-protocol v0.6.7
18212024-09-25T16:47:15.575Z Checking tokio-rustls v0.24.1
18222024-09-25T16:47:15.682Z Checking dof v0.3.0
18232024-09-25T16:47:15.733Z Checking anstream v0.6.14
18242024-09-25T16:47:15.813Z Checking miniz_oxide v0.7.2
18252024-09-25T16:47:15.917Z Checking heapless v0.7.17
18262024-09-25T16:47:16.071Z Checking tokio-native-tls v0.3.1
18272024-09-25T16:47:16.179Z Checking publicsuffix v2.2.3
18282024-09-25T16:47:16.218Z Checking group v0.13.0
18292024-09-25T16:47:16.284Z Checking num-iter v0.1.45
18302024-09-25T16:47:16.318Z Checking syn v2.0.74
18312024-09-25T16:47:16.398Z Checking cookie v0.17.0
18322024-09-25T16:47:16.453Z Checking dtrace-parser v0.2.0
18332024-09-25T16:47:16.456Z Checking http-body v1.0.0
18342024-09-25T16:47:16.671Z Checking phf_shared v0.11.2
18352024-09-25T16:47:16.766Z Checking pin-project v1.1.5
18362024-09-25T16:47:16.884Z Checking hkdf v0.12.4
18372024-09-25T16:47:16.912Z Checking crypto-bigint v0.5.5
18382024-09-25T16:47:16.914Z Checking thread-id v4.2.1
18392024-09-25T16:47:16.941Z Checking object v0.32.2
18402024-09-25T16:47:17.028Z Checking ipnet v2.9.0
18412024-09-25T16:47:17.081Z Checking rustc-demangle v0.1.24
18422024-09-25T16:47:17.478Z Checking winnow v0.5.40
18432024-09-25T16:47:17.496Z Checking tower-layer v0.3.2
18442024-09-25T16:47:17.759Z Checking strsim v0.11.1
18452024-09-25T16:47:18.047Z Checking managed v0.8.0
18462024-09-25T16:47:18.201Z Checking addr2line v0.21.0
18472024-09-25T16:47:18.420Z Checking base64 v0.21.7
18482024-09-25T16:47:18.698Z Checking bitflags v1.3.2
18492024-09-25T16:47:18.797Z Checking clap_lex v0.7.0
18502024-09-25T16:47:18.889Z Checking adler2 v2.0.0
18512024-09-25T16:47:19.033Z Checking either v1.13.0
18522024-09-25T16:47:19.035Z Checking miniz_oxide v0.8.0
18532024-09-25T16:47:19.409Z Checking clap_builder v4.5.18
18542024-09-25T16:47:19.709Z Checking elliptic-curve v0.13.8
18552024-09-25T16:47:19.797Z Checking rustls-pemfile v1.0.4
18562024-09-25T16:47:19.988Z Checking smoltcp v0.9.1
18572024-09-25T16:47:20.351Z Checking tower v0.4.13
18582024-09-25T16:47:20.501Z Checking toml_edit v0.19.15
18592024-09-25T16:47:20.767Z Checking hyper v0.14.30
18602024-09-25T16:47:21.080Z Checking phf v0.11.2
18612024-09-25T16:47:21.336Z Checking cookie_store v0.20.0
18622024-09-25T16:47:21.447Z Checking num-bigint-dig v0.8.4
18632024-09-25T16:47:21.596Z Checking hyper v1.4.1
18642024-09-25T16:47:21.925Z Checking postgres-types v0.2.7
18652024-09-25T16:47:22.379Z Checking regex v1.10.6
18662024-09-25T16:47:22.569Z Checking usdt-impl v0.5.0
18672024-09-25T16:47:22.617Z Checking bstr v1.9.1
18682024-09-25T16:47:22.855Z Checking ed25519 v2.2.3
18692024-09-25T16:47:22.959Z Checking backtrace v0.3.71
18702024-09-25T16:47:22.975Z Checking futures-executor v0.3.30
18712024-09-25T16:47:23.098Z Checking phf_shared v0.10.0
18722024-09-25T16:47:23.137Z Checking serde_urlencoded v0.7.1
18732024-09-25T16:47:23.194Z Checking zerocopy v0.6.6
18742024-09-25T16:47:23.374Z Checking curve25519-dalek v4.1.3
18752024-09-25T16:47:23.510Z Checking pkcs1 v0.7.5
18762024-09-25T16:47:23.525Z Checking float-cmp v0.9.0
18772024-09-25T16:47:23.543Z Checking hubpack v0.1.2
18782024-09-25T16:47:23.562Z Checking serde-big-array v0.5.1
18792024-09-25T16:47:23.644Z Checking crossbeam-utils v0.8.19
18802024-09-25T16:47:23.697Z Checking crc32fast v1.4.0
18812024-09-25T16:47:23.774Z Checking signal-hook v0.3.17
18822024-09-25T16:47:23.849Z Checking idna v0.4.0
18832024-09-25T16:47:23.882Z Checking rfc6979 v0.4.0
18842024-09-25T16:47:23.916Z Checking memmap v0.7.0
18852024-09-25T16:47:23.945Z Checking mio v0.8.11
18862024-09-25T16:47:24.056Z Checking encoding_rs v0.8.34
18872024-09-25T16:47:24.102Z Checking unicode-segmentation v1.11.0
18882024-09-25T16:47:24.117Z Checking mime v0.3.17
18892024-09-25T16:47:24.327Z Checking whoami v1.5.1
18902024-09-25T16:47:24.442Z Checking new_debug_unreachable v1.0.6
18912024-09-25T16:47:24.529Z Checking data-encoding v2.6.0
18922024-09-25T16:47:24.559Z Checking webpki-roots v0.25.4
18932024-09-25T16:47:24.627Z Checking winnow v0.6.18
18942024-09-25T16:47:24.673Z Checking minimal-lexical v0.2.1
18952024-09-25T16:47:24.705Z Checking normalize-line-endings v0.3.0
18962024-09-25T16:47:24.709Z Checking fixedbitset v0.4.2
18972024-09-25T16:47:24.811Z Checking difflib v0.4.0
18982024-09-25T16:47:24.957Z Checking dyn-clone v1.0.17
18992024-09-25T16:47:25.053Z Checking unicode-width v0.1.13
19002024-09-25T16:47:25.088Z Checking sync_wrapper v0.1.2
19012024-09-25T16:47:25.114Z Checking static_assertions v1.1.0
19022024-09-25T16:47:25.163Z Checking precomputed-hash v0.1.1
19032024-09-25T16:47:25.181Z Checking bit-vec v0.6.3
19042024-09-25T16:47:25.201Z Checking predicates-core v1.0.6
19052024-09-25T16:47:25.217Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19062024-09-25T16:47:25.230Z Checking console v0.15.8
19072024-09-25T16:47:25.263Z Checking string_cache v0.8.7
19082024-09-25T16:47:25.376Z Checking predicates v3.1.2
19092024-09-25T16:47:25.508Z Checking bit-set v0.5.3
19102024-09-25T16:47:25.525Z Checking hickory-proto v0.24.1
19112024-09-25T16:47:25.772Z Checking ed25519-dalek v2.1.1
19122024-09-25T16:47:25.790Z Checking schemars v0.8.21
19132024-09-25T16:47:26.054Z Checking nom v7.1.3
19142024-09-25T16:47:26.193Z Checking petgraph v0.6.5
19152024-09-25T16:47:26.382Z Checking similar v2.6.0
19162024-09-25T16:47:26.855Z Checking hyper-rustls v0.24.2
19172024-09-25T16:47:27.141Z Checking hyper-tls v0.5.0
19182024-09-25T16:47:27.237Z Checking tokio-postgres v0.7.11
19192024-09-25T16:47:27.420Z Checking signal-hook-mio v0.2.4
19202024-09-25T16:47:27.436Z Checking reqwest v0.11.27
19212024-09-25T16:47:27.523Z Checking toml_edit v0.22.20
19222024-09-25T16:47:27.566Z Checking crossbeam-epoch v0.9.18
19232024-09-25T16:47:28.005Z Checking usdt v0.5.0
19242024-09-25T16:47:28.286Z Checking ecdsa v0.16.9
19252024-09-25T16:47:28.923Z Checking flate2 v1.0.33
19262024-09-25T16:47:29.019Z Checking rsa v0.9.6
19272024-09-25T16:47:29.136Z Checking hyper-util v0.1.7
19282024-09-25T16:47:29.446Z Checking anyhow v1.0.89
19292024-09-25T16:47:29.562Z Checking futures v0.3.30
19302024-09-25T16:47:29.672Z Checking toml v0.7.8
19312024-09-25T16:47:29.830Z Checking clap v4.5.18
19322024-09-25T16:47:29.946Z Checking itertools v0.12.1
19332024-09-25T16:47:30.044Z Checking itertools v0.10.5
19342024-09-25T16:47:30.082Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19352024-09-25T16:47:30.107Z Checking tokio-stream v0.1.15
19362024-09-25T16:47:30.190Z Checking fs-err v2.11.0
19372024-09-25T16:47:30.224Z Checking slog v2.7.0
19382024-09-25T16:47:30.379Z Checking openapiv3 v2.0.0
19392024-09-25T16:47:30.490Z Checking x509-cert v0.2.5
19402024-09-25T16:47:30.685Z Checking hex v0.4.3
19412024-09-25T16:47:30.724Z Checking semver v1.0.23
19422024-09-25T16:47:30.933Z Checking sha1 v0.10.6
19432024-09-25T16:47:31.021Z Checking peg-runtime v0.8.3
19442024-09-25T16:47:31.109Z Checking lalrpop-util v0.19.12
19452024-09-25T16:47:31.187Z Checking camino v1.1.9
19462024-09-25T16:47:31.205Z Checking sigpipe v0.1.3
19472024-09-25T16:47:33.102Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19482024-09-25T16:47:33.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.99s
19492024-09-25T16:47:33.551Z
19502024-09-25T16:47:33.551Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/162)
19512024-09-25T16:47:34.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522024-09-25T16:47:34.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532024-09-25T16:47:34.270Z Compiling regress v0.9.1
19542024-09-25T16:47:34.369Z Checking strum v0.26.3
19552024-09-25T16:47:34.390Z Checking heck v0.5.0
19562024-09-25T16:47:34.403Z Compiling getopts v0.2.21
19572024-09-25T16:47:34.414Z Checking dirs-sys-next v0.1.2
19582024-09-25T16:47:34.426Z Compiling unsafe-libyaml v0.2.11
19592024-09-25T16:47:34.488Z Checking thread_local v1.1.8
19602024-09-25T16:47:34.618Z Compiling ident_case v1.0.1
19612024-09-25T16:47:34.620Z Checking dirs-next v2.0.0
19622024-09-25T16:47:34.682Z Checking rustls-pki-types v1.7.0
19632024-09-25T16:47:34.729Z Compiling darling_core v0.20.9
19642024-09-25T16:47:34.745Z Checking term v0.7.0
19652024-09-25T16:47:34.749Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19662024-09-25T16:47:35.032Z Checking crossbeam-channel v0.5.12
19672024-09-25T16:47:35.095Z Checking atty v0.2.14
19682024-09-25T16:47:35.147Z Checking is-terminal v0.4.12
19692024-09-25T16:47:35.207Z Checking termcolor v1.4.1
19702024-09-25T16:47:35.264Z Checking take_mut v0.2.2
19712024-09-25T16:47:35.335Z Compiling paste v1.0.15
19722024-09-25T16:47:35.408Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19732024-09-25T16:47:35.656Z Compiling rustls v0.22.4
19742024-09-25T16:47:35.713Z Checking utf-8 v0.7.6
19752024-09-25T16:47:35.756Z Compiling serde_yaml v0.9.34+deprecated
19762024-09-25T16:47:35.865Z Checking humantime v2.1.0
19772024-09-25T16:47:35.979Z Checking slog-async v2.8.0
19782024-09-25T16:47:35.998Z Checking slog-term v2.9.1
19792024-09-25T16:47:36.153Z Checking env_logger v0.9.3
19802024-09-25T16:47:36.256Z Checking rustls-webpki v0.102.4
19812024-09-25T16:47:36.374Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19822024-09-25T16:47:36.504Z Compiling proc-macro-crate v1.3.1
19832024-09-25T16:47:36.591Z Compiling bitstruct_derive v0.1.0
19842024-09-25T16:47:36.733Z Compiling structmeta-derive v0.3.0
19852024-09-25T16:47:37.015Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19862024-09-25T16:47:37.141Z Compiling multer v3.1.0
19872024-09-25T16:47:37.447Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19882024-09-25T16:47:37.616Z Checking match_cfg v0.1.0
19892024-09-25T16:47:37.705Z Checking ascii v1.1.0
19902024-09-25T16:47:37.747Z Checking hostname v0.3.1
19912024-09-25T16:47:37.782Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19922024-09-25T16:47:37.878Z Compiling num_enum_derive v0.5.11
19932024-09-25T16:47:38.107Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19942024-09-25T16:47:39.036Z Checking bitstruct v0.1.1
19952024-09-25T16:47:39.215Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19962024-09-25T16:47:39.399Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19972024-09-25T16:47:39.752Z Compiling structmeta v0.3.0
19982024-09-25T16:47:39.871Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19992024-09-25T16:47:40.151Z Checking slog-json v2.6.1
20002024-09-25T16:47:40.177Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20012024-09-25T16:47:40.206Z Checking serde_arrays v0.1.0
20022024-09-25T16:47:40.352Z Checking erased-serde v0.3.31
20032024-09-25T16:47:40.404Z Compiling async-stream-impl v0.3.5
20042024-09-25T16:47:40.419Z Compiling foreign-types-macros v0.2.3
20052024-09-25T16:47:40.515Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20062024-09-25T16:47:40.834Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20072024-09-25T16:47:40.863Z Checking foreign-types-shared v0.3.1
20082024-09-25T16:47:40.971Z Checking arc-swap v1.7.1
20092024-09-25T16:47:41.222Z Checking num_enum v0.5.11
20102024-09-25T16:47:41.359Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20112024-09-25T16:47:41.378Z Checking slog-bunyan v2.5.0
20122024-09-25T16:47:41.391Z Checking slog-scope v4.4.0
20132024-09-25T16:47:41.525Z Compiling parse-display-derive v0.10.0
20142024-09-25T16:47:41.579Z Compiling proc-macro-error v1.0.4
20152024-09-25T16:47:41.701Z Checking foreign-types v0.5.0
20162024-09-25T16:47:41.792Z Compiling darling_macro v0.20.9
20172024-09-25T16:47:41.792Z Checking async-stream v0.3.5
20182024-09-25T16:47:42.127Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20192024-09-25T16:47:42.233Z Checking toml v0.8.19
20202024-09-25T16:47:42.249Z Checking tungstenite v0.20.1
20212024-09-25T16:47:42.361Z Checking rustls-pemfile v2.1.3
20222024-09-25T16:47:42.601Z Checking waitgroup v0.1.2
20232024-09-25T16:47:42.742Z Compiling heck v0.3.3
20242024-09-25T16:47:42.759Z Compiling darling v0.20.9
20252024-09-25T16:47:42.869Z Compiling serde_with_macros v3.9.0
20262024-09-25T16:47:42.885Z Checking tokio-rustls v0.25.0
20272024-09-25T16:47:42.976Z Checking newtype-uuid v1.1.0
20282024-09-25T16:47:43.083Z Checking ipnetwork v0.20.0
20292024-09-25T16:47:43.191Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20302024-09-25T16:47:43.262Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20312024-09-25T16:47:43.309Z Checking serde_path_to_error v0.1.16
20322024-09-25T16:47:43.447Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20332024-09-25T16:47:43.913Z Checking hostname v0.4.0
20342024-09-25T16:47:44.040Z Checking cstr-argument v0.1.2
20352024-09-25T16:47:44.075Z Checking instant v0.1.12
20362024-09-25T16:47:44.185Z Checking pretty-hex v0.2.1
20372024-09-25T16:47:44.213Z Checking fastrand v2.1.0
20382024-09-25T16:47:44.215Z Checking debug-ignore v1.0.5
20392024-09-25T16:47:44.347Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
20402024-09-25T16:47:44.363Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20412024-09-25T16:47:44.534Z Checking tempfile v3.10.1
20422024-09-25T16:47:44.627Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20432024-09-25T16:47:44.667Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20442024-09-25T16:47:44.764Z Checking backoff v0.4.0
20452024-09-25T16:47:44.993Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20462024-09-25T16:47:45.053Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20472024-09-25T16:47:45.070Z Compiling zone_cfg_derive v0.1.2
20482024-09-25T16:47:45.281Z Checking tokio-tungstenite v0.20.1
20492024-09-25T16:47:45.330Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20502024-09-25T16:47:45.739Z Checking slog-stdlog v4.1.1
20512024-09-25T16:47:45.838Z Checking serde_with v3.9.0
20522024-09-25T16:47:45.906Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20532024-09-25T16:47:46.064Z Checking tungstenite v0.21.0
20542024-09-25T16:47:46.079Z Checking colored v2.1.0
20552024-09-25T16:47:46.167Z Checking parse-display v0.10.0
20562024-09-25T16:47:46.374Z Checking macaddr v1.0.1
20572024-09-25T16:47:46.389Z Checking socket2 v0.4.10
20582024-09-25T16:47:46.600Z Checking base64 v0.13.1
20592024-09-25T16:47:46.707Z Checking zone v0.1.8
20602024-09-25T16:47:46.879Z Checking tokio-tungstenite v0.21.0
20612024-09-25T16:47:46.985Z Checking ron v0.7.1
20622024-09-25T16:47:47.334Z Checking slog-envlogger v2.2.0
20632024-09-25T16:47:47.368Z Checking pem v3.0.4
20642024-09-25T16:47:47.549Z Checking tabwriter v1.4.0
20652024-09-25T16:47:47.622Z Checking xattr v1.3.1
20662024-09-25T16:47:47.787Z Checking portpicker v0.1.1
20672024-09-25T16:47:47.816Z Checking yasna v0.5.2
20682024-09-25T16:47:47.917Z Checking headers-core v0.2.0
20692024-09-25T16:47:48.060Z Checking smf v0.2.3
20702024-09-25T16:47:48.083Z Checking filetime v0.2.25
20712024-09-25T16:47:48.318Z Checking same-file v1.0.6
20722024-09-25T16:47:48.483Z Checking walkdir v2.5.0
20732024-09-25T16:47:48.535Z Checking tar v0.4.41
20742024-09-25T16:47:48.541Z Checking headers v0.3.9
20752024-09-25T16:47:48.734Z Checking rcgen v0.12.1
20762024-09-25T16:47:48.756Z Checking camino-tempfile v1.1.1
20772024-09-25T16:47:49.030Z Checking atomicwrites v0.4.4
20782024-09-25T16:47:49.143Z Checking subprocess v0.2.9
20792024-09-25T16:47:50.005Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20802024-09-25T16:47:50.299Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20812024-09-25T16:47:52.134Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20822024-09-25T16:47:54.087Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20832024-09-25T16:47:54.157Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20842024-09-25T16:47:57.238Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20852024-09-25T16:48:03.633Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20862024-09-25T16:48:03.761Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20872024-09-25T16:48:03.764Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20882024-09-25T16:48:06.258Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20892024-09-25T16:48:06.630Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20902024-09-25T16:48:12.874Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20912024-09-25T16:48:14.382Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20922024-09-25T16:48:15.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.00s
20932024-09-25T16:48:15.720Z
20942024-09-25T16:48:15.720Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/162)
20952024-09-25T16:48:16.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962024-09-25T16:48:16.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972024-09-25T16:48:16.439Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20982024-09-25T16:48:17.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
20992024-09-25T16:48:17.902Z
21002024-09-25T16:48:17.902Zinfo: running `cargo check --bins` on nexus-config (31/162)
21012024-09-25T16:48:18.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022024-09-25T16:48:18.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032024-09-25T16:48:18.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042024-09-25T16:48:18.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21052024-09-25T16:48:18.586Z
21062024-09-25T16:48:18.586Zinfo: running `cargo check --bins` on omicron-rpaths (32/162)
21072024-09-25T16:48:19.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082024-09-25T16:48:19.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092024-09-25T16:48:19.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102024-09-25T16:48:19.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21112024-09-25T16:48:19.242Z
21122024-09-25T16:48:19.242Zinfo: running `cargo check --bins` on omicron-certificates (33/162)
21132024-09-25T16:48:19.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142024-09-25T16:48:19.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152024-09-25T16:48:19.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162024-09-25T16:48:19.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21172024-09-25T16:48:19.919Z
21182024-09-25T16:48:19.919Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/162)
21192024-09-25T16:48:20.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202024-09-25T16:48:20.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212024-09-25T16:48:20.618Z Compiling heapless v0.8.0
21222024-09-25T16:48:20.713Z Checking hash32 v0.3.1
21232024-09-25T16:48:20.724Z Compiling smoltcp v0.11.0
21242024-09-25T16:48:20.733Z Checking cobs v0.2.3
21252024-09-25T16:48:20.736Z Checking embedded-io v0.4.0
21262024-09-25T16:48:20.755Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21272024-09-25T16:48:20.757Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21282024-09-25T16:48:20.784Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21292024-09-25T16:48:20.869Z Compiling crucible-workspace-hack v0.1.0
21302024-09-25T16:48:20.886Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21312024-09-25T16:48:20.908Z Checking newline-converter v0.3.0
21322024-09-25T16:48:20.922Z Checking postcard v1.0.8
21332024-09-25T16:48:21.044Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21342024-09-25T16:48:21.121Z Compiling convert_case v0.4.0
21352024-09-25T16:48:21.258Z Checking expectorate v1.1.0
21362024-09-25T16:48:21.281Z Compiling zone_cfg_derive v0.3.0
21372024-09-25T16:48:21.403Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21382024-09-25T16:48:21.417Z Compiling num-derive v0.4.2
21392024-09-25T16:48:21.582Z Compiling slog-dtrace v0.3.0
21402024-09-25T16:48:21.736Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21412024-09-25T16:48:21.740Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21422024-09-25T16:48:22.070Z Compiling derive_more v0.99.18
21432024-09-25T16:48:22.579Z Checking zone v0.3.0
21442024-09-25T16:48:23.140Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
21452024-09-25T16:48:24.484Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21462024-09-25T16:48:25.402Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21472024-09-25T16:48:25.867Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21482024-09-25T16:48:26.458Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21492024-09-25T16:48:26.880Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21502024-09-25T16:48:28.150Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21512024-09-25T16:48:28.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s
21522024-09-25T16:48:29.102Z
21532024-09-25T16:48:29.102Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/162)
21542024-09-25T16:48:29.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552024-09-25T16:48:29.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562024-09-25T16:48:29.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572024-09-25T16:48:29.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21582024-09-25T16:48:29.784Z
21592024-09-25T16:48:29.784Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/162)
21602024-09-25T16:48:30.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612024-09-25T16:48:30.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622024-09-25T16:48:30.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632024-09-25T16:48:30.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21642024-09-25T16:48:30.468Z
21652024-09-25T16:48:30.468Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/162)
21662024-09-25T16:48:31.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672024-09-25T16:48:31.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682024-09-25T16:48:31.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692024-09-25T16:48:31.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21702024-09-25T16:48:31.265Z
21712024-09-25T16:48:31.265Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/162)
21722024-09-25T16:48:31.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-09-25T16:48:31.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-09-25T16:48:31.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752024-09-25T16:48:31.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21762024-09-25T16:48:32.062Z
21772024-09-25T16:48:32.062Zinfo: running `cargo check --bins` on dns-server (39/162)
21782024-09-25T16:48:32.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-09-25T16:48:32.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-09-25T16:48:32.740Z Compiling parking_lot_core v0.8.6
21812024-09-25T16:48:32.833Z Checking nibble_vec v0.1.0
21822024-09-25T16:48:32.836Z Checking endian-type v0.1.2
21832024-09-25T16:48:32.836Z Checking linked-hash-map v0.5.6
21842024-09-25T16:48:32.836Z Checking quick-error v1.2.3
21852024-09-25T16:48:32.836Z Checking fxhash v0.2.1
21862024-09-25T16:48:32.843Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21872024-09-25T16:48:32.852Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21882024-09-25T16:48:32.978Z Checking resolv-conf v0.7.0
21892024-09-25T16:48:32.996Z Checking hickory-server v0.24.1
21902024-09-25T16:48:33.010Z Checking radix_trie v0.2.1
21912024-09-25T16:48:33.155Z Checking lru-cache v0.1.2
21922024-09-25T16:48:33.317Z Checking hickory-resolver v0.24.1
21932024-09-25T16:48:33.389Z Checking hickory-client v0.24.1
21942024-09-25T16:48:33.580Z Checking parking_lot v0.11.2
21952024-09-25T16:48:33.846Z Checking sled v0.34.7
21962024-09-25T16:48:35.558Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21972024-09-25T16:48:36.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
21982024-09-25T16:48:36.752Z
21992024-09-25T16:48:36.752Zinfo: running `cargo check --bins` on dns-server-api (40/162)
22002024-09-25T16:48:37.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012024-09-25T16:48:37.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022024-09-25T16:48:37.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032024-09-25T16:48:37.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22042024-09-25T16:48:37.413Z
22052024-09-25T16:48:37.413Zinfo: running `cargo check --bins` on dns-service-client (41/162)
22062024-09-25T16:48:37.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072024-09-25T16:48:38.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082024-09-25T16:48:38.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092024-09-25T16:48:38.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22102024-09-25T16:48:38.066Z
22112024-09-25T16:48:38.066Zinfo: running `cargo check --bins` on gateway-test-utils (42/162)
22122024-09-25T16:48:38.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132024-09-25T16:48:38.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142024-09-25T16:48:38.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152024-09-25T16:48:38.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
22162024-09-25T16:48:38.804Z
22172024-09-25T16:48:38.804Zinfo: running `cargo check --bins` on gateway-types (43/162)
22182024-09-25T16:48:39.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192024-09-25T16:48:39.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202024-09-25T16:48:39.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212024-09-25T16:48:39.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22222024-09-25T16:48:39.484Z
22232024-09-25T16:48:39.484Zinfo: running `cargo check --bins` on ipcc (44/162)
22242024-09-25T16:48:40.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-09-25T16:48:40.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-09-25T16:48:40.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272024-09-25T16:48:40.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22282024-09-25T16:48:40.160Z
22292024-09-25T16:48:40.160Zinfo: running `cargo check --bins` on omicron-gateway (45/162)
22302024-09-25T16:48:40.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-09-25T16:48:40.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-09-25T16:48:40.905Z Compiling rustls-pki-types v1.7.0
22332024-09-25T16:48:40.909Z Compiling match_cfg v0.1.0
22342024-09-25T16:48:41.013Z Checking num-rational v0.4.2
22352024-09-25T16:48:41.015Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22362024-09-25T16:48:41.015Z Compiling slog-json v2.6.1
22372024-09-25T16:48:41.015Z Checking num-complex v0.4.6
22382024-09-25T16:48:41.021Z Compiling prettyplease v0.2.20
22392024-09-25T16:48:41.067Z Compiling hostname v0.3.1
22402024-09-25T16:48:41.095Z Compiling async-stream v0.3.5
22412024-09-25T16:48:41.323Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22422024-09-25T16:48:41.380Z Compiling slog-bunyan v2.5.0
22432024-09-25T16:48:41.380Z Compiling multer v3.1.0
22442024-09-25T16:48:41.410Z Compiling rustls-webpki v0.102.4
22452024-09-25T16:48:41.432Z Compiling rustls-pemfile v2.1.3
22462024-09-25T16:48:41.557Z Compiling toml v0.8.19
22472024-09-25T16:48:41.584Z Compiling waitgroup v0.1.2
22482024-09-25T16:48:41.635Z Compiling ipnetwork v0.20.0
22492024-09-25T16:48:41.760Z Compiling newtype-uuid v1.1.0
22502024-09-25T16:48:41.797Z Compiling serde_path_to_error v0.1.16
22512024-09-25T16:48:41.876Z Checking num v0.4.3
22522024-09-25T16:48:41.900Z Compiling hostname v0.4.0
22532024-09-25T16:48:41.981Z Compiling instant v0.1.12
22542024-09-25T16:48:42.066Z Compiling semver v0.1.20
22552024-09-25T16:48:42.131Z Checking float-ord v0.3.2
22562024-09-25T16:48:42.160Z Compiling radium v0.7.0
22572024-09-25T16:48:42.268Z Compiling rustls v0.22.4
22582024-09-25T16:48:42.454Z Compiling debug-ignore v1.0.5
22592024-09-25T16:48:42.543Z Compiling rustc_version v0.1.7
22602024-09-25T16:48:42.600Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22612024-09-25T16:48:42.617Z Compiling backoff v0.4.0
22622024-09-25T16:48:42.658Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22632024-09-25T16:48:42.717Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642024-09-25T16:48:42.968Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22652024-09-25T16:48:43.015Z Compiling parse-display v0.10.0
22662024-09-25T16:48:43.058Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672024-09-25T16:48:43.244Z Compiling serde_with v3.9.0
22682024-09-25T16:48:43.309Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22692024-09-25T16:48:43.531Z Compiling macaddr v1.0.1
22702024-09-25T16:48:43.707Z Compiling maybe-uninit v2.0.0
22712024-09-25T16:48:43.971Z Checking tap v1.0.1
22722024-09-25T16:48:44.139Z Checking wyz v0.5.1
22732024-09-25T16:48:44.318Z Compiling newtype_derive v0.1.6
22742024-09-25T16:48:44.615Z Checking password-hash v0.5.0
22752024-09-25T16:48:44.632Z Checking blake2 v0.10.6
22762024-09-25T16:48:44.915Z Compiling bzip2-sys v0.1.11+1.0.8
22772024-09-25T16:48:45.070Z Compiling cancel-safe-futures v0.1.5
22782024-09-25T16:48:45.204Z Checking crc-catalog v2.4.0
22792024-09-25T16:48:45.262Z Checking funty v2.0.0
22802024-09-25T16:48:45.333Z Compiling packed_struct v0.10.1
22812024-09-25T16:48:45.458Z Checking crc v3.2.1
22822024-09-25T16:48:45.805Z Checking argon2 v0.5.3
22832024-09-25T16:48:46.019Z Compiling packed_struct_codegen v0.10.1
22842024-09-25T16:48:46.176Z Checking bitvec v1.0.1
22852024-09-25T16:48:46.449Z Checking half v2.4.1
22862024-09-25T16:48:46.861Z Compiling tokio-rustls v0.25.0
22872024-09-25T16:48:46.960Z Compiling indexmap v1.9.3
22882024-09-25T16:48:47.031Z Compiling cookie v0.18.1
22892024-09-25T16:48:47.267Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22902024-09-25T16:48:47.284Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22912024-09-25T16:48:47.337Z Checking nodrop v0.1.14
22922024-09-25T16:48:47.447Z Checking ciborium-io v0.2.2
22932024-09-25T16:48:47.572Z Checking ciborium-ll v0.2.2
22942024-09-25T16:48:47.612Z Checking array-init v0.0.4
22952024-09-25T16:48:48.120Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22962024-09-25T16:48:48.389Z Checking smallvec v0.6.14
22972024-09-25T16:48:48.748Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22982024-09-25T16:48:49.033Z Checking libsw v3.3.1
22992024-09-25T16:48:49.195Z Compiling derive-where v1.2.7
23002024-09-25T16:48:49.307Z Compiling memoffset v0.9.1
23012024-09-25T16:48:49.440Z Checking highway v1.2.0
23022024-09-25T16:48:49.623Z Checking swrite v0.1.0
23032024-09-25T16:48:49.739Z Checking linear-map v1.2.0
23042024-09-25T16:48:49.843Z Checking hashbrown v0.12.3
23052024-09-25T16:48:49.860Z Checking owo-colors v4.0.0
23062024-09-25T16:48:50.064Z Checking bitfield v0.14.0
23072024-09-25T16:48:50.358Z Checking indent_write v2.2.0
23082024-09-25T16:48:50.565Z Checking env_logger v0.10.2
23092024-09-25T16:48:50.949Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23102024-09-25T16:48:50.982Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23112024-09-25T16:48:51.716Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122024-09-25T16:48:51.732Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23132024-09-25T16:48:52.003Z Checking steno v0.4.1
23142024-09-25T16:48:52.439Z Checking serde-hex v0.1.0
23152024-09-25T16:48:52.502Z Checking bzip2 v0.4.4
23162024-09-25T16:48:52.552Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23172024-09-25T16:48:52.798Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23182024-09-25T16:48:53.258Z Checking ciborium v0.2.2
23192024-09-25T16:48:53.563Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23202024-09-25T16:48:53.830Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23212024-09-25T16:48:54.237Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23222024-09-25T16:48:54.263Z Checking ron v0.8.1
23232024-09-25T16:48:55.440Z Checking hashbrown v0.13.2
23242024-09-25T16:48:55.533Z Checking crc-any v2.5.0
23252024-09-25T16:48:55.841Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23262024-09-25T16:48:55.910Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23272024-09-25T16:48:56.114Z Checking zip v0.6.6
23282024-09-25T16:48:56.289Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23292024-09-25T16:48:56.392Z Checking path-slash v0.1.5
23302024-09-25T16:48:56.416Z Checking object v0.30.4
23312024-09-25T16:48:56.475Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23322024-09-25T16:48:56.525Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23332024-09-25T16:48:56.661Z Checking nix v0.27.1
23342024-09-25T16:48:56.789Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23352024-09-25T16:48:57.045Z Checking kstat-rs v0.2.4
23362024-09-25T16:48:57.375Z Checking signal-hook-tokio v0.3.1
23372024-09-25T16:48:58.339Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23382024-09-25T16:48:59.277Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23392024-09-25T16:49:01.600Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23402024-09-25T16:49:03.405Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23412024-09-25T16:49:06.460Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23422024-09-25T16:49:09.605Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23432024-09-25T16:49:09.723Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23442024-09-25T16:49:09.857Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23452024-09-25T16:49:14.877Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23462024-09-25T16:49:15.581Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23472024-09-25T16:49:18.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.98s
23482024-09-25T16:49:18.327Z
23492024-09-25T16:49:18.327Zinfo: running `cargo check --bins` on gateway-api (46/162)
23502024-09-25T16:49:18.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-09-25T16:49:18.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-09-25T16:49:18.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532024-09-25T16:49:18.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23542024-09-25T16:49:19.017Z
23552024-09-25T16:49:19.017Zinfo: running `cargo check --bins` on oximeter (47/162)
23562024-09-25T16:49:19.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-09-25T16:49:19.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-09-25T16:49:19.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592024-09-25T16:49:19.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23602024-09-25T16:49:19.695Z
23612024-09-25T16:49:19.695Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/162)
23622024-09-25T16:49:20.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-09-25T16:49:20.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-09-25T16:49:20.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-09-25T16:49:20.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23662024-09-25T16:49:20.349Z
23672024-09-25T16:49:20.349Zinfo: running `cargo check --bins` on oximeter-schema (49/162)
23682024-09-25T16:49:20.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-09-25T16:49:20.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-09-25T16:49:21.027Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23712024-09-25T16:49:21.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
23722024-09-25T16:49:21.595Z
23732024-09-25T16:49:21.595Zinfo: running `cargo check --bins` on oximeter-types (50/162)
23742024-09-25T16:49:22.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-09-25T16:49:22.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-09-25T16:49:22.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-09-25T16:49:22.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23782024-09-25T16:49:22.274Z
23792024-09-25T16:49:22.274Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/162)
23802024-09-25T16:49:22.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-09-25T16:49:22.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-09-25T16:49:22.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-09-25T16:49:22.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23842024-09-25T16:49:22.955Z
23852024-09-25T16:49:22.955Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/162)
23862024-09-25T16:49:23.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-09-25T16:49:23.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-09-25T16:49:23.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-09-25T16:49:23.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23902024-09-25T16:49:23.610Z
23912024-09-25T16:49:23.610Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/162)
23922024-09-25T16:49:24.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-09-25T16:49:24.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-09-25T16:49:24.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-09-25T16:49:24.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23962024-09-25T16:49:24.293Z
23972024-09-25T16:49:24.293Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/162)
23982024-09-25T16:49:24.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-09-25T16:49:24.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-09-25T16:49:24.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-09-25T16:49:24.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24022024-09-25T16:49:24.970Z
24032024-09-25T16:49:24.970Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/162)
24042024-09-25T16:49:25.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-09-25T16:49:25.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-09-25T16:49:25.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-09-25T16:49:25.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24082024-09-25T16:49:25.655Z
24092024-09-25T16:49:25.655Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/162)
24102024-09-25T16:49:26.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-09-25T16:49:26.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-09-25T16:49:26.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-09-25T16:49:26.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24142024-09-25T16:49:26.339Z
24152024-09-25T16:49:26.339Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/162)
24162024-09-25T16:49:26.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-09-25T16:49:26.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-09-25T16:49:26.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-09-25T16:49:26.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24202024-09-25T16:49:27.015Z
24212024-09-25T16:49:27.015Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/162)
24222024-09-25T16:49:27.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-09-25T16:49:27.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-09-25T16:49:27.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-09-25T16:49:27.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24262024-09-25T16:49:27.697Z
24272024-09-25T16:49:27.697Zinfo: running `cargo check --bins` on oximeter-producer (59/162)
24282024-09-25T16:49:28.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-09-25T16:49:28.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-09-25T16:49:28.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-09-25T16:49:28.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24322024-09-25T16:49:28.404Z
24332024-09-25T16:49:28.404Zinfo: running `cargo check --bins` on internal-dns (60/162)
24342024-09-25T16:49:29.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-09-25T16:49:29.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-09-25T16:49:29.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-09-25T16:49:29.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24382024-09-25T16:49:29.083Z
24392024-09-25T16:49:29.083Zinfo: running `cargo check --bins` on nexus-client (61/162)
24402024-09-25T16:49:29.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-09-25T16:49:29.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-09-25T16:49:29.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-09-25T16:49:29.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24442024-09-25T16:49:29.789Z
24452024-09-25T16:49:29.789Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/162)
24462024-09-25T16:49:30.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-09-25T16:49:30.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-09-25T16:49:30.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-09-25T16:49:30.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24502024-09-25T16:49:30.479Z
24512024-09-25T16:49:30.479Zinfo: running `cargo check --bins` on omicron-passwords (63/162)
24522024-09-25T16:49:31.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-09-25T16:49:31.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-09-25T16:49:31.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-09-25T16:49:31.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24562024-09-25T16:49:31.138Z
24572024-09-25T16:49:31.138Zinfo: running `cargo check --bins` on nexus-types (64/162)
24582024-09-25T16:49:31.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-09-25T16:49:31.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-09-25T16:49:31.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-09-25T16:49:31.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24622024-09-25T16:49:31.840Z
24632024-09-25T16:49:31.840Zinfo: running `cargo check --bins` on gateway-client (65/162)
24642024-09-25T16:49:32.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-09-25T16:49:32.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-09-25T16:49:32.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-09-25T16:49:32.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24682024-09-25T16:49:32.495Z
24692024-09-25T16:49:32.495Zinfo: running `cargo check --bins` on oxql-types (66/162)
24702024-09-25T16:49:33.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-09-25T16:49:33.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-09-25T16:49:33.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-09-25T16:49:33.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24742024-09-25T16:49:33.172Z
24752024-09-25T16:49:33.172Zinfo: running `cargo check --bins` on update-engine (67/162)
24762024-09-25T16:49:33.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-09-25T16:49:33.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-09-25T16:49:33.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-09-25T16:49:33.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24802024-09-25T16:49:33.829Z
24812024-09-25T16:49:33.829Zinfo: running `cargo check --bins` on sp-sim (68/162)
24822024-09-25T16:49:34.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-09-25T16:49:34.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-09-25T16:49:34.507Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24852024-09-25T16:49:36.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
24862024-09-25T16:49:36.392Z
24872024-09-25T16:49:36.392Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (69/162)
24882024-09-25T16:49:37.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-09-25T16:49:37.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-09-25T16:49:37.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-09-25T16:49:37.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24922024-09-25T16:49:37.118Z
24932024-09-25T16:49:37.118Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/162)
24942024-09-25T16:49:37.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-09-25T16:49:37.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-09-25T16:49:37.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-09-25T16:49:37.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
24982024-09-25T16:49:37.856Z
24992024-09-25T16:49:37.856Zinfo: running `cargo check --bins` on db-macros (71/162)
25002024-09-25T16:49:38.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-09-25T16:49:38.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-09-25T16:49:38.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-09-25T16:49:38.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25042024-09-25T16:49:38.508Z
25052024-09-25T16:49:38.508Zinfo: running `cargo check --bins` on nexus-macros-common (72/162)
25062024-09-25T16:49:39.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-09-25T16:49:39.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-09-25T16:49:39.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-09-25T16:49:39.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25102024-09-25T16:49:39.160Z
25112024-09-25T16:49:39.160Zinfo: running `cargo check --bins` on nexus-auth (73/162)
25122024-09-25T16:49:39.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-09-25T16:49:39.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-09-25T16:49:39.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-09-25T16:49:39.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
25162024-09-25T16:49:39.893Z
25172024-09-25T16:49:39.893Zinfo: running `cargo check --bins` on authz-macros (74/162)
25182024-09-25T16:49:40.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-09-25T16:49:40.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-09-25T16:49:40.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-09-25T16:49:40.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25222024-09-25T16:49:40.548Z
25232024-09-25T16:49:40.548Zinfo: running `cargo check --bins` on nexus-db-fixed-data (75/162)
25242024-09-25T16:49:41.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-09-25T16:49:41.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-09-25T16:49:41.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-09-25T16:49:41.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25282024-09-25T16:49:41.248Z
25292024-09-25T16:49:41.248Zinfo: running `cargo check --bins` on nexus-db-model (76/162)
25302024-09-25T16:49:41.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-09-25T16:49:41.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-09-25T16:49:41.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-09-25T16:49:41.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25342024-09-25T16:49:41.948Z
25352024-09-25T16:49:41.948Zinfo: running `cargo check --bins` on nexus-defaults (77/162)
25362024-09-25T16:49:42.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-09-25T16:49:42.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-09-25T16:49:42.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-09-25T16:49:42.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25402024-09-25T16:49:42.621Z
25412024-09-25T16:49:42.622Zinfo: running `cargo check --bins` on sled-agent-client (78/162)
25422024-09-25T16:49:43.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-09-25T16:49:43.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-09-25T16:49:43.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-09-25T16:49:43.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25462024-09-25T16:49:43.310Z
25472024-09-25T16:49:43.310Zinfo: running `cargo check --bins` on nexus-inventory (79/162)
25482024-09-25T16:49:43.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-09-25T16:49:43.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-09-25T16:49:43.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-09-25T16:49:43.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25522024-09-25T16:49:44.011Z
25532024-09-25T16:49:44.011Zinfo: running `cargo check --bins` on typed-rng (80/162)
25542024-09-25T16:49:44.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-09-25T16:49:44.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-09-25T16:49:44.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-09-25T16:49:44.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25582024-09-25T16:49:44.674Z
25592024-09-25T16:49:44.674Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/162)
25602024-09-25T16:49:45.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-09-25T16:49:45.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-09-25T16:49:45.468Z Checking keccak v0.1.5
25632024-09-25T16:49:45.570Z Compiling rayon-core v1.12.1
25642024-09-25T16:49:45.580Z Compiling crossbeam-deque v0.8.5
25652024-09-25T16:49:45.582Z Checking secrecy v0.8.0
25662024-09-25T16:49:45.582Z Compiling unicase v2.7.0
25672024-09-25T16:49:45.589Z Compiling same-file v1.0.6
25682024-09-25T16:49:45.592Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25692024-09-25T16:49:45.602Z Compiling tempfile v3.10.1
25702024-09-25T16:49:45.751Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25712024-09-25T16:49:45.836Z Checking sha3 v0.10.8
25722024-09-25T16:49:45.858Z Compiling walkdir v2.5.0
25732024-09-25T16:49:45.913Z Compiling thiserror-impl-no-std v2.0.2
25742024-09-25T16:49:46.055Z Checking universal-hash v0.5.1
25752024-09-25T16:49:46.080Z Compiling ring v0.16.20
25762024-09-25T16:49:46.225Z Compiling blake3 v1.5.1
25772024-09-25T16:49:46.243Z Checking opaque-debug v0.3.1
25782024-09-25T16:49:46.335Z Checking poly1305 v0.8.0
25792024-09-25T16:49:46.465Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25802024-09-25T16:49:46.597Z Checking chacha20 v0.9.1
25812024-09-25T16:49:46.799Z Compiling rayon v1.10.0
25822024-09-25T16:49:46.812Z Checking aead v0.5.2
25832024-09-25T16:49:46.928Z Compiling memmap2 v0.9.4
25842024-09-25T16:49:46.971Z Compiling libefi-sys v0.1.0
25852024-09-25T16:49:47.014Z Compiling salty v0.3.0
25862024-09-25T16:49:47.257Z Compiling spin v0.5.2
25872024-09-25T16:49:47.341Z Compiling arrayvec v0.7.4
25882024-09-25T16:49:47.431Z Compiling home v0.5.9
25892024-09-25T16:49:47.449Z Compiling untrusted v0.7.1
25902024-09-25T16:49:47.475Z Compiling arrayref v0.3.7
25912024-09-25T16:49:47.551Z Compiling constant_time_eq v0.3.0
25922024-09-25T16:49:47.576Z Compiling toolchain_find v0.4.0
25932024-09-25T16:49:47.680Z Checking chacha20poly1305 v0.10.1
25942024-09-25T16:49:47.764Z Compiling camino-tempfile v1.1.1
25952024-09-25T16:49:47.869Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25962024-09-25T16:49:47.967Z Compiling bitfield-struct v0.6.1
25972024-09-25T16:49:48.129Z Compiling topological-sort v0.2.2
25982024-09-25T16:49:48.218Z Compiling rustls v0.23.10
25992024-09-25T16:49:48.266Z Compiling mime_guess v2.0.4
26002024-09-25T16:49:48.350Z Compiling rustfmt-wrapper v0.2.1
26012024-09-25T16:49:48.890Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
26022024-09-25T16:49:48.916Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26032024-09-25T16:49:49.064Z Checking thiserror-no-std v2.0.2
26042024-09-25T16:49:49.127Z Checking primeorder v0.13.6
26052024-09-25T16:49:49.169Z Checking vsss-rs v3.3.4
26062024-09-25T16:49:49.194Z Checking env_filter v0.1.2
26072024-09-25T16:49:49.400Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26082024-09-25T16:49:49.420Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26092024-09-25T16:49:49.530Z Checking env_logger v0.11.5
26102024-09-25T16:49:49.585Z Checking p384 v0.13.0
26112024-09-25T16:49:49.831Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26122024-09-25T16:49:49.849Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26132024-09-25T16:49:49.956Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142024-09-25T16:49:50.468Z Checking gethostname v0.5.0
26152024-09-25T16:49:50.590Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26162024-09-25T16:49:50.708Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26172024-09-25T16:49:50.930Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26182024-09-25T16:49:51.403Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26192024-09-25T16:49:51.430Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26202024-09-25T16:49:52.068Z Compiling omicron-zone-package v0.11.0
26212024-09-25T16:49:52.271Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
26222024-09-25T16:49:52.375Z Checking nanorand v0.7.0
26232024-09-25T16:49:52.544Z Checking glob v0.3.1
26242024-09-25T16:49:52.608Z Checking http-range v0.1.5
26252024-09-25T16:49:52.736Z Checking flume v0.11.0
26262024-09-25T16:49:52.794Z Checking hyper-staticfile v0.9.5
26272024-09-25T16:49:52.870Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26282024-09-25T16:49:53.232Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26292024-09-25T16:49:53.248Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
26302024-09-25T16:49:53.267Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26312024-09-25T16:49:53.482Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26322024-09-25T16:49:53.970Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26332024-09-25T16:49:54.532Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
26342024-09-25T16:49:54.639Z Checking tokio-rustls v0.26.0
26352024-09-25T16:49:54.724Z Checking itertools v0.13.0
26362024-09-25T16:49:55.107Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26372024-09-25T16:49:55.649Z Checking display-error-chain v0.2.1
26382024-09-25T16:49:57.229Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26392024-09-25T16:49:58.194Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26402024-09-25T16:49:58.197Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26412024-09-25T16:50:09.113Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26422024-09-25T16:50:20.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.00s
26432024-09-25T16:50:20.865Z
26442024-09-25T16:50:20.865Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/162)
26452024-09-25T16:50:21.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-09-25T16:50:21.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-09-25T16:50:21.663Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26482024-09-25T16:50:33.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.35s
26492024-09-25T16:50:33.404Z
26502024-09-25T16:50:33.404Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/162)
26512024-09-25T16:50:34.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-09-25T16:50:34.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-09-25T16:50:34.191Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26542024-09-25T16:50:45.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.31s
26552024-09-25T16:50:45.904Z
26562024-09-25T16:50:45.904Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/162)
26572024-09-25T16:50:46.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-09-25T16:50:46.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-09-25T16:50:46.689Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26602024-09-25T16:50:58.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.50s
26612024-09-25T16:50:58.582Z
26622024-09-25T16:50:58.582Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/162)
26632024-09-25T16:50:59.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-09-25T16:50:59.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-09-25T16:50:59.378Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26662024-09-25T16:51:10.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.34s
26672024-09-25T16:51:11.105Z
26682024-09-25T16:51:11.105Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/162)
26692024-09-25T16:51:11.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-09-25T16:51:11.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-09-25T16:51:11.902Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26722024-09-25T16:51:23.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.51s
26732024-09-25T16:51:23.808Z
26742024-09-25T16:51:23.808Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/162)
26752024-09-25T16:51:24.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-09-25T16:51:24.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-09-25T16:51:24.601Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26782024-09-25T16:51:36.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.19s
26792024-09-25T16:51:36.190Z
26802024-09-25T16:51:36.190Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/162)
26812024-09-25T16:51:36.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-09-25T16:51:36.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-09-25T16:51:36.982Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26842024-09-25T16:51:48.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s
26852024-09-25T16:51:48.460Z
26862024-09-25T16:51:48.460Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/162)
26872024-09-25T16:51:49.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-09-25T16:51:49.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-09-25T16:51:49.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-09-25T16:51:49.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26912024-09-25T16:51:49.164Z
26922024-09-25T16:51:49.164Zinfo: running `cargo check --bins` on sled-agent-types (90/162)
26932024-09-25T16:51:49.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-09-25T16:51:49.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-09-25T16:51:49.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-09-25T16:51:49.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26972024-09-25T16:51:49.882Z
26982024-09-25T16:51:49.882Zinfo: running `cargo check --bins` on bootstrap-agent-client (91/162)
26992024-09-25T16:51:50.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-09-25T16:51:50.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-09-25T16:51:50.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022024-09-25T16:51:50.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27032024-09-25T16:51:50.573Z
27042024-09-25T16:51:50.573Zinfo: running `cargo check --bins` on dpd-client (92/162)
27052024-09-25T16:51:51.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-09-25T16:51:51.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-09-25T16:51:51.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-09-25T16:51:51.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27092024-09-25T16:51:51.252Z
27102024-09-25T16:51:51.252Zinfo: running `cargo check --bins` on installinator-common (93/162)
27112024-09-25T16:51:51.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-09-25T16:51:51.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-09-25T16:51:51.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-09-25T16:51:51.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27152024-09-25T16:51:51.956Z
27162024-09-25T16:51:51.956Zinfo: running `cargo check --bins` on key-manager (94/162)
27172024-09-25T16:51:52.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-09-25T16:51:52.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-09-25T16:51:52.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202024-09-25T16:51:52.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27212024-09-25T16:51:52.646Z
27222024-09-25T16:51:52.646Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/162)
27232024-09-25T16:51:53.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-09-25T16:51:53.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-09-25T16:51:53.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262024-09-25T16:51:53.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27272024-09-25T16:51:53.333Z
27282024-09-25T16:51:53.333Zinfo: running `cargo check --bins` on sled-agent-api (96/162)
27292024-09-25T16:51:53.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302024-09-25T16:51:53.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312024-09-25T16:51:53.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322024-09-25T16:51:53.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27332024-09-25T16:51:54.037Z
27342024-09-25T16:51:54.037Zinfo: running `cargo check --bins` on sled-hardware (97/162)
27352024-09-25T16:51:54.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362024-09-25T16:51:54.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372024-09-25T16:51:54.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382024-09-25T16:51:54.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27392024-09-25T16:51:54.732Z
27402024-09-25T16:51:54.732Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/162)
27412024-09-25T16:51:55.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422024-09-25T16:51:55.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432024-09-25T16:51:55.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442024-09-25T16:51:55.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27452024-09-25T16:51:55.431Z
27462024-09-25T16:51:55.431Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/162)
27472024-09-25T16:51:56.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482024-09-25T16:51:56.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492024-09-25T16:51:56.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502024-09-25T16:51:56.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27512024-09-25T16:51:56.137Z
27522024-09-25T16:51:56.137Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/162)
27532024-09-25T16:51:56.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542024-09-25T16:51:56.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552024-09-25T16:51:56.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562024-09-25T16:51:56.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27572024-09-25T16:51:56.845Z
27582024-09-25T16:51:56.845Zinfo: running `cargo check --bins` on nexus-test-interface (101/162)
27592024-09-25T16:51:57.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-09-25T16:51:57.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-09-25T16:51:57.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622024-09-25T16:51:57.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27632024-09-25T16:51:57.551Z
27642024-09-25T16:51:57.551Zinfo: running `cargo check --bins` on oximeter-collector (102/162)
27652024-09-25T16:51:58.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-09-25T16:51:58.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-09-25T16:51:58.289Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27682024-09-25T16:51:58.289Z Checking bcs v0.1.6
27692024-09-25T16:51:58.292Z Compiling async-recursion v1.1.1
27702024-09-25T16:51:58.292Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27712024-09-25T16:51:58.292Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722024-09-25T16:51:59.349Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732024-09-25T16:52:02.492Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742024-09-25T16:52:04.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
27752024-09-25T16:52:04.328Z
27762024-09-25T16:52:04.328Zinfo: running `cargo check --bins` on oximeter-api (103/162)
27772024-09-25T16:52:04.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-09-25T16:52:04.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-09-25T16:52:04.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802024-09-25T16:52:04.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27812024-09-25T16:52:05.007Z
27822024-09-25T16:52:05.007Zinfo: running `cargo check --bins` on oximeter-client (104/162)
27832024-09-25T16:52:05.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842024-09-25T16:52:05.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852024-09-25T16:52:05.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862024-09-25T16:52:05.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27872024-09-25T16:52:05.684Z
27882024-09-25T16:52:05.684Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/162)
27892024-09-25T16:52:06.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-09-25T16:52:06.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-09-25T16:52:06.385Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27922024-09-25T16:52:06.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
27932024-09-25T16:52:07.127Z
27942024-09-25T16:52:07.127Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/162)
27952024-09-25T16:52:07.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-09-25T16:52:07.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-09-25T16:52:07.838Z Compiling cfg_aliases v0.1.1
27982024-09-25T16:52:07.838Z Compiling vte_generate_state_changes v0.1.1
27992024-09-25T16:52:07.842Z Checking fd-lock v4.0.2
28002024-09-25T16:52:07.842Z Checking bytecount v0.6.8
28012024-09-25T16:52:07.843Z Compiling tabled_derive v0.7.0
28022024-09-25T16:52:07.942Z Checking crossterm v0.27.0
28032024-09-25T16:52:07.945Z Compiling peg-macros v0.8.4
28042024-09-25T16:52:07.945Z Compiling sqlparser_derive v0.2.2
28052024-09-25T16:52:08.014Z Compiling nix v0.28.0
28062024-09-25T16:52:08.080Z Checking papergrid v0.11.0
28072024-09-25T16:52:08.096Z Checking unicode_categories v0.1.1
28082024-09-25T16:52:08.394Z Checking home v0.5.9
28092024-09-25T16:52:08.540Z Checking nu-ansi-term v0.50.0
28102024-09-25T16:52:08.578Z Checking vte v0.11.1
28112024-09-25T16:52:08.913Z Checking sqlformat v0.2.4
28122024-09-25T16:52:09.075Z Checking sqlparser v0.45.0
28132024-09-25T16:52:09.535Z Checking crossterm v0.28.1
28142024-09-25T16:52:09.949Z Checking strip-ansi-escapes v0.2.0
28152024-09-25T16:52:10.106Z Checking reedline v0.33.0
28162024-09-25T16:52:10.503Z Checking tabled v0.15.0
28172024-09-25T16:52:11.080Z Checking peg v0.8.4
28182024-09-25T16:52:11.227Z Checking rustyline v14.0.0
28192024-09-25T16:52:15.325Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202024-09-25T16:52:20.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
28212024-09-25T16:52:21.042Z
28222024-09-25T16:52:21.042Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/162)
28232024-09-25T16:52:21.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-09-25T16:52:21.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-09-25T16:52:21.743Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262024-09-25T16:52:27.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
28272024-09-25T16:52:27.527Z
28282024-09-25T16:52:27.527Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/162)
28292024-09-25T16:52:28.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-09-25T16:52:28.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-09-25T16:52:28.234Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322024-09-25T16:52:32.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
28332024-09-25T16:52:32.645Z
28342024-09-25T16:52:32.645Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/162)
28352024-09-25T16:52:33.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-09-25T16:52:33.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-09-25T16:52:33.348Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382024-09-25T16:52:38.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
28392024-09-25T16:52:38.457Z
28402024-09-25T16:52:38.457Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/162)
28412024-09-25T16:52:39.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-09-25T16:52:39.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-09-25T16:52:39.163Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442024-09-25T16:52:44.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
28452024-09-25T16:52:44.697Z
28462024-09-25T16:52:44.697Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/162)
28472024-09-25T16:52:45.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-09-25T16:52:45.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-09-25T16:52:45.406Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502024-09-25T16:52:49.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
28512024-09-25T16:52:49.651Z
28522024-09-25T16:52:49.651Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/162)
28532024-09-25T16:52:50.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-09-25T16:52:50.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-09-25T16:52:50.351Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562024-09-25T16:52:54.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
28572024-09-25T16:52:55.025Z
28582024-09-25T16:52:55.025Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/162)
28592024-09-25T16:52:55.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-09-25T16:52:55.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-09-25T16:52:55.720Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622024-09-25T16:53:00.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
28632024-09-25T16:53:01.046Z
28642024-09-25T16:53:01.046Zinfo: running `cargo check --bins` on oximeter-test-utils (114/162)
28652024-09-25T16:53:01.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-09-25T16:53:01.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-09-25T16:53:01.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-09-25T16:53:01.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28692024-09-25T16:53:01.761Z
28702024-09-25T16:53:01.761Zinfo: running `cargo check --bins` on cockroach-admin-client (115/162)
28712024-09-25T16:53:02.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-09-25T16:53:02.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-09-25T16:53:02.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-09-25T16:53:02.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28752024-09-25T16:53:02.419Z
28762024-09-25T16:53:02.419Zinfo: running `cargo check --bins` on installinator-client (116/162)
28772024-09-25T16:53:03.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-09-25T16:53:03.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-09-25T16:53:03.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-09-25T16:53:03.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28812024-09-25T16:53:03.117Z
28822024-09-25T16:53:03.117Zinfo: running `cargo check --bins` on oxide-client (117/162)
28832024-09-25T16:53:03.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-09-25T16:53:03.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-09-25T16:53:03.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-09-25T16:53:03.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28872024-09-25T16:53:03.774Z
28882024-09-25T16:53:03.774Zinfo: running `cargo check --bins` on wicketd-client (118/162)
28892024-09-25T16:53:04.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-09-25T16:53:04.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-09-25T16:53:04.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-09-25T16:53:04.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28932024-09-25T16:53:04.489Z
28942024-09-25T16:53:04.489Zinfo: running `cargo check --bins` on wicket-common (119/162)
28952024-09-25T16:53:05.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-09-25T16:53:05.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-09-25T16:53:05.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-09-25T16:53:05.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28992024-09-25T16:53:05.189Z
29002024-09-25T16:53:05.189Zinfo: running `cargo check --bins` on omicron-cockroach-admin (120/162)
29012024-09-25T16:53:05.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-09-25T16:53:05.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-09-25T16:53:05.891Z Checking csv-core v0.1.11
29042024-09-25T16:53:05.893Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29052024-09-25T16:53:06.185Z Checking csv v1.3.0
29062024-09-25T16:53:06.707Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29072024-09-25T16:53:07.036Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29082024-09-25T16:53:08.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
29092024-09-25T16:53:08.367Z
29102024-09-25T16:53:08.367Zinfo: running `cargo check --bins` on cockroach-admin-api (121/162)
29112024-09-25T16:53:08.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122024-09-25T16:53:08.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132024-09-25T16:53:08.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142024-09-25T16:53:08.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29152024-09-25T16:53:09.047Z
29162024-09-25T16:53:09.047Zinfo: running `cargo check --bins` on cockroach-admin-types (122/162)
29172024-09-25T16:53:09.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182024-09-25T16:53:09.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192024-09-25T16:53:09.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202024-09-25T16:53:09.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29212024-09-25T16:53:09.752Z
29222024-09-25T16:53:09.752Zinfo: running `cargo check --bins` on cert-dev (123/162)
29232024-09-25T16:53:10.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242024-09-25T16:53:10.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252024-09-25T16:53:10.412Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29262024-09-25T16:53:10.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
29272024-09-25T16:53:10.805Z
29282024-09-25T16:53:10.805Zinfo: running `cargo check --bins` on ch-dev (124/162)
29292024-09-25T16:53:11.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302024-09-25T16:53:11.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312024-09-25T16:53:11.521Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29322024-09-25T16:53:12.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
29332024-09-25T16:53:12.376Z
29342024-09-25T16:53:12.376Zinfo: running `cargo check --bins` on crdb-seed (125/162)
29352024-09-25T16:53:13.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-09-25T16:53:13.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-09-25T16:53:13.088Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29382024-09-25T16:53:13.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
29392024-09-25T16:53:13.580Z
29402024-09-25T16:53:13.580Zinfo: running `cargo check --bins` on db-dev (126/162)
29412024-09-25T16:53:14.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422024-09-25T16:53:14.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432024-09-25T16:53:14.283Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29442024-09-25T16:53:14.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
29452024-09-25T16:53:15.145Z
29462024-09-25T16:53:15.145Zinfo: running `cargo check --bins` on omicron-dev-lib (127/162)
29472024-09-25T16:53:15.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482024-09-25T16:53:15.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492024-09-25T16:53:15.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502024-09-25T16:53:15.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29512024-09-25T16:53:15.851Z
29522024-09-25T16:53:15.851Zinfo: running `cargo check --bins` on xtask-downloader (128/162)
29532024-09-25T16:53:16.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542024-09-25T16:53:16.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552024-09-25T16:53:16.501Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29562024-09-25T16:53:17.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
29572024-09-25T16:53:17.474Z
29582024-09-25T16:53:17.474Zinfo: running `cargo check --bins` on mgs-dev (129/162)
29592024-09-25T16:53:18.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-09-25T16:53:18.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-09-25T16:53:18.235Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29622024-09-25T16:53:18.882Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29632024-09-25T16:53:19.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
29642024-09-25T16:53:19.552Z
29652024-09-25T16:53:19.552Zinfo: running `cargo check --bins` on omicron-omdb (130/162)
29662024-09-25T16:53:20.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-09-25T16:53:20.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-09-25T16:53:20.392Z Compiling glob v0.3.1
29692024-09-25T16:53:20.392Z Compiling crunchy v0.2.2
29702024-09-25T16:53:20.394Z Compiling tiny-keccak v2.0.2
29712024-09-25T16:53:20.394Z Compiling dsl_auto_type v0.1.2
29722024-09-25T16:53:20.394Z Checking scheduled-thread-pool v0.2.7
29732024-09-25T16:53:20.505Z Compiling diesel_table_macro_syntax v0.2.0
29742024-09-25T16:53:20.546Z Compiling ascii-canvas v3.0.0
29752024-09-25T16:53:20.548Z Compiling ena v0.14.3
29762024-09-25T16:53:20.715Z Checking r2d2 v0.8.10
29772024-09-25T16:53:20.849Z Compiling libloading v0.8.3
29782024-09-25T16:53:20.944Z Compiling bindgen v0.69.4
29792024-09-25T16:53:20.968Z Compiling regex-syntax v0.6.29
29802024-09-25T16:53:21.065Z Compiling diff v0.1.13
29812024-09-25T16:53:21.068Z Compiling which v4.4.2
29822024-09-25T16:53:21.247Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29832024-09-25T16:53:21.407Z Compiling clang-sys v1.7.0
29842024-09-25T16:53:21.478Z Compiling cexpr v0.6.0
29852024-09-25T16:53:21.699Z Compiling lazycell v1.3.0
29862024-09-25T16:53:21.766Z Compiling shlex v1.3.0
29872024-09-25T16:53:22.786Z Compiling rustc-hash v1.1.0
29882024-09-25T16:53:22.789Z Compiling ref-cast v1.0.23
29892024-09-25T16:53:22.789Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29902024-09-25T16:53:22.789Z Compiling derive_builder_core v0.20.0
29912024-09-25T16:53:22.789Z Compiling diesel_derives v2.2.2
29922024-09-25T16:53:22.789Z Compiling libxml v0.3.3
29932024-09-25T16:53:22.789Z Compiling ref-cast-impl v1.0.23
29942024-09-25T16:53:22.789Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29952024-09-25T16:53:22.789Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29962024-09-25T16:53:22.909Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29972024-09-25T16:53:23.221Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29982024-09-25T16:53:23.250Z Compiling strum_macros v0.24.3
29992024-09-25T16:53:23.606Z Compiling dropshot v0.10.1
30002024-09-25T16:53:23.624Z Compiling indoc v1.0.9
30012024-09-25T16:53:24.400Z Compiling lalrpop v0.19.12
30022024-09-25T16:53:24.646Z Compiling derive_builder_macro v0.20.0
30032024-09-25T16:53:25.828Z Checking derive_builder v0.20.0
30042024-09-25T16:53:25.981Z Checking tungstenite v0.23.0
30052024-09-25T16:53:26.036Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30062024-09-25T16:53:26.340Z Compiling dropshot_endpoint v0.10.1
30072024-09-25T16:53:26.843Z Compiling oso-derive v0.27.3
30082024-09-25T16:53:26.873Z Compiling impl-trait-for-tuples v0.2.2
30092024-09-25T16:53:26.900Z Checking quick-xml v0.33.0
30102024-09-25T16:53:27.965Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
30112024-09-25T16:53:28.335Z Checking maplit v1.0.2
30122024-09-25T16:53:28.538Z Checking tokio-tungstenite v0.23.1
30132024-09-25T16:53:29.052Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30142024-09-25T16:53:29.085Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30152024-09-25T16:53:29.368Z Compiling const_format_proc_macros v0.2.33
30162024-09-25T16:53:30.758Z Checking bb8 v0.8.5
30172024-09-25T16:53:31.306Z Checking crossbeam-deque v0.8.5
30182024-09-25T16:53:31.510Z Checking const_format v0.2.33
30192024-09-25T16:53:31.644Z Compiling portable-atomic v1.6.0
30202024-09-25T16:53:31.983Z Checking rayon-core v1.12.1
30212024-09-25T16:53:32.239Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
30222024-09-25T16:53:32.659Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30232024-09-25T16:53:32.768Z Checking castaway v0.2.3
30242024-09-25T16:53:32.925Z Checking compact_str v0.8.0
30252024-09-25T16:53:33.883Z Checking rayon v1.10.0
30262024-09-25T16:53:34.053Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30272024-09-25T16:53:34.347Z Checking unicode-truncate v1.0.0
30282024-09-25T16:53:34.350Z Checking lru v0.12.3
30292024-09-25T16:53:34.457Z Compiling instability v0.3.2
30302024-09-25T16:53:34.576Z Checking unicode-linebreak v0.1.5
30312024-09-25T16:53:34.671Z Checking cassowary v0.3.0
30322024-09-25T16:53:34.907Z Checking diesel v2.2.4
30332024-09-25T16:53:34.988Z Checking smawk v0.3.2
30342024-09-25T16:53:35.049Z Checking is_ci v1.2.0
30352024-09-25T16:53:35.187Z Checking number_prefix v0.4.0
30362024-09-25T16:53:35.205Z Checking textwrap v0.16.1
30372024-09-25T16:53:35.399Z Checking supports-color v3.0.1
30382024-09-25T16:53:35.448Z Checking multimap v0.10.0
30392024-09-25T16:53:35.481Z Checking ratatui v0.28.0
30402024-09-25T16:53:37.745Z Checking indicatif v0.17.8
30412024-09-25T16:53:58.352Z Compiling samael v0.0.17
30422024-09-25T16:54:09.899Z Compiling polar-core v0.27.3
30432024-09-25T16:54:10.828Z Checking async-bb8-diesel v0.2.1
30442024-09-25T16:54:16.828Z Checking oso v0.27.3
30452024-09-25T16:55:16.898Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30462024-09-25T16:55:22.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
30472024-09-25T16:55:22.565Z
30482024-09-25T16:55:22.566Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (131/162)
30492024-09-25T16:55:23.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-09-25T16:55:23.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-09-25T16:55:23.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-09-25T16:55:23.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30532024-09-25T16:55:23.308Z
30542024-09-25T16:55:23.308Zinfo: running `cargo check --bins` on nexus-saga-recovery (132/162)
30552024-09-25T16:55:23.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-09-25T16:55:23.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-09-25T16:55:23.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582024-09-25T16:55:23.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30592024-09-25T16:55:24.043Z
30602024-09-25T16:55:24.044Zinfo: running `cargo check --bins` on nexus-test-utils-macros (133/162)
30612024-09-25T16:55:24.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-09-25T16:55:24.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-09-25T16:55:24.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-09-25T16:55:24.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30652024-09-25T16:55:24.697Z
30662024-09-25T16:55:24.697Zinfo: running `cargo check --bins` on omicron-nexus (134/162)
30672024-09-25T16:55:25.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-09-25T16:55:25.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-09-25T16:55:25.542Z Compiling libz-sys v1.1.16
30702024-09-25T16:55:25.650Z Compiling libgit2-sys v0.17.0+1.8.1
30712024-09-25T16:55:25.662Z Compiling vergen v8.3.2
30722024-09-25T16:55:25.664Z Compiling cargo-platform v0.1.8
30732024-09-25T16:55:25.681Z Compiling snafu-derive v0.8.2
30742024-09-25T16:55:25.681Z Compiling libsqlite3-sys v0.30.1
30752024-09-25T16:55:25.685Z Compiling cfg_aliases v0.2.1
30762024-09-25T16:55:25.685Z Compiling buf-list v1.0.3
30772024-09-25T16:55:26.004Z Compiling nix v0.29.0
30782024-09-25T16:55:26.010Z Compiling cargo_metadata v0.18.1
30792024-09-25T16:55:26.203Z Checking globset v0.4.14
30802024-09-25T16:55:26.401Z Checking olpc-cjson v0.1.3
30812024-09-25T16:55:26.556Z Checking rand_seeder v0.3.0
30822024-09-25T16:55:26.597Z Checking serde_plain v1.0.2
30832024-09-25T16:55:26.666Z Checking typed-path v0.7.1
30842024-09-25T16:55:26.761Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852024-09-25T16:55:26.816Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30862024-09-25T16:55:26.947Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30872024-09-25T16:55:27.004Z Checking hashlink v0.9.1
30882024-09-25T16:55:27.081Z Checking fallible-streaming-iterator v0.1.9
30892024-09-25T16:55:27.236Z Checking parse-size v1.0.0
30902024-09-25T16:55:27.281Z Checking fallible-iterator v0.3.0
30912024-09-25T16:55:27.459Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30922024-09-25T16:55:27.795Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30932024-09-25T16:55:28.033Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30942024-09-25T16:55:28.306Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30952024-09-25T16:55:28.309Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30962024-09-25T16:55:28.339Z Checking twox-hash v1.6.3
30972024-09-25T16:55:28.445Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30982024-09-25T16:55:28.762Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30992024-09-25T16:55:29.361Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31002024-09-25T16:55:29.566Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31012024-09-25T16:55:29.879Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
31022024-09-25T16:55:29.952Z Checking fatfs v0.3.6
31032024-09-25T16:55:30.093Z Checking assert_matches v1.5.0
31042024-09-25T16:55:30.656Z Checking snafu v0.8.2
31052024-09-25T16:55:30.984Z Checking rusqlite v0.32.1
31062024-09-25T16:55:31.083Z Checking tough v0.17.1
31072024-09-25T16:55:35.085Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31082024-09-25T16:55:36.397Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31092024-09-25T16:55:36.887Z Compiling git2 v0.19.0
31102024-09-25T16:55:41.589Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
31112024-09-25T16:56:30.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
31122024-09-25T16:56:31.056Z
31132024-09-25T16:56:31.057Zinfo: running `cargo check --bins` on nexus-external-api (135/162)
31142024-09-25T16:56:31.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-09-25T16:56:31.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-09-25T16:56:31.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172024-09-25T16:56:31.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31182024-09-25T16:56:31.798Z
31192024-09-25T16:56:31.798Zinfo: running `cargo check --bins` on openapi-manager-types (136/162)
31202024-09-25T16:56:32.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-09-25T16:56:32.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-09-25T16:56:32.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232024-09-25T16:56:32.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31242024-09-25T16:56:32.454Z
31252024-09-25T16:56:32.454Zinfo: running `cargo check --bins` on nexus-internal-api (137/162)
31262024-09-25T16:56:33.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-09-25T16:56:33.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-09-25T16:56:33.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292024-09-25T16:56:33.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31302024-09-25T16:56:33.165Z
31312024-09-25T16:56:33.165Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (138/162)
31322024-09-25T16:56:33.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332024-09-25T16:56:33.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342024-09-25T16:56:33.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352024-09-25T16:56:33.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31362024-09-25T16:56:33.898Z
31372024-09-25T16:56:33.898Zinfo: running `cargo check --bins` on nexus-networking (139/162)
31382024-09-25T16:56:34.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-09-25T16:56:34.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-09-25T16:56:34.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412024-09-25T16:56:34.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31422024-09-25T16:56:34.635Z
31432024-09-25T16:56:34.635Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (140/162)
31442024-09-25T16:56:35.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-09-25T16:56:35.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-09-25T16:56:35.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472024-09-25T16:56:35.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31482024-09-25T16:56:35.367Z
31492024-09-25T16:56:35.368Zinfo: running `cargo check --bins` on update-common (141/162)
31502024-09-25T16:56:35.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-09-25T16:56:35.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-09-25T16:56:35.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532024-09-25T16:56:35.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31542024-09-25T16:56:36.068Z
31552024-09-25T16:56:36.068Zinfo: running `cargo check --bins` on tufaceous-lib (142/162)
31562024-09-25T16:56:36.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572024-09-25T16:56:36.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582024-09-25T16:56:36.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592024-09-25T16:56:36.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31602024-09-25T16:56:36.761Z
31612024-09-25T16:56:36.762Zinfo: running `cargo check --bins` on tufaceous (143/162)
31622024-09-25T16:56:37.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-09-25T16:56:37.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-09-25T16:56:37.469Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31652024-09-25T16:56:38.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
31662024-09-25T16:56:38.535Z
31672024-09-25T16:56:38.535Zinfo: running `cargo check --bins` on omicron-dev (144/162)
31682024-09-25T16:56:39.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692024-09-25T16:56:39.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702024-09-25T16:56:39.448Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31712024-09-25T16:56:39.448Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31722024-09-25T16:56:39.451Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31732024-09-25T16:56:40.801Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31742024-09-25T16:56:43.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
31752024-09-25T16:56:43.420Z
31762024-09-25T16:56:43.420Zinfo: running `cargo check --bins` on openapi-manager (145/162)
31772024-09-25T16:56:44.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782024-09-25T16:56:44.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792024-09-25T16:56:44.171Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31802024-09-25T16:56:44.171Z Checking heck v0.4.1
31812024-09-25T16:56:44.171Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31822024-09-25T16:56:44.416Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31832024-09-25T16:56:45.729Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31842024-09-25T16:56:46.513Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31852024-09-25T16:56:47.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
31862024-09-25T16:56:47.672Z
31872024-09-25T16:56:47.672Zinfo: running `cargo check --bins` on installinator-api (146/162)
31882024-09-25T16:56:48.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892024-09-25T16:56:48.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902024-09-25T16:56:48.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912024-09-25T16:56:48.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31922024-09-25T16:56:48.378Z
31932024-09-25T16:56:48.378Zinfo: running `cargo check --bins` on wicketd-api (147/162)
31942024-09-25T16:56:49.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952024-09-25T16:56:49.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962024-09-25T16:56:49.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972024-09-25T16:56:49.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31982024-09-25T16:56:49.086Z
31992024-09-25T16:56:49.087Zinfo: running `cargo check --bins` on reconfigurator-cli (148/162)
32002024-09-25T16:56:49.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012024-09-25T16:56:49.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022024-09-25T16:56:49.856Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32032024-09-25T16:56:51.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
32042024-09-25T16:56:51.254Z
32052024-09-25T16:56:51.254Zinfo: running `cargo check --bins` on omicron-releng (149/162)
32062024-09-25T16:56:51.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072024-09-25T16:56:51.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082024-09-25T16:56:51.976Z Checking memmap2 v0.9.4
32092024-09-25T16:56:51.976Z Checking spin v0.5.2
32102024-09-25T16:56:51.976Z Checking untrusted v0.7.1
32112024-09-25T16:56:51.980Z Checking arrayvec v0.7.4
32122024-09-25T16:56:51.981Z Checking constant_time_eq v0.3.0
32132024-09-25T16:56:51.981Z Checking arrayref v0.3.7
32142024-09-25T16:56:51.981Z Checking cargo-platform v0.1.8
32152024-09-25T16:56:51.981Z Checking topological-sort v0.2.2
32162024-09-25T16:56:52.187Z Checking shell-words v1.1.0
32172024-09-25T16:56:52.234Z Checking ring v0.16.20
32182024-09-25T16:56:52.357Z Checking cargo_metadata v0.18.1
32192024-09-25T16:56:52.403Z Checking blake3 v1.5.1
32202024-09-25T16:56:53.421Z Checking omicron-zone-package v0.11.0
32212024-09-25T16:56:54.479Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32222024-09-25T16:56:55.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
32232024-09-25T16:56:55.498Z
32242024-09-25T16:56:55.498Zinfo: running `cargo check --bins` on xtask (150/162)
32252024-09-25T16:56:55.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-09-25T16:56:55.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-09-25T16:56:56.011Z Checking bitflags v2.6.0
32282024-09-25T16:56:56.014Z Checking serde v1.0.208
32292024-09-25T16:56:56.014Z Checking thiserror v1.0.63
32302024-09-25T16:56:56.102Z Checking scroll v0.12.0
32312024-09-25T16:56:56.110Z Checking log v0.4.21
32322024-09-25T16:56:56.112Z Checking hashbrown v0.14.5
32332024-09-25T16:56:56.112Z Checking zerocopy v0.7.34
32342024-09-25T16:56:56.143Z Checking syn v2.0.74
32352024-09-25T16:56:56.185Z Checking pest v2.7.10
32362024-09-25T16:56:56.326Z Checking rustix v0.38.34
32372024-09-25T16:56:56.347Z Checking fs-err v2.11.0
32382024-09-25T16:56:56.560Z Checking goblin v0.8.2
32392024-09-25T16:56:56.650Z Checking anyhow v1.0.89
32402024-09-25T16:56:57.035Z Checking tabled v0.15.0
32412024-09-25T16:56:57.231Z Checking indexmap v2.4.0
32422024-09-25T16:56:58.253Z Checking terminal_size v0.3.0
32432024-09-25T16:56:58.253Z Checking tempfile v3.10.1
32442024-09-25T16:56:58.410Z Checking clap_builder v4.5.18
32452024-09-25T16:56:58.625Z Checking dtrace-parser v0.2.0
32462024-09-25T16:57:00.356Z Checking serde_json v1.0.125
32472024-09-25T16:57:00.356Z Checking toml_datetime v0.6.8
32482024-09-25T16:57:00.364Z Checking serde_spanned v0.6.7
32492024-09-25T16:57:00.364Z Checking camino v1.1.9
32502024-09-25T16:57:00.364Z Checking semver v1.0.23
32512024-09-25T16:57:00.364Z Checking cargo-platform v0.1.8
32522024-09-25T16:57:00.487Z Checking toml_edit v0.22.20
32532024-09-25T16:57:00.588Z Checking macaddr v1.0.1
32542024-09-25T16:57:00.725Z Checking camino-tempfile v1.1.1
32552024-09-25T16:57:00.755Z Checking clap v4.5.18
32562024-09-25T16:57:01.358Z Checking dof v0.3.0
32572024-09-25T16:57:01.358Z Checking cargo_metadata v0.18.1
32582024-09-25T16:57:01.761Z Checking usdt-impl v0.5.0
32592024-09-25T16:57:02.106Z Checking usdt v0.5.0
32602024-09-25T16:57:02.287Z Checking toml v0.8.19
32612024-09-25T16:57:02.744Z Checking cargo_toml v0.20.4
32622024-09-25T16:57:03.897Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32632024-09-25T16:57:04.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.00s
32642024-09-25T16:57:04.599Z
32652024-09-25T16:57:04.599Zinfo: running `cargo check --bins` on end-to-end-tests (151/162)
32662024-09-25T16:57:05.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672024-09-25T16:57:05.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682024-09-25T16:57:05.415Z Checking polyval v0.6.2
32692024-09-25T16:57:05.523Z Checking ctr v0.9.2
32702024-09-25T16:57:05.534Z Checking ssh-encoding v0.2.0
32712024-09-25T16:57:05.537Z Checking blowfish v0.9.1
32722024-09-25T16:57:05.557Z Checking password-hash v0.4.2
32732024-09-25T16:57:05.559Z Checking matches v0.1.10
32742024-09-25T16:57:05.587Z Checking p256 v0.13.2
32752024-09-25T16:57:05.590Z Checking p521 v0.13.3
32762024-09-25T16:57:05.645Z Checking idna v0.2.3
32772024-09-25T16:57:05.727Z Checking ghash v0.5.1
32782024-09-25T16:57:05.746Z Checking bcrypt-pbkdf v0.10.0
32792024-09-25T16:57:05.767Z Compiling enum-as-inner v0.5.1
32802024-09-25T16:57:05.834Z Checking russh-cryptovec v0.7.2
32812024-09-25T16:57:05.883Z Checking aes-gcm v0.10.3
32822024-09-25T16:57:05.980Z Checking md5 v0.7.0
32832024-09-25T16:57:05.999Z Checking pbkdf2 v0.11.0
32842024-09-25T16:57:06.045Z Checking num-bigint v0.4.5
32852024-09-25T16:57:06.063Z Checking des v0.8.1
32862024-09-25T16:57:06.117Z Checking ssh-cipher v0.2.0
32872024-09-25T16:57:06.263Z Compiling dhcproto-macros v0.1.0
32882024-09-25T16:57:06.281Z Checking hex-literal v0.4.1
32892024-09-25T16:57:06.336Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32902024-09-25T16:57:06.402Z Checking ssh-key v0.6.6
32912024-09-25T16:57:06.419Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32922024-09-25T16:57:06.458Z Checking internet-checksum v0.2.1
32932024-09-25T16:57:06.796Z Checking trust-dns-proto v0.22.0
32942024-09-25T16:57:07.649Z Checking russh-keys v0.45.0
32952024-09-25T16:57:08.539Z Checking russh v0.45.0
32962024-09-25T16:57:09.243Z Checking dhcproto v0.12.0
32972024-09-25T16:57:25.097Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32982024-09-25T16:57:26.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.80s
32992024-09-25T16:57:26.607Z
33002024-09-25T16:57:26.607Zinfo: running `cargo check --bins` on gateway-cli (152/162)
33012024-09-25T16:57:27.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022024-09-25T16:57:27.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032024-09-25T16:57:27.297Z Checking termios v0.3.3
33042024-09-25T16:57:27.504Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33052024-09-25T16:57:28.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
33062024-09-25T16:57:28.406Z
33072024-09-25T16:57:28.406Zinfo: running `cargo check --bins --no-default-features` on installinator (153/162)
33082024-09-25T16:57:29.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092024-09-25T16:57:29.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102024-09-25T16:57:29.142Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33112024-09-25T16:57:31.101Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33122024-09-25T16:57:32.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
33132024-09-25T16:57:33.003Z
33142024-09-25T16:57:33.003Zinfo: running `cargo check --bins` on internal-dns-cli (154/162)
33152024-09-25T16:57:33.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162024-09-25T16:57:33.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172024-09-25T16:57:33.689Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33182024-09-25T16:57:34.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
33192024-09-25T16:57:34.291Z
33202024-09-25T16:57:34.291Zinfo: running `cargo check --bins` on omicron-live-tests (155/162)
33212024-09-25T16:57:34.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222024-09-25T16:57:34.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232024-09-25T16:57:34.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242024-09-25T16:57:34.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33252024-09-25T16:57:34.954Z
33262024-09-25T16:57:34.954Zinfo: running `cargo check --bins` on live-tests-macros (156/162)
33272024-09-25T16:57:35.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-09-25T16:57:35.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-09-25T16:57:35.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302024-09-25T16:57:35.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33312024-09-25T16:57:35.614Z
33322024-09-25T16:57:35.614Zinfo: running `cargo check --bins` on omicron-package (157/162)
33332024-09-25T16:57:36.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-09-25T16:57:36.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-09-25T16:57:36.335Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33362024-09-25T16:57:37.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
33372024-09-25T16:57:37.688Z
33382024-09-25T16:57:37.689Zinfo: running `cargo check --bins` on wicket-dbg (158/162)
33392024-09-25T16:57:38.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-09-25T16:57:38.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-09-25T16:57:38.435Z Checking rtoolbox v0.0.2
33422024-09-25T16:57:38.438Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33432024-09-25T16:57:38.438Z Checking tui-tree-widget v0.22.0
33442024-09-25T16:57:38.650Z Checking rpassword v7.3.1
33452024-09-25T16:57:42.551Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33462024-09-25T16:57:45.427Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33472024-09-25T16:57:46.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.88s
33482024-09-25T16:57:46.741Z
33492024-09-25T16:57:46.742Zinfo: running `cargo check --bins` on wicket (159/162)
33502024-09-25T16:57:47.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512024-09-25T16:57:47.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522024-09-25T16:57:47.549Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33532024-09-25T16:57:47.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
33542024-09-25T16:57:48.056Z
33552024-09-25T16:57:48.056Zinfo: running `cargo check --bins` on wicketd (160/162)
33562024-09-25T16:57:48.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572024-09-25T16:57:48.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582024-09-25T16:57:48.819Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33592024-09-25T16:57:52.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
33602024-09-25T16:57:52.629Z
33612024-09-25T16:57:52.629Zinfo: running `cargo check --bins` on omicron-workspace-hack (161/162)
33622024-09-25T16:57:53.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632024-09-25T16:57:53.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642024-09-25T16:57:53.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652024-09-25T16:57:53.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33662024-09-25T16:57:53.288Z
33672024-09-25T16:57:53.288Zinfo: running `cargo check --bins` on zone-setup (162/162)
33682024-09-25T16:57:53.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692024-09-25T16:57:53.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702024-09-25T16:57:54.068Z Checking uzers v0.11.3
33712024-09-25T16:57:54.364Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33722024-09-25T16:57:55.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
33732024-09-25T16:57:55.595Z
33742024-09-25T16:57:55.595Zreal 11:22.037899980
33752024-09-25T16:57:55.595Zuser 23:57.209797247
33762024-09-25T16:57:55.595Zsys 5:17.980186325
33772024-09-25T16:57:55.595Ztrap 0.497064441
33782024-09-25T16:57:55.595Ztflt 3.539568826
33792024-09-25T16:57:55.595Zdflt 2.116046811
33802024-09-25T16:57:55.595Zkflt 0.002742509
33812024-09-25T16:57:55.598Zlock 41:59.453505805
33822024-09-25T16:57:55.598Zslp 1:58:47.773707165
33832024-09-25T16:57:55.598Zlat 1:01.640536601
33842024-09-25T16:57:55.598Zstop 3:09.910488663
33852024-09-25T16:57:55.598Zprocess exited: duration 955101 ms, exit code 0
 
33862024-09-25T16:57:55.604Zfound 0 output files