01J5NK29QYSKTVATVXV3C3D0T2: 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: 01J5NK2PHC5CTMDWPJCQ1RC395

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-19T15:11:47.151Zjob assigned to worker 01J5NK2Q212YAX30GRFEAMV03K (queued for 24 s)
 
22024-08-19T15:11:47.837Zstarting task 0: "setup"
32024-08-19T15:11:47.860Z++ uname -s
42024-08-19T15:11:47.860Z+ kern=SunOS
52024-08-19T15:11:47.860Z+ case "$kern" in
62024-08-19T15:11:47.860Z+ groupadd -g 12345 build
72024-08-19T15:11:47.860Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-19T15:11:49.865Z+ zfs create -o mountpoint=/work rpool/work
92024-08-19T15:11:49.902Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-19T15:11:49.925Z+ home_fs=zfs
112024-08-19T15:11:49.925Z+ [[ zfs == autofs ]]
122024-08-19T15:11:49.925Z+ mkdir -p /home/build
132024-08-19T15:11:49.925Z+ chown build:build /home/build /work
142024-08-19T15:11:51.911Z+ chmod 0700 /home/build /work
152024-08-19T15:11:51.936Zprocess exited: duration 4079 ms, exit code 0
 
162024-08-19T15:11:51.986Zstarting task 1: "rust-toolchain"
172024-08-19T15:11:52.011Z+ printf ' * toolchain channel = "%s"
182024-08-19T15:11:52.011Z' 1.80.1
192024-08-19T15:11:52.011Z+ printf ' * toolchain profile = "%s"
202024-08-19T15:11:52.011Z' default
212024-08-19T15:11:52.011Z * toolchain channel = "1.80.1"
222024-08-19T15:11:52.011Z * toolchain profile = "default"
232024-08-19T15:11:52.011Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-19T15:11:52.011Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-19T15:11:52.144Zinfo: downloading installer
262024-08-19T15:11:52.720Zinfo: profile set to 'default'
272024-08-19T15:11:52.720Zinfo: default host triple is x86_64-unknown-illumos
282024-08-19T15:11:52.720Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-19T15:11:52.812Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-19T15:11:52.812Zinfo: downloading component 'cargo'
312024-08-19T15:11:52.946Zinfo: downloading component 'clippy'
322024-08-19T15:11:52.991Zinfo: downloading component 'rust-docs'
332024-08-19T15:11:53.170Zinfo: downloading component 'rust-std'
342024-08-19T15:11:53.396Zinfo: downloading component 'rustc'
352024-08-19T15:11:54.054Zinfo: downloading component 'rustfmt'
362024-08-19T15:11:54.094Zinfo: installing component 'cargo'
372024-08-19T15:11:55.190Zinfo: installing component 'clippy'
382024-08-19T15:11:55.621Zinfo: installing component 'rust-docs'
392024-08-19T15:11:58.498Zinfo: installing component 'rust-std'
402024-08-19T15:12:00.389Zinfo: installing component 'rustc'
412024-08-19T15:12:05.370Zinfo: installing component 'rustfmt'
422024-08-19T15:12:05.756Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-19T15:12:05.756Z
442024-08-19T15:12:05.844Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-19T15:12:05.844Z
462024-08-19T15:12:05.844Z
472024-08-19T15:12:05.844ZRust is installed now. Great!
482024-08-19T15:12:05.844Z
492024-08-19T15:12:05.844ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-19T15:12:05.844Zenvironment variable. This has not been done automatically.
512024-08-19T15:12:05.844Z
522024-08-19T15:12:05.844ZTo configure your current shell, you need to source
532024-08-19T15:12:05.844Zthe corresponding env file under $HOME/.cargo.
542024-08-19T15:12:05.844Z
552024-08-19T15:12:05.844ZThis is usually done by running one of the following (note the leading DOT):
562024-08-19T15:12:05.844Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-19T15:12:05.844Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-19T15:12:05.913Z+ rustc --version
592024-08-19T15:12:06.001Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-19T15:12:06.025Zprocess exited: duration 14019 ms, exit code 0
 
612024-08-19T15:12:06.072Zstarting task 2: "authentication"
622024-08-19T15:12:06.126Zprocess exited: duration 53 ms, exit code 0
 
632024-08-19T15:12:06.174Zstarting task 3: "clone repository"
642024-08-19T15:12:06.197Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-19T15:12:06.197Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-19T15:12:06.220ZCloning into '/work/oxidecomputer/omicron'...
672024-08-19T15:12:12.488Z+ cd /work/oxidecomputer/omicron
682024-08-19T15:12:12.488Z+ git fetch origin 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9
692024-08-19T15:12:12.888ZFrom https://github.com/oxidecomputer/omicron
702024-08-19T15:12:12.888Z * branch 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9 -> FETCH_HEAD
712024-08-19T15:12:12.912Z+ [[ -n slim-down-http-latency-histograms ]]
722024-08-19T15:12:12.912Z++ git branch --show-current
732024-08-19T15:12:12.912Z+ current=main
742024-08-19T15:12:12.912Z+ [[ main != slim-down-http-latency-histograms ]]
752024-08-19T15:12:12.912Z+ git branch -f slim-down-http-latency-histograms 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9
762024-08-19T15:12:12.912Z+ git checkout -f slim-down-http-latency-histograms
772024-08-19T15:12:13.091ZSwitched to branch 'slim-down-http-latency-histograms'
782024-08-19T15:12:13.114Z+ git reset --hard 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9
792024-08-19T15:12:13.267ZHEAD is now at 0b647e035 Key stored histograms on both operation_id and status_code
802024-08-19T15:12:13.291Zprocess exited: duration 7095 ms, exit code 0
 
