01J6AWWJVP77G34A5WYMH699A0: 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: 01J6AWX170DJ3J9VWD50BCY836

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-27T21:48:02.117Zjob assigned to worker 01J6AWX9DRGRNJYDQ29RCX7R6Q (queued for 56 s)
 
22024-08-27T21:48:10.578Zstarting task 0: "setup"
32024-08-27T21:48:10.588Z++ uname -s
42024-08-27T21:48:10.590Z+ kern=SunOS
52024-08-27T21:48:10.590Z+ case "$kern" in
62024-08-27T21:48:10.590Z+ groupadd -g 12345 build
72024-08-27T21:48:10.593Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-27T21:48:12.604Z+ zfs create -o mountpoint=/work rpool/work
92024-08-27T21:48:12.701Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-27T21:48:12.703Z+ home_fs=zfs
112024-08-27T21:48:12.703Z+ [[ zfs == autofs ]]
122024-08-27T21:48:12.703Z+ mkdir -p /home/build
132024-08-27T21:48:12.706Z+ chown build:build /home/build /work
142024-08-27T21:48:14.707Z+ chmod 0700 /home/build /work
152024-08-27T21:48:14.710Zprocess exited: duration 4134 ms, exit code 0
 
162024-08-27T21:48:14.715Zstarting task 1: "rust-toolchain"
172024-08-27T21:48:14.721Z+ printf ' * toolchain channel = "%s"
182024-08-27T21:48:14.721Z * toolchain channel = "1.80.1"
192024-08-27T21:48:14.721Z' 1.80.1
202024-08-27T21:48:14.721Z+ printf ' * toolchain profile = "%s"
212024-08-27T21:48:14.721Z' default
222024-08-27T21:48:14.721Z * toolchain profile = "default"
232024-08-27T21:48:14.724Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-27T21:48:14.724Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-27T21:48:14.833Zinfo: downloading installer
262024-08-27T21:48:16.416Zinfo: profile set to 'default'
272024-08-27T21:48:16.416Zinfo: default host triple is x86_64-unknown-illumos
282024-08-27T21:48:16.419Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-27T21:48:16.584Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-27T21:48:16.584Zinfo: downloading component 'cargo'
312024-08-27T21:48:17.523Zinfo: downloading component 'clippy'
322024-08-27T21:48:17.854Zinfo: downloading component 'rust-docs'
332024-08-27T21:48:19.163Zinfo: downloading component 'rust-std'
342024-08-27T21:48:21.008Zinfo: downloading component 'rustc'
352024-08-27T21:48:26.179Zinfo: downloading component 'rustfmt'
362024-08-27T21:48:26.455Zinfo: installing component 'cargo'
372024-08-27T21:48:27.296Zinfo: installing component 'clippy'
382024-08-27T21:48:27.657Zinfo: installing component 'rust-docs'
392024-08-27T21:48:29.309Zinfo: installing component 'rust-std'
402024-08-27T21:48:30.954Zinfo: installing component 'rustc'
412024-08-27T21:48:35.317Zinfo: installing component 'rustfmt'
422024-08-27T21:48:35.663Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-27T21:48:35.663Z
442024-08-27T21:48:35.918Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-27T21:48:35.918Z
462024-08-27T21:48:35.921Z
472024-08-27T21:48:35.921ZRust is installed now. Great!
482024-08-27T21:48:35.921Z
492024-08-27T21:48:35.921ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-27T21:48:35.921Zenvironment variable. This has not been done automatically.
512024-08-27T21:48:35.921Z
522024-08-27T21:48:35.921ZTo configure your current shell, you need to source
532024-08-27T21:48:35.921Zthe corresponding env file under $HOME/.cargo.
542024-08-27T21:48:35.921Z
552024-08-27T21:48:35.921ZThis is usually done by running one of the following (note the leading DOT):
562024-08-27T21:48:35.921Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-27T21:48:35.921Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-27T21:48:35.971Z+ rustc --version
592024-08-27T21:48:36.036Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-27T21:48:36.039Zprocess exited: duration 21321 ms, exit code 0
 
612024-08-27T21:48:36.044Zstarting task 2: "authentication"
622024-08-27T21:48:36.064Zprocess exited: duration 20 ms, exit code 0
 
632024-08-27T21:48:36.069Zstarting task 3: "clone repository"
642024-08-27T21:48:36.074Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-27T21:48:36.077Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-27T21:48:36.228ZCloning into '/work/oxidecomputer/omicron'...
672024-08-27T21:48:42.746Z+ cd /work/oxidecomputer/omicron
682024-08-27T21:48:42.746Z+ git fetch origin 59185f5d99b7e83abc3bc65306e4d6b15f261e48
692024-08-27T21:48:43.047ZFrom https://github.com/oxidecomputer/omicron
702024-08-27T21:48:43.047Z * branch 59185f5d99b7e83abc3bc65306e4d6b15f261e48 -> FETCH_HEAD
712024-08-27T21:48:43.057Z+ [[ -n dependabot/cargo/diesel-2.2.3 ]]
722024-08-27T21:48:43.060Z++ git branch --show-current
732024-08-27T21:48:43.063Z+ current=main
742024-08-27T21:48:43.063Z+ [[ main != dependabot/cargo/diesel-2.2.3 ]]
752024-08-27T21:48:43.063Z+ git branch -f dependabot/cargo/diesel-2.2.3 59185f5d99b7e83abc3bc65306e4d6b15f261e48
762024-08-27T21:48:43.065Z+ git checkout -f dependabot/cargo/diesel-2.2.3
772024-08-27T21:48:43.217ZSwitched to branch 'dependabot/cargo/diesel-2.2.3'
782024-08-27T21:48:43.219Z+ git reset --hard 59185f5d99b7e83abc3bc65306e4d6b15f261e48
792024-08-27T21:48:43.232ZHEAD is now at 59185f5d9 Bump diesel from 2.2.2 to 2.2.3
802024-08-27T21:48:43.234Zprocess exited: duration 7163 ms, exit code 0
 
