01J4HMDBTBD6HSDETDEMPTF4Q3: 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: 01J4HMDNMS0JWX78A6NYGKR50T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-05T16:02:59.443Zjob assigned to worker 01J4HMDNP59527HDVY8M5EXSXN (queued for 48 s)
 
22024-08-05T16:03:07.750Zstarting task 0: "setup"
32024-08-05T16:03:07.812Z++ uname -s
42024-08-05T16:03:07.815Z+ kern=SunOS
52024-08-05T16:03:07.815Z+ case "$kern" in
62024-08-05T16:03:07.815Z+ groupadd -g 12345 build
72024-08-05T16:03:07.815Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-05T16:03:09.829Z+ zfs create -o mountpoint=/work rpool/work
92024-08-05T16:03:09.912Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-05T16:03:09.920Z+ home_fs=zfs
112024-08-05T16:03:09.920Z+ [[ zfs == autofs ]]
122024-08-05T16:03:09.920Z+ mkdir -p /home/build
132024-08-05T16:03:09.920Z+ chown build:build /home/build /work
142024-08-05T16:03:11.918Z+ chmod 0700 /home/build /work
152024-08-05T16:03:11.921Zprocess exited: duration 4172 ms, exit code 0
 
162024-08-05T16:03:11.927Zstarting task 1: "rust-toolchain"
172024-08-05T16:03:11.932Z+ printf ' * toolchain channel = "%s"
182024-08-05T16:03:11.932Z' 1.80.0
192024-08-05T16:03:11.932Z+ printf ' * toolchain profile = "%s"
202024-08-05T16:03:11.932Z * toolchain channel = "1.80.0"
212024-08-05T16:03:11.932Z * toolchain profile = "default"
222024-08-05T16:03:11.933Z' default
232024-08-05T16:03:11.935Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-05T16:03:11.935Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-05T16:03:12.047Zinfo: downloading installer
262024-08-05T16:03:13.381Zinfo: profile set to 'default'
272024-08-05T16:03:13.381Zinfo: default host triple is x86_64-unknown-illumos
282024-08-05T16:03:13.384Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-05T16:03:13.516Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-05T16:03:13.516Zinfo: downloading component 'cargo'
312024-08-05T16:03:14.231Zinfo: downloading component 'clippy'
322024-08-05T16:03:14.485Zinfo: downloading component 'rust-docs'
332024-08-05T16:03:15.482Zinfo: downloading component 'rust-std'
342024-08-05T16:03:16.878Zinfo: downloading component 'rustc'
352024-08-05T16:03:20.773Zinfo: downloading component 'rustfmt'
362024-08-05T16:03:20.982Zinfo: installing component 'cargo'
372024-08-05T16:03:21.802Zinfo: installing component 'clippy'
382024-08-05T16:03:22.168Zinfo: installing component 'rust-docs'
392024-08-05T16:03:23.771Zinfo: installing component 'rust-std'
402024-08-05T16:03:25.393Zinfo: installing component 'rustc'
412024-08-05T16:03:29.591Zinfo: installing component 'rustfmt'
422024-08-05T16:03:29.933Z
432024-08-05T16:03:29.934Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
442024-08-05T16:03:30.196Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-05T16:03:30.196Z
462024-08-05T16:03:30.199Z
472024-08-05T16:03:30.199ZRust is installed now. Great!
482024-08-05T16:03:30.199Z
492024-08-05T16:03:30.199ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-05T16:03:30.199Zenvironment variable. This has not been done automatically.
512024-08-05T16:03:30.199Z
522024-08-05T16:03:30.200ZTo configure your current shell, you need to source
532024-08-05T16:03:30.200Zthe corresponding env file under $HOME/.cargo.
542024-08-05T16:03:30.200Z
552024-08-05T16:03:30.200ZThis is usually done by running one of the following (note the leading DOT):
562024-08-05T16:03:30.200Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-05T16:03:30.200Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-05T16:03:30.271Z+ rustc --version
592024-08-05T16:03:30.333Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-05T16:03:30.336Zprocess exited: duration 18409 ms, exit code 0
 
612024-08-05T16:03:30.342Zstarting task 2: "authentication"
622024-08-05T16:03:30.363Zprocess exited: duration 21 ms, exit code 0
 
632024-08-05T16:03:30.369Zstarting task 3: "clone repository"
642024-08-05T16:03:30.374Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-05T16:03:30.376Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-05T16:03:30.526ZCloning into '/work/oxidecomputer/omicron'...
672024-08-05T16:03:35.673Z+ cd /work/oxidecomputer/omicron
682024-08-05T16:03:35.673Z+ git fetch origin 4678f7dc2df4e52c12bf30a498d9225c39297418
692024-08-05T16:03:35.949ZFrom https://github.com/oxidecomputer/omicron
702024-08-05T16:03:35.949Z * branch 4678f7dc2df4e52c12bf30a498d9225c39297418 -> FETCH_HEAD
712024-08-05T16:03:35.958Z+ [[ -n john/reconfigurator-external-ip-allocator ]]
722024-08-05T16:03:35.961Z++ git branch --show-current
732024-08-05T16:03:35.964Z+ current=main
742024-08-05T16:03:35.964Z+ [[ main != john/reconfigurator-external-ip-allocator ]]
752024-08-05T16:03:35.964Z+ git branch -f john/reconfigurator-external-ip-allocator 4678f7dc2df4e52c12bf30a498d9225c39297418
762024-08-05T16:03:35.967Z+ git checkout -f john/reconfigurator-external-ip-allocator
772024-08-05T16:03:36.105ZSwitched to branch 'john/reconfigurator-external-ip-allocator'
782024-08-05T16:03:36.109Z+ git reset --hard 4678f7dc2df4e52c12bf30a498d9225c39297418
792024-08-05T16:03:36.243ZHEAD is now at 4678f7dc2 Reconfigurator: Teach planner about SNAT IPs
802024-08-05T16:03:36.246Zprocess exited: duration 5875 ms, exit code 0
 
