01J8FRPPA68RVQRMM204A5RZP7: 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: 01J8FRQ7SB1BDF5XQ80JG43454

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-23T15:42:27.856Zjob assigned to worker 01J8FRQAKCGM0NBG2GGB789KFR (queued for 50 s)
 
22024-09-23T15:42:36.056Zstarting task 0: "setup"
32024-09-23T15:42:36.062Z++ uname -s
42024-09-23T15:42:36.065Z+ kern=SunOS
52024-09-23T15:42:36.065Z+ case "$kern" in
62024-09-23T15:42:36.065Z+ groupadd -g 12345 build
72024-09-23T15:42:36.067Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-23T15:42:38.078Z+ zfs create -o mountpoint=/work rpool/work
92024-09-23T15:42:38.182Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-23T15:42:38.184Z+ home_fs=zfs
112024-09-23T15:42:38.184Z+ [[ zfs == autofs ]]
122024-09-23T15:42:38.184Z+ mkdir -p /home/build
132024-09-23T15:42:38.187Z+ chown build:build /home/build /work
142024-09-23T15:42:40.189Z+ chmod 0700 /home/build /work
152024-09-23T15:42:40.192Zprocess exited: duration 4138 ms, exit code 0
 
162024-09-23T15:42:40.198Zstarting task 1: "rust-toolchain"
172024-09-23T15:42:40.204Z+ printf ' * toolchain channel = "%s"
182024-09-23T15:42:40.204Z * toolchain channel = "1.80.1"
192024-09-23T15:42:40.204Z' 1.80.1
202024-09-23T15:42:40.204Z+ printf ' * toolchain profile = "%s"
212024-09-23T15:42:40.204Z' default
222024-09-23T15:42:40.204Z * toolchain profile = "default"
232024-09-23T15:42:40.207Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-23T15:42:40.207Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-23T15:42:40.328Zinfo: downloading installer
262024-09-23T15:42:42.013Zinfo: profile set to 'default'
272024-09-23T15:42:42.013Zinfo: default host triple is x86_64-unknown-illumos
282024-09-23T15:42:42.016Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-23T15:42:42.148Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-23T15:42:42.148Zinfo: downloading component 'cargo'
312024-09-23T15:42:42.848Zinfo: downloading component 'clippy'
322024-09-23T15:42:43.095Zinfo: downloading component 'rust-docs'
332024-09-23T15:42:44.067Zinfo: downloading component 'rust-std'
342024-09-23T15:42:45.431Zinfo: downloading component 'rustc'
352024-09-23T15:42:49.197Zinfo: downloading component 'rustfmt'
362024-09-23T15:42:49.399Zinfo: installing component 'cargo'
372024-09-23T15:42:50.255Zinfo: installing component 'clippy'
382024-09-23T15:42:50.632Zinfo: installing component 'rust-docs'
392024-09-23T15:42:52.292Zinfo: installing component 'rust-std'
402024-09-23T15:42:53.934Zinfo: installing component 'rustc'
412024-09-23T15:42:58.230Zinfo: installing component 'rustfmt'
422024-09-23T15:42:58.570Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-23T15:42:58.570Z
442024-09-23T15:42:58.830Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-23T15:42:58.830Z
462024-09-23T15:42:58.833Z
472024-09-23T15:42:58.833ZRust is installed now. Great!
482024-09-23T15:42:58.833Z
492024-09-23T15:42:58.833ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-23T15:42:58.833Zenvironment variable. This has not been done automatically.
512024-09-23T15:42:58.833Z
522024-09-23T15:42:58.833ZTo configure your current shell, you need to source
532024-09-23T15:42:58.833Zthe corresponding env file under $HOME/.cargo.
542024-09-23T15:42:58.833Z
552024-09-23T15:42:58.833ZThis is usually done by running one of the following (note the leading DOT):
562024-09-23T15:42:58.833Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-23T15:42:58.833Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-23T15:42:58.887Z+ rustc --version
592024-09-23T15:42:58.950Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-23T15:42:58.954Zprocess exited: duration 18751 ms, exit code 0
 
612024-09-23T15:42:58.959Zstarting task 2: "authentication"
622024-09-23T15:42:58.981Zprocess exited: duration 21 ms, exit code 0
 
632024-09-23T15:42:58.986Zstarting task 3: "clone repository"
642024-09-23T15:42:58.991Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-23T15:42:58.994Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-23T15:42:59.251ZCloning into '/work/oxidecomputer/omicron'...
672024-09-23T15:43:06.757Z+ cd /work/oxidecomputer/omicron
682024-09-23T15:43:06.757Z+ git fetch origin 64033be1a2e9227fd9268734ef99343a856d5697
692024-09-23T15:43:07.061ZFrom https://github.com/oxidecomputer/omicron
702024-09-23T15:43:07.061Z * branch 64033be1a2e9227fd9268734ef99343a856d5697 -> FETCH_HEAD
712024-09-23T15:43:07.074Z+ [[ -n eliza/instance-resurrection ]]
722024-09-23T15:43:07.076Z++ git branch --show-current
732024-09-23T15:43:07.079Z+ current=main
742024-09-23T15:43:07.079Z+ [[ main != eliza/instance-resurrection ]]
752024-09-23T15:43:07.079Z+ git branch -f eliza/instance-resurrection 64033be1a2e9227fd9268734ef99343a856d5697
762024-09-23T15:43:07.083Z+ git checkout -f eliza/instance-resurrection
772024-09-23T15:43:07.242ZSwitched to branch 'eliza/instance-resurrection'
782024-09-23T15:43:07.245Z+ git reset --hard 64033be1a2e9227fd9268734ef99343a856d5697
792024-09-23T15:43:07.410ZHEAD is now at 64033be1a cargo fmt
802024-09-23T15:43:07.413Zprocess exited: duration 8424 ms, exit code 0
 