812024-08-27T21:48:43.240Zstarting task 4: "build"
822024-08-27T21:48:43.245Z+ cargo --version
832024-08-27T21:48:43.302Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-27T21:48:43.305Z+ rustc --version
852024-08-27T21:48:43.362Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-27T21:48:43.364Z+ source ./env.sh
872024-08-27T21:48:43.367Z++ OLD_SHELL_OPTS=ehxB
882024-08-27T21:48:43.367Z++ set -o xtrace
892024-08-27T21:48:43.369Z++++ dirname ./env.sh
902024-08-27T21:48:43.369Z+++ readlink -f .
912024-08-27T21:48:43.373Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-27T21:48:43.375Z++ 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-08-27T21:48:43.375Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-27T21:48:43.375Z++ 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-08-27T21:48:43.375Z++ 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-08-27T21:48:43.375Z++ 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-08-27T21:48:43.375Z++ 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-08-27T21:48:43.375Z++ 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-08-27T21:48:43.375Z++ 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-08-27T21:48:43.375Z++ case $OLD_SHELL_OPTS in
1012024-08-27T21:48:43.375Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-27T21:48:43.375Z+ 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-08-27T21:48:43.375Z+ 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-08-27T21:48:43.376Z+ banner prerequisites
1052024-08-27T21:48:43.389Z
1062024-08-27T21:48:43.389Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-27T21:48:43.390Z # # # # # # # # # # # # # # #
1082024-08-27T21:48:43.390Z # # # # ##### # # ##### # # # # # #### #
1092024-08-27T21:48:43.390Z ##### ##### # ##### # # # # # # # # #
1102024-08-27T21:48:43.390Z # # # # # # # # # # # # # # #
1112024-08-27T21:48:43.390Z # # # ###### # # ###### ### # #### # #### #
1122024-08-27T21:48:43.390Z
1132024-08-27T21:48:43.393Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-27T21:48:48.901Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-27T21:48:51.258Z Startup: Caching catalogs ... Done
1162024-08-27T21:48:53.278ZPlanning: Solver setup ... Done (1.456s)
1172024-08-27T21:48:53.303ZPlanning: Running solver ... Done (0.024s)
1182024-08-27T21:48:53.350ZPlanning: Finding local manifests ... Done (0.007s)
1192024-08-27T21:48:53.383ZPlanning: Fetching manifests: 0/5 0% complete
1202024-08-27T21:48:53.622ZPlanning: Fetching manifests: 5/5 100% complete
1212024-08-27T21:48:53.736ZPlanning: Package planning ... Done (0.113s)
1222024-08-27T21:48:53.792ZPlanning: Merging actions ... Done (0.056s)
1232024-08-27T21:48:54.006ZPlanning: Checking for conflicting actions ... Done (0.214s)
1242024-08-27T21:48:56.121ZPlanning: Consolidating action changes ... Done (2.115s)
1252024-08-27T21:48:56.618ZPlanning: Evaluating mediators ... Done (0.495s)
1262024-08-27T21:48:56.784ZPlanning: Planning completed in 5.45 seconds
1272024-08-27T21:48:56.796Z Packages to install: 4
1282024-08-27T21:48:56.796Z Packages to update: 1
1292024-08-27T21:48:56.809Z Mediators to change: 2
1302024-08-27T21:48:56.809Z Services to change: 1
1312024-08-27T21:48:56.809Z Estimated space available: 155.72 GB
1322024-08-27T21:48:56.809ZEstimated space to be consumed: 1.53 GB
1332024-08-27T21:48:56.809Z Create boot environment: No
1342024-08-27T21:48:56.809ZCreate backup boot environment: Yes
1352024-08-27T21:48:56.810Z Rebuild boot archive: No
1362024-08-27T21:48:56.810Z
1372024-08-27T21:48:56.810ZChanged mediators:
1382024-08-27T21:48:56.810Z mediator clang:
1392024-08-27T21:48:56.810Z version: None -> 15 (system default)
1402024-08-27T21:48:56.810Z
1412024-08-27T21:48:56.810Z mediator llvm:
1422024-08-27T21:48:56.810Z version: 14 (system default) -> 15 (system default)
1432024-08-27T21:48:56.811Z
1442024-08-27T21:48:56.811ZChanged packages:
1452024-08-27T21:48:56.811Zhelios-dev
1462024-08-27T21:48:56.811Z developer/build-essential
1472024-08-27T21:48:56.811Z None -> 11-2.0
1482024-08-27T21:48:56.811Z library/libxmlsec1
1492024-08-27T21:48:56.811Z None -> 1.2.35-2.0
1502024-08-27T21:48:56.811Z ooce/developer/clang-15
1512024-08-27T21:48:56.811Z None -> 15.0.7-2.0
1522024-08-27T21:48:56.811Z ooce/developer/llvm-15
1532024-08-27T21:48:56.811Z None -> 15.0.7-2.0
1542024-08-27T21:48:56.812Z package/pkg
1552024-08-27T21:48:56.812Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-08-27T21:48:56.812Z
1572024-08-27T21:48:56.812ZServices:
1582024-08-27T21:48:56.812Z restart_fmri:
1592024-08-27T21:48:56.812Z svc:/system/update-man-index:default
1602024-08-27T21:48:56.812Z
1612024-08-27T21:48:56.812ZEditable files to change:
1622024-08-27T21:48:56.812Z Update:
1632024-08-27T21:48:56.812Z usr/share/lib/pkg/web/config.shtml
1642024-08-27T21:48:56.883Z
1652024-08-27T21:48:56.883ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-08-27T21:49:03.014ZDownload: 211/4281 items 1.3/220.6MB 0% complete (643k/s)
1672024-08-27T21:49:09.428ZDownload: 213/4281 items 1.3/220.6MB 0% complete
1682024-08-27T21:49:14.445ZDownload: 862/4281 items 18.6/220.6MB 8% complete (3.6M/s)
1692024-08-27T21:49:19.445ZDownload: 1212/4281 items 84.6/220.6MB 38% complete (8.5M/s)
1702024-08-27T21:49:24.453ZDownload: 1751/4281 items 118.2/220.6MB 53% complete (10.0M/s)
1712024-08-27T21:49:31.133ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (3.8M/s)
1722024-08-27T21:49:36.255ZDownload: 3244/4281 items 202.4/220.6MB 91% complete (8.3M/s)
1732024-08-27T21:49:41.271ZDownload: 3247/4281 items 203.0/220.6MB 92% complete (8.3M/s)
1742024-08-27T21:49:45.114ZDownload: Completed 220.60 MB in 48.23 seconds (4.6M/s)
1752024-08-27T21:49:47.181Z Actions: 1/5063 actions (Removing old actions)
1762024-08-27T21:49:47.204Z Actions: 194/5063 actions (Installing new actions)
1772024-08-27T21:49:52.279Z Actions: 4114/5063 actions (Installing new actions)
1782024-08-27T21:49:52.544Z Actions: 4226/5063 actions (Updating modified actions)
1792024-08-27T21:49:52.930Z Actions: Completed 5063 actions in 5.75 seconds.
1802024-08-27T21:49:53.222Z Done (0.284s)
1812024-08-27T21:49:53.225Z Done (0.000s)
1822024-08-27T21:49:53.599Z Done (0.375s)
1832024-08-27T21:49:58.345Z Done (4.568s)
1842024-08-27T21:49:58.456Z Done (0.036s)
1852024-08-27T21:49:58.458Z Done (0.000s)
1862024-08-27T21:49:58.637Z Done (0.000s)
1872024-08-27T21:49:59.232ZPlanning: Evaluating mediator changes ... Done
1882024-08-27T21:49:59.397ZPlanning: Checking for conflicting actions ... Done
1892024-08-27T21:49:59.399ZPlanning: Consolidating action changes ... Done
1902024-08-27T21:49:59.672ZPlanning: Evaluating mediators ... Done
1912024-08-27T21:49:59.674ZPlanning: Planning completed in 0.44 seconds
1922024-08-27T21:49:59.712Z Mediators to change: 2
1932024-08-27T21:49:59.712Z Create boot environment: No
1942024-08-27T21:49:59.715ZCreate backup boot environment: No
1952024-08-27T21:49:59.795Z Done
1962024-08-27T21:49:59.795Z Done
1972024-08-27T21:50:00.036Z Done
1982024-08-27T21:50:03.832Z Done
1992024-08-27T21:50:03.925Z Done
2002024-08-27T21:50:03.927Z Done
2012024-08-27T21:50:04.065Z Done
2022024-08-27T21:50:04.696ZPlanning: Evaluating mediator changes ... Done
2032024-08-27T21:50:04.698ZPlanning: Merging actions ... Done
2042024-08-27T21:50:04.887ZPlanning: Checking for conflicting actions ... Done
2052024-08-27T21:50:04.890ZPlanning: Consolidating action changes ... Done
2062024-08-27T21:50:05.161ZPlanning: Evaluating mediators ... Done
2072024-08-27T21:50:05.219ZPlanning: Planning completed in 0.77 seconds
2082024-08-27T21:50:05.268Z Packages to change: 1
2092024-08-27T21:50:05.268Z Mediators to change: 1
2102024-08-27T21:50:05.268Z Services to change: 1
2112024-08-27T21:50:05.268Z Create boot environment: No
2122024-08-27T21:50:05.271ZCreate backup boot environment: Yes
2132024-08-27T21:50:07.155Z Actions: 1/6 actions (Updating modified actions)
2142024-08-27T21:50:07.249Z Actions: Completed 6 actions in 0.09 seconds.
2152024-08-27T21:50:07.251Z Done
2162024-08-27T21:50:07.251Z Done
2172024-08-27T21:50:07.329Z Done
2182024-08-27T21:50:11.059Z Done
2192024-08-27T21:50:11.148Z Done
2202024-08-27T21:50:11.151Z Done
2212024-08-27T21:50:11.289Z Done
2222024-08-27T21:50:11.731ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-08-27T21:50:11.731Zclang system 15 system
2242024-08-27T21:50:11.731Zcsh system system illumos
2252024-08-27T21:50:11.731Zctags system system illumos
2262024-08-27T21:50:11.731Zgcc vendor 12 vendor
2272024-08-27T21:50:11.731Zgcc system 10 system
2282024-08-27T21:50:11.731Zgcc system 7 system
2292024-08-27T21:50:11.731Zgo system 1.20 system
2302024-08-27T21:50:11.731Zgo system 1.19 system
2312024-08-27T21:50:11.731Zllvm system 15 system
2322024-08-27T21:50:11.731Zllvm system 14 system
2332024-08-27T21:50:11.731Zmariadb system 10.6 system
2342024-08-27T21:50:11.731Zmta vendor vendor dma
2352024-08-27T21:50:11.731Zopenjdk system 17 system
2362024-08-27T21:50:11.731Zopenjdk system 11 system
2372024-08-27T21:50:11.731Zopenjdk system 1.8 system
2382024-08-27T21:50:11.731Zopenssl vendor 3 vendor
2392024-08-27T21:50:11.731Zperl system 5.36 system
2402024-08-27T21:50:11.731Zpostgresql system 15 system
2412024-08-27T21:50:11.731Zpostgresql system 13 system
2422024-08-27T21:50:11.731Zpython vendor 3 vendor
2432024-08-27T21:50:11.732Zpython system 2 system
2442024-08-27T21:50:11.732Zpython3 system 3.11 system
2452024-08-27T21:50:11.732Zruby system 3.0 system
2462024-08-27T21:50:11.732Zwords vendor vendor american-english
2472024-08-27T21:50:11.732Zwords system system australian-english
2482024-08-27T21:50:11.732Zwords system system british-english
2492024-08-27T21:50:11.732Zwords system system canadian-english
2502024-08-27T21:50:11.732Zwords system system french
2512024-08-27T21:50:11.732Zwords system system italian
2522024-08-27T21:50:11.732Zwords system system ngerman
2532024-08-27T21:50:11.732Zwords system system ogerman
2542024-08-27T21:50:11.732Zwords system system spanish
2552024-08-27T21:50:12.080ZPUBLISHER TYPE STATUS P LOCATION
2562024-08-27T21:50:12.080Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-08-27T21:50:13.885ZFMRI IFO
2582024-08-27T21:50:13.886Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-08-27T21:50:13.886Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-08-27T21:50:13.886Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-08-27T21:50:13.886Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-08-27T21:50:13.886Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-08-27T21:50:13.886Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-08-27T21:50:13.886Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-08-27T21:50:13.886Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-08-27T21:50:13.886Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-08-27T21:50:13.886Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-08-27T21:50:13.886Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-08-27T21:50:13.886Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-08-27T21:50:13.886Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-08-27T21:50:14.509Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2722024-08-27T21:50:14.765Z Updating git repository `https://github.com/oxidecomputer/zone`
2732024-08-27T21:50:15.082Z Updating crates.io index
2742024-08-27T21:50:15.154Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2752024-08-27T21:50:15.950Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-08-27T21:50:16.751Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-08-27T21:50:17.011Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2782024-08-27T21:50:18.504Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-08-27T21:50:18.752Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-08-27T21:50:19.001Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-08-27T21:50:19.982Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-08-27T21:50:21.837Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-08-27T21:50:22.818Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-08-27T21:50:23.449Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-08-27T21:50:23.754Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-08-27T21:50:24.335Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2872024-08-27T21:50:24.564Z Updating git repository `https://github.com/oxidecomputer/qorb`
2882024-08-27T21:50:24.909Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-08-27T21:50:25.176Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-08-27T21:50:25.415Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-08-27T21:50:25.652Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-08-27T21:50:25.933Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932024-08-27T21:50:26.310Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-08-27T21:50:26.625Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-08-27T21:50:26.967Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-08-27T21:50:27.211Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-08-27T21:50:27.676Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-08-27T21:50:28.042Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-08-27T21:50:28.492Z Updating git repository `https://github.com/oxidecomputer/typify`
3002024-08-27T21:50:30.746Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012024-08-27T21:50:30.967Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022024-08-27T21:50:31.245Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032024-08-27T21:50:31.601Z Updating git repository `https://github.com/oxidecomputer/rfb`
3042024-08-27T21:50:32.763Z Downloading crates ...
3052024-08-27T21:50:32.834Z Downloaded anstyle v1.0.8
3062024-08-27T21:50:32.838Z Downloaded byteorder v1.5.0
3072024-08-27T21:50:32.840Z Downloaded autocfg v1.3.0
3082024-08-27T21:50:32.843Z Downloaded bitflags v2.6.0
3092024-08-27T21:50:32.848Z Downloaded swrite v0.1.0
3102024-08-27T21:50:32.857Z Downloaded scroll_derive v0.12.0
3112024-08-27T21:50:32.859Z Downloaded pretty-hex v0.4.1
3122024-08-27T21:50:32.862Z Downloaded dtrace-parser v0.2.0
3132024-08-27T21:50:32.864Z Downloaded anyhow v1.0.86
3142024-08-27T21:50:32.867Z Downloaded anstyle-parse v0.2.4
3152024-08-27T21:50:32.871Z Downloaded bytecount v0.6.8
3162024-08-27T21:50:32.873Z Downloaded block-buffer v0.10.4
3172024-08-27T21:50:32.873Z Downloaded crypto-common v0.1.6
3182024-08-27T21:50:32.873Z Downloaded anstyle-query v1.0.3
3192024-08-27T21:50:32.876Z Downloaded serde_spanned v0.6.7
3202024-08-27T21:50:32.876Z Downloaded itoa v1.0.11
3212024-08-27T21:50:32.878Z Downloaded errno v0.3.9
3222024-08-27T21:50:32.881Z Downloaded utf8parse v0.2.1
3232024-08-27T21:50:32.881Z Downloaded pest_generator v2.7.10
3242024-08-27T21:50:32.881Z Downloaded toml_datetime v0.6.8
3252024-08-27T21:50:32.884Z Downloaded colorchoice v1.0.1
3262024-08-27T21:50:32.884Z Downloaded thiserror-impl v1.0.63
3272024-08-27T21:50:32.886Z Downloaded generic-array v0.14.7
3282024-08-27T21:50:32.888Z Downloaded terminal_size v0.3.0
3292024-08-27T21:50:32.888Z Downloaded usdt-impl v0.5.0
3302024-08-27T21:50:32.891Z Downloaded anstream v0.6.14
3312024-08-27T21:50:32.893Z Downloaded equivalent v1.0.1
3322024-08-27T21:50:32.898Z Downloaded is_terminal_polyfill v1.70.0
3332024-08-27T21:50:32.900Z Downloaded usdt-attr-macro v0.5.0
3342024-08-27T21:50:32.907Z Downloaded usdt-macro v0.5.0
3352024-08-27T21:50:32.909Z Downloaded usdt v0.5.0
3362024-08-27T21:50:32.910Z Downloaded dof v0.3.0
3372024-08-27T21:50:32.912Z Downloaded cargo-platform v0.1.8
3382024-08-27T21:50:32.912Z Downloaded fnv v1.0.7
3392024-08-27T21:50:32.915Z Downloaded clap_derive v4.5.13
3402024-08-27T21:50:32.921Z Downloaded proc-macro-error-attr v1.0.4
3412024-08-27T21:50:32.923Z Downloaded once_cell v1.19.0
3422024-08-27T21:50:32.923Z Downloaded quote v1.0.36
3432024-08-27T21:50:32.926Z Downloaded heck v0.5.0
3442024-08-27T21:50:32.929Z Downloaded cpufeatures v0.2.12
3452024-08-27T21:50:32.929Z Downloaded heck v0.4.1
3462024-08-27T21:50:32.931Z Downloaded digest v0.10.7
3472024-08-27T21:50:32.932Z Downloaded cfg-if v1.0.0
3482024-08-27T21:50:32.934Z Downloaded clap_lex v0.7.0
3492024-08-27T21:50:32.934Z Downloaded memmap v0.7.0
3502024-08-27T21:50:32.936Z Downloaded cargo_toml v0.20.4
3512024-08-27T21:50:32.936Z Downloaded fs-err v2.11.0
3522024-08-27T21:50:32.939Z Downloaded plain v0.2.3
3532024-08-27T21:50:32.941Z Downloaded thiserror v1.0.63
3542024-08-27T21:50:32.945Z Downloaded camino v1.1.9
3552024-08-27T21:50:32.948Z Downloaded thread-id v4.2.1
3562024-08-27T21:50:32.953Z Downloaded serde_tokenstream v0.2.2
3572024-08-27T21:50:32.953Z Downloaded version_check v0.9.5
3582024-08-27T21:50:32.955Z Downloaded zerocopy-derive v0.7.34
3592024-08-27T21:50:32.957Z Downloaded tabled_derive v0.7.0
3602024-08-27T21:50:32.960Z Downloaded toml v0.8.19
3612024-08-27T21:50:32.962Z Downloaded sha2 v0.10.8
3622024-08-27T21:50:32.964Z Downloaded unicode-ident v1.0.12
3632024-08-27T21:50:32.967Z Downloaded typenum v1.17.0
3642024-08-27T21:50:32.969Z Downloaded serde_derive v1.0.208
3652024-08-27T21:50:32.972Z Downloaded macaddr v1.0.1
3662024-08-27T21:50:32.974Z Downloaded scroll v0.12.0
3672024-08-27T21:50:32.974Z Downloaded ryu v1.0.18
3682024-08-27T21:50:32.976Z Downloaded strsim v0.11.1
3692024-08-27T21:50:32.979Z Downloaded cargo_metadata v0.18.1
3702024-08-27T21:50:32.981Z Downloaded proc-macro-error v1.0.4
3712024-08-27T21:50:32.985Z Downloaded pest_derive v2.7.10
3722024-08-27T21:50:32.987Z Downloaded log v0.4.21
3732024-08-27T21:50:32.990Z Downloaded semver v1.0.23
3742024-08-27T21:50:32.992Z Downloaded proc-macro2 v1.0.86
3752024-08-27T21:50:32.995Z Downloaded pest_meta v2.7.10
3762024-08-27T21:50:32.998Z Downloaded ucd-trie v0.1.6
3772024-08-27T21:50:33.003Z Downloaded serde v1.0.208
3782024-08-27T21:50:33.007Z Downloaded clap v4.5.16
3792024-08-27T21:50:33.030Z Downloaded papergrid v0.11.0
3802024-08-27T21:50:33.034Z Downloaded memchr v2.7.2
3812024-08-27T21:50:33.046Z Downloaded indexmap v2.4.0
3822024-08-27T21:50:33.056Z Downloaded toml_edit v0.22.20
3832024-08-27T21:50:33.078Z Downloaded pest v2.7.10
3842024-08-27T21:50:33.082Z Downloaded hashbrown v0.14.5
3852024-08-27T21:50:33.094Z Downloaded serde_json v1.0.125
3862024-08-27T21:50:33.101Z Downloaded winnow v0.6.18
3872024-08-27T21:50:33.109Z Downloaded zerocopy v0.7.34
3882024-08-27T21:50:33.125Z Downloaded clap_builder v4.5.15
3892024-08-27T21:50:33.132Z Downloaded goblin v0.8.2
3902024-08-27T21:50:33.138Z Downloaded tabled v0.15.0
3912024-08-27T21:50:33.153Z Downloaded syn v1.0.109
3922024-08-27T21:50:33.163Z Downloaded syn v2.0.74
3932024-08-27T21:50:33.183Z Downloaded rustix v0.38.34
3942024-08-27T21:50:33.206Z Downloaded unicode-width v0.1.13
3952024-08-27T21:50:33.217Z Downloaded libc v0.2.156
3962024-08-27T21:50:33.517Z Compiling proc-macro2 v1.0.86
3972024-08-27T21:50:33.517Z Compiling unicode-ident v1.0.12
3982024-08-27T21:50:33.519Z Compiling version_check v0.9.5
3992024-08-27T21:50:33.519Z Compiling serde v1.0.208
4002024-08-27T21:50:33.519Z Compiling memchr v2.7.2
4012024-08-27T21:50:33.519Z Compiling thiserror v1.0.63
4022024-08-27T21:50:33.519Z Compiling libc v0.2.156
4032024-08-27T21:50:33.553Z Compiling itoa v1.0.11
4042024-08-27T21:50:33.795Z Compiling ryu v1.0.18
4052024-08-27T21:50:33.841Z Compiling ucd-trie v0.1.6
4062024-08-27T21:50:34.139Z Compiling once_cell v1.19.0
4072024-08-27T21:50:34.389Z Compiling byteorder v1.5.0
4082024-08-27T21:50:34.412Z Compiling serde_json v1.0.125
4092024-08-27T21:50:34.788Z Compiling proc-macro-error-attr v1.0.4
4102024-08-27T21:50:34.838Z Compiling usdt-impl v0.5.0
4112024-08-27T21:50:34.929Z Compiling syn v1.0.109
4122024-08-27T21:50:34.950Z Compiling rustix v0.38.34
4132024-08-27T21:50:35.169Z Compiling proc-macro-error v1.0.4
4142024-08-27T21:50:35.235Z Compiling quote v1.0.36
4152024-08-27T21:50:35.361Z Compiling plain v0.2.3
4162024-08-27T21:50:35.477Z Compiling log v0.4.21
4172024-08-27T21:50:35.553Z Compiling hashbrown v0.14.5
4182024-08-27T21:50:35.657Z Compiling syn v2.0.74
4192024-08-27T21:50:35.850Z Compiling errno v0.3.9
4202024-08-27T21:50:35.905Z Compiling bitflags v2.6.0
4212024-08-27T21:50:35.931Z Compiling equivalent v1.0.1
4222024-08-27T21:50:35.998Z Compiling thread-id v4.2.1
4232024-08-27T21:50:36.050Z Compiling utf8parse v0.2.1
4242024-08-27T21:50:36.262Z Compiling anstyle-parse v0.2.4
4252024-08-27T21:50:36.383Z Compiling is_terminal_polyfill v1.70.0
4262024-08-27T21:50:36.536Z Compiling semver v1.0.23
4272024-08-27T21:50:36.538Z Compiling colorchoice v1.0.1
4282024-08-27T21:50:36.620Z Compiling anstyle v1.0.8
4292024-08-27T21:50:36.725Z Compiling camino v1.1.9
4302024-08-27T21:50:37.013Z Compiling indexmap v2.4.0
4312024-08-27T21:50:37.045Z Compiling pretty-hex v0.4.1
4322024-08-27T21:50:37.123Z Compiling anstyle-query v1.0.3
4332024-08-27T21:50:37.126Z Compiling winnow v0.6.18
4342024-08-27T21:50:37.278Z Compiling autocfg v1.3.0
4352024-08-27T21:50:37.303Z Compiling anstream v0.6.14
4362024-08-27T21:50:37.478Z Compiling terminal_size v0.3.0
4372024-08-27T21:50:37.954Z Compiling clap_lex v0.7.0
4382024-08-27T21:50:38.039Z Compiling anyhow v1.0.86
4392024-08-27T21:50:38.061Z Compiling unicode-width v0.1.13
4402024-08-27T21:50:38.263Z Compiling fs-err v2.11.0
4412024-08-27T21:50:38.300Z Compiling heck v0.4.1
4422024-08-27T21:50:38.467Z Compiling bytecount v0.6.8
4432024-08-27T21:50:38.491Z Compiling strsim v0.11.1
4442024-08-27T21:50:38.566Z Compiling heck v0.5.0
4452024-08-27T21:50:38.648Z Compiling fnv v1.0.7
4462024-08-27T21:50:38.793Z Compiling papergrid v0.11.0
4472024-08-27T21:50:38.875Z Compiling clap_builder v4.5.15
4482024-08-27T21:50:38.965Z Compiling memmap v0.7.0
4492024-08-27T21:50:39.780Z Compiling swrite v0.1.0
4502024-08-27T21:50:41.451Z Compiling tabled_derive v0.7.0
4512024-08-27T21:50:43.066Z Compiling tabled v0.15.0
4522024-08-27T21:50:44.329Z Compiling serde_derive v1.0.208
4532024-08-27T21:50:44.329Z Compiling thiserror-impl v1.0.63
4542024-08-27T21:50:44.329Z Compiling zerocopy-derive v0.7.34
4552024-08-27T21:50:44.332Z Compiling scroll_derive v0.12.0
4562024-08-27T21:50:44.712Z Compiling clap_derive v4.5.13
4572024-08-27T21:50:45.807Z Compiling scroll v0.12.0
4582024-08-27T21:50:46.192Z Compiling zerocopy v0.7.34
4592024-08-27T21:50:46.328Z Compiling goblin v0.8.2
4602024-08-27T21:50:46.897Z Compiling pest v2.7.10
4612024-08-27T21:50:48.506Z Compiling clap v4.5.16
4622024-08-27T21:50:49.110Z Compiling pest_meta v2.7.10
4632024-08-27T21:50:49.946Z Compiling pest_generator v2.7.10
4642024-08-27T21:50:51.723Z Compiling pest_derive v2.7.10
4652024-08-27T21:50:52.352Z Compiling dtrace-parser v0.2.0
4662024-08-27T21:50:54.744Z Compiling serde_tokenstream v0.2.2
4672024-08-27T21:50:54.857Z Compiling serde_spanned v0.6.7
4682024-08-27T21:50:54.857Z Compiling toml_datetime v0.6.8
4692024-08-27T21:50:55.135Z Compiling cargo-platform v0.1.8
4702024-08-27T21:50:55.258Z Compiling toml_edit v0.22.20
4712024-08-27T21:50:55.321Z Compiling macaddr v1.0.1
4722024-08-27T21:50:56.207Z Compiling dof v0.3.0
4732024-08-27T21:50:56.284Z Compiling cargo_metadata v0.18.1
4742024-08-27T21:50:57.965Z Compiling usdt-macro v0.5.0
4752024-08-27T21:50:57.965Z Compiling usdt-attr-macro v0.5.0
4762024-08-27T21:50:58.123Z Compiling toml v0.8.19
4772024-08-27T21:50:58.970Z Compiling cargo_toml v0.20.4
4782024-08-27T21:50:59.333Z Compiling usdt v0.5.0
4792024-08-27T21:51:02.773Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4802024-08-27T21:51:06.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s
4812024-08-27T21:51:06.886Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4822024-08-27T21:51:07.456Z Downloading crates ...
4832024-08-27T21:51:07.576Z Downloaded atomicwrites v0.4.3
4842024-08-27T21:51:07.592Z Downloaded crunchy v0.2.2
4852024-08-27T21:51:07.596Z Downloaded hubpack_derive v0.1.1
4862024-08-27T21:51:07.600Z Downloaded bitstruct_derive v0.1.0
4872024-08-27T21:51:07.602Z Downloaded cfg_aliases v0.1.1
4882024-08-27T21:51:07.605Z Downloaded bitstruct v0.1.1
4892024-08-27T21:51:07.607Z Downloaded async-stream-impl v0.3.5
4902024-08-27T21:51:07.607Z Downloaded is_ci v1.2.0
4912024-08-27T21:51:07.610Z Downloaded instant v0.1.12
4922024-08-27T21:51:07.613Z Downloaded cstr-argument v0.1.2
4932024-08-27T21:51:07.613Z Downloaded atty v0.2.14
4942024-08-27T21:51:07.615Z Downloaded normalize-line-endings v0.3.0
4952024-08-27T21:51:07.618Z Downloaded nodrop v0.1.14
4962024-08-27T21:51:07.618Z Downloaded match_cfg v0.1.0
4972024-08-27T21:51:07.620Z Downloaded async-stream v0.3.5
4982024-08-27T21:51:07.621Z Downloaded arrayref v0.3.7
4992024-08-27T21:51:07.623Z Downloaded openssl-macros v0.1.1
5002024-08-27T21:51:07.625Z Downloaded num_threads v0.1.7
5012024-08-27T21:51:07.628Z Downloaded adler v1.0.2
5022024-08-27T21:51:07.628Z Downloaded base16ct v0.2.0
5032024-08-27T21:51:07.630Z Downloaded keccak v0.1.5
5042024-08-27T21:51:07.633Z Downloaded ipnetwork v0.20.0
5052024-08-27T21:51:07.635Z Downloaded crc v3.2.1
5062024-08-27T21:51:07.637Z Downloaded nibble_vec v0.1.0
5072024-08-27T21:51:07.640Z Downloaded num-iter v0.1.45
5082024-08-27T21:51:07.642Z Downloaded lazy_static v1.5.0
5092024-08-27T21:51:07.643Z Downloaded convert_case v0.4.0
5102024-08-27T21:51:07.645Z Downloaded multimap v0.10.0
5112024-08-27T21:51:07.647Z Downloaded mime v0.3.17
5122024-08-27T21:51:07.647Z Downloaded num v0.4.3
5132024-08-27T21:51:07.650Z Downloaded lru-cache v0.1.2
5142024-08-27T21:51:07.650Z Downloaded num-derive v0.4.2
5152024-08-27T21:51:07.652Z Downloaded maybe-uninit v2.0.0
5162024-08-27T21:51:07.655Z Downloaded mockall v0.13.0
5172024-08-27T21:51:07.655Z Downloaded libefi-sys v0.1.0
5182024-08-27T21:51:07.657Z Downloaded libloading v0.8.3
5192024-08-27T21:51:07.661Z Downloaded defmt v0.3.8
5202024-08-27T21:51:07.663Z Downloaded num-rational v0.4.2
5212024-08-27T21:51:07.665Z Downloaded native-tls v0.2.11
5222024-08-27T21:51:07.669Z Downloaded memmap2 v0.9.4
5232024-08-27T21:51:07.671Z Downloaded lock_api v0.4.12
5242024-08-27T21:51:07.673Z Downloaded num_enum v0.5.11
5252024-08-27T21:51:07.677Z Downloaded newtype-uuid v1.1.0
5262024-08-27T21:51:07.679Z Downloaded sec1 v0.7.3
5272024-08-27T21:51:07.681Z Downloaded is-terminal v0.4.12
5282024-08-27T21:51:07.683Z Downloaded ident_case v1.0.1
5292024-08-27T21:51:07.683Z Downloaded serde_repr v0.1.19
5302024-08-27T21:51:07.686Z Downloaded async-trait v0.1.81
5312024-08-27T21:51:07.688Z Downloaded new_debug_unreachable v1.0.6
5322024-08-27T21:51:07.691Z Downloaded num-conv v0.1.0
5332024-08-27T21:51:07.693Z Downloaded bitflags v1.3.2
5342024-08-27T21:51:07.695Z Downloaded number_prefix v0.4.0
5352024-08-27T21:51:07.695Z Downloaded opaque-debug v0.3.1
5362024-08-27T21:51:07.698Z Downloaded newtype_derive v0.1.6
5372024-08-27T21:51:07.700Z Downloaded camino-tempfile v1.1.1
5382024-08-27T21:51:07.700Z Downloaded num-complex v0.4.6
5392024-08-27T21:51:07.702Z Downloaded crc32fast v1.4.0
5402024-08-27T21:51:07.705Z Downloaded omicron-zone-package v0.11.0
5412024-08-27T21:51:07.708Z Downloaded crossbeam-deque v0.8.5
5422024-08-27T21:51:07.710Z Downloaded cancel-safe-futures v0.1.5
5432024-08-27T21:51:07.713Z Downloaded csv-core v0.1.11
5442024-08-27T21:51:07.715Z Downloaded impl-trait-for-tuples v0.2.2
5452024-08-27T21:51:07.718Z Downloaded tower-service v0.3.2
5462024-08-27T21:51:07.720Z Downloaded zone_cfg_derive v0.1.2
5472024-08-27T21:51:07.720Z Downloaded lalrpop-util v0.19.12
5482024-08-27T21:51:07.723Z Downloaded indoc v1.0.9
5492024-08-27T21:51:07.725Z Downloaded cexpr v0.6.0
5502024-08-27T21:51:07.728Z Downloaded memoffset v0.9.1
5512024-08-27T21:51:07.728Z Downloaded maplit v1.0.2
5522024-08-27T21:51:07.730Z Downloaded linked-hash-map v0.5.6
5532024-08-27T21:51:07.730Z Downloaded ahash v0.8.11
5542024-08-27T21:51:07.733Z Downloaded addr2line v0.21.0
5552024-08-27T21:51:07.737Z Downloaded md-5 v0.10.6
5562024-08-27T21:51:07.740Z Downloaded cipher v0.4.4
5572024-08-27T21:51:07.740Z Downloaded lru v0.12.3
5582024-08-27T21:51:07.742Z Downloaded crc-catalog v2.4.0
5592024-08-27T21:51:07.744Z Downloaded num-integer v0.1.46
5602024-08-27T21:51:07.744Z Downloaded cobs v0.2.3
5612024-08-27T21:51:07.747Z Downloaded vte_generate_state_changes v0.1.1
5622024-08-27T21:51:07.747Z Downloaded toolchain_find v0.4.0
5632024-08-27T21:51:07.749Z Downloaded string_cache v0.8.7
5642024-08-27T21:51:07.752Z Downloaded foreign-types-shared v0.3.1
5652024-08-27T21:51:07.752Z Downloaded endian-type v0.1.2
5662024-08-27T21:51:07.754Z Downloaded tokio-native-tls v0.3.1
5672024-08-27T21:51:07.756Z Downloaded httparse v1.8.0
5682024-08-27T21:51:07.759Z Downloaded bcs v0.1.6
5692024-08-27T21:51:07.759Z Downloaded static_assertions v1.1.0
5702024-08-27T21:51:07.763Z Downloaded slog-stdlog v4.1.1
5712024-08-27T21:51:07.765Z Downloaded crossbeam-utils v0.8.19
5722024-08-27T21:51:07.767Z Downloaded bzip2 v0.4.4
5732024-08-27T21:51:07.770Z Downloaded ipnet v2.9.0
5742024-08-27T21:51:07.770Z Downloaded crc-any v2.5.0
5752024-08-27T21:51:07.772Z Downloaded supports-color v3.0.0
5762024-08-27T21:51:07.775Z Downloaded enum-as-inner v0.6.0
5772024-08-27T21:51:07.777Z Downloaded lazycell v1.3.0
5782024-08-27T21:51:07.777Z Downloaded clang-sys v1.7.0
5792024-08-27T21:51:07.780Z Downloaded mime_guess v2.0.4
5802024-08-27T21:51:07.782Z Downloaded base64ct v1.6.0
5812024-08-27T21:51:07.785Z Downloaded dsl_auto_type v0.1.2
5822024-08-27T21:51:07.787Z Downloaded pretty-hex v0.2.1
5832024-08-27T21:51:07.790Z Downloaded funty v2.0.0
5842024-08-27T21:51:07.790Z Downloaded sigpipe v0.1.3
5852024-08-27T21:51:07.790Z Downloaded fragile v2.0.0
5862024-08-27T21:51:07.792Z Downloaded erased-serde v0.3.31
5872024-08-27T21:51:07.795Z Downloaded nanorand v0.7.0
5882024-08-27T21:51:07.797Z Downloaded group v0.13.0
5892024-08-27T21:51:07.800Z Downloaded thread_local v1.1.8
5902024-08-27T21:51:07.802Z Downloaded tinyvec_macros v0.1.1
5912024-08-27T21:51:07.802Z Downloaded darling v0.20.9
5922024-08-27T21:51:07.806Z Downloaded const_format_proc_macros v0.2.32
5932024-08-27T21:51:07.809Z Downloaded term v0.7.0
5942024-08-27T21:51:07.813Z Downloaded similar v2.6.0
5952024-08-27T21:51:07.818Z Downloaded zeroize v1.7.0
5962024-08-27T21:51:07.821Z Downloaded want v0.3.1
5972024-08-27T21:51:07.823Z Downloaded pin-utils v0.1.0
5982024-08-27T21:51:07.823Z Downloaded percent-encoding v2.3.1
5992024-08-27T21:51:07.826Z Downloaded glob v0.3.1
6002024-08-27T21:51:07.826Z Downloaded cookie v0.18.1
6012024-08-27T21:51:07.829Z Downloaded bytes v1.7.1
6022024-08-27T21:51:07.833Z Downloaded defmt-macros v0.3.9
6032024-08-27T21:51:07.837Z Downloaded scheduled-thread-pool v0.2.7
6042024-08-27T21:51:07.840Z Downloaded pem-rfc7468 v0.7.0
6052024-08-27T21:51:07.842Z Downloaded nu-ansi-term v0.50.0
6062024-08-27T21:51:07.844Z Downloaded proc-macro-crate v1.3.1
6072024-08-27T21:51:07.847Z Downloaded http-range v0.1.5
6082024-08-27T21:51:07.849Z Downloaded sha1 v0.10.6
6092024-08-27T21:51:07.849Z Downloaded rustls-pemfile v1.0.4
6102024-08-27T21:51:07.851Z Downloaded globset v0.4.14
6112024-08-27T21:51:07.856Z Downloaded hex v0.4.3
6122024-08-27T21:51:07.859Z Downloaded tempfile v3.10.1
6132024-08-27T21:51:07.859Z Downloaded structmeta-derive v0.2.0
6142024-08-27T21:51:07.861Z Downloaded smawk v0.3.2
6152024-08-27T21:51:07.862Z Downloaded signal-hook-tokio v0.3.1
6162024-08-27T21:51:07.864Z Downloaded highway v1.2.0
6172024-08-27T21:51:07.866Z Downloaded tinyvec v1.6.0
6182024-08-27T21:51:07.869Z Downloaded strum v0.26.3
6192024-08-27T21:51:07.872Z Downloaded unicode-linebreak v0.1.5
6202024-08-27T21:51:07.872Z Downloaded zeroize_derive v1.4.2
6212024-08-27T21:51:07.875Z Downloaded pkcs8 v0.10.2
6222024-08-27T21:51:07.877Z Downloaded pkcs1 v0.7.5
6232024-08-27T21:51:07.882Z Downloaded termtree v0.4.1
6242024-08-27T21:51:07.884Z Downloaded float-cmp v0.9.0
6252024-08-27T21:51:07.884Z Downloaded dyn-clone v1.0.17
6262024-08-27T21:51:07.884Z Downloaded dropshot_endpoint v0.10.1
6272024-08-27T21:51:07.887Z Downloaded const_format v0.2.32
6282024-08-27T21:51:07.890Z Downloaded darling_core v0.20.9
6292024-08-27T21:51:07.895Z Downloaded http-body v0.4.6
6302024-08-27T21:51:07.898Z Downloaded diesel_table_macro_syntax v0.2.0
6312024-08-27T21:51:07.900Z Downloaded radium v0.7.0
6322024-08-27T21:51:07.902Z Downloaded signature v2.2.0
6332024-08-27T21:51:07.902Z Downloaded fixedbitset v0.4.2
6342024-08-27T21:51:07.905Z Downloaded flagset v0.4.5
6352024-08-27T21:51:07.907Z Downloaded snafu-derive v0.8.2
6362024-08-27T21:51:07.909Z Downloaded serde_plain v1.0.2
6372024-08-27T21:51:07.909Z Downloaded scopeguard v1.2.0
6382024-08-27T21:51:07.913Z Downloaded hostname v0.3.1
6392024-08-27T21:51:07.915Z Downloaded precomputed-hash v0.1.1
6402024-08-27T21:51:07.915Z Downloaded parking_lot v0.12.2
6412024-08-27T21:51:07.918Z Downloaded shell-words v1.1.0
6422024-08-27T21:51:07.918Z Downloaded powerfmt v0.2.0
6432024-08-27T21:51:07.920Z Downloaded home v0.5.9
6442024-08-27T21:51:07.920Z Downloaded schemars v0.8.21
6452024-08-27T21:51:07.932Z Downloaded wyz v0.5.1
6462024-08-27T21:51:07.935Z Downloaded peg-runtime v0.8.3
6472024-08-27T21:51:07.938Z Downloaded resolv-conf v0.7.0
6482024-08-27T21:51:07.938Z Downloaded smf v0.2.3
6492024-08-27T21:51:07.947Z Downloaded zip v0.6.6
6502024-08-27T21:51:07.947Z Downloaded utf-8 v0.7.6
6512024-08-27T21:51:07.947Z Downloaded twox-hash v1.6.3
6522024-08-27T21:51:07.949Z Downloaded termios v0.3.3
6532024-08-27T21:51:07.958Z Downloaded termcolor v1.4.1
6542024-08-27T21:51:07.961Z Downloaded ff v0.13.0
6552024-08-27T21:51:07.963Z Downloaded untrusted v0.9.0
6562024-08-27T21:51:07.965Z Downloaded tracing v0.1.40
6572024-08-27T21:51:07.968Z Downloaded tap v1.0.1
6582024-08-27T21:51:07.971Z Downloaded phf_shared v0.10.0
6592024-08-27T21:51:07.971Z Downloaded futures-io v0.3.30
6602024-08-27T21:51:07.973Z Downloaded const-oid v0.9.6
6612024-08-27T21:51:07.975Z Downloaded fxhash v0.2.1
6622024-08-27T21:51:07.975Z Downloaded unicode-bidi v0.3.15
6632024-08-27T21:51:07.978Z Downloaded postgres-types v0.2.7
6642024-08-27T21:51:07.981Z Downloaded crypto-bigint v0.5.5
6652024-08-27T21:51:07.988Z Downloaded hickory-client v0.24.1
6662024-08-27T21:51:07.992Z Downloaded sqlparser_derive v0.2.2
6672024-08-27T21:51:07.994Z Downloaded semver v0.1.20
6682024-08-27T21:51:07.994Z Downloaded scrypt v0.11.0
6692024-08-27T21:51:07.996Z Downloaded ref-cast v1.0.23
6702024-08-27T21:51:07.999Z Downloaded pem v3.0.4
6712024-08-27T21:51:08.002Z Downloaded derive_builder_macro v0.20.0
6722024-08-27T21:51:08.002Z Downloaded schemars_derive v0.8.21
6732024-08-27T21:51:08.005Z Downloaded rtoolbox v0.0.2
6742024-08-27T21:51:08.005Z Downloaded smallvec v1.13.2
6752024-08-27T21:51:08.008Z Downloaded defmt-parser v0.3.4
6762024-08-27T21:51:08.008Z Downloaded unicode-xid v0.2.4
6772024-08-27T21:51:08.010Z Downloaded xattr v1.3.1
6782024-08-27T21:51:08.013Z Downloaded thiserror-impl-no-std v2.0.2
6792024-08-27T21:51:08.013Z Downloaded float-ord v0.3.2
6802024-08-27T21:51:08.016Z Downloaded mio v1.0.2
6812024-08-27T21:51:08.020Z Downloaded crossbeam-channel v0.5.12
6822024-08-27T21:51:08.025Z Downloaded getopts v0.2.21
6832024-08-27T21:51:08.027Z Downloaded time-core v0.1.2
6842024-08-27T21:51:08.030Z Downloaded sync_wrapper v0.1.2
6852024-08-27T21:51:08.030Z Downloaded fallible-iterator v0.2.0
6862024-08-27T21:51:08.032Z Downloaded unicode-truncate v1.0.0
6872024-08-27T21:51:08.032Z Downloaded fastrand v2.1.0
6882024-08-27T21:51:08.035Z Downloaded rand_seeder v0.3.0
6892024-08-27T21:51:08.037Z Downloaded fallible-iterator v0.3.0
6902024-08-27T21:51:08.037Z Downloaded rand_core v0.6.4
6912024-08-27T21:51:08.040Z Downloaded hmac v0.12.1
6922024-08-27T21:51:08.042Z Downloaded rand_chacha v0.3.1
6932024-08-27T21:51:08.042Z Downloaded phf_shared v0.11.2
6942024-08-27T21:51:08.045Z Downloaded packed_struct v0.10.1
6952024-08-27T21:51:08.047Z Downloaded tungstenite v0.20.1
6962024-08-27T21:51:08.050Z Downloaded openssl-probe v0.1.5
6972024-08-27T21:51:08.052Z Downloaded url v2.5.2
6982024-08-27T21:51:08.055Z Downloaded stable_deref_trait v1.2.0
6992024-08-27T21:51:08.057Z Downloaded slog-dtrace v0.3.0
7002024-08-27T21:51:08.057Z Downloaded serde_urlencoded v0.7.1
7012024-08-27T21:51:08.060Z Downloaded tokio-macros v2.4.0
7022024-08-27T21:51:08.062Z Downloaded tls_codec_derive v0.4.1
7032024-08-27T21:51:08.062Z Downloaded diff v0.1.13
7042024-08-27T21:51:08.065Z Downloaded ena v0.14.3
7052024-08-27T21:51:08.067Z Downloaded postgres-protocol v0.6.7
7062024-08-27T21:51:08.070Z Downloaded predicates-core v1.0.6
7072024-08-27T21:51:08.072Z Downloaded parse-display v0.10.0
7082024-08-27T21:51:08.072Z Downloaded fd-lock v4.0.2
7092024-08-27T21:51:08.075Z Downloaded hickory-resolver v0.24.1
7102024-08-27T21:51:08.079Z Downloaded oso-derive v0.27.3
7112024-08-27T21:51:08.083Z Downloaded serde-big-array v0.5.1
7122024-08-27T21:51:08.083Z Downloaded phf v0.11.2
7132024-08-27T21:51:08.086Z Downloaded subtle v2.5.0
7142024-08-27T21:51:08.086Z Downloaded predicates v3.1.2
7152024-08-27T21:51:08.088Z Downloaded serde_yaml v0.9.34+deprecated
7162024-08-27T21:51:08.092Z Downloaded rustversion v1.0.17
7172024-08-27T21:51:08.094Z Downloaded aes v0.8.4
7182024-08-27T21:51:08.098Z Downloaded packed_struct_codegen v0.10.1
7192024-08-27T21:51:08.101Z Downloaded thiserror-no-std v2.0.2
7202024-08-27T21:51:08.104Z Downloaded rusty-fork v0.3.0
7212024-08-27T21:51:08.106Z Downloaded embedded-io v0.4.0
7222024-08-27T21:51:08.109Z Downloaded dirs-sys-next v0.1.2
7232024-08-27T21:51:08.109Z Downloaded strum_macros v0.25.3
7242024-08-27T21:51:08.111Z Downloaded libm v0.2.8
7252024-08-27T21:51:08.119Z Downloaded rayon-core v1.12.1
7262024-08-27T21:51:08.123Z Downloaded downcast v0.11.0
7272024-08-27T21:51:08.125Z Downloaded path-slash v0.1.5
7282024-08-27T21:51:08.128Z Downloaded spin v0.5.2
7292024-08-27T21:51:08.128Z Downloaded itertools v0.12.1
7302024-08-27T21:51:08.134Z Downloaded display-error-chain v0.2.0
7312024-08-27T21:51:08.137Z Downloaded portpicker v0.1.1
7322024-08-27T21:51:08.137Z Downloaded try-lock v0.2.5
7332024-08-27T21:51:08.139Z Downloaded tokio-rustls v0.24.1
7342024-08-27T21:51:08.141Z Downloaded parse-size v1.0.0
7352024-08-27T21:51:08.141Z Downloaded futures-core v0.3.30
7362024-08-27T21:51:08.144Z Downloaded deranged v0.3.11
7372024-08-27T21:51:08.144Z Downloaded tls_codec v0.4.1
7382024-08-27T21:51:08.146Z Downloaded hyper v0.14.30
7392024-08-27T21:51:08.154Z Downloaded foreign-types-shared v0.1.1
7402024-08-27T21:51:08.156Z Downloaded untrusted v0.7.1
7412024-08-27T21:51:08.156Z Downloaded slog-json v2.6.1
7422024-08-27T21:51:08.159Z Downloaded slog-envlogger v2.2.0
7432024-08-27T21:51:08.161Z Downloaded slog-bunyan v2.5.0
7442024-08-27T21:51:08.161Z Downloaded strum_macros v0.26.4
7452024-08-27T21:51:08.164Z Downloaded parking_lot v0.11.2
7462024-08-27T21:51:08.166Z Downloaded uzers v0.11.3
7472024-08-27T21:51:08.168Z Downloaded num-bigint-dig v0.8.4
7482024-08-27T21:51:08.173Z Downloaded foreign-types v0.3.2
7492024-08-27T21:51:08.175Z Downloaded half v2.4.1
7502024-08-27T21:51:08.178Z Downloaded vergen v8.3.2
7512024-08-27T21:51:08.181Z Downloaded rustfmt-wrapper v0.2.1
7522024-08-27T21:51:08.184Z Downloaded foreign-types v0.5.0
7532024-08-27T21:51:08.184Z Downloaded tui-tree-widget v0.22.0
7542024-08-27T21:51:08.184Z Downloaded postcard v1.0.8
7552024-08-27T21:51:08.187Z Downloaded toml v0.7.8
7562024-08-27T21:51:08.190Z Downloaded crossterm v0.28.1
7572024-08-27T21:51:08.197Z Downloaded rpassword v7.3.1
7582024-08-27T21:51:08.199Z Downloaded headers-core v0.2.0
7592024-08-27T21:51:08.199Z Downloaded parse-display-derive v0.10.0
7602024-08-27T21:51:08.201Z Downloaded der_derive v0.7.2
7612024-08-27T21:51:08.204Z Downloaded pbkdf2 v0.12.2
7622024-08-27T21:51:08.204Z Downloaded difflib v0.4.0
7632024-08-27T21:51:08.206Z Downloaded pin-project v1.1.5
7642024-08-27T21:51:08.216Z Downloaded subprocess v0.2.9
7652024-08-27T21:51:08.219Z Downloaded rustc_version v0.4.0
7662024-08-27T21:51:08.221Z Downloaded pin-project-lite v0.2.14
7672024-08-27T21:51:08.225Z Downloaded http v1.1.0
7682024-08-27T21:51:08.229Z Downloaded foreign-types-macros v0.2.3
7692024-08-27T21:51:08.232Z Downloaded strip-ansi-escapes v0.2.0
7702024-08-27T21:51:08.232Z Downloaded universal-hash v0.5.1
7712024-08-27T21:51:08.234Z Downloaded paste v1.0.15
7722024-08-27T21:51:08.237Z Downloaded password-hash v0.5.0
7732024-08-27T21:51:08.240Z Downloaded rsa v0.9.6
7742024-08-27T21:51:08.243Z Downloaded stringprep v0.1.4
7752024-08-27T21:51:08.245Z Downloaded serde-hex v0.1.0
7762024-08-27T21:51:08.247Z Downloaded derive_more v0.99.18
7772024-08-27T21:51:08.252Z Downloaded tokio-tungstenite v0.21.0
7782024-08-27T21:51:08.255Z Downloaded slog v2.7.0
7792024-08-27T21:51:08.257Z Downloaded flume v0.11.0
7802024-08-27T21:51:08.261Z Downloaded rand v0.8.5
7812024-08-27T21:51:08.265Z Downloaded pkg-config v0.3.30
7822024-08-27T21:51:08.267Z Downloaded tough v0.17.1
7832024-08-27T21:51:08.275Z Downloaded x509-cert v0.2.5
7842024-08-27T21:51:08.281Z Downloaded rustls-pki-types v1.7.0
7852024-08-27T21:51:08.284Z Downloaded blake3 v1.5.1
7862024-08-27T21:51:08.292Z Downloaded aho-corasick v1.1.3
7872024-08-27T21:51:08.297Z Downloaded futures v0.3.30
7882024-08-27T21:51:08.302Z Downloaded tokio-postgres v0.7.11
7892024-08-27T21:51:08.307Z Downloaded oso v0.27.3
7902024-08-27T21:51:08.311Z Downloaded lalrpop v0.19.12
7912024-08-27T21:51:08.323Z Downloaded signal-hook v0.3.17
7922024-08-27T21:51:08.326Z Downloaded diesel_derives v2.2.2
7932024-08-27T21:51:08.330Z Downloaded tungstenite v0.21.0
7942024-08-27T21:51:08.334Z Downloaded winnow v0.5.40
7952024-08-27T21:51:08.342Z Downloaded elliptic-curve v0.13.8
7962024-08-27T21:51:08.346Z Downloaded tracing-core v0.1.32
7972024-08-27T21:51:08.349Z Downloaded openssl-sys v0.9.103
7982024-08-27T21:51:08.354Z Downloaded serde_with v3.9.0
7992024-08-27T21:51:08.363Z Downloaded der v0.7.9
8002024-08-27T21:51:08.368Z Downloaded unsafe-libyaml v0.2.11
8012024-08-27T21:51:08.371Z Downloaded heapless v0.7.17
8022024-08-27T21:51:08.376Z Downloaded heapless v0.8.0
8032024-08-27T21:51:08.380Z Downloaded time v0.3.36
8042024-08-27T21:51:08.387Z Downloaded uuid v1.10.0
8052024-08-27T21:51:08.390Z Downloaded rusqlite v0.31.0
8062024-08-27T21:51:08.396Z Downloaded idna v0.3.0
8072024-08-27T21:51:08.404Z Downloaded unicode-segmentation v1.11.0
8082024-08-27T21:51:08.407Z Downloaded reedline v0.33.0
8092024-08-27T21:51:08.415Z Downloaded idna v0.5.0
8102024-08-27T21:51:08.422Z Downloaded bindgen v0.69.4
8112024-08-27T21:51:08.430Z Downloaded unicode_categories v0.1.1
8122024-08-27T21:51:08.433Z Downloaded sqlparser v0.45.0
8132024-08-27T21:51:08.438Z Downloaded typed-path v0.7.1
8142024-08-27T21:51:08.444Z Downloaded object v0.32.2
8152024-08-27T21:51:08.455Z Downloaded unicode-normalization v0.1.23
8162024-08-27T21:51:08.459Z Downloaded quick-xml v0.31.0
8172024-08-27T21:51:08.464Z Downloaded git2 v0.19.0
8182024-08-27T21:51:08.474Z Downloaded idna v0.4.0
8192024-08-27T21:51:08.481Z Downloaded rayon v1.10.0
8202024-08-27T21:51:08.490Z Downloaded portable-atomic v1.6.0
8212024-08-27T21:51:08.496Z Downloaded reqwest v0.11.27
8222024-08-27T21:51:08.504Z Downloaded nix v0.28.0
8232024-08-27T21:51:08.516Z Downloaded radix_trie v0.2.1
8242024-08-27T21:51:08.521Z Downloaded nix v0.27.1
8252024-08-27T21:51:08.533Z Downloaded futures-util v0.3.30
8262024-08-27T21:51:08.544Z Downloaded gimli v0.28.1
8272024-08-27T21:51:08.553Z Downloaded dropshot v0.10.1
8282024-08-27T21:51:08.563Z Downloaded openapiv3 v2.0.0
8292024-08-27T21:51:08.576Z Downloaded smoltcp v0.9.1
8302024-08-27T21:51:08.587Z Downloaded rustls-webpki v0.102.4
8312024-08-27T21:51:08.604Z Downloaded smoltcp v0.11.0
8322024-08-27T21:51:08.617Z Downloaded polar-core v0.27.3
8332024-08-27T21:51:08.627Z Downloaded rustls v0.21.12
8342024-08-27T21:51:08.638Z Downloaded bstr v1.9.1
8352024-08-27T21:51:08.649Z Downloaded regex v1.10.6
8362024-08-27T21:51:08.662Z Downloaded diesel v2.2.3
8372024-08-27T21:51:08.680Z Downloaded regress v0.9.1
8382024-08-27T21:51:08.689Z Downloaded regex-syntax v0.8.4
8392024-08-27T21:51:08.698Z Downloaded rustls v0.22.4
8402024-08-27T21:51:08.712Z Downloaded zerocopy-derive v0.6.6
8412024-08-27T21:51:08.723Z Downloaded ratatui v0.28.0
8422024-08-27T21:51:08.744Z Downloaded sled v0.34.7
8432024-08-27T21:51:08.754Z Downloaded regex-automata v0.4.6
8442024-08-27T21:51:08.771Z Downloaded hickory-proto v0.24.1
8452024-08-27T21:51:08.789Z Downloaded bzip2-sys v0.1.11+1.0.8
8462024-08-27T21:51:08.799Z Downloaded vcpkg v0.2.15
8472024-08-27T21:51:08.838Z Downloaded regex-syntax v0.6.29
8482024-08-27T21:51:08.845Z Downloaded webpki-roots v0.25.4
8492024-08-27T21:51:08.849Z Downloaded curve25519-dalek v4.1.3
8502024-08-27T21:51:08.857Z Downloaded finl_unicode v1.2.0
8512024-08-27T21:51:08.872Z Downloaded rustls-webpki v0.101.7
8522024-08-27T21:51:08.885Z Downloaded openssl v0.10.66
8532024-08-27T21:51:08.894Z Downloaded petgraph v0.6.5
8542024-08-27T21:51:08.911Z Downloaded object v0.30.4
8552024-08-27T21:51:08.920Z Downloaded tokio v1.39.3
8562024-08-27T21:51:08.959Z Downloaded rustyline v14.0.0
8572024-08-27T21:51:08.964Z Downloaded sha3 v0.10.8
8582024-08-27T21:51:08.969Z Downloaded csv v1.3.0
8592024-08-27T21:51:08.989Z Downloaded proptest v1.5.0
8602024-08-27T21:51:08.998Z Downloaded chrono v0.4.38
8612024-08-27T21:51:09.006Z Downloaded h2 v0.3.26
8622024-08-27T21:51:09.012Z Downloaded libgit2-sys v0.17.0+1.8.1
8632024-08-27T21:51:09.070Z Downloaded bitvec v1.0.1
8642024-08-27T21:51:09.085Z Downloaded hkdf v0.12.4
8652024-08-27T21:51:09.087Z Downloaded flate2 v1.0.31
8662024-08-27T21:51:09.091Z Downloaded spin v0.9.8
8672024-08-27T21:51:09.094Z Downloaded serde_derive_internals v0.29.1
8682024-08-27T21:51:09.096Z Downloaded futures-channel v0.3.30
8692024-08-27T21:51:09.098Z Downloaded hashbrown v0.13.2
8702024-08-27T21:51:09.101Z Downloaded hashbrown v0.12.3
8712024-08-27T21:51:09.105Z Downloaded tokio-util v0.7.11
8722024-08-27T21:51:09.111Z Downloaded encoding_rs v0.8.34
8732024-08-27T21:51:09.133Z Downloaded derive-where v1.2.7
8742024-08-27T21:51:09.136Z Downloaded rustc-demangle v0.1.24
8752024-08-27T21:51:09.139Z Downloaded signal-hook-registry v1.4.2
8762024-08-27T21:51:09.139Z Downloaded dirs-next v2.0.0
8772024-08-27T21:51:09.141Z Downloaded serde_path_to_error v0.1.16
8782024-08-27T21:51:09.141Z Downloaded slog-async v2.8.0
8792024-08-27T21:51:09.144Z Downloaded expectorate v1.1.0
8802024-08-27T21:51:09.146Z Downloaded structmeta-derive v0.3.0
8812024-08-27T21:51:09.146Z Downloaded futures-task v0.3.30
8822024-08-27T21:51:09.146Z Downloaded futures-sink v0.3.30
8832024-08-27T21:51:09.149Z Downloaded poly1305 v0.8.0
8842024-08-27T21:51:09.151Z Downloaded either v1.13.0
8852024-08-27T21:51:09.151Z Downloaded pin-project-internal v1.1.5
8862024-08-27T21:51:09.154Z Downloaded peg v0.8.4
8872024-08-27T21:51:09.157Z Downloaded http v0.2.12
8882024-08-27T21:51:09.160Z Downloaded itertools v0.13.0
8892024-08-27T21:51:09.167Z Downloaded headers v0.3.9
8902024-08-27T21:51:09.172Z Downloaded futures-executor v0.3.30
8912024-08-27T21:51:09.174Z Downloaded ref-cast-impl v1.0.23
8922024-08-27T21:51:09.174Z Downloaded tokio-tungstenite v0.23.1
8932024-08-27T21:51:09.177Z Downloaded snafu v0.8.2
8942024-08-27T21:51:09.181Z Downloaded rcgen v0.12.1
8952024-08-27T21:51:09.184Z Downloaded peg-macros v0.8.4
8962024-08-27T21:51:09.187Z Downloaded getrandom v0.2.14
8972024-08-27T21:51:09.189Z Downloaded strum_macros v0.24.3
8982024-08-27T21:51:09.192Z Downloaded rand_xorshift v0.3.0
8992024-08-27T21:51:09.192Z Downloaded predicates-tree v1.0.9
9002024-08-27T21:51:09.194Z Downloaded crossterm v0.27.0
9012024-08-27T21:51:09.198Z Downloaded slab v0.4.9
9022024-08-27T21:51:09.201Z Downloaded shlex v1.3.0
9032024-08-27T21:51:09.201Z Downloaded test-strategy v0.3.1
9042024-08-27T21:51:09.204Z Downloaded ron v0.8.1
9052024-08-27T21:51:09.209Z Downloaded toml_edit v0.19.15
9062024-08-27T21:51:09.227Z Downloaded nom v7.1.3
9072024-08-27T21:51:09.232Z Downloaded textwrap v0.16.1
9082024-08-27T21:51:09.234Z Downloaded derive_builder_core v0.20.0
9092024-08-27T21:51:09.237Z Downloaded derive_builder v0.20.0
9102024-08-27T21:51:09.240Z Downloaded tokio-tungstenite v0.20.1
9112024-08-27T21:51:09.243Z Downloaded owo-colors v4.0.0
9122024-08-27T21:51:09.245Z Downloaded tungstenite v0.23.0
9132024-08-27T21:51:09.248Z Downloaded publicsuffix v2.2.3
9142024-08-27T21:51:09.251Z Downloaded tokio-rustls v0.25.0
9152024-08-27T21:51:09.253Z Downloaded fatfs v0.3.6
9162024-08-27T21:51:09.255Z Downloaded steno v0.4.1
9172024-08-27T21:51:09.259Z Downloaded itertools v0.10.5
9182024-08-27T21:51:09.265Z Downloaded heck v0.3.3
9192024-08-27T21:51:09.267Z Downloaded zerocopy v0.6.6
9202024-08-27T21:51:09.270Z Downloaded samael v0.0.15
9212024-08-27T21:51:09.273Z Downloaded rustc-hash v1.1.0
9222024-08-27T21:51:09.275Z Downloaded spki v0.7.3
9232024-08-27T21:51:09.275Z Downloaded r2d2 v0.8.10
9242024-08-27T21:51:09.278Z Downloaded quick-error v1.2.3
9252024-08-27T21:51:09.278Z Downloaded sqlformat v0.2.4
9262024-08-27T21:51:09.280Z Downloaded secrecy v0.8.0
9272024-08-27T21:51:09.280Z Downloaded sct v0.7.1
9282024-08-27T21:51:09.283Z Downloaded tar v0.4.41
9292024-08-27T21:51:09.286Z Downloaded smallvec v0.6.14
9302024-08-27T21:51:09.288Z Downloaded hickory-server v0.24.1
9312024-08-27T21:51:09.292Z Downloaded gethostname v0.5.0
9322024-08-27T21:51:09.294Z Downloaded fallible-streaming-iterator v0.1.9
9332024-08-27T21:51:09.294Z Downloaded slog-scope v4.4.0
9342024-08-27T21:51:09.297Z Downloaded salsa20 v0.10.2
9352024-08-27T21:51:09.297Z Downloaded yasna v0.5.2
9362024-08-27T21:51:09.300Z Downloaded ron v0.7.1
9372024-08-27T21:51:09.302Z Downloaded prettyplease v0.2.20
9382024-08-27T21:51:09.306Z Downloaded base64 v0.21.7
9392024-08-27T21:51:09.309Z Downloaded ppv-lite86 v0.2.17
9402024-08-27T21:51:09.312Z Downloaded hash32 v0.3.1
9412024-08-27T21:51:09.314Z Downloaded libz-sys v1.1.16
9422024-08-27T21:51:09.379Z Downloaded hash32 v0.2.1
9432024-08-27T21:51:09.381Z Downloaded futures-macro v0.3.30
9442024-08-27T21:51:09.381Z Downloaded waitgroup v0.1.2
9452024-08-27T21:51:09.384Z Downloaded serde_with_macros v3.9.0
9462024-08-27T21:51:09.384Z Downloaded hashlink v0.9.1
9472024-08-27T21:51:09.386Z Downloaded tiny-keccak v2.0.2
9482024-08-27T21:51:09.389Z Downloaded time-macros v0.2.18
9492024-08-27T21:51:09.391Z Downloaded whoami v1.5.1
9502024-08-27T21:51:09.391Z Downloaded pkcs5 v0.7.1
9512024-08-27T21:51:09.395Z Downloaded compact_str v0.8.0
9522024-08-27T21:51:09.398Z Downloaded libxml v0.3.3
9532024-08-27T21:51:09.405Z Downloaded filetime v0.2.24
9542024-08-27T21:51:09.408Z Downloaded mio v0.8.11
9552024-08-27T21:51:09.410Z Downloaded take_mut v0.2.2
9562024-08-27T21:51:09.413Z Downloaded tabwriter v1.4.0
9572024-08-27T21:51:09.413Z Downloaded walkdir v2.5.0
9582024-08-27T21:51:09.415Z Downloaded env_logger v0.10.2
9592024-08-27T21:51:09.418Z Downloaded minimal-lexical v0.2.1
9602024-08-27T21:51:09.430Z Downloaded libsqlite3-sys v0.28.0
9612024-08-27T21:51:09.498Z Downloaded hostname v0.4.0
9622024-08-27T21:51:09.501Z Downloaded rustls-pemfile v2.1.3
9632024-08-27T21:51:09.503Z Downloaded backtrace v0.3.71
9642024-08-27T21:51:09.506Z Downloaded cc v1.0.97
9652024-08-27T21:51:09.509Z Downloaded which v4.4.2
9662024-08-27T21:51:09.511Z Downloaded unicase v2.7.0
9672024-08-27T21:51:09.514Z Downloaded unarray v0.1.4
9682024-08-27T21:51:09.514Z Downloaded parking_lot_core v0.8.6
9692024-08-27T21:51:09.517Z Downloaded vte v0.11.1
9702024-08-27T21:51:09.517Z Downloaded vsss-rs v3.3.4
9712024-08-27T21:51:09.519Z Downloaded psl-types v2.0.11
9722024-08-27T21:51:09.522Z Downloaded base64 v0.22.1
9732024-08-27T21:51:09.524Z Downloaded structmeta v0.3.0
9742024-08-27T21:51:09.524Z Downloaded structmeta v0.2.0
9752024-08-27T21:51:09.527Z Downloaded parking_lot_core v0.9.10
9762024-08-27T21:51:09.527Z Downloaded socket2 v0.4.10
9772024-08-27T21:51:09.529Z Downloaded tokio-stream v0.1.15
9782024-08-27T21:51:09.532Z Downloaded crossbeam-epoch v0.9.18
9792024-08-27T21:51:09.534Z Downloaded mockall_derive v0.13.0
9802024-08-27T21:51:09.537Z Downloaded rustc_version v0.1.7
9812024-08-27T21:51:09.537Z Downloaded env_logger v0.9.3
9822024-08-27T21:51:09.540Z Downloaded socket2 v0.5.7
9832024-08-27T21:51:09.542Z Downloaded num-traits v0.2.19
9842024-08-27T21:51:09.545Z Downloaded miniz_oxide v0.7.2
9852024-08-27T21:51:09.548Z Downloaded cookie v0.17.0
9862024-08-27T21:51:09.551Z Downloaded same-file v1.0.6
9872024-08-27T21:51:09.551Z Downloaded tracing-attributes v0.1.27
9882024-08-27T21:51:09.551Z Downloaded chacha20poly1305 v0.10.1
9892024-08-27T21:51:09.553Z Downloaded arc-swap v1.7.1
9902024-08-27T21:51:09.556Z Downloaded base64 v0.13.1
9912024-08-27T21:51:09.559Z Downloaded form_urlencoded v1.2.1
9922024-08-27T21:51:09.562Z Downloaded slog-term v2.9.1
9932024-08-27T21:51:09.562Z Downloaded wait-timeout v0.2.0
9942024-08-27T21:51:09.565Z Downloaded indexmap v1.9.3
9952024-08-27T21:51:09.568Z Downloaded blake2 v0.10.6
9962024-08-27T21:51:09.570Z Downloaded cookie_store v0.20.0
9972024-08-27T21:51:09.570Z Downloaded multer v3.1.0
9982024-08-27T21:51:09.573Z Downloaded bitfield v0.14.0
9992024-08-27T21:51:09.577Z Downloaded allocator-api2 v0.2.18
10002024-08-27T21:51:09.577Z Downloaded zone v0.1.8
10012024-08-27T21:51:09.580Z Downloaded topological-sort v0.2.2
10022024-08-27T21:51:09.580Z Downloaded siphasher v0.3.11
10032024-08-27T21:51:09.580Z Downloaded signal-hook-mio v0.2.4
10042024-08-27T21:51:09.580Z Downloaded serde_arrays v0.1.0
10052024-08-27T21:51:09.582Z Downloaded olpc-cjson v0.1.3
10062024-08-27T21:51:09.582Z Downloaded num_enum_derive v0.5.11
10072024-08-27T21:51:09.582Z Downloaded indicatif v0.17.8
10082024-08-27T21:51:09.587Z Downloaded debug-ignore v1.0.5
10092024-08-27T21:51:09.589Z Downloaded cbc v0.1.2
10102024-08-27T21:51:09.590Z Downloaded cassowary v0.3.0
10112024-08-27T21:51:09.592Z Downloaded libsw v3.3.1
10122024-08-27T21:51:09.592Z Downloaded kstat-rs v0.2.4
10132024-08-27T21:51:09.594Z Downloaded instability v0.3.2
10142024-08-27T21:51:09.594Z Downloaded hyper-tls v0.5.0
10152024-08-27T21:51:09.597Z Downloaded chacha20 v0.9.1
10162024-08-27T21:51:09.597Z Downloaded bit-set v0.5.3
10172024-08-27T21:51:09.602Z Downloaded arrayvec v0.7.4
10182024-08-27T21:51:09.602Z Downloaded array-init v0.0.4
10192024-08-27T21:51:09.604Z Downloaded console v0.15.8
10202024-08-27T21:51:09.604Z Downloaded buf-list v1.0.3
10212024-08-27T21:51:09.607Z Downloaded newline-converter v0.3.0
10222024-08-27T21:51:09.607Z Downloaded assert_matches v1.5.0
10232024-08-27T21:51:09.607Z Downloaded ciborium v0.2.2
10242024-08-27T21:51:09.612Z Downloaded darling_macro v0.20.9
10252024-08-27T21:51:09.612Z Downloaded crucible-workspace-hack v0.1.0
10262024-08-27T21:51:09.612Z Downloaded ciborium-io v0.2.2
10272024-08-27T21:51:09.612Z Downloaded backoff v0.4.0
10282024-08-27T21:51:09.615Z Downloaded async-bb8-diesel v0.2.1
10292024-08-27T21:51:09.615Z Downloaded hyper-rustls v0.24.2
10302024-08-27T21:51:09.617Z Downloaded ascii v1.1.0
10312024-08-27T21:51:09.620Z Downloaded argon2 v0.5.3
10322024-08-27T21:51:09.620Z Downloaded hubpack v0.1.2
10332024-08-27T21:51:09.623Z Downloaded jobserver v0.1.32
10342024-08-27T21:51:09.623Z Downloaded iana-time-zone v0.1.60
10352024-08-27T21:51:09.625Z Downloaded hyper-staticfile v0.9.5
10362024-08-27T21:51:09.628Z Downloaded async-recursion v1.1.1
10372024-08-27T21:51:09.631Z Downloaded ring v0.17.8
10382024-08-27T21:51:09.699Z Downloaded data-encoding v2.6.0
10392024-08-27T21:51:09.702Z Downloaded curve25519-dalek-derive v0.1.1
10402024-08-27T21:51:09.702Z Downloaded bit-vec v0.6.3
10412024-08-27T21:51:09.705Z Downloaded aead v0.5.2
10422024-08-27T21:51:09.705Z Downloaded managed v0.8.0
10432024-08-27T21:51:09.705Z Downloaded humantime v2.1.0
10442024-08-27T21:51:09.707Z Downloaded block-padding v0.3.3
10452024-08-27T21:51:09.707Z Downloaded atomic-waker v1.1.2
10462024-08-27T21:51:09.710Z Downloaded linear-map v1.2.0
10472024-08-27T21:51:09.710Z Downloaded constant_time_eq v0.3.0
10482024-08-27T21:51:09.713Z Downloaded ascii-canvas v3.0.0
10492024-08-27T21:51:09.713Z Downloaded ciborium-ll v0.2.2
10502024-08-27T21:51:09.713Z Downloaded castaway v0.2.3
10512024-08-27T21:51:09.715Z Downloaded bitfield-struct v0.6.1
10522024-08-27T21:51:09.715Z Downloaded inout v0.1.3
10532024-08-27T21:51:09.715Z Downloaded indent_write v2.2.0
10542024-08-27T21:51:09.719Z Downloaded httpdate v1.0.3
10552024-08-27T21:51:09.719Z Downloaded colored v2.1.0
10562024-08-27T21:51:09.722Z Downloaded bb8 v0.8.5
10572024-08-27T21:51:09.735Z Downloaded ring v0.16.20
10582024-08-27T21:51:09.903Z Compiling cfg-if v1.0.0
10592024-08-27T21:51:09.903Z Compiling serde v1.0.208
10602024-08-27T21:51:09.905Z Compiling typenum v1.17.0
10612024-08-27T21:51:09.905Z Compiling generic-array v0.14.7
10622024-08-27T21:51:09.905Z Compiling lock_api v0.4.12
10632024-08-27T21:51:10.058Z Compiling syn v2.0.74
10642024-08-27T21:51:10.060Z Compiling scopeguard v1.2.0
10652024-08-27T21:51:10.060Z Compiling log v0.4.21
10662024-08-27T21:51:10.141Z Compiling getrandom v0.2.14
10672024-08-27T21:51:10.272Z Compiling jobserver v0.1.32
10682024-08-27T21:51:10.410Z Compiling rand_core v0.6.4
10692024-08-27T21:51:10.507Z Compiling subtle v2.5.0
10702024-08-27T21:51:10.619Z Compiling cc v1.0.97
10712024-08-27T21:51:10.638Z Compiling const-oid v0.9.6
10722024-08-27T21:51:10.848Z Compiling smallvec v1.13.2
10732024-08-27T21:51:10.912Z Compiling pin-project-lite v0.2.14
10742024-08-27T21:51:10.932Z Compiling parking_lot_core v0.9.10
10752024-08-27T21:51:11.038Z Compiling signal-hook-registry v1.4.2
10762024-08-27T21:51:11.184Z Compiling spin v0.9.8
10772024-08-27T21:51:11.440Z Compiling mio v1.0.2
10782024-08-27T21:51:11.746Z Compiling ahash v0.8.11
10792024-08-27T21:51:11.950Z Compiling parking_lot v0.12.2
10802024-08-27T21:51:12.115Z Compiling tinyvec_macros v0.1.1
10812024-08-27T21:51:12.210Z Compiling tinyvec v1.6.0
10822024-08-27T21:51:12.298Z Compiling socket2 v0.5.7
10832024-08-27T21:51:12.703Z Compiling libm v0.2.8
10842024-08-27T21:51:12.812Z Compiling futures-core v0.3.30
10852024-08-27T21:51:12.905Z Compiling cpufeatures v0.2.12
10862024-08-27T21:51:12.984Z Compiling futures-sink v0.3.30
10872024-08-27T21:51:13.009Z Compiling serde_json v1.0.125
10882024-08-27T21:51:13.057Z Compiling num-traits v0.2.19
10892024-08-27T21:51:13.103Z Compiling slab v0.4.9
10902024-08-27T21:51:13.144Z Compiling allocator-api2 v0.2.18
10912024-08-27T21:51:13.321Z Compiling unicode-bidi v0.3.15
10922024-08-27T21:51:13.610Z Compiling futures-channel v0.3.30
10932024-08-27T21:51:13.814Z Compiling unicode-normalization v0.1.23
10942024-08-27T21:51:13.878Z Compiling futures-io v0.3.30
10952024-08-27T21:51:14.005Z Compiling futures-task v0.3.30
10962024-08-27T21:51:14.047Z Compiling pkg-config v0.3.30
10972024-08-27T21:51:14.196Z Compiling vcpkg v0.2.15
10982024-08-27T21:51:14.316Z Compiling pin-utils v0.1.0
10992024-08-27T21:51:14.418Z Compiling base64ct v1.6.0
11002024-08-27T21:51:14.965Z Compiling pem-rfc7468 v0.7.0
11012024-08-27T21:51:15.040Z Compiling ppv-lite86 v0.2.17
11022024-08-27T21:51:15.042Z Compiling ring v0.17.8
11032024-08-27T21:51:15.062Z Compiling flagset v0.4.5
11042024-08-27T21:51:15.282Z Compiling percent-encoding v2.3.1
11052024-08-27T21:51:15.650Z Compiling tracing-core v0.1.32
11062024-08-27T21:51:15.669Z Compiling untrusted v0.9.0
11072024-08-27T21:51:15.748Z Compiling rustix v0.38.34
11082024-08-27T21:51:15.805Z Compiling rand_chacha v0.3.1
11092024-08-27T21:51:15.845Z Compiling time-core v0.1.2
11102024-08-27T21:51:16.028Z Compiling openssl v0.10.66
11112024-08-27T21:51:16.495Z Compiling openssl-sys v0.9.103
11122024-08-27T21:51:16.497Z Compiling rand v0.8.5
11132024-08-27T21:51:16.688Z Compiling foreign-types-shared v0.1.1
11142024-08-27T21:51:16.794Z Compiling rustversion v1.0.17
11152024-08-27T21:51:17.017Z Compiling num-conv v0.1.0
11162024-08-27T21:51:17.067Z Compiling powerfmt v0.2.0
11172024-08-27T21:51:17.305Z Compiling httparse v1.8.0
11182024-08-27T21:51:17.451Z Compiling deranged v0.3.11
11192024-08-27T21:51:17.596Z Compiling time-macros v0.2.18
11202024-08-27T21:51:17.731Z Compiling foreign-types v0.3.2
11212024-08-27T21:51:17.828Z Compiling form_urlencoded v1.2.1
11222024-08-27T21:51:18.074Z Compiling aho-corasick v1.1.3
11232024-08-27T21:51:18.148Z Compiling native-tls v0.2.11
11242024-08-27T21:51:18.373Z Compiling siphasher v0.3.11
11252024-08-27T21:51:18.472Z Compiling crossbeam-utils v0.8.19
11262024-08-27T21:51:18.754Z Compiling regex-syntax v0.8.4
11272024-08-27T21:51:19.120Z Compiling num_threads v0.1.7
11282024-08-27T21:51:19.147Z Compiling syn v1.0.109
11292024-08-27T21:51:19.261Z Compiling try-lock v0.2.5
11302024-08-27T21:51:19.299Z Compiling rustls v0.21.12
11312024-08-27T21:51:19.397Z Compiling want v0.3.1
11322024-08-27T21:51:19.841Z Compiling idna v0.5.0
11332024-08-27T21:51:20.273Z Compiling cookie v0.17.0
11342024-08-27T21:51:20.580Z Compiling openssl-probe v0.1.5
11352024-08-27T21:51:20.766Z Compiling time v0.3.36
11362024-08-27T21:51:20.915Z Compiling finl_unicode v1.2.0
11372024-08-27T21:51:21.011Z Compiling tower-service v0.3.2
11382024-08-27T21:51:21.126Z Compiling adler v1.0.2
11392024-08-27T21:51:21.379Z Compiling iana-time-zone v0.1.60
11402024-08-27T21:51:21.397Z Compiling httpdate v1.0.3
11412024-08-27T21:51:21.505Z Compiling slog v2.7.0
11422024-08-27T21:51:21.882Z Compiling stringprep v0.1.4
11432024-08-27T21:51:21.905Z Compiling miniz_oxide v0.7.2
11442024-08-27T21:51:22.121Z Compiling url v2.5.2
11452024-08-27T21:51:23.102Z Compiling regex-automata v0.4.6
11462024-08-27T21:51:24.089Z Compiling sct v0.7.1
11472024-08-27T21:51:24.327Z Compiling rustls-webpki v0.101.7
11482024-08-27T21:51:24.541Z Compiling serde_derive v1.0.208
11492024-08-27T21:51:24.808Z Compiling zeroize_derive v1.4.2
11502024-08-27T21:51:25.332Z Compiling zerocopy-derive v0.7.34
11512024-08-27T21:51:25.548Z Compiling tokio-macros v2.4.0
11522024-08-27T21:51:26.065Z Compiling thiserror-impl v1.0.63
11532024-08-27T21:51:26.293Z Compiling futures-macro v0.3.30
11542024-08-27T21:51:26.526Z Compiling zeroize v1.7.0
11552024-08-27T21:51:27.282Z Compiling der_derive v0.7.2
11562024-08-27T21:51:27.650Z Compiling zerocopy v0.7.34
11572024-08-27T21:51:28.298Z Compiling crypto-common v0.1.6
11582024-08-27T21:51:28.344Z Compiling block-buffer v0.10.4
11592024-08-27T21:51:28.533Z Compiling block-padding v0.3.3
11602024-08-27T21:51:28.605Z Compiling digest v0.10.7
11612024-08-27T21:51:28.794Z Compiling inout v0.1.3
11622024-08-27T21:51:29.074Z Compiling hmac v0.12.1
11632024-08-27T21:51:29.103Z Compiling sha2 v0.10.8
11642024-08-27T21:51:29.318Z Compiling cipher v0.4.4
11652024-08-27T21:51:29.456Z Compiling thiserror v1.0.63
11662024-08-27T21:51:29.593Z Compiling futures-util v0.3.30
11672024-08-27T21:51:29.838Z Compiling hashbrown v0.14.5
11682024-08-27T21:51:29.867Z Compiling pest v2.7.10
11692024-08-27T21:51:29.870Z Compiling der v0.7.9
11702024-08-27T21:51:31.281Z Compiling salsa20 v0.10.2
11712024-08-27T21:51:31.516Z Compiling pbkdf2 v0.12.2
11722024-08-27T21:51:31.701Z Compiling scroll_derive v0.12.0
11732024-08-27T21:51:32.723Z Compiling pest_meta v2.7.10
11742024-08-27T21:51:32.918Z Compiling tracing-attributes v0.1.27
11752024-08-27T21:51:33.208Z Compiling spki v0.7.3
11762024-08-27T21:51:33.243Z Compiling scroll v0.12.0
11772024-08-27T21:51:33.578Z Compiling scrypt v0.11.0
11782024-08-27T21:51:33.802Z Compiling cbc v0.1.2
11792024-08-27T21:51:34.030Z Compiling pest_generator v2.7.10
11802024-08-27T21:51:34.126Z Compiling aes v0.8.4
11812024-08-27T21:51:35.868Z Compiling pkcs5 v0.7.1
11822024-08-27T21:51:36.051Z Compiling goblin v0.8.2
11832024-08-27T21:51:36.119Z Compiling openssl-macros v0.1.1
11842024-08-27T21:51:36.812Z Compiling tracing v0.1.40
11852024-08-27T21:51:36.942Z Compiling pkcs8 v0.10.2
11862024-08-27T21:51:36.960Z Compiling md-5 v0.10.6
11872024-08-27T21:51:37.208Z Compiling num-integer v0.1.46
11882024-08-27T21:51:37.330Z Compiling backtrace v0.3.71
11892024-08-27T21:51:37.664Z Compiling idna v0.3.0
11902024-08-27T21:51:37.802Z Compiling pest_derive v2.7.10
11912024-08-27T21:51:37.823Z Compiling lazy_static v1.5.0
11922024-08-27T21:51:37.869Z Compiling hash32 v0.2.1
11932024-08-27T21:51:37.944Z Compiling base64 v0.22.1
11942024-08-27T21:51:38.022Z Compiling psl-types v2.0.11
11952024-08-27T21:51:38.222Z Compiling fallible-iterator v0.2.0
11962024-08-27T21:51:38.267Z Compiling gimli v0.28.1
11972024-08-27T21:51:38.605Z Compiling dtrace-parser v0.2.0
11982024-08-27T21:51:38.753Z Compiling num-bigint-dig v0.8.4
11992024-08-27T21:51:38.960Z Compiling bytes v1.7.1
12002024-08-27T21:51:39.074Z Compiling bitflags v2.6.0
12012024-08-27T21:51:39.240Z Compiling indexmap v2.4.0
12022024-08-27T21:51:39.558Z Compiling semver v1.0.23
12032024-08-27T21:51:40.264Z Compiling tokio v1.39.3
12042024-08-27T21:51:40.341Z Compiling http v0.2.12
12052024-08-27T21:51:40.675Z Compiling rustc_version v0.4.0
12062024-08-27T21:51:41.426Z Compiling heapless v0.7.17
12072024-08-27T21:51:41.899Z Compiling http-body v0.4.6
12082024-08-27T21:51:42.363Z Compiling dof v0.3.0
12092024-08-27T21:51:42.906Z Compiling uuid v1.10.0
12102024-08-27T21:51:43.352Z Compiling usdt-impl v0.5.0
12112024-08-27T21:51:43.979Z Compiling serde_spanned v0.6.7
12122024-08-27T21:51:44.215Z Compiling chrono v0.4.38
12132024-08-27T21:51:44.379Z Compiling serde_tokenstream v0.2.2
12142024-08-27T21:51:44.566Z Compiling toml_datetime v0.6.8
12152024-08-27T21:51:44.957Z Compiling smoltcp v0.9.1
12162024-08-27T21:51:45.015Z Compiling crc32fast v1.4.0
12172024-08-27T21:51:45.096Z Compiling stable_deref_trait v1.2.0
12182024-08-27T21:51:45.200Z Compiling signal-hook v0.3.17
12192024-08-27T21:51:45.491Z Compiling cfg_aliases v0.1.1
12202024-08-27T21:51:45.590Z Compiling nix v0.28.0
12212024-08-27T21:51:45.777Z Compiling terminal_size v0.3.0
12222024-08-27T21:51:45.978Z Compiling addr2line v0.21.0
12232024-08-27T21:51:46.204Z Compiling postgres-protocol v0.6.7
12242024-08-27T21:51:46.459Z Compiling publicsuffix v2.2.3
12252024-08-27T21:51:46.507Z Compiling hubpack_derive v0.1.1
12262024-08-27T21:51:46.701Z Compiling num-iter v0.1.45
12272024-08-27T21:51:46.719Z Compiling async-trait v0.1.81
12282024-08-27T21:51:46.866Z Compiling zerocopy-derive v0.6.6
12292024-08-27T21:51:47.576Z Compiling phf_shared v0.11.2
12302024-08-27T21:51:47.954Z Compiling serde_derive_internals v0.29.1
12312024-08-27T21:51:47.971Z Compiling ff v0.13.0
12322024-08-27T21:51:48.008Z Compiling object v0.32.2
12332024-08-27T21:51:48.189Z Compiling fs-err v2.11.0
12342024-08-27T21:51:48.278Z Compiling managed v0.8.0
12352024-08-27T21:51:48.488Z Compiling schemars v0.8.21
12362024-08-27T21:51:48.707Z Compiling tokio-util v0.7.11
12372024-08-27T21:51:49.023Z Compiling tokio-rustls v0.24.1
12382024-08-27T21:51:49.436Z Compiling tokio-native-tls v0.3.1
12392024-08-27T21:51:49.485Z Compiling either v1.13.0
12402024-08-27T21:51:49.549Z Compiling base16ct v0.2.0
12412024-08-27T21:51:49.716Z Compiling h2 v0.3.26
12422024-08-27T21:51:49.868Z Compiling ipnet v2.9.0
12432024-08-27T21:51:49.933Z Compiling bitflags v1.3.2
12442024-08-27T21:51:50.024Z Compiling winnow v0.5.40
12452024-08-27T21:51:50.073Z Compiling base64 v0.21.7
12462024-08-27T21:51:50.680Z Compiling rustc-demangle v0.1.24
12472024-08-27T21:51:50.841Z Compiling anyhow v1.0.86
12482024-08-27T21:51:51.064Z Compiling clap_builder v4.5.15
12492024-08-27T21:51:51.365Z Compiling schemars_derive v0.8.21
12502024-08-27T21:51:51.712Z Compiling rustls-pemfile v1.0.4
12512024-08-27T21:51:52.177Z Compiling sec1 v0.7.3
12522024-08-27T21:51:52.767Z Compiling zerocopy v0.6.6
12532024-08-27T21:51:53.668Z Compiling toml_edit v0.19.15
12542024-08-27T21:51:53.944Z Compiling group v0.13.0
12552024-08-27T21:51:54.070Z Compiling phf v0.11.2
12562024-08-27T21:51:54.268Z Compiling hubpack v0.1.2
12572024-08-27T21:51:54.366Z Compiling cookie_store v0.20.0
12582024-08-27T21:51:54.809Z Compiling postgres-types v0.2.7
12592024-08-27T21:51:55.943Z Compiling usdt-macro v0.5.0
12602024-08-27T21:51:55.960Z Compiling usdt-attr-macro v0.5.0
12612024-08-27T21:51:57.394Z Compiling hyper v0.14.30
12622024-08-27T21:51:57.644Z Compiling serde_urlencoded v0.7.1
12632024-08-27T21:51:57.797Z Compiling pkcs1 v0.7.5
12642024-08-27T21:51:58.179Z Compiling futures-executor v0.3.30
12652024-08-27T21:51:58.351Z Compiling hkdf v0.12.4
12662024-08-27T21:51:58.617Z Compiling signature v2.2.0
12672024-08-27T21:51:58.757Z Compiling regex v1.10.6
12682024-08-27T21:51:58.784Z Compiling bstr v1.9.1
12692024-08-27T21:51:58.920Z Compiling crypto-bigint v0.5.5
12702024-08-27T21:51:59.863Z Compiling clap_derive v4.5.13
12712024-08-27T21:52:00.382Z Compiling enum-as-inner v0.6.0
12722024-08-27T21:52:00.617Z Compiling serde_repr v0.1.19
12732024-08-27T21:52:00.678Z Compiling strum_macros v0.25.3
12742024-08-27T21:52:01.517Z Compiling phf_shared v0.10.0
12752024-08-27T21:52:01.813Z Compiling float-cmp v0.9.0
12762024-08-27T21:52:01.844Z Compiling idna v0.4.0
12772024-08-27T21:52:01.915Z Compiling mio v0.8.11
12782024-08-27T21:52:02.027Z Compiling encoding_rs v0.8.34
12792024-08-27T21:52:03.138Z Compiling static_assertions v1.1.0
12802024-08-27T21:52:03.247Z Compiling predicates-core v1.0.6
12812024-08-27T21:52:03.481Z Compiling normalize-line-endings v0.3.0
12822024-08-27T21:52:03.601Z Compiling mime v0.3.17
12832024-08-27T21:52:03.619Z Compiling difflib v0.4.0
12842024-08-27T21:52:04.206Z Compiling bit-vec v0.6.3
12852024-08-27T21:52:04.686Z Compiling hyper-tls v0.5.0
12862024-08-27T21:52:04.889Z Compiling hyper-rustls v0.24.2
12872024-08-27T21:52:04.908Z Compiling sync_wrapper v0.1.2
12882024-08-27T21:52:05.034Z Compiling fixedbitset v0.4.2
12892024-08-27T21:52:05.050Z Compiling precomputed-hash v0.1.1
12902024-08-27T21:52:05.168Z Compiling data-encoding v2.6.0
12912024-08-27T21:52:05.187Z Compiling webpki-roots v0.25.4
12922024-08-27T21:52:05.204Z Compiling whoami v1.5.1
12932024-08-27T21:52:05.244Z Compiling unicode-segmentation v1.11.0
12942024-08-27T21:52:05.350Z Compiling minimal-lexical v0.2.1
12952024-08-27T21:52:05.468Z Compiling new_debug_unreachable v1.0.6
12962024-08-27T21:52:05.566Z Compiling dyn-clone v1.0.17
12972024-08-27T21:52:05.794Z Compiling nom v7.1.3
12982024-08-27T21:52:05.875Z Compiling string_cache v0.8.7
12992024-08-27T21:52:06.107Z Compiling similar v2.6.0
13002024-08-27T21:52:06.401Z Compiling hickory-proto v0.24.1
13012024-08-27T21:52:06.631Z Compiling tokio-postgres v0.7.11
13022024-08-27T21:52:07.561Z Compiling reqwest v0.11.27
13032024-08-27T21:52:07.602Z Compiling petgraph v0.6.5
13042024-08-27T21:52:08.657Z Compiling toml_edit v0.22.20
13052024-08-27T21:52:09.691Z Compiling console v0.15.8
13062024-08-27T21:52:09.755Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13072024-08-27T21:52:10.206Z Compiling clap v4.5.16
13082024-08-27T21:52:10.327Z Compiling bit-set v0.5.3
13092024-08-27T21:52:10.612Z Compiling predicates v3.1.2
13102024-08-27T21:52:11.261Z Compiling usdt v0.5.0
13112024-08-27T21:52:11.673Z Compiling signal-hook-mio v0.2.4
13122024-08-27T21:52:11.699Z Compiling elliptic-curve v0.13.8
13132024-08-27T21:52:11.858Z Compiling rsa v0.9.6
13142024-08-27T21:52:12.309Z Compiling futures v0.3.30
13152024-08-27T21:52:12.360Z Compiling flate2 v1.0.31
13162024-08-27T21:52:12.429Z Compiling toml v0.7.8
13172024-08-27T21:52:14.236Z Compiling itertools v0.10.5
13182024-08-27T21:52:15.079Z Compiling itertools v0.12.1
13192024-08-27T21:52:16.224Z Compiling tokio-stream v0.1.15
13202024-08-27T21:52:16.796Z Compiling openapiv3 v2.0.0
13212024-08-27T21:52:16.816Z Compiling hex v0.4.3
13222024-08-27T21:52:17.113Z Compiling sha1 v0.10.6
13232024-08-27T21:52:17.196Z Compiling crossbeam-epoch v0.9.18
13242024-08-27T21:52:17.286Z Compiling dirs-sys-next v0.1.2
13252024-08-27T21:52:17.448Z Compiling peg-runtime v0.8.3
13262024-08-27T21:52:17.539Z Compiling lalrpop-util v0.19.12
13272024-08-27T21:52:17.900Z Compiling unicode-xid v0.2.4
13282024-08-27T21:52:17.948Z Compiling dirs-next v2.0.0
13292024-08-27T21:52:17.977Z Compiling thread_local v1.1.8
13302024-08-27T21:52:18.078Z Compiling slog-async v2.8.0
13312024-08-27T21:52:18.096Z Compiling term v0.7.0
13322024-08-27T21:52:18.136Z Compiling xattr v1.3.1
13332024-08-27T21:52:18.302Z Compiling strum_macros v0.26.4
13342024-08-27T21:52:18.413Z Compiling crossbeam-channel v0.5.12
13352024-08-27T21:52:18.522Z Compiling filetime v0.2.24
13362024-08-27T21:52:18.703Z Compiling is-terminal v0.4.12
13372024-08-27T21:52:18.831Z Compiling take_mut v0.2.2
13382024-08-27T21:52:18.833Z Compiling slog-term v2.9.1
13392024-08-27T21:52:18.991Z Compiling tar v0.4.41
13402024-08-27T21:52:19.675Z Compiling camino v1.1.9
13412024-08-27T21:52:21.468Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13422024-08-27T21:52:21.809Z Compiling strum v0.26.3
13432024-08-27T21:52:21.886Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13442024-08-27T21:52:26.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13452024-08-27T21:52:27.094Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13462024-08-27T21:52:27.142ZAug 27 21:52:26.373 INFO Starting download, target: Clickhouse
13472024-08-27T21:52:27.142ZAug 27 21:52:26.373 INFO Starting download, target: Console
13482024-08-27T21:52:27.142ZAug 27 21:52:26.373 INFO Starting download, target: Cockroach
13492024-08-27T21:52:27.144ZAug 27 21:52:26.373 INFO Starting download, target: DendriteOpenapi
13502024-08-27T21:52:27.144ZAug 27 21:52:26.373 INFO Starting download, target: DendriteStub
13512024-08-27T21:52:27.144ZAug 27 21:52:26.373 INFO Starting download, target: MaghemiteMgd
13522024-08-27T21:52:27.144ZAug 27 21:52:26.373 INFO Starting download, target: TransceiverControl
13532024-08-27T21:52:27.144ZAug 27 21:52:26.374 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13542024-08-27T21:52:27.145ZAug 27 21:52:26.374 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13552024-08-27T21:52:27.145ZAug 27 21:52:26.374 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13562024-08-27T21:52:27.145ZAug 27 21:52:26.374 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13572024-08-27T21:52:27.145ZAug 27 21:52:26.374 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13582024-08-27T21:52:27.145ZAug 27 21:52:26.374 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13592024-08-27T21:52:27.145ZAug 27 21:52:26.374 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13602024-08-27T21:52:27.266ZAug 27 21:52:26.497 INFO Download complete, target: DendriteOpenapi
13612024-08-27T21:52:27.485ZAug 27 21:52:26.710 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13622024-08-27T21:52:27.722ZAug 27 21:52:26.953 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13632024-08-27T21:52:27.876ZAug 27 21:52:27.107 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13642024-08-27T21:52:28.236ZAug 27 21:52:27.467 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13652024-08-27T21:52:28.236ZAug 27 21:52:27.467 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13662024-08-27T21:52:28.257ZAug 27 21:52:27.488 INFO Download complete, target: TransceiverControl
13672024-08-27T21:52:28.800ZAug 27 21:52:28.031 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13682024-08-27T21:52:29.019ZAug 27 21:52:28.250 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13692024-08-27T21:52:29.088ZAug 27 21:52:28.319 INFO Download complete, target: Console
13702024-08-27T21:52:30.825ZAug 27 21:52:30.056 INFO Download complete, target: DendriteStub
13712024-08-27T21:52:31.318ZAug 27 21:52:30.549 INFO Download complete, target: MaghemiteMgd
13722024-08-27T21:52:36.674ZAug 27 21:52:35.905 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13732024-08-27T21:52:36.961ZAug 27 21:52:36.192 INFO Checking that binary works, target: Cockroach
13742024-08-27T21:52:37.130ZAug 27 21:52:36.361 INFO Download complete, target: Cockroach
13752024-08-27T21:52:43.180ZAug 27 21:52:42.411 INFO Checking that binary works, target: Clickhouse
13762024-08-27T21:52:43.817ZAug 27 21:52:43.047 INFO Download complete, target: Clickhouse
13772024-08-27T21:52:44.087ZAll builder prerequisites installed successfully, and PATH looks valid
13782024-08-27T21:52:44.090Z
13792024-08-27T21:52:44.090Zreal 4:00.685147151
13802024-08-27T21:52:44.090Zuser 11:31.064735110
13812024-08-27T21:52:44.090Zsys 2:25.898380942
13822024-08-27T21:52:44.090Ztrap 0.422310156
13832024-08-27T21:52:44.090Ztflt 1.498485396
13842024-08-27T21:52:44.090Zdflt 1.880008699
13852024-08-27T21:52:44.090Zkflt 0.037343019
13862024-08-27T21:52:44.090Zlock 23:29.916920549
13872024-08-27T21:52:44.090Zslp 44:36.490291650
13882024-08-27T21:52:44.090Zlat 44.253079061
13892024-08-27T21:52:44.090Zstop 1:53.283027833
13902024-08-27T21:52:44.091Z+ banner hack-check
13912024-08-27T21:52:44.095Z
13922024-08-27T21:52:44.095Z # # ## #### # # #### # # ###### #### # #
13932024-08-27T21:52:44.095Z # # # # # # # # # # # # # # # # #
13942024-08-27T21:52:44.095Z ###### # # # #### ##### # ###### ##### # ####
13952024-08-27T21:52:44.095Z # # ###### # # # # # # # # # #
13962024-08-27T21:52:44.095Z # # # # # # # # # # # # # # # # #
13972024-08-27T21:52:44.095Z # # # # #### # # #### # # ###### #### # #
13982024-08-27T21:52:44.095Z
13992024-08-27T21:52:44.095Z+ export CARGO_INCREMENTAL=0
14002024-08-27T21:52:44.095Z+ CARGO_INCREMENTAL=0
14012024-08-27T21:52:44.095Z+ ptime -m timeout 2h cargo xtask check-features --ci
14022024-08-27T21:52:44.694Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14032024-08-27T21:52:48.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
14042024-08-27T21:52:48.212Z Running `target/debug/xtask check-features --ci`
14052024-08-27T21:52:48.233Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14062024-08-27T21:52:48.238Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14072024-08-27T21:52:48.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
14082024-08-27T21:52:48.744Z Running `target/debug/xtask download cargo-hack`
14092024-08-27T21:52:49.574Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14102024-08-27T21:52:49.944Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14112024-08-27T21:52:54.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
14122024-08-27T21:52:54.438Z Running `target/debug/xtask-downloader cargo-hack`
14132024-08-27T21:52:54.475ZAug 27 21:52:53.705 INFO Starting download, target: CargoHack
14142024-08-27T21:52:54.477ZAug 27 21:52:53.706 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14152024-08-27T21:52:55.070ZAug 27 21:52:54.300 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14162024-08-27T21:52:55.172ZAug 27 21:52:54.402 INFO Download complete, target: CargoHack
14172024-08-27T21:52:55.175Zrunning: "/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"
14182024-08-27T21:52:55.191Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14192024-08-27T21:52:55.350Zinfo: running `cargo check --bins` on api_identity (1/154)
14202024-08-27T21:52:55.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14212024-08-27T21:52:55.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14222024-08-27T21:52:55.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14232024-08-27T21:52:55.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14242024-08-27T21:52:55.977Z
14252024-08-27T21:52:55.977Zinfo: running `cargo check --bins` on bootstore (2/154)
14262024-08-27T21:52:56.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14272024-08-27T21:52:56.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14282024-08-27T21:52:56.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14292024-08-27T21:52:56.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
14302024-08-27T21:52:56.639Z
14312024-08-27T21:52:56.639Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/154)
14322024-08-27T21:52:57.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14332024-08-27T21:52:57.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14342024-08-27T21:52:57.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14352024-08-27T21:52:57.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14362024-08-27T21:52:57.280Z
14372024-08-27T21:52:57.280Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/154)
14382024-08-27T21:52:57.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14392024-08-27T21:52:57.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14402024-08-27T21:52:57.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14412024-08-27T21:52:57.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14422024-08-27T21:52:57.918Z
14432024-08-27T21:52:57.918Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/154)
14442024-08-27T21:52:58.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14452024-08-27T21:52:58.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14462024-08-27T21:52:58.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14472024-08-27T21:52:58.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14482024-08-27T21:52:58.422Z
14492024-08-27T21:52:58.422Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/154)
14502024-08-27T21:52:58.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14512024-08-27T21:52:58.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14522024-08-27T21:52:58.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14532024-08-27T21:52:58.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14542024-08-27T21:52:58.856Z
14552024-08-27T21:52:58.856Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/154)
14562024-08-27T21:52:59.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14572024-08-27T21:52:59.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14582024-08-27T21:52:59.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14592024-08-27T21:52:59.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14602024-08-27T21:52:59.322Z
14612024-08-27T21:52:59.322Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/154)
14622024-08-27T21:52:59.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14632024-08-27T21:52:59.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14642024-08-27T21:52:59.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14652024-08-27T21:52:59.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14662024-08-27T21:52:59.805Z
14672024-08-27T21:52:59.805Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/154)
14682024-08-27T21:53:00.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14692024-08-27T21:53:00.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14702024-08-27T21:53:00.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14712024-08-27T21:53:00.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14722024-08-27T21:53:00.281Z
14732024-08-27T21:53:00.281Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/154)
14742024-08-27T21:53:00.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14752024-08-27T21:53:00.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14762024-08-27T21:53:00.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14772024-08-27T21:53:00.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14782024-08-27T21:53:00.755Z
14792024-08-27T21:53:00.755Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/154)
14802024-08-27T21:53:01.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14812024-08-27T21:53:01.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14822024-08-27T21:53:01.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14832024-08-27T21:53:01.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14842024-08-27T21:53:01.230Z
14852024-08-27T21:53:01.230Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/154)
14862024-08-27T21:53:01.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14872024-08-27T21:53:01.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14882024-08-27T21:53:01.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14892024-08-27T21:53:01.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14902024-08-27T21:53:01.710Z
14912024-08-27T21:53:01.711Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/154)
14922024-08-27T21:53:02.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14932024-08-27T21:53:02.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14942024-08-27T21:53:02.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14952024-08-27T21:53:02.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14962024-08-27T21:53:02.194Z
14972024-08-27T21:53:02.194Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/154)
14982024-08-27T21:53:02.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14992024-08-27T21:53:02.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15002024-08-27T21:53:02.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15012024-08-27T21:53:02.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15022024-08-27T21:53:02.673Z
15032024-08-27T21:53:02.673Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/154)
15042024-08-27T21:53:03.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15052024-08-27T21:53:03.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15062024-08-27T21:53:03.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15072024-08-27T21:53:03.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15082024-08-27T21:53:03.143Z
15092024-08-27T21:53:03.143Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/154)
15102024-08-27T21:53:03.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15112024-08-27T21:53:03.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15122024-08-27T21:53:03.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15132024-08-27T21:53:03.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15142024-08-27T21:53:03.615Z
15152024-08-27T21:53:03.615Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/154)
15162024-08-27T21:53:04.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15172024-08-27T21:53:04.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15182024-08-27T21:53:04.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15192024-08-27T21:53:04.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15202024-08-27T21:53:04.098Z
15212024-08-27T21:53:04.098Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/154)
15222024-08-27T21:53:04.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15232024-08-27T21:53:04.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15242024-08-27T21:53:04.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15252024-08-27T21:53:04.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15262024-08-27T21:53:04.584Z
15272024-08-27T21:53:04.584Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/154)
15282024-08-27T21:53:05.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-08-27T21:53:05.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-08-27T21:53:05.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-08-27T21:53:05.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15322024-08-27T21:53:05.069Z
15332024-08-27T21:53:05.070Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/154)
15342024-08-27T21:53:05.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-08-27T21:53:05.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-08-27T21:53:05.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-08-27T21:53:05.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15382024-08-27T21:53:05.543Z
15392024-08-27T21:53:05.543Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/154)
15402024-08-27T21:53:05.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-08-27T21:53:05.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-08-27T21:53:05.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-08-27T21:53:05.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15442024-08-27T21:53:06.020Z
15452024-08-27T21:53:06.020Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/154)
15462024-08-27T21:53:06.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-08-27T21:53:06.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-08-27T21:53:06.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-08-27T21:53:06.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15502024-08-27T21:53:06.502Z
15512024-08-27T21:53:06.502Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/154)
15522024-08-27T21:53:06.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-08-27T21:53:06.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-08-27T21:53:06.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-08-27T21:53:06.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15562024-08-27T21:53:06.987Z
15572024-08-27T21:53:06.987Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/154)
15582024-08-27T21:53:07.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-08-27T21:53:07.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-08-27T21:53:07.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-08-27T21:53:07.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15622024-08-27T21:53:07.460Z
15632024-08-27T21:53:07.460Zinfo: running `cargo check --bins` on sled-hardware-types (25/154)
15642024-08-27T21:53:08.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-08-27T21:53:08.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-08-27T21:53:08.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-08-27T21:53:08.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15682024-08-27T21:53:08.109Z
15692024-08-27T21:53:08.109Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/154)
15702024-08-27T21:53:08.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-08-27T21:53:08.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-08-27T21:53:08.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-08-27T21:53:08.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15742024-08-27T21:53:08.771Z
15752024-08-27T21:53:08.771Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/154)
15762024-08-27T21:53:09.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-08-27T21:53:09.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-08-27T21:53:09.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15792024-08-27T21:53:09.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15802024-08-27T21:53:09.419Z
15812024-08-27T21:53:09.419Zinfo: running `cargo check --bins` on oxlog (28/154)
15822024-08-27T21:53:09.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15832024-08-27T21:53:09.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15842024-08-27T21:53:10.038Z Checking cfg-if v1.0.0
15852024-08-27T21:53:10.043Z Checking libc v0.2.156
15862024-08-27T21:53:10.134Z Checking memchr v2.7.2
15872024-08-27T21:53:10.145Z Checking serde v1.0.208
15882024-08-27T21:53:10.149Z Checking zeroize v1.7.0
15892024-08-27T21:53:10.166Z Checking typenum v1.17.0
15902024-08-27T21:53:10.169Z Checking scopeguard v1.2.0
15912024-08-27T21:53:10.169Z Checking byteorder v1.5.0
15922024-08-27T21:53:10.202Z Checking log v0.4.21
15932024-08-27T21:53:10.292Z Checking lock_api v0.4.12
15942024-08-27T21:53:10.396Z Checking subtle v2.5.0
15952024-08-27T21:53:10.481Z Checking once_cell v1.19.0
15962024-08-27T21:53:10.587Z Checking const-oid v0.9.6
15972024-08-27T21:53:10.650Z Checking itoa v1.0.11
15982024-08-27T21:53:10.702Z Checking pin-project-lite v0.2.14
15992024-08-27T21:53:10.794Z Checking smallvec v1.13.2
16002024-08-27T21:53:10.812Z Checking zerocopy v0.7.34
16012024-08-27T21:53:10.845Z Checking spin v0.9.8
16022024-08-27T21:53:10.973Z Checking tinyvec_macros v0.1.1
16032024-08-27T21:53:11.059Z Checking tinyvec v1.6.0
16042024-08-27T21:53:11.132Z Checking futures-core v0.3.30
16052024-08-27T21:53:11.181Z Checking futures-sink v0.3.30
16062024-08-27T21:53:11.262Z Checking getrandom v0.2.14
16072024-08-27T21:53:11.315Z Checking parking_lot_core v0.9.10
16082024-08-27T21:53:11.330Z Checking signal-hook-registry v1.4.2
16092024-08-27T21:53:11.498Z Checking generic-array v0.14.7
16102024-08-27T21:53:11.519Z Checking rand_core v0.6.4
16112024-08-27T21:53:11.571Z Checking mio v1.0.2
16122024-08-27T21:53:11.645Z Checking parking_lot v0.12.2
16132024-08-27T21:53:11.801Z Checking socket2 v0.5.7
16142024-08-27T21:53:11.989Z Checking cpufeatures v0.2.12
16152024-08-27T21:53:12.081Z Checking allocator-api2 v0.2.18
16162024-08-27T21:53:12.172Z Checking unicode-bidi v0.3.15
16172024-08-27T21:53:12.220Z Checking ahash v0.8.11
16182024-08-27T21:53:12.278Z Checking libm v0.2.8
16192024-08-27T21:53:12.346Z Checking unicode-normalization v0.1.23
16202024-08-27T21:53:12.391Z Checking ryu v1.0.18
16212024-08-27T21:53:12.630Z Checking equivalent v1.0.1
16222024-08-27T21:53:12.681Z Checking crypto-common v0.1.6
16232024-08-27T21:53:12.708Z Checking block-buffer v0.10.4
16242024-08-27T21:53:12.710Z Checking block-padding v0.3.3
16252024-08-27T21:53:12.734Z Checking hashbrown v0.14.5
16262024-08-27T21:53:12.789Z Checking futures-channel v0.3.30
16272024-08-27T21:53:12.847Z Checking slab v0.4.9
16282024-08-27T21:53:12.910Z Checking inout v0.1.3
16292024-08-27T21:53:12.930Z Checking digest v0.10.7
16302024-08-27T21:53:13.084Z Checking futures-task v0.3.30
16312024-08-27T21:53:13.120Z Checking cipher v0.4.4
16322024-08-27T21:53:13.133Z Checking futures-io v0.3.30
16332024-08-27T21:53:13.201Z Checking num-traits v0.2.19
16342024-08-27T21:53:13.257Z Checking pin-utils v0.1.0
16352024-08-27T21:53:13.289Z Checking hmac v0.12.1
16362024-08-27T21:53:13.304Z Checking sha2 v0.10.8
16372024-08-27T21:53:13.318Z Checking base64ct v1.6.0
16382024-08-27T21:53:13.338Z Checking futures-util v0.3.30
16392024-08-27T21:53:13.487Z Checking ppv-lite86 v0.2.17
16402024-08-27T21:53:13.508Z Checking flagset v0.4.5
16412024-08-27T21:53:13.685Z Checking percent-encoding v2.3.1
16422024-08-27T21:53:13.745Z Checking pem-rfc7468 v0.7.0
16432024-08-27T21:53:13.857Z Checking salsa20 v0.10.2
16442024-08-27T21:53:13.877Z Checking pbkdf2 v0.12.2
16452024-08-27T21:53:13.910Z Checking tracing-core v0.1.32
16462024-08-27T21:53:14.009Z Checking der v0.7.9
16472024-08-27T21:53:14.032Z Checking fnv v1.0.7
16482024-08-27T21:53:14.071Z Checking untrusted v0.9.0
16492024-08-27T21:53:14.161Z Checking rand_chacha v0.3.1
16502024-08-27T21:53:14.176Z Checking scrypt v0.11.0
16512024-08-27T21:53:14.225Z Checking ring v0.17.8
16522024-08-27T21:53:14.382Z Checking cbc v0.1.2
16532024-08-27T21:53:14.559Z Checking rand v0.8.5
16542024-08-27T21:53:14.572Z Checking tracing v0.1.40
16552024-08-27T21:53:14.591Z Checking aes v0.8.4
16562024-08-27T21:53:14.860Z Checking thiserror v1.0.63
16572024-08-27T21:53:14.931Z Checking foreign-types-shared v0.1.1
16582024-08-27T21:53:14.990Z Checking form_urlencoded v1.2.1
16592024-08-27T21:53:15.032Z Checking foreign-types v0.3.2
16602024-08-27T21:53:15.122Z Checking openssl-sys v0.9.103
16612024-08-27T21:53:15.137Z Checking bytes v1.7.1
16622024-08-27T21:53:15.177Z Checking bitflags v2.6.0
16632024-08-27T21:53:15.485Z Checking indexmap v2.4.0
16642024-08-27T21:53:15.503Z Checking serde_json v1.0.125
16652024-08-27T21:53:15.770Z Checking aho-corasick v1.1.3
16662024-08-27T21:53:15.807Z Checking spki v0.7.3
16672024-08-27T21:53:15.953Z Checking tokio v1.39.3
16682024-08-27T21:53:16.019Z Checking http v0.2.12
16692024-08-27T21:53:16.071Z Checking pkcs5 v0.7.1
16702024-08-27T21:53:16.461Z Checking siphasher v0.3.11
16712024-08-27T21:53:16.589Z Checking unicode-ident v1.0.12
16722024-08-27T21:53:16.755Z Checking powerfmt v0.2.0
16732024-08-27T21:53:16.758Z Checking regex-syntax v0.8.4
16742024-08-27T21:53:16.784Z Checking try-lock v0.2.5
16752024-08-27T21:53:16.912Z Checking want v0.3.1
16762024-08-27T21:53:17.004Z Checking deranged v0.3.11
16772024-08-27T21:53:17.085Z Checking proc-macro2 v1.0.86
16782024-08-27T21:53:17.170Z Checking pkcs8 v0.10.2
16792024-08-27T21:53:17.322Z Checking http-body v0.4.6
16802024-08-27T21:53:17.341Z Checking openssl v0.10.66
16812024-08-27T21:53:17.448Z Checking rustls-webpki v0.101.7
16822024-08-27T21:53:17.683Z Checking sct v0.7.1
16832024-08-27T21:53:17.748Z Checking uuid v1.10.0
16842024-08-27T21:53:17.882Z Checking idna v0.5.0
16852024-08-27T21:53:18.183Z Checking httparse v1.8.0
16862024-08-27T21:53:18.383Z Checking errno v0.3.9
16872024-08-27T21:53:18.481Z Checking scroll v0.12.0
16882024-08-27T21:53:18.555Z Checking num_threads v0.1.7
16892024-08-27T21:53:18.599Z Checking plain v0.2.3
16902024-08-27T21:53:18.656Z Checking utf8parse v0.2.1
16912024-08-27T21:53:18.684Z Checking num-conv v0.1.0
16922024-08-27T21:53:18.734Z Checking httpdate v1.0.3
16932024-08-27T21:53:18.765Z Checking time-core v0.1.2
16942024-08-27T21:53:18.788Z Checking finl_unicode v1.2.0
16952024-08-27T21:53:18.926Z Checking tower-service v0.3.2
16962024-08-27T21:53:18.929Z Checking adler v1.0.2
16972024-08-27T21:53:18.954Z Checking iana-time-zone v0.1.60
16982024-08-27T21:53:18.970Z Checking anstyle v1.0.8
16992024-08-27T21:53:19.034Z Checking ucd-trie v0.1.6
17002024-08-27T21:53:19.095Z Checking openssl-probe v0.1.5
17012024-08-27T21:53:19.111Z Checking chrono v0.4.38
17022024-08-27T21:53:19.241Z Checking pest v2.7.10
17032024-08-27T21:53:19.264Z Checking miniz_oxide v0.7.2
17042024-08-27T21:53:19.320Z Checking goblin v0.8.2
17052024-08-27T21:53:19.402Z Checking stringprep v0.1.4
17062024-08-27T21:53:19.653Z Checking time v0.3.36
17072024-08-27T21:53:19.949Z Checking regex-automata v0.4.6
17082024-08-27T21:53:20.004Z Checking anstyle-parse v0.2.4
17092024-08-27T21:53:20.283Z Checking url v2.5.2
17102024-08-27T21:53:21.081Z Checking rustix v0.38.34
17112024-08-27T21:53:21.202Z Checking rustls v0.21.12
17122024-08-27T21:53:21.800Z Checking quote v1.0.36
17132024-08-27T21:53:22.130Z Checking serde_spanned v0.6.7
17142024-08-27T21:53:22.150Z Checking toml_datetime v0.6.8
17152024-08-27T21:53:22.320Z Checking num-integer v0.1.46
17162024-08-27T21:53:22.425Z Checking md-5 v0.10.6
17172024-08-27T21:53:22.635Z Checking idna v0.3.0
17182024-08-27T21:53:22.668Z Checking native-tls v0.2.11
17192024-08-27T21:53:22.788Z Checking lazy_static v1.5.0
17202024-08-27T21:53:22.897Z Checking hash32 v0.2.1
17212024-08-27T21:53:22.980Z Checking tokio-util v0.7.11
17222024-08-27T21:53:23.003Z Checking stable_deref_trait v1.2.0
17232024-08-27T21:53:23.099Z Checking gimli v0.28.1
17242024-08-27T21:53:23.125Z Checking is_terminal_polyfill v1.70.0
17252024-08-27T21:53:23.205Z Checking base64 v0.22.1
17262024-08-27T21:53:23.230Z Checking colorchoice v1.0.1
17272024-08-27T21:53:23.358Z Checking psl-types v2.0.11
17282024-08-27T21:53:23.520Z Checking pretty-hex v0.4.1
17292024-08-27T21:53:23.535Z Checking fallible-iterator v0.2.0
17302024-08-27T21:53:23.680Z Checking anstyle-query v1.0.3
17312024-08-27T21:53:23.683Z Checking publicsuffix v2.2.3
17322024-08-27T21:53:23.806Z Checking anstream v0.6.14
17332024-08-27T21:53:23.828Z Checking h2 v0.3.26
17342024-08-27T21:53:23.922Z Checking heapless v0.7.17
17352024-08-27T21:53:24.115Z Checking postgres-protocol v0.6.7
17362024-08-27T21:53:24.163Z Checking terminal_size v0.3.0
17372024-08-27T21:53:24.337Z Checking tokio-native-tls v0.3.1
17382024-08-27T21:53:24.397Z Checking dof v0.3.0
17392024-08-27T21:53:24.485Z Checking tokio-rustls v0.24.1
17402024-08-27T21:53:24.579Z Checking num-iter v0.1.45
17412024-08-27T21:53:24.591Z Checking syn v2.0.74
17422024-08-27T21:53:24.750Z Checking cookie v0.17.0
17432024-08-27T21:53:24.777Z Checking dtrace-parser v0.2.0
17442024-08-27T21:53:24.841Z Checking phf_shared v0.11.2
17452024-08-27T21:53:24.962Z Checking ff v0.13.0
17462024-08-27T21:53:24.994Z Checking thread-id v4.2.1
17472024-08-27T21:53:25.091Z Checking object v0.32.2
17482024-08-27T21:53:25.112Z Checking ipnet v2.9.0
17492024-08-27T21:53:25.149Z Checking base16ct v0.2.0
17502024-08-27T21:53:25.164Z Checking rustc-demangle v0.1.24
17512024-08-27T21:53:25.236Z Checking clap_lex v0.7.0
17522024-08-27T21:53:25.323Z Checking either v1.13.0
17532024-08-27T21:53:25.470Z Checking winnow v0.5.40
17542024-08-27T21:53:25.530Z Checking bitflags v1.3.2
17552024-08-27T21:53:25.606Z Checking base64 v0.21.7
17562024-08-27T21:53:25.626Z Checking managed v0.8.0
17572024-08-27T21:53:25.689Z Checking strsim v0.11.1
17582024-08-27T21:53:25.970Z Checking clap_builder v4.5.15
17592024-08-27T21:53:26.003Z Checking smoltcp v0.9.1
17602024-08-27T21:53:26.051Z Checking rustls-pemfile v1.0.4
17612024-08-27T21:53:26.244Z Checking sec1 v0.7.3
17622024-08-27T21:53:26.627Z Checking group v0.13.0
17632024-08-27T21:53:26.886Z Checking cookie_store v0.20.0
17642024-08-27T21:53:27.068Z Checking addr2line v0.21.0
17652024-08-27T21:53:27.519Z Checking phf v0.11.2
17662024-08-27T21:53:27.534Z Checking postgres-types v0.2.7
17672024-08-27T21:53:27.588Z Checking num-bigint-dig v0.8.4
17682024-08-27T21:53:27.783Z Checking bstr v1.9.1
17692024-08-27T21:53:28.236Z Checking regex v1.10.6
17702024-08-27T21:53:28.476Z Checking toml_edit v0.19.15
17712024-08-27T21:53:28.735Z Checking futures-executor v0.3.30
17722024-08-27T21:53:28.806Z Checking pkcs1 v0.7.5
17732024-08-27T21:53:28.949Z Checking phf_shared v0.10.0
17742024-08-27T21:53:29.076Z Checking serde_urlencoded v0.7.1
17752024-08-27T21:53:29.190Z Checking hubpack v0.1.2
17762024-08-27T21:53:29.228Z Checking zerocopy v0.6.6
17772024-08-27T21:53:29.496Z Checking float-cmp v0.9.0
17782024-08-27T21:53:29.510Z Checking signal-hook v0.3.17
17792024-08-27T21:53:29.676Z Checking crossbeam-utils v0.8.19
17802024-08-27T21:53:29.792Z Checking crc32fast v1.4.0
17812024-08-27T21:53:29.817Z Checking hkdf v0.12.4
17822024-08-27T21:53:29.985Z Checking signature v2.2.0
17832024-08-27T21:53:30.018Z Checking idna v0.4.0
17842024-08-27T21:53:30.032Z Checking crypto-bigint v0.5.5
17852024-08-27T21:53:30.155Z Checking hyper v0.14.30
17862024-08-27T21:53:30.169Z Checking mio v0.8.11
17872024-08-27T21:53:30.356Z Checking memmap v0.7.0
17882024-08-27T21:53:30.566Z Checking encoding_rs v0.8.34
17892024-08-27T21:53:30.768Z Checking mime v0.3.17
17902024-08-27T21:53:30.846Z Checking webpki-roots v0.25.4
17912024-08-27T21:53:30.862Z Checking usdt-impl v0.5.0
17922024-08-27T21:53:30.945Z Checking sync_wrapper v0.1.2
17932024-08-27T21:53:30.995Z Checking normalize-line-endings v0.3.0
17942024-08-27T21:53:31.063Z Checking unicode-width v0.1.13
17952024-08-27T21:53:31.066Z Checking whoami v1.5.1
17962024-08-27T21:53:31.104Z Checking static_assertions v1.1.0
17972024-08-27T21:53:31.107Z Checking backtrace v0.3.71
17982024-08-27T21:53:31.199Z Checking fixedbitset v0.4.2
17992024-08-27T21:53:31.242Z Checking predicates-core v1.0.6
18002024-08-27T21:53:31.352Z Checking bit-vec v0.6.3
18012024-08-27T21:53:31.367Z Checking dyn-clone v1.0.17
18022024-08-27T21:53:31.425Z Checking minimal-lexical v0.2.1
18032024-08-27T21:53:31.465Z Checking precomputed-hash v0.1.1
18042024-08-27T21:53:31.497Z Checking data-encoding v2.6.0
18052024-08-27T21:53:31.567Z Checking new_debug_unreachable v1.0.6
18062024-08-27T21:53:31.648Z Checking unicode-segmentation v1.11.0
18072024-08-27T21:53:31.664Z Checking winnow v0.6.18
18082024-08-27T21:53:31.667Z Checking difflib v0.4.0
18092024-08-27T21:53:31.793Z Checking nom v7.1.3
18102024-08-27T21:53:31.974Z Checking predicates v3.1.2
18112024-08-27T21:53:32.186Z Checking hickory-proto v0.24.1
18122024-08-27T21:53:32.267Z Checking similar v2.6.0
18132024-08-27T21:53:32.648Z Checking anyhow v1.0.86
18142024-08-27T21:53:32.765Z Checking elliptic-curve v0.13.8
18152024-08-27T21:53:32.898Z Checking bit-set v0.5.3
18162024-08-27T21:53:33.013Z Checking string_cache v0.8.7
18172024-08-27T21:53:33.099Z Checking schemars v0.8.21
18182024-08-27T21:53:33.146Z Checking petgraph v0.6.5
18192024-08-27T21:53:33.300Z Checking usdt v0.5.0
18202024-08-27T21:53:33.401Z Checking tokio-postgres v0.7.11
18212024-08-27T21:53:33.563Z Checking console v0.15.8
18222024-08-27T21:53:34.123Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18232024-08-27T21:53:34.617Z Checking toml v0.7.8
18242024-08-27T21:53:34.726Z Checking toml_edit v0.22.20
18252024-08-27T21:53:34.790Z Checking signal-hook-mio v0.2.4
18262024-08-27T21:53:34.932Z Checking crossbeam-epoch v0.9.18
18272024-08-27T21:53:35.367Z Checking rsa v0.9.6
18282024-08-27T21:53:35.382Z Checking flate2 v1.0.31
18292024-08-27T21:53:36.022Z Checking clap v4.5.16
18302024-08-27T21:53:36.139Z Checking futures v0.3.30
18312024-08-27T21:53:36.250Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18322024-08-27T21:53:36.266Z Checking hyper-tls v0.5.0
18332024-08-27T21:53:36.287Z Checking hyper-rustls v0.24.2
18342024-08-27T21:53:36.403Z Checking itertools v0.12.1
18352024-08-27T21:53:36.467Z Checking itertools v0.10.5
18362024-08-27T21:53:36.525Z Checking tokio-stream v0.1.15
18372024-08-27T21:53:36.555Z Checking fs-err v2.11.0
18382024-08-27T21:53:36.583Z Checking reqwest v0.11.27
18392024-08-27T21:53:36.996Z Checking nix v0.28.0
18402024-08-27T21:53:37.083Z Checking slog v2.7.0
18412024-08-27T21:53:37.310Z Checking openapiv3 v2.0.0
18422024-08-27T21:53:37.354Z Checking semver v1.0.23
18432024-08-27T21:53:37.530Z Checking hex v0.4.3
18442024-08-27T21:53:37.741Z Checking sha1 v0.10.6
18452024-08-27T21:53:37.999Z Checking peg-runtime v0.8.3
18462024-08-27T21:53:38.072Z Checking lalrpop-util v0.19.12
18472024-08-27T21:53:38.221Z Checking camino v1.1.9
18482024-08-27T21:53:38.309Z Checking sigpipe v0.1.3
18492024-08-27T21:53:40.011Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18502024-08-27T21:53:40.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.89s
18512024-08-27T21:53:40.448Z
18522024-08-27T21:53:40.448Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/154)
18532024-08-27T21:53:41.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542024-08-27T21:53:41.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552024-08-27T21:53:41.114Z Compiling regress v0.9.1
18562024-08-27T21:53:41.210Z Checking strum v0.26.3
18572024-08-27T21:53:41.230Z Checking heck v0.5.0
18582024-08-27T21:53:41.242Z Compiling getopts v0.2.21
18592024-08-27T21:53:41.245Z Checking dirs-sys-next v0.1.2
18602024-08-27T21:53:41.267Z Compiling unsafe-libyaml v0.2.11
18612024-08-27T21:53:41.324Z Checking http v1.1.0
18622024-08-27T21:53:41.395Z Checking thread_local v1.1.8
18632024-08-27T21:53:41.410Z Checking dirs-next v2.0.0
18642024-08-27T21:53:41.528Z Checking rustls-pki-types v1.7.0
18652024-08-27T21:53:41.599Z Compiling ident_case v1.0.1
18662024-08-27T21:53:41.650Z Checking term v0.7.0
18672024-08-27T21:53:41.788Z Compiling darling_core v0.20.9
18682024-08-27T21:53:41.955Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18692024-08-27T21:53:42.049Z Checking crossbeam-channel v0.5.12
18702024-08-27T21:53:42.115Z Checking is-terminal v0.4.12
18712024-08-27T21:53:42.239Z Checking atty v0.2.14
18722024-08-27T21:53:42.263Z Checking utf-8 v0.7.6
18732024-08-27T21:53:42.359Z Compiling paste v1.0.15
18742024-08-27T21:53:42.455Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18752024-08-27T21:53:42.700Z Compiling serde_yaml v0.9.34+deprecated
18762024-08-27T21:53:42.773Z Compiling rustls v0.22.4
18772024-08-27T21:53:42.824Z Checking termcolor v1.4.1
18782024-08-27T21:53:42.889Z Checking take_mut v0.2.2
18792024-08-27T21:53:43.031Z Checking humantime v2.1.0
18802024-08-27T21:53:43.069Z Checking slog-async v2.8.0
18812024-08-27T21:53:43.261Z Checking slog-term v2.9.1
18822024-08-27T21:53:43.285Z Checking rustls-webpki v0.102.4
18832024-08-27T21:53:43.332Z Checking env_logger v0.9.3
18842024-08-27T21:53:43.350Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18852024-08-27T21:53:43.698Z Compiling proc-macro-crate v1.3.1
18862024-08-27T21:53:43.757Z Compiling bitstruct_derive v0.1.0
18872024-08-27T21:53:43.790Z Compiling structmeta-derive v0.3.0
18882024-08-27T21:53:44.065Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18892024-08-27T21:53:44.204Z Compiling multer v3.1.0
18902024-08-27T21:53:44.515Z Checking match_cfg v0.1.0
18912024-08-27T21:53:44.603Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18922024-08-27T21:53:44.735Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18932024-08-27T21:53:44.773Z Checking ascii v1.1.0
18942024-08-27T21:53:45.157Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18952024-08-27T21:53:45.202Z Checking bitstruct v0.1.1
18962024-08-27T21:53:45.328Z Compiling num_enum_derive v0.5.11
18972024-08-27T21:53:46.079Z Checking hostname v0.3.1
18982024-08-27T21:53:46.275Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18992024-08-27T21:53:46.429Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19002024-08-27T21:53:46.834Z Compiling structmeta v0.3.0
19012024-08-27T21:53:46.863Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19022024-08-27T21:53:47.155Z Checking slog-json v2.6.1
19032024-08-27T21:53:47.191Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19042024-08-27T21:53:47.273Z Checking erased-serde v0.3.31
19052024-08-27T21:53:47.404Z Checking serde_arrays v0.1.0
19062024-08-27T21:53:47.436Z Compiling foreign-types-macros v0.2.3
19072024-08-27T21:53:47.553Z Compiling async-stream-impl v0.3.5
19082024-08-27T21:53:47.907Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19092024-08-27T21:53:47.968Z Checking arc-swap v1.7.1
19102024-08-27T21:53:48.220Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19112024-08-27T21:53:48.338Z Checking atomic-waker v1.1.2
19122024-08-27T21:53:48.400Z Checking foreign-types-shared v0.3.1
19132024-08-27T21:53:48.459Z Checking waitgroup v0.1.2
19142024-08-27T21:53:48.511Z Checking slog-scope v4.4.0
19152024-08-27T21:53:48.550Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19162024-08-27T21:53:48.657Z Checking num_enum v0.5.11
19172024-08-27T21:53:48.678Z Checking foreign-types v0.5.0
19182024-08-27T21:53:48.704Z Checking slog-bunyan v2.5.0
19192024-08-27T21:53:48.722Z Compiling darling_macro v0.20.9
19202024-08-27T21:53:48.775Z Compiling parse-display-derive v0.10.0
19212024-08-27T21:53:48.804Z Compiling proc-macro-error v1.0.4
19222024-08-27T21:53:49.013Z Checking async-stream v0.3.5
19232024-08-27T21:53:49.262Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19242024-08-27T21:53:49.395Z Checking toml v0.8.19
19252024-08-27T21:53:49.543Z Checking tungstenite v0.20.1
19262024-08-27T21:53:49.562Z Checking rustls-pemfile v2.1.3
19272024-08-27T21:53:49.700Z Compiling darling v0.20.9
19282024-08-27T21:53:49.809Z Compiling heck v0.3.3
19292024-08-27T21:53:49.825Z Compiling serde_with_macros v3.9.0
19302024-08-27T21:53:50.154Z Checking tokio-rustls v0.25.0
19312024-08-27T21:53:50.171Z Checking ipnetwork v0.20.0
19322024-08-27T21:53:50.259Z Checking newtype-uuid v1.1.0
19332024-08-27T21:53:50.413Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19342024-08-27T21:53:50.500Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19352024-08-27T21:53:50.516Z Checking serde_path_to_error v0.1.16
19362024-08-27T21:53:50.519Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19372024-08-27T21:53:51.132Z Checking hostname v0.4.0
19382024-08-27T21:53:51.276Z Checking cstr-argument v0.1.2
19392024-08-27T21:53:51.291Z Checking instant v0.1.12
19402024-08-27T21:53:51.317Z Checking debug-ignore v1.0.5
19412024-08-27T21:53:51.406Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19422024-08-27T21:53:51.452Z Checking fastrand v2.1.0
19432024-08-27T21:53:51.468Z Checking pretty-hex v0.2.1
19442024-08-27T21:53:51.635Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19452024-08-27T21:53:51.729Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19462024-08-27T21:53:51.775Z Checking tempfile v3.10.1
19472024-08-27T21:53:51.902Z Checking backoff v0.4.0
19482024-08-27T21:53:52.043Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19492024-08-27T21:53:52.187Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19502024-08-27T21:53:52.203Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19512024-08-27T21:53:52.300Z Checking tokio-tungstenite v0.20.1
19522024-08-27T21:53:52.415Z Compiling zone_cfg_derive v0.1.2
19532024-08-27T21:53:52.530Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19542024-08-27T21:53:52.792Z Checking slog-stdlog v4.1.1
19552024-08-27T21:53:52.808Z Checking serde_with v3.9.0
19562024-08-27T21:53:52.952Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19572024-08-27T21:53:53.101Z Checking tungstenite v0.21.0
19582024-08-27T21:53:53.296Z Checking colored v2.1.0
19592024-08-27T21:53:53.545Z Checking parse-display v0.10.0
19602024-08-27T21:53:53.581Z Checking macaddr v1.0.1
19612024-08-27T21:53:53.778Z Checking socket2 v0.4.10
19622024-08-27T21:53:53.931Z Checking base64 v0.13.1
19632024-08-27T21:53:53.953Z Checking zone v0.1.8
19642024-08-27T21:53:54.001Z Checking tokio-tungstenite v0.21.0
19652024-08-27T21:53:54.393Z Checking ron v0.7.1
19662024-08-27T21:53:54.498Z Checking slog-envlogger v2.2.0
19672024-08-27T21:53:54.639Z Checking pem v3.0.4
19682024-08-27T21:53:54.713Z Checking tabwriter v1.4.0
19692024-08-27T21:53:54.914Z Checking xattr v1.3.1
19702024-08-27T21:53:54.953Z Checking portpicker v0.1.1
19712024-08-27T21:53:55.099Z Checking yasna v0.5.2
19722024-08-27T21:53:55.118Z Checking headers-core v0.2.0
19732024-08-27T21:53:55.246Z Checking smf v0.2.3
19742024-08-27T21:53:55.593Z Checking filetime v0.2.24
19752024-08-27T21:53:55.694Z Checking same-file v1.0.6
19762024-08-27T21:53:55.797Z Checking tar v0.4.41
19772024-08-27T21:53:55.864Z Checking walkdir v2.5.0
19782024-08-27T21:53:55.976Z Checking rcgen v0.12.1
19792024-08-27T21:53:56.073Z Checking headers v0.3.9
19802024-08-27T21:53:56.133Z Checking atomicwrites v0.4.3
19812024-08-27T21:53:56.154Z Checking camino-tempfile v1.1.1
19822024-08-27T21:53:56.329Z Checking subprocess v0.2.9
19832024-08-27T21:53:57.483Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19842024-08-27T21:53:57.786Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19852024-08-27T21:53:59.463Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19862024-08-27T21:54:01.387Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19872024-08-27T21:54:01.461Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19882024-08-27T21:54:04.691Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19892024-08-27T21:54:10.575Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19902024-08-27T21:54:10.707Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19912024-08-27T21:54:10.711Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19922024-08-27T21:54:13.235Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19932024-08-27T21:54:13.721Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19942024-08-27T21:54:19.782Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19952024-08-27T21:54:21.316Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19962024-08-27T21:54:22.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.97s
19972024-08-27T21:54:22.579Z
19982024-08-27T21:54:22.579Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/154)
19992024-08-27T21:54:23.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002024-08-27T21:54:23.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012024-08-27T21:54:23.264Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20022024-08-27T21:54:24.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
20032024-08-27T21:54:24.688Z
20042024-08-27T21:54:24.688Zinfo: running `cargo check --bins` on nexus-config (31/154)
20052024-08-27T21:54:25.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062024-08-27T21:54:25.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072024-08-27T21:54:25.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082024-08-27T21:54:25.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20092024-08-27T21:54:25.331Z
20102024-08-27T21:54:25.331Zinfo: running `cargo check --bins` on omicron-rpaths (32/154)
20112024-08-27T21:54:25.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122024-08-27T21:54:25.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132024-08-27T21:54:25.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142024-08-27T21:54:25.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20152024-08-27T21:54:25.951Z
20162024-08-27T21:54:25.951Zinfo: running `cargo check --bins` on omicron-certificates (33/154)
20172024-08-27T21:54:26.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182024-08-27T21:54:26.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192024-08-27T21:54:26.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202024-08-27T21:54:26.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20212024-08-27T21:54:26.592Z
20222024-08-27T21:54:26.592Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/154)
20232024-08-27T21:54:27.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242024-08-27T21:54:27.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252024-08-27T21:54:27.258Z Compiling heapless v0.8.0
20262024-08-27T21:54:27.261Z Checking hash32 v0.3.1
20272024-08-27T21:54:27.261Z Compiling smoltcp v0.11.0
20282024-08-27T21:54:27.366Z Checking embedded-io v0.4.0
20292024-08-27T21:54:27.366Z Checking cobs v0.2.3
20302024-08-27T21:54:27.387Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20312024-08-27T21:54:27.389Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20322024-08-27T21:54:27.413Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20332024-08-27T21:54:27.506Z Compiling crucible-workspace-hack v0.1.0
20342024-08-27T21:54:27.528Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20352024-08-27T21:54:27.545Z Checking postcard v1.0.8
20362024-08-27T21:54:27.547Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20372024-08-27T21:54:27.749Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20382024-08-27T21:54:27.774Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20392024-08-27T21:54:27.932Z Compiling num-derive v0.4.2
20402024-08-27T21:54:28.055Z Compiling slog-dtrace v0.3.0
20412024-08-27T21:54:28.118Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20422024-08-27T21:54:28.206Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20432024-08-27T21:54:28.278Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20442024-08-27T21:54:28.959Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20452024-08-27T21:54:29.551Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20462024-08-27T21:54:31.113Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20472024-08-27T21:54:31.941Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20482024-08-27T21:54:32.986Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20492024-08-27T21:54:34.727Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20502024-08-27T21:54:35.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s
20512024-08-27T21:54:35.566Z
20522024-08-27T21:54:35.566Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/154)
20532024-08-27T21:54:36.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542024-08-27T21:54:36.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552024-08-27T21:54:36.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562024-08-27T21:54:36.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20572024-08-27T21:54:36.212Z
20582024-08-27T21:54:36.212Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/154)
20592024-08-27T21:54:36.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602024-08-27T21:54:36.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612024-08-27T21:54:36.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622024-08-27T21:54:36.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20632024-08-27T21:54:36.974Z
20642024-08-27T21:54:36.974Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/154)
20652024-08-27T21:54:37.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662024-08-27T21:54:37.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672024-08-27T21:54:37.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682024-08-27T21:54:37.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20692024-08-27T21:54:37.733Z
20702024-08-27T21:54:37.733Zinfo: running `cargo check --bins` on dns-server (38/154)
20712024-08-27T21:54:38.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722024-08-27T21:54:38.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732024-08-27T21:54:38.374Z Compiling parking_lot_core v0.8.6
20742024-08-27T21:54:38.463Z Checking newline-converter v0.3.0
20752024-08-27T21:54:38.465Z Checking nibble_vec v0.1.0
20762024-08-27T21:54:38.465Z Checking linked-hash-map v0.5.6
20772024-08-27T21:54:38.465Z Checking quick-error v1.2.3
20782024-08-27T21:54:38.465Z Checking endian-type v0.1.2
20792024-08-27T21:54:38.472Z Checking fxhash v0.2.1
20802024-08-27T21:54:38.490Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20812024-08-27T21:54:38.581Z Checking expectorate v1.1.0
20822024-08-27T21:54:38.608Z Checking resolv-conf v0.7.0
20832024-08-27T21:54:38.645Z Checking hickory-server v0.24.1
20842024-08-27T21:54:38.681Z Checking radix_trie v0.2.1
20852024-08-27T21:54:38.720Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20862024-08-27T21:54:38.767Z Checking lru-cache v0.1.2
20872024-08-27T21:54:38.939Z Checking hickory-resolver v0.24.1
20882024-08-27T21:54:39.058Z Checking hickory-client v0.24.1
20892024-08-27T21:54:39.201Z Checking parking_lot v0.11.2
20902024-08-27T21:54:39.527Z Checking sled v0.34.7
20912024-08-27T21:54:41.338Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20922024-08-27T21:54:42.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
20932024-08-27T21:54:42.577Z
20942024-08-27T21:54:42.577Zinfo: running `cargo check --bins` on dns-server-api (39/154)
20952024-08-27T21:54:43.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962024-08-27T21:54:43.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972024-08-27T21:54:43.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982024-08-27T21:54:43.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20992024-08-27T21:54:43.212Z
21002024-08-27T21:54:43.212Zinfo: running `cargo check --bins` on dns-service-client (40/154)
21012024-08-27T21:54:43.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022024-08-27T21:54:43.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032024-08-27T21:54:43.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042024-08-27T21:54:43.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21052024-08-27T21:54:43.833Z
21062024-08-27T21:54:43.833Zinfo: running `cargo check --bins` on gateway-test-utils (41/154)
21072024-08-27T21:54:44.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082024-08-27T21:54:44.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092024-08-27T21:54:44.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102024-08-27T21:54:44.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21112024-08-27T21:54:44.547Z
21122024-08-27T21:54:44.547Zinfo: running `cargo check --bins` on gateway-types (42/154)
21132024-08-27T21:54:45.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142024-08-27T21:54:45.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152024-08-27T21:54:45.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162024-08-27T21:54:45.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21172024-08-27T21:54:45.196Z
21182024-08-27T21:54:45.196Zinfo: running `cargo check --bins` on ipcc (43/154)
21192024-08-27T21:54:45.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202024-08-27T21:54:45.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212024-08-27T21:54:45.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222024-08-27T21:54:45.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21232024-08-27T21:54:45.844Z
21242024-08-27T21:54:45.844Zinfo: running `cargo check --bins` on omicron-gateway (44/154)
21252024-08-27T21:54:46.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-08-27T21:54:46.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-08-27T21:54:46.574Z Compiling rustls-pki-types v1.7.0
21282024-08-27T21:54:46.667Z Compiling match_cfg v0.1.0
21292024-08-27T21:54:46.677Z Checking num-rational v0.4.2
21302024-08-27T21:54:46.680Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21312024-08-27T21:54:46.680Z Compiling slog-json v2.6.1
21322024-08-27T21:54:46.680Z Compiling http v1.1.0
21332024-08-27T21:54:46.680Z Checking num-complex v0.4.6
21342024-08-27T21:54:46.711Z Compiling atomic-waker v1.1.2
21352024-08-27T21:54:46.751Z Compiling hostname v0.3.1
21362024-08-27T21:54:46.908Z Compiling prettyplease v0.2.20
21372024-08-27T21:54:46.988Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21382024-08-27T21:54:47.084Z Compiling rustls-webpki v0.102.4
21392024-08-27T21:54:47.098Z Compiling rustls-pemfile v2.1.3
21402024-08-27T21:54:47.201Z Compiling slog-bunyan v2.5.0
21412024-08-27T21:54:47.272Z Compiling waitgroup v0.1.2
21422024-08-27T21:54:47.305Z Compiling async-stream v0.3.5
21432024-08-27T21:54:47.406Z Compiling toml v0.8.19
21442024-08-27T21:54:47.439Z Compiling newtype-uuid v1.1.0
21452024-08-27T21:54:47.496Z Compiling ipnetwork v0.20.0
21462024-08-27T21:54:47.576Z Compiling serde_path_to_error v0.1.16
21472024-08-27T21:54:47.603Z Compiling hostname v0.4.0
21482024-08-27T21:54:47.632Z Checking num v0.4.3
21492024-08-27T21:54:47.729Z Compiling instant v0.1.12
21502024-08-27T21:54:47.745Z Compiling debug-ignore v1.0.5
21512024-08-27T21:54:47.843Z Compiling semver v0.1.20
21522024-08-27T21:54:47.874Z Checking float-ord v0.3.2
21532024-08-27T21:54:47.891Z Compiling radium v0.7.0
21542024-08-27T21:54:48.023Z Compiling rustls v0.22.4
21552024-08-27T21:54:48.376Z Compiling multer v3.1.0
21562024-08-27T21:54:48.418Z Compiling rustc_version v0.1.7
21572024-08-27T21:54:48.439Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21582024-08-27T21:54:48.499Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21592024-08-27T21:54:48.925Z Compiling backoff v0.4.0
21602024-08-27T21:54:49.156Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21612024-08-27T21:54:49.179Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21622024-08-27T21:54:49.219Z Compiling parse-display v0.10.0
21632024-08-27T21:54:49.280Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21642024-08-27T21:54:49.298Z Compiling serde_with v3.9.0
21652024-08-27T21:54:49.444Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21662024-08-27T21:54:49.605Z Compiling macaddr v1.0.1
21672024-08-27T21:54:49.939Z Checking tap v1.0.1
21682024-08-27T21:54:50.048Z Compiling maybe-uninit v2.0.0
21692024-08-27T21:54:50.099Z Checking wyz v0.5.1
21702024-08-27T21:54:50.515Z Compiling newtype_derive v0.1.6
21712024-08-27T21:54:50.677Z Checking password-hash v0.5.0
21722024-08-27T21:54:50.841Z Checking blake2 v0.10.6
21732024-08-27T21:54:50.984Z Compiling bzip2-sys v0.1.11+1.0.8
21742024-08-27T21:54:51.304Z Checking crc-catalog v2.4.0
21752024-08-27T21:54:51.320Z Checking funty v2.0.0
21762024-08-27T21:54:51.337Z Compiling packed_struct v0.10.1
21772024-08-27T21:54:51.443Z Checking crc v3.2.1
21782024-08-27T21:54:51.855Z Checking argon2 v0.5.3
21792024-08-27T21:54:52.008Z Compiling packed_struct_codegen v0.10.1
21802024-08-27T21:54:52.201Z Checking bitvec v1.0.1
21812024-08-27T21:54:52.552Z Compiling tokio-rustls v0.25.0
21822024-08-27T21:54:52.985Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21832024-08-27T21:54:53.119Z Compiling cookie v0.18.1
21842024-08-27T21:54:53.149Z Compiling indexmap v1.9.3
21852024-08-27T21:54:53.428Z Checking half v2.4.1
21862024-08-27T21:54:53.468Z Checking ciborium-io v0.2.2
21872024-08-27T21:54:53.587Z Checking nodrop v0.1.14
21882024-08-27T21:54:53.703Z Checking array-init v0.0.4
21892024-08-27T21:54:53.920Z Checking ciborium-ll v0.2.2
21902024-08-27T21:54:54.493Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21912024-08-27T21:54:54.735Z Checking smallvec v0.6.14
21922024-08-27T21:54:54.831Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21932024-08-27T21:54:55.088Z Compiling memoffset v0.9.1
21942024-08-27T21:54:55.117Z Compiling convert_case v0.4.0
21952024-08-27T21:54:55.423Z Checking hashbrown v0.12.3
21962024-08-27T21:54:55.508Z Checking highway v1.2.0
21972024-08-27T21:54:55.923Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21982024-08-27T21:54:56.006Z Checking bitfield v0.14.0
21992024-08-27T21:54:56.123Z Compiling derive_more v0.99.18
22002024-08-27T21:54:56.258Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22012024-08-27T21:54:56.273Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22022024-08-27T21:54:57.169Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22032024-08-27T21:54:57.273Z Checking env_logger v0.10.2
22042024-08-27T21:54:57.320Z Checking serde-hex v0.1.0
22052024-08-27T21:54:57.677Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22062024-08-27T21:54:57.694Z Checking steno v0.4.1
22072024-08-27T21:54:58.216Z Checking bzip2 v0.4.4
22082024-08-27T21:54:58.655Z Checking ciborium v0.2.2
22092024-08-27T21:54:58.965Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22102024-08-27T21:54:58.987Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22112024-08-27T21:54:59.266Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22122024-08-27T21:54:59.719Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22132024-08-27T21:55:00.140Z Checking ron v0.8.1
22142024-08-27T21:55:00.871Z Checking x509-cert v0.2.5
22152024-08-27T21:55:01.395Z Checking hashbrown v0.13.2
22162024-08-27T21:55:01.431Z Compiling derive-where v1.2.7
22172024-08-27T21:55:02.000Z Checking crc-any v2.5.0
22182024-08-27T21:55:02.386Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22192024-08-27T21:55:02.433Z Checking object v0.30.4
22202024-08-27T21:55:02.655Z Checking zip v0.6.6
22212024-08-27T21:55:03.246Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22222024-08-27T21:55:03.362Z Checking path-slash v0.1.5
22232024-08-27T21:55:03.514Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22242024-08-27T21:55:03.621Z Checking nix v0.27.1
22252024-08-27T21:55:03.951Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22262024-08-27T21:55:04.271Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22272024-08-27T21:55:04.322Z Checking kstat-rs v0.2.4
22282024-08-27T21:55:04.530Z Checking serde-big-array v0.5.1
22292024-08-27T21:55:04.676Z Checking signal-hook-tokio v0.3.1
22302024-08-27T21:55:04.958Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22312024-08-27T21:55:06.413Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22322024-08-27T21:55:08.371Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22332024-08-27T21:55:10.183Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22342024-08-27T21:55:13.227Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22352024-08-27T21:55:15.565Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22362024-08-27T21:55:16.335Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22372024-08-27T21:55:16.590Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22382024-08-27T21:55:21.113Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22392024-08-27T21:55:21.740Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22402024-08-27T21:55:24.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.56s
22412024-08-27T21:55:24.574Z
22422024-08-27T21:55:24.574Zinfo: running `cargo check --bins` on gateway-api (45/154)
22432024-08-27T21:55:25.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-08-27T21:55:25.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-08-27T21:55:25.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462024-08-27T21:55:25.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22472024-08-27T21:55:25.220Z
22482024-08-27T21:55:25.220Zinfo: running `cargo check --bins` on oximeter (46/154)
22492024-08-27T21:55:25.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502024-08-27T21:55:25.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512024-08-27T21:55:25.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522024-08-27T21:55:25.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22532024-08-27T21:55:25.883Z
22542024-08-27T21:55:25.883Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/154)
22552024-08-27T21:55:26.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562024-08-27T21:55:26.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572024-08-27T21:55:26.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582024-08-27T21:55:26.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22592024-08-27T21:55:26.510Z
22602024-08-27T21:55:26.510Zinfo: running `cargo check --bins` on oximeter-schema (48/154)
22612024-08-27T21:55:27.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622024-08-27T21:55:27.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632024-08-27T21:55:27.143Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22642024-08-27T21:55:27.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
22652024-08-27T21:55:27.685Z
22662024-08-27T21:55:27.685Zinfo: running `cargo check --bins` on oximeter-types (49/154)
22672024-08-27T21:55:28.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682024-08-27T21:55:28.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692024-08-27T21:55:28.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702024-08-27T21:55:28.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22712024-08-27T21:55:28.327Z
22722024-08-27T21:55:28.327Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/154)
22732024-08-27T21:55:28.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742024-08-27T21:55:28.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752024-08-27T21:55:28.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762024-08-27T21:55:28.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22772024-08-27T21:55:28.972Z
22782024-08-27T21:55:28.972Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (51/154)
22792024-08-27T21:55:29.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802024-08-27T21:55:29.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812024-08-27T21:55:29.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822024-08-27T21:55:29.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22832024-08-27T21:55:29.597Z
22842024-08-27T21:55:29.597Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (52/154)
22852024-08-27T21:55:30.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862024-08-27T21:55:30.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872024-08-27T21:55:30.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882024-08-27T21:55:30.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22892024-08-27T21:55:30.244Z
22902024-08-27T21:55:30.244Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (53/154)
22912024-08-27T21:55:30.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922024-08-27T21:55:30.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932024-08-27T21:55:30.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942024-08-27T21:55:30.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22952024-08-27T21:55:30.903Z
22962024-08-27T21:55:30.903Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (54/154)
22972024-08-27T21:55:31.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982024-08-27T21:55:31.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992024-08-27T21:55:31.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002024-08-27T21:55:31.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23012024-08-27T21:55:31.545Z
23022024-08-27T21:55:31.545Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (55/154)
23032024-08-27T21:55:32.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042024-08-27T21:55:32.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052024-08-27T21:55:32.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062024-08-27T21:55:32.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23072024-08-27T21:55:32.182Z
23082024-08-27T21:55:32.182Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (56/154)
23092024-08-27T21:55:32.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102024-08-27T21:55:32.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112024-08-27T21:55:32.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122024-08-27T21:55:32.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23132024-08-27T21:55:32.826Z
23142024-08-27T21:55:32.826Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (57/154)
23152024-08-27T21:55:33.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162024-08-27T21:55:33.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172024-08-27T21:55:33.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182024-08-27T21:55:33.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23192024-08-27T21:55:33.488Z
23202024-08-27T21:55:33.488Zinfo: running `cargo check --bins` on oximeter-producer (58/154)
23212024-08-27T21:55:34.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222024-08-27T21:55:34.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232024-08-27T21:55:34.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242024-08-27T21:55:34.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23252024-08-27T21:55:34.159Z
23262024-08-27T21:55:34.159Zinfo: running `cargo check --bins` on internal-dns (59/154)
23272024-08-27T21:55:34.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282024-08-27T21:55:34.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292024-08-27T21:55:34.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302024-08-27T21:55:34.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23312024-08-27T21:55:34.810Z
23322024-08-27T21:55:34.810Zinfo: running `cargo check --bins` on nexus-client (60/154)
23332024-08-27T21:55:35.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-08-27T21:55:35.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-08-27T21:55:35.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362024-08-27T21:55:35.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23372024-08-27T21:55:35.471Z
23382024-08-27T21:55:35.471Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (61/154)
23392024-08-27T21:55:36.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402024-08-27T21:55:36.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412024-08-27T21:55:36.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422024-08-27T21:55:36.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23432024-08-27T21:55:36.129Z
23442024-08-27T21:55:36.129Zinfo: running `cargo check --bins` on omicron-passwords (62/154)
23452024-08-27T21:55:36.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462024-08-27T21:55:36.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472024-08-27T21:55:36.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482024-08-27T21:55:36.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23492024-08-27T21:55:36.749Z
23502024-08-27T21:55:36.749Zinfo: running `cargo check --bins` on nexus-types (63/154)
23512024-08-27T21:55:37.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522024-08-27T21:55:37.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532024-08-27T21:55:37.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542024-08-27T21:55:37.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23552024-08-27T21:55:37.411Z
23562024-08-27T21:55:37.411Zinfo: running `cargo check --bins` on gateway-client (64/154)
23572024-08-27T21:55:37.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582024-08-27T21:55:37.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592024-08-27T21:55:37.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602024-08-27T21:55:37.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23612024-08-27T21:55:38.031Z
23622024-08-27T21:55:38.031Zinfo: running `cargo check --bins` on oxql-types (65/154)
23632024-08-27T21:55:38.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642024-08-27T21:55:38.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652024-08-27T21:55:38.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662024-08-27T21:55:38.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23672024-08-27T21:55:38.679Z
23682024-08-27T21:55:38.679Zinfo: running `cargo check --bins` on sp-sim (66/154)
23692024-08-27T21:55:39.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702024-08-27T21:55:39.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712024-08-27T21:55:39.335Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23722024-08-27T21:55:41.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
23732024-08-27T21:55:41.269Z
23742024-08-27T21:55:41.269Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (67/154)
23752024-08-27T21:55:41.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-08-27T21:55:41.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-08-27T21:55:41.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782024-08-27T21:55:41.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23792024-08-27T21:55:41.961Z
23802024-08-27T21:55:41.961Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (68/154)
23812024-08-27T21:55:42.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-08-27T21:55:42.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-08-27T21:55:42.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842024-08-27T21:55:42.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23852024-08-27T21:55:42.667Z
23862024-08-27T21:55:42.667Zinfo: running `cargo check --bins` on db-macros (69/154)
23872024-08-27T21:55:43.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-08-27T21:55:43.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-08-27T21:55:43.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902024-08-27T21:55:43.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23912024-08-27T21:55:43.289Z
23922024-08-27T21:55:43.289Zinfo: running `cargo check --bins` on nexus-macros-common (70/154)
23932024-08-27T21:55:43.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-08-27T21:55:43.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-08-27T21:55:43.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962024-08-27T21:55:43.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23972024-08-27T21:55:43.908Z
23982024-08-27T21:55:43.908Zinfo: running `cargo check --bins` on nexus-auth (71/154)
23992024-08-27T21:55:44.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-08-27T21:55:44.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-08-27T21:55:44.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022024-08-27T21:55:44.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24032024-08-27T21:55:44.587Z
24042024-08-27T21:55:44.587Zinfo: running `cargo check --bins` on authz-macros (72/154)
24052024-08-27T21:55:45.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-08-27T21:55:45.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-08-27T21:55:45.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082024-08-27T21:55:45.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24092024-08-27T21:55:45.200Z
24102024-08-27T21:55:45.200Zinfo: running `cargo check --bins` on nexus-db-fixed-data (73/154)
24112024-08-27T21:55:45.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-08-27T21:55:45.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-08-27T21:55:45.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142024-08-27T21:55:45.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24152024-08-27T21:55:45.875Z
24162024-08-27T21:55:45.875Zinfo: running `cargo check --bins` on nexus-db-model (74/154)
24172024-08-27T21:55:46.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-08-27T21:55:46.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-08-27T21:55:46.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202024-08-27T21:55:46.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24212024-08-27T21:55:46.556Z
24222024-08-27T21:55:46.556Zinfo: running `cargo check --bins` on nexus-defaults (75/154)
24232024-08-27T21:55:47.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-08-27T21:55:47.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-08-27T21:55:47.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262024-08-27T21:55:47.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24272024-08-27T21:55:47.193Z
24282024-08-27T21:55:47.193Zinfo: running `cargo check --bins` on sled-agent-client (76/154)
24292024-08-27T21:55:47.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-08-27T21:55:47.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-08-27T21:55:47.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322024-08-27T21:55:47.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24332024-08-27T21:55:47.844Z
24342024-08-27T21:55:47.844Zinfo: running `cargo check --bins` on nexus-inventory (77/154)
24352024-08-27T21:55:48.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-08-27T21:55:48.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-08-27T21:55:48.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382024-08-27T21:55:48.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24392024-08-27T21:55:48.515Z
24402024-08-27T21:55:48.515Zinfo: running `cargo check --bins` on typed-rng (78/154)
24412024-08-27T21:55:49.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-08-27T21:55:49.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-08-27T21:55:49.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442024-08-27T21:55:49.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24452024-08-27T21:55:49.130Z
24462024-08-27T21:55:49.130Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (79/154)
24472024-08-27T21:55:49.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482024-08-27T21:55:49.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492024-08-27T21:55:49.885Z Compiling rayon-core v1.12.1
24502024-08-27T21:55:49.888Z Compiling crossbeam-deque v0.8.5
24512024-08-27T21:55:49.888Z Compiling curve25519-dalek v4.1.3
24522024-08-27T21:55:49.888Z Compiling unicase v2.7.0
24532024-08-27T21:55:49.982Z Compiling fastrand v2.1.0
24542024-08-27T21:55:49.985Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24552024-08-27T21:55:49.992Z Checking keccak v0.1.5
24562024-08-27T21:55:49.995Z Compiling same-file v1.0.6
24572024-08-27T21:55:50.287Z Compiling walkdir v2.5.0
24582024-08-27T21:55:50.290Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24592024-08-27T21:55:50.355Z Checking sha3 v0.10.8
24602024-08-27T21:55:50.496Z Compiling tempfile v3.10.1
24612024-08-27T21:55:50.518Z Compiling thiserror-impl-no-std v2.0.2
24622024-08-27T21:55:50.638Z Checking universal-hash v0.5.1
24632024-08-27T21:55:50.673Z Checking secrecy v0.8.0
24642024-08-27T21:55:50.742Z Compiling blake3 v1.5.1
24652024-08-27T21:55:50.822Z Compiling ring v0.16.20
24662024-08-27T21:55:50.878Z Compiling curve25519-dalek-derive v0.1.1
24672024-08-27T21:55:51.064Z Checking opaque-debug v0.3.1
24682024-08-27T21:55:51.067Z Compiling rayon v1.10.0
24692024-08-27T21:55:51.157Z Checking poly1305 v0.8.0
24702024-08-27T21:55:51.326Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24712024-08-27T21:55:51.639Z Checking chacha20 v0.9.1
24722024-08-27T21:55:51.664Z Checking aead v0.5.2
24732024-08-27T21:55:51.865Z Compiling memmap2 v0.9.4
24742024-08-27T21:55:51.964Z Compiling home v0.5.9
24752024-08-27T21:55:52.001Z Compiling arrayref v0.3.7
24762024-08-27T21:55:52.016Z Compiling constant_time_eq v0.3.0
24772024-08-27T21:55:52.100Z Compiling spin v0.5.2
24782024-08-27T21:55:52.193Z Compiling libefi-sys v0.1.0
24792024-08-27T21:55:52.233Z Compiling arrayvec v0.7.4
24802024-08-27T21:55:52.315Z Compiling untrusted v0.7.1
24812024-08-27T21:55:52.332Z Compiling toolchain_find v0.4.0
24822024-08-27T21:55:52.501Z Checking chacha20poly1305 v0.10.1
24832024-08-27T21:55:52.625Z Compiling camino-tempfile v1.1.1
24842024-08-27T21:55:52.799Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24852024-08-27T21:55:53.041Z Compiling bitfield-struct v0.6.1
24862024-08-27T21:55:53.059Z Compiling cancel-safe-futures v0.1.5
24872024-08-27T21:55:53.076Z Compiling topological-sort v0.2.2
24882024-08-27T21:55:53.285Z Compiling mime_guess v2.0.4
24892024-08-27T21:55:53.348Z Compiling rustfmt-wrapper v0.2.1
24902024-08-27T21:55:53.729Z Checking thiserror-no-std v2.0.2
24912024-08-27T21:55:53.784Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24922024-08-27T21:55:53.836Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24932024-08-27T21:55:53.943Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942024-08-27T21:55:54.054Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24952024-08-27T21:55:54.307Z Checking vsss-rs v3.3.4
24962024-08-27T21:55:54.558Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24972024-08-27T21:55:54.681Z Checking gethostname v0.5.0
24982024-08-27T21:55:54.699Z Checking libsw v3.3.1
24992024-08-27T21:55:54.762Z Checking linear-map v1.2.0
25002024-08-27T21:55:54.798Z Checking swrite v0.1.0
25012024-08-27T21:55:54.916Z Checking owo-colors v4.0.0
25022024-08-27T21:55:55.090Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25032024-08-27T21:55:55.128Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25042024-08-27T21:55:55.641Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25052024-08-27T21:55:55.659Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25062024-08-27T21:55:55.799Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25072024-08-27T21:55:56.073Z Checking nanorand v0.7.0
25082024-08-27T21:55:56.435Z Checking glob v0.3.1
25092024-08-27T21:55:56.733Z Compiling omicron-zone-package v0.11.0
25102024-08-27T21:55:56.735Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25112024-08-27T21:55:56.849Z Checking http-range v0.1.5
25122024-08-27T21:55:56.914Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25132024-08-27T21:55:57.024Z Checking hyper-staticfile v0.9.5
25142024-08-27T21:55:57.062Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25152024-08-27T21:55:57.437Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25162024-08-27T21:55:57.605Z Checking flume v0.11.0
25172024-08-27T21:55:58.073Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25182024-08-27T21:55:58.096Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25192024-08-27T21:55:58.204Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25202024-08-27T21:55:58.880Z Checking itertools v0.13.0
25212024-08-27T21:55:59.270Z Checking display-error-chain v0.2.0
25222024-08-27T21:55:59.809Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25232024-08-27T21:56:00.392Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242024-08-27T21:56:01.540Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25252024-08-27T21:56:03.222Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25262024-08-27T21:56:03.348Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25272024-08-27T21:56:13.441Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25282024-08-27T21:56:24.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.74s
25292024-08-27T21:56:25.043Z
25302024-08-27T21:56:25.044Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (80/154)
25312024-08-27T21:56:25.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-08-27T21:56:25.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-08-27T21:56:25.798Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25342024-08-27T21:56:37.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.22s
25352024-08-27T21:56:37.438Z
25362024-08-27T21:56:37.438Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (81/154)
25372024-08-27T21:56:38.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-08-27T21:56:38.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-08-27T21:56:38.181Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25402024-08-27T21:56:49.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s
25412024-08-27T21:56:49.910Z
25422024-08-27T21:56:49.910Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (82/154)
25432024-08-27T21:56:50.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-08-27T21:56:50.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-08-27T21:56:50.666Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25462024-08-27T21:57:02.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s
25472024-08-27T21:57:02.450Z
25482024-08-27T21:57:02.450Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (83/154)
25492024-08-27T21:57:03.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-08-27T21:57:03.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-08-27T21:57:03.192Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25522024-08-27T21:57:14.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.12s
25532024-08-27T21:57:14.753Z
25542024-08-27T21:57:14.753Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (84/154)
25552024-08-27T21:57:15.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-08-27T21:57:15.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-08-27T21:57:15.500Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25582024-08-27T21:57:27.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s
25592024-08-27T21:57:27.231Z
25602024-08-27T21:57:27.231Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (85/154)
25612024-08-27T21:57:27.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-08-27T21:57:27.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-08-27T21:57:27.965Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25642024-08-27T21:57:39.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.28s
25652024-08-27T21:57:39.689Z
25662024-08-27T21:57:39.690Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (86/154)
25672024-08-27T21:57:40.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-08-27T21:57:40.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-08-27T21:57:40.433Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25702024-08-27T21:57:51.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s
25712024-08-27T21:57:51.978Z
25722024-08-27T21:57:51.978Zinfo: running `cargo check --bins` on bootstrap-agent-api (87/154)
25732024-08-27T21:57:52.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-08-27T21:57:52.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-08-27T21:57:52.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-08-27T21:57:52.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25772024-08-27T21:57:52.669Z
25782024-08-27T21:57:52.669Zinfo: running `cargo check --bins` on sled-agent-types (88/154)
25792024-08-27T21:57:53.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-08-27T21:57:53.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-08-27T21:57:53.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-08-27T21:57:53.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25832024-08-27T21:57:53.340Z
25842024-08-27T21:57:53.340Zinfo: running `cargo check --bins` on bootstrap-agent-client (89/154)
25852024-08-27T21:57:53.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-08-27T21:57:53.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-08-27T21:57:53.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882024-08-27T21:57:53.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25892024-08-27T21:57:54.013Z
25902024-08-27T21:57:54.013Zinfo: running `cargo check --bins` on dpd-client (90/154)
25912024-08-27T21:57:54.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-08-27T21:57:54.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-08-27T21:57:54.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-08-27T21:57:54.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25952024-08-27T21:57:54.655Z
25962024-08-27T21:57:54.655Zinfo: running `cargo check --bins` on installinator-common (91/154)
25972024-08-27T21:57:55.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-08-27T21:57:55.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-08-27T21:57:55.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-08-27T21:57:55.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26012024-08-27T21:57:55.324Z
26022024-08-27T21:57:55.324Zinfo: running `cargo check --bins` on update-engine (92/154)
26032024-08-27T21:57:55.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-08-27T21:57:55.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-08-27T21:57:55.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-08-27T21:57:55.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26072024-08-27T21:57:55.947Z
26082024-08-27T21:57:55.947Zinfo: running `cargo check --bins` on key-manager (93/154)
26092024-08-27T21:57:56.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-08-27T21:57:56.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-08-27T21:57:56.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122024-08-27T21:57:56.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26132024-08-27T21:57:56.585Z
26142024-08-27T21:57:56.585Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (94/154)
26152024-08-27T21:57:57.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162024-08-27T21:57:57.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172024-08-27T21:57:57.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182024-08-27T21:57:57.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26192024-08-27T21:57:57.244Z
26202024-08-27T21:57:57.244Zinfo: running `cargo check --bins` on sled-agent-api (95/154)
26212024-08-27T21:57:57.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-08-27T21:57:57.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-08-27T21:57:57.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-08-27T21:57:57.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26252024-08-27T21:57:57.909Z
26262024-08-27T21:57:57.909Zinfo: running `cargo check --bins` on sled-hardware (96/154)
26272024-08-27T21:57:58.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-08-27T21:57:58.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-08-27T21:57:58.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-08-27T21:57:58.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26312024-08-27T21:57:58.572Z
26322024-08-27T21:57:58.572Zinfo: running `cargo check --bins --no-default-features` on sled-storage (97/154)
26332024-08-27T21:57:59.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-08-27T21:57:59.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-08-27T21:57:59.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362024-08-27T21:57:59.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26372024-08-27T21:57:59.235Z
26382024-08-27T21:57:59.235Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/154)
26392024-08-27T21:57:59.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-08-27T21:57:59.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-08-27T21:57:59.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422024-08-27T21:57:59.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26432024-08-27T21:57:59.897Z
26442024-08-27T21:57:59.897Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (99/154)
26452024-08-27T21:58:00.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-08-27T21:58:00.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-08-27T21:58:00.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482024-08-27T21:58:00.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26492024-08-27T21:58:00.578Z
26502024-08-27T21:58:00.578Zinfo: running `cargo check --bins` on nexus-test-interface (100/154)
26512024-08-27T21:58:01.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-08-27T21:58:01.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-08-27T21:58:01.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542024-08-27T21:58:01.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26552024-08-27T21:58:01.246Z
26562024-08-27T21:58:01.246Zinfo: running `cargo check --bins` on oximeter-collector (101/154)
26572024-08-27T21:58:01.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-08-27T21:58:01.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-08-27T21:58:01.935Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26602024-08-27T21:58:01.935Z Checking bcs v0.1.6
26612024-08-27T21:58:01.935Z Compiling async-recursion v1.1.1
26622024-08-27T21:58:01.938Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26632024-08-27T21:58:01.938Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26642024-08-27T21:58:03.025Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26652024-08-27T21:58:06.168Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26662024-08-27T21:58:07.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
26672024-08-27T21:58:07.985Z
26682024-08-27T21:58:07.985Zinfo: running `cargo check --bins` on oximeter-api (102/154)
26692024-08-27T21:58:08.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-08-27T21:58:08.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-08-27T21:58:08.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-08-27T21:58:08.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26732024-08-27T21:58:08.633Z
26742024-08-27T21:58:08.633Zinfo: running `cargo check --bins` on oximeter-client (103/154)
26752024-08-27T21:58:09.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-08-27T21:58:09.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-08-27T21:58:09.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-08-27T21:58:09.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26792024-08-27T21:58:09.295Z
26802024-08-27T21:58:09.295Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (104/154)
26812024-08-27T21:58:09.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-08-27T21:58:09.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-08-27T21:58:09.957Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26842024-08-27T21:58:10.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
26852024-08-27T21:58:10.695Z
26862024-08-27T21:58:10.695Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/154)
26872024-08-27T21:58:11.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-08-27T21:58:11.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-08-27T21:58:11.369Z Compiling vte_generate_state_changes v0.1.1
26902024-08-27T21:58:11.369Z Checking fd-lock v4.0.2
26912024-08-27T21:58:11.371Z Checking bytecount v0.6.8
26922024-08-27T21:58:11.371Z Compiling tabled_derive v0.7.0
26932024-08-27T21:58:11.371Z Checking crossterm v0.27.0
26942024-08-27T21:58:11.460Z Compiling peg-macros v0.8.4
26952024-08-27T21:58:11.471Z Compiling sqlparser_derive v0.2.2
26962024-08-27T21:58:11.474Z Checking home v0.5.9
26972024-08-27T21:58:11.590Z Checking papergrid v0.11.0
26982024-08-27T21:58:11.605Z Checking nu-ansi-term v0.50.0
26992024-08-27T21:58:11.619Z Checking unicode_categories v0.1.1
27002024-08-27T21:58:11.905Z Checking sqlformat v0.2.4
27012024-08-27T21:58:11.988Z Checking rustyline v14.0.0
27022024-08-27T21:58:12.091Z Checking vte v0.11.1
27032024-08-27T21:58:12.598Z Checking sqlparser v0.45.0
27042024-08-27T21:58:13.032Z Checking crossterm v0.28.1
27052024-08-27T21:58:13.547Z Checking strip-ansi-escapes v0.2.0
27062024-08-27T21:58:13.700Z Checking reedline v0.33.0
27072024-08-27T21:58:14.040Z Checking tabled v0.15.0
27082024-08-27T21:58:14.502Z Checking peg v0.8.4
27092024-08-27T21:58:18.944Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27102024-08-27T21:58:24.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s
27112024-08-27T21:58:24.281Z
27122024-08-27T21:58:24.281Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/154)
27132024-08-27T21:58:24.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-08-27T21:58:24.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-08-27T21:58:24.957Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27162024-08-27T21:58:30.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.91s
27172024-08-27T21:58:30.348Z
27182024-08-27T21:58:30.348Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/154)
27192024-08-27T21:58:30.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-08-27T21:58:30.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-08-27T21:58:31.022Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27222024-08-27T21:58:36.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
27232024-08-27T21:58:36.290Z
27242024-08-27T21:58:36.290Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/154)
27252024-08-27T21:58:36.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-08-27T21:58:36.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-08-27T21:58:36.954Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27282024-08-27T21:58:41.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
27292024-08-27T21:58:41.293Z
27302024-08-27T21:58:41.293Zinfo: running `cargo check --bins` on oximeter-test-utils (109/154)
27312024-08-27T21:58:41.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-08-27T21:58:41.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-08-27T21:58:41.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342024-08-27T21:58:41.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27352024-08-27T21:58:41.935Z
27362024-08-27T21:58:41.935Zinfo: running `cargo check --bins` on cockroach-admin-client (110/154)
27372024-08-27T21:58:42.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-08-27T21:58:42.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-08-27T21:58:42.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402024-08-27T21:58:42.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27412024-08-27T21:58:42.548Z
27422024-08-27T21:58:42.548Zinfo: running `cargo check --bins` on installinator-client (111/154)
27432024-08-27T21:58:43.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-08-27T21:58:43.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-08-27T21:58:43.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462024-08-27T21:58:43.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27472024-08-27T21:58:43.206Z
27482024-08-27T21:58:43.206Zinfo: running `cargo check --bins` on oxide-client (112/154)
27492024-08-27T21:58:43.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-08-27T21:58:43.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-08-27T21:58:43.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522024-08-27T21:58:43.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27532024-08-27T21:58:43.838Z
27542024-08-27T21:58:43.838Zinfo: running `cargo check --bins` on wicketd-client (113/154)
27552024-08-27T21:58:44.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-08-27T21:58:44.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-08-27T21:58:44.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582024-08-27T21:58:44.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27592024-08-27T21:58:44.513Z
27602024-08-27T21:58:44.513Zinfo: running `cargo check --bins` on wicket-common (114/154)
27612024-08-27T21:58:45.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-08-27T21:58:45.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-08-27T21:58:45.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-08-27T21:58:45.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27652024-08-27T21:58:45.186Z
27662024-08-27T21:58:45.186Zinfo: running `cargo check --bins` on omicron-cockroach-admin (115/154)
27672024-08-27T21:58:45.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-08-27T21:58:45.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-08-27T21:58:45.861Z Checking csv-core v0.1.11
27702024-08-27T21:58:45.870Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27712024-08-27T21:58:46.153Z Checking csv v1.3.0
27722024-08-27T21:58:46.674Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27732024-08-27T21:58:47.006Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742024-08-27T21:58:48.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
27752024-08-27T21:58:48.348Z
27762024-08-27T21:58:48.348Zinfo: running `cargo check --bins` on cockroach-admin-api (116/154)
27772024-08-27T21:58:48.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-08-27T21:58:48.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-08-27T21:58:48.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802024-08-27T21:58:48.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27812024-08-27T21:58:49.004Z
27822024-08-27T21:58:49.004Zinfo: running `cargo check --bins` on cockroach-admin-types (117/154)
27832024-08-27T21:58:49.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842024-08-27T21:58:49.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852024-08-27T21:58:49.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862024-08-27T21:58:49.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27872024-08-27T21:58:49.655Z
27882024-08-27T21:58:49.655Zinfo: running `cargo check --bins` on cert-dev (118/154)
27892024-08-27T21:58:50.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-08-27T21:58:50.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-08-27T21:58:50.289Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27922024-08-27T21:58:50.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27932024-08-27T21:58:50.686Z
27942024-08-27T21:58:50.686Zinfo: running `cargo check --bins` on ch-dev (119/154)
27952024-08-27T21:58:51.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-08-27T21:58:51.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-08-27T21:58:51.376Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27982024-08-27T21:58:52.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
27992024-08-27T21:58:52.228Z
28002024-08-27T21:58:52.228Zinfo: running `cargo check --bins` on crdb-seed (120/154)
28012024-08-27T21:58:52.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022024-08-27T21:58:52.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032024-08-27T21:58:52.928Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28042024-08-27T21:58:53.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
28052024-08-27T21:58:53.424Z
28062024-08-27T21:58:53.424Zinfo: running `cargo check --bins` on db-dev (121/154)
28072024-08-27T21:58:54.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-08-27T21:58:54.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-08-27T21:58:54.113Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28102024-08-27T21:58:54.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
28112024-08-27T21:58:54.981Z
28122024-08-27T21:58:54.981Zinfo: running `cargo check --bins` on omicron-dev-lib (122/154)
28132024-08-27T21:58:55.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-08-27T21:58:55.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-08-27T21:58:55.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162024-08-27T21:58:55.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28172024-08-27T21:58:55.653Z
28182024-08-27T21:58:55.653Zinfo: running `cargo check --bins` on xtask-downloader (123/154)
28192024-08-27T21:58:56.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202024-08-27T21:58:56.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212024-08-27T21:58:56.274Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28222024-08-27T21:58:57.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
28232024-08-27T21:58:57.252Z
28242024-08-27T21:58:57.252Zinfo: running `cargo check --bins` on mgs-dev (124/154)
28252024-08-27T21:58:57.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-08-27T21:58:57.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-08-27T21:58:57.991Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28282024-08-27T21:58:58.634Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28292024-08-27T21:58:59.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
28302024-08-27T21:58:59.292Z
28312024-08-27T21:58:59.292Zinfo: running `cargo check --bins` on omicron-omdb (125/154)
28322024-08-27T21:58:59.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-08-27T21:58:59.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-08-27T21:59:00.098Z Compiling crunchy v0.2.2
28352024-08-27T21:59:00.098Z Compiling glob v0.3.1
28362024-08-27T21:59:00.101Z Compiling tiny-keccak v2.0.2
28372024-08-27T21:59:00.211Z Compiling dsl_auto_type v0.1.2
28382024-08-27T21:59:00.226Z Checking scheduled-thread-pool v0.2.7
28392024-08-27T21:59:00.246Z Compiling diesel_table_macro_syntax v0.2.0
28402024-08-27T21:59:00.260Z Compiling ascii-canvas v3.0.0
28412024-08-27T21:59:00.263Z Compiling ena v0.14.3
28422024-08-27T21:59:00.456Z Checking r2d2 v0.8.10
28432024-08-27T21:59:00.525Z Compiling libloading v0.8.3
28442024-08-27T21:59:00.646Z Compiling diff v0.1.13
28452024-08-27T21:59:00.665Z Compiling bindgen v0.69.4
28462024-08-27T21:59:00.764Z Compiling regex-syntax v0.6.29
28472024-08-27T21:59:00.826Z Compiling which v4.4.2
28482024-08-27T21:59:00.922Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28492024-08-27T21:59:01.155Z Compiling cexpr v0.6.0
28502024-08-27T21:59:01.173Z Compiling clang-sys v1.7.0
28512024-08-27T21:59:01.270Z Compiling shlex v1.3.0
28522024-08-27T21:59:01.443Z Compiling lazycell v1.3.0
28532024-08-27T21:59:01.472Z Compiling ref-cast v1.0.23
28542024-08-27T21:59:01.517Z Compiling rustc-hash v1.1.0
28552024-08-27T21:59:01.623Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28562024-08-27T21:59:01.679Z Compiling derive_builder_core v0.20.0
28572024-08-27T21:59:01.696Z Compiling libxml v0.3.3
28582024-08-27T21:59:01.834Z Compiling diesel_derives v2.2.2
28592024-08-27T21:59:01.945Z Compiling ref-cast-impl v1.0.23
28602024-08-27T21:59:02.054Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28612024-08-27T21:59:02.131Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28622024-08-27T21:59:02.529Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28632024-08-27T21:59:02.839Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28642024-08-27T21:59:02.985Z Compiling strum_macros v0.24.3
28652024-08-27T21:59:03.244Z Compiling dropshot v0.10.1
28662024-08-27T21:59:03.329Z Compiling indoc v1.0.9
28672024-08-27T21:59:04.166Z Compiling lalrpop v0.19.12
28682024-08-27T21:59:04.363Z Compiling derive_builder_macro v0.20.0
28692024-08-27T21:59:05.298Z Checking derive_builder v0.20.0
28702024-08-27T21:59:05.502Z Checking tungstenite v0.23.0
28712024-08-27T21:59:05.662Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28722024-08-27T21:59:05.971Z Compiling dropshot_endpoint v0.10.1
28732024-08-27T21:59:06.444Z Compiling impl-trait-for-tuples v0.2.2
28742024-08-27T21:59:06.663Z Compiling oso-derive v0.27.3
28752024-08-27T21:59:06.688Z Checking quick-xml v0.31.0
28762024-08-27T21:59:07.756Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28772024-08-27T21:59:08.078Z Checking maplit v1.0.2
28782024-08-27T21:59:08.271Z Checking tokio-tungstenite v0.23.1
28792024-08-27T21:59:08.757Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28802024-08-27T21:59:08.781Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28812024-08-27T21:59:09.092Z Checking bb8 v0.8.5
28822024-08-27T21:59:09.605Z Compiling const_format_proc_macros v0.2.32
28832024-08-27T21:59:10.579Z Checking crossbeam-deque v0.8.5
28842024-08-27T21:59:10.914Z Compiling portable-atomic v1.6.0
28852024-08-27T21:59:11.801Z Checking const_format v0.2.32
28862024-08-27T21:59:11.840Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
28872024-08-27T21:59:12.016Z Checking rayon-core v1.12.1
28882024-08-27T21:59:12.291Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28892024-08-27T21:59:12.605Z Checking castaway v0.2.3
28902024-08-27T21:59:12.705Z Checking rayon v1.10.0
28912024-08-27T21:59:12.780Z Checking compact_str v0.8.0
28922024-08-27T21:59:14.072Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932024-08-27T21:59:14.228Z Checking unicode-truncate v1.0.0
28942024-08-27T21:59:14.415Z Checking lru v0.12.3
28952024-08-27T21:59:14.439Z Compiling instability v0.3.2
28962024-08-27T21:59:14.700Z Checking unicode-linebreak v0.1.5
28972024-08-27T21:59:14.797Z Checking number_prefix v0.4.0
28982024-08-27T21:59:14.801Z Checking diesel v2.2.3
28992024-08-27T21:59:14.964Z Checking cassowary v0.3.0
29002024-08-27T21:59:15.003Z Checking smawk v0.3.2
29012024-08-27T21:59:15.121Z Checking multimap v0.10.0
29022024-08-27T21:59:15.184Z Checking textwrap v0.16.1
29032024-08-27T21:59:15.501Z Checking ratatui v0.28.0
29042024-08-27T21:59:16.760Z Checking indicatif v0.17.8
29052024-08-27T21:59:38.715Z Compiling samael v0.0.15
29062024-08-27T21:59:49.554Z Compiling polar-core v0.27.3
29072024-08-27T21:59:51.177Z Checking async-bb8-diesel v0.2.1
29082024-08-27T21:59:56.642Z Checking oso v0.27.3
29092024-08-27T22:00:58.246Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29102024-08-27T22:01:03.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
29112024-08-27T22:01:03.853Z
29122024-08-27T22:01:03.853Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (126/154)
29132024-08-27T22:01:04.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-08-27T22:01:04.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-08-27T22:01:04.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162024-08-27T22:01:04.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29172024-08-27T22:01:04.568Z
29182024-08-27T22:01:04.568Zinfo: running `cargo check --bins` on nexus-saga-recovery (127/154)
29192024-08-27T22:01:05.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202024-08-27T22:01:05.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212024-08-27T22:01:05.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222024-08-27T22:01:05.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29232024-08-27T22:01:05.261Z
29242024-08-27T22:01:05.261Zinfo: running `cargo check --bins` on nexus-test-utils-macros (128/154)
29252024-08-27T22:01:05.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262024-08-27T22:01:05.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272024-08-27T22:01:05.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282024-08-27T22:01:05.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29292024-08-27T22:01:05.886Z
29302024-08-27T22:01:05.886Zinfo: running `cargo check --bins` on omicron-nexus (129/154)
29312024-08-27T22:01:06.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322024-08-27T22:01:06.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332024-08-27T22:01:06.698Z Compiling libz-sys v1.1.16
29342024-08-27T22:01:06.803Z Compiling libgit2-sys v0.17.0+1.8.1
29352024-08-27T22:01:06.815Z Compiling vergen v8.3.2
29362024-08-27T22:01:06.815Z Compiling cargo-platform v0.1.8
29372024-08-27T22:01:06.817Z Compiling pin-project-internal v1.1.5
29382024-08-27T22:01:06.854Z Compiling snafu-derive v0.8.2
29392024-08-27T22:01:06.856Z Compiling libsqlite3-sys v0.28.0
29402024-08-27T22:01:06.856Z Compiling buf-list v1.0.3
29412024-08-27T22:01:07.140Z Compiling cargo_metadata v0.18.1
29422024-08-27T22:01:07.342Z Checking globset v0.4.14
29432024-08-27T22:01:07.622Z Checking olpc-cjson v0.1.3
29442024-08-27T22:01:07.721Z Checking rand_seeder v0.3.0
29452024-08-27T22:01:07.780Z Checking serde_plain v1.0.2
29462024-08-27T22:01:07.819Z Checking typed-path v0.7.1
29472024-08-27T22:01:07.931Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29482024-08-27T22:01:08.117Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29492024-08-27T22:01:08.269Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29502024-08-27T22:01:08.425Z Checking hashlink v0.9.1
29512024-08-27T22:01:08.529Z Checking parse-size v1.0.0
29522024-08-27T22:01:08.696Z Checking fallible-iterator v0.3.0
29532024-08-27T22:01:08.938Z Checking fallible-streaming-iterator v0.1.9
29542024-08-27T22:01:09.225Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29552024-08-27T22:01:09.238Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29562024-08-27T22:01:09.470Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29572024-08-27T22:01:09.748Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29582024-08-27T22:01:09.874Z Checking pin-project v1.1.5
29592024-08-27T22:01:09.991Z Checking twox-hash v1.6.3
29602024-08-27T22:01:10.066Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29612024-08-27T22:01:10.453Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29622024-08-27T22:01:10.487Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29632024-08-27T22:01:10.816Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29642024-08-27T22:01:11.078Z Checking fatfs v0.3.6
29652024-08-27T22:01:11.355Z Checking assert_matches v1.5.0
29662024-08-27T22:01:12.138Z Checking snafu v0.8.2
29672024-08-27T22:01:12.503Z Checking rusqlite v0.31.0
29682024-08-27T22:01:12.554Z Checking tough v0.17.1
29692024-08-27T22:01:16.619Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29702024-08-27T22:01:17.844Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29712024-08-27T22:01:18.004Z Compiling git2 v0.19.0
29722024-08-27T22:01:22.815Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29732024-08-27T22:02:22.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
29742024-08-27T22:02:22.763Z
29752024-08-27T22:02:22.763Zinfo: running `cargo check --bins` on nexus-internal-api (130/154)
29762024-08-27T22:02:23.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772024-08-27T22:02:23.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782024-08-27T22:02:23.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29792024-08-27T22:02:23.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29802024-08-27T22:02:23.477Z
29812024-08-27T22:02:23.477Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (131/154)
29822024-08-27T22:02:24.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-08-27T22:02:24.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-08-27T22:02:24.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29852024-08-27T22:02:24.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29862024-08-27T22:02:24.178Z
29872024-08-27T22:02:24.178Zinfo: running `cargo check --bins` on nexus-networking (132/154)
29882024-08-27T22:02:25.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892024-08-27T22:02:25.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902024-08-27T22:02:25.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29912024-08-27T22:02:25.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29922024-08-27T22:02:25.070Z
29932024-08-27T22:02:25.070Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (133/154)
29942024-08-27T22:02:25.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952024-08-27T22:02:25.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962024-08-27T22:02:25.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972024-08-27T22:02:25.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29982024-08-27T22:02:25.578Z
29992024-08-27T22:02:25.578Zinfo: running `cargo check --bins` on update-common (134/154)
30002024-08-27T22:02:26.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-08-27T22:02:26.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-08-27T22:02:26.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032024-08-27T22:02:26.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30042024-08-27T22:02:26.256Z
30052024-08-27T22:02:26.256Zinfo: running `cargo check --bins` on tufaceous-lib (135/154)
30062024-08-27T22:02:26.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-08-27T22:02:26.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-08-27T22:02:26.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092024-08-27T22:02:26.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30102024-08-27T22:02:26.915Z
30112024-08-27T22:02:26.915Zinfo: running `cargo check --bins` on tufaceous (136/154)
30122024-08-27T22:02:27.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132024-08-27T22:02:27.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142024-08-27T22:02:27.596Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30152024-08-27T22:02:28.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
30162024-08-27T22:02:28.667Z
30172024-08-27T22:02:28.667Zinfo: running `cargo check --bins` on omicron-dev (137/154)
30182024-08-27T22:02:29.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192024-08-27T22:02:29.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202024-08-27T22:02:29.526Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30212024-08-27T22:02:29.526Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30222024-08-27T22:02:29.530Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30232024-08-27T22:02:30.908Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30242024-08-27T22:02:33.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
30252024-08-27T22:02:33.488Z
30262024-08-27T22:02:33.488Zinfo: running `cargo check --bins` on openapi-manager (138/154)
30272024-08-27T22:02:34.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-08-27T22:02:34.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-08-27T22:02:34.221Z Checking is_ci v1.2.0
30302024-08-27T22:02:34.221Z Checking heck v0.4.1
30312024-08-27T22:02:34.240Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30322024-08-27T22:02:34.240Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30332024-08-27T22:02:34.332Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30342024-08-27T22:02:34.363Z Checking indent_write v2.2.0
30352024-08-27T22:02:34.385Z Checking supports-color v3.0.0
30362024-08-27T22:02:34.482Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30372024-08-27T22:02:35.861Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30382024-08-27T22:02:36.660Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30392024-08-27T22:02:37.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
30402024-08-27T22:02:37.835Z
30412024-08-27T22:02:37.835Zinfo: running `cargo check --bins` on installinator-api (139/154)
30422024-08-27T22:02:38.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-08-27T22:02:38.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-08-27T22:02:38.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452024-08-27T22:02:38.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30462024-08-27T22:02:38.499Z
30472024-08-27T22:02:38.499Zinfo: running `cargo check --bins` on openapi-manager-types (140/154)
30482024-08-27T22:02:39.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-08-27T22:02:39.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-08-27T22:02:39.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512024-08-27T22:02:39.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30522024-08-27T22:02:39.119Z
30532024-08-27T22:02:39.119Zinfo: running `cargo check --bins` on wicketd-api (141/154)
30542024-08-27T22:02:39.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-08-27T22:02:39.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-08-27T22:02:39.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572024-08-27T22:02:39.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30582024-08-27T22:02:39.799Z
30592024-08-27T22:02:39.800Zinfo: running `cargo check --bins` on reconfigurator-cli (142/154)
30602024-08-27T22:02:40.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-08-27T22:02:40.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-08-27T22:02:40.546Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30632024-08-27T22:02:41.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
30642024-08-27T22:02:41.913Z
30652024-08-27T22:02:41.913Zinfo: running `cargo check --bins` on omicron-releng (143/154)
30662024-08-27T22:02:42.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-08-27T22:02:42.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-08-27T22:02:42.649Z Checking memmap2 v0.9.4
30692024-08-27T22:02:42.649Z Checking spin v0.5.2
30702024-08-27T22:02:42.649Z Checking arrayref v0.3.7
30712024-08-27T22:02:42.680Z Checking constant_time_eq v0.3.0
30722024-08-27T22:02:42.680Z Checking untrusted v0.7.1
30732024-08-27T22:02:42.680Z Checking arrayvec v0.7.4
30742024-08-27T22:02:42.680Z Checking cargo-platform v0.1.8
30752024-08-27T22:02:42.681Z Checking topological-sort v0.2.2
30762024-08-27T22:02:42.750Z Checking shell-words v1.1.0
30772024-08-27T22:02:42.917Z Checking ring v0.16.20
30782024-08-27T22:02:42.927Z Checking cargo_metadata v0.18.1
30792024-08-27T22:02:43.018Z Checking blake3 v1.5.1
30802024-08-27T22:02:44.106Z Checking omicron-zone-package v0.11.0
30812024-08-27T22:02:45.199Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30822024-08-27T22:02:46.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
30832024-08-27T22:02:46.222Z
30842024-08-27T22:02:46.222Zinfo: running `cargo check --bins` on xtask (144/154)
30852024-08-27T22:02:46.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862024-08-27T22:02:46.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872024-08-27T22:02:46.710Z Checking serde v1.0.208
30882024-08-27T22:02:46.715Z Checking thiserror v1.0.63
30892024-08-27T22:02:46.715Z Checking scroll v0.12.0
30902024-08-27T22:02:46.788Z Checking hashbrown v0.14.5
30912024-08-27T22:02:46.796Z Checking bitflags v2.6.0
30922024-08-27T22:02:46.799Z Checking log v0.4.21
30932024-08-27T22:02:46.807Z Checking zerocopy v0.7.34
30942024-08-27T22:02:46.834Z Checking syn v2.0.74
30952024-08-27T22:02:46.882Z Checking pest v2.7.10
30962024-08-27T22:02:47.053Z Checking fs-err v2.11.0
30972024-08-27T22:02:47.070Z Checking rustix v0.38.34
30982024-08-27T22:02:47.247Z Checking goblin v0.8.2
30992024-08-27T22:02:47.334Z Checking anyhow v1.0.86
31002024-08-27T22:02:47.723Z Checking tabled v0.15.0
31012024-08-27T22:02:47.887Z Checking indexmap v2.4.0
31022024-08-27T22:02:48.123Z Checking terminal_size v0.3.0
31032024-08-27T22:02:48.274Z Checking clap_builder v4.5.15
31042024-08-27T22:02:49.262Z Checking dtrace-parser v0.2.0
31052024-08-27T22:02:50.893Z Checking clap v4.5.16
31062024-08-27T22:02:51.044Z Checking serde_json v1.0.125
31072024-08-27T22:02:51.044Z Checking serde_spanned v0.6.7
31082024-08-27T22:02:51.047Z Checking toml_datetime v0.6.8
31092024-08-27T22:02:51.047Z Checking semver v1.0.23
31102024-08-27T22:02:51.047Z Checking camino v1.1.9
31112024-08-27T22:02:51.047Z Checking cargo-platform v0.1.8
31122024-08-27T22:02:51.047Z Checking macaddr v1.0.1
31132024-08-27T22:02:51.323Z Checking toml_edit v0.22.20
31142024-08-27T22:02:52.162Z Checking dof v0.3.0
31152024-08-27T22:02:52.162Z Checking cargo_metadata v0.18.1
31162024-08-27T22:02:52.585Z Checking usdt-impl v0.5.0
31172024-08-27T22:02:52.957Z Checking usdt v0.5.0
31182024-08-27T22:02:53.135Z Checking toml v0.8.19
31192024-08-27T22:02:53.604Z Checking cargo_toml v0.20.4
31202024-08-27T22:02:54.844Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31212024-08-27T22:02:55.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
31222024-08-27T22:02:55.538Z
31232024-08-27T22:02:55.538Zinfo: running `cargo check --bins` on end-to-end-tests (145/154)
31242024-08-27T22:02:56.016Z Downloading crates ...
31252024-08-27T22:02:56.293Z Downloaded dirs-sys v0.4.1
31262024-08-27T22:02:56.298Z Downloaded md5 v0.7.0
31272024-08-27T22:02:56.301Z Downloaded dhcproto-macros v0.1.0
31282024-08-27T22:02:56.301Z Downloaded option-ext v0.2.0
31292024-08-27T22:02:56.304Z Downloaded russh-cryptovec v0.7.2
31302024-08-27T22:02:56.304Z Downloaded ed25519 v2.2.3
31312024-08-27T22:02:56.306Z Downloaded internet-checksum v0.2.1
31322024-08-27T22:02:56.309Z Downloaded ghash v0.5.1
31332024-08-27T22:02:56.309Z Downloaded ssh-encoding v0.2.0
31342024-08-27T22:02:56.311Z Downloaded pbkdf2 v0.11.0
31352024-08-27T22:02:56.314Z Downloaded blowfish v0.9.1
31362024-08-27T22:02:56.314Z Downloaded primeorder v0.13.6
31372024-08-27T22:02:56.316Z Downloaded polyval v0.6.2
31382024-08-27T22:02:56.316Z Downloaded dirs v5.0.1
31392024-08-27T22:02:56.320Z Downloaded ssh-cipher v0.2.0
31402024-08-27T22:02:56.320Z Downloaded rfc6979 v0.4.0
31412024-08-27T22:02:56.320Z Downloaded hex-literal v0.4.1
31422024-08-27T22:02:56.322Z Downloaded bcrypt-pbkdf v0.10.0
31432024-08-27T22:02:56.325Z Downloaded aes-gcm v0.10.3
31442024-08-27T22:02:56.328Z Downloaded password-hash v0.4.2
31452024-08-27T22:02:56.331Z Downloaded ecdsa v0.16.9
31462024-08-27T22:02:56.331Z Downloaded russh-keys v0.44.0
31472024-08-27T22:02:56.333Z Downloaded dhcproto v0.12.0
31482024-08-27T22:02:56.338Z Downloaded p256 v0.13.2
31492024-08-27T22:02:56.346Z Downloaded ed25519-dalek v2.1.1
31502024-08-27T22:02:56.351Z Downloaded num-bigint v0.4.5
31512024-08-27T22:02:56.356Z Downloaded russh v0.44.1
31522024-08-27T22:02:56.361Z Downloaded ssh-key v0.6.6
31532024-08-27T22:02:56.368Z Downloaded p521 v0.13.3
31542024-08-27T22:02:56.371Z Downloaded p384 v0.13.0
31552024-08-27T22:02:56.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-08-27T22:02:56.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-08-27T22:02:56.516Z Checking polyval v0.6.2
31582024-08-27T22:02:56.519Z Checking rfc6979 v0.4.0
31592024-08-27T22:02:56.632Z Checking primeorder v0.13.6
31602024-08-27T22:02:56.634Z Checking ctr v0.9.2
31612024-08-27T22:02:56.634Z Checking ed25519 v2.2.3
31622024-08-27T22:02:56.637Z Checking ssh-encoding v0.2.0
31632024-08-27T22:02:56.637Z Checking blowfish v0.9.1
31642024-08-27T22:02:56.637Z Checking option-ext v0.2.0
31652024-08-27T22:02:56.778Z Checking dirs-sys v0.4.1
31662024-08-27T22:02:56.808Z Checking ecdsa v0.16.9
31672024-08-27T22:02:56.826Z Checking ghash v0.5.1
31682024-08-27T22:02:56.883Z Checking bcrypt-pbkdf v0.10.0
31692024-08-27T22:02:56.952Z Checking password-hash v0.4.2
31702024-08-27T22:02:56.988Z Checking matches v0.1.10
31712024-08-27T22:02:57.004Z Checking ed25519-dalek v2.1.1
31722024-08-27T22:02:57.007Z Checking dirs v5.0.1
31732024-08-27T22:02:57.008Z Checking aes-gcm v0.10.3
31742024-08-27T22:02:57.069Z Checking idna v0.2.3
31752024-08-27T22:02:57.103Z Compiling enum-as-inner v0.5.1
31762024-08-27T22:02:57.137Z Checking russh-cryptovec v0.7.2
31772024-08-27T22:02:57.154Z Checking md5 v0.7.0
31782024-08-27T22:02:57.278Z Checking ssh-cipher v0.2.0
31792024-08-27T22:02:57.339Z Checking num-bigint v0.4.5
31802024-08-27T22:02:57.387Z Checking pbkdf2 v0.11.0
31812024-08-27T22:02:57.391Z Checking hex-literal v0.4.1
31822024-08-27T22:02:57.439Z Compiling dhcproto-macros v0.1.0
31832024-08-27T22:02:57.531Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31842024-08-27T22:02:57.552Z Checking p521 v0.13.3
31852024-08-27T22:02:57.571Z Checking ssh-key v0.6.6
31862024-08-27T22:02:57.643Z Checking p384 v0.13.0
31872024-08-27T22:02:57.923Z Checking p256 v0.13.2
31882024-08-27T22:02:58.182Z Checking trust-dns-proto v0.22.0
31892024-08-27T22:02:58.407Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31902024-08-27T22:02:58.438Z Checking internet-checksum v0.2.1
31912024-08-27T22:02:59.017Z Checking russh-keys v0.44.0
31922024-08-27T22:02:59.952Z Checking russh v0.44.1
31932024-08-27T22:03:00.947Z Checking dhcproto v0.12.0
31942024-08-27T22:03:17.417Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31952024-08-27T22:03:18.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.14s
31962024-08-27T22:03:18.868Z
31972024-08-27T22:03:18.869Zinfo: running `cargo check --bins` on gateway-cli (146/154)
31982024-08-27T22:03:19.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992024-08-27T22:03:19.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002024-08-27T22:03:19.532Z Checking termios v0.3.3
32012024-08-27T22:03:19.737Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32022024-08-27T22:03:20.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
32032024-08-27T22:03:20.647Z
32042024-08-27T22:03:20.647Zinfo: running `cargo check --bins --no-default-features` on installinator (147/154)
32052024-08-27T22:03:21.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062024-08-27T22:03:21.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072024-08-27T22:03:21.374Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32082024-08-27T22:03:23.367Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32092024-08-27T22:03:25.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
32102024-08-27T22:03:25.308Z
32112024-08-27T22:03:25.308Zinfo: running `cargo check --bins` on internal-dns-cli (148/154)
32122024-08-27T22:03:25.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-08-27T22:03:25.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-08-27T22:03:25.961Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32152024-08-27T22:03:26.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
32162024-08-27T22:03:26.554Z
32172024-08-27T22:03:26.554Zinfo: running `cargo check --bins` on omicron-package (149/154)
32182024-08-27T22:03:27.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192024-08-27T22:03:27.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202024-08-27T22:03:27.231Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32212024-08-27T22:03:28.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
32222024-08-27T22:03:28.610Z
32232024-08-27T22:03:28.610Zinfo: running `cargo check --bins` on wicket-dbg (150/154)
32242024-08-27T22:03:29.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252024-08-27T22:03:29.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262024-08-27T22:03:29.336Z Checking rtoolbox v0.0.2
32272024-08-27T22:03:29.336Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32282024-08-27T22:03:29.338Z Checking tui-tree-widget v0.22.0
32292024-08-27T22:03:29.543Z Checking rpassword v7.3.1
32302024-08-27T22:03:33.540Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32312024-08-27T22:03:36.397Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32322024-08-27T22:03:37.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.87s
32332024-08-27T22:03:37.655Z
32342024-08-27T22:03:37.655Zinfo: running `cargo check --bins` on wicket (151/154)
32352024-08-27T22:03:38.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362024-08-27T22:03:38.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372024-08-27T22:03:38.350Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32382024-08-27T22:03:38.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
32392024-08-27T22:03:38.885Z
32402024-08-27T22:03:38.885Zinfo: running `cargo check --bins` on wicketd (152/154)
32412024-08-27T22:03:39.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422024-08-27T22:03:39.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432024-08-27T22:03:39.607Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32442024-08-27T22:03:43.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
32452024-08-27T22:03:43.476Z
32462024-08-27T22:03:43.476Zinfo: running `cargo check --bins` on omicron-workspace-hack (153/154)
32472024-08-27T22:03:44.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482024-08-27T22:03:44.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492024-08-27T22:03:44.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502024-08-27T22:03:44.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32512024-08-27T22:03:44.107Z
32522024-08-27T22:03:44.107Zinfo: running `cargo check --bins` on zone-setup (154/154)
32532024-08-27T22:03:44.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542024-08-27T22:03:44.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552024-08-27T22:03:44.856Z Checking uzers v0.11.3
32562024-08-27T22:03:45.152Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32572024-08-27T22:03:46.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
32582024-08-27T22:03:46.378Z
32592024-08-27T22:03:46.378Zreal 11:02.257699516
32602024-08-27T22:03:46.378Zuser 23:46.016066203
32612024-08-27T22:03:46.378Zsys 5:04.233716469
32622024-08-27T22:03:46.378Ztrap 0.530169614
32632024-08-27T22:03:46.378Ztflt 3.128051117
32642024-08-27T22:03:46.378Zdflt 1.898798011
32652024-08-27T22:03:46.378Zkflt 0.004729289
32662024-08-27T22:03:46.378Zlock 42:43.465765738
32672024-08-27T22:03:46.378Zslp 1:57:13.116135888
32682024-08-27T22:03:46.378Zlat 1:01.493897666
32692024-08-27T22:03:46.378Zstop 3:01.038612561
32702024-08-27T22:03:46.382Zprocess exited: duration 903103 ms, exit code 0
 
32712024-08-27T22:03:46.389Zfound 0 output files