812024-08-05T16:03:36.252Zstarting task 4: "build"
822024-08-05T16:03:36.258Z+ cargo --version
832024-08-05T16:03:36.311Zcargo 1.80.0 (376290515 2024-07-16)
842024-08-05T16:03:36.314Z+ rustc --version
852024-08-05T16:03:36.369Zrustc 1.80.0 (051478957 2024-07-21)
862024-08-05T16:03:36.372Z+ source ./env.sh
872024-08-05T16:03:36.372Z++ OLD_SHELL_OPTS=ehxB
882024-08-05T16:03:36.372Z++ set -o xtrace
892024-08-05T16:03:36.375Z++++ dirname ./env.sh
902024-08-05T16:03:36.378Z+++ readlink -f .
912024-08-05T16:03:36.396Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-05T16:03:36.396Z++ 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-05T16:03:36.399Z++ 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-05T16:03:36.399Z++ 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-05T16:03:36.399Z++ 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-05T16:03:36.399Z++ 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-05T16:03:36.399Z++ 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-05T16:03:36.399Z++ 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-05T16:03:36.399Z++ 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-05T16:03:36.399Z++ case $OLD_SHELL_OPTS in
1012024-08-05T16:03:36.399Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-05T16:03:36.399Z+ 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-05T16:03:36.399Z+ 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-05T16:03:36.399Z+ banner prerequisites
1052024-08-05T16:03:36.430Z
1062024-08-05T16:03:36.430Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-05T16:03:36.430Z # # # # # # # # # # # # # # #
1082024-08-05T16:03:36.430Z # # # # ##### # # ##### # # # # # #### #
1092024-08-05T16:03:36.430Z ##### ##### # ##### # # # # # # # # #
1102024-08-05T16:03:36.430Z # # # # # # # # # # # # # # #
1112024-08-05T16:03:36.430Z # # # ###### # # ###### ### # #### # #### #
1122024-08-05T16:03:36.430Z
1132024-08-05T16:03:36.433Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-05T16:03:44.508Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-05T16:03:46.959Z Startup: Caching catalogs ... Done
1162024-08-05T16:03:50.754ZPlanning: Solver setup ... Done (3.217s)
1172024-08-05T16:03:50.814ZPlanning: Running solver ... Done (0.060s)
1182024-08-05T16:03:50.868ZPlanning: Finding local manifests ... Done (0.005s)
1192024-08-05T16:03:50.912ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-05T16:03:51.395ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-05T16:03:51.443ZPlanning: Package planning ... Done (0.048s)
1222024-08-05T16:03:51.493ZPlanning: Merging actions ... Done (0.050s)
1232024-08-05T16:03:53.320ZPlanning: Checking for conflicting actions ... Done (1.827s)
1242024-08-05T16:03:53.331ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-05T16:04:03.821ZPlanning: Evaluating mediators ... Done (10.489s)
1262024-08-05T16:04:03.830ZPlanning: Planning completed in 16.80 seconds
1272024-08-05T16:04:04.700Z Packages to install: 4
1282024-08-05T16:04:04.700Z Mediators to change: 2
1292024-08-05T16:04:04.700Z Services to change: 1
1302024-08-05T16:04:04.700Z Estimated space available: 155.76 GB
1312024-08-05T16:04:04.700ZEstimated space to be consumed: 1.47 GB
1322024-08-05T16:04:04.703Z Create boot environment: No
1332024-08-05T16:04:04.703ZCreate backup boot environment: No
1342024-08-05T16:04:04.703Z Rebuild boot archive: No
1352024-08-05T16:04:04.703Z
1362024-08-05T16:04:04.704ZChanged mediators:
1372024-08-05T16:04:04.704Z mediator clang:
1382024-08-05T16:04:04.704Z version: None -> 15 (system default)
1392024-08-05T16:04:04.704Z
1402024-08-05T16:04:04.704Z mediator llvm:
1412024-08-05T16:04:04.704Z version: 14 (system default) -> 15 (system default)
1422024-08-05T16:04:04.704Z
1432024-08-05T16:04:04.704ZChanged packages:
1442024-08-05T16:04:04.704Zhelios-dev
1452024-08-05T16:04:04.704Z developer/build-essential
1462024-08-05T16:04:04.704Z None -> 11-2.0
1472024-08-05T16:04:04.704Z library/libxmlsec1
1482024-08-05T16:04:04.704Z None -> 1.2.35-2.0
1492024-08-05T16:04:04.704Z ooce/developer/clang-15
1502024-08-05T16:04:04.704Z None -> 15.0.7-2.0
1512024-08-05T16:04:04.704Z ooce/developer/llvm-15
1522024-08-05T16:04:04.704Z None -> 15.0.7-2.0
1532024-08-05T16:04:04.704Z
1542024-08-05T16:04:04.704ZServices:
1552024-08-05T16:04:04.704Z restart_fmri:
1562024-08-05T16:04:04.704Z svc:/system/update-man-index:default
1572024-08-05T16:04:04.974Z
1582024-08-05T16:04:04.974ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-05T16:04:10.099ZDownload: 1198/3290 items 82.5/212.6MB 38% complete (17.7M/s)
1602024-08-05T16:04:16.465ZDownload: 2215/3290 items 117.7/212.6MB 55% complete (11.9M/s)
1612024-08-05T16:04:21.466ZDownload: 3207/3290 items 162.7/212.6MB 76% complete (4.8M/s)
1622024-08-05T16:04:25.999ZDownload: Completed 212.60 MB in 21.02 seconds (10.1M/s)
1632024-08-05T16:04:27.855Z Actions: 1/3689 actions (Installing new actions)
1642024-08-05T16:04:33.117Z Actions: 3548/3689 actions (Installing new actions)
1652024-08-05T16:04:34.097Z Actions: Completed 3689 actions in 6.24 seconds.
1662024-08-05T16:04:34.371Z Done (0.265s)
1672024-08-05T16:04:34.371Z Done (0.000s)
1682024-08-05T16:04:34.710Z Done (0.347s)
1692024-08-05T16:04:41.728Z Done (6.854s)
1702024-08-05T16:04:42.084Z Done (0.294s)
1712024-08-05T16:04:42.087Z Done (0.000s)
1722024-08-05T16:04:42.259Z Done (0.000s)
1732024-08-05T16:04:42.877ZPlanning: Evaluating mediator changes ... Done
1742024-08-05T16:04:43.032ZPlanning: Checking for conflicting actions ... Done
1752024-08-05T16:04:43.111ZPlanning: Consolidating action changes ... Done
1762024-08-05T16:04:43.290ZPlanning: Evaluating mediators ... Done
1772024-08-05T16:04:43.302ZPlanning: Planning completed in 0.42 seconds
1782024-08-05T16:04:43.303Z Mediators to change: 2
1792024-08-05T16:04:43.303Z Create boot environment: No
1802024-08-05T16:04:43.303ZCreate backup boot environment: No
1812024-08-05T16:04:43.372Z Done
1822024-08-05T16:04:43.372Z Done
1832024-08-05T16:04:43.594Z Done
1842024-08-05T16:04:47.059Z Done
1852024-08-05T16:04:47.150Z Done
1862024-08-05T16:04:47.150Z Done
1872024-08-05T16:04:47.261Z Done
1882024-08-05T16:04:47.860ZPlanning: Evaluating mediator changes ... Done
1892024-08-05T16:04:47.863ZPlanning: Merging actions ... Done
1902024-08-05T16:04:48.049ZPlanning: Checking for conflicting actions ... Done
1912024-08-05T16:04:48.052ZPlanning: Consolidating action changes ... Done
1922024-08-05T16:04:48.309ZPlanning: Evaluating mediators ... Done
1932024-08-05T16:04:48.363ZPlanning: Planning completed in 0.74 seconds
1942024-08-05T16:04:48.396Z Packages to change: 1
1952024-08-05T16:04:48.396Z Mediators to change: 1
1962024-08-05T16:04:48.397Z Services to change: 1
1972024-08-05T16:04:48.401Z Create boot environment: No
1982024-08-05T16:04:48.401ZCreate backup boot environment: Yes
1992024-08-05T16:04:50.365Z Actions: 1/6 actions (Updating modified actions)
2002024-08-05T16:04:50.531Z Actions: Completed 6 actions in 0.17 seconds.
2012024-08-05T16:04:50.531Z Done
2022024-08-05T16:04:50.531Z Done
2032024-08-05T16:04:50.607Z Done
2042024-08-05T16:04:54.239Z Done
2052024-08-05T16:04:54.330Z Done
2062024-08-05T16:04:54.333Z Done
2072024-08-05T16:04:54.446Z Done
2082024-08-05T16:04:54.880ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092024-08-05T16:04:54.880Zclang system 15 system
2102024-08-05T16:04:54.881Zcsh system system illumos
2112024-08-05T16:04:54.881Zctags system system illumos
2122024-08-05T16:04:54.881Zgcc vendor 12 vendor
2132024-08-05T16:04:54.881Zgcc system 10 system
2142024-08-05T16:04:54.881Zgcc system 7 system
2152024-08-05T16:04:54.881Zgo system 1.20 system
2162024-08-05T16:04:54.881Zgo system 1.19 system
2172024-08-05T16:04:54.881Zllvm system 15 system
2182024-08-05T16:04:54.881Zllvm system 14 system
2192024-08-05T16:04:54.881Zmariadb system 10.6 system
2202024-08-05T16:04:54.881Zmta vendor vendor dma
2212024-08-05T16:04:54.881Zopenjdk system 17 system
2222024-08-05T16:04:54.881Zopenjdk system 11 system
2232024-08-05T16:04:54.881Zopenjdk system 1.8 system
2242024-08-05T16:04:54.881Zopenssl vendor 3 vendor
2252024-08-05T16:04:54.881Zperl system 5.36 system
2262024-08-05T16:04:54.881Zpostgresql system 15 system
2272024-08-05T16:04:54.881Zpostgresql system 13 system
2282024-08-05T16:04:54.881Zpython vendor 3 vendor
2292024-08-05T16:04:54.881Zpython system 2 system
2302024-08-05T16:04:54.881Zpython3 system 3.11 system
2312024-08-05T16:04:54.881Zruby system 3.0 system
2322024-08-05T16:04:54.881Zwords vendor vendor american-english
2332024-08-05T16:04:54.881Zwords system system australian-english
2342024-08-05T16:04:54.881Zwords system system british-english
2352024-08-05T16:04:54.881Zwords system system canadian-english
2362024-08-05T16:04:54.881Zwords system system french
2372024-08-05T16:04:54.881Zwords system system italian
2382024-08-05T16:04:54.881Zwords system system ngerman
2392024-08-05T16:04:54.881Zwords system system ogerman
2402024-08-05T16:04:54.881Zwords system system spanish
2412024-08-05T16:04:55.208ZPUBLISHER TYPE STATUS P LOCATION
2422024-08-05T16:04:55.208Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432024-08-05T16:04:56.865ZFMRI IFO
2442024-08-05T16:04:56.865Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452024-08-05T16:04:56.865Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462024-08-05T16:04:56.866Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472024-08-05T16:04:56.866Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482024-08-05T16:04:56.866Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492024-08-05T16:04:56.866Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502024-08-05T16:04:56.866Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2512024-08-05T16:04:56.866Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522024-08-05T16:04:56.866Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2532024-08-05T16:04:56.866Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542024-08-05T16:04:56.866Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2552024-08-05T16:04:56.866Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562024-08-05T16:04:57.441Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572024-08-05T16:04:57.709Z Updating git repository `https://github.com/oxidecomputer/zone`
2582024-08-05T16:04:58.000Z Updating crates.io index
2592024-08-05T16:04:58.084Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2602024-08-05T16:04:58.736Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2612024-08-05T16:04:59.521Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2622024-08-05T16:04:59.765Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2632024-08-05T16:05:01.311Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642024-08-05T16:05:01.572Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652024-08-05T16:05:01.897Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662024-08-05T16:05:02.934Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672024-08-05T16:05:04.762Z Updating git repository `https://github.com/oxidecomputer/opte`
2682024-08-05T16:05:05.693Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692024-08-05T16:05:06.433Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2702024-08-05T16:05:07.059Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712024-08-05T16:05:07.346Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2722024-08-05T16:05:07.647Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2732024-08-05T16:05:07.949Z Updating git repository `https://github.com/oxidecomputer/tofino`
2742024-08-05T16:05:08.216Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2752024-08-05T16:05:08.445Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2762024-08-05T16:05:08.696Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2772024-08-05T16:05:08.961Z Updating git repository `https://github.com/oxidecomputer/clickward`
2782024-08-05T16:05:09.281Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792024-08-05T16:05:09.675Z Updating git repository `https://github.com/oxidecomputer/ispf`
2802024-08-05T16:05:10.038Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2812024-08-05T16:05:10.295Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822024-08-05T16:05:10.739Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2832024-08-05T16:05:11.029Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2842024-08-05T16:05:11.417Z Updating git repository `https://github.com/oxidecomputer/typify`
2852024-08-05T16:05:13.413Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862024-08-05T16:05:13.700Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872024-08-05T16:05:13.958Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882024-08-05T16:05:14.346Z Updating git repository `https://github.com/oxidecomputer/rfb`
2892024-08-05T16:05:15.334Z Downloading crates ...
2902024-08-05T16:05:15.410Z Downloaded bytecount v0.6.8
2912024-08-05T16:05:15.417Z Downloaded cargo_metadata v0.18.1
2922024-08-05T16:05:15.421Z Downloaded anstyle-parse v0.2.4
2932024-08-05T16:05:15.424Z Downloaded scroll_derive v0.12.0
2942024-08-05T16:05:15.429Z Downloaded is_terminal_polyfill v1.70.0
2952024-08-05T16:05:15.429Z Downloaded equivalent v1.0.1
2962024-08-05T16:05:15.433Z Downloaded usdt-attr-macro v0.5.0
2972024-08-05T16:05:15.433Z Downloaded swrite v0.1.0
2982024-08-05T16:05:15.442Z Downloaded camino v1.1.7
2992024-08-05T16:05:15.451Z Downloaded plain v0.2.3
3002024-08-05T16:05:15.451Z Downloaded memmap v0.7.0
3012024-08-05T16:05:15.451Z Downloaded colorchoice v1.0.1
3022024-08-05T16:05:15.451Z Downloaded fnv v1.0.7
3032024-08-05T16:05:15.454Z Downloaded heck v0.5.0
3042024-08-05T16:05:15.454Z Downloaded generic-array v0.14.7
3052024-08-05T16:05:15.454Z Downloaded crypto-common v0.1.6
3062024-08-05T16:05:15.454Z Downloaded cfg-if v1.0.0
3072024-08-05T16:05:15.454Z Downloaded version_check v0.9.4
3082024-08-05T16:05:15.455Z Downloaded macaddr v1.0.1
3092024-08-05T16:05:15.459Z Downloaded serde_tokenstream v0.2.1
3102024-08-05T16:05:15.462Z Downloaded usdt-macro v0.5.0
3112024-08-05T16:05:15.462Z Downloaded tabled_derive v0.7.0
3122024-08-05T16:05:15.462Z Downloaded thiserror-impl v1.0.63
3132024-08-05T16:05:15.462Z Downloaded heck v0.4.1
3142024-08-05T16:05:15.466Z Downloaded clap_lex v0.7.0
3152024-08-05T16:05:15.466Z Downloaded anstyle-query v1.0.3
3162024-08-05T16:05:15.466Z Downloaded strsim v0.11.1
3172024-08-05T16:05:15.470Z Downloaded dof v0.3.0
3182024-08-05T16:05:15.470Z Downloaded anstream v0.6.14
3192024-08-05T16:05:15.470Z Downloaded dtrace-parser v0.2.0
3202024-08-05T16:05:15.477Z Downloaded pretty-hex v0.4.1
3212024-08-05T16:05:15.484Z Downloaded autocfg v1.3.0
3222024-08-05T16:05:15.484Z Downloaded anyhow v1.0.86
3232024-08-05T16:05:15.489Z Downloaded cpufeatures v0.2.12
3242024-08-05T16:05:15.489Z Downloaded cargo-platform v0.1.8
3252024-08-05T16:05:15.489Z Downloaded byteorder v1.5.0
3262024-08-05T16:05:15.489Z Downloaded block-buffer v0.10.4
3272024-08-05T16:05:15.489Z Downloaded once_cell v1.19.0
3282024-08-05T16:05:15.493Z Downloaded bitflags v2.6.0
3292024-08-05T16:05:15.499Z Downloaded terminal_size v0.3.0
3302024-08-05T16:05:15.499Z Downloaded pest_derive v2.7.10
3312024-08-05T16:05:15.499Z Downloaded itoa v1.0.11
3322024-08-05T16:05:15.503Z Downloaded fs-err v2.11.0
3332024-08-05T16:05:15.503Z Downloaded errno v0.3.9
3342024-08-05T16:05:15.503Z Downloaded digest v0.10.7
3352024-08-05T16:05:15.509Z Downloaded pest_generator v2.7.10
3362024-08-05T16:05:15.509Z Downloaded serde_spanned v0.6.7
3372024-08-05T16:05:15.518Z Downloaded usdt-impl v0.5.0
3382024-08-05T16:05:15.518Z Downloaded thread-id v4.2.1
3392024-08-05T16:05:15.518Z Downloaded proc-macro-error-attr v1.0.4
3402024-08-05T16:05:15.527Z Downloaded utf8parse v0.2.1
3412024-08-05T16:05:15.527Z Downloaded anstyle v1.0.8
3422024-08-05T16:05:15.527Z Downloaded toml_datetime v0.6.8
3432024-08-05T16:05:15.527Z Downloaded usdt v0.5.0
3442024-08-05T16:05:15.527Z Downloaded thiserror v1.0.63
3452024-08-05T16:05:15.527Z Downloaded zerocopy-derive v0.7.34
3462024-08-05T16:05:15.531Z Downloaded proc-macro2 v1.0.86
3472024-08-05T16:05:15.532Z Downloaded toml v0.8.19
3482024-08-05T16:05:15.535Z Downloaded quote v1.0.36
3492024-08-05T16:05:15.539Z Downloaded proc-macro-error v1.0.4
3502024-08-05T16:05:15.539Z Downloaded sha2 v0.10.8
3512024-08-05T16:05:15.545Z Downloaded clap_derive v4.5.13
3522024-08-05T16:05:15.545Z Downloaded cargo_toml v0.20.4
3532024-08-05T16:05:15.549Z Downloaded ryu v1.0.18
3542024-08-05T16:05:15.549Z Downloaded scroll v0.12.0
3552024-08-05T16:05:15.552Z Downloaded clap v4.5.13
3562024-08-05T16:05:15.560Z Downloaded papergrid v0.11.0
3572024-08-05T16:05:15.565Z Downloaded unicode-ident v1.0.12
3582024-08-05T16:05:15.569Z Downloaded typenum v1.17.0
3592024-08-05T16:05:15.569Z Downloaded serde v1.0.204
3602024-08-05T16:05:15.572Z Downloaded ucd-trie v0.1.6
3612024-08-05T16:05:15.577Z Downloaded pest_meta v2.7.10
3622024-08-05T16:05:15.577Z Downloaded log v0.4.21
3632024-08-05T16:05:15.581Z Downloaded semver v1.0.23
3642024-08-05T16:05:15.581Z Downloaded serde_derive v1.0.204
3652024-08-05T16:05:15.585Z Downloaded indexmap v2.2.6
3662024-08-05T16:05:15.597Z Downloaded toml_edit v0.22.20
3672024-08-05T16:05:15.617Z Downloaded memchr v2.7.2
3682024-08-05T16:05:15.625Z Downloaded clap_builder v4.5.13
3692024-08-05T16:05:15.631Z Downloaded hashbrown v0.14.5
3702024-08-05T16:05:15.635Z Downloaded pest v2.7.10
3712024-08-05T16:05:15.641Z Downloaded zerocopy v0.7.34
3722024-08-05T16:05:15.662Z Downloaded winnow v0.6.18
3732024-08-05T16:05:15.670Z Downloaded serde_json v1.0.122
3742024-08-05T16:05:15.682Z Downloaded goblin v0.8.2
3752024-08-05T16:05:15.687Z Downloaded tabled v0.15.0
3762024-08-05T16:05:15.697Z Downloaded syn v2.0.72
3772024-08-05T16:05:15.707Z Downloaded syn v1.0.109
3782024-08-05T16:05:15.717Z Downloaded rustix v0.38.34
3792024-08-05T16:05:15.738Z Downloaded unicode-width v0.1.13
3802024-08-05T16:05:15.745Z Downloaded libc v0.2.155
3812024-08-05T16:05:16.037Z Compiling proc-macro2 v1.0.86
3822024-08-05T16:05:16.037Z Compiling unicode-ident v1.0.12
3832024-08-05T16:05:16.037Z Compiling version_check v0.9.4
3842024-08-05T16:05:16.074Z Compiling serde v1.0.204
3852024-08-05T16:05:16.075Z Compiling thiserror v1.0.63
3862024-08-05T16:05:16.075Z Compiling memchr v2.7.2
3872024-08-05T16:05:16.075Z Compiling libc v0.2.155
3882024-08-05T16:05:16.097Z Compiling ryu v1.0.18
3892024-08-05T16:05:16.288Z Compiling ucd-trie v0.1.6
3902024-08-05T16:05:16.467Z Compiling itoa v1.0.11
3912024-08-05T16:05:16.819Z Compiling once_cell v1.19.0
3922024-08-05T16:05:16.956Z Compiling byteorder v1.5.0
3932024-08-05T16:05:17.270Z Compiling serde_json v1.0.122
3942024-08-05T16:05:18.225Z Compiling proc-macro-error-attr v1.0.4
3952024-08-05T16:05:18.245Z Compiling usdt-impl v0.5.0
3962024-08-05T16:05:18.268Z Compiling syn v1.0.109
3972024-08-05T16:05:18.271Z Compiling rustix v0.38.34
3982024-08-05T16:05:18.331Z Compiling proc-macro-error v1.0.4
3992024-08-05T16:05:18.572Z Compiling bitflags v2.6.0
4002024-08-05T16:05:18.646Z Compiling log v0.4.21
4012024-08-05T16:05:18.688Z Compiling hashbrown v0.14.5
4022024-08-05T16:05:18.976Z Compiling thread-id v4.2.1
4032024-08-05T16:05:19.014Z Compiling plain v0.2.3
4042024-08-05T16:05:19.019Z Compiling utf8parse v0.2.1
4052024-08-05T16:05:19.041Z Compiling equivalent v1.0.1
4062024-08-05T16:05:19.155Z Compiling quote v1.0.36
4072024-08-05T16:05:19.197Z Compiling anstyle-parse v0.2.4
4082024-08-05T16:05:19.218Z Compiling autocfg v1.3.0
4092024-08-05T16:05:19.248Z Compiling semver v1.0.23
4102024-08-05T16:05:19.534Z Compiling syn v2.0.72
4112024-08-05T16:05:19.847Z Compiling errno v0.3.9
4122024-08-05T16:05:19.889Z Compiling camino v1.1.7
4132024-08-05T16:05:19.915Z Compiling colorchoice v1.0.1
4142024-08-05T16:05:20.113Z Compiling indexmap v2.2.6
4152024-08-05T16:05:20.113Z Compiling is_terminal_polyfill v1.70.0
4162024-08-05T16:05:20.229Z Compiling anstyle v1.0.8
4172024-08-05T16:05:20.252Z Compiling anstyle-query v1.0.3
4182024-08-05T16:05:20.394Z Compiling winnow v0.6.18
4192024-08-05T16:05:20.567Z Compiling pretty-hex v0.4.1
4202024-08-05T16:05:20.713Z Compiling anstream v0.6.14
4212024-08-05T16:05:20.850Z Compiling fs-err v2.11.0
4222024-08-05T16:05:21.146Z Compiling terminal_size v0.3.0
4232024-08-05T16:05:21.369Z Compiling heck v0.5.0
4242024-08-05T16:05:21.448Z Compiling unicode-width v0.1.13
4252024-08-05T16:05:21.474Z Compiling heck v0.4.1
4262024-08-05T16:05:21.499Z Compiling anyhow v1.0.86
4272024-08-05T16:05:21.606Z Compiling clap_lex v0.7.0
4282024-08-05T16:05:21.695Z Compiling bytecount v0.6.8
4292024-08-05T16:05:21.889Z Compiling fnv v1.0.7
4302024-08-05T16:05:21.913Z Compiling strsim v0.11.1
4312024-08-05T16:05:22.017Z Compiling papergrid v0.11.0
4322024-08-05T16:05:22.112Z Compiling memmap v0.7.0
4332024-08-05T16:05:22.296Z Compiling clap_builder v4.5.13
4342024-08-05T16:05:22.871Z Compiling swrite v0.1.0
4352024-08-05T16:05:24.678Z Compiling tabled_derive v0.7.0
4362024-08-05T16:05:26.114Z Compiling tabled v0.15.0
4372024-08-05T16:05:28.108Z Compiling serde_derive v1.0.204
4382024-08-05T16:05:28.108Z Compiling thiserror-impl v1.0.63
4392024-08-05T16:05:28.110Z Compiling zerocopy-derive v0.7.34
4402024-08-05T16:05:28.110Z Compiling scroll_derive v0.12.0
4412024-08-05T16:05:28.110Z Compiling clap_derive v4.5.13
4422024-08-05T16:05:29.219Z Compiling scroll v0.12.0
4432024-08-05T16:05:29.796Z Compiling goblin v0.8.2
4442024-08-05T16:05:30.075Z Compiling zerocopy v0.7.34
4452024-08-05T16:05:30.640Z Compiling pest v2.7.10
4462024-08-05T16:05:32.143Z Compiling clap v4.5.13
4472024-08-05T16:05:32.879Z Compiling pest_meta v2.7.10
4482024-08-05T16:05:33.669Z Compiling pest_generator v2.7.10
4492024-08-05T16:05:35.572Z Compiling pest_derive v2.7.10
4502024-08-05T16:05:36.206Z Compiling dtrace-parser v0.2.0
4512024-08-05T16:05:38.223Z Compiling toml_datetime v0.6.8
4522024-08-05T16:05:38.223Z Compiling serde_spanned v0.6.7
4532024-08-05T16:05:38.225Z Compiling cargo-platform v0.1.8
4542024-08-05T16:05:38.609Z Compiling serde_tokenstream v0.2.1
4552024-08-05T16:05:38.664Z Compiling toml_edit v0.22.20
4562024-08-05T16:05:38.838Z Compiling macaddr v1.0.1
4572024-08-05T16:05:39.601Z Compiling dof v0.3.0
4582024-08-05T16:05:39.601Z Compiling cargo_metadata v0.18.1
4592024-08-05T16:05:41.524Z Compiling toml v0.8.19
4602024-08-05T16:05:41.653Z Compiling usdt-macro v0.5.0
4612024-08-05T16:05:41.656Z Compiling usdt-attr-macro v0.5.0
4622024-08-05T16:05:42.356Z Compiling cargo_toml v0.20.4
4632024-08-05T16:05:42.969Z Compiling usdt v0.5.0
4642024-08-05T16:05:46.062Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-08-05T16:05:49.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.58s
4662024-08-05T16:05:50.054Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-08-05T16:05:50.578Z Downloading crates ...
4682024-08-05T16:05:50.700Z Downloaded assert_matches v1.5.0
4692024-08-05T16:05:50.709Z Downloaded atomicwrites v0.4.3
4702024-08-05T16:05:50.713Z Downloaded is-terminal v0.4.12
4712024-08-05T16:05:50.716Z Downloaded impl-trait-for-tuples v0.2.2
4722024-08-05T16:05:50.720Z Downloaded indexmap v1.9.3
4732024-08-05T16:05:50.725Z Downloaded cfg_aliases v0.1.1
4742024-08-05T16:05:50.728Z Downloaded openssl-probe v0.1.5
4752024-08-05T16:05:50.728Z Downloaded number_prefix v0.4.0
4762024-08-05T16:05:50.728Z Downloaded normalize-line-endings v0.3.0
4772024-08-05T16:05:50.733Z Downloaded num_threads v0.1.7
4782024-08-05T16:05:50.733Z Downloaded newtype_derive v0.1.6
4792024-08-05T16:05:50.733Z Downloaded atty v0.2.14
4802024-08-05T16:05:50.737Z Downloaded parse-size v1.0.0
4812024-08-05T16:05:50.737Z Downloaded nodrop v0.1.14
4822024-08-05T16:05:50.737Z Downloaded inout v0.1.3
4832024-08-05T16:05:50.737Z Downloaded crucible-workspace-hack v0.1.0
4842024-08-05T16:05:50.737Z Downloaded indoc v1.0.9
4852024-08-05T16:05:50.740Z Downloaded matches v0.1.10
4862024-08-05T16:05:50.740Z Downloaded mime v0.3.17
4872024-08-05T16:05:50.743Z Downloaded oso-derive v0.27.3
4882024-08-05T16:05:50.743Z Downloaded darling_macro v0.20.9
4892024-08-05T16:05:50.743Z Downloaded lru-cache v0.1.2
4902024-08-05T16:05:50.745Z Downloaded linked-hash-map v0.5.6
4912024-08-05T16:05:50.746Z Downloaded libefi-sys v0.1.0
4922024-08-05T16:05:50.748Z Downloaded async-stream v0.3.5
4932024-08-05T16:05:50.748Z Downloaded num_enum v0.5.11
4942024-08-05T16:05:50.754Z Downloaded multimap v0.10.0
4952024-08-05T16:05:50.757Z Downloaded num v0.4.3
4962024-08-05T16:05:50.757Z Downloaded base16ct v0.2.0
4972024-08-05T16:05:50.760Z Downloaded ipnet v2.9.0
4982024-08-05T16:05:50.760Z Downloaded array-init v0.0.4
4992024-08-05T16:05:50.763Z Downloaded is_ci v1.2.0
5002024-08-05T16:05:50.763Z Downloaded constant_time_eq v0.3.0
5012024-08-05T16:05:50.763Z Downloaded bit-vec v0.6.3
5022024-08-05T16:05:50.769Z Downloaded paste v1.0.15
5032024-08-05T16:05:50.772Z Downloaded atomic-waker v1.1.2
5042024-08-05T16:05:50.772Z Downloaded signal-hook-tokio v0.3.1
5052024-08-05T16:05:50.772Z Downloaded num-complex v0.4.6
5062024-08-05T16:05:50.775Z Downloaded crc v3.2.1
5072024-08-05T16:05:50.777Z Downloaded parking_lot_core v0.8.6
5082024-08-05T16:05:50.780Z Downloaded block-padding v0.3.3
5092024-08-05T16:05:50.780Z Downloaded bitflags v1.3.2
5102024-08-05T16:05:50.783Z Downloaded ciborium-ll v0.2.2
5112024-08-05T16:05:50.787Z Downloaded num-conv v0.1.0
5122024-08-05T16:05:50.787Z Downloaded colored v2.1.0
5132024-08-05T16:05:50.790Z Downloaded bitfield v0.14.0
5142024-08-05T16:05:50.790Z Downloaded parking_lot v0.11.2
5152024-08-05T16:05:50.793Z Downloaded opaque-debug v0.3.1
5162024-08-05T16:05:50.793Z Downloaded defmt-parser v0.3.4
5172024-08-05T16:05:50.796Z Downloaded openssl-macros v0.1.1
5182024-08-05T16:05:50.796Z Downloaded base64ct v1.6.0
5192024-08-05T16:05:50.800Z Downloaded async-trait v0.1.81
5202024-08-05T16:05:50.803Z Downloaded olpc-cjson v0.1.3
5212024-08-05T16:05:50.803Z Downloaded strum v0.26.3
5222024-08-05T16:05:50.806Z Downloaded bitstruct v0.1.1
5232024-08-05T16:05:50.806Z Downloaded lazycell v1.3.0
5242024-08-05T16:05:50.806Z Downloaded lalrpop-util v0.19.12
5252024-08-05T16:05:50.809Z Downloaded newtype-uuid v1.1.0
5262024-08-05T16:05:50.809Z Downloaded cstr-argument v0.1.2
5272024-08-05T16:05:50.809Z Downloaded omicron-zone-package v0.11.0
5282024-08-05T16:05:50.812Z Downloaded num-traits v0.2.19
5292024-08-05T16:05:50.815Z Downloaded crunchy v0.2.2
5302024-08-05T16:05:50.817Z Downloaded tower-service v0.3.2
5312024-08-05T16:05:50.817Z Downloaded console v0.15.8
5322024-08-05T16:05:50.821Z Downloaded const_format_proc_macros v0.2.32
5332024-08-05T16:05:50.825Z Downloaded ciborium v0.2.2
5342024-08-05T16:05:50.828Z Downloaded slab v0.4.9
5352024-08-05T16:05:50.828Z Downloaded num-derive v0.4.2
5362024-08-05T16:05:50.828Z Downloaded argon2 v0.5.3
5372024-08-05T16:05:50.832Z Downloaded maybe-uninit v2.0.0
5382024-08-05T16:05:50.836Z Downloaded nibble_vec v0.1.0
5392024-08-05T16:05:50.836Z Downloaded nanorand v0.7.0
5402024-08-05T16:05:50.839Z Downloaded structmeta-derive v0.3.0
5412024-08-05T16:05:50.839Z Downloaded num_cpus v1.16.0
5422024-08-05T16:05:50.843Z Downloaded managed v0.8.0
5432024-08-05T16:05:50.843Z Downloaded arrayvec v0.7.4
5442024-08-05T16:05:50.847Z Downloaded lru v0.12.3
5452024-08-05T16:05:50.847Z Downloaded debug-ignore v1.0.5
5462024-08-05T16:05:50.850Z Downloaded ident_case v1.0.1
5472024-08-05T16:05:50.850Z Downloaded darling v0.20.9
5482024-08-05T16:05:50.853Z Downloaded cancel-safe-futures v0.1.5
5492024-08-05T16:05:50.856Z Downloaded tabwriter v1.4.0
5502024-08-05T16:05:50.856Z Downloaded cipher v0.4.4
5512024-08-05T16:05:50.859Z Downloaded convert_case v0.4.0
5522024-08-05T16:05:50.859Z Downloaded cexpr v0.6.0
5532024-08-05T16:05:50.862Z Downloaded cassowary v0.3.0
5542024-08-05T16:05:50.865Z Downloaded thiserror-no-std v2.0.2
5552024-08-05T16:05:50.870Z Downloaded tls_codec v0.4.1
5562024-08-05T16:05:50.873Z Downloaded universal-hash v0.5.1
5572024-08-05T16:05:50.873Z Downloaded unicode-xid v0.2.4
5582024-08-05T16:05:50.873Z Downloaded unicode-truncate v1.0.0
5592024-08-05T16:05:50.873Z Downloaded deranged v0.3.11
5602024-08-05T16:05:50.876Z Downloaded lock_api v0.4.12
5612024-08-05T16:05:50.876Z Downloaded crossbeam-epoch v0.9.18
5622024-08-05T16:05:50.879Z Downloaded fallible-iterator v0.2.0
5632024-08-05T16:05:50.882Z Downloaded miniz_oxide v0.7.2
5642024-08-05T16:05:50.885Z Downloaded defmt-macros v0.3.9
5652024-08-05T16:05:50.888Z Downloaded shell-words v1.1.0
5662024-08-05T16:05:50.888Z Downloaded num-rational v0.4.2
5672024-08-05T16:05:50.888Z Downloaded mime_guess v2.0.4
5682024-08-05T16:05:50.891Z Downloaded owo-colors v4.0.0
5692024-08-05T16:05:50.894Z Downloaded termtree v0.4.1
5702024-08-05T16:05:50.894Z Downloaded group v0.13.0
5712024-08-05T16:05:50.897Z Downloaded funty v2.0.0
5722024-08-05T16:05:50.897Z Downloaded slog-stdlog v4.1.1
5732024-08-05T16:05:50.900Z Downloaded phf_shared v0.11.2
5742024-08-05T16:05:50.900Z Downloaded parking_lot_core v0.9.10
5752024-08-05T16:05:50.904Z Downloaded cookie v0.18.1
5762024-08-05T16:05:50.912Z Downloaded blake2 v0.10.6
5772024-08-05T16:05:50.912Z Downloaded thiserror-impl-no-std v2.0.2
5782024-08-05T16:05:50.912Z Downloaded termcolor v1.4.1
5792024-08-05T16:05:50.912Z Downloaded arc-swap v1.7.1
5802024-08-05T16:05:50.916Z Downloaded password-hash v0.5.0
5812024-08-05T16:05:50.920Z Downloaded tokio-rustls v0.24.1
5822024-08-05T16:05:50.920Z Downloaded clang-sys v1.7.0
5832024-08-05T16:05:50.924Z Downloaded want v0.3.1
5842024-08-05T16:05:50.924Z Downloaded fxhash v0.2.1
5852024-08-05T16:05:50.924Z Downloaded erased-serde v0.3.31
5862024-08-05T16:05:50.927Z Downloaded form_urlencoded v1.2.1
5872024-08-05T16:05:50.927Z Downloaded der_derive v0.7.2
5882024-08-05T16:05:50.927Z Downloaded semver v0.1.20
5892024-08-05T16:05:50.930Z Downloaded fragile v2.0.0
5902024-08-05T16:05:50.934Z Downloaded ref-cast-impl v1.0.23
5912024-08-05T16:05:50.934Z Downloaded hyper-tls v0.5.0
5922024-08-05T16:05:50.938Z Downloaded hyper-staticfile v0.9.5
5932024-08-05T16:05:50.938Z Downloaded hubpack v0.1.2
5942024-08-05T16:05:50.942Z Downloaded foreign-types v0.3.2
5952024-08-05T16:05:50.942Z Downloaded parking_lot v0.12.2
5962024-08-05T16:05:50.942Z Downloaded phf_shared v0.10.0
5972024-08-05T16:05:50.945Z Downloaded crc32fast v1.4.0
5982024-08-05T16:05:50.945Z Downloaded cookie v0.17.0
5992024-08-05T16:05:50.948Z Downloaded subtle v2.5.0
6002024-08-05T16:05:50.948Z Downloaded rustc-hash v1.1.0
6012024-08-05T16:05:50.951Z Downloaded ref-cast v1.0.23
6022024-08-05T16:05:50.953Z Downloaded csv-core v0.1.11
6032024-08-05T16:05:50.953Z Downloaded pin-project-internal v1.1.5
6042024-08-05T16:05:50.956Z Downloaded num-bigint v0.4.5
6052024-08-05T16:05:50.960Z Downloaded chacha20poly1305 v0.10.1
6062024-08-05T16:05:50.963Z Downloaded toml v0.5.11
6072024-08-05T16:05:50.965Z Downloaded scopeguard v1.2.0
6082024-08-05T16:05:50.968Z Downloaded peg-runtime v0.8.3
6092024-08-05T16:05:50.968Z Downloaded derive_builder v0.20.0
6102024-08-05T16:05:50.971Z Downloaded sec1 v0.7.3
6112024-08-05T16:05:50.974Z Downloaded foreign-types-shared v0.1.1
6122024-08-05T16:05:50.974Z Downloaded enum-as-inner v0.5.1
6132024-08-05T16:05:50.978Z Downloaded dyn-clone v1.0.17
6142024-08-05T16:05:50.981Z Downloaded which v4.4.2
6152024-08-05T16:05:50.981Z Downloaded gethostname v0.5.0
6162024-08-05T16:05:50.981Z Downloaded derive-where v1.2.7
6172024-08-05T16:05:50.984Z Downloaded diesel_table_macro_syntax v0.1.0
6182024-08-05T16:05:50.987Z Downloaded tokio-macros v2.3.0
6192024-08-05T16:05:50.987Z Downloaded tui-tree-widget v0.21.0
6202024-08-05T16:05:50.989Z Downloaded smawk v0.3.2
6212024-08-05T16:05:50.990Z Downloaded secrecy v0.8.0
6222024-08-05T16:05:50.992Z Downloaded uzers v0.11.3
6232024-08-05T16:05:50.995Z Downloaded openssl-sys v0.9.103
6242024-08-05T16:05:50.998Z Downloaded headers-core v0.2.0
6252024-08-05T16:05:51.003Z Downloaded phf v0.11.2
6262024-08-05T16:05:51.003Z Downloaded postgres-protocol v0.6.7
6272024-08-05T16:05:51.006Z Downloaded half v2.4.1
6282024-08-05T16:05:51.006Z Downloaded derive_builder_macro v0.20.0
6292024-08-05T16:05:51.009Z Downloaded pin-project v1.1.5
6302024-08-05T16:05:51.017Z Downloaded serde_arrays v0.1.0
6312024-08-05T16:05:51.020Z Downloaded sha1 v0.10.6
6322024-08-05T16:05:51.022Z Downloaded spki v0.7.3
6332024-08-05T16:05:51.023Z Downloaded rustc-demangle v0.1.24
6342024-08-05T16:05:51.027Z Downloaded walkdir v2.5.0
6352024-08-05T16:05:51.032Z Downloaded utf-8 v0.7.6
6362024-08-05T16:05:51.032Z Downloaded try-lock v0.2.5
6372024-08-05T16:05:51.032Z Downloaded rand_seeder v0.2.3
6382024-08-05T16:05:51.033Z Downloaded allocator-api2 v0.2.18
6392024-08-05T16:05:51.036Z Downloaded env_logger v0.10.2
6402024-08-05T16:05:51.039Z Downloaded precomputed-hash v0.1.1
6412024-08-05T16:05:51.039Z Downloaded base64 v0.21.7
6422024-08-05T16:05:51.042Z Downloaded futures-channel v0.3.30
6432024-08-05T16:05:51.044Z Downloaded vte_generate_state_changes v0.1.1
6442024-08-05T16:05:51.044Z Downloaded snafu-derive v0.8.2
6452024-08-05T16:05:51.047Z Downloaded rustversion v1.0.17
6462024-08-05T16:05:51.051Z Downloaded display-error-chain v0.2.0
6472024-08-05T16:05:51.051Z Downloaded futures-macro v0.3.30
6482024-08-05T16:05:51.055Z Downloaded tokio-native-tls v0.3.1
6492024-08-05T16:05:51.055Z Downloaded structmeta-derive v0.2.0
6502024-08-05T16:05:51.055Z Downloaded toml v0.7.8
6512024-08-05T16:05:51.058Z Downloaded tungstenite v0.21.0
6522024-08-05T16:05:51.061Z Downloaded snafu v0.8.2
6532024-08-05T16:05:51.068Z Downloaded psl-types v2.0.11
6542024-08-05T16:05:51.071Z Downloaded hubpack_derive v0.1.1
6552024-08-05T16:05:51.071Z Downloaded rustfmt-wrapper v0.2.1
6562024-08-05T16:05:51.071Z Downloaded spin v0.9.8
6572024-08-05T16:05:51.075Z Downloaded foreign-types-macros v0.2.3
6582024-08-05T16:05:51.075Z Downloaded rpassword v7.3.1
6592024-08-05T16:05:51.078Z Downloaded predicates v3.1.2
6602024-08-05T16:05:51.078Z Downloaded zeroize v1.7.0
6612024-08-05T16:05:51.081Z Downloaded darling_core v0.20.9
6622024-08-05T16:05:51.084Z Downloaded signal-hook-registry v1.4.2
6632024-08-05T16:05:51.087Z Downloaded strum_macros v0.25.3
6642024-08-05T16:05:51.087Z Downloaded signature v2.2.0
6652024-08-05T16:05:51.090Z Downloaded hyper-rustls v0.24.2
6662024-08-05T16:05:51.093Z Downloaded sct v0.7.1
6672024-08-05T16:05:51.098Z Downloaded futures v0.3.30
6682024-08-05T16:05:51.102Z Downloaded flume v0.11.0
6692024-08-05T16:05:51.108Z Downloaded futures-task v0.3.30
6702024-08-05T16:05:51.113Z Downloaded signal-hook-mio v0.2.3
6712024-08-05T16:05:51.113Z Downloaded serde_repr v0.1.19
6722024-08-05T16:05:51.113Z Downloaded path-slash v0.1.5
6732024-08-05T16:05:51.113Z Downloaded pretty-hex v0.2.1
6742024-08-05T16:05:51.120Z Downloaded float-ord v0.3.2
6752024-08-05T16:05:51.123Z Downloaded slog-scope v4.4.0
6762024-08-05T16:05:51.126Z Downloaded subprocess v0.2.9
6772024-08-05T16:05:51.126Z Downloaded tempfile v3.10.1
6782024-08-05T16:05:51.129Z Downloaded publicsuffix v2.2.3
6792024-08-05T16:05:51.132Z Downloaded endian-type v0.1.2
6802024-08-05T16:05:51.134Z Downloaded const_format v0.2.32
6812024-08-05T16:05:51.138Z Downloaded diff v0.1.13
6822024-08-05T16:05:51.140Z Downloaded derive_more v0.99.18
6832024-08-05T16:05:51.145Z Downloaded humantime v2.1.0
6842024-08-05T16:05:51.148Z Downloaded hmac v0.12.1
6852024-08-05T16:05:51.150Z Downloaded http-range v0.1.5
6862024-08-05T16:05:51.150Z Downloaded downcast v0.11.0
6872024-08-05T16:05:51.153Z Downloaded toolchain_find v0.4.0
6882024-08-05T16:05:51.153Z Downloaded mio v0.8.11
6892024-08-05T16:05:51.158Z Downloaded futures-sink v0.3.30
6902024-08-05T16:05:51.161Z Downloaded proc-macro-crate v1.3.1
6912024-08-05T16:05:51.161Z Downloaded derive_builder_core v0.20.0
6922024-08-05T16:05:51.163Z Downloaded itertools v0.12.1
6932024-08-05T16:05:51.169Z Downloaded take_mut v0.2.2
6942024-08-05T16:05:51.172Z Downloaded foreign-types v0.5.0
6952024-08-05T16:05:51.172Z Downloaded unicode_categories v0.1.1
6962024-08-05T16:05:51.175Z Downloaded unicase v2.7.0
6972024-08-05T16:05:51.175Z Downloaded foreign-types-shared v0.3.1
6982024-08-05T16:05:51.179Z Downloaded tap v1.0.1
6992024-08-05T16:05:51.179Z Downloaded unarray v0.1.4
7002024-08-05T16:05:51.179Z Downloaded static_assertions v1.1.0
7012024-08-05T16:05:51.182Z Downloaded predicates-tree v1.0.9
7022024-08-05T16:05:51.182Z Downloaded predicates-core v1.0.6
7032024-08-05T16:05:51.182Z Downloaded float-cmp v0.9.0
7042024-08-05T16:05:51.185Z Downloaded tokio-stream v0.1.15
7052024-08-05T16:05:51.188Z Downloaded stable_deref_trait v1.2.0
7062024-08-05T16:05:51.188Z Downloaded tungstenite v0.20.1
7072024-08-05T16:05:51.191Z Downloaded tracing-attributes v0.1.27
7082024-08-05T16:05:51.194Z Downloaded vsss-rs v3.3.4
7092024-08-05T16:05:51.197Z Downloaded getrandom v0.2.14
7102024-08-05T16:05:51.199Z Downloaded portpicker v0.1.1
7112024-08-05T16:05:51.202Z Downloaded nom v7.1.3
7122024-08-05T16:05:51.205Z Downloaded itertools v0.10.5
7132024-08-05T16:05:51.212Z Downloaded strip-ansi-escapes v0.2.0
7142024-08-05T16:05:51.215Z Downloaded serde_plain v1.0.2
7152024-08-05T16:05:51.215Z Downloaded rand_chacha v0.3.1
7162024-08-05T16:05:51.218Z Downloaded waitgroup v0.1.2
7172024-08-05T16:05:51.218Z Downloaded futures-io v0.3.30
7182024-08-05T16:05:51.218Z Downloaded sqlparser_derive v0.2.2
7192024-08-05T16:05:51.221Z Downloaded futures-executor v0.3.30
7202024-08-05T16:05:51.221Z Downloaded hex v0.4.3
7212024-08-05T16:05:51.225Z Downloaded typed-path v0.7.1
7222024-08-05T16:05:51.227Z Downloaded tough v0.17.1
7232024-08-05T16:05:51.235Z Downloaded url v2.5.2
7242024-08-05T16:05:51.238Z Downloaded time-core v0.1.2
7252024-08-05T16:05:51.241Z Downloaded hash32 v0.3.1
7262024-08-05T16:05:51.241Z Downloaded filetime v0.2.23
7272024-08-05T16:05:51.244Z Downloaded tracing-core v0.1.32
7282024-08-05T16:05:51.247Z Downloaded slog-json v2.6.1
7292024-08-05T16:05:51.247Z Downloaded slog-async v2.8.0
7302024-08-05T16:05:51.250Z Downloaded steno v0.4.1
7312024-08-05T16:05:51.253Z Downloaded tiny-keccak v2.0.2
7322024-08-05T16:05:51.255Z Downloaded rustc_version v0.1.7
7332024-08-05T16:05:51.256Z Downloaded heapless v0.7.17
7342024-08-05T16:05:51.259Z Downloaded rand v0.8.5
7352024-08-05T16:05:51.262Z Downloaded zone_cfg_derive v0.1.2
7362024-08-05T16:05:51.265Z Downloaded untrusted v0.7.1
7372024-08-05T16:05:51.265Z Downloaded supports-color v3.0.0
7382024-08-05T16:05:51.268Z Downloaded highway v1.1.0
7392024-08-05T16:05:51.268Z Downloaded whoami v1.5.1
7402024-08-05T16:05:51.270Z Downloaded tinyvec v1.6.0
7412024-08-05T16:05:51.273Z Downloaded untrusted v0.9.0
7422024-08-05T16:05:51.276Z Downloaded pkg-config v0.3.30
7432024-08-05T16:05:51.276Z Downloaded embedded-io v0.4.0
7442024-08-05T16:05:51.279Z Downloaded serde_path_to_error v0.1.16
7452024-08-05T16:05:51.279Z Downloaded unicode-linebreak v0.1.5
7462024-08-05T16:05:51.286Z Downloaded smallvec v0.6.14
7472024-08-05T16:05:51.286Z Downloaded postcard v1.0.8
7482024-08-05T16:05:51.288Z Downloaded slog-term v2.9.1
7492024-08-05T16:05:51.289Z Downloaded trust-dns-resolver v0.22.0
7502024-08-05T16:05:51.291Z Downloaded hash32 v0.2.1
7512024-08-05T16:05:51.291Z Downloaded getopts v0.2.21
7522024-08-05T16:05:51.294Z Downloaded rustls-pki-types v1.7.0
7532024-08-05T16:05:51.297Z Downloaded schemars v0.8.21
7542024-08-05T16:05:51.306Z Downloaded regex-automata v0.1.10
7552024-08-05T16:05:51.310Z Downloaded resolv-conf v0.7.0
7562024-08-05T16:05:51.313Z Downloaded heck v0.3.3
7572024-08-05T16:05:51.316Z Downloaded dirs-next v2.0.0
7582024-08-05T16:05:51.316Z Downloaded zeroize_derive v1.4.2
7592024-08-05T16:05:51.316Z Downloaded wyz v0.5.1
7602024-08-05T16:05:51.319Z Downloaded zone v0.1.8
7612024-08-05T16:05:51.319Z Downloaded crossterm v0.27.0
7622024-08-05T16:05:51.323Z Downloaded rtoolbox v0.0.2
7632024-08-05T16:05:51.326Z Downloaded ron v0.7.1
7642024-08-05T16:05:51.329Z Downloaded fastrand v2.1.0
7652024-08-05T16:05:51.332Z Downloaded httpdate v1.0.3
7662024-08-05T16:05:51.332Z Downloaded hostname v0.4.0
7672024-08-05T16:05:51.335Z Downloaded serde_derive_internals v0.29.1
7682024-08-05T16:05:51.335Z Downloaded serde_with v3.8.3
7692024-08-05T16:05:51.343Z Downloaded pkcs1 v0.7.5
7702024-08-05T16:05:51.345Z Downloaded rayon-core v1.12.1
7712024-08-05T16:05:51.348Z Downloaded signal-hook v0.3.17
7722024-08-05T16:05:51.351Z Downloaded unicode-normalization v0.1.23
7732024-08-05T16:05:51.354Z Downloaded unsafe-libyaml v0.2.11
7742024-08-05T16:05:51.357Z Downloaded tokio-rustls v0.25.0
7752024-08-05T16:05:51.360Z Downloaded trust-dns-client v0.22.0
7762024-08-05T16:05:51.365Z Downloaded samael v0.0.15
7772024-08-05T16:05:51.369Z Downloaded socket2 v0.4.10
7782024-08-05T16:05:51.372Z Downloaded fatfs v0.3.6
7792024-08-05T16:05:51.375Z Downloaded h2 v0.3.26
7802024-08-05T16:05:51.380Z Downloaded similar v2.5.0
7812024-08-05T16:05:51.385Z Downloaded prettyplease v0.2.20
7822024-08-05T16:05:51.388Z Downloaded rustls-webpki v0.101.7
7832024-08-05T16:05:51.401Z Downloaded x509-cert v0.2.5
7842024-08-05T16:05:51.406Z Downloaded textwrap v0.16.1
7852024-08-05T16:05:51.410Z Downloaded http v0.2.12
7862024-08-05T16:05:51.413Z Downloaded time v0.3.36
7872024-08-05T16:05:51.420Z Downloaded hashbrown v0.12.3
7882024-08-05T16:05:51.423Z Downloaded zip v0.6.6
7892024-08-05T16:05:51.427Z Downloaded winnow v0.5.40
7902024-08-05T16:05:51.435Z Downloaded flate2 v1.0.31
7912024-08-05T16:05:51.440Z Downloaded unicode-bidi v0.3.15
7922024-08-05T16:05:51.443Z Downloaded tokio-util v0.7.11
7932024-08-05T16:05:51.449Z Downloaded openssl v0.10.66
7942024-08-05T16:05:51.458Z Downloaded ron v0.8.1
7952024-08-05T16:05:51.464Z Downloaded hashbrown v0.13.2
7962024-08-05T16:05:51.467Z Downloaded quick-xml v0.31.0
7972024-08-05T16:05:51.473Z Downloaded reedline v0.31.0
7982024-08-05T16:05:51.481Z Downloaded heapless v0.8.0
7992024-08-05T16:05:51.484Z Downloaded object v0.32.2
8002024-08-05T16:05:51.495Z Downloaded object v0.30.4
8012024-08-05T16:05:51.503Z Downloaded rayon v1.10.0
8022024-08-05T16:05:51.512Z Downloaded rsa v0.9.6
8032024-08-05T16:05:51.517Z Downloaded webpki-roots v0.25.4
8042024-08-05T16:05:51.521Z Downloaded regex v1.10.5
8052024-08-05T16:05:51.533Z Downloaded vcpkg v0.2.15
8062024-08-05T16:05:51.570Z Downloaded rustyline v14.0.0
8072024-08-05T16:05:51.576Z Downloaded chrono v0.4.38
8082024-08-05T16:05:51.582Z Downloaded bitvec v1.0.1
8092024-08-05T16:05:51.596Z Downloaded idna v0.5.0
8102024-08-05T16:05:51.602Z Downloaded portable-atomic v1.6.0
8112024-08-05T16:05:51.607Z Downloaded diesel v2.1.6
8122024-08-05T16:05:51.624Z Downloaded idna v0.3.0
8132024-08-05T16:05:51.630Z Downloaded regress v0.9.1
8142024-08-05T16:05:51.639Z Downloaded regex-syntax v0.8.3
8152024-08-05T16:05:51.647Z Downloaded proptest v1.4.0
8162024-08-05T16:05:51.656Z Downloaded radix_trie v0.2.1
8172024-08-05T16:05:51.661Z Downloaded hkdf v0.12.4
8182024-08-05T16:05:51.663Z Downloaded gimli v0.28.1
8192024-08-05T16:05:51.670Z Downloaded rustls v0.22.4
8202024-08-05T16:05:51.683Z Downloaded reqwest v0.11.27
8212024-08-05T16:05:51.690Z Downloaded sqlparser v0.45.0
8222024-08-05T16:05:51.696Z Downloaded curve25519-dalek v4.1.3
8232024-08-05T16:05:51.704Z Downloaded hyper v0.14.30
8242024-08-05T16:05:51.712Z Downloaded trust-dns-proto v0.22.0
8252024-08-05T16:05:51.724Z Downloaded petgraph v0.6.5
8262024-08-05T16:05:51.742Z Downloaded rustls v0.21.12
8272024-08-05T16:05:51.753Z Downloaded sha3 v0.10.8
8282024-08-05T16:05:51.759Z Downloaded regex-syntax v0.6.29
8292024-08-05T16:05:51.765Z Downloaded bstr v0.2.17
8302024-08-05T16:05:51.774Z Downloaded smoltcp v0.11.0
8312024-08-05T16:05:51.786Z Downloaded polar-core v0.27.3
8322024-08-05T16:05:51.795Z Downloaded idna v0.2.3
8332024-08-05T16:05:51.802Z Downloaded bstr v1.9.1
8342024-08-05T16:05:51.814Z Downloaded encoding_rs v0.8.34
8352024-08-05T16:05:51.833Z Downloaded openapiv3 v2.0.0
8362024-08-05T16:05:51.846Z Downloaded nix v0.28.0
8372024-08-05T16:05:51.857Z Downloaded bindgen v0.69.4
8382024-08-05T16:05:51.864Z Downloaded sled v0.34.7
8392024-08-05T16:05:51.874Z Downloaded smoltcp v0.9.1
8402024-08-05T16:05:51.884Z Downloaded nix v0.27.1
8412024-08-05T16:05:51.895Z Downloaded ratatui v0.27.0
8422024-08-05T16:05:51.913Z Downloaded aho-corasick v1.1.3
8432024-08-05T16:05:51.919Z Downloaded zerocopy-derive v0.6.6
8442024-08-05T16:05:51.929Z Downloaded futures-util v0.3.30
8452024-08-05T16:05:51.942Z Downloaded bzip2-sys v0.1.11+1.0.8
8462024-08-05T16:05:51.954Z Downloaded regex-automata v0.4.6
8472024-08-05T16:05:51.971Z Downloaded http v1.1.0
8482024-08-05T16:05:51.975Z Downloaded finl_unicode v1.2.0
8492024-08-05T16:05:51.990Z Downloaded blake3 v1.5.1
8502024-08-05T16:05:51.997Z Downloaded tokio v1.38.1
8512024-08-05T16:05:52.031Z Downloaded csv v1.3.0
8522024-08-05T16:05:52.052Z Downloaded rustls-webpki v0.102.4
8532024-08-05T16:05:52.068Z Downloaded socket2 v0.5.7
8542024-08-05T16:05:52.072Z Downloaded lalrpop v0.19.12
8552024-08-05T16:05:52.080Z Downloaded tokio-tungstenite v0.20.1
8562024-08-05T16:05:52.083Z Downloaded trust-dns-server v0.22.1
8572024-08-05T16:05:52.087Z Downloaded ring v0.16.20
8582024-08-05T16:05:52.168Z Downloaded time-macros v0.2.18
8592024-08-05T16:05:52.171Z Downloaded thread_local v1.1.8
8602024-08-05T16:05:52.173Z Downloaded zerocopy v0.6.6
8612024-08-05T16:05:52.173Z Downloaded itertools v0.13.0
8622024-08-05T16:05:52.180Z Downloaded httparse v1.8.0
8632024-08-05T16:05:52.182Z Downloaded uuid v1.10.0
8642024-08-05T16:05:52.185Z Downloaded shlex v1.3.0
8652024-08-05T16:05:52.185Z Downloaded diesel_derives v2.1.4
8662024-08-05T16:05:52.189Z Downloaded num-bigint-dig v0.8.4
8672024-08-05T16:05:52.194Z Downloaded radium v0.7.0
8682024-08-05T16:05:52.197Z Downloaded tokio-tungstenite v0.21.0
8692024-08-05T16:05:52.200Z Downloaded expectorate v1.1.0
8702024-08-05T16:05:52.200Z Downloaded futures-core v0.3.30
8712024-08-05T16:05:52.202Z Downloaded strum_macros v0.26.4
8722024-08-05T16:05:52.203Z Downloaded termios v0.3.3
8732024-08-05T16:05:52.205Z Downloaded rcgen v0.12.1
8742024-08-05T16:05:52.208Z Downloaded libxml v0.3.3
8752024-08-05T16:05:52.211Z Downloaded sync_wrapper v0.1.2
8762024-08-05T16:05:52.214Z Downloaded slog-dtrace v0.3.0
8772024-08-05T16:05:52.214Z Downloaded serde-hex v0.1.0
8782024-08-05T16:05:52.218Z Downloaded scheduled-thread-pool v0.2.7
8792024-08-05T16:05:52.218Z Downloaded peg v0.8.4
8802024-08-05T16:05:52.221Z Downloaded http-body v0.4.6
8812024-08-05T16:05:52.221Z Downloaded tokio-postgres v0.7.11
8822024-08-05T16:05:52.225Z Downloaded serde_yaml v0.9.34+deprecated
8832024-08-05T16:05:52.228Z Downloaded slog-envlogger v2.2.0
8842024-08-05T16:05:52.231Z Downloaded ppv-lite86 v0.2.17
8852024-08-05T16:05:52.231Z Downloaded headers v0.3.9
8862024-08-05T16:05:52.235Z Downloaded toml_edit v0.19.15
8872024-08-05T16:05:52.251Z Downloaded pin-utils v0.1.0
8882024-08-05T16:05:52.255Z Downloaded ena v0.14.3
8892024-08-05T16:05:52.255Z Downloaded vte v0.11.1
8902024-08-05T16:05:52.255Z Downloaded tar v0.4.41
8912024-08-05T16:05:52.259Z Downloaded flagset v0.4.5
8922024-08-05T16:05:52.259Z Downloaded fixedbitset v0.4.2
8932024-08-05T16:05:52.262Z Downloaded difflib v0.4.0
8942024-08-05T16:05:52.262Z Downloaded topological-sort v0.2.2
8952024-08-05T16:05:52.262Z Downloaded sqlformat v0.2.4
8962024-08-05T16:05:52.262Z Downloaded rustls-pemfile v2.1.2
8972024-08-05T16:05:52.267Z Downloaded pkcs8 v0.10.2
8982024-08-05T16:05:52.267Z Downloaded unicode-segmentation v1.11.0
8992024-08-05T16:05:52.270Z Downloaded sigpipe v0.1.3
9002024-08-05T16:05:52.270Z Downloaded stability v0.2.0
9012024-08-05T16:05:52.273Z Downloaded serde-big-array v0.5.1
9022024-08-05T16:05:52.273Z Downloaded structmeta v0.2.0
9032024-08-05T16:05:52.273Z Downloaded spin v0.5.2
9042024-08-05T16:05:52.277Z Downloaded same-file v1.0.6
9052024-08-05T16:05:52.278Z Downloaded r2d2 v0.8.10
9062024-08-05T16:05:52.278Z Downloaded siphasher v0.3.11
9072024-08-05T16:05:52.281Z Downloaded rustls-pemfile v1.0.4
9082024-08-05T16:05:52.281Z Downloaded rustc_version v0.4.0
9092024-08-05T16:05:52.281Z Downloaded wait-timeout v0.2.0
9102024-08-05T16:05:52.284Z Downloaded tls_codec_derive v0.4.1
9112024-08-05T16:05:52.284Z Downloaded strum_macros v0.24.3
9122024-08-05T16:05:52.288Z Downloaded poly1305 v0.8.0
9132024-08-05T16:05:52.289Z Downloaded serde_with_macros v3.8.3
9142024-08-05T16:05:52.292Z Downloaded peg-macros v0.8.4
9152024-08-05T16:05:52.292Z Downloaded ff v0.13.0
9162024-08-05T16:05:52.292Z Downloaded fd-lock v4.0.2
9172024-08-05T16:05:52.297Z Downloaded dirs-sys-next v0.1.2
9182024-08-05T16:05:52.297Z Downloaded rand_xorshift v0.3.0
9192024-08-05T16:05:52.297Z Downloaded rand_core v0.6.4
9202024-08-05T16:05:52.300Z Downloaded quick-error v1.2.3
9212024-08-05T16:05:52.300Z Downloaded crossbeam-channel v0.5.12
9222024-08-05T16:05:52.303Z Downloaded base64 v0.22.1
9232024-08-05T16:05:52.306Z Downloaded base64 v0.13.1
9242024-08-05T16:05:52.310Z Downloaded backtrace v0.3.71
9252024-08-05T16:05:52.314Z Downloaded term v0.7.0
9262024-08-05T16:05:52.318Z Downloaded crossbeam-utils v0.8.19
9272024-08-05T16:05:52.318Z Downloaded crc-any v2.5.0
9282024-08-05T16:05:52.321Z Downloaded tracing v0.1.40
9292024-08-05T16:05:52.324Z Downloaded test-strategy v0.3.1
9302024-08-05T16:05:52.326Z Downloaded smallvec v1.13.2
9312024-08-05T16:05:52.329Z Downloaded ring v0.17.8
9322024-08-05T16:05:52.397Z Downloaded structmeta v0.3.0
9332024-08-05T16:05:52.400Z Downloaded serde_urlencoded v0.7.1
9342024-08-05T16:05:52.400Z Downloaded pin-project-lite v0.2.14
9352024-08-05T16:05:52.404Z Downloaded pem-rfc7468 v0.7.0
9362024-08-05T16:05:52.406Z Downloaded oso v0.27.3
9372024-08-05T16:05:52.409Z Downloaded tinyvec_macros v0.1.1
9382024-08-05T16:05:52.409Z Downloaded slog v2.7.0
9392024-08-05T16:05:52.412Z Downloaded elliptic-curve v0.13.8
9402024-08-05T16:05:52.415Z Downloaded env_logger v0.9.3
9412024-08-05T16:05:52.417Z Downloaded hostname v0.3.1
9422024-08-05T16:05:52.420Z Downloaded home v0.5.9
9432024-08-05T16:05:52.420Z Downloaded libm v0.2.8
9442024-08-05T16:05:52.426Z Downloaded cc v1.0.97
9452024-08-05T16:05:52.429Z Downloaded rusty-fork v0.3.0
9462024-08-05T16:05:52.432Z Downloaded powerfmt v0.2.0
9472024-08-05T16:05:52.432Z Downloaded postgres-types v0.2.7
9482024-08-05T16:05:52.435Z Downloaded crypto-bigint v0.5.5
9492024-08-05T16:05:52.439Z Downloaded const-oid v0.9.6
9502024-08-05T16:05:52.441Z Downloaded percent-encoding v2.3.1
9512024-08-05T16:05:52.441Z Downloaded pem v3.0.4
9522024-08-05T16:05:52.444Z Downloaded compact_str v0.7.1
9532024-08-05T16:05:52.447Z Downloaded yasna v0.5.2
9542024-08-05T16:05:52.450Z Downloaded schemars_derive v0.8.21
9552024-08-05T16:05:52.450Z Downloaded bytes v1.6.0
9562024-08-05T16:05:52.453Z Downloaded smf v0.2.3
9572024-08-05T16:05:52.453Z Downloaded der v0.7.9
9582024-08-05T16:05:52.457Z Downloaded minimal-lexical v0.2.1
9592024-08-05T16:05:52.461Z Downloaded iana-time-zone v0.1.60
9602024-08-05T16:05:52.464Z Downloaded string_cache v0.8.7
9612024-08-05T16:05:52.467Z Downloaded globset v0.4.14
9622024-08-05T16:05:52.467Z Downloaded glob v0.3.1
9632024-08-05T16:05:52.471Z Downloaded mockall_derive v0.12.1
9642024-08-05T16:05:52.471Z Downloaded indicatif v0.17.8
9652024-08-05T16:05:52.474Z Downloaded cookie_store v0.20.0
9662024-08-05T16:05:52.476Z Downloaded bzip2 v0.4.4
9672024-08-05T16:05:52.476Z Downloaded xattr v1.3.1
9682024-08-05T16:05:52.479Z Downloaded ahash v0.8.11
9692024-08-05T16:05:52.482Z Downloaded nu-ansi-term v0.50.0
9702024-08-05T16:05:52.482Z Downloaded curve25519-dalek-derive v0.1.1
9712024-08-05T16:05:52.485Z Downloaded either v1.12.0
9722024-08-05T16:05:52.485Z Downloaded crossbeam-deque v0.8.5
9732024-08-05T16:05:52.485Z Downloaded addr2line v0.21.0
9742024-08-05T16:05:52.488Z Downloaded cobs v0.2.3
9752024-08-05T16:05:52.490Z Downloaded chacha20 v0.9.1
9762024-08-05T16:05:52.490Z Downloaded buf-list v1.0.3
9772024-08-05T16:05:52.494Z Downloaded camino-tempfile v1.1.1
9782024-08-05T16:05:52.495Z Downloaded bitfield-struct v0.6.1
9792024-08-05T16:05:52.497Z Downloaded stringprep v0.1.4
9802024-08-05T16:05:52.497Z Downloaded slog-bunyan v2.5.0
9812024-08-05T16:05:52.497Z Downloaded parse-display-derive v0.9.1
9822024-08-05T16:05:52.497Z Downloaded packed_struct_codegen v0.10.1
9832024-08-05T16:05:52.500Z Downloaded num_enum_derive v0.5.11
9842024-08-05T16:05:52.500Z Downloaded libloading v0.8.3
9852024-08-05T16:05:52.503Z Downloaded ciborium-io v0.2.2
9862024-08-05T16:05:52.503Z Downloaded num-integer v0.1.46
9872024-08-05T16:05:52.503Z Downloaded memoffset v0.9.1
9882024-08-05T16:05:52.507Z Downloaded linear-map v1.2.0
9892024-08-05T16:05:52.507Z Downloaded libsw v3.3.1
9902024-08-05T16:05:52.510Z Downloaded kstat-rs v0.2.4
9912024-08-05T16:05:52.510Z Downloaded ascii v1.1.0
9922024-08-05T16:05:52.510Z Downloaded bcs v0.1.6
9932024-08-05T16:05:52.512Z Downloaded defmt v0.3.8
9942024-08-05T16:05:52.515Z Downloaded data-encoding v2.6.0
9952024-08-05T16:05:52.515Z Downloaded backoff v0.4.0
9962024-08-05T16:05:52.518Z Downloaded adler v1.0.2
9972024-08-05T16:05:52.518Z Downloaded new_debug_unreachable v1.0.6
9982024-08-05T16:05:52.521Z Downloaded match_cfg v0.1.0
9992024-08-05T16:05:52.521Z Downloaded ipnetwork v0.20.0
10002024-08-05T16:05:52.521Z Downloaded castaway v0.2.2
10012024-08-05T16:05:52.524Z Downloaded ascii-canvas v3.0.0
10022024-08-05T16:05:52.524Z Downloaded native-tls v0.2.11
10032024-08-05T16:05:52.524Z Downloaded multer v3.1.0
10042024-08-05T16:05:52.528Z Downloaded memmap2 v0.9.4
10052024-08-05T16:05:52.531Z Downloaded bb8 v0.8.5
10062024-08-05T16:05:52.531Z Downloaded arrayref v0.3.7
10072024-08-05T16:05:52.531Z Downloaded parse-display v0.9.1
10082024-08-05T16:05:52.531Z Downloaded packed_struct v0.10.1
10092024-08-05T16:05:52.534Z Downloaded indent_write v2.2.0
10102024-08-05T16:05:52.534Z Downloaded crc-catalog v2.4.0
10112024-08-05T16:05:52.534Z Downloaded bitstruct_derive v0.1.0
10122024-08-05T16:05:52.537Z Downloaded async-recursion v1.1.1
10132024-08-05T16:05:52.537Z Downloaded mockall v0.12.1
10142024-08-05T16:05:52.540Z Downloaded num-iter v0.1.45
10152024-08-05T16:05:52.540Z Downloaded newline-converter v0.3.0
10162024-08-05T16:05:52.540Z Downloaded maplit v1.0.2
10172024-08-05T16:05:52.543Z Downloaded aead v0.5.2
10182024-08-05T16:05:52.543Z Downloaded lazy_static v1.5.0
10192024-08-05T16:05:52.546Z Downloaded keccak v0.1.5
10202024-08-05T16:05:52.546Z Downloaded bit-set v0.5.3
10212024-08-05T16:05:52.546Z Downloaded md-5 v0.10.6
10222024-08-05T16:05:52.548Z Downloaded instant v0.1.12
10232024-08-05T16:05:52.549Z Downloaded async-stream-impl v0.3.5
10242024-08-05T16:05:52.632Z Compiling cfg-if v1.0.0
10252024-08-05T16:05:52.632Z Compiling serde v1.0.204
10262024-08-05T16:05:52.635Z Compiling lock_api v0.4.12
10272024-08-05T16:05:52.635Z Compiling scopeguard v1.2.0
10282024-08-05T16:05:52.635Z Compiling log v0.4.21
10292024-08-05T16:05:52.780Z Compiling syn v2.0.72
10302024-08-05T16:05:52.783Z Compiling cc v1.0.97
10312024-08-05T16:05:52.805Z Compiling parking_lot_core v0.9.10
10322024-08-05T16:05:52.847Z Compiling getrandom v0.2.14
10332024-08-05T16:05:52.883Z Compiling smallvec v1.13.2
10342024-08-05T16:05:53.211Z Compiling rand_core v0.6.4
10352024-08-05T16:05:53.300Z Compiling typenum v1.17.0
10362024-08-05T16:05:53.318Z Compiling generic-array v0.14.7
10372024-08-05T16:05:53.333Z Compiling pin-project-lite v0.2.14
10382024-08-05T16:05:53.449Z Compiling signal-hook-registry v1.4.2
10392024-08-05T16:05:53.630Z Compiling spin v0.9.8
10402024-08-05T16:05:53.679Z Compiling mio v0.8.11
10412024-08-05T16:05:53.726Z Compiling parking_lot v0.12.2
10422024-08-05T16:05:53.985Z Compiling libm v0.2.8
10432024-08-05T16:05:54.024Z Compiling serde_json v1.0.122
10442024-08-05T16:05:54.287Z Compiling ahash v0.8.11
10452024-08-05T16:05:54.357Z Compiling num-traits v0.2.19
10462024-08-05T16:05:54.533Z Compiling tinyvec_macros v0.1.1
10472024-08-05T16:05:54.626Z Compiling futures-core v0.3.30
10482024-08-05T16:05:54.693Z Compiling tinyvec v1.6.0
10492024-08-05T16:05:54.874Z Compiling num_cpus v1.16.0
10502024-08-05T16:05:54.984Z Compiling socket2 v0.5.7
10512024-08-05T16:05:55.007Z Compiling const-oid v0.9.6
10522024-08-05T16:05:55.107Z Compiling subtle v2.5.0
10532024-08-05T16:05:55.484Z Compiling slab v0.4.9
10542024-08-05T16:05:55.800Z Compiling allocator-api2 v0.2.18
10552024-08-05T16:05:56.320Z Compiling futures-sink v0.3.30
10562024-08-05T16:05:56.449Z Compiling unicode-normalization v0.1.23
10572024-08-05T16:05:56.476Z Compiling unicode-bidi v0.3.15
10582024-08-05T16:05:56.618Z Compiling futures-channel v0.3.30
10592024-08-05T16:05:56.683Z Compiling pin-utils v0.1.0
10602024-08-05T16:05:56.781Z Compiling pkg-config v0.3.30
10612024-08-05T16:05:56.930Z Compiling futures-io v0.3.30
10622024-08-05T16:05:57.017Z Compiling futures-task v0.3.30
10632024-08-05T16:05:57.158Z Compiling vcpkg v0.2.15
10642024-08-05T16:05:57.251Z Compiling ring v0.17.8
10652024-08-05T16:05:57.315Z Compiling percent-encoding v2.3.1
10662024-08-05T16:05:57.538Z Compiling ppv-lite86 v0.2.17
10672024-08-05T16:05:57.704Z Compiling tracing-core v0.1.32
10682024-08-05T16:05:58.010Z Compiling untrusted v0.9.0
10692024-08-05T16:05:58.180Z Compiling rustix v0.38.34
10702024-08-05T16:05:58.337Z Compiling rand_chacha v0.3.1
10712024-08-05T16:05:58.354Z Compiling powerfmt v0.2.0
10722024-08-05T16:05:58.385Z Compiling num-conv v0.1.0
10732024-08-05T16:05:58.650Z Compiling time-core v0.1.2
10742024-08-05T16:05:58.746Z Compiling syn v1.0.109
10752024-08-05T16:05:58.810Z Compiling time-macros v0.2.18
10762024-08-05T16:05:59.046Z Compiling rand v0.8.5
10772024-08-05T16:05:59.097Z Compiling deranged v0.3.11
10782024-08-05T16:05:59.266Z Compiling openssl-sys v0.9.103
10792024-08-05T16:05:59.440Z Compiling httparse v1.8.0
10802024-08-05T16:05:59.861Z Compiling foreign-types-shared v0.1.1
10812024-08-05T16:05:59.952Z Compiling rustversion v1.0.17
10822024-08-05T16:06:00.513Z Compiling openssl v0.10.66
10832024-08-05T16:06:00.658Z Compiling num_threads v0.1.7
10842024-08-05T16:06:00.775Z Compiling iana-time-zone v0.1.60
10852024-08-05T16:06:00.843Z Compiling base64ct v1.6.0
10862024-08-05T16:06:00.897Z Compiling foreign-types v0.3.2
10872024-08-05T16:06:00.973Z Compiling form_urlencoded v1.2.1
10882024-08-05T16:06:01.194Z Compiling siphasher v0.3.11
10892024-08-05T16:06:01.248Z Compiling pem-rfc7468 v0.7.0
10902024-08-05T16:06:01.352Z Compiling crossbeam-utils v0.8.19
10912024-08-05T16:06:01.524Z Compiling flagset v0.4.5
10922024-08-05T16:06:01.698Z Compiling rustls v0.21.12
10932024-08-05T16:06:01.884Z Compiling try-lock v0.2.5
10942024-08-05T16:06:01.926Z Compiling native-tls v0.2.11
10952024-08-05T16:06:01.940Z Compiling time v0.3.36
10962024-08-05T16:06:01.981Z Compiling want v0.3.1
10972024-08-05T16:06:02.270Z Compiling serde_derive_internals v0.29.1
10982024-08-05T16:06:02.537Z Compiling idna v0.5.0
10992024-08-05T16:06:03.483Z Compiling lazy_static v1.5.0
11002024-08-05T16:06:03.584Z Compiling aho-corasick v1.1.3
11012024-08-05T16:06:04.217Z Compiling cookie v0.17.0
11022024-08-05T16:06:04.505Z Compiling adler v1.0.2
11032024-08-05T16:06:04.730Z Compiling schemars v0.8.21
11042024-08-05T16:06:04.829Z Compiling regex-syntax v0.8.3
11052024-08-05T16:06:05.078Z Compiling httpdate v1.0.3
11062024-08-05T16:06:05.179Z Compiling cpufeatures v0.2.12
11072024-08-05T16:06:05.282Z Compiling tower-service v0.3.2
11082024-08-05T16:06:05.414Z Compiling signal-hook v0.3.17
11092024-08-05T16:06:05.501Z Compiling openssl-probe v0.1.5
11102024-08-05T16:06:05.673Z Compiling finl_unicode v1.2.0
11112024-08-05T16:06:05.872Z Compiling slog v2.7.0
11122024-08-05T16:06:06.280Z Compiling stringprep v0.1.4
11132024-08-05T16:06:06.512Z Compiling miniz_oxide v0.7.2
11142024-08-05T16:06:06.670Z Compiling serde_derive v1.0.204
11152024-08-05T16:06:06.739Z Compiling zeroize_derive v1.4.2
11162024-08-05T16:06:07.412Z Compiling zerocopy-derive v0.7.34
11172024-08-05T16:06:07.972Z Compiling tokio-macros v2.3.0
11182024-08-05T16:06:08.324Z Compiling zeroize v1.7.0
11192024-08-05T16:06:08.723Z Compiling thiserror-impl v1.0.63
11202024-08-05T16:06:09.241Z Compiling futures-macro v0.3.30
11212024-08-05T16:06:09.633Z Compiling scroll_derive v0.12.0
11222024-08-05T16:06:09.715Z Compiling zerocopy v0.7.34
11232024-08-05T16:06:10.183Z Compiling crypto-common v0.1.6
11242024-08-05T16:06:10.421Z Compiling block-buffer v0.10.4
11252024-08-05T16:06:10.695Z Compiling digest v0.10.7
11262024-08-05T16:06:11.155Z Compiling tracing-attributes v0.1.27
11272024-08-05T16:06:11.184Z Compiling scroll v0.12.0
11282024-08-05T16:06:11.339Z Compiling futures-util v0.3.30
11292024-08-05T16:06:11.734Z Compiling goblin v0.8.2
11302024-08-05T16:06:11.920Z Compiling hashbrown v0.14.5
11312024-08-05T16:06:12.137Z Compiling thiserror v1.0.63
11322024-08-05T16:06:12.271Z Compiling pest v2.7.10
11332024-08-05T16:06:13.405Z Compiling hmac v0.12.1
11342024-08-05T16:06:13.657Z Compiling openssl-macros v0.1.1
11352024-08-05T16:06:14.486Z Compiling der_derive v0.7.2
11362024-08-05T16:06:14.681Z Compiling rustls-webpki v0.101.7
11372024-08-05T16:06:15.063Z Compiling pest_meta v2.7.10
11382024-08-05T16:06:15.278Z Compiling tracing v0.1.40
11392024-08-05T16:06:15.375Z Compiling sct v0.7.1
11402024-08-05T16:06:15.803Z Compiling md-5 v0.10.6
11412024-08-05T16:06:16.058Z Compiling sha2 v0.10.8
11422024-08-05T16:06:16.642Z Compiling pest_generator v2.7.10
11432024-08-05T16:06:17.095Z Compiling der v0.7.9
11442024-08-05T16:06:17.694Z Compiling regex-automata v0.4.6
11452024-08-05T16:06:18.714Z Compiling schemars_derive v0.8.21
11462024-08-05T16:06:19.630Z Compiling spki v0.7.3
11472024-08-05T16:06:20.092Z Compiling url v2.5.2
11482024-08-05T16:06:20.223Z Compiling pest_derive v2.7.10
11492024-08-05T16:06:21.047Z Compiling dtrace-parser v0.2.0
11502024-08-05T16:06:21.545Z Compiling bytes v1.6.0
11512024-08-05T16:06:21.830Z Compiling bitflags v2.6.0
11522024-08-05T16:06:22.169Z Compiling indexmap v2.2.6
11532024-08-05T16:06:22.262Z Compiling uuid v1.10.0
11542024-08-05T16:06:22.358Z Compiling semver v1.0.23
11552024-08-05T16:06:22.835Z Compiling tokio v1.38.1
11562024-08-05T16:06:23.125Z Compiling http v0.2.12
11572024-08-05T16:06:23.231Z Compiling rustc_version v0.4.0
11582024-08-05T16:06:23.702Z Compiling chrono v0.4.38
11592024-08-05T16:06:24.019Z Compiling heapless v0.7.17
11602024-08-05T16:06:24.470Z Compiling dof v0.3.0
11612024-08-05T16:06:24.867Z Compiling http-body v0.4.6
11622024-08-05T16:06:25.348Z Compiling usdt-impl v0.5.0
11632024-08-05T16:06:25.804Z Compiling toml_datetime v0.6.8
11642024-08-05T16:06:26.322Z Compiling serde_spanned v0.6.7
11652024-08-05T16:06:26.560Z Compiling serde_tokenstream v0.2.1
11662024-08-05T16:06:26.686Z Compiling num-integer v0.1.46
11672024-08-05T16:06:26.705Z Compiling idna v0.3.0
11682024-08-05T16:06:26.979Z Compiling backtrace v0.3.71
11692024-08-05T16:06:27.116Z Compiling hash32 v0.2.1
11702024-08-05T16:06:27.454Z Compiling stable_deref_trait v1.2.0
11712024-08-05T16:06:27.470Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11722024-08-05T16:06:27.492Z Compiling base64 v0.22.1
11732024-08-05T16:06:27.544Z Compiling smoltcp v0.9.1
11742024-08-05T16:06:27.564Z Compiling psl-types v2.0.11
11752024-08-05T16:06:27.764Z Compiling fallible-iterator v0.2.0
11762024-08-05T16:06:28.231Z Compiling crc32fast v1.4.0
11772024-08-05T16:06:28.313Z Compiling dyn-clone v1.0.17
11782024-08-05T16:06:28.334Z Compiling gimli v0.28.1
11792024-08-05T16:06:28.517Z Compiling postgres-protocol v0.6.7
11802024-08-05T16:06:28.771Z Compiling publicsuffix v2.2.3
11812024-08-05T16:06:29.044Z Compiling terminal_size v0.3.0
11822024-08-05T16:06:29.915Z Compiling pkcs8 v0.10.2
11832024-08-05T16:06:29.970Z Compiling hubpack_derive v0.1.1
11842024-08-05T16:06:30.457Z Compiling block-padding v0.3.3
11852024-08-05T16:06:30.473Z Compiling async-trait v0.1.81
11862024-08-05T16:06:30.710Z Compiling zerocopy-derive v0.6.6
11872024-08-05T16:06:30.970Z Compiling tokio-util v0.7.11
11882024-08-05T16:06:32.335Z Compiling h2 v0.3.26
11892024-08-05T16:06:32.408Z Compiling tokio-native-tls v0.3.1
11902024-08-05T16:06:32.509Z Compiling tokio-rustls v0.24.1
11912024-08-05T16:06:32.681Z Compiling addr2line v0.21.0
11922024-08-05T16:06:32.946Z Compiling phf_shared v0.11.2
11932024-08-05T16:06:33.312Z Compiling diesel_table_macro_syntax v0.1.0
11942024-08-05T16:06:33.312Z Compiling ff v0.13.0
11952024-08-05T16:06:33.315Z Compiling scheduled-thread-pool v0.2.7
11962024-08-05T16:06:33.363Z Compiling object v0.32.2
11972024-08-05T16:06:33.678Z Compiling fs-err v2.11.0
11982024-08-05T16:06:33.702Z Compiling matches v0.1.10
11992024-08-05T16:06:33.748Z Compiling bitflags v1.3.2
12002024-08-05T16:06:33.791Z Compiling winnow v0.5.40
12012024-08-05T16:06:33.848Z Compiling managed v0.8.0
12022024-08-05T16:06:33.865Z Compiling anyhow v1.0.86
12032024-08-05T16:06:33.967Z Compiling ipnet v2.9.0
12042024-08-05T16:06:33.985Z Compiling base16ct v0.2.0
12052024-08-05T16:06:34.289Z Compiling base64 v0.21.7
12062024-08-05T16:06:34.293Z Compiling rustc-demangle v0.1.24
12072024-08-05T16:06:34.491Z Compiling either v1.12.0
12082024-08-05T16:06:34.945Z Compiling bit-vec v0.6.3
12092024-08-05T16:06:35.072Z Compiling regex-automata v0.1.10
12102024-08-05T16:06:35.248Z Compiling clap_builder v4.5.13
12112024-08-05T16:06:35.346Z Compiling rustls-pemfile v1.0.4
12122024-08-05T16:06:35.595Z Compiling bstr v0.2.17
12132024-08-05T16:06:35.780Z Compiling sec1 v0.7.3
12142024-08-05T16:06:36.524Z Compiling idna v0.2.3
12152024-08-05T16:06:37.045Z Compiling diesel_derives v2.1.4
12162024-08-05T16:06:37.748Z Compiling toml_edit v0.19.15
12172024-08-05T16:06:37.764Z Compiling group v0.13.0
12182024-08-05T16:06:38.078Z Compiling r2d2 v0.8.10
12192024-08-05T16:06:38.124Z Compiling phf v0.11.2
12202024-08-05T16:06:38.142Z Compiling zerocopy v0.6.6
12212024-08-05T16:06:38.415Z Compiling signal-hook-mio v0.2.3
12222024-08-05T16:06:38.451Z Compiling hubpack v0.1.2
12232024-08-05T16:06:38.574Z Compiling inout v0.1.3
12242024-08-05T16:06:38.845Z Compiling ipnetwork v0.20.0
12252024-08-05T16:06:38.907Z Compiling cookie_store v0.20.0
12262024-08-05T16:06:38.969Z Compiling postgres-types v0.2.7
12272024-08-05T16:06:39.798Z Compiling hyper v0.14.30
12282024-08-05T16:06:40.838Z Compiling num-bigint v0.4.5
12292024-08-05T16:06:41.032Z Compiling usdt-attr-macro v0.5.0
12302024-08-05T16:06:42.731Z Compiling usdt-macro v0.5.0
12312024-08-05T16:06:42.780Z Compiling regex v1.10.5
12322024-08-05T16:06:43.891Z Compiling serde_urlencoded v0.7.1
12332024-08-05T16:06:43.922Z Compiling futures-executor v0.3.30
12342024-08-05T16:06:44.245Z Compiling enum-as-inner v0.5.1
12352024-08-05T16:06:44.444Z Compiling hkdf v0.12.4
12362024-08-05T16:06:44.503Z Compiling crypto-bigint v0.5.5
12372024-08-05T16:06:44.586Z Compiling serde_repr v0.1.19
12382024-08-05T16:06:44.709Z Compiling strum_macros v0.25.3
12392024-08-05T16:06:45.348Z Compiling clap_derive v4.5.13
12402024-08-05T16:06:45.790Z Compiling phf_shared v0.10.0
12412024-08-05T16:06:45.793Z Compiling float-cmp v0.9.0
12422024-08-05T16:06:46.029Z Compiling encoding_rs v0.8.34
12432024-08-05T16:06:46.198Z Compiling unicode-segmentation v1.11.0
12442024-08-05T16:06:47.022Z Compiling hyper-tls v0.5.0
12452024-08-05T16:06:47.384Z Compiling hyper-rustls v0.24.2
12462024-08-05T16:06:47.746Z Compiling sync_wrapper v0.1.2
12472024-08-05T16:06:47.890Z Compiling new_debug_unreachable v1.0.6
12482024-08-05T16:06:47.984Z Compiling static_assertions v1.1.0
12492024-08-05T16:06:48.086Z Compiling webpki-roots v0.25.4
12502024-08-05T16:06:48.252Z Compiling data-encoding v2.6.0
12512024-08-05T16:06:48.831Z Compiling whoami v1.5.1
12522024-08-05T16:06:49.499Z Compiling normalize-line-endings v0.3.0
12532024-08-05T16:06:49.628Z Compiling fixedbitset v0.4.2
12542024-08-05T16:06:49.631Z Compiling predicates-core v1.0.6
12552024-08-05T16:06:49.958Z Compiling precomputed-hash v0.1.1
12562024-08-05T16:06:50.011Z Compiling difflib v0.4.0
12572024-08-05T16:06:50.076Z Compiling mime v0.3.17
12582024-08-05T16:06:50.116Z Compiling minimal-lexical v0.2.1
12592024-08-05T16:06:50.495Z Compiling clap v4.5.13
12602024-08-05T16:06:50.515Z Compiling nom v7.1.3
12612024-08-05T16:06:50.603Z Compiling predicates v3.1.2
12622024-08-05T16:06:50.621Z Compiling reqwest v0.11.27
12632024-08-05T16:06:50.624Z Compiling toml_edit v0.22.20
12642024-08-05T16:06:50.654Z Compiling string_cache v0.8.7
12652024-08-05T16:06:50.683Z Compiling petgraph v0.6.5
12662024-08-05T16:06:51.100Z Compiling diesel v2.1.6
12672024-08-05T16:06:51.596Z Compiling tokio-postgres v0.7.11
12682024-08-05T16:06:51.642Z Compiling trust-dns-proto v0.22.0
12692024-08-05T16:06:52.415Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12702024-08-05T16:06:54.137Z Compiling console v0.15.8
12712024-08-05T16:06:54.776Z Compiling elliptic-curve v0.13.8
12722024-08-05T16:06:55.632Z Compiling similar v2.5.0
12732024-08-05T16:06:55.650Z Compiling usdt v0.5.0
12742024-08-05T16:06:56.142Z Compiling futures v0.3.30
12752024-08-05T16:06:56.265Z Compiling yasna v0.5.2
12762024-08-05T16:06:58.078Z Compiling flate2 v1.0.31
12772024-08-05T16:06:58.210Z Compiling toml v0.7.8
12782024-08-05T16:06:58.225Z Compiling cipher v0.4.4
12792024-08-05T16:06:58.743Z Compiling crossterm v0.27.0
12802024-08-05T16:06:59.069Z Compiling bit-set v0.5.3
12812024-08-05T16:06:59.089Z Compiling itertools v0.12.1
12822024-08-05T16:06:59.347Z Compiling itertools v0.10.5
12832024-08-05T16:06:59.736Z Compiling tokio-stream v0.1.15
12842024-08-05T16:06:59.946Z Compiling num-iter v0.1.45
12852024-08-05T16:07:00.138Z Compiling openapiv3 v2.0.0
12862024-08-05T16:07:00.256Z Compiling bstr v1.9.1
12872024-08-05T16:07:00.707Z Compiling crossbeam-epoch v0.9.18
12882024-08-05T16:07:01.487Z Compiling hex v0.4.3
12892024-08-05T16:07:02.054Z Compiling dirs-sys-next v0.1.2
12902024-08-05T16:07:02.116Z Compiling lalrpop-util v0.19.12
12912024-08-05T16:07:02.134Z Compiling peg-runtime v0.8.3
12922024-08-05T16:07:02.241Z Compiling unicode-xid v0.2.4
12932024-08-05T16:07:02.415Z Compiling dirs-next v2.0.0
12942024-08-05T16:07:02.463Z Compiling thread_local v1.1.8
12952024-08-05T16:07:02.524Z Compiling slog-async v2.8.0
12962024-08-05T16:07:02.612Z Compiling term v0.7.0
12972024-08-05T16:07:02.738Z Compiling xattr v1.3.1
12982024-08-05T16:07:02.770Z Compiling crossbeam-channel v0.5.12
12992024-08-05T16:07:03.010Z Compiling strum_macros v0.26.4
13002024-08-05T16:07:03.027Z Compiling filetime v0.2.23
13012024-08-05T16:07:03.157Z Compiling is-terminal v0.4.12
13022024-08-05T16:07:03.286Z Compiling take_mut v0.2.2
13032024-08-05T16:07:03.344Z Compiling slog-term v2.9.1
13042024-08-05T16:07:03.450Z Compiling tar v0.4.41
13052024-08-05T16:07:04.181Z Compiling camino v1.1.7
13062024-08-05T16:07:06.258Z Compiling strum v0.26.3
13072024-08-05T16:07:16.856Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13082024-08-05T16:07:17.092Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13092024-08-05T16:07:22.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
13102024-08-05T16:07:22.469Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13112024-08-05T16:07:22.511ZAug 05 16:07:20.999 INFO Starting download, target: Cockroach
13122024-08-05T16:07:22.511ZAug 05 16:07:20.999 INFO Starting download, target: Console
13132024-08-05T16:07:22.514ZAug 05 16:07:20.999 INFO Starting download, target: DendriteStub
13142024-08-05T16:07:22.514ZAug 05 16:07:20.999 INFO Starting download, target: DendriteOpenapi
13152024-08-05T16:07:22.514ZAug 05 16:07:20.999 INFO Starting download, target: Clickhouse
13162024-08-05T16:07:22.514ZAug 05 16:07:20.999 INFO Starting download, target: MaghemiteMgd
13172024-08-05T16:07:22.514ZAug 05 16:07:20.999 INFO Starting download, target: TransceiverControl
13182024-08-05T16:07:22.514ZAug 05 16:07:21.000 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13192024-08-05T16:07:22.514ZAug 05 16:07:21.000 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13202024-08-05T16:07:22.514ZAug 05 16:07:21.000 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13212024-08-05T16:07:22.514ZAug 05 16:07:21.000 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13222024-08-05T16:07:22.515ZAug 05 16:07:21.000 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13232024-08-05T16:07:22.515ZAug 05 16:07:21.000 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13242024-08-05T16:07:22.515ZAug 05 16:07:21.000 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13252024-08-05T16:07:22.697ZAug 05 16:07:21.171 INFO Download complete, target: DendriteOpenapi
13262024-08-05T16:07:22.820ZAug 05 16:07:21.306 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13272024-08-05T16:07:23.072ZAug 05 16:07:21.559 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13282024-08-05T16:07:23.214ZAug 05 16:07:21.700 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13292024-08-05T16:07:23.476ZAug 05 16:07:21.964 INFO Download complete, target: Console
13302024-08-05T16:07:23.482ZAug 05 16:07:21.970 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13312024-08-05T16:07:23.636ZAug 05 16:07:22.124 INFO Download complete, target: TransceiverControl
13322024-08-05T16:07:24.672ZAug 05 16:07:23.158 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13332024-08-05T16:07:24.672ZAug 05 16:07:23.158 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13342024-08-05T16:07:24.699ZAug 05 16:07:23.187 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13352024-08-05T16:07:26.353ZAug 05 16:07:24.841 INFO Download complete, target: DendriteStub
13362024-08-05T16:07:26.751ZAug 05 16:07:25.238 INFO Download complete, target: MaghemiteMgd
13372024-08-05T16:07:32.994ZAug 05 16:07:31.478 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13382024-08-05T16:07:33.340ZAug 05 16:07:31.827 INFO Checking that binary works, target: Cockroach
13392024-08-05T16:07:33.496ZAug 05 16:07:31.983 INFO Download complete, target: Cockroach
13402024-08-05T16:07:38.869ZAug 05 16:07:37.357 INFO Checking that binary works, target: Clickhouse
13412024-08-05T16:07:39.522ZAug 05 16:07:38.009 INFO Download complete, target: Clickhouse
13422024-08-05T16:07:39.539ZAll builder prerequisites installed successfully, and PATH looks valid
13432024-08-05T16:07:39.542Z
13442024-08-05T16:07:39.542Zreal 4:03.093262176
13452024-08-05T16:07:39.542Zuser 11:39.315114270
13462024-08-05T16:07:39.542Zsys 2:27.602468396
13472024-08-05T16:07:39.542Ztrap 0.429658524
13482024-08-05T16:07:39.542Ztflt 9.645274936
13492024-08-05T16:07:39.542Zdflt 6.452656231
13502024-08-05T16:07:39.542Zkflt 0.220906070
13512024-08-05T16:07:39.542Zlock 22:45.043634601
13522024-08-05T16:07:39.542Zslp 46:17.953811592
13532024-08-05T16:07:39.542Zlat 39.076155657
13542024-08-05T16:07:39.542Zstop 1:38.020560242
13552024-08-05T16:07:39.543Z+ banner hack-check
13562024-08-05T16:07:39.543Z
13572024-08-05T16:07:39.543Z # # ## #### # # #### # # ###### #### # #
13582024-08-05T16:07:39.543Z # # # # # # # # # # # # # # # # #
13592024-08-05T16:07:39.543Z ###### # # # #### ##### # ###### ##### # ####
13602024-08-05T16:07:39.543Z # # ###### # # # # # # # # # #
13612024-08-05T16:07:39.543Z # # # # # # # # # # # # # # # # #
13622024-08-05T16:07:39.543Z # # # # #### # # #### # # ###### #### # #
13632024-08-05T16:07:39.543Z
13642024-08-05T16:07:39.546Z+ export CARGO_INCREMENTAL=0
13652024-08-05T16:07:39.546Z+ CARGO_INCREMENTAL=0
13662024-08-05T16:07:39.546Z+ ptime -m timeout 2h cargo xtask check-features --ci
13672024-08-05T16:07:40.065Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13682024-08-05T16:07:43.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
13692024-08-05T16:07:43.485Z Running `target/debug/xtask check-features --ci`
13702024-08-05T16:07:43.502Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13712024-08-05T16:07:43.502Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13722024-08-05T16:07:43.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
13732024-08-05T16:07:43.973Z Running `target/debug/xtask download cargo-hack`
13742024-08-05T16:07:44.708Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13752024-08-05T16:07:45.032Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13762024-08-05T16:07:49.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
13772024-08-05T16:07:49.708Z Running `target/debug/xtask-downloader cargo-hack`
13782024-08-05T16:07:49.741ZAug 05 16:07:48.224 INFO Starting download, target: CargoHack
13792024-08-05T16:07:49.747ZAug 05 16:07:48.225 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13802024-08-05T16:07:50.381ZAug 05 16:07:48.869 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13812024-08-05T16:07:50.487ZAug 05 16:07:48.975 INFO Download complete, target: CargoHack
13822024-08-05T16:07:50.491Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13832024-08-05T16:07:50.506Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13842024-08-05T16:07:50.651Zinfo: running `cargo check --bins` on api_identity (1/142)
13852024-08-05T16:07:51.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13862024-08-05T16:07:51.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13872024-08-05T16:07:51.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13882024-08-05T16:07:51.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13892024-08-05T16:07:51.227Z
13902024-08-05T16:07:51.227Zinfo: running `cargo check --bins` on bootstore (2/142)
13912024-08-05T16:07:51.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13922024-08-05T16:07:51.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13932024-08-05T16:07:51.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13942024-08-05T16:07:51.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
13952024-08-05T16:07:51.842Z
13962024-08-05T16:07:51.842Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/142)
13972024-08-05T16:07:52.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13982024-08-05T16:07:52.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13992024-08-05T16:07:52.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14002024-08-05T16:07:52.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14012024-08-05T16:07:52.432Z
14022024-08-05T16:07:52.432Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142)
14032024-08-05T16:07:52.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14042024-08-05T16:07:52.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14052024-08-05T16:07:52.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14062024-08-05T16:07:52.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14072024-08-05T16:07:53.043Z
14082024-08-05T16:07:53.044Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142)
14092024-08-05T16:07:53.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14102024-08-05T16:07:53.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14112024-08-05T16:07:53.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14122024-08-05T16:07:53.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14132024-08-05T16:07:53.481Z
14142024-08-05T16:07:53.481Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142)
14152024-08-05T16:07:54.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14162024-08-05T16:07:54.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14172024-08-05T16:07:54.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14182024-08-05T16:07:54.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14192024-08-05T16:07:54.003Z
14202024-08-05T16:07:54.003Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142)
14212024-08-05T16:07:54.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14222024-08-05T16:07:54.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14232024-08-05T16:07:54.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14242024-08-05T16:07:54.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14252024-08-05T16:07:54.349Z
14262024-08-05T16:07:54.349Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142)
14272024-08-05T16:07:54.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14282024-08-05T16:07:54.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14292024-08-05T16:07:54.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14302024-08-05T16:07:54.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14312024-08-05T16:07:54.795Z
14322024-08-05T16:07:54.795Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142)
14332024-08-05T16:07:55.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14342024-08-05T16:07:55.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14352024-08-05T16:07:55.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14362024-08-05T16:07:55.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14372024-08-05T16:07:55.242Z
14382024-08-05T16:07:55.242Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142)
14392024-08-05T16:07:55.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14402024-08-05T16:07:55.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14412024-08-05T16:07:55.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14422024-08-05T16:07:55.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14432024-08-05T16:07:55.678Z
14442024-08-05T16:07:55.678Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142)
14452024-08-05T16:07:56.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14462024-08-05T16:07:56.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14472024-08-05T16:07:56.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14482024-08-05T16:07:56.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14492024-08-05T16:07:56.121Z
14502024-08-05T16:07:56.122Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142)
14512024-08-05T16:07:56.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14522024-08-05T16:07:56.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14532024-08-05T16:07:56.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14542024-08-05T16:07:56.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14552024-08-05T16:07:56.561Z
14562024-08-05T16:07:56.561Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142)
14572024-08-05T16:07:56.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14582024-08-05T16:07:56.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14592024-08-05T16:07:56.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14602024-08-05T16:07:56.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14612024-08-05T16:07:57.004Z
14622024-08-05T16:07:57.004Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142)
14632024-08-05T16:07:57.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14642024-08-05T16:07:57.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14652024-08-05T16:07:57.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14662024-08-05T16:07:57.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14672024-08-05T16:07:57.442Z
14682024-08-05T16:07:57.442Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142)
14692024-08-05T16:07:57.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14702024-08-05T16:07:57.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14712024-08-05T16:07:57.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14722024-08-05T16:07:57.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14732024-08-05T16:07:57.879Z
14742024-08-05T16:07:57.879Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142)
14752024-08-05T16:07:58.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14762024-08-05T16:07:58.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14772024-08-05T16:07:58.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14782024-08-05T16:07:58.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14792024-08-05T16:07:58.316Z
14802024-08-05T16:07:58.316Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142)
14812024-08-05T16:07:58.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14822024-08-05T16:07:58.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14832024-08-05T16:07:58.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14842024-08-05T16:07:58.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14852024-08-05T16:07:58.762Z
14862024-08-05T16:07:58.762Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142)
14872024-08-05T16:07:59.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14882024-08-05T16:07:59.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14892024-08-05T16:07:59.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14902024-08-05T16:07:59.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14912024-08-05T16:07:59.204Z
14922024-08-05T16:07:59.204Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142)
14932024-08-05T16:07:59.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14942024-08-05T16:07:59.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14952024-08-05T16:07:59.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14962024-08-05T16:07:59.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14972024-08-05T16:07:59.656Z
14982024-08-05T16:07:59.656Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142)
14992024-08-05T16:08:00.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15002024-08-05T16:08:00.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15012024-08-05T16:08:00.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15022024-08-05T16:08:00.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15032024-08-05T16:08:00.091Z
15042024-08-05T16:08:00.091Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142)
15052024-08-05T16:08:00.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15062024-08-05T16:08:00.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15072024-08-05T16:08:00.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15082024-08-05T16:08:00.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15092024-08-05T16:08:00.530Z
15102024-08-05T16:08:00.530Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142)
15112024-08-05T16:08:00.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15122024-08-05T16:08:00.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15132024-08-05T16:08:00.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15142024-08-05T16:08:00.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15152024-08-05T16:08:00.975Z
15162024-08-05T16:08:00.975Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142)
15172024-08-05T16:08:01.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15182024-08-05T16:08:01.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15192024-08-05T16:08:01.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15202024-08-05T16:08:01.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15212024-08-05T16:08:01.420Z
15222024-08-05T16:08:01.420Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142)
15232024-08-05T16:08:01.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15242024-08-05T16:08:01.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15252024-08-05T16:08:01.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15262024-08-05T16:08:01.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15272024-08-05T16:08:01.852Z
15282024-08-05T16:08:01.852Zinfo: running `cargo check --bins` on sled-hardware-types (25/142)
15292024-08-05T16:08:02.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-08-05T16:08:02.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-08-05T16:08:02.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-08-05T16:08:02.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15332024-08-05T16:08:02.458Z
15342024-08-05T16:08:02.458Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/142)
15352024-08-05T16:08:03.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-08-05T16:08:03.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-08-05T16:08:03.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-08-05T16:08:03.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15392024-08-05T16:08:03.071Z
15402024-08-05T16:08:03.071Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142)
15412024-08-05T16:08:03.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-08-05T16:08:03.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-08-05T16:08:03.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15442024-08-05T16:08:03.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15452024-08-05T16:08:03.692Z
15462024-08-05T16:08:03.692Zinfo: running `cargo check --bins` on oxlog (28/142)
15472024-08-05T16:08:04.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15482024-08-05T16:08:04.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15492024-08-05T16:08:04.270Z Checking cfg-if v1.0.0
15502024-08-05T16:08:04.273Z Checking libc v0.2.155
15512024-08-05T16:08:04.353Z Checking memchr v2.7.2
15522024-08-05T16:08:04.369Z Checking serde v1.0.204
15532024-08-05T16:08:04.371Z Checking scopeguard v1.2.0
15542024-08-05T16:08:04.385Z Checking byteorder v1.5.0
15552024-08-05T16:08:04.387Z Checking log v0.4.21
15562024-08-05T16:08:04.407Z Checking itoa v1.0.11
15572024-08-05T16:08:04.417Z Checking zeroize v1.7.0
15582024-08-05T16:08:04.480Z Checking lock_api v0.4.12
15592024-08-05T16:08:04.605Z Checking once_cell v1.19.0
15602024-08-05T16:08:04.664Z Checking smallvec v1.13.2
15612024-08-05T16:08:04.768Z Checking pin-project-lite v0.2.14
15622024-08-05T16:08:04.805Z Checking typenum v1.17.0
15632024-08-05T16:08:04.851Z Checking zerocopy v0.7.34
15642024-08-05T16:08:04.883Z Checking spin v0.9.8
15652024-08-05T16:08:04.898Z Checking futures-core v0.3.30
15662024-08-05T16:08:04.998Z Checking tinyvec_macros v0.1.1
15672024-08-05T16:08:05.062Z Checking libm v0.2.8
15682024-08-05T16:08:05.077Z Checking tinyvec v1.6.0
15692024-08-05T16:08:05.209Z Checking ryu v1.0.18
15702024-08-05T16:08:05.230Z Checking const-oid v0.9.6
15712024-08-05T16:08:05.427Z Checking subtle v2.5.0
15722024-08-05T16:08:05.478Z Checking getrandom v0.2.14
15732024-08-05T16:08:05.675Z Checking parking_lot_core v0.9.10
15742024-08-05T16:08:05.722Z Checking rand_core v0.6.4
15752024-08-05T16:08:05.972Z Checking parking_lot v0.12.2
15762024-08-05T16:08:05.975Z Checking signal-hook-registry v1.4.2
15772024-08-05T16:08:06.028Z Checking mio v0.8.11
15782024-08-05T16:08:06.081Z Checking generic-array v0.14.7
15792024-08-05T16:08:06.227Z Checking socket2 v0.5.7
15802024-08-05T16:08:06.267Z Checking num_cpus v1.16.0
15812024-08-05T16:08:06.297Z Checking ahash v0.8.11
15822024-08-05T16:08:06.361Z Checking unicode-normalization v0.1.23
15832024-08-05T16:08:06.372Z Checking num-traits v0.2.19
15842024-08-05T16:08:06.652Z Checking unicode-bidi v0.3.15
15852024-08-05T16:08:06.694Z Checking allocator-api2 v0.2.18
15862024-08-05T16:08:06.822Z Checking futures-sink v0.3.30
15872024-08-05T16:08:06.969Z Checking equivalent v1.0.1
15882024-08-05T16:08:07.069Z Checking futures-channel v0.3.30
15892024-08-05T16:08:07.110Z Checking slab v0.4.9
15902024-08-05T16:08:07.214Z Checking crypto-common v0.1.6
15912024-08-05T16:08:07.228Z Checking futures-task v0.3.30
15922024-08-05T16:08:07.260Z Checking futures-io v0.3.30
15932024-08-05T16:08:07.335Z Checking hashbrown v0.14.5
15942024-08-05T16:08:07.367Z Checking pin-utils v0.1.0
15952024-08-05T16:08:07.381Z Checking block-buffer v0.10.4
15962024-08-05T16:08:07.420Z Checking percent-encoding v2.3.1
15972024-08-05T16:08:07.435Z Checking ppv-lite86 v0.2.17
15982024-08-05T16:08:07.448Z Checking futures-util v0.3.30
15992024-08-05T16:08:07.460Z Checking tracing-core v0.1.32
16002024-08-05T16:08:07.574Z Checking digest v0.10.7
16012024-08-05T16:08:07.631Z Checking fnv v1.0.7
16022024-08-05T16:08:07.752Z Checking untrusted v0.9.0
16032024-08-05T16:08:07.901Z Checking ring v0.17.8
16042024-08-05T16:08:07.932Z Checking thiserror v1.0.63
16052024-08-05T16:08:08.059Z Checking powerfmt v0.2.0
16062024-08-05T16:08:08.073Z Checking iana-time-zone v0.1.60
16072024-08-05T16:08:08.103Z Checking tracing v0.1.40
16082024-08-05T16:08:08.118Z Checking rand_chacha v0.3.1
16092024-08-05T16:08:08.212Z Checking base64ct v1.6.0
16102024-08-05T16:08:08.326Z Checking foreign-types-shared v0.1.1
16112024-08-05T16:08:08.414Z Checking foreign-types v0.3.2
16122024-08-05T16:08:08.444Z Checking deranged v0.3.11
16132024-08-05T16:08:08.495Z Checking rand v0.8.5
16142024-08-05T16:08:08.508Z Checking hmac v0.12.1
16152024-08-05T16:08:08.520Z Checking form_urlencoded v1.2.1
16162024-08-05T16:08:08.640Z Checking pem-rfc7468 v0.7.0
16172024-08-05T16:08:08.699Z Checking openssl-sys v0.9.103
16182024-08-05T16:08:08.714Z Checking siphasher v0.3.11
16192024-08-05T16:08:08.901Z Checking unicode-ident v1.0.12
16202024-08-05T16:08:08.997Z Checking num_threads v0.1.7
16212024-08-05T16:08:09.065Z Checking time-core v0.1.2
16222024-08-05T16:08:09.105Z Checking flagset v0.4.5
16232024-08-05T16:08:09.208Z Checking try-lock v0.2.5
16242024-08-05T16:08:09.305Z Checking num-conv v0.1.0
16252024-08-05T16:08:09.340Z Checking want v0.3.1
16262024-08-05T16:08:09.506Z Checking der v0.7.9
16272024-08-05T16:08:09.547Z Checking proc-macro2 v1.0.86
16282024-08-05T16:08:09.577Z Checking bytes v1.6.0
16292024-08-05T16:08:09.716Z Checking bitflags v2.6.0
16302024-08-05T16:08:09.736Z Checking serde_json v1.0.122
16312024-08-05T16:08:10.015Z Checking indexmap v2.2.6
16322024-08-05T16:08:10.028Z Checking uuid v1.10.0
16332024-08-05T16:08:10.182Z Checking chrono v0.4.38
16342024-08-05T16:08:10.224Z Checking time v0.3.36
16352024-08-05T16:08:10.327Z Checking tokio v1.38.1
16362024-08-05T16:08:10.648Z Checking http v0.2.12
16372024-08-05T16:08:11.280Z Checking openssl v0.10.66
16382024-08-05T16:08:11.331Z Checking rustls-webpki v0.101.7
16392024-08-05T16:08:11.362Z Checking sct v0.7.1
16402024-08-05T16:08:11.566Z Checking idna v0.5.0
16412024-08-05T16:08:11.989Z Checking http-body v0.4.6
16422024-08-05T16:08:12.014Z Checking httparse v1.8.0
16432024-08-05T16:08:12.252Z Checking errno v0.3.9
16442024-08-05T16:08:12.368Z Checking lazy_static v1.5.0
16452024-08-05T16:08:12.395Z Checking aho-corasick v1.1.3
16462024-08-05T16:08:12.424Z Checking scroll v0.12.0
16472024-08-05T16:08:12.439Z Checking ucd-trie v0.1.6
16482024-08-05T16:08:12.473Z Checking finl_unicode v1.2.0
16492024-08-05T16:08:12.568Z Checking utf8parse v0.2.1
16502024-08-05T16:08:12.628Z Checking adler v1.0.2
16512024-08-05T16:08:12.703Z Checking regex-syntax v0.8.3
16522024-08-05T16:08:12.728Z Checking cpufeatures v0.2.12
16532024-08-05T16:08:12.780Z Checking anstyle v1.0.8
16542024-08-05T16:08:12.818Z Checking httpdate v1.0.3
16552024-08-05T16:08:12.873Z Checking openssl-probe v0.1.5
16562024-08-05T16:08:13.025Z Checking plain v0.2.3
16572024-08-05T16:08:13.066Z Checking tower-service v0.3.2
16582024-08-05T16:08:13.080Z Checking stringprep v0.1.4
16592024-08-05T16:08:13.124Z Checking sha2 v0.10.8
16602024-08-05T16:08:13.168Z Checking goblin v0.8.2
16612024-08-05T16:08:13.182Z Checking miniz_oxide v0.7.2
16622024-08-05T16:08:13.348Z Checking anstyle-parse v0.2.4
16632024-08-05T16:08:13.622Z Checking pest v2.7.10
16642024-08-05T16:08:13.679Z Checking rustix v0.38.34
16652024-08-05T16:08:13.913Z Checking url v2.5.2
16662024-08-05T16:08:14.015Z Checking rustls v0.21.12
16672024-08-05T16:08:14.759Z Checking spki v0.7.3
16682024-08-05T16:08:15.049Z Checking quote v1.0.36
16692024-08-05T16:08:15.405Z Checking toml_datetime v0.6.8
16702024-08-05T16:08:15.694Z Checking serde_spanned v0.6.7
16712024-08-05T16:08:15.734Z Checking num-integer v0.1.46
16722024-08-05T16:08:15.869Z Checking md-5 v0.10.6
16732024-08-05T16:08:15.993Z Checking regex-automata v0.4.6
16742024-08-05T16:08:16.072Z Checking idna v0.3.0
16752024-08-05T16:08:16.110Z Checking hash32 v0.2.1
16762024-08-05T16:08:16.203Z Checking psl-types v2.0.11
16772024-08-05T16:08:16.381Z Checking anstyle-query v1.0.3
16782024-08-05T16:08:16.405Z Checking fallible-iterator v0.2.0
16792024-08-05T16:08:16.497Z Checking is_terminal_polyfill v1.70.0
16802024-08-05T16:08:16.614Z Checking stable_deref_trait v1.2.0
16812024-08-05T16:08:16.674Z Checking native-tls v0.2.11
16822024-08-05T16:08:16.710Z Checking pretty-hex v0.4.1
16832024-08-05T16:08:16.881Z Checking base64 v0.22.1
16842024-08-05T16:08:16.908Z Checking dyn-clone v1.0.17
16852024-08-05T16:08:16.964Z Checking colorchoice v1.0.1
16862024-08-05T16:08:16.983Z Checking gimli v0.28.1
16872024-08-05T16:08:17.027Z Checking schemars v0.8.21
16882024-08-05T16:08:17.087Z Checking anstream v0.6.14
16892024-08-05T16:08:17.188Z Checking tokio-util v0.7.11
16902024-08-05T16:08:17.269Z Checking tokio-rustls v0.24.1
16912024-08-05T16:08:17.343Z Checking postgres-protocol v0.6.7
16922024-08-05T16:08:17.428Z Checking tokio-native-tls v0.3.1
16932024-08-05T16:08:17.647Z Checking publicsuffix v2.2.3
16942024-08-05T16:08:17.677Z Checking heapless v0.7.17
16952024-08-05T16:08:17.870Z Checking dtrace-parser v0.2.0
16962024-08-05T16:08:18.012Z Checking terminal_size v0.3.0
16972024-08-05T16:08:18.039Z Checking h2 v0.3.26
16982024-08-05T16:08:18.074Z Checking dof v0.3.0
16992024-08-05T16:08:18.184Z Checking syn v2.0.72
17002024-08-05T16:08:18.370Z Checking pkcs8 v0.10.2
17012024-08-05T16:08:18.627Z Checking cookie v0.17.0
17022024-08-05T16:08:18.689Z Checking phf_shared v0.11.2
17032024-08-05T16:08:18.708Z Checking signal-hook v0.3.17
17042024-08-05T16:08:18.752Z Checking block-padding v0.3.3
17052024-08-05T16:08:18.957Z Checking scheduled-thread-pool v0.2.7
17062024-08-05T16:08:18.971Z Checking ff v0.13.0
17072024-08-05T16:08:19.025Z Checking thread-id v4.2.1
17082024-08-05T16:08:19.038Z Checking object v0.32.2
17092024-08-05T16:08:19.132Z Checking ipnet v2.9.0
17102024-08-05T16:08:19.159Z Checking managed v0.8.0
17112024-08-05T16:08:19.173Z Checking clap_lex v0.7.0
17122024-08-05T16:08:19.413Z Checking bit-vec v0.6.3
17132024-08-05T16:08:19.521Z Checking bitflags v1.3.2
17142024-08-05T16:08:19.587Z Checking rustc-demangle v0.1.24
17152024-08-05T16:08:19.622Z Checking matches v0.1.10
17162024-08-05T16:08:19.710Z Checking winnow v0.5.40
17172024-08-05T16:08:19.739Z Checking regex-automata v0.1.10
17182024-08-05T16:08:20.023Z Checking strsim v0.11.1
17192024-08-05T16:08:20.145Z Checking base16ct v0.2.0
17202024-08-05T16:08:20.296Z Checking base64 v0.21.7
17212024-08-05T16:08:20.329Z Checking either v1.12.0
17222024-08-05T16:08:20.497Z Checking regex v1.10.5
17232024-08-05T16:08:20.678Z Checking sec1 v0.7.3
17242024-08-05T16:08:20.752Z Checking rustls-pemfile v1.0.4
17252024-08-05T16:08:20.896Z Checking addr2line v0.21.0
17262024-08-05T16:08:20.934Z Checking clap_builder v4.5.13
17272024-08-05T16:08:21.031Z Checking bstr v0.2.17
17282024-08-05T16:08:21.127Z Checking idna v0.2.3
17292024-08-05T16:08:21.415Z Checking smoltcp v0.9.1
17302024-08-05T16:08:21.864Z Checking group v0.13.0
17312024-08-05T16:08:22.002Z Checking r2d2 v0.8.10
17322024-08-05T16:08:22.114Z Checking cookie_store v0.20.0
17332024-08-05T16:08:22.312Z Checking signal-hook-mio v0.2.3
17342024-08-05T16:08:22.444Z Checking inout v0.1.3
17352024-08-05T16:08:22.674Z Checking phf v0.11.2
17362024-08-05T16:08:22.755Z Checking toml_edit v0.19.15
17372024-08-05T16:08:22.767Z Checking ipnetwork v0.20.0
17382024-08-05T16:08:22.873Z Checking postgres-types v0.2.7
17392024-08-05T16:08:22.940Z Checking num-bigint v0.4.5
17402024-08-05T16:08:23.134Z Checking futures-executor v0.3.30
17412024-08-05T16:08:23.356Z Checking hubpack v0.1.2
17422024-08-05T16:08:23.559Z Checking serde_urlencoded v0.7.1
17432024-08-05T16:08:23.665Z Checking phf_shared v0.10.0
17442024-08-05T16:08:23.946Z Checking hkdf v0.12.4
17452024-08-05T16:08:23.949Z Checking float-cmp v0.9.0
17462024-08-05T16:08:23.978Z Checking zerocopy v0.6.6
17472024-08-05T16:08:24.130Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17482024-08-05T16:08:24.157Z Checking crc32fast v1.4.0
17492024-08-05T16:08:24.263Z Checking hyper v0.14.30
17502024-08-05T16:08:24.375Z Checking crossbeam-utils v0.8.19
17512024-08-05T16:08:24.389Z Checking crypto-bigint v0.5.5
17522024-08-05T16:08:24.483Z Checking usdt-impl v0.5.0
17532024-08-05T16:08:24.699Z Checking memmap v0.7.0
17542024-08-05T16:08:24.896Z Checking encoding_rs v0.8.34
17552024-08-05T16:08:25.016Z Checking sync_wrapper v0.1.2
17562024-08-05T16:08:25.040Z Checking backtrace v0.3.71
17572024-08-05T16:08:25.098Z Checking new_debug_unreachable v1.0.6
17582024-08-05T16:08:25.132Z Checking normalize-line-endings v0.3.0
17592024-08-05T16:08:25.184Z Checking unicode-width v0.1.13
17602024-08-05T16:08:25.252Z Checking fixedbitset v0.4.2
17612024-08-05T16:08:25.267Z Checking precomputed-hash v0.1.1
17622024-08-05T16:08:25.363Z Checking difflib v0.4.0
17632024-08-05T16:08:25.377Z Checking mime v0.3.17
17642024-08-05T16:08:25.451Z Checking static_assertions v1.1.0
17652024-08-05T16:08:25.521Z Checking webpki-roots v0.25.4
17662024-08-05T16:08:25.541Z Checking whoami v1.5.1
17672024-08-05T16:08:25.554Z Checking unicode-segmentation v1.11.0
17682024-08-05T16:08:25.660Z Checking minimal-lexical v0.2.1
17692024-08-05T16:08:25.675Z Checking predicates-core v1.0.6
17702024-08-05T16:08:25.678Z Checking winnow v0.6.18
17712024-08-05T16:08:25.818Z Checking data-encoding v2.6.0
17722024-08-05T16:08:25.848Z Checking predicates v3.1.2
17732024-08-05T16:08:26.061Z Checking nom v7.1.3
17742024-08-05T16:08:26.197Z Checking similar v2.5.0
17752024-08-05T16:08:26.508Z Checking trust-dns-proto v0.22.0
17762024-08-05T16:08:26.524Z Checking tokio-postgres v0.7.11
17772024-08-05T16:08:27.036Z Checking anyhow v1.0.86
17782024-08-05T16:08:27.140Z Checking elliptic-curve v0.13.8
17792024-08-05T16:08:27.179Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17802024-08-05T16:08:27.399Z Checking petgraph v0.6.5
17812024-08-05T16:08:27.797Z Checking yasna v0.5.2
17822024-08-05T16:08:28.703Z Checking toml_edit v0.22.20
17832024-08-05T16:08:28.730Z Checking string_cache v0.8.7
17842024-08-05T16:08:29.009Z Checking console v0.15.8
17852024-08-05T16:08:29.023Z Checking toml v0.7.8
17862024-08-05T16:08:29.551Z Checking crossbeam-epoch v0.9.18
17872024-08-05T16:08:29.599Z Checking usdt v0.5.0
17882024-08-05T16:08:29.765Z Checking diesel v2.1.6
17892024-08-05T16:08:29.867Z Checking flate2 v1.0.31
17902024-08-05T16:08:29.994Z Checking clap v4.5.13
17912024-08-05T16:08:30.102Z Checking futures v0.3.30
17922024-08-05T16:08:30.217Z Checking cipher v0.4.4
17932024-08-05T16:08:30.370Z Checking hyper-rustls v0.24.2
17942024-08-05T16:08:30.416Z Checking hyper-tls v0.5.0
17952024-08-05T16:08:30.476Z Checking crossterm v0.27.0
17962024-08-05T16:08:30.609Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972024-08-05T16:08:30.634Z Checking itertools v0.12.1
17982024-08-05T16:08:30.668Z Checking itertools v0.10.5
17992024-08-05T16:08:30.691Z Checking reqwest v0.11.27
18002024-08-05T16:08:30.781Z Checking bstr v1.9.1
18012024-08-05T16:08:31.344Z Checking bit-set v0.5.3
18022024-08-05T16:08:31.614Z Checking tokio-stream v0.1.15
18032024-08-05T16:08:31.719Z Checking fs-err v2.11.0
18042024-08-05T16:08:32.233Z Checking num-iter v0.1.45
18052024-08-05T16:08:32.237Z Checking openapiv3 v2.0.0
18062024-08-05T16:08:32.261Z Checking semver v1.0.23
18072024-08-05T16:08:32.284Z Checking hex v0.4.3
18082024-08-05T16:08:32.409Z Checking slog v2.7.0
18092024-08-05T16:08:32.412Z Checking lalrpop-util v0.19.12
18102024-08-05T16:08:32.667Z Checking peg-runtime v0.8.3
18112024-08-05T16:08:32.725Z Checking camino v1.1.7
18122024-08-05T16:08:32.754Z Checking sigpipe v0.1.3
18132024-08-05T16:08:49.556Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18142024-08-05T16:08:49.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.15s
18152024-08-05T16:08:49.981Z
18162024-08-05T16:08:49.981Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142)
18172024-08-05T16:08:50.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182024-08-05T16:08:50.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192024-08-05T16:08:50.599Z Compiling regress v0.9.1
18202024-08-05T16:08:50.688Z Checking sha1 v0.10.6
18212024-08-05T16:08:50.698Z Checking strum v0.26.3
18222024-08-05T16:08:50.715Z Checking heck v0.5.0
18232024-08-05T16:08:50.726Z Compiling getopts v0.2.21
18242024-08-05T16:08:50.728Z Checking dirs-sys-next v0.1.2
18252024-08-05T16:08:50.748Z Compiling unsafe-libyaml v0.2.11
18262024-08-05T16:08:50.882Z Checking http v1.1.0
18272024-08-05T16:08:50.895Z Checking dirs-next v2.0.0
18282024-08-05T16:08:50.919Z Checking thread_local v1.1.8
18292024-08-05T16:08:51.014Z Checking rustls-pki-types v1.7.0
18302024-08-05T16:08:51.120Z Compiling ident_case v1.0.1
18312024-08-05T16:08:51.183Z Checking term v0.7.0
18322024-08-05T16:08:51.298Z Compiling darling_core v0.20.9
18332024-08-05T16:08:51.437Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18342024-08-05T16:08:51.592Z Checking crossbeam-channel v0.5.12
18352024-08-05T16:08:51.631Z Checking atty v0.2.14
18362024-08-05T16:08:51.748Z Checking is-terminal v0.4.12
18372024-08-05T16:08:51.774Z Compiling rustls v0.22.4
18382024-08-05T16:08:51.864Z Checking take_mut v0.2.2
18392024-08-05T16:08:52.006Z Checking utf-8 v0.7.6
18402024-08-05T16:08:52.057Z Checking termcolor v1.4.1
18412024-08-05T16:08:52.197Z Compiling serde_yaml v0.9.34+deprecated
18422024-08-05T16:08:52.221Z Compiling paste v1.0.15
18432024-08-05T16:08:52.318Z Checking humantime v2.1.0
18442024-08-05T16:08:52.473Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18452024-08-05T16:08:52.610Z Checking env_logger v0.9.3
18462024-08-05T16:08:52.723Z Checking slog-async v2.8.0
18472024-08-05T16:08:52.847Z Checking slog-term v2.9.1
18482024-08-05T16:08:52.860Z Checking rustls-webpki v0.102.4
18492024-08-05T16:08:53.032Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18502024-08-05T16:08:53.046Z Compiling proc-macro-crate v1.3.1
18512024-08-05T16:08:53.363Z Compiling bitstruct_derive v0.1.0
18522024-08-05T16:08:53.398Z Compiling structmeta-derive v0.3.0
18532024-08-05T16:08:53.630Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18542024-08-05T16:08:53.756Z Compiling multer v3.1.0
18552024-08-05T16:08:54.066Z Checking ascii v1.1.0
18562024-08-05T16:08:54.101Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18572024-08-05T16:08:54.242Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18582024-08-05T16:08:54.469Z Checking match_cfg v0.1.0
18592024-08-05T16:08:54.561Z Checking hostname v0.3.1
18602024-08-05T16:08:54.699Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18612024-08-05T16:08:54.769Z Checking bitstruct v0.1.1
18622024-08-05T16:08:54.901Z Compiling num_enum_derive v0.5.11
18632024-08-05T16:08:55.672Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18642024-08-05T16:08:55.835Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18652024-08-05T16:08:56.382Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18662024-08-05T16:08:56.397Z Compiling structmeta v0.3.0
18672024-08-05T16:08:56.654Z Checking slog-json v2.6.1
18682024-08-05T16:08:56.678Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18692024-08-05T16:08:56.826Z Checking serde_arrays v0.1.0
18702024-08-05T16:08:56.911Z Checking erased-serde v0.3.31
18712024-08-05T16:08:56.925Z Compiling foreign-types-macros v0.2.3
18722024-08-05T16:08:56.972Z Compiling async-stream-impl v0.3.5
18732024-08-05T16:08:57.325Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18742024-08-05T16:08:57.564Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18752024-08-05T16:08:57.638Z Checking arc-swap v1.7.1
18762024-08-05T16:08:57.848Z Checking foreign-types-shared v0.3.1
18772024-08-05T16:08:57.925Z Checking atomic-waker v1.1.2
18782024-08-05T16:08:58.001Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-08-05T16:08:58.053Z Checking waitgroup v0.1.2
18802024-08-05T16:08:58.075Z Checking slog-scope v4.4.0
18812024-08-05T16:08:58.254Z Checking foreign-types v0.5.0
18822024-08-05T16:08:58.272Z Checking num_enum v0.5.11
18832024-08-05T16:08:58.285Z Checking slog-bunyan v2.5.0
18842024-08-05T16:08:58.356Z Compiling parse-display-derive v0.9.1
18852024-08-05T16:08:58.382Z Compiling darling_macro v0.20.9
18862024-08-05T16:08:58.411Z Compiling proc-macro-error v1.0.4
18872024-08-05T16:08:58.458Z Checking async-stream v0.3.5
18882024-08-05T16:08:58.793Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18892024-08-05T16:08:58.895Z Checking toml v0.8.19
18902024-08-05T16:08:59.011Z Checking tungstenite v0.20.1
18912024-08-05T16:08:59.092Z Checking rustls-pemfile v2.1.2
18922024-08-05T16:08:59.333Z Compiling heck v0.3.3
18932024-08-05T16:08:59.356Z Compiling darling v0.20.9
18942024-08-05T16:08:59.482Z Compiling serde_with_macros v3.8.3
18952024-08-05T16:08:59.527Z Checking tokio-rustls v0.25.0
18962024-08-05T16:08:59.617Z Checking newtype-uuid v1.1.0
18972024-08-05T16:08:59.743Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18982024-08-05T16:08:59.856Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18992024-08-05T16:08:59.875Z Checking serde_path_to_error v0.1.16
19002024-08-05T16:08:59.904Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19012024-08-05T16:09:00.494Z Checking hostname v0.4.0
19022024-08-05T16:09:00.635Z Checking cstr-argument v0.1.2
19032024-08-05T16:09:00.687Z Checking instant v0.1.12
19042024-08-05T16:09:00.742Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19052024-08-05T16:09:00.795Z Checking debug-ignore v1.0.5
19062024-08-05T16:09:00.796Z Checking fastrand v2.1.0
19072024-08-05T16:09:00.934Z Checking pretty-hex v0.2.1
19082024-08-05T16:09:01.058Z Checking backoff v0.4.0
19092024-08-05T16:09:01.093Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19102024-08-05T16:09:01.112Z Checking tempfile v3.10.1
19112024-08-05T16:09:01.359Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19122024-08-05T16:09:01.475Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19132024-08-05T16:09:01.522Z Checking tokio-tungstenite v0.20.1
19142024-08-05T16:09:01.620Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19152024-08-05T16:09:01.673Z Compiling zone_cfg_derive v0.1.2
19162024-08-05T16:09:01.849Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19172024-08-05T16:09:01.983Z Checking slog-stdlog v4.1.1
19182024-08-05T16:09:02.158Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19192024-08-05T16:09:02.311Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19202024-08-05T16:09:02.473Z Checking serde_with v3.8.3
19212024-08-05T16:09:02.637Z Checking tungstenite v0.21.0
19222024-08-05T16:09:02.640Z Checking colored v2.1.0
19232024-08-05T16:09:02.996Z Checking macaddr v1.0.1
19242024-08-05T16:09:03.230Z Checking parse-display v0.9.1
19252024-08-05T16:09:03.246Z Checking socket2 v0.4.10
19262024-08-05T16:09:03.346Z Checking base64 v0.13.1
19272024-08-05T16:09:03.457Z Checking zone v0.1.8
19282024-08-05T16:09:03.662Z Checking tokio-tungstenite v0.21.0
19292024-08-05T16:09:03.763Z Checking ron v0.7.1
19302024-08-05T16:09:04.100Z Checking slog-envlogger v2.2.0
19312024-08-05T16:09:04.127Z Checking pem v3.0.4
19322024-08-05T16:09:04.329Z Checking tabwriter v1.4.0
19332024-08-05T16:09:04.399Z Checking xattr v1.3.1
19342024-08-05T16:09:04.558Z Checking portpicker v0.1.1
19352024-08-05T16:09:04.587Z Checking headers-core v0.2.0
19362024-08-05T16:09:04.703Z Checking smf v0.2.3
19372024-08-05T16:09:04.735Z Checking filetime v0.2.23
19382024-08-05T16:09:04.935Z Checking same-file v1.0.6
19392024-08-05T16:09:04.953Z Checking tar v0.4.41
19402024-08-05T16:09:05.116Z Checking walkdir v2.5.0
19412024-08-05T16:09:05.153Z Checking headers v0.3.9
19422024-08-05T16:09:05.397Z Checking rcgen v0.12.1
19432024-08-05T16:09:05.494Z Checking atomicwrites v0.4.3
19442024-08-05T16:09:05.681Z Checking camino-tempfile v1.1.1
19452024-08-05T16:09:05.684Z Checking subprocess v0.2.9
19462024-08-05T16:09:06.929Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19472024-08-05T16:09:07.131Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19482024-08-05T16:09:08.751Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19492024-08-05T16:09:10.768Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19502024-08-05T16:09:10.835Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19512024-08-05T16:09:13.939Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19522024-08-05T16:09:19.577Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19532024-08-05T16:09:19.710Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19542024-08-05T16:09:19.710Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19552024-08-05T16:09:22.105Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19562024-08-05T16:09:22.515Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19572024-08-05T16:09:28.001Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19582024-08-05T16:09:29.325Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19592024-08-05T16:09:30.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.42s
19602024-08-05T16:09:30.557Z
19612024-08-05T16:09:30.557Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142)
19622024-08-05T16:09:31.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632024-08-05T16:09:31.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642024-08-05T16:09:31.193Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19652024-08-05T16:09:32.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
19662024-08-05T16:09:32.567Z
19672024-08-05T16:09:32.567Zinfo: running `cargo check --bins` on nexus-config (31/142)
19682024-08-05T16:09:33.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692024-08-05T16:09:33.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702024-08-05T16:09:33.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712024-08-05T16:09:33.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19722024-08-05T16:09:33.166Z
19732024-08-05T16:09:33.166Zinfo: running `cargo check --bins` on omicron-rpaths (32/142)
19742024-08-05T16:09:33.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752024-08-05T16:09:33.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762024-08-05T16:09:33.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772024-08-05T16:09:33.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19782024-08-05T16:09:33.739Z
19792024-08-05T16:09:33.739Zinfo: running `cargo check --bins` on omicron-certificates (33/142)
19802024-08-05T16:09:34.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812024-08-05T16:09:34.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822024-08-05T16:09:34.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832024-08-05T16:09:34.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19842024-08-05T16:09:34.341Z
19852024-08-05T16:09:34.341Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/142)
19862024-08-05T16:09:34.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872024-08-05T16:09:34.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882024-08-05T16:09:34.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892024-08-05T16:09:34.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19902024-08-05T16:09:34.953Z
19912024-08-05T16:09:34.953Zinfo: running `cargo check --bins` on cockroach-admin-client (35/142)
19922024-08-05T16:09:35.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932024-08-05T16:09:35.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942024-08-05T16:09:35.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952024-08-05T16:09:35.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19962024-08-05T16:09:35.531Z
19972024-08-05T16:09:35.531Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/142)
19982024-08-05T16:09:36.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992024-08-05T16:09:36.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002024-08-05T16:09:36.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012024-08-05T16:09:36.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20022024-08-05T16:09:36.145Z
20032024-08-05T16:09:36.145Zinfo: running `cargo check --bins` on dns-service-client (37/142)
20042024-08-05T16:09:36.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052024-08-05T16:09:36.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062024-08-05T16:09:36.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072024-08-05T16:09:36.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20082024-08-05T16:09:36.726Z
20092024-08-05T16:09:36.726Zinfo: running `cargo check --bins` on dpd-client (38/142)
20102024-08-05T16:09:37.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112024-08-05T16:09:37.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122024-08-05T16:09:37.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132024-08-05T16:09:37.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20142024-08-05T16:09:37.306Z
20152024-08-05T16:09:37.306Zinfo: running `cargo check --bins` on gateway-client (39/142)
20162024-08-05T16:09:37.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172024-08-05T16:09:37.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182024-08-05T16:09:37.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192024-08-05T16:09:37.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20202024-08-05T16:09:37.874Z
20212024-08-05T16:09:37.874Zinfo: running `cargo check --bins` on installinator-client (40/142)
20222024-08-05T16:09:38.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232024-08-05T16:09:38.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242024-08-05T16:09:38.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252024-08-05T16:09:38.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20262024-08-05T16:09:38.481Z
20272024-08-05T16:09:38.481Zinfo: running `cargo check --bins` on installinator-common (41/142)
20282024-08-05T16:09:39.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292024-08-05T16:09:39.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302024-08-05T16:09:39.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312024-08-05T16:09:39.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20322024-08-05T16:09:39.088Z
20332024-08-05T16:09:39.088Zinfo: running `cargo check --bins` on update-engine (42/142)
20342024-08-05T16:09:39.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352024-08-05T16:09:39.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362024-08-05T16:09:39.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372024-08-05T16:09:39.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20382024-08-05T16:09:39.670Z
20392024-08-05T16:09:39.670Zinfo: running `cargo check --bins` on nexus-client (43/142)
20402024-08-05T16:09:40.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412024-08-05T16:09:40.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422024-08-05T16:09:40.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432024-08-05T16:09:40.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20442024-08-05T16:09:40.289Z
20452024-08-05T16:09:40.289Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/142)
20462024-08-05T16:09:40.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472024-08-05T16:09:40.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482024-08-05T16:09:40.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492024-08-05T16:09:40.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20502024-08-05T16:09:40.900Z
20512024-08-05T16:09:40.900Zinfo: running `cargo check --bins` on omicron-passwords (45/142)
20522024-08-05T16:09:41.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532024-08-05T16:09:41.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542024-08-05T16:09:41.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552024-08-05T16:09:41.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20562024-08-05T16:09:41.476Z
20572024-08-05T16:09:41.476Zinfo: running `cargo check --bins` on nexus-types (46/142)
20582024-08-05T16:09:42.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592024-08-05T16:09:42.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602024-08-05T16:09:42.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612024-08-05T16:09:42.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20622024-08-05T16:09:42.095Z
20632024-08-05T16:09:42.095Zinfo: running `cargo check --bins` on oxide-client (47/142)
20642024-08-05T16:09:42.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-08-05T16:09:42.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-08-05T16:09:42.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672024-08-05T16:09:42.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20682024-08-05T16:09:42.671Z
20692024-08-05T16:09:42.671Zinfo: running `cargo check --bins` on oximeter-client (48/142)
20702024-08-05T16:09:43.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712024-08-05T16:09:43.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722024-08-05T16:09:43.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732024-08-05T16:09:43.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20742024-08-05T16:09:43.262Z
20752024-08-05T16:09:43.263Zinfo: running `cargo check --bins` on sled-agent-client (49/142)
20762024-08-05T16:09:43.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772024-08-05T16:09:43.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782024-08-05T16:09:43.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792024-08-05T16:09:43.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20802024-08-05T16:09:43.881Z
20812024-08-05T16:09:43.881Zinfo: running `cargo check --bins` on wicketd-client (50/142)
20822024-08-05T16:09:44.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832024-08-05T16:09:44.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842024-08-05T16:09:44.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852024-08-05T16:09:44.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20862024-08-05T16:09:44.503Z
20872024-08-05T16:09:44.503Zinfo: running `cargo check --bins` on wicket-common (51/142)
20882024-08-05T16:09:45.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892024-08-05T16:09:45.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902024-08-05T16:09:45.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912024-08-05T16:09:45.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20922024-08-05T16:09:45.119Z
20932024-08-05T16:09:45.119Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/142)
20942024-08-05T16:09:45.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952024-08-05T16:09:45.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962024-08-05T16:09:45.749Z Compiling heapless v0.8.0
20972024-08-05T16:09:45.833Z Checking hash32 v0.3.1
20982024-08-05T16:09:45.842Z Compiling smoltcp v0.11.0
20992024-08-05T16:09:45.852Z Checking cobs v0.2.3
21002024-08-05T16:09:45.855Z Checking embedded-io v0.4.0
21012024-08-05T16:09:45.872Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21022024-08-05T16:09:45.874Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21032024-08-05T16:09:45.893Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21042024-08-05T16:09:45.992Z Compiling crucible-workspace-hack v0.1.0
21052024-08-05T16:09:46.008Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21062024-08-05T16:09:46.022Z Checking csv-core v0.1.11
21072024-08-05T16:09:46.042Z Checking postcard v1.0.8
21082024-08-05T16:09:46.214Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21092024-08-05T16:09:46.342Z Checking csv v1.3.0
21102024-08-05T16:09:46.400Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21112024-08-05T16:09:46.421Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21122024-08-05T16:09:46.577Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21132024-08-05T16:09:46.696Z Compiling num-derive v0.4.2
21142024-08-05T16:09:46.768Z Compiling slog-dtrace v0.3.0
21152024-08-05T16:09:46.783Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21162024-08-05T16:09:46.892Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21172024-08-05T16:09:47.108Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21182024-08-05T16:09:47.169Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21192024-08-05T16:09:47.600Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21202024-08-05T16:09:47.760Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21212024-08-05T16:09:48.382Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21222024-08-05T16:09:49.540Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21232024-08-05T16:09:50.361Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21242024-08-05T16:09:51.371Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21252024-08-05T16:09:53.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.86s
21262024-08-05T16:09:54.125Z
21272024-08-05T16:09:54.125Zinfo: running `cargo check --bins` on cockroach-admin-api (53/142)
21282024-08-05T16:09:54.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-08-05T16:09:54.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-08-05T16:09:54.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312024-08-05T16:09:54.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21322024-08-05T16:09:54.720Z
21332024-08-05T16:09:54.720Zinfo: running `cargo check --bins` on cockroach-admin-types (54/142)
21342024-08-05T16:09:55.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-08-05T16:09:55.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-08-05T16:09:55.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372024-08-05T16:09:55.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21382024-08-05T16:09:55.316Z
21392024-08-05T16:09:55.316Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142)
21402024-08-05T16:09:55.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412024-08-05T16:09:55.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422024-08-05T16:09:55.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432024-08-05T16:09:55.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21442024-08-05T16:09:56.007Z
21452024-08-05T16:09:56.007Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142)
21462024-08-05T16:09:56.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472024-08-05T16:09:56.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482024-08-05T16:09:56.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492024-08-05T16:09:56.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21502024-08-05T16:09:56.701Z
21512024-08-05T16:09:56.701Zinfo: running `cargo check --bins` on dns-server (57/142)
21522024-08-05T16:09:57.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532024-08-05T16:09:57.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542024-08-05T16:09:57.291Z Compiling parking_lot_core v0.8.6
21552024-08-05T16:09:57.294Z Checking nibble_vec v0.1.0
21562024-08-05T16:09:57.384Z Checking endian-type v0.1.2
21572024-08-05T16:09:57.391Z Checking newline-converter v0.3.0
21582024-08-05T16:09:57.394Z Checking linked-hash-map v0.5.6
21592024-08-05T16:09:57.394Z Checking quick-error v1.2.3
21602024-08-05T16:09:57.400Z Checking toml v0.5.11
21612024-08-05T16:09:57.404Z Checking fxhash v0.2.1
21622024-08-05T16:09:57.519Z Checking resolv-conf v0.7.0
21632024-08-05T16:09:57.532Z Checking expectorate v1.1.0
21642024-08-05T16:09:57.536Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21652024-08-05T16:09:57.556Z Checking radix_trie v0.2.1
21662024-08-05T16:09:57.669Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21672024-08-05T16:09:57.718Z Checking lru-cache v0.1.2
21682024-08-05T16:09:57.877Z Checking trust-dns-client v0.22.0
21692024-08-05T16:09:57.894Z Checking trust-dns-resolver v0.22.0
21702024-08-05T16:09:58.118Z Checking parking_lot v0.11.2
21712024-08-05T16:09:58.447Z Checking sled v0.34.7
21722024-08-05T16:09:58.748Z Checking trust-dns-server v0.22.1
21732024-08-05T16:10:00.250Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21742024-08-05T16:10:01.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
21752024-08-05T16:10:01.455Z
21762024-08-05T16:10:01.455Zinfo: running `cargo check --bins` on dns-server-api (58/142)
21772024-08-05T16:10:01.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-08-05T16:10:02.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-08-05T16:10:02.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802024-08-05T16:10:02.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21812024-08-05T16:10:02.060Z
21822024-08-05T16:10:02.061Zinfo: running `cargo check --bins` on gateway-test-utils (59/142)
21832024-08-05T16:10:02.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-08-05T16:10:02.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-08-05T16:10:02.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-08-05T16:10:02.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21872024-08-05T16:10:02.730Z
21882024-08-05T16:10:02.730Zinfo: running `cargo check --bins` on gateway-types (60/142)
21892024-08-05T16:10:03.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-08-05T16:10:03.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-08-05T16:10:03.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922024-08-05T16:10:03.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21932024-08-05T16:10:03.351Z
21942024-08-05T16:10:03.351Zinfo: running `cargo check --bins` on ipcc (61/142)
21952024-08-05T16:10:03.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962024-08-05T16:10:03.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972024-08-05T16:10:03.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982024-08-05T16:10:03.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21992024-08-05T16:10:03.956Z
22002024-08-05T16:10:03.956Zinfo: running `cargo check --bins` on omicron-gateway (62/142)
22012024-08-05T16:10:04.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022024-08-05T16:10:04.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032024-08-05T16:10:04.615Z Compiling radium v0.7.0
22042024-08-05T16:10:04.703Z Compiling maybe-uninit v2.0.0
22052024-08-05T16:10:04.706Z Checking tap v1.0.1
22062024-08-05T16:10:04.722Z Compiling bzip2-sys v0.1.11+1.0.8
22072024-08-05T16:10:04.725Z Compiling packed_struct v0.10.1
22082024-08-05T16:10:04.725Z Compiling num-bigint-dig v0.8.4
22092024-08-05T16:10:04.725Z Checking funty v2.0.0
22102024-08-05T16:10:04.734Z Checking crc-catalog v2.4.0
22112024-08-05T16:10:04.838Z Checking wyz v0.5.1
22122024-08-05T16:10:04.903Z Checking crc v3.2.1
22132024-08-05T16:10:05.066Z Compiling packed_struct_codegen v0.10.1
22142024-08-05T16:10:05.191Z Checking half v2.4.1
22152024-08-05T16:10:05.236Z Compiling indexmap v1.9.3
22162024-08-05T16:10:05.273Z Checking ciborium-io v0.2.2
22172024-08-05T16:10:05.383Z Checking nodrop v0.1.14
22182024-08-05T16:10:05.386Z Checking smallvec v0.6.14
22192024-08-05T16:10:05.498Z Checking array-init v0.0.4
22202024-08-05T16:10:05.578Z Checking pkcs1 v0.7.5
22212024-08-05T16:10:05.655Z Checking ciborium-ll v0.2.2
22222024-08-05T16:10:05.675Z Checking bitvec v1.0.1
22232024-08-05T16:10:05.773Z Checking signature v2.2.0
22242024-08-05T16:10:05.954Z Compiling memoffset v0.9.1
22252024-08-05T16:10:05.966Z Checking bitfield v0.14.0
22262024-08-05T16:10:05.979Z Checking hashbrown v0.12.3
22272024-08-05T16:10:06.055Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22282024-08-05T16:10:06.251Z Checking bzip2 v0.4.4
22292024-08-05T16:10:06.381Z Checking env_logger v0.10.2
22302024-08-05T16:10:06.396Z Checking ciborium v0.2.2
22312024-08-05T16:10:06.518Z Checking serde-hex v0.1.0
22322024-08-05T16:10:06.534Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22332024-08-05T16:10:06.777Z Checking ron v0.8.1
22342024-08-05T16:10:06.791Z Checking x509-cert v0.2.5
22352024-08-05T16:10:07.398Z Checking hashbrown v0.13.2
22362024-08-05T16:10:07.663Z Checking crc-any v2.5.0
22372024-08-05T16:10:07.666Z Checking rsa v0.9.6
22382024-08-05T16:10:08.048Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22392024-08-05T16:10:08.065Z Checking zip v0.6.6
22402024-08-05T16:10:08.368Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22412024-08-05T16:10:08.437Z Checking path-slash v0.1.5
22422024-08-05T16:10:08.453Z Checking object v0.30.4
22432024-08-05T16:10:08.561Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22442024-08-05T16:10:08.575Z Checking nix v0.27.1
22452024-08-05T16:10:08.733Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22462024-08-05T16:10:08.747Z Checking serde-big-array v0.5.1
22472024-08-05T16:10:08.750Z Checking signal-hook-tokio v0.3.1
22482024-08-05T16:10:10.581Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22492024-08-05T16:10:11.245Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22502024-08-05T16:10:17.643Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22512024-08-05T16:10:18.866Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22522024-08-05T16:10:20.530Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22532024-08-05T16:10:22.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.29s
22542024-08-05T16:10:22.407Z
22552024-08-05T16:10:22.407Zinfo: running `cargo check --bins` on gateway-api (63/142)
22562024-08-05T16:10:22.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-08-05T16:10:22.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-08-05T16:10:22.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592024-08-05T16:10:22.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22602024-08-05T16:10:23.007Z
22612024-08-05T16:10:23.008Zinfo: running `cargo check --bins` on sp-sim (64/142)
22622024-08-05T16:10:23.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-08-05T16:10:23.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-08-05T16:10:23.610Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22652024-08-05T16:10:25.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
22662024-08-05T16:10:25.352Z
22672024-08-05T16:10:25.352Zinfo: running `cargo check --bins` on internal-dns (65/142)
22682024-08-05T16:10:25.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-08-05T16:10:25.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-08-05T16:10:25.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712024-08-05T16:10:25.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22722024-08-05T16:10:25.954Z
22732024-08-05T16:10:25.954Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142)
22742024-08-05T16:10:26.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752024-08-05T16:10:26.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762024-08-05T16:10:26.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772024-08-05T16:10:26.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22782024-08-05T16:10:26.603Z
22792024-08-05T16:10:26.603Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142)
22802024-08-05T16:10:27.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812024-08-05T16:10:27.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822024-08-05T16:10:27.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832024-08-05T16:10:27.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22842024-08-05T16:10:27.255Z
22852024-08-05T16:10:27.255Zinfo: running `cargo check --bins` on db-macros (68/142)
22862024-08-05T16:10:27.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872024-08-05T16:10:27.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882024-08-05T16:10:27.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892024-08-05T16:10:27.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22902024-08-05T16:10:27.833Z
22912024-08-05T16:10:27.833Zinfo: running `cargo check --bins` on nexus-macros-common (69/142)
22922024-08-05T16:10:28.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932024-08-05T16:10:28.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942024-08-05T16:10:28.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952024-08-05T16:10:28.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22962024-08-05T16:10:28.411Z
22972024-08-05T16:10:28.412Zinfo: running `cargo check --bins` on nexus-auth (70/142)
22982024-08-05T16:10:28.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992024-08-05T16:10:28.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002024-08-05T16:10:28.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23012024-08-05T16:10:28.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23022024-08-05T16:10:29.051Z
23032024-08-05T16:10:29.051Zinfo: running `cargo check --bins` on authz-macros (71/142)
23042024-08-05T16:10:29.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23052024-08-05T16:10:29.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23062024-08-05T16:10:29.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23072024-08-05T16:10:29.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23082024-08-05T16:10:29.632Z
23092024-08-05T16:10:29.632Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/142)
23102024-08-05T16:10:30.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23112024-08-05T16:10:30.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23122024-08-05T16:10:30.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23132024-08-05T16:10:30.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23142024-08-05T16:10:30.259Z
23152024-08-05T16:10:30.259Zinfo: running `cargo check --bins` on nexus-db-model (73/142)
23162024-08-05T16:10:30.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172024-08-05T16:10:30.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182024-08-05T16:10:30.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23192024-08-05T16:10:30.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23202024-08-05T16:10:30.886Z
23212024-08-05T16:10:30.886Zinfo: running `cargo check --bins` on nexus-defaults (74/142)
23222024-08-05T16:10:31.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232024-08-05T16:10:31.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242024-08-05T16:10:31.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23252024-08-05T16:10:31.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23262024-08-05T16:10:31.497Z
23272024-08-05T16:10:31.498Zinfo: running `cargo check --bins` on oximeter (75/142)
23282024-08-05T16:10:32.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-08-05T16:10:32.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-08-05T16:10:32.113Z Compiling rustls-pki-types v1.7.0
23312024-08-05T16:10:32.199Z Compiling prettyplease v0.2.20
23322024-08-05T16:10:32.202Z Compiling match_cfg v0.1.0
23332024-08-05T16:10:32.213Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23342024-08-05T16:10:32.216Z Compiling slog-json v2.6.1
23352024-08-05T16:10:32.223Z Compiling http v1.1.0
23362024-08-05T16:10:32.246Z Compiling atomic-waker v1.1.2
23372024-08-05T16:10:32.261Z Compiling hostname v0.3.1
23382024-08-05T16:10:32.279Z Compiling async-stream v0.3.5
23392024-08-05T16:10:32.422Z Compiling waitgroup v0.1.2
23402024-08-05T16:10:32.483Z Compiling slog-bunyan v2.5.0
23412024-08-05T16:10:32.502Z Compiling toml v0.8.19
23422024-08-05T16:10:32.582Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23432024-08-05T16:10:32.585Z Compiling sha1 v0.10.6
23442024-08-05T16:10:32.628Z Compiling rustls-webpki v0.102.4
23452024-08-05T16:10:32.644Z Compiling rustls-pemfile v2.1.2
23462024-08-05T16:10:32.684Z Compiling newtype-uuid v1.1.0
23472024-08-05T16:10:32.804Z Compiling serde_path_to_error v0.1.16
23482024-08-05T16:10:32.992Z Compiling hostname v0.4.0
23492024-08-05T16:10:32.995Z Compiling instant v0.1.12
23502024-08-05T16:10:33.048Z Compiling debug-ignore v1.0.5
23512024-08-05T16:10:33.119Z Compiling backoff v0.4.0
23522024-08-05T16:10:33.142Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23532024-08-05T16:10:33.188Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23542024-08-05T16:10:33.270Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23552024-08-05T16:10:33.447Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23562024-08-05T16:10:33.462Z Compiling parse-display v0.9.1
23572024-08-05T16:10:33.474Z Compiling serde_with v3.8.3
23582024-08-05T16:10:33.657Z Compiling rustls v0.22.4
23592024-08-05T16:10:34.114Z Compiling multer v3.1.0
23602024-08-05T16:10:34.266Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23612024-08-05T16:10:34.438Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23622024-08-05T16:10:34.612Z Compiling num-rational v0.4.2
23632024-08-05T16:10:34.716Z Compiling num-complex v0.4.6
23642024-08-05T16:10:34.767Z Compiling macaddr v1.0.1
23652024-08-05T16:10:35.844Z Compiling num v0.4.3
23662024-08-05T16:10:35.896Z Compiling float-ord v0.3.2
23672024-08-05T16:10:36.839Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23682024-08-05T16:10:37.575Z Compiling tokio-rustls v0.25.0
23692024-08-05T16:10:37.823Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
23702024-08-05T16:10:41.041Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712024-08-05T16:10:52.043Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23722024-08-05T16:10:55.082Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23732024-08-05T16:10:55.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.17s
23742024-08-05T16:10:55.810Z
23752024-08-05T16:10:55.810Zinfo: running `cargo check --bins` on oximeter-impl (76/142)
23762024-08-05T16:10:56.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-08-05T16:10:56.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-08-05T16:10:56.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792024-08-05T16:10:56.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23802024-08-05T16:10:56.402Z
23812024-08-05T16:10:56.402Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/142)
23822024-08-05T16:10:56.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-08-05T16:10:56.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-08-05T16:10:56.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852024-08-05T16:10:56.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23862024-08-05T16:10:56.978Z
23872024-08-05T16:10:56.978Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/142)
23882024-08-05T16:10:57.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-08-05T16:10:57.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-08-05T16:10:57.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-08-05T16:10:57.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23922024-08-05T16:10:57.582Z
23932024-08-05T16:10:57.582Zinfo: running `cargo check --bins` on nexus-inventory (79/142)
23942024-08-05T16:10:58.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-08-05T16:10:58.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-08-05T16:10:58.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-08-05T16:10:58.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23982024-08-05T16:10:58.229Z
23992024-08-05T16:10:58.229Zinfo: running `cargo check --bins` on typed-rng (80/142)
24002024-08-05T16:10:58.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-08-05T16:10:58.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-08-05T16:10:58.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24032024-08-05T16:10:58.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24042024-08-05T16:10:58.798Z
24052024-08-05T16:10:58.798Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142)
24062024-08-05T16:10:59.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-08-05T16:10:59.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-08-05T16:10:59.507Z Checking password-hash v0.5.0
24092024-08-05T16:10:59.507Z Checking blake2 v0.10.6
24102024-08-05T16:10:59.507Z Compiling semver v0.1.20
24112024-08-05T16:10:59.507Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122024-08-05T16:10:59.510Z Compiling convert_case v0.4.0
24132024-08-05T16:10:59.608Z Compiling rayon-core v1.12.1
24142024-08-05T16:10:59.629Z Compiling crossbeam-deque v0.8.5
24152024-08-05T16:10:59.641Z Compiling unicase v2.7.0
24162024-08-05T16:10:59.900Z Compiling rustc_version v0.1.7
24172024-08-05T16:10:59.974Z Compiling fastrand v2.1.0
24182024-08-05T16:10:59.993Z Compiling same-file v1.0.6
24192024-08-05T16:11:00.010Z Compiling libefi-sys v0.1.0
24202024-08-05T16:11:00.048Z Checking argon2 v0.5.3
24212024-08-05T16:11:00.220Z Compiling walkdir v2.5.0
24222024-08-05T16:11:00.279Z Compiling tempfile v3.10.1
24232024-08-05T16:11:00.381Z Compiling newtype_derive v0.1.6
24242024-08-05T16:11:00.507Z Compiling curve25519-dalek v4.1.3
24252024-08-05T16:11:00.510Z Compiling bitfield-struct v0.6.1
24262024-08-05T16:11:00.549Z Compiling derive_more v0.99.18
24272024-08-05T16:11:00.738Z Compiling derive-where v1.2.7
24282024-08-05T16:11:00.755Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24292024-08-05T16:11:00.955Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24302024-08-05T16:11:01.043Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24312024-08-05T16:11:01.094Z Compiling ring v0.16.20
24322024-08-05T16:11:01.137Z Compiling blake3 v1.5.1
24332024-08-05T16:11:01.341Z Checking keccak v0.1.5
24342024-08-05T16:11:01.677Z Checking sha3 v0.10.8
24352024-08-05T16:11:01.999Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24362024-08-05T16:11:02.124Z Compiling rayon v1.10.0
24372024-08-05T16:11:02.248Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24382024-08-05T16:11:02.420Z Checking universal-hash v0.5.1
24392024-08-05T16:11:02.551Z Compiling thiserror-impl-no-std v2.0.2
24402024-08-05T16:11:02.569Z Checking secrecy v0.8.0
24412024-08-05T16:11:02.584Z Compiling curve25519-dalek-derive v0.1.1
24422024-08-05T16:11:02.598Z Compiling memmap2 v0.9.4
24432024-08-05T16:11:02.780Z Checking opaque-debug v0.3.1
24442024-08-05T16:11:02.879Z Compiling home v0.5.9
24452024-08-05T16:11:03.068Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24462024-08-05T16:11:03.178Z Compiling arrayvec v0.7.4
24472024-08-05T16:11:03.195Z Compiling constant_time_eq v0.3.0
24482024-08-05T16:11:03.391Z Compiling arrayref v0.3.7
24492024-08-05T16:11:03.499Z Compiling untrusted v0.7.1
24502024-08-05T16:11:03.598Z Compiling spin v0.5.2
24512024-08-05T16:11:03.699Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24522024-08-05T16:11:03.845Z Compiling toolchain_find v0.4.0
24532024-08-05T16:11:04.160Z Checking poly1305 v0.8.0
24542024-08-05T16:11:04.424Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24552024-08-05T16:11:04.662Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24562024-08-05T16:11:04.685Z Checking steno v0.4.1
24572024-08-05T16:11:04.753Z Compiling camino-tempfile v1.1.1
24582024-08-05T16:11:05.233Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24592024-08-05T16:11:05.383Z Checking chacha20 v0.9.1
24602024-08-05T16:11:05.737Z Checking gethostname v0.5.0
24612024-08-05T16:11:05.827Z Checking thiserror-no-std v2.0.2
24622024-08-05T16:11:05.866Z Checking aead v0.5.2
24632024-08-05T16:11:05.941Z Compiling topological-sort v0.2.2
24642024-08-05T16:11:06.077Z Compiling cancel-safe-futures v0.1.5
24652024-08-05T16:11:06.093Z Checking vsss-rs v3.3.4
24662024-08-05T16:11:06.157Z Checking chacha20poly1305 v0.10.1
24672024-08-05T16:11:06.350Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24682024-08-05T16:11:06.461Z Compiling mime_guess v2.0.4
24692024-08-05T16:11:06.961Z Compiling rustfmt-wrapper v0.2.1
24702024-08-05T16:11:07.577Z Compiling omicron-zone-package v0.11.0
24712024-08-05T16:11:07.775Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24722024-08-05T16:11:07.808Z Checking glob v0.3.1
24732024-08-05T16:11:08.360Z Checking libsw v3.3.1
24742024-08-05T16:11:08.473Z Checking swrite v0.1.0
24752024-08-05T16:11:08.489Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24762024-08-05T16:11:08.530Z Checking owo-colors v4.0.0
24772024-08-05T16:11:08.589Z Checking linear-map v1.2.0
24782024-08-05T16:11:08.635Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24792024-08-05T16:11:08.933Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24802024-08-05T16:11:09.276Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24812024-08-05T16:11:09.459Z Checking kstat-rs v0.2.4
24822024-08-05T16:11:09.530Z Checking nanorand v0.7.0
24832024-08-05T16:11:09.743Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24842024-08-05T16:11:09.812Z Checking http-range v0.1.5
24852024-08-05T16:11:09.886Z Checking flume v0.11.0
24862024-08-05T16:11:10.139Z Checking hyper-staticfile v0.9.5
24872024-08-05T16:11:10.142Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24882024-08-05T16:11:10.349Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24892024-08-05T16:11:10.375Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24902024-08-05T16:11:10.397Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24912024-08-05T16:11:10.412Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24922024-08-05T16:11:10.709Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24932024-08-05T16:11:11.741Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24942024-08-05T16:11:12.098Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24952024-08-05T16:11:13.403Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24962024-08-05T16:11:13.836Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24972024-08-05T16:11:13.940Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24982024-08-05T16:11:14.321Z Checking display-error-chain v0.2.0
24992024-08-05T16:11:20.649Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25002024-08-05T16:11:25.778Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25012024-08-05T16:11:25.781Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25022024-08-05T16:11:26.417Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25032024-08-05T16:11:40.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.83s
25042024-08-05T16:11:40.799Z
25052024-08-05T16:11:40.799Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142)
25062024-08-05T16:11:41.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-08-05T16:11:41.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-08-05T16:11:41.492Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25092024-08-05T16:11:55.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.05s
25102024-08-05T16:11:56.012Z
25112024-08-05T16:11:56.012Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142)
25122024-08-05T16:11:56.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-08-05T16:11:56.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-08-05T16:11:56.706Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25152024-08-05T16:12:10.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.90s
25162024-08-05T16:12:11.084Z
25172024-08-05T16:12:11.084Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142)
25182024-08-05T16:12:11.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-08-05T16:12:11.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-08-05T16:12:11.770Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25212024-08-05T16:12:26.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.93s
25222024-08-05T16:12:26.183Z
25232024-08-05T16:12:26.183Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142)
25242024-08-05T16:12:26.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-08-05T16:12:26.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-08-05T16:12:26.871Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25272024-08-05T16:12:41.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.94s
25282024-08-05T16:12:41.288Z
25292024-08-05T16:12:41.288Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142)
25302024-08-05T16:12:41.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-08-05T16:12:41.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-08-05T16:12:41.984Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25332024-08-05T16:12:56.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.23s
25342024-08-05T16:12:56.682Z
25352024-08-05T16:12:56.682Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142)
25362024-08-05T16:12:57.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-08-05T16:12:57.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-08-05T16:12:57.362Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25392024-08-05T16:13:11.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.19s
25402024-08-05T16:13:12.038Z
25412024-08-05T16:13:12.038Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142)
25422024-08-05T16:13:12.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-08-05T16:13:12.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-08-05T16:13:12.739Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25452024-08-05T16:13:26.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s
25462024-08-05T16:13:27.071Z
25472024-08-05T16:13:27.071Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/142)
25482024-08-05T16:13:27.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-08-05T16:13:27.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-08-05T16:13:27.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-08-05T16:13:27.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25522024-08-05T16:13:27.705Z
25532024-08-05T16:13:27.705Zinfo: running `cargo check --bins` on sled-agent-types (90/142)
25542024-08-05T16:13:28.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-08-05T16:13:28.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-08-05T16:13:28.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-08-05T16:13:28.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25582024-08-05T16:13:28.329Z
25592024-08-05T16:13:28.329Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/142)
25602024-08-05T16:13:28.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-08-05T16:13:28.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-08-05T16:13:28.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-08-05T16:13:28.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25642024-08-05T16:13:28.944Z
25652024-08-05T16:13:28.944Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142)
25662024-08-05T16:13:29.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-08-05T16:13:29.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-08-05T16:13:29.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-08-05T16:13:29.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25702024-08-05T16:13:29.557Z
25712024-08-05T16:13:29.557Zinfo: running `cargo check --bins` on key-manager (93/142)
25722024-08-05T16:13:30.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-08-05T16:13:30.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-08-05T16:13:30.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-08-05T16:13:30.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25762024-08-05T16:13:30.148Z
25772024-08-05T16:13:30.148Zinfo: running `cargo check --bins` on sled-hardware (94/142)
25782024-08-05T16:13:30.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-08-05T16:13:30.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-08-05T16:13:30.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-08-05T16:13:30.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25822024-08-05T16:13:30.760Z
25832024-08-05T16:13:30.760Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142)
25842024-08-05T16:13:31.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-08-05T16:13:31.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-08-05T16:13:31.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-08-05T16:13:31.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25882024-08-05T16:13:31.321Z
25892024-08-05T16:13:31.321Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142)
25902024-08-05T16:13:31.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-08-05T16:13:31.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-08-05T16:13:31.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-08-05T16:13:31.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25942024-08-05T16:13:31.926Z
25952024-08-05T16:13:31.926Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142)
25962024-08-05T16:13:32.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-08-05T16:13:32.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-08-05T16:13:32.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-08-05T16:13:32.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26002024-08-05T16:13:32.522Z
26012024-08-05T16:13:32.522Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142)
26022024-08-05T16:13:33.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-08-05T16:13:33.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-08-05T16:13:33.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-08-05T16:13:33.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26062024-08-05T16:13:33.117Z
26072024-08-05T16:13:33.117Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142)
26082024-08-05T16:13:33.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-08-05T16:13:33.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-08-05T16:13:33.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-08-05T16:13:33.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26122024-08-05T16:13:33.722Z
26132024-08-05T16:13:33.722Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142)
26142024-08-05T16:13:34.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-08-05T16:13:34.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-08-05T16:13:34.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172024-08-05T16:13:34.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26182024-08-05T16:13:34.327Z
26192024-08-05T16:13:34.327Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142)
26202024-08-05T16:13:34.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-08-05T16:13:34.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-08-05T16:13:34.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232024-08-05T16:13:34.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26242024-08-05T16:13:34.928Z
26252024-08-05T16:13:34.928Zinfo: running `cargo check --bins` on oximeter-producer (102/142)
26262024-08-05T16:13:35.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-08-05T16:13:35.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-08-05T16:13:35.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-08-05T16:13:35.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26302024-08-05T16:13:35.543Z
26312024-08-05T16:13:35.543Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/142)
26322024-08-05T16:13:36.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-08-05T16:13:36.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-08-05T16:13:36.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-08-05T16:13:36.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26362024-08-05T16:13:36.155Z
26372024-08-05T16:13:36.155Zinfo: running `cargo check --bins` on nexus-test-interface (104/142)
26382024-08-05T16:13:36.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-08-05T16:13:36.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-08-05T16:13:36.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-08-05T16:13:36.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26422024-08-05T16:13:36.771Z
26432024-08-05T16:13:36.771Zinfo: running `cargo check --bins` on oximeter-collector (105/142)
26442024-08-05T16:13:37.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-08-05T16:13:37.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-08-05T16:13:37.408Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26472024-08-05T16:13:37.411Z Checking bcs v0.1.6
26482024-08-05T16:13:37.411Z Compiling async-recursion v1.1.1
26492024-08-05T16:13:37.411Z Checking highway v1.1.0
26502024-08-05T16:13:37.411Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26512024-08-05T16:13:37.412Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26522024-08-05T16:13:38.539Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26532024-08-05T16:13:41.622Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26542024-08-05T16:13:43.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s
26552024-08-05T16:13:43.409Z
26562024-08-05T16:13:43.409Zinfo: running `cargo check --bins` on oximeter-api (106/142)
26572024-08-05T16:13:43.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-08-05T16:13:43.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-08-05T16:13:43.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602024-08-05T16:13:43.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26612024-08-05T16:13:44.004Z
26622024-08-05T16:13:44.004Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/142)
26632024-08-05T16:13:44.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-08-05T16:13:44.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-08-05T16:13:44.606Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26662024-08-05T16:13:45.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
26672024-08-05T16:13:45.325Z
26682024-08-05T16:13:45.325Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142)
26692024-08-05T16:13:45.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-08-05T16:13:45.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-08-05T16:13:45.950Z Compiling cfg_aliases v0.1.1
26722024-08-05T16:13:45.953Z Compiling vte_generate_state_changes v0.1.1
26732024-08-05T16:13:45.953Z Checking fd-lock v4.0.2
26742024-08-05T16:13:45.953Z Checking bytecount v0.6.8
26752024-08-05T16:13:46.037Z Compiling tabled_derive v0.7.0
26762024-08-05T16:13:46.045Z Compiling peg-macros v0.8.4
26772024-08-05T16:13:46.052Z Compiling sqlparser_derive v0.2.2
26782024-08-05T16:13:46.055Z Checking unicode_categories v0.1.1
26792024-08-05T16:13:46.107Z Compiling nix v0.28.0
26802024-08-05T16:13:46.177Z Checking papergrid v0.11.0
26812024-08-05T16:13:46.337Z Checking home v0.5.9
26822024-08-05T16:13:46.476Z Checking nu-ansi-term v0.50.0
26832024-08-05T16:13:46.631Z Checking sqlformat v0.2.4
26842024-08-05T16:13:46.653Z Checking vte v0.11.1
26852024-08-05T16:13:47.102Z Checking sqlparser v0.45.0
26862024-08-05T16:13:47.937Z Checking strip-ansi-escapes v0.2.0
26872024-08-05T16:13:48.087Z Checking reedline v0.31.0
26882024-08-05T16:13:48.168Z Checking tabled v0.15.0
26892024-08-05T16:13:48.834Z Checking peg v0.8.4
26902024-08-05T16:13:49.409Z Checking rustyline v14.0.0
26912024-08-05T16:13:53.410Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26922024-08-05T16:13:58.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s
26932024-08-05T16:13:59.015Z
26942024-08-05T16:13:59.015Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142)
26952024-08-05T16:13:59.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962024-08-05T16:13:59.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972024-08-05T16:13:59.640Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26982024-08-05T16:14:05.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
26992024-08-05T16:14:05.380Z
27002024-08-05T16:14:05.380Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142)
27012024-08-05T16:14:05.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-08-05T16:14:05.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-08-05T16:14:06.012Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27042024-08-05T16:14:11.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
27052024-08-05T16:14:11.548Z
27062024-08-05T16:14:11.548Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142)
27072024-08-05T16:14:12.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-08-05T16:14:12.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-08-05T16:14:12.166Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27102024-08-05T16:14:16.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
27112024-08-05T16:14:16.255Z
27122024-08-05T16:14:16.255Zinfo: running `cargo check --bins` on crdb-seed (112/142)
27132024-08-05T16:14:16.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-08-05T16:14:16.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-08-05T16:14:16.875Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27162024-08-05T16:14:17.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
27172024-08-05T16:14:17.339Z
27182024-08-05T16:14:17.339Zinfo: running `cargo check --bins` on xtask-downloader (113/142)
27192024-08-05T16:14:17.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-08-05T16:14:17.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-08-05T16:14:17.904Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27222024-08-05T16:14:18.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
27232024-08-05T16:14:18.836Z
27242024-08-05T16:14:18.837Zinfo: running `cargo check --bins` on omicron-omdb (114/142)
27252024-08-05T16:14:19.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-08-05T16:14:19.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-08-05T16:14:19.569Z Compiling glob v0.3.1
27282024-08-05T16:14:19.570Z Compiling crunchy v0.2.2
27292024-08-05T16:14:19.573Z Compiling tiny-keccak v2.0.2
27302024-08-05T16:14:19.682Z Compiling ascii-canvas v3.0.0
27312024-08-05T16:14:19.685Z Compiling ena v0.14.3
27322024-08-05T16:14:19.685Z Compiling libloading v0.8.3
27332024-08-05T16:14:19.685Z Compiling regex-syntax v0.6.29
27342024-08-05T16:14:19.692Z Compiling bindgen v0.69.4
27352024-08-05T16:14:19.987Z Compiling diff v0.1.13
27362024-08-05T16:14:20.075Z Compiling which v4.4.2
27372024-08-05T16:14:20.102Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27382024-08-05T16:14:20.189Z Compiling cexpr v0.6.0
27392024-08-05T16:14:20.322Z Compiling lazycell v1.3.0
27402024-08-05T16:14:20.505Z Compiling shlex v1.3.0
27412024-08-05T16:14:20.542Z Compiling rustc-hash v1.1.0
27422024-08-05T16:14:20.588Z Compiling clang-sys v1.7.0
27432024-08-05T16:14:20.647Z Compiling ref-cast v1.0.23
27442024-08-05T16:14:20.673Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27452024-08-05T16:14:20.693Z Compiling derive_builder_core v0.20.0
27462024-08-05T16:14:20.932Z Compiling libxml v0.3.3
27472024-08-05T16:14:20.968Z Compiling ref-cast-impl v1.0.23
27482024-08-05T16:14:21.011Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27492024-08-05T16:14:21.270Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27502024-08-05T16:14:21.343Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27512024-08-05T16:14:21.504Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27522024-08-05T16:14:21.641Z Compiling strum_macros v0.24.3
27532024-08-05T16:14:21.856Z Compiling cookie v0.18.1
27542024-08-05T16:14:22.007Z Compiling indoc v1.0.9
27552024-08-05T16:14:22.303Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27562024-08-05T16:14:22.598Z Compiling oso-derive v0.27.3
27572024-08-05T16:14:23.029Z Compiling lalrpop v0.19.12
27582024-08-05T16:14:23.180Z Compiling derive_builder_macro v0.20.0
27592024-08-05T16:14:23.686Z Compiling impl-trait-for-tuples v0.2.2
27602024-08-05T16:14:24.066Z Checking derive_builder v0.20.0
27612024-08-05T16:14:24.171Z Checking quick-xml v0.31.0
27622024-08-05T16:14:24.228Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27632024-08-05T16:14:24.540Z Checking maplit v1.0.2
27642024-08-05T16:14:25.431Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27652024-08-05T16:14:25.504Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27662024-08-05T16:14:25.807Z Checking bb8 v0.8.5
27672024-08-05T16:14:26.290Z Compiling const_format_proc_macros v0.2.32
27682024-08-05T16:14:26.305Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27692024-08-05T16:14:27.172Z Checking crossbeam-deque v0.8.5
27702024-08-05T16:14:27.318Z Compiling portable-atomic v1.6.0
27712024-08-05T16:14:27.500Z Checking rayon-core v1.12.1
27722024-08-05T16:14:28.248Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27732024-08-05T16:14:28.512Z Checking const_format v0.2.32
27742024-08-05T16:14:28.528Z Checking castaway v0.2.2
27752024-08-05T16:14:28.691Z Checking compact_str v0.7.1
27762024-08-05T16:14:29.002Z Checking rayon v1.10.0
27772024-08-05T16:14:29.451Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27782024-08-05T16:14:29.683Z Checking unicode-truncate v1.0.0
27792024-08-05T16:14:29.771Z Checking itertools v0.13.0
27802024-08-05T16:14:29.910Z Checking lru v0.12.3
27812024-08-05T16:14:30.233Z Compiling stability v0.2.0
27822024-08-05T16:14:31.325Z Checking number_prefix v0.4.0
27832024-08-05T16:14:31.530Z Checking cassowary v0.3.0
27842024-08-05T16:14:31.961Z Checking unicode-linebreak v0.1.5
27852024-08-05T16:14:32.214Z Checking smawk v0.3.2
27862024-08-05T16:14:32.373Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27872024-08-05T16:14:32.409Z Checking textwrap v0.16.1
27882024-08-05T16:14:32.436Z Checking ratatui v0.27.0
27892024-08-05T16:14:32.795Z Checking multimap v0.10.0
27902024-08-05T16:14:32.830Z Checking indicatif v0.17.8
27912024-08-05T16:14:56.547Z Compiling samael v0.0.15
27922024-08-05T16:15:08.611Z Compiling polar-core v0.27.3
27932024-08-05T16:15:15.324Z Checking oso v0.27.3
27942024-08-05T16:15:44.689Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27952024-08-05T16:15:49.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
27962024-08-05T16:15:49.317Z
27972024-08-05T16:15:49.317Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142)
27982024-08-05T16:15:49.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-08-05T16:15:49.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-08-05T16:15:49.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-08-05T16:15:49.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28022024-08-05T16:15:49.952Z
28032024-08-05T16:15:49.953Zinfo: running `cargo check --bins` on nexus-saga-recovery (116/142)
28042024-08-05T16:15:50.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-08-05T16:15:50.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-08-05T16:15:50.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-08-05T16:15:50.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28082024-08-05T16:15:50.579Z
28092024-08-05T16:15:50.579Zinfo: running `cargo check --bins` on nexus-test-utils-macros (117/142)
28102024-08-05T16:15:51.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-08-05T16:15:51.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-08-05T16:15:51.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-08-05T16:15:51.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28142024-08-05T16:15:51.144Z
28152024-08-05T16:15:51.144Zinfo: running `cargo check --bins` on omicron-nexus (118/142)
28162024-08-05T16:15:51.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-08-05T16:15:51.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-08-05T16:15:51.873Z Compiling pin-project-internal v1.1.5
28192024-08-05T16:15:51.876Z Compiling snafu-derive v0.8.2
28202024-08-05T16:15:51.969Z Compiling buf-list v1.0.3
28212024-08-05T16:15:51.987Z Checking globset v0.4.14
28222024-08-05T16:15:51.990Z Checking olpc-cjson v0.1.3
28232024-08-05T16:15:51.990Z Checking rand_seeder v0.2.3
28242024-08-05T16:15:51.990Z Checking serde_plain v1.0.2
28252024-08-05T16:15:51.998Z Checking typed-path v0.7.1
28262024-08-05T16:15:52.225Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28272024-08-05T16:15:52.242Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282024-08-05T16:15:52.245Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292024-08-05T16:15:52.423Z Checking parse-size v1.0.0
28302024-08-05T16:15:52.463Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28312024-08-05T16:15:52.562Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28322024-08-05T16:15:52.582Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332024-08-05T16:15:52.613Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28342024-08-05T16:15:52.993Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352024-08-05T16:15:53.365Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28362024-08-05T16:15:53.484Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372024-08-05T16:15:53.535Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28382024-08-05T16:15:53.781Z Checking fatfs v0.3.6
28392024-08-05T16:15:53.915Z Checking assert_matches v1.5.0
28402024-08-05T16:15:54.924Z Checking pin-project v1.1.5
28412024-08-05T16:15:55.766Z Checking snafu v0.8.2
28422024-08-05T16:15:56.059Z Checking tough v0.17.1
28432024-08-05T16:15:58.821Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28442024-08-05T16:15:59.875Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28452024-08-05T16:16:40.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.33s
28462024-08-05T16:16:40.650Z
28472024-08-05T16:16:40.650Zinfo: running `cargo check --bins` on nexus-internal-api (119/142)
28482024-08-05T16:16:41.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-08-05T16:16:41.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-08-05T16:16:41.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-08-05T16:16:41.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28522024-08-05T16:16:41.273Z
28532024-08-05T16:16:41.273Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (120/142)
28542024-08-05T16:16:41.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-08-05T16:16:41.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-08-05T16:16:41.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572024-08-05T16:16:41.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28582024-08-05T16:16:41.930Z
28592024-08-05T16:16:41.930Zinfo: running `cargo check --bins` on nexus-networking (121/142)
28602024-08-05T16:16:42.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-08-05T16:16:42.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-08-05T16:16:42.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632024-08-05T16:16:42.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28642024-08-05T16:16:42.571Z
28652024-08-05T16:16:42.571Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (122/142)
28662024-08-05T16:16:43.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-08-05T16:16:43.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-08-05T16:16:43.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692024-08-05T16:16:43.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28702024-08-05T16:16:43.221Z
28712024-08-05T16:16:43.221Zinfo: running `cargo check --bins` on update-common (123/142)
28722024-08-05T16:16:43.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-08-05T16:16:43.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-08-05T16:16:43.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752024-08-05T16:16:43.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28762024-08-05T16:16:43.847Z
28772024-08-05T16:16:43.847Zinfo: running `cargo check --bins` on tufaceous-lib (124/142)
28782024-08-05T16:16:44.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-08-05T16:16:44.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-08-05T16:16:44.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812024-08-05T16:16:44.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28822024-08-05T16:16:44.465Z
28832024-08-05T16:16:44.465Zinfo: running `cargo check --bins` on tufaceous (125/142)
28842024-08-05T16:16:45.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-08-05T16:16:45.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-08-05T16:16:45.102Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28872024-08-05T16:16:45.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
28882024-08-05T16:16:46.147Z
28892024-08-05T16:16:46.147Zinfo: running `cargo check --bins` on omicron-dev (126/142)
28902024-08-05T16:16:46.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-08-05T16:16:46.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-08-05T16:16:46.931Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28932024-08-05T16:16:46.931Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28942024-08-05T16:16:46.934Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
28952024-08-05T16:16:48.241Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28962024-08-05T16:16:50.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
28972024-08-05T16:16:50.942Z
28982024-08-05T16:16:50.942Zinfo: running `cargo check --bins` on openapi-manager (127/142)
28992024-08-05T16:16:51.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002024-08-05T16:16:51.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012024-08-05T16:16:51.609Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29022024-08-05T16:16:51.609Z Checking is_ci v1.2.0
29032024-08-05T16:16:51.609Z Checking heck v0.4.1
29042024-08-05T16:16:51.613Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29052024-08-05T16:16:51.613Z Checking indent_write v2.2.0
29062024-08-05T16:16:51.799Z Checking supports-color v3.0.0
29072024-08-05T16:16:51.863Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29082024-08-05T16:16:53.154Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29092024-08-05T16:16:53.960Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29102024-08-05T16:16:54.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
29112024-08-05T16:16:55.030Z
29122024-08-05T16:16:55.031Zinfo: running `cargo check --bins` on installinator-api (128/142)
29132024-08-05T16:16:55.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-08-05T16:16:55.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-08-05T16:16:55.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162024-08-05T16:16:55.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29172024-08-05T16:16:55.647Z
29182024-08-05T16:16:55.647Zinfo: running `cargo check --bins` on wicketd-api (129/142)
29192024-08-05T16:16:56.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202024-08-05T16:16:56.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212024-08-05T16:16:56.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222024-08-05T16:16:56.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29232024-08-05T16:16:56.287Z
29242024-08-05T16:16:56.287Zinfo: running `cargo check --bins` on reconfigurator-cli (130/142)
29252024-08-05T16:16:56.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262024-08-05T16:16:56.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272024-08-05T16:16:56.974Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29282024-08-05T16:16:58.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
29292024-08-05T16:16:58.300Z
29302024-08-05T16:16:58.300Zinfo: running `cargo check --bins` on omicron-releng (131/142)
29312024-08-05T16:16:58.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322024-08-05T16:16:58.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332024-08-05T16:16:58.947Z Checking memmap2 v0.9.4
29342024-08-05T16:16:58.947Z Checking spin v0.5.2
29352024-08-05T16:16:58.947Z Checking constant_time_eq v0.3.0
29362024-08-05T16:16:58.950Z Checking untrusted v0.7.1
29372024-08-05T16:16:58.950Z Checking arrayref v0.3.7
29382024-08-05T16:16:58.950Z Checking arrayvec v0.7.4
29392024-08-05T16:16:58.950Z Checking cargo-platform v0.1.8
29402024-08-05T16:16:59.036Z Checking topological-sort v0.2.2
29412024-08-05T16:16:59.109Z Checking shell-words v1.1.0
29422024-08-05T16:16:59.211Z Checking ring v0.16.20
29432024-08-05T16:16:59.321Z Checking cargo_metadata v0.18.1
29442024-08-05T16:16:59.390Z Checking blake3 v1.5.1
29452024-08-05T16:17:00.338Z Checking omicron-zone-package v0.11.0
29462024-08-05T16:17:01.369Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29472024-08-05T16:17:02.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
29482024-08-05T16:17:02.356Z
29492024-08-05T16:17:02.356Zinfo: running `cargo check --bins` on xtask (132/142)
29502024-08-05T16:17:02.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-08-05T16:17:02.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-08-05T16:17:02.821Z Checking serde v1.0.204
29532024-08-05T16:17:02.821Z Checking thiserror v1.0.63
29542024-08-05T16:17:02.824Z Checking scroll v0.12.0
29552024-08-05T16:17:02.824Z Checking bitflags v2.6.0
29562024-08-05T16:17:02.899Z Checking log v0.4.21
29572024-08-05T16:17:02.902Z Checking hashbrown v0.14.5
29582024-08-05T16:17:02.915Z Checking zerocopy v0.7.34
29592024-08-05T16:17:02.947Z Checking syn v2.0.72
29602024-08-05T16:17:03.139Z Checking fs-err v2.11.0
29612024-08-05T16:17:03.160Z Checking rustix v0.38.34
29622024-08-05T16:17:03.319Z Checking goblin v0.8.2
29632024-08-05T16:17:03.432Z Checking anyhow v1.0.86
29642024-08-05T16:17:03.839Z Checking tabled v0.15.0
29652024-08-05T16:17:04.015Z Checking indexmap v2.2.6
29662024-08-05T16:17:04.037Z Checking terminal_size v0.3.0
29672024-08-05T16:17:04.216Z Checking clap_builder v4.5.13
29682024-08-05T16:17:06.311Z Checking clap v4.5.13
29692024-08-05T16:17:07.103Z Checking pest v2.7.10
29702024-08-05T16:17:07.153Z Checking serde_json v1.0.122
29712024-08-05T16:17:07.153Z Checking serde_spanned v0.6.7
29722024-08-05T16:17:07.156Z Checking toml_datetime v0.6.8
29732024-08-05T16:17:07.156Z Checking semver v1.0.23
29742024-08-05T16:17:07.156Z Checking cargo-platform v0.1.8
29752024-08-05T16:17:07.156Z Checking camino v1.1.7
29762024-08-05T16:17:07.371Z Checking macaddr v1.0.1
29772024-08-05T16:17:07.445Z Checking toml_edit v0.22.20
29782024-08-05T16:17:08.239Z Checking dof v0.3.0
29792024-08-05T16:17:08.239Z Checking cargo_metadata v0.18.1
29802024-08-05T16:17:08.948Z Checking dtrace-parser v0.2.0
29812024-08-05T16:17:09.216Z Checking toml v0.8.19
29822024-08-05T16:17:09.248Z Checking usdt-impl v0.5.0
29832024-08-05T16:17:09.584Z Checking usdt v0.5.0
29842024-08-05T16:17:09.676Z Checking cargo_toml v0.20.4
29852024-08-05T16:17:10.835Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29862024-08-05T16:17:11.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
29872024-08-05T16:17:11.467Z
29882024-08-05T16:17:11.467Zinfo: running `cargo check --bins` on end-to-end-tests (133/142)
29892024-08-05T16:17:11.898Z Downloading crates ...
29902024-08-05T16:17:12.123Z Downloaded dirs-sys v0.4.1
29912024-08-05T16:17:12.131Z Downloaded blowfish v0.9.1
29922024-08-05T16:17:12.134Z Downloaded ed25519 v2.2.3
29932024-08-05T16:17:12.137Z Downloaded ctr v0.9.2
29942024-08-05T16:17:12.137Z Downloaded pbkdf2 v0.11.0
29952024-08-05T16:17:12.140Z Downloaded getrandom v0.1.16
29962024-08-05T16:17:12.144Z Downloaded dhcproto-macros v0.1.0
29972024-08-05T16:17:12.147Z Downloaded option-ext v0.2.0
29982024-08-05T16:17:12.152Z Downloaded hex-literal v0.4.1
29992024-08-05T16:17:12.156Z Downloaded russh-cryptovec v0.7.2
30002024-08-05T16:17:12.159Z Downloaded ghash v0.5.1
30012024-08-05T16:17:12.161Z Downloaded md5 v0.7.0
30022024-08-05T16:17:12.162Z Downloaded polyval v0.6.2
30032024-08-05T16:17:12.164Z Downloaded internet-checksum v0.2.1
30042024-08-05T16:17:12.164Z Downloaded rand_core v0.5.1
30052024-08-05T16:17:12.164Z Downloaded dirs v5.0.1
30062024-08-05T16:17:12.167Z Downloaded cbc v0.1.2
30072024-08-05T16:17:12.167Z Downloaded bcrypt-pbkdf v0.10.0
30082024-08-05T16:17:12.170Z Downloaded rand_chacha v0.2.2
30092024-08-05T16:17:12.173Z Downloaded rfc6979 v0.4.0
30102024-08-05T16:17:12.173Z Downloaded pbkdf2 v0.12.2
30112024-08-05T16:17:12.176Z Downloaded primeorder v0.13.6
30122024-08-05T16:17:12.179Z Downloaded russh-keys v0.43.0
30132024-08-05T16:17:12.182Z Downloaded password-hash v0.4.2
30142024-08-05T16:17:12.185Z Downloaded ecdsa v0.16.9
30152024-08-05T16:17:12.197Z Downloaded p256 v0.13.2
30162024-08-05T16:17:12.200Z Downloaded dhcproto v0.11.0
30172024-08-05T16:17:12.203Z Downloaded ed25519-dalek v2.1.1
30182024-08-05T16:17:12.211Z Downloaded rand v0.7.3
30192024-08-05T16:17:12.216Z Downloaded russh v0.43.0
30202024-08-05T16:17:12.221Z Downloaded p521 v0.13.3
30212024-08-05T16:17:12.225Z Downloaded aes-gcm v0.10.3
30222024-08-05T16:17:12.228Z Downloaded aes v0.8.4
30232024-08-05T16:17:12.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-08-05T16:17:12.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-08-05T16:17:12.359Z Compiling getrandom v0.1.16
30262024-08-05T16:17:12.459Z Checking rfc6979 v0.4.0
30272024-08-05T16:17:12.468Z Checking primeorder v0.13.6
30282024-08-05T16:17:12.471Z Checking option-ext v0.2.0
30292024-08-05T16:17:12.489Z Checking ed25519 v2.2.3
30302024-08-05T16:17:12.492Z Checking polyval v0.6.2
30312024-08-05T16:17:12.492Z Checking aes v0.8.4
30322024-08-05T16:17:12.492Z Checking blowfish v0.9.1
30332024-08-05T16:17:12.579Z Checking dirs-sys v0.4.1
30342024-08-05T16:17:12.605Z Checking ecdsa v0.16.9
30352024-08-05T16:17:12.692Z Checking ctr v0.9.2
30362024-08-05T16:17:12.758Z Checking password-hash v0.4.2
30372024-08-05T16:17:12.776Z Checking pbkdf2 v0.12.2
30382024-08-05T16:17:12.779Z Checking dirs v5.0.1
30392024-08-05T16:17:12.924Z Checking ghash v0.5.1
30402024-08-05T16:17:12.944Z Checking ed25519-dalek v2.1.1
30412024-08-05T16:17:12.945Z Checking bcrypt-pbkdf v0.10.0
30422024-08-05T16:17:12.977Z Checking cbc v0.1.2
30432024-08-05T16:17:13.089Z Checking russh-cryptovec v0.7.2
30442024-08-05T16:17:13.157Z Checking pbkdf2 v0.11.0
30452024-08-05T16:17:13.190Z Checking md5 v0.7.0
30462024-08-05T16:17:13.206Z Compiling dhcproto-macros v0.1.0
30472024-08-05T16:17:13.271Z Checking hex-literal v0.4.1
30482024-08-05T16:17:13.289Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30492024-08-05T16:17:13.329Z Checking p256 v0.13.2
30502024-08-05T16:17:13.398Z Checking p521 v0.13.3
30512024-08-05T16:17:13.419Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30522024-08-05T16:17:13.464Z Checking internet-checksum v0.2.1
30532024-08-05T16:17:13.464Z Checking rand_core v0.5.1
30542024-08-05T16:17:13.494Z Checking aes-gcm v0.10.3
30552024-08-05T16:17:13.767Z Checking rand_chacha v0.2.2
30562024-08-05T16:17:13.968Z Checking dhcproto v0.11.0
30572024-08-05T16:17:13.997Z Checking rand v0.7.3
30582024-08-05T16:17:14.904Z Checking russh-keys v0.43.0
30592024-08-05T16:17:15.629Z Checking russh v0.43.0
30602024-08-05T16:17:31.444Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30612024-08-05T16:17:32.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.22s
30622024-08-05T16:17:32.863Z
30632024-08-05T16:17:32.863Zinfo: running `cargo check --bins` on gateway-cli (134/142)
30642024-08-05T16:17:33.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-08-05T16:17:33.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-08-05T16:17:33.466Z Checking termios v0.3.3
30672024-08-05T16:17:33.665Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30682024-08-05T16:17:34.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
30692024-08-05T16:17:34.545Z
30702024-08-05T16:17:34.545Zinfo: running `cargo check --bins --no-default-features` on installinator (135/142)
30712024-08-05T16:17:35.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-08-05T16:17:35.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-08-05T16:17:35.217Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30742024-08-05T16:17:37.129Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30752024-08-05T16:17:38.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
30762024-08-05T16:17:38.982Z
30772024-08-05T16:17:38.982Zinfo: running `cargo check --bins` on internal-dns-cli (136/142)
30782024-08-05T16:17:39.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-08-05T16:17:39.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-08-05T16:17:39.577Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30812024-08-05T16:17:40.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
30822024-08-05T16:17:40.138Z
30832024-08-05T16:17:40.138Zinfo: running `cargo check --bins` on omicron-package (137/142)
30842024-08-05T16:17:40.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-08-05T16:17:40.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-08-05T16:17:40.769Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30872024-08-05T16:17:41.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
30882024-08-05T16:17:42.104Z
30892024-08-05T16:17:42.104Zinfo: running `cargo check --bins` on wicket-dbg (138/142)
30902024-08-05T16:17:42.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-08-05T16:17:42.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-08-05T16:17:42.751Z Checking rtoolbox v0.0.2
30932024-08-05T16:17:42.751Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30942024-08-05T16:17:42.754Z Checking tui-tree-widget v0.21.0
30952024-08-05T16:17:42.956Z Checking rpassword v7.3.1
30962024-08-05T16:17:46.690Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30972024-08-05T16:17:49.395Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30982024-08-05T16:17:50.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.31s
30992024-08-05T16:17:50.573Z
31002024-08-05T16:17:50.573Zinfo: running `cargo check --bins` on wicket (139/142)
31012024-08-05T16:17:51.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-08-05T16:17:51.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-08-05T16:17:51.219Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31042024-08-05T16:17:51.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
31052024-08-05T16:17:51.723Z
31062024-08-05T16:17:51.724Zinfo: running `cargo check --bins` on wicketd (140/142)
31072024-08-05T16:17:52.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-08-05T16:17:52.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-08-05T16:17:52.384Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31102024-08-05T16:17:55.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
31112024-08-05T16:17:55.956Z
31122024-08-05T16:17:55.956Zinfo: running `cargo check --bins` on omicron-workspace-hack (141/142)
31132024-08-05T16:17:56.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-08-05T16:17:56.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-08-05T16:17:56.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162024-08-05T16:17:56.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31172024-08-05T16:17:56.523Z
31182024-08-05T16:17:56.523Zinfo: running `cargo check --bins` on zone-setup (142/142)
31192024-08-05T16:17:57.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-08-05T16:17:57.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-08-05T16:17:57.201Z Checking uzers v0.11.3
31222024-08-05T16:17:57.487Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31232024-08-05T16:17:58.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
31242024-08-05T16:17:58.661Z
31252024-08-05T16:17:58.661Zreal 10:19.116649203
31262024-08-05T16:17:58.661Zuser 22:07.734188689
31272024-08-05T16:17:58.661Zsys 4:41.974458144
31282024-08-05T16:17:58.661Ztrap 0.479772193
31292024-08-05T16:17:58.661Ztflt 2.706831848
31302024-08-05T16:17:58.661Zdflt 2.149440767
31312024-08-05T16:17:58.661Zkflt 0.007261002
31322024-08-05T16:17:58.661Zlock 39:39.945561962
31332024-08-05T16:17:58.661Zslp 1:48:15.870652039
31342024-08-05T16:17:58.661Zlat 55.653252753
31352024-08-05T16:17:58.661Zstop 2:40.257210237
31362024-08-05T16:17:58.664Zprocess exited: duration 862411 ms, exit code 0
 
31372024-08-05T16:17:58.671Zfound 0 output files