812024-09-23T15:43:07.418Zstarting task 4: "build"
822024-09-23T15:43:07.424Z+ cargo --version
832024-09-23T15:43:07.485Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-23T15:43:07.488Z+ rustc --version
852024-09-23T15:43:07.553Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-23T15:43:07.557Z+ source ./env.sh
872024-09-23T15:43:07.559Z++ OLD_SHELL_OPTS=ehxB
882024-09-23T15:43:07.559Z++ set -o xtrace
892024-09-23T15:43:07.562Z++++ dirname ./env.sh
902024-09-23T15:43:07.564Z+++ readlink -f .
912024-09-23T15:43:07.581Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-23T15:43:07.584Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-09-23T15:43:07.584Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-09-23T15:43:07.584Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-09-23T15:43:07.584Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-09-23T15:43:07.584Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-09-23T15:43:07.584Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-09-23T15:43:07.584Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-09-23T15:43:07.584Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-09-23T15:43:07.584Z++ case $OLD_SHELL_OPTS in
1012024-09-23T15:43:07.585Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-23T15:43:07.585Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-09-23T15:43:07.585Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-09-23T15:43:07.585Z+ banner prerequisites
1052024-09-23T15:43:07.611Z
1062024-09-23T15:43:07.611Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-23T15:43:07.611Z # # # # # # # # # # # # # # #
1082024-09-23T15:43:07.611Z # # # # ##### # # ##### # # # # # #### #
1092024-09-23T15:43:07.611Z ##### ##### # ##### # # # # # # # # #
1102024-09-23T15:43:07.611Z # # # # # # # # # # # # # # #
1112024-09-23T15:43:07.611Z # # # ###### # # ###### ### # #### # #### #
1122024-09-23T15:43:07.611Z
1132024-09-23T15:43:07.614Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-23T15:43:18.589Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-23T15:43:21.599Z Startup: Caching catalogs ... Done
1162024-09-23T15:43:24.932ZPlanning: Solver setup ... Done (2.655s)
1172024-09-23T15:43:24.980ZPlanning: Running solver ... Done (0.048s)
1182024-09-23T15:43:25.160ZPlanning: Finding local manifests ... Done (0.120s)
1192024-09-23T15:43:25.241ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-23T15:43:26.303ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-23T15:43:26.443ZPlanning: Package planning ... Done (0.343s)
1222024-09-23T15:43:26.501ZPlanning: Merging actions ... Done (0.057s)
1232024-09-23T15:43:27.776ZPlanning: Checking for conflicting actions ... Done (1.275s)
1242024-09-23T15:43:35.411ZPlanning: Consolidating action changes ... Done (7.631s)
1252024-09-23T15:43:35.810ZPlanning: Evaluating mediators ... Done (0.401s)
1262024-09-23T15:43:35.964ZPlanning: Planning completed in 14.28 seconds
1272024-09-23T15:43:36.964Z Packages to install: 4
1282024-09-23T15:43:36.964Z Packages to update: 1
1292024-09-23T15:43:36.964Z Mediators to change: 2
1302024-09-23T15:43:36.964Z Services to change: 1
1312024-09-23T15:43:36.981Z Estimated space available: 155.71 GB
1322024-09-23T15:43:36.981ZEstimated space to be consumed: 1.54 GB
1332024-09-23T15:43:36.981Z Create boot environment: No
1342024-09-23T15:43:36.981ZCreate backup boot environment: Yes
1352024-09-23T15:43:36.982Z Rebuild boot archive: No
1362024-09-23T15:43:36.982Z
1372024-09-23T15:43:36.982ZChanged mediators:
1382024-09-23T15:43:36.982Z mediator clang:
1392024-09-23T15:43:36.982Z version: None -> 15 (system default)
1402024-09-23T15:43:36.982Z
1412024-09-23T15:43:36.982Z mediator llvm:
1422024-09-23T15:43:36.982Z version: 14 (system default) -> 15 (system default)
1432024-09-23T15:43:36.982Z
1442024-09-23T15:43:36.982ZChanged packages:
1452024-09-23T15:43:36.982Zhelios-dev
1462024-09-23T15:43:36.983Z developer/build-essential
1472024-09-23T15:43:36.983Z None -> 11-2.0
1482024-09-23T15:43:36.983Z library/libxmlsec1
1492024-09-23T15:43:36.983Z None -> 1.2.35-2.0
1502024-09-23T15:43:36.983Z ooce/developer/clang-15
1512024-09-23T15:43:36.983Z None -> 15.0.7-2.0
1522024-09-23T15:43:36.983Z ooce/developer/llvm-15
1532024-09-23T15:43:36.983Z None -> 15.0.7-2.0
1542024-09-23T15:43:36.983Z package/pkg
1552024-09-23T15:43:36.983Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-23T15:43:36.983Z
1572024-09-23T15:43:36.984ZServices:
1582024-09-23T15:43:36.984Z restart_fmri:
1592024-09-23T15:43:36.984Z svc:/system/update-man-index:default
1602024-09-23T15:43:36.984Z
1612024-09-23T15:43:36.984ZEditable files to change:
1622024-09-23T15:43:36.984Z Update:
1632024-09-23T15:43:36.984Z usr/share/lib/pkg/web/config.shtml
1642024-09-23T15:43:37.367Z
1652024-09-23T15:43:37.367ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-23T15:43:42.361ZDownload: 354/4281 items 16.3/220.6MB 7% complete (3.5M/s)
1672024-09-23T15:43:47.364ZDownload: 1047/4281 items 19.7/220.6MB 8% complete (2.0M/s)
1682024-09-23T15:43:54.317ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (8.9M/s)
1692024-09-23T15:44:09.758ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1702024-09-23T15:44:14.760ZDownload: 2159/4281 items 119.0/220.6MB 53% complete (7.2M/s)
1712024-09-23T15:44:19.930ZDownload: 3247/4281 items 193.8/220.6MB 87% complete (11.2M/s)
1722024-09-23T15:44:24.952ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (10.2M/s)
1732024-09-23T15:44:25.063ZDownload: Completed 220.60 MB in 47.70 seconds (4.6M/s)
1742024-09-23T15:44:28.957Z Actions: 1/5063 actions (Removing old actions)
1752024-09-23T15:44:28.974Z Actions: 194/5063 actions (Installing new actions)
1762024-09-23T15:44:34.066Z Actions: 4089/5063 actions (Installing new actions)
1772024-09-23T15:44:34.549Z Actions: 4226/5063 actions (Updating modified actions)
1782024-09-23T15:44:34.912Z Actions: Completed 5063 actions in 5.95 seconds.
1792024-09-23T15:44:35.257Z Done (0.335s)
1802024-09-23T15:44:35.259Z Done (0.000s)
1812024-09-23T15:44:35.677Z Done (0.419s)
1822024-09-23T15:44:41.763Z Done (5.885s)
1832024-09-23T15:44:42.056Z Done (0.221s)
1842024-09-23T15:44:42.058Z Done (0.000s)
1852024-09-23T15:44:42.216Z Done (0.000s)
1862024-09-23T15:44:42.830ZPlanning: Evaluating mediator changes ... Done
1872024-09-23T15:44:42.996ZPlanning: Checking for conflicting actions ... Done
1882024-09-23T15:44:42.999ZPlanning: Consolidating action changes ... Done
1892024-09-23T15:44:43.281ZPlanning: Evaluating mediators ... Done
1902024-09-23T15:44:43.284ZPlanning: Planning completed in 0.45 seconds
1912024-09-23T15:44:43.321Z Mediators to change: 2
1922024-09-23T15:44:43.321Z Create boot environment: No
1932024-09-23T15:44:43.324ZCreate backup boot environment: No
1942024-09-23T15:44:43.397Z Done
1952024-09-23T15:44:43.397Z Done
1962024-09-23T15:44:43.664Z Done
1972024-09-23T15:44:47.809Z Done
1982024-09-23T15:44:47.900Z Done
1992024-09-23T15:44:47.903Z Done
2002024-09-23T15:44:48.006Z Done
2012024-09-23T15:44:48.644ZPlanning: Evaluating mediator changes ... Done
2022024-09-23T15:44:48.647ZPlanning: Merging actions ... Done
2032024-09-23T15:44:48.845ZPlanning: Checking for conflicting actions ... Done
2042024-09-23T15:44:48.848ZPlanning: Consolidating action changes ... Done
2052024-09-23T15:44:49.137ZPlanning: Evaluating mediators ... Done
2062024-09-23T15:44:49.198ZPlanning: Planning completed in 0.80 seconds
2072024-09-23T15:44:49.242Z Packages to change: 1
2082024-09-23T15:44:49.243Z Mediators to change: 1
2092024-09-23T15:44:49.243Z Services to change: 1
2102024-09-23T15:44:49.243Z Create boot environment: No
2112024-09-23T15:44:49.243ZCreate backup boot environment: Yes
2122024-09-23T15:44:50.099Z Actions: 1/6 actions (Updating modified actions)
2132024-09-23T15:44:50.211Z Actions: Completed 6 actions in 0.11 seconds.
2142024-09-23T15:44:50.214Z Done
2152024-09-23T15:44:50.214Z Done
2162024-09-23T15:44:50.302Z Done
2172024-09-23T15:44:54.396Z Done
2182024-09-23T15:44:54.493Z Done
2192024-09-23T15:44:54.496Z Done
2202024-09-23T15:44:54.600Z Done
2212024-09-23T15:44:55.062ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-09-23T15:44:55.063Zclang system 15 system
2232024-09-23T15:44:55.063Zcsh system system illumos
2242024-09-23T15:44:55.063Zctags system system illumos
2252024-09-23T15:44:55.063Zgcc vendor 12 vendor
2262024-09-23T15:44:55.063Zgcc system 10 system
2272024-09-23T15:44:55.063Zgcc system 7 system
2282024-09-23T15:44:55.063Zgo system 1.20 system
2292024-09-23T15:44:55.063Zgo system 1.19 system
2302024-09-23T15:44:55.063Zllvm system 15 system
2312024-09-23T15:44:55.064Zllvm system 14 system
2322024-09-23T15:44:55.064Zmariadb system 10.6 system
2332024-09-23T15:44:55.064Zmta vendor vendor dma
2342024-09-23T15:44:55.064Zopenjdk system 17 system
2352024-09-23T15:44:55.064Zopenjdk system 11 system
2362024-09-23T15:44:55.064Zopenjdk system 1.8 system
2372024-09-23T15:44:55.064Zopenssl vendor 3 vendor
2382024-09-23T15:44:55.064Zperl system 5.36 system
2392024-09-23T15:44:55.064Zpostgresql system 15 system
2402024-09-23T15:44:55.064Zpostgresql system 13 system
2412024-09-23T15:44:55.065Zpython vendor 3 vendor
2422024-09-23T15:44:55.065Zpython system 2 system
2432024-09-23T15:44:55.065Zpython3 system 3.11 system
2442024-09-23T15:44:55.065Zruby system 3.0 system
2452024-09-23T15:44:55.065Zwords vendor vendor american-english
2462024-09-23T15:44:55.065Zwords system system australian-english
2472024-09-23T15:44:55.065Zwords system system british-english
2482024-09-23T15:44:55.066Zwords system system canadian-english
2492024-09-23T15:44:55.066Zwords system system french
2502024-09-23T15:44:55.066Zwords system system italian
2512024-09-23T15:44:55.066Zwords system system ngerman
2522024-09-23T15:44:55.066Zwords system system ogerman
2532024-09-23T15:44:55.066Zwords system system spanish
2542024-09-23T15:44:55.403ZPUBLISHER TYPE STATUS P LOCATION
2552024-09-23T15:44:55.403Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-09-23T15:44:57.441ZFMRI IFO
2572024-09-23T15:44:57.441Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-09-23T15:44:57.441Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-09-23T15:44:57.441Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-09-23T15:44:57.441Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-09-23T15:44:57.441Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-09-23T15:44:57.441Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-09-23T15:44:57.441Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2642024-09-23T15:44:57.441Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652024-09-23T15:44:57.441Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-09-23T15:44:57.441Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-09-23T15:44:57.441Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-09-23T15:44:57.441Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-09-23T15:44:57.441Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-09-23T15:44:58.098Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-09-23T15:44:58.398Z Updating crates.io index
2722024-09-23T15:44:58.400Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2732024-09-23T15:44:59.220Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742024-09-23T15:44:59.948Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752024-09-23T15:45:00.177Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2762024-09-23T15:45:01.638Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772024-09-23T15:45:01.939Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782024-09-23T15:45:02.205Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792024-09-23T15:45:03.350Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802024-09-23T15:45:05.509Z Updating git repository `https://github.com/oxidecomputer/opte`
2812024-09-23T15:45:06.455Z Updating git repository `https://github.com/oxidecomputer/falcon`
2822024-09-23T15:45:07.220Z Updating git repository `https://github.com/oxidecomputer/clickward`
2832024-09-23T15:45:07.527Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-09-23T15:45:07.755Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-09-23T15:45:08.321Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2862024-09-23T15:45:08.660Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2872024-09-23T15:45:08.953Z Updating git repository `https://github.com/oxidecomputer/qorb`
2882024-09-23T15:45:09.300Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892024-09-23T15:45:09.829Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-09-23T15:45:10.134Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-09-23T15:45:10.367Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-09-23T15:45:10.602Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-09-23T15:45:10.817Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-09-23T15:45:11.112Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-09-23T15:45:11.373Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-09-23T15:45:11.685Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-09-23T15:45:11.981Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-09-23T15:45:12.399Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-09-23T15:45:12.714Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-09-23T15:45:13.098Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-09-23T15:45:13.440Z Updating git repository `https://github.com/oxidecomputer/typify`
3022024-09-23T15:45:15.578Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032024-09-23T15:45:15.866Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042024-09-23T15:45:16.101Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052024-09-23T15:45:16.443Z Updating git repository `https://github.com/oxidecomputer/rfb`
3062024-09-23T15:45:17.644Z Downloading crates ...
3072024-09-23T15:45:17.719Z Downloaded equivalent v1.0.1
3082024-09-23T15:45:17.721Z Downloaded crypto-common v0.1.6
3092024-09-23T15:45:17.724Z Downloaded cargo-platform v0.1.8
3102024-09-23T15:45:17.727Z Downloaded bytecount v0.6.8
3112024-09-23T15:45:17.729Z Downloaded camino v1.1.9
3122024-09-23T15:45:17.731Z Downloaded anstyle-query v1.0.3
3132024-09-23T15:45:17.731Z Downloaded anstyle v1.0.8
3142024-09-23T15:45:17.734Z Downloaded pretty-hex v0.4.1
3152024-09-23T15:45:17.741Z Downloaded scroll_derive v0.12.0
3162024-09-23T15:45:17.746Z Downloaded usdt-attr-macro v0.5.0
3172024-09-23T15:45:17.748Z Downloaded colorchoice v1.0.1
3182024-09-23T15:45:17.748Z Downloaded bitflags v2.6.0
3192024-09-23T15:45:17.752Z Downloaded clap v4.5.16
3202024-09-23T15:45:17.762Z Downloaded strsim v0.11.1
3212024-09-23T15:45:17.764Z Downloaded proc-macro-error-attr v1.0.4
3222024-09-23T15:45:17.764Z Downloaded heck v0.4.1
3232024-09-23T15:45:17.767Z Downloaded fastrand v2.1.0
3242024-09-23T15:45:17.767Z Downloaded dtrace-parser v0.2.0
3252024-09-23T15:45:17.770Z Downloaded dof v0.3.0
3262024-09-23T15:45:17.772Z Downloaded version_check v0.9.5
3272024-09-23T15:45:17.772Z Downloaded macaddr v1.0.1
3282024-09-23T15:45:17.775Z Downloaded fs-err v2.11.0
3292024-09-23T15:45:17.777Z Downloaded thiserror-impl v1.0.63
3302024-09-23T15:45:17.779Z Downloaded usdt-macro v0.5.0
3312024-09-23T15:45:17.779Z Downloaded clap_derive v4.5.13
3322024-09-23T15:45:17.782Z Downloaded cargo_toml v0.20.4
3332024-09-23T15:45:17.784Z Downloaded autocfg v1.3.0
3342024-09-23T15:45:17.786Z Downloaded digest v0.10.7
3352024-09-23T15:45:17.789Z Downloaded is_terminal_polyfill v1.70.0
3362024-09-23T15:45:17.792Z Downloaded swrite v0.1.0
3372024-09-23T15:45:17.799Z Downloaded anstream v0.6.14
3382024-09-23T15:45:17.802Z Downloaded quote v1.0.36
3392024-09-23T15:45:17.805Z Downloaded cpufeatures v0.2.12
3402024-09-23T15:45:17.807Z Downloaded block-buffer v0.10.4
3412024-09-23T15:45:17.807Z Downloaded cfg-if v1.0.0
3422024-09-23T15:45:17.810Z Downloaded byteorder v1.5.0
3432024-09-23T15:45:17.810Z Downloaded anstyle-parse v0.2.4
3442024-09-23T15:45:17.813Z Downloaded serde_tokenstream v0.2.2
3452024-09-23T15:45:17.815Z Downloaded pest_derive v2.7.10
3462024-09-23T15:45:17.817Z Downloaded memmap v0.7.0
3472024-09-23T15:45:17.821Z Downloaded tempfile v3.10.1
3482024-09-23T15:45:17.824Z Downloaded anyhow v1.0.89
3492024-09-23T15:45:17.828Z Downloaded thiserror v1.0.63
3502024-09-23T15:45:17.833Z Downloaded fnv v1.0.7
3512024-09-23T15:45:17.836Z Downloaded usdt v0.5.0
3522024-09-23T15:45:17.836Z Downloaded unicode-linebreak v0.1.5
3532024-09-23T15:45:17.838Z Downloaded utf8parse v0.2.1
3542024-09-23T15:45:17.838Z Downloaded tabled_derive v0.7.0
3552024-09-23T15:45:17.838Z Downloaded usdt-impl v0.5.0
3562024-09-23T15:45:17.841Z Downloaded serde_spanned v0.6.7
3572024-09-23T15:45:17.841Z Downloaded plain v0.2.3
3582024-09-23T15:45:17.843Z Downloaded thread-id v4.2.1
3592024-09-23T15:45:17.845Z Downloaded ucd-trie v0.1.6
3602024-09-23T15:45:17.845Z Downloaded toml v0.8.19
3612024-09-23T15:45:17.848Z Downloaded ryu v1.0.18
3622024-09-23T15:45:17.852Z Downloaded camino-tempfile v1.1.1
3632024-09-23T15:45:17.854Z Downloaded textwrap v0.16.1
3642024-09-23T15:45:17.856Z Downloaded terminal_size v0.3.0
3652024-09-23T15:45:17.859Z Downloaded smawk v0.3.2
3662024-09-23T15:45:17.863Z Downloaded toml_datetime v0.6.8
3672024-09-23T15:45:17.863Z Downloaded semver v1.0.23
3682024-09-23T15:45:17.866Z Downloaded scroll v0.12.0
3692024-09-23T15:45:17.866Z Downloaded proc-macro-error v1.0.4
3702024-09-23T15:45:17.868Z Downloaded sha2 v0.10.8
3712024-09-23T15:45:17.871Z Downloaded zerocopy-derive v0.7.34
3722024-09-23T15:45:17.875Z Downloaded once_cell v1.19.0
3732024-09-23T15:45:17.877Z Downloaded pest_meta v2.7.10
3742024-09-23T15:45:17.880Z Downloaded cargo_metadata v0.18.1
3752024-09-23T15:45:17.882Z Downloaded unicode-ident v1.0.12
3762024-09-23T15:45:17.885Z Downloaded serde_derive v1.0.208
3772024-09-23T15:45:17.888Z Downloaded proc-macro2 v1.0.86
3782024-09-23T15:45:17.891Z Downloaded papergrid v0.11.0
3792024-09-23T15:45:17.896Z Downloaded indexmap v2.4.0
3802024-09-23T15:45:17.901Z Downloaded typenum v1.17.0
3812024-09-23T15:45:17.904Z Downloaded serde v1.0.208
3822024-09-23T15:45:17.908Z Downloaded log v0.4.21
3832024-09-23T15:45:17.911Z Downloaded pest_generator v2.7.10
3842024-09-23T15:45:17.913Z Downloaded itoa v1.0.11
3852024-09-23T15:45:17.913Z Downloaded heck v0.5.0
3862024-09-23T15:45:17.918Z Downloaded generic-array v0.14.7
3872024-09-23T15:45:17.920Z Downloaded errno v0.3.9
3882024-09-23T15:45:17.920Z Downloaded toml_edit v0.22.20
3892024-09-23T15:45:17.940Z Downloaded clap_lex v0.7.0
3902024-09-23T15:45:17.942Z Downloaded memchr v2.7.2
3912024-09-23T15:45:17.954Z Downloaded pest v2.7.10
3922024-09-23T15:45:17.959Z Downloaded serde_json v1.0.125
3932024-09-23T15:45:17.966Z Downloaded hashbrown v0.14.5
3942024-09-23T15:45:17.971Z Downloaded zerocopy v0.7.34
3952024-09-23T15:45:17.988Z Downloaded winnow v0.6.18
3962024-09-23T15:45:17.996Z Downloaded goblin v0.8.2
3972024-09-23T15:45:18.002Z Downloaded tabled v0.15.0
3982024-09-23T15:45:18.018Z Downloaded syn v1.0.109
3992024-09-23T15:45:18.028Z Downloaded syn v2.0.74
4002024-09-23T15:45:18.040Z Downloaded clap_builder v4.5.15
4012024-09-23T15:45:18.046Z Downloaded unicode-width v0.1.13
4022024-09-23T15:45:18.053Z Downloaded rustix v0.38.34
4032024-09-23T15:45:18.075Z Downloaded libc v0.2.158
4042024-09-23T15:45:18.391Z Compiling proc-macro2 v1.0.86
4052024-09-23T15:45:18.391Z Compiling unicode-ident v1.0.12
4062024-09-23T15:45:18.393Z Compiling serde v1.0.208
4072024-09-23T15:45:18.393Z Compiling version_check v0.9.5
4082024-09-23T15:45:18.393Z Compiling memchr v2.7.2
4092024-09-23T15:45:18.394Z Compiling thiserror v1.0.63
4102024-09-23T15:45:18.427Z Compiling libc v0.2.158
4112024-09-23T15:45:18.429Z Compiling ucd-trie v0.1.6
4122024-09-23T15:45:18.688Z Compiling itoa v1.0.11
4132024-09-23T15:45:18.922Z Compiling ryu v1.0.18
4142024-09-23T15:45:19.218Z Compiling once_cell v1.19.0
4152024-09-23T15:45:19.239Z Compiling byteorder v1.5.0
4162024-09-23T15:45:19.625Z Compiling rustix v0.38.34
4172024-09-23T15:45:19.851Z Compiling serde_json v1.0.125
4182024-09-23T15:45:20.077Z Compiling bitflags v2.6.0
4192024-09-23T15:45:20.080Z Compiling proc-macro-error-attr v1.0.4
4202024-09-23T15:45:20.237Z Compiling usdt-impl v0.5.0
4212024-09-23T15:45:20.426Z Compiling syn v1.0.109
4222024-09-23T15:45:20.518Z Compiling proc-macro-error v1.0.4
4232024-09-23T15:45:20.544Z Compiling utf8parse v0.2.1
4242024-09-23T15:45:20.571Z Compiling hashbrown v0.14.5
4252024-09-23T15:45:20.712Z Compiling plain v0.2.3
4262024-09-23T15:45:20.741Z Compiling equivalent v1.0.1
4272024-09-23T15:45:20.832Z Compiling camino v1.1.9
4282024-09-23T15:45:20.860Z Compiling log v0.4.21
4292024-09-23T15:45:21.041Z Compiling quote v1.0.36
4302024-09-23T15:45:21.218Z Compiling errno v0.3.9
4312024-09-23T15:45:21.247Z Compiling thread-id v4.2.1
4322024-09-23T15:45:21.274Z Compiling anstyle-parse v0.2.4
4332024-09-23T15:45:21.485Z Compiling syn v2.0.74
4342024-09-23T15:45:21.647Z Compiling anstyle-query v1.0.3
4352024-09-23T15:45:21.760Z Compiling semver v1.0.23
4362024-09-23T15:45:21.815Z Compiling is_terminal_polyfill v1.70.0
4372024-09-23T15:45:21.818Z Compiling autocfg v1.3.0
4382024-09-23T15:45:21.955Z Compiling indexmap v2.4.0
4392024-09-23T15:45:21.984Z Compiling pretty-hex v0.4.1
4402024-09-23T15:45:22.203Z Compiling winnow v0.6.18
4412024-09-23T15:45:22.336Z Compiling colorchoice v1.0.1
4422024-09-23T15:45:22.521Z Compiling anstyle v1.0.8
4432024-09-23T15:45:22.845Z Compiling unicode-width v0.1.13
4442024-09-23T15:45:23.036Z Compiling anstream v0.6.14
4452024-09-23T15:45:23.066Z Compiling fs-err v2.11.0
4462024-09-23T15:45:23.388Z Compiling cfg-if v1.0.0
4472024-09-23T15:45:23.393Z Compiling fnv v1.0.7
4482024-09-23T15:45:23.437Z Compiling heck v0.4.1
4492024-09-23T15:45:23.513Z Compiling clap_lex v0.7.0
4502024-09-23T15:45:23.539Z Compiling bytecount v0.6.8
4512024-09-23T15:45:23.771Z Compiling terminal_size v0.3.0
4522024-09-23T15:45:23.798Z Compiling strsim v0.11.1
4532024-09-23T15:45:23.951Z Compiling anyhow v1.0.89
4542024-09-23T15:45:23.975Z Compiling fastrand v2.1.0
4552024-09-23T15:45:24.057Z Compiling heck v0.5.0
4562024-09-23T15:45:24.429Z Compiling tempfile v3.10.1
4572024-09-23T15:45:24.629Z Compiling clap_builder v4.5.15
4582024-09-23T15:45:24.804Z Compiling papergrid v0.11.0
4592024-09-23T15:45:25.022Z Compiling memmap v0.7.0
4602024-09-23T15:45:25.320Z Compiling unicode-linebreak v0.1.5
4612024-09-23T15:45:25.353Z Compiling smawk v0.3.2
4622024-09-23T15:45:25.821Z Compiling textwrap v0.16.1
4632024-09-23T15:45:26.034Z Compiling swrite v0.1.0
4642024-09-23T15:45:27.383Z Compiling tabled_derive v0.7.0
4652024-09-23T15:45:29.082Z Compiling tabled v0.15.0
4662024-09-23T15:45:30.740Z Compiling serde_derive v1.0.208
4672024-09-23T15:45:30.740Z Compiling thiserror-impl v1.0.63
4682024-09-23T15:45:30.742Z Compiling zerocopy-derive v0.7.34
4692024-09-23T15:45:30.742Z Compiling scroll_derive v0.12.0
4702024-09-23T15:45:30.742Z Compiling clap_derive v4.5.13
4712024-09-23T15:45:32.285Z Compiling scroll v0.12.0
4722024-09-23T15:45:32.696Z Compiling zerocopy v0.7.34
4732024-09-23T15:45:32.845Z Compiling goblin v0.8.2
4742024-09-23T15:45:33.255Z Compiling pest v2.7.10
4752024-09-23T15:45:34.682Z Compiling clap v4.5.16
4762024-09-23T15:45:35.651Z Compiling pest_meta v2.7.10
4772024-09-23T15:45:36.540Z Compiling pest_generator v2.7.10
4782024-09-23T15:45:38.489Z Compiling pest_derive v2.7.10
4792024-09-23T15:45:39.196Z Compiling dtrace-parser v0.2.0
4802024-09-23T15:45:41.406Z Compiling serde_tokenstream v0.2.2
4812024-09-23T15:45:41.428Z Compiling toml_datetime v0.6.8
4822024-09-23T15:45:41.430Z Compiling serde_spanned v0.6.7
4832024-09-23T15:45:41.745Z Compiling cargo-platform v0.1.8
4842024-09-23T15:45:41.846Z Compiling macaddr v1.0.1
4852024-09-23T15:45:42.201Z Compiling camino-tempfile v1.1.1
4862024-09-23T15:45:42.967Z Compiling dof v0.3.0
4872024-09-23T15:45:43.036Z Compiling cargo_metadata v0.18.1
4882024-09-23T15:45:43.722Z Compiling toml_edit v0.22.20
4892024-09-23T15:45:44.888Z Compiling usdt-macro v0.5.0
4902024-09-23T15:45:44.888Z Compiling usdt-attr-macro v0.5.0
4912024-09-23T15:45:46.222Z Compiling usdt v0.5.0
4922024-09-23T15:45:46.776Z Compiling toml v0.8.19
4932024-09-23T15:45:47.402Z Compiling cargo_toml v0.20.4
4942024-09-23T15:45:51.366Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4952024-09-23T15:45:56.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.15s
4962024-09-23T15:45:56.307Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4972024-09-23T15:45:56.962Z Downloading crates ...
4982024-09-23T15:45:57.096Z Downloaded async-stream-impl v0.3.5
4992024-09-23T15:45:57.099Z Downloaded adler2 v2.0.0
5002024-09-23T15:45:57.101Z Downloaded addr2line v0.21.0
5012024-09-23T15:45:57.105Z Downloaded ciborium-io v0.2.2
5022024-09-23T15:45:57.107Z Downloaded cfg_aliases v0.2.1
5032024-09-23T15:45:57.110Z Downloaded bitstruct_derive v0.1.0
5042024-09-23T15:45:57.119Z Downloaded crucible-workspace-hack v0.1.0
5052024-09-23T15:45:57.122Z Downloaded bit-vec v0.6.3
5062024-09-23T15:45:57.124Z Downloaded http-range v0.1.5
5072024-09-23T15:45:57.127Z Downloaded arrayref v0.3.7
5082024-09-23T15:45:57.129Z Downloaded bcrypt-pbkdf v0.10.0
5092024-09-23T15:45:57.132Z Downloaded base16ct v0.2.0
5102024-09-23T15:45:57.132Z Downloaded hubpack_derive v0.1.1
5112024-09-23T15:45:57.135Z Downloaded async-recursion v1.1.1
5122024-09-23T15:45:57.137Z Downloaded atomic-waker v1.1.2
5132024-09-23T15:45:57.140Z Downloaded match_cfg v0.1.0
5142024-09-23T15:45:57.142Z Downloaded cipher v0.4.4
5152024-09-23T15:45:57.144Z Downloaded is_ci v1.2.0
5162024-09-23T15:45:57.147Z Downloaded constant_time_eq v0.3.0
5172024-09-23T15:45:57.147Z Downloaded chacha20 v0.9.1
5182024-09-23T15:45:57.150Z Downloaded cexpr v0.6.0
5192024-09-23T15:45:57.152Z Downloaded cbc v0.1.2
5202024-09-23T15:45:57.155Z Downloaded ctr v0.9.2
5212024-09-23T15:45:57.158Z Downloaded bitfield-struct v0.6.1
5222024-09-23T15:45:57.160Z Downloaded newline-converter v0.3.0
5232024-09-23T15:45:57.162Z Downloaded crc-catalog v2.4.0
5242024-09-23T15:45:57.164Z Downloaded cassowary v0.3.0
5252024-09-23T15:45:57.166Z Downloaded atty v0.2.14
5262024-09-23T15:45:57.166Z Downloaded md5 v0.7.0
5272024-09-23T15:45:57.169Z Downloaded ascii v1.1.0
5282024-09-23T15:45:57.172Z Downloaded httpdate v1.0.3
5292024-09-23T15:45:57.174Z Downloaded newtype_derive v0.1.6
5302024-09-23T15:45:57.177Z Downloaded base64ct v1.6.0
5312024-09-23T15:45:57.179Z Downloaded http-body v1.0.0
5322024-09-23T15:45:57.182Z Downloaded internet-checksum v0.2.1
5332024-09-23T15:45:57.182Z Downloaded ident_case v1.0.1
5342024-09-23T15:45:57.184Z Downloaded linear-map v1.2.0
5352024-09-23T15:45:57.186Z Downloaded hyper-tls v0.5.0
5362024-09-23T15:45:57.188Z Downloaded maybe-uninit v2.0.0
5372024-09-23T15:45:57.190Z Downloaded cfg_aliases v0.1.1
5382024-09-23T15:45:57.190Z Downloaded memoffset v0.9.1
5392024-09-23T15:45:57.193Z Downloaded mockall v0.13.0
5402024-09-23T15:45:57.195Z Downloaded libefi-sys v0.1.0
5412024-09-23T15:45:57.197Z Downloaded crunchy v0.2.2
5422024-09-23T15:45:57.200Z Downloaded cstr-argument v0.1.2
5432024-09-23T15:45:57.200Z Downloaded managed v0.8.0
5442024-09-23T15:45:57.202Z Downloaded bitstruct v0.1.1
5452024-09-23T15:45:57.204Z Downloaded ipnetwork v0.20.0
5462024-09-23T15:45:57.207Z Downloaded hyper-rustls v0.24.2
5472024-09-23T15:45:57.210Z Downloaded instability v0.3.2
5482024-09-23T15:45:57.213Z Downloaded kstat-rs v0.2.4
5492024-09-23T15:45:57.213Z Downloaded indent_write v2.2.0
5502024-09-23T15:45:57.216Z Downloaded multimap v0.10.0
5512024-09-23T15:45:57.216Z Downloaded iana-time-zone v0.1.60
5522024-09-23T15:45:57.219Z Downloaded highway v1.2.0
5532024-09-23T15:45:57.221Z Downloaded strum v0.26.3
5542024-09-23T15:45:57.223Z Downloaded is-terminal v0.4.12
5552024-09-23T15:45:57.226Z Downloaded async-stream v0.3.5
5562024-09-23T15:45:57.228Z Downloaded humantime v2.1.0
5572024-09-23T15:45:57.231Z Downloaded bit-set v0.5.3
5582024-09-23T15:45:57.231Z Downloaded instant v0.1.12
5592024-09-23T15:45:57.233Z Downloaded cookie v0.18.1
5602024-09-23T15:45:57.236Z Downloaded bitflags v1.3.2
5612024-09-23T15:45:57.239Z Downloaded ascii-canvas v3.0.0
5622024-09-23T15:45:57.241Z Downloaded new_debug_unreachable v1.0.6
5632024-09-23T15:45:57.245Z Downloaded bb8 v0.8.5
5642024-09-23T15:45:57.245Z Downloaded matches v0.1.10
5652024-09-23T15:45:57.247Z Downloaded castaway v0.2.3
5662024-09-23T15:45:57.247Z Downloaded block-padding v0.3.3
5672024-09-23T15:45:57.249Z Downloaded bitfield v0.14.0
5682024-09-23T15:45:57.252Z Downloaded multer v3.1.0
5692024-09-23T15:45:57.254Z Downloaded ciborium-ll v0.2.2
5702024-09-23T15:45:57.256Z Downloaded colored v2.1.0
5712024-09-23T15:45:57.258Z Downloaded lock_api v0.4.12
5722024-09-23T15:45:57.262Z Downloaded jobserver v0.1.32
5732024-09-23T15:45:57.265Z Downloaded lazycell v1.3.0
5742024-09-23T15:45:57.265Z Downloaded sync_wrapper v0.1.2
5752024-09-23T15:45:57.265Z Downloaded mime_guess v2.0.4
5762024-09-23T15:45:57.267Z Downloaded crossbeam-deque v0.8.5
5772024-09-23T15:45:57.270Z Downloaded allocator-api2 v0.2.18
5782024-09-23T15:45:57.272Z Downloaded tinyvec_macros v0.1.1
5792024-09-23T15:45:57.275Z Downloaded try-lock v0.2.5
5802024-09-23T15:45:57.275Z Downloaded httparse v1.8.0
5812024-09-23T15:45:57.278Z Downloaded native-tls v0.2.11
5822024-09-23T15:45:57.282Z Downloaded rustls-pemfile v1.0.4
5832024-09-23T15:45:57.287Z Downloaded secrecy v0.8.0
5842024-09-23T15:45:57.289Z Downloaded semver v0.1.20
5852024-09-23T15:45:57.289Z Downloaded sec1 v0.7.3
5862024-09-23T15:45:57.290Z Downloaded slog-dtrace v0.3.0
5872024-09-23T15:45:57.293Z Downloaded md-5 v0.10.6
5882024-09-23T15:45:57.293Z Downloaded linked-hash-map v0.5.6
5892024-09-23T15:45:57.298Z Downloaded foreign-types-macros v0.2.3
5902024-09-23T15:45:57.298Z Downloaded diesel_table_macro_syntax v0.2.0
5912024-09-23T15:45:57.305Z Downloaded blake2 v0.10.6
5922024-09-23T15:45:57.305Z Downloaded slog-scope v4.4.0
5932024-09-23T15:45:57.308Z Downloaded nanorand v0.7.0
5942024-09-23T15:45:57.308Z Downloaded endian-type v0.1.2
5952024-09-23T15:45:57.308Z Downloaded foreign-types-shared v0.1.1
5962024-09-23T15:45:57.308Z Downloaded darling_macro v0.20.9
5972024-09-23T15:45:57.308Z Downloaded strip-ansi-escapes v0.2.0
5982024-09-23T15:45:57.312Z Downloaded slog-async v2.8.0
5992024-09-23T15:45:57.312Z Downloaded crossbeam-epoch v0.9.18
6002024-09-23T15:45:57.315Z Downloaded bcs v0.1.6
6012024-09-23T15:45:57.317Z Downloaded async-bb8-diesel v0.2.1
6022024-09-23T15:45:57.320Z Downloaded arrayvec v0.7.4
6032024-09-23T15:45:57.322Z Downloaded nibble_vec v0.1.0
6042024-09-23T15:45:57.325Z Downloaded hmac v0.12.1
6052024-09-23T15:45:57.327Z Downloaded csv-core v0.1.11
6062024-09-23T15:45:57.329Z Downloaded newtype-uuid v1.1.0
6072024-09-23T15:45:57.332Z Downloaded thiserror-impl-no-std v2.0.2
6082024-09-23T15:45:57.334Z Downloaded cookie_store v0.20.0
6092024-09-23T15:45:57.336Z Downloaded nodrop v0.1.14
6102024-09-23T15:45:57.336Z Downloaded mime v0.3.17
6112024-09-23T15:45:57.339Z Downloaded slog-json v2.6.1
6122024-09-23T15:45:57.341Z Downloaded opaque-debug v0.3.1
6132024-09-23T15:45:57.341Z Downloaded portpicker v0.1.1
6142024-09-23T15:45:57.343Z Downloaded peg-runtime v0.8.3
6152024-09-23T15:45:57.343Z Downloaded num_threads v0.1.7
6162024-09-23T15:45:57.346Z Downloaded tabwriter v1.4.0
6172024-09-23T15:45:57.348Z Downloaded signal-hook-mio v0.2.4
6182024-09-23T15:45:57.350Z Downloaded const_format_proc_macros v0.2.33
6192024-09-23T15:45:57.353Z Downloaded slog-envlogger v2.2.0
6202024-09-23T15:45:57.353Z Downloaded indoc v1.0.9
6212024-09-23T15:45:57.356Z Downloaded utf-8 v0.7.6
6222024-09-23T15:45:57.359Z Downloaded tui-tree-widget v0.22.0
6232024-09-23T15:45:57.362Z Downloaded ipnet v2.9.0
6242024-09-23T15:45:57.364Z Downloaded ciborium v0.2.2
6252024-09-23T15:45:57.367Z Downloaded memmap2 v0.9.4
6262024-09-23T15:45:57.369Z Downloaded base64 v0.21.7
6272024-09-23T15:45:57.374Z Downloaded ghash v0.5.1
6282024-09-23T15:45:57.376Z Downloaded miniz_oxide v0.7.2
6292024-09-23T15:45:57.379Z Downloaded fixedbitset v0.4.2
6302024-09-23T15:45:57.391Z Downloaded ena v0.14.3
6312024-09-23T15:45:57.393Z Downloaded group v0.13.0
6322024-09-23T15:45:57.396Z Downloaded clang-sys v1.7.0
6332024-09-23T15:45:57.399Z Downloaded futures-executor v0.3.30
6342024-09-23T15:45:57.401Z Downloaded crypto-bigint v0.5.5
6352024-09-23T15:45:57.408Z Downloaded foreign-types-shared v0.3.1
6362024-09-23T15:45:57.410Z Downloaded pbkdf2 v0.12.2
6372024-09-23T15:45:57.413Z Downloaded r2d2 v0.8.10
6382024-09-23T15:45:57.415Z Downloaded arc-swap v1.7.1
6392024-09-23T15:45:57.417Z Downloaded packed_struct_codegen v0.10.1
6402024-09-23T15:45:57.420Z Downloaded want v0.3.1
6412024-09-23T15:45:57.422Z Downloaded untrusted v0.9.0
6422024-09-23T15:45:57.423Z Downloaded derive_builder_macro v0.20.0
6432024-09-23T15:45:57.425Z Downloaded signal-hook v0.3.17
6442024-09-23T15:45:57.428Z Downloaded waitgroup v0.1.2
6452024-09-23T15:45:57.430Z Downloaded hyper-util v0.1.7
6462024-09-23T15:45:57.435Z Downloaded peg v0.8.4
6472024-09-23T15:45:57.439Z Downloaded indexmap v1.9.3
6482024-09-23T15:45:57.442Z Downloaded number_prefix v0.4.0
6492024-09-23T15:45:57.445Z Downloaded mockall_derive v0.13.0
6502024-09-23T15:45:57.447Z Downloaded ssh-cipher v0.2.0
6512024-09-23T15:45:57.449Z Downloaded base64 v0.13.1
6522024-09-23T15:45:57.452Z Downloaded phf_shared v0.10.0
6532024-09-23T15:45:57.454Z Downloaded pretty-hex v0.2.1
6542024-09-23T15:45:57.457Z Downloaded compact_str v0.8.0
6552024-09-23T15:45:57.460Z Downloaded crossbeam-channel v0.5.12
6562024-09-23T15:45:57.464Z Downloaded signal-hook-registry v1.4.2
6572024-09-23T15:45:57.467Z Downloaded russh-cryptovec v0.7.2
6582024-09-23T15:45:57.469Z Downloaded topological-sort v0.2.2
6592024-09-23T15:45:57.469Z Downloaded tokio-macros v2.4.0
6602024-09-23T15:45:57.472Z Downloaded indicatif v0.17.8
6612024-09-23T15:45:57.475Z Downloaded ron v0.8.1
6622024-09-23T15:45:57.481Z Downloaded uzers v0.11.3
6632024-09-23T15:45:57.484Z Downloaded funty v2.0.0
6642024-09-23T15:45:57.486Z Downloaded http v0.2.12
6652024-09-23T15:45:57.490Z Downloaded hickory-resolver v0.24.1
6662024-09-23T15:45:57.495Z Downloaded termios v0.3.3
6672024-09-23T15:45:57.498Z Downloaded num-complex v0.4.6
6682024-09-23T15:45:57.500Z Downloaded num-derive v0.4.2
6692024-09-23T15:45:57.502Z Downloaded termcolor v1.4.1
6702024-09-23T15:45:57.505Z Downloaded derive_builder_core v0.20.0
6712024-09-23T15:45:57.508Z Downloaded which v4.4.2
6722024-09-23T15:45:57.510Z Downloaded walkdir v2.5.0
6732024-09-23T15:45:57.512Z Downloaded tokio-native-tls v0.3.1
6742024-09-23T15:45:57.514Z Downloaded static_assertions v1.1.0
6752024-09-23T15:45:57.517Z Downloaded stable_deref_trait v1.2.0
6762024-09-23T15:45:57.521Z Downloaded phf v0.11.2
6772024-09-23T15:45:57.521Z Downloaded downcast v0.11.0
6782024-09-23T15:45:57.523Z Downloaded uuid v1.10.0
6792024-09-23T15:45:57.526Z Downloaded crc-any v2.5.0
6802024-09-23T15:45:57.529Z Downloaded polyval v0.6.2
6812024-09-23T15:45:57.531Z Downloaded tracing-attributes v0.1.27
6822024-09-23T15:45:57.534Z Downloaded headers-core v0.2.0
6832024-09-23T15:45:57.536Z Downloaded test-strategy v0.3.1
6842024-09-23T15:45:57.539Z Downloaded structmeta-derive v0.2.0
6852024-09-23T15:45:57.541Z Downloaded vte_generate_state_changes v0.1.1
6862024-09-23T15:45:57.545Z Downloaded parse-size v1.0.0
6872024-09-23T15:45:57.545Z Downloaded rand_xorshift v0.3.0
6882024-09-23T15:45:57.547Z Downloaded quick-error v1.2.3
6892024-09-23T15:45:57.547Z Downloaded der_derive v0.7.2
6902024-09-23T15:45:57.550Z Downloaded postcard v1.0.8
6912024-09-23T15:45:57.552Z Downloaded diff v0.1.13
6922024-09-23T15:45:57.556Z Downloaded zerocopy v0.6.6
6932024-09-23T15:45:57.559Z Downloaded unsafe-libyaml v0.2.11
6942024-09-23T15:45:57.563Z Downloaded spin v0.9.8
6952024-09-23T15:45:57.566Z Downloaded rpassword v7.3.1
6962024-09-23T15:45:57.569Z Downloaded mio v0.8.11
6972024-09-23T15:45:57.575Z Downloaded rustfmt-wrapper v0.2.1
6982024-09-23T15:45:57.577Z Downloaded omicron-zone-package v0.11.0
6992024-09-23T15:45:57.580Z Downloaded poly1305 v0.8.0
7002024-09-23T15:45:57.583Z Downloaded serde_urlencoded v0.7.1
7012024-09-23T15:45:57.586Z Downloaded derive_builder v0.20.0
7022024-09-23T15:45:57.591Z Downloaded strum_macros v0.25.3
7032024-09-23T15:45:57.596Z Downloaded take_mut v0.2.2
7042024-09-23T15:45:57.599Z Downloaded tungstenite v0.20.1
7052024-09-23T15:45:57.601Z Downloaded tokio-rustls v0.25.0
7062024-09-23T15:45:57.603Z Downloaded twox-hash v1.6.3
7072024-09-23T15:45:57.606Z Downloaded futures-channel v0.3.30
7082024-09-23T15:45:57.608Z Downloaded parse-display-derive v0.10.0
7092024-09-23T15:45:57.610Z Downloaded parse-display v0.10.0
7102024-09-23T15:45:57.613Z Downloaded powerfmt v0.2.0
7112024-09-23T15:45:57.613Z Downloaded tokio-tungstenite v0.20.1
7122024-09-23T15:45:57.616Z Downloaded url v2.5.2
7132024-09-23T15:45:57.619Z Downloaded derive-where v1.2.7
7142024-09-23T15:45:57.627Z Downloaded sha1 v0.10.6
7152024-09-23T15:45:57.627Z Downloaded foreign-types v0.3.2
7162024-09-23T15:45:57.630Z Downloaded float-ord v0.3.2
7172024-09-23T15:45:57.630Z Downloaded oso-derive v0.27.3
7182024-09-23T15:45:57.630Z Downloaded dhcproto-macros v0.1.0
7192024-09-23T15:45:57.632Z Downloaded slog v2.7.0
7202024-09-23T15:45:57.634Z Downloaded signal-hook-tokio v0.3.1
7212024-09-23T15:45:57.636Z Downloaded vsss-rs v3.3.4
7222024-09-23T15:45:57.639Z Downloaded serde-big-array v0.5.1
7232024-09-23T15:45:57.641Z Downloaded value-bag v1.9.0
7242024-09-23T15:45:57.644Z Downloaded crossterm v0.27.0
7252024-09-23T15:45:57.652Z Downloaded num_enum_derive v0.5.11
7262024-09-23T15:45:57.654Z Downloaded darling_core v0.20.9
7272024-09-23T15:45:57.659Z Downloaded serde_path_to_error v0.1.16
7282024-09-23T15:45:57.661Z Downloaded tls_codec_derive v0.4.1
7292024-09-23T15:45:57.664Z Downloaded sqlparser_derive v0.2.2
7302024-09-23T15:45:57.667Z Downloaded rustversion v1.0.17
7312024-09-23T15:45:57.669Z Downloaded num-conv v0.1.0
7322024-09-23T15:45:57.669Z Downloaded http v1.1.0
7332024-09-23T15:45:57.674Z Downloaded primeorder v0.13.6
7342024-09-23T15:45:57.676Z Downloaded filetime v0.2.25
7352024-09-23T15:45:57.679Z Downloaded ff v0.13.0
7362024-09-23T15:45:57.681Z Downloaded zeroize_derive v1.4.2
7372024-09-23T15:45:57.683Z Downloaded tap v1.0.1
7382024-09-23T15:45:57.686Z Downloaded tokio-tungstenite v0.21.0
7392024-09-23T15:45:57.688Z Downloaded serde_with_macros v3.9.0
7402024-09-23T15:45:57.691Z Downloaded serde_plain v1.0.2
7412024-09-23T15:45:57.691Z Downloaded getrandom v0.2.14
7422024-09-23T15:45:57.695Z Downloaded sigpipe v0.1.3
7432024-09-23T15:45:57.698Z Downloaded rustc_version v0.4.0
7442024-09-23T15:45:57.701Z Downloaded rustc-hash v1.1.0
7452024-09-23T15:45:57.701Z Downloaded futures-io v0.3.30
7462024-09-23T15:45:57.701Z Downloaded pkg-config v0.3.30
7472024-09-23T15:45:57.703Z Downloaded smallvec v0.6.14
7482024-09-23T15:45:57.705Z Downloaded futures-core v0.3.30
7492024-09-23T15:45:57.706Z Downloaded futures-macro v0.3.30
7502024-09-23T15:45:57.708Z Downloaded zeroize v1.8.1
7512024-09-23T15:45:57.712Z Downloaded des v0.8.1
7522024-09-23T15:45:57.715Z Downloaded minimal-lexical v0.2.1
7532024-09-23T15:45:57.717Z Downloaded precomputed-hash v0.1.1
7542024-09-23T15:45:57.720Z Downloaded gethostname v0.5.0
7552024-09-23T15:45:57.720Z Downloaded vte v0.11.1
7562024-09-23T15:45:57.723Z Downloaded supports-color v3.0.1
7572024-09-23T15:45:57.725Z Downloaded radium v0.7.0
7582024-09-23T15:45:57.725Z Downloaded predicates-tree v1.0.9
7592024-09-23T15:45:57.728Z Downloaded fatfs v0.3.6
7602024-09-23T15:45:57.730Z Downloaded tungstenite v0.21.0
7612024-09-23T15:45:57.734Z Downloaded display-error-chain v0.2.1
7622024-09-23T15:45:57.736Z Downloaded ref-cast-impl v1.0.23
7632024-09-23T15:45:57.739Z Downloaded num-iter v0.1.45
7642024-09-23T15:45:57.739Z Downloaded num-integer v0.1.46
7652024-09-23T15:45:57.741Z Downloaded heck v0.3.3
7662024-09-23T15:45:57.744Z Downloaded glob v0.3.1
7672024-09-23T15:45:57.746Z Downloaded aes v0.8.4
7682024-09-23T15:45:57.750Z Downloaded either v1.13.0
7692024-09-23T15:45:57.752Z Downloaded tokio-tungstenite v0.23.1
7702024-09-23T15:45:57.754Z Downloaded pkcs1 v0.7.5
7712024-09-23T15:45:57.757Z Downloaded tower-service v0.3.2
7722024-09-23T15:45:57.759Z Downloaded password-hash v0.4.2
7732024-09-23T15:45:57.761Z Downloaded wait-timeout v0.2.0
7742024-09-23T15:45:57.763Z Downloaded whoami v1.5.1
7752024-09-23T15:45:57.766Z Downloaded ref-cast v1.0.23
7762024-09-23T15:45:57.768Z Downloaded vergen v8.3.2
7772024-09-23T15:45:57.771Z Downloaded erased-serde v0.3.31
7782024-09-23T15:45:57.774Z Downloaded snafu-derive v0.8.2
7792024-09-23T15:45:57.777Z Downloaded mio v1.0.2
7802024-09-23T15:45:57.784Z Downloaded blake3 v1.5.1
7812024-09-23T15:45:57.793Z Downloaded xattr v1.3.1
7822024-09-23T15:45:57.796Z Downloaded unicase v2.7.0
7832024-09-23T15:45:57.798Z Downloaded toml v0.7.8
7842024-09-23T15:45:57.803Z Downloaded fallible-iterator v0.2.0
7852024-09-23T15:45:57.805Z Downloaded ed25519 v2.2.3
7862024-09-23T15:45:57.807Z Downloaded itertools v0.12.1
7872024-09-23T15:45:57.817Z Downloaded tokio-rustls v0.24.1
7882024-09-23T15:45:57.820Z Downloaded psl-types v2.0.11
7892024-09-23T15:45:57.823Z Downloaded pem v3.0.4
7902024-09-23T15:45:57.825Z Downloaded same-file v1.0.6
7912024-09-23T15:45:57.828Z Downloaded pkcs5 v0.7.1
7922024-09-23T15:45:57.831Z Downloaded futures v0.3.30
7932024-09-23T15:45:57.837Z Downloaded time-core v0.1.2
7942024-09-23T15:45:57.840Z Downloaded dirs-next v2.0.0
7952024-09-23T15:45:57.840Z Downloaded spin v0.5.2
7962024-09-23T15:45:57.844Z Downloaded rand_chacha v0.3.1
7972024-09-23T15:45:57.846Z Downloaded subtle v2.5.0
7982024-09-23T15:45:57.846Z Downloaded globset v0.4.14
7992024-09-23T15:45:57.849Z Downloaded env_logger v0.9.3
8002024-09-23T15:45:57.851Z Downloaded libm v0.2.8
8012024-09-23T15:45:57.861Z Downloaded slog-term v2.9.1
8022024-09-23T15:45:57.864Z Downloaded fxhash v0.2.1
8032024-09-23T15:45:57.866Z Downloaded string_cache v0.8.7
8042024-09-23T15:45:57.869Z Downloaded nu-ansi-term v0.50.0
8052024-09-23T15:45:57.872Z Downloaded dhcproto v0.12.0
8062024-09-23T15:45:57.874Z Downloaded packed_struct v0.10.1
8072024-09-23T15:45:57.876Z Downloaded dirs-sys-next v0.1.2
8082024-09-23T15:45:57.879Z Downloaded predicates-core v1.0.6
8092024-09-23T15:45:57.882Z Downloaded pin-utils v0.1.0
8102024-09-23T15:45:57.882Z Downloaded hash32 v0.3.1
8112024-09-23T15:45:57.884Z Downloaded oso v0.27.3
8122024-09-23T15:45:57.887Z Downloaded parking_lot_core v0.8.6
8132024-09-23T15:45:57.890Z Downloaded derive_more v0.99.18
8142024-09-23T15:45:57.896Z Downloaded hash32 v0.2.1
8152024-09-23T15:45:57.899Z Downloaded termtree v0.4.1
8162024-09-23T15:45:57.901Z Downloaded serde-hex v0.1.0
8172024-09-23T15:45:57.903Z Downloaded tower-layer v0.3.2
8182024-09-23T15:45:57.907Z Downloaded yasna v0.5.2
8192024-09-23T15:45:57.909Z Downloaded time-macros v0.2.18
8202024-09-23T15:45:57.909Z Downloaded prettyplease v0.2.20
8212024-09-23T15:45:57.913Z Downloaded tiny-keccak v2.0.2
8222024-09-23T15:45:57.916Z Downloaded dyn-clone v1.0.17
8232024-09-23T15:45:57.919Z Downloaded percent-encoding v2.3.1
8242024-09-23T15:45:57.921Z Downloaded resolv-conf v0.7.0
8252024-09-23T15:45:57.923Z Downloaded defmt-macros v0.3.9
8262024-09-23T15:45:57.926Z Downloaded defmt-parser v0.3.4
8272024-09-23T15:45:57.928Z Downloaded zone v0.1.8
8282024-09-23T15:45:57.928Z Downloaded hyper v1.4.1
8292024-09-23T15:45:57.936Z Downloaded snafu v0.8.2
8302024-09-23T15:45:57.944Z Downloaded path-slash v0.1.5
8312024-09-23T15:45:57.946Z Downloaded shlex v1.3.0
8322024-09-23T15:45:57.948Z Downloaded dsl_auto_type v0.1.2
8332024-09-23T15:45:57.948Z Downloaded rtoolbox v0.0.2
8342024-09-23T15:45:57.951Z Downloaded paste v1.0.15
8352024-09-23T15:45:57.954Z Downloaded num-rational v0.4.2
8362024-09-23T15:45:57.956Z Downloaded shell-words v1.1.0
8372024-09-23T15:45:57.958Z Downloaded russh-keys v0.45.0
8382024-09-23T15:45:57.961Z Downloaded openssl-sys v0.9.103
8392024-09-23T15:45:57.967Z Downloaded toolchain_find v0.4.0
8402024-09-23T15:45:57.969Z Downloaded strum_macros v0.26.4
8412024-09-23T15:45:57.972Z Downloaded socket2 v0.5.7
8422024-09-23T15:45:57.974Z Downloaded term v0.7.0
8432024-09-23T15:45:57.978Z Downloaded thread_local v1.1.8
8442024-09-23T15:45:57.981Z Downloaded hashlink v0.9.1
8452024-09-23T15:45:57.984Z Downloaded unicode-xid v0.2.4
8462024-09-23T15:45:57.987Z Downloaded defmt v0.3.8
8472024-09-23T15:45:57.989Z Downloaded samael v0.0.17
8482024-09-23T15:45:57.996Z Downloaded dropshot_endpoint v0.10.1
8492024-09-23T15:45:57.999Z Downloaded thiserror-no-std v2.0.2
8502024-09-23T15:45:58.003Z Downloaded fallible-iterator v0.3.0
8512024-09-23T15:45:58.006Z Downloaded futures-task v0.3.30
8522024-09-23T15:45:58.009Z Downloaded normalize-line-endings v0.3.0
8532024-09-23T15:45:58.009Z Downloaded unicode_categories v0.1.1
8542024-09-23T15:45:58.011Z Downloaded spki v0.7.3
8552024-09-23T15:45:58.014Z Downloaded scrypt v0.11.0
8562024-09-23T15:45:58.016Z Downloaded scopeguard v1.2.0
8572024-09-23T15:45:58.019Z Downloaded postgres-types v0.2.7
8582024-09-23T15:45:58.022Z Downloaded pbkdf2 v0.11.0
8592024-09-23T15:45:58.024Z Downloaded phf_shared v0.11.2
8602024-09-23T15:45:58.024Z Downloaded sct v0.7.1
8612024-09-23T15:45:58.029Z Downloaded tar v0.4.41
8622024-09-23T15:45:58.032Z Downloaded fd-lock v4.0.2
8632024-09-23T15:45:58.035Z Downloaded password-hash v0.5.0
8642024-09-23T15:45:58.038Z Downloaded aho-corasick v1.1.3
8652024-09-23T15:45:58.045Z Downloaded rustls-pemfile v2.1.3
8662024-09-23T15:45:58.048Z Downloaded half v2.4.1
8672024-09-23T15:45:58.052Z Downloaded num-bigint v0.4.5
8682024-09-23T15:45:58.059Z Downloaded tracing v0.1.40
8692024-09-23T15:45:58.064Z Downloaded num_enum v0.5.11
8702024-09-23T15:45:58.071Z Downloaded publicsuffix v2.2.3
8712024-09-23T15:45:58.074Z Downloaded num v0.4.3
8722024-09-23T15:45:58.076Z Downloaded unicode-bidi v0.3.15
8732024-09-23T15:45:58.079Z Downloaded salty v0.3.0
8742024-09-23T15:45:58.087Z Downloaded unicode-normalization v0.1.23
8752024-09-23T15:45:58.092Z Downloaded rand v0.8.5
8762024-09-23T15:45:58.100Z Downloaded rsa v0.9.6
8772024-09-23T15:45:58.103Z Downloaded reedline v0.33.0
8782024-09-23T15:45:58.113Z Downloaded bindgen v0.69.4
8792024-09-23T15:45:58.123Z Downloaded p256 v0.13.2
8802024-09-23T15:45:58.128Z Downloaded pin-project v1.1.5
8812024-09-23T15:45:58.142Z Downloaded ed25519-dalek v2.1.1
8822024-09-23T15:45:58.146Z Downloaded chrono v0.4.38
8832024-09-23T15:45:58.155Z Downloaded bitvec v1.0.1
8842024-09-23T15:45:58.174Z Downloaded expectorate v1.1.0
8852024-09-23T15:45:58.177Z Downloaded unicode-segmentation v1.11.0
8862024-09-23T15:45:58.180Z Downloaded quick-xml v0.33.0
8872024-09-23T15:45:58.188Z Downloaded zip v0.6.6
8882024-09-23T15:45:58.194Z Downloaded portable-atomic v1.6.0
8892024-09-23T15:45:58.201Z Downloaded der v0.7.9
8902024-09-23T15:45:58.208Z Downloaded tokio-util v0.7.11
8912024-09-23T15:45:58.217Z Downloaded lalrpop v0.19.12
8922024-09-23T15:45:58.230Z Downloaded reqwest v0.11.27
8932024-09-23T15:45:58.240Z Downloaded heapless v0.7.17
8942024-09-23T15:45:58.245Z Downloaded tower v0.4.13
8952024-09-23T15:45:58.256Z Downloaded winnow v0.5.40
8962024-09-23T15:45:58.268Z Downloaded typed-path v0.7.1
8972024-09-23T15:45:58.275Z Downloaded idna v0.5.0
8982024-09-23T15:45:58.283Z Downloaded idna v0.4.0
8992024-09-23T15:45:58.292Z Downloaded p521 v0.13.3
9002024-09-23T15:45:58.297Z Downloaded idna v0.3.0
9012024-09-23T15:45:58.306Z Downloaded x509-cert v0.2.5
9022024-09-23T15:45:58.314Z Downloaded rayon v1.10.0
9032024-09-23T15:45:58.326Z Downloaded nix v0.27.1
9042024-09-23T15:45:58.339Z Downloaded h2 v0.3.26
9052024-09-23T15:45:58.347Z Downloaded time v0.3.36
9062024-09-23T15:45:58.356Z Downloaded webpki-roots v0.25.4
9072024-09-23T15:45:58.362Z Downloaded h2 v0.4.6
9082024-09-23T15:45:58.370Z Downloaded nom v7.1.3
9092024-09-23T15:45:58.378Z Downloaded p384 v0.13.0
9102024-09-23T15:45:58.386Z Downloaded regex v1.10.6
9112024-09-23T15:45:58.403Z Downloaded rustls-webpki v0.101.7
9122024-09-23T15:45:58.420Z Downloaded rustls v0.21.12
9132024-09-23T15:45:58.434Z Downloaded object v0.32.2
9142024-09-23T15:45:58.447Z Downloaded sqlparser v0.45.0
9152024-09-23T15:45:58.454Z Downloaded regex-syntax v0.6.29
9162024-09-23T15:45:58.464Z Downloaded gimli v0.28.1
9172024-09-23T15:45:58.475Z Downloaded git2 v0.19.0
9182024-09-23T15:45:58.486Z Downloaded polar-core v0.27.3
9192024-09-23T15:45:58.495Z Downloaded diesel v2.2.4
9202024-09-23T15:45:58.517Z Downloaded bstr v1.9.1
9212024-09-23T15:45:58.529Z Downloaded rustls v0.23.10
9222024-09-23T15:45:58.548Z Downloaded openapiv3 v2.0.0
9232024-09-23T15:45:58.562Z Downloaded rustls v0.22.4
9242024-09-23T15:45:58.578Z Downloaded regress v0.9.1
9252024-09-23T15:45:58.588Z Downloaded nix v0.29.0
9262024-09-23T15:45:58.601Z Downloaded regex-syntax v0.8.4
9272024-09-23T15:45:58.611Z Downloaded smoltcp v0.11.0
9282024-09-23T15:45:58.628Z Downloaded zerocopy-derive v0.6.6
9292024-09-23T15:45:58.639Z Downloaded sled v0.34.7
9302024-09-23T15:45:58.651Z Downloaded finl_unicode v1.2.0
9312024-09-23T15:45:58.666Z Downloaded regex-automata v0.4.6
9322024-09-23T15:45:58.685Z Downloaded bzip2-sys v0.1.11+1.0.8
9332024-09-23T15:45:58.700Z Downloaded ratatui v0.28.0
9342024-09-23T15:45:58.722Z Downloaded dropshot v0.10.1
9352024-09-23T15:45:58.734Z Downloaded petgraph v0.6.5
9362024-09-23T15:45:58.755Z Downloaded proptest v1.5.0
9372024-09-23T15:45:58.766Z Downloaded tokio v1.39.3
9382024-09-23T15:45:58.807Z Downloaded csv v1.3.0
9392024-09-23T15:45:58.830Z Downloaded sha3 v0.10.8
9402024-09-23T15:45:58.835Z Downloaded hickory-proto v0.24.1
9412024-09-23T15:45:58.853Z Downloaded radix_trie v0.2.1
9422024-09-23T15:45:58.858Z Downloaded smoltcp v0.9.1
9432024-09-23T15:45:58.871Z Downloaded openssl v0.10.66
9442024-09-23T15:45:58.882Z Downloaded object v0.30.4
9452024-09-23T15:45:58.893Z Downloaded trust-dns-proto v0.22.0
9462024-09-23T15:45:58.907Z Downloaded rusqlite v0.32.1
9472024-09-23T15:45:58.915Z Downloaded vcpkg v0.2.15
9482024-09-23T15:45:58.957Z Downloaded rustls-webpki v0.102.4
9492024-09-23T15:45:58.976Z Downloaded encoding_rs v0.8.34
9502024-09-23T15:45:59.000Z Downloaded nix v0.28.0
9512024-09-23T15:45:59.014Z Downloaded curve25519-dalek v4.1.3
9522024-09-23T15:45:59.026Z Downloaded idna v0.2.3
9532024-09-23T15:45:59.034Z Downloaded serde_with v3.9.0
9542024-09-23T15:45:59.044Z Downloaded hyper v0.14.30
9552024-09-23T15:45:59.053Z Downloaded futures-sink v0.3.30
9562024-09-23T15:45:59.056Z Downloaded ppv-lite86 v0.2.17
9572024-09-23T15:45:59.056Z Downloaded rustc-demangle v0.1.24
9582024-09-23T15:45:59.058Z Downloaded ecdsa v0.16.9
9592024-09-23T15:45:59.061Z Downloaded steno v0.4.1
9602024-09-23T15:45:59.065Z Downloaded toml_edit v0.19.15
9612024-09-23T15:45:59.083Z Downloaded rustyline v14.0.0
9622024-09-23T15:45:59.089Z Downloaded libgit2-sys v0.17.0+1.8.1
9632024-09-23T15:45:59.151Z Downloaded pin-project-lite v0.2.14
9642024-09-23T15:45:59.156Z Downloaded subprocess v0.2.9
9652024-09-23T15:45:59.159Z Downloaded tungstenite v0.23.0
9662024-09-23T15:45:59.163Z Downloaded itertools v0.13.0
9672024-09-23T15:45:59.172Z Downloaded parking_lot_core v0.9.10
9682024-09-23T15:45:59.175Z Downloaded pem-rfc7468 v0.7.0
9692024-09-23T15:45:59.178Z Downloaded flate2 v1.0.33
9702024-09-23T15:45:59.183Z Downloaded unarray v0.1.4
9712024-09-23T15:45:59.186Z Downloaded tinyvec v1.6.0
9722024-09-23T15:45:59.189Z Downloaded num-bigint-dig v0.8.4
9732024-09-23T15:45:59.194Z Downloaded futures-util v0.3.30
9742024-09-23T15:45:59.208Z Downloaded flume v0.11.0
9752024-09-23T15:45:59.212Z Downloaded hkdf v0.12.4
9762024-09-23T15:45:59.215Z Downloaded stringprep v0.1.4
9772024-09-23T15:45:59.217Z Downloaded rustls-pki-types v1.7.0
9782024-09-23T15:45:59.221Z Downloaded num-traits v0.2.19
9792024-09-23T15:45:59.227Z Downloaded tokio-postgres v0.7.11
9802024-09-23T15:45:59.231Z Downloaded data-encoding v2.6.0
9812024-09-23T15:45:59.231Z Downloaded serde_arrays v0.1.0
9822024-09-23T15:45:59.233Z Downloaded predicates v3.1.2
9832024-09-23T15:45:59.236Z Downloaded hashbrown v0.12.3
9842024-09-23T15:45:59.240Z Downloaded libxml v0.3.3
9852024-09-23T15:45:59.249Z Downloaded env_logger v0.11.5
9862024-09-23T15:45:59.252Z Downloaded env_logger v0.10.2
9872024-09-23T15:45:59.255Z Downloaded pin-project-internal v1.1.5
9882024-09-23T15:45:59.258Z Downloaded hashbrown v0.13.2
9892024-09-23T15:45:59.265Z Downloaded itertools v0.10.5
9902024-09-23T15:45:59.272Z Downloaded heapless v0.8.0
9912024-09-23T15:45:59.277Z Downloaded wyz v0.5.1
9922024-09-23T15:45:59.280Z Downloaded debug-ignore v1.0.5
9932024-09-23T15:45:59.282Z Downloaded unicode-truncate v1.0.0
9942024-09-23T15:45:59.282Z Downloaded ron v0.7.1
9952024-09-23T15:45:59.288Z Downloaded tough v0.17.1
9962024-09-23T15:45:59.297Z Downloaded similar v2.6.0
9972024-09-23T15:45:59.303Z Downloaded schemars v0.8.21
9982024-09-23T15:45:59.318Z Downloaded russh v0.45.0
9992024-09-23T15:45:59.323Z Downloaded socket2 v0.4.10
10002024-09-23T15:45:59.328Z Downloaded smallvec v1.13.2
10012024-09-23T15:45:59.331Z Downloaded headers v0.3.9
10022024-09-23T15:45:59.335Z Downloaded crossterm v0.28.1
10032024-09-23T15:45:59.342Z Downloaded slog-stdlog v4.1.1
10042024-09-23T15:45:59.345Z Downloaded siphasher v0.3.11
10052024-09-23T15:45:59.348Z Downloaded signature v2.2.0
10062024-09-23T15:45:59.348Z Downloaded owo-colors v4.0.0
10072024-09-23T15:45:59.350Z Downloaded elliptic-curve v0.13.8
10082024-09-23T15:45:59.354Z Downloaded ssh-key v0.6.6
10092024-09-23T15:45:59.362Z Downloaded aes-gcm v0.10.3
10102024-09-23T15:45:59.366Z Downloaded rfc6979 v0.4.0
10112024-09-23T15:45:59.369Z Downloaded getopts v0.2.21
10122024-09-23T15:45:59.371Z Downloaded enum-as-inner v0.5.1
10132024-09-23T15:45:59.371Z Downloaded rayon-core v1.12.1
10142024-09-23T15:45:59.375Z Downloaded strum_macros v0.24.3
10152024-09-23T15:45:59.377Z Downloaded structmeta-derive v0.3.0
10162024-09-23T15:45:59.380Z Downloaded tracing-core v0.1.32
10172024-09-23T15:45:59.383Z Downloaded float-cmp v0.9.0
10182024-09-23T15:45:59.386Z Downloaded ring v0.17.8
10192024-09-23T15:45:59.459Z Downloaded flagset v0.4.5
10202024-09-23T15:45:59.461Z Downloaded embedded-io v0.4.0
10212024-09-23T15:45:59.464Z Downloaded smf v0.2.3
10222024-09-23T15:45:59.464Z Downloaded tokio-stream v0.1.15
10232024-09-23T15:45:59.469Z Downloaded serde_repr v0.1.19
10242024-09-23T15:45:59.471Z Downloaded parking_lot v0.12.2
10252024-09-23T15:45:59.474Z Downloaded rand_seeder v0.3.0
10262024-09-23T15:45:59.476Z Downloaded olpc-cjson v0.1.3
10272024-09-23T15:45:59.476Z Downloaded diesel_derives v2.2.2
10282024-09-23T15:45:59.480Z Downloaded backtrace v0.3.71
10292024-09-23T15:45:59.486Z Downloaded hickory-server v0.24.1
10302024-09-23T15:45:59.492Z Downloaded structmeta v0.3.0
10312024-09-23T15:45:59.495Z Downloaded structmeta v0.2.0
10322024-09-23T15:45:59.495Z Downloaded sqlformat v0.2.4
10332024-09-23T15:45:59.497Z Downloaded scheduled-thread-pool v0.2.7
10342024-09-23T15:45:59.499Z Downloaded rand_core v0.6.4
10352024-09-23T15:45:59.499Z Downloaded universal-hash v0.5.1
10362024-09-23T15:45:59.502Z Downloaded cc v1.0.97
10372024-09-23T15:45:59.504Z Downloaded base64 v0.22.1
10382024-09-23T15:45:59.508Z Downloaded serde_derive_internals v0.29.1
10392024-09-23T15:45:59.511Z Downloaded proc-macro-crate v1.3.1
10402024-09-23T15:45:59.514Z Downloaded libz-sys v1.1.16
10412024-09-23T15:45:59.603Z Downloaded ring v0.16.20
10422024-09-23T15:45:59.702Z Downloaded peg-macros v0.8.4
10432024-09-23T15:45:59.704Z Downloaded parking_lot v0.11.2
10442024-09-23T15:45:59.707Z Downloaded ssh-encoding v0.2.0
10452024-09-23T15:46:00.711Z Downloaded tokio-rustls v0.26.0
10462024-09-23T15:46:00.712Z Downloaded serde_yaml v0.9.34+deprecated
10472024-09-23T15:46:00.715Z Downloaded fragile v2.0.0
10482024-09-23T15:46:00.715Z Downloaded form_urlencoded v1.2.1
10492024-09-23T15:46:00.715Z Downloaded env_filter v0.1.2
10502024-09-23T15:46:00.715Z Downloaded enum-as-inner v0.6.0
10512024-09-23T15:46:00.715Z Downloaded deranged v0.3.11
10522024-09-23T15:46:00.715Z Downloaded postgres-protocol v0.6.7
10532024-09-23T15:46:00.715Z Downloaded pkcs8 v0.10.2
10542024-09-23T15:46:00.715Z Downloaded miniz_oxide v0.8.0
10552024-09-23T15:46:00.715Z Downloaded rcgen v0.12.1
10562024-09-23T15:46:00.715Z Downloaded rusty-fork v0.3.0
10572024-09-23T15:46:00.715Z Downloaded chacha20poly1305 v0.10.1
10582024-09-23T15:46:00.715Z Downloaded openssl-probe v0.1.5
10592024-09-23T15:46:00.715Z Downloaded openssl-macros v0.1.1
10602024-09-23T15:46:00.715Z Downloaded slab v0.4.9
10612024-09-23T15:46:00.715Z Downloaded salsa20 v0.10.2
10622024-09-23T15:46:00.715Z Downloaded tls_codec v0.4.1
10632024-09-23T15:46:00.715Z Downloaded foreign-types v0.5.0
10642024-09-23T15:46:00.715Z Downloaded crossbeam-utils v0.8.19
10652024-09-23T15:46:00.715Z Downloaded crc32fast v1.4.0
10662024-09-23T15:46:00.715Z Downloaded const-oid v0.9.6
10672024-09-23T15:46:00.715Z Downloaded const_format v0.2.33
10682024-09-23T15:46:00.715Z Downloaded bytes v1.7.1
10692024-09-23T15:46:00.715Z Downloaded fallible-streaming-iterator v0.1.9
10702024-09-23T15:46:00.715Z Downloaded difflib v0.4.0
10712024-09-23T15:46:00.716Z Downloaded libsqlite3-sys v0.30.1
10722024-09-23T15:46:00.716Z Downloaded zone_cfg_derive v0.3.0
10732024-09-23T15:46:00.716Z Downloaded zone v0.3.0
10742024-09-23T15:46:00.716Z Downloaded untrusted v0.7.1
10752024-09-23T15:46:00.716Z Downloaded lru-cache v0.1.2
10762024-09-23T15:46:00.716Z Downloaded cancel-safe-futures v0.1.5
10772024-09-23T15:46:00.716Z Downloaded bzip2 v0.4.4
10782024-09-23T15:46:00.716Z Downloaded async-trait v0.1.82
10792024-09-23T15:46:00.716Z Downloaded zone_cfg_derive v0.1.2
10802024-09-23T15:46:00.716Z Downloaded maplit v1.0.2
10812024-09-23T15:46:00.716Z Downloaded lru v0.12.3
10822024-09-23T15:46:00.716Z Downloaded libsw v3.3.1
10832024-09-23T15:46:00.716Z Downloaded lazy_static v1.5.0
10842024-09-23T15:46:00.716Z Downloaded keccak v0.1.5
10852024-09-23T15:46:00.716Z Downloaded impl-trait-for-tuples v0.2.2
10862024-09-23T15:46:00.716Z Downloaded slog-bunyan v2.5.0
10872024-09-23T15:46:00.716Z Downloaded schemars_derive v0.8.21
10882024-09-23T15:46:00.716Z Downloaded rustc_version v0.1.7
10892024-09-23T15:46:00.716Z Downloaded hyper-staticfile v0.9.5
10902024-09-23T15:46:00.716Z Downloaded libloading v0.8.3
10912024-09-23T15:46:00.716Z Downloaded hickory-client v0.24.1
10922024-09-23T15:46:00.716Z Downloaded convert_case v0.4.0
10932024-09-23T15:46:00.716Z Downloaded array-init v0.0.4
10942024-09-23T15:46:00.716Z Downloaded hubpack v0.1.2
10952024-09-23T15:46:00.716Z Downloaded ahash v0.8.11
10962024-09-23T15:46:00.716Z Downloaded hostname v0.4.0
10972024-09-23T15:46:00.716Z Downloaded home v0.5.9
10982024-09-23T15:46:00.716Z Downloaded darling v0.20.9
10992024-09-23T15:46:00.716Z Downloaded lalrpop-util v0.19.12
11002024-09-23T15:46:00.716Z Downloaded inout v0.1.3
11012024-09-23T15:46:00.716Z Downloaded hex v0.4.3
11022024-09-23T15:46:00.716Z Downloaded cookie v0.17.0
11032024-09-23T15:46:00.716Z Downloaded console v0.15.8
11042024-09-23T15:46:00.716Z Downloaded hex-literal v0.4.1
11052024-09-23T15:46:00.716Z Downloaded cobs v0.2.3
11062024-09-23T15:46:00.716Z Downloaded buf-list v1.0.3
11072024-09-23T15:46:00.717Z Downloaded curve25519-dalek-derive v0.1.1
11082024-09-23T15:46:00.717Z Downloaded backoff v0.4.0
11092024-09-23T15:46:00.717Z Downloaded argon2 v0.5.3
11102024-09-23T15:46:00.717Z Downloaded adler v1.0.2
11112024-09-23T15:46:00.717Z Downloaded http-body v0.4.6
11122024-09-23T15:46:00.717Z Downloaded hostname v0.3.1
11132024-09-23T15:46:00.717Z Downloaded atomicwrites v0.4.3
11142024-09-23T15:46:00.717Z Downloaded crc v3.2.1
11152024-09-23T15:46:00.717Z Downloaded blowfish v0.9.1
11162024-09-23T15:46:00.717Z Downloaded aead v0.5.2
11172024-09-23T15:46:00.717Z Downloaded assert_matches v1.5.0
11182024-09-23T15:46:00.717Z Compiling serde v1.0.208
11192024-09-23T15:46:00.717Z Compiling typenum v1.17.0
11202024-09-23T15:46:00.717Z Compiling generic-array v0.14.7
11212024-09-23T15:46:00.717Z Compiling lock_api v0.4.12
11222024-09-23T15:46:00.717Z Compiling scopeguard v1.2.0
11232024-09-23T15:46:00.717Z Compiling value-bag v1.9.0
11242024-09-23T15:46:00.717Z Compiling syn v2.0.74
11252024-09-23T15:46:00.717Z Compiling getrandom v0.2.14
11262024-09-23T15:46:00.717Z Compiling subtle v2.5.0
11272024-09-23T15:46:00.717Z Compiling rand_core v0.6.4
11282024-09-23T15:46:00.786Z Compiling log v0.4.21
11292024-09-23T15:46:00.832Z Compiling const-oid v0.9.6
11302024-09-23T15:46:00.851Z Compiling jobserver v0.1.32
11312024-09-23T15:46:00.874Z Compiling smallvec v1.13.2
11322024-09-23T15:46:01.141Z Compiling pin-project-lite v0.2.14
11332024-09-23T15:46:01.225Z Compiling cc v1.0.97
11342024-09-23T15:46:01.274Z Compiling parking_lot_core v0.9.10
11352024-09-23T15:46:01.312Z Compiling signal-hook-registry v1.4.2
11362024-09-23T15:46:01.742Z Compiling mio v1.0.2
11372024-09-23T15:46:01.827Z Compiling socket2 v0.5.7
11382024-09-23T15:46:02.254Z Compiling parking_lot v0.12.2
11392024-09-23T15:46:02.492Z Compiling ahash v0.8.11
11402024-09-23T15:46:02.881Z Compiling futures-core v0.3.30
11412024-09-23T15:46:02.958Z Compiling futures-sink v0.3.30
11422024-09-23T15:46:02.977Z Compiling cpufeatures v0.2.12
11432024-09-23T15:46:03.092Z Compiling slab v0.4.9
11442024-09-23T15:46:03.122Z Compiling allocator-api2 v0.2.18
11452024-09-23T15:46:03.143Z Compiling spin v0.9.8
11462024-09-23T15:46:03.166Z Compiling tinyvec_macros v0.1.1
11472024-09-23T15:46:03.170Z Compiling futures-channel v0.3.30
11482024-09-23T15:46:03.200Z Compiling base64ct v1.6.0
11492024-09-23T15:46:03.254Z Compiling tinyvec v1.6.0
11502024-09-23T15:46:03.541Z Compiling serde_json v1.0.125
11512024-09-23T15:46:03.595Z Compiling libm v0.2.8
11522024-09-23T15:46:03.822Z Compiling futures-io v0.3.30
11532024-09-23T15:46:03.870Z Compiling futures-task v0.3.30
11542024-09-23T15:46:03.889Z Compiling pin-utils v0.1.0
11552024-09-23T15:46:03.990Z Compiling pem-rfc7468 v0.7.0
11562024-09-23T15:46:04.011Z Compiling num-traits v0.2.19
11572024-09-23T15:46:04.032Z Compiling unicode-bidi v0.3.15
11582024-09-23T15:46:04.138Z Compiling flagset v0.4.5
11592024-09-23T15:46:04.358Z Compiling tracing-core v0.1.32
11602024-09-23T15:46:04.590Z Compiling vcpkg v0.2.15
11612024-09-23T15:46:04.810Z Compiling unicode-normalization v0.1.23
11622024-09-23T15:46:04.830Z Compiling pkg-config v0.3.30
11632024-09-23T15:46:05.715Z Compiling percent-encoding v2.3.1
11642024-09-23T15:46:05.737Z Compiling ring v0.17.8
11652024-09-23T15:46:05.835Z Compiling httparse v1.8.0
11662024-09-23T15:46:06.054Z Compiling ppv-lite86 v0.2.17
11672024-09-23T15:46:06.131Z Compiling try-lock v0.2.5
11682024-09-23T15:46:06.282Z Compiling rustix v0.38.34
11692024-09-23T15:46:06.350Z Compiling untrusted v0.9.0
11702024-09-23T15:46:06.542Z Compiling want v0.3.1
11712024-09-23T15:46:06.903Z Compiling rand_chacha v0.3.1
11722024-09-23T15:46:07.007Z Compiling num-conv v0.1.0
11732024-09-23T15:46:07.029Z Compiling openssl-sys v0.9.103
11742024-09-23T15:46:07.279Z Compiling httpdate v1.0.3
11752024-09-23T15:46:07.301Z Compiling time-core v0.1.2
11762024-09-23T15:46:07.415Z Compiling rand v0.8.5
11772024-09-23T15:46:07.472Z Compiling tower-service v0.3.2
11782024-09-23T15:46:07.594Z Compiling foreign-types-shared v0.1.1
11792024-09-23T15:46:07.701Z Compiling powerfmt v0.2.0
11802024-09-23T15:46:07.735Z Compiling openssl v0.10.66
11812024-09-23T15:46:07.773Z Compiling rustversion v1.0.17
11822024-09-23T15:46:08.076Z Compiling deranged v0.3.11
11832024-09-23T15:46:08.157Z Compiling foreign-types v0.3.2
11842024-09-23T15:46:08.252Z Compiling time-macros v0.2.18
11852024-09-23T15:46:08.562Z Compiling form_urlencoded v1.2.1
11862024-09-23T15:46:08.875Z Compiling aho-corasick v1.1.3
11872024-09-23T15:46:09.050Z Compiling syn v1.0.109
11882024-09-23T15:46:09.228Z Compiling crossbeam-utils v0.8.19
11892024-09-23T15:46:09.656Z Compiling native-tls v0.2.11
11902024-09-23T15:46:09.674Z Compiling num_threads v0.1.7
11912024-09-23T15:46:09.800Z Compiling regex-syntax v0.8.4
11922024-09-23T15:46:09.822Z Compiling siphasher v0.3.11
11932024-09-23T15:46:09.991Z Compiling rustls v0.21.12
11942024-09-23T15:46:10.358Z Compiling idna v0.5.0
11952024-09-23T15:46:11.313Z Compiling socket2 v0.4.10
11962024-09-23T15:46:11.446Z Compiling time v0.3.36
11972024-09-23T15:46:11.719Z Compiling cookie v0.17.0
11982024-09-23T15:46:12.027Z Compiling iana-time-zone v0.1.60
11992024-09-23T15:46:12.048Z Compiling openssl-probe v0.1.5
12002024-09-23T15:46:12.237Z Compiling finl_unicode v1.2.0
12012024-09-23T15:46:12.411Z Compiling slog v2.7.0
12022024-09-23T15:46:12.611Z Compiling url v2.5.2
12032024-09-23T15:46:12.849Z Compiling stringprep v0.1.4
12042024-09-23T15:46:13.960Z Compiling regex-automata v0.4.6
12052024-09-23T15:46:14.411Z Compiling num-integer v0.1.46
12062024-09-23T15:46:14.977Z Compiling serde_derive v1.0.208
12072024-09-23T15:46:15.226Z Compiling zeroize_derive v1.4.2
12082024-09-23T15:46:15.574Z Compiling zerocopy-derive v0.7.34
12092024-09-23T15:46:16.302Z Compiling tokio-macros v2.4.0
12102024-09-23T15:46:16.737Z Compiling futures-macro v0.3.30
12112024-09-23T15:46:16.969Z Compiling zeroize v1.8.1
12122024-09-23T15:46:17.878Z Compiling zerocopy v0.7.34
12132024-09-23T15:46:17.969Z Compiling thiserror-impl v1.0.63
12142024-09-23T15:46:18.659Z Compiling der_derive v0.7.2
12152024-09-23T15:46:18.716Z Compiling crypto-common v0.1.6
12162024-09-23T15:46:18.768Z Compiling block-buffer v0.10.4
12172024-09-23T15:46:18.989Z Compiling digest v0.10.7
12182024-09-23T15:46:19.050Z Compiling block-padding v0.3.3
12192024-09-23T15:46:19.315Z Compiling inout v0.1.3
12202024-09-23T15:46:19.505Z Compiling hmac v0.12.1
12212024-09-23T15:46:19.634Z Compiling cipher v0.4.4
12222024-09-23T15:46:19.769Z Compiling sha2 v0.10.8
12232024-09-23T15:46:20.198Z Compiling hashbrown v0.14.5
12242024-09-23T15:46:20.201Z Compiling futures-util v0.3.30
12252024-09-23T15:46:21.359Z Compiling der v0.7.9
12262024-09-23T15:46:21.445Z Compiling thiserror v1.0.63
12272024-09-23T15:46:21.603Z Compiling salsa20 v0.10.2
12282024-09-23T15:46:21.637Z Compiling pbkdf2 v0.12.2
12292024-09-23T15:46:21.841Z Compiling tracing-attributes v0.1.27
12302024-09-23T15:46:21.862Z Compiling scrypt v0.11.0
12312024-09-23T15:46:22.482Z Compiling cbc v0.1.2
12322024-09-23T15:46:22.733Z Compiling aes v0.8.4
12332024-09-23T15:46:23.517Z Compiling pest v2.7.10
12342024-09-23T15:46:24.966Z Compiling spki v0.7.3
12352024-09-23T15:46:25.379Z Compiling pkcs5 v0.7.1
12362024-09-23T15:46:25.675Z Compiling scroll_derive v0.12.0
12372024-09-23T15:46:26.023Z Compiling tracing v0.1.40
12382024-09-23T15:46:26.597Z Compiling pest_meta v2.7.10
12392024-09-23T15:46:26.685Z Compiling pkcs8 v0.10.2
12402024-09-23T15:46:26.915Z Compiling openssl-macros v0.1.1
12412024-09-23T15:46:27.240Z Compiling scroll v0.12.0
12422024-09-23T15:46:27.405Z Compiling signature v2.2.0
12432024-09-23T15:46:27.454Z Compiling md-5 v0.10.6
12442024-09-23T15:46:27.732Z Compiling pin-project-internal v1.1.5
12452024-09-23T15:46:27.734Z Compiling idna v0.3.0
12462024-09-23T15:46:27.772Z Compiling goblin v0.8.2
12472024-09-23T15:46:27.775Z Compiling backtrace v0.3.71
12482024-09-23T15:46:27.832Z Compiling lazy_static v1.5.0
12492024-09-23T15:46:27.961Z Compiling pest_generator v2.7.10
12502024-09-23T15:46:28.310Z Compiling ff v0.13.0
12512024-09-23T15:46:28.557Z Compiling hash32 v0.2.1
12522024-09-23T15:46:28.957Z Compiling crc32fast v1.4.0
12532024-09-23T15:46:29.493Z Compiling rustls-webpki v0.101.7
12542024-09-23T15:46:29.533Z Compiling sct v0.7.1
12552024-09-23T15:46:29.932Z Compiling num-bigint-dig v0.8.4
12562024-09-23T15:46:30.140Z Compiling bytes v1.7.1
12572024-09-23T15:46:30.254Z Compiling indexmap v2.4.0
12582024-09-23T15:46:30.493Z Compiling bitflags v2.6.0
12592024-09-23T15:46:30.973Z Compiling semver v1.0.23
12602024-09-23T15:46:31.467Z Compiling tokio v1.39.3
12612024-09-23T15:46:31.515Z Compiling rustc_version v0.4.0
12622024-09-23T15:46:31.735Z Compiling http v0.2.12
12632024-09-23T15:46:31.756Z Compiling http v1.1.0
12642024-09-23T15:46:32.073Z Compiling pest_derive v2.7.10
12652024-09-23T15:46:32.319Z Compiling heapless v0.7.17
12662024-09-23T15:46:32.948Z Compiling dtrace-parser v0.2.0
12672024-09-23T15:46:34.117Z Compiling dof v0.3.0
12682024-09-23T15:46:34.333Z Compiling http-body v0.4.6
12692024-09-23T15:46:34.398Z Compiling uuid v1.10.0
12702024-09-23T15:46:35.018Z Compiling curve25519-dalek v4.1.3
12712024-09-23T15:46:35.220Z Compiling usdt-impl v0.5.0
12722024-09-23T15:46:35.868Z Compiling serde_spanned v0.6.7
12732024-09-23T15:46:36.096Z Compiling chrono v0.4.38
12742024-09-23T15:46:36.486Z Compiling serde_tokenstream v0.2.2
12752024-09-23T15:46:36.489Z Compiling toml_datetime v0.6.8
12762024-09-23T15:46:36.857Z Compiling gimli v0.28.1
12772024-09-23T15:46:37.064Z Compiling fallible-iterator v0.2.0
12782024-09-23T15:46:37.136Z Compiling base16ct v0.2.0
12792024-09-23T15:46:37.484Z Compiling psl-types v2.0.11
12802024-09-23T15:46:37.701Z Compiling adler v1.0.2
12812024-09-23T15:46:37.805Z Compiling signal-hook v0.3.17
12822024-09-23T15:46:37.951Z Compiling stable_deref_trait v1.2.0
12832024-09-23T15:46:38.069Z Compiling base64 v0.22.1
12842024-09-23T15:46:38.108Z Compiling atomic-waker v1.1.2
12852024-09-23T15:46:38.318Z Compiling smoltcp v0.9.1
12862024-09-23T15:46:38.675Z Compiling postgres-protocol v0.6.7
12872024-09-23T15:46:39.881Z Compiling miniz_oxide v0.7.2
12882024-09-23T15:46:40.033Z Compiling tokio-util v0.7.11
12892024-09-23T15:46:40.128Z Compiling tokio-rustls v0.24.1
12902024-09-23T15:46:40.235Z Compiling tokio-native-tls v0.3.1
12912024-09-23T15:46:40.527Z Compiling publicsuffix v2.2.3
12922024-09-23T15:46:40.546Z Compiling sec1 v0.7.3
12932024-09-23T15:46:40.776Z Compiling terminal_size v0.3.0
12942024-09-23T15:46:40.816Z Compiling http-body v1.0.0
12952024-09-23T15:46:40.989Z Compiling h2 v0.3.26
12962024-09-23T15:46:41.065Z Compiling h2 v0.4.6
12972024-09-23T15:46:41.141Z Compiling pin-project v1.1.5
12982024-09-23T15:46:41.377Z Compiling addr2line v0.21.0
12992024-09-23T15:46:41.438Z Compiling group v0.13.0
13002024-09-23T15:46:41.801Z Compiling hubpack_derive v0.1.1
13012024-09-23T15:46:41.824Z Compiling hkdf v0.12.4
13022024-09-23T15:46:42.066Z Compiling crypto-bigint v0.5.5
13032024-09-23T15:46:42.071Z Compiling async-trait v0.1.82
13042024-09-23T15:46:42.146Z Compiling curve25519-dalek-derive v0.1.1
13052024-09-23T15:46:42.737Z Compiling zerocopy-derive v0.6.6
13062024-09-23T15:46:43.781Z Compiling num-iter v0.1.45
13072024-09-23T15:46:44.992Z Compiling phf_shared v0.11.2
13082024-09-23T15:46:45.039Z Compiling serde_derive_internals v0.29.1
13092024-09-23T15:46:45.223Z Compiling object v0.32.2
13102024-09-23T15:46:45.378Z Compiling fs-err v2.11.0
13112024-09-23T15:46:45.692Z Compiling schemars v0.8.21
13122024-09-23T15:46:45.817Z Compiling managed v0.8.0
13132024-09-23T15:46:46.066Z Compiling adler2 v2.0.0
13142024-09-23T15:46:46.273Z Compiling tower-layer v0.3.2
13152024-09-23T15:46:46.297Z Compiling rustc-demangle v0.1.24
13162024-09-23T15:46:46.576Z Compiling ipnet v2.9.0
13172024-09-23T15:46:47.248Z Compiling base64 v0.21.7
13182024-09-23T15:46:47.328Z Compiling winnow v0.5.40
13192024-09-23T15:46:47.865Z Compiling either v1.13.0
13202024-09-23T15:46:47.926Z Compiling bitflags v1.3.2
13212024-09-23T15:46:48.031Z Compiling anyhow v1.0.89
13222024-09-23T15:46:48.052Z Compiling clap_builder v4.5.15
13232024-09-23T15:46:48.291Z Compiling hyper v0.14.30
13242024-09-23T15:46:48.403Z Compiling hyper v1.4.1
13252024-09-23T15:46:51.087Z Compiling toml_edit v0.19.15
13262024-09-23T15:46:51.271Z Compiling schemars_derive v0.8.21
13272024-09-23T15:46:52.349Z Compiling rustls-pemfile v1.0.4
13282024-09-23T15:46:52.824Z Compiling tower v0.4.13
13292024-09-23T15:46:52.842Z Compiling miniz_oxide v0.8.0
13302024-09-23T15:46:53.139Z Compiling phf v0.11.2
13312024-09-23T15:46:53.461Z Compiling elliptic-curve v0.13.8
13322024-09-23T15:46:53.775Z Compiling zerocopy v0.6.6
13332024-09-23T15:46:54.355Z Compiling cookie_store v0.20.0
13342024-09-23T15:46:54.828Z Compiling hubpack v0.1.2
13352024-09-23T15:46:55.709Z Compiling postgres-types v0.2.7
13362024-09-23T15:46:56.055Z Compiling hyper-rustls v0.24.2
13372024-09-23T15:46:56.131Z Compiling hyper-tls v0.5.0
13382024-09-23T15:46:56.494Z Compiling usdt-attr-macro v0.5.0
13392024-09-23T15:46:57.275Z Compiling usdt-macro v0.5.0
13402024-09-23T15:46:57.427Z Compiling serde-big-array v0.5.1
13412024-09-23T15:46:57.672Z Compiling serde_urlencoded v0.7.1
13422024-09-23T15:46:57.961Z Compiling ed25519 v2.2.3
13432024-09-23T15:46:58.203Z Compiling pkcs1 v0.7.5
13442024-09-23T15:46:58.226Z Compiling futures-executor v0.3.30
13452024-09-23T15:46:58.809Z Compiling rfc6979 v0.4.0
13462024-09-23T15:46:58.869Z Compiling regex v1.10.6
13472024-09-23T15:46:58.971Z Compiling bstr v1.9.1
13482024-09-23T15:46:58.999Z Compiling strum_macros v0.25.3
13492024-09-23T15:46:59.225Z Compiling serde_repr v0.1.19
13502024-09-23T15:46:59.462Z Compiling clap_derive v4.5.13
13512024-09-23T15:47:00.014Z Compiling enum-as-inner v0.6.0
13522024-09-23T15:47:00.082Z Compiling phf_shared v0.10.0
13532024-09-23T15:47:00.413Z Compiling float-cmp v0.9.0
13542024-09-23T15:47:00.501Z Compiling idna v0.4.0
13552024-09-23T15:47:00.642Z Compiling mio v0.8.11
13562024-09-23T15:47:00.848Z Compiling encoding_rs v0.8.34
13572024-09-23T15:47:01.180Z Compiling difflib v0.4.0
13582024-09-23T15:47:02.019Z Compiling dyn-clone v1.0.17
13592024-09-23T15:47:02.122Z Compiling predicates-core v1.0.6
13602024-09-23T15:47:02.250Z Compiling bit-vec v0.6.3
13612024-09-23T15:47:02.490Z Compiling data-encoding v2.6.0
13622024-09-23T15:47:02.721Z Compiling mime v0.3.17
13632024-09-23T15:47:02.749Z Compiling webpki-roots v0.25.4
13642024-09-23T15:47:02.922Z Compiling minimal-lexical v0.2.1
13652024-09-23T15:47:03.174Z Compiling static_assertions v1.1.0
13662024-09-23T15:47:03.266Z Compiling new_debug_unreachable v1.0.6
13672024-09-23T15:47:03.288Z Compiling whoami v1.5.1
13682024-09-23T15:47:03.318Z Compiling sync_wrapper v0.1.2
13692024-09-23T15:47:03.363Z Compiling unicode-segmentation v1.11.0
13702024-09-23T15:47:03.423Z Compiling normalize-line-endings v0.3.0
13712024-09-23T15:47:03.454Z Compiling precomputed-hash v0.1.1
13722024-09-23T15:47:03.550Z Compiling fixedbitset v0.4.2
13732024-09-23T15:47:03.577Z Compiling toml_edit v0.22.20
13742024-09-23T15:47:03.944Z Compiling petgraph v0.6.5
13752024-09-23T15:47:04.023Z Compiling tokio-postgres v0.7.11
13762024-09-23T15:47:04.235Z Compiling similar v2.6.0
13772024-09-23T15:47:04.741Z Compiling clap v4.5.16
13782024-09-23T15:47:04.874Z Compiling string_cache v0.8.7
13792024-09-23T15:47:04.980Z Compiling predicates v3.1.2
13802024-09-23T15:47:05.369Z Compiling reqwest v0.11.27
13812024-09-23T15:47:05.389Z Compiling nom v7.1.3
13822024-09-23T15:47:06.748Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13832024-09-23T15:47:06.780Z Compiling hickory-proto v0.24.1
13842024-09-23T15:47:07.945Z Compiling console v0.15.8
13852024-09-23T15:47:09.318Z Compiling bit-set v0.5.3
13862024-09-23T15:47:09.651Z Compiling signal-hook-mio v0.2.4
13872024-09-23T15:47:09.795Z Compiling usdt v0.5.0
13882024-09-23T15:47:09.837Z Compiling ecdsa v0.16.9
13892024-09-23T15:47:10.128Z Compiling rsa v0.9.6
13902024-09-23T15:47:10.284Z Compiling futures v0.3.30
13912024-09-23T15:47:10.412Z Compiling ed25519-dalek v2.1.1
13922024-09-23T15:47:10.693Z Compiling flate2 v1.0.33
13932024-09-23T15:47:11.690Z Compiling toml v0.7.8
13942024-09-23T15:47:11.822Z Compiling hyper-util v0.1.7
13952024-09-23T15:47:13.511Z Compiling itertools v0.10.5
13962024-09-23T15:47:13.587Z Compiling itertools v0.12.1
13972024-09-23T15:47:14.162Z Compiling tokio-stream v0.1.15
13982024-09-23T15:47:14.299Z Compiling openapiv3 v2.0.0
13992024-09-23T15:47:15.024Z Compiling hex v0.4.3
14002024-09-23T15:47:15.284Z Compiling x509-cert v0.2.5
14012024-09-23T15:47:15.652Z Compiling sha1 v0.10.6
14022024-09-23T15:47:16.135Z Compiling crossbeam-epoch v0.9.18
14032024-09-23T15:47:16.485Z Compiling dirs-sys-next v0.1.2
14042024-09-23T15:47:16.861Z Compiling peg-runtime v0.8.3
14052024-09-23T15:47:16.899Z Compiling unicode-xid v0.2.4
14062024-09-23T15:47:17.095Z Compiling lalrpop-util v0.19.12
14072024-09-23T15:47:17.176Z Compiling dirs-next v2.0.0
14082024-09-23T15:47:17.385Z Compiling thread_local v1.1.8
14092024-09-23T15:47:17.486Z Compiling slog-async v2.8.0
14102024-09-23T15:47:17.567Z Compiling term v0.7.0
14112024-09-23T15:47:17.667Z Compiling xattr v1.3.1
14122024-09-23T15:47:17.943Z Compiling crossbeam-channel v0.5.12
14132024-09-23T15:47:17.963Z Compiling strum_macros v0.26.4
14142024-09-23T15:47:18.133Z Compiling filetime v0.2.25
14152024-09-23T15:47:18.445Z Compiling is-terminal v0.4.12
14162024-09-23T15:47:18.584Z Compiling take_mut v0.2.2
14172024-09-23T15:47:18.900Z Compiling slog-term v2.9.1
14182024-09-23T15:47:18.981Z Compiling tar v0.4.41
14192024-09-23T15:47:19.094Z Compiling camino v1.1.9
14202024-09-23T15:47:20.515Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14212024-09-23T15:47:21.345Z Compiling strum v0.26.3
14222024-09-23T15:47:21.430Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14232024-09-23T15:47:27.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14242024-09-23T15:47:27.530Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14252024-09-23T15:47:27.587ZSep 23 15:47:26.080 INFO Starting download, target: Cockroach
14262024-09-23T15:47:27.587ZSep 23 15:47:26.080 INFO Starting download, target: Clickhouse
14272024-09-23T15:47:27.587ZSep 23 15:47:26.080 INFO Starting download, target: Console
14282024-09-23T15:47:27.587ZSep 23 15:47:26.080 INFO Starting download, target: DendriteOpenapi
14292024-09-23T15:47:27.587ZSep 23 15:47:26.080 INFO Starting download, target: DendriteStub
14302024-09-23T15:47:27.587ZSep 23 15:47:26.080 INFO Starting download, target: MaghemiteMgd
14312024-09-23T15:47:27.590ZSep 23 15:47:26.080 INFO Starting download, target: TransceiverControl
14322024-09-23T15:47:27.590ZSep 23 15:47:26.081 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14332024-09-23T15:47:27.590ZSep 23 15:47:26.081 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14342024-09-23T15:47:27.590ZSep 23 15:47:26.081 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
14352024-09-23T15:47:27.590ZSep 23 15:47:26.081 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14362024-09-23T15:47:27.590ZSep 23 15:47:26.081 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14372024-09-23T15:47:27.590ZSep 23 15:47:26.081 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14382024-09-23T15:47:27.590ZSep 23 15:47:26.081 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14392024-09-23T15:47:27.782ZSep 23 15:47:26.263 INFO Download complete, target: DendriteOpenapi
14402024-09-23T15:47:27.952ZSep 23 15:47:26.428 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14412024-09-23T15:47:28.108ZSep 23 15:47:26.598 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14422024-09-23T15:47:28.205ZSep 23 15:47:26.698 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14432024-09-23T15:47:28.220ZSep 23 15:47:26.713 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14442024-09-23T15:47:28.594ZSep 23 15:47:27.087 INFO Download complete, target: Console
14452024-09-23T15:47:28.752ZSep 23 15:47:27.244 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14462024-09-23T15:47:28.752ZSep 23 15:47:27.245 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14472024-09-23T15:47:28.754ZSep 23 15:47:27.247 INFO Download complete, target: TransceiverControl
14482024-09-23T15:47:29.776ZSep 23 15:47:28.269 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14492024-09-23T15:47:31.417ZSep 23 15:47:29.909 INFO Download complete, target: DendriteStub
14502024-09-23T15:47:31.617ZSep 23 15:47:30.109 INFO Download complete, target: MaghemiteMgd
14512024-09-23T15:47:37.069ZSep 23 15:47:35.560 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14522024-09-23T15:47:37.427ZSep 23 15:47:35.917 INFO Checking that binary works, target: Cockroach
14532024-09-23T15:47:37.635ZSep 23 15:47:36.126 INFO Download complete, target: Cockroach
14542024-09-23T15:47:43.802ZSep 23 15:47:42.292 INFO Checking that binary works, target: Clickhouse
14552024-09-23T15:47:44.390ZSep 23 15:47:42.879 INFO Download complete, target: Clickhouse
14562024-09-23T15:47:44.600ZAll builder prerequisites installed successfully, and PATH looks valid
14572024-09-23T15:47:44.602Z
14582024-09-23T15:47:44.603Zreal 4:36.922308015
14592024-09-23T15:47:44.603Zuser 12:43.382076454
14602024-09-23T15:47:44.603Zsys 2:37.908232412
14612024-09-23T15:47:44.603Ztrap 0.491448111
14622024-09-23T15:47:44.603Ztflt 5.588465837
14632024-09-23T15:47:44.603Zdflt 4.301821368
14642024-09-23T15:47:44.603Zkflt 0.150620937
14652024-09-23T15:47:44.603Zlock 25:32.947745277
14662024-09-23T15:47:44.603Zslp 50:31.546741194
14672024-09-23T15:47:44.603Zlat 43.632171831
14682024-09-23T15:47:44.603Zstop 1:59.829928772
14692024-09-23T15:47:44.603Z+ banner hack-check
14702024-09-23T15:47:44.605Z
14712024-09-23T15:47:44.605Z # # ## #### # # #### # # ###### #### # #
14722024-09-23T15:47:44.605Z # # # # # # # # # # # # # # # # #
14732024-09-23T15:47:44.605Z ###### # # # #### ##### # ###### ##### # ####
14742024-09-23T15:47:44.605Z # # ###### # # # # # # # # # #
14752024-09-23T15:47:44.605Z # # # # # # # # # # # # # # # # #
14762024-09-23T15:47:44.605Z # # # # #### # # #### # # ###### #### # #
14772024-09-23T15:47:44.605Z
14782024-09-23T15:47:44.605Z+ export CARGO_INCREMENTAL=0
14792024-09-23T15:47:44.605Z+ CARGO_INCREMENTAL=0
14802024-09-23T15:47:44.606Z+ ptime -m timeout 2h cargo xtask check-features --ci
14812024-09-23T15:47:45.233Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14822024-09-23T15:47:49.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
14832024-09-23T15:47:49.460Z Running `target/debug/xtask check-features --ci`
14842024-09-23T15:47:49.484Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14852024-09-23T15:47:49.484Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14862024-09-23T15:47:50.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14872024-09-23T15:47:50.039Z Running `target/debug/xtask download cargo-hack`
14882024-09-23T15:47:50.990Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14892024-09-23T15:47:51.386Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14902024-09-23T15:47:55.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
14912024-09-23T15:47:55.997Z Running `target/debug/xtask-downloader cargo-hack`
14922024-09-23T15:47:56.036ZSep 23 15:47:54.523 INFO Starting download, target: CargoHack
14932024-09-23T15:47:56.039ZSep 23 15:47:54.524 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14942024-09-23T15:47:56.570ZSep 23 15:47:55.057 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14952024-09-23T15:47:56.670ZSep 23 15:47:55.156 INFO Download complete, target: CargoHack
14962024-09-23T15:47:56.674Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14972024-09-23T15:47:56.691Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14982024-09-23T15:47:56.851Zinfo: running `cargo check --bins` on api_identity (1/162)
14992024-09-23T15:47:57.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15002024-09-23T15:47:57.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15012024-09-23T15:47:57.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15022024-09-23T15:47:57.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15032024-09-23T15:47:57.553Z
15042024-09-23T15:47:57.553Zinfo: running `cargo check --bins` on bootstore (2/162)
15052024-09-23T15:47:58.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15062024-09-23T15:47:58.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15072024-09-23T15:47:58.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15082024-09-23T15:47:58.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
15092024-09-23T15:47:58.281Z
15102024-09-23T15:47:58.281Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/162)
15112024-09-23T15:47:58.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15122024-09-23T15:47:58.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15132024-09-23T15:47:58.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15142024-09-23T15:47:58.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15152024-09-23T15:47:58.963Z
15162024-09-23T15:47:58.963Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/162)
15172024-09-23T15:47:59.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15182024-09-23T15:47:59.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15192024-09-23T15:47:59.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15202024-09-23T15:47:59.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
15212024-09-23T15:47:59.663Z
15222024-09-23T15:47:59.663Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/162)
15232024-09-23T15:48:00.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15242024-09-23T15:48:00.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15252024-09-23T15:48:00.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15262024-09-23T15:48:00.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15272024-09-23T15:48:00.169Z
15282024-09-23T15:48:00.169Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/162)
15292024-09-23T15:48:00.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-09-23T15:48:00.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-09-23T15:48:00.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-09-23T15:48:00.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15332024-09-23T15:48:00.688Z
15342024-09-23T15:48:00.688Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/162)
15352024-09-23T15:48:01.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-09-23T15:48:01.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-09-23T15:48:01.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-09-23T15:48:01.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15392024-09-23T15:48:01.225Z
15402024-09-23T15:48:01.225Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/162)
15412024-09-23T15:48:01.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-09-23T15:48:01.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-09-23T15:48:01.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15442024-09-23T15:48:01.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15452024-09-23T15:48:01.743Z
15462024-09-23T15:48:01.743Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/162)
15472024-09-23T15:48:02.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15482024-09-23T15:48:02.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15492024-09-23T15:48:02.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15502024-09-23T15:48:02.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15512024-09-23T15:48:02.260Z
15522024-09-23T15:48:02.260Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/162)
15532024-09-23T15:48:02.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15542024-09-23T15:48:02.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15552024-09-23T15:48:02.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15562024-09-23T15:48:02.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15572024-09-23T15:48:02.770Z
15582024-09-23T15:48:02.770Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/162)
15592024-09-23T15:48:03.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15602024-09-23T15:48:03.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15612024-09-23T15:48:03.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15622024-09-23T15:48:03.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15632024-09-23T15:48:03.274Z
15642024-09-23T15:48:03.274Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/162)
15652024-09-23T15:48:03.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15662024-09-23T15:48:03.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15672024-09-23T15:48:03.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15682024-09-23T15:48:03.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15692024-09-23T15:48:03.801Z
15702024-09-23T15:48:03.801Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/162)
15712024-09-23T15:48:04.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15722024-09-23T15:48:04.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15732024-09-23T15:48:04.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15742024-09-23T15:48:04.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15752024-09-23T15:48:04.342Z
15762024-09-23T15:48:04.342Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/162)
15772024-09-23T15:48:04.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15782024-09-23T15:48:04.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15792024-09-23T15:48:04.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15802024-09-23T15:48:04.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15812024-09-23T15:48:04.857Z
15822024-09-23T15:48:04.857Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/162)
15832024-09-23T15:48:05.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15842024-09-23T15:48:05.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15852024-09-23T15:48:05.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15862024-09-23T15:48:05.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15872024-09-23T15:48:05.362Z
15882024-09-23T15:48:05.362Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/162)
15892024-09-23T15:48:05.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15902024-09-23T15:48:05.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15912024-09-23T15:48:05.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15922024-09-23T15:48:05.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15932024-09-23T15:48:05.865Z
15942024-09-23T15:48:05.865Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/162)
15952024-09-23T15:48:06.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15962024-09-23T15:48:06.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15972024-09-23T15:48:06.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15982024-09-23T15:48:06.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15992024-09-23T15:48:06.371Z
16002024-09-23T15:48:06.371Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/162)
16012024-09-23T15:48:06.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16022024-09-23T15:48:06.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16032024-09-23T15:48:06.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16042024-09-23T15:48:06.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16052024-09-23T15:48:06.913Z
16062024-09-23T15:48:06.913Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/162)
16072024-09-23T15:48:07.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16082024-09-23T15:48:07.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16092024-09-23T15:48:07.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16102024-09-23T15:48:07.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16112024-09-23T15:48:07.449Z
16122024-09-23T15:48:07.449Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/162)
16132024-09-23T15:48:07.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16142024-09-23T15:48:07.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16152024-09-23T15:48:07.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16162024-09-23T15:48:07.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16172024-09-23T15:48:07.973Z
16182024-09-23T15:48:07.973Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/162)
16192024-09-23T15:48:08.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-09-23T15:48:08.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-09-23T15:48:08.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-09-23T15:48:08.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16232024-09-23T15:48:08.492Z
16242024-09-23T15:48:08.492Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/162)
16252024-09-23T15:48:08.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-09-23T15:48:08.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-09-23T15:48:08.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-09-23T15:48:08.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16292024-09-23T15:48:09.004Z
16302024-09-23T15:48:09.004Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/162)
16312024-09-23T15:48:09.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-09-23T15:48:09.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-09-23T15:48:09.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-09-23T15:48:09.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16352024-09-23T15:48:09.515Z
16362024-09-23T15:48:09.515Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/162)
16372024-09-23T15:48:09.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-09-23T15:48:09.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-09-23T15:48:09.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-09-23T15:48:09.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16412024-09-23T15:48:10.016Z
16422024-09-23T15:48:10.016Zinfo: running `cargo check --bins` on sled-hardware-types (25/162)
16432024-09-23T15:48:10.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-09-23T15:48:10.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-09-23T15:48:10.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-09-23T15:48:10.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16472024-09-23T15:48:10.710Z
16482024-09-23T15:48:10.711Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/162)
16492024-09-23T15:48:11.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-09-23T15:48:11.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-09-23T15:48:11.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-09-23T15:48:11.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
16532024-09-23T15:48:11.395Z
16542024-09-23T15:48:11.395Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/162)
16552024-09-23T15:48:12.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-09-23T15:48:12.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-09-23T15:48:12.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-09-23T15:48:12.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
16592024-09-23T15:48:12.099Z
16602024-09-23T15:48:12.099Zinfo: running `cargo check --bins` on oxlog (28/162)
16612024-09-23T15:48:12.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-09-23T15:48:12.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-09-23T15:48:12.756Z Checking cfg-if v1.0.0
16642024-09-23T15:48:12.759Z Checking libc v0.2.158
16652024-09-23T15:48:12.855Z Checking serde v1.0.208
16662024-09-23T15:48:12.858Z Checking zeroize v1.8.1
16672024-09-23T15:48:12.873Z Checking memchr v2.7.2
16682024-09-23T15:48:12.876Z Checking typenum v1.17.0
16692024-09-23T15:48:12.882Z Checking scopeguard v1.2.0
16702024-09-23T15:48:12.885Z Checking byteorder v1.5.0
16712024-09-23T15:48:12.917Z Checking value-bag v1.9.0
16722024-09-23T15:48:13.027Z Checking lock_api v0.4.12
16732024-09-23T15:48:13.307Z Checking const-oid v0.9.6
16742024-09-23T15:48:13.322Z Checking log v0.4.21
16752024-09-23T15:48:13.328Z Checking subtle v2.5.0
16762024-09-23T15:48:13.612Z Checking itoa v1.0.11
16772024-09-23T15:48:13.634Z Checking once_cell v1.19.0
16782024-09-23T15:48:13.777Z Checking pin-project-lite v0.2.14
16792024-09-23T15:48:13.802Z Checking smallvec v1.13.2
16802024-09-23T15:48:13.881Z Checking zerocopy v0.7.34
16812024-09-23T15:48:13.931Z Checking getrandom v0.2.14
16822024-09-23T15:48:13.931Z Checking signal-hook-registry v1.4.2
16832024-09-23T15:48:14.114Z Checking mio v1.0.2
16842024-09-23T15:48:14.143Z Checking socket2 v0.5.7
16852024-09-23T15:48:14.156Z Checking parking_lot_core v0.9.10
16862024-09-23T15:48:14.180Z Checking rand_core v0.6.4
16872024-09-23T15:48:14.474Z Checking futures-core v0.3.30
16882024-09-23T15:48:14.494Z Checking parking_lot v0.12.2
16892024-09-23T15:48:14.570Z Checking futures-sink v0.3.30
16902024-09-23T15:48:14.653Z Checking cpufeatures v0.2.12
16912024-09-23T15:48:14.695Z Checking allocator-api2 v0.2.18
16922024-09-23T15:48:14.710Z Checking spin v0.9.8
16932024-09-23T15:48:14.732Z Checking slab v0.4.9
16942024-09-23T15:48:14.797Z Checking tinyvec_macros v0.1.1
16952024-09-23T15:48:14.871Z Checking equivalent v1.0.1
16962024-09-23T15:48:14.968Z Checking tinyvec v1.6.0
16972024-09-23T15:48:14.983Z Checking futures-channel v0.3.30
16982024-09-23T15:48:14.995Z Checking futures-io v0.3.30
16992024-09-23T15:48:15.017Z Checking pin-utils v0.1.0
17002024-09-23T15:48:15.077Z Checking ahash v0.8.11
17012024-09-23T15:48:15.098Z Checking futures-task v0.3.30
17022024-09-23T15:48:15.158Z Checking base64ct v1.6.0
17032024-09-23T15:48:15.290Z Checking fnv v1.0.7
17042024-09-23T15:48:15.290Z Checking flagset v0.4.5
17052024-09-23T15:48:15.312Z Checking futures-util v0.3.30
17062024-09-23T15:48:15.417Z Checking unicode-bidi v0.3.15
17072024-09-23T15:48:15.460Z Checking libm v0.2.8
17082024-09-23T15:48:15.556Z Checking pem-rfc7468 v0.7.0
17092024-09-23T15:48:15.571Z Checking hashbrown v0.14.5
17102024-09-23T15:48:15.811Z Checking ryu v1.0.18
17112024-09-23T15:48:15.913Z Checking tracing-core v0.1.32
17122024-09-23T15:48:16.053Z Checking ppv-lite86 v0.2.17
17132024-09-23T15:48:16.163Z Checking unicode-normalization v0.1.23
17142024-09-23T15:48:16.359Z Checking num-traits v0.2.19
17152024-09-23T15:48:16.528Z Checking tracing v0.1.40
17162024-09-23T15:48:16.679Z Checking percent-encoding v2.3.1
17172024-09-23T15:48:16.695Z Checking rand_chacha v0.3.1
17182024-09-23T15:48:16.830Z Checking try-lock v0.2.5
17192024-09-23T15:48:16.885Z Checking untrusted v0.9.0
17202024-09-23T15:48:16.953Z Checking want v0.3.1
17212024-09-23T15:48:16.981Z Checking httparse v1.8.0
17222024-09-23T15:48:17.030Z Checking ring v0.17.8
17232024-09-23T15:48:17.043Z Checking rand v0.8.5
17242024-09-23T15:48:17.119Z Checking thiserror v1.0.63
17252024-09-23T15:48:17.216Z Checking tower-service v0.3.2
17262024-09-23T15:48:17.317Z Checking httpdate v1.0.3
17272024-09-23T15:48:17.390Z Checking foreign-types-shared v0.1.1
17282024-09-23T15:48:17.417Z Checking generic-array v0.14.7
17292024-09-23T15:48:17.477Z Checking bytes v1.7.1
17302024-09-23T15:48:17.492Z Checking indexmap v2.4.0
17312024-09-23T15:48:17.534Z Checking der v0.7.9
17322024-09-23T15:48:17.989Z Checking bitflags v2.6.0
17332024-09-23T15:48:18.276Z Checking serde_json v1.0.125
17342024-09-23T15:48:18.304Z Checking foreign-types v0.3.2
17352024-09-23T15:48:18.341Z Checking tokio v1.39.3
17362024-09-23T15:48:18.393Z Checking http v0.2.12
17372024-09-23T15:48:18.553Z Checking crypto-common v0.1.6
17382024-09-23T15:48:18.741Z Checking block-buffer v0.10.4
17392024-09-23T15:48:18.756Z Checking block-padding v0.3.3
17402024-09-23T15:48:18.899Z Checking form_urlencoded v1.2.1
17412024-09-23T15:48:18.940Z Checking digest v0.10.7
17422024-09-23T15:48:18.942Z Checking inout v0.1.3
17432024-09-23T15:48:19.098Z Checking openssl-sys v0.9.103
17442024-09-23T15:48:19.193Z Checking cipher v0.4.4
17452024-09-23T15:48:19.296Z Checking hmac v0.12.1
17462024-09-23T15:48:19.424Z Checking sha2 v0.10.8
17472024-09-23T15:48:19.505Z Checking pbkdf2 v0.12.2
17482024-09-23T15:48:19.581Z Checking salsa20 v0.10.2
17492024-09-23T15:48:19.658Z Checking spki v0.7.3
17502024-09-23T15:48:19.710Z Checking aes v0.8.4
17512024-09-23T15:48:19.777Z Checking cbc v0.1.2
17522024-09-23T15:48:19.904Z Checking aho-corasick v1.1.3
17532024-09-23T15:48:19.929Z Checking siphasher v0.3.11
17542024-09-23T15:48:19.960Z Checking scrypt v0.11.0
17552024-09-23T15:48:19.976Z Checking powerfmt v0.2.0
17562024-09-23T15:48:20.171Z Checking regex-syntax v0.8.4
17572024-09-23T15:48:20.201Z Checking unicode-ident v1.0.12
17582024-09-23T15:48:20.231Z Checking http-body v0.4.6
17592024-09-23T15:48:20.246Z Checking deranged v0.3.11
17602024-09-23T15:48:20.341Z Checking openssl v0.10.66
17612024-09-23T15:48:20.361Z Checking proc-macro2 v1.0.86
17622024-09-23T15:48:20.568Z Checking pkcs5 v0.7.1
17632024-09-23T15:48:20.604Z Checking signature v2.2.0
17642024-09-23T15:48:20.779Z Checking sct v0.7.1
17652024-09-23T15:48:20.974Z Checking rustls-webpki v0.101.7
17662024-09-23T15:48:21.038Z Checking http v1.1.0
17672024-09-23T15:48:21.090Z Checking pkcs8 v0.10.2
17682024-09-23T15:48:21.405Z Checking uuid v1.10.0
17692024-09-23T15:48:21.522Z Checking idna v0.5.0
17702024-09-23T15:48:21.691Z Checking scroll v0.12.0
17712024-09-23T15:48:21.980Z Checking socket2 v0.4.10
17722024-09-23T15:48:21.995Z Checking errno v0.3.9
17732024-09-23T15:48:22.159Z Checking finl_unicode v1.2.0
17742024-09-23T15:48:22.159Z Checking iana-time-zone v0.1.60
17752024-09-23T15:48:22.309Z Checking utf8parse v0.2.1
17762024-09-23T15:48:22.372Z Checking num_threads v0.1.7
17772024-09-23T15:48:22.401Z Checking anstyle v1.0.8
17782024-09-23T15:48:22.401Z Checking plain v0.2.3
17792024-09-23T15:48:22.463Z Checking time-core v0.1.2
17802024-09-23T15:48:22.496Z Checking num-conv v0.1.0
17812024-09-23T15:48:22.548Z Checking ucd-trie v0.1.6
17822024-09-23T15:48:22.614Z Checking openssl-probe v0.1.5
17832024-09-23T15:48:22.736Z Checking time v0.3.36
17842024-09-23T15:48:22.751Z Checking pest v2.7.10
17852024-09-23T15:48:22.754Z Checking stringprep v0.1.4
17862024-09-23T15:48:22.754Z Checking goblin v0.8.2
17872024-09-23T15:48:22.788Z Checking anstyle-parse v0.2.4
17882024-09-23T15:48:23.048Z Checking url v2.5.2
17892024-09-23T15:48:23.051Z Checking chrono v0.4.38
17902024-09-23T15:48:23.377Z Checking regex-automata v0.4.6
17912024-09-23T15:48:23.860Z Checking rustix v0.38.34
17922024-09-23T15:48:25.164Z Checking rustls v0.21.12
17932024-09-23T15:48:25.183Z Checking quote v1.0.36
17942024-09-23T15:48:25.218Z Checking tokio-util v0.7.11
17952024-09-23T15:48:25.282Z Checking md-5 v0.10.6
17962024-09-23T15:48:25.495Z Checking num-integer v0.1.46
17972024-09-23T15:48:25.517Z Checking toml_datetime v0.6.8
17982024-09-23T15:48:25.780Z Checking serde_spanned v0.6.7
17992024-09-23T15:48:25.802Z Checking native-tls v0.2.11
18002024-09-23T15:48:25.951Z Checking idna v0.3.0
18012024-09-23T15:48:25.967Z Checking lazy_static v1.5.0
18022024-09-23T15:48:26.038Z Checking h2 v0.3.26
18032024-09-23T15:48:26.078Z Checking ff v0.13.0
18042024-09-23T15:48:26.112Z Checking hash32 v0.2.1
18052024-09-23T15:48:26.273Z Checking colorchoice v1.0.1
18062024-09-23T15:48:26.407Z Checking is_terminal_polyfill v1.70.0
18072024-09-23T15:48:26.425Z Checking psl-types v2.0.11
18082024-09-23T15:48:26.515Z Checking gimli v0.28.1
18092024-09-23T15:48:26.603Z Checking pretty-hex v0.4.1
18102024-09-23T15:48:26.772Z Checking base16ct v0.2.0
18112024-09-23T15:48:26.775Z Checking stable_deref_trait v1.2.0
18122024-09-23T15:48:26.883Z Checking fallible-iterator v0.2.0
18132024-09-23T15:48:26.965Z Checking anstyle-query v1.0.3
18142024-09-23T15:48:27.091Z Checking base64 v0.22.1
18152024-09-23T15:48:27.342Z Checking adler v1.0.2
18162024-09-23T15:48:27.495Z Checking atomic-waker v1.1.2
18172024-09-23T15:48:27.510Z Checking miniz_oxide v0.7.2
18182024-09-23T15:48:27.580Z Checking postgres-protocol v0.6.7
18192024-09-23T15:48:27.621Z Checking h2 v0.4.6
18202024-09-23T15:48:27.766Z Checking dof v0.3.0
18212024-09-23T15:48:27.935Z Checking terminal_size v0.3.0
18222024-09-23T15:48:27.960Z Checking anstream v0.6.14
18232024-09-23T15:48:28.100Z Checking sec1 v0.7.3
18242024-09-23T15:48:28.218Z Checking heapless v0.7.17
18252024-09-23T15:48:28.312Z Checking publicsuffix v2.2.3
18262024-09-23T15:48:28.384Z Checking group v0.13.0
18272024-09-23T15:48:28.398Z Checking tokio-rustls v0.24.1
18282024-09-23T15:48:28.458Z Checking tokio-native-tls v0.3.1
18292024-09-23T15:48:28.553Z Checking num-iter v0.1.45
18302024-09-23T15:48:28.622Z Checking syn v2.0.74
18312024-09-23T15:48:28.713Z Checking dtrace-parser v0.2.0
18322024-09-23T15:48:28.728Z Checking cookie v0.17.0
18332024-09-23T15:48:28.744Z Checking http-body v1.0.0
18342024-09-23T15:48:28.935Z Checking phf_shared v0.11.2
18352024-09-23T15:48:29.120Z Checking hkdf v0.12.4
18362024-09-23T15:48:29.190Z Checking crypto-bigint v0.5.5
18372024-09-23T15:48:29.203Z Checking pin-project v1.1.5
18382024-09-23T15:48:29.248Z Checking thread-id v4.2.1
18392024-09-23T15:48:29.321Z Checking object v0.32.2
18402024-09-23T15:48:29.323Z Checking winnow v0.5.40
18412024-09-23T15:48:29.353Z Checking adler2 v2.0.0
18422024-09-23T15:48:29.508Z Checking rustc-demangle v0.1.24
18432024-09-23T15:48:29.918Z Checking either v1.13.0
18442024-09-23T15:48:30.325Z Checking ipnet v2.9.0
18452024-09-23T15:48:30.339Z Checking addr2line v0.21.0
18462024-09-23T15:48:30.770Z Checking bitflags v1.3.2
18472024-09-23T15:48:30.853Z Checking clap_lex v0.7.0
18482024-09-23T15:48:30.868Z Checking tower-layer v0.3.2
18492024-09-23T15:48:31.093Z Checking strsim v0.11.1
18502024-09-23T15:48:31.130Z Checking base64 v0.21.7
18512024-09-23T15:48:31.397Z Checking managed v0.8.0
18522024-09-23T15:48:31.605Z Checking rustls-pemfile v1.0.4
18532024-09-23T15:48:31.776Z Checking smoltcp v0.9.1
18542024-09-23T15:48:31.798Z Checking clap_builder v4.5.15
18552024-09-23T15:48:31.904Z Checking elliptic-curve v0.13.8
18562024-09-23T15:48:32.126Z Checking hyper v0.14.30
18572024-09-23T15:48:32.337Z Checking toml_edit v0.19.15
18582024-09-23T15:48:32.570Z Checking tower v0.4.13
18592024-09-23T15:48:33.281Z Checking miniz_oxide v0.8.0
18602024-09-23T15:48:33.300Z Checking phf v0.11.2
18612024-09-23T15:48:33.571Z Checking cookie_store v0.20.0
18622024-09-23T15:48:33.785Z Checking hyper v1.4.1
18632024-09-23T15:48:34.037Z Checking num-bigint-dig v0.8.4
18642024-09-23T15:48:34.224Z Checking postgres-types v0.2.7
18652024-09-23T15:48:34.754Z Checking bstr v1.9.1
18662024-09-23T15:48:34.809Z Checking regex v1.10.6
18672024-09-23T15:48:34.924Z Checking usdt-impl v0.5.0
18682024-09-23T15:48:34.950Z Checking pkcs1 v0.7.5
18692024-09-23T15:48:35.362Z Checking ed25519 v2.2.3
18702024-09-23T15:48:35.387Z Checking backtrace v0.3.71
18712024-09-23T15:48:35.434Z Checking phf_shared v0.10.0
18722024-09-23T15:48:35.454Z Checking futures-executor v0.3.30
18732024-09-23T15:48:35.611Z Checking rfc6979 v0.4.0
18742024-09-23T15:48:35.658Z Checking curve25519-dalek v4.1.3
18752024-09-23T15:48:35.677Z Checking serde_urlencoded v0.7.1
18762024-09-23T15:48:35.690Z Checking float-cmp v0.9.0
18772024-09-23T15:48:35.774Z Checking hubpack v0.1.2
18782024-09-23T15:48:35.833Z Checking serde-big-array v0.5.1
18792024-09-23T15:48:35.858Z Checking zerocopy v0.6.6
18802024-09-23T15:48:35.949Z Checking crc32fast v1.4.0
18812024-09-23T15:48:36.040Z Checking signal-hook v0.3.17
18822024-09-23T15:48:36.074Z Checking crossbeam-utils v0.8.19
18832024-09-23T15:48:36.090Z Checking idna v0.4.0
18842024-09-23T15:48:36.160Z Checking memmap v0.7.0
18852024-09-23T15:48:36.176Z Checking mio v0.8.11
18862024-09-23T15:48:36.345Z Checking encoding_rs v0.8.34
18872024-09-23T15:48:36.361Z Checking sync_wrapper v0.1.2
18882024-09-23T15:48:36.477Z Checking difflib v0.4.0
18892024-09-23T15:48:36.570Z Checking minimal-lexical v0.2.1
18902024-09-23T15:48:36.744Z Checking webpki-roots v0.25.4
18912024-09-23T15:48:36.758Z Checking new_debug_unreachable v1.0.6
18922024-09-23T15:48:36.778Z Checking bit-vec v0.6.3
18932024-09-23T15:48:36.840Z Checking precomputed-hash v0.1.1
18942024-09-23T15:48:36.888Z Checking normalize-line-endings v0.3.0
18952024-09-23T15:48:36.942Z Checking dyn-clone v1.0.17
18962024-09-23T15:48:36.958Z Checking unicode-segmentation v1.11.0
18972024-09-23T15:48:36.960Z Checking predicates-core v1.0.6
18982024-09-23T15:48:37.001Z Checking winnow v0.6.18
18992024-09-23T15:48:37.072Z Checking whoami v1.5.1
19002024-09-23T15:48:37.096Z Checking data-encoding v2.6.0
19012024-09-23T15:48:37.134Z Checking static_assertions v1.1.0
19022024-09-23T15:48:37.227Z Checking unicode-width v0.1.13
19032024-09-23T15:48:37.348Z Checking mime v0.3.17
19042024-09-23T15:48:37.406Z Checking fixedbitset v0.4.2
19052024-09-23T15:48:37.463Z Checking ed25519-dalek v2.1.1
19062024-09-23T15:48:37.640Z Checking similar v2.6.0
19072024-09-23T15:48:37.670Z Checking console v0.15.8
19082024-09-23T15:48:37.685Z Checking petgraph v0.6.5
19092024-09-23T15:48:37.752Z Checking hickory-proto v0.24.1
19102024-09-23T15:48:37.867Z Checking tokio-postgres v0.7.11
19112024-09-23T15:48:38.234Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19122024-09-23T15:48:38.335Z Checking hyper-tls v0.5.0
19132024-09-23T15:48:38.490Z Checking hyper-rustls v0.24.2
19142024-09-23T15:48:38.619Z Checking predicates v3.1.2
19152024-09-23T15:48:38.653Z Checking bit-set v0.5.3
19162024-09-23T15:48:38.781Z Checking reqwest v0.11.27
19172024-09-23T15:48:38.907Z Checking schemars v0.8.21
19182024-09-23T15:48:39.290Z Checking nom v7.1.3
19192024-09-23T15:48:39.946Z Checking toml_edit v0.22.20
19202024-09-23T15:48:40.397Z Checking string_cache v0.8.7
19212024-09-23T15:48:40.465Z Checking signal-hook-mio v0.2.4
19222024-09-23T15:48:40.619Z Checking crossbeam-epoch v0.9.18
19232024-09-23T15:48:40.685Z Checking usdt v0.5.0
19242024-09-23T15:48:40.943Z Checking rsa v0.9.6
19252024-09-23T15:48:41.002Z Checking flate2 v1.0.33
19262024-09-23T15:48:41.035Z Checking anyhow v1.0.89
19272024-09-23T15:48:41.050Z Checking hyper-util v0.1.7
19282024-09-23T15:48:41.422Z Checking ecdsa v0.16.9
19292024-09-23T15:48:41.640Z Checking futures v0.3.30
19302024-09-23T15:48:41.749Z Checking toml v0.7.8
19312024-09-23T15:48:41.968Z Checking clap v4.5.16
19322024-09-23T15:48:42.084Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19332024-09-23T15:48:42.113Z Checking itertools v0.10.5
19342024-09-23T15:48:42.128Z Checking itertools v0.12.1
19352024-09-23T15:48:42.142Z Checking tokio-stream v0.1.15
19362024-09-23T15:48:42.450Z Checking fs-err v2.11.0
19372024-09-23T15:48:42.472Z Checking slog v2.7.0
19382024-09-23T15:48:42.572Z Checking x509-cert v0.2.5
19392024-09-23T15:48:42.921Z Checking openapiv3 v2.0.0
19402024-09-23T15:48:42.946Z Checking sha1 v0.10.6
19412024-09-23T15:48:42.980Z Checking hex v0.4.3
19422024-09-23T15:48:42.996Z Checking semver v1.0.23
19432024-09-23T15:48:43.214Z Checking lalrpop-util v0.19.12
19442024-09-23T15:48:43.402Z Checking peg-runtime v0.8.3
19452024-09-23T15:48:43.481Z Checking camino v1.1.9
19462024-09-23T15:48:43.494Z Checking sigpipe v0.1.3
19472024-09-23T15:48:45.552Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19482024-09-23T15:48:45.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.74s
19492024-09-23T15:48:45.997Z
19502024-09-23T15:48:45.997Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/162)
19512024-09-23T15:48:46.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522024-09-23T15:48:46.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532024-09-23T15:48:46.702Z Compiling regress v0.9.1
19542024-09-23T15:48:46.801Z Checking strum v0.26.3
19552024-09-23T15:48:46.817Z Checking heck v0.5.0
19562024-09-23T15:48:46.828Z Compiling getopts v0.2.21
19572024-09-23T15:48:46.839Z Checking dirs-sys-next v0.1.2
19582024-09-23T15:48:46.851Z Compiling unsafe-libyaml v0.2.11
19592024-09-23T15:48:46.912Z Checking thread_local v1.1.8
19602024-09-23T15:48:46.974Z Compiling ident_case v1.0.1
19612024-09-23T15:48:46.998Z Checking dirs-next v2.0.0
19622024-09-23T15:48:47.116Z Checking rustls-pki-types v1.7.0
19632024-09-23T15:48:47.148Z Checking term v0.7.0
19642024-09-23T15:48:47.164Z Compiling darling_core v0.20.9
19652024-09-23T15:48:47.167Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19662024-09-23T15:48:47.498Z Checking crossbeam-channel v0.5.12
19672024-09-23T15:48:47.544Z Checking atty v0.2.14
19682024-09-23T15:48:47.575Z Checking is-terminal v0.4.12
19692024-09-23T15:48:47.667Z Compiling paste v1.0.15
19702024-09-23T15:48:47.697Z Checking take_mut v0.2.2
19712024-09-23T15:48:47.733Z Checking humantime v2.1.0
19722024-09-23T15:48:47.844Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19732024-09-23T15:48:48.025Z Checking termcolor v1.4.1
19742024-09-23T15:48:48.207Z Compiling serde_yaml v0.9.34+deprecated
19752024-09-23T15:48:48.210Z Checking utf-8 v0.7.6
19762024-09-23T15:48:48.234Z Compiling rustls v0.22.4
19772024-09-23T15:48:48.419Z Checking slog-async v2.8.0
19782024-09-23T15:48:48.442Z Checking env_logger v0.9.3
19792024-09-23T15:48:48.636Z Checking slog-term v2.9.1
19802024-09-23T15:48:48.693Z Checking rustls-webpki v0.102.4
19812024-09-23T15:48:48.748Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19822024-09-23T15:48:48.866Z Compiling proc-macro-crate v1.3.1
19832024-09-23T15:48:49.094Z Compiling bitstruct_derive v0.1.0
19842024-09-23T15:48:49.123Z Compiling structmeta-derive v0.3.0
19852024-09-23T15:48:49.457Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19862024-09-23T15:48:49.583Z Compiling multer v3.1.0
19872024-09-23T15:48:49.897Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19882024-09-23T15:48:49.978Z Checking ascii v1.1.0
19892024-09-23T15:48:50.188Z Checking match_cfg v0.1.0
19902024-09-23T15:48:50.238Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19912024-09-23T15:48:50.282Z Checking hostname v0.3.1
19922024-09-23T15:48:50.416Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19932024-09-23T15:48:50.487Z Checking bitstruct v0.1.1
19942024-09-23T15:48:50.622Z Compiling num_enum_derive v0.5.11
19952024-09-23T15:48:51.420Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19962024-09-23T15:48:51.804Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19972024-09-23T15:48:52.161Z Compiling structmeta v0.3.0
19982024-09-23T15:48:52.334Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19992024-09-23T15:48:52.628Z Checking slog-json v2.6.1
20002024-09-23T15:48:52.642Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20012024-09-23T15:48:52.676Z Checking erased-serde v0.3.31
20022024-09-23T15:48:52.887Z Checking serde_arrays v0.1.0
20032024-09-23T15:48:52.890Z Compiling foreign-types-macros v0.2.3
20042024-09-23T15:48:53.031Z Compiling async-stream-impl v0.3.5
20052024-09-23T15:48:53.235Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20062024-09-23T15:48:53.301Z Checking arc-swap v1.7.1
20072024-09-23T15:48:53.546Z Checking foreign-types-shared v0.3.1
20082024-09-23T15:48:53.660Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20092024-09-23T15:48:53.724Z Checking slog-scope v4.4.0
20102024-09-23T15:48:53.740Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20112024-09-23T15:48:53.979Z Checking num_enum v0.5.11
20122024-09-23T15:48:53.995Z Checking slog-bunyan v2.5.0
20132024-09-23T15:48:54.096Z Compiling darling_macro v0.20.9
20142024-09-23T15:48:54.131Z Compiling parse-display-derive v0.10.0
20152024-09-23T15:48:54.162Z Compiling proc-macro-error v1.0.4
20162024-09-23T15:48:54.202Z Checking foreign-types v0.5.0
20172024-09-23T15:48:54.466Z Checking async-stream v0.3.5
20182024-09-23T15:48:54.718Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20192024-09-23T15:48:54.778Z Checking toml v0.8.19
20202024-09-23T15:48:54.866Z Checking tungstenite v0.20.1
20212024-09-23T15:48:55.003Z Checking rustls-pemfile v2.1.3
20222024-09-23T15:48:55.069Z Compiling darling v0.20.9
20232024-09-23T15:48:55.192Z Compiling serde_with_macros v3.9.0
20242024-09-23T15:48:55.248Z Checking waitgroup v0.1.2
20252024-09-23T15:48:55.304Z Checking tokio-rustls v0.25.0
20262024-09-23T15:48:55.375Z Compiling heck v0.3.3
20272024-09-23T15:48:55.466Z Checking ipnetwork v0.20.0
20282024-09-23T15:48:55.662Z Checking newtype-uuid v1.1.0
20292024-09-23T15:48:55.733Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20302024-09-23T15:48:55.813Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20312024-09-23T15:48:55.830Z Checking serde_path_to_error v0.1.16
20322024-09-23T15:48:55.897Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20332024-09-23T15:48:56.612Z Checking cstr-argument v0.1.2
20342024-09-23T15:48:56.618Z Checking hostname v0.4.0
20352024-09-23T15:48:56.618Z Checking instant v0.1.12
20362024-09-23T15:48:56.685Z Checking debug-ignore v1.0.5
20372024-09-23T15:48:56.721Z Checking fastrand v2.1.0
20382024-09-23T15:48:56.723Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
20392024-09-23T15:48:56.820Z Checking pretty-hex v0.2.1
20402024-09-23T15:48:56.983Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20412024-09-23T15:48:57.054Z Checking tempfile v3.10.1
20422024-09-23T15:48:57.075Z Checking backoff v0.4.0
20432024-09-23T15:48:57.263Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20442024-09-23T15:48:57.374Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20452024-09-23T15:48:57.464Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20462024-09-23T15:48:57.600Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20472024-09-23T15:48:57.692Z Compiling zone_cfg_derive v0.1.2
20482024-09-23T15:48:57.708Z Checking tokio-tungstenite v0.20.1
20492024-09-23T15:48:57.968Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20502024-09-23T15:48:58.179Z Checking slog-stdlog v4.1.1
20512024-09-23T15:48:58.238Z Checking serde_with v3.9.0
20522024-09-23T15:48:58.339Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20532024-09-23T15:48:58.498Z Checking tungstenite v0.21.0
20542024-09-23T15:48:58.722Z Checking colored v2.1.0
20552024-09-23T15:48:58.842Z Checking parse-display v0.10.0
20562024-09-23T15:48:59.114Z Checking macaddr v1.0.1
20572024-09-23T15:48:59.145Z Checking base64 v0.13.1
20582024-09-23T15:48:59.345Z Checking zone v0.1.8
20592024-09-23T15:48:59.538Z Checking tokio-tungstenite v0.21.0
20602024-09-23T15:48:59.635Z Checking ron v0.7.1
20612024-09-23T15:49:00.001Z Checking slog-envlogger v2.2.0
20622024-09-23T15:49:00.002Z Checking pem v3.0.4
20632024-09-23T15:49:00.222Z Checking tabwriter v1.4.0
20642024-09-23T15:49:00.290Z Checking xattr v1.3.1
20652024-09-23T15:49:00.464Z Checking portpicker v0.1.1
20662024-09-23T15:49:00.484Z Checking yasna v0.5.2
20672024-09-23T15:49:00.605Z Checking headers-core v0.2.0
20682024-09-23T15:49:00.748Z Checking smf v0.2.3
20692024-09-23T15:49:00.806Z Checking filetime v0.2.25
20702024-09-23T15:49:01.020Z Checking same-file v1.0.6
20712024-09-23T15:49:01.184Z Checking walkdir v2.5.0
20722024-09-23T15:49:01.199Z Checking tar v0.4.41
20732024-09-23T15:49:01.243Z Checking headers v0.3.9
20742024-09-23T15:49:01.354Z Checking rcgen v0.12.1
20752024-09-23T15:49:01.452Z Checking atomicwrites v0.4.3
20762024-09-23T15:49:01.652Z Checking camino-tempfile v1.1.1
20772024-09-23T15:49:01.876Z Checking subprocess v0.2.9
20782024-09-23T15:49:02.427Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20792024-09-23T15:49:02.693Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20802024-09-23T15:49:04.778Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20812024-09-23T15:49:06.666Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20822024-09-23T15:49:06.733Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20832024-09-23T15:49:09.884Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20842024-09-23T15:49:15.615Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20852024-09-23T15:49:15.744Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20862024-09-23T15:49:15.747Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20872024-09-23T15:49:18.223Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20882024-09-23T15:49:18.661Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20892024-09-23T15:49:24.868Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20902024-09-23T15:49:26.398Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20912024-09-23T15:49:27.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.57s
20922024-09-23T15:49:27.746Z
20932024-09-23T15:49:27.746Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/162)
20942024-09-23T15:49:28.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952024-09-23T15:49:28.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962024-09-23T15:49:28.445Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20972024-09-23T15:49:29.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
20982024-09-23T15:49:29.921Z
20992024-09-23T15:49:29.921Zinfo: running `cargo check --bins` on nexus-config (31/162)
21002024-09-23T15:49:30.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012024-09-23T15:49:30.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022024-09-23T15:49:30.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032024-09-23T15:49:30.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21042024-09-23T15:49:30.593Z
21052024-09-23T15:49:30.593Zinfo: running `cargo check --bins` on omicron-rpaths (32/162)
21062024-09-23T15:49:31.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072024-09-23T15:49:31.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082024-09-23T15:49:31.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092024-09-23T15:49:31.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21102024-09-23T15:49:31.240Z
21112024-09-23T15:49:31.240Zinfo: running `cargo check --bins` on omicron-certificates (33/162)
21122024-09-23T15:49:31.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-09-23T15:49:31.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-09-23T15:49:31.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152024-09-23T15:49:31.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21162024-09-23T15:49:31.913Z
21172024-09-23T15:49:31.913Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/162)
21182024-09-23T15:49:32.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-09-23T15:49:32.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-09-23T15:49:32.611Z Compiling heapless v0.8.0
21212024-09-23T15:49:32.706Z Checking hash32 v0.3.1
21222024-09-23T15:49:32.714Z Compiling smoltcp v0.11.0
21232024-09-23T15:49:32.724Z Checking embedded-io v0.4.0
21242024-09-23T15:49:32.726Z Checking cobs v0.2.3
21252024-09-23T15:49:32.742Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21262024-09-23T15:49:32.745Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21272024-09-23T15:49:32.769Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21282024-09-23T15:49:32.858Z Compiling crucible-workspace-hack v0.1.0
21292024-09-23T15:49:32.885Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21302024-09-23T15:49:32.888Z Checking newline-converter v0.3.0
21312024-09-23T15:49:32.914Z Checking postcard v1.0.8
21322024-09-23T15:49:33.057Z Compiling convert_case v0.4.0
21332024-09-23T15:49:33.085Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21342024-09-23T15:49:33.271Z Checking expectorate v1.1.0
21352024-09-23T15:49:33.293Z Compiling zone_cfg_derive v0.3.0
21362024-09-23T15:49:33.422Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21372024-09-23T15:49:33.441Z Compiling num-derive v0.4.2
21382024-09-23T15:49:33.542Z Compiling slog-dtrace v0.3.0
21392024-09-23T15:49:33.660Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21402024-09-23T15:49:33.762Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21412024-09-23T15:49:33.982Z Compiling derive_more v0.99.18
21422024-09-23T15:49:34.679Z Checking zone v0.3.0
21432024-09-23T15:49:35.129Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
21442024-09-23T15:49:36.407Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21452024-09-23T15:49:37.322Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21462024-09-23T15:49:37.725Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21472024-09-23T15:49:38.408Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21482024-09-23T15:49:38.644Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21492024-09-23T15:49:40.141Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21502024-09-23T15:49:40.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.00s
21512024-09-23T15:49:41.076Z
21522024-09-23T15:49:41.077Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/162)
21532024-09-23T15:49:41.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542024-09-23T15:49:41.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552024-09-23T15:49:41.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562024-09-23T15:49:41.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21572024-09-23T15:49:41.758Z
21582024-09-23T15:49:41.758Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/162)
21592024-09-23T15:49:42.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602024-09-23T15:49:42.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612024-09-23T15:49:42.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622024-09-23T15:49:42.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21632024-09-23T15:49:42.442Z
21642024-09-23T15:49:42.442Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/162)
21652024-09-23T15:49:43.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662024-09-23T15:49:43.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672024-09-23T15:49:43.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682024-09-23T15:49:43.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21692024-09-23T15:49:43.242Z
21702024-09-23T15:49:43.242Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/162)
21712024-09-23T15:49:43.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722024-09-23T15:49:43.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732024-09-23T15:49:43.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742024-09-23T15:49:43.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21752024-09-23T15:49:44.034Z
21762024-09-23T15:49:44.034Zinfo: running `cargo check --bins` on dns-server (39/162)
21772024-09-23T15:49:44.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-09-23T15:49:44.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-09-23T15:49:44.709Z Compiling parking_lot_core v0.8.6
21802024-09-23T15:49:44.802Z Checking nibble_vec v0.1.0
21812024-09-23T15:49:44.805Z Checking endian-type v0.1.2
21822024-09-23T15:49:44.805Z Checking linked-hash-map v0.5.6
21832024-09-23T15:49:44.805Z Checking quick-error v1.2.3
21842024-09-23T15:49:44.805Z Checking fxhash v0.2.1
21852024-09-23T15:49:44.818Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21862024-09-23T15:49:44.821Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21872024-09-23T15:49:44.944Z Checking resolv-conf v0.7.0
21882024-09-23T15:49:44.972Z Checking hickory-server v0.24.1
21892024-09-23T15:49:44.972Z Checking radix_trie v0.2.1
21902024-09-23T15:49:45.114Z Checking lru-cache v0.1.2
21912024-09-23T15:49:45.291Z Checking hickory-resolver v0.24.1
21922024-09-23T15:49:45.325Z Checking hickory-client v0.24.1
21932024-09-23T15:49:45.508Z Checking parking_lot v0.11.2
21942024-09-23T15:49:45.749Z Checking sled v0.34.7
21952024-09-23T15:49:47.520Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21962024-09-23T15:49:48.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
21972024-09-23T15:49:48.727Z
21982024-09-23T15:49:48.727Zinfo: running `cargo check --bins` on dns-server-api (40/162)
21992024-09-23T15:49:49.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002024-09-23T15:49:49.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012024-09-23T15:49:49.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022024-09-23T15:49:49.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22032024-09-23T15:49:49.390Z
22042024-09-23T15:49:49.390Zinfo: running `cargo check --bins` on dns-service-client (41/162)
22052024-09-23T15:49:49.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062024-09-23T15:49:49.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072024-09-23T15:49:49.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082024-09-23T15:49:49.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22092024-09-23T15:49:50.045Z
22102024-09-23T15:49:50.045Zinfo: running `cargo check --bins` on gateway-test-utils (42/162)
22112024-09-23T15:49:50.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122024-09-23T15:49:50.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132024-09-23T15:49:50.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142024-09-23T15:49:50.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
22152024-09-23T15:49:50.779Z
22162024-09-23T15:49:50.779Zinfo: running `cargo check --bins` on gateway-types (43/162)
22172024-09-23T15:49:51.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182024-09-23T15:49:51.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192024-09-23T15:49:51.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202024-09-23T15:49:51.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22212024-09-23T15:49:51.455Z
22222024-09-23T15:49:51.455Zinfo: running `cargo check --bins` on ipcc (44/162)
22232024-09-23T15:49:52.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242024-09-23T15:49:52.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252024-09-23T15:49:52.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262024-09-23T15:49:52.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22272024-09-23T15:49:52.131Z
22282024-09-23T15:49:52.131Zinfo: running `cargo check --bins` on omicron-gateway (45/162)
22292024-09-23T15:49:52.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-09-23T15:49:52.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-09-23T15:49:52.884Z Compiling rustls-pki-types v1.7.0
22322024-09-23T15:49:52.886Z Compiling match_cfg v0.1.0
22332024-09-23T15:49:52.992Z Checking num-rational v0.4.2
22342024-09-23T15:49:52.994Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22352024-09-23T15:49:52.995Z Compiling slog-json v2.6.1
22362024-09-23T15:49:52.995Z Checking num-complex v0.4.6
22372024-09-23T15:49:52.995Z Compiling prettyplease v0.2.20
22382024-09-23T15:49:53.050Z Compiling hostname v0.3.1
22392024-09-23T15:49:53.064Z Compiling async-stream v0.3.5
22402024-09-23T15:49:53.297Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22412024-09-23T15:49:53.341Z Compiling slog-bunyan v2.5.0
22422024-09-23T15:49:53.365Z Compiling multer v3.1.0
22432024-09-23T15:49:53.379Z Compiling rustls-webpki v0.102.4
22442024-09-23T15:49:53.397Z Compiling rustls-pemfile v2.1.3
22452024-09-23T15:49:53.505Z Compiling toml v0.8.19
22462024-09-23T15:49:53.549Z Compiling waitgroup v0.1.2
22472024-09-23T15:49:53.623Z Compiling ipnetwork v0.20.0
22482024-09-23T15:49:53.762Z Compiling newtype-uuid v1.1.0
22492024-09-23T15:49:53.777Z Compiling serde_path_to_error v0.1.16
22502024-09-23T15:49:53.870Z Compiling hostname v0.4.0
22512024-09-23T15:49:53.909Z Checking num v0.4.3
22522024-09-23T15:49:54.011Z Compiling instant v0.1.12
22532024-09-23T15:49:54.069Z Compiling debug-ignore v1.0.5
22542024-09-23T15:49:54.143Z Compiling radium v0.7.0
22552024-09-23T15:49:54.167Z Checking float-ord v0.3.2
22562024-09-23T15:49:54.219Z Compiling rustls v0.22.4
22572024-09-23T15:49:54.307Z Compiling semver v0.1.20
22582024-09-23T15:49:54.437Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22592024-09-23T15:49:54.542Z Compiling backoff v0.4.0
22602024-09-23T15:49:54.579Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22612024-09-23T15:49:54.651Z Compiling rustc_version v0.1.7
22622024-09-23T15:49:54.898Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632024-09-23T15:49:54.949Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22642024-09-23T15:49:55.151Z Compiling parse-display v0.10.0
22652024-09-23T15:49:55.213Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662024-09-23T15:49:55.260Z Compiling serde_with v3.9.0
22672024-09-23T15:49:55.297Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22682024-09-23T15:49:55.459Z Compiling macaddr v1.0.1
22692024-09-23T15:49:55.848Z Compiling maybe-uninit v2.0.0
22702024-09-23T15:49:55.912Z Checking tap v1.0.1
22712024-09-23T15:49:56.082Z Checking wyz v0.5.1
22722024-09-23T15:49:56.493Z Compiling newtype_derive v0.1.6
22732024-09-23T15:49:56.582Z Checking password-hash v0.5.0
22742024-09-23T15:49:56.796Z Checking blake2 v0.10.6
22752024-09-23T15:49:56.904Z Compiling bzip2-sys v0.1.11+1.0.8
22762024-09-23T15:49:57.016Z Compiling cancel-safe-futures v0.1.5
22772024-09-23T15:49:57.239Z Compiling packed_struct v0.10.1
22782024-09-23T15:49:57.366Z Checking crc-catalog v2.4.0
22792024-09-23T15:49:57.395Z Checking funty v2.0.0
22802024-09-23T15:49:57.502Z Checking crc v3.2.1
22812024-09-23T15:49:57.791Z Checking argon2 v0.5.3
22822024-09-23T15:49:57.947Z Compiling packed_struct_codegen v0.10.1
22832024-09-23T15:49:58.401Z Compiling tokio-rustls v0.25.0
22842024-09-23T15:49:58.417Z Checking bitvec v1.0.1
22852024-09-23T15:49:58.825Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22862024-09-23T15:49:59.055Z Compiling cookie v0.18.1
22872024-09-23T15:49:59.079Z Checking half v2.4.1
22882024-09-23T15:49:59.363Z Compiling indexmap v1.9.3
22892024-09-23T15:49:59.551Z Checking nodrop v0.1.14
22902024-09-23T15:49:59.682Z Checking ciborium-io v0.2.2
22912024-09-23T15:49:59.684Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22922024-09-23T15:49:59.806Z Checking ciborium-ll v0.2.2
22932024-09-23T15:50:00.061Z Checking array-init v0.0.4
22942024-09-23T15:50:00.305Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22952024-09-23T15:50:00.600Z Checking smallvec v0.6.14
22962024-09-23T15:50:00.846Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972024-09-23T15:50:00.999Z Checking libsw v3.3.1
22982024-09-23T15:50:01.251Z Compiling derive-where v1.2.7
22992024-09-23T15:50:01.292Z Compiling memoffset v0.9.1
23002024-09-23T15:50:01.553Z Checking highway v1.2.0
23012024-09-23T15:50:01.607Z Checking swrite v0.1.0
23022024-09-23T15:50:01.732Z Checking owo-colors v4.0.0
23032024-09-23T15:50:01.983Z Checking linear-map v1.2.0
23042024-09-23T15:50:02.020Z Checking indent_write v2.2.0
23052024-09-23T15:50:02.223Z Checking hashbrown v0.12.3
23062024-09-23T15:50:02.319Z Checking bitfield v0.14.0
23072024-09-23T15:50:02.664Z Checking env_logger v0.10.2
23082024-09-23T15:50:02.713Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23092024-09-23T15:50:03.099Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23102024-09-23T15:50:03.657Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112024-09-23T15:50:03.861Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23122024-09-23T15:50:03.991Z Checking serde-hex v0.1.0
23132024-09-23T15:50:04.206Z Checking steno v0.4.1
23142024-09-23T15:50:04.594Z Checking bzip2 v0.4.4
23152024-09-23T15:50:04.854Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23162024-09-23T15:50:05.034Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23172024-09-23T15:50:05.306Z Checking ciborium v0.2.2
23182024-09-23T15:50:05.551Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23192024-09-23T15:50:05.810Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23202024-09-23T15:50:06.308Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23212024-09-23T15:50:06.402Z Checking ron v0.8.1
23222024-09-23T15:50:07.551Z Checking hashbrown v0.13.2
23232024-09-23T15:50:07.768Z Checking crc-any v2.5.0
23242024-09-23T15:50:07.823Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23252024-09-23T15:50:07.945Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23262024-09-23T15:50:07.994Z Checking zip v0.6.6
23272024-09-23T15:50:08.156Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23282024-09-23T15:50:08.194Z Checking path-slash v0.1.5
23292024-09-23T15:50:08.339Z Checking nix v0.27.1
23302024-09-23T15:50:08.500Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23312024-09-23T15:50:08.544Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23322024-09-23T15:50:08.566Z Checking object v0.30.4
23332024-09-23T15:50:08.638Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23342024-09-23T15:50:08.886Z Checking kstat-rs v0.2.4
23352024-09-23T15:50:09.243Z Checking signal-hook-tokio v0.3.1
23362024-09-23T15:50:10.391Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23372024-09-23T15:50:11.125Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23382024-09-23T15:50:14.099Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23392024-09-23T15:50:15.727Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23402024-09-23T15:50:18.481Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23412024-09-23T15:50:21.368Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23422024-09-23T15:50:21.528Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23432024-09-23T15:50:21.779Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23442024-09-23T15:50:26.847Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23452024-09-23T15:50:27.472Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23462024-09-23T15:50:30.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.91s
23472024-09-23T15:50:30.228Z
23482024-09-23T15:50:30.228Zinfo: running `cargo check --bins` on gateway-api (46/162)
23492024-09-23T15:50:31.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-09-23T15:50:31.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-09-23T15:50:31.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522024-09-23T15:50:31.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23532024-09-23T15:50:31.026Z
23542024-09-23T15:50:31.026Zinfo: running `cargo check --bins` on oximeter (47/162)
23552024-09-23T15:50:31.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-09-23T15:50:31.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-09-23T15:50:31.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-09-23T15:50:31.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23592024-09-23T15:50:31.604Z
23602024-09-23T15:50:31.604Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/162)
23612024-09-23T15:50:32.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-09-23T15:50:32.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-09-23T15:50:32.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-09-23T15:50:32.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23652024-09-23T15:50:32.254Z
23662024-09-23T15:50:32.254Zinfo: running `cargo check --bins` on oximeter-schema (49/162)
23672024-09-23T15:50:32.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-09-23T15:50:32.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-09-23T15:50:32.933Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23702024-09-23T15:50:33.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
23712024-09-23T15:50:33.490Z
23722024-09-23T15:50:33.490Zinfo: running `cargo check --bins` on oximeter-types (50/162)
23732024-09-23T15:50:34.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-09-23T15:50:34.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-09-23T15:50:34.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-09-23T15:50:34.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23772024-09-23T15:50:34.175Z
23782024-09-23T15:50:34.175Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/162)
23792024-09-23T15:50:34.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-09-23T15:50:34.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-09-23T15:50:34.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-09-23T15:50:34.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23832024-09-23T15:50:34.858Z
23842024-09-23T15:50:34.858Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/162)
23852024-09-23T15:50:35.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-09-23T15:50:35.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-09-23T15:50:35.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-09-23T15:50:35.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23892024-09-23T15:50:35.511Z
23902024-09-23T15:50:35.511Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/162)
23912024-09-23T15:50:36.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-09-23T15:50:36.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-09-23T15:50:36.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-09-23T15:50:36.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23952024-09-23T15:50:36.191Z
23962024-09-23T15:50:36.191Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/162)
23972024-09-23T15:50:36.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-09-23T15:50:36.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-09-23T15:50:36.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-09-23T15:50:36.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24012024-09-23T15:50:36.876Z
24022024-09-23T15:50:36.876Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/162)
24032024-09-23T15:50:37.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-09-23T15:50:37.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-09-23T15:50:37.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-09-23T15:50:37.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24072024-09-23T15:50:37.566Z
24082024-09-23T15:50:37.566Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/162)
24092024-09-23T15:50:38.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-09-23T15:50:38.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-09-23T15:50:38.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-09-23T15:50:38.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24132024-09-23T15:50:38.249Z
24142024-09-23T15:50:38.249Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/162)
24152024-09-23T15:50:38.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-09-23T15:50:38.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-09-23T15:50:38.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-09-23T15:50:38.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24192024-09-23T15:50:38.933Z
24202024-09-23T15:50:38.933Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/162)
24212024-09-23T15:50:39.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-09-23T15:50:39.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-09-23T15:50:39.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-09-23T15:50:39.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24252024-09-23T15:50:39.619Z
24262024-09-23T15:50:39.619Zinfo: running `cargo check --bins` on oximeter-producer (59/162)
24272024-09-23T15:50:40.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-09-23T15:50:40.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-09-23T15:50:40.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-09-23T15:50:40.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24312024-09-23T15:50:40.330Z
24322024-09-23T15:50:40.330Zinfo: running `cargo check --bins` on internal-dns (60/162)
24332024-09-23T15:50:40.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-09-23T15:50:40.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-09-23T15:50:40.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-09-23T15:50:40.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24372024-09-23T15:50:41.013Z
24382024-09-23T15:50:41.013Zinfo: running `cargo check --bins` on nexus-client (61/162)
24392024-09-23T15:50:41.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-09-23T15:50:41.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-09-23T15:50:41.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-09-23T15:50:41.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24432024-09-23T15:50:41.721Z
24442024-09-23T15:50:41.721Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/162)
24452024-09-23T15:50:42.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-09-23T15:50:42.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-09-23T15:50:42.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-09-23T15:50:42.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24492024-09-23T15:50:42.415Z
24502024-09-23T15:50:42.415Zinfo: running `cargo check --bins` on omicron-passwords (63/162)
24512024-09-23T15:50:43.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-09-23T15:50:43.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-09-23T15:50:43.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-09-23T15:50:43.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24552024-09-23T15:50:43.081Z
24562024-09-23T15:50:43.081Zinfo: running `cargo check --bins` on nexus-types (64/162)
24572024-09-23T15:50:43.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-09-23T15:50:43.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-09-23T15:50:43.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-09-23T15:50:43.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24612024-09-23T15:50:43.788Z
24622024-09-23T15:50:43.788Zinfo: running `cargo check --bins` on gateway-client (65/162)
24632024-09-23T15:50:44.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-09-23T15:50:44.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-09-23T15:50:44.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-09-23T15:50:44.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24672024-09-23T15:50:44.443Z
24682024-09-23T15:50:44.443Zinfo: running `cargo check --bins` on oxql-types (66/162)
24692024-09-23T15:50:45.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-09-23T15:50:45.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-09-23T15:50:45.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-09-23T15:50:45.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24732024-09-23T15:50:45.206Z
24742024-09-23T15:50:45.206Zinfo: running `cargo check --bins` on update-engine (67/162)
24752024-09-23T15:50:45.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-09-23T15:50:45.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-09-23T15:50:45.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-09-23T15:50:45.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24792024-09-23T15:50:45.792Z
24802024-09-23T15:50:45.792Zinfo: running `cargo check --bins` on sp-sim (68/162)
24812024-09-23T15:50:46.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-09-23T15:50:46.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-09-23T15:50:46.472Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24842024-09-23T15:50:48.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
24852024-09-23T15:50:48.346Z
24862024-09-23T15:50:48.346Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (69/162)
24872024-09-23T15:50:49.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-09-23T15:50:49.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-09-23T15:50:49.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-09-23T15:50:49.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
24912024-09-23T15:50:49.079Z
24922024-09-23T15:50:49.079Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/162)
24932024-09-23T15:50:49.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-09-23T15:50:49.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-09-23T15:50:49.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-09-23T15:50:49.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
24972024-09-23T15:50:49.837Z
24982024-09-23T15:50:49.837Zinfo: running `cargo check --bins` on db-macros (71/162)
24992024-09-23T15:50:50.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-09-23T15:50:50.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-09-23T15:50:50.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-09-23T15:50:50.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25032024-09-23T15:50:50.475Z
25042024-09-23T15:50:50.475Zinfo: running `cargo check --bins` on nexus-macros-common (72/162)
25052024-09-23T15:50:51.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-09-23T15:50:51.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-09-23T15:50:51.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-09-23T15:50:51.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25092024-09-23T15:50:51.135Z
25102024-09-23T15:50:51.135Zinfo: running `cargo check --bins` on nexus-auth (73/162)
25112024-09-23T15:50:51.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-09-23T15:50:51.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-09-23T15:50:51.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-09-23T15:50:51.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25152024-09-23T15:50:51.861Z
25162024-09-23T15:50:51.861Zinfo: running `cargo check --bins` on authz-macros (74/162)
25172024-09-23T15:50:52.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-09-23T15:50:52.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-09-23T15:50:52.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-09-23T15:50:52.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25212024-09-23T15:50:52.519Z
25222024-09-23T15:50:52.519Zinfo: running `cargo check --bins` on nexus-db-fixed-data (75/162)
25232024-09-23T15:50:53.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-09-23T15:50:53.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-09-23T15:50:53.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-09-23T15:50:53.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25272024-09-23T15:50:53.227Z
25282024-09-23T15:50:53.227Zinfo: running `cargo check --bins` on nexus-db-model (76/162)
25292024-09-23T15:50:53.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-09-23T15:50:53.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-09-23T15:50:53.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-09-23T15:50:53.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25332024-09-23T15:50:53.924Z
25342024-09-23T15:50:53.924Zinfo: running `cargo check --bins` on nexus-defaults (77/162)
25352024-09-23T15:50:54.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-09-23T15:50:54.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-09-23T15:50:54.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-09-23T15:50:54.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25392024-09-23T15:50:54.608Z
25402024-09-23T15:50:54.608Zinfo: running `cargo check --bins` on sled-agent-client (78/162)
25412024-09-23T15:50:55.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-09-23T15:50:55.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-09-23T15:50:55.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-09-23T15:50:55.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25452024-09-23T15:50:55.405Z
25462024-09-23T15:50:55.405Zinfo: running `cargo check --bins` on nexus-inventory (79/162)
25472024-09-23T15:50:55.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-09-23T15:50:55.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-09-23T15:50:55.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-09-23T15:50:55.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25512024-09-23T15:50:56.004Z
25522024-09-23T15:50:56.004Zinfo: running `cargo check --bins` on typed-rng (80/162)
25532024-09-23T15:50:56.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-09-23T15:50:56.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-09-23T15:50:56.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-09-23T15:50:56.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25572024-09-23T15:50:56.654Z
25582024-09-23T15:50:56.654Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/162)
25592024-09-23T15:50:57.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-09-23T15:50:57.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-09-23T15:50:57.449Z Checking keccak v0.1.5
25622024-09-23T15:50:57.547Z Compiling rayon-core v1.12.1
25632024-09-23T15:50:57.555Z Compiling crossbeam-deque v0.8.5
25642024-09-23T15:50:57.559Z Checking secrecy v0.8.0
25652024-09-23T15:50:57.559Z Compiling unicase v2.7.0
25662024-09-23T15:50:57.565Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25672024-09-23T15:50:57.567Z Compiling same-file v1.0.6
25682024-09-23T15:50:57.576Z Compiling tempfile v3.10.1
25692024-09-23T15:50:57.744Z Compiling walkdir v2.5.0
25702024-09-23T15:50:57.825Z Checking sha3 v0.10.8
25712024-09-23T15:50:57.852Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25722024-09-23T15:50:57.863Z Compiling thiserror-impl-no-std v2.0.2
25732024-09-23T15:50:58.109Z Checking universal-hash v0.5.1
25742024-09-23T15:50:58.197Z Compiling ring v0.16.20
25752024-09-23T15:50:58.216Z Compiling blake3 v1.5.1
25762024-09-23T15:50:58.302Z Checking opaque-debug v0.3.1
25772024-09-23T15:50:58.386Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25782024-09-23T15:50:58.396Z Checking poly1305 v0.8.0
25792024-09-23T15:50:58.437Z Checking chacha20 v0.9.1
25802024-09-23T15:50:58.684Z Compiling rayon v1.10.0
25812024-09-23T15:50:58.751Z Checking aead v0.5.2
25822024-09-23T15:50:58.769Z Compiling memmap2 v0.9.4
25832024-09-23T15:50:58.895Z Compiling libefi-sys v0.1.0
25842024-09-23T15:50:58.959Z Compiling salty v0.3.0
25852024-09-23T15:50:59.181Z Compiling constant_time_eq v0.3.0
25862024-09-23T15:50:59.209Z Compiling home v0.5.9
25872024-09-23T15:50:59.354Z Compiling untrusted v0.7.1
25882024-09-23T15:50:59.384Z Compiling spin v0.5.2
25892024-09-23T15:50:59.453Z Compiling arrayref v0.3.7
25902024-09-23T15:50:59.472Z Compiling arrayvec v0.7.4
25912024-09-23T15:50:59.562Z Compiling toolchain_find v0.4.0
25922024-09-23T15:50:59.589Z Checking chacha20poly1305 v0.10.1
25932024-09-23T15:50:59.761Z Compiling camino-tempfile v1.1.1
25942024-09-23T15:50:59.867Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25952024-09-23T15:50:59.883Z Compiling bitfield-struct v0.6.1
25962024-09-23T15:51:00.028Z Compiling rustls v0.23.10
25972024-09-23T15:51:00.213Z Compiling topological-sort v0.2.2
25982024-09-23T15:51:00.215Z Compiling mime_guess v2.0.4
25992024-09-23T15:51:00.349Z Compiling rustfmt-wrapper v0.2.1
26002024-09-23T15:51:00.811Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
26012024-09-23T15:51:00.899Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26022024-09-23T15:51:01.021Z Checking primeorder v0.13.6
26032024-09-23T15:51:01.034Z Checking thiserror-no-std v2.0.2
26042024-09-23T15:51:01.145Z Checking vsss-rs v3.3.4
26052024-09-23T15:51:01.182Z Checking env_filter v0.1.2
26062024-09-23T15:51:01.347Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26072024-09-23T15:51:01.407Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26082024-09-23T15:51:01.498Z Checking p384 v0.13.0
26092024-09-23T15:51:01.528Z Checking env_logger v0.11.5
26102024-09-23T15:51:01.807Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26112024-09-23T15:51:01.868Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26122024-09-23T15:51:01.892Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26132024-09-23T15:51:02.419Z Checking gethostname v0.5.0
26142024-09-23T15:51:02.582Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26152024-09-23T15:51:02.607Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26162024-09-23T15:51:02.920Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26172024-09-23T15:51:02.931Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26182024-09-23T15:51:03.457Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26192024-09-23T15:51:03.505Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
26202024-09-23T15:51:03.759Z Checking nanorand v0.7.0
26212024-09-23T15:51:04.130Z Compiling omicron-zone-package v0.11.0
26222024-09-23T15:51:04.286Z Checking glob v0.3.1
26232024-09-23T15:51:04.565Z Checking http-range v0.1.5
26242024-09-23T15:51:04.593Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26252024-09-23T15:51:04.609Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26262024-09-23T15:51:04.752Z Checking hyper-staticfile v0.9.5
26272024-09-23T15:51:05.166Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
26282024-09-23T15:51:05.169Z Checking flume v0.11.0
26292024-09-23T15:51:05.277Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26302024-09-23T15:51:05.481Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26312024-09-23T15:51:05.659Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26322024-09-23T15:51:06.338Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
26332024-09-23T15:51:06.470Z Checking itertools v0.13.0
26342024-09-23T15:51:06.539Z Checking tokio-rustls v0.26.0
26352024-09-23T15:51:07.080Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26362024-09-23T15:51:07.426Z Checking display-error-chain v0.2.1
26372024-09-23T15:51:09.010Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26382024-09-23T15:51:10.035Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26392024-09-23T15:51:10.035Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26402024-09-23T15:51:20.716Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26412024-09-23T15:51:31.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.20s
26422024-09-23T15:51:32.049Z
26432024-09-23T15:51:32.049Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/162)
26442024-09-23T15:51:32.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-09-23T15:51:32.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-09-23T15:51:32.834Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26472024-09-23T15:51:44.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.05s
26482024-09-23T15:51:44.298Z
26492024-09-23T15:51:44.298Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/162)
26502024-09-23T15:51:44.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-09-23T15:51:44.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-09-23T15:51:45.077Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26532024-09-23T15:51:56.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.01s
26542024-09-23T15:51:56.499Z
26552024-09-23T15:51:56.499Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/162)
26562024-09-23T15:51:57.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-09-23T15:51:57.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-09-23T15:51:57.278Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26592024-09-23T15:52:08.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.14s
26602024-09-23T15:52:08.837Z
26612024-09-23T15:52:08.837Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/162)
26622024-09-23T15:52:09.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-09-23T15:52:09.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-09-23T15:52:09.625Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26652024-09-23T15:52:21.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s
26662024-09-23T15:52:21.182Z
26672024-09-23T15:52:21.182Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/162)
26682024-09-23T15:52:21.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-09-23T15:52:21.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-09-23T15:52:21.962Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26712024-09-23T15:52:33.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s
26722024-09-23T15:52:33.522Z
26732024-09-23T15:52:33.522Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/162)
26742024-09-23T15:52:34.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-09-23T15:52:34.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-09-23T15:52:34.295Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26772024-09-23T15:52:45.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.06s
26782024-09-23T15:52:45.766Z
26792024-09-23T15:52:45.766Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/162)
26802024-09-23T15:52:46.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-09-23T15:52:46.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-09-23T15:52:46.551Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26832024-09-23T15:52:57.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s
26842024-09-23T15:52:58.067Z
26852024-09-23T15:52:58.067Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/162)
26862024-09-23T15:52:58.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-09-23T15:52:58.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-09-23T15:52:58.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892024-09-23T15:52:58.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26902024-09-23T15:52:58.775Z
26912024-09-23T15:52:58.775Zinfo: running `cargo check --bins` on sled-agent-types (90/162)
26922024-09-23T15:52:59.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-09-23T15:52:59.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-09-23T15:52:59.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952024-09-23T15:52:59.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26962024-09-23T15:52:59.480Z
26972024-09-23T15:52:59.480Zinfo: running `cargo check --bins` on bootstrap-agent-client (91/162)
26982024-09-23T15:53:00.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992024-09-23T15:53:00.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002024-09-23T15:53:00.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012024-09-23T15:53:00.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27022024-09-23T15:53:00.164Z
27032024-09-23T15:53:00.164Zinfo: running `cargo check --bins` on dpd-client (92/162)
27042024-09-23T15:53:00.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052024-09-23T15:53:00.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062024-09-23T15:53:00.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072024-09-23T15:53:00.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27082024-09-23T15:53:00.831Z
27092024-09-23T15:53:00.831Zinfo: running `cargo check --bins` on installinator-common (93/162)
27102024-09-23T15:53:01.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112024-09-23T15:53:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122024-09-23T15:53:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132024-09-23T15:53:01.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27142024-09-23T15:53:01.522Z
27152024-09-23T15:53:01.522Zinfo: running `cargo check --bins` on key-manager (94/162)
27162024-09-23T15:53:02.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172024-09-23T15:53:02.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182024-09-23T15:53:02.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192024-09-23T15:53:02.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27202024-09-23T15:53:02.206Z
27212024-09-23T15:53:02.206Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/162)
27222024-09-23T15:53:02.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-09-23T15:53:02.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-09-23T15:53:02.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252024-09-23T15:53:02.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27262024-09-23T15:53:02.892Z
27272024-09-23T15:53:02.892Zinfo: running `cargo check --bins` on sled-agent-api (96/162)
27282024-09-23T15:53:03.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-09-23T15:53:03.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-09-23T15:53:03.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312024-09-23T15:53:03.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27322024-09-23T15:53:03.594Z
27332024-09-23T15:53:03.594Zinfo: running `cargo check --bins` on sled-hardware (97/162)
27342024-09-23T15:53:04.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-09-23T15:53:04.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-09-23T15:53:04.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372024-09-23T15:53:04.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27382024-09-23T15:53:04.281Z
27392024-09-23T15:53:04.281Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/162)
27402024-09-23T15:53:04.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-09-23T15:53:04.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-09-23T15:53:04.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432024-09-23T15:53:04.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27442024-09-23T15:53:04.980Z
27452024-09-23T15:53:04.980Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/162)
27462024-09-23T15:53:05.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-09-23T15:53:05.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-09-23T15:53:05.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492024-09-23T15:53:05.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27502024-09-23T15:53:05.673Z
27512024-09-23T15:53:05.673Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/162)
27522024-09-23T15:53:06.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-09-23T15:53:06.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-09-23T15:53:06.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552024-09-23T15:53:06.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27562024-09-23T15:53:06.386Z
27572024-09-23T15:53:06.386Zinfo: running `cargo check --bins` on nexus-test-interface (101/162)
27582024-09-23T15:53:07.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-09-23T15:53:07.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-09-23T15:53:07.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-09-23T15:53:07.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27622024-09-23T15:53:07.083Z
27632024-09-23T15:53:07.083Zinfo: running `cargo check --bins` on oximeter-collector (102/162)
27642024-09-23T15:53:07.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-09-23T15:53:07.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-09-23T15:53:07.814Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27672024-09-23T15:53:07.814Z Checking bcs v0.1.6
27682024-09-23T15:53:07.814Z Compiling async-recursion v1.1.1
27692024-09-23T15:53:07.816Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702024-09-23T15:53:07.817Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27712024-09-23T15:53:08.885Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27722024-09-23T15:53:12.041Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732024-09-23T15:53:13.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
27742024-09-23T15:53:13.887Z
27752024-09-23T15:53:13.887Zinfo: running `cargo check --bins` on oximeter-api (103/162)
27762024-09-23T15:53:14.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-09-23T15:53:14.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-09-23T15:53:14.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-09-23T15:53:14.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27802024-09-23T15:53:14.568Z
27812024-09-23T15:53:14.568Zinfo: running `cargo check --bins` on oximeter-client (104/162)
27822024-09-23T15:53:15.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-09-23T15:53:15.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-09-23T15:53:15.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-09-23T15:53:15.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27862024-09-23T15:53:15.250Z
27872024-09-23T15:53:15.250Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/162)
27882024-09-23T15:53:15.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-09-23T15:53:15.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-09-23T15:53:15.945Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27912024-09-23T15:53:16.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
27922024-09-23T15:53:16.692Z
27932024-09-23T15:53:16.692Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/162)
27942024-09-23T15:53:17.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-09-23T15:53:17.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-09-23T15:53:17.407Z Compiling cfg_aliases v0.1.1
27972024-09-23T15:53:17.409Z Compiling vte_generate_state_changes v0.1.1
27982024-09-23T15:53:17.409Z Checking fd-lock v4.0.2
27992024-09-23T15:53:17.502Z Checking bytecount v0.6.8
28002024-09-23T15:53:17.510Z Compiling tabled_derive v0.7.0
28012024-09-23T15:53:17.517Z Checking crossterm v0.27.0
28022024-09-23T15:53:17.526Z Compiling peg-macros v0.8.4
28032024-09-23T15:53:17.536Z Compiling sqlparser_derive v0.2.2
28042024-09-23T15:53:17.577Z Compiling nix v0.28.0
28052024-09-23T15:53:17.659Z Checking papergrid v0.11.0
28062024-09-23T15:53:17.661Z Checking unicode_categories v0.1.1
28072024-09-23T15:53:17.979Z Checking nu-ansi-term v0.50.0
28082024-09-23T15:53:18.143Z Checking vte v0.11.1
28092024-09-23T15:53:18.405Z Checking home v0.5.9
28102024-09-23T15:53:18.557Z Checking sqlformat v0.2.4
28112024-09-23T15:53:18.660Z Checking sqlparser v0.45.0
28122024-09-23T15:53:19.081Z Checking crossterm v0.28.1
28132024-09-23T15:53:19.497Z Checking strip-ansi-escapes v0.2.0
28142024-09-23T15:53:19.653Z Checking reedline v0.33.0
28152024-09-23T15:53:19.992Z Checking tabled v0.15.0
28162024-09-23T15:53:20.651Z Checking peg v0.8.4
28172024-09-23T15:53:20.789Z Checking rustyline v14.0.0
28182024-09-23T15:53:25.357Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192024-09-23T15:53:30.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s
28202024-09-23T15:53:30.995Z
28212024-09-23T15:53:30.995Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/162)
28222024-09-23T15:53:31.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-09-23T15:53:31.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-09-23T15:53:31.699Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252024-09-23T15:53:37.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
28262024-09-23T15:53:37.441Z
28272024-09-23T15:53:37.441Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/162)
28282024-09-23T15:53:38.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-09-23T15:53:38.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-09-23T15:53:38.154Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312024-09-23T15:53:42.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
28322024-09-23T15:53:42.553Z
28332024-09-23T15:53:42.553Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/162)
28342024-09-23T15:53:43.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-09-23T15:53:43.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-09-23T15:53:43.248Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372024-09-23T15:53:48.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
28382024-09-23T15:53:48.294Z
28392024-09-23T15:53:48.294Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/162)
28402024-09-23T15:53:48.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-09-23T15:53:48.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-09-23T15:53:49.002Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432024-09-23T15:53:54.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
28442024-09-23T15:53:54.582Z
28452024-09-23T15:53:54.583Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/162)
28462024-09-23T15:53:55.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-09-23T15:53:55.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-09-23T15:53:55.290Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492024-09-23T15:53:59.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
28502024-09-23T15:53:59.548Z
28512024-09-23T15:53:59.548Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/162)
28522024-09-23T15:54:00.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-09-23T15:54:00.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-09-23T15:54:00.251Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552024-09-23T15:54:04.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s
28562024-09-23T15:54:04.798Z
28572024-09-23T15:54:04.798Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/162)
28582024-09-23T15:54:05.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-09-23T15:54:05.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-09-23T15:54:05.501Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612024-09-23T15:54:10.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s
28622024-09-23T15:54:10.885Z
28632024-09-23T15:54:10.886Zinfo: running `cargo check --bins` on oximeter-test-utils (114/162)
28642024-09-23T15:54:11.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-09-23T15:54:11.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-09-23T15:54:11.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-09-23T15:54:11.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28682024-09-23T15:54:11.592Z
28692024-09-23T15:54:11.592Zinfo: running `cargo check --bins` on cockroach-admin-client (115/162)
28702024-09-23T15:54:12.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-09-23T15:54:12.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-09-23T15:54:12.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-09-23T15:54:12.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28742024-09-23T15:54:12.249Z
28752024-09-23T15:54:12.249Zinfo: running `cargo check --bins` on installinator-client (116/162)
28762024-09-23T15:54:12.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-09-23T15:54:12.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-09-23T15:54:12.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-09-23T15:54:12.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28802024-09-23T15:54:12.943Z
28812024-09-23T15:54:12.943Zinfo: running `cargo check --bins` on oxide-client (117/162)
28822024-09-23T15:54:13.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-09-23T15:54:13.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-09-23T15:54:13.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-09-23T15:54:13.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28862024-09-23T15:54:13.598Z
28872024-09-23T15:54:13.598Zinfo: running `cargo check --bins` on wicketd-client (118/162)
28882024-09-23T15:54:14.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-09-23T15:54:14.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-09-23T15:54:14.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-09-23T15:54:14.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28922024-09-23T15:54:14.316Z
28932024-09-23T15:54:14.316Zinfo: running `cargo check --bins` on wicket-common (119/162)
28942024-09-23T15:54:14.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-09-23T15:54:14.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-09-23T15:54:14.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-09-23T15:54:14.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28982024-09-23T15:54:15.018Z
28992024-09-23T15:54:15.018Zinfo: running `cargo check --bins` on omicron-cockroach-admin (120/162)
29002024-09-23T15:54:15.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-09-23T15:54:15.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-09-23T15:54:15.723Z Checking csv-core v0.1.11
29032024-09-23T15:54:15.725Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29042024-09-23T15:54:16.014Z Checking csv v1.3.0
29052024-09-23T15:54:16.525Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29062024-09-23T15:54:16.855Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29072024-09-23T15:54:18.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
29082024-09-23T15:54:18.200Z
29092024-09-23T15:54:18.200Zinfo: running `cargo check --bins` on cockroach-admin-api (121/162)
29102024-09-23T15:54:18.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112024-09-23T15:54:18.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122024-09-23T15:54:18.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132024-09-23T15:54:18.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29142024-09-23T15:54:18.878Z
29152024-09-23T15:54:18.878Zinfo: running `cargo check --bins` on cockroach-admin-types (122/162)
29162024-09-23T15:54:19.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172024-09-23T15:54:19.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182024-09-23T15:54:19.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192024-09-23T15:54:19.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29202024-09-23T15:54:19.561Z
29212024-09-23T15:54:19.561Zinfo: running `cargo check --bins` on cert-dev (123/162)
29222024-09-23T15:54:20.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232024-09-23T15:54:20.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242024-09-23T15:54:20.207Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29252024-09-23T15:54:20.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
29262024-09-23T15:54:20.612Z
29272024-09-23T15:54:20.612Zinfo: running `cargo check --bins` on ch-dev (124/162)
29282024-09-23T15:54:21.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292024-09-23T15:54:21.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302024-09-23T15:54:21.317Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29312024-09-23T15:54:21.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29322024-09-23T15:54:22.155Z
29332024-09-23T15:54:22.155Zinfo: running `cargo check --bins` on crdb-seed (125/162)
29342024-09-23T15:54:22.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352024-09-23T15:54:22.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362024-09-23T15:54:22.859Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29372024-09-23T15:54:23.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
29382024-09-23T15:54:23.342Z
29392024-09-23T15:54:23.342Zinfo: running `cargo check --bins` on db-dev (126/162)
29402024-09-23T15:54:23.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-09-23T15:54:23.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-09-23T15:54:24.050Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29432024-09-23T15:54:24.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
29442024-09-23T15:54:24.892Z
29452024-09-23T15:54:24.892Zinfo: running `cargo check --bins` on omicron-dev-lib (127/162)
29462024-09-23T15:54:25.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472024-09-23T15:54:25.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482024-09-23T15:54:25.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492024-09-23T15:54:25.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29502024-09-23T15:54:25.592Z
29512024-09-23T15:54:25.592Zinfo: running `cargo check --bins` on xtask-downloader (128/162)
29522024-09-23T15:54:26.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-09-23T15:54:26.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-09-23T15:54:26.248Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29552024-09-23T15:54:27.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
29562024-09-23T15:54:27.239Z
29572024-09-23T15:54:27.239Zinfo: running `cargo check --bins` on mgs-dev (129/162)
29582024-09-23T15:54:27.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-09-23T15:54:27.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-09-23T15:54:28.003Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29612024-09-23T15:54:28.647Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29622024-09-23T15:54:29.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
29632024-09-23T15:54:29.314Z
29642024-09-23T15:54:29.314Zinfo: running `cargo check --bins` on omicron-omdb (130/162)
29652024-09-23T15:54:30.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-09-23T15:54:30.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-09-23T15:54:30.158Z Compiling crunchy v0.2.2
29682024-09-23T15:54:30.158Z Compiling glob v0.3.1
29692024-09-23T15:54:30.160Z Compiling tiny-keccak v2.0.2
29702024-09-23T15:54:30.160Z Compiling dsl_auto_type v0.1.2
29712024-09-23T15:54:30.160Z Checking scheduled-thread-pool v0.2.7
29722024-09-23T15:54:30.160Z Compiling diesel_table_macro_syntax v0.2.0
29732024-09-23T15:54:30.265Z Compiling ascii-canvas v3.0.0
29742024-09-23T15:54:30.283Z Compiling ena v0.14.3
29752024-09-23T15:54:30.498Z Checking r2d2 v0.8.10
29762024-09-23T15:54:30.586Z Compiling libloading v0.8.3
29772024-09-23T15:54:30.720Z Compiling bindgen v0.69.4
29782024-09-23T15:54:30.764Z Compiling diff v0.1.13
29792024-09-23T15:54:30.825Z Compiling regex-syntax v0.6.29
29802024-09-23T15:54:30.843Z Compiling which v4.4.2
29812024-09-23T15:54:30.976Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29822024-09-23T15:54:31.213Z Compiling cexpr v0.6.0
29832024-09-23T15:54:31.232Z Compiling clang-sys v1.7.0
29842024-09-23T15:54:31.421Z Compiling rustc-hash v1.1.0
29852024-09-23T15:54:31.453Z Compiling ref-cast v1.0.23
29862024-09-23T15:54:31.517Z Compiling lazycell v1.3.0
29872024-09-23T15:54:31.568Z Compiling shlex v1.3.0
29882024-09-23T15:54:31.615Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29892024-09-23T15:54:31.682Z Compiling derive_builder_core v0.20.0
29902024-09-23T15:54:31.861Z Compiling diesel_derives v2.2.2
29912024-09-23T15:54:31.901Z Compiling libxml v0.3.3
29922024-09-23T15:54:32.032Z Compiling ref-cast-impl v1.0.23
29932024-09-23T15:54:32.075Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29942024-09-23T15:54:32.357Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29952024-09-23T15:54:32.573Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29962024-09-23T15:54:32.887Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29972024-09-23T15:54:32.999Z Compiling strum_macros v0.24.3
29982024-09-23T15:54:33.284Z Compiling dropshot v0.10.1
29992024-09-23T15:54:33.441Z Compiling indoc v1.0.9
30002024-09-23T15:54:34.124Z Compiling lalrpop v0.19.12
30012024-09-23T15:54:34.445Z Compiling derive_builder_macro v0.20.0
30022024-09-23T15:54:35.351Z Checking derive_builder v0.20.0
30032024-09-23T15:54:35.523Z Checking tungstenite v0.23.0
30042024-09-23T15:54:35.828Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30052024-09-23T15:54:36.142Z Compiling dropshot_endpoint v0.10.1
30062024-09-23T15:54:36.449Z Compiling impl-trait-for-tuples v0.2.2
30072024-09-23T15:54:36.683Z Compiling oso-derive v0.27.3
30082024-09-23T15:54:36.702Z Checking quick-xml v0.33.0
30092024-09-23T15:54:37.837Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
30102024-09-23T15:54:38.176Z Checking maplit v1.0.2
30112024-09-23T15:54:38.372Z Checking tokio-tungstenite v0.23.1
30122024-09-23T15:54:38.877Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30132024-09-23T15:54:38.920Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30142024-09-23T15:54:39.227Z Compiling const_format_proc_macros v0.2.33
30152024-09-23T15:54:40.532Z Checking bb8 v0.8.5
30162024-09-23T15:54:41.053Z Checking crossbeam-deque v0.8.5
30172024-09-23T15:54:41.380Z Compiling portable-atomic v1.6.0
30182024-09-23T15:54:41.441Z Checking const_format v0.2.33
30192024-09-23T15:54:41.935Z Checking rayon-core v1.12.1
30202024-09-23T15:54:42.050Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
30212024-09-23T15:54:42.533Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30222024-09-23T15:54:42.681Z Checking castaway v0.2.3
30232024-09-23T15:54:42.864Z Checking compact_str v0.8.0
30242024-09-23T15:54:42.888Z Checking rayon v1.10.0
30252024-09-23T15:54:44.223Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30262024-09-23T15:54:44.284Z Checking unicode-truncate v1.0.0
30272024-09-23T15:54:44.508Z Checking lru v0.12.3
30282024-09-23T15:54:44.532Z Compiling instability v0.3.2
30292024-09-23T15:54:44.698Z Checking diesel v2.2.4
30302024-09-23T15:54:44.743Z Checking is_ci v1.2.0
30312024-09-23T15:54:44.833Z Checking cassowary v0.3.0
30322024-09-23T15:54:44.882Z Checking number_prefix v0.4.0
30332024-09-23T15:54:44.924Z Checking unicode-linebreak v0.1.5
30342024-09-23T15:54:45.080Z Checking smawk v0.3.2
30352024-09-23T15:54:45.239Z Checking supports-color v3.0.1
30362024-09-23T15:54:45.327Z Checking multimap v0.10.0
30372024-09-23T15:54:45.343Z Checking textwrap v0.16.1
30382024-09-23T15:54:45.602Z Checking ratatui v0.28.0
30392024-09-23T15:54:46.630Z Checking indicatif v0.17.8
30402024-09-23T15:55:07.462Z Compiling samael v0.0.17
30412024-09-23T15:55:19.617Z Compiling polar-core v0.27.3
30422024-09-23T15:55:20.826Z Checking async-bb8-diesel v0.2.1
30432024-09-23T15:55:26.425Z Checking oso v0.27.3
30442024-09-23T15:56:26.953Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30452024-09-23T15:56:32.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
30462024-09-23T15:56:32.505Z
30472024-09-23T15:56:32.505Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (131/162)
30482024-09-23T15:56:33.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-09-23T15:56:33.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-09-23T15:56:33.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512024-09-23T15:56:33.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30522024-09-23T15:56:33.329Z
30532024-09-23T15:56:33.329Zinfo: running `cargo check --bins` on nexus-saga-recovery (132/162)
30542024-09-23T15:56:33.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-09-23T15:56:33.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-09-23T15:56:33.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572024-09-23T15:56:33.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30582024-09-23T15:56:33.992Z
30592024-09-23T15:56:33.992Zinfo: running `cargo check --bins` on nexus-test-utils-macros (133/162)
30602024-09-23T15:56:34.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-09-23T15:56:34.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-09-23T15:56:34.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-09-23T15:56:34.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30642024-09-23T15:56:34.647Z
30652024-09-23T15:56:34.648Zinfo: running `cargo check --bins` on omicron-nexus (134/162)
30662024-09-23T15:56:35.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-09-23T15:56:35.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-09-23T15:56:35.501Z Compiling libz-sys v1.1.16
30692024-09-23T15:56:35.598Z Compiling libgit2-sys v0.17.0+1.8.1
30702024-09-23T15:56:35.611Z Compiling vergen v8.3.2
30712024-09-23T15:56:35.614Z Compiling cargo-platform v0.1.8
30722024-09-23T15:56:35.630Z Compiling snafu-derive v0.8.2
30732024-09-23T15:56:35.630Z Compiling libsqlite3-sys v0.30.1
30742024-09-23T15:56:35.635Z Compiling buf-list v1.0.3
30752024-09-23T15:56:35.635Z Compiling cfg_aliases v0.2.1
30762024-09-23T15:56:35.785Z Compiling nix v0.29.0
30772024-09-23T15:56:35.910Z Compiling cargo_metadata v0.18.1
30782024-09-23T15:56:36.158Z Checking globset v0.4.14
30792024-09-23T15:56:36.180Z Checking olpc-cjson v0.1.3
30802024-09-23T15:56:36.369Z Checking rand_seeder v0.3.0
30812024-09-23T15:56:36.401Z Checking serde_plain v1.0.2
30822024-09-23T15:56:36.500Z Checking typed-path v0.7.1
30832024-09-23T15:56:36.605Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30842024-09-23T15:56:36.744Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30852024-09-23T15:56:36.771Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30862024-09-23T15:56:36.914Z Checking hashlink v0.9.1
30872024-09-23T15:56:37.018Z Checking fallible-iterator v0.3.0
30882024-09-23T15:56:37.036Z Checking parse-size v1.0.0
30892024-09-23T15:56:37.063Z Checking fallible-streaming-iterator v0.1.9
30902024-09-23T15:56:37.278Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30912024-09-23T15:56:37.545Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30922024-09-23T15:56:37.643Z Checking rusqlite v0.32.1
30932024-09-23T15:56:37.844Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30942024-09-23T15:56:38.141Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30952024-09-23T15:56:38.160Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30962024-09-23T15:56:38.279Z Checking twox-hash v1.6.3
30972024-09-23T15:56:38.425Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30982024-09-23T15:56:38.586Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30992024-09-23T15:56:39.228Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31002024-09-23T15:56:39.575Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31012024-09-23T15:56:39.667Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
31022024-09-23T15:56:39.774Z Checking fatfs v0.3.6
31032024-09-23T15:56:39.995Z Checking assert_matches v1.5.0
31042024-09-23T15:56:41.023Z Checking snafu v0.8.2
31052024-09-23T15:56:41.437Z Checking tough v0.17.1
31062024-09-23T15:56:48.486Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31072024-09-23T15:56:48.544Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31082024-09-23T15:56:48.544Z Compiling git2 v0.19.0
31092024-09-23T15:56:51.313Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
31102024-09-23T15:57:41.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
31112024-09-23T15:57:41.296Z
31122024-09-23T15:57:41.296Zinfo: running `cargo check --bins` on nexus-external-api (135/162)
31132024-09-23T15:57:41.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-09-23T15:57:41.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-09-23T15:57:41.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162024-09-23T15:57:41.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31172024-09-23T15:57:42.024Z
31182024-09-23T15:57:42.024Zinfo: running `cargo check --bins` on openapi-manager-types (136/162)
31192024-09-23T15:57:42.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-09-23T15:57:42.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-09-23T15:57:42.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222024-09-23T15:57:42.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31232024-09-23T15:57:42.680Z
31242024-09-23T15:57:42.680Zinfo: running `cargo check --bins` on nexus-internal-api (137/162)
31252024-09-23T15:57:43.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-09-23T15:57:43.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-09-23T15:57:43.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282024-09-23T15:57:43.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31292024-09-23T15:57:43.379Z
31302024-09-23T15:57:43.379Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (138/162)
31312024-09-23T15:57:44.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-09-23T15:57:44.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-09-23T15:57:44.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342024-09-23T15:57:44.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31352024-09-23T15:57:44.113Z
31362024-09-23T15:57:44.113Zinfo: running `cargo check --bins` on nexus-networking (139/162)
31372024-09-23T15:57:44.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-09-23T15:57:44.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-09-23T15:57:44.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402024-09-23T15:57:44.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31412024-09-23T15:57:44.835Z
31422024-09-23T15:57:44.835Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (140/162)
31432024-09-23T15:57:45.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-09-23T15:57:45.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-09-23T15:57:45.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462024-09-23T15:57:45.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31472024-09-23T15:57:45.578Z
31482024-09-23T15:57:45.578Zinfo: running `cargo check --bins` on update-common (141/162)
31492024-09-23T15:57:46.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-09-23T15:57:46.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-09-23T15:57:46.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522024-09-23T15:57:46.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31532024-09-23T15:57:46.286Z
31542024-09-23T15:57:46.286Zinfo: running `cargo check --bins` on tufaceous-lib (142/162)
31552024-09-23T15:57:46.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-09-23T15:57:46.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-09-23T15:57:46.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582024-09-23T15:57:46.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31592024-09-23T15:57:46.982Z
31602024-09-23T15:57:46.982Zinfo: running `cargo check --bins` on tufaceous (143/162)
31612024-09-23T15:57:47.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622024-09-23T15:57:47.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632024-09-23T15:57:47.693Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31642024-09-23T15:57:48.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
31652024-09-23T15:57:48.763Z
31662024-09-23T15:57:48.763Zinfo: running `cargo check --bins` on omicron-dev (144/162)
31672024-09-23T15:57:49.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682024-09-23T15:57:49.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692024-09-23T15:57:49.668Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31702024-09-23T15:57:49.671Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31712024-09-23T15:57:49.671Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31722024-09-23T15:57:51.018Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31732024-09-23T15:57:53.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
31742024-09-23T15:57:53.669Z
31752024-09-23T15:57:53.669Zinfo: running `cargo check --bins` on openapi-manager (145/162)
31762024-09-23T15:57:54.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772024-09-23T15:57:54.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782024-09-23T15:57:54.419Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31792024-09-23T15:57:54.419Z Checking heck v0.4.1
31802024-09-23T15:57:54.422Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31812024-09-23T15:57:54.648Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31822024-09-23T15:57:55.988Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31832024-09-23T15:57:56.814Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31842024-09-23T15:57:57.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
31852024-09-23T15:57:57.970Z
31862024-09-23T15:57:57.970Zinfo: running `cargo check --bins` on installinator-api (146/162)
31872024-09-23T15:57:58.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882024-09-23T15:57:58.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892024-09-23T15:57:58.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902024-09-23T15:57:58.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31912024-09-23T15:57:58.669Z
31922024-09-23T15:57:58.669Zinfo: running `cargo check --bins` on wicketd-api (147/162)
31932024-09-23T15:57:59.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-09-23T15:57:59.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-09-23T15:57:59.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962024-09-23T15:57:59.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31972024-09-23T15:57:59.378Z
31982024-09-23T15:57:59.378Zinfo: running `cargo check --bins` on reconfigurator-cli (148/162)
31992024-09-23T15:58:00.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002024-09-23T15:58:00.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012024-09-23T15:58:00.153Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32022024-09-23T15:58:01.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
32032024-09-23T15:58:01.547Z
32042024-09-23T15:58:01.547Zinfo: running `cargo check --bins` on omicron-releng (149/162)
32052024-09-23T15:58:02.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062024-09-23T15:58:02.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072024-09-23T15:58:02.265Z Checking memmap2 v0.9.4
32082024-09-23T15:58:02.265Z Checking constant_time_eq v0.3.0
32092024-09-23T15:58:02.265Z Checking spin v0.5.2
32102024-09-23T15:58:02.268Z Checking arrayvec v0.7.4
32112024-09-23T15:58:02.268Z Checking untrusted v0.7.1
32122024-09-23T15:58:02.268Z Checking arrayref v0.3.7
32132024-09-23T15:58:02.268Z Checking cargo-platform v0.1.8
32142024-09-23T15:58:02.362Z Checking topological-sort v0.2.2
32152024-09-23T15:58:02.480Z Checking shell-words v1.1.0
32162024-09-23T15:58:02.522Z Checking ring v0.16.20
32172024-09-23T15:58:02.650Z Checking cargo_metadata v0.18.1
32182024-09-23T15:58:02.682Z Checking blake3 v1.5.1
32192024-09-23T15:58:03.656Z Checking omicron-zone-package v0.11.0
32202024-09-23T15:58:04.730Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32212024-09-23T15:58:05.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
32222024-09-23T15:58:05.740Z
32232024-09-23T15:58:05.740Zinfo: running `cargo check --bins` on xtask (150/162)
32242024-09-23T15:58:06.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252024-09-23T15:58:06.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262024-09-23T15:58:06.259Z Checking bitflags v2.6.0
32272024-09-23T15:58:06.261Z Checking serde v1.0.208
32282024-09-23T15:58:06.261Z Checking thiserror v1.0.63
32292024-09-23T15:58:06.349Z Checking scroll v0.12.0
32302024-09-23T15:58:06.357Z Checking hashbrown v0.14.5
32312024-09-23T15:58:06.359Z Checking log v0.4.21
32322024-09-23T15:58:06.365Z Checking zerocopy v0.7.34
32332024-09-23T15:58:06.386Z Checking syn v2.0.74
32342024-09-23T15:58:06.449Z Checking pest v2.7.10
32352024-09-23T15:58:06.584Z Checking rustix v0.38.34
32362024-09-23T15:58:06.605Z Checking fs-err v2.11.0
32372024-09-23T15:58:06.804Z Checking goblin v0.8.2
32382024-09-23T15:58:06.884Z Checking tabled v0.15.0
32392024-09-23T15:58:07.517Z Checking indexmap v2.4.0
32402024-09-23T15:58:07.725Z Checking anyhow v1.0.89
32412024-09-23T15:58:08.406Z Checking terminal_size v0.3.0
32422024-09-23T15:58:08.406Z Checking tempfile v3.10.1
32432024-09-23T15:58:08.573Z Checking clap_builder v4.5.15
32442024-09-23T15:58:08.916Z Checking dtrace-parser v0.2.0
32452024-09-23T15:58:10.549Z Checking serde_json v1.0.125
32462024-09-23T15:58:10.549Z Checking serde_spanned v0.6.7
32472024-09-23T15:58:10.551Z Checking toml_datetime v0.6.8
32482024-09-23T15:58:10.551Z Checking camino v1.1.9
32492024-09-23T15:58:10.551Z Checking semver v1.0.23
32502024-09-23T15:58:10.670Z Checking cargo-platform v0.1.8
32512024-09-23T15:58:10.752Z Checking macaddr v1.0.1
32522024-09-23T15:58:10.838Z Checking toml_edit v0.22.20
32532024-09-23T15:58:11.061Z Checking clap v4.5.16
32542024-09-23T15:58:11.094Z Checking camino-tempfile v1.1.1
32552024-09-23T15:58:11.677Z Checking dof v0.3.0
32562024-09-23T15:58:11.678Z Checking cargo_metadata v0.18.1
32572024-09-23T15:58:12.082Z Checking usdt-impl v0.5.0
32582024-09-23T15:58:12.438Z Checking usdt v0.5.0
32592024-09-23T15:58:12.535Z Checking toml v0.8.19
32602024-09-23T15:58:13.006Z Checking cargo_toml v0.20.4
32612024-09-23T15:58:14.191Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32622024-09-23T15:58:14.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s
32632024-09-23T15:58:14.886Z
32642024-09-23T15:58:14.886Zinfo: running `cargo check --bins` on end-to-end-tests (151/162)
32652024-09-23T15:58:15.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662024-09-23T15:58:15.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672024-09-23T15:58:15.694Z Checking polyval v0.6.2
32682024-09-23T15:58:15.799Z Checking ctr v0.9.2
32692024-09-23T15:58:15.808Z Checking ssh-encoding v0.2.0
32702024-09-23T15:58:15.811Z Checking blowfish v0.9.1
32712024-09-23T15:58:15.827Z Checking password-hash v0.4.2
32722024-09-23T15:58:15.829Z Checking matches v0.1.10
32732024-09-23T15:58:15.854Z Checking p256 v0.13.2
32742024-09-23T15:58:15.854Z Checking p521 v0.13.3
32752024-09-23T15:58:15.926Z Checking idna v0.2.3
32762024-09-23T15:58:16.017Z Checking ghash v0.5.1
32772024-09-23T15:58:16.034Z Checking bcrypt-pbkdf v0.10.0
32782024-09-23T15:58:16.048Z Compiling enum-as-inner v0.5.1
32792024-09-23T15:58:16.118Z Checking russh-cryptovec v0.7.2
32802024-09-23T15:58:16.180Z Checking aes-gcm v0.10.3
32812024-09-23T15:58:16.233Z Checking pbkdf2 v0.11.0
32822024-09-23T15:58:16.273Z Checking md5 v0.7.0
32832024-09-23T15:58:16.307Z Checking num-bigint v0.4.5
32842024-09-23T15:58:16.307Z Checking des v0.8.1
32852024-09-23T15:58:16.412Z Checking ssh-cipher v0.2.0
32862024-09-23T15:58:16.523Z Checking hex-literal v0.4.1
32872024-09-23T15:58:16.568Z Compiling dhcproto-macros v0.1.0
32882024-09-23T15:58:16.592Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32892024-09-23T15:58:16.661Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32902024-09-23T15:58:16.693Z Checking ssh-key v0.6.6
32912024-09-23T15:58:16.728Z Checking internet-checksum v0.2.1
32922024-09-23T15:58:17.101Z Checking trust-dns-proto v0.22.0
32932024-09-23T15:58:18.002Z Checking russh-keys v0.45.0
32942024-09-23T15:58:18.905Z Checking russh v0.45.0
32952024-09-23T15:58:19.598Z Checking dhcproto v0.12.0
32962024-09-23T15:58:35.822Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32972024-09-23T15:58:37.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s
32982024-09-23T15:58:37.283Z
32992024-09-23T15:58:37.283Zinfo: running `cargo check --bins` on gateway-cli (152/162)
33002024-09-23T15:58:37.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012024-09-23T15:58:37.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022024-09-23T15:58:37.966Z Checking termios v0.3.3
33032024-09-23T15:58:38.173Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33042024-09-23T15:58:38.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
33052024-09-23T15:58:39.070Z
33062024-09-23T15:58:39.070Zinfo: running `cargo check --bins --no-default-features` on installinator (153/162)
33072024-09-23T15:58:39.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082024-09-23T15:58:39.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092024-09-23T15:58:39.811Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33102024-09-23T15:58:41.761Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33112024-09-23T15:58:43.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
33122024-09-23T15:58:43.671Z
33132024-09-23T15:58:43.671Zinfo: running `cargo check --bins` on internal-dns-cli (154/162)
33142024-09-23T15:58:44.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-09-23T15:58:44.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-09-23T15:58:44.344Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33172024-09-23T15:58:44.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
33182024-09-23T15:58:44.947Z
33192024-09-23T15:58:44.947Zinfo: running `cargo check --bins` on omicron-live-tests (155/162)
33202024-09-23T15:58:45.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-09-23T15:58:45.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-09-23T15:58:45.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232024-09-23T15:58:45.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33242024-09-23T15:58:45.603Z
33252024-09-23T15:58:45.603Zinfo: running `cargo check --bins` on live-tests-macros (156/162)
33262024-09-23T15:58:46.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-09-23T15:58:46.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-09-23T15:58:46.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292024-09-23T15:58:46.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33302024-09-23T15:58:46.511Z
33312024-09-23T15:58:46.511Zinfo: running `cargo check --bins` on omicron-package (157/162)
33322024-09-23T15:58:46.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-09-23T15:58:46.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-09-23T15:58:47.019Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33352024-09-23T15:58:48.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
33362024-09-23T15:58:48.344Z
33372024-09-23T15:58:48.344Zinfo: running `cargo check --bins` on wicket-dbg (158/162)
33382024-09-23T15:58:49.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-09-23T15:58:49.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-09-23T15:58:49.107Z Checking rtoolbox v0.0.2
33412024-09-23T15:58:49.110Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33422024-09-23T15:58:49.110Z Checking tui-tree-widget v0.22.0
33432024-09-23T15:58:49.321Z Checking rpassword v7.3.1
33442024-09-23T15:58:53.239Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33452024-09-23T15:58:56.141Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33462024-09-23T15:58:57.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s
33472024-09-23T15:58:57.420Z
33482024-09-23T15:58:57.420Zinfo: running `cargo check --bins` on wicket (159/162)
33492024-09-23T15:58:58.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-09-23T15:58:58.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-09-23T15:58:58.166Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33522024-09-23T15:58:58.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
33532024-09-23T15:58:58.744Z
33542024-09-23T15:58:58.744Zinfo: running `cargo check --bins` on wicketd (160/162)
33552024-09-23T15:58:59.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-09-23T15:58:59.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-09-23T15:58:59.491Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33582024-09-23T15:59:03.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
33592024-09-23T15:59:03.359Z
33602024-09-23T15:59:03.359Zinfo: running `cargo check --bins` on omicron-workspace-hack (161/162)
33612024-09-23T15:59:03.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-09-23T15:59:03.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-09-23T15:59:03.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642024-09-23T15:59:03.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33652024-09-23T15:59:04.017Z
33662024-09-23T15:59:04.017Zinfo: running `cargo check --bins` on zone-setup (162/162)
33672024-09-23T15:59:04.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682024-09-23T15:59:04.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692024-09-23T15:59:04.804Z Checking uzers v0.11.3
33702024-09-23T15:59:05.100Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33712024-09-23T15:59:06.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
33722024-09-23T15:59:06.338Z
33732024-09-23T15:59:06.343Zreal 11:21.573871403
33742024-09-23T15:59:06.343Zuser 23:55.652043510
33752024-09-23T15:59:06.343Zsys 5:18.902709181
33762024-09-23T15:59:06.343Ztrap 0.495214611
33772024-09-23T15:59:06.343Ztflt 3.705158222
33782024-09-23T15:59:06.343Zdflt 2.050231518
33792024-09-23T15:59:06.344Zkflt 0.002044304
33802024-09-23T15:59:06.344Zlock 42:30.009789564
33812024-09-23T15:59:06.344Zslp 1:58:38.848633817
33822024-09-23T15:59:06.344Zlat 1:01.834648162
33832024-09-23T15:59:06.344Zstop 3:12.999190495
33842024-09-23T15:59:06.344Zprocess exited: duration 958699 ms, exit code 0
 
33852024-09-23T15:59:06.352Zfound 0 output files