812024-08-19T15:12:13.338Zstarting task 4: "build"
822024-08-19T15:12:13.362Z+ cargo --version
832024-08-19T15:12:13.416Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-19T15:12:13.439Z+ rustc --version
852024-08-19T15:12:13.492Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-19T15:12:13.516Z+ source ./env.sh
872024-08-19T15:12:13.516Z++ OLD_SHELL_OPTS=ehxB
882024-08-19T15:12:13.516Z++ set -o xtrace
892024-08-19T15:12:13.516Z++++ dirname ./env.sh
902024-08-19T15:12:13.516Z+++ readlink -f .
912024-08-19T15:12:13.516Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-19T15:12:13.516Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-19T15:12:13.516Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-19T15:12:13.516Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-19T15:12:13.516Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-19T15:12:13.516Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-19T15:12:13.516Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-19T15:12:13.516Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-19T15:12:13.516Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-19T15:12:13.516Z++ case $OLD_SHELL_OPTS in
1012024-08-19T15:12:13.516Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-19T15:12:13.516Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-19T15:12:13.516Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-19T15:12:13.516Z+ banner prerequisites
1052024-08-19T15:12:13.516Z
1062024-08-19T15:12:13.516Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-19T15:12:13.516Z # # # # # # # # # # # # # # #
1082024-08-19T15:12:13.516Z # # # # ##### # # ##### # # # # # #### #
1092024-08-19T15:12:13.516Z ##### ##### # ##### # # # # # # # # #
1102024-08-19T15:12:13.516Z # # # # # # # # # # # # # # #
1112024-08-19T15:12:13.516Z # # # ###### # # ###### ### # #### # #### #
1122024-08-19T15:12:13.516Z
1132024-08-19T15:12:13.516Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-19T15:12:18.684Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-19T15:12:21.254Z Startup: Caching catalogs ... Done
1162024-08-19T15:12:23.632ZPlanning: Solver setup ... Done (1.547s)
1172024-08-19T15:12:23.657ZPlanning: Running solver ... Done (0.025s)
1182024-08-19T15:12:23.693ZPlanning: Finding local manifests ... Done (0.002s)
1192024-08-19T15:12:23.771ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-19T15:12:24.234ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-19T15:12:24.304ZPlanning: Package planning ... Done (0.069s)
1222024-08-19T15:12:24.365ZPlanning: Merging actions ... Done (0.061s)
1232024-08-19T15:12:24.764ZPlanning: Checking for conflicting actions ... Done (0.399s)
1242024-08-19T15:12:24.788ZPlanning: Consolidating action changes ... Done (0.014s)
1252024-08-19T15:12:25.443ZPlanning: Evaluating mediators ... Done (0.665s)
1262024-08-19T15:12:25.466ZPlanning: Planning completed in 4.13 seconds
1272024-08-19T15:12:25.490Z Packages to install: 4
1282024-08-19T15:12:25.490Z Mediators to change: 2
1292024-08-19T15:12:25.490Z Services to change: 1
1302024-08-19T15:12:25.490Z Estimated space available: 148.82 GB
1312024-08-19T15:12:25.490ZEstimated space to be consumed: 1.48 GB
1322024-08-19T15:12:25.490Z Create boot environment: No
1332024-08-19T15:12:25.490ZCreate backup boot environment: No
1342024-08-19T15:12:25.491Z Rebuild boot archive: No
1352024-08-19T15:12:25.491Z
1362024-08-19T15:12:25.491ZChanged mediators:
1372024-08-19T15:12:25.491Z mediator clang:
1382024-08-19T15:12:25.491Z version: None -> 15 (system default)
1392024-08-19T15:12:25.491Z
1402024-08-19T15:12:25.491Z mediator llvm:
1412024-08-19T15:12:25.491Z version: 14 (system default) -> 15 (system default)
1422024-08-19T15:12:25.491Z
1432024-08-19T15:12:25.491ZChanged packages:
1442024-08-19T15:12:25.491Zhelios-dev
1452024-08-19T15:12:25.491Z developer/build-essential
1462024-08-19T15:12:25.491Z None -> 11-2.0
1472024-08-19T15:12:25.491Z library/libxmlsec1
1482024-08-19T15:12:25.491Z None -> 1.2.35-2.0
1492024-08-19T15:12:25.491Z ooce/developer/clang-15
1502024-08-19T15:12:25.491Z None -> 15.0.7-2.0
1512024-08-19T15:12:25.491Z ooce/developer/llvm-15
1522024-08-19T15:12:25.491Z None -> 15.0.7-2.0
1532024-08-19T15:12:25.491Z
1542024-08-19T15:12:25.491ZServices:
1552024-08-19T15:12:25.491Z restart_fmri:
1562024-08-19T15:12:25.491Z svc:/system/update-man-index:default
1572024-08-19T15:12:25.528Z
1582024-08-19T15:12:25.529ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-19T15:12:30.522ZDownload: 1057/3290 items 19.7/212.6MB 9% complete (4.0M/s)
1602024-08-19T15:12:35.535ZDownload: 1198/3290 items 78.4/212.6MB 36% complete (8.4M/s)
1612024-08-19T15:12:40.537ZDownload: 1616/3290 items 117.7/212.6MB 55% complete (9.8M/s)
1622024-08-19T15:12:47.249ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (5.2M/s)
1632024-08-19T15:12:52.295ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1642024-08-19T15:12:53.980ZDownload: Completed 212.60 MB in 28.46 seconds (7.5M/s)
1652024-08-19T15:12:54.151Z Actions: 1/3689 actions (Installing new actions)
1662024-08-19T15:12:59.257Z Actions: 3075/3689 actions (Installing new actions)
1672024-08-19T15:12:59.844Z Actions: Completed 3689 actions in 5.69 seconds.
1682024-08-19T15:13:00.237Z Done (0.387s)
1692024-08-19T15:13:00.238Z Done (0.000s)
1702024-08-19T15:13:00.676Z Done (0.438s)
1712024-08-19T15:13:05.591Z Done (4.778s)
1722024-08-19T15:13:05.695Z Done (0.018s)
1732024-08-19T15:13:05.718Z Done (0.000s)
1742024-08-19T15:13:05.841Z Done (0.000s)
1752024-08-19T15:13:06.480ZPlanning: Evaluating mediator changes ... Done
1762024-08-19T15:13:06.681ZPlanning: Checking for conflicting actions ... Done
1772024-08-19T15:13:06.704ZPlanning: Consolidating action changes ... Done
1782024-08-19T15:13:07.010ZPlanning: Evaluating mediators ... Done
1792024-08-19T15:13:07.033ZPlanning: Planning completed in 0.53 seconds
1802024-08-19T15:13:07.057Z Mediators to change: 2
1812024-08-19T15:13:07.057Z Create boot environment: No
1822024-08-19T15:13:07.057ZCreate backup boot environment: No
1832024-08-19T15:13:07.110Z Done
1842024-08-19T15:13:07.110Z Done
1852024-08-19T15:13:07.391Z Done
1862024-08-19T15:13:11.895Z Done
1872024-08-19T15:13:11.984Z Done
1882024-08-19T15:13:11.984Z Done
1892024-08-19T15:13:12.074Z Done
1902024-08-19T15:13:12.807ZPlanning: Evaluating mediator changes ... Done
1912024-08-19T15:13:12.831ZPlanning: Merging actions ... Done
1922024-08-19T15:13:13.043ZPlanning: Checking for conflicting actions ... Done
1932024-08-19T15:13:13.067ZPlanning: Consolidating action changes ... Done
1942024-08-19T15:13:13.357ZPlanning: Evaluating mediators ... Done
1952024-08-19T15:13:13.422ZPlanning: Planning completed in 0.91 seconds
1962024-08-19T15:13:13.462Z Packages to change: 1
1972024-08-19T15:13:13.462Z Mediators to change: 1
1982024-08-19T15:13:13.462Z Services to change: 1
1992024-08-19T15:13:13.462Z Create boot environment: No
2002024-08-19T15:13:13.462ZCreate backup boot environment: Yes
2012024-08-19T15:13:14.952Z Actions: 1/6 actions (Updating modified actions)
2022024-08-19T15:13:14.976Z Actions: Completed 6 actions in 0.00 seconds.
2032024-08-19T15:13:14.976Z Done
2042024-08-19T15:13:14.976Z Done
2052024-08-19T15:13:15.047Z Done
2062024-08-19T15:13:19.369Z Done
2072024-08-19T15:13:19.460Z Done
2082024-08-19T15:13:19.460Z Done
2092024-08-19T15:13:19.544Z Done
2102024-08-19T15:13:20.089ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-08-19T15:13:20.089Zclang system 15 system
2122024-08-19T15:13:20.089Zcsh system system illumos
2132024-08-19T15:13:20.089Zctags system system illumos
2142024-08-19T15:13:20.089Zgcc vendor 12 vendor
2152024-08-19T15:13:20.089Zgcc system 10 system
2162024-08-19T15:13:20.089Zgcc system 7 system
2172024-08-19T15:13:20.089Zgo system 1.20 system
2182024-08-19T15:13:20.089Zgo system 1.19 system
2192024-08-19T15:13:20.089Zllvm system 15 system
2202024-08-19T15:13:20.090Zllvm system 14 system
2212024-08-19T15:13:20.090Zmariadb system 10.6 system
2222024-08-19T15:13:20.090Zmta vendor vendor dma
2232024-08-19T15:13:20.090Zopenjdk system 17 system
2242024-08-19T15:13:20.090Zopenjdk system 11 system
2252024-08-19T15:13:20.090Zopenjdk system 1.8 system
2262024-08-19T15:13:20.090Zopenssl vendor 3 vendor
2272024-08-19T15:13:20.090Zperl system 5.36 system
2282024-08-19T15:13:20.090Zpostgresql system 15 system
2292024-08-19T15:13:20.090Zpostgresql system 13 system
2302024-08-19T15:13:20.090Zpython vendor 3 vendor
2312024-08-19T15:13:20.090Zpython system 2 system
2322024-08-19T15:13:20.090Zpython3 system 3.11 system
2332024-08-19T15:13:20.090Zruby system 3.0 system
2342024-08-19T15:13:20.090Zwords vendor vendor american-english
2352024-08-19T15:13:20.090Zwords system system australian-english
2362024-08-19T15:13:20.090Zwords system system british-english
2372024-08-19T15:13:20.090Zwords system system canadian-english
2382024-08-19T15:13:20.091Zwords system system french
2392024-08-19T15:13:20.091Zwords system system italian
2402024-08-19T15:13:20.091Zwords system system ngerman
2412024-08-19T15:13:20.091Zwords system system ogerman
2422024-08-19T15:13:20.091Zwords system system spanish
2432024-08-19T15:13:20.468ZPUBLISHER TYPE STATUS P LOCATION
2442024-08-19T15:13:20.468Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-08-19T15:13:22.529ZFMRI IFO
2462024-08-19T15:13:22.529Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-08-19T15:13:22.529Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-08-19T15:13:22.529Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-08-19T15:13:22.529Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-08-19T15:13:22.529Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-08-19T15:13:22.529Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-08-19T15:13:22.529Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-08-19T15:13:22.529Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-08-19T15:13:22.529Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-08-19T15:13:22.529Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-08-19T15:13:22.529Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-08-19T15:13:22.529Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582024-08-19T15:13:23.201Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592024-08-19T15:13:23.561Z Updating git repository `https://github.com/oxidecomputer/zone`
2602024-08-19T15:13:23.969Z Updating crates.io index
2612024-08-19T15:13:24.009Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2622024-08-19T15:13:24.839Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632024-08-19T15:13:25.690Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642024-08-19T15:13:26.037Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2652024-08-19T15:13:27.831Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662024-08-19T15:13:28.159Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672024-08-19T15:13:28.498Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682024-08-19T15:13:29.636Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692024-08-19T15:13:31.593Z Updating git repository `https://github.com/oxidecomputer/opte`
2702024-08-19T15:13:32.662Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712024-08-19T15:13:33.429Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722024-08-19T15:13:33.829Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732024-08-19T15:13:34.550Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2742024-08-19T15:13:34.907Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2752024-08-19T15:13:35.357Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762024-08-19T15:13:35.754Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772024-08-19T15:13:36.065Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782024-08-19T15:13:36.422Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792024-08-19T15:13:36.822Z Updating git repository `https://github.com/oxidecomputer/clickward`
2802024-08-19T15:13:37.410Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812024-08-19T15:13:37.879Z Updating git repository `https://github.com/oxidecomputer/ispf`
2822024-08-19T15:13:38.377Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2832024-08-19T15:13:38.688Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842024-08-19T15:13:39.224Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2852024-08-19T15:13:39.659Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862024-08-19T15:13:40.157Z Updating git repository `https://github.com/oxidecomputer/typify`
2872024-08-19T15:13:42.697Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882024-08-19T15:13:43.023Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892024-08-19T15:13:43.378Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902024-08-19T15:13:43.816Z Updating git repository `https://github.com/oxidecomputer/rfb`
2912024-08-19T15:13:45.114Z Downloading crates ...
2922024-08-19T15:13:45.173Z Downloaded cargo-platform v0.1.8
2932024-08-19T15:13:45.197Z Downloaded dtrace-parser v0.2.0
2942024-08-19T15:13:45.197Z Downloaded scroll_derive v0.12.0
2952024-08-19T15:13:45.197Z Downloaded swrite v0.1.0
2962024-08-19T15:13:45.197Z Downloaded utf8parse v0.2.1
2972024-08-19T15:13:45.198Z Downloaded usdt-impl v0.5.0
2982024-08-19T15:13:45.198Z Downloaded toml_datetime v0.6.8
2992024-08-19T15:13:45.198Z Downloaded usdt v0.5.0
3002024-08-19T15:13:45.198Z Downloaded unicode-ident v1.0.12
3012024-08-19T15:13:45.198Z Downloaded zerocopy v0.7.34
3022024-08-19T15:13:45.242Z Downloaded fnv v1.0.7
3032024-08-19T15:13:45.242Z Downloaded version_check v0.9.5
3042024-08-19T15:13:45.242Z Downloaded thiserror-impl v1.0.63
3052024-08-19T15:13:45.271Z Downloaded usdt-attr-macro v0.5.0
3062024-08-19T15:13:45.271Z Downloaded zerocopy-derive v0.7.34
3072024-08-19T15:13:45.271Z Downloaded tabled v0.15.0
3082024-08-19T15:13:45.272Z Downloaded rustix v0.38.34
3092024-08-19T15:13:45.296Z Downloaded unicode-width v0.1.13
3102024-08-19T15:13:45.296Z Downloaded syn v1.0.109
3112024-08-19T15:13:45.320Z Downloaded libc v0.2.155
3122024-08-19T15:13:45.345Z Downloaded pest_derive v2.7.10
3132024-08-19T15:13:45.345Z Downloaded usdt-macro v0.5.0
3142024-08-19T15:13:45.345Z Downloaded ucd-trie v0.1.6
3152024-08-19T15:13:45.345Z Downloaded toml_edit v0.22.20
3162024-08-19T15:13:45.369Z Downloaded toml v0.8.19
3172024-08-19T15:13:45.369Z Downloaded terminal_size v0.3.0
3182024-08-19T15:13:45.369Z Downloaded syn v2.0.74
3192024-08-19T15:13:45.394Z Downloaded strsim v0.11.1
3202024-08-19T15:13:45.394Z Downloaded sha2 v0.10.8
3212024-08-19T15:13:45.394Z Downloaded serde_spanned v0.6.7
3222024-08-19T15:13:45.394Z Downloaded serde_derive v1.0.207
3232024-08-19T15:13:45.394Z Downloaded semver v1.0.23
3242024-08-19T15:13:45.394Z Downloaded scroll v0.12.0
3252024-08-19T15:13:45.394Z Downloaded proc-macro2 v1.0.86
3262024-08-19T15:13:45.394Z Downloaded proc-macro-error-attr v1.0.4
3272024-08-19T15:13:45.394Z Downloaded pretty-hex v0.4.1
3282024-08-19T15:13:45.394Z Downloaded pest_meta v2.7.10
3292024-08-19T15:13:45.419Z Downloaded papergrid v0.11.0
3302024-08-19T15:13:45.419Z Downloaded memmap v0.7.0
3312024-08-19T15:13:45.419Z Downloaded macaddr v1.0.1
3322024-08-19T15:13:45.419Z Downloaded is_terminal_polyfill v1.70.0
3332024-08-19T15:13:45.419Z Downloaded heck v0.5.0
3342024-08-19T15:13:45.419Z Downloaded hashbrown v0.14.5
3352024-08-19T15:13:45.419Z Downloaded goblin v0.8.2
3362024-08-19T15:13:45.419Z Downloaded generic-array v0.14.7
3372024-08-19T15:13:45.445Z Downloaded dof v0.3.0
3382024-08-19T15:13:45.445Z Downloaded crypto-common v0.1.6
3392024-08-19T15:13:45.445Z Downloaded bitflags v2.6.0
3402024-08-19T15:13:45.445Z Downloaded winnow v0.6.18
3412024-08-19T15:13:45.445Z Downloaded serde_json v1.0.125
3422024-08-19T15:13:45.470Z Downloaded pest v2.7.10
3432024-08-19T15:13:45.470Z Downloaded memchr v2.7.2
3442024-08-19T15:13:45.470Z Downloaded equivalent v1.0.1
3452024-08-19T15:13:45.470Z Downloaded clap_builder v4.5.15
3462024-08-19T15:13:45.470Z Downloaded camino v1.1.7
3472024-08-19T15:13:45.470Z Downloaded serde v1.0.207
3482024-08-19T15:13:45.494Z Downloaded indexmap v2.4.0
3492024-08-19T15:13:45.494Z Downloaded anyhow v1.0.86
3502024-08-19T15:13:45.494Z Downloaded typenum v1.17.0
3512024-08-19T15:13:45.494Z Downloaded ryu v1.0.18
3522024-08-19T15:13:45.494Z Downloaded quote v1.0.36
3532024-08-19T15:13:45.494Z Downloaded once_cell v1.19.0
3542024-08-19T15:13:45.494Z Downloaded log v0.4.21
3552024-08-19T15:13:45.494Z Downloaded clap_lex v0.7.0
3562024-08-19T15:13:45.494Z Downloaded clap v4.5.15
3572024-08-19T15:13:45.517Z Downloaded cargo_metadata v0.18.1
3582024-08-19T15:13:45.517Z Downloaded thread-id v4.2.1
3592024-08-19T15:13:45.517Z Downloaded thiserror v1.0.63
3602024-08-19T15:13:45.517Z Downloaded tabled_derive v0.7.0
3612024-08-19T15:13:45.517Z Downloaded proc-macro-error v1.0.4
3622024-08-19T15:13:45.517Z Downloaded plain v0.2.3
3632024-08-19T15:13:45.541Z Downloaded cfg-if v1.0.0
3642024-08-19T15:13:45.541Z Downloaded bytecount v0.6.8
3652024-08-19T15:13:45.541Z Downloaded serde_tokenstream v0.2.2
3662024-08-19T15:13:45.541Z Downloaded itoa v1.0.11
3672024-08-19T15:13:45.541Z Downloaded heck v0.4.1
3682024-08-19T15:13:45.541Z Downloaded errno v0.3.9
3692024-08-19T15:13:45.541Z Downloaded anstream v0.6.14
3702024-08-19T15:13:45.541Z Downloaded pest_generator v2.7.10
3712024-08-19T15:13:45.541Z Downloaded fs-err v2.11.0
3722024-08-19T15:13:45.541Z Downloaded digest v0.10.7
3732024-08-19T15:13:45.541Z Downloaded cargo_toml v0.20.4
3742024-08-19T15:13:45.541Z Downloaded block-buffer v0.10.4
3752024-08-19T15:13:45.541Z Downloaded cpufeatures v0.2.12
3762024-08-19T15:13:45.541Z Downloaded colorchoice v1.0.1
3772024-08-19T15:13:45.541Z Downloaded clap_derive v4.5.13
3782024-08-19T15:13:45.565Z Downloaded byteorder v1.5.0
3792024-08-19T15:13:45.565Z Downloaded anstyle-parse v0.2.4
3802024-08-19T15:13:45.565Z Downloaded anstyle v1.0.8
3812024-08-19T15:13:45.565Z Downloaded autocfg v1.3.0
3822024-08-19T15:13:45.565Z Downloaded anstyle-query v1.0.3
3832024-08-19T15:13:45.705Z Compiling proc-macro2 v1.0.86
3842024-08-19T15:13:45.730Z Compiling unicode-ident v1.0.12
3852024-08-19T15:13:45.730Z Compiling version_check v0.9.5
3862024-08-19T15:13:45.730Z Compiling serde v1.0.207
3872024-08-19T15:13:45.730Z Compiling thiserror v1.0.63
3882024-08-19T15:13:45.730Z Compiling memchr v2.7.2
3892024-08-19T15:13:45.730Z Compiling libc v0.2.155
3902024-08-19T15:13:45.730Z Compiling itoa v1.0.11
3912024-08-19T15:13:46.013Z Compiling ucd-trie v0.1.6
3922024-08-19T15:13:46.086Z Compiling ryu v1.0.18
3932024-08-19T15:13:46.438Z Compiling once_cell v1.19.0
3942024-08-19T15:13:46.620Z Compiling byteorder v1.5.0
3952024-08-19T15:13:46.644Z Compiling serde_json v1.0.125
3962024-08-19T15:13:47.002Z Compiling usdt-impl v0.5.0
3972024-08-19T15:13:47.055Z Compiling proc-macro-error-attr v1.0.4
3982024-08-19T15:13:47.163Z Compiling syn v1.0.109
3992024-08-19T15:13:47.190Z Compiling rustix v0.38.34
4002024-08-19T15:13:47.301Z Compiling quote v1.0.36
4012024-08-19T15:13:47.443Z Compiling proc-macro-error v1.0.4
4022024-08-19T15:13:47.514Z Compiling log v0.4.21
4032024-08-19T15:13:47.734Z Compiling syn v2.0.74
4042024-08-19T15:13:47.865Z Compiling errno v0.3.9
4052024-08-19T15:13:47.904Z Compiling utf8parse v0.2.1
4062024-08-19T15:13:47.937Z Compiling hashbrown v0.14.5
4072024-08-19T15:13:47.967Z Compiling equivalent v1.0.1
4082024-08-19T15:13:48.002Z Compiling plain v0.2.3
4092024-08-19T15:13:48.072Z Compiling bitflags v2.6.0
4102024-08-19T15:13:48.096Z Compiling anstyle-parse v0.2.4
4112024-08-19T15:13:48.119Z Compiling thread-id v4.2.1
4122024-08-19T15:13:48.435Z Compiling semver v1.0.23
4132024-08-19T15:13:48.461Z Compiling pretty-hex v0.4.1
4142024-08-19T15:13:48.559Z Compiling colorchoice v1.0.1
4152024-08-19T15:13:48.655Z Compiling anstyle v1.0.8
4162024-08-19T15:13:48.708Z Compiling camino v1.1.7
4172024-08-19T15:13:48.902Z Compiling is_terminal_polyfill v1.70.0
4182024-08-19T15:13:48.928Z Compiling winnow v0.6.18
4192024-08-19T15:13:49.029Z Compiling indexmap v2.4.0
4202024-08-19T15:13:49.075Z Compiling autocfg v1.3.0
4212024-08-19T15:13:49.107Z Compiling anstyle-query v1.0.3
4222024-08-19T15:13:49.234Z Compiling anstream v0.6.14
4232024-08-19T15:13:49.340Z Compiling terminal_size v0.3.0
4242024-08-19T15:13:49.819Z Compiling clap_lex v0.7.0
4252024-08-19T15:13:49.868Z Compiling anyhow v1.0.86
4262024-08-19T15:13:49.951Z Compiling bytecount v0.6.8
4272024-08-19T15:13:49.977Z Compiling fs-err v2.11.0
4282024-08-19T15:13:50.151Z Compiling fnv v1.0.7
4292024-08-19T15:13:50.247Z Compiling unicode-width v0.1.13
4302024-08-19T15:13:50.277Z Compiling heck v0.5.0
4312024-08-19T15:13:50.307Z Compiling strsim v0.11.1
4322024-08-19T15:13:50.330Z Compiling heck v0.4.1
4332024-08-19T15:13:50.477Z Compiling papergrid v0.11.0
4342024-08-19T15:13:50.755Z Compiling clap_builder v4.5.15
4352024-08-19T15:13:50.779Z Compiling memmap v0.7.0
4362024-08-19T15:13:51.328Z Compiling swrite v0.1.0
4372024-08-19T15:13:52.963Z Compiling tabled_derive v0.7.0
4382024-08-19T15:13:54.634Z Compiling tabled v0.15.0
4392024-08-19T15:13:55.617Z Compiling serde_derive v1.0.207
4402024-08-19T15:13:55.618Z Compiling thiserror-impl v1.0.63
4412024-08-19T15:13:55.618Z Compiling zerocopy-derive v0.7.34
4422024-08-19T15:13:55.713Z Compiling scroll_derive v0.12.0
4432024-08-19T15:13:55.740Z Compiling clap_derive v4.5.13
4442024-08-19T15:13:56.885Z Compiling scroll v0.12.0
4452024-08-19T15:13:57.327Z Compiling goblin v0.8.2
4462024-08-19T15:13:57.441Z Compiling zerocopy v0.7.34
4472024-08-19T15:13:57.885Z Compiling pest v2.7.10
4482024-08-19T15:13:58.937Z Compiling clap v4.5.15
4492024-08-19T15:13:59.855Z Compiling pest_meta v2.7.10
4502024-08-19T15:14:00.806Z Compiling pest_generator v2.7.10
4512024-08-19T15:14:02.411Z Compiling pest_derive v2.7.10
4522024-08-19T15:14:03.066Z Compiling dtrace-parser v0.2.0
4532024-08-19T15:14:04.957Z Compiling serde_tokenstream v0.2.2
4542024-08-19T15:14:05.006Z Compiling toml_datetime v0.6.8
4552024-08-19T15:14:05.029Z Compiling serde_spanned v0.6.7
4562024-08-19T15:14:05.284Z Compiling toml_edit v0.22.20
4572024-08-19T15:14:05.356Z Compiling cargo-platform v0.1.8
4582024-08-19T15:14:05.454Z Compiling macaddr v1.0.1
4592024-08-19T15:14:06.293Z Compiling dof v0.3.0
4602024-08-19T15:14:06.416Z Compiling cargo_metadata v0.18.1
4612024-08-19T15:14:07.920Z Compiling usdt-attr-macro v0.5.0
4622024-08-19T15:14:07.920Z Compiling usdt-macro v0.5.0
4632024-08-19T15:14:07.973Z Compiling toml v0.8.19
4642024-08-19T15:14:08.646Z Compiling cargo_toml v0.20.4
4652024-08-19T15:14:09.075Z Compiling usdt v0.5.0
4662024-08-19T15:14:12.744Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672024-08-19T15:14:17.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.53s
4682024-08-19T15:14:17.683Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4692024-08-19T15:14:18.395Z Downloading crates ...
4702024-08-19T15:14:18.508Z Downloaded atomicwrites v0.4.3
4712024-08-19T15:14:19.068Z Downloaded assert_matches v1.5.0
4722024-08-19T15:14:19.068Z Downloaded openssl-macros v0.1.1
4732024-08-19T15:14:19.068Z Downloaded sigpipe v0.1.3
4742024-08-19T15:14:19.068Z Downloaded unicode-linebreak v0.1.5
4752024-08-19T15:14:19.068Z Downloaded rustc_version v0.1.7
4762024-08-19T15:14:19.068Z Downloaded derive_builder_macro v0.20.0
4772024-08-19T15:14:19.068Z Downloaded diesel_table_macro_syntax v0.2.0
4782024-08-19T15:14:19.068Z Downloaded phf_shared v0.11.2
4792024-08-19T15:14:19.068Z Downloaded percent-encoding v2.3.1
4802024-08-19T15:14:19.068Z Downloaded prettyplease v0.2.20
4812024-08-19T15:14:19.068Z Downloaded portable-atomic v1.6.0
4822024-08-19T15:14:19.068Z Downloaded zerocopy-derive v0.6.6
4832024-08-19T15:14:19.068Z Downloaded tokio v1.38.1
4842024-08-19T15:14:19.068Z Downloaded finl_unicode v1.2.0
4852024-08-19T15:14:19.068Z Downloaded petgraph v0.6.5
4862024-08-19T15:14:19.068Z Downloaded encoding_rs v0.8.34
4872024-08-19T15:14:19.092Z Downloaded poly1305 v0.8.0
4882024-08-19T15:14:19.092Z Downloaded polar-core v0.27.3
4892024-08-19T15:14:19.115Z Downloaded libgit2-sys v0.17.0+1.8.1
4902024-08-19T15:14:19.167Z Downloaded idna v0.5.0
4912024-08-19T15:14:19.190Z Downloaded git2 v0.19.0
4922024-08-19T15:14:19.215Z Downloaded gimli v0.28.1
4932024-08-19T15:14:19.215Z Downloaded futures-util v0.3.30
4942024-08-19T15:14:19.238Z Downloaded diesel v2.2.2
4952024-08-19T15:14:19.262Z Downloaded smoltcp v0.11.0
4962024-08-19T15:14:19.286Z Downloaded smoltcp v0.9.1
4972024-08-19T15:14:19.309Z Downloaded regex-automata v0.4.6
4982024-08-19T15:14:19.332Z Downloaded webpki-roots v0.25.4
4992024-08-19T15:14:19.356Z Downloaded openssl v0.10.66
5002024-08-19T15:14:19.356Z Downloaded ring v0.17.8
5012024-08-19T15:14:19.431Z Downloaded libz-sys v1.1.16
5022024-08-19T15:14:19.521Z Downloaded openapiv3 v2.0.0
5032024-08-19T15:14:19.546Z Downloaded object v0.30.4
5042024-08-19T15:14:19.570Z Downloaded nix v0.28.0
5052024-08-19T15:14:19.599Z Downloaded pretty-hex v0.2.1
5062024-08-19T15:14:19.599Z Downloaded predicates-tree v1.0.9
5072024-08-19T15:14:19.599Z Downloaded ring v0.16.20
5082024-08-19T15:14:19.684Z Downloaded libsqlite3-sys v0.28.0
5092024-08-19T15:14:19.779Z Downloaded predicates-core v1.0.6
5102024-08-19T15:14:19.802Z Downloaded predicates v3.1.2
5112024-08-19T15:14:19.802Z Downloaded precomputed-hash v0.1.1
5122024-08-19T15:14:19.802Z Downloaded ppv-lite86 v0.2.17
5132024-08-19T15:14:19.802Z Downloaded powerfmt v0.2.0
5142024-08-19T15:14:19.802Z Downloaded postgres-types v0.2.7
5152024-08-19T15:14:19.802Z Downloaded postgres-protocol v0.6.7
5162024-08-19T15:14:19.802Z Downloaded postcard v1.0.8
5172024-08-19T15:14:19.802Z Downloaded portpicker v0.1.1
5182024-08-19T15:14:19.802Z Downloaded pkg-config v0.3.30
5192024-08-19T15:14:19.802Z Downloaded pkcs8 v0.10.2
5202024-08-19T15:14:19.802Z Downloaded pkcs5 v0.7.1
5212024-08-19T15:14:19.826Z Downloaded pkcs1 v0.7.5
5222024-08-19T15:14:19.826Z Downloaded pin-utils v0.1.0
5232024-08-19T15:14:19.826Z Downloaded pin-project-lite v0.2.14
5242024-08-19T15:14:19.826Z Downloaded pin-project-internal v1.1.5
5252024-08-19T15:14:19.826Z Downloaded pin-project v1.1.5
5262024-08-19T15:14:19.849Z Downloaded pem-rfc7468 v0.7.0
5272024-08-19T15:14:19.849Z Downloaded peg-macros v0.8.4
5282024-08-19T15:14:19.849Z Downloaded peg v0.8.4
5292024-08-19T15:14:19.849Z Downloaded password-hash v0.5.0
5302024-08-19T15:14:19.849Z Downloaded parse-display v0.10.0
5312024-08-19T15:14:19.849Z Downloaded idna v0.3.0
5322024-08-19T15:14:19.872Z Downloaded idna v0.2.3
5332024-08-19T15:14:19.872Z Downloaded h2 v0.3.26
5342024-08-19T15:14:19.872Z Downloaded rustls v0.22.4
5352024-08-19T15:14:19.896Z Downloaded rustls v0.21.12
5362024-08-19T15:14:19.920Z Downloaded regex-syntax v0.8.4
5372024-08-19T15:14:19.920Z Downloaded ratatui v0.28.0
5382024-08-19T15:14:19.943Z Downloaded object v0.32.2
5392024-08-19T15:14:19.943Z Downloaded nix v0.27.1
5402024-08-19T15:14:19.967Z Downloaded pem v3.0.4
5412024-08-19T15:14:19.967Z Downloaded peg-runtime v0.8.3
5422024-08-19T15:14:19.967Z Downloaded hyper-tls v0.5.0
5432024-08-19T15:14:19.967Z Downloaded hyper v0.14.30
5442024-08-19T15:14:19.967Z Downloaded http v1.1.0
5452024-08-19T15:14:19.991Z Downloaded http v0.2.12
5462024-08-19T15:14:19.991Z Downloaded hostname v0.3.1
5472024-08-19T15:14:19.991Z Downloaded home v0.5.9
5482024-08-19T15:14:19.991Z Downloaded hmac v0.12.1
5492024-08-19T15:14:19.991Z Downloaded hkdf v0.12.4
5502024-08-19T15:14:19.991Z Downloaded highway v1.2.0
5512024-08-19T15:14:19.991Z Downloaded hex v0.4.3
5522024-08-19T15:14:19.991Z Downloaded heck v0.3.3
5532024-08-19T15:14:19.991Z Downloaded heapless v0.8.0
5542024-08-19T15:14:20.015Z Downloaded heapless v0.7.17
5552024-08-19T15:14:20.015Z Downloaded headers-core v0.2.0
5562024-08-19T15:14:20.015Z Downloaded headers v0.3.9
5572024-08-19T15:14:20.015Z Downloaded hashlink v0.9.1
5582024-08-19T15:14:20.015Z Downloaded hashbrown v0.13.2
5592024-08-19T15:14:20.015Z Downloaded hashbrown v0.12.3
5602024-08-19T15:14:20.015Z Downloaded hash32 v0.2.1
5612024-08-19T15:14:20.038Z Downloaded half v2.4.1
5622024-08-19T15:14:20.038Z Downloaded globset v0.4.14
5632024-08-19T15:14:20.038Z Downloaded getrandom v0.2.14
5642024-08-19T15:14:20.038Z Downloaded getopts v0.2.21
5652024-08-19T15:14:20.038Z Downloaded gethostname v0.5.0
5662024-08-19T15:14:20.038Z Downloaded fxhash v0.2.1
5672024-08-19T15:14:20.038Z Downloaded futures v0.3.30
5682024-08-19T15:14:20.038Z Downloaded funty v2.0.0
5692024-08-19T15:14:20.038Z Downloaded fragile v2.0.0
5702024-08-19T15:14:20.039Z Downloaded form_urlencoded v1.2.1
5712024-08-19T15:14:20.039Z Downloaded foreign-types-shared v0.3.1
5722024-08-19T15:14:20.039Z Downloaded foreign-types-shared v0.1.1
5732024-08-19T15:14:20.039Z Downloaded foreign-types v0.5.0
5742024-08-19T15:14:20.062Z Downloaded flume v0.11.0
5752024-08-19T15:14:20.062Z Downloaded float-ord v0.3.2
5762024-08-19T15:14:20.062Z Downloaded float-cmp v0.9.0
5772024-08-19T15:14:20.062Z Downloaded flate2 v1.0.31
5782024-08-19T15:14:20.062Z Downloaded flagset v0.4.5
5792024-08-19T15:14:20.062Z Downloaded fixedbitset v0.4.2
5802024-08-19T15:14:20.062Z Downloaded expectorate v1.1.0
5812024-08-19T15:14:20.062Z Downloaded derive_more v0.99.18
5822024-08-19T15:14:20.062Z Downloaded derive-where v1.2.7
5832024-08-19T15:14:20.086Z Downloaded der v0.7.9
5842024-08-19T15:14:20.086Z Downloaded zip v0.6.6
5852024-08-19T15:14:20.086Z Downloaded tokio-util v0.7.11
5862024-08-19T15:14:20.086Z Downloaded steno v0.4.1
5872024-08-19T15:14:20.109Z Downloaded sqlparser v0.45.0
5882024-08-19T15:14:20.110Z Downloaded sled v0.34.7
5892024-08-19T15:14:20.110Z Downloaded rusqlite v0.31.0
5902024-08-19T15:14:20.133Z Downloaded reqwest v0.11.27
5912024-08-19T15:14:20.133Z Downloaded regress v0.9.1
5922024-08-19T15:14:20.156Z Downloaded regex v1.10.6
5932024-08-19T15:14:20.156Z Downloaded rayon v1.10.0
5942024-08-19T15:14:20.180Z Downloaded vcpkg v0.2.15
5952024-08-19T15:14:20.211Z Downloaded lalrpop v0.19.12
5962024-08-19T15:14:20.235Z Downloaded phf_shared v0.10.0
5972024-08-19T15:14:20.235Z Downloaded phf v0.11.2
5982024-08-19T15:14:20.235Z Downloaded pbkdf2 v0.12.2
5992024-08-19T15:14:20.235Z Downloaded path-slash v0.1.5
6002024-08-19T15:14:20.235Z Downloaded paste v1.0.15
6012024-08-19T15:14:20.235Z Downloaded parse-size v1.0.0
6022024-08-19T15:14:20.235Z Downloaded parse-display-derive v0.10.0
6032024-08-19T15:14:20.258Z Downloaded ident_case v1.0.1
6042024-08-19T15:14:20.258Z Downloaded iana-time-zone v0.1.60
6052024-08-19T15:14:20.259Z Downloaded humantime v2.1.0
6062024-08-19T15:14:20.259Z Downloaded hubpack_derive v0.1.1
6072024-08-19T15:14:20.259Z Downloaded hubpack v0.1.2
6082024-08-19T15:14:20.259Z Downloaded httpdate v1.0.3
6092024-08-19T15:14:20.259Z Downloaded httparse v1.8.0
6102024-08-19T15:14:20.259Z Downloaded http-range v0.1.5
6112024-08-19T15:14:20.259Z Downloaded http-body v0.4.6
6122024-08-19T15:14:20.259Z Downloaded hostname v0.4.0
6132024-08-19T15:14:20.259Z Downloaded hash32 v0.3.1
6142024-08-19T15:14:20.259Z Downloaded group v0.13.0
6152024-08-19T15:14:20.259Z Downloaded glob v0.3.1
6162024-08-19T15:14:20.259Z Downloaded futures-task v0.3.30
6172024-08-19T15:14:20.259Z Downloaded futures-sink v0.3.30
6182024-08-19T15:14:20.259Z Downloaded futures-macro v0.3.30
6192024-08-19T15:14:20.282Z Downloaded futures-io v0.3.30
6202024-08-19T15:14:20.282Z Downloaded futures-executor v0.3.30
6212024-08-19T15:14:20.282Z Downloaded futures-core v0.3.30
6222024-08-19T15:14:20.282Z Downloaded futures-channel v0.3.30
6232024-08-19T15:14:20.283Z Downloaded foreign-types-macros v0.2.3
6242024-08-19T15:14:20.283Z Downloaded foreign-types v0.3.2
6252024-08-19T15:14:20.283Z Downloaded filetime v0.2.24
6262024-08-19T15:14:20.283Z Downloaded ff v0.13.0
6272024-08-19T15:14:20.283Z Downloaded fd-lock v4.0.2
6282024-08-19T15:14:20.283Z Downloaded fatfs v0.3.6
6292024-08-19T15:14:20.283Z Downloaded fastrand v2.1.0
6302024-08-19T15:14:20.283Z Downloaded fallible-streaming-iterator v0.1.9
6312024-08-19T15:14:20.283Z Downloaded fallible-iterator v0.3.0
6322024-08-19T15:14:20.283Z Downloaded fallible-iterator v0.2.0
6332024-08-19T15:14:20.306Z Downloaded erased-serde v0.3.31
6342024-08-19T15:14:20.306Z Downloaded env_logger v0.10.2
6352024-08-19T15:14:20.306Z Downloaded env_logger v0.9.3
6362024-08-19T15:14:20.306Z Downloaded enum-as-inner v0.5.1
6372024-08-19T15:14:20.306Z Downloaded endian-type v0.1.2
6382024-08-19T15:14:20.306Z Downloaded ena v0.14.3
6392024-08-19T15:14:20.306Z Downloaded embedded-io v0.4.0
6402024-08-19T15:14:20.306Z Downloaded elliptic-curve v0.13.8
6412024-08-19T15:14:20.306Z Downloaded either v1.13.0
6422024-08-19T15:14:20.306Z Downloaded dyn-clone v1.0.17
6432024-08-19T15:14:20.306Z Downloaded dsl_auto_type v0.1.2
6442024-08-19T15:14:20.306Z Downloaded downcast v0.11.0
6452024-08-19T15:14:20.330Z Downloaded display-error-chain v0.2.0
6462024-08-19T15:14:20.330Z Downloaded dirs-sys-next v0.1.2
6472024-08-19T15:14:20.330Z Downloaded dirs-next v2.0.0
6482024-08-19T15:14:20.330Z Downloaded difflib v0.4.0
6492024-08-19T15:14:20.330Z Downloaded diff v0.1.13
6502024-08-19T15:14:20.330Z Downloaded diesel_derives v2.2.2
6512024-08-19T15:14:20.330Z Downloaded derive_builder_core v0.20.0
6522024-08-19T15:14:20.330Z Downloaded derive_builder v0.20.0
6532024-08-19T15:14:20.330Z Downloaded deranged v0.3.11
6542024-08-19T15:14:20.330Z Downloaded der_derive v0.7.2
6552024-08-19T15:14:20.353Z Downloaded zerocopy v0.6.6
6562024-08-19T15:14:20.354Z Downloaded yasna v0.5.2
6572024-08-19T15:14:20.354Z Downloaded xattr v1.3.1
6582024-08-19T15:14:20.354Z Downloaded tokio-rustls v0.25.0
6592024-08-19T15:14:20.354Z Downloaded tokio-rustls v0.24.1
6602024-08-19T15:14:20.354Z Downloaded tokio-postgres v0.7.11
6612024-08-19T15:14:20.354Z Downloaded tokio-native-tls v0.3.1
6622024-08-19T15:14:20.354Z Downloaded tokio-macros v2.3.0
6632024-08-19T15:14:20.377Z Downloaded tls_codec_derive v0.4.1
6642024-08-19T15:14:20.377Z Downloaded tls_codec v0.4.1
6652024-08-19T15:14:20.377Z Downloaded tinyvec_macros v0.1.1
6662024-08-19T15:14:20.377Z Downloaded tinyvec v1.6.0
6672024-08-19T15:14:20.377Z Downloaded tiny-keccak v2.0.2
6682024-08-19T15:14:20.377Z Downloaded time-macros v0.2.18
6692024-08-19T15:14:20.377Z Downloaded time-core v0.1.2
6702024-08-19T15:14:20.377Z Downloaded time v0.3.36
6712024-08-19T15:14:20.377Z Downloaded thread_local v1.1.8
6722024-08-19T15:14:20.400Z Downloaded thiserror-no-std v2.0.2
6732024-08-19T15:14:20.400Z Downloaded thiserror-impl-no-std v2.0.2
6742024-08-19T15:14:20.400Z Downloaded textwrap v0.16.1
6752024-08-19T15:14:20.400Z Downloaded test-strategy v0.3.1
6762024-08-19T15:14:20.401Z Downloaded termtree v0.4.1
6772024-08-19T15:14:20.401Z Downloaded termios v0.3.3
6782024-08-19T15:14:20.401Z Downloaded termcolor v1.4.1
6792024-08-19T15:14:20.401Z Downloaded term v0.7.0
6802024-08-19T15:14:20.401Z Downloaded tempfile v3.10.1
6812024-08-19T15:14:20.424Z Downloaded tar v0.4.41
6822024-08-19T15:14:20.424Z Downloaded subprocess v0.2.9
6832024-08-19T15:14:20.424Z Downloaded rustls-webpki v0.102.4
6842024-08-19T15:14:20.448Z Downloaded rustls-webpki v0.101.7
6852024-08-19T15:14:20.448Z Downloaded rsa v0.9.6
6862024-08-19T15:14:20.471Z Downloaded ron v0.8.1
6872024-08-19T15:14:20.471Z Downloaded regex-syntax v0.6.29
6882024-08-19T15:14:20.471Z Downloaded regex-automata v0.1.10
6892024-08-19T15:14:20.471Z Downloaded reedline v0.33.0
6902024-08-19T15:14:20.495Z Downloaded rcgen v0.12.1
6912024-08-19T15:14:20.495Z Downloaded rand v0.8.5
6922024-08-19T15:14:20.495Z Downloaded radix_trie v0.2.1
6932024-08-19T15:14:20.495Z Downloaded quick-xml v0.31.0
6942024-08-19T15:14:20.518Z Downloaded proptest v1.5.0
6952024-08-19T15:14:20.518Z Downloaded winnow v0.5.40
6962024-08-19T15:14:20.542Z Downloaded sha3 v0.10.8
6972024-08-19T15:14:20.542Z Downloaded csv v1.3.0
6982024-08-19T15:14:20.565Z Downloaded defmt-parser v0.3.4
6992024-08-19T15:14:20.565Z Downloaded defmt-macros v0.3.9
7002024-08-19T15:14:20.565Z Downloaded zone_cfg_derive v0.1.2
7012024-08-19T15:14:20.565Z Downloaded zone v0.1.8
7022024-08-19T15:14:20.565Z Downloaded zeroize_derive v1.4.2
7032024-08-19T15:14:20.566Z Downloaded zeroize v1.7.0
7042024-08-19T15:14:20.566Z Downloaded tokio-tungstenite v0.21.0
7052024-08-19T15:14:20.566Z Downloaded tokio-tungstenite v0.20.1
7062024-08-19T15:14:20.589Z Downloaded tokio-stream v0.1.15
7072024-08-19T15:14:20.589Z Downloaded tap v1.0.1
7082024-08-19T15:14:20.589Z Downloaded take_mut v0.2.2
7092024-08-19T15:14:20.589Z Downloaded tabwriter v1.4.0
7102024-08-19T15:14:20.589Z Downloaded sync_wrapper v0.1.2
7112024-08-19T15:14:20.589Z Downloaded supports-color v3.0.0
7122024-08-19T15:14:20.589Z Downloaded subtle v2.5.0
7132024-08-19T15:14:20.589Z Downloaded spin v0.5.2
7142024-08-19T15:14:20.589Z Downloaded socket2 v0.5.7
7152024-08-19T15:14:20.589Z Downloaded socket2 v0.4.10
7162024-08-19T15:14:20.589Z Downloaded snafu-derive v0.8.2
7172024-08-19T15:14:20.589Z Downloaded snafu v0.8.2
7182024-08-19T15:14:20.613Z Downloaded slog-stdlog v4.1.1
7192024-08-19T15:14:20.613Z Downloaded slog-scope v4.4.0
7202024-08-19T15:14:20.613Z Downloaded slog-json v2.6.1
7212024-08-19T15:14:20.613Z Downloaded slog-envlogger v2.2.0
7222024-08-19T15:14:20.613Z Downloaded slog-dtrace v0.3.0
7232024-08-19T15:14:20.613Z Downloaded slog-bunyan v2.5.0
7242024-08-19T15:14:20.613Z Downloaded slog-async v2.8.0
7252024-08-19T15:14:20.613Z Downloaded slog v2.7.0
7262024-08-19T15:14:20.613Z Downloaded secrecy v0.8.0
7272024-08-19T15:14:20.613Z Downloaded sec1 v0.7.3
7282024-08-19T15:14:20.613Z Downloaded sct v0.7.1
7292024-08-19T15:14:20.637Z Downloaded scrypt v0.11.0
7302024-08-19T15:14:20.637Z Downloaded scopeguard v1.2.0
7312024-08-19T15:14:20.637Z Downloaded schemars_derive v0.8.21
7322024-08-19T15:14:20.637Z Downloaded schemars v0.8.21
7332024-08-19T15:14:20.637Z Downloaded scheduled-thread-pool v0.2.7
7342024-08-19T15:14:20.637Z Downloaded same-file v1.0.6
7352024-08-19T15:14:20.637Z Downloaded samael v0.0.15
7362024-08-19T15:14:20.660Z Downloaded salsa20 v0.10.2
7372024-08-19T15:14:20.660Z Downloaded rustyline v14.0.0
7382024-08-19T15:14:20.660Z Downloaded rusty-fork v0.3.0
7392024-08-19T15:14:20.660Z Downloaded rustls-pki-types v1.7.0
7402024-08-19T15:14:20.661Z Downloaded rustc-demangle v0.1.24
7412024-08-19T15:14:20.661Z Downloaded ref-cast v1.0.23
7422024-08-19T15:14:20.661Z Downloaded rayon-core v1.12.1
7432024-08-19T15:14:20.661Z Downloaded radium v0.7.0
7442024-08-19T15:14:20.684Z Downloaded publicsuffix v2.2.3
7452024-08-19T15:14:20.684Z Downloaded x509-cert v0.2.5
7462024-08-19T15:14:20.684Z Downloaded url v2.5.2
7472024-08-19T15:14:20.684Z Downloaded libxml v0.3.3
7482024-08-19T15:14:20.684Z Downloaded itertools v0.13.0
7492024-08-19T15:14:20.708Z Downloaded strum_macros v0.26.4
7502024-08-19T15:14:20.708Z Downloaded strum_macros v0.25.3
7512024-08-19T15:14:20.708Z Downloaded strum_macros v0.24.3
7522024-08-19T15:14:20.708Z Downloaded strum v0.26.3
7532024-08-19T15:14:20.708Z Downloaded structmeta-derive v0.3.0
7542024-08-19T15:14:20.708Z Downloaded structmeta-derive v0.2.0
7552024-08-19T15:14:20.708Z Downloaded structmeta v0.3.0
7562024-08-19T15:14:20.708Z Downloaded structmeta v0.2.0
7572024-08-19T15:14:20.708Z Downloaded strip-ansi-escapes v0.2.0
7582024-08-19T15:14:20.708Z Downloaded stringprep v0.1.4
7592024-08-19T15:14:20.708Z Downloaded string_cache v0.8.7
7602024-08-19T15:14:20.708Z Downloaded static_assertions v1.1.0
7612024-08-19T15:14:20.731Z Downloaded stable_deref_trait v1.2.0
7622024-08-19T15:14:20.731Z Downloaded sqlparser_derive v0.2.2
7632024-08-19T15:14:20.731Z Downloaded sqlformat v0.2.4
7642024-08-19T15:14:20.731Z Downloaded spki v0.7.3
7652024-08-19T15:14:20.731Z Downloaded spin v0.9.8
7662024-08-19T15:14:20.731Z Downloaded smf v0.2.3
7672024-08-19T15:14:20.731Z Downloaded smawk v0.3.2
7682024-08-19T15:14:20.731Z Downloaded smallvec v1.13.2
7692024-08-19T15:14:20.731Z Downloaded smallvec v0.6.14
7702024-08-19T15:14:20.731Z Downloaded slog-term v2.9.1
7712024-08-19T15:14:20.731Z Downloaded rustversion v1.0.17
7722024-08-19T15:14:20.731Z Downloaded rustls-pemfile v2.1.3
7732024-08-19T15:14:20.731Z Downloaded rustls-pemfile v1.0.4
7742024-08-19T15:14:20.755Z Downloaded rustfmt-wrapper v0.2.1
7752024-08-19T15:14:20.755Z Downloaded rustc_version v0.4.0
7762024-08-19T15:14:20.755Z Downloaded rustc-hash v1.1.0
7772024-08-19T15:14:20.755Z Downloaded ron v0.7.1
7782024-08-19T15:14:20.755Z Downloaded ref-cast-impl v1.0.23
7792024-08-19T15:14:20.755Z Downloaded rand_xorshift v0.3.0
7802024-08-19T15:14:20.755Z Downloaded rand_seeder v0.3.0
7812024-08-19T15:14:20.755Z Downloaded rand_core v0.6.4
7822024-08-19T15:14:20.755Z Downloaded rand_chacha v0.3.1
7832024-08-19T15:14:20.755Z Downloaded r2d2 v0.8.10
7842024-08-19T15:14:20.755Z Downloaded quick-error v1.2.3
7852024-08-19T15:14:20.755Z Downloaded psl-types v2.0.11
7862024-08-19T15:14:20.755Z Downloaded proc-macro-crate v1.3.1
7872024-08-19T15:14:20.755Z Downloaded wyz v0.5.1
7882024-08-19T15:14:20.755Z Downloaded whoami v1.5.1
7892024-08-19T15:14:20.779Z Downloaded which v4.4.2
7902024-08-19T15:14:20.779Z Downloaded want v0.3.1
7912024-08-19T15:14:20.779Z Downloaded walkdir v2.5.0
7922024-08-19T15:14:20.779Z Downloaded waitgroup v0.1.2
7932024-08-19T15:14:20.779Z Downloaded wait-timeout v0.2.0
7942024-08-19T15:14:20.779Z Downloaded vte v0.11.1
7952024-08-19T15:14:20.779Z Downloaded vsss-rs v3.3.4
7962024-08-19T15:14:20.779Z Downloaded vergen v8.3.2
7972024-08-19T15:14:20.779Z Downloaded uuid v1.10.0
7982024-08-19T15:14:20.779Z Downloaded utf-8 v0.7.6
7992024-08-19T15:14:20.779Z Downloaded untrusted v0.7.1
8002024-08-19T15:14:20.779Z Downloaded unsafe-libyaml v0.2.11
8012024-08-19T15:14:20.803Z Downloaded trust-dns-proto v0.22.0
8022024-08-19T15:14:20.803Z Downloaded oso v0.27.3
8032024-08-19T15:14:20.803Z Downloaded openssl-sys v0.9.103
8042024-08-19T15:14:20.833Z Downloaded num-traits v0.2.19
8052024-08-19T15:14:20.833Z Downloaded num-bigint-dig v0.8.4
8062024-08-19T15:14:20.833Z Downloaded nom v7.1.3
8072024-08-19T15:14:20.833Z Downloaded mio v0.8.11
8082024-08-19T15:14:20.833Z Downloaded minimal-lexical v0.2.1
8092024-08-19T15:14:20.833Z Downloaded libm v0.2.8
8102024-08-19T15:14:20.857Z Downloaded itertools v0.12.1
8112024-08-19T15:14:20.857Z Downloaded itertools v0.10.5
8122024-08-19T15:14:20.857Z Downloaded bzip2-sys v0.1.11+1.0.8
8132024-08-19T15:14:20.881Z Downloaded rtoolbox v0.0.2
8142024-08-19T15:14:20.881Z Downloaded rpassword v7.3.1
8152024-08-19T15:14:20.881Z Downloaded resolv-conf v0.7.0
8162024-08-19T15:14:20.881Z Downloaded vte_generate_state_changes v0.1.1
8172024-08-19T15:14:20.881Z Downloaded uzers v0.11.3
8182024-08-19T15:14:20.881Z Downloaded untrusted v0.9.0
8192024-08-19T15:14:20.881Z Downloaded universal-hash v0.5.1
8202024-08-19T15:14:20.881Z Downloaded unicode_categories v0.1.1
8212024-08-19T15:14:20.906Z Downloaded unicode-xid v0.2.4
8222024-08-19T15:14:20.906Z Downloaded unicode-truncate v1.0.0
8232024-08-19T15:14:20.906Z Downloaded unicode-segmentation v1.11.0
8242024-08-19T15:14:20.906Z Downloaded unicode-normalization v0.1.23
8252024-08-19T15:14:20.906Z Downloaded unicode-bidi v0.3.15
8262024-08-19T15:14:20.906Z Downloaded unarray v0.1.4
8272024-08-19T15:14:20.906Z Downloaded typed-path v0.7.1
8282024-08-19T15:14:20.906Z Downloaded tungstenite v0.21.0
8292024-08-19T15:14:20.929Z Downloaded tungstenite v0.20.1
8302024-08-19T15:14:20.929Z Downloaded tui-tree-widget v0.22.0
8312024-08-19T15:14:20.929Z Downloaded try-lock v0.2.5
8322024-08-19T15:14:20.929Z Downloaded trust-dns-server v0.22.1
8332024-08-19T15:14:20.929Z Downloaded trust-dns-resolver v0.22.0
8342024-08-19T15:14:20.929Z Downloaded trust-dns-client v0.22.0
8352024-08-19T15:14:20.953Z Downloaded tracing-core v0.1.32
8362024-08-19T15:14:20.953Z Downloaded tracing v0.1.40
8372024-08-19T15:14:20.953Z Downloaded tough v0.17.1
8382024-08-19T15:14:20.953Z Downloaded toml_edit v0.19.15
8392024-08-19T15:14:20.977Z Downloaded toml v0.7.8
8402024-08-19T15:14:20.977Z Downloaded toml v0.5.11
8412024-08-19T15:14:20.977Z Downloaded similar v2.5.0
8422024-08-19T15:14:21.001Z Downloaded parking_lot_core v0.9.10
8432024-08-19T15:14:21.001Z Downloaded parking_lot v0.12.2
8442024-08-19T15:14:21.001Z Downloaded parking_lot v0.11.2
8452024-08-19T15:14:21.001Z Downloaded packed_struct_codegen v0.10.1
8462024-08-19T15:14:21.001Z Downloaded owo-colors v4.0.0
8472024-08-19T15:14:21.001Z Downloaded omicron-zone-package v0.11.0
8482024-08-19T15:14:21.001Z Downloaded olpc-cjson v0.1.3
8492024-08-19T15:14:21.001Z Downloaded num_enum v0.5.11
8502024-08-19T15:14:21.001Z Downloaded num-rational v0.4.2
8512024-08-19T15:14:21.025Z Downloaded num-iter v0.1.45
8522024-08-19T15:14:21.025Z Downloaded num-complex v0.4.6
8532024-08-19T15:14:21.025Z Downloaded num v0.4.3
8542024-08-19T15:14:21.025Z Downloaded native-tls v0.2.11
8552024-08-19T15:14:21.025Z Downloaded mockall_derive v0.13.0
8562024-08-19T15:14:21.025Z Downloaded mio v1.0.2
8572024-08-19T15:14:21.025Z Downloaded mime_guess v2.0.4
8582024-08-19T15:14:21.025Z Downloaded lock_api v0.4.12
8592024-08-19T15:14:21.025Z Downloaded libloading v0.8.3
8602024-08-19T15:14:21.025Z Downloaded libefi-sys v0.1.0
8612024-08-19T15:14:21.025Z Downloaded indicatif v0.17.8
8622024-08-19T15:14:21.049Z Downloaded chrono v0.4.38
8632024-08-19T15:14:21.049Z Downloaded bstr v1.9.1
8642024-08-19T15:14:21.072Z Downloaded unicase v2.7.0
8652024-08-19T15:14:21.072Z Downloaded twox-hash v1.6.3
8662024-08-19T15:14:21.072Z Downloaded tracing-attributes v0.1.27
8672024-08-19T15:14:21.072Z Downloaded tower-service v0.3.2
8682024-08-19T15:14:21.072Z Downloaded topological-sort v0.2.2
8692024-08-19T15:14:21.072Z Downloaded toolchain_find v0.4.0
8702024-08-19T15:14:21.072Z Downloaded slab v0.4.9
8712024-08-19T15:14:21.072Z Downloaded siphasher v0.3.11
8722024-08-19T15:14:21.072Z Downloaded signature v2.2.0
8732024-08-19T15:14:21.072Z Downloaded signal-hook-tokio v0.3.1
8742024-08-19T15:14:21.072Z Downloaded signal-hook-registry v1.4.2
8752024-08-19T15:14:21.072Z Downloaded signal-hook-mio v0.2.4
8762024-08-19T15:14:21.072Z Downloaded signal-hook v0.3.17
8772024-08-19T15:14:21.073Z Downloaded shlex v1.3.0
8782024-08-19T15:14:21.073Z Downloaded shell-words v1.1.0
8792024-08-19T15:14:21.096Z Downloaded sha1 v0.10.6
8802024-08-19T15:14:21.096Z Downloaded serde_yaml v0.9.34+deprecated
8812024-08-19T15:14:21.096Z Downloaded serde_with_macros v3.8.3
8822024-08-19T15:14:21.096Z Downloaded serde_with v3.8.3
8832024-08-19T15:14:21.096Z Downloaded serde_urlencoded v0.7.1
8842024-08-19T15:14:21.096Z Downloaded serde_repr v0.1.19
8852024-08-19T15:14:21.096Z Downloaded serde_plain v1.0.2
8862024-08-19T15:14:21.096Z Downloaded serde_path_to_error v0.1.16
8872024-08-19T15:14:21.120Z Downloaded serde_derive_internals v0.29.1
8882024-08-19T15:14:21.120Z Downloaded serde_arrays v0.1.0
8892024-08-19T15:14:21.121Z Downloaded serde-hex v0.1.0
8902024-08-19T15:14:21.121Z Downloaded serde-big-array v0.5.1
8912024-08-19T15:14:21.121Z Downloaded semver v0.1.20
8922024-08-19T15:14:21.121Z Downloaded parking_lot_core v0.8.6
8932024-08-19T15:14:21.121Z Downloaded packed_struct v0.10.1
8942024-08-19T15:14:21.121Z Downloaded openssl-probe v0.1.5
8952024-08-19T15:14:21.121Z Downloaded opaque-debug v0.3.1
8962024-08-19T15:14:21.121Z Downloaded num_threads v0.1.7
8972024-08-19T15:14:21.121Z Downloaded num_enum_derive v0.5.11
8982024-08-19T15:14:21.121Z Downloaded num_cpus v1.16.0
8992024-08-19T15:14:21.121Z Downloaded num-integer v0.1.46
9002024-08-19T15:14:21.121Z Downloaded num-derive v0.4.2
9012024-08-19T15:14:21.121Z Downloaded nu-ansi-term v0.50.0
9022024-08-19T15:14:21.145Z Downloaded normalize-line-endings v0.3.0
9032024-08-19T15:14:21.145Z Downloaded nodrop v0.1.14
9042024-08-19T15:14:21.145Z Downloaded newline-converter v0.3.0
9052024-08-19T15:14:21.145Z Downloaded multer v3.1.0
9062024-08-19T15:14:21.145Z Downloaded mockall v0.13.0
9072024-08-19T15:14:21.145Z Downloaded miniz_oxide v0.7.2
9082024-08-19T15:14:21.145Z Downloaded mime v0.3.17
9092024-08-19T15:14:21.145Z Downloaded memoffset v0.9.1
9102024-08-19T15:14:21.145Z Downloaded memmap2 v0.9.4
9112024-08-19T15:14:21.145Z Downloaded md-5 v0.10.6
9122024-08-19T15:14:21.145Z Downloaded maybe-uninit v2.0.0
9132024-08-19T15:14:21.145Z Downloaded matches v0.1.10
9142024-08-19T15:14:21.145Z Downloaded maplit v1.0.2
9152024-08-19T15:14:21.145Z Downloaded managed v0.8.0
9162024-08-19T15:14:21.145Z Downloaded lru-cache v0.1.2
9172024-08-19T15:14:21.145Z Downloaded linear-map v1.2.0
9182024-08-19T15:14:21.145Z Downloaded libsw v3.3.1
9192024-08-19T15:14:21.168Z Downloaded lazycell v1.3.0
9202024-08-19T15:14:21.168Z Downloaded lazy_static v1.5.0
9212024-08-19T15:14:21.168Z Downloaded lalrpop-util v0.19.12
9222024-08-19T15:14:21.168Z Downloaded keccak v0.1.5
9232024-08-19T15:14:21.169Z Downloaded instability v0.3.2
9242024-08-19T15:14:21.169Z Downloaded hyper-staticfile v0.9.5
9252024-08-19T15:14:21.169Z Downloaded debug-ignore v1.0.5
9262024-08-19T15:14:21.169Z Downloaded darling_macro v0.20.9
9272024-08-19T15:14:21.169Z Downloaded darling_core v0.20.9
9282024-08-19T15:14:21.169Z Downloaded darling v0.20.9
9292024-08-19T15:14:21.169Z Downloaded curve25519-dalek v4.1.3
9302024-08-19T15:14:21.194Z Downloaded crypto-bigint v0.5.5
9312024-08-19T15:14:21.194Z Downloaded crunchy v0.2.2
9322024-08-19T15:14:21.194Z Downloaded crossterm v0.28.1
9332024-08-19T15:14:21.194Z Downloaded crossterm v0.27.0
9342024-08-19T15:14:21.218Z Downloaded crossbeam-utils v0.8.19
9352024-08-19T15:14:21.218Z Downloaded crossbeam-epoch v0.9.18
9362024-08-19T15:14:21.218Z Downloaded crossbeam-deque v0.8.5
9372024-08-19T15:14:21.218Z Downloaded crossbeam-channel v0.5.12
9382024-08-19T15:14:21.218Z Downloaded crc32fast v1.4.0
9392024-08-19T15:14:21.218Z Downloaded crc-any v2.5.0
9402024-08-19T15:14:21.218Z Downloaded cookie_store v0.20.0
9412024-08-19T15:14:21.242Z Downloaded cookie v0.18.1
9422024-08-19T15:14:21.242Z Downloaded cookie v0.17.0
9432024-08-19T15:14:21.242Z Downloaded constant_time_eq v0.3.0
9442024-08-19T15:14:21.242Z Downloaded const_format_proc_macros v0.2.32
9452024-08-19T15:14:21.242Z Downloaded const_format v0.2.32
9462024-08-19T15:14:21.242Z Downloaded const-oid v0.9.6
9472024-08-19T15:14:21.242Z Downloaded compact_str v0.8.0
9482024-08-19T15:14:21.242Z Downloaded cobs v0.2.3
9492024-08-19T15:14:21.242Z Downloaded clang-sys v1.7.0
9502024-08-19T15:14:21.265Z Downloaded cipher v0.4.4
9512024-08-19T15:14:21.265Z Downloaded chacha20poly1305 v0.10.1
9522024-08-19T15:14:21.265Z Downloaded chacha20 v0.9.1
9532024-08-19T15:14:21.265Z Downloaded cexpr v0.6.0
9542024-08-19T15:14:21.265Z Downloaded cc v1.0.97
9552024-08-19T15:14:21.265Z Downloaded cbc v0.1.2
9562024-08-19T15:14:21.266Z Downloaded cassowary v0.3.0
9572024-08-19T15:14:21.266Z Downloaded camino-tempfile v1.1.1
9582024-08-19T15:14:21.266Z Downloaded bzip2 v0.4.4
9592024-08-19T15:14:21.266Z Downloaded bytes v1.7.1
9602024-08-19T15:14:21.290Z Downloaded buf-list v1.0.3
9612024-08-19T15:14:21.290Z Downloaded bstr v0.2.17
9622024-08-19T15:14:21.290Z Downloaded blake3 v1.5.1
9632024-08-19T15:14:21.290Z Downloaded blake2 v0.10.6
9642024-08-19T15:14:21.314Z Downloaded bitvec v1.0.1
9652024-08-19T15:14:21.314Z Downloaded bitstruct_derive v0.1.0
9662024-08-19T15:14:21.314Z Downloaded bitflags v1.3.2
9672024-08-19T15:14:21.314Z Downloaded bitfield v0.14.0
9682024-08-19T15:14:21.338Z Downloaded bit-set v0.5.3
9692024-08-19T15:14:21.338Z Downloaded bindgen v0.69.4
9702024-08-19T15:14:21.338Z Downloaded oso-derive v0.27.3
9712024-08-19T15:14:21.338Z Downloaded number_prefix v0.4.0
9722024-08-19T15:14:21.338Z Downloaded num-conv v0.1.0
9732024-08-19T15:14:21.338Z Downloaded nibble_vec v0.1.0
9742024-08-19T15:14:21.338Z Downloaded newtype_derive v0.1.6
9752024-08-19T15:14:21.338Z Downloaded newtype-uuid v1.1.0
9762024-08-19T15:14:21.338Z Downloaded nanorand v0.7.0
9772024-08-19T15:14:21.338Z Downloaded multimap v0.10.0
9782024-08-19T15:14:21.338Z Downloaded match_cfg v0.1.0
9792024-08-19T15:14:21.338Z Downloaded lru v0.12.3
9802024-08-19T15:14:21.338Z Downloaded kstat-rs v0.2.4
9812024-08-19T15:14:21.338Z Downloaded jobserver v0.1.32
9822024-08-19T15:14:21.362Z Downloaded is_ci v1.2.0
9832024-08-19T15:14:21.362Z Downloaded is-terminal v0.4.12
9842024-08-19T15:14:21.362Z Downloaded ipnetwork v0.20.0
9852024-08-19T15:14:21.362Z Downloaded ipnet v2.9.0
9862024-08-19T15:14:21.362Z Downloaded instant v0.1.12
9872024-08-19T15:14:21.362Z Downloaded inout v0.1.3
9882024-08-19T15:14:21.362Z Downloaded indoc v1.0.9
9892024-08-19T15:14:21.362Z Downloaded indexmap v1.9.3
9902024-08-19T15:14:21.362Z Downloaded hyper-rustls v0.24.2
9912024-08-19T15:14:21.362Z Downloaded defmt v0.3.8
9922024-08-19T15:14:21.362Z Downloaded curve25519-dalek-derive v0.1.1
9932024-08-19T15:14:21.386Z Downloaded crc-catalog v2.4.0
9942024-08-19T15:14:21.386Z Downloaded crc v3.2.1
9952024-08-19T15:14:21.386Z Downloaded convert_case v0.4.0
9962024-08-19T15:14:21.386Z Downloaded console v0.15.8
9972024-08-19T15:14:21.386Z Downloaded colored v2.1.0
9982024-08-19T15:14:21.386Z Downloaded ciborium-ll v0.2.2
9992024-08-19T15:14:21.386Z Downloaded ciborium-io v0.2.2
10002024-08-19T15:14:21.386Z Downloaded ciborium v0.2.2
10012024-08-19T15:14:21.386Z Downloaded cfg_aliases v0.1.1
10022024-08-19T15:14:21.386Z Downloaded castaway v0.2.3
10032024-08-19T15:14:21.386Z Downloaded cancel-safe-futures v0.1.5
10042024-08-19T15:14:21.386Z Downloaded base64 v0.22.1
10052024-08-19T15:14:21.410Z Downloaded base64 v0.21.7
10062024-08-19T15:14:21.410Z Downloaded base64 v0.13.1
10072024-08-19T15:14:21.410Z Downloaded backtrace v0.3.71
10082024-08-19T15:14:21.410Z Downloaded async-recursion v1.1.1
10092024-08-19T15:14:21.410Z Downloaded ascii-canvas v3.0.0
10102024-08-19T15:14:21.410Z Downloaded ascii v1.1.0
10112024-08-19T15:14:21.410Z Downloaded arrayvec v0.7.4
10122024-08-19T15:14:21.410Z Downloaded array-init v0.0.4
10132024-08-19T15:14:21.434Z Downloaded argon2 v0.5.3
10142024-08-19T15:14:21.434Z Downloaded arc-swap v1.7.1
10152024-08-19T15:14:21.434Z Downloaded allocator-api2 v0.2.18
10162024-08-19T15:14:21.434Z Downloaded aho-corasick v1.1.3
10172024-08-19T15:14:21.434Z Downloaded ahash v0.8.11
10182024-08-19T15:14:21.434Z Downloaded aes v0.8.4
10192024-08-19T15:14:21.434Z Downloaded aead v0.5.2
10202024-08-19T15:14:21.458Z Downloaded addr2line v0.21.0
10212024-08-19T15:14:21.458Z Downloaded new_debug_unreachable v1.0.6
10222024-08-19T15:14:21.458Z Downloaded linked-hash-map v0.5.6
10232024-08-19T15:14:21.458Z Downloaded indent_write v2.2.0
10242024-08-19T15:14:21.458Z Downloaded impl-trait-for-tuples v0.2.2
10252024-08-19T15:14:21.458Z Downloaded data-encoding v2.6.0
10262024-08-19T15:14:21.458Z Downloaded csv-core v0.1.11
10272024-08-19T15:14:21.458Z Downloaded cstr-argument v0.1.2
10282024-08-19T15:14:21.458Z Downloaded crucible-workspace-hack v0.1.0
10292024-08-19T15:14:21.458Z Downloaded block-padding v0.3.3
10302024-08-19T15:14:21.458Z Downloaded bitstruct v0.1.1
10312024-08-19T15:14:21.458Z Downloaded bitfield-struct v0.6.1
10322024-08-19T15:14:21.458Z Downloaded bit-vec v0.6.3
10332024-08-19T15:14:21.458Z Downloaded bcs v0.1.6
10342024-08-19T15:14:21.458Z Downloaded bb8 v0.8.5
10352024-08-19T15:14:21.458Z Downloaded base64ct v1.6.0
10362024-08-19T15:14:21.482Z Downloaded base16ct v0.2.0
10372024-08-19T15:14:21.482Z Downloaded backoff v0.4.0
10382024-08-19T15:14:21.482Z Downloaded atty v0.2.14
10392024-08-19T15:14:21.482Z Downloaded atomic-waker v1.1.2
10402024-08-19T15:14:21.482Z Downloaded async-trait v0.1.81
10412024-08-19T15:14:21.482Z Downloaded async-stream-impl v0.3.5
10422024-08-19T15:14:21.482Z Downloaded async-stream v0.3.5
10432024-08-19T15:14:21.482Z Downloaded arrayref v0.3.7
10442024-08-19T15:14:21.482Z Downloaded adler v1.0.2
10452024-08-19T15:14:21.579Z Compiling cfg-if v1.0.0
10462024-08-19T15:14:21.579Z Compiling serde v1.0.207
10472024-08-19T15:14:21.603Z Compiling lock_api v0.4.12
10482024-08-19T15:14:21.603Z Compiling scopeguard v1.2.0
10492024-08-19T15:14:21.603Z Compiling typenum v1.17.0
10502024-08-19T15:14:21.603Z Compiling generic-array v0.14.7
10512024-08-19T15:14:21.657Z Compiling syn v2.0.74
10522024-08-19T15:14:21.699Z Compiling getrandom v0.2.14
10532024-08-19T15:14:21.759Z Compiling log v0.4.21
10542024-08-19T15:14:21.813Z Compiling jobserver v0.1.32
10552024-08-19T15:14:21.975Z Compiling rand_core v0.6.4
10562024-08-19T15:14:22.186Z Compiling cc v1.0.97
10572024-08-19T15:14:22.209Z Compiling subtle v2.5.0
10582024-08-19T15:14:22.233Z Compiling const-oid v0.9.6
10592024-08-19T15:14:22.416Z Compiling smallvec v1.13.2
10602024-08-19T15:14:22.469Z Compiling pin-project-lite v0.2.14
10612024-08-19T15:14:22.519Z Compiling spin v0.9.8
10622024-08-19T15:14:22.611Z Compiling parking_lot_core v0.9.10
10632024-08-19T15:14:22.653Z Compiling signal-hook-registry v1.4.2
10642024-08-19T15:14:22.804Z Compiling mio v0.8.11
10652024-08-19T15:14:22.912Z Compiling ahash v0.8.11
10662024-08-19T15:14:23.205Z Compiling tinyvec_macros v0.1.1
10672024-08-19T15:14:23.286Z Compiling tinyvec v1.6.0
10682024-08-19T15:14:23.436Z Compiling parking_lot v0.12.2
10692024-08-19T15:14:23.639Z Compiling socket2 v0.5.7
10702024-08-19T15:14:23.778Z Compiling num_cpus v1.16.0
10712024-08-19T15:14:23.876Z Compiling libm v0.2.8
10722024-08-19T15:14:23.900Z Compiling cpufeatures v0.2.12
10732024-08-19T15:14:23.900Z Compiling futures-core v0.3.30
10742024-08-19T15:14:24.003Z Compiling serde_json v1.0.125
10752024-08-19T15:14:24.141Z Compiling slab v0.4.9
10762024-08-19T15:14:24.198Z Compiling num-traits v0.2.19
10772024-08-19T15:14:24.222Z Compiling futures-sink v0.3.30
10782024-08-19T15:14:24.322Z Compiling allocator-api2 v0.2.18
10792024-08-19T15:14:24.366Z Compiling unicode-bidi v0.3.15
10802024-08-19T15:14:24.475Z Compiling unicode-normalization v0.1.23
10812024-08-19T15:14:24.959Z Compiling futures-channel v0.3.30
10822024-08-19T15:14:25.066Z Compiling futures-task v0.3.30
10832024-08-19T15:14:25.292Z Compiling futures-io v0.3.30
10842024-08-19T15:14:25.329Z Compiling vcpkg v0.2.15
10852024-08-19T15:14:25.353Z Compiling pkg-config v0.3.30
10862024-08-19T15:14:25.596Z Compiling pin-utils v0.1.0
10872024-08-19T15:14:25.688Z Compiling base64ct v1.6.0
10882024-08-19T15:14:25.887Z Compiling flagset v0.4.5
10892024-08-19T15:14:25.967Z Compiling ring v0.17.8
10902024-08-19T15:14:26.052Z Compiling ppv-lite86 v0.2.17
10912024-08-19T15:14:26.132Z Compiling percent-encoding v2.3.1
10922024-08-19T15:14:26.340Z Compiling pem-rfc7468 v0.7.0
10932024-08-19T15:14:26.622Z Compiling tracing-core v0.1.32
10942024-08-19T15:14:26.809Z Compiling rand_chacha v0.3.1
10952024-08-19T15:14:26.985Z Compiling untrusted v0.9.0
10962024-08-19T15:14:27.041Z Compiling syn v1.0.109
10972024-08-19T15:14:27.153Z Compiling rustix v0.38.34
10982024-08-19T15:14:27.398Z Compiling openssl-sys v0.9.103
10992024-08-19T15:14:27.537Z Compiling rand v0.8.5
11002024-08-19T15:14:27.676Z Compiling lazy_static v1.5.0
11012024-08-19T15:14:27.810Z Compiling rustversion v1.0.17
11022024-08-19T15:14:27.876Z Compiling httparse v1.8.0
11032024-08-19T15:14:27.961Z Compiling foreign-types-shared v0.1.1
11042024-08-19T15:14:28.068Z Compiling num-conv v0.1.0
11052024-08-19T15:14:28.263Z Compiling powerfmt v0.2.0
11062024-08-19T15:14:28.339Z Compiling openssl v0.10.66
11072024-08-19T15:14:28.453Z Compiling time-core v0.1.2
11082024-08-19T15:14:28.543Z Compiling deranged v0.3.11
11092024-08-19T15:14:28.621Z Compiling time-macros v0.2.18
11102024-08-19T15:14:28.698Z Compiling foreign-types v0.3.2
11112024-08-19T15:14:28.793Z Compiling form_urlencoded v1.2.1
11122024-08-19T15:14:29.085Z Compiling try-lock v0.2.5
11132024-08-19T15:14:29.215Z Compiling siphasher v0.3.11
11142024-08-19T15:14:29.239Z Compiling crossbeam-utils v0.8.19
11152024-08-19T15:14:29.571Z Compiling native-tls v0.2.11
11162024-08-19T15:14:29.829Z Compiling num_threads v0.1.7
11172024-08-19T15:14:29.857Z Compiling rustls v0.21.12
11182024-08-19T15:14:29.973Z Compiling want v0.3.1
11192024-08-19T15:14:30.274Z Compiling idna v0.5.0
11202024-08-19T15:14:30.298Z Compiling socket2 v0.4.10
11212024-08-19T15:14:30.643Z Compiling aho-corasick v1.1.3
11222024-08-19T15:14:31.122Z Compiling cookie v0.17.0
11232024-08-19T15:14:31.440Z Compiling slog v2.7.0
11242024-08-19T15:14:31.463Z Compiling tower-service v0.3.2
11252024-08-19T15:14:31.487Z Compiling time v0.3.36
11262024-08-19T15:14:31.591Z Compiling iana-time-zone v0.1.60
11272024-08-19T15:14:31.615Z Compiling openssl-probe v0.1.5
11282024-08-19T15:14:31.929Z Compiling finl_unicode v1.2.0
11292024-08-19T15:14:31.953Z Compiling httpdate v1.0.3
11302024-08-19T15:14:32.015Z Compiling adler v1.0.2
11312024-08-19T15:14:32.245Z Compiling regex-syntax v0.8.4
11322024-08-19T15:14:32.365Z Compiling stringprep v0.1.4
11332024-08-19T15:14:32.420Z Compiling miniz_oxide v0.7.2
11342024-08-19T15:14:33.454Z Compiling url v2.5.2
11352024-08-19T15:14:34.075Z Compiling serde_derive v1.0.207
11362024-08-19T15:14:34.784Z Compiling zeroize_derive v1.4.2
11372024-08-19T15:14:35.036Z Compiling zerocopy-derive v0.7.34
11382024-08-19T15:14:35.138Z Compiling tokio-macros v2.3.0
11392024-08-19T15:14:35.335Z Compiling thiserror-impl v1.0.63
11402024-08-19T15:14:35.819Z Compiling futures-macro v0.3.30
11412024-08-19T15:14:36.064Z Compiling zeroize v1.7.0
11422024-08-19T15:14:36.445Z Compiling der_derive v0.7.2
11432024-08-19T15:14:36.830Z Compiling zerocopy v0.7.34
11442024-08-19T15:14:37.389Z Compiling futures-util v0.3.30
11452024-08-19T15:14:37.623Z Compiling crypto-common v0.1.6
11462024-08-19T15:14:37.646Z Compiling block-buffer v0.10.4
11472024-08-19T15:14:37.833Z Compiling block-padding v0.3.3
11482024-08-19T15:14:37.906Z Compiling digest v0.10.7
11492024-08-19T15:14:37.998Z Compiling thiserror v1.0.63
11502024-08-19T15:14:38.068Z Compiling inout v0.1.3
11512024-08-19T15:14:38.199Z Compiling pest v2.7.10
11522024-08-19T15:14:38.318Z Compiling hmac v0.12.1
11532024-08-19T15:14:38.342Z Compiling cipher v0.4.4
11542024-08-19T15:14:38.496Z Compiling sha2 v0.10.8
11552024-08-19T15:14:38.542Z Compiling pbkdf2 v0.12.2
11562024-08-19T15:14:38.654Z Compiling hashbrown v0.14.5
11572024-08-19T15:14:38.707Z Compiling der v0.7.9
11582024-08-19T15:14:38.813Z Compiling salsa20 v0.10.2
11592024-08-19T15:14:39.012Z Compiling tracing-attributes v0.1.27
11602024-08-19T15:14:39.894Z Compiling scroll_derive v0.12.0
11612024-08-19T15:14:40.532Z Compiling pest_meta v2.7.10
11622024-08-19T15:14:40.735Z Compiling spki v0.7.3
11632024-08-19T15:14:41.049Z Compiling scroll v0.12.0
11642024-08-19T15:14:41.073Z Compiling scrypt v0.11.0
11652024-08-19T15:14:41.096Z Compiling cbc v0.1.2
11662024-08-19T15:14:41.282Z Compiling aes v0.8.4
11672024-08-19T15:14:41.522Z Compiling goblin v0.8.2
11682024-08-19T15:14:41.546Z Compiling pest_generator v2.7.10
11692024-08-19T15:14:41.569Z Compiling openssl-macros v0.1.1
11702024-08-19T15:14:42.159Z Compiling tracing v0.1.40
11712024-08-19T15:14:42.192Z Compiling pkcs5 v0.7.1
11722024-08-19T15:14:42.571Z Compiling sct v0.7.1
11732024-08-19T15:14:42.634Z Compiling rustls-webpki v0.101.7
11742024-08-19T15:14:42.861Z Compiling pkcs8 v0.10.2
11752024-08-19T15:14:43.154Z Compiling md-5 v0.10.6
11762024-08-19T15:14:43.202Z Compiling regex-automata v0.4.6
11772024-08-19T15:14:43.422Z Compiling num-integer v0.1.46
11782024-08-19T15:14:43.469Z Compiling backtrace v0.3.71
11792024-08-19T15:14:43.863Z Compiling idna v0.3.0
11802024-08-19T15:14:44.063Z Compiling hash32 v0.2.1
11812024-08-19T15:14:44.196Z Compiling signal-hook v0.3.17
11822024-08-19T15:14:44.392Z Compiling gimli v0.28.1
11832024-08-19T15:14:44.436Z Compiling fallible-iterator v0.2.0
11842024-08-19T15:14:44.681Z Compiling pest_derive v2.7.10
11852024-08-19T15:14:45.068Z Compiling smoltcp v0.9.1
11862024-08-19T15:14:45.144Z Compiling stable_deref_trait v1.2.0
11872024-08-19T15:14:45.245Z Compiling base64 v0.22.1
11882024-08-19T15:14:45.332Z Compiling dtrace-parser v0.2.0
11892024-08-19T15:14:45.679Z Compiling bytes v1.7.1
11902024-08-19T15:14:45.881Z Compiling bitflags v2.6.0
11912024-08-19T15:14:46.281Z Compiling indexmap v2.4.0
11922024-08-19T15:14:46.739Z Compiling tokio v1.38.1
11932024-08-19T15:14:47.065Z Compiling http v0.2.12
11942024-08-19T15:14:47.504Z Compiling semver v1.0.23
11952024-08-19T15:14:48.158Z Compiling rustc_version v0.4.0
11962024-08-19T15:14:48.534Z Compiling http-body v0.4.6
11972024-08-19T15:14:48.816Z Compiling heapless v0.7.17
11982024-08-19T15:14:48.920Z Compiling dof v0.3.0
11992024-08-19T15:14:49.190Z Compiling uuid v1.10.0
12002024-08-19T15:14:50.063Z Compiling usdt-impl v0.5.0
12012024-08-19T15:14:50.402Z Compiling chrono v0.4.38
12022024-08-19T15:14:50.703Z Compiling serde_tokenstream v0.2.2
12032024-08-19T15:14:50.771Z Compiling serde_spanned v0.6.7
12042024-08-19T15:14:50.871Z Compiling toml_datetime v0.6.8
12052024-08-19T15:14:50.981Z Compiling num-bigint-dig v0.8.4
12062024-08-19T15:14:51.234Z Compiling psl-types v2.0.11
12072024-08-19T15:14:51.259Z Compiling crc32fast v1.4.0
12082024-08-19T15:14:51.337Z Compiling cfg_aliases v0.1.1
12092024-08-19T15:14:51.414Z Compiling publicsuffix v2.2.3
12102024-08-19T15:14:51.439Z Compiling nix v0.28.0
12112024-08-19T15:14:51.639Z Compiling terminal_size v0.3.0
12122024-08-19T15:14:51.761Z Compiling addr2line v0.21.0
12132024-08-19T15:14:51.811Z Compiling postgres-protocol v0.6.7
12142024-08-19T15:14:52.169Z Compiling num-iter v0.1.45
12152024-08-19T15:14:52.322Z Compiling hubpack_derive v0.1.1
12162024-08-19T15:14:52.347Z Compiling async-trait v0.1.81
12172024-08-19T15:14:52.407Z Compiling zerocopy-derive v0.6.6
12182024-08-19T15:14:53.491Z Compiling phf_shared v0.11.2
12192024-08-19T15:14:53.822Z Compiling tokio-util v0.7.11
12202024-08-19T15:14:53.846Z Compiling tokio-rustls v0.24.1
12212024-08-19T15:14:53.870Z Compiling serde_derive_internals v0.29.1
12222024-08-19T15:14:53.920Z Compiling ff v0.13.0
12232024-08-19T15:14:54.188Z Compiling object v0.32.2
12242024-08-19T15:14:54.246Z Compiling fs-err v2.11.0
12252024-08-19T15:14:54.469Z Compiling tokio-native-tls v0.3.1
12262024-08-19T15:14:54.650Z Compiling anyhow v1.0.86
12272024-08-19T15:14:54.688Z Compiling bitflags v1.3.2
12282024-08-19T15:14:54.766Z Compiling h2 v0.3.26
12292024-08-19T15:14:54.789Z Compiling ipnet v2.9.0
12302024-08-19T15:14:55.050Z Compiling matches v0.1.10
12312024-08-19T15:14:55.146Z Compiling winnow v0.5.40
12322024-08-19T15:14:55.170Z Compiling rustc-demangle v0.1.24
12332024-08-19T15:14:55.802Z Compiling base16ct v0.2.0
12342024-08-19T15:14:55.952Z Compiling base64 v0.21.7
12352024-08-19T15:14:56.087Z Compiling either v1.13.0
12362024-08-19T15:14:56.197Z Compiling regex-automata v0.1.10
12372024-08-19T15:14:56.287Z Compiling schemars v0.8.21
12382024-08-19T15:14:56.451Z Compiling managed v0.8.0
12392024-08-19T15:14:56.594Z Compiling bstr v0.2.17
12402024-08-19T15:14:56.618Z Compiling clap_builder v4.5.15
12412024-08-19T15:14:56.663Z Compiling rustls-pemfile v1.0.4
12422024-08-19T15:14:57.046Z Compiling schemars_derive v0.8.21
12432024-08-19T15:14:57.870Z Compiling sec1 v0.7.3
12442024-08-19T15:14:58.271Z Compiling toml_edit v0.19.15
12452024-08-19T15:14:58.580Z Compiling idna v0.2.3
12462024-08-19T15:14:58.753Z Compiling zerocopy v0.6.6
12472024-08-19T15:14:59.468Z Compiling group v0.13.0
12482024-08-19T15:14:59.602Z Compiling phf v0.11.2
12492024-08-19T15:14:59.890Z Compiling cookie_store v0.20.0
12502024-08-19T15:14:59.943Z Compiling hubpack v0.1.2
12512024-08-19T15:15:00.004Z Compiling postgres-types v0.2.7
12522024-08-19T15:15:01.222Z Compiling hyper v0.14.30
12532024-08-19T15:15:01.301Z Compiling usdt-macro v0.5.0
12542024-08-19T15:15:01.576Z Compiling usdt-attr-macro v0.5.0
12552024-08-19T15:15:02.512Z Compiling regex v1.10.6
12562024-08-19T15:15:02.783Z Compiling serde_urlencoded v0.7.1
12572024-08-19T15:15:02.943Z Compiling pkcs1 v0.7.5
12582024-08-19T15:15:03.223Z Compiling futures-executor v0.3.30
12592024-08-19T15:15:03.431Z Compiling enum-as-inner v0.5.1
12602024-08-19T15:15:03.455Z Compiling hkdf v0.12.4
12612024-08-19T15:15:03.670Z Compiling signature v2.2.0
12622024-08-19T15:15:03.712Z Compiling crypto-bigint v0.5.5
12632024-08-19T15:15:03.772Z Compiling strum_macros v0.25.3
12642024-08-19T15:15:03.938Z Compiling clap_derive v4.5.13
12652024-08-19T15:15:04.270Z Compiling serde_repr v0.1.19
12662024-08-19T15:15:04.448Z Compiling phf_shared v0.10.0
12672024-08-19T15:15:04.863Z Compiling float-cmp v0.9.0
12682024-08-19T15:15:04.996Z Compiling mio v1.0.2
12692024-08-19T15:15:05.054Z Compiling encoding_rs v0.8.34
12702024-08-19T15:15:05.289Z Compiling difflib v0.4.0
12712024-08-19T15:15:06.035Z Compiling minimal-lexical v0.2.1
12722024-08-19T15:15:06.462Z Compiling bit-vec v0.6.3
12732024-08-19T15:15:06.582Z Compiling fixedbitset v0.4.2
12742024-08-19T15:15:06.861Z Compiling unicode-segmentation v1.11.0
12752024-08-19T15:15:06.974Z Compiling hyper-tls v0.5.0
12762024-08-19T15:15:06.998Z Compiling hyper-rustls v0.24.2
12772024-08-19T15:15:07.288Z Compiling whoami v1.5.1
12782024-08-19T15:15:07.312Z Compiling webpki-roots v0.25.4
12792024-08-19T15:15:07.455Z Compiling predicates-core v1.0.6
12802024-08-19T15:15:07.520Z Compiling static_assertions v1.1.0
12812024-08-19T15:15:07.619Z Compiling normalize-line-endings v0.3.0
12822024-08-19T15:15:07.746Z Compiling sync_wrapper v0.1.2
12832024-08-19T15:15:07.832Z Compiling new_debug_unreachable v1.0.6
12842024-08-19T15:15:07.866Z Compiling mime v0.3.17
12852024-08-19T15:15:07.892Z Compiling data-encoding v2.6.0
12862024-08-19T15:15:07.916Z Compiling dyn-clone v1.0.17
12872024-08-19T15:15:07.940Z Compiling precomputed-hash v0.1.1
12882024-08-19T15:15:08.110Z Compiling string_cache v0.8.7
12892024-08-19T15:15:08.386Z Compiling reqwest v0.11.27
12902024-08-19T15:15:08.454Z Compiling console v0.15.8
12912024-08-19T15:15:08.520Z Compiling trust-dns-proto v0.22.0
12922024-08-19T15:15:08.545Z Compiling clap v4.5.15
12932024-08-19T15:15:08.650Z Compiling predicates v3.1.2
12942024-08-19T15:15:09.441Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12952024-08-19T15:15:09.783Z Compiling tokio-postgres v0.7.11
12962024-08-19T15:15:09.829Z Compiling similar v2.5.0
12972024-08-19T15:15:10.092Z Compiling petgraph v0.6.5
12982024-08-19T15:15:11.140Z Compiling bit-set v0.5.3
12992024-08-19T15:15:11.388Z Compiling toml_edit v0.22.20
13002024-08-19T15:15:11.923Z Compiling nom v7.1.3
13012024-08-19T15:15:12.004Z Compiling elliptic-curve v0.13.8
13022024-08-19T15:15:12.730Z Compiling signal-hook-mio v0.2.4
13032024-08-19T15:15:12.888Z Compiling usdt v0.5.0
13042024-08-19T15:15:13.337Z Compiling rsa v0.9.6
13052024-08-19T15:15:13.366Z Compiling futures v0.3.30
13062024-08-19T15:15:13.477Z Compiling flate2 v1.0.31
13072024-08-19T15:15:14.341Z Compiling toml v0.7.8
13082024-08-19T15:15:15.324Z Compiling itertools v0.10.5
13092024-08-19T15:15:15.348Z Compiling itertools v0.12.1
13102024-08-19T15:15:15.633Z Compiling tokio-stream v0.1.15
13112024-08-19T15:15:15.787Z Compiling bstr v1.9.1
13122024-08-19T15:15:16.451Z Compiling openapiv3 v2.0.0
13132024-08-19T15:15:17.196Z Compiling hex v0.4.3
13142024-08-19T15:15:17.399Z Compiling sha1 v0.10.6
13152024-08-19T15:15:17.557Z Compiling crossbeam-epoch v0.9.18
13162024-08-19T15:15:17.713Z Compiling dirs-sys-next v0.1.2
13172024-08-19T15:15:17.773Z Compiling peg-runtime v0.8.3
13182024-08-19T15:15:17.938Z Compiling lalrpop-util v0.19.12
13192024-08-19T15:15:18.152Z Compiling unicode-xid v0.2.4
13202024-08-19T15:15:18.230Z Compiling dirs-next v2.0.0
13212024-08-19T15:15:18.253Z Compiling thread_local v1.1.8
13222024-08-19T15:15:18.277Z Compiling slog-async v2.8.0
13232024-08-19T15:15:18.309Z Compiling xattr v1.3.1
13242024-08-19T15:15:18.346Z Compiling crossbeam-channel v0.5.12
13252024-08-19T15:15:18.407Z Compiling term v0.7.0
13262024-08-19T15:15:18.544Z Compiling strum_macros v0.26.4
13272024-08-19T15:15:18.736Z Compiling filetime v0.2.24
13282024-08-19T15:15:18.784Z Compiling is-terminal v0.4.12
13292024-08-19T15:15:18.901Z Compiling take_mut v0.2.2
13302024-08-19T15:15:19.040Z Compiling tar v0.4.41
13312024-08-19T15:15:19.244Z Compiling slog-term v2.9.1
13322024-08-19T15:15:19.725Z Compiling camino v1.1.7
13332024-08-19T15:15:20.426Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13342024-08-19T15:15:21.611Z Compiling strum v0.26.3
13352024-08-19T15:15:21.720Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13362024-08-19T15:15:28.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
13372024-08-19T15:15:28.522Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13382024-08-19T15:15:28.589ZAug 19 15:15:28.403 INFO Starting download, target: Cockroach
13392024-08-19T15:15:28.589ZAug 19 15:15:28.404 INFO Starting download, target: Clickhouse
13402024-08-19T15:15:28.589ZAug 19 15:15:28.404 INFO Starting download, target: Console
13412024-08-19T15:15:28.589ZAug 19 15:15:28.404 INFO Starting download, target: DendriteOpenapi
13422024-08-19T15:15:28.589ZAug 19 15:15:28.404 INFO Starting download, target: DendriteStub
13432024-08-19T15:15:28.589ZAug 19 15:15:28.404 INFO Starting download, target: MaghemiteMgd
13442024-08-19T15:15:28.612ZAug 19 15:15:28.404 INFO Starting download, target: TransceiverControl
13452024-08-19T15:15:28.612ZAug 19 15:15:28.405 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13462024-08-19T15:15:28.612ZAug 19 15:15:28.405 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13472024-08-19T15:15:28.613ZAug 19 15:15:28.405 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13482024-08-19T15:15:28.613ZAug 19 15:15:28.405 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13492024-08-19T15:15:28.613ZAug 19 15:15:28.405 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13502024-08-19T15:15:28.613ZAug 19 15:15:28.405 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13512024-08-19T15:15:28.613ZAug 19 15:15:28.405 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13522024-08-19T15:15:28.969ZAug 19 15:15:28.783 INFO Download complete, target: DendriteOpenapi
13532024-08-19T15:15:29.044ZAug 19 15:15:28.858 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13542024-08-19T15:15:29.404ZAug 19 15:15:29.219 INFO Download complete, target: Console
13552024-08-19T15:15:30.267ZAug 19 15:15:30.082 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13562024-08-19T15:15:30.654ZAug 19 15:15:30.469 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13572024-08-19T15:15:30.972ZAug 19 15:15:30.787 INFO Download complete, target: TransceiverControl
13582024-08-19T15:15:31.171ZAug 19 15:15:30.986 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13592024-08-19T15:15:34.120ZAug 19 15:15:33.932 INFO Download complete, target: MaghemiteMgd
13602024-08-19T15:15:34.508ZAug 19 15:15:34.323 INFO Download complete, target: DendriteStub
13612024-08-19T15:15:38.464ZAug 19 15:15:38.277 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13622024-08-19T15:15:38.464ZAug 19 15:15:38.278 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13632024-08-19T15:15:42.206ZAug 19 15:15:42.021 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13642024-08-19T15:15:47.654ZAug 19 15:15:47.468 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13652024-08-19T15:15:48.113ZAug 19 15:15:47.928 INFO Checking that binary works, target: Cockroach
13662024-08-19T15:15:48.394ZAug 19 15:15:48.209 INFO Download complete, target: Cockroach
13672024-08-19T15:15:58.311ZAug 19 15:15:58.126 INFO Checking that binary works, target: Clickhouse
13682024-08-19T15:15:58.500ZAug 19 15:15:58.315 INFO Download complete, target: Clickhouse
13692024-08-19T15:15:58.526ZAll builder prerequisites installed successfully, and PATH looks valid
13702024-08-19T15:15:58.550Z
13712024-08-19T15:15:58.550Zreal 3:45.010076613
13722024-08-19T15:15:58.550Zuser 9:53.532754945
13732024-08-19T15:15:58.550Zsys 2:22.842874341
13742024-08-19T15:15:58.550Ztrap 0.323689728
13752024-08-19T15:15:58.550Ztflt 0.413095242
13762024-08-19T15:15:58.550Zdflt 1.676266667
13772024-08-19T15:15:58.550Zkflt 0.007462386
13782024-08-19T15:15:58.550Zlock 21:44.776420908
13792024-08-19T15:15:58.550Zslp 37:28.324745758
13802024-08-19T15:15:58.550Zlat 45.007364394
13812024-08-19T15:15:58.550Zstop 1:48.326020853
13822024-08-19T15:15:58.550Z+ banner hack-check
13832024-08-19T15:15:58.550Z
13842024-08-19T15:15:58.550Z # # ## #### # # #### # # ###### #### # #
13852024-08-19T15:15:58.550Z # # # # # # # # # # # # # # # # #
13862024-08-19T15:15:58.550Z ###### # # # #### ##### # ###### ##### # ####
13872024-08-19T15:15:58.550Z # # ###### # # # # # # # # # #
13882024-08-19T15:15:58.550Z # # # # # # # # # # # # # # # # #
13892024-08-19T15:15:58.550Z # # # # #### # # #### # # ###### #### # #
13902024-08-19T15:15:58.550Z
13912024-08-19T15:15:58.550Z+ export CARGO_INCREMENTAL=0
13922024-08-19T15:15:58.550Z+ CARGO_INCREMENTAL=0
13932024-08-19T15:15:58.550Z+ ptime -m timeout 2h cargo xtask check-features --ci
13942024-08-19T15:15:59.345Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13952024-08-19T15:16:04.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
13962024-08-19T15:16:04.154Z Running `target/debug/xtask check-features --ci`
13972024-08-19T15:16:04.184Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13982024-08-19T15:16:04.184Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13992024-08-19T15:16:04.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
14002024-08-19T15:16:04.969Z Running `target/debug/xtask download cargo-hack`
14012024-08-19T15:16:06.199Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14022024-08-19T15:16:06.571Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14032024-08-19T15:16:12.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
14042024-08-19T15:16:12.775Z Running `target/debug/xtask-downloader cargo-hack`
14052024-08-19T15:16:12.817ZAug 19 15:16:12.632 INFO Starting download, target: CargoHack
14062024-08-19T15:16:12.841ZAug 19 15:16:12.633 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14072024-08-19T15:16:13.452ZAug 19 15:16:13.267 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14082024-08-19T15:16:13.566ZAug 19 15:16:13.381 INFO Download complete, target: CargoHack
14092024-08-19T15:16:13.590Zrunning: "/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"
14102024-08-19T15:16:13.613Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14112024-08-19T15:16:13.797Zinfo: running `cargo check --bins` on api_identity (1/150)
14122024-08-19T15:16:14.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14132024-08-19T15:16:14.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14142024-08-19T15:16:14.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14152024-08-19T15:16:14.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
14162024-08-19T15:16:14.579Z
14172024-08-19T15:16:14.579Zinfo: running `cargo check --bins` on bootstore (2/150)
14182024-08-19T15:16:15.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14192024-08-19T15:16:15.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14202024-08-19T15:16:15.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14212024-08-19T15:16:15.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
14222024-08-19T15:16:15.419Z
14232024-08-19T15:16:15.419Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/150)
14242024-08-19T15:16:16.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14252024-08-19T15:16:16.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14262024-08-19T15:16:16.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14272024-08-19T15:16:16.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
14282024-08-19T15:16:16.247Z
14292024-08-19T15:16:16.247Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/150)
14302024-08-19T15:16:16.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14312024-08-19T15:16:16.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14322024-08-19T15:16:16.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14332024-08-19T15:16:16.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
14342024-08-19T15:16:17.057Z
14352024-08-19T15:16:17.057Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/150)
14362024-08-19T15:16:17.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14372024-08-19T15:16:17.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14382024-08-19T15:16:17.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14392024-08-19T15:16:17.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14402024-08-19T15:16:17.687Z
14412024-08-19T15:16:17.687Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/150)
14422024-08-19T15:16:18.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14432024-08-19T15:16:18.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14442024-08-19T15:16:18.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14452024-08-19T15:16:18.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14462024-08-19T15:16:18.300Z
14472024-08-19T15:16:18.300Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/150)
14482024-08-19T15:16:18.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14492024-08-19T15:16:18.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14502024-08-19T15:16:18.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14512024-08-19T15:16:18.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14522024-08-19T15:16:18.927Z
14532024-08-19T15:16:18.927Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/150)
14542024-08-19T15:16:19.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14552024-08-19T15:16:19.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14562024-08-19T15:16:19.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14572024-08-19T15:16:19.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14582024-08-19T15:16:19.566Z
14592024-08-19T15:16:19.566Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/150)
14602024-08-19T15:16:20.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14612024-08-19T15:16:20.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14622024-08-19T15:16:20.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14632024-08-19T15:16:20.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14642024-08-19T15:16:20.180Z
14652024-08-19T15:16:20.180Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/150)
14662024-08-19T15:16:20.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14672024-08-19T15:16:20.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14682024-08-19T15:16:20.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14692024-08-19T15:16:20.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14702024-08-19T15:16:20.797Z
14712024-08-19T15:16:20.797Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/150)
14722024-08-19T15:16:21.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14732024-08-19T15:16:21.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14742024-08-19T15:16:21.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14752024-08-19T15:16:21.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14762024-08-19T15:16:21.404Z
14772024-08-19T15:16:21.404Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/150)
14782024-08-19T15:16:21.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-08-19T15:16:21.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-08-19T15:16:21.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14812024-08-19T15:16:21.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14822024-08-19T15:16:22.016Z
14832024-08-19T15:16:22.016Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/150)
14842024-08-19T15:16:22.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14852024-08-19T15:16:22.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14862024-08-19T15:16:22.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14872024-08-19T15:16:22.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14882024-08-19T15:16:22.647Z
14892024-08-19T15:16:22.647Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/150)
14902024-08-19T15:16:23.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14912024-08-19T15:16:23.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14922024-08-19T15:16:23.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14932024-08-19T15:16:23.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14942024-08-19T15:16:23.268Z
14952024-08-19T15:16:23.268Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/150)
14962024-08-19T15:16:23.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14972024-08-19T15:16:23.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14982024-08-19T15:16:23.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14992024-08-19T15:16:23.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15002024-08-19T15:16:23.876Z
15012024-08-19T15:16:23.877Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/150)
15022024-08-19T15:16:24.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15032024-08-19T15:16:24.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15042024-08-19T15:16:24.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15052024-08-19T15:16:24.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15062024-08-19T15:16:24.473Z
15072024-08-19T15:16:24.473Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/150)
15082024-08-19T15:16:25.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15092024-08-19T15:16:25.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15102024-08-19T15:16:25.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15112024-08-19T15:16:25.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15122024-08-19T15:16:25.109Z
15132024-08-19T15:16:25.109Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/150)
15142024-08-19T15:16:25.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15152024-08-19T15:16:25.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15162024-08-19T15:16:25.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15172024-08-19T15:16:25.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15182024-08-19T15:16:25.707Z
15192024-08-19T15:16:25.707Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/150)
15202024-08-19T15:16:26.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15212024-08-19T15:16:26.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15222024-08-19T15:16:26.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15232024-08-19T15:16:26.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15242024-08-19T15:16:26.312Z
15252024-08-19T15:16:26.312Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/150)
15262024-08-19T15:16:26.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-08-19T15:16:26.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-08-19T15:16:26.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-08-19T15:16:26.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15302024-08-19T15:16:26.918Z
15312024-08-19T15:16:26.918Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/150)
15322024-08-19T15:16:27.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-08-19T15:16:27.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-08-19T15:16:27.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-08-19T15:16:27.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15362024-08-19T15:16:27.545Z
15372024-08-19T15:16:27.545Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/150)
15382024-08-19T15:16:28.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-08-19T15:16:28.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-08-19T15:16:28.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-08-19T15:16:28.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15422024-08-19T15:16:28.182Z
15432024-08-19T15:16:28.182Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/150)
15442024-08-19T15:16:28.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-08-19T15:16:28.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-08-19T15:16:28.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15472024-08-19T15:16:28.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15482024-08-19T15:16:28.805Z
15492024-08-19T15:16:28.805Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/150)
15502024-08-19T15:16:29.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15512024-08-19T15:16:29.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15522024-08-19T15:16:29.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15532024-08-19T15:16:29.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15542024-08-19T15:16:29.409Z
15552024-08-19T15:16:29.409Zinfo: running `cargo check --bins` on sled-hardware-types (25/150)
15562024-08-19T15:16:30.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15572024-08-19T15:16:30.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15582024-08-19T15:16:30.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15592024-08-19T15:16:30.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
15602024-08-19T15:16:30.246Z
15612024-08-19T15:16:30.247Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/150)
15622024-08-19T15:16:30.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-08-19T15:16:31.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-08-19T15:16:31.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15652024-08-19T15:16:31.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
15662024-08-19T15:16:31.073Z
15672024-08-19T15:16:31.073Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/150)
15682024-08-19T15:16:31.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15692024-08-19T15:16:31.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15702024-08-19T15:16:31.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15712024-08-19T15:16:31.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
15722024-08-19T15:16:31.899Z
15732024-08-19T15:16:31.899Zinfo: running `cargo check --bins` on oxlog (28/150)
15742024-08-19T15:16:32.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15752024-08-19T15:16:32.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15762024-08-19T15:16:32.729Z Checking cfg-if v1.0.0
15772024-08-19T15:16:32.754Z Checking libc v0.2.155
15782024-08-19T15:16:32.778Z Checking serde v1.0.207
15792024-08-19T15:16:32.778Z Checking memchr v2.7.2
15802024-08-19T15:16:32.778Z Checking zeroize v1.7.0
15812024-08-19T15:16:32.778Z Checking scopeguard v1.2.0
15822024-08-19T15:16:32.827Z Checking typenum v1.17.0
15832024-08-19T15:16:32.850Z Checking byteorder v1.5.0
15842024-08-19T15:16:32.875Z Checking log v0.4.21
15852024-08-19T15:16:32.916Z Checking lock_api v0.4.12
15862024-08-19T15:16:33.055Z Checking subtle v2.5.0
15872024-08-19T15:16:33.122Z Checking once_cell v1.19.0
15882024-08-19T15:16:33.210Z Checking const-oid v0.9.6
15892024-08-19T15:16:33.279Z Checking itoa v1.0.11
15902024-08-19T15:16:33.303Z Checking pin-project-lite v0.2.14
15912024-08-19T15:16:33.385Z Checking smallvec v1.13.2
15922024-08-19T15:16:33.409Z Checking spin v0.9.8
15932024-08-19T15:16:33.459Z Checking zerocopy v0.7.34
15942024-08-19T15:16:33.544Z Checking tinyvec_macros v0.1.1
15952024-08-19T15:16:33.620Z Checking tinyvec v1.6.0
15962024-08-19T15:16:33.698Z Checking futures-core v0.3.30
15972024-08-19T15:16:33.721Z Checking getrandom v0.2.14
15982024-08-19T15:16:33.721Z Checking signal-hook-registry v1.4.2
15992024-08-19T15:16:33.863Z Checking parking_lot_core v0.9.10
16002024-08-19T15:16:33.887Z Checking generic-array v0.14.7
16012024-08-19T15:16:33.934Z Checking mio v0.8.11
16022024-08-19T15:16:33.957Z Checking rand_core v0.6.4
16032024-08-19T15:16:34.151Z Checking parking_lot v0.12.2
16042024-08-19T15:16:34.228Z Checking socket2 v0.5.7
16052024-08-19T15:16:34.444Z Checking num_cpus v1.16.0
16062024-08-19T15:16:34.467Z Checking cpufeatures v0.2.12
16072024-08-19T15:16:34.548Z Checking allocator-api2 v0.2.18
16082024-08-19T15:16:34.571Z Checking futures-sink v0.3.30
16092024-08-19T15:16:34.594Z Checking unicode-bidi v0.3.15
16102024-08-19T15:16:34.639Z Checking libm v0.2.8
16112024-08-19T15:16:34.663Z Checking ahash v0.8.11
16122024-08-19T15:16:34.700Z Checking equivalent v1.0.1
16132024-08-19T15:16:34.723Z Checking unicode-normalization v0.1.23
16142024-08-19T15:16:34.782Z Checking crypto-common v0.1.6
16152024-08-19T15:16:34.805Z Checking block-buffer v0.10.4
16162024-08-19T15:16:34.935Z Checking block-padding v0.3.3
16172024-08-19T15:16:34.983Z Checking digest v0.10.7
16182024-08-19T15:16:35.103Z Checking ryu v1.0.18
16192024-08-19T15:16:35.147Z Checking inout v0.1.3
16202024-08-19T15:16:35.147Z Checking futures-channel v0.3.30
16212024-08-19T15:16:35.202Z Checking hashbrown v0.14.5
16222024-08-19T15:16:35.318Z Checking slab v0.4.9
16232024-08-19T15:16:35.364Z Checking hmac v0.12.1
16242024-08-19T15:16:35.364Z Checking cipher v0.4.4
16252024-08-19T15:16:35.406Z Checking num-traits v0.2.19
16262024-08-19T15:16:35.433Z Checking sha2 v0.10.8
16272024-08-19T15:16:35.459Z Checking futures-task v0.3.30
16282024-08-19T15:16:35.510Z Checking pin-utils v0.1.0
16292024-08-19T15:16:35.545Z Checking futures-io v0.3.30
16302024-08-19T15:16:35.594Z Checking base64ct v1.6.0
16312024-08-19T15:16:35.650Z Checking percent-encoding v2.3.1
16322024-08-19T15:16:35.678Z Checking flagset v0.4.5
16332024-08-19T15:16:35.705Z Checking futures-util v0.3.30
16342024-08-19T15:16:35.827Z Checking ppv-lite86 v0.2.17
16352024-08-19T15:16:35.851Z Checking salsa20 v0.10.2
16362024-08-19T15:16:35.895Z Checking pbkdf2 v0.12.2
16372024-08-19T15:16:35.971Z Checking pem-rfc7468 v0.7.0
16382024-08-19T15:16:36.036Z Checking tracing-core v0.1.32
16392024-08-19T15:16:36.060Z Checking untrusted v0.9.0
16402024-08-19T15:16:36.145Z Checking fnv v1.0.7
16412024-08-19T15:16:36.189Z Checking ring v0.17.8
16422024-08-19T15:16:36.213Z Checking der v0.7.9
16432024-08-19T15:16:36.250Z Checking scrypt v0.11.0
16442024-08-19T15:16:36.396Z Checking rand_chacha v0.3.1
16452024-08-19T15:16:36.438Z Checking cbc v0.1.2
16462024-08-19T15:16:36.612Z Checking aes v0.8.4
16472024-08-19T15:16:36.636Z Checking tracing v0.1.40
16482024-08-19T15:16:36.719Z Checking rand v0.8.5
16492024-08-19T15:16:36.807Z Checking lazy_static v1.5.0
16502024-08-19T15:16:36.877Z Checking bytes v1.7.1
16512024-08-19T15:16:36.920Z Checking bitflags v2.6.0
16522024-08-19T15:16:36.943Z Checking indexmap v2.4.0
16532024-08-19T15:16:37.173Z Checking serde_json v1.0.125
16542024-08-19T15:16:37.311Z Checking thiserror v1.0.63
16552024-08-19T15:16:37.426Z Checking foreign-types-shared v0.1.1
16562024-08-19T15:16:37.518Z Checking foreign-types v0.3.2
16572024-08-19T15:16:37.541Z Checking tokio v1.38.1
16582024-08-19T15:16:37.615Z Checking http v0.2.12
16592024-08-19T15:16:37.740Z Checking form_urlencoded v1.2.1
16602024-08-19T15:16:37.764Z Checking openssl-sys v0.9.103
16612024-08-19T15:16:37.820Z Checking spki v0.7.3
16622024-08-19T15:16:37.922Z Checking try-lock v0.2.5
16632024-08-19T15:16:38.016Z Checking unicode-ident v1.0.12
16642024-08-19T15:16:38.041Z Checking siphasher v0.3.11
16652024-08-19T15:16:38.071Z Checking pkcs5 v0.7.1
16662024-08-19T15:16:38.185Z Checking powerfmt v0.2.0
16672024-08-19T15:16:38.324Z Checking proc-macro2 v1.0.86
16682024-08-19T15:16:38.411Z Checking deranged v0.3.11
16692024-08-19T15:16:38.540Z Checking pkcs8 v0.10.2
16702024-08-19T15:16:38.604Z Checking want v0.3.1
16712024-08-19T15:16:38.774Z Checking rustls-webpki v0.101.7
16722024-08-19T15:16:38.798Z Checking http-body v0.4.6
16732024-08-19T15:16:38.822Z Checking sct v0.7.1
16742024-08-19T15:16:38.846Z Checking openssl v0.10.66
16752024-08-19T15:16:38.913Z Checking uuid v1.10.0
16762024-08-19T15:16:38.978Z Checking idna v0.5.0
16772024-08-19T15:16:39.151Z Checking httparse v1.8.0
16782024-08-19T15:16:39.395Z Checking errno v0.3.9
16792024-08-19T15:16:39.421Z Checking socket2 v0.4.10
16802024-08-19T15:16:39.512Z Checking scroll v0.12.0
16812024-08-19T15:16:39.540Z Checking aho-corasick v1.1.3
16822024-08-19T15:16:39.637Z Checking num-conv v0.1.0
16832024-08-19T15:16:39.805Z Checking iana-time-zone v0.1.60
16842024-08-19T15:16:39.858Z Checking num_threads v0.1.7
16852024-08-19T15:16:39.882Z Checking openssl-probe v0.1.5
16862024-08-19T15:16:39.924Z Checking utf8parse v0.2.1
16872024-08-19T15:16:39.948Z Checking anstyle v1.0.8
16882024-08-19T15:16:39.972Z Checking plain v0.2.3
16892024-08-19T15:16:40.010Z Checking regex-syntax v0.8.4
16902024-08-19T15:16:40.059Z Checking ucd-trie v0.1.6
16912024-08-19T15:16:40.083Z Checking httpdate v1.0.3
16922024-08-19T15:16:40.107Z Checking time-core v0.1.2
16932024-08-19T15:16:40.238Z Checking adler v1.0.2
16942024-08-19T15:16:40.238Z Checking tower-service v0.3.2
16952024-08-19T15:16:40.266Z Checking finl_unicode v1.2.0
16962024-08-19T15:16:40.291Z Checking time v0.3.36
16972024-08-19T15:16:40.367Z Checking pest v2.7.10
16982024-08-19T15:16:40.391Z Checking miniz_oxide v0.7.2
16992024-08-19T15:16:40.740Z Checking stringprep v0.1.4
17002024-08-19T15:16:40.900Z Checking goblin v0.8.2
17012024-08-19T15:16:40.978Z Checking anstyle-parse v0.2.4
17022024-08-19T15:16:41.010Z Checking chrono v0.4.38
17032024-08-19T15:16:41.257Z Checking url v2.5.2
17042024-08-19T15:16:41.999Z Checking rustix v0.38.34
17052024-08-19T15:16:42.475Z Checking rustls v0.21.12
17062024-08-19T15:16:42.577Z Checking quote v1.0.36
17072024-08-19T15:16:42.722Z Checking regex-automata v0.4.6
17082024-08-19T15:16:42.901Z Checking serde_spanned v0.6.7
17092024-08-19T15:16:42.924Z Checking toml_datetime v0.6.8
17102024-08-19T15:16:43.087Z Checking num-integer v0.1.46
17112024-08-19T15:16:43.227Z Checking idna v0.3.0
17122024-08-19T15:16:43.544Z Checking md-5 v0.10.6
17132024-08-19T15:16:43.570Z Checking native-tls v0.2.11
17142024-08-19T15:16:43.759Z Checking hash32 v0.2.1
17152024-08-19T15:16:43.876Z Checking base64 v0.22.1
17162024-08-19T15:16:43.899Z Checking is_terminal_polyfill v1.70.0
17172024-08-19T15:16:43.935Z Checking tokio-util v0.7.11
17182024-08-19T15:16:43.958Z Checking psl-types v2.0.11
17192024-08-19T15:16:44.018Z Checking gimli v0.28.1
17202024-08-19T15:16:44.050Z Checking colorchoice v1.0.1
17212024-08-19T15:16:44.117Z Checking stable_deref_trait v1.2.0
17222024-08-19T15:16:44.185Z Checking anstyle-query v1.0.3
17232024-08-19T15:16:44.216Z Checking pretty-hex v0.4.1
17242024-08-19T15:16:44.311Z Checking fallible-iterator v0.2.0
17252024-08-19T15:16:44.338Z Checking anstream v0.6.14
17262024-08-19T15:16:44.381Z Checking heapless v0.7.17
17272024-08-19T15:16:44.667Z Checking publicsuffix v2.2.3
17282024-08-19T15:16:44.739Z Checking h2 v0.3.26
17292024-08-19T15:16:44.853Z Checking postgres-protocol v0.6.7
17302024-08-19T15:16:44.894Z Checking tokio-native-tls v0.3.1
17312024-08-19T15:16:45.120Z Checking terminal_size v0.3.0
17322024-08-19T15:16:45.267Z Checking num-iter v0.1.45
17332024-08-19T15:16:45.318Z Checking syn v2.0.74
17342024-08-19T15:16:45.342Z Checking dof v0.3.0
17352024-08-19T15:16:45.365Z Checking tokio-rustls v0.24.1
17362024-08-19T15:16:45.421Z Checking dtrace-parser v0.2.0
17372024-08-19T15:16:45.444Z Checking cookie v0.17.0
17382024-08-19T15:16:45.672Z Checking phf_shared v0.11.2
17392024-08-19T15:16:45.820Z Checking ff v0.13.0
17402024-08-19T15:16:45.846Z Checking thread-id v4.2.1
17412024-08-19T15:16:45.870Z Checking object v0.32.2
17422024-08-19T15:16:45.920Z Checking clap_lex v0.7.0
17432024-08-19T15:16:45.948Z Checking either v1.13.0
17442024-08-19T15:16:46.015Z Checking winnow v0.5.40
17452024-08-19T15:16:46.131Z Checking base64 v0.21.7
17462024-08-19T15:16:46.257Z Checking base16ct v0.2.0
17472024-08-19T15:16:46.423Z Checking regex-automata v0.1.10
17482024-08-19T15:16:46.525Z Checking bitflags v1.3.2
17492024-08-19T15:16:46.612Z Checking ipnet v2.9.0
17502024-08-19T15:16:46.745Z Checking managed v0.8.0
17512024-08-19T15:16:46.769Z Checking matches v0.1.10
17522024-08-19T15:16:46.844Z Checking strsim v0.11.1
17532024-08-19T15:16:47.008Z Checking rustc-demangle v0.1.24
17542024-08-19T15:16:47.075Z Checking smoltcp v0.9.1
17552024-08-19T15:16:47.101Z Checking clap_builder v4.5.15
17562024-08-19T15:16:47.239Z Checking addr2line v0.21.0
17572024-08-19T15:16:47.376Z Checking idna v0.2.3
17582024-08-19T15:16:47.673Z Checking bstr v0.2.17
17592024-08-19T15:16:48.022Z Checking regex v1.10.6
17602024-08-19T15:16:48.332Z Checking rustls-pemfile v1.0.4
17612024-08-19T15:16:48.381Z Checking sec1 v0.7.3
17622024-08-19T15:16:48.495Z Checking group v0.13.0
17632024-08-19T15:16:48.551Z Checking phf v0.11.2
17642024-08-19T15:16:48.575Z Checking toml_edit v0.19.15
17652024-08-19T15:16:48.700Z Checking cookie_store v0.20.0
17662024-08-19T15:16:48.726Z Checking num-bigint-dig v0.8.4
17672024-08-19T15:16:48.786Z Checking postgres-types v0.2.7
17682024-08-19T15:16:49.216Z Checking futures-executor v0.3.30
17692024-08-19T15:16:49.365Z Checking pkcs1 v0.7.5
17702024-08-19T15:16:49.410Z Checking phf_shared v0.10.0
17712024-08-19T15:16:49.641Z Checking serde_urlencoded v0.7.1
17722024-08-19T15:16:49.664Z Checking zerocopy v0.6.6
17732024-08-19T15:16:49.702Z Checking hubpack v0.1.2
17742024-08-19T15:16:49.923Z Checking hyper v0.14.30
17752024-08-19T15:16:49.969Z Checking float-cmp v0.9.0
17762024-08-19T15:16:50.007Z Checking crc32fast v1.4.0
17772024-08-19T15:16:50.124Z Checking signal-hook v0.3.17
17782024-08-19T15:16:50.223Z Checking crossbeam-utils v0.8.19
17792024-08-19T15:16:50.286Z Checking hkdf v0.12.4
17802024-08-19T15:16:50.422Z Checking signature v2.2.0
17812024-08-19T15:16:50.475Z Checking crypto-bigint v0.5.5
17822024-08-19T15:16:50.499Z Checking memmap v0.7.0
17832024-08-19T15:16:50.594Z Checking mio v1.0.2
17842024-08-19T15:16:50.645Z Checking encoding_rs v0.8.34
17852024-08-19T15:16:50.673Z Checking dyn-clone v1.0.17
17862024-08-19T15:16:50.717Z Checking usdt-impl v0.5.0
17872024-08-19T15:16:50.803Z Checking winnow v0.6.18
17882024-08-19T15:16:50.831Z Checking precomputed-hash v0.1.1
17892024-08-19T15:16:50.920Z Checking webpki-roots v0.25.4
17902024-08-19T15:16:50.944Z Checking backtrace v0.3.71
17912024-08-19T15:16:51.055Z Checking normalize-line-endings v0.3.0
17922024-08-19T15:16:51.104Z Checking predicates-core v1.0.6
17932024-08-19T15:16:51.162Z Checking static_assertions v1.1.0
17942024-08-19T15:16:51.191Z Checking whoami v1.5.1
17952024-08-19T15:16:51.247Z Checking unicode-segmentation v1.11.0
17962024-08-19T15:16:51.271Z Checking sync_wrapper v0.1.2
17972024-08-19T15:16:51.378Z Checking minimal-lexical v0.2.1
17982024-08-19T15:16:51.421Z Checking bit-vec v0.6.3
17992024-08-19T15:16:51.446Z Checking data-encoding v2.6.0
18002024-08-19T15:16:51.706Z Checking unicode-width v0.1.13
18012024-08-19T15:16:51.730Z Checking new_debug_unreachable v1.0.6
18022024-08-19T15:16:51.757Z Checking mime v0.3.17
18032024-08-19T15:16:51.805Z Checking fixedbitset v0.4.2
18042024-08-19T15:16:51.871Z Checking difflib v0.4.0
18052024-08-19T15:16:51.985Z Checking trust-dns-proto v0.22.0
18062024-08-19T15:16:52.024Z Checking console v0.15.8
18072024-08-19T15:16:52.048Z Checking petgraph v0.6.5
18082024-08-19T15:16:52.145Z Checking predicates v3.1.2
18092024-08-19T15:16:52.489Z Checking string_cache v0.8.7
18102024-08-19T15:16:52.513Z Checking similar v2.5.0
18112024-08-19T15:16:52.710Z Checking nom v7.1.3
18122024-08-19T15:16:52.735Z Checking bit-set v0.5.3
18132024-08-19T15:16:52.817Z Checking elliptic-curve v0.13.8
18142024-08-19T15:16:52.962Z Checking tokio-postgres v0.7.11
18152024-08-19T15:16:53.278Z Checking anyhow v1.0.86
18162024-08-19T15:16:53.302Z Checking toml_edit v0.22.20
18172024-08-19T15:16:53.391Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18182024-08-19T15:16:53.611Z Checking usdt v0.5.0
18192024-08-19T15:16:53.828Z Checking signal-hook-mio v0.2.4
18202024-08-19T15:16:53.963Z Checking crossbeam-epoch v0.9.18
18212024-08-19T15:16:54.339Z Checking schemars v0.8.21
18222024-08-19T15:16:54.930Z Checking toml v0.7.8
18232024-08-19T15:16:55.061Z Checking hyper-rustls v0.24.2
18242024-08-19T15:16:55.171Z Checking hyper-tls v0.5.0
18252024-08-19T15:16:55.279Z Checking rsa v0.9.6
18262024-08-19T15:16:55.320Z Checking flate2 v1.0.31
18272024-08-19T15:16:55.345Z Checking clap v4.5.15
18282024-08-19T15:16:55.409Z Checking reqwest v0.11.27
18292024-08-19T15:16:55.433Z Checking futures v0.3.30
18302024-08-19T15:16:55.480Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18312024-08-19T15:16:55.504Z Checking bstr v1.9.1
18322024-08-19T15:16:55.535Z Checking itertools v0.12.1
18332024-08-19T15:16:55.561Z Checking itertools v0.10.5
18342024-08-19T15:16:55.642Z Checking tokio-stream v0.1.15
18352024-08-19T15:16:55.873Z Checking fs-err v2.11.0
18362024-08-19T15:16:56.109Z Checking nix v0.28.0
18372024-08-19T15:16:56.279Z Checking slog v2.7.0
18382024-08-19T15:16:56.279Z Checking openapiv3 v2.0.0
18392024-08-19T15:16:56.348Z Checking semver v1.0.23
18402024-08-19T15:16:56.690Z Checking hex v0.4.3
18412024-08-19T15:16:56.713Z Checking sha1 v0.10.6
18422024-08-19T15:16:56.796Z Checking lalrpop-util v0.19.12
18432024-08-19T15:16:56.927Z Checking peg-runtime v0.8.3
18442024-08-19T15:16:57.035Z Checking camino v1.1.7
18452024-08-19T15:16:57.120Z Checking sigpipe v0.1.3
18462024-08-19T15:16:58.998Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18472024-08-19T15:16:59.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.50s
18482024-08-19T15:16:59.538Z
18492024-08-19T15:16:59.538Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/150)
18502024-08-19T15:17:00.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512024-08-19T15:17:00.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522024-08-19T15:17:00.415Z Compiling regress v0.9.1
18532024-08-19T15:17:00.444Z Checking strum v0.26.3
18542024-08-19T15:17:00.474Z Checking heck v0.5.0
18552024-08-19T15:17:00.498Z Compiling getopts v0.2.21
18562024-08-19T15:17:00.498Z Checking dirs-sys-next v0.1.2
18572024-08-19T15:17:00.521Z Compiling unsafe-libyaml v0.2.11
18582024-08-19T15:17:00.589Z Checking http v1.1.0
18592024-08-19T15:17:00.651Z Checking thread_local v1.1.8
18602024-08-19T15:17:00.674Z Checking dirs-next v2.0.0
18612024-08-19T15:17:00.782Z Compiling ident_case v1.0.1
18622024-08-19T15:17:00.834Z Checking rustls-pki-types v1.7.0
18632024-08-19T15:17:00.896Z Checking term v0.7.0
18642024-08-19T15:17:00.945Z Compiling darling_core v0.20.9
18652024-08-19T15:17:01.200Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18662024-08-19T15:17:01.265Z Checking crossbeam-channel v0.5.12
18672024-08-19T15:17:01.307Z Checking is-terminal v0.4.12
18682024-08-19T15:17:01.416Z Checking atty v0.2.14
18692024-08-19T15:17:01.482Z Checking take_mut v0.2.2
18702024-08-19T15:17:01.526Z Checking utf-8 v0.7.6
18712024-08-19T15:17:01.611Z Compiling serde_yaml v0.9.34+deprecated
18722024-08-19T15:17:01.708Z Checking humantime v2.1.0
18732024-08-19T15:17:01.757Z Compiling paste v1.0.15
18742024-08-19T15:17:01.905Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18752024-08-19T15:17:01.966Z Compiling rustls v0.22.4
18762024-08-19T15:17:02.081Z Checking termcolor v1.4.1
18772024-08-19T15:17:02.263Z Checking slog-async v2.8.0
18782024-08-19T15:17:02.287Z Checking slog-term v2.9.1
18792024-08-19T15:17:02.311Z Checking rustls-webpki v0.102.4
18802024-08-19T15:17:02.442Z Checking env_logger v0.9.3
18812024-08-19T15:17:02.513Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18822024-08-19T15:17:02.700Z Compiling proc-macro-crate v1.3.1
18832024-08-19T15:17:02.813Z Compiling bitstruct_derive v0.1.0
18842024-08-19T15:17:02.864Z Compiling structmeta-derive v0.3.0
18852024-08-19T15:17:02.958Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18862024-08-19T15:17:03.077Z Compiling multer v3.1.0
18872024-08-19T15:17:03.250Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18882024-08-19T15:17:03.654Z Checking match_cfg v0.1.0
18892024-08-19T15:17:03.738Z Checking ascii v1.1.0
18902024-08-19T15:17:03.938Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18912024-08-19T15:17:04.088Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18922024-08-19T15:17:04.190Z Checking bitstruct v0.1.1
18932024-08-19T15:17:04.288Z Checking hostname v0.3.1
18942024-08-19T15:17:04.397Z Compiling num_enum_derive v0.5.11
18952024-08-19T15:17:04.625Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18962024-08-19T15:17:04.856Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18972024-08-19T15:17:05.182Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18982024-08-19T15:17:05.236Z Checking slog-json v2.6.1
18992024-08-19T15:17:05.325Z Compiling structmeta v0.3.0
19002024-08-19T15:17:05.437Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19012024-08-19T15:17:05.470Z Checking erased-serde v0.3.31
19022024-08-19T15:17:05.659Z Checking serde_arrays v0.1.0
19032024-08-19T15:17:05.703Z Compiling async-stream-impl v0.3.5
19042024-08-19T15:17:05.793Z Compiling foreign-types-macros v0.2.3
19052024-08-19T15:17:06.083Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19062024-08-19T15:17:06.338Z Checking atomic-waker v1.1.2
19072024-08-19T15:17:06.372Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19082024-08-19T15:17:06.456Z Checking foreign-types-shared v0.3.1
19092024-08-19T15:17:06.561Z Checking arc-swap v1.7.1
19102024-08-19T15:17:06.636Z Checking num_enum v0.5.11
19112024-08-19T15:17:06.661Z Checking waitgroup v0.1.2
19122024-08-19T15:17:06.692Z Compiling darling_macro v0.20.9
19132024-08-19T15:17:06.780Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19142024-08-19T15:17:06.851Z Checking async-stream v0.3.5
19152024-08-19T15:17:06.875Z Compiling parse-display-derive v0.10.0
19162024-08-19T15:17:06.898Z Checking foreign-types v0.5.0
19172024-08-19T15:17:06.934Z Checking slog-scope v4.4.0
19182024-08-19T15:17:07.003Z Checking slog-bunyan v2.5.0
19192024-08-19T15:17:07.027Z Compiling proc-macro-error v1.0.4
19202024-08-19T15:17:07.294Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19212024-08-19T15:17:07.467Z Checking toml v0.8.19
19222024-08-19T15:17:07.497Z Compiling darling v0.20.9
19232024-08-19T15:17:07.540Z Checking tungstenite v0.20.1
19242024-08-19T15:17:07.612Z Compiling serde_with_macros v3.8.3
19252024-08-19T15:17:07.636Z Checking rustls-pemfile v2.1.3
19262024-08-19T15:17:07.862Z Compiling heck v0.3.3
19272024-08-19T15:17:07.886Z Checking tokio-rustls v0.25.0
19282024-08-19T15:17:08.215Z Checking ipnetwork v0.20.0
19292024-08-19T15:17:08.246Z Checking newtype-uuid v1.1.0
19302024-08-19T15:17:08.270Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19312024-08-19T15:17:08.349Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19322024-08-19T15:17:08.468Z Checking serde_path_to_error v0.1.16
19332024-08-19T15:17:08.535Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19342024-08-19T15:17:09.010Z Checking cstr-argument v0.1.2
19352024-08-19T15:17:09.042Z Checking hostname v0.4.0
19362024-08-19T15:17:09.162Z Checking instant v0.1.12
19372024-08-19T15:17:09.186Z Checking pretty-hex v0.2.1
19382024-08-19T15:17:09.210Z Checking fastrand v2.1.0
19392024-08-19T15:17:09.268Z Checking debug-ignore v1.0.5
19402024-08-19T15:17:09.328Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19412024-08-19T15:17:09.391Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19422024-08-19T15:17:09.475Z Checking tempfile v3.10.1
19432024-08-19T15:17:09.596Z Checking backoff v0.4.0
19442024-08-19T15:17:09.630Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19452024-08-19T15:17:09.755Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19462024-08-19T15:17:09.849Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19472024-08-19T15:17:09.932Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19482024-08-19T15:17:10.033Z Checking tokio-tungstenite v0.20.1
19492024-08-19T15:17:10.129Z Compiling zone_cfg_derive v0.1.2
19502024-08-19T15:17:10.153Z Checking serde_with v3.8.3
19512024-08-19T15:17:10.177Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19522024-08-19T15:17:10.444Z Checking slog-stdlog v4.1.1
19532024-08-19T15:17:10.586Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19542024-08-19T15:17:10.721Z Checking tungstenite v0.21.0
19552024-08-19T15:17:10.753Z Checking parse-display v0.10.0
19562024-08-19T15:17:10.803Z Checking colored v2.1.0
19572024-08-19T15:17:10.956Z Checking macaddr v1.0.1
19582024-08-19T15:17:11.062Z Checking base64 v0.13.1
19592024-08-19T15:17:11.373Z Checking zone v0.1.8
19602024-08-19T15:17:11.400Z Checking ron v0.7.1
19612024-08-19T15:17:11.461Z Checking tokio-tungstenite v0.21.0
19622024-08-19T15:17:11.863Z Checking slog-envlogger v2.2.0
19632024-08-19T15:17:11.916Z Checking pem v3.0.4
19642024-08-19T15:17:12.057Z Checking tabwriter v1.4.0
19652024-08-19T15:17:12.153Z Checking xattr v1.3.1
19662024-08-19T15:17:12.268Z Checking portpicker v0.1.1
19672024-08-19T15:17:12.331Z Checking yasna v0.5.2
19682024-08-19T15:17:12.370Z Checking headers-core v0.2.0
19692024-08-19T15:17:12.399Z Checking smf v0.2.3
19702024-08-19T15:17:12.500Z Checking filetime v0.2.24
19712024-08-19T15:17:12.712Z Checking same-file v1.0.6
19722024-08-19T15:17:12.736Z Checking tar v0.4.41
19732024-08-19T15:17:12.827Z Checking headers v0.3.9
19742024-08-19T15:17:12.865Z Checking atomicwrites v0.4.3
19752024-08-19T15:17:12.888Z Checking walkdir v2.5.0
19762024-08-19T15:17:13.042Z Checking camino-tempfile v1.1.1
19772024-08-19T15:17:13.110Z Checking rcgen v0.12.1
19782024-08-19T15:17:13.173Z Checking subprocess v0.2.9
19792024-08-19T15:17:14.257Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19802024-08-19T15:17:14.502Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19812024-08-19T15:17:16.201Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19822024-08-19T15:17:18.627Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19832024-08-19T15:17:18.726Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19842024-08-19T15:17:22.978Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19852024-08-19T15:17:30.391Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19862024-08-19T15:17:30.558Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19872024-08-19T15:17:30.559Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19882024-08-19T15:17:33.738Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19892024-08-19T15:17:34.218Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19902024-08-19T15:17:41.584Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19912024-08-19T15:17:43.372Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19922024-08-19T15:17:44.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.24s
19932024-08-19T15:17:44.926Z
19942024-08-19T15:17:44.926Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/150)
19952024-08-19T15:17:45.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962024-08-19T15:17:45.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972024-08-19T15:17:45.804Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19982024-08-19T15:17:47.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
19992024-08-19T15:17:47.434Z
20002024-08-19T15:17:47.434Zinfo: running `cargo check --bins` on nexus-config (31/150)
20012024-08-19T15:17:48.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022024-08-19T15:17:48.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032024-08-19T15:17:48.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042024-08-19T15:17:48.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20052024-08-19T15:17:48.318Z
20062024-08-19T15:17:48.318Zinfo: running `cargo check --bins` on omicron-rpaths (32/150)
20072024-08-19T15:17:49.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082024-08-19T15:17:49.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092024-08-19T15:17:49.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102024-08-19T15:17:49.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20112024-08-19T15:17:49.129Z
20122024-08-19T15:17:49.129Zinfo: running `cargo check --bins` on omicron-certificates (33/150)
20132024-08-19T15:17:49.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142024-08-19T15:17:49.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152024-08-19T15:17:49.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162024-08-19T15:17:49.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20172024-08-19T15:17:49.990Z
20182024-08-19T15:17:49.990Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/150)
20192024-08-19T15:17:50.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202024-08-19T15:17:50.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212024-08-19T15:17:50.862Z Compiling heapless v0.8.0
20222024-08-19T15:17:50.885Z Checking hash32 v0.3.1
20232024-08-19T15:17:50.885Z Compiling smoltcp v0.11.0
20242024-08-19T15:17:50.920Z Checking cobs v0.2.3
20252024-08-19T15:17:50.943Z Checking embedded-io v0.4.0
20262024-08-19T15:17:50.967Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20272024-08-19T15:17:50.967Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20282024-08-19T15:17:50.990Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20292024-08-19T15:17:51.064Z Compiling crucible-workspace-hack v0.1.0
20302024-08-19T15:17:51.092Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20312024-08-19T15:17:51.119Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20322024-08-19T15:17:51.142Z Checking postcard v1.0.8
20332024-08-19T15:17:51.299Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20342024-08-19T15:17:51.345Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20352024-08-19T15:17:51.461Z Compiling num-derive v0.4.2
20362024-08-19T15:17:51.583Z Compiling slog-dtrace v0.3.0
20372024-08-19T15:17:51.632Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20382024-08-19T15:17:51.720Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20392024-08-19T15:17:51.746Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20402024-08-19T15:17:52.433Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20412024-08-19T15:17:53.011Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20422024-08-19T15:17:54.866Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20432024-08-19T15:17:55.964Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20442024-08-19T15:17:57.301Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20452024-08-19T15:17:59.588Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20462024-08-19T15:18:00.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.44s
20472024-08-19T15:18:00.579Z
20482024-08-19T15:18:00.579Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/150)
20492024-08-19T15:18:01.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-08-19T15:18:01.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-08-19T15:18:01.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522024-08-19T15:18:01.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20532024-08-19T15:18:01.438Z
20542024-08-19T15:18:01.438Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/150)
20552024-08-19T15:18:02.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562024-08-19T15:18:02.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572024-08-19T15:18:02.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582024-08-19T15:18:02.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
20592024-08-19T15:18:02.404Z
20602024-08-19T15:18:02.404Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/150)
20612024-08-19T15:18:03.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622024-08-19T15:18:03.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632024-08-19T15:18:03.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642024-08-19T15:18:03.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
20652024-08-19T15:18:03.404Z
20662024-08-19T15:18:03.404Zinfo: running `cargo check --bins` on dns-server (38/150)
20672024-08-19T15:18:04.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682024-08-19T15:18:04.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692024-08-19T15:18:04.257Z Compiling parking_lot_core v0.8.6
20702024-08-19T15:18:04.280Z Checking nibble_vec v0.1.0
20712024-08-19T15:18:04.280Z Checking endian-type v0.1.2
20722024-08-19T15:18:04.314Z Checking newline-converter v0.3.0
20732024-08-19T15:18:04.338Z Checking linked-hash-map v0.5.6
20742024-08-19T15:18:04.338Z Checking quick-error v1.2.3
20752024-08-19T15:18:04.338Z Checking fxhash v0.2.1
20762024-08-19T15:18:04.338Z Checking toml v0.5.11
20772024-08-19T15:18:04.456Z Checking expectorate v1.1.0
20782024-08-19T15:18:04.480Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20792024-08-19T15:18:04.480Z Checking radix_trie v0.2.1
20802024-08-19T15:18:04.503Z Checking resolv-conf v0.7.0
20812024-08-19T15:18:04.604Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20822024-08-19T15:18:04.628Z Checking lru-cache v0.1.2
20832024-08-19T15:18:04.829Z Checking trust-dns-resolver v0.22.0
20842024-08-19T15:18:04.863Z Checking trust-dns-client v0.22.0
20852024-08-19T15:18:05.008Z Checking parking_lot v0.11.2
20862024-08-19T15:18:05.302Z Checking sled v0.34.7
20872024-08-19T15:18:05.885Z Checking trust-dns-server v0.22.1
20882024-08-19T15:18:07.861Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20892024-08-19T15:18:09.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
20902024-08-19T15:18:09.394Z
20912024-08-19T15:18:09.394Zinfo: running `cargo check --bins` on dns-server-api (39/150)
20922024-08-19T15:18:10.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932024-08-19T15:18:10.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942024-08-19T15:18:10.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952024-08-19T15:18:10.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20962024-08-19T15:18:10.217Z
20972024-08-19T15:18:10.218Zinfo: running `cargo check --bins` on dns-service-client (40/150)
20982024-08-19T15:18:10.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992024-08-19T15:18:10.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002024-08-19T15:18:10.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012024-08-19T15:18:10.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21022024-08-19T15:18:11.019Z
21032024-08-19T15:18:11.019Zinfo: running `cargo check --bins` on gateway-test-utils (41/150)
21042024-08-19T15:18:11.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052024-08-19T15:18:11.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062024-08-19T15:18:11.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072024-08-19T15:18:11.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21082024-08-19T15:18:11.917Z
21092024-08-19T15:18:11.917Zinfo: running `cargo check --bins` on gateway-types (42/150)
21102024-08-19T15:18:12.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112024-08-19T15:18:12.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122024-08-19T15:18:12.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132024-08-19T15:18:12.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21142024-08-19T15:18:12.776Z
21152024-08-19T15:18:12.776Zinfo: running `cargo check --bins` on ipcc (43/150)
21162024-08-19T15:18:13.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172024-08-19T15:18:13.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182024-08-19T15:18:13.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192024-08-19T15:18:13.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21202024-08-19T15:18:13.619Z
21212024-08-19T15:18:13.619Zinfo: running `cargo check --bins` on omicron-gateway (44/150)
21222024-08-19T15:18:14.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-08-19T15:18:14.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-08-19T15:18:14.531Z Compiling radium v0.7.0
21252024-08-19T15:18:14.554Z Compiling maybe-uninit v2.0.0
21262024-08-19T15:18:14.554Z Checking tap v1.0.1
21272024-08-19T15:18:14.586Z Compiling bzip2-sys v0.1.11+1.0.8
21282024-08-19T15:18:14.609Z Compiling packed_struct v0.10.1
21292024-08-19T15:18:14.609Z Checking funty v2.0.0
21302024-08-19T15:18:14.609Z Checking crc-catalog v2.4.0
21312024-08-19T15:18:14.647Z Compiling packed_struct_codegen v0.10.1
21322024-08-19T15:18:14.715Z Checking wyz v0.5.1
21332024-08-19T15:18:14.770Z Checking crc v3.2.1
21342024-08-19T15:18:15.058Z Checking half v2.4.1
21352024-08-19T15:18:15.089Z Compiling indexmap v1.9.3
21362024-08-19T15:18:15.165Z Checking ciborium-io v0.2.2
21372024-08-19T15:18:15.193Z Checking nodrop v0.1.14
21382024-08-19T15:18:15.272Z Checking smallvec v0.6.14
21392024-08-19T15:18:15.297Z Checking array-init v0.0.4
21402024-08-19T15:18:15.321Z Compiling memoffset v0.9.1
21412024-08-19T15:18:15.390Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21422024-08-19T15:18:15.413Z Checking bitvec v1.0.1
21432024-08-19T15:18:15.466Z Checking ciborium-ll v0.2.2
21442024-08-19T15:18:15.588Z Checking hashbrown v0.12.3
21452024-08-19T15:18:15.612Z Checking bitfield v0.14.0
21462024-08-19T15:18:15.679Z Checking env_logger v0.10.2
21472024-08-19T15:18:15.717Z Checking ciborium v0.2.2
21482024-08-19T15:18:15.956Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21492024-08-19T15:18:16.036Z Checking ron v0.8.1
21502024-08-19T15:18:16.120Z Checking serde-hex v0.1.0
21512024-08-19T15:18:16.170Z Checking x509-cert v0.2.5
21522024-08-19T15:18:16.417Z Checking bzip2 v0.4.4
21532024-08-19T15:18:16.571Z Checking hashbrown v0.13.2
21542024-08-19T15:18:16.667Z Checking crc-any v2.5.0
21552024-08-19T15:18:16.942Z Checking zip v0.6.6
21562024-08-19T15:18:17.096Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21572024-08-19T15:18:17.161Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21582024-08-19T15:18:17.323Z Checking path-slash v0.1.5
21592024-08-19T15:18:17.449Z Checking nix v0.27.1
21602024-08-19T15:18:17.473Z Checking object v0.30.4
21612024-08-19T15:18:17.496Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21622024-08-19T15:18:17.520Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21632024-08-19T15:18:17.520Z Checking serde-big-array v0.5.1
21642024-08-19T15:18:17.544Z Checking signal-hook-tokio v0.3.1
21652024-08-19T15:18:19.912Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21662024-08-19T15:18:20.670Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21672024-08-19T15:18:29.293Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21682024-08-19T15:18:30.847Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21692024-08-19T15:18:33.027Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21702024-08-19T15:18:35.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.75s
21712024-08-19T15:18:35.540Z
21722024-08-19T15:18:35.540Zinfo: running `cargo check --bins` on gateway-api (45/150)
21732024-08-19T15:18:36.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-08-19T15:18:36.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-08-19T15:18:36.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762024-08-19T15:18:36.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21772024-08-19T15:18:36.393Z
21782024-08-19T15:18:36.393Zinfo: running `cargo check --bins` on sp-sim (46/150)
21792024-08-19T15:18:37.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802024-08-19T15:18:37.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812024-08-19T15:18:37.261Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21822024-08-19T15:18:39.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
21832024-08-19T15:18:39.411Z
21842024-08-19T15:18:39.411Zinfo: running `cargo check --bins` on internal-dns (47/150)
21852024-08-19T15:18:40.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862024-08-19T15:18:40.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872024-08-19T15:18:40.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882024-08-19T15:18:40.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21892024-08-19T15:18:40.235Z
21902024-08-19T15:18:40.235Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (48/150)
21912024-08-19T15:18:41.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922024-08-19T15:18:41.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932024-08-19T15:18:41.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942024-08-19T15:18:41.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21952024-08-19T15:18:41.135Z
21962024-08-19T15:18:41.135Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/150)
21972024-08-19T15:18:41.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982024-08-19T15:18:41.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992024-08-19T15:18:41.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002024-08-19T15:18:41.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
22012024-08-19T15:18:42.052Z
22022024-08-19T15:18:42.052Zinfo: running `cargo check --bins` on db-macros (50/150)
22032024-08-19T15:18:42.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042024-08-19T15:18:42.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052024-08-19T15:18:42.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062024-08-19T15:18:42.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22072024-08-19T15:18:42.903Z
22082024-08-19T15:18:42.903Zinfo: running `cargo check --bins` on nexus-macros-common (51/150)
22092024-08-19T15:18:43.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102024-08-19T15:18:43.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112024-08-19T15:18:43.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122024-08-19T15:18:43.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22132024-08-19T15:18:43.709Z
22142024-08-19T15:18:43.709Zinfo: running `cargo check --bins` on nexus-auth (52/150)
22152024-08-19T15:18:44.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162024-08-19T15:18:44.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172024-08-19T15:18:44.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182024-08-19T15:18:44.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22192024-08-19T15:18:44.579Z
22202024-08-19T15:18:44.579Zinfo: running `cargo check --bins` on authz-macros (53/150)
22212024-08-19T15:18:45.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-08-19T15:18:45.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-08-19T15:18:45.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242024-08-19T15:18:45.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22252024-08-19T15:18:45.394Z
22262024-08-19T15:18:45.394Zinfo: running `cargo check --bins` on nexus-db-fixed-data (54/150)
22272024-08-19T15:18:46.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-08-19T15:18:46.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-08-19T15:18:46.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-08-19T15:18:46.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22312024-08-19T15:18:46.274Z
22322024-08-19T15:18:46.274Zinfo: running `cargo check --bins` on nexus-db-model (55/150)
22332024-08-19T15:18:47.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-08-19T15:18:47.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-08-19T15:18:47.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-08-19T15:18:47.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22372024-08-19T15:18:47.150Z
22382024-08-19T15:18:47.150Zinfo: running `cargo check --bins` on nexus-defaults (56/150)
22392024-08-19T15:18:47.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-08-19T15:18:47.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-08-19T15:18:47.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-08-19T15:18:47.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22432024-08-19T15:18:48.002Z
22442024-08-19T15:18:48.002Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (57/150)
22452024-08-19T15:18:48.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-08-19T15:18:48.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-08-19T15:18:48.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482024-08-19T15:18:48.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22492024-08-19T15:18:48.855Z
22502024-08-19T15:18:48.855Zinfo: running `cargo check --bins` on omicron-passwords (58/150)
22512024-08-19T15:18:49.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-08-19T15:18:49.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-08-19T15:18:49.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542024-08-19T15:18:49.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
22552024-08-19T15:18:49.657Z
22562024-08-19T15:18:49.657Zinfo: running `cargo check --bins` on nexus-types (59/150)
22572024-08-19T15:18:50.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582024-08-19T15:18:50.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592024-08-19T15:18:50.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602024-08-19T15:18:50.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22612024-08-19T15:18:50.526Z
22622024-08-19T15:18:50.526Zinfo: running `cargo check --bins` on gateway-client (60/150)
22632024-08-19T15:18:51.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642024-08-19T15:18:51.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652024-08-19T15:18:51.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662024-08-19T15:18:51.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22672024-08-19T15:18:51.335Z
22682024-08-19T15:18:51.335Zinfo: running `cargo check --bins` on sled-agent-client (61/150)
22692024-08-19T15:18:52.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702024-08-19T15:18:52.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712024-08-19T15:18:52.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722024-08-19T15:18:52.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22732024-08-19T15:18:52.191Z
22742024-08-19T15:18:52.191Zinfo: running `cargo check --bins` on oximeter (62/150)
22752024-08-19T15:18:52.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762024-08-19T15:18:52.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772024-08-19T15:18:53.058Z Compiling rustls-pki-types v1.7.0
22782024-08-19T15:18:53.082Z Compiling prettyplease v0.2.20
22792024-08-19T15:18:53.106Z Compiling match_cfg v0.1.0
22802024-08-19T15:18:53.130Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22812024-08-19T15:18:53.130Z Compiling slog-json v2.6.1
22822024-08-19T15:18:53.130Z Compiling http v1.1.0
22832024-08-19T15:18:53.154Z Compiling atomic-waker v1.1.2
22842024-08-19T15:18:53.178Z Compiling hostname v0.3.1
22852024-08-19T15:18:53.201Z Compiling async-stream v0.3.5
22862024-08-19T15:18:53.334Z Compiling waitgroup v0.1.2
22872024-08-19T15:18:53.385Z Compiling slog-bunyan v2.5.0
22882024-08-19T15:18:53.409Z Compiling toml v0.8.19
22892024-08-19T15:18:53.463Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22902024-08-19T15:18:53.487Z Compiling rustls-webpki v0.102.4
22912024-08-19T15:18:53.525Z Compiling rustls-pemfile v2.1.3
22922024-08-19T15:18:53.553Z Compiling newtype-uuid v1.1.0
22932024-08-19T15:18:53.581Z Compiling ipnetwork v0.20.0
22942024-08-19T15:18:53.647Z Compiling serde_path_to_error v0.1.16
22952024-08-19T15:18:53.800Z Compiling hostname v0.4.0
22962024-08-19T15:18:53.824Z Compiling instant v0.1.12
22972024-08-19T15:18:53.945Z Compiling debug-ignore v1.0.5
22982024-08-19T15:18:53.968Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22992024-08-19T15:18:54.033Z Compiling backoff v0.4.0
23002024-08-19T15:18:54.081Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23012024-08-19T15:18:54.345Z Compiling rustls v0.22.4
23022024-08-19T15:18:54.369Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23032024-08-19T15:18:54.393Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23042024-08-19T15:18:54.393Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23052024-08-19T15:18:54.539Z Compiling multer v3.1.0
23062024-08-19T15:18:54.592Z Compiling serde_with v3.8.3
23072024-08-19T15:18:54.891Z Compiling parse-display v0.10.0
23082024-08-19T15:18:55.227Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23092024-08-19T15:18:55.253Z Compiling num-rational v0.4.2
23102024-08-19T15:18:55.314Z Compiling num-complex v0.4.6
23112024-08-19T15:18:55.376Z Compiling macaddr v1.0.1
23122024-08-19T15:18:56.004Z Compiling float-ord v0.3.2
23132024-08-19T15:18:56.154Z Compiling num v0.4.3
23142024-08-19T15:18:57.068Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23152024-08-19T15:18:57.810Z Compiling tokio-rustls v0.25.0
23162024-08-19T15:18:58.109Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
23172024-08-19T15:19:01.619Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23182024-08-19T15:19:16.087Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23192024-08-19T15:19:19.601Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23202024-08-19T15:19:20.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.16s
23212024-08-19T15:19:20.521Z
23222024-08-19T15:19:20.521Zinfo: running `cargo check --bins` on oximeter-impl (63/150)
23232024-08-19T15:19:21.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-08-19T15:19:21.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-08-19T15:19:21.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262024-08-19T15:19:21.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23272024-08-19T15:19:21.352Z
23282024-08-19T15:19:21.352Zinfo: running `cargo check --bins` on oximeter-macro-impl (64/150)
23292024-08-19T15:19:22.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-08-19T15:19:22.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-08-19T15:19:22.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-08-19T15:19:22.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23332024-08-19T15:19:22.168Z
23342024-08-19T15:19:22.169Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (65/150)
23352024-08-19T15:19:22.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-08-19T15:19:22.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-08-19T15:19:22.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-08-19T15:19:22.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23392024-08-19T15:19:23.032Z
23402024-08-19T15:19:23.032Zinfo: running `cargo check --bins` on nexus-inventory (66/150)
23412024-08-19T15:19:23.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-08-19T15:19:23.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-08-19T15:19:23.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-08-19T15:19:23.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23452024-08-19T15:19:23.917Z
23462024-08-19T15:19:23.917Zinfo: running `cargo check --bins` on typed-rng (67/150)
23472024-08-19T15:19:24.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-08-19T15:19:24.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-08-19T15:19:24.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502024-08-19T15:19:24.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23512024-08-19T15:19:24.708Z
23522024-08-19T15:19:24.708Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/150)
23532024-08-19T15:19:25.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-08-19T15:19:25.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-08-19T15:19:25.667Z Checking password-hash v0.5.0
23562024-08-19T15:19:25.667Z Checking blake2 v0.10.6
23572024-08-19T15:19:25.691Z Compiling convert_case v0.4.0
23582024-08-19T15:19:25.691Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23592024-08-19T15:19:25.691Z Compiling semver v0.1.20
23602024-08-19T15:19:25.715Z Compiling rayon-core v1.12.1
23612024-08-19T15:19:25.760Z Compiling crossbeam-deque v0.8.5
23622024-08-19T15:19:25.784Z Compiling curve25519-dalek v4.1.3
23632024-08-19T15:19:26.013Z Compiling rustc_version v0.1.7
23642024-08-19T15:19:26.089Z Compiling unicase v2.7.0
23652024-08-19T15:19:26.113Z Checking argon2 v0.5.3
23662024-08-19T15:19:26.137Z Compiling same-file v1.0.6
23672024-08-19T15:19:26.306Z Checking keccak v0.1.5
23682024-08-19T15:19:26.335Z Compiling fastrand v2.1.0
23692024-08-19T15:19:26.359Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23702024-08-19T15:19:26.486Z Compiling newtype_derive v0.1.6
23712024-08-19T15:19:26.510Z Compiling walkdir v2.5.0
23722024-08-19T15:19:26.579Z Checking sha3 v0.10.8
23732024-08-19T15:19:26.624Z Compiling derive_more v0.99.18
23742024-08-19T15:19:26.723Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23752024-08-19T15:19:26.808Z Compiling tempfile v3.10.1
23762024-08-19T15:19:26.843Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23772024-08-19T15:19:26.934Z Compiling thiserror-impl-no-std v2.0.2
23782024-08-19T15:19:26.980Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23792024-08-19T15:19:27.118Z Checking universal-hash v0.5.1
23802024-08-19T15:19:27.142Z Checking secrecy v0.8.0
23812024-08-19T15:19:27.166Z Compiling ring v0.16.20
23822024-08-19T15:19:27.290Z Compiling blake3 v1.5.1
23832024-08-19T15:19:27.323Z Compiling derive-where v1.2.7
23842024-08-19T15:19:27.573Z Compiling curve25519-dalek-derive v0.1.1
23852024-08-19T15:19:27.836Z Checking opaque-debug v0.3.1
23862024-08-19T15:19:27.926Z Checking poly1305 v0.8.0
23872024-08-19T15:19:28.186Z Compiling rayon v1.10.0
23882024-08-19T15:19:28.386Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892024-08-19T15:19:28.762Z Checking chacha20 v0.9.1
23902024-08-19T15:19:28.785Z Checking aead v0.5.2
23912024-08-19T15:19:28.982Z Compiling memmap2 v0.9.4
23922024-08-19T15:19:29.057Z Compiling home v0.5.9
23932024-08-19T15:19:29.295Z Compiling untrusted v0.7.1
23942024-08-19T15:19:29.376Z Compiling arrayref v0.3.7
23952024-08-19T15:19:29.461Z Compiling arrayvec v0.7.4
23962024-08-19T15:19:29.485Z Compiling spin v0.5.2
23972024-08-19T15:19:29.673Z Checking thiserror-no-std v2.0.2
23982024-08-19T15:19:29.696Z Compiling libefi-sys v0.1.0
23992024-08-19T15:19:29.785Z Compiling constant_time_eq v0.3.0
24002024-08-19T15:19:29.835Z Compiling toolchain_find v0.4.0
24012024-08-19T15:19:29.963Z Checking chacha20poly1305 v0.10.1
24022024-08-19T15:19:29.986Z Checking steno v0.4.1
24032024-08-19T15:19:30.152Z Compiling camino-tempfile v1.1.1
24042024-08-19T15:19:30.458Z Checking vsss-rs v3.3.4
24052024-08-19T15:19:30.562Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24062024-08-19T15:19:30.585Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24072024-08-19T15:19:30.770Z Compiling bitfield-struct v0.6.1
24082024-08-19T15:19:30.920Z Compiling topological-sort v0.2.2
24092024-08-19T15:19:31.112Z Compiling cancel-safe-futures v0.1.5
24102024-08-19T15:19:31.546Z Compiling mime_guess v2.0.4
24112024-08-19T15:19:31.950Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24122024-08-19T15:19:32.171Z Compiling rustfmt-wrapper v0.2.1
24132024-08-19T15:19:32.427Z Compiling omicron-zone-package v0.11.0
24142024-08-19T15:19:32.660Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24152024-08-19T15:19:32.935Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24162024-08-19T15:19:32.984Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24172024-08-19T15:19:33.008Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24182024-08-19T15:19:33.095Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24192024-08-19T15:19:33.529Z Checking gethostname v0.5.0
24202024-08-19T15:19:33.645Z Checking libsw v3.3.1
24212024-08-19T15:19:33.669Z Checking swrite v0.1.0
24222024-08-19T15:19:33.700Z Checking owo-colors v4.0.0
24232024-08-19T15:19:33.736Z Checking linear-map v1.2.0
24242024-08-19T15:19:33.867Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24252024-08-19T15:19:34.031Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24262024-08-19T15:19:34.289Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24272024-08-19T15:19:34.318Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24282024-08-19T15:19:34.728Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24292024-08-19T15:19:34.799Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24302024-08-19T15:19:35.028Z Checking kstat-rs v0.2.4
24312024-08-19T15:19:35.056Z Checking nanorand v0.7.0
24322024-08-19T15:19:35.163Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24332024-08-19T15:19:35.335Z Checking http-range v0.1.5
24342024-08-19T15:19:35.385Z Checking glob v0.3.1
24352024-08-19T15:19:35.409Z Checking flume v0.11.0
24362024-08-19T15:19:35.504Z Checking hyper-staticfile v0.9.5
24372024-08-19T15:19:35.668Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24382024-08-19T15:19:35.699Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24392024-08-19T15:19:35.825Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24402024-08-19T15:19:35.875Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24412024-08-19T15:19:36.202Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24422024-08-19T15:19:36.281Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24432024-08-19T15:19:36.983Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24442024-08-19T15:19:37.165Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24452024-08-19T15:19:37.613Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24462024-08-19T15:19:37.726Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24472024-08-19T15:19:38.044Z Checking itertools v0.13.0
24482024-08-19T15:19:38.653Z Checking display-error-chain v0.2.0
24492024-08-19T15:19:39.110Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24502024-08-19T15:19:45.855Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24512024-08-19T15:19:52.817Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24522024-08-19T15:19:52.841Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24532024-08-19T15:19:53.685Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24542024-08-19T15:20:08.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.21s
24552024-08-19T15:20:09.083Z
24562024-08-19T15:20:09.083Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/150)
24572024-08-19T15:20:09.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-08-19T15:20:09.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-08-19T15:20:10.068Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24602024-08-19T15:20:25.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.19s
24612024-08-19T15:20:25.426Z
24622024-08-19T15:20:25.426Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/150)
24632024-08-19T15:20:26.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-08-19T15:20:26.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-08-19T15:20:26.370Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24662024-08-19T15:20:41.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.63s
24672024-08-19T15:20:41.221Z
24682024-08-19T15:20:41.221Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/150)
24692024-08-19T15:20:42.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-08-19T15:20:42.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-08-19T15:20:42.179Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24722024-08-19T15:20:56.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.50s
24732024-08-19T15:20:56.877Z
24742024-08-19T15:20:56.877Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/150)
24752024-08-19T15:20:57.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-08-19T15:20:57.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-08-19T15:20:57.839Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24782024-08-19T15:21:12.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.91s
24792024-08-19T15:21:12.944Z
24802024-08-19T15:21:12.944Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/150)
24812024-08-19T15:21:13.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-08-19T15:21:13.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-08-19T15:21:13.889Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24842024-08-19T15:21:28.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.02s
24852024-08-19T15:21:29.128Z
24862024-08-19T15:21:29.128Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/150)
24872024-08-19T15:21:29.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-08-19T15:21:29.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-08-19T15:21:30.109Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24902024-08-19T15:21:45.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.10s
24912024-08-19T15:21:45.388Z
24922024-08-19T15:21:45.388Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/150)
24932024-08-19T15:21:46.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-08-19T15:21:46.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-08-19T15:21:46.358Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24962024-08-19T15:22:01.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s
24972024-08-19T15:22:01.378Z
24982024-08-19T15:22:01.378Zinfo: running `cargo check --bins` on bootstrap-agent-api (76/150)
24992024-08-19T15:22:02.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-08-19T15:22:02.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-08-19T15:22:02.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-08-19T15:22:02.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
25032024-08-19T15:22:02.255Z
25042024-08-19T15:22:02.255Zinfo: running `cargo check --bins` on nexus-client (77/150)
25052024-08-19T15:22:03.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-08-19T15:22:03.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-08-19T15:22:03.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-08-19T15:22:03.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25092024-08-19T15:22:03.115Z
25102024-08-19T15:22:03.115Zinfo: running `cargo check --bins` on sled-agent-types (78/150)
25112024-08-19T15:22:03.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-08-19T15:22:03.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-08-19T15:22:03.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-08-19T15:22:03.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25152024-08-19T15:22:04.009Z
25162024-08-19T15:22:04.009Zinfo: running `cargo check --bins` on bootstrap-agent-client (79/150)
25172024-08-19T15:22:04.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-08-19T15:22:04.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-08-19T15:22:04.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-08-19T15:22:04.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25212024-08-19T15:22:04.909Z
25222024-08-19T15:22:04.909Zinfo: running `cargo check --bins` on dpd-client (80/150)
25232024-08-19T15:22:05.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-08-19T15:22:05.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-08-19T15:22:05.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-08-19T15:22:05.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25272024-08-19T15:22:05.756Z
25282024-08-19T15:22:05.756Zinfo: running `cargo check --bins` on installinator-common (81/150)
25292024-08-19T15:22:06.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-08-19T15:22:06.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-08-19T15:22:06.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-08-19T15:22:06.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25332024-08-19T15:22:06.651Z
25342024-08-19T15:22:06.651Zinfo: running `cargo check --bins` on update-engine (82/150)
25352024-08-19T15:22:07.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-08-19T15:22:07.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-08-19T15:22:07.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-08-19T15:22:07.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25392024-08-19T15:22:07.489Z
25402024-08-19T15:22:07.489Zinfo: running `cargo check --bins` on key-manager (83/150)
25412024-08-19T15:22:08.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-08-19T15:22:08.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-08-19T15:22:08.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-08-19T15:22:08.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
25452024-08-19T15:22:08.407Z
25462024-08-19T15:22:08.407Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (84/150)
25472024-08-19T15:22:09.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-08-19T15:22:09.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-08-19T15:22:09.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-08-19T15:22:09.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25512024-08-19T15:22:09.300Z
25522024-08-19T15:22:09.300Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (85/150)
25532024-08-19T15:22:10.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-08-19T15:22:10.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-08-19T15:22:10.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-08-19T15:22:10.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25572024-08-19T15:22:10.132Z
25582024-08-19T15:22:10.132Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/150)
25592024-08-19T15:22:10.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-08-19T15:22:10.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-08-19T15:22:10.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-08-19T15:22:10.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25632024-08-19T15:22:10.983Z
25642024-08-19T15:22:10.983Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/150)
25652024-08-19T15:22:11.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-08-19T15:22:11.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-08-19T15:22:11.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-08-19T15:22:11.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25692024-08-19T15:22:11.846Z
25702024-08-19T15:22:11.846Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/150)
25712024-08-19T15:22:12.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-08-19T15:22:12.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-08-19T15:22:12.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-08-19T15:22:12.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25752024-08-19T15:22:12.741Z
25762024-08-19T15:22:12.741Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/150)
25772024-08-19T15:22:13.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-08-19T15:22:13.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-08-19T15:22:13.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-08-19T15:22:13.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25812024-08-19T15:22:13.601Z
25822024-08-19T15:22:13.601Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/150)
25832024-08-19T15:22:14.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-08-19T15:22:14.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-08-19T15:22:14.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-08-19T15:22:14.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25872024-08-19T15:22:14.457Z
25882024-08-19T15:22:14.457Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/150)
25892024-08-19T15:22:15.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-08-19T15:22:15.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-08-19T15:22:15.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-08-19T15:22:15.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25932024-08-19T15:22:15.308Z
25942024-08-19T15:22:15.308Zinfo: running `cargo check --bins` on oximeter-producer (92/150)
25952024-08-19T15:22:16.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-08-19T15:22:16.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-08-19T15:22:16.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-08-19T15:22:16.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25992024-08-19T15:22:16.201Z
26002024-08-19T15:22:16.201Zinfo: running `cargo check --bins` on sled-agent-api (93/150)
26012024-08-19T15:22:17.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-08-19T15:22:17.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-08-19T15:22:17.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-08-19T15:22:17.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26052024-08-19T15:22:17.101Z
26062024-08-19T15:22:17.101Zinfo: running `cargo check --bins` on sled-hardware (94/150)
26072024-08-19T15:22:17.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-08-19T15:22:17.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-08-19T15:22:17.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-08-19T15:22:17.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26112024-08-19T15:22:17.999Z
26122024-08-19T15:22:17.999Zinfo: running `cargo check --bins --no-default-features` on sled-storage (95/150)
26132024-08-19T15:22:18.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-08-19T15:22:18.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-08-19T15:22:18.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-08-19T15:22:18.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26172024-08-19T15:22:18.886Z
26182024-08-19T15:22:18.886Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (96/150)
26192024-08-19T15:22:19.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-08-19T15:22:19.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-08-19T15:22:19.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-08-19T15:22:19.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26232024-08-19T15:22:19.779Z
26242024-08-19T15:22:19.779Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (97/150)
26252024-08-19T15:22:20.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-08-19T15:22:20.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-08-19T15:22:20.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-08-19T15:22:20.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26292024-08-19T15:22:20.660Z
26302024-08-19T15:22:20.660Zinfo: running `cargo check --bins` on nexus-test-interface (98/150)
26312024-08-19T15:22:21.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-08-19T15:22:21.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-08-19T15:22:21.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-08-19T15:22:21.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26352024-08-19T15:22:21.563Z
26362024-08-19T15:22:21.563Zinfo: running `cargo check --bins` on oximeter-collector (99/150)
26372024-08-19T15:22:22.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-08-19T15:22:22.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-08-19T15:22:22.490Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26402024-08-19T15:22:22.490Z Checking bcs v0.1.6
26412024-08-19T15:22:22.490Z Compiling async-recursion v1.1.1
26422024-08-19T15:22:22.490Z Checking highway v1.2.0
26432024-08-19T15:22:22.514Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26442024-08-19T15:22:22.514Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26452024-08-19T15:22:23.755Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462024-08-19T15:22:27.720Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26472024-08-19T15:22:29.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.37s
26482024-08-19T15:22:30.086Z
26492024-08-19T15:22:30.086Zinfo: running `cargo check --bins` on oximeter-api (100/150)
26502024-08-19T15:22:30.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-08-19T15:22:30.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-08-19T15:22:30.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532024-08-19T15:22:30.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26542024-08-19T15:22:30.943Z
26552024-08-19T15:22:30.943Zinfo: running `cargo check --bins` on oximeter-client (101/150)
26562024-08-19T15:22:31.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-08-19T15:22:31.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-08-19T15:22:31.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592024-08-19T15:22:31.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26602024-08-19T15:22:31.810Z
26612024-08-19T15:22:31.810Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (102/150)
26622024-08-19T15:22:32.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-08-19T15:22:32.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-08-19T15:22:32.722Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26652024-08-19T15:22:33.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
26662024-08-19T15:22:33.527Z
26672024-08-19T15:22:33.527Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (103/150)
26682024-08-19T15:22:34.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-08-19T15:22:34.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-08-19T15:22:34.441Z Compiling vte_generate_state_changes v0.1.1
26712024-08-19T15:22:34.441Z Checking fd-lock v4.0.2
26722024-08-19T15:22:34.465Z Checking bytecount v0.6.8
26732024-08-19T15:22:34.465Z Compiling tabled_derive v0.7.0
26742024-08-19T15:22:34.465Z Checking crossterm v0.27.0
26752024-08-19T15:22:34.465Z Compiling peg-macros v0.8.4
26762024-08-19T15:22:34.465Z Compiling sqlparser_derive v0.2.2
26772024-08-19T15:22:34.465Z Checking nu-ansi-term v0.50.0
26782024-08-19T15:22:34.613Z Checking papergrid v0.11.0
26792024-08-19T15:22:34.720Z Checking unicode_categories v0.1.1
26802024-08-19T15:22:34.885Z Checking home v0.5.9
26812024-08-19T15:22:34.986Z Checking sqlformat v0.2.4
26822024-08-19T15:22:35.009Z Checking vte v0.11.1
26832024-08-19T15:22:35.033Z Checking rustyline v14.0.0
26842024-08-19T15:22:35.404Z Checking sqlparser v0.45.0
26852024-08-19T15:22:35.854Z Checking crossterm v0.28.1
26862024-08-19T15:22:36.066Z Checking strip-ansi-escapes v0.2.0
26872024-08-19T15:22:36.197Z Checking reedline v0.33.0
26882024-08-19T15:22:36.612Z Checking tabled v0.15.0
26892024-08-19T15:22:37.090Z Checking peg v0.8.4
26902024-08-19T15:22:42.572Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26912024-08-19T15:22:49.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.44s
26922024-08-19T15:22:50.112Z
26932024-08-19T15:22:50.112Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (104/150)
26942024-08-19T15:22:50.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-08-19T15:22:50.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-08-19T15:22:51.004Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26972024-08-19T15:22:58.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.24s
26982024-08-19T15:22:58.501Z
26992024-08-19T15:22:58.501Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (105/150)
27002024-08-19T15:22:59.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-08-19T15:22:59.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-08-19T15:22:59.407Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27032024-08-19T15:23:06.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.95s
27042024-08-19T15:23:06.605Z
27052024-08-19T15:23:06.605Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (106/150)
27062024-08-19T15:23:07.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-08-19T15:23:07.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-08-19T15:23:07.499Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27092024-08-19T15:23:12.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
27102024-08-19T15:23:12.820Z
27112024-08-19T15:23:12.820Zinfo: running `cargo check --bins` on cockroach-admin-client (107/150)
27122024-08-19T15:23:13.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-08-19T15:23:13.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-08-19T15:23:13.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152024-08-19T15:23:13.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27162024-08-19T15:23:13.654Z
27172024-08-19T15:23:13.654Zinfo: running `cargo check --bins` on installinator-client (108/150)
27182024-08-19T15:23:14.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-08-19T15:23:14.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-08-19T15:23:14.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212024-08-19T15:23:14.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27222024-08-19T15:23:14.533Z
27232024-08-19T15:23:14.533Zinfo: running `cargo check --bins` on oxide-client (109/150)
27242024-08-19T15:23:15.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252024-08-19T15:23:15.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262024-08-19T15:23:15.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272024-08-19T15:23:15.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27282024-08-19T15:23:15.360Z
27292024-08-19T15:23:15.360Zinfo: running `cargo check --bins` on wicketd-client (110/150)
27302024-08-19T15:23:16.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312024-08-19T15:23:16.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322024-08-19T15:23:16.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332024-08-19T15:23:16.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27342024-08-19T15:23:16.258Z
27352024-08-19T15:23:16.258Zinfo: running `cargo check --bins` on wicket-common (111/150)
27362024-08-19T15:23:17.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-08-19T15:23:17.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-08-19T15:23:17.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392024-08-19T15:23:17.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27402024-08-19T15:23:17.150Z
27412024-08-19T15:23:17.150Zinfo: running `cargo check --bins` on omicron-cockroach-admin (112/150)
27422024-08-19T15:23:17.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432024-08-19T15:23:18.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442024-08-19T15:23:18.111Z Checking csv-core v0.1.11
27452024-08-19T15:23:18.134Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27462024-08-19T15:23:18.419Z Checking csv v1.3.0
27472024-08-19T15:23:19.083Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27482024-08-19T15:23:19.519Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27492024-08-19T15:23:20.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
27502024-08-19T15:23:21.109Z
27512024-08-19T15:23:21.109Zinfo: running `cargo check --bins` on cockroach-admin-api (113/150)
27522024-08-19T15:23:21.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-08-19T15:23:21.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-08-19T15:23:21.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552024-08-19T15:23:21.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27562024-08-19T15:23:21.963Z
27572024-08-19T15:23:21.963Zinfo: running `cargo check --bins` on cockroach-admin-types (114/150)
27582024-08-19T15:23:22.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-08-19T15:23:22.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-08-19T15:23:22.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-08-19T15:23:22.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27622024-08-19T15:23:22.806Z
27632024-08-19T15:23:22.806Zinfo: running `cargo check --bins` on cert-dev (115/150)
27642024-08-19T15:23:23.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-08-19T15:23:23.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-08-19T15:23:23.663Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27672024-08-19T15:23:23.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
27682024-08-19T15:23:24.035Z
27692024-08-19T15:23:24.035Zinfo: running `cargo check --bins` on ch-dev (116/150)
27702024-08-19T15:23:24.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-08-19T15:23:24.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-08-19T15:23:24.931Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27732024-08-19T15:23:25.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
27742024-08-19T15:23:25.836Z
27752024-08-19T15:23:25.836Zinfo: running `cargo check --bins` on crdb-seed (117/150)
27762024-08-19T15:23:26.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-08-19T15:23:26.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-08-19T15:23:26.716Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27792024-08-19T15:23:27.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
27802024-08-19T15:23:27.171Z
27812024-08-19T15:23:27.172Zinfo: running `cargo check --bins` on db-dev (118/150)
27822024-08-19T15:23:27.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-08-19T15:23:27.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-08-19T15:23:28.066Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27852024-08-19T15:23:28.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
27862024-08-19T15:23:29.011Z
27872024-08-19T15:23:29.011Zinfo: running `cargo check --bins` on omicron-dev-lib (119/150)
27882024-08-19T15:23:29.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-08-19T15:23:29.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-08-19T15:23:29.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-08-19T15:23:29.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27922024-08-19T15:23:29.871Z
27932024-08-19T15:23:29.871Zinfo: running `cargo check --bins` on xtask-downloader (120/150)
27942024-08-19T15:23:30.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-08-19T15:23:30.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-08-19T15:23:30.667Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27972024-08-19T15:23:31.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
27982024-08-19T15:23:31.780Z
27992024-08-19T15:23:31.781Zinfo: running `cargo check --bins` on mgs-dev (121/150)
28002024-08-19T15:23:32.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-08-19T15:23:32.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-08-19T15:23:32.736Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28032024-08-19T15:23:33.327Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28042024-08-19T15:23:33.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
28052024-08-19T15:23:33.967Z
28062024-08-19T15:23:33.967Zinfo: running `cargo check --bins` on omicron-omdb (122/150)
28072024-08-19T15:23:34.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-08-19T15:23:34.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-08-19T15:23:35.039Z Compiling glob v0.3.1
28102024-08-19T15:23:35.039Z Compiling crunchy v0.2.2
28112024-08-19T15:23:35.039Z Compiling tiny-keccak v2.0.2
28122024-08-19T15:23:35.063Z Compiling dsl_auto_type v0.1.2
28132024-08-19T15:23:35.086Z Checking scheduled-thread-pool v0.2.7
28142024-08-19T15:23:35.110Z Compiling diesel_table_macro_syntax v0.2.0
28152024-08-19T15:23:35.157Z Compiling ascii-canvas v3.0.0
28162024-08-19T15:23:35.182Z Compiling ena v0.14.3
28172024-08-19T15:23:35.321Z Checking r2d2 v0.8.10
28182024-08-19T15:23:35.388Z Compiling libloading v0.8.3
28192024-08-19T15:23:35.527Z Compiling bindgen v0.69.4
28202024-08-19T15:23:35.550Z Compiling regex-syntax v0.6.29
28212024-08-19T15:23:35.601Z Compiling diff v0.1.13
28222024-08-19T15:23:35.650Z Compiling which v4.4.2
28232024-08-19T15:23:35.755Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28242024-08-19T15:23:35.924Z Compiling clang-sys v1.7.0
28252024-08-19T15:23:35.963Z Compiling cexpr v0.6.0
28262024-08-19T15:23:36.195Z Compiling ref-cast v1.0.23
28272024-08-19T15:23:36.219Z Compiling rustc-hash v1.1.0
28282024-08-19T15:23:36.243Z Compiling lazycell v1.3.0
28292024-08-19T15:23:36.266Z Compiling shlex v1.3.0
28302024-08-19T15:23:36.363Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28312024-08-19T15:23:36.394Z Compiling derive_builder_core v0.20.0
28322024-08-19T15:23:36.497Z Compiling diesel_derives v2.2.2
28332024-08-19T15:23:36.646Z Compiling libxml v0.3.3
28342024-08-19T15:23:36.684Z Compiling ref-cast-impl v1.0.23
28352024-08-19T15:23:36.737Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28362024-08-19T15:23:37.023Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28372024-08-19T15:23:37.167Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28382024-08-19T15:23:37.413Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28392024-08-19T15:23:37.483Z Compiling strum_macros v0.24.3
28402024-08-19T15:23:37.753Z Compiling cookie v0.18.1
28412024-08-19T15:23:37.821Z Compiling indoc v1.0.9
28422024-08-19T15:23:38.422Z Compiling lalrpop v0.19.12
28432024-08-19T15:23:38.718Z Compiling derive_builder_macro v0.20.0
28442024-08-19T15:23:39.446Z Checking derive_builder v0.20.0
28452024-08-19T15:23:39.598Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28462024-08-19T15:23:39.783Z Compiling impl-trait-for-tuples v0.2.2
28472024-08-19T15:23:39.853Z Compiling oso-derive v0.27.3
28482024-08-19T15:23:40.420Z Checking quick-xml v0.31.0
28492024-08-19T15:23:40.472Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28502024-08-19T15:23:40.742Z Checking maplit v1.0.2
28512024-08-19T15:23:40.872Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28522024-08-19T15:23:41.233Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28532024-08-19T15:23:41.481Z Checking bb8 v0.8.5
28542024-08-19T15:23:41.882Z Compiling const_format_proc_macros v0.2.32
28552024-08-19T15:23:42.215Z Checking crossbeam-deque v0.8.5
28562024-08-19T15:23:42.239Z Compiling portable-atomic v1.6.0
28572024-08-19T15:23:42.476Z Checking rayon-core v1.12.1
28582024-08-19T15:23:43.095Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28592024-08-19T15:23:43.226Z Checking castaway v0.2.3
28602024-08-19T15:23:43.378Z Checking compact_str v0.8.0
28612024-08-19T15:23:43.695Z Checking const_format v0.2.32
28622024-08-19T15:23:44.099Z Checking rayon v1.10.0
28632024-08-19T15:23:44.123Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28642024-08-19T15:23:44.310Z Checking unicode-truncate v1.0.0
28652024-08-19T15:23:44.366Z Checking lru v0.12.3
28662024-08-19T15:23:44.512Z Compiling instability v0.3.2
28672024-08-19T15:23:44.616Z Checking unicode-linebreak v0.1.5
28682024-08-19T15:23:44.950Z Checking cassowary v0.3.0
28692024-08-19T15:23:45.302Z Checking smawk v0.3.2
28702024-08-19T15:23:45.326Z Checking number_prefix v0.4.0
28712024-08-19T15:23:45.486Z Checking textwrap v0.16.1
28722024-08-19T15:23:45.510Z Checking ratatui v0.28.0
28732024-08-19T15:23:45.852Z Checking multimap v0.10.0
28742024-08-19T15:23:46.414Z Checking diesel v2.2.2
28752024-08-19T15:23:47.410Z Checking indicatif v0.17.8
28762024-08-19T15:24:04.128Z Compiling samael v0.0.15
28772024-08-19T15:24:15.766Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28782024-08-19T15:24:17.732Z Compiling polar-core v0.27.3
28792024-08-19T15:24:26.531Z Checking oso v0.27.3
28802024-08-19T15:25:40.716Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28812024-08-19T15:25:47.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
28822024-08-19T15:25:47.863Z
28832024-08-19T15:25:47.863Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (123/150)
28842024-08-19T15:25:48.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-08-19T15:25:48.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-08-19T15:25:48.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-08-19T15:25:48.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28882024-08-19T15:25:48.767Z
28892024-08-19T15:25:48.767Zinfo: running `cargo check --bins` on nexus-saga-recovery (124/150)
28902024-08-19T15:25:49.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-08-19T15:25:49.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-08-19T15:25:49.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932024-08-19T15:25:49.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28942024-08-19T15:25:49.678Z
28952024-08-19T15:25:49.678Zinfo: running `cargo check --bins` on nexus-test-utils-macros (125/150)
28962024-08-19T15:25:50.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-08-19T15:25:50.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-08-19T15:25:50.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992024-08-19T15:25:50.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29002024-08-19T15:25:50.487Z
29012024-08-19T15:25:50.488Zinfo: running `cargo check --bins` on omicron-nexus (126/150)
29022024-08-19T15:25:51.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032024-08-19T15:25:51.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042024-08-19T15:25:51.567Z Compiling libz-sys v1.1.16
29052024-08-19T15:25:51.591Z Compiling libgit2-sys v0.17.0+1.8.1
29062024-08-19T15:25:51.615Z Compiling vergen v8.3.2
29072024-08-19T15:25:51.615Z Compiling cargo-platform v0.1.8
29082024-08-19T15:25:51.615Z Compiling pin-project-internal v1.1.5
29092024-08-19T15:25:51.664Z Compiling snafu-derive v0.8.2
29102024-08-19T15:25:51.664Z Compiling libsqlite3-sys v0.28.0
29112024-08-19T15:25:51.688Z Compiling buf-list v1.0.3
29122024-08-19T15:25:51.913Z Compiling cargo_metadata v0.18.1
29132024-08-19T15:25:52.168Z Checking globset v0.4.14
29142024-08-19T15:25:52.192Z Checking olpc-cjson v0.1.3
29152024-08-19T15:25:52.334Z Checking rand_seeder v0.3.0
29162024-08-19T15:25:52.395Z Checking serde_plain v1.0.2
29172024-08-19T15:25:52.467Z Checking typed-path v0.7.1
29182024-08-19T15:25:52.570Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29192024-08-19T15:25:52.764Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29202024-08-19T15:25:52.909Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29212024-08-19T15:25:53.055Z Checking hashlink v0.9.1
29222024-08-19T15:25:53.079Z Checking parse-size v1.0.0
29232024-08-19T15:25:53.189Z Checking fallible-iterator v0.3.0
29242024-08-19T15:25:53.213Z Checking fallible-streaming-iterator v0.1.9
29252024-08-19T15:25:53.469Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29262024-08-19T15:25:53.580Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29272024-08-19T15:25:53.703Z Checking rusqlite v0.31.0
29282024-08-19T15:25:54.139Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29292024-08-19T15:25:54.217Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29302024-08-19T15:25:54.242Z Checking pin-project v1.1.5
29312024-08-19T15:25:54.354Z Checking twox-hash v1.6.3
29322024-08-19T15:25:54.442Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29332024-08-19T15:25:54.736Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29342024-08-19T15:25:55.007Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29352024-08-19T15:25:55.061Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29362024-08-19T15:25:55.137Z Checking fatfs v0.3.6
29372024-08-19T15:25:55.175Z Checking assert_matches v1.5.0
29382024-08-19T15:25:56.252Z Checking snafu v0.8.2
29392024-08-19T15:25:56.649Z Checking tough v0.17.1
29402024-08-19T15:26:00.679Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29412024-08-19T15:26:02.106Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29422024-08-19T15:26:02.681Z Compiling git2 v0.19.0
29432024-08-19T15:26:08.728Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29442024-08-19T15:27:22.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
29452024-08-19T15:27:22.285Z
29462024-08-19T15:27:22.285Zinfo: running `cargo check --bins` on nexus-internal-api (127/150)
29472024-08-19T15:27:23.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482024-08-19T15:27:23.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492024-08-19T15:27:23.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502024-08-19T15:27:23.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
29512024-08-19T15:27:23.220Z
29522024-08-19T15:27:23.220Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (128/150)
29532024-08-19T15:27:24.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542024-08-19T15:27:24.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552024-08-19T15:27:24.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562024-08-19T15:27:24.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29572024-08-19T15:27:24.124Z
29582024-08-19T15:27:24.124Zinfo: running `cargo check --bins` on nexus-networking (129/150)
29592024-08-19T15:27:24.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-08-19T15:27:24.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-08-19T15:27:24.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622024-08-19T15:27:24.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29632024-08-19T15:27:25.037Z
29642024-08-19T15:27:25.037Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (130/150)
29652024-08-19T15:27:25.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-08-19T15:27:25.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-08-19T15:27:25.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682024-08-19T15:27:25.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29692024-08-19T15:27:25.949Z
29702024-08-19T15:27:25.949Zinfo: running `cargo check --bins` on update-common (131/150)
29712024-08-19T15:27:26.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-08-19T15:27:26.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-08-19T15:27:26.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742024-08-19T15:27:26.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29752024-08-19T15:27:26.847Z
29762024-08-19T15:27:26.847Zinfo: running `cargo check --bins` on tufaceous-lib (132/150)
29772024-08-19T15:27:27.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-08-19T15:27:27.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-08-19T15:27:27.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802024-08-19T15:27:27.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29812024-08-19T15:27:27.756Z
29822024-08-19T15:27:27.756Zinfo: running `cargo check --bins` on tufaceous (133/150)
29832024-08-19T15:27:28.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-08-19T15:27:28.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-08-19T15:27:28.678Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29862024-08-19T15:27:29.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
29872024-08-19T15:27:29.868Z
29882024-08-19T15:27:29.868Zinfo: running `cargo check --bins` on omicron-dev (134/150)
29892024-08-19T15:27:30.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-08-19T15:27:30.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-08-19T15:27:31.015Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29922024-08-19T15:27:31.015Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29932024-08-19T15:27:31.039Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29942024-08-19T15:27:32.671Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29952024-08-19T15:27:35.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
29962024-08-19T15:27:35.812Z
29972024-08-19T15:27:35.812Zinfo: running `cargo check --bins` on openapi-manager (135/150)
29982024-08-19T15:27:36.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-08-19T15:27:36.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-08-19T15:27:36.763Z Checking is_ci v1.2.0
30012024-08-19T15:27:36.763Z Checking heck v0.4.1
30022024-08-19T15:27:36.763Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30032024-08-19T15:27:36.787Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30042024-08-19T15:27:36.787Z Checking indent_write v2.2.0
30052024-08-19T15:27:36.911Z Checking supports-color v3.0.0
30062024-08-19T15:27:36.990Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30072024-08-19T15:27:38.712Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30082024-08-19T15:27:39.730Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30092024-08-19T15:27:40.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s
30102024-08-19T15:27:41.044Z
30112024-08-19T15:27:41.044Zinfo: running `cargo check --bins` on installinator-api (136/150)
30122024-08-19T15:27:41.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132024-08-19T15:27:41.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142024-08-19T15:27:41.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152024-08-19T15:27:41.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30162024-08-19T15:27:41.885Z
30172024-08-19T15:27:41.885Zinfo: running `cargo check --bins` on wicketd-api (137/150)
30182024-08-19T15:27:42.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192024-08-19T15:27:42.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202024-08-19T15:27:42.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212024-08-19T15:27:42.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30222024-08-19T15:27:42.769Z
30232024-08-19T15:27:42.769Zinfo: running `cargo check --bins` on reconfigurator-cli (138/150)
30242024-08-19T15:27:43.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-08-19T15:27:43.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-08-19T15:27:43.730Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30272024-08-19T15:27:45.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
30282024-08-19T15:27:45.285Z
30292024-08-19T15:27:45.285Zinfo: running `cargo check --bins` on omicron-releng (139/150)
30302024-08-19T15:27:46.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-08-19T15:27:46.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-08-19T15:27:46.172Z Checking memmap2 v0.9.4
30332024-08-19T15:27:46.172Z Checking untrusted v0.7.1
30342024-08-19T15:27:46.172Z Checking arrayref v0.3.7
30352024-08-19T15:27:46.172Z Checking arrayvec v0.7.4
30362024-08-19T15:27:46.172Z Checking constant_time_eq v0.3.0
30372024-08-19T15:27:46.173Z Checking spin v0.5.2
30382024-08-19T15:27:46.197Z Checking cargo-platform v0.1.8
30392024-08-19T15:27:46.197Z Checking topological-sort v0.2.2
30402024-08-19T15:27:46.309Z Checking shell-words v1.1.0
30412024-08-19T15:27:46.421Z Checking ring v0.16.20
30422024-08-19T15:27:46.537Z Checking cargo_metadata v0.18.1
30432024-08-19T15:27:46.607Z Checking blake3 v1.5.1
30442024-08-19T15:27:47.871Z Checking omicron-zone-package v0.11.0
30452024-08-19T15:27:49.261Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30462024-08-19T15:27:50.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
30472024-08-19T15:27:50.479Z
30482024-08-19T15:27:50.479Zinfo: running `cargo check --bins` on xtask (140/150)
30492024-08-19T15:27:51.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-08-19T15:27:51.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-08-19T15:27:51.104Z Checking serde v1.0.207
30522024-08-19T15:27:51.104Z Checking thiserror v1.0.63
30532024-08-19T15:27:51.104Z Checking scroll v0.12.0
30542024-08-19T15:27:51.128Z Checking bitflags v2.6.0
30552024-08-19T15:27:51.128Z Checking log v0.4.21
30562024-08-19T15:27:51.152Z Checking hashbrown v0.14.5
30572024-08-19T15:27:51.176Z Checking zerocopy v0.7.34
30582024-08-19T15:27:51.201Z Checking syn v2.0.74
30592024-08-19T15:27:51.249Z Checking pest v2.7.10
30602024-08-19T15:27:51.384Z Checking rustix v0.38.34
30612024-08-19T15:27:51.408Z Checking fs-err v2.11.0
30622024-08-19T15:27:51.568Z Checking goblin v0.8.2
30632024-08-19T15:27:51.658Z Checking tabled v0.15.0
30642024-08-19T15:27:52.133Z Checking indexmap v2.4.0
30652024-08-19T15:27:52.246Z Checking terminal_size v0.3.0
30662024-08-19T15:27:52.359Z Checking anyhow v1.0.86
30672024-08-19T15:27:52.383Z Checking clap_builder v4.5.15
30682024-08-19T15:27:53.313Z Checking dtrace-parser v0.2.0
30692024-08-19T15:27:54.800Z Checking clap v4.5.15
30702024-08-19T15:27:55.254Z Checking serde_json v1.0.125
30712024-08-19T15:27:55.254Z Checking toml_datetime v0.6.8
30722024-08-19T15:27:55.254Z Checking serde_spanned v0.6.7
30732024-08-19T15:27:55.278Z Checking camino v1.1.7
30742024-08-19T15:27:55.278Z Checking semver v1.0.23
30752024-08-19T15:27:55.278Z Checking cargo-platform v0.1.8
30762024-08-19T15:27:55.278Z Checking macaddr v1.0.1
30772024-08-19T15:27:55.572Z Checking toml_edit v0.22.20
30782024-08-19T15:27:56.415Z Checking dof v0.3.0
30792024-08-19T15:27:56.416Z Checking cargo_metadata v0.18.1
30802024-08-19T15:27:56.916Z Checking usdt-impl v0.5.0
30812024-08-19T15:27:57.354Z Checking usdt v0.5.0
30822024-08-19T15:27:57.702Z Checking toml v0.8.19
30832024-08-19T15:27:58.280Z Checking cargo_toml v0.20.4
30842024-08-19T15:27:59.807Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30852024-08-19T15:28:00.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.05s
30862024-08-19T15:28:00.628Z
30872024-08-19T15:28:00.628Zinfo: running `cargo check --bins` on end-to-end-tests (141/150)
30882024-08-19T15:28:01.228Z Downloading crates ...
30892024-08-19T15:28:01.496Z Downloaded ecdsa v0.16.9
30902024-08-19T15:28:01.520Z Downloaded md5 v0.7.0
30912024-08-19T15:28:01.520Z Downloaded ssh-key v0.6.6
30922024-08-19T15:28:01.544Z Downloaded p384 v0.13.0
30932024-08-19T15:28:01.544Z Downloaded aes-gcm v0.10.3
30942024-08-19T15:28:01.544Z Downloaded ssh-encoding v0.2.0
30952024-08-19T15:28:01.544Z Downloaded ssh-cipher v0.2.0
30962024-08-19T15:28:01.544Z Downloaded russh-keys v0.44.0
30972024-08-19T15:28:01.544Z Downloaded russh-cryptovec v0.7.2
30982024-08-19T15:28:01.544Z Downloaded russh v0.44.1
30992024-08-19T15:28:01.569Z Downloaded rfc6979 v0.4.0
31002024-08-19T15:28:01.569Z Downloaded primeorder v0.13.6
31012024-08-19T15:28:01.569Z Downloaded polyval v0.6.2
31022024-08-19T15:28:01.569Z Downloaded pbkdf2 v0.11.0
31032024-08-19T15:28:01.569Z Downloaded password-hash v0.4.2
31042024-08-19T15:28:01.569Z Downloaded p521 v0.13.3
31052024-08-19T15:28:01.569Z Downloaded p256 v0.13.2
31062024-08-19T15:28:01.569Z Downloaded option-ext v0.2.0
31072024-08-19T15:28:01.569Z Downloaded num-bigint v0.4.5
31082024-08-19T15:28:01.593Z Downloaded ghash v0.5.1
31092024-08-19T15:28:01.593Z Downloaded ed25519-dalek v2.1.1
31102024-08-19T15:28:01.593Z Downloaded ed25519 v2.2.3
31112024-08-19T15:28:01.593Z Downloaded dirs-sys v0.4.1
31122024-08-19T15:28:01.593Z Downloaded dirs v5.0.1
31132024-08-19T15:28:01.593Z Downloaded dhcproto-macros v0.1.0
31142024-08-19T15:28:01.593Z Downloaded dhcproto v0.12.0
31152024-08-19T15:28:01.594Z Downloaded blowfish v0.9.1
31162024-08-19T15:28:01.594Z Downloaded bcrypt-pbkdf v0.10.0
31172024-08-19T15:28:01.594Z Downloaded internet-checksum v0.2.1
31182024-08-19T15:28:01.594Z Downloaded hex-literal v0.4.1
31192024-08-19T15:28:01.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-08-19T15:28:01.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-08-19T15:28:01.777Z Checking polyval v0.6.2
31222024-08-19T15:28:01.777Z Checking rfc6979 v0.4.0
31232024-08-19T15:28:01.822Z Checking primeorder v0.13.6
31242024-08-19T15:28:01.846Z Checking ctr v0.9.2
31252024-08-19T15:28:01.870Z Checking ed25519 v2.2.3
31262024-08-19T15:28:01.870Z Checking ssh-encoding v0.2.0
31272024-08-19T15:28:01.870Z Checking blowfish v0.9.1
31282024-08-19T15:28:01.870Z Checking option-ext v0.2.0
31292024-08-19T15:28:01.974Z Checking ecdsa v0.16.9
31302024-08-19T15:28:02.000Z Checking dirs-sys v0.4.1
31312024-08-19T15:28:02.032Z Checking ghash v0.5.1
31322024-08-19T15:28:02.101Z Checking password-hash v0.4.2
31332024-08-19T15:28:02.125Z Checking bcrypt-pbkdf v0.10.0
31342024-08-19T15:28:02.153Z Checking ed25519-dalek v2.1.1
31352024-08-19T15:28:02.176Z Checking dirs v5.0.1
31362024-08-19T15:28:02.200Z Checking russh-cryptovec v0.7.2
31372024-08-19T15:28:02.224Z Checking aes-gcm v0.10.3
31382024-08-19T15:28:02.251Z Checking md5 v0.7.0
31392024-08-19T15:28:02.301Z Checking num-bigint v0.4.5
31402024-08-19T15:28:02.339Z Compiling dhcproto-macros v0.1.0
31412024-08-19T15:28:02.373Z Checking hex-literal v0.4.1
31422024-08-19T15:28:02.422Z Checking ssh-cipher v0.2.0
31432024-08-19T15:28:02.478Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31442024-08-19T15:28:02.502Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31452024-08-19T15:28:02.502Z Checking pbkdf2 v0.11.0
31462024-08-19T15:28:02.502Z Checking internet-checksum v0.2.1
31472024-08-19T15:28:02.590Z Checking p384 v0.13.0
31482024-08-19T15:28:02.681Z Checking ssh-key v0.6.6
31492024-08-19T15:28:02.705Z Checking p256 v0.13.2
31502024-08-19T15:28:02.781Z Checking p521 v0.13.3
31512024-08-19T15:28:03.139Z Checking dhcproto v0.12.0
31522024-08-19T15:28:04.048Z Checking russh-keys v0.44.0
31532024-08-19T15:28:05.135Z Checking russh v0.44.1
31542024-08-19T15:28:26.317Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31552024-08-19T15:28:27.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.32s
31562024-08-19T15:28:28.126Z
31572024-08-19T15:28:28.126Zinfo: running `cargo check --bins` on gateway-cli (142/150)
31582024-08-19T15:28:28.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592024-08-19T15:28:28.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602024-08-19T15:28:28.970Z Checking termios v0.3.3
31612024-08-19T15:28:29.145Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31622024-08-19T15:28:30.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
31632024-08-19T15:28:30.224Z
31642024-08-19T15:28:30.224Zinfo: running `cargo check --bins --no-default-features` on installinator (143/150)
31652024-08-19T15:28:31.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662024-08-19T15:28:31.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672024-08-19T15:28:31.157Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31682024-08-19T15:28:33.535Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31692024-08-19T15:28:35.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
31702024-08-19T15:28:35.882Z
31712024-08-19T15:28:35.882Zinfo: running `cargo check --bins` on internal-dns-cli (144/150)
31722024-08-19T15:28:36.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732024-08-19T15:28:36.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742024-08-19T15:28:36.720Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31752024-08-19T15:28:37.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
31762024-08-19T15:28:37.301Z
31772024-08-19T15:28:37.301Zinfo: running `cargo check --bins` on omicron-package (145/150)
31782024-08-19T15:28:38.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792024-08-19T15:28:38.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802024-08-19T15:28:38.215Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31812024-08-19T15:28:39.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
31822024-08-19T15:28:39.810Z
31832024-08-19T15:28:39.810Zinfo: running `cargo check --bins` on wicket-dbg (146/150)
31842024-08-19T15:28:40.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852024-08-19T15:28:40.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862024-08-19T15:28:40.722Z Checking rtoolbox v0.0.2
31872024-08-19T15:28:40.722Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31882024-08-19T15:28:40.722Z Checking tui-tree-widget v0.22.0
31892024-08-19T15:28:40.911Z Checking rpassword v7.3.1
31902024-08-19T15:28:45.773Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31912024-08-19T15:28:49.533Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31922024-08-19T15:28:50.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s
31932024-08-19T15:28:51.025Z
31942024-08-19T15:28:51.026Zinfo: running `cargo check --bins` on wicket (147/150)
31952024-08-19T15:28:51.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962024-08-19T15:28:51.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972024-08-19T15:28:51.959Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31982024-08-19T15:28:52.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
31992024-08-19T15:28:52.460Z
32002024-08-19T15:28:52.460Zinfo: running `cargo check --bins` on wicketd (148/150)
32012024-08-19T15:28:53.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022024-08-19T15:28:53.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032024-08-19T15:28:53.425Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32042024-08-19T15:28:58.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
32052024-08-19T15:28:58.104Z
32062024-08-19T15:28:58.104Zinfo: running `cargo check --bins` on omicron-workspace-hack (149/150)
32072024-08-19T15:28:58.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082024-08-19T15:28:58.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092024-08-19T15:28:58.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102024-08-19T15:28:58.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32112024-08-19T15:28:58.834Z
32122024-08-19T15:28:58.834Zinfo: running `cargo check --bins` on zone-setup (150/150)
32132024-08-19T15:28:59.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142024-08-19T15:28:59.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152024-08-19T15:28:59.814Z Checking uzers v0.11.3
32162024-08-19T15:29:00.096Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32172024-08-19T15:29:01.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
32182024-08-19T15:29:01.559Z
32192024-08-19T15:29:01.559Zreal 13:03.024400355
32202024-08-19T15:29:01.559Zuser 22:56.093766953
32212024-08-19T15:29:01.559Zsys 5:23.653674696
32222024-08-19T15:29:01.559Ztrap 0.535171349
32232024-08-19T15:29:01.559Ztflt 1.482312424
32242024-08-19T15:29:01.559Zdflt 2.701583447
32252024-08-19T15:29:01.559Zkflt 0.005239019
32262024-08-19T15:29:01.559Zlock 45:07.290703240
32272024-08-19T15:29:01.559Zslp 2:01:23.629632813
32282024-08-19T15:29:01.559Zlat 58.755544539
32292024-08-19T15:29:01.559Zstop 2:34.441363154
32302024-08-19T15:29:01.583Zprocess exited: duration 1008223 ms, exit code 0
 
32312024-08-19T15:29:01.632Zfound 0 output files