01JBJ05PP503TR246PBZMSFQ69: 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: 01JBJ06498MV0NF0P04NWCC8B9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-31T19:18:35.287Zjob assigned to worker 01JBJ065JJAR4C4XSGZ1S7AEQ0 (queued for 56 s)
 
22024-10-31T19:18:43.226Zstarting task 0: "setup"
32024-10-31T19:18:43.237Z++ uname -s
42024-10-31T19:18:43.256Z+ kern=SunOS
52024-10-31T19:18:43.256Z+ case "$kern" in
62024-10-31T19:18:43.256Z+ [[ 0 == 12345 ]]
72024-10-31T19:18:43.256Z+ groupadd -g 12345 build
82024-10-31T19:18:43.256Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-31T19:18:45.250Z+ zfs create -o mountpoint=/work rpool/work
102024-10-31T19:18:45.335Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-31T19:18:45.337Z+ home_fs=zfs
122024-10-31T19:18:45.337Z+ [[ zfs == autofs ]]
132024-10-31T19:18:45.338Z+ mkdir -p /home/build
142024-10-31T19:18:45.338Z+ chown build:build /home/build /work
152024-10-31T19:18:47.341Z+ chmod 0700 /home/build /work
162024-10-31T19:18:47.344Zprocess exited: duration 4115 ms, exit code 0
 
172024-10-31T19:18:47.349Zstarting task 1: "rust-toolchain"
182024-10-31T19:18:47.355Z+ printf ' * toolchain channel = "%s"
192024-10-31T19:18:47.355Z * toolchain channel = "1.82.0"
202024-10-31T19:18:47.355Z' 1.82.0
212024-10-31T19:18:47.355Z+ printf ' * toolchain profile = "%s"
222024-10-31T19:18:47.355Z' default
232024-10-31T19:18:47.355Z * toolchain profile = "default"
242024-10-31T19:18:47.357Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-31T19:18:47.357Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-10-31T19:18:47.477Zinfo: downloading installer
272024-10-31T19:18:48.826Zinfo: profile set to 'default'
282024-10-31T19:18:48.826Zinfo: default host triple is x86_64-unknown-illumos
292024-10-31T19:18:48.829Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-10-31T19:18:48.989Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-10-31T19:18:48.989Zinfo: downloading component 'cargo'
322024-10-31T19:18:49.808Zinfo: downloading component 'clippy'
332024-10-31T19:18:50.117Zinfo: downloading component 'rust-docs'
342024-10-31T19:18:51.270Zinfo: downloading component 'rust-std'
352024-10-31T19:18:53.093Zinfo: downloading component 'rustc'
362024-10-31T19:19:00.192Zinfo: downloading component 'rustfmt'
372024-10-31T19:19:00.454Zinfo: installing component 'cargo'
382024-10-31T19:19:01.317Zinfo: installing component 'clippy'
392024-10-31T19:19:01.733Zinfo: installing component 'rust-docs'
402024-10-31T19:19:03.443Zinfo: installing component 'rust-std'
412024-10-31T19:19:05.451Zinfo: installing component 'rustc'
422024-10-31T19:19:11.753Zinfo: installing component 'rustfmt'
432024-10-31T19:19:12.158Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-10-31T19:19:12.158Z
452024-10-31T19:19:12.475Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-10-31T19:19:12.475Z
472024-10-31T19:19:12.478Z
482024-10-31T19:19:12.478ZRust is installed now. Great!
492024-10-31T19:19:12.478Z
502024-10-31T19:19:12.478ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-31T19:19:12.478Zenvironment variable. This has not been done automatically.
522024-10-31T19:19:12.478Z
532024-10-31T19:19:12.478ZTo configure your current shell, you need to source
542024-10-31T19:19:12.478Zthe corresponding env file under $HOME/.cargo.
552024-10-31T19:19:12.478Z
562024-10-31T19:19:12.478ZThis is usually done by running one of the following (note the leading DOT):
572024-10-31T19:19:12.478Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-31T19:19:12.478Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-31T19:19:12.554Z+ rustc --version
602024-10-31T19:19:12.620Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-10-31T19:19:12.624Zprocess exited: duration 25271 ms, exit code 0
 
622024-10-31T19:19:12.630Zstarting task 2: "authentication"
632024-10-31T19:19:12.652Zprocess exited: duration 22 ms, exit code 0
 
642024-10-31T19:19:12.657Zstarting task 3: "clone repository"
652024-10-31T19:19:12.662Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-31T19:19:12.665Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-31T19:19:14.723ZCloning into '/work/oxidecomputer/omicron'...
682024-10-31T19:19:23.027Z+ cd /work/oxidecomputer/omicron
692024-10-31T19:19:23.027Z+ git fetch origin 2a5038591e4234aed34a81fa8bfdaf95d9753e3f
702024-10-31T19:19:23.355ZFrom https://github.com/oxidecomputer/omicron
712024-10-31T19:19:23.355Z * branch 2a5038591e4234aed34a81fa8bfdaf95d9753e3f -> FETCH_HEAD
722024-10-31T19:19:23.365Z+ [[ -n '' ]]
732024-10-31T19:19:23.365Z+ git reset --hard 2a5038591e4234aed34a81fa8bfdaf95d9753e3f
742024-10-31T19:19:23.532ZHEAD is now at 2a5038591 hakariiiii
752024-10-31T19:19:23.535Zprocess exited: duration 10875 ms, exit code 0
 
762024-10-31T19:19:23.539Zstarting task 4: "build"
772024-10-31T19:19:23.545Z+ source .github/buildomat/ci-env.sh
782024-10-31T19:19:23.545Z++ export CARGO_TERM_COLOR=always
792024-10-31T19:19:23.545Z++ CARGO_TERM_COLOR=always
802024-10-31T19:19:23.545Z+ cargo --version
812024-10-31T19:19:23.602Zcargo 1.82.0 (8f40fc59f 2024-08-21)
822024-10-31T19:19:23.604Z+ rustc --version
832024-10-31T19:19:23.666Zrustc 1.82.0 (f6e511eec 2024-10-15)
842024-10-31T19:19:23.669Z+ source ./env.sh
852024-10-31T19:19:23.669Z++ OLD_SHELL_OPTS=ehxB
862024-10-31T19:19:23.669Z++ set -o xtrace
872024-10-31T19:19:23.671Z++++ dirname ./env.sh
882024-10-31T19:19:23.674Z+++ readlink -f .
892024-10-31T19:19:23.718Z++ OMICRON_WS=/work/oxidecomputer/omicron
902024-10-31T19:19:23.721Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-10-31T19:19:23.721Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
922024-10-31T19:19:23.721Z++ 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
932024-10-31T19:19:23.721Z++ 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
942024-10-31T19:19:23.721Z++ 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
952024-10-31T19:19:23.721Z++ 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
962024-10-31T19:19:23.721Z++ 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
972024-10-31T19:19:23.721Z++ 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
982024-10-31T19:19:23.721Z++ case $OLD_SHELL_OPTS in
992024-10-31T19:19:23.721Z++ unset OLD_SHELL_OPTS OMICRON_WS
1002024-10-31T19:19:23.721Z+ 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
1012024-10-31T19:19:23.721Z+ 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
1022024-10-31T19:19:23.721Z+ banner prerequisites
1032024-10-31T19:19:23.759Z
1042024-10-31T19:19:23.759Z ##### ##### ###### ##### ###### #### # # # #### #
1052024-10-31T19:19:23.759Z # # # # # # # # # # # # # # #
1062024-10-31T19:19:23.760Z # # # # ##### # # ##### # # # # # #### #
1072024-10-31T19:19:23.760Z ##### ##### # ##### # # # # # # # # #
1082024-10-31T19:19:23.760Z # # # # # # # # # # # # # # #
1092024-10-31T19:19:23.760Z # # # ###### # # ###### ### # #### # #### #
1102024-10-31T19:19:23.760Z
1112024-10-31T19:19:23.763Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1122024-10-31T19:19:43.952Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-10-31T19:19:47.557Z Startup: Caching catalogs ... Done
1142024-10-31T19:19:54.605ZPlanning: Solver setup ... Done (6.279s)
1152024-10-31T19:19:54.697ZPlanning: Running solver ... Done (0.092s)
1162024-10-31T19:19:54.888ZPlanning: Finding local manifests ... Done (0.115s)
1172024-10-31T19:19:55.321ZPlanning: Fetching manifests: 0/5 0% complete
1182024-10-31T19:19:55.543ZPlanning: Fetching manifests: 5/5 100% complete
1192024-10-31T19:19:55.811ZPlanning: Package planning ... Done (0.268s)
1202024-10-31T19:19:55.867ZPlanning: Merging actions ... Done (0.055s)
1212024-10-31T19:19:56.922ZPlanning: Checking for conflicting actions ... Done (1.055s)
1222024-10-31T19:20:05.434ZPlanning: Consolidating action changes ... Done (8.511s)
1232024-10-31T19:20:05.943ZPlanning: Evaluating mediators ... Done (0.508s)
1242024-10-31T19:20:06.101ZPlanning: Planning completed in 18.45 seconds
1252024-10-31T19:20:07.076Z Packages to install: 4
1262024-10-31T19:20:07.077Z Packages to update: 1
1272024-10-31T19:20:07.077Z Mediators to change: 2
1282024-10-31T19:20:07.103Z Services to change: 1
1292024-10-31T19:20:07.103Z Estimated space available: 155.61 GB
1302024-10-31T19:20:07.104ZEstimated space to be consumed: 1.58 GB
1312024-10-31T19:20:07.104Z Create boot environment: No
1322024-10-31T19:20:07.104ZCreate backup boot environment: Yes
1332024-10-31T19:20:07.104Z Rebuild boot archive: No
1342024-10-31T19:20:07.104Z
1352024-10-31T19:20:07.104ZChanged mediators:
1362024-10-31T19:20:07.104Z mediator clang:
1372024-10-31T19:20:07.104Z version: None -> 15 (system default)
1382024-10-31T19:20:07.105Z
1392024-10-31T19:20:07.105Z mediator llvm:
1402024-10-31T19:20:07.105Z version: 14 (system default) -> 15 (system default)
1412024-10-31T19:20:07.105Z
1422024-10-31T19:20:07.105ZChanged packages:
1432024-10-31T19:20:07.105Zhelios-dev
1442024-10-31T19:20:07.105Z developer/build-essential
1452024-10-31T19:20:07.105Z None -> 11-2.0
1462024-10-31T19:20:07.105Z library/libxmlsec1
1472024-10-31T19:20:07.106Z None -> 1.2.35-2.0
1482024-10-31T19:20:07.106Z ooce/developer/clang-15
1492024-10-31T19:20:07.106Z None -> 15.0.7-2.0
1502024-10-31T19:20:07.106Z ooce/developer/llvm-15
1512024-10-31T19:20:07.106Z None -> 15.0.7-2.0
1522024-10-31T19:20:07.106Z package/pkg
1532024-10-31T19:20:07.106Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1542024-10-31T19:20:07.107Z
1552024-10-31T19:20:07.107ZServices:
1562024-10-31T19:20:07.107Z restart_fmri:
1572024-10-31T19:20:07.108Z svc:/system/update-man-index:default
1582024-10-31T19:20:07.108Z
1592024-10-31T19:20:07.108ZEditable files to change:
1602024-10-31T19:20:07.108Z Update:
1612024-10-31T19:20:07.108Z usr/share/lib/pkg/web/config.shtml
1622024-10-31T19:20:07.523Z
1632024-10-31T19:20:07.523ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1642024-10-31T19:20:12.520ZDownload: 321/4281 items 11.0/220.6MB 5% complete (2.1M/s)
1652024-10-31T19:20:17.506ZDownload: 1163/4281 items 53.5/220.6MB 24% complete (5.3M/s)
1662024-10-31T19:20:22.513ZDownload: 1451/4281 items 117.1/220.6MB 53% complete (10.9M/s)
1672024-10-31T19:20:27.511ZDownload: 2171/4281 items 119.0/220.6MB 53% complete (7.0M/s)
1682024-10-31T19:20:46.368ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
1692024-10-31T19:20:51.462ZDownload: 3207/4281 items 167.9/220.6MB 76% complete (9.6M/s)
1702024-10-31T19:20:56.546ZDownload: 3280/4281 items 210.8/220.6MB 95% complete (11.2M/s)
1712024-10-31T19:20:59.224ZDownload: Completed 220.60 MB in 51.71 seconds (4.3M/s)
1722024-10-31T19:21:01.354Z Actions: 1/5063 actions (Removing old actions)
1732024-10-31T19:21:01.377Z Actions: 194/5063 actions (Installing new actions)
1742024-10-31T19:21:06.428Z Actions: 4079/5063 actions (Installing new actions)
1752024-10-31T19:21:07.018Z Actions: 4226/5063 actions (Updating modified actions)
1762024-10-31T19:21:07.369Z Actions: Completed 5063 actions in 6.01 seconds.
1772024-10-31T19:21:07.741Z Done (0.363s)
1782024-10-31T19:21:07.743Z Done (0.000s)
1792024-10-31T19:21:08.244Z Done (0.501s)
1802024-10-31T19:21:14.553Z Done (5.997s)
1812024-10-31T19:21:14.793Z Done (0.269s)
1822024-10-31T19:21:14.795Z Done (0.000s)
1832024-10-31T19:21:14.942Z Done (0.000s)
1842024-10-31T19:21:15.593ZPlanning: Evaluating mediator changes ... Done
1852024-10-31T19:21:15.756ZPlanning: Checking for conflicting actions ... Done
1862024-10-31T19:21:15.758ZPlanning: Consolidating action changes ... Done
1872024-10-31T19:21:16.025ZPlanning: Evaluating mediators ... Done
1882024-10-31T19:21:16.028ZPlanning: Planning completed in 0.43 seconds
1892024-10-31T19:21:16.065Z Mediators to change: 2
1902024-10-31T19:21:16.065Z Create boot environment: No
1912024-10-31T19:21:16.069ZCreate backup boot environment: No
1922024-10-31T19:21:16.142Z Done
1932024-10-31T19:21:16.142Z Done
1942024-10-31T19:21:16.462Z Done
1952024-10-31T19:21:20.031Z Done
1962024-10-31T19:21:20.125Z Done
1972024-10-31T19:21:20.128Z Done
1982024-10-31T19:21:20.228Z Done
1992024-10-31T19:21:20.828ZPlanning: Evaluating mediator changes ... Done
2002024-10-31T19:21:20.834ZPlanning: Merging actions ... Done
2012024-10-31T19:21:21.016ZPlanning: Checking for conflicting actions ... Done
2022024-10-31T19:21:21.019ZPlanning: Consolidating action changes ... Done
2032024-10-31T19:21:21.281ZPlanning: Evaluating mediators ... Done
2042024-10-31T19:21:21.336ZPlanning: Planning completed in 0.75 seconds
2052024-10-31T19:21:21.375Z Packages to change: 1
2062024-10-31T19:21:21.375Z Mediators to change: 1
2072024-10-31T19:21:21.377Z Services to change: 1
2082024-10-31T19:21:21.378Z Create boot environment: No
2092024-10-31T19:21:21.378ZCreate backup boot environment: Yes
2102024-10-31T19:21:23.388Z Actions: 1/6 actions (Updating modified actions)
2112024-10-31T19:21:23.544Z Actions: Completed 6 actions in 0.16 seconds.
2122024-10-31T19:21:23.547Z Done
2132024-10-31T19:21:23.547Z Done
2142024-10-31T19:21:23.645Z Done
2152024-10-31T19:21:27.193Z Done
2162024-10-31T19:21:27.290Z Done
2172024-10-31T19:21:27.292Z Done
2182024-10-31T19:21:27.430Z Done
2192024-10-31T19:21:27.861ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-10-31T19:21:27.861Zclang system 15 system
2212024-10-31T19:21:27.861Zcsh system system illumos
2222024-10-31T19:21:27.861Zctags system system illumos
2232024-10-31T19:21:27.861Zgcc vendor 12 vendor
2242024-10-31T19:21:27.861Zgcc system 10 system
2252024-10-31T19:21:27.861Zgcc system 7 system
2262024-10-31T19:21:27.861Zgo system 1.20 system
2272024-10-31T19:21:27.861Zgo system 1.19 system
2282024-10-31T19:21:27.861Zllvm system 15 system
2292024-10-31T19:21:27.861Zllvm system 14 system
2302024-10-31T19:21:27.861Zmariadb system 10.6 system
2312024-10-31T19:21:27.861Zmta vendor vendor dma
2322024-10-31T19:21:27.862Zopenjdk system 17 system
2332024-10-31T19:21:27.862Zopenjdk system 11 system
2342024-10-31T19:21:27.862Zopenjdk system 1.8 system
2352024-10-31T19:21:27.862Zopenssl vendor 3 vendor
2362024-10-31T19:21:27.862Zperl system 5.36 system
2372024-10-31T19:21:27.862Zpostgresql system 15 system
2382024-10-31T19:21:27.862Zpostgresql system 13 system
2392024-10-31T19:21:27.862Zpython vendor 3 vendor
2402024-10-31T19:21:27.862Zpython system 2 system
2412024-10-31T19:21:27.862Zpython3 system 3.11 system
2422024-10-31T19:21:27.862Zruby system 3.0 system
2432024-10-31T19:21:27.862Zwords vendor vendor american-english
2442024-10-31T19:21:27.863Zwords system system australian-english
2452024-10-31T19:21:27.863Zwords system system british-english
2462024-10-31T19:21:27.863Zwords system system canadian-english
2472024-10-31T19:21:27.863Zwords system system french
2482024-10-31T19:21:27.863Zwords system system italian
2492024-10-31T19:21:27.863Zwords system system ngerman
2502024-10-31T19:21:27.863Zwords system system ogerman
2512024-10-31T19:21:27.863Zwords system system spanish
2522024-10-31T19:21:28.192ZPUBLISHER TYPE STATUS P LOCATION
2532024-10-31T19:21:28.192Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-10-31T19:21:30.577ZFMRI IFO
2552024-10-31T19:21:30.577Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-10-31T19:21:30.577Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-10-31T19:21:30.578Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-10-31T19:21:30.578Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-10-31T19:21:30.578Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-10-31T19:21:30.578Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-10-31T19:21:30.578Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-10-31T19:21:30.578Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-10-31T19:21:30.578Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-10-31T19:21:30.578Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2652024-10-31T19:21:30.578Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-10-31T19:21:30.578Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-10-31T19:21:30.578Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2682024-10-31T19:21:30.578Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-10-31T19:21:30.578Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-10-31T19:21:31.248Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-10-31T19:21:31.514Z Updating crates.io index
2722024-10-31T19:21:31.516Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-10-31T19:21:32.290Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-10-31T19:21:32.514Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-10-31T19:21:32.753Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-10-31T19:21:32.991Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-10-31T19:21:33.814Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-10-31T19:21:36.187Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-10-31T19:21:37.120Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-10-31T19:21:37.768Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-10-31T19:21:37.988Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-10-31T19:21:38.271Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-10-31T19:21:38.846Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-10-31T19:21:39.134Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852024-10-31T19:21:39.463Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-10-31T19:21:39.698Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-10-31T19:21:39.917Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-10-31T19:21:40.130Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-10-31T19:21:40.409Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-10-31T19:21:40.658Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-10-31T19:21:40.911Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-10-31T19:21:41.257Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-10-31T19:21:41.716Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-10-31T19:21:41.997Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952024-10-31T19:21:42.319Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-10-31T19:21:42.676Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972024-10-31T19:21:42.943Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982024-10-31T19:21:43.178Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992024-10-31T19:21:44.320Z Downloading crates ...
3002024-10-31T19:21:44.428Z Downloaded camino-tempfile v1.1.1
3012024-10-31T19:21:44.431Z Downloaded anstyle-parse v0.2.5
3022024-10-31T19:21:44.433Z Downloaded byteorder v1.5.0
3032024-10-31T19:21:44.436Z Downloaded swrite v0.1.0
3042024-10-31T19:21:44.436Z Downloaded equivalent v1.0.1
3052024-10-31T19:21:44.442Z Downloaded clap_lex v0.7.2
3062024-10-31T19:21:44.448Z Downloaded terminal_size v0.4.0
3072024-10-31T19:21:44.451Z Downloaded cfg-if v1.0.0
3082024-10-31T19:21:44.451Z Downloaded anstyle v1.0.8
3092024-10-31T19:21:44.456Z Downloaded cargo_toml v0.20.5
3102024-10-31T19:21:44.456Z Downloaded anstream v0.6.15
3112024-10-31T19:21:44.458Z Downloaded usdt-attr-macro v0.5.0
3122024-10-31T19:21:44.458Z Downloaded fastrand v2.1.1
3132024-10-31T19:21:44.458Z Downloaded cpufeatures v0.2.14
3142024-10-31T19:21:44.461Z Downloaded anstyle-query v1.1.1
3152024-10-31T19:21:44.461Z Downloaded unicode-linebreak v0.1.5
3162024-10-31T19:21:44.463Z Downloaded thiserror v1.0.64
3172024-10-31T19:21:44.466Z Downloaded semver v1.0.23
3182024-10-31T19:21:44.468Z Downloaded bitflags v2.6.0
3192024-10-31T19:21:44.471Z Downloaded scroll v0.12.0
3202024-10-31T19:21:44.474Z Downloaded cargo_metadata v0.18.1
3212024-10-31T19:21:44.476Z Downloaded camino v1.1.9
3222024-10-31T19:21:44.476Z Downloaded heck v0.5.0
3232024-10-31T19:21:44.479Z Downloaded sha2 v0.10.8
3242024-10-31T19:21:44.482Z Downloaded pest_meta v2.7.14
3252024-10-31T19:21:44.482Z Downloaded anyhow v1.0.89
3262024-10-31T19:21:44.486Z Downloaded zerocopy-derive v0.7.35
3272024-10-31T19:21:44.490Z Downloaded toml v0.8.19
3282024-10-31T19:21:44.494Z Downloaded proc-macro-error v1.0.4
3292024-10-31T19:21:44.497Z Downloaded dtrace-parser v0.2.0
3302024-10-31T19:21:44.499Z Downloaded papergrid v0.11.0
3312024-10-31T19:21:44.502Z Downloaded scroll_derive v0.12.0
3322024-10-31T19:21:44.505Z Downloaded pretty-hex v0.4.1
3332024-10-31T19:21:44.505Z Downloaded log v0.4.22
3342024-10-31T19:21:44.508Z Downloaded macaddr v1.0.1
3352024-10-31T19:21:44.509Z Downloaded clap v4.5.20
3362024-10-31T19:21:44.516Z Downloaded usdt-macro v0.5.0
3372024-10-31T19:21:44.519Z Downloaded colorchoice v1.0.2
3382024-10-31T19:21:44.519Z Downloaded typenum v1.17.0
3392024-10-31T19:21:44.533Z Downloaded thread-id v4.2.2
3402024-10-31T19:21:44.533Z Downloaded proc-macro-error-attr v1.0.4
3412024-10-31T19:21:44.533Z Downloaded crypto-common v0.1.6
3422024-10-31T19:21:44.533Z Downloaded pest_generator v2.7.14
3432024-10-31T19:21:44.533Z Downloaded itoa v1.0.11
3442024-10-31T19:21:44.533Z Downloaded heck v0.4.1
3452024-10-31T19:21:44.533Z Downloaded digest v0.10.7
3462024-10-31T19:21:44.533Z Downloaded toml_datetime v0.6.8
3472024-10-31T19:21:44.533Z Downloaded errno v0.3.9
3482024-10-31T19:21:44.533Z Downloaded strsim v0.11.1
3492024-10-31T19:21:44.536Z Downloaded serde_spanned v0.6.8
3502024-10-31T19:21:44.536Z Downloaded memmap v0.7.0
3512024-10-31T19:21:44.536Z Downloaded fnv v1.0.7
3522024-10-31T19:21:44.537Z Downloaded thiserror-impl v1.0.64
3532024-10-31T19:21:44.539Z Downloaded quote v1.0.37
3542024-10-31T19:21:44.539Z Downloaded memchr v2.7.4
3552024-10-31T19:21:44.545Z Downloaded version_check v0.9.5
3562024-10-31T19:21:44.547Z Downloaded smawk v0.3.2
3572024-10-31T19:21:44.547Z Downloaded serde_tokenstream v0.2.2
3582024-10-31T19:21:44.550Z Downloaded clap_derive v4.5.18
3592024-10-31T19:21:44.552Z Downloaded plain v0.2.3
3602024-10-31T19:21:44.552Z Downloaded fs-err v2.11.0
3612024-10-31T19:21:44.556Z Downloaded once_cell v1.20.2
3622024-10-31T19:21:44.559Z Downloaded utf8parse v0.2.2
3632024-10-31T19:21:44.559Z Downloaded usdt v0.5.0
3642024-10-31T19:21:44.559Z Downloaded tempfile v3.13.0
3652024-10-31T19:21:44.563Z Downloaded pest_derive v2.7.14
3662024-10-31T19:21:44.563Z Downloaded tabled_derive v0.7.0
3672024-10-31T19:21:44.567Z Downloaded generic-array v0.14.7
3682024-10-31T19:21:44.567Z Downloaded is_terminal_polyfill v1.70.1
3692024-10-31T19:21:44.567Z Downloaded dof v0.3.0
3702024-10-31T19:21:44.567Z Downloaded bytecount v0.6.8
3712024-10-31T19:21:44.570Z Downloaded block-buffer v0.10.4
3722024-10-31T19:21:44.570Z Downloaded autocfg v1.4.0
3732024-10-31T19:21:44.572Z Downloaded usdt-impl v0.5.0
3742024-10-31T19:21:44.572Z Downloaded cargo-platform v0.1.8
3752024-10-31T19:21:44.577Z Downloaded ryu v1.0.18
3762024-10-31T19:21:44.580Z Downloaded textwrap v0.16.1
3772024-10-31T19:21:44.584Z Downloaded unicode-ident v1.0.13
3782024-10-31T19:21:44.587Z Downloaded serde_derive v1.0.210
3792024-10-31T19:21:44.592Z Downloaded proc-macro2 v1.0.87
3802024-10-31T19:21:44.595Z Downloaded ucd-trie v0.1.7
3812024-10-31T19:21:44.597Z Downloaded hashbrown v0.15.0
3822024-10-31T19:21:44.601Z Downloaded serde v1.0.210
3832024-10-31T19:21:44.605Z Downloaded indexmap v2.6.0
3842024-10-31T19:21:44.615Z Downloaded toml_edit v0.22.22
3852024-10-31T19:21:44.644Z Downloaded winnow v0.6.20
3862024-10-31T19:21:44.658Z Downloaded serde_json v1.0.128
3872024-10-31T19:21:44.667Z Downloaded pest v2.7.14
3882024-10-31T19:21:44.672Z Downloaded zerocopy v0.7.35
3892024-10-31T19:21:44.685Z Downloaded goblin v0.8.2
3902024-10-31T19:21:44.691Z Downloaded tabled v0.15.0
3912024-10-31T19:21:44.705Z Downloaded clap_builder v4.5.20
3922024-10-31T19:21:44.713Z Downloaded syn v2.0.79
3932024-10-31T19:21:44.724Z Downloaded syn v1.0.109
3942024-10-31T19:21:44.733Z Downloaded unicode-width v0.1.14
3952024-10-31T19:21:44.741Z Downloaded rustix v0.38.37
3962024-10-31T19:21:44.770Z Downloaded libc v0.2.161
3972024-10-31T19:21:45.078Z Compiling proc-macro2 v1.0.87
3982024-10-31T19:21:45.078Z Compiling unicode-ident v1.0.13
3992024-10-31T19:21:45.081Z Compiling version_check v0.9.5
4002024-10-31T19:21:45.081Z Compiling serde v1.0.210
4012024-10-31T19:21:45.081Z Compiling thiserror v1.0.64
4022024-10-31T19:21:45.081Z Compiling memchr v2.7.4
4032024-10-31T19:21:45.081Z Compiling libc v0.2.161
4042024-10-31T19:21:45.081Z Compiling ucd-trie v0.1.7
4052024-10-31T19:21:45.367Z Compiling ryu v1.0.18
4062024-10-31T19:21:45.684Z Compiling itoa v1.0.11
4072024-10-31T19:21:45.870Z Compiling once_cell v1.20.2
4082024-10-31T19:21:45.891Z Compiling byteorder v1.5.0
4092024-10-31T19:21:46.211Z Compiling serde_json v1.0.128
4102024-10-31T19:21:46.384Z Compiling rustix v0.38.37
4112024-10-31T19:21:46.813Z Compiling bitflags v2.6.0
4122024-10-31T19:21:46.876Z Compiling proc-macro-error-attr v1.0.4
4132024-10-31T19:21:47.050Z Compiling usdt-impl v0.5.0
4142024-10-31T19:21:47.149Z Compiling syn v1.0.109
4152024-10-31T19:21:47.153Z Compiling proc-macro-error v1.0.4
4162024-10-31T19:21:47.236Z Compiling hashbrown v0.15.0
4172024-10-31T19:21:47.259Z Compiling plain v0.2.3
4182024-10-31T19:21:47.452Z Compiling equivalent v1.0.1
4192024-10-31T19:21:47.518Z Compiling log v0.4.22
4202024-10-31T19:21:47.577Z Compiling thread-id v4.2.2
4212024-10-31T19:21:47.601Z Compiling camino v1.1.9
4222024-10-31T19:21:47.668Z Compiling utf8parse v0.2.2
4232024-10-31T19:21:47.845Z Compiling anstyle-parse v0.2.5
4242024-10-31T19:21:47.916Z Compiling unicode-width v0.1.14
4252024-10-31T19:21:47.973Z Compiling quote v1.0.37
4262024-10-31T19:21:48.203Z Compiling errno v0.3.9
4272024-10-31T19:21:48.231Z Compiling semver v1.0.23
4282024-10-31T19:21:48.380Z Compiling syn v2.0.79
4292024-10-31T19:21:48.460Z Compiling indexmap v2.6.0
4302024-10-31T19:21:48.532Z Compiling anstyle v1.0.8
4312024-10-31T19:21:48.681Z Compiling pretty-hex v0.4.1
4322024-10-31T19:21:48.798Z Compiling winnow v0.6.20
4332024-10-31T19:21:48.911Z Compiling anstyle-query v1.1.1
4342024-10-31T19:21:48.972Z Compiling is_terminal_polyfill v1.70.1
4352024-10-31T19:21:49.051Z Compiling colorchoice v1.0.2
4362024-10-31T19:21:49.112Z Compiling autocfg v1.4.0
4372024-10-31T19:21:49.230Z Compiling anstream v0.6.15
4382024-10-31T19:21:50.039Z Compiling fastrand v2.1.1
4392024-10-31T19:21:50.062Z Compiling anyhow v1.0.89
4402024-10-31T19:21:50.089Z Compiling fs-err v2.11.0
4412024-10-31T19:21:50.121Z Compiling clap_lex v0.7.2
4422024-10-31T19:21:50.395Z Compiling heck v0.5.0
4432024-10-31T19:21:50.559Z Compiling terminal_size v0.4.0
4442024-10-31T19:21:50.629Z Compiling cfg-if v1.0.0
4452024-10-31T19:21:50.664Z Compiling strsim v0.11.1
4462024-10-31T19:21:50.732Z Compiling heck v0.4.1
4472024-10-31T19:21:50.756Z Compiling fnv v1.0.7
4482024-10-31T19:21:50.882Z Compiling bytecount v0.6.8
4492024-10-31T19:21:51.091Z Compiling papergrid v0.11.0
4502024-10-31T19:21:51.195Z Compiling clap_builder v4.5.20
4512024-10-31T19:21:51.355Z Compiling tempfile v3.13.0
4522024-10-31T19:21:51.964Z Compiling memmap v0.7.0
4532024-10-31T19:21:52.039Z Compiling smawk v0.3.2
4542024-10-31T19:21:52.150Z Compiling unicode-linebreak v0.1.5
4552024-10-31T19:21:52.538Z Compiling swrite v0.1.0
4562024-10-31T19:21:52.671Z Compiling textwrap v0.16.1
4572024-10-31T19:21:53.662Z Compiling tabled_derive v0.7.0
4582024-10-31T19:21:55.116Z Compiling tabled v0.15.0
4592024-10-31T19:21:56.357Z Compiling serde_derive v1.0.210
4602024-10-31T19:21:56.360Z Compiling thiserror-impl v1.0.64
4612024-10-31T19:21:56.360Z Compiling zerocopy-derive v0.7.35
4622024-10-31T19:21:56.381Z Compiling scroll_derive v0.12.0
4632024-10-31T19:21:56.568Z Compiling clap_derive v4.5.18
4642024-10-31T19:21:57.714Z Compiling scroll v0.12.0
4652024-10-31T19:21:58.103Z Compiling zerocopy v0.7.35
4662024-10-31T19:21:58.184Z Compiling goblin v0.8.2
4672024-10-31T19:21:58.880Z Compiling pest v2.7.14
4682024-10-31T19:21:59.834Z Compiling clap v4.5.20
4692024-10-31T19:22:01.018Z Compiling pest_meta v2.7.14
4702024-10-31T19:22:01.856Z Compiling pest_generator v2.7.14
4712024-10-31T19:22:03.497Z Compiling pest_derive v2.7.14
4722024-10-31T19:22:04.289Z Compiling dtrace-parser v0.2.0
4732024-10-31T19:22:05.933Z Compiling serde_tokenstream v0.2.2
4742024-10-31T19:22:05.953Z Compiling toml_datetime v0.6.8
4752024-10-31T19:22:05.957Z Compiling serde_spanned v0.6.8
4762024-10-31T19:22:06.286Z Compiling cargo-platform v0.1.8
4772024-10-31T19:22:06.286Z Compiling macaddr v1.0.1
4782024-10-31T19:22:06.563Z Compiling toml_edit v0.22.22
4792024-10-31T19:22:06.592Z Compiling camino-tempfile v1.1.1
4802024-10-31T19:22:07.334Z Compiling dof v0.3.0
4812024-10-31T19:22:07.489Z Compiling cargo_metadata v0.18.1
4822024-10-31T19:22:08.984Z Compiling usdt-macro v0.5.0
4832024-10-31T19:22:08.984Z Compiling usdt-attr-macro v0.5.0
4842024-10-31T19:22:09.344Z Compiling toml v0.8.19
4852024-10-31T19:22:10.140Z Compiling cargo_toml v0.20.5
4862024-10-31T19:22:10.164Z Compiling usdt v0.5.0
4872024-10-31T19:22:13.590Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882024-10-31T19:22:17.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.43s
4892024-10-31T19:22:17.749Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4902024-10-31T19:22:18.267Z Downloading crates ...
4912024-10-31T19:22:18.380Z Downloaded async-stream-impl v0.3.6
4922024-10-31T19:22:18.389Z Downloaded ascii-canvas v3.0.0
4932024-10-31T19:22:18.391Z Downloaded adler2 v2.0.0
4942024-10-31T19:22:18.397Z Downloaded ciborium-io v0.2.2
4952024-10-31T19:22:18.406Z Downloaded crucible-workspace-hack v0.1.0
4962024-10-31T19:22:18.412Z Downloaded cstr-argument v0.1.2
4972024-10-31T19:22:18.414Z Downloaded cfg_aliases v0.1.1
4982024-10-31T19:22:18.414Z Downloaded atomic-waker v1.1.2
4992024-10-31T19:22:18.417Z Downloaded array-init v0.0.4
5002024-10-31T19:22:18.419Z Downloaded new_debug_unreachable v1.0.6
5012024-10-31T19:22:18.421Z Downloaded bit-vec v0.6.3
5022024-10-31T19:22:18.424Z Downloaded crc v3.2.1
5032024-10-31T19:22:18.427Z Downloaded blowfish v0.9.1
5042024-10-31T19:22:18.430Z Downloaded http-body v0.4.6
5052024-10-31T19:22:18.432Z Downloaded async-bb8-diesel v0.2.1
5062024-10-31T19:22:18.435Z Downloaded constant_time_eq v0.3.1
5072024-10-31T19:22:18.435Z Downloaded curve25519-dalek-derive v0.1.1
5082024-10-31T19:22:18.437Z Downloaded bitfield-struct v0.6.2
5092024-10-31T19:22:18.437Z Downloaded backoff v0.4.0
5102024-10-31T19:22:18.439Z Downloaded is_ci v1.2.0
5112024-10-31T19:22:18.442Z Downloaded newtype_derive v0.1.6
5122024-10-31T19:22:18.444Z Downloaded crc32fast v1.4.2
5132024-10-31T19:22:18.447Z Downloaded cbc v0.1.2
5142024-10-31T19:22:18.447Z Downloaded ipnetwork v0.20.0
5152024-10-31T19:22:18.451Z Downloaded ident_case v1.0.1
5162024-10-31T19:22:18.453Z Downloaded httpdate v1.0.3
5172024-10-31T19:22:18.453Z Downloaded atty v0.2.14
5182024-10-31T19:22:18.453Z Downloaded cancel-safe-futures v0.1.5
5192024-10-31T19:22:18.457Z Downloaded atomicwrites v0.4.4
5202024-10-31T19:22:18.461Z Downloaded impl-trait-for-tuples v0.2.2
5212024-10-31T19:22:18.464Z Downloaded hyper-tls v0.6.0
5222024-10-31T19:22:18.464Z Downloaded csv-core v0.1.11
5232024-10-31T19:22:18.464Z Downloaded hostname v0.4.0
5242024-10-31T19:22:18.466Z Downloaded md-5 v0.10.6
5252024-10-31T19:22:18.470Z Downloaded multimap v0.10.0
5262024-10-31T19:22:18.470Z Downloaded const-oid v0.9.6
5272024-10-31T19:22:18.474Z Downloaded blake2 v0.10.6
5282024-10-31T19:22:18.476Z Downloaded nodrop v0.1.14
5292024-10-31T19:22:18.476Z Downloaded memoffset v0.9.1
5302024-10-31T19:22:18.476Z Downloaded cfg_aliases v0.2.1
5312024-10-31T19:22:18.479Z Downloaded instability v0.3.2
5322024-10-31T19:22:18.481Z Downloaded indexmap v1.9.3
5332024-10-31T19:22:18.484Z Downloaded lock_api v0.4.12
5342024-10-31T19:22:18.486Z Downloaded nu-ansi-term v0.50.1
5352024-10-31T19:22:18.489Z Downloaded crunchy v0.2.2
5362024-10-31T19:22:18.489Z Downloaded mime_guess v2.0.5
5372024-10-31T19:22:18.493Z Downloaded bcs v0.1.6
5382024-10-31T19:22:18.497Z Downloaded async-recursion v1.1.1
5392024-10-31T19:22:18.499Z Downloaded mockall_derive v0.13.0
5402024-10-31T19:22:18.499Z Downloaded assert_matches v1.5.0
5412024-10-31T19:22:18.502Z Downloaded match_cfg v0.1.0
5422024-10-31T19:22:18.502Z Downloaded instant v0.1.13
5432024-10-31T19:22:18.504Z Downloaded darling_macro v0.20.10
5442024-10-31T19:22:18.504Z Downloaded hubpack_derive v0.1.1
5452024-10-31T19:22:18.504Z Downloaded chacha20 v0.9.1
5462024-10-31T19:22:18.509Z Downloaded async-stream v0.3.6
5472024-10-31T19:22:18.512Z Downloaded serde_repr v0.1.19
5482024-10-31T19:22:18.515Z Downloaded aes-gcm v0.10.3
5492024-10-31T19:22:18.518Z Downloaded ref-cast-impl v1.0.23
5502024-10-31T19:22:18.520Z Downloaded http-body v1.0.1
5512024-10-31T19:22:18.520Z Downloaded clang-sys v1.8.1
5522024-10-31T19:22:18.522Z Downloaded bytes v1.7.2
5532024-10-31T19:22:18.528Z Downloaded matches v0.1.10
5542024-10-31T19:22:18.530Z Downloaded base16ct v0.2.0
5552024-10-31T19:22:18.530Z Downloaded cipher v0.4.4
5562024-10-31T19:22:18.533Z Downloaded cexpr v0.6.0
5572024-10-31T19:22:18.536Z Downloaded smf v0.2.3
5582024-10-31T19:22:18.536Z Downloaded thiserror-no-std v2.0.2
5592024-10-31T19:22:18.540Z Downloaded convert_case v0.4.0
5602024-10-31T19:22:18.542Z Downloaded colored v2.1.0
5612024-10-31T19:22:18.545Z Downloaded ciborium-ll v0.2.2
5622024-10-31T19:22:18.545Z Downloaded bcrypt-pbkdf v0.10.0
5632024-10-31T19:22:18.549Z Downloaded crossbeam-deque v0.8.5
5642024-10-31T19:22:18.549Z Downloaded cobs v0.2.3
5652024-10-31T19:22:18.552Z Downloaded buf-list v1.0.3
5662024-10-31T19:22:18.552Z Downloaded newline-converter v0.3.0
5672024-10-31T19:22:18.555Z Downloaded strum v0.26.3
5682024-10-31T19:22:18.555Z Downloaded md5 v0.7.0
5692024-10-31T19:22:18.559Z Downloaded base64ct v1.6.0
5702024-10-31T19:22:18.559Z Downloaded async-trait v0.1.83
5712024-10-31T19:22:18.562Z Downloaded toolchain_find v0.4.0
5722024-10-31T19:22:18.564Z Downloaded allocator-api2 v0.2.18
5732024-10-31T19:22:18.567Z Downloaded cookie v0.18.1
5742024-10-31T19:22:18.572Z Downloaded sqlparser_derive v0.2.2
5752024-10-31T19:22:18.577Z Downloaded linked-hash-map v0.5.6
5762024-10-31T19:22:18.577Z Downloaded keccak v0.1.5
5772024-10-31T19:22:18.577Z Downloaded data-encoding v2.6.0
5782024-10-31T19:22:18.577Z Downloaded addr2line v0.24.2
5792024-10-31T19:22:18.580Z Downloaded is-terminal v0.4.13
5802024-10-31T19:22:18.580Z Downloaded rtoolbox v0.0.2
5812024-10-31T19:22:18.582Z Downloaded darling_core v0.20.10
5822024-10-31T19:22:18.585Z Downloaded want v0.3.1
5832024-10-31T19:22:18.588Z Downloaded untrusted v0.7.1
5842024-10-31T19:22:18.591Z Downloaded downcast v0.11.0
5852024-10-31T19:22:18.591Z Downloaded signal-hook-registry v1.4.2
5862024-10-31T19:22:18.591Z Downloaded serde_plain v1.0.2
5872024-10-31T19:22:18.594Z Downloaded serde_path_to_error v0.1.16
5882024-10-31T19:22:18.594Z Downloaded nibble_vec v0.1.0
5892024-10-31T19:22:18.597Z Downloaded kstat-rs v0.2.4
5902024-10-31T19:22:18.599Z Downloaded nanorand v0.7.0
5912024-10-31T19:22:18.602Z Downloaded mime v0.3.17
5922024-10-31T19:22:18.602Z Downloaded mockall v0.13.0
5932024-10-31T19:22:18.605Z Downloaded lru v0.12.5
5942024-10-31T19:22:18.605Z Downloaded lru-cache v0.1.2
5952024-10-31T19:22:18.608Z Downloaded cookie_store v0.21.0
5962024-10-31T19:22:18.608Z Downloaded console v0.15.8
5972024-10-31T19:22:18.611Z Downloaded maybe-uninit v2.0.0
5982024-10-31T19:22:18.614Z Downloaded humantime v2.1.0
5992024-10-31T19:22:18.619Z Downloaded thiserror-impl-no-std v2.0.2
6002024-10-31T19:22:18.619Z Downloaded ahash v0.8.11
6012024-10-31T19:22:18.619Z Downloaded libefi-sys v0.1.0
6022024-10-31T19:22:18.622Z Downloaded strum_macros v0.25.3
6032024-10-31T19:22:18.625Z Downloaded rustversion v1.0.17
6042024-10-31T19:22:18.628Z Downloaded fxhash v0.2.1
6052024-10-31T19:22:18.628Z Downloaded darling v0.20.10
6062024-10-31T19:22:18.632Z Downloaded hyper-staticfile v0.10.1
6072024-10-31T19:22:18.634Z Downloaded home v0.5.9
6082024-10-31T19:22:18.638Z Downloaded hyper-rustls v0.27.3
6092024-10-31T19:22:18.642Z Downloaded jobserver v0.1.32
6102024-10-31T19:22:18.642Z Downloaded iana-time-zone v0.1.61
6112024-10-31T19:22:18.645Z Downloaded httparse v1.9.5
6122024-10-31T19:22:18.647Z Downloaded hex-literal v0.4.1
6132024-10-31T19:22:18.647Z Downloaded which v4.4.2
6142024-10-31T19:22:18.650Z Downloaded olpc-cjson v0.1.4
6152024-10-31T19:22:18.650Z Downloaded precomputed-hash v0.1.1
6162024-10-31T19:22:18.653Z Downloaded peg-runtime v0.8.3
6172024-10-31T19:22:18.653Z Downloaded multer v3.1.0
6182024-10-31T19:22:18.655Z Downloaded native-tls v0.2.12
6192024-10-31T19:22:18.658Z Downloaded topological-sort v0.2.2
6202024-10-31T19:22:18.660Z Downloaded env_filter v0.1.2
6212024-10-31T19:22:18.660Z Downloaded libloading v0.8.5
6222024-10-31T19:22:18.663Z Downloaded http-body-util v0.1.2
6232024-10-31T19:22:18.666Z Downloaded serde-big-array v0.5.1
6242024-10-31T19:22:18.668Z Downloaded ecdsa v0.16.9
6252024-10-31T19:22:18.671Z Downloaded ssh-encoding v0.2.0
6262024-10-31T19:22:18.671Z Downloaded crossbeam-utils v0.8.20
6272024-10-31T19:22:18.674Z Downloaded ghash v0.5.1
6282024-10-31T19:22:18.676Z Downloaded quick-error v1.2.3
6292024-10-31T19:22:18.677Z Downloaded float-cmp v0.9.0
6302024-10-31T19:22:18.680Z Downloaded fd-lock v4.0.2
6312024-10-31T19:22:18.682Z Downloaded num-complex v0.4.6
6322024-10-31T19:22:18.682Z Downloaded test-strategy v0.3.1
6332024-10-31T19:22:18.686Z Downloaded take_mut v0.2.2
6342024-10-31T19:22:18.689Z Downloaded gethostname v0.5.0
6352024-10-31T19:22:18.689Z Downloaded futures-executor v0.3.31
6362024-10-31T19:22:18.692Z Downloaded hex v0.4.3
6372024-10-31T19:22:18.692Z Downloaded packed_struct v0.10.1
6382024-10-31T19:22:18.694Z Downloaded tokio-tungstenite v0.23.1
6392024-10-31T19:22:18.697Z Downloaded defmt-macros v0.3.9
6402024-10-31T19:22:18.699Z Downloaded waitgroup v0.1.2
6412024-10-31T19:22:18.702Z Downloaded foreign-types-shared v0.3.1
6422024-10-31T19:22:18.702Z Downloaded foreign-types-shared v0.1.1
6432024-10-31T19:22:18.705Z Downloaded crc-any v2.5.0
6442024-10-31T19:22:18.705Z Downloaded flagset v0.4.6
6452024-10-31T19:22:18.707Z Downloaded memmap2 v0.9.5
6462024-10-31T19:22:18.710Z Downloaded num-integer v0.1.46
6472024-10-31T19:22:18.712Z Downloaded foreign-types-macros v0.2.3
6482024-10-31T19:22:18.712Z Downloaded zone_cfg_derive v0.3.0
6492024-10-31T19:22:18.712Z Downloaded vte_generate_state_changes v0.1.2
6502024-10-31T19:22:18.714Z Downloaded packed_struct_codegen v0.10.1
6512024-10-31T19:22:18.714Z Downloaded num-iter v0.1.45
6522024-10-31T19:22:18.717Z Downloaded openssl-macros v0.1.1
6532024-10-31T19:22:18.717Z Downloaded uzers v0.12.1
6542024-10-31T19:22:18.720Z Downloaded rpassword v7.3.1
6552024-10-31T19:22:18.722Z Downloaded pem v3.0.4
6562024-10-31T19:22:18.724Z Downloaded defmt-parser v0.3.4
6572024-10-31T19:22:18.724Z Downloaded openssl-probe v0.1.5
6582024-10-31T19:22:18.727Z Downloaded ppv-lite86 v0.2.20
6592024-10-31T19:22:18.727Z Downloaded derive_builder v0.20.2
6602024-10-31T19:22:18.732Z Downloaded num-conv v0.1.0
6612024-10-31T19:22:18.734Z Downloaded serde_urlencoded v0.7.1
6622024-10-31T19:22:18.737Z Downloaded serde-hex v0.1.0
6632024-10-31T19:22:18.737Z Downloaded chacha20poly1305 v0.10.1
6642024-10-31T19:22:18.739Z Downloaded semver v0.1.20
6652024-10-31T19:22:18.741Z Downloaded sec1 v0.7.3
6662024-10-31T19:22:18.743Z Downloaded headers-core v0.3.0
6672024-10-31T19:22:18.744Z Downloaded pkg-config v0.3.31
6682024-10-31T19:22:18.746Z Downloaded backtrace v0.3.74
6692024-10-31T19:22:18.750Z Downloaded salsa20 v0.10.2
6702024-10-31T19:22:18.752Z Downloaded progenitor-client v0.8.0
6712024-10-31T19:22:18.755Z Downloaded itertools v0.13.0
6722024-10-31T19:22:18.760Z Downloaded deranged v0.3.11
6732024-10-31T19:22:18.763Z Downloaded wait-timeout v0.2.0
6742024-10-31T19:22:18.766Z Downloaded rayon-core v1.12.1
6752024-10-31T19:22:18.769Z Downloaded base64 v0.21.7
6762024-10-31T19:22:18.771Z Downloaded form_urlencoded v1.2.1
6772024-10-31T19:22:18.774Z Downloaded zeroize v1.8.1
6782024-10-31T19:22:18.776Z Downloaded tokio-macros v2.4.0
6792024-10-31T19:22:18.777Z Downloaded fallible-iterator v0.2.0
6802024-10-31T19:22:18.779Z Downloaded ena v0.14.3
6812024-10-31T19:22:18.779Z Downloaded miniz_oxide v0.8.0
6822024-10-31T19:22:18.781Z Downloaded opaque-debug v0.3.1
6832024-10-31T19:22:18.784Z Downloaded samael v0.0.17
6842024-10-31T19:22:18.789Z Downloaded zone_cfg_derive v0.1.2
6852024-10-31T19:22:18.791Z Downloaded group v0.13.0
6862024-10-31T19:22:18.793Z Downloaded twox-hash v1.6.3
6872024-10-31T19:22:18.796Z Downloaded pbkdf2 v0.12.2
6882024-10-31T19:22:18.796Z Downloaded secrecy v0.8.0
6892024-10-31T19:22:18.799Z Downloaded pkcs8 v0.10.2
6902024-10-31T19:22:18.801Z Downloaded peg-macros v0.8.4
6912024-10-31T19:22:18.804Z Downloaded serde_derive_internals v0.29.1
6922024-10-31T19:22:18.804Z Downloaded cc v1.1.30
6932024-10-31T19:22:18.808Z Downloaded derive_builder_core v0.20.2
6942024-10-31T19:22:18.810Z Downloaded unicode-bidi v0.3.17
6952024-10-31T19:22:18.821Z Downloaded rustc-hash v1.1.0
6962024-10-31T19:22:18.824Z Downloaded tokio-rustls v0.25.0
6972024-10-31T19:22:18.827Z Downloaded tokio-rustls v0.24.1
6982024-10-31T19:22:18.829Z Downloaded quinn-udp v0.5.5
6992024-10-31T19:22:18.831Z Downloaded phf_shared v0.11.2
7002024-10-31T19:22:18.831Z Downloaded radium v0.7.0
7012024-10-31T19:22:18.834Z Downloaded phf_codegen v0.11.2
7022024-10-31T19:22:18.834Z Downloaded num_threads v0.1.7
7032024-10-31T19:22:18.836Z Downloaded snafu-derive v0.8.5
7042024-10-31T19:22:18.836Z Downloaded hyper-util v0.1.9
7052024-10-31T19:22:18.841Z Downloaded static_assertions v1.1.0
7062024-10-31T19:22:18.843Z Downloaded termcolor v1.4.1
7072024-10-31T19:22:18.845Z Downloaded value-bag v1.9.0
7082024-10-31T19:22:18.847Z Downloaded der_derive v0.7.3
7092024-10-31T19:22:18.850Z Downloaded progenitor-impl v0.8.0
7102024-10-31T19:22:18.852Z Downloaded unicase v2.7.0
7112024-10-31T19:22:18.854Z Downloaded typify-macro v0.2.0
7122024-10-31T19:22:18.854Z Downloaded unarray v0.1.4
7132024-10-31T19:22:18.856Z Downloaded zeroize_derive v1.4.2
7142024-10-31T19:22:18.858Z Downloaded derive_builder_macro v0.20.2
7152024-10-31T19:22:18.858Z Downloaded pbkdf2 v0.11.0
7162024-10-31T19:22:18.861Z Downloaded ron v0.7.1
7172024-10-31T19:22:18.866Z Downloaded fragile v2.0.0
7182024-10-31T19:22:18.868Z Downloaded diesel_derives v2.2.3
7192024-10-31T19:22:18.872Z Downloaded embedded-io v0.4.0
7202024-10-31T19:22:18.874Z Downloaded const_format v0.2.33
7212024-10-31T19:22:18.879Z Downloaded hmac v0.12.1
7222024-10-31T19:22:18.882Z Downloaded tower-service v0.3.3
7232024-10-31T19:22:18.884Z Downloaded glob v0.3.1
7242024-10-31T19:22:18.887Z Downloaded futures-macro v0.3.31
7252024-10-31T19:22:18.887Z Downloaded sct v0.7.1
7262024-10-31T19:22:18.889Z Downloaded rustls-pki-types v1.9.0
7272024-10-31T19:22:18.893Z Downloaded progenitor v0.8.0
7282024-10-31T19:22:18.895Z Downloaded env_logger v0.11.5
7292024-10-31T19:22:18.898Z Downloaded r2d2 v0.8.10
7302024-10-31T19:22:18.900Z Downloaded rustfmt-wrapper v0.2.1
7312024-10-31T19:22:18.902Z Downloaded hickory-resolver v0.24.1
7322024-10-31T19:22:18.906Z Downloaded parse-size v1.0.0
7332024-10-31T19:22:18.909Z Downloaded number_prefix v0.4.0
7342024-10-31T19:22:18.909Z Downloaded rusty-fork v0.3.0
7352024-10-31T19:22:18.912Z Downloaded num-derive v0.4.2
7362024-10-31T19:22:18.914Z Downloaded term v0.7.0
7372024-10-31T19:22:18.916Z Downloaded slog-bunyan v2.5.0
7382024-10-31T19:22:18.919Z Downloaded ron v0.8.1
7392024-10-31T19:22:18.923Z Downloaded derive-where v1.2.7
7402024-10-31T19:22:18.927Z Downloaded russh-cryptovec v0.7.3
7412024-10-31T19:22:18.930Z Downloaded pretty-hex v0.2.1
7422024-10-31T19:22:18.930Z Downloaded zone v0.1.8
7432024-10-31T19:22:18.932Z Downloaded structmeta v0.3.0
7442024-10-31T19:22:18.932Z Downloaded walkdir v2.5.0
7452024-10-31T19:22:18.934Z Downloaded stringprep v0.1.5
7462024-10-31T19:22:18.936Z Downloaded http v1.1.0
7472024-10-31T19:22:18.940Z Downloaded rcgen v0.12.1
7482024-10-31T19:22:18.944Z Downloaded structmeta v0.2.0
7492024-10-31T19:22:18.946Z Downloaded string_cache v0.8.7
7502024-10-31T19:22:18.949Z Downloaded crossbeam-channel v0.5.13
7512024-10-31T19:22:18.951Z Downloaded globset v0.4.15
7522024-10-31T19:22:18.953Z Downloaded foldhash v0.1.3
7532024-10-31T19:22:18.956Z Downloaded aes v0.8.4
7542024-10-31T19:22:18.959Z Downloaded diesel_table_macro_syntax v0.2.0
7552024-10-31T19:22:18.959Z Downloaded scheduled-thread-pool v0.2.7
7562024-10-31T19:22:18.963Z Downloaded phf_shared v0.10.0
7572024-10-31T19:22:18.963Z Downloaded endian-type v0.1.2
7582024-10-31T19:22:18.963Z Downloaded difflib v0.4.0
7592024-10-31T19:22:18.965Z Downloaded hickory-client v0.24.1
7602024-10-31T19:22:18.968Z Downloaded enum-as-inner v0.6.1
7612024-10-31T19:22:18.970Z Downloaded tokio-postgres v0.7.12
7622024-10-31T19:22:18.973Z Downloaded typed-path v0.7.1
7632024-10-31T19:22:18.980Z Downloaded parse-display v0.10.0
7642024-10-31T19:22:18.982Z Downloaded pkcs1 v0.7.5
7652024-10-31T19:22:18.985Z Downloaded num_enum v0.5.11
7662024-10-31T19:22:18.990Z Downloaded tungstenite v0.24.0
7672024-10-31T19:22:18.993Z Downloaded parse-display-derive v0.10.0
7682024-10-31T19:22:18.995Z Downloaded shell-words v1.1.0
7692024-10-31T19:22:18.998Z Downloaded primeorder v0.13.6
7702024-10-31T19:22:18.998Z Downloaded tungstenite v0.23.0
7712024-10-31T19:22:19.001Z Downloaded rfc6979 v0.4.0
7722024-10-31T19:22:19.004Z Downloaded signal-hook-mio v0.2.4
7732024-10-31T19:22:19.006Z Downloaded try-lock v0.2.5
7742024-10-31T19:22:19.006Z Downloaded fatfs v0.3.6
7752024-10-31T19:22:19.008Z Downloaded qorb v0.2.0
7762024-10-31T19:22:19.013Z Downloaded sqlformat v0.2.6
7772024-10-31T19:22:19.015Z Downloaded slog-scope v4.4.0
7782024-10-31T19:22:19.018Z Downloaded pin-project v1.1.6
7792024-10-31T19:22:19.028Z Downloaded parking_lot_core v0.9.10
7802024-10-31T19:22:19.031Z Downloaded tinyvec_macros v0.1.1
7812024-10-31T19:22:19.034Z Downloaded phf_generator v0.11.2
7822024-10-31T19:22:19.034Z Downloaded funty v2.0.0
7832024-10-31T19:22:19.034Z Downloaded unicode-truncate v1.1.0
7842024-10-31T19:22:19.037Z Downloaded termios v0.3.3
7852024-10-31T19:22:19.039Z Downloaded psl-types v2.0.11
7862024-10-31T19:22:19.041Z Downloaded foreign-types v0.3.2
7872024-10-31T19:22:19.041Z Downloaded time-core v0.1.2
7882024-10-31T19:22:19.041Z Downloaded password-hash v0.4.2
7892024-10-31T19:22:19.044Z Downloaded num-traits v0.2.19
7902024-10-31T19:22:19.047Z Downloaded hash32 v0.3.1
7912024-10-31T19:22:19.049Z Downloaded progenitor-macro v0.8.0
7922024-10-31T19:22:19.049Z Downloaded proc-macro-crate v1.3.1
7932024-10-31T19:22:19.052Z Downloaded predicates-tree v1.0.11
7942024-10-31T19:22:19.052Z Downloaded pkcs5 v0.7.1
7952024-10-31T19:22:19.057Z Downloaded rustc-demangle v0.1.24
7962024-10-31T19:22:19.059Z Downloaded headers v0.4.0
7972024-10-31T19:22:19.066Z Downloaded untrusted v0.9.0
7982024-10-31T19:22:19.068Z Downloaded universal-hash v0.5.1
7992024-10-31T19:22:19.070Z Downloaded supports-color v3.0.1
8002024-10-31T19:22:19.070Z Downloaded subtle v2.6.1
8012024-10-31T19:22:19.072Z Downloaded slog-dtrace v0.3.0
8022024-10-31T19:22:19.074Z Downloaded tinyvec v1.8.0
8032024-10-31T19:22:19.077Z Downloaded enum-as-inner v0.5.1
8042024-10-31T19:22:19.079Z Downloaded embedded-io v0.6.1
8052024-10-31T19:22:19.081Z Downloaded elliptic-curve v0.13.8
8062024-10-31T19:22:19.085Z Downloaded either v1.13.0
8072024-10-31T19:22:19.089Z Downloaded dyn-clone v1.0.17
8082024-10-31T19:22:19.091Z Downloaded russh-keys v0.45.0
8092024-10-31T19:22:19.093Z Downloaded oso-derive v0.27.3
8102024-10-31T19:22:19.093Z Downloaded structmeta-derive v0.2.0
8112024-10-31T19:22:19.096Z Downloaded rustc_version v0.4.1
8122024-10-31T19:22:19.098Z Downloaded resolv-conf v0.7.0
8132024-10-31T19:22:19.102Z Downloaded utf-8 v0.7.6
8142024-10-31T19:22:19.102Z Downloaded unicode-xid v0.2.6
8152024-10-31T19:22:19.104Z Downloaded tiny-keccak v2.0.2
8162024-10-31T19:22:19.106Z Downloaded unicode-properties v0.1.3
8172024-10-31T19:22:19.109Z Downloaded crossterm v0.28.1
8182024-10-31T19:22:19.116Z Downloaded expectorate v1.1.0
8192024-10-31T19:22:19.118Z Downloaded parking_lot_core v0.8.6
8202024-10-31T19:22:19.121Z Downloaded itertools v0.12.1
8212024-10-31T19:22:19.128Z Downloaded dhcproto-macros v0.1.0
8222024-10-31T19:22:19.130Z Downloaded powerfmt v0.2.0
8232024-10-31T19:22:19.130Z Downloaded unicode-normalization v0.1.24
8242024-10-31T19:22:19.135Z Downloaded slog-envlogger v2.2.0
8252024-10-31T19:22:19.137Z Downloaded spin v0.9.8
8262024-10-31T19:22:19.139Z Downloaded percent-encoding v2.3.1
8272024-10-31T19:22:19.141Z Downloaded strum_macros v0.26.4
8282024-10-31T19:22:19.144Z Downloaded env_logger v0.10.2
8292024-10-31T19:22:19.146Z Downloaded der v0.7.9
8302024-10-31T19:22:19.152Z Downloaded tracing-core v0.1.32
8312024-10-31T19:22:19.155Z Downloaded fallible-iterator v0.3.0
8322024-10-31T19:22:19.158Z Downloaded dsl_auto_type v0.1.2
8332024-10-31T19:22:19.160Z Downloaded futures-sink v0.3.31
8342024-10-31T19:22:19.161Z Downloaded termtree v0.4.1
8352024-10-31T19:22:19.163Z Downloaded sigpipe v0.1.3
8362024-10-31T19:22:19.163Z Downloaded path-slash v0.1.5
8372024-10-31T19:22:19.163Z Downloaded pin-utils v0.1.0
8382024-10-31T19:22:19.166Z Downloaded spki v0.7.3
8392024-10-31T19:22:19.169Z Downloaded thread_local v1.1.8
8402024-10-31T19:22:19.169Z Downloaded poly1305 v0.8.0
8412024-10-31T19:22:19.171Z Downloaded pin-project-lite v0.2.14
8422024-10-31T19:22:19.177Z Downloaded highway v1.2.0
8432024-10-31T19:22:19.179Z Downloaded rand_seeder v0.3.0
8442024-10-31T19:22:19.182Z Downloaded half v2.4.1
8452024-10-31T19:22:19.184Z Downloaded sync_wrapper v0.1.2
8462024-10-31T19:22:19.187Z Downloaded sync_wrapper v1.0.1
8472024-10-31T19:22:19.187Z Downloaded schemars_derive v0.8.21
8482024-10-31T19:22:19.190Z Downloaded quinn v0.11.5
8492024-10-31T19:22:19.192Z Downloaded flume v0.11.0
8502024-10-31T19:22:19.196Z Downloaded display-error-chain v0.2.1
8512024-10-31T19:22:19.199Z Downloaded heck v0.3.3
8522024-10-31T19:22:19.199Z Downloaded dirs-next v2.0.0
8532024-10-31T19:22:19.202Z Downloaded diesel-dtrace v0.3.0
8542024-10-31T19:22:19.204Z Downloaded polyval v0.6.2
8552024-10-31T19:22:19.206Z Downloaded serde_with_macros v3.11.0
8562024-10-31T19:22:19.209Z Downloaded derive_more v0.99.18
8572024-10-31T19:22:19.212Z Downloaded slog-stdlog v4.1.1
8582024-10-31T19:22:19.214Z Downloaded parking_lot v0.12.3
8592024-10-31T19:22:19.216Z Downloaded rustls-pemfile v1.0.4
8602024-10-31T19:22:19.219Z Downloaded foreign-types v0.5.0
8612024-10-31T19:22:19.221Z Downloaded filetime v0.2.25
8622024-10-31T19:22:19.223Z Downloaded postgres-types v0.2.8
8632024-10-31T19:22:19.226Z Downloaded ff v0.13.0
8642024-10-31T19:22:19.226Z Downloaded slog-json v2.6.1
8652024-10-31T19:22:19.229Z Downloaded predicates-core v1.0.8
8662024-10-31T19:22:19.231Z Downloaded rand_xorshift v0.3.0
8672024-10-31T19:22:19.231Z Downloaded aho-corasick v1.1.3
8682024-10-31T19:22:19.238Z Downloaded futures-task v0.3.31
8692024-10-31T19:22:19.240Z Downloaded paste v1.0.15
8702024-10-31T19:22:19.243Z Downloaded futures-io v0.3.31
8712024-10-31T19:22:19.245Z Downloaded futures-core v0.3.31
8722024-10-31T19:22:19.245Z Downloaded owo-colors v4.1.0
8732024-10-31T19:22:19.248Z Downloaded signature v2.2.0
8742024-10-31T19:22:19.252Z Downloaded futures v0.3.31
8752024-10-31T19:22:19.256Z Downloaded omicron-zone-package v0.11.1
8762024-10-31T19:22:19.259Z Downloaded vsss-rs v3.3.4
8772024-10-31T19:22:19.262Z Downloaded unsafe-libyaml v0.2.11
8782024-10-31T19:22:19.266Z Downloaded rand_core v0.6.4
8792024-10-31T19:22:19.268Z Downloaded predicates v3.1.2
8802024-10-31T19:22:19.271Z Downloaded uuid v1.10.0
8812024-10-31T19:22:19.274Z Downloaded pin-project-internal v1.1.6
8822024-10-31T19:22:19.276Z Downloaded rusqlite v0.32.1
8832024-10-31T19:22:19.284Z Downloaded rand_chacha v0.3.1
8842024-10-31T19:22:19.287Z Downloaded xz2 v0.1.7
8852024-10-31T19:22:19.289Z Downloaded wyz v0.5.1
8862024-10-31T19:22:19.289Z Downloaded hashlink v0.9.1
8872024-10-31T19:22:19.292Z Downloaded signal-hook-tokio v0.3.1
8882024-10-31T19:22:19.292Z Downloaded sha1 v0.10.6
8892024-10-31T19:22:19.294Z Downloaded dirs-sys-next v0.1.2
8902024-10-31T19:22:19.297Z Downloaded futures-channel v0.3.31
8912024-10-31T19:22:19.300Z Downloaded publicsuffix v2.2.3
8922024-10-31T19:22:19.302Z Downloaded parse-zoneinfo v0.3.1
8932024-10-31T19:22:19.306Z Downloaded pem-rfc7468 v0.7.0
8942024-10-31T19:22:19.308Z Downloaded whoami v1.5.2
8952024-10-31T19:22:19.308Z Downloaded hashbrown v0.13.2
8962024-10-31T19:22:19.313Z Downloaded des v0.8.1
8972024-10-31T19:22:19.315Z Downloaded vergen v8.3.2
8982024-10-31T19:22:19.318Z Downloaded slog-term v2.9.1
8992024-10-31T19:22:19.321Z Downloaded unicode_categories v0.1.1
9002024-10-31T19:22:19.324Z Downloaded rustls-pemfile v2.2.0
9012024-10-31T19:22:19.327Z Downloaded password-hash v0.5.0
9022024-10-31T19:22:19.330Z Downloaded p521 v0.13.3
9032024-10-31T19:22:19.332Z Downloaded url v2.5.2
9042024-10-31T19:22:19.336Z Downloaded openssl-sys v0.9.103
9052024-10-31T19:22:19.342Z Downloaded rand v0.8.5
9062024-10-31T19:22:19.346Z Downloaded hyper v0.14.30
9072024-10-31T19:22:19.355Z Downloaded vte v0.11.1
9082024-10-31T19:22:19.357Z Downloaded similar v2.6.0
9092024-10-31T19:22:19.362Z Downloaded toml_edit v0.19.15
9102024-10-31T19:22:19.380Z Downloaded zerocopy v0.6.6
9112024-10-31T19:22:19.383Z Downloaded schemars v0.8.21
9122024-10-31T19:22:19.395Z Downloaded unicode-segmentation v1.12.0
9132024-10-31T19:22:19.399Z Downloaded yasna v0.5.2
9142024-10-31T19:22:19.401Z Downloaded p256 v0.13.2
9152024-10-31T19:22:19.404Z Downloaded russh v0.45.0
9162024-10-31T19:22:19.411Z Downloaded ed25519-dalek v2.1.1
9172024-10-31T19:22:19.414Z Downloaded futures-util v0.3.31
9182024-10-31T19:22:19.427Z Downloaded snafu v0.8.5
9192024-10-31T19:22:19.432Z Downloaded blake3 v1.5.4
9202024-10-31T19:22:19.441Z Downloaded portable-atomic v1.9.0
9212024-10-31T19:22:19.447Z Downloaded tokio-util v0.7.12
9222024-10-31T19:22:19.454Z Downloaded hashbrown v0.12.3
9232024-10-31T19:22:19.458Z Downloaded bindgen v0.69.5
9242024-10-31T19:22:19.466Z Downloaded h2 v0.3.26
9252024-10-31T19:22:19.474Z Downloaded quinn-proto v0.11.8
9262024-10-31T19:22:19.481Z Downloaded heapless v0.7.17
9272024-10-31T19:22:19.486Z Downloaded chrono v0.4.38
9282024-10-31T19:22:19.493Z Downloaded serde_yaml v0.9.34+deprecated
9292024-10-31T19:22:19.498Z Downloaded hickory-server v0.24.1
9302024-10-31T19:22:19.503Z Downloaded hashbrown v0.14.5
9312024-10-31T19:22:19.510Z Downloaded sqlparser v0.45.0
9322024-10-31T19:22:19.516Z Downloaded x509-cert v0.2.5
9332024-10-31T19:22:19.523Z Downloaded ssh-key v0.6.6
9342024-10-31T19:22:19.530Z Downloaded time v0.3.36
9352024-10-31T19:22:19.538Z Downloaded hkdf v0.12.4
9362024-10-31T19:22:19.541Z Downloaded serde_with v3.11.0
9372024-10-31T19:22:19.551Z Downloaded rustls-webpki v0.102.8
9382024-10-31T19:22:19.571Z Downloaded salty v0.3.0
9392024-10-31T19:22:19.577Z Downloaded nix v0.27.1
9402024-10-31T19:22:19.589Z Downloaded winnow v0.5.40
9412024-10-31T19:22:19.598Z Downloaded nix v0.28.0
9422024-10-31T19:22:19.610Z Downloaded idna v0.5.0
9432024-10-31T19:22:19.617Z Downloaded radix_trie v0.2.1
9442024-10-31T19:22:19.624Z Downloaded git2 v0.19.0
9452024-10-31T19:22:19.633Z Downloaded proptest v1.5.0
9462024-10-31T19:22:19.643Z Downloaded polar-core v0.27.3
9472024-10-31T19:22:19.652Z Downloaded reqwest v0.12.8
9482024-10-31T19:22:19.661Z Downloaded rustls-webpki v0.101.7
9492024-10-31T19:22:19.676Z Downloaded regex v1.11.0
9502024-10-31T19:22:19.690Z Downloaded vcpkg v0.2.15
9512024-10-31T19:22:19.729Z Downloaded object v0.30.4
9522024-10-31T19:22:19.741Z Downloaded p384 v0.13.0
9532024-10-31T19:22:19.745Z Downloaded rustls v0.23.14
9542024-10-31T19:22:19.758Z Downloaded rustls v0.21.12
9552024-10-31T19:22:19.769Z Downloaded bstr v1.10.0
9562024-10-31T19:22:19.780Z Downloaded smoltcp v0.9.1
9572024-10-31T19:22:19.791Z Downloaded object v0.36.5
9582024-10-31T19:22:19.803Z Downloaded rustls v0.22.4
9592024-10-31T19:22:19.818Z Downloaded regress v0.9.1
9602024-10-31T19:22:19.827Z Downloaded smoltcp v0.11.0
9612024-10-31T19:22:19.841Z Downloaded regress v0.10.1
9622024-10-31T19:22:19.850Z Downloaded chrono-tz v0.10.0
9632024-10-31T19:22:19.857Z Downloaded regex-syntax v0.6.29
9642024-10-31T19:22:19.866Z Downloaded gimli v0.31.1
9652024-10-31T19:22:19.875Z Downloaded dropshot v0.12.0
9662024-10-31T19:22:19.897Z Downloaded trust-dns-proto v0.22.0
9672024-10-31T19:22:19.909Z Downloaded openapiv3 v2.0.0
9682024-10-31T19:22:19.922Z Downloaded diesel v2.2.4
9692024-10-31T19:22:19.944Z Downloaded hickory-proto v0.24.1
9702024-10-31T19:22:19.958Z Downloaded sled v0.34.7
9712024-10-31T19:22:19.968Z Downloaded lzma-sys v0.1.20
9722024-10-31T19:22:20.000Z Downloaded typify-impl v0.2.0
9732024-10-31T19:22:20.015Z Downloaded regex-automata v0.4.8
9742024-10-31T19:22:20.031Z Downloaded ratatui v0.28.1
9752024-10-31T19:22:20.050Z Downloaded libz-sys v1.1.20
9762024-10-31T19:22:20.071Z Downloaded regex-syntax v0.8.5
9772024-10-31T19:22:20.079Z Downloaded tokio v1.40.0
9782024-10-31T19:22:20.116Z Downloaded openssl v0.10.66
9792024-10-31T19:22:20.126Z Downloaded bzip2-sys v0.1.11+1.0.8
9802024-10-31T19:22:20.138Z Downloaded zerocopy-derive v0.6.6
9812024-10-31T19:22:20.147Z Downloaded nix v0.29.0
9822024-10-31T19:22:20.159Z Downloaded curve25519-dalek v4.1.3
9832024-10-31T19:22:20.167Z Downloaded idna v0.4.0
9842024-10-31T19:22:20.174Z Downloaded idna v0.2.3
9852024-10-31T19:22:20.183Z Downloaded heapless v0.8.0
9862024-10-31T19:22:20.188Z Downloaded reedline v0.35.0
9872024-10-31T19:22:20.191Z Downloaded webpki-roots v0.26.6
9882024-10-31T19:22:20.195Z Downloaded bitvec v1.0.1
9892024-10-31T19:22:20.209Z Downloaded h2 v0.4.6
9902024-10-31T19:22:20.216Z Downloaded petgraph v0.6.5
9912024-10-31T19:22:20.233Z Downloaded reqwest v0.11.27
9922024-10-31T19:22:20.240Z Downloaded quick-xml v0.33.0
9932024-10-31T19:22:20.246Z Downloaded rayon v1.10.0
9942024-10-31T19:22:20.255Z Downloaded rustyline v14.0.0
9952024-10-31T19:22:20.260Z Downloaded idna v0.3.0
9962024-10-31T19:22:20.267Z Downloaded prettyplease v0.2.22
9972024-10-31T19:22:20.270Z Downloaded tracing v0.1.40
9982024-10-31T19:22:20.274Z Downloaded phf v0.11.2
9992024-10-31T19:22:20.277Z Downloaded siphasher v0.3.11
10002024-10-31T19:22:20.277Z Downloaded sha3 v0.10.8
10012024-10-31T19:22:20.281Z Downloaded csv v1.3.0
10022024-10-31T19:22:20.301Z Downloaded steno v0.4.1
10032024-10-31T19:22:20.305Z Downloaded time-macros v0.2.18
10042024-10-31T19:22:20.307Z Downloaded tough v0.17.1
10052024-10-31T19:22:20.314Z Downloaded lalrpop v0.19.12
10062024-10-31T19:22:20.325Z Downloaded itertools v0.10.5
10072024-10-31T19:22:20.331Z Downloaded tui-tree-widget v0.22.0
10082024-10-31T19:22:20.333Z Downloaded tokio-tungstenite v0.24.0
10092024-10-31T19:22:20.336Z Downloaded tokio-tungstenite v0.21.0
10102024-10-31T19:22:20.338Z Downloaded tokio-stream v0.1.16
10112024-10-31T19:22:20.341Z Downloaded diff v0.1.13
10122024-10-31T19:22:20.344Z Downloaded dhcproto v0.12.0
10132024-10-31T19:22:20.346Z Downloaded toml v0.7.8
10142024-10-31T19:22:20.351Z Downloaded dropshot_endpoint v0.12.0
10152024-10-31T19:22:20.353Z Downloaded flate2 v1.0.34
10162024-10-31T19:22:20.358Z Downloaded slog v2.7.0
10172024-10-31T19:22:20.361Z Downloaded nom v7.1.3
10182024-10-31T19:22:20.367Z Downloaded num-bigint-dig v0.8.4
10192024-10-31T19:22:20.371Z Downloaded encoding_rs v0.8.34
10202024-10-31T19:22:20.392Z Downloaded libxml v0.3.3
10212024-10-31T19:22:20.398Z Downloaded libm v0.2.8
10222024-10-31T19:22:20.406Z Downloaded hash32 v0.2.1
10232024-10-31T19:22:20.408Z Downloaded fixedbitset v0.4.2
10242024-10-31T19:22:20.410Z Downloaded tracing-attributes v0.1.27
10252024-10-31T19:22:20.410Z Downloaded tar v0.4.42
10262024-10-31T19:22:20.413Z Downloaded tungstenite v0.21.0
10272024-10-31T19:22:20.416Z Downloaded num-rational v0.4.2
10282024-10-31T19:22:20.418Z Downloaded signal-hook v0.3.17
10292024-10-31T19:22:20.421Z Downloaded num-bigint v0.4.6
10302024-10-31T19:22:20.424Z Downloaded tokio-rustls v0.26.0
10312024-10-31T19:22:20.427Z Downloaded subprocess v0.2.9
10322024-10-31T19:22:20.429Z Downloaded minimal-lexical v0.2.1
10332024-10-31T19:22:20.433Z Downloaded rsa v0.9.6
10342024-10-31T19:22:20.438Z Downloaded num_enum_derive v0.5.11
10352024-10-31T19:22:20.440Z Downloaded socket2 v0.5.7
10362024-10-31T19:22:20.442Z Downloaded parking_lot v0.11.2
10372024-10-31T19:22:20.445Z Downloaded hyper v1.4.1
10382024-10-31T19:22:20.449Z Downloaded crypto-bigint v0.5.5
10392024-10-31T19:22:20.460Z Downloaded postgres-protocol v0.6.7
10402024-10-31T19:22:20.463Z Downloaded postcard v1.0.10
10412024-10-31T19:22:20.463Z Downloaded fallible-streaming-iterator v0.1.9
10422024-10-31T19:22:20.463Z Downloaded http v0.2.12
10432024-10-31T19:22:20.466Z Downloaded zone v0.3.0
10442024-10-31T19:22:20.466Z Downloaded libgit2-sys v0.17.0+1.8.1
10452024-10-31T19:22:20.522Z Downloaded xattr v1.3.1
10462024-10-31T19:22:20.524Z Downloaded tls_codec_derive v0.4.1
10472024-10-31T19:22:20.527Z Downloaded tls_codec v0.4.1
10482024-10-31T19:22:20.530Z Downloaded zip v0.6.6
10492024-10-31T19:22:20.533Z Downloaded typify v0.2.0
10502024-10-31T19:22:20.535Z Downloaded oso v0.27.3
10512024-10-31T19:22:20.538Z Downloaded defmt v0.3.8
10522024-10-31T19:22:20.540Z Downloaded stable_deref_trait v1.2.0
10532024-10-31T19:22:20.540Z Downloaded slog-async v2.8.0
10542024-10-31T19:22:20.543Z Downloaded shlex v1.3.0
10552024-10-31T19:22:20.545Z Downloaded same-file v1.0.6
10562024-10-31T19:22:20.545Z Downloaded rustc_version v0.1.7
10572024-10-31T19:22:20.545Z Downloaded rustc-hash v2.0.0
10582024-10-31T19:22:20.549Z Downloaded ref-cast v1.0.23
10592024-10-31T19:22:20.549Z Downloaded base64 v0.13.1
10602024-10-31T19:22:20.551Z Downloaded tokio-native-tls v0.3.1
10612024-10-31T19:22:20.553Z Downloaded tap v1.0.1
10622024-10-31T19:22:20.553Z Downloaded tabwriter v1.4.0
10632024-10-31T19:22:20.555Z Downloaded strip-ansi-escapes v0.2.0
10642024-10-31T19:22:20.555Z Downloaded spin v0.5.2
10652024-10-31T19:22:20.557Z Downloaded getrandom v0.2.15
10662024-10-31T19:22:20.560Z Downloaded indicatif v0.17.8
10672024-10-31T19:22:20.563Z Downloaded arc-swap v1.7.1
10682024-10-31T19:22:20.566Z Downloaded peg v0.8.4
10692024-10-31T19:22:20.569Z Downloaded bit-set v0.5.3
10702024-10-31T19:22:20.573Z Downloaded float-ord v0.3.2
10712024-10-31T19:22:20.573Z Downloaded ed25519 v2.2.3
10722024-10-31T19:22:20.575Z Downloaded smallvec v1.13.2
10732024-10-31T19:22:20.575Z Downloaded ciborium v0.2.2
10742024-10-31T19:22:20.578Z Downloaded ipnet v2.10.1
10752024-10-31T19:22:20.580Z Downloaded slab v0.4.9
10762024-10-31T19:22:20.580Z Downloaded newtype-uuid v1.1.2
10772024-10-31T19:22:20.582Z Downloaded strum_macros v0.24.3
10782024-10-31T19:22:20.585Z Downloaded structmeta-derive v0.3.0
10792024-10-31T19:22:20.585Z Downloaded smallvec v0.6.14
10802024-10-31T19:22:20.587Z Downloaded num v0.4.3
10812024-10-31T19:22:20.587Z Downloaded hostname v0.3.1
10822024-10-31T19:22:20.589Z Downloaded castaway v0.2.3
10832024-10-31T19:22:20.589Z Downloaded linear-map v1.2.0
10842024-10-31T19:22:20.592Z Downloaded inout v0.1.3
10852024-10-31T19:22:20.592Z Downloaded managed v0.8.0
10862024-10-31T19:22:20.594Z Downloaded libsw v3.3.1
10872024-10-31T19:22:20.594Z Downloaded lazy_static v1.5.0
10882024-10-31T19:22:20.597Z Downloaded lalrpop-util v0.19.12
10892024-10-31T19:22:20.597Z Downloaded cassowary v0.3.0
10902024-10-31T19:22:20.599Z Downloaded lazycell v1.3.0
10912024-10-31T19:22:20.599Z Downloaded bzip2 v0.4.4
10922024-10-31T19:22:20.602Z Downloaded scrypt v0.11.0
10932024-10-31T19:22:20.602Z Downloaded scopeguard v1.2.0
10942024-10-31T19:22:20.604Z Downloaded maplit v1.0.2
10952024-10-31T19:22:20.604Z Downloaded crossbeam-epoch v0.9.18
10962024-10-31T19:22:20.607Z Downloaded compact_str v0.8.0
10972024-10-31T19:22:20.609Z Downloaded chrono-tz-build v0.4.0
10982024-10-31T19:22:20.611Z Downloaded argon2 v0.5.3
10992024-10-31T19:22:20.611Z Downloaded internet-checksum v0.2.1
11002024-10-31T19:22:20.611Z Downloaded indoc v1.0.9
11012024-10-31T19:22:20.614Z Downloaded indent_write v2.2.0
11022024-10-31T19:22:20.616Z Downloaded hubpack v0.1.2
11032024-10-31T19:22:20.616Z Downloaded http-range v0.1.5
11042024-10-31T19:22:20.618Z Downloaded ctr v0.9.2
11052024-10-31T19:22:20.618Z Downloaded normalize-line-endings v0.3.0
11062024-10-31T19:22:20.621Z Downloaded mio v1.0.2
11072024-10-31T19:22:20.624Z Downloaded arrayvec v0.7.6
11082024-10-31T19:22:20.626Z Downloaded const_format_proc_macros v0.2.33
11092024-10-31T19:22:20.629Z Downloaded bitfield v0.14.0
11102024-10-31T19:22:20.632Z Downloaded ssh-cipher v0.2.0
11112024-10-31T19:22:20.632Z Downloaded debug-ignore v1.0.5
11122024-10-31T19:22:20.634Z Downloaded crc-catalog v2.4.0
11132024-10-31T19:22:20.634Z Downloaded block-padding v0.3.3
11142024-10-31T19:22:20.634Z Downloaded bitflags v1.3.2
11152024-10-31T19:22:20.636Z Downloaded base64 v0.22.1
11162024-10-31T19:22:20.640Z Downloaded bb8 v0.8.5
11172024-10-31T19:22:20.643Z Downloaded arrayref v0.3.9
11182024-10-31T19:22:20.643Z Downloaded aead v0.5.2
11192024-10-31T19:22:20.798Z Downloaded ring v0.16.20
11202024-10-31T19:22:20.923Z Downloaded ring v0.17.8
11212024-10-31T19:22:21.037Z Downloaded libsqlite3-sys v0.30.1
11222024-10-31T19:22:21.211Z Compiling serde v1.0.210
11232024-10-31T19:22:21.214Z Compiling typenum v1.17.0
11242024-10-31T19:22:21.214Z Compiling generic-array v0.14.7
11252024-10-31T19:22:21.214Z Compiling lock_api v0.4.12
11262024-10-31T19:22:21.214Z Compiling scopeguard v1.2.0
11272024-10-31T19:22:21.214Z Compiling subtle v2.6.1
11282024-10-31T19:22:21.394Z Compiling syn v2.0.79
11292024-10-31T19:22:21.408Z Compiling getrandom v0.2.15
11302024-10-31T19:22:21.553Z Compiling value-bag v1.9.0
11312024-10-31T19:22:21.678Z Compiling rand_core v0.6.4
11322024-10-31T19:22:21.753Z Compiling const-oid v0.9.6
11332024-10-31T19:22:21.824Z Compiling pin-project-lite v0.2.14
11342024-10-31T19:22:21.893Z Compiling smallvec v1.13.2
11352024-10-31T19:22:21.966Z Compiling jobserver v0.1.32
11362024-10-31T19:22:22.167Z Compiling log v0.4.22
11372024-10-31T19:22:22.201Z Compiling parking_lot_core v0.9.10
11382024-10-31T19:22:22.303Z Compiling shlex v1.3.0
11392024-10-31T19:22:22.321Z Compiling futures-core v0.3.31
11402024-10-31T19:22:22.626Z Compiling signal-hook-registry v1.4.2
11412024-10-31T19:22:22.834Z Compiling cc v1.1.30
11422024-10-31T19:22:23.056Z Compiling mio v1.0.2
11432024-10-31T19:22:23.185Z Compiling cpufeatures v0.2.14
11442024-10-31T19:22:23.299Z Compiling parking_lot v0.12.3
11452024-10-31T19:22:23.478Z Compiling futures-sink v0.3.31
11462024-10-31T19:22:23.546Z Compiling spin v0.9.8
11472024-10-31T19:22:23.640Z Compiling socket2 v0.5.7
11482024-10-31T19:22:23.856Z Compiling slab v0.4.9
11492024-10-31T19:22:23.973Z Compiling serde_json v1.0.128
11502024-10-31T19:22:24.169Z Compiling futures-channel v0.3.31
11512024-10-31T19:22:24.261Z Compiling futures-task v0.3.31
11522024-10-31T19:22:24.297Z Compiling tinyvec_macros v0.1.1
11532024-10-31T19:22:24.354Z Compiling foldhash v0.1.3
11542024-10-31T19:22:24.387Z Compiling futures-io v0.3.31
11552024-10-31T19:22:24.579Z Compiling allocator-api2 v0.2.18
11562024-10-31T19:22:24.607Z Compiling pin-utils v0.1.0
11572024-10-31T19:22:24.651Z Compiling tinyvec v1.8.0
11582024-10-31T19:22:24.669Z Compiling libm v0.2.8
11592024-10-31T19:22:24.692Z Compiling num-traits v0.2.19
11602024-10-31T19:22:24.715Z Compiling unicode-bidi v0.3.17
11612024-10-31T19:22:24.733Z Compiling base64ct v1.6.0
11622024-10-31T19:22:25.218Z Compiling pem-rfc7468 v0.7.0
11632024-10-31T19:22:25.329Z Compiling hashbrown v0.15.0
11642024-10-31T19:22:25.418Z Compiling flagset v0.4.6
11652024-10-31T19:22:25.624Z Compiling httparse v1.9.5
11662024-10-31T19:22:25.918Z Compiling tracing-core v0.1.32
11672024-10-31T19:22:26.218Z Compiling unicode-normalization v0.1.24
11682024-10-31T19:22:26.380Z Compiling percent-encoding v2.3.1
11692024-10-31T19:22:26.461Z Compiling rustls-pki-types v1.9.0
11702024-10-31T19:22:26.679Z Compiling crossbeam-utils v0.8.20
11712024-10-31T19:22:26.979Z Compiling ring v0.17.8
11722024-10-31T19:22:27.263Z Compiling untrusted v0.9.0
11732024-10-31T19:22:27.309Z Compiling num-conv v0.1.0
11742024-10-31T19:22:27.350Z Compiling time-core v0.1.2
11752024-10-31T19:22:27.479Z Compiling vcpkg v0.2.15
11762024-10-31T19:22:27.483Z Compiling powerfmt v0.2.0
11772024-10-31T19:22:27.539Z Compiling pkg-config v0.3.31
11782024-10-31T19:22:27.593Z Compiling time-macros v0.2.18
11792024-10-31T19:22:27.884Z Compiling deranged v0.3.11
11802024-10-31T19:22:28.095Z Compiling num_threads v0.1.7
11812024-10-31T19:22:28.222Z Compiling atomic-waker v1.1.2
11822024-10-31T19:22:28.405Z Compiling form_urlencoded v1.2.1
11832024-10-31T19:22:28.714Z Compiling rustix v0.38.37
11842024-10-31T19:22:28.759Z Compiling try-lock v0.2.5
11852024-10-31T19:22:28.908Z Compiling slog v2.7.0
11862024-10-31T19:22:28.964Z Compiling want v0.3.1
11872024-10-31T19:22:29.236Z Compiling httpdate v1.0.3
11882024-10-31T19:22:29.409Z Compiling openssl-sys v0.9.103
11892024-10-31T19:22:29.565Z Compiling idna v0.5.0
11902024-10-31T19:22:29.638Z Compiling openssl v0.10.66
11912024-10-31T19:22:29.663Z Compiling tower-service v0.3.3
11922024-10-31T19:22:29.782Z Compiling base64 v0.22.1
11932024-10-31T19:22:30.045Z Compiling match_cfg v0.1.0
11942024-10-31T19:22:30.138Z Compiling rustversion v1.0.17
11952024-10-31T19:22:30.224Z Compiling iana-time-zone v0.1.61
11962024-10-31T19:22:30.450Z Compiling foreign-types-shared v0.1.1
11972024-10-31T19:22:30.491Z Compiling time v0.3.36
11982024-10-31T19:22:30.555Z Compiling foreign-types v0.3.2
11992024-10-31T19:22:30.615Z Compiling url v2.5.2
12002024-10-31T19:22:30.634Z Compiling hostname v0.3.1
12012024-10-31T19:22:30.848Z Compiling dirs-sys-next v0.1.2
12022024-10-31T19:22:30.865Z Compiling aho-corasick v1.1.3
12032024-10-31T19:22:31.005Z Compiling native-tls v0.2.12
12042024-10-31T19:22:31.343Z Compiling rustls v0.23.14
12052024-10-31T19:22:31.399Z Compiling rustls v0.22.4
12062024-10-31T19:22:31.632Z Compiling syn v1.0.109
12072024-10-31T19:22:31.651Z Compiling adler2 v2.0.0
12082024-10-31T19:22:31.842Z Compiling siphasher v0.3.11
12092024-10-31T19:22:32.193Z Compiling regex-syntax v0.8.5
12102024-10-31T19:22:32.195Z Compiling data-encoding v2.6.0
12112024-10-31T19:22:32.293Z Compiling miniz_oxide v0.8.0
12122024-10-31T19:22:32.844Z Compiling dirs-next v2.0.0
12132024-10-31T19:22:33.774Z Compiling serde_derive_internals v0.29.1
12142024-10-31T19:22:34.265Z Compiling crossbeam-epoch v0.9.18
12152024-10-31T19:22:34.361Z Compiling lazy_static v1.5.0
12162024-10-31T19:22:34.472Z Compiling thread_local v1.1.8
12172024-10-31T19:22:34.945Z Compiling serde_derive v1.0.210
12182024-10-31T19:22:34.997Z Compiling zeroize_derive v1.4.2
12192024-10-31T19:22:35.016Z Compiling zerocopy-derive v0.7.35
12202024-10-31T19:22:35.282Z Compiling tokio-macros v2.4.0
12212024-10-31T19:22:35.551Z Compiling thiserror-impl v1.0.64
12222024-10-31T19:22:36.167Z Compiling futures-macro v0.3.31
12232024-10-31T19:22:36.425Z Compiling zeroize v1.8.1
12242024-10-31T19:22:36.807Z Compiling der_derive v0.7.3
12252024-10-31T19:22:37.034Z Compiling zerocopy v0.7.35
12262024-10-31T19:22:38.116Z Compiling crypto-common v0.1.6
12272024-10-31T19:22:38.196Z Compiling block-buffer v0.10.4
12282024-10-31T19:22:38.321Z Compiling futures-util v0.3.31
12292024-10-31T19:22:38.352Z Compiling block-padding v0.3.3
12302024-10-31T19:22:38.457Z Compiling digest v0.10.7
12312024-10-31T19:22:38.589Z Compiling thiserror v1.0.64
12322024-10-31T19:22:38.607Z Compiling inout v0.1.3
12332024-10-31T19:22:38.630Z Compiling ppv-lite86 v0.2.20
12342024-10-31T19:22:38.733Z Compiling tracing-attributes v0.1.27
12352024-10-31T19:22:38.863Z Compiling hmac v0.12.1
12362024-10-31T19:22:38.928Z Compiling sha2 v0.10.8
12372024-10-31T19:22:39.042Z Compiling cipher v0.4.4
12382024-10-31T19:22:39.107Z Compiling der v0.7.9
12392024-10-31T19:22:39.397Z Compiling rand_chacha v0.3.1
12402024-10-31T19:22:39.500Z Compiling salsa20 v0.10.2
12412024-10-31T19:22:39.557Z Compiling pbkdf2 v0.12.2
12422024-10-31T19:22:39.733Z Compiling pest v2.7.14
12432024-10-31T19:22:39.733Z Compiling scrypt v0.11.0
12442024-10-31T19:22:40.315Z Compiling rand v0.8.5
12452024-10-31T19:22:41.786Z Compiling spki v0.7.3
12462024-10-31T19:22:42.303Z Compiling tracing v0.1.40
12472024-10-31T19:22:42.492Z Compiling pest_meta v2.7.14
12482024-10-31T19:22:42.525Z Compiling aes v0.8.4
12492024-10-31T19:22:42.576Z Compiling cbc v0.1.2
12502024-10-31T19:22:42.817Z Compiling scroll_derive v0.12.0
12512024-10-31T19:22:42.855Z Compiling openssl-macros v0.1.1
12522024-10-31T19:22:42.871Z Compiling async-trait v0.1.83
12532024-10-31T19:22:43.612Z Compiling pkcs5 v0.7.1
12542024-10-31T19:22:44.195Z Compiling scroll v0.12.0
12552024-10-31T19:22:44.696Z Compiling rustls-webpki v0.102.8
12562024-10-31T19:22:44.793Z Compiling pest_generator v2.7.14
12572024-10-31T19:22:44.834Z Compiling goblin v0.8.2
12582024-10-31T19:22:45.363Z Compiling pkcs8 v0.10.2
12592024-10-31T19:22:45.482Z Compiling signature v2.2.0
12602024-10-31T19:22:45.783Z Compiling sha1 v0.10.6
12612024-10-31T19:22:45.855Z Compiling regex-automata v0.4.8
12622024-10-31T19:22:46.051Z Compiling multer v3.1.0
12632024-10-31T19:22:46.206Z Compiling encoding_rs v0.8.34
12642024-10-31T19:22:46.353Z Compiling cookie v0.18.1
12652024-10-31T19:22:46.659Z Compiling schemars v0.8.21
12662024-10-31T19:22:46.679Z Compiling mime v0.3.17
12672024-10-31T19:22:46.679Z Compiling gimli v0.31.1
12682024-10-31T19:22:47.105Z Compiling unicode-properties v0.1.3
12692024-10-31T19:22:47.107Z Compiling pest_derive v2.7.14
12702024-10-31T19:22:47.258Z Compiling openssl-probe v0.1.5
12712024-10-31T19:22:47.439Z Compiling slog-async v2.8.0
12722024-10-31T19:22:47.654Z Compiling ipnet v2.10.1
12732024-10-31T19:22:47.926Z Compiling dtrace-parser v0.2.0
12742024-10-31T19:22:47.991Z Compiling either v1.13.0
12752024-10-31T19:22:48.415Z Compiling bytes v1.7.2
12762024-10-31T19:22:48.910Z Compiling indexmap v2.6.0
12772024-10-31T19:22:49.734Z Compiling tokio v1.40.0
12782024-10-31T19:22:49.945Z Compiling http v1.1.0
12792024-10-31T19:22:50.387Z Compiling bitflags v2.6.0
12802024-10-31T19:22:50.442Z Compiling semver v1.0.23
12812024-10-31T19:22:51.178Z Compiling rustc_version v0.4.1
12822024-10-31T19:22:51.768Z Compiling http-body v1.0.1
12832024-10-31T19:22:51.788Z Compiling dof v0.3.0
12842024-10-31T19:22:51.942Z Compiling serde_tokenstream v0.2.2
12852024-10-31T19:22:52.007Z Compiling toml_datetime v0.6.8
12862024-10-31T19:22:52.297Z Compiling serde_spanned v0.6.8
12872024-10-31T19:22:52.539Z Compiling uuid v1.10.0
12882024-10-31T19:22:52.597Z Compiling usdt-impl v0.5.0
12892024-10-31T19:22:52.599Z Compiling chrono v0.4.38
12902024-10-31T19:22:53.946Z Compiling http-body-util v0.1.2
12912024-10-31T19:22:54.077Z Compiling heapless v0.7.17
12922024-10-31T19:22:54.475Z Compiling signal-hook v0.3.17
12932024-10-31T19:22:54.538Z Compiling paste v1.0.15
12942024-10-31T19:22:54.694Z Compiling rayon-core v1.12.1
12952024-10-31T19:22:54.792Z Compiling usdt-attr-macro v0.5.0
12962024-10-31T19:22:55.013Z Compiling usdt-macro v0.5.0
12972024-10-31T19:22:55.205Z Compiling toml_edit v0.22.22
12982024-10-31T19:22:56.120Z Compiling curve25519-dalek v4.1.3
12992024-10-31T19:22:56.306Z Compiling addr2line v0.24.2
13002024-10-31T19:22:56.451Z Compiling slog-json v2.6.1
13012024-10-31T19:22:56.519Z Compiling serde_urlencoded v0.7.1
13022024-10-31T19:22:56.823Z Compiling stringprep v0.1.5
13032024-10-31T19:22:57.059Z Compiling futures-executor v0.3.31
13042024-10-31T19:22:57.601Z Compiling md-5 v0.10.6
13052024-10-31T19:22:57.870Z Compiling schemars_derive v0.8.21
13062024-10-31T19:22:57.976Z Compiling tokio-util v0.7.12
13072024-10-31T19:22:58.018Z Compiling enum-as-inner v0.6.1
13082024-10-31T19:22:59.098Z Compiling h2 v0.4.6
13092024-10-31T19:22:59.321Z Compiling async-stream-impl v0.3.6
13102024-10-31T19:23:01.046Z Compiling crossbeam-deque v0.8.5
13112024-10-31T19:23:01.288Z Compiling term v0.7.0
13122024-10-31T19:23:02.631Z Compiling crossbeam-channel v0.5.13
13132024-10-31T19:23:02.761Z Compiling num-integer v0.1.46
13142024-10-31T19:23:03.217Z Compiling idna v0.4.0
13152024-10-31T19:23:03.568Z Compiling idna v0.3.0
13162024-10-31T19:23:03.758Z Compiling rustls-pemfile v2.2.0
13172024-10-31T19:23:04.118Z Compiling ff v0.13.0
13182024-10-31T19:23:04.308Z Compiling hash32 v0.2.1
13192024-10-31T19:23:04.348Z Compiling is-terminal v0.4.13
13202024-10-31T19:23:04.487Z Compiling dropshot v0.12.0
13212024-10-31T19:23:04.708Z Compiling object v0.36.5
13222024-10-31T19:23:04.806Z Compiling linked-hash-map v0.5.6
13232024-10-31T19:23:04.832Z Compiling anyhow v1.0.89
13242024-10-31T19:23:05.172Z Compiling utf-8 v0.7.6
13252024-10-31T19:23:05.215Z Compiling smoltcp v0.9.1
13262024-10-31T19:23:05.454Z Compiling base16ct v0.2.0
13272024-10-31T19:23:05.481Z Compiling stable_deref_trait v1.2.0
13282024-10-31T19:23:05.593Z Compiling portable-atomic v1.9.0
13292024-10-31T19:23:05.776Z Compiling rustc-demangle v0.1.24
13302024-10-31T19:23:05.911Z Compiling psl-types v2.0.11
13312024-10-31T19:23:06.122Z Compiling quick-error v1.2.3
13322024-10-31T19:23:06.280Z Compiling hyper v1.4.1
13332024-10-31T19:23:06.647Z Compiling dyn-clone v1.0.17
13342024-10-31T19:23:06.741Z Compiling fallible-iterator v0.2.0
13352024-10-31T19:23:06.871Z Compiling num-bigint-dig v0.8.4
13362024-10-31T19:23:07.176Z Compiling take_mut v0.2.2
13372024-10-31T19:23:07.503Z Compiling postgres-protocol v0.6.7
13382024-10-31T19:23:08.767Z Compiling hyper-util v0.1.9
13392024-10-31T19:23:09.476Z Compiling resolv-conf v0.7.0
13402024-10-31T19:23:10.104Z Compiling publicsuffix v2.2.3
13412024-10-31T19:23:10.151Z Compiling sec1 v0.7.3
13422024-10-31T19:23:10.362Z Compiling tungstenite v0.24.0
13432024-10-31T19:23:10.588Z Compiling lru-cache v0.1.2
13442024-10-31T19:23:10.781Z Compiling slog-term v2.9.1
13452024-10-31T19:23:10.800Z Compiling usdt v0.5.0
13462024-10-31T19:23:11.296Z Compiling group v0.13.0
13472024-10-31T19:23:11.373Z Compiling hickory-proto v0.24.1
13482024-10-31T19:23:11.615Z Compiling tokio-rustls v0.26.0
13492024-10-31T19:23:11.819Z Compiling backtrace v0.3.74
13502024-10-31T19:23:11.976Z Compiling num-iter v0.1.45
13512024-10-31T19:23:11.978Z Compiling tokio-rustls v0.25.0
13522024-10-31T19:23:12.185Z Compiling tokio-native-tls v0.3.1
13532024-10-31T19:23:12.422Z Compiling async-stream v0.3.6
13542024-10-31T19:23:12.473Z Compiling toml v0.8.19
13552024-10-31T19:23:12.524Z Compiling futures v0.3.31
13562024-10-31T19:23:12.855Z Compiling slog-bunyan v2.5.0
13572024-10-31T19:23:13.084Z Compiling camino v1.1.9
13582024-10-31T19:23:13.811Z Compiling terminal_size v0.4.0
13592024-10-31T19:23:14.037Z Compiling dropshot_endpoint v0.12.0
13602024-10-31T19:23:14.078Z Compiling openapiv3 v2.0.0
13612024-10-31T19:23:14.127Z Compiling serde_path_to_error v0.1.16
13622024-10-31T19:23:14.607Z Compiling hubpack_derive v0.1.1
13632024-10-31T19:23:14.677Z Compiling hkdf v0.12.4
13642024-10-31T19:23:14.895Z Compiling crypto-bigint v0.5.5
13652024-10-31T19:23:14.943Z Compiling zerocopy-derive v0.6.6
13662024-10-31T19:23:14.964Z Compiling curve25519-dalek-derive v0.1.1
13672024-10-31T19:23:15.192Z Compiling phf_shared v0.11.2
13682024-10-31T19:23:15.490Z Compiling waitgroup v0.1.2
13692024-10-31T19:23:15.616Z Compiling webpki-roots v0.26.6
13702024-10-31T19:23:15.733Z Compiling hostname v0.4.0
13712024-10-31T19:23:15.820Z Compiling ahash v0.8.11
13722024-10-31T19:23:15.976Z Compiling fs-err v2.11.0
13732024-10-31T19:23:16.158Z Compiling debug-ignore v1.0.5
13742024-10-31T19:23:16.258Z Compiling managed v0.8.0
13752024-10-31T19:23:16.299Z Compiling bitflags v1.3.2
13762024-10-31T19:23:16.408Z Compiling winnow v0.5.40
13772024-10-31T19:23:16.994Z Compiling zerocopy v0.6.6
13782024-10-31T19:23:17.957Z Compiling elliptic-curve v0.13.8
13792024-10-31T19:23:18.544Z Compiling hickory-resolver v0.24.1
13802024-10-31T19:23:18.821Z Compiling clap_builder v4.5.20
13812024-10-31T19:23:18.823Z Compiling strum_macros v0.25.3
13822024-10-31T19:23:20.385Z Compiling toml_edit v0.19.15
13832024-10-31T19:23:20.994Z Compiling console v0.15.8
13842024-10-31T19:23:21.742Z Compiling hyper-rustls v0.27.3
13852024-10-31T19:23:22.364Z Compiling phf v0.11.2
13862024-10-31T19:23:22.508Z Compiling hubpack v0.1.2
13872024-10-31T19:23:22.683Z Compiling signal-hook-mio v0.2.4
13882024-10-31T19:23:22.735Z Compiling cookie_store v0.21.0
13892024-10-31T19:23:22.856Z Compiling rayon v1.10.0
13902024-10-31T19:23:23.920Z Compiling hyper-tls v0.6.0
13912024-10-31T19:23:24.351Z Compiling tokio-tungstenite v0.24.0
13922024-10-31T19:23:24.903Z Compiling postgres-types v0.2.8
13932024-10-31T19:23:25.005Z Compiling tokio-stream v0.1.16
13942024-10-31T19:23:26.079Z Compiling bstr v1.10.0
13952024-10-31T19:23:26.082Z Compiling regex v1.11.0
13962024-10-31T19:23:26.404Z Compiling serde-big-array v0.5.1
13972024-10-31T19:23:26.641Z Compiling pkcs1 v0.7.5
13982024-10-31T19:23:27.175Z Compiling ed25519 v2.2.3
13992024-10-31T19:23:27.648Z Compiling rfc6979 v0.4.0
14002024-10-31T19:23:27.742Z Compiling derive-where v1.2.7
14012024-10-31T19:23:27.820Z Compiling clap_derive v4.5.18
14022024-10-31T19:23:27.842Z Compiling serde_repr v0.1.19
14032024-10-31T19:23:27.845Z Compiling phf_shared v0.10.0
14042024-10-31T19:23:27.874Z Compiling float-cmp v0.9.0
14052024-10-31T19:23:27.997Z Compiling sync_wrapper v1.0.1
14062024-10-31T19:23:28.092Z Compiling crc32fast v1.4.2
14072024-10-31T19:23:28.155Z Compiling bit-vec v0.6.3
14082024-10-31T19:23:28.241Z Compiling unicode-segmentation v1.12.0
14092024-10-31T19:23:28.441Z Compiling precomputed-hash v0.1.1
14102024-10-31T19:23:28.568Z Compiling difflib v0.4.0
14112024-10-31T19:23:28.635Z Compiling new_debug_unreachable v1.0.6
14122024-10-31T19:23:28.741Z Compiling number_prefix v0.4.0
14132024-10-31T19:23:28.996Z Compiling minimal-lexical v0.2.1
14142024-10-31T19:23:29.013Z Compiling static_assertions v1.1.0
14152024-10-31T19:23:29.052Z Compiling normalize-line-endings v0.3.0
14162024-10-31T19:23:29.119Z Compiling whoami v1.5.2
14172024-10-31T19:23:29.140Z Compiling predicates-core v1.0.8
14182024-10-31T19:23:29.185Z Compiling fixedbitset v0.4.2
14192024-10-31T19:23:29.503Z Compiling petgraph v0.6.5
14202024-10-31T19:23:29.523Z Compiling tokio-postgres v0.7.12
14212024-10-31T19:23:29.649Z Compiling nom v7.1.3
14222024-10-31T19:23:29.755Z Compiling predicates v3.1.2
14232024-10-31T19:23:30.082Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14242024-10-31T19:23:31.136Z Compiling qorb v0.2.0
14252024-10-31T19:23:31.471Z Compiling indicatif v0.17.8
14262024-10-31T19:23:32.467Z Compiling clap v4.5.20
14272024-10-31T19:23:32.596Z Compiling similar v2.6.0
14282024-10-31T19:23:33.383Z Compiling string_cache v0.8.7
14292024-10-31T19:23:33.444Z Compiling bit-set v0.5.3
14302024-10-31T19:23:33.642Z Compiling flate2 v1.0.34
14312024-10-31T19:23:33.725Z Compiling reqwest v0.12.8
14322024-10-31T19:23:33.830Z Compiling ecdsa v0.16.9
14332024-10-31T19:23:34.634Z Compiling ed25519-dalek v2.1.1
14342024-10-31T19:23:34.724Z Compiling rsa v0.9.6
14352024-10-31T19:23:34.961Z Compiling toml v0.7.8
14362024-10-31T19:23:35.269Z Compiling crossterm v0.28.1
14372024-10-31T19:23:36.651Z Compiling itertools v0.12.1
14382024-10-31T19:23:36.882Z Compiling itertools v0.10.5
14392024-10-31T19:23:37.483Z Compiling hex v0.4.3
14402024-10-31T19:23:37.707Z Compiling x509-cert v0.2.5
14412024-10-31T19:23:38.091Z Compiling unicode-xid v0.2.6
14422024-10-31T19:23:38.283Z Compiling lalrpop-util v0.19.12
14432024-10-31T19:23:38.495Z Compiling peg-runtime v0.8.3
14442024-10-31T19:23:38.655Z Compiling xattr v1.3.1
14452024-10-31T19:23:38.934Z Compiling strum_macros v0.26.4
14462024-10-31T19:23:38.953Z Compiling filetime v0.2.25
14472024-10-31T19:23:39.165Z Compiling tar v0.4.42
14482024-10-31T19:23:42.202Z Compiling strum v0.26.3
14492024-10-31T19:23:42.573Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14502024-10-31T19:23:42.821Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14512024-10-31T19:23:48.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14522024-10-31T19:23:48.429Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14532024-10-31T19:23:48.478ZOct 31 19:23:47.931 INFO Starting download, target: Console
14542024-10-31T19:23:48.478ZOct 31 19:23:47.931 INFO Starting download, target: Cockroach
14552024-10-31T19:23:48.478ZOct 31 19:23:47.931 INFO Starting download, target: Clickhouse
14562024-10-31T19:23:48.480ZOct 31 19:23:47.931 INFO Starting download, target: DendriteOpenapi
14572024-10-31T19:23:48.480ZOct 31 19:23:47.931 INFO Starting download, target: DendriteStub
14582024-10-31T19:23:48.480ZOct 31 19:23:47.931 INFO Starting download, target: MaghemiteMgd
14592024-10-31T19:23:48.480ZOct 31 19:23:47.931 INFO Starting download, target: TransceiverControl
14602024-10-31T19:23:48.480ZOct 31 19:23:47.932 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14612024-10-31T19:23:48.480ZOct 31 19:23:47.932 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14622024-10-31T19:23:48.480ZOct 31 19:23:47.932 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14632024-10-31T19:23:48.480ZOct 31 19:23:47.932 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14642024-10-31T19:23:48.481ZOct 31 19:23:47.932 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14652024-10-31T19:23:48.481ZOct 31 19:23:47.932 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14662024-10-31T19:23:48.481ZOct 31 19:23:47.932 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14672024-10-31T19:23:48.635ZOct 31 19:23:48.087 INFO Download complete, target: DendriteOpenapi
14682024-10-31T19:23:48.747ZOct 31 19:23:48.189 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14692024-10-31T19:23:49.127ZOct 31 19:23:48.570 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14702024-10-31T19:23:49.285ZOct 31 19:23:48.737 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14712024-10-31T19:23:49.350ZOct 31 19:23:48.796 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14722024-10-31T19:23:49.391ZOct 31 19:23:48.843 INFO Download complete, target: TransceiverControl
14732024-10-31T19:23:49.463ZOct 31 19:23:48.915 INFO Download complete, target: Console
14742024-10-31T19:23:50.006ZOct 31 19:23:49.459 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14752024-10-31T19:23:50.006ZOct 31 19:23:49.459 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14762024-10-31T19:23:50.435ZOct 31 19:23:49.887 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14772024-10-31T19:23:52.007ZOct 31 19:23:51.459 INFO Download complete, target: DendriteStub
14782024-10-31T19:23:52.225ZOct 31 19:23:51.678 INFO Download complete, target: MaghemiteMgd
14792024-10-31T19:23:57.117ZOct 31 19:23:56.569 INFO Checking that binary works, target: Cockroach
14802024-10-31T19:23:57.273ZOct 31 19:23:56.725 INFO Download complete, target: Cockroach
14812024-10-31T19:24:02.331ZOct 31 19:24:01.782 INFO Checking that binary works, target: Clickhouse
14822024-10-31T19:24:02.801ZOct 31 19:24:02.253 INFO Download complete, target: Clickhouse
14832024-10-31T19:24:02.983ZAll builder prerequisites installed successfully, and PATH looks valid
14842024-10-31T19:24:02.986Z
14852024-10-31T19:24:02.986Zreal 4:39.192360757
14862024-10-31T19:24:02.986Zuser 12:07.795355784
14872024-10-31T19:24:02.986Zsys 2:40.463714616
14882024-10-31T19:24:02.986Ztrap 0.421120988
14892024-10-31T19:24:02.986Ztflt 5.362941432
14902024-10-31T19:24:02.986Zdflt 4.050815398
14912024-10-31T19:24:02.986Zkflt 0.434799764
14922024-10-31T19:24:02.986Zlock 22:21.212868165
14932024-10-31T19:24:02.986Zslp 49:15.220054954
14942024-10-31T19:24:02.986Zlat 42.919427043
14952024-10-31T19:24:02.986Zstop 1:56.623739093
14962024-10-31T19:24:02.986Z+ banner hack-check
14972024-10-31T19:24:02.986Z
14982024-10-31T19:24:02.987Z # # ## #### # # #### # # ###### #### # #
14992024-10-31T19:24:02.987Z # # # # # # # # # # # # # # # # #
15002024-10-31T19:24:02.987Z ###### # # # #### ##### # ###### ##### # ####
15012024-10-31T19:24:02.987Z # # ###### # # # # # # # # # #
15022024-10-31T19:24:02.987Z # # # # # # # # # # # # # # # # #
15032024-10-31T19:24:02.987Z # # # # #### # # #### # # ###### #### # #
15042024-10-31T19:24:02.987Z
15052024-10-31T19:24:02.987Z+ export CARGO_INCREMENTAL=0
15062024-10-31T19:24:02.987Z+ CARGO_INCREMENTAL=0
15072024-10-31T19:24:02.989Z+ ptime -m timeout 2h cargo xtask check-features --ci
15082024-10-31T19:24:03.492Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15092024-10-31T19:24:06.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
15102024-10-31T19:24:07.003Z Running `target/debug/xtask check-features --ci`
15112024-10-31T19:24:07.024Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15122024-10-31T19:24:07.024Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15132024-10-31T19:24:07.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15142024-10-31T19:24:07.474Z Running `target/debug/xtask download cargo-hack`
15152024-10-31T19:24:08.263Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15162024-10-31T19:24:08.637Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15172024-10-31T19:24:13.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
15182024-10-31T19:24:13.607Z Running `target/debug/xtask-downloader cargo-hack`
15192024-10-31T19:24:13.646ZOct 31 19:24:13.096 INFO Starting download, target: CargoHack
15202024-10-31T19:24:13.650ZOct 31 19:24:13.097 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15212024-10-31T19:24:14.217ZOct 31 19:24:13.667 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15222024-10-31T19:24:14.306ZOct 31 19:24:13.756 INFO Download complete, target: CargoHack
15232024-10-31T19:24:14.310Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15242024-10-31T19:24:14.327Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15252024-10-31T19:24:14.491Zinfo: running `cargo check --bins` on api_identity (1/166)
15262024-10-31T19:24:14.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-10-31T19:24:15.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-10-31T19:24:15.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-10-31T19:24:15.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15302024-10-31T19:24:15.065Z
15312024-10-31T19:24:15.065Zinfo: running `cargo check --bins` on bootstore (2/166)
15322024-10-31T19:24:15.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-10-31T19:24:15.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-10-31T19:24:15.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-10-31T19:24:15.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15362024-10-31T19:24:15.672Z
15372024-10-31T19:24:15.672Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15382024-10-31T19:24:16.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-10-31T19:24:16.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-10-31T19:24:16.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-10-31T19:24:16.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15422024-10-31T19:24:16.264Z
15432024-10-31T19:24:16.264Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15442024-10-31T19:24:16.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-10-31T19:24:16.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-10-31T19:24:16.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15472024-10-31T19:24:16.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15482024-10-31T19:24:16.849Z
15492024-10-31T19:24:16.849Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15502024-10-31T19:24:17.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15512024-10-31T19:24:17.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15522024-10-31T19:24:17.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15532024-10-31T19:24:17.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15542024-10-31T19:24:17.247Z
15552024-10-31T19:24:17.247Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15562024-10-31T19:24:17.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15572024-10-31T19:24:17.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15582024-10-31T19:24:17.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15592024-10-31T19:24:17.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15602024-10-31T19:24:17.654Z
15612024-10-31T19:24:17.654Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15622024-10-31T19:24:18.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-10-31T19:24:18.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-10-31T19:24:18.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15652024-10-31T19:24:18.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15662024-10-31T19:24:18.055Z
15672024-10-31T19:24:18.055Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15682024-10-31T19:24:18.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15692024-10-31T19:24:18.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15702024-10-31T19:24:18.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15712024-10-31T19:24:18.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
15722024-10-31T19:24:18.467Z
15732024-10-31T19:24:18.468Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15742024-10-31T19:24:18.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15752024-10-31T19:24:18.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15762024-10-31T19:24:18.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15772024-10-31T19:24:18.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15782024-10-31T19:24:18.876Z
15792024-10-31T19:24:18.876Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15802024-10-31T19:24:19.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15812024-10-31T19:24:19.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15822024-10-31T19:24:19.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15832024-10-31T19:24:19.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15842024-10-31T19:24:19.280Z
15852024-10-31T19:24:19.280Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15862024-10-31T19:24:19.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15872024-10-31T19:24:19.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15882024-10-31T19:24:19.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15892024-10-31T19:24:19.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15902024-10-31T19:24:19.681Z
15912024-10-31T19:24:19.681Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15922024-10-31T19:24:20.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15932024-10-31T19:24:20.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15942024-10-31T19:24:20.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15952024-10-31T19:24:20.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
15962024-10-31T19:24:20.095Z
15972024-10-31T19:24:20.095Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
15982024-10-31T19:24:20.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15992024-10-31T19:24:20.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16002024-10-31T19:24:20.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16012024-10-31T19:24:20.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16022024-10-31T19:24:20.507Z
16032024-10-31T19:24:20.507Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16042024-10-31T19:24:20.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16052024-10-31T19:24:20.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16062024-10-31T19:24:20.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16072024-10-31T19:24:20.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16082024-10-31T19:24:20.910Z
16092024-10-31T19:24:20.910Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16102024-10-31T19:24:21.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16112024-10-31T19:24:21.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16122024-10-31T19:24:21.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16132024-10-31T19:24:21.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16142024-10-31T19:24:21.309Z
16152024-10-31T19:24:21.309Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16162024-10-31T19:24:21.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-10-31T19:24:21.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-10-31T19:24:21.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-10-31T19:24:21.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16202024-10-31T19:24:21.714Z
16212024-10-31T19:24:21.714Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16222024-10-31T19:24:22.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-10-31T19:24:22.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-10-31T19:24:22.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-10-31T19:24:22.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16262024-10-31T19:24:22.111Z
16272024-10-31T19:24:22.111Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16282024-10-31T19:24:22.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-10-31T19:24:22.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-10-31T19:24:22.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-10-31T19:24:22.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16322024-10-31T19:24:22.517Z
16332024-10-31T19:24:22.517Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16342024-10-31T19:24:22.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-10-31T19:24:22.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-10-31T19:24:22.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-10-31T19:24:22.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16382024-10-31T19:24:22.924Z
16392024-10-31T19:24:22.924Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16402024-10-31T19:24:23.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-10-31T19:24:23.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-10-31T19:24:23.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-10-31T19:24:23.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16442024-10-31T19:24:23.334Z
16452024-10-31T19:24:23.334Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16462024-10-31T19:24:23.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-10-31T19:24:23.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-10-31T19:24:23.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-10-31T19:24:23.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16502024-10-31T19:24:23.741Z
16512024-10-31T19:24:23.741Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16522024-10-31T19:24:24.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-10-31T19:24:24.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-10-31T19:24:24.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-10-31T19:24:24.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16562024-10-31T19:24:24.153Z
16572024-10-31T19:24:24.153Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16582024-10-31T19:24:24.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-10-31T19:24:24.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-10-31T19:24:24.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-10-31T19:24:24.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16622024-10-31T19:24:24.561Z
16632024-10-31T19:24:24.561Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16642024-10-31T19:24:24.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-10-31T19:24:24.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-10-31T19:24:24.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-10-31T19:24:24.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16682024-10-31T19:24:24.964Z
16692024-10-31T19:24:24.964Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16702024-10-31T19:24:25.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-10-31T19:24:25.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-10-31T19:24:25.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-10-31T19:24:25.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16742024-10-31T19:24:25.548Z
16752024-10-31T19:24:25.548Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16762024-10-31T19:24:26.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-10-31T19:24:26.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-10-31T19:24:26.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-10-31T19:24:26.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16802024-10-31T19:24:26.138Z
16812024-10-31T19:24:26.138Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16822024-10-31T19:24:26.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-10-31T19:24:26.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-10-31T19:24:26.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852024-10-31T19:24:26.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16862024-10-31T19:24:26.733Z
16872024-10-31T19:24:26.733Zinfo: running `cargo check --bins` on oxlog (28/166)
16882024-10-31T19:24:27.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-10-31T19:24:27.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-10-31T19:24:27.292Z Checking cfg-if v1.0.0
16912024-10-31T19:24:27.294Z Checking libc v0.2.161
16922024-10-31T19:24:27.393Z Checking serde v1.0.210
16932024-10-31T19:24:27.393Z Checking zeroize v1.8.1
16942024-10-31T19:24:27.401Z Checking memchr v2.7.4
16952024-10-31T19:24:27.422Z Checking typenum v1.17.0
16962024-10-31T19:24:27.425Z Checking scopeguard v1.2.0
16972024-10-31T19:24:27.435Z Checking subtle v2.6.1
16982024-10-31T19:24:27.460Z Checking value-bag v1.9.0
16992024-10-31T19:24:27.566Z Checking lock_api v0.4.12
17002024-10-31T19:24:27.634Z Checking const-oid v0.9.6
17012024-10-31T19:24:27.699Z Checking itoa v1.0.11
17022024-10-31T19:24:27.864Z Checking log v0.4.22
17032024-10-31T19:24:27.911Z Checking pin-project-lite v0.2.14
17042024-10-31T19:24:27.960Z Checking smallvec v1.13.2
17052024-10-31T19:24:28.031Z Checking byteorder v1.5.0
17062024-10-31T19:24:28.300Z Checking futures-core v0.3.31
17072024-10-31T19:24:28.335Z Checking once_cell v1.20.2
17082024-10-31T19:24:28.388Z Checking cpufeatures v0.2.14
17092024-10-31T19:24:28.452Z Checking futures-sink v0.3.31
17102024-10-31T19:24:28.475Z Checking spin v0.9.8
17112024-10-31T19:24:28.486Z Checking zerocopy v0.7.35
17122024-10-31T19:24:28.499Z Checking getrandom v0.2.15
17132024-10-31T19:24:28.589Z Checking parking_lot_core v0.9.10
17142024-10-31T19:24:28.632Z Checking signal-hook-registry v1.4.2
17152024-10-31T19:24:28.722Z Checking rand_core v0.6.4
17162024-10-31T19:24:28.736Z Checking generic-array v0.14.7
17172024-10-31T19:24:28.807Z Checking mio v1.0.2
17182024-10-31T19:24:28.870Z Checking socket2 v0.5.7
17192024-10-31T19:24:28.913Z Checking parking_lot v0.12.3
17202024-10-31T19:24:29.041Z Checking slab v0.4.9
17212024-10-31T19:24:29.256Z Checking futures-channel v0.3.31
17222024-10-31T19:24:29.304Z Checking equivalent v1.0.1
17232024-10-31T19:24:29.351Z Checking futures-task v0.3.31
17242024-10-31T19:24:29.365Z Checking allocator-api2 v0.2.18
17252024-10-31T19:24:29.408Z Checking futures-io v0.3.31
17262024-10-31T19:24:29.411Z Checking pin-utils v0.1.0
17272024-10-31T19:24:29.508Z Checking foldhash v0.1.3
17282024-10-31T19:24:29.563Z Checking tinyvec_macros v0.1.1
17292024-10-31T19:24:29.590Z Checking ryu v1.0.18
17302024-10-31T19:24:29.612Z Checking futures-util v0.3.31
17312024-10-31T19:24:29.647Z Checking tinyvec v1.8.0
17322024-10-31T19:24:29.702Z Checking fnv v1.0.7
17332024-10-31T19:24:29.802Z Checking unicode-bidi v0.3.17
17342024-10-31T19:24:29.819Z Checking libm v0.2.8
17352024-10-31T19:24:29.890Z Checking base64ct v1.6.0
17362024-10-31T19:24:29.926Z Checking crypto-common v0.1.6
17372024-10-31T19:24:30.029Z Checking block-buffer v0.10.4
17382024-10-31T19:24:30.095Z Checking hashbrown v0.15.0
17392024-10-31T19:24:30.255Z Checking digest v0.10.7
17402024-10-31T19:24:30.338Z Checking block-padding v0.3.3
17412024-10-31T19:24:30.422Z Checking pem-rfc7468 v0.7.0
17422024-10-31T19:24:30.540Z Checking inout v0.1.3
17432024-10-31T19:24:30.616Z Checking hmac v0.12.1
17442024-10-31T19:24:30.680Z Checking sha2 v0.10.8
17452024-10-31T19:24:30.709Z Checking num-traits v0.2.19
17462024-10-31T19:24:30.761Z Checking cipher v0.4.4
17472024-10-31T19:24:30.830Z Checking ppv-lite86 v0.2.20
17482024-10-31T19:24:30.948Z Checking unicode-normalization v0.1.24
17492024-10-31T19:24:31.179Z Checking flagset v0.4.6
17502024-10-31T19:24:31.257Z Checking tracing-core v0.1.32
17512024-10-31T19:24:31.272Z Checking thiserror v1.0.64
17522024-10-31T19:24:31.356Z Checking der v0.7.9
17532024-10-31T19:24:31.397Z Checking percent-encoding v2.3.1
17542024-10-31T19:24:31.615Z Checking rustls-pki-types v1.9.0
17552024-10-31T19:24:31.650Z Checking rand_chacha v0.3.1
17562024-10-31T19:24:31.864Z Checking salsa20 v0.10.2
17572024-10-31T19:24:31.935Z Checking tracing v0.1.40
17582024-10-31T19:24:32.040Z Checking rand v0.8.5
17592024-10-31T19:24:32.083Z Checking pbkdf2 v0.12.2
17602024-10-31T19:24:32.160Z Checking httparse v1.9.5
17612024-10-31T19:24:32.247Z Checking powerfmt v0.2.0
17622024-10-31T19:24:32.287Z Checking untrusted v0.9.0
17632024-10-31T19:24:32.340Z Checking scrypt v0.11.0
17642024-10-31T19:24:32.374Z Checking bytes v1.7.2
17652024-10-31T19:24:32.440Z Checking indexmap v2.6.0
17662024-10-31T19:24:32.517Z Checking serde_json v1.0.128
17672024-10-31T19:24:32.567Z Checking bitflags v2.6.0
17682024-10-31T19:24:32.589Z Checking deranged v0.3.11
17692024-10-31T19:24:32.868Z Checking ring v0.17.8
17702024-10-31T19:24:33.210Z Checking tokio v1.40.0
17712024-10-31T19:24:33.259Z Checking http v1.1.0
17722024-10-31T19:24:33.357Z Checking spki v0.7.3
17732024-10-31T19:24:33.661Z Checking aes v0.8.4
17742024-10-31T19:24:33.766Z Checking cbc v0.1.2
17752024-10-31T19:24:33.982Z Checking crossbeam-utils v0.8.20
17762024-10-31T19:24:34.284Z Checking time-core v0.1.2
17772024-10-31T19:24:34.307Z Checking num_threads v0.1.7
17782024-10-31T19:24:34.423Z Checking num-conv v0.1.0
17792024-10-31T19:24:34.441Z Checking atomic-waker v1.1.2
17802024-10-31T19:24:34.543Z Checking pkcs5 v0.7.1
17812024-10-31T19:24:34.566Z Checking form_urlencoded v1.2.1
17822024-10-31T19:24:34.600Z Checking http-body v1.0.1
17832024-10-31T19:24:34.648Z Checking time v0.3.36
17842024-10-31T19:24:34.689Z Checking try-lock v0.2.5
17852024-10-31T19:24:34.712Z Checking rustls-webpki v0.102.8
17862024-10-31T19:24:34.750Z Checking httpdate v1.0.3
17872024-10-31T19:24:34.793Z Checking unicode-ident v1.0.13
17882024-10-31T19:24:34.816Z Checking want v0.3.1
17892024-10-31T19:24:34.947Z Checking proc-macro2 v1.0.87
17902024-10-31T19:24:34.966Z Checking serde_spanned v0.6.8
17912024-10-31T19:24:34.982Z Checking toml_datetime v0.6.8
17922024-10-31T19:24:34.995Z Checking uuid v1.10.0
17932024-10-31T19:24:35.064Z Checking pkcs8 v0.10.2
17942024-10-31T19:24:35.146Z Checking idna v0.5.0
17952024-10-31T19:24:35.259Z Checking slog v2.7.0
17962024-10-31T19:24:35.365Z Checking scroll v0.12.0
17972024-10-31T19:24:35.467Z Checking tower-service v0.3.3
17982024-10-31T19:24:35.583Z Checking base64 v0.22.1
17992024-10-31T19:24:35.616Z Checking match_cfg v0.1.0
18002024-10-31T19:24:35.630Z Checking iana-time-zone v0.1.61
18012024-10-31T19:24:35.709Z Checking ucd-trie v0.1.7
18022024-10-31T19:24:35.752Z Checking plain v0.2.3
18032024-10-31T19:24:35.768Z Checking foreign-types-shared v0.1.1
18042024-10-31T19:24:35.856Z Checking chrono v0.4.38
18052024-10-31T19:24:35.871Z Checking foreign-types v0.3.2
18062024-10-31T19:24:35.906Z Checking goblin v0.8.2
18072024-10-31T19:24:35.927Z Checking pest v2.7.14
18082024-10-31T19:24:35.958Z Checking hostname v0.3.1
18092024-10-31T19:24:36.002Z Checking url v2.5.2
18102024-10-31T19:24:36.072Z Checking quote v1.0.37
18112024-10-31T19:24:36.092Z Checking openssl-sys v0.9.103
18122024-10-31T19:24:36.396Z Checking errno v0.3.9
18132024-10-31T19:24:36.574Z Checking dirs-sys-next v0.1.2
18142024-10-31T19:24:37.753Z Checking aho-corasick v1.1.3
18152024-10-31T19:24:37.756Z Checking pretty-hex v0.4.1
18162024-10-31T19:24:37.756Z Checking adler2 v2.0.0
18172024-10-31T19:24:37.756Z Checking data-encoding v2.6.0
18182024-10-31T19:24:37.756Z Checking regex-syntax v0.8.5
18192024-10-31T19:24:37.756Z Checking siphasher v0.3.11
18202024-10-31T19:24:37.756Z Checking openssl v0.10.66
18212024-10-31T19:24:37.756Z Checking miniz_oxide v0.8.0
18222024-10-31T19:24:37.997Z Checking dirs-next v2.0.0
18232024-10-31T19:24:38.119Z Checking rustix v0.38.37
18242024-10-31T19:24:38.442Z Checking dtrace-parser v0.2.0
18252024-10-31T19:24:38.479Z Checking syn v2.0.79
18262024-10-31T19:24:38.506Z Checking http-body-util v0.1.2
18272024-10-31T19:24:38.925Z Checking crossbeam-epoch v0.9.18
18282024-10-31T19:24:38.993Z Checking sha1 v0.10.6
18292024-10-31T19:24:39.270Z Checking signature v2.2.0
18302024-10-31T19:24:39.351Z Checking lazy_static v1.5.0
18312024-10-31T19:24:39.471Z Checking thread_local v1.1.8
18322024-10-31T19:24:39.476Z Checking thread-id v4.2.2
18332024-10-31T19:24:39.592Z Checking encoding_rs v0.8.34
18342024-10-31T19:24:39.748Z Checking winnow v0.6.20
18352024-10-31T19:24:40.376Z Checking regex-automata v0.4.8
18362024-10-31T19:24:40.441Z Checking tokio-util v0.7.12
18372024-10-31T19:24:40.841Z Checking dof v0.3.0
18382024-10-31T19:24:41.398Z Checking h2 v0.4.6
18392024-10-31T19:24:41.442Z Checking mime v0.3.17
18402024-10-31T19:24:41.782Z Checking utf8parse v0.2.2
18412024-10-31T19:24:41.802Z Checking anstyle v1.0.8
18422024-10-31T19:24:41.940Z Checking either v1.13.0
18432024-10-31T19:24:41.996Z Checking gimli v0.31.1
18442024-10-31T19:24:42.159Z Checking ipnet v2.10.1
18452024-10-31T19:24:42.327Z Checking openssl-probe v0.1.5
18462024-10-31T19:24:42.488Z Checking unicode-properties v0.1.3
18472024-10-31T19:24:42.612Z Checking anstyle-parse v0.2.5
18482024-10-31T19:24:42.700Z Checking toml_edit v0.22.22
18492024-10-31T19:24:42.827Z Checking stringprep v0.1.5
18502024-10-31T19:24:42.873Z Checking crossbeam-deque v0.8.5
18512024-10-31T19:24:43.101Z Checking term v0.7.0
18522024-10-31T19:24:43.194Z Checking slog-json v2.6.1
18532024-10-31T19:24:43.276Z Checking native-tls v0.2.12
18542024-10-31T19:24:43.460Z Checking rustls v0.22.4
18552024-10-31T19:24:43.544Z Checking rustls v0.23.14
18562024-10-31T19:24:43.609Z Checking futures-executor v0.3.31
18572024-10-31T19:24:43.844Z Checking serde_urlencoded v0.7.1
18582024-10-31T19:24:44.259Z Checking crossbeam-channel v0.5.13
18592024-10-31T19:24:45.016Z Checking num-integer v0.1.46
18602024-10-31T19:24:45.055Z Checking rustls-pemfile v2.2.0
18612024-10-31T19:24:45.074Z Checking usdt-impl v0.5.0
18622024-10-31T19:24:45.265Z Checking idna v0.3.0
18632024-10-31T19:24:45.321Z Checking idna v0.4.0
18642024-10-31T19:24:45.507Z Checking md-5 v0.10.6
18652024-10-31T19:24:45.633Z Checking ff v0.13.0
18662024-10-31T19:24:45.721Z Checking memmap v0.7.0
18672024-10-31T19:24:45.844Z Checking is-terminal v0.4.13
18682024-10-31T19:24:45.920Z Checking hash32 v0.2.1
18692024-10-31T19:24:45.962Z Checking object v0.36.5
18702024-10-31T19:24:45.979Z Checking addr2line v0.24.2
18712024-10-31T19:24:46.075Z Checking anstyle-query v1.1.1
18722024-10-31T19:24:46.159Z Checking base16ct v0.2.0
18732024-10-31T19:24:46.205Z Checking take_mut v0.2.2
18742024-10-31T19:24:46.220Z Checking quick-error v1.2.3
18752024-10-31T19:24:46.350Z Checking colorchoice v1.0.2
18762024-10-31T19:24:46.364Z Checking linked-hash-map v0.5.6
18772024-10-31T19:24:46.367Z Checking rustc-demangle v0.1.24
18782024-10-31T19:24:46.482Z Checking fallible-iterator v0.2.0
18792024-10-31T19:24:46.506Z Checking is_terminal_polyfill v1.70.1
18802024-10-31T19:24:46.636Z Checking stable_deref_trait v1.2.0
18812024-10-31T19:24:46.681Z Checking utf-8 v0.7.6
18822024-10-31T19:24:46.718Z Checking psl-types v2.0.11
18832024-10-31T19:24:46.809Z Checking dyn-clone v1.0.17
18842024-10-31T19:24:46.876Z Checking tungstenite v0.24.0
18852024-10-31T19:24:46.902Z Checking publicsuffix v2.2.3
18862024-10-31T19:24:46.938Z Checking schemars v0.8.21
18872024-10-31T19:24:47.075Z Checking postgres-protocol v0.6.7
18882024-10-31T19:24:47.089Z Checking tokio-rustls v0.25.0
18892024-10-31T19:24:47.123Z Checking heapless v0.7.17
18902024-10-31T19:24:47.453Z Checking lru-cache v0.1.2
18912024-10-31T19:24:47.638Z Checking hyper v1.4.1
18922024-10-31T19:24:47.654Z Checking anstream v0.6.15
18932024-10-31T19:24:47.720Z Checking slog-async v2.8.0
18942024-10-31T19:24:47.781Z Checking resolv-conf v0.7.0
18952024-10-31T19:24:48.021Z Checking sec1 v0.7.3
18962024-10-31T19:24:48.036Z Checking hickory-proto v0.24.1
18972024-10-31T19:24:48.137Z Checking slog-term v2.9.1
18982024-10-31T19:24:48.178Z Checking usdt v0.5.0
18992024-10-31T19:24:48.399Z Checking group v0.13.0
19002024-10-31T19:24:48.402Z Checking num-iter v0.1.45
19012024-10-31T19:24:48.562Z Checking toml v0.8.19
19022024-10-31T19:24:48.588Z Checking futures v0.3.31
19032024-10-31T19:24:48.623Z Checking tokio-native-tls v0.3.1
19042024-10-31T19:24:48.650Z Checking tokio-rustls v0.26.0
19052024-10-31T19:24:48.650Z Checking slog-bunyan v2.5.0
19062024-10-31T19:24:48.688Z Checking rayon-core v1.12.1
19072024-10-31T19:24:48.832Z Checking multer v3.1.0
19082024-10-31T19:24:48.881Z Checking terminal_size v0.4.0
19092024-10-31T19:24:49.056Z Checking phf_shared v0.11.2
19102024-10-31T19:24:49.056Z Checking cookie v0.18.1
19112024-10-31T19:24:49.208Z Checking async-stream v0.3.6
19122024-10-31T19:24:49.285Z Checking waitgroup v0.1.2
19132024-10-31T19:24:49.332Z Checking signal-hook v0.3.17
19142024-10-31T19:24:49.352Z Checking camino v1.1.9
19152024-10-31T19:24:49.396Z Checking openapiv3 v2.0.0
19162024-10-31T19:24:49.410Z Checking serde_path_to_error v0.1.16
19172024-10-31T19:24:49.536Z Checking webpki-roots v0.26.6
19182024-10-31T19:24:49.675Z Checking hkdf v0.12.4
19192024-10-31T19:24:49.726Z Checking hyper-util v0.1.9
19202024-10-31T19:24:49.751Z Checking crypto-bigint v0.5.5
19212024-10-31T19:24:49.895Z Checking hostname v0.4.0
19222024-10-31T19:24:49.924Z Checking managed v0.8.0
19232024-10-31T19:24:50.005Z Checking strsim v0.11.1
19242024-10-31T19:24:50.022Z Checking winnow v0.5.40
19252024-10-31T19:24:50.286Z Checking debug-ignore v1.0.5
19262024-10-31T19:24:50.307Z Checking unicode-width v0.1.14
19272024-10-31T19:24:50.431Z Checking clap_lex v0.7.2
19282024-10-31T19:24:50.674Z Checking bitflags v1.3.2
19292024-10-31T19:24:50.779Z Checking smoltcp v0.9.1
19302024-10-31T19:24:50.803Z Checking console v0.15.8
19312024-10-31T19:24:51.390Z Checking clap_builder v4.5.20
19322024-10-31T19:24:51.879Z Checking hyper-tls v0.6.0
19332024-10-31T19:24:52.173Z Checking hyper-rustls v0.27.3
19342024-10-31T19:24:52.287Z Checking signal-hook-mio v0.2.4
19352024-10-31T19:24:52.422Z Checking cookie_store v0.21.0
19362024-10-31T19:24:52.497Z Checking rayon v1.10.0
19372024-10-31T19:24:52.639Z Checking backtrace v0.3.74
19382024-10-31T19:24:52.667Z Checking elliptic-curve v0.13.8
19392024-10-31T19:24:52.685Z Checking hickory-resolver v0.24.1
19402024-10-31T19:24:52.793Z Checking dropshot v0.12.0
19412024-10-31T19:24:53.082Z Checking phf v0.11.2
19422024-10-31T19:24:53.124Z Checking toml_edit v0.19.15
19432024-10-31T19:24:53.189Z Checking anyhow v1.0.89
19442024-10-31T19:24:53.300Z Checking num-bigint-dig v0.8.4
19452024-10-31T19:24:53.348Z Checking tokio-tungstenite v0.24.0
19462024-10-31T19:24:53.574Z Checking postgres-types v0.2.8
19472024-10-31T19:24:53.845Z Checking regex v1.11.0
19482024-10-31T19:24:54.331Z Checking bstr v1.10.0
19492024-10-31T19:24:54.351Z Checking tokio-stream v0.1.16
19502024-10-31T19:24:54.447Z Checking ed25519 v2.2.3
19512024-10-31T19:24:54.450Z Checking phf_shared v0.10.0
19522024-10-31T19:24:54.748Z Checking curve25519-dalek v4.1.3
19532024-10-31T19:24:54.762Z Checking zerocopy v0.6.6
19542024-10-31T19:24:55.219Z Checking pkcs1 v0.7.5
19552024-10-31T19:24:55.276Z Checking hubpack v0.1.2
19562024-10-31T19:24:55.490Z Checking portable-atomic v1.9.0
19572024-10-31T19:24:55.524Z Checking serde-big-array v0.5.1
19582024-10-31T19:24:55.574Z Checking float-cmp v0.9.0
19592024-10-31T19:24:55.610Z Checking rfc6979 v0.4.0
19602024-10-31T19:24:55.635Z Checking sync_wrapper v1.0.1
19612024-10-31T19:24:55.728Z Checking crc32fast v1.4.2
19622024-10-31T19:24:55.747Z Checking precomputed-hash v0.1.1
19632024-10-31T19:24:55.769Z Checking whoami v1.5.2
19642024-10-31T19:24:55.787Z Checking difflib v0.4.0
19652024-10-31T19:24:55.860Z Checking fixedbitset v0.4.2
19662024-10-31T19:24:55.973Z Checking new_debug_unreachable v1.0.6
19672024-10-31T19:24:56.067Z Checking static_assertions v1.1.0
19682024-10-31T19:24:56.082Z Checking unicode-segmentation v1.12.0
19692024-10-31T19:24:56.100Z Checking predicates-core v1.0.8
19702024-10-31T19:24:56.126Z Checking normalize-line-endings v0.3.0
19712024-10-31T19:24:56.163Z Checking bit-vec v0.6.3
19722024-10-31T19:24:56.244Z Checking minimal-lexical v0.2.1
19732024-10-31T19:24:56.266Z Checking number_prefix v0.4.0
19742024-10-31T19:24:56.335Z Checking predicates v3.1.2
19752024-10-31T19:24:56.453Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19762024-10-31T19:24:56.489Z Checking bit-set v0.5.3
19772024-10-31T19:24:56.513Z Checking indicatif v0.17.8
19782024-10-31T19:24:56.608Z Checking qorb v0.2.0
19792024-10-31T19:24:56.625Z Checking ed25519-dalek v2.1.1
19802024-10-31T19:24:56.638Z Checking nom v7.1.3
19812024-10-31T19:24:56.729Z Checking petgraph v0.6.5
19822024-10-31T19:24:56.744Z Checking similar v2.6.0
19832024-10-31T19:24:56.971Z Checking tokio-postgres v0.7.12
19842024-10-31T19:24:57.038Z Checking string_cache v0.8.7
19852024-10-31T19:24:57.254Z Checking flate2 v1.0.34
19862024-10-31T19:24:57.334Z Checking ecdsa v0.16.9
19872024-10-31T19:24:57.566Z Checking reqwest v0.12.8
19882024-10-31T19:24:57.926Z Checking rsa v0.9.6
19892024-10-31T19:24:58.066Z Checking toml v0.7.8
19902024-10-31T19:24:58.806Z Checking clap v4.5.20
19912024-10-31T19:24:58.926Z Checking crossterm v0.28.1
19922024-10-31T19:24:58.983Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19932024-10-31T19:24:59.007Z Checking itertools v0.10.5
19942024-10-31T19:24:59.237Z Checking itertools v0.12.1
19952024-10-31T19:24:59.475Z Checking fs-err v2.11.0
19962024-10-31T19:24:59.491Z Checking ahash v0.8.11
19972024-10-31T19:25:00.013Z Checking x509-cert v0.2.5
19982024-10-31T19:25:00.027Z Checking hex v0.4.3
19992024-10-31T19:25:00.055Z Checking semver v1.0.23
20002024-10-31T19:25:00.141Z Checking peg-runtime v0.8.3
20012024-10-31T19:25:00.368Z Checking lalrpop-util v0.19.12
20022024-10-31T19:25:00.473Z Checking sigpipe v0.1.3
20032024-10-31T19:25:01.607Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20042024-10-31T19:25:01.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.18s
20052024-10-31T19:25:02.074Z
20062024-10-31T19:25:02.074Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20072024-10-31T19:25:02.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082024-10-31T19:25:02.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092024-10-31T19:25:02.689Z Compiling hashbrown v0.14.5
20102024-10-31T19:25:02.803Z Checking heck v0.5.0
20112024-10-31T19:25:02.815Z Compiling unsafe-libyaml v0.2.11
20122024-10-31T19:25:02.829Z Compiling ident_case v1.0.1
20132024-10-31T19:25:02.844Z Checking progenitor-client v0.8.0
20142024-10-31T19:25:02.857Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20152024-10-31T19:25:02.873Z Compiling proc-macro-crate v1.3.1
20162024-10-31T19:25:02.963Z Compiling darling_core v0.20.10
20172024-10-31T19:25:02.993Z Checking ipnetwork v0.20.0
20182024-10-31T19:25:03.155Z Compiling structmeta-derive v0.3.0
20192024-10-31T19:25:03.227Z Compiling newtype-uuid v1.1.2
20202024-10-31T19:25:03.357Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20212024-10-31T19:25:03.557Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20222024-10-31T19:25:03.659Z Compiling lzma-sys v0.1.20
20232024-10-31T19:25:03.864Z Compiling num_enum_derive v0.5.11
20242024-10-31T19:25:03.905Z Checking regress v0.10.1
20252024-10-31T19:25:03.907Z Compiling foreign-types-macros v0.2.3
20262024-10-31T19:25:04.430Z Compiling serde_yaml v0.9.34+deprecated
20272024-10-31T19:25:04.684Z Checking foreign-types-shared v0.3.1
20282024-10-31T19:25:04.802Z Checking arc-swap v1.7.1
20292024-10-31T19:25:05.175Z Checking foreign-types v0.5.0
20302024-10-31T19:25:05.252Z Checking slog-scope v4.4.0
20312024-10-31T19:25:05.319Z Compiling proc-macro-error v1.0.4
20322024-10-31T19:25:05.928Z Compiling structmeta v0.3.0
20332024-10-31T19:25:05.977Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20342024-10-31T19:25:06.052Z Checking tungstenite v0.21.0
20352024-10-31T19:25:06.086Z Compiling heck v0.3.3
20362024-10-31T19:25:06.288Z Checking num_enum v0.5.11
20372024-10-31T19:25:06.315Z Compiling parse-display-derive v0.10.0
20382024-10-31T19:25:06.448Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20392024-10-31T19:25:06.505Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20402024-10-31T19:25:06.970Z Checking cstr-argument v0.1.2
20412024-10-31T19:25:07.137Z Checking instant v0.1.13
20422024-10-31T19:25:07.250Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20432024-10-31T19:25:07.281Z Checking base64 v0.21.7
20442024-10-31T19:25:07.298Z Checking fastrand v2.1.1
20452024-10-31T19:25:07.475Z Checking typify-impl v0.2.0
20462024-10-31T19:25:07.529Z Checking pretty-hex v0.2.1
20472024-10-31T19:25:07.613Z Checking tempfile v3.13.0
20482024-10-31T19:25:07.691Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20492024-10-31T19:25:07.741Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20502024-10-31T19:25:07.971Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20512024-10-31T19:25:07.976Z Checking backoff v0.4.0
20522024-10-31T19:25:08.107Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20532024-10-31T19:25:08.287Z Checking tokio-tungstenite v0.21.0
20542024-10-31T19:25:08.431Z Compiling zone_cfg_derive v0.1.2
20552024-10-31T19:25:08.463Z Checking strum v0.26.3
20562024-10-31T19:25:08.622Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20572024-10-31T19:25:08.799Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20582024-10-31T19:25:09.043Z Checking slog-stdlog v4.1.1
20592024-10-31T19:25:09.213Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20602024-10-31T19:25:09.295Z Checking regress v0.9.1
20612024-10-31T19:25:09.346Z Compiling darling_macro v0.20.10
20622024-10-31T19:25:09.366Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20632024-10-31T19:25:09.386Z Checking colored v2.1.0
20642024-10-31T19:25:09.647Z Checking macaddr v1.0.1
20652024-10-31T19:25:09.693Z Checking base64 v0.13.1
20662024-10-31T19:25:09.862Z Checking zone v0.1.8
20672024-10-31T19:25:09.958Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20682024-10-31T19:25:10.087Z Checking ron v0.7.1
20692024-10-31T19:25:10.260Z Compiling darling v0.20.10
20702024-10-31T19:25:10.546Z Compiling serde_with_macros v3.11.0
20712024-10-31T19:25:10.563Z Checking xz2 v0.1.7
20722024-10-31T19:25:10.563Z Checking slog-envlogger v2.2.0
20732024-10-31T19:25:10.585Z Checking parse-display v0.10.0
20742024-10-31T19:25:10.725Z Checking tabwriter v1.4.0
20752024-10-31T19:25:10.738Z Checking xattr v1.3.1
20762024-10-31T19:25:10.807Z Checking pem v3.0.4
20772024-10-31T19:25:10.986Z Checking yasna v0.5.2
20782024-10-31T19:25:10.998Z Checking headers-core v0.3.0
20792024-10-31T19:25:11.078Z Checking smf v0.2.3
20802024-10-31T19:25:11.135Z Checking filetime v0.2.25
20812024-10-31T19:25:11.322Z Checking same-file v1.0.6
20822024-10-31T19:25:11.340Z Checking tar v0.4.42
20832024-10-31T19:25:11.493Z Checking walkdir v2.5.0
20842024-10-31T19:25:11.529Z Checking headers v0.4.0
20852024-10-31T19:25:11.757Z Checking atomicwrites v0.4.4
20862024-10-31T19:25:11.871Z Checking rcgen v0.12.1
20872024-10-31T19:25:11.954Z Checking camino-tempfile v1.1.1
20882024-10-31T19:25:12.004Z Checking subprocess v0.2.9
20892024-10-31T19:25:12.930Z Checking serde_with v3.11.0
20902024-10-31T19:25:16.176Z Compiling typify-macro v0.2.0
20912024-10-31T19:25:18.006Z Compiling typify v0.2.0
20922024-10-31T19:25:18.074Z Compiling progenitor-impl v0.8.0
20932024-10-31T19:25:21.218Z Compiling progenitor-macro v0.8.0
20942024-10-31T19:25:26.498Z Checking progenitor v0.8.0
20952024-10-31T19:25:26.626Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20962024-10-31T19:25:26.628Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20972024-10-31T19:25:29.287Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
20982024-10-31T19:25:29.619Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20992024-10-31T19:25:36.001Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21002024-10-31T19:25:37.558Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21012024-10-31T19:25:38.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s
21022024-10-31T19:25:38.971Z
21032024-10-31T19:25:38.971Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21042024-10-31T19:25:39.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052024-10-31T19:25:39.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062024-10-31T19:25:39.588Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21072024-10-31T19:25:40.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
21082024-10-31T19:25:41.134Z
21092024-10-31T19:25:41.134Zinfo: running `cargo check --bins` on nexus-config (31/166)
21102024-10-31T19:25:41.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112024-10-31T19:25:41.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122024-10-31T19:25:41.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132024-10-31T19:25:41.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21142024-10-31T19:25:41.725Z
21152024-10-31T19:25:41.725Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21162024-10-31T19:25:42.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172024-10-31T19:25:42.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182024-10-31T19:25:42.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192024-10-31T19:25:42.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21202024-10-31T19:25:42.289Z
21212024-10-31T19:25:42.289Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21222024-10-31T19:25:42.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-10-31T19:25:42.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-10-31T19:25:42.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252024-10-31T19:25:42.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21262024-10-31T19:25:42.875Z
21272024-10-31T19:25:42.875Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21282024-10-31T19:25:43.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-10-31T19:25:43.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-10-31T19:25:43.479Z Compiling heapless v0.8.0
21312024-10-31T19:25:43.482Z Checking hash32 v0.3.1
21322024-10-31T19:25:43.584Z Compiling smoltcp v0.11.0
21332024-10-31T19:25:43.595Z Checking cobs v0.2.3
21342024-10-31T19:25:43.605Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21352024-10-31T19:25:43.608Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21362024-10-31T19:25:43.633Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21372024-10-31T19:25:43.636Z Compiling crucible-workspace-hack v0.1.0
21382024-10-31T19:25:43.725Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21392024-10-31T19:25:43.756Z Checking postcard v1.0.10
21402024-10-31T19:25:43.759Z Checking newline-converter v0.3.0
21412024-10-31T19:25:43.914Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21422024-10-31T19:25:43.959Z Compiling convert_case v0.4.0
21432024-10-31T19:25:44.068Z Checking expectorate v1.1.0
21442024-10-31T19:25:44.125Z Compiling zone_cfg_derive v0.3.0
21452024-10-31T19:25:44.224Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21462024-10-31T19:25:44.238Z Checking itertools v0.13.0
21472024-10-31T19:25:44.295Z Compiling num-derive v0.4.2
21482024-10-31T19:25:44.465Z Compiling slog-dtrace v0.3.0
21492024-10-31T19:25:44.553Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21502024-10-31T19:25:44.828Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21512024-10-31T19:25:44.841Z Compiling derive_more v0.99.18
21522024-10-31T19:25:45.510Z Checking zone v0.3.0
21532024-10-31T19:25:46.188Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21542024-10-31T19:25:47.472Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21552024-10-31T19:25:48.438Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21562024-10-31T19:25:48.467Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21572024-10-31T19:25:49.520Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21582024-10-31T19:25:49.800Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21592024-10-31T19:25:51.342Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21602024-10-31T19:25:52.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s
21612024-10-31T19:25:52.495Z
21622024-10-31T19:25:52.495Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21632024-10-31T19:25:52.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642024-10-31T19:25:52.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652024-10-31T19:25:52.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662024-10-31T19:25:52.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21672024-10-31T19:25:52.992Z
21682024-10-31T19:25:52.992Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21692024-10-31T19:25:53.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702024-10-31T19:25:53.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712024-10-31T19:25:53.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722024-10-31T19:25:53.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21732024-10-31T19:25:53.585Z
21742024-10-31T19:25:53.585Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21752024-10-31T19:25:54.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762024-10-31T19:25:54.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772024-10-31T19:25:54.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782024-10-31T19:25:54.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21792024-10-31T19:25:54.281Z
21802024-10-31T19:25:54.281Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21812024-10-31T19:25:54.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822024-10-31T19:25:54.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832024-10-31T19:25:54.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842024-10-31T19:25:54.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21852024-10-31T19:25:54.954Z
21862024-10-31T19:25:54.954Zinfo: running `cargo check --bins` on dns-server (39/166)
21872024-10-31T19:25:55.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882024-10-31T19:25:55.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892024-10-31T19:25:55.563Z Compiling parking_lot_core v0.8.6
21902024-10-31T19:25:55.563Z Checking nibble_vec v0.1.0
21912024-10-31T19:25:55.567Z Checking endian-type v0.1.2
21922024-10-31T19:25:55.567Z Checking fxhash v0.2.1
21932024-10-31T19:25:55.567Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21942024-10-31T19:25:55.567Z Checking hickory-server v0.24.1
21952024-10-31T19:25:55.839Z Checking radix_trie v0.2.1
21962024-10-31T19:25:56.136Z Checking hickory-client v0.24.1
21972024-10-31T19:25:56.281Z Checking parking_lot v0.11.2
21982024-10-31T19:25:56.342Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21992024-10-31T19:25:56.345Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22002024-10-31T19:25:56.537Z Checking sled v0.34.7
22012024-10-31T19:25:58.314Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22022024-10-31T19:25:59.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
22032024-10-31T19:25:59.692Z
22042024-10-31T19:25:59.693Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22052024-10-31T19:26:00.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062024-10-31T19:26:00.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072024-10-31T19:26:00.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082024-10-31T19:26:00.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22092024-10-31T19:26:00.273Z
22102024-10-31T19:26:00.273Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22112024-10-31T19:26:00.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122024-10-31T19:26:00.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132024-10-31T19:26:00.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142024-10-31T19:26:00.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152024-10-31T19:26:00.848Z
22162024-10-31T19:26:00.848Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22172024-10-31T19:26:01.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182024-10-31T19:26:01.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192024-10-31T19:26:01.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202024-10-31T19:26:01.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22212024-10-31T19:26:01.437Z
22222024-10-31T19:26:01.437Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22232024-10-31T19:26:01.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242024-10-31T19:26:01.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252024-10-31T19:26:01.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262024-10-31T19:26:01.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22272024-10-31T19:26:02.069Z
22282024-10-31T19:26:02.069Zinfo: running `cargo check --bins` on gateway-types (44/166)
22292024-10-31T19:26:02.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-10-31T19:26:02.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-10-31T19:26:02.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322024-10-31T19:26:02.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22332024-10-31T19:26:02.649Z
22342024-10-31T19:26:02.649Zinfo: running `cargo check --bins` on ipcc (45/166)
22352024-10-31T19:26:03.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362024-10-31T19:26:03.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372024-10-31T19:26:03.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382024-10-31T19:26:03.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22392024-10-31T19:26:03.230Z
22402024-10-31T19:26:03.230Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22412024-10-31T19:26:03.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-10-31T19:26:03.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-10-31T19:26:03.880Z Checking num-rational v0.4.2
22442024-10-31T19:26:03.880Z Compiling progenitor-client v0.8.0
22452024-10-31T19:26:03.880Z Checking num-complex v0.4.6
22462024-10-31T19:26:03.882Z Compiling prettyplease v0.2.22
22472024-10-31T19:26:03.882Z Compiling newtype-uuid v1.1.2
22482024-10-31T19:26:03.980Z Compiling ipnetwork v0.20.0
22492024-10-31T19:26:03.990Z Compiling instant v0.1.13
22502024-10-31T19:26:03.992Z Compiling radium v0.7.0
22512024-10-31T19:26:04.154Z Compiling semver v0.1.20
22522024-10-31T19:26:04.272Z Compiling progenitor v0.8.0
22532024-10-31T19:26:04.346Z Checking float-ord v0.3.2
22542024-10-31T19:26:04.379Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22552024-10-31T19:26:04.466Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22562024-10-31T19:26:04.484Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22572024-10-31T19:26:04.486Z Compiling rustc_version v0.1.7
22582024-10-31T19:26:04.592Z Compiling backoff v0.4.0
22592024-10-31T19:26:04.701Z Compiling parse-display v0.10.0
22602024-10-31T19:26:04.784Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612024-10-31T19:26:04.879Z Checking num v0.4.3
22622024-10-31T19:26:04.880Z Compiling serde_with v3.11.0
22632024-10-31T19:26:04.952Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22642024-10-31T19:26:04.967Z Compiling regress v0.9.1
22652024-10-31T19:26:04.987Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22662024-10-31T19:26:05.251Z Compiling macaddr v1.0.1
22672024-10-31T19:26:05.354Z Compiling maybe-uninit v2.0.0
22682024-10-31T19:26:05.685Z Checking tap v1.0.1
22692024-10-31T19:26:05.860Z Checking wyz v0.5.1
22702024-10-31T19:26:05.956Z Compiling newtype_derive v0.1.6
22712024-10-31T19:26:06.270Z Checking password-hash v0.5.0
22722024-10-31T19:26:06.273Z Checking blake2 v0.10.6
22732024-10-31T19:26:06.667Z Compiling bzip2-sys v0.1.11+1.0.8
22742024-10-31T19:26:06.704Z Checking crc-catalog v2.4.0
22752024-10-31T19:26:06.744Z Compiling packed_struct v0.10.1
22762024-10-31T19:26:06.761Z Checking funty v2.0.0
22772024-10-31T19:26:07.022Z Compiling cancel-safe-futures v0.1.5
22782024-10-31T19:26:07.160Z Compiling owo-colors v4.1.0
22792024-10-31T19:26:07.390Z Checking crc v3.2.1
22802024-10-31T19:26:07.488Z Checking argon2 v0.5.3
22812024-10-31T19:26:07.733Z Checking bitvec v1.0.1
22822024-10-31T19:26:08.161Z Compiling packed_struct_codegen v0.10.1
22832024-10-31T19:26:08.270Z Compiling indexmap v1.9.3
22842024-10-31T19:26:08.594Z Checking half v2.4.1
22852024-10-31T19:26:08.803Z Checking nodrop v0.1.14
22862024-10-31T19:26:08.895Z Checking ciborium-io v0.2.2
22872024-10-31T19:26:08.939Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22882024-10-31T19:26:09.060Z Checking ciborium-ll v0.2.2
22892024-10-31T19:26:09.127Z Checking array-init v0.0.4
22902024-10-31T19:26:09.276Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22912024-10-31T19:26:09.364Z Checking smallvec v0.6.14
22922024-10-31T19:26:09.668Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22932024-10-31T19:26:09.778Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22942024-10-31T19:26:10.574Z Checking libsw v3.3.1
22952024-10-31T19:26:10.723Z Compiling memoffset v0.9.1
22962024-10-31T19:26:10.832Z Checking indent_write v2.2.0
22972024-10-31T19:26:10.832Z Checking hashbrown v0.12.3
22982024-10-31T19:26:11.064Z Checking swrite v0.1.0
22992024-10-31T19:26:11.081Z Checking termcolor v1.4.1
23002024-10-31T19:26:11.193Z Checking linear-map v1.2.0
23012024-10-31T19:26:11.516Z Checking bitfield v0.14.0
23022024-10-31T19:26:11.536Z Checking highway v1.2.0
23032024-10-31T19:26:11.554Z Checking ron v0.8.1
23042024-10-31T19:26:11.776Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23052024-10-31T19:26:11.793Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23062024-10-31T19:26:11.969Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23072024-10-31T19:26:12.019Z Checking env_logger v0.10.2
23082024-10-31T19:26:12.610Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23092024-10-31T19:26:12.667Z Checking serde-hex v0.1.0
23102024-10-31T19:26:12.794Z Checking steno v0.4.1
23112024-10-31T19:26:12.819Z Checking ciborium v0.2.2
23122024-10-31T19:26:13.571Z Checking bzip2 v0.4.4
23132024-10-31T19:26:13.815Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23142024-10-31T19:26:13.868Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23152024-10-31T19:26:14.070Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23162024-10-31T19:26:14.131Z Checking hashbrown v0.13.2
23172024-10-31T19:26:14.407Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23182024-10-31T19:26:14.864Z Checking crc-any v2.5.0
23192024-10-31T19:26:15.088Z Checking humantime v2.1.0
23202024-10-31T19:26:15.158Z Checking object v0.30.4
23212024-10-31T19:26:15.184Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23222024-10-31T19:26:15.253Z Checking zip v0.6.6
23232024-10-31T19:26:15.363Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23242024-10-31T19:26:15.543Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23252024-10-31T19:26:15.833Z Checking path-slash v0.1.5
23262024-10-31T19:26:15.964Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23272024-10-31T19:26:15.992Z Checking nix v0.27.1
23282024-10-31T19:26:16.041Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23292024-10-31T19:26:16.783Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23302024-10-31T19:26:16.799Z Checking tungstenite v0.23.0
23312024-10-31T19:26:17.038Z Checking kstat-rs v0.2.4
23322024-10-31T19:26:17.276Z Checking signal-hook-tokio v0.3.1
23332024-10-31T19:26:17.772Z Checking tokio-tungstenite v0.23.1
23342024-10-31T19:26:18.167Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23352024-10-31T19:26:18.609Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23362024-10-31T19:26:23.695Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23372024-10-31T19:26:25.373Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23382024-10-31T19:26:25.929Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23392024-10-31T19:26:29.044Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23402024-10-31T19:26:29.286Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23412024-10-31T19:26:30.256Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23422024-10-31T19:26:36.214Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23432024-10-31T19:26:36.861Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23442024-10-31T19:26:40.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.30s
23452024-10-31T19:26:40.720Z
23462024-10-31T19:26:40.720Zinfo: running `cargo check --bins` on gateway-api (47/166)
23472024-10-31T19:26:41.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-10-31T19:26:41.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-10-31T19:26:41.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502024-10-31T19:26:41.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23512024-10-31T19:26:41.315Z
23522024-10-31T19:26:41.315Zinfo: running `cargo check --bins` on oximeter (48/166)
23532024-10-31T19:26:41.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-10-31T19:26:41.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-10-31T19:26:41.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562024-10-31T19:26:41.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23572024-10-31T19:26:41.894Z
23582024-10-31T19:26:41.894Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23592024-10-31T19:26:42.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602024-10-31T19:26:42.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612024-10-31T19:26:42.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622024-10-31T19:26:42.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23632024-10-31T19:26:42.459Z
23642024-10-31T19:26:42.459Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23652024-10-31T19:26:42.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662024-10-31T19:26:42.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672024-10-31T19:26:43.040Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23682024-10-31T19:26:43.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
23692024-10-31T19:26:43.598Z
23702024-10-31T19:26:43.598Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23712024-10-31T19:26:44.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-10-31T19:26:44.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-10-31T19:26:44.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742024-10-31T19:26:44.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23752024-10-31T19:26:44.171Z
23762024-10-31T19:26:44.171Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23772024-10-31T19:26:44.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-10-31T19:26:44.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-10-31T19:26:44.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-10-31T19:26:44.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23812024-10-31T19:26:44.746Z
23822024-10-31T19:26:44.746Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23832024-10-31T19:26:45.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-10-31T19:26:45.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-10-31T19:26:45.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-10-31T19:26:45.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23872024-10-31T19:26:45.303Z
23882024-10-31T19:26:45.303Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23892024-10-31T19:26:45.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-10-31T19:26:45.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-10-31T19:26:45.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-10-31T19:26:45.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23932024-10-31T19:26:45.880Z
23942024-10-31T19:26:45.880Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
23952024-10-31T19:26:46.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-10-31T19:26:46.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-10-31T19:26:46.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-10-31T19:26:46.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23992024-10-31T19:26:46.457Z
24002024-10-31T19:26:46.457Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24012024-10-31T19:26:46.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-10-31T19:26:46.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-10-31T19:26:46.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-10-31T19:26:46.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24052024-10-31T19:26:47.046Z
24062024-10-31T19:26:47.046Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24072024-10-31T19:26:47.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-10-31T19:26:47.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-10-31T19:26:47.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-10-31T19:26:47.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24112024-10-31T19:26:47.633Z
24122024-10-31T19:26:47.633Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24132024-10-31T19:26:48.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-10-31T19:26:48.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-10-31T19:26:48.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162024-10-31T19:26:48.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24172024-10-31T19:26:48.222Z
24182024-10-31T19:26:48.222Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24192024-10-31T19:26:48.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-10-31T19:26:48.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-10-31T19:26:48.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-10-31T19:26:48.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24232024-10-31T19:26:48.805Z
24242024-10-31T19:26:48.805Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24252024-10-31T19:26:49.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-10-31T19:26:49.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-10-31T19:26:49.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-10-31T19:26:49.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24292024-10-31T19:26:49.408Z
24302024-10-31T19:26:49.408Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24312024-10-31T19:26:49.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-10-31T19:26:49.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-10-31T19:26:49.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-10-31T19:26:49.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24352024-10-31T19:26:49.997Z
24362024-10-31T19:26:49.997Zinfo: running `cargo check --bins` on nexus-client (62/166)
24372024-10-31T19:26:50.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-10-31T19:26:50.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-10-31T19:26:50.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-10-31T19:26:50.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24412024-10-31T19:26:50.610Z
24422024-10-31T19:26:50.610Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24432024-10-31T19:26:51.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-10-31T19:26:51.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-10-31T19:26:51.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-10-31T19:26:51.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24472024-10-31T19:26:51.202Z
24482024-10-31T19:26:51.202Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24492024-10-31T19:26:51.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-10-31T19:26:51.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-10-31T19:26:51.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-10-31T19:26:51.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24532024-10-31T19:26:51.765Z
24542024-10-31T19:26:51.765Zinfo: running `cargo check --bins` on nexus-types (65/166)
24552024-10-31T19:26:52.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-10-31T19:26:52.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-10-31T19:26:52.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-10-31T19:26:52.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24592024-10-31T19:26:52.361Z
24602024-10-31T19:26:52.361Zinfo: running `cargo check --bins` on gateway-client (66/166)
24612024-10-31T19:26:52.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-10-31T19:26:52.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-10-31T19:26:52.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-10-31T19:26:52.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24652024-10-31T19:26:52.928Z
24662024-10-31T19:26:52.928Zinfo: running `cargo check --bins` on oxql-types (67/166)
24672024-10-31T19:26:53.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-10-31T19:26:53.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-10-31T19:26:53.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-10-31T19:26:53.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24712024-10-31T19:26:53.507Z
24722024-10-31T19:26:53.507Zinfo: running `cargo check --bins` on update-engine (68/166)
24732024-10-31T19:26:54.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-10-31T19:26:54.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-10-31T19:26:54.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-10-31T19:26:54.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24772024-10-31T19:26:54.087Z
24782024-10-31T19:26:54.087Zinfo: running `cargo check --bins` on sp-sim (69/166)
24792024-10-31T19:26:54.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-10-31T19:26:54.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-10-31T19:26:54.692Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24822024-10-31T19:26:56.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
24832024-10-31T19:26:56.668Z
24842024-10-31T19:26:56.668Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24852024-10-31T19:26:57.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-10-31T19:26:57.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-10-31T19:26:57.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-10-31T19:26:57.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24892024-10-31T19:26:57.302Z
24902024-10-31T19:26:57.302Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24912024-10-31T19:26:57.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-10-31T19:26:57.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-10-31T19:26:57.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-10-31T19:26:57.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24952024-10-31T19:26:57.958Z
24962024-10-31T19:26:57.958Zinfo: running `cargo check --bins` on db-macros (72/166)
24972024-10-31T19:26:58.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-10-31T19:26:58.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-10-31T19:26:58.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-10-31T19:26:58.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25012024-10-31T19:26:58.531Z
25022024-10-31T19:26:58.531Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25032024-10-31T19:26:59.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-10-31T19:26:59.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-10-31T19:26:59.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-10-31T19:26:59.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25072024-10-31T19:26:59.101Z
25082024-10-31T19:26:59.101Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25092024-10-31T19:26:59.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-10-31T19:26:59.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-10-31T19:26:59.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-10-31T19:26:59.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25132024-10-31T19:26:59.726Z
25142024-10-31T19:26:59.726Zinfo: running `cargo check --bins` on authz-macros (75/166)
25152024-10-31T19:27:00.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-10-31T19:27:00.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-10-31T19:27:00.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-10-31T19:27:00.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25192024-10-31T19:27:00.299Z
25202024-10-31T19:27:00.299Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25212024-10-31T19:27:00.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-10-31T19:27:00.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-10-31T19:27:00.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-10-31T19:27:00.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25252024-10-31T19:27:00.919Z
25262024-10-31T19:27:00.919Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25272024-10-31T19:27:01.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-10-31T19:27:01.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-10-31T19:27:01.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-10-31T19:27:01.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25312024-10-31T19:27:01.543Z
25322024-10-31T19:27:01.543Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25332024-10-31T19:27:02.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-10-31T19:27:02.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-10-31T19:27:02.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-10-31T19:27:02.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25372024-10-31T19:27:02.134Z
25382024-10-31T19:27:02.134Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25392024-10-31T19:27:02.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-10-31T19:27:02.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-10-31T19:27:02.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-10-31T19:27:02.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25432024-10-31T19:27:02.732Z
25442024-10-31T19:27:02.732Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25452024-10-31T19:27:03.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-10-31T19:27:03.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-10-31T19:27:03.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-10-31T19:27:03.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25492024-10-31T19:27:03.347Z
25502024-10-31T19:27:03.347Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25512024-10-31T19:27:03.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-10-31T19:27:03.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-10-31T19:27:03.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-10-31T19:27:03.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25552024-10-31T19:27:03.940Z
25562024-10-31T19:27:03.940Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25572024-10-31T19:27:04.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-10-31T19:27:04.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-10-31T19:27:04.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-10-31T19:27:04.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25612024-10-31T19:27:04.530Z
25622024-10-31T19:27:04.530Zinfo: running `cargo check --bins` on typed-rng (83/166)
25632024-10-31T19:27:05.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-10-31T19:27:05.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-10-31T19:27:05.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-10-31T19:27:05.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25672024-10-31T19:27:05.108Z
25682024-10-31T19:27:05.108Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25692024-10-31T19:27:05.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-10-31T19:27:05.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-10-31T19:27:05.811Z Checking keccak v0.1.5
25722024-10-31T19:27:05.915Z Checking secrecy v0.8.0
25732024-10-31T19:27:05.918Z Compiling unicase v2.7.0
25742024-10-31T19:27:05.918Z Compiling same-file v1.0.6
25752024-10-31T19:27:05.918Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25762024-10-31T19:27:05.938Z Compiling tempfile v3.13.0
25772024-10-31T19:27:05.961Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25782024-10-31T19:27:05.964Z Compiling thiserror-impl-no-std v2.0.2
25792024-10-31T19:27:06.119Z Compiling walkdir v2.5.0
25802024-10-31T19:27:06.203Z Checking sha3 v0.10.8
25812024-10-31T19:27:06.206Z Checking universal-hash v0.5.1
25822024-10-31T19:27:06.286Z Compiling blake3 v1.5.4
25832024-10-31T19:27:06.391Z Compiling ring v0.16.20
25842024-10-31T19:27:06.396Z Checking opaque-debug v0.3.1
25852024-10-31T19:27:06.488Z Checking poly1305 v0.8.0
25862024-10-31T19:27:06.626Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25872024-10-31T19:27:06.791Z Checking chacha20 v0.9.1
25882024-10-31T19:27:06.872Z Checking aead v0.5.2
25892024-10-31T19:27:06.941Z Compiling memmap2 v0.9.5
25902024-10-31T19:27:06.981Z Compiling home v0.5.9
25912024-10-31T19:27:07.067Z Compiling arrayref v0.3.9
25922024-10-31T19:27:07.094Z Compiling libefi-sys v0.1.0
25932024-10-31T19:27:07.164Z Compiling arrayvec v0.7.6
25942024-10-31T19:27:07.232Z Compiling untrusted v0.7.1
25952024-10-31T19:27:07.291Z Compiling salty v0.3.0
25962024-10-31T19:27:07.367Z Compiling spin v0.5.2
25972024-10-31T19:27:07.384Z Compiling constant_time_eq v0.3.1
25982024-10-31T19:27:07.555Z Compiling toolchain_find v0.4.0
25992024-10-31T19:27:07.572Z Checking chacha20poly1305 v0.10.1
26002024-10-31T19:27:07.724Z Compiling camino-tempfile v1.1.1
26012024-10-31T19:27:07.742Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26022024-10-31T19:27:07.755Z Compiling bitfield-struct v0.6.2
26032024-10-31T19:27:07.984Z Compiling topological-sort v0.2.2
26042024-10-31T19:27:08.177Z Compiling mime_guess v2.0.5
26052024-10-31T19:27:08.204Z Compiling rustfmt-wrapper v0.2.1
26062024-10-31T19:27:08.715Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26072024-10-31T19:27:08.731Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26082024-10-31T19:27:08.749Z Checking primeorder v0.13.6
26092024-10-31T19:27:08.751Z Checking env_filter v0.1.2
26102024-10-31T19:27:08.918Z Checking thiserror-no-std v2.0.2
26112024-10-31T19:27:08.979Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26122024-10-31T19:27:09.020Z Checking vsss-rs v3.3.4
26132024-10-31T19:27:09.097Z Checking env_logger v0.11.5
26142024-10-31T19:27:09.132Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26152024-10-31T19:27:09.241Z Checking p384 v0.13.0
26162024-10-31T19:27:09.258Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26172024-10-31T19:27:09.402Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26182024-10-31T19:27:09.643Z Checking gethostname v0.5.0
26192024-10-31T19:27:09.682Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202024-10-31T19:27:09.738Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26212024-10-31T19:27:09.764Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26222024-10-31T19:27:10.090Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26232024-10-31T19:27:10.125Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26242024-10-31T19:27:10.127Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26252024-10-31T19:27:10.351Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26262024-10-31T19:27:10.619Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26272024-10-31T19:27:10.655Z Checking nanorand v0.7.0
26282024-10-31T19:27:10.671Z Checking atty v0.2.14
26292024-10-31T19:27:10.687Z Checking glob v0.3.1
26302024-10-31T19:27:10.799Z Checking http-range v0.1.5
26312024-10-31T19:27:11.013Z Checking flume v0.11.0
26322024-10-31T19:27:11.029Z Checking hyper-staticfile v0.10.1
26332024-10-31T19:27:11.047Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26342024-10-31T19:27:11.504Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26352024-10-31T19:27:11.561Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26362024-10-31T19:27:11.855Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26372024-10-31T19:27:12.248Z Compiling omicron-zone-package v0.11.1
26382024-10-31T19:27:12.534Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26392024-10-31T19:27:13.057Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26402024-10-31T19:27:13.405Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26412024-10-31T19:27:13.568Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26422024-10-31T19:27:13.720Z Checking display-error-chain v0.2.1
26432024-10-31T19:27:14.833Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26442024-10-31T19:27:16.189Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26452024-10-31T19:27:17.476Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26462024-10-31T19:27:17.479Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26472024-10-31T19:27:29.128Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26482024-10-31T19:28:11.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
26492024-10-31T19:28:11.256Z
26502024-10-31T19:28:11.256Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26512024-10-31T19:28:11.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-10-31T19:28:11.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-10-31T19:28:11.950Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26542024-10-31T19:28:53.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.71s
26552024-10-31T19:28:54.155Z
26562024-10-31T19:28:54.156Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26572024-10-31T19:28:54.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-10-31T19:28:54.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-10-31T19:28:54.839Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26602024-10-31T19:29:37.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.96s
26612024-10-31T19:29:37.295Z
26622024-10-31T19:29:37.295Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26632024-10-31T19:29:37.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-10-31T19:29:37.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-10-31T19:29:37.978Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26662024-10-31T19:30:20.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.70s
26672024-10-31T19:30:20.182Z
26682024-10-31T19:30:20.182Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26692024-10-31T19:30:20.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-10-31T19:30:20.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-10-31T19:30:20.872Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26722024-10-31T19:31:03.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.22s
26732024-10-31T19:31:03.590Z
26742024-10-31T19:31:03.591Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26752024-10-31T19:31:04.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-10-31T19:31:04.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-10-31T19:31:04.264Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26782024-10-31T19:31:46.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.71s
26792024-10-31T19:31:46.485Z
26802024-10-31T19:31:46.485Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26812024-10-31T19:31:47.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-10-31T19:31:47.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-10-31T19:31:47.165Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26842024-10-31T19:32:29.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.74s
26852024-10-31T19:32:29.418Z
26862024-10-31T19:32:29.418Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26872024-10-31T19:32:29.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-10-31T19:32:29.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-10-31T19:32:30.096Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26902024-10-31T19:33:12.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.08s
26912024-10-31T19:33:12.680Z
26922024-10-31T19:33:12.680Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26932024-10-31T19:33:13.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-10-31T19:33:13.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-10-31T19:33:13.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-10-31T19:33:13.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26972024-10-31T19:33:13.295Z
26982024-10-31T19:33:13.295Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
26992024-10-31T19:33:13.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-10-31T19:33:13.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-10-31T19:33:13.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022024-10-31T19:33:13.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27032024-10-31T19:33:13.904Z
27042024-10-31T19:33:13.904Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27052024-10-31T19:33:14.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-10-31T19:33:14.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-10-31T19:33:14.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-10-31T19:33:14.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27092024-10-31T19:33:14.501Z
27102024-10-31T19:33:14.501Zinfo: running `cargo check --bins` on dpd-client (95/166)
27112024-10-31T19:33:15.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-10-31T19:33:15.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-10-31T19:33:15.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-10-31T19:33:15.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27152024-10-31T19:33:15.096Z
27162024-10-31T19:33:15.096Zinfo: running `cargo check --bins` on installinator-common (96/166)
27172024-10-31T19:33:15.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-10-31T19:33:15.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-10-31T19:33:15.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202024-10-31T19:33:15.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27212024-10-31T19:33:15.704Z
27222024-10-31T19:33:15.704Zinfo: running `cargo check --bins` on key-manager (97/166)
27232024-10-31T19:33:16.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-10-31T19:33:16.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-10-31T19:33:16.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262024-10-31T19:33:16.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27272024-10-31T19:33:16.292Z
27282024-10-31T19:33:16.292Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27292024-10-31T19:33:16.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302024-10-31T19:33:16.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312024-10-31T19:33:16.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322024-10-31T19:33:16.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27332024-10-31T19:33:16.892Z
27342024-10-31T19:33:16.892Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27352024-10-31T19:33:17.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362024-10-31T19:33:17.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372024-10-31T19:33:17.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382024-10-31T19:33:17.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27392024-10-31T19:33:17.506Z
27402024-10-31T19:33:17.506Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27412024-10-31T19:33:18.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422024-10-31T19:33:18.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432024-10-31T19:33:18.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442024-10-31T19:33:18.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27452024-10-31T19:33:18.119Z
27462024-10-31T19:33:18.119Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27472024-10-31T19:33:18.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482024-10-31T19:33:18.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492024-10-31T19:33:18.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502024-10-31T19:33:18.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27512024-10-31T19:33:18.727Z
27522024-10-31T19:33:18.727Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27532024-10-31T19:33:19.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542024-10-31T19:33:19.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552024-10-31T19:33:19.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562024-10-31T19:33:19.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27572024-10-31T19:33:19.340Z
27582024-10-31T19:33:19.340Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27592024-10-31T19:33:19.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-10-31T19:33:19.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-10-31T19:33:19.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622024-10-31T19:33:19.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27632024-10-31T19:33:19.963Z
27642024-10-31T19:33:19.963Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27652024-10-31T19:33:20.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-10-31T19:33:20.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-10-31T19:33:20.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682024-10-31T19:33:20.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27692024-10-31T19:33:20.578Z
27702024-10-31T19:33:20.578Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27712024-10-31T19:33:21.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-10-31T19:33:21.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-10-31T19:33:21.221Z Compiling phf_generator v0.11.2
27742024-10-31T19:33:21.223Z Compiling parse-zoneinfo v0.3.1
27752024-10-31T19:33:21.329Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27762024-10-31T19:33:21.332Z Checking bcs v0.1.6
27772024-10-31T19:33:21.332Z Compiling async-recursion v1.1.1
27782024-10-31T19:33:21.332Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27792024-10-31T19:33:21.332Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27802024-10-31T19:33:21.414Z Compiling phf_codegen v0.11.2
27812024-10-31T19:33:21.808Z Compiling chrono-tz-build v0.4.0
27822024-10-31T19:33:22.722Z Compiling chrono-tz v0.10.0
27832024-10-31T19:33:29.931Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27842024-10-31T19:33:34.210Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27852024-10-31T19:33:36.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.04s
27862024-10-31T19:33:36.795Z
27872024-10-31T19:33:36.795Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27882024-10-31T19:33:37.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-10-31T19:33:37.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-10-31T19:33:37.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-10-31T19:33:37.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27922024-10-31T19:33:37.380Z
27932024-10-31T19:33:37.380Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27942024-10-31T19:33:37.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-10-31T19:33:37.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-10-31T19:33:37.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-10-31T19:33:37.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27982024-10-31T19:33:37.967Z
27992024-10-31T19:33:37.967Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28002024-10-31T19:33:38.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-10-31T19:33:38.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-10-31T19:33:38.579Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28032024-10-31T19:33:39.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
28042024-10-31T19:33:39.361Z
28052024-10-31T19:33:39.361Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166)
28062024-10-31T19:33:39.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-10-31T19:33:39.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-10-31T19:33:39.984Z Compiling cfg_aliases v0.1.1
28092024-10-31T19:33:39.987Z Compiling vte_generate_state_changes v0.1.2
28102024-10-31T19:33:39.987Z Checking fd-lock v4.0.2
28112024-10-31T19:33:39.987Z Checking bytecount v0.6.8
28122024-10-31T19:33:40.091Z Compiling tabled_derive v0.7.0
28132024-10-31T19:33:40.094Z Compiling peg-macros v0.8.4
28142024-10-31T19:33:40.101Z Compiling sqlparser_derive v0.2.2
28152024-10-31T19:33:40.104Z Checking home v0.5.9
28162024-10-31T19:33:40.167Z Compiling nix v0.28.0
28172024-10-31T19:33:40.229Z Checking papergrid v0.11.0
28182024-10-31T19:33:40.255Z Checking unicode_categories v0.1.1
28192024-10-31T19:33:40.272Z Checking nu-ansi-term v0.50.1
28202024-10-31T19:33:40.561Z Checking sqlformat v0.2.6
28212024-10-31T19:33:40.726Z Checking vte v0.11.1
28222024-10-31T19:33:41.241Z Checking sqlparser v0.45.0
28232024-10-31T19:33:41.999Z Checking tabled v0.15.0
28242024-10-31T19:33:42.091Z Checking strip-ansi-escapes v0.2.0
28252024-10-31T19:33:42.219Z Checking reedline v0.35.0
28262024-10-31T19:33:42.775Z Checking peg v0.8.4
28272024-10-31T19:33:43.244Z Checking rustyline v14.0.0
28282024-10-31T19:33:47.398Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292024-10-31T19:33:53.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
28302024-10-31T19:33:53.832Z
28312024-10-31T19:33:53.832Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28322024-10-31T19:33:54.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-10-31T19:33:54.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-10-31T19:33:54.455Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352024-10-31T19:34:00.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.10s
28362024-10-31T19:34:01.111Z
28372024-10-31T19:34:01.111Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166)
28382024-10-31T19:34:01.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-10-31T19:34:01.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-10-31T19:34:01.731Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412024-10-31T19:34:06.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
28422024-10-31T19:34:06.941Z
28432024-10-31T19:34:06.941Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28442024-10-31T19:34:07.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-10-31T19:34:07.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-10-31T19:34:07.562Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472024-10-31T19:34:13.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.82s
28482024-10-31T19:34:13.928Z
28492024-10-31T19:34:13.928Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166)
28502024-10-31T19:34:14.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-10-31T19:34:14.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-10-31T19:34:14.546Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532024-10-31T19:34:20.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.77s
28542024-10-31T19:34:20.882Z
28552024-10-31T19:34:20.882Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28562024-10-31T19:34:21.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-10-31T19:34:21.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-10-31T19:34:21.506Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592024-10-31T19:34:26.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
28602024-10-31T19:34:26.900Z
28612024-10-31T19:34:26.900Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166)
28622024-10-31T19:34:27.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-10-31T19:34:27.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-10-31T19:34:27.519Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652024-10-31T19:34:32.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
28662024-10-31T19:34:32.932Z
28672024-10-31T19:34:32.932Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28682024-10-31T19:34:33.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-10-31T19:34:33.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-10-31T19:34:33.544Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712024-10-31T19:34:39.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.98s
28722024-10-31T19:34:40.086Z
28732024-10-31T19:34:40.086Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28742024-10-31T19:34:40.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-10-31T19:34:40.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-10-31T19:34:40.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-10-31T19:34:40.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28782024-10-31T19:34:40.696Z
28792024-10-31T19:34:40.696Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28802024-10-31T19:34:41.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-10-31T19:34:41.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-10-31T19:34:41.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-10-31T19:34:41.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842024-10-31T19:34:41.272Z
28852024-10-31T19:34:41.272Zinfo: running `cargo check --bins` on installinator-client (119/166)
28862024-10-31T19:34:41.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-10-31T19:34:41.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-10-31T19:34:41.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-10-31T19:34:41.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28902024-10-31T19:34:41.874Z
28912024-10-31T19:34:41.874Zinfo: running `cargo check --bins` on oxide-client (120/166)
28922024-10-31T19:34:42.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-10-31T19:34:42.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-10-31T19:34:42.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-10-31T19:34:42.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962024-10-31T19:34:42.443Z
28972024-10-31T19:34:42.443Zinfo: running `cargo check --bins` on wicketd-client (121/166)
28982024-10-31T19:34:42.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-10-31T19:34:42.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-10-31T19:34:42.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012024-10-31T19:34:42.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29022024-10-31T19:34:43.062Z
29032024-10-31T19:34:43.062Zinfo: running `cargo check --bins` on wicket-common (122/166)
29042024-10-31T19:34:43.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052024-10-31T19:34:43.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062024-10-31T19:34:43.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072024-10-31T19:34:43.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29082024-10-31T19:34:43.667Z
29092024-10-31T19:34:43.667Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29102024-10-31T19:34:44.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112024-10-31T19:34:44.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122024-10-31T19:34:44.280Z Checking csv-core v0.1.11
29132024-10-31T19:34:44.282Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29142024-10-31T19:34:44.586Z Checking csv v1.3.0
29152024-10-31T19:34:45.106Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29162024-10-31T19:34:45.446Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29172024-10-31T19:34:46.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
29182024-10-31T19:34:46.808Z
29192024-10-31T19:34:46.808Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29202024-10-31T19:34:47.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212024-10-31T19:34:47.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222024-10-31T19:34:47.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232024-10-31T19:34:47.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29242024-10-31T19:34:47.394Z
29252024-10-31T19:34:47.394Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29262024-10-31T19:34:47.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272024-10-31T19:34:47.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282024-10-31T19:34:47.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292024-10-31T19:34:47.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29302024-10-31T19:34:47.975Z
29312024-10-31T19:34:47.975Zinfo: running `cargo check --bins` on cert-dev (126/166)
29322024-10-31T19:34:48.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332024-10-31T19:34:48.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342024-10-31T19:34:48.548Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29352024-10-31T19:34:48.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29362024-10-31T19:34:48.965Z
29372024-10-31T19:34:48.965Zinfo: running `cargo check --bins` on ch-dev (127/166)
29382024-10-31T19:34:49.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392024-10-31T19:34:49.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402024-10-31T19:34:49.580Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29412024-10-31T19:34:50.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
29422024-10-31T19:34:50.428Z
29432024-10-31T19:34:50.429Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29442024-10-31T19:34:50.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452024-10-31T19:34:50.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462024-10-31T19:34:51.047Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29472024-10-31T19:34:51.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
29482024-10-31T19:34:51.541Z
29492024-10-31T19:34:51.541Zinfo: running `cargo check --bins` on db-dev (129/166)
29502024-10-31T19:34:52.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-10-31T19:34:52.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-10-31T19:34:52.154Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29532024-10-31T19:34:52.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
29542024-10-31T19:34:53.017Z
29552024-10-31T19:34:53.017Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29562024-10-31T19:34:53.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-10-31T19:34:53.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-10-31T19:34:53.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29592024-10-31T19:34:53.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29602024-10-31T19:34:53.614Z
29612024-10-31T19:34:53.614Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29622024-10-31T19:34:54.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-10-31T19:34:54.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-10-31T19:34:54.189Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29652024-10-31T19:34:55.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
29662024-10-31T19:34:55.260Z
29672024-10-31T19:34:55.261Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29682024-10-31T19:34:55.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-10-31T19:34:55.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-10-31T19:34:55.838Z Checking cargo-platform v0.1.8
29712024-10-31T19:34:56.103Z Checking cargo_metadata v0.18.1
29722024-10-31T19:34:57.056Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29732024-10-31T19:34:57.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
29742024-10-31T19:34:57.934Z
29752024-10-31T19:34:57.935Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29762024-10-31T19:34:58.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772024-10-31T19:34:58.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782024-10-31T19:34:58.604Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29792024-10-31T19:34:59.281Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29802024-10-31T19:34:59.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
29812024-10-31T19:34:59.961Z
29822024-10-31T19:34:59.961Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29832024-10-31T19:35:00.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-10-31T19:35:00.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-10-31T19:35:00.703Z Compiling crunchy v0.2.2
29862024-10-31T19:35:00.703Z Compiling glob v0.3.1
29872024-10-31T19:35:00.706Z Compiling tiny-keccak v2.0.2
29882024-10-31T19:35:00.706Z Compiling dsl_auto_type v0.1.2
29892024-10-31T19:35:00.706Z Checking scheduled-thread-pool v0.2.7
29902024-10-31T19:35:00.706Z Compiling diesel_table_macro_syntax v0.2.0
29912024-10-31T19:35:00.843Z Compiling ascii-canvas v3.0.0
29922024-10-31T19:35:00.846Z Compiling ena v0.14.3
29932024-10-31T19:35:01.105Z Checking r2d2 v0.8.10
29942024-10-31T19:35:01.127Z Compiling libloading v0.8.5
29952024-10-31T19:35:01.239Z Compiling regex-syntax v0.6.29
29962024-10-31T19:35:01.286Z Compiling diff v0.1.13
29972024-10-31T19:35:01.340Z Compiling bindgen v0.69.5
29982024-10-31T19:35:01.408Z Compiling which v4.4.2
29992024-10-31T19:35:01.561Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30002024-10-31T19:35:01.723Z Compiling clang-sys v1.8.1
30012024-10-31T19:35:01.790Z Compiling cexpr v0.6.0
30022024-10-31T19:35:01.890Z Compiling rustc-hash v1.1.0
30032024-10-31T19:35:01.992Z Compiling ref-cast v1.0.23
30042024-10-31T19:35:02.057Z Compiling lazycell v1.3.0
30052024-10-31T19:35:02.162Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30062024-10-31T19:35:02.180Z Compiling derive_builder_core v0.20.2
30072024-10-31T19:35:02.229Z Compiling libxml v0.3.3
30082024-10-31T19:35:02.328Z Compiling diesel_derives v2.2.3
30092024-10-31T19:35:02.490Z Compiling ref-cast-impl v1.0.23
30102024-10-31T19:35:02.576Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30112024-10-31T19:35:02.660Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30122024-10-31T19:35:03.088Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30132024-10-31T19:35:03.386Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30142024-10-31T19:35:03.435Z Compiling strum_macros v0.24.3
30152024-10-31T19:35:03.745Z Compiling indoc v1.0.9
30162024-10-31T19:35:04.492Z Compiling lalrpop v0.19.12
30172024-10-31T19:35:04.681Z Compiling derive_builder_macro v0.20.2
30182024-10-31T19:35:05.570Z Checking derive_builder v0.20.2
30192024-10-31T19:35:05.640Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30202024-10-31T19:35:05.731Z Compiling impl-trait-for-tuples v0.2.2
30212024-10-31T19:35:05.917Z Compiling oso-derive v0.27.3
30222024-10-31T19:35:05.956Z Checking quick-xml v0.33.0
30232024-10-31T19:35:06.908Z Compiling diesel-dtrace v0.3.0
30242024-10-31T19:35:06.995Z Checking maplit v1.0.2
30252024-10-31T19:35:07.147Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30262024-10-31T19:35:07.298Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30272024-10-31T19:35:07.592Z Checking bb8 v0.8.5
30282024-10-31T19:35:08.110Z Compiling const_format_proc_macros v0.2.33
30292024-10-31T19:35:08.173Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30302024-10-31T19:35:08.456Z Checking castaway v0.2.3
30312024-10-31T19:35:08.636Z Checking rand_seeder v0.3.0
30322024-10-31T19:35:08.755Z Checking compact_str v0.8.0
30332024-10-31T19:35:08.889Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30342024-10-31T19:35:09.137Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30352024-10-31T19:35:09.689Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30362024-10-31T19:35:10.207Z Checking const_format v0.2.33
30372024-10-31T19:35:10.388Z Checking unicode-truncate v1.1.0
30382024-10-31T19:35:10.620Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30392024-10-31T19:35:10.707Z Checking lru v0.12.5
30402024-10-31T19:35:10.955Z Compiling instability v0.3.2
30412024-10-31T19:35:11.060Z Checking smawk v0.3.2
30422024-10-31T19:35:11.281Z Checking is_ci v1.2.0
30432024-10-31T19:35:11.438Z Checking unicode-linebreak v0.1.5
30442024-10-31T19:35:11.600Z Checking cassowary v0.3.0
30452024-10-31T19:35:11.884Z Checking textwrap v0.16.1
30462024-10-31T19:35:12.015Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30472024-10-31T19:35:12.033Z Checking ratatui v0.28.1
30482024-10-31T19:35:12.255Z Checking supports-color v3.0.1
30492024-10-31T19:35:12.472Z Checking multimap v0.10.0
30502024-10-31T19:35:14.052Z Checking diesel v2.2.4
30512024-10-31T19:35:34.604Z Compiling samael v0.0.17
30522024-10-31T19:35:49.456Z Checking async-bb8-diesel v0.2.1
30532024-10-31T19:35:50.705Z Compiling polar-core v0.27.3
30542024-10-31T19:35:58.178Z Checking oso v0.27.3
30552024-10-31T19:37:30.649Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30562024-10-31T19:37:38.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s
30572024-10-31T19:37:38.770Z
30582024-10-31T19:37:38.770Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30592024-10-31T19:37:39.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-10-31T19:37:39.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-10-31T19:37:39.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-10-31T19:37:39.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30632024-10-31T19:37:39.528Z
30642024-10-31T19:37:39.528Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30652024-10-31T19:37:39.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-10-31T19:37:39.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-10-31T19:37:39.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682024-10-31T19:37:39.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30692024-10-31T19:37:40.023Z
30702024-10-31T19:37:40.023Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30712024-10-31T19:37:40.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-10-31T19:37:40.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-10-31T19:37:40.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742024-10-31T19:37:40.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30752024-10-31T19:37:40.699Z
30762024-10-31T19:37:40.699Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30772024-10-31T19:37:41.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-10-31T19:37:41.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-10-31T19:37:41.341Z Compiling libz-sys v1.1.20
30802024-10-31T19:37:41.344Z Checking http v0.2.12
30812024-10-31T19:37:41.449Z Compiling libgit2-sys v0.17.0+1.8.1
30822024-10-31T19:37:41.471Z Compiling vergen v8.3.2
30832024-10-31T19:37:41.484Z Compiling cargo-platform v0.1.8
30842024-10-31T19:37:41.484Z Compiling pin-project-internal v1.1.6
30852024-10-31T19:37:41.505Z Compiling libsqlite3-sys v0.30.1
30862024-10-31T19:37:41.505Z Compiling snafu-derive v0.8.5
30872024-10-31T19:37:41.776Z Checking sync_wrapper v0.1.2
30882024-10-31T19:37:41.914Z Compiling cargo_metadata v0.18.1
30892024-10-31T19:37:42.015Z Compiling rustls v0.21.12
30902024-10-31T19:37:42.052Z Compiling cfg_aliases v0.2.1
30912024-10-31T19:37:42.183Z Compiling buf-list v1.0.3
30922024-10-31T19:37:42.336Z Compiling nix v0.29.0
30932024-10-31T19:37:42.405Z Checking globset v0.4.15
30942024-10-31T19:37:42.833Z Checking http-body v0.4.6
30952024-10-31T19:37:42.847Z Checking h2 v0.3.26
30962024-10-31T19:37:42.981Z Checking olpc-cjson v0.1.4
30972024-10-31T19:37:43.209Z Checking rustls-webpki v0.101.7
30982024-10-31T19:37:43.225Z Checking sct v0.7.1
30992024-10-31T19:37:43.242Z Checking serde_plain v1.0.2
31002024-10-31T19:37:43.435Z Checking typed-path v0.7.1
31012024-10-31T19:37:48.128Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31022024-10-31T19:37:48.170Z Checking pin-project v1.1.6
31032024-10-31T19:37:48.170Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31042024-10-31T19:37:48.170Z Checking hashlink v0.9.1
31052024-10-31T19:37:48.170Z Checking parse-size v1.0.0
31062024-10-31T19:37:48.171Z Checking fallible-streaming-iterator v0.1.9
31072024-10-31T19:37:48.171Z Checking fallible-iterator v0.3.0
31082024-10-31T19:37:48.171Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31092024-10-31T19:37:48.171Z Checking rustls-pemfile v1.0.4
31102024-10-31T19:37:48.171Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31112024-10-31T19:37:48.171Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31122024-10-31T19:37:48.171Z Checking rusqlite v0.32.1
31132024-10-31T19:37:48.171Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31142024-10-31T19:37:48.171Z Checking twox-hash v1.6.3
31152024-10-31T19:37:48.171Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31162024-10-31T19:37:48.171Z Checking snafu v0.8.5
31172024-10-31T19:37:48.171Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31182024-10-31T19:37:48.172Z Checking tokio-rustls v0.24.1
31192024-10-31T19:37:48.172Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31202024-10-31T19:37:48.172Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31212024-10-31T19:37:48.172Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31222024-10-31T19:37:48.172Z Checking fatfs v0.3.6
31232024-10-31T19:37:48.213Z Checking assert_matches v1.5.0
31242024-10-31T19:37:48.818Z Checking hyper v0.14.30
31252024-10-31T19:37:52.929Z Checking reqwest v0.11.27
31262024-10-31T19:37:53.679Z Checking tough v0.17.1
31272024-10-31T19:37:54.475Z Compiling git2 v0.19.0
31282024-10-31T19:37:56.880Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31292024-10-31T19:37:58.050Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31302024-10-31T19:37:59.672Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31312024-10-31T19:41:30.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 50s
31322024-10-31T19:41:30.820Z
31332024-10-31T19:41:30.820Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31342024-10-31T19:41:31.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352024-10-31T19:41:31.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362024-10-31T19:41:31.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372024-10-31T19:41:31.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31382024-10-31T19:41:31.472Z
31392024-10-31T19:41:31.472Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31402024-10-31T19:41:31.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-10-31T19:41:31.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-10-31T19:41:31.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432024-10-31T19:41:31.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31442024-10-31T19:41:32.047Z
31452024-10-31T19:41:32.047Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31462024-10-31T19:41:32.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-10-31T19:41:32.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-10-31T19:41:32.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492024-10-31T19:41:32.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31502024-10-31T19:41:32.659Z
31512024-10-31T19:41:32.659Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31522024-10-31T19:41:33.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-10-31T19:41:33.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-10-31T19:41:33.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552024-10-31T19:41:33.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31562024-10-31T19:41:33.304Z
31572024-10-31T19:41:33.304Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31582024-10-31T19:41:33.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592024-10-31T19:41:33.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602024-10-31T19:41:33.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612024-10-31T19:41:33.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31622024-10-31T19:41:33.937Z
31632024-10-31T19:41:33.937Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31642024-10-31T19:41:34.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652024-10-31T19:41:34.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662024-10-31T19:41:34.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672024-10-31T19:41:34.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31682024-10-31T19:41:34.571Z
31692024-10-31T19:41:34.571Zinfo: running `cargo check --bins` on update-common (145/166)
31702024-10-31T19:41:35.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712024-10-31T19:41:35.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722024-10-31T19:41:35.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732024-10-31T19:41:35.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31742024-10-31T19:41:35.192Z
31752024-10-31T19:41:35.192Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31762024-10-31T19:41:35.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772024-10-31T19:41:35.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782024-10-31T19:41:35.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792024-10-31T19:41:35.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31802024-10-31T19:41:35.808Z
31812024-10-31T19:41:35.808Zinfo: running `cargo check --bins` on tufaceous (147/166)
31822024-10-31T19:41:36.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832024-10-31T19:41:36.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842024-10-31T19:41:36.437Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31852024-10-31T19:41:37.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
31862024-10-31T19:41:37.507Z
31872024-10-31T19:41:37.507Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31882024-10-31T19:41:38.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892024-10-31T19:41:38.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902024-10-31T19:41:38.306Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31912024-10-31T19:41:38.426Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31922024-10-31T19:41:38.429Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31932024-10-31T19:41:38.429Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31942024-10-31T19:42:33.350Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31952024-10-31T19:42:33.353Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31962024-10-31T19:42:33.353Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31972024-10-31T19:42:33.353Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31982024-10-31T19:42:33.353Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31992024-10-31T19:42:34.087Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32002024-10-31T19:42:35.346Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32012024-10-31T19:45:52.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s
32022024-10-31T19:45:52.416Z
32032024-10-31T19:45:52.416Zinfo: running `cargo check --bins` on openapi-manager (149/166)
32042024-10-31T19:45:52.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052024-10-31T19:45:52.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062024-10-31T19:45:53.082Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32072024-10-31T19:45:53.082Z Checking heck v0.4.1
32082024-10-31T19:45:53.085Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32092024-10-31T19:45:53.326Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32102024-10-31T19:45:54.694Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32112024-10-31T19:45:55.512Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32122024-10-31T19:45:56.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
32132024-10-31T19:45:56.670Z
32142024-10-31T19:45:56.670Zinfo: running `cargo check --bins` on installinator-api (150/166)
32152024-10-31T19:45:57.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162024-10-31T19:45:57.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172024-10-31T19:45:57.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182024-10-31T19:45:57.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32192024-10-31T19:45:57.267Z
32202024-10-31T19:45:57.267Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32212024-10-31T19:45:57.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222024-10-31T19:45:57.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232024-10-31T19:45:57.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242024-10-31T19:45:57.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32252024-10-31T19:45:57.873Z
32262024-10-31T19:45:57.873Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32272024-10-31T19:45:58.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282024-10-31T19:45:58.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292024-10-31T19:45:58.505Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32302024-10-31T19:45:59.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
32312024-10-31T19:45:59.818Z
32322024-10-31T19:45:59.818Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32332024-10-31T19:46:00.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342024-10-31T19:46:00.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352024-10-31T19:46:00.452Z Checking memmap2 v0.9.5
32362024-10-31T19:46:00.454Z Checking constant_time_eq v0.3.1
32372024-10-31T19:46:00.454Z Checking arrayref v0.3.9
32382024-10-31T19:46:00.454Z Checking arrayvec v0.7.6
32392024-10-31T19:46:00.454Z Checking spin v0.5.2
32402024-10-31T19:46:00.454Z Checking untrusted v0.7.1
32412024-10-31T19:46:00.550Z Checking topological-sort v0.2.2
32422024-10-31T19:46:00.562Z Checking shell-words v1.1.0
32432024-10-31T19:46:00.758Z Checking ring v0.16.20
32442024-10-31T19:46:00.896Z Checking blake3 v1.5.4
32452024-10-31T19:46:01.909Z Checking omicron-zone-package v0.11.1
32462024-10-31T19:46:03.034Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32472024-10-31T19:46:03.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
32482024-10-31T19:46:04.089Z
32492024-10-31T19:46:04.089Zinfo: running `cargo check --bins` on xtask (154/166)
32502024-10-31T19:46:04.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512024-10-31T19:46:04.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522024-10-31T19:46:04.506Z Checking bitflags v2.6.0
32532024-10-31T19:46:04.508Z Checking serde v1.0.210
32542024-10-31T19:46:04.508Z Checking thiserror v1.0.64
32552024-10-31T19:46:04.508Z Checking scroll v0.12.0
32562024-10-31T19:46:04.601Z Checking hashbrown v0.15.0
32572024-10-31T19:46:04.604Z Checking log v0.4.22
32582024-10-31T19:46:04.604Z Checking zerocopy v0.7.35
32592024-10-31T19:46:04.632Z Checking syn v2.0.79
32602024-10-31T19:46:04.702Z Checking pest v2.7.14
32612024-10-31T19:46:04.834Z Checking rustix v0.38.37
32622024-10-31T19:46:04.868Z Checking once_cell v1.20.2
32632024-10-31T19:46:05.046Z Checking goblin v0.8.2
32642024-10-31T19:46:05.170Z Checking fs-err v2.11.0
32652024-10-31T19:46:05.465Z Checking tabled v0.15.0
32662024-10-31T19:46:05.674Z Checking indexmap v2.6.0
32672024-10-31T19:46:06.122Z Checking anyhow v1.0.89
32682024-10-31T19:46:06.840Z Checking terminal_size v0.4.0
32692024-10-31T19:46:06.840Z Checking tempfile v3.13.0
32702024-10-31T19:46:07.008Z Checking clap_builder v4.5.20
32712024-10-31T19:46:07.216Z Checking dtrace-parser v0.2.0
32722024-10-31T19:46:09.116Z Checking serde_json v1.0.128
32732024-10-31T19:46:09.116Z Checking serde_spanned v0.6.8
32742024-10-31T19:46:09.119Z Checking toml_datetime v0.6.8
32752024-10-31T19:46:09.119Z Checking camino v1.1.9
32762024-10-31T19:46:09.119Z Checking cargo-platform v0.1.8
32772024-10-31T19:46:09.119Z Checking semver v1.0.23
32782024-10-31T19:46:09.174Z Checking macaddr v1.0.1
32792024-10-31T19:46:09.267Z Checking clap v4.5.20
32802024-10-31T19:46:09.408Z Checking toml_edit v0.22.22
32812024-10-31T19:46:09.614Z Checking camino-tempfile v1.1.1
32822024-10-31T19:46:10.207Z Checking dof v0.3.0
32832024-10-31T19:46:10.207Z Checking cargo_metadata v0.18.1
32842024-10-31T19:46:10.612Z Checking usdt-impl v0.5.0
32852024-10-31T19:46:10.971Z Checking usdt v0.5.0
32862024-10-31T19:46:11.154Z Checking toml v0.8.19
32872024-10-31T19:46:11.613Z Checking cargo_toml v0.20.5
32882024-10-31T19:46:12.821Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32892024-10-31T19:46:13.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s
32902024-10-31T19:46:13.534Z
32912024-10-31T19:46:13.534Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32922024-10-31T19:46:14.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932024-10-31T19:46:14.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942024-10-31T19:46:14.244Z Checking polyval v0.6.2
32952024-10-31T19:46:14.350Z Checking ctr v0.9.2
32962024-10-31T19:46:14.362Z Checking ssh-encoding v0.2.0
32972024-10-31T19:46:14.365Z Checking blowfish v0.9.1
32982024-10-31T19:46:14.385Z Checking password-hash v0.4.2
32992024-10-31T19:46:14.387Z Checking matches v0.1.10
33002024-10-31T19:46:14.416Z Checking p521 v0.13.3
33012024-10-31T19:46:14.416Z Checking p256 v0.13.2
33022024-10-31T19:46:14.486Z Checking idna v0.2.3
33032024-10-31T19:46:14.564Z Checking ghash v0.5.1
33042024-10-31T19:46:14.582Z Checking bcrypt-pbkdf v0.10.0
33052024-10-31T19:46:14.605Z Compiling enum-as-inner v0.5.1
33062024-10-31T19:46:14.701Z Checking russh-cryptovec v0.7.3
33072024-10-31T19:46:14.727Z Checking aes-gcm v0.10.3
33082024-10-31T19:46:14.809Z Checking pbkdf2 v0.11.0
33092024-10-31T19:46:14.827Z Checking md5 v0.7.0
33102024-10-31T19:46:14.900Z Checking num-bigint v0.4.6
33112024-10-31T19:46:14.919Z Checking des v0.8.1
33122024-10-31T19:46:14.945Z Checking ssh-cipher v0.2.0
33132024-10-31T19:46:15.081Z Checking hex-literal v0.4.1
33142024-10-31T19:46:15.108Z Compiling dhcproto-macros v0.1.0
33152024-10-31T19:46:15.197Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33162024-10-31T19:46:15.213Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33172024-10-31T19:46:15.230Z Checking ssh-key v0.6.6
33182024-10-31T19:46:15.298Z Checking internet-checksum v0.2.1
33192024-10-31T19:46:15.591Z Checking trust-dns-proto v0.22.0
33202024-10-31T19:46:16.533Z Checking russh-keys v0.45.0
33212024-10-31T19:46:17.467Z Checking russh v0.45.0
33222024-10-31T19:46:18.149Z Checking dhcproto v0.12.0
33232024-10-31T19:46:39.381Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33242024-10-31T19:46:40.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.21s
33252024-10-31T19:46:40.946Z
33262024-10-31T19:46:40.946Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33272024-10-31T19:46:41.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-10-31T19:46:41.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-10-31T19:46:41.550Z Checking termios v0.3.3
33302024-10-31T19:46:41.763Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33312024-10-31T19:46:42.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
33322024-10-31T19:46:42.686Z
33332024-10-31T19:46:42.686Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33342024-10-31T19:46:43.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352024-10-31T19:46:43.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362024-10-31T19:46:43.348Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33372024-10-31T19:46:45.328Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33382024-10-31T19:46:47.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
33392024-10-31T19:46:47.505Z
33402024-10-31T19:46:47.505Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33412024-10-31T19:46:48.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422024-10-31T19:46:48.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432024-10-31T19:46:48.091Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33442024-10-31T19:46:48.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33452024-10-31T19:46:48.701Z
33462024-10-31T19:46:48.702Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33472024-10-31T19:46:49.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482024-10-31T19:46:49.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492024-10-31T19:46:49.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502024-10-31T19:46:49.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512024-10-31T19:46:49.273Z
33522024-10-31T19:46:49.273Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33532024-10-31T19:46:49.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542024-10-31T19:46:49.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552024-10-31T19:46:49.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562024-10-31T19:46:49.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572024-10-31T19:46:49.848Z
33582024-10-31T19:46:49.848Zinfo: running `cargo check --bins` on omicron-package (161/166)
33592024-10-31T19:46:50.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-10-31T19:46:50.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-10-31T19:46:50.478Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33622024-10-31T19:46:51.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
33632024-10-31T19:46:51.872Z
33642024-10-31T19:46:51.872Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33652024-10-31T19:46:52.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662024-10-31T19:46:52.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672024-10-31T19:46:52.525Z Checking rtoolbox v0.0.2
33682024-10-31T19:46:52.528Z Checking tui-tree-widget v0.22.0
33692024-10-31T19:46:52.528Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33702024-10-31T19:46:52.859Z Checking rpassword v7.3.1
33712024-10-31T19:46:56.750Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33722024-10-31T19:46:59.878Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33732024-10-31T19:47:01.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
33742024-10-31T19:47:01.176Z
33752024-10-31T19:47:01.176Zinfo: running `cargo check --bins` on wicket (163/166)
33762024-10-31T19:47:01.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-10-31T19:47:01.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-10-31T19:47:01.821Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33792024-10-31T19:47:02.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
33802024-10-31T19:47:02.382Z
33812024-10-31T19:47:02.383Zinfo: running `cargo check --bins` on wicketd (164/166)
33822024-10-31T19:47:02.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-10-31T19:47:02.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-10-31T19:47:03.054Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33852024-10-31T19:47:12.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.22s
33862024-10-31T19:47:12.784Z
33872024-10-31T19:47:12.784Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33882024-10-31T19:47:13.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892024-10-31T19:47:13.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902024-10-31T19:47:13.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912024-10-31T19:47:13.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922024-10-31T19:47:13.355Z
33932024-10-31T19:47:13.355Zinfo: running `cargo check --bins` on zone-setup (166/166)
33942024-10-31T19:47:13.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952024-10-31T19:47:13.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962024-10-31T19:47:14.029Z Checking uzers v0.12.1
33972024-10-31T19:47:14.367Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33982024-10-31T19:47:15.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
33992024-10-31T19:47:15.642Z
34002024-10-31T19:47:15.642Zreal 23:12.512607594
34012024-10-31T19:47:15.642Zuser 35:24.818922864
34022024-10-31T19:47:15.645Zsys 5:13.277611509
34032024-10-31T19:47:15.645Ztrap 0.567378372
34042024-10-31T19:47:15.645Ztflt 2.890935562
34052024-10-31T19:47:15.645Zdflt 2.624505608
34062024-10-31T19:47:15.645Zkflt 0.002506436
34072024-10-31T19:47:15.645Zlock 1:25:11.325453945
34082024-10-31T19:47:15.645Zslp 3:18:58.098421367
34092024-10-31T19:47:15.645Zlat 57.798530903
34102024-10-31T19:47:15.645Zstop 3:01.418451079
34112024-10-31T19:47:15.645Zprocess exited: duration 1671934 ms, exit code 0
 
34122024-10-31T19:47:15.651Zfound 0 output files