01J4MWB9K2DC5BXB81EZGKB1RY: 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: 01J4MWBV2ZH2PPXVW9A9W8JVC4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-06T22:19:31.792Zjob assigned to worker 01J4MWBTK6M0XMGD25PCQAV9VM (queued for 49 s)
 
22024-08-06T22:19:40.059Zstarting task 0: "setup"
32024-08-06T22:19:40.121Z++ uname -s
42024-08-06T22:19:40.124Z+ kern=SunOS
52024-08-06T22:19:40.124Z+ case "$kern" in
62024-08-06T22:19:40.124Z+ groupadd -g 12345 build
72024-08-06T22:19:40.127Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-06T22:19:42.137Z+ zfs create -o mountpoint=/work rpool/work
92024-08-06T22:19:42.269Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-06T22:19:42.272Z+ home_fs=zfs
112024-08-06T22:19:42.272Z+ [[ zfs == autofs ]]
122024-08-06T22:19:42.272Z+ mkdir -p /home/build
132024-08-06T22:19:42.275Z+ chown build:build /home/build /work
142024-08-06T22:19:44.277Z+ chmod 0700 /home/build /work
152024-08-06T22:19:44.280Zprocess exited: duration 4220 ms, exit code 0
 
162024-08-06T22:19:44.286Zstarting task 1: "rust-toolchain"
172024-08-06T22:19:44.291Z+ printf ' * toolchain channel = "%s"
182024-08-06T22:19:44.291Z' 1.80.0
192024-08-06T22:19:44.291Z * toolchain channel = "1.80.0"
202024-08-06T22:19:44.291Z+ printf ' * toolchain profile = "%s"
212024-08-06T22:19:44.291Z' default
222024-08-06T22:19:44.291Z * toolchain profile = "default"
232024-08-06T22:19:44.294Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-06T22:19:44.294Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-06T22:19:44.421Zinfo: downloading installer
262024-08-06T22:19:45.956Zinfo: profile set to 'default'
272024-08-06T22:19:45.956Zinfo: default host triple is x86_64-unknown-illumos
282024-08-06T22:19:45.961Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-06T22:19:46.113Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-06T22:19:46.113Zinfo: downloading component 'cargo'
312024-08-06T22:19:46.959Zinfo: downloading component 'clippy'
322024-08-06T22:19:47.269Zinfo: downloading component 'rust-docs'
332024-08-06T22:19:48.440Zinfo: downloading component 'rust-std'
342024-08-06T22:19:50.097Zinfo: downloading component 'rustc'
352024-08-06T22:19:54.733Zinfo: downloading component 'rustfmt'
362024-08-06T22:19:54.982Zinfo: installing component 'cargo'
372024-08-06T22:19:55.904Zinfo: installing component 'clippy'
382024-08-06T22:19:56.307Zinfo: installing component 'rust-docs'
392024-08-06T22:19:58.053Zinfo: installing component 'rust-std'
402024-08-06T22:19:59.733Zinfo: installing component 'rustc'
412024-08-06T22:20:04.550Zinfo: installing component 'rustfmt'
422024-08-06T22:20:04.909Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-06T22:20:04.910Z
442024-08-06T22:20:05.178Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-06T22:20:05.178Z
462024-08-06T22:20:05.182Z
472024-08-06T22:20:05.182ZRust is installed now. Great!
482024-08-06T22:20:05.182Z
492024-08-06T22:20:05.182ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-06T22:20:05.182Zenvironment variable. This has not been done automatically.
512024-08-06T22:20:05.182Z
522024-08-06T22:20:05.182ZTo configure your current shell, you need to source
532024-08-06T22:20:05.182Zthe corresponding env file under $HOME/.cargo.
542024-08-06T22:20:05.182Z
552024-08-06T22:20:05.182ZThis is usually done by running one of the following (note the leading DOT):
562024-08-06T22:20:05.182Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-06T22:20:05.182Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-06T22:20:05.257Z+ rustc --version
592024-08-06T22:20:05.328Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-06T22:20:05.333Zprocess exited: duration 21045 ms, exit code 0
 
612024-08-06T22:20:05.340Zstarting task 2: "authentication"
622024-08-06T22:20:05.365Zprocess exited: duration 23 ms, exit code 0
 
632024-08-06T22:20:05.372Zstarting task 3: "clone repository"
642024-08-06T22:20:05.378Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-06T22:20:05.381Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-06T22:20:05.603ZCloning into '/work/oxidecomputer/omicron'...
672024-08-06T22:20:11.460Z+ cd /work/oxidecomputer/omicron
682024-08-06T22:20:11.460Z+ git fetch origin 46fd929772b5a38c033159a1b0ed5523d79db0e6
692024-08-06T22:20:11.762ZFrom https://github.com/oxidecomputer/omicron
702024-08-06T22:20:11.762Z * branch 46fd929772b5a38c033159a1b0ed5523d79db0e6 -> FETCH_HEAD
712024-08-06T22:20:11.775Z+ [[ -n track-more-sled-datalinks ]]
722024-08-06T22:20:11.778Z++ git branch --show-current
732024-08-06T22:20:11.783Z+ current=main
742024-08-06T22:20:11.783Z+ [[ main != track-more-sled-datalinks ]]
752024-08-06T22:20:11.783Z+ git branch -f track-more-sled-datalinks 46fd929772b5a38c033159a1b0ed5523d79db0e6
762024-08-06T22:20:11.786Z+ git checkout -f track-more-sled-datalinks
772024-08-06T22:20:11.937ZSwitched to branch 'track-more-sled-datalinks'
782024-08-06T22:20:11.941Z+ git reset --hard 46fd929772b5a38c033159a1b0ed5523d79db0e6
792024-08-06T22:20:12.086ZHEAD is now at 46fd92977 Merge branch 'main' into track-more-sled-datalinks
802024-08-06T22:20:12.089Zprocess exited: duration 6716 ms, exit code 0
 
812024-08-06T22:20:12.106Zstarting task 4: "build"
822024-08-06T22:20:12.112Z+ cargo --version
832024-08-06T22:20:12.173Zcargo 1.80.0 (376290515 2024-07-16)
842024-08-06T22:20:12.176Z+ rustc --version
852024-08-06T22:20:12.242Zrustc 1.80.0 (051478957 2024-07-21)
862024-08-06T22:20:12.245Z+ source ./env.sh
872024-08-06T22:20:12.245Z++ OLD_SHELL_OPTS=ehxB
882024-08-06T22:20:12.245Z++ set -o xtrace
892024-08-06T22:20:12.248Z++++ dirname ./env.sh
902024-08-06T22:20:12.251Z+++ readlink -f .
912024-08-06T22:20:12.282Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-06T22:20:12.282Z++ 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-06T22:20:12.282Z++ 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-06T22:20:12.285Z++ 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-06T22:20:12.286Z++ 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-06T22:20:12.286Z++ 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-06T22:20:12.286Z++ 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-06T22:20:12.286Z++ 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-06T22:20:12.286Z++ 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-06T22:20:12.286Z++ case $OLD_SHELL_OPTS in
1012024-08-06T22:20:12.286Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-06T22:20:12.286Z+ 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-06T22:20:12.286Z+ 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-06T22:20:12.286Z+ banner prerequisites
1052024-08-06T22:20:12.302Z
1062024-08-06T22:20:12.302Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-06T22:20:12.302Z # # # # # # # # # # # # # # #
1082024-08-06T22:20:12.302Z # # # # ##### # # ##### # # # # # #### #
1092024-08-06T22:20:12.302Z ##### ##### # ##### # # # # # # # # #
1102024-08-06T22:20:12.302Z # # # # # # # # # # # # # # #
1112024-08-06T22:20:12.302Z # # # ###### # # ###### ### # #### # #### #
1122024-08-06T22:20:12.302Z
1132024-08-06T22:20:12.306Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-06T22:20:24.598Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-06T22:20:27.093Z Startup: Caching catalogs ... Done
1162024-08-06T22:20:31.364ZPlanning: Solver setup ... Done (3.587s)
1172024-08-06T22:20:31.427ZPlanning: Running solver ... Done (0.063s)
1182024-08-06T22:20:31.488ZPlanning: Finding local manifests ... Done (0.003s)
1192024-08-06T22:20:31.515ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-06T22:20:32.250ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-06T22:20:32.305ZPlanning: Package planning ... Done (0.056s)
1222024-08-06T22:20:32.357ZPlanning: Merging actions ... Done (0.052s)
1232024-08-06T22:20:33.689ZPlanning: Checking for conflicting actions ... Done (1.331s)
1242024-08-06T22:20:33.702ZPlanning: Consolidating action changes ... Done (0.012s)
1252024-08-06T22:20:40.285ZPlanning: Evaluating mediators ... Done (6.578s)
1262024-08-06T22:20:40.293ZPlanning: Planning completed in 13.12 seconds
1272024-08-06T22:20:40.872Z Packages to install: 4
1282024-08-06T22:20:40.872Z Mediators to change: 2
1292024-08-06T22:20:40.872Z Services to change: 1
1302024-08-06T22:20:40.872Z Estimated space available: 155.76 GB
1312024-08-06T22:20:40.872ZEstimated space to be consumed: 1.47 GB
1322024-08-06T22:20:40.903Z Create boot environment: No
1332024-08-06T22:20:40.904ZCreate backup boot environment: No
1342024-08-06T22:20:40.904Z Rebuild boot archive: No
1352024-08-06T22:20:40.904Z
1362024-08-06T22:20:40.904ZChanged mediators:
1372024-08-06T22:20:40.904Z mediator clang:
1382024-08-06T22:20:40.904Z version: None -> 15 (system default)
1392024-08-06T22:20:40.904Z
1402024-08-06T22:20:40.904Z mediator llvm:
1412024-08-06T22:20:40.904Z version: 14 (system default) -> 15 (system default)
1422024-08-06T22:20:40.904Z
1432024-08-06T22:20:40.904ZChanged packages:
1442024-08-06T22:20:40.905Zhelios-dev
1452024-08-06T22:20:40.905Z developer/build-essential
1462024-08-06T22:20:40.905Z None -> 11-2.0
1472024-08-06T22:20:40.905Z library/libxmlsec1
1482024-08-06T22:20:40.905Z None -> 1.2.35-2.0
1492024-08-06T22:20:40.905Z ooce/developer/clang-15
1502024-08-06T22:20:40.905Z None -> 15.0.7-2.0
1512024-08-06T22:20:40.905Z ooce/developer/llvm-15
1522024-08-06T22:20:40.905Z None -> 15.0.7-2.0
1532024-08-06T22:20:40.905Z
1542024-08-06T22:20:40.905ZServices:
1552024-08-06T22:20:40.905Z restart_fmri:
1562024-08-06T22:20:40.905Z svc:/system/update-man-index:default
1572024-08-06T22:20:41.048Z
1582024-08-06T22:20:41.048ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-06T22:20:46.051ZDownload: 734/3290 items 18.3/212.6MB 8% complete (3.7M/s)
1602024-08-06T22:20:51.056ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s)
1612024-08-06T22:20:56.062ZDownload: 1914/3290 items 118.4/212.6MB 55% complete (10.0M/s)
1622024-08-06T22:21:01.064ZDownload: 2767/3290 items 120.9/212.6MB 56% complete (3.8M/s)
1632024-08-06T22:21:11.392ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.5M/s)
1642024-08-06T22:21:14.946ZDownload: Completed 212.60 MB in 33.90 seconds (6.3M/s)
1652024-08-06T22:21:15.212Z Actions: 1/3689 actions (Installing new actions)
1662024-08-06T22:21:20.310Z Actions: 3550/3689 actions (Installing new actions)
1672024-08-06T22:21:21.580Z Actions: Completed 3689 actions in 6.37 seconds.
1682024-08-06T22:21:21.883Z Done (0.296s)
1692024-08-06T22:21:21.883Z Done (0.000s)
1702024-08-06T22:21:22.251Z Done (0.368s)
1712024-08-06T22:21:29.226Z Done (6.790s)
1722024-08-06T22:21:29.509Z Done (0.192s)
1732024-08-06T22:21:29.513Z Done (0.000s)
1742024-08-06T22:21:29.792Z Done (0.000s)
1752024-08-06T22:21:30.512ZPlanning: Evaluating mediator changes ... Done
1762024-08-06T22:21:30.695ZPlanning: Checking for conflicting actions ... Done
1772024-08-06T22:21:30.698ZPlanning: Consolidating action changes ... Done
1782024-08-06T22:21:31.003ZPlanning: Evaluating mediators ... Done
1792024-08-06T22:21:31.007ZPlanning: Planning completed in 0.49 seconds
1802024-08-06T22:21:31.042Z Mediators to change: 2
1812024-08-06T22:21:31.042Z Create boot environment: No
1822024-08-06T22:21:31.042ZCreate backup boot environment: No
1832024-08-06T22:21:31.119Z Done
1842024-08-06T22:21:31.119Z Done
1852024-08-06T22:21:31.380Z Done
1862024-08-06T22:21:35.734Z Done
1872024-08-06T22:21:35.841Z Done
1882024-08-06T22:21:35.844Z Done
1892024-08-06T22:21:36.267Z Done
1902024-08-06T22:21:37.009ZPlanning: Evaluating mediator changes ... Done
1912024-08-06T22:21:37.012ZPlanning: Merging actions ... Done
1922024-08-06T22:21:37.220ZPlanning: Checking for conflicting actions ... Done
1932024-08-06T22:21:37.223ZPlanning: Consolidating action changes ... Done
1942024-08-06T22:21:37.523ZPlanning: Evaluating mediators ... Done
1952024-08-06T22:21:37.583ZPlanning: Planning completed in 0.84 seconds
1962024-08-06T22:21:37.623Z Packages to change: 1
1972024-08-06T22:21:37.623Z Mediators to change: 1
1982024-08-06T22:21:37.623Z Services to change: 1
1992024-08-06T22:21:37.623Z Create boot environment: No
2002024-08-06T22:21:37.623ZCreate backup boot environment: Yes
2012024-08-06T22:21:39.804Z Actions: 1/6 actions (Updating modified actions)
2022024-08-06T22:21:39.848Z Actions: Completed 6 actions in 0.04 seconds.
2032024-08-06T22:21:39.848Z Done
2042024-08-06T22:21:39.848Z Done
2052024-08-06T22:21:39.926Z Done
2062024-08-06T22:21:44.586Z Done
2072024-08-06T22:21:44.692Z Done
2082024-08-06T22:21:44.695Z Done
2092024-08-06T22:21:44.838Z Done
2102024-08-06T22:21:45.386ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-08-06T22:21:45.386Zclang system 15 system
2122024-08-06T22:21:45.386Zcsh system system illumos
2132024-08-06T22:21:45.386Zctags system system illumos
2142024-08-06T22:21:45.386Zgcc vendor 12 vendor
2152024-08-06T22:21:45.386Zgcc system 10 system
2162024-08-06T22:21:45.386Zgcc system 7 system
2172024-08-06T22:21:45.386Zgo system 1.20 system
2182024-08-06T22:21:45.386Zgo system 1.19 system
2192024-08-06T22:21:45.386Zllvm system 15 system
2202024-08-06T22:21:45.387Zllvm system 14 system
2212024-08-06T22:21:45.387Zmariadb system 10.6 system
2222024-08-06T22:21:45.387Zmta vendor vendor dma
2232024-08-06T22:21:45.387Zopenjdk system 17 system
2242024-08-06T22:21:45.387Zopenjdk system 11 system
2252024-08-06T22:21:45.387Zopenjdk system 1.8 system
2262024-08-06T22:21:45.387Zopenssl vendor 3 vendor
2272024-08-06T22:21:45.387Zperl system 5.36 system
2282024-08-06T22:21:45.387Zpostgresql system 15 system
2292024-08-06T22:21:45.387Zpostgresql system 13 system
2302024-08-06T22:21:45.387Zpython vendor 3 vendor
2312024-08-06T22:21:45.387Zpython system 2 system
2322024-08-06T22:21:45.387Zpython3 system 3.11 system
2332024-08-06T22:21:45.387Zruby system 3.0 system
2342024-08-06T22:21:45.387Zwords vendor vendor american-english
2352024-08-06T22:21:45.387Zwords system system australian-english
2362024-08-06T22:21:45.387Zwords system system british-english
2372024-08-06T22:21:45.387Zwords system system canadian-english
2382024-08-06T22:21:45.387Zwords system system french
2392024-08-06T22:21:45.387Zwords system system italian
2402024-08-06T22:21:45.387Zwords system system ngerman
2412024-08-06T22:21:45.387Zwords system system ogerman
2422024-08-06T22:21:45.387Zwords system system spanish
2432024-08-06T22:21:45.812ZPUBLISHER TYPE STATUS P LOCATION
2442024-08-06T22:21:45.812Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-08-06T22:21:47.656ZFMRI IFO
2462024-08-06T22:21:47.656Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-08-06T22:21:47.656Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-08-06T22:21:47.656Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-08-06T22:21:47.656Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-08-06T22:21:47.656Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-08-06T22:21:47.656Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-08-06T22:21:47.656Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-08-06T22:21:47.656Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-08-06T22:21:47.656Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-08-06T22:21:47.656Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-08-06T22:21:47.656Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-08-06T22:21:47.656Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582024-08-06T22:21:48.368Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592024-08-06T22:21:48.614Z Updating git repository `https://github.com/oxidecomputer/zone`
2602024-08-06T22:21:48.894Z Updating crates.io index
2612024-08-06T22:21:48.897Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2622024-08-06T22:21:49.618Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632024-08-06T22:21:50.332Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642024-08-06T22:21:50.560Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2652024-08-06T22:21:52.052Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662024-08-06T22:21:52.330Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672024-08-06T22:21:52.541Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682024-08-06T22:21:53.664Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692024-08-06T22:21:55.514Z Updating git repository `https://github.com/oxidecomputer/opte`
2702024-08-06T22:21:56.434Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712024-08-06T22:21:57.142Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-08-06T22:21:57.660Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732024-08-06T22:21:57.884Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2742024-08-06T22:21:58.169Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2752024-08-06T22:21:58.411Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762024-08-06T22:21:58.689Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772024-08-06T22:21:58.972Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782024-08-06T22:21:59.198Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792024-08-06T22:21:59.419Z Updating git repository `https://github.com/oxidecomputer/clickward`
2802024-08-06T22:21:59.719Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812024-08-06T22:21:59.968Z Updating git repository `https://github.com/oxidecomputer/ispf`
2822024-08-06T22:22:00.306Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2832024-08-06T22:22:00.512Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842024-08-06T22:22:00.892Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2852024-08-06T22:22:01.160Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862024-08-06T22:22:01.518Z Updating git repository `https://github.com/oxidecomputer/typify`
2872024-08-06T22:22:03.713Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882024-08-06T22:22:03.968Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892024-08-06T22:22:04.281Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902024-08-06T22:22:04.627Z Updating git repository `https://github.com/oxidecomputer/rfb`
2912024-08-06T22:22:05.709Z Downloading crates ...
2922024-08-06T22:22:05.774Z Downloaded anstream v0.6.14
2932024-08-06T22:22:05.777Z Downloaded autocfg v1.3.0
2942024-08-06T22:22:05.780Z Downloaded heck v0.5.0
2952024-08-06T22:22:05.783Z Downloaded generic-array v0.14.7
2962024-08-06T22:22:05.785Z Downloaded ryu v1.0.18
2972024-08-06T22:22:05.790Z Downloaded pretty-hex v0.4.1
2982024-08-06T22:22:05.793Z Downloaded usdt-attr-macro v0.5.0
2992024-08-06T22:22:05.793Z Downloaded is_terminal_polyfill v1.70.0
3002024-08-06T22:22:05.796Z Downloaded usdt-macro v0.5.0
3012024-08-06T22:22:05.796Z Downloaded swrite v0.1.0
3022024-08-06T22:22:05.797Z Downloaded equivalent v1.0.1
3032024-08-06T22:22:05.800Z Downloaded crypto-common v0.1.6
3042024-08-06T22:22:05.800Z Downloaded block-buffer v0.10.4
3052024-08-06T22:22:05.803Z Downloaded proc-macro-error-attr v1.0.4
3062024-08-06T22:22:05.803Z Downloaded cargo-platform v0.1.8
3072024-08-06T22:22:05.805Z Downloaded byteorder v1.5.0
3082024-08-06T22:22:05.808Z Downloaded memmap v0.7.0
3092024-08-06T22:22:05.808Z Downloaded colorchoice v1.0.1
3102024-08-06T22:22:05.811Z Downloaded fnv v1.0.7
3112024-08-06T22:22:05.811Z Downloaded anstyle-parse v0.2.4
3122024-08-06T22:22:05.814Z Downloaded dof v0.3.0
3132024-08-06T22:22:05.814Z Downloaded macaddr v1.0.1
3142024-08-06T22:22:05.817Z Downloaded thiserror-impl v1.0.63
3152024-08-06T22:22:05.817Z Downloaded terminal_size v0.3.0
3162024-08-06T22:22:05.817Z Downloaded scroll v0.12.0
3172024-08-06T22:22:05.820Z Downloaded pest_derive v2.7.10
3182024-08-06T22:22:05.823Z Downloaded version_check v0.9.5
3192024-08-06T22:22:05.826Z Downloaded serde_spanned v0.6.7
3202024-08-06T22:22:05.826Z Downloaded quote v1.0.36
3212024-08-06T22:22:05.829Z Downloaded clap_derive v4.5.13
3222024-08-06T22:22:05.832Z Downloaded sha2 v0.10.8
3232024-08-06T22:22:05.835Z Downloaded semver v1.0.23
3242024-08-06T22:22:05.838Z Downloaded cargo_toml v0.20.4
3252024-08-06T22:22:05.841Z Downloaded dtrace-parser v0.2.0
3262024-08-06T22:22:05.843Z Downloaded cfg-if v1.0.0
3272024-08-06T22:22:05.844Z Downloaded bytecount v0.6.8
3282024-08-06T22:22:05.846Z Downloaded anstyle v1.0.8
3292024-08-06T22:22:05.854Z Downloaded scroll_derive v0.12.0
3302024-08-06T22:22:05.858Z Downloaded cargo_metadata v0.18.1
3312024-08-06T22:22:05.861Z Downloaded clap v4.5.13
3322024-08-06T22:22:05.867Z Downloaded ucd-trie v0.1.6
3332024-08-06T22:22:05.870Z Downloaded cpufeatures v0.2.12
3342024-08-06T22:22:05.873Z Downloaded itoa v1.0.11
3352024-08-06T22:22:05.873Z Downloaded plain v0.2.3
3362024-08-06T22:22:05.873Z Downloaded heck v0.4.1
3372024-08-06T22:22:05.876Z Downloaded fs-err v2.11.0
3382024-08-06T22:22:05.879Z Downloaded errno v0.3.9
3392024-08-06T22:22:05.879Z Downloaded toml v0.8.19
3402024-08-06T22:22:05.882Z Downloaded pest_meta v2.7.10
3412024-08-06T22:22:05.884Z Downloaded strsim v0.11.1
3422024-08-06T22:22:05.887Z Downloaded utf8parse v0.2.1
3432024-08-06T22:22:05.887Z Downloaded toml_datetime v0.6.8
3442024-08-06T22:22:05.887Z Downloaded thread-id v4.2.1
3452024-08-06T22:22:05.890Z Downloaded digest v0.10.7
3462024-08-06T22:22:05.893Z Downloaded usdt v0.5.0
3472024-08-06T22:22:05.893Z Downloaded serde_derive v1.0.204
3482024-08-06T22:22:05.895Z Downloaded tabled_derive v0.7.0
3492024-08-06T22:22:05.896Z Downloaded serde_tokenstream v0.2.1
3502024-08-06T22:22:05.898Z Downloaded pest_generator v2.7.10
3512024-08-06T22:22:05.901Z Downloaded proc-macro-error v1.0.4
3522024-08-06T22:22:05.904Z Downloaded once_cell v1.19.0
3532024-08-06T22:22:05.907Z Downloaded bitflags v2.6.0
3542024-08-06T22:22:05.912Z Downloaded clap_lex v0.7.0
3552024-08-06T22:22:05.916Z Downloaded thiserror v1.0.63
3562024-08-06T22:22:05.919Z Downloaded zerocopy-derive v0.7.34
3572024-08-06T22:22:05.922Z Downloaded log v0.4.21
3582024-08-06T22:22:05.925Z Downloaded proc-macro2 v1.0.86
3592024-08-06T22:22:05.928Z Downloaded usdt-impl v0.5.0
3602024-08-06T22:22:05.931Z Downloaded unicode-ident v1.0.12
3612024-08-06T22:22:05.934Z Downloaded typenum v1.17.0
3622024-08-06T22:22:05.934Z Downloaded camino v1.1.7
3632024-08-06T22:22:05.937Z Downloaded papergrid v0.11.0
3642024-08-06T22:22:05.942Z Downloaded anstyle-query v1.0.3
3652024-08-06T22:22:05.945Z Downloaded anyhow v1.0.86
3662024-08-06T22:22:05.948Z Downloaded toml_edit v0.22.20
3672024-08-06T22:22:05.971Z Downloaded indexmap v2.3.0
3682024-08-06T22:22:05.976Z Downloaded serde v1.0.204
3692024-08-06T22:22:05.979Z Downloaded memchr v2.7.2
3702024-08-06T22:22:05.984Z Downloaded hashbrown v0.14.5
3712024-08-06T22:22:05.990Z Downloaded pest v2.7.10
3722024-08-06T22:22:06.005Z Downloaded zerocopy v0.7.34
3732024-08-06T22:22:06.022Z Downloaded serde_json v1.0.122
3742024-08-06T22:22:06.030Z Downloaded clap_builder v4.5.13
3752024-08-06T22:22:06.038Z Downloaded winnow v0.6.18
3762024-08-06T22:22:06.047Z Downloaded tabled v0.15.0
3772024-08-06T22:22:06.065Z Downloaded syn v2.0.72
3782024-08-06T22:22:06.077Z Downloaded syn v1.0.109
3792024-08-06T22:22:06.090Z Downloaded goblin v0.8.2
3802024-08-06T22:22:06.096Z Downloaded unicode-width v0.1.13
3812024-08-06T22:22:06.104Z Downloaded rustix v0.38.34
3822024-08-06T22:22:06.127Z Downloaded libc v0.2.155
3832024-08-06T22:22:06.439Z Compiling proc-macro2 v1.0.86
3842024-08-06T22:22:06.439Z Compiling unicode-ident v1.0.12
3852024-08-06T22:22:06.439Z Compiling version_check v0.9.5
3862024-08-06T22:22:06.439Z Compiling serde v1.0.204
3872024-08-06T22:22:06.442Z Compiling memchr v2.7.2
3882024-08-06T22:22:06.442Z Compiling thiserror v1.0.63
3892024-08-06T22:22:06.442Z Compiling libc v0.2.155
3902024-08-06T22:22:06.473Z Compiling itoa v1.0.11
3912024-08-06T22:22:06.697Z Compiling ryu v1.0.18
3922024-08-06T22:22:06.860Z Compiling ucd-trie v0.1.6
3932024-08-06T22:22:07.346Z Compiling once_cell v1.19.0
3942024-08-06T22:22:07.434Z Compiling byteorder v1.5.0
3952024-08-06T22:22:07.797Z Compiling serde_json v1.0.122
3962024-08-06T22:22:08.768Z Compiling usdt-impl v0.5.0
3972024-08-06T22:22:08.772Z Compiling proc-macro-error-attr v1.0.4
3982024-08-06T22:22:08.828Z Compiling rustix v0.38.34
3992024-08-06T22:22:08.925Z Compiling syn v1.0.109
4002024-08-06T22:22:08.928Z Compiling proc-macro-error v1.0.4
4012024-08-06T22:22:09.174Z Compiling hashbrown v0.14.5
4022024-08-06T22:22:09.259Z Compiling equivalent v1.0.1
4032024-08-06T22:22:09.286Z Compiling utf8parse v0.2.1
4042024-08-06T22:22:09.382Z Compiling bitflags v2.6.0
4052024-08-06T22:22:09.462Z Compiling plain v0.2.3
4062024-08-06T22:22:09.628Z Compiling thread-id v4.2.1
4072024-08-06T22:22:09.723Z Compiling quote v1.0.36
4082024-08-06T22:22:09.795Z Compiling log v0.4.21
4092024-08-06T22:22:09.798Z Compiling anstyle-parse v0.2.4
4102024-08-06T22:22:10.034Z Compiling semver v1.0.23
4112024-08-06T22:22:10.200Z Compiling syn v2.0.72
4122024-08-06T22:22:10.226Z Compiling errno v0.3.9
4132024-08-06T22:22:10.537Z Compiling winnow v0.6.18
4142024-08-06T22:22:10.567Z Compiling indexmap v2.3.0
4152024-08-06T22:22:10.624Z Compiling autocfg v1.3.0
4162024-08-06T22:22:10.676Z Compiling colorchoice v1.0.1
4172024-08-06T22:22:10.852Z Compiling camino v1.1.7
4182024-08-06T22:22:11.688Z Compiling anstyle-query v1.0.3
4192024-08-06T22:22:11.692Z Compiling pretty-hex v0.4.1
4202024-08-06T22:22:11.846Z Compiling is_terminal_polyfill v1.70.0
4212024-08-06T22:22:11.952Z Compiling anstyle v1.0.8
4222024-08-06T22:22:11.992Z Compiling terminal_size v0.3.0
4232024-08-06T22:22:12.097Z Compiling fs-err v2.11.0
4242024-08-06T22:22:12.265Z Compiling anyhow v1.0.86
4252024-08-06T22:22:12.371Z Compiling anstream v0.6.14
4262024-08-06T22:22:12.397Z Compiling heck v0.4.1
4272024-08-06T22:22:12.427Z Compiling fnv v1.0.7
4282024-08-06T22:22:12.453Z Compiling unicode-width v0.1.13
4292024-08-06T22:22:12.574Z Compiling clap_lex v0.7.0
4302024-08-06T22:22:12.730Z Compiling heck v0.5.0
4312024-08-06T22:22:12.947Z Compiling bytecount v0.6.8
4322024-08-06T22:22:12.980Z Compiling strsim v0.11.1
4332024-08-06T22:22:13.146Z Compiling papergrid v0.11.0
4342024-08-06T22:22:13.314Z Compiling memmap v0.7.0
4352024-08-06T22:22:13.402Z Compiling clap_builder v4.5.13
4362024-08-06T22:22:14.171Z Compiling swrite v0.1.0
4372024-08-06T22:22:15.894Z Compiling tabled_derive v0.7.0
4382024-08-06T22:22:17.540Z Compiling tabled v0.15.0
4392024-08-06T22:22:19.569Z Compiling serde_derive v1.0.204
4402024-08-06T22:22:19.569Z Compiling thiserror-impl v1.0.63
4412024-08-06T22:22:19.618Z Compiling zerocopy-derive v0.7.34
4422024-08-06T22:22:19.618Z Compiling scroll_derive v0.12.0
4432024-08-06T22:22:19.618Z Compiling clap_derive v4.5.13
4442024-08-06T22:22:21.045Z Compiling scroll v0.12.0
4452024-08-06T22:22:21.659Z Compiling zerocopy v0.7.34
4462024-08-06T22:22:21.683Z Compiling goblin v0.8.2
4472024-08-06T22:22:22.653Z Compiling pest v2.7.10
4482024-08-06T22:22:24.022Z Compiling clap v4.5.13
4492024-08-06T22:22:25.016Z Compiling pest_meta v2.7.10
4502024-08-06T22:22:25.978Z Compiling pest_generator v2.7.10
4512024-08-06T22:22:28.039Z Compiling pest_derive v2.7.10
4522024-08-06T22:22:28.778Z Compiling dtrace-parser v0.2.0
4532024-08-06T22:22:30.923Z Compiling serde_tokenstream v0.2.1
4542024-08-06T22:22:30.948Z Compiling serde_spanned v0.6.7
4552024-08-06T22:22:30.971Z Compiling toml_datetime v0.6.8
4562024-08-06T22:22:30.975Z Compiling cargo-platform v0.1.8
4572024-08-06T22:22:31.379Z Compiling toml_edit v0.22.20
4582024-08-06T22:22:31.522Z Compiling macaddr v1.0.1
4592024-08-06T22:22:32.491Z Compiling dof v0.3.0
4602024-08-06T22:22:32.548Z Compiling cargo_metadata v0.18.1
4612024-08-06T22:22:34.554Z Compiling usdt-macro v0.5.0
4622024-08-06T22:22:34.554Z Compiling usdt-attr-macro v0.5.0
4632024-08-06T22:22:34.720Z Compiling toml v0.8.19
4642024-08-06T22:22:35.692Z Compiling cargo_toml v0.20.4
4652024-08-06T22:22:36.109Z Compiling usdt v0.5.0
4662024-08-06T22:22:39.785Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672024-08-06T22:22:44.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.04s
4682024-08-06T22:22:44.435Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4692024-08-06T22:22:45.191Z Downloading crates ...
4702024-08-06T22:22:45.250Z Downloaded atomic-waker v1.1.2
4712024-08-06T22:22:45.255Z Downloaded adler v1.0.2
4722024-08-06T22:22:45.255Z Downloaded aead v0.5.2
4732024-08-06T22:22:45.259Z Downloaded atty v0.2.14
4742024-08-06T22:22:45.281Z Downloaded async-stream-impl v0.3.5
4752024-08-06T22:22:45.281Z Downloaded addr2line v0.21.0
4762024-08-06T22:22:45.281Z Downloaded crucible-workspace-hack v0.1.0
4772024-08-06T22:22:45.281Z Downloaded bitstruct v0.1.1
4782024-08-06T22:22:45.281Z Downloaded cfg_aliases v0.1.1
4792024-08-06T22:22:45.281Z Downloaded cstr-argument v0.1.2
4802024-08-06T22:22:45.281Z Downloaded bit-vec v0.6.3
4812024-08-06T22:22:45.281Z Downloaded darling_macro v0.20.9
4822024-08-06T22:22:45.281Z Downloaded bitfield-struct v0.6.1
4832024-08-06T22:22:45.281Z Downloaded async-recursion v1.1.1
4842024-08-06T22:22:45.285Z Downloaded ascii-canvas v3.0.0
4852024-08-06T22:22:45.285Z Downloaded matches v0.1.10
4862024-08-06T22:22:45.289Z Downloaded is_ci v1.2.0
4872024-08-06T22:22:45.289Z Downloaded crossbeam-deque v0.8.5
4882024-08-06T22:22:45.293Z Downloaded instant v0.1.12
4892024-08-06T22:22:45.293Z Downloaded oso-derive v0.27.3
4902024-08-06T22:22:45.293Z Downloaded colored v2.1.0
4912024-08-06T22:22:45.302Z Downloaded openssl-macros v0.1.1
4922024-08-06T22:22:45.302Z Downloaded num_threads v0.1.7
4932024-08-06T22:22:45.306Z Downloaded ciborium-ll v0.2.2
4942024-08-06T22:22:45.306Z Downloaded kstat-rs v0.2.4
4952024-08-06T22:22:45.306Z Downloaded lazycell v1.3.0
4962024-08-06T22:22:45.306Z Downloaded ipnetwork v0.20.0
4972024-08-06T22:22:45.306Z Downloaded indent_write v2.2.0
4982024-08-06T22:22:45.309Z Downloaded impl-trait-for-tuples v0.2.2
4992024-08-06T22:22:45.313Z Downloaded parse-size v1.0.0
5002024-08-06T22:22:45.313Z Downloaded mockall v0.12.1
5012024-08-06T22:22:45.317Z Downloaded base16ct v0.2.0
5022024-08-06T22:22:45.317Z Downloaded base64ct v1.6.0
5032024-08-06T22:22:45.320Z Downloaded num-derive v0.4.2
5042024-08-06T22:22:45.324Z Downloaded indoc v1.0.9
5052024-08-06T22:22:45.324Z Downloaded cookie v0.17.0
5062024-08-06T22:22:45.327Z Downloaded olpc-cjson v0.1.3
5072024-08-06T22:22:45.330Z Downloaded nibble_vec v0.1.0
5082024-08-06T22:22:45.330Z Downloaded atomicwrites v0.4.3
5092024-08-06T22:22:45.334Z Downloaded multer v3.1.0
5102024-08-06T22:22:45.337Z Downloaded is-terminal v0.4.12
5112024-08-06T22:22:45.337Z Downloaded parse-display v0.9.1
5122024-08-06T22:22:45.340Z Downloaded crunchy v0.2.2
5132024-08-06T22:22:45.340Z Downloaded memmap2 v0.9.4
5142024-08-06T22:22:45.343Z Downloaded num-complex v0.4.6
5152024-08-06T22:22:45.347Z Downloaded lock_api v0.4.12
5162024-08-06T22:22:45.351Z Downloaded num-rational v0.4.2
5172024-08-06T22:22:45.352Z Downloaded nu-ansi-term v0.50.0
5182024-08-06T22:22:45.357Z Downloaded termtree v0.4.1
5192024-08-06T22:22:45.357Z Downloaded try-lock v0.2.5
5202024-08-06T22:22:45.361Z Downloaded bit-set v0.5.3
5212024-08-06T22:22:45.361Z Downloaded num-conv v0.1.0
5222024-08-06T22:22:45.361Z Downloaded openssl-probe v0.1.5
5232024-08-06T22:22:45.366Z Downloaded opaque-debug v0.3.1
5242024-08-06T22:22:45.366Z Downloaded parking_lot_core v0.8.6
5252024-08-06T22:22:45.369Z Downloaded lazy_static v1.5.0
5262024-08-06T22:22:45.374Z Downloaded lru v0.12.3
5272024-08-06T22:22:45.374Z Downloaded num_cpus v1.16.0
5282024-08-06T22:22:45.377Z Downloaded tinyvec_macros v0.1.1
5292024-08-06T22:22:45.377Z Downloaded bitfield v0.14.0
5302024-08-06T22:22:45.380Z Downloaded arc-swap v1.7.1
5312024-08-06T22:22:45.384Z Downloaded cipher v0.4.4
5322024-08-06T22:22:45.388Z Downloaded slab v0.4.9
5332024-08-06T22:22:45.391Z Downloaded memoffset v0.9.1
5342024-08-06T22:22:45.391Z Downloaded curve25519-dalek-derive v0.1.1
5352024-08-06T22:22:45.396Z Downloaded cobs v0.2.3
5362024-08-06T22:22:45.396Z Downloaded cexpr v0.6.0
5372024-08-06T22:22:45.399Z Downloaded block-padding v0.3.3
5382024-08-06T22:22:45.399Z Downloaded phf_shared v0.10.0
5392024-08-06T22:22:45.399Z Downloaded endian-type v0.1.2
5402024-08-06T22:22:45.402Z Downloaded managed v0.8.0
5412024-08-06T22:22:45.402Z Downloaded defmt v0.3.8
5422024-08-06T22:22:45.407Z Downloaded slog-scope v4.4.0
5432024-08-06T22:22:45.410Z Downloaded parking_lot v0.11.2
5442024-08-06T22:22:45.414Z Downloaded structmeta v0.3.0
5452024-08-06T22:22:45.417Z Downloaded wait-timeout v0.2.0
5462024-08-06T22:22:45.421Z Downloaded serde_with_macros v3.8.3
5472024-08-06T22:22:45.426Z Downloaded paste v1.0.15
5482024-08-06T22:22:45.430Z Downloaded num_enum_derive v0.5.11
5492024-08-06T22:22:45.430Z Downloaded http-range v0.1.5
5502024-08-06T22:22:45.430Z Downloaded parse-display-derive v0.9.1
5512024-08-06T22:22:45.434Z Downloaded backoff v0.4.0
5522024-08-06T22:22:45.434Z Downloaded bcs v0.1.6
5532024-08-06T22:22:45.438Z Downloaded unicode-xid v0.2.4
5542024-08-06T22:22:45.442Z Downloaded openssl-sys v0.9.103
5552024-08-06T22:22:45.445Z Downloaded cancel-safe-futures v0.1.5
5562024-08-06T22:22:45.450Z Downloaded uzers v0.11.3
5572024-08-06T22:22:45.455Z Downloaded home v0.5.9
5582024-08-06T22:22:45.460Z Downloaded static_assertions v1.1.0
5592024-08-06T22:22:45.460Z Downloaded strum v0.26.3
5602024-08-06T22:22:45.460Z Downloaded hyper-tls v0.5.0
5612024-08-06T22:22:45.464Z Downloaded num_enum v0.5.11
5622024-08-06T22:22:45.470Z Downloaded rand_chacha v0.3.1
5632024-08-06T22:22:45.474Z Downloaded predicates-tree v1.0.9
5642024-08-06T22:22:45.474Z Downloaded downcast v0.11.0
5652024-08-06T22:22:45.478Z Downloaded xattr v1.3.1
5662024-08-06T22:22:45.482Z Downloaded diesel_table_macro_syntax v0.1.0
5672024-08-06T22:22:45.483Z Downloaded headers-core v0.2.0
5682024-08-06T22:22:45.483Z Downloaded rtoolbox v0.0.2
5692024-08-06T22:22:45.486Z Downloaded resolv-conf v0.7.0
5702024-08-06T22:22:45.486Z Downloaded allocator-api2 v0.2.18
5712024-08-06T22:22:45.491Z Downloaded predicates v3.1.2
5722024-08-06T22:22:45.496Z Downloaded slog-json v2.6.1
5732024-08-06T22:22:45.501Z Downloaded precomputed-hash v0.1.1
5742024-08-06T22:22:45.501Z Downloaded semver v0.1.20
5752024-08-06T22:22:45.505Z Downloaded sec1 v0.7.3
5762024-08-06T22:22:45.505Z Downloaded crossbeam-epoch v0.9.18
5772024-08-06T22:22:45.510Z Downloaded derive_builder_core v0.20.0
5782024-08-06T22:22:45.510Z Downloaded sigpipe v0.1.3
5792024-08-06T22:22:45.518Z Downloaded strum_macros v0.24.3
5802024-08-06T22:22:45.527Z Downloaded structmeta-derive v0.3.0
5812024-08-06T22:22:45.532Z Downloaded toolchain_find v0.4.0
5822024-08-06T22:22:45.533Z Downloaded display-error-chain v0.2.0
5832024-08-06T22:22:45.536Z Downloaded dirs-sys-next v0.1.2
5842024-08-06T22:22:45.536Z Downloaded untrusted v0.7.1
5852024-08-06T22:22:45.536Z Downloaded waitgroup v0.1.2
5862024-08-06T22:22:45.545Z Downloaded aho-corasick v1.1.3
5872024-08-06T22:22:45.561Z Downloaded vte_generate_state_changes v0.1.1
5882024-08-06T22:22:45.561Z Downloaded fxhash v0.2.1
5892024-08-06T22:22:45.561Z Downloaded want v0.3.1
5902024-08-06T22:22:45.561Z Downloaded phf_shared v0.11.2
5912024-08-06T22:22:45.561Z Downloaded stability v0.2.0
5922024-08-06T22:22:45.561Z Downloaded ppv-lite86 v0.2.17
5932024-08-06T22:22:45.561Z Downloaded powerfmt v0.2.0
5942024-08-06T22:22:45.561Z Downloaded rustc_version v0.4.0
5952024-08-06T22:22:45.561Z Downloaded psl-types v2.0.11
5962024-08-06T22:22:45.567Z Downloaded slog-bunyan v2.5.0
5972024-08-06T22:22:45.567Z Downloaded rustfmt-wrapper v0.2.1
5982024-08-06T22:22:45.567Z Downloaded snafu-derive v0.8.2
5992024-08-06T22:22:45.567Z Downloaded stable_deref_trait v1.2.0
6002024-08-06T22:22:45.567Z Downloaded rustc_version v0.1.7
6012024-08-06T22:22:45.571Z Downloaded darling_core v0.20.9
6022024-08-06T22:22:45.575Z Downloaded iana-time-zone v0.1.60
6032024-08-06T22:22:45.580Z Downloaded shlex v1.3.0
6042024-08-06T22:22:45.580Z Downloaded rustc-hash v1.1.0
6052024-08-06T22:22:45.584Z Downloaded smallvec v0.6.14
6062024-08-06T22:22:45.584Z Downloaded tinyvec v1.6.0
6072024-08-06T22:22:45.588Z Downloaded libm v0.2.8
6082024-08-06T22:22:45.596Z Downloaded foreign-types-shared v0.3.1
6092024-08-06T22:22:45.601Z Downloaded zone_cfg_derive v0.1.2
6102024-08-06T22:22:45.601Z Downloaded futures-core v0.3.30
6112024-08-06T22:22:45.605Z Downloaded which v4.4.2
6122024-08-06T22:22:45.605Z Downloaded httpdate v1.0.3
6132024-08-06T22:22:45.609Z Downloaded foreign-types-macros v0.2.3
6142024-08-06T22:22:45.609Z Downloaded crypto-bigint v0.5.5
6152024-08-06T22:22:45.617Z Downloaded socket2 v0.4.10
6162024-08-06T22:22:45.622Z Downloaded rusty-fork v0.3.0
6172024-08-06T22:22:45.622Z Downloaded rpassword v7.3.1
6182024-08-06T22:22:45.626Z Downloaded num-traits v0.2.19
6192024-08-06T22:22:45.626Z Downloaded proc-macro-crate v1.3.1
6202024-08-06T22:22:45.630Z Downloaded hostname v0.4.0
6212024-08-06T22:22:45.633Z Downloaded hostname v0.3.1
6222024-08-06T22:22:45.633Z Downloaded peg-runtime v0.8.3
6232024-08-06T22:22:45.637Z Downloaded serde-big-array v0.5.1
6242024-08-06T22:22:45.640Z Downloaded structmeta v0.2.0
6252024-08-06T22:22:45.640Z Downloaded pretty-hex v0.2.1
6262024-08-06T22:22:45.644Z Downloaded portpicker v0.1.1
6272024-08-06T22:22:45.644Z Downloaded float-ord v0.3.2
6282024-08-06T22:22:45.648Z Downloaded float-cmp v0.9.0
6292024-08-06T22:22:45.648Z Downloaded schemars v0.8.21
6302024-08-06T22:22:45.662Z Downloaded sqlparser_derive v0.2.2
6312024-08-06T22:22:45.666Z Downloaded hubpack_derive v0.1.1
6322024-08-06T22:22:45.666Z Downloaded crossbeam-channel v0.5.12
6332024-08-06T22:22:45.671Z Downloaded rand v0.8.5
6342024-08-06T22:22:45.677Z Downloaded tracing-core v0.1.32
6352024-08-06T22:22:45.681Z Downloaded snafu v0.8.2
6362024-08-06T22:22:45.689Z Downloaded path-slash v0.1.5
6372024-08-06T22:22:45.693Z Downloaded time-core v0.1.2
6382024-08-06T22:22:45.698Z Downloaded tabwriter v1.4.0
6392024-08-06T22:22:45.698Z Downloaded erased-serde v0.3.31
6402024-08-06T22:22:45.701Z Downloaded slog-envlogger v2.2.0
6412024-08-06T22:22:45.701Z Downloaded form_urlencoded v1.2.1
6422024-08-06T22:22:45.705Z Downloaded supports-color v3.0.0
6432024-08-06T22:22:45.706Z Downloaded string_cache v0.8.7
6442024-08-06T22:22:45.710Z Downloaded radium v0.7.0
6452024-08-06T22:22:45.710Z Downloaded fallible-iterator v0.2.0
6462024-08-06T22:22:45.713Z Downloaded tar v0.4.41
6472024-08-06T22:22:45.713Z Downloaded diesel_derives v2.1.4
6482024-08-06T22:22:45.718Z Downloaded zip v0.6.6
6492024-08-06T22:22:45.725Z Downloaded tower-service v0.3.2
6502024-08-06T22:22:45.729Z Downloaded serde_arrays v0.1.0
6512024-08-06T22:22:45.729Z Downloaded pin-project v1.1.5
6522024-08-06T22:22:45.742Z Downloaded tracing v0.1.40
6532024-08-06T22:22:45.747Z Downloaded unicode-truncate v1.0.0
6542024-08-06T22:22:45.751Z Downloaded same-file v1.0.6
6552024-08-06T22:22:45.756Z Downloaded sync_wrapper v0.1.2
6562024-08-06T22:22:45.756Z Downloaded env_logger v0.10.2
6572024-08-06T22:22:45.760Z Downloaded env_logger v0.9.3
6582024-08-06T22:22:45.760Z Downloaded group v0.13.0
6592024-08-06T22:22:45.764Z Downloaded subtle v2.5.0
6602024-08-06T22:22:45.768Z Downloaded pkcs8 v0.10.2
6612024-08-06T22:22:45.768Z Downloaded futures v0.3.30
6622024-08-06T22:22:45.774Z Downloaded hashbrown v0.12.3
6632024-08-06T22:22:45.789Z Downloaded futures-task v0.3.30
6642024-08-06T22:22:45.801Z Downloaded rustls-pki-types v1.7.0
6652024-08-06T22:22:45.801Z Downloaded pin-project-internal v1.1.5
6662024-08-06T22:22:45.801Z Downloaded trust-dns-client v0.22.0
6672024-08-06T22:22:45.801Z Downloaded ident_case v1.0.1
6682024-08-06T22:22:45.801Z Downloaded signal-hook v0.3.17
6692024-08-06T22:22:45.801Z Downloaded serde_with v3.8.3
6702024-08-06T22:22:45.809Z Downloaded itertools v0.12.1
6712024-08-06T22:22:45.818Z Downloaded take_mut v0.2.2
6722024-08-06T22:22:45.821Z Downloaded serde_plain v1.0.2
6732024-08-06T22:22:45.821Z Downloaded fastrand v2.1.0
6742024-08-06T22:22:45.826Z Downloaded rustls-pemfile v1.0.4
6752024-08-06T22:22:45.826Z Downloaded rand_seeder v0.3.0
6762024-08-06T22:22:45.831Z Downloaded serde_repr v0.1.19
6772024-08-06T22:22:45.831Z Downloaded tokio-tungstenite v0.21.0
6782024-08-06T22:22:45.833Z Downloaded heapless v0.8.0
6792024-08-06T22:22:45.837Z Downloaded spki v0.7.3
6802024-08-06T22:22:45.840Z Downloaded hubpack v0.1.2
6812024-08-06T22:22:45.843Z Downloaded humantime v2.1.0
6822024-08-06T22:22:45.846Z Downloaded untrusted v0.9.0
6832024-08-06T22:22:45.846Z Downloaded universal-hash v0.5.1
6842024-08-06T22:22:45.851Z Downloaded utf-8 v0.7.6
6852024-08-06T22:22:45.851Z Downloaded spin v0.9.8
6862024-08-06T22:22:45.856Z Downloaded tempfile v3.10.1
6872024-08-06T22:22:45.856Z Downloaded publicsuffix v2.2.3
6882024-08-06T22:22:45.859Z Downloaded toml_edit v0.19.15
6892024-08-06T22:22:45.878Z Downloaded term v0.7.0
6902024-08-06T22:22:45.882Z Downloaded pkcs1 v0.7.5
6912024-08-06T22:22:45.885Z Downloaded serde_path_to_error v0.1.16
6922024-08-06T22:22:45.889Z Downloaded crossterm v0.27.0
6932024-08-06T22:22:45.896Z Downloaded serde_derive_internals v0.29.1
6942024-08-06T22:22:45.900Z Downloaded hyper-rustls v0.24.2
6952024-08-06T22:22:45.904Z Downloaded futures-channel v0.3.30
6962024-08-06T22:22:45.904Z Downloaded ron v0.7.1
6972024-08-06T22:22:45.910Z Downloaded vte v0.11.1
6982024-08-06T22:22:45.914Z Downloaded rustls-pemfile v2.1.3
6992024-08-06T22:22:45.917Z Downloaded derive-where v1.2.7
7002024-08-06T22:22:45.921Z Downloaded http v0.2.12
7012024-08-06T22:22:45.924Z Downloaded winnow v0.5.40
7022024-08-06T22:22:45.935Z Downloaded http v1.1.0
7032024-08-06T22:22:45.940Z Downloaded pin-project-lite v0.2.14
7042024-08-06T22:22:45.947Z Downloaded headers v0.3.9
7052024-08-06T22:22:45.954Z Downloaded expectorate v1.1.0
7062024-08-06T22:22:45.960Z Downloaded tungstenite v0.21.0
7072024-08-06T22:22:45.964Z Downloaded tungstenite v0.20.1
7082024-08-06T22:22:45.967Z Downloaded fatfs v0.3.6
7092024-08-06T22:22:45.970Z Downloaded serde_yaml v0.9.34+deprecated
7102024-08-06T22:22:45.974Z Downloaded bindgen v0.69.4
7112024-08-06T22:22:45.984Z Downloaded url v2.5.2
7122024-08-06T22:22:48.746Z Downloaded tough v0.17.1
7132024-08-06T22:22:48.746Z Downloaded tokio-util v0.7.11
7142024-08-06T22:22:48.746Z Downloaded portable-atomic v1.6.0
7152024-08-06T22:22:48.746Z Downloaded trust-dns-resolver v0.22.0
7162024-08-06T22:22:48.746Z Downloaded object v0.30.4
7172024-08-06T22:22:48.746Z Downloaded unicode-normalization v0.1.23
7182024-08-06T22:22:48.746Z Downloaded hashbrown v0.13.2
7192024-08-06T22:22:48.746Z Downloaded unicode-segmentation v1.11.0
7202024-08-06T22:22:48.746Z Downloaded rustls-webpki v0.101.7
7212024-08-06T22:22:48.746Z Downloaded futures-util v0.3.30
7222024-08-06T22:22:48.746Z Downloaded time v0.3.36
7232024-08-06T22:22:48.746Z Downloaded rustls-webpki v0.102.4
7242024-08-06T22:22:48.746Z Downloaded smoltcp v0.9.1
7252024-08-06T22:22:48.747Z Downloaded reqwest v0.11.27
7262024-08-06T22:22:48.747Z Downloaded bstr v0.2.17
7272024-08-06T22:22:48.747Z Downloaded proptest v1.4.0
7282024-08-06T22:22:48.747Z Downloaded h2 v0.3.26
7292024-08-06T22:22:48.747Z Downloaded regex v1.10.5
7302024-08-06T22:22:48.747Z Downloaded rayon v1.10.0
7312024-08-06T22:22:48.747Z Downloaded smoltcp v0.11.0
7322024-08-06T22:22:48.747Z Downloaded openssl v0.10.66
7332024-08-06T22:22:48.747Z Downloaded hyper v0.14.30
7342024-08-06T22:22:48.747Z Downloaded openapiv3 v2.0.0
7352024-08-06T22:22:48.747Z Downloaded regex-syntax v0.6.29
7362024-08-06T22:22:48.747Z Downloaded polar-core v0.27.3
7372024-08-06T22:22:48.747Z Downloaded regress v0.9.1
7382024-08-06T22:22:48.747Z Downloaded idna v0.3.0
7392024-08-06T22:22:48.747Z Downloaded regex-syntax v0.8.3
7402024-08-06T22:22:48.747Z Downloaded rustls v0.22.4
7412024-08-06T22:22:48.747Z Downloaded sled v0.34.7
7422024-08-06T22:22:48.748Z Downloaded idna v0.5.0
7432024-08-06T22:22:48.748Z Downloaded idna v0.2.3
7442024-08-06T22:22:48.748Z Downloaded ratatui v0.27.0
7452024-08-06T22:22:48.748Z Downloaded zerocopy-derive v0.6.6
7462024-08-06T22:22:48.748Z Downloaded finl_unicode v1.2.0
7472024-08-06T22:22:48.748Z Downloaded regex-automata v0.4.6
7482024-08-06T22:22:48.748Z Downloaded bzip2-sys v0.1.11+1.0.8
7492024-08-06T22:22:48.748Z Downloaded petgraph v0.6.5
7502024-08-06T22:22:48.748Z Downloaded encoding_rs v0.8.34
7512024-08-06T22:22:48.748Z Downloaded bstr v1.9.1
7522024-08-06T22:22:48.748Z Downloaded tokio v1.38.1
7532024-08-06T22:22:48.748Z Downloaded csv v1.3.0
7542024-08-06T22:22:48.748Z Downloaded sha3 v0.10.8
7552024-08-06T22:22:48.748Z Downloaded gimli v0.28.1
7562024-08-06T22:22:48.748Z Downloaded radix_trie v0.2.1
7572024-08-06T22:22:48.748Z Downloaded webpki-roots v0.25.4
7582024-08-06T22:22:48.748Z Downloaded rustls v0.21.12
7592024-08-06T22:22:48.748Z Downloaded diesel v2.1.6
7602024-08-06T22:22:48.748Z Downloaded trust-dns-proto v0.22.0
7612024-08-06T22:22:48.748Z Downloaded object v0.32.2
7622024-08-06T22:22:48.749Z Downloaded nix v0.28.0
7632024-08-06T22:22:48.749Z Downloaded nix v0.27.1
7642024-08-06T22:22:48.749Z Downloaded curve25519-dalek v4.1.3
7652024-08-06T22:22:48.749Z Downloaded vcpkg v0.2.15
7662024-08-06T22:22:48.749Z Downloaded quick-xml v0.31.0
7672024-08-06T22:22:48.749Z Downloaded hkdf v0.12.4
7682024-08-06T22:22:48.749Z Downloaded lalrpop v0.19.12
7692024-08-06T22:22:48.749Z Downloaded chrono v0.4.38
7702024-08-06T22:22:48.749Z Downloaded regex-automata v0.1.10
7712024-08-06T22:22:48.749Z Downloaded rustyline v14.0.0
7722024-08-06T22:22:48.749Z Downloaded sqlparser v0.45.0
7732024-08-06T22:22:48.749Z Downloaded bitvec v1.0.1
7742024-08-06T22:22:48.749Z Downloaded reedline v0.31.0
7752024-08-06T22:22:48.749Z Downloaded half v2.4.1
7762024-08-06T22:22:48.749Z Downloaded unsafe-libyaml v0.2.11
7772024-08-06T22:22:48.749Z Downloaded uuid v1.10.0
7782024-08-06T22:22:48.749Z Downloaded typed-path v0.7.1
7792024-08-06T22:22:48.749Z Downloaded blake3 v1.5.1
7802024-08-06T22:22:48.749Z Downloaded derive_more v0.99.18
7812024-08-06T22:22:48.749Z Downloaded flume v0.11.0
7822024-08-06T22:22:48.750Z Downloaded num-bigint-dig v0.8.4
7832024-08-06T22:22:48.750Z Downloaded test-strategy v0.3.1
7842024-08-06T22:22:48.750Z Downloaded elliptic-curve v0.13.8
7852024-08-06T22:22:48.750Z Downloaded pin-utils v0.1.0
7862024-08-06T22:22:48.750Z Downloaded rand_xorshift v0.3.0
7872024-08-06T22:22:48.750Z Downloaded slog v2.7.0
7882024-08-06T22:22:48.750Z Downloaded prettyplease v0.2.20
7892024-08-06T22:22:48.750Z Downloaded steno v0.4.1
7902024-08-06T22:22:48.750Z Downloaded spin v0.5.2
7912024-08-06T22:22:48.750Z Downloaded glob v0.3.1
7922024-08-06T22:22:48.750Z Downloaded getrandom v0.2.14
7932024-08-06T22:22:48.750Z Downloaded tokio-stream v0.1.15
7942024-08-06T22:22:48.750Z Downloaded tokio-rustls v0.25.0
7952024-08-06T22:22:48.750Z Downloaded tokio-rustls v0.24.1
7962024-08-06T22:22:48.750Z Downloaded thread_local v1.1.8
7972024-08-06T22:22:48.750Z Downloaded poly1305 v0.8.0
7982024-08-06T22:22:48.751Z Downloaded textwrap v0.16.1
7992024-08-06T22:22:48.751Z Downloaded itertools v0.10.5
8002024-08-06T22:22:48.751Z Downloaded pem v3.0.4
8012024-08-06T22:22:48.751Z Downloaded peg-macros v0.8.4
8022024-08-06T22:22:48.751Z Downloaded derive_builder v0.20.0
8032024-08-06T22:22:48.751Z Downloaded samael v0.0.15
8042024-08-06T22:22:48.751Z Downloaded futures-sink v0.3.30
8052024-08-06T22:22:48.751Z Downloaded futures-io v0.3.30
8062024-08-06T22:22:48.751Z Downloaded futures-executor v0.3.30
8072024-08-06T22:22:48.751Z Downloaded termcolor v1.4.1
8082024-08-06T22:22:48.751Z Downloaded sqlformat v0.2.4
8092024-08-06T22:22:48.751Z Downloaded serde_urlencoded v0.7.1
8102024-08-06T22:22:48.751Z Downloaded ref-cast-impl v1.0.23
8112024-08-06T22:22:48.751Z Downloaded heapless v0.7.17
8122024-08-06T22:22:48.973Z Downloaded flate2 v1.0.31
8132024-08-06T22:22:48.973Z Downloaded toml v0.5.11
8142024-08-06T22:22:48.973Z Downloaded unicode-bidi v0.3.15
8152024-08-06T22:22:48.973Z Downloaded slog-term v2.9.1
8162024-08-06T22:22:48.973Z Downloaded toml v0.7.8
8172024-08-06T22:22:48.974Z Downloaded similar v2.5.0
8182024-08-06T22:22:48.974Z Downloaded peg v0.8.4
8192024-08-06T22:22:48.974Z Downloaded subprocess v0.2.9
8202024-08-06T22:22:48.974Z Downloaded socket2 v0.5.7
8212024-08-06T22:22:48.974Z Downloaded hmac v0.12.1
8222024-08-06T22:22:48.974Z Downloaded ron v0.8.1
8232024-08-06T22:22:48.974Z Downloaded rcgen v0.12.1
8242024-08-06T22:22:48.974Z Downloaded rayon-core v1.12.1
8252024-08-06T22:22:48.974Z Downloaded nom v7.1.3
8262024-08-06T22:22:48.974Z Downloaded der_derive v0.7.2
8272024-08-06T22:22:48.974Z Downloaded postcard v1.0.8
8282024-08-06T22:22:48.974Z Downloaded tokio-postgres v0.7.11
8292024-08-06T22:22:48.974Z Downloaded trust-dns-server v0.22.1
8302024-08-06T22:22:48.974Z Downloaded unarray v0.1.4
8312024-08-06T22:22:48.974Z Downloaded stringprep v0.1.4
8322024-08-06T22:22:48.974Z Downloaded r2d2 v0.8.10
8332024-08-06T22:22:48.974Z Downloaded ring v0.17.8
8342024-08-06T22:22:48.974Z Downloaded enum-as-inner v0.5.1
8352024-08-06T22:22:48.974Z Downloaded embedded-io v0.4.0
8362024-08-06T22:22:48.974Z Downloaded either v1.12.0
8372024-08-06T22:22:48.974Z Downloaded dyn-clone v1.0.17
8382024-08-06T22:22:48.974Z Downloaded time-macros v0.2.18
8392024-08-06T22:22:48.974Z Downloaded zerocopy v0.6.6
8402024-08-06T22:22:48.974Z Downloaded yasna v0.5.2
8412024-08-06T22:22:48.974Z Downloaded slog-async v2.8.0
8422024-08-06T22:22:48.974Z Downloaded shell-words v1.1.0
8432024-08-06T22:22:48.974Z Downloaded sha1 v0.10.6
8442024-08-06T22:22:48.974Z Downloaded itertools v0.13.0
8452024-08-06T22:22:48.974Z Downloaded slog-stdlog v4.1.1
8462024-08-06T22:22:48.974Z Downloaded slog-dtrace v0.3.0
8472024-08-06T22:22:48.974Z Downloaded siphasher v0.3.11
8482024-08-06T22:22:48.975Z Downloaded signal-hook-tokio v0.3.1
8492024-08-06T22:22:48.975Z Downloaded signal-hook-registry v1.4.2
8502024-08-06T22:22:48.975Z Downloaded serde-hex v0.1.0
8512024-08-06T22:22:48.975Z Downloaded httparse v1.8.0
8522024-08-06T22:22:48.975Z Downloaded ring v0.16.20
8532024-08-06T22:22:48.975Z Downloaded x509-cert v0.2.5
8542024-08-06T22:22:48.975Z Downloaded derive_builder_macro v0.20.0
8552024-08-06T22:22:48.975Z Downloaded rand_core v0.6.4
8562024-08-06T22:22:48.975Z Downloaded ff v0.13.0
8572024-08-06T22:22:48.975Z Downloaded fd-lock v4.0.2
8582024-08-06T22:22:48.975Z Downloaded deranged v0.3.11
8592024-08-06T22:22:48.975Z Downloaded zeroize_derive v1.4.2
8602024-08-06T22:22:48.975Z Downloaded zeroize v1.7.0
8612024-08-06T22:22:48.975Z Downloaded quick-error v1.2.3
8622024-08-06T22:22:48.975Z Downloaded unicode_categories v0.1.1
8632024-08-06T22:22:48.975Z Downloaded pkg-config v0.3.30
8642024-08-06T22:22:48.975Z Downloaded foreign-types v0.5.0
8652024-08-06T22:22:48.975Z Downloaded unicase v2.7.0
8662024-08-06T22:22:48.975Z Downloaded tokio-tungstenite v0.20.1
8672024-08-06T22:22:48.975Z Downloaded topological-sort v0.2.2
8682024-08-06T22:22:48.975Z Downloaded strip-ansi-escapes v0.2.0
8692024-08-06T22:22:48.975Z Downloaded smawk v0.3.2
8702024-08-06T22:22:48.975Z Downloaded signature v2.2.0
8712024-08-06T22:22:48.975Z Downloaded unicode-linebreak v0.1.5
8722024-08-06T22:22:48.975Z Downloaded smallvec v1.13.2
8732024-08-06T22:22:48.975Z Downloaded rsa v0.9.6
8742024-08-06T22:22:48.975Z Downloaded backtrace v0.3.71
8752024-08-06T22:22:48.975Z Downloaded libxml v0.3.3
8762024-08-06T22:22:48.975Z Downloaded pem-rfc7468 v0.7.0
8772024-08-06T22:22:48.975Z Downloaded walkdir v2.5.0
8782024-08-06T22:22:48.975Z Downloaded globset v0.4.14
8792024-08-06T22:22:48.975Z Downloaded foreign-types-shared v0.1.1
8802024-08-06T22:22:48.975Z Downloaded foreign-types v0.3.2
8812024-08-06T22:22:48.975Z Downloaded thiserror-impl-no-std v2.0.2
8822024-08-06T22:22:48.975Z Downloaded postgres-types v0.2.7
8832024-08-06T22:22:48.976Z Downloaded highway v1.1.0
8842024-08-06T22:22:48.976Z Downloaded vsss-rs v3.3.4
8852024-08-06T22:22:48.976Z Downloaded mio v0.8.11
8862024-08-06T22:22:48.976Z Downloaded ref-cast v1.0.23
8872024-08-06T22:22:48.976Z Downloaded num-bigint v0.4.5
8882024-08-06T22:22:48.976Z Downloaded base64 v0.22.1
8892024-08-06T22:22:48.976Z Downloaded compact_str v0.7.1
8902024-08-06T22:22:48.976Z Downloaded hex v0.4.3
8912024-08-06T22:22:48.976Z Downloaded heck v0.3.3
8922024-08-06T22:22:48.976Z Downloaded sct v0.7.1
8932024-08-06T22:22:48.976Z Downloaded postgres-protocol v0.6.7
8942024-08-06T22:22:48.976Z Downloaded bytes v1.7.1
8952024-08-06T22:22:48.976Z Downloaded funty v2.0.0
8962024-08-06T22:22:48.976Z Downloaded fragile v2.0.0
8972024-08-06T22:22:48.976Z Downloaded dirs-next v2.0.0
8982024-08-06T22:22:48.976Z Downloaded zone v0.1.8
8992024-08-06T22:22:48.976Z Downloaded rustc-demangle v0.1.24
9002024-08-06T22:22:48.976Z Downloaded diff v0.1.13
9012024-08-06T22:22:48.976Z Downloaded indicatif v0.17.8
9022024-08-06T22:22:48.976Z Downloaded tokio-native-tls v0.3.1
9032024-08-06T22:22:48.976Z Downloaded tokio-macros v2.3.0
9042024-08-06T22:22:48.976Z Downloaded thiserror-no-std v2.0.2
9052024-08-06T22:22:48.976Z Downloaded strum_macros v0.26.4
9062024-08-06T22:22:48.976Z Downloaded parking_lot v0.12.2
9072024-08-06T22:22:48.976Z Downloaded oso v0.27.3
9082024-08-06T22:22:48.976Z Downloaded omicron-zone-package v0.11.0
9092024-08-06T22:22:48.976Z Downloaded cc v1.0.97
9102024-08-06T22:22:48.976Z Downloaded base64 v0.13.1
9112024-08-06T22:22:48.976Z Downloaded structmeta-derive v0.2.0
9122024-08-06T22:22:49.005Z Downloaded smf v0.2.3
9132024-08-06T22:22:49.005Z Downloaded secrecy v0.8.0
9142024-08-06T22:22:49.005Z Downloaded scopeguard v1.2.0
9152024-08-06T22:22:49.005Z Downloaded schemars_derive v0.8.21
9162024-08-06T22:22:49.005Z Downloaded wyz v0.5.1
9172024-08-06T22:22:49.005Z Downloaded tracing-attributes v0.1.27
9182024-08-06T22:22:49.005Z Downloaded tls_codec_derive v0.4.1
9192024-08-06T22:22:49.005Z Downloaded const-oid v0.9.6
9202024-08-06T22:22:49.005Z Downloaded blake2 v0.10.6
9212024-08-06T22:22:49.005Z Downloaded scheduled-thread-pool v0.2.7
9222024-08-06T22:22:49.005Z Downloaded rustversion v1.0.17
9232024-08-06T22:22:49.005Z Downloaded whoami v1.5.1
9242024-08-06T22:22:49.005Z Downloaded cookie v0.18.1
9252024-08-06T22:22:49.005Z Downloaded hyper-staticfile v0.9.5
9262024-08-06T22:22:49.005Z Downloaded password-hash v0.5.0
9272024-08-06T22:22:49.005Z Downloaded minimal-lexical v0.2.1
9282024-08-06T22:22:49.006Z Downloaded der v0.7.9
9292024-08-06T22:22:49.006Z Downloaded miniz_oxide v0.7.2
9302024-08-06T22:22:49.006Z Downloaded tiny-keccak v2.0.2
9312024-08-06T22:22:49.006Z Downloaded percent-encoding v2.3.1
9322024-08-06T22:22:49.006Z Downloaded http-body v0.4.6
9332024-08-06T22:22:49.006Z Downloaded parking_lot_core v0.9.10
9342024-08-06T22:22:49.006Z Downloaded owo-colors v4.0.0
9352024-08-06T22:22:49.006Z Downloaded predicates-core v1.0.6
9362024-08-06T22:22:49.006Z Downloaded phf v0.11.2
9372024-08-06T22:22:49.006Z Downloaded packed_struct v0.10.1
9382024-08-06T22:22:49.006Z Downloaded mockall_derive v0.12.1
9392024-08-06T22:22:49.006Z Downloaded const_format v0.2.32
9402024-08-06T22:22:49.006Z Downloaded chacha20poly1305 v0.10.1
9412024-08-06T22:22:49.006Z Downloaded hash32 v0.2.1
9422024-08-06T22:22:49.006Z Downloaded getopts v0.2.21
9432024-08-06T22:22:49.006Z Downloaded gethostname v0.5.0
9442024-08-06T22:22:49.006Z Downloaded futures-macro v0.3.30
9452024-08-06T22:22:49.006Z Downloaded filetime v0.2.23
9462024-08-06T22:22:49.006Z Downloaded base64 v0.21.7
9472024-08-06T22:22:49.006Z Downloaded ascii v1.1.0
9482024-08-06T22:22:49.006Z Downloaded hash32 v0.3.1
9492024-08-06T22:22:49.006Z Downloaded flagset v0.4.5
9502024-08-06T22:22:49.006Z Downloaded fixedbitset v0.4.2
9512024-08-06T22:22:49.006Z Downloaded ena v0.14.3
9522024-08-06T22:22:49.006Z Downloaded difflib v0.4.0
9532024-08-06T22:22:49.006Z Downloaded tls_codec v0.4.1
9542024-08-06T22:22:49.006Z Downloaded defmt-parser v0.3.4
9552024-08-06T22:22:49.006Z Downloaded csv-core v0.1.11
9562024-08-06T22:22:49.006Z Downloaded tui-tree-widget v0.21.0
9572024-08-06T22:22:49.006Z Downloaded const_format_proc_macros v0.2.32
9582024-08-06T22:22:49.006Z Downloaded ahash v0.8.11
9592024-08-06T22:22:49.006Z Downloaded packed_struct_codegen v0.10.1
9602024-08-06T22:22:49.006Z Downloaded mime_guess v2.0.4
9612024-08-06T22:22:49.006Z Downloaded crc-any v2.5.0
9622024-08-06T22:22:49.007Z Downloaded termios v0.3.3
9632024-08-06T22:22:49.007Z Downloaded tap v1.0.1
9642024-08-06T22:22:49.007Z Downloaded strum_macros v0.25.3
9652024-08-06T22:22:49.007Z Downloaded num-integer v0.1.46
9662024-08-06T22:22:49.007Z Downloaded native-tls v0.2.11
9672024-08-06T22:22:49.007Z Downloaded ipnet v2.9.0
9682024-08-06T22:22:49.007Z Downloaded async-trait v0.1.81
9692024-08-06T22:22:49.007Z Downloaded argon2 v0.5.3
9702024-08-06T22:22:49.007Z Downloaded num-iter v0.1.45
9712024-08-06T22:22:49.007Z Downloaded num v0.4.3
9722024-08-06T22:22:49.007Z Downloaded newtype_derive v0.1.6
9732024-08-06T22:22:49.007Z Downloaded multimap v0.10.0
9742024-08-06T22:22:49.007Z Downloaded signal-hook-mio v0.2.3
9752024-08-06T22:22:49.007Z Downloaded crc v3.2.1
9762024-08-06T22:22:49.007Z Downloaded data-encoding v2.6.0
9772024-08-06T22:22:49.007Z Downloaded crc-catalog v2.4.0
9782024-08-06T22:22:49.007Z Downloaded md-5 v0.10.6
9792024-08-06T22:22:49.007Z Downloaded linear-map v1.2.0
9802024-08-06T22:22:49.007Z Downloaded convert_case v0.4.0
9812024-08-06T22:22:49.007Z Downloaded chacha20 v0.9.1
9822024-08-06T22:22:49.007Z Downloaded castaway v0.2.2
9832024-08-06T22:22:49.007Z Downloaded bitflags v1.3.2
9842024-08-06T22:22:49.007Z Downloaded linked-hash-map v0.5.6
9852024-08-06T22:22:49.007Z Downloaded libsw v3.3.1
9862024-08-06T22:22:49.007Z Downloaded ciborium v0.2.2
9872024-08-06T22:22:49.007Z Downloaded crossbeam-utils v0.8.19
9882024-08-06T22:22:49.007Z Downloaded console v0.15.8
9892024-08-06T22:22:49.007Z Downloaded clang-sys v1.7.0
9902024-08-06T22:22:49.007Z Downloaded number_prefix v0.4.0
9912024-08-06T22:22:49.007Z Downloaded normalize-line-endings v0.3.0
9922024-08-06T22:22:49.007Z Downloaded nodrop v0.1.14
9932024-08-06T22:22:49.007Z Downloaded darling v0.20.9
9942024-08-06T22:22:49.007Z Downloaded bb8 v0.8.5
9952024-08-06T22:22:49.007Z Downloaded async-stream v0.3.5
9962024-08-06T22:22:49.007Z Downloaded newline-converter v0.3.0
9972024-08-06T22:22:49.007Z Downloaded libefi-sys v0.1.0
9982024-08-06T22:22:49.008Z Downloaded keccak v0.1.5
9992024-08-06T22:22:49.008Z Downloaded inout v0.1.3
10002024-08-06T22:22:49.008Z Downloaded indexmap v1.9.3
10012024-08-06T22:22:49.008Z Downloaded defmt-macros v0.3.9
10022024-08-06T22:22:49.008Z Downloaded match_cfg v0.1.0
10032024-08-06T22:22:49.008Z Downloaded arrayref v0.3.7
10042024-08-06T22:22:49.008Z Downloaded libloading v0.8.3
10052024-08-06T22:22:49.008Z Downloaded ciborium-io v0.2.2
10062024-08-06T22:22:49.008Z Downloaded bitstruct_derive v0.1.0
10072024-08-06T22:22:49.008Z Downloaded nanorand v0.7.0
10082024-08-06T22:22:49.008Z Downloaded crc32fast v1.4.0
10092024-08-06T22:22:49.008Z Downloaded bzip2 v0.4.4
10102024-08-06T22:22:49.008Z Downloaded newtype-uuid v1.1.0
10112024-08-06T22:22:49.008Z Downloaded cookie_store v0.20.0
10122024-08-06T22:22:49.014Z Downloaded arrayvec v0.7.4
10132024-08-06T22:22:49.014Z Downloaded mime v0.3.17
10142024-08-06T22:22:49.014Z Downloaded maybe-uninit v2.0.0
10152024-08-06T22:22:49.014Z Downloaded lalrpop-util v0.19.12
10162024-08-06T22:22:49.014Z Downloaded debug-ignore v1.0.5
10172024-08-06T22:22:49.014Z Downloaded maplit v1.0.2
10182024-08-06T22:22:49.014Z Downloaded lru-cache v0.1.2
10192024-08-06T22:22:49.014Z Downloaded cassowary v0.3.0
10202024-08-06T22:22:49.014Z Downloaded buf-list v1.0.3
10212024-08-06T22:22:49.014Z Downloaded new_debug_unreachable v1.0.6
10222024-08-06T22:22:49.014Z Downloaded constant_time_eq v0.3.0
10232024-08-06T22:22:49.014Z Downloaded camino-tempfile v1.1.1
10242024-08-06T22:22:49.014Z Downloaded array-init v0.0.4
10252024-08-06T22:22:49.014Z Downloaded assert_matches v1.5.0
10262024-08-06T22:22:49.014Z Compiling cfg-if v1.0.0
10272024-08-06T22:22:49.014Z Compiling serde v1.0.204
10282024-08-06T22:22:49.014Z Compiling lock_api v0.4.12
10292024-08-06T22:22:49.014Z Compiling scopeguard v1.2.0
10302024-08-06T22:22:49.014Z Compiling log v0.4.21
10312024-08-06T22:22:49.014Z Compiling syn v2.0.72
10322024-08-06T22:22:49.014Z Compiling cc v1.0.97
10332024-08-06T22:22:49.014Z Compiling parking_lot_core v0.9.10
10342024-08-06T22:22:49.014Z Compiling getrandom v0.2.14
10352024-08-06T22:22:49.014Z Compiling smallvec v1.13.2
10362024-08-06T22:22:49.014Z Compiling rand_core v0.6.4
10372024-08-06T22:22:49.014Z Compiling typenum v1.17.0
10382024-08-06T22:22:49.014Z Compiling generic-array v0.14.7
10392024-08-06T22:22:49.015Z Compiling pin-project-lite v0.2.14
10402024-08-06T22:22:49.015Z Compiling signal-hook-registry v1.4.2
10412024-08-06T22:22:49.015Z Compiling spin v0.9.8
10422024-08-06T22:22:49.015Z Compiling parking_lot v0.12.2
10432024-08-06T22:22:49.015Z Compiling mio v0.8.11
10442024-08-06T22:22:49.049Z Compiling libm v0.2.8
10452024-08-06T22:22:49.328Z Compiling serde_json v1.0.122
10462024-08-06T22:22:49.400Z Compiling num-traits v0.2.19
10472024-08-06T22:22:49.497Z Compiling ahash v0.8.11
10482024-08-06T22:22:49.761Z Compiling futures-core v0.3.30
10492024-08-06T22:22:49.794Z Compiling tinyvec_macros v0.1.1
10502024-08-06T22:22:49.937Z Compiling tinyvec v1.6.0
10512024-08-06T22:22:50.112Z Compiling socket2 v0.5.7
10522024-08-06T22:22:50.134Z Compiling num_cpus v1.16.0
10532024-08-06T22:22:50.286Z Compiling const-oid v0.9.6
10542024-08-06T22:22:50.451Z Compiling subtle v2.5.0
10552024-08-06T22:22:50.861Z Compiling slab v0.4.9
10562024-08-06T22:22:51.233Z Compiling futures-sink v0.3.30
10572024-08-06T22:22:51.396Z Compiling allocator-api2 v0.2.18
10582024-08-06T22:22:51.410Z Compiling unicode-bidi v0.3.15
10592024-08-06T22:22:51.660Z Compiling unicode-normalization v0.1.23
10602024-08-06T22:22:51.876Z Compiling futures-channel v0.3.30
10612024-08-06T22:22:52.337Z Compiling pkg-config v0.3.30
10622024-08-06T22:22:52.358Z Compiling futures-task v0.3.30
10632024-08-06T22:22:52.381Z Compiling futures-io v0.3.30
10642024-08-06T22:22:52.407Z Compiling vcpkg v0.2.15
10652024-08-06T22:22:52.697Z Compiling pin-utils v0.1.0
10662024-08-06T22:22:52.768Z Compiling ring v0.17.8
10672024-08-06T22:22:52.808Z Compiling percent-encoding v2.3.1
10682024-08-06T22:22:52.957Z Compiling ppv-lite86 v0.2.17
10692024-08-06T22:22:53.112Z Compiling tracing-core v0.1.32
10702024-08-06T22:22:53.199Z Compiling syn v1.0.109
10712024-08-06T22:22:53.536Z Compiling untrusted v0.9.0
10722024-08-06T22:22:53.827Z Compiling rand_chacha v0.3.1
10732024-08-06T22:22:53.868Z Compiling rustix v0.38.34
10742024-08-06T22:22:53.971Z Compiling powerfmt v0.2.0
10752024-08-06T22:22:54.133Z Compiling num-conv v0.1.0
10762024-08-06T22:22:54.358Z Compiling time-core v0.1.2
10772024-08-06T22:22:54.400Z Compiling deranged v0.3.11
10782024-08-06T22:22:54.550Z Compiling time-macros v0.2.18
10792024-08-06T22:22:54.617Z Compiling rand v0.8.5
10802024-08-06T22:22:54.870Z Compiling foreign-types-shared v0.1.1
10812024-08-06T22:22:54.913Z Compiling openssl-sys v0.9.103
10822024-08-06T22:22:54.982Z Compiling openssl v0.10.66
10832024-08-06T22:22:55.459Z Compiling rustversion v1.0.17
10842024-08-06T22:22:56.182Z Compiling iana-time-zone v0.1.60
10852024-08-06T22:22:56.233Z Compiling num_threads v0.1.7
10862024-08-06T22:22:56.294Z Compiling base64ct v1.6.0
10872024-08-06T22:22:56.348Z Compiling httparse v1.8.0
10882024-08-06T22:22:56.684Z Compiling foreign-types v0.3.2
10892024-08-06T22:22:56.784Z Compiling pem-rfc7468 v0.7.0
10902024-08-06T22:22:56.834Z Compiling form_urlencoded v1.2.1
10912024-08-06T22:22:56.850Z Compiling rustls v0.21.12
10922024-08-06T22:22:57.152Z Compiling try-lock v0.2.5
10932024-08-06T22:22:57.181Z Compiling crossbeam-utils v0.8.19
10942024-08-06T22:22:57.310Z Compiling flagset v0.4.5
10952024-08-06T22:22:57.494Z Compiling siphasher v0.3.11
10962024-08-06T22:22:57.513Z Compiling native-tls v0.2.11
10972024-08-06T22:22:57.860Z Compiling time v0.3.36
10982024-08-06T22:22:57.907Z Compiling want v0.3.1
10992024-08-06T22:22:58.220Z Compiling serde_derive_internals v0.29.1
11002024-08-06T22:22:58.516Z Compiling idna v0.5.0
11012024-08-06T22:22:58.660Z Compiling lazy_static v1.5.0
11022024-08-06T22:22:58.799Z Compiling aho-corasick v1.1.3
11032024-08-06T22:22:59.807Z Compiling cookie v0.17.0
11042024-08-06T22:23:00.141Z Compiling schemars v0.8.21
11052024-08-06T22:23:00.296Z Compiling signal-hook v0.3.17
11062024-08-06T22:23:00.514Z Compiling cpufeatures v0.2.12
11072024-08-06T22:23:00.584Z Compiling httpdate v1.0.3
11082024-08-06T22:23:00.623Z Compiling adler v1.0.2
11092024-08-06T22:23:00.892Z Compiling tower-service v0.3.2
11102024-08-06T22:23:01.040Z Compiling regex-syntax v0.8.3
11112024-08-06T22:23:01.073Z Compiling finl_unicode v1.2.0
11122024-08-06T22:23:01.233Z Compiling openssl-probe v0.1.5
11132024-08-06T22:23:01.590Z Compiling slog v2.7.0
11142024-08-06T22:23:01.729Z Compiling stringprep v0.1.4
11152024-08-06T22:23:02.276Z Compiling miniz_oxide v0.7.2
11162024-08-06T22:23:03.226Z Compiling url v2.5.2
11172024-08-06T22:23:03.450Z Compiling serde_derive v1.0.204
11182024-08-06T22:23:03.564Z Compiling zeroize_derive v1.4.2
11192024-08-06T22:23:04.056Z Compiling zerocopy-derive v0.7.34
11202024-08-06T22:23:04.903Z Compiling tokio-macros v2.3.0
11212024-08-06T22:23:05.306Z Compiling thiserror-impl v1.0.63
11222024-08-06T22:23:05.392Z Compiling zeroize v1.7.0
11232024-08-06T22:23:06.641Z Compiling zerocopy v0.7.34
11242024-08-06T22:23:06.706Z Compiling futures-macro v0.3.30
11252024-08-06T22:23:06.740Z Compiling scroll_derive v0.12.0
11262024-08-06T22:23:07.484Z Compiling crypto-common v0.1.6
11272024-08-06T22:23:07.747Z Compiling block-buffer v0.10.4
11282024-08-06T22:23:08.042Z Compiling digest v0.10.7
11292024-08-06T22:23:08.275Z Compiling tracing-attributes v0.1.27
11302024-08-06T22:23:09.486Z Compiling scroll v0.12.0
11312024-08-06T22:23:09.489Z Compiling hmac v0.12.1
11322024-08-06T22:23:09.490Z Compiling openssl-macros v0.1.1
11332024-08-06T22:23:09.490Z Compiling futures-util v0.3.30
11342024-08-06T22:23:09.490Z Compiling thiserror v1.0.63
11352024-08-06T22:23:09.490Z Compiling hashbrown v0.14.5
11362024-08-06T22:23:09.490Z Compiling goblin v0.8.2
11372024-08-06T22:23:09.490Z Compiling pest v2.7.10
11382024-08-06T22:23:09.679Z Compiling der_derive v0.7.2
11392024-08-06T22:23:10.650Z Compiling rustls-webpki v0.101.7
11402024-08-06T22:23:12.111Z Compiling pest_meta v2.7.10
11412024-08-06T22:23:12.527Z Compiling sct v0.7.1
11422024-08-06T22:23:12.563Z Compiling tracing v0.1.40
11432024-08-06T22:23:12.643Z Compiling der v0.7.9
11442024-08-06T22:23:12.872Z Compiling sha2 v0.10.8
11452024-08-06T22:23:13.110Z Compiling md-5 v0.10.6
11462024-08-06T22:23:13.387Z Compiling regex-automata v0.4.6
11472024-08-06T22:23:15.764Z Compiling pest_generator v2.7.10
11482024-08-06T22:23:16.360Z Compiling spki v0.7.3
11492024-08-06T22:23:16.776Z Compiling schemars_derive v0.8.21
11502024-08-06T22:23:17.800Z Compiling num-integer v0.1.46
11512024-08-06T22:23:18.103Z Compiling pest_derive v2.7.10
11522024-08-06T22:23:18.255Z Compiling idna v0.3.0
11532024-08-06T22:23:18.675Z Compiling backtrace v0.3.71
11542024-08-06T22:23:18.989Z Compiling dtrace-parser v0.2.0
11552024-08-06T22:23:19.191Z Compiling hash32 v0.2.1
11562024-08-06T22:23:19.608Z Compiling bytes v1.7.1
11572024-08-06T22:23:19.942Z Compiling bitflags v2.6.0
11582024-08-06T22:23:20.458Z Compiling indexmap v2.3.0
11592024-08-06T22:23:20.532Z Compiling uuid v1.10.0
11602024-08-06T22:23:20.672Z Compiling tokio v1.38.1
11612024-08-06T22:23:21.089Z Compiling http v0.2.12
11622024-08-06T22:23:21.383Z Compiling semver v1.0.23
11632024-08-06T22:23:22.083Z Compiling rustc_version v0.4.0
11642024-08-06T22:23:22.220Z Compiling chrono v0.4.38
11652024-08-06T22:23:22.860Z Compiling http-body v0.4.6
11662024-08-06T22:23:22.917Z Compiling heapless v0.7.17
11672024-08-06T22:23:23.400Z Compiling dof v0.3.0
11682024-08-06T22:23:23.625Z Compiling toml_datetime v0.6.8
11692024-08-06T22:23:23.889Z Compiling serde_tokenstream v0.2.1
11702024-08-06T22:23:24.227Z Compiling usdt-impl v0.5.0
11712024-08-06T22:23:24.514Z Compiling serde_spanned v0.6.7
11722024-08-06T22:23:24.794Z Compiling gimli v0.28.1
11732024-08-06T22:23:25.454Z Compiling fallible-iterator v0.2.0
11742024-08-06T22:23:25.882Z Compiling dyn-clone v1.0.17
11752024-08-06T22:23:26.007Z Compiling smoltcp v0.9.1
11762024-08-06T22:23:26.118Z Compiling psl-types v2.0.11
11772024-08-06T22:23:26.242Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11782024-08-06T22:23:26.316Z Compiling base64 v0.22.1
11792024-08-06T22:23:26.507Z Compiling stable_deref_trait v1.2.0
11802024-08-06T22:23:26.628Z Compiling crc32fast v1.4.0
11812024-08-06T22:23:27.214Z Compiling postgres-protocol v0.6.7
11822024-08-06T22:23:27.310Z Compiling publicsuffix v2.2.3
11832024-08-06T22:23:27.659Z Compiling terminal_size v0.3.0
11842024-08-06T22:23:27.843Z Compiling pkcs8 v0.10.2
11852024-08-06T22:23:27.884Z Compiling hubpack_derive v0.1.1
11862024-08-06T22:23:27.977Z Compiling block-padding v0.3.3
11872024-08-06T22:23:28.261Z Compiling zerocopy-derive v0.6.6
11882024-08-06T22:23:28.468Z Compiling async-trait v0.1.81
11892024-08-06T22:23:29.877Z Compiling tokio-util v0.7.11
11902024-08-06T22:23:29.986Z Compiling tokio-rustls v0.24.1
11912024-08-06T22:23:30.463Z Compiling addr2line v0.21.0
11922024-08-06T22:23:31.069Z Compiling h2 v0.3.26
11932024-08-06T22:23:31.246Z Compiling tokio-native-tls v0.3.1
11942024-08-06T22:23:31.472Z Compiling phf_shared v0.11.2
11952024-08-06T22:23:31.534Z Compiling diesel_table_macro_syntax v0.1.0
11962024-08-06T22:23:31.550Z Compiling ff v0.13.0
11972024-08-06T22:23:31.610Z Compiling scheduled-thread-pool v0.2.7
11982024-08-06T22:23:31.783Z Compiling fs-err v2.11.0
11992024-08-06T22:23:31.820Z Compiling object v0.32.2
12002024-08-06T22:23:31.888Z Compiling rustc-demangle v0.1.24
12012024-08-06T22:23:31.973Z Compiling regex-automata v0.1.10
12022024-08-06T22:23:32.294Z Compiling base64 v0.21.7
12032024-08-06T22:23:32.308Z Compiling ipnet v2.9.0
12042024-08-06T22:23:32.492Z Compiling managed v0.8.0
12052024-08-06T22:23:32.960Z Compiling bitflags v1.3.2
12062024-08-06T22:23:32.978Z Compiling winnow v0.5.40
12072024-08-06T22:23:32.979Z Compiling anyhow v1.0.86
12082024-08-06T22:23:33.027Z Compiling bit-vec v0.6.3
12092024-08-06T22:23:33.069Z Compiling matches v0.1.10
12102024-08-06T22:23:33.176Z Compiling base16ct v0.2.0
12112024-08-06T22:23:33.527Z Compiling either v1.12.0
12122024-08-06T22:23:33.550Z Compiling clap_builder v4.5.13
12132024-08-06T22:23:33.592Z Compiling sec1 v0.7.3
12142024-08-06T22:23:33.932Z Compiling idna v0.2.3
12152024-08-06T22:23:34.221Z Compiling rustls-pemfile v1.0.4
12162024-08-06T22:23:34.723Z Compiling bstr v0.2.17
12172024-08-06T22:23:35.958Z Compiling diesel_derives v2.1.4
12182024-08-06T22:23:36.353Z Compiling r2d2 v0.8.10
12192024-08-06T22:23:36.392Z Compiling phf v0.11.2
12202024-08-06T22:23:36.723Z Compiling group v0.13.0
12212024-08-06T22:23:36.757Z Compiling zerocopy v0.6.6
12222024-08-06T22:23:37.090Z Compiling toml_edit v0.19.15
12232024-08-06T22:23:37.257Z Compiling ipnetwork v0.20.0
12242024-08-06T22:23:37.572Z Compiling signal-hook-mio v0.2.3
12252024-08-06T22:23:37.649Z Compiling cookie_store v0.20.0
12262024-08-06T22:23:37.758Z Compiling hubpack v0.1.2
12272024-08-06T22:23:38.250Z Compiling inout v0.1.3
12282024-08-06T22:23:38.250Z Compiling postgres-types v0.2.7
12292024-08-06T22:23:38.847Z Compiling hyper v0.14.30
12302024-08-06T22:23:39.952Z Compiling usdt-macro v0.5.0
12312024-08-06T22:23:40.262Z Compiling usdt-attr-macro v0.5.0
12322024-08-06T22:23:41.645Z Compiling serde_urlencoded v0.7.1
12332024-08-06T22:23:42.077Z Compiling regex v1.10.5
12342024-08-06T22:23:42.194Z Compiling num-bigint v0.4.5
12352024-08-06T22:23:42.821Z Compiling futures-executor v0.3.30
12362024-08-06T22:23:43.303Z Compiling enum-as-inner v0.5.1
12372024-08-06T22:23:43.323Z Compiling hkdf v0.12.4
12382024-08-06T22:23:43.457Z Compiling crypto-bigint v0.5.5
12392024-08-06T22:23:43.616Z Compiling strum_macros v0.25.3
12402024-08-06T22:23:43.893Z Compiling serde_repr v0.1.19
12412024-08-06T22:23:44.511Z Compiling clap_derive v4.5.13
12422024-08-06T22:23:45.296Z Compiling phf_shared v0.10.0
12432024-08-06T22:23:45.710Z Compiling float-cmp v0.9.0
12442024-08-06T22:23:45.969Z Compiling encoding_rs v0.8.34
12452024-08-06T22:23:46.116Z Compiling unicode-segmentation v1.11.0
12462024-08-06T22:23:47.072Z Compiling hyper-rustls v0.24.2
12472024-08-06T22:23:47.467Z Compiling hyper-tls v0.5.0
12482024-08-06T22:23:47.881Z Compiling precomputed-hash v0.1.1
12492024-08-06T22:23:48.016Z Compiling mime v0.3.17
12502024-08-06T22:23:48.210Z Compiling difflib v0.4.0
12512024-08-06T22:23:48.698Z Compiling normalize-line-endings v0.3.0
12522024-08-06T22:23:48.848Z Compiling data-encoding v2.6.0
12532024-08-06T22:23:49.993Z Compiling fixedbitset v0.4.2
12542024-08-06T22:23:50.059Z Compiling webpki-roots v0.25.4
12552024-08-06T22:23:50.158Z Compiling static_assertions v1.1.0
12562024-08-06T22:23:50.229Z Compiling minimal-lexical v0.2.1
12572024-08-06T22:23:50.251Z Compiling predicates-core v1.0.6
12582024-08-06T22:23:50.290Z Compiling whoami v1.5.1
12592024-08-06T22:23:50.314Z Compiling new_debug_unreachable v1.0.6
12602024-08-06T22:23:50.436Z Compiling sync_wrapper v0.1.2
12612024-08-06T22:23:50.519Z Compiling predicates v3.1.2
12622024-08-06T22:23:50.579Z Compiling reqwest v0.11.27
12632024-08-06T22:23:50.644Z Compiling string_cache v0.8.7
12642024-08-06T22:23:50.806Z Compiling tokio-postgres v0.7.11
12652024-08-06T22:23:51.002Z Compiling nom v7.1.3
12662024-08-06T22:23:51.125Z Compiling clap v4.5.13
12672024-08-06T22:23:51.147Z Compiling petgraph v0.6.5
12682024-08-06T22:23:51.265Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12692024-08-06T22:23:51.505Z Compiling diesel v2.1.6
12702024-08-06T22:23:52.457Z Compiling console v0.15.8
12712024-08-06T22:23:54.183Z Compiling trust-dns-proto v0.22.0
12722024-08-06T22:23:54.381Z Compiling toml_edit v0.22.20
12732024-08-06T22:23:55.016Z Compiling similar v2.5.0
12742024-08-06T22:23:55.610Z Compiling elliptic-curve v0.13.8
12752024-08-06T22:23:56.520Z Compiling usdt v0.5.0
12762024-08-06T22:23:57.090Z Compiling yasna v0.5.2
12772024-08-06T22:23:57.146Z Compiling futures v0.3.30
12782024-08-06T22:23:57.281Z Compiling toml v0.7.8
12792024-08-06T22:23:58.341Z Compiling flate2 v1.0.31
12802024-08-06T22:23:58.733Z Compiling cipher v0.4.4
12812024-08-06T22:23:59.177Z Compiling crossterm v0.27.0
12822024-08-06T22:23:59.307Z Compiling itertools v0.10.5
12832024-08-06T22:23:59.411Z Compiling itertools v0.12.1
12842024-08-06T22:24:00.168Z Compiling bit-set v0.5.3
12852024-08-06T22:24:00.513Z Compiling tokio-stream v0.1.15
12862024-08-06T22:24:01.533Z Compiling openapiv3 v2.0.0
12872024-08-06T22:24:02.409Z Compiling hex v0.4.3
12882024-08-06T22:24:02.909Z Compiling bstr v1.9.1
12892024-08-06T22:24:03.072Z Compiling num-iter v0.1.45
12902024-08-06T22:24:03.279Z Compiling crossbeam-epoch v0.9.18
12912024-08-06T22:24:03.345Z Compiling dirs-sys-next v0.1.2
12922024-08-06T22:24:03.547Z Compiling unicode-xid v0.2.4
12932024-08-06T22:24:03.721Z Compiling lalrpop-util v0.19.12
12942024-08-06T22:24:03.746Z Compiling peg-runtime v0.8.3
12952024-08-06T22:24:04.075Z Compiling dirs-next v2.0.0
12962024-08-06T22:24:04.115Z Compiling thread_local v1.1.8
12972024-08-06T22:24:04.135Z Compiling slog-async v2.8.0
12982024-08-06T22:24:04.295Z Compiling term v0.7.0
12992024-08-06T22:24:04.441Z Compiling xattr v1.3.1
13002024-08-06T22:24:04.765Z Compiling crossbeam-channel v0.5.12
13012024-08-06T22:24:04.769Z Compiling strum_macros v0.26.4
13022024-08-06T22:24:04.806Z Compiling filetime v0.2.23
13032024-08-06T22:24:04.940Z Compiling is-terminal v0.4.12
13042024-08-06T22:24:05.087Z Compiling take_mut v0.2.2
13052024-08-06T22:24:05.150Z Compiling slog-term v2.9.1
13062024-08-06T22:24:05.263Z Compiling tar v0.4.41
13072024-08-06T22:24:06.066Z Compiling camino v1.1.7
13082024-08-06T22:24:08.304Z Compiling strum v0.26.3
13092024-08-06T22:24:22.616Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13102024-08-06T22:24:22.908Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13112024-08-06T22:24:29.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s
13122024-08-06T22:24:29.240Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13132024-08-06T22:24:29.296ZAug 06 22:24:28.155 INFO Starting download, target: Clickhouse
13142024-08-06T22:24:29.296ZAug 06 22:24:28.155 INFO Starting download, target: Cockroach
13152024-08-06T22:24:29.296ZAug 06 22:24:28.155 INFO Starting download, target: Console
13162024-08-06T22:24:29.296ZAug 06 22:24:28.155 INFO Starting download, target: DendriteOpenapi
13172024-08-06T22:24:29.296ZAug 06 22:24:28.155 INFO Starting download, target: DendriteStub
13182024-08-06T22:24:29.299ZAug 06 22:24:28.155 INFO Starting download, target: MaghemiteMgd
13192024-08-06T22:24:29.299ZAug 06 22:24:28.155 INFO Starting download, target: TransceiverControl
13202024-08-06T22:24:29.299ZAug 06 22:24:28.156 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13212024-08-06T22:24:29.299ZAug 06 22:24:28.156 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13222024-08-06T22:24:29.299ZAug 06 22:24:28.156 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13232024-08-06T22:24:29.299ZAug 06 22:24:28.156 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13242024-08-06T22:24:29.299ZAug 06 22:24:28.156 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13252024-08-06T22:24:29.299ZAug 06 22:24:28.156 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13262024-08-06T22:24:29.299ZAug 06 22:24:28.157 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13272024-08-06T22:24:29.442ZAug 06 22:24:28.300 INFO Download complete, target: DendriteOpenapi
13282024-08-06T22:24:29.506ZAug 06 22:24:28.364 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13292024-08-06T22:24:29.877ZAug 06 22:24:28.723 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13302024-08-06T22:24:30.168ZAug 06 22:24:29.018 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13312024-08-06T22:24:30.261ZAug 06 22:24:29.120 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13322024-08-06T22:24:30.282ZAug 06 22:24:29.142 INFO Download complete, target: Console
13332024-08-06T22:24:30.359ZAug 06 22:24:29.218 INFO Download complete, target: TransceiverControl
13342024-08-06T22:24:31.407ZAug 06 22:24:30.266 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13352024-08-06T22:24:31.407ZAug 06 22:24:30.266 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13362024-08-06T22:24:31.646ZAug 06 22:24:30.505 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13372024-08-06T22:24:33.385ZAug 06 22:24:32.244 INFO Download complete, target: DendriteStub
13382024-08-06T22:24:33.618ZAug 06 22:24:32.477 INFO Download complete, target: MaghemiteMgd
13392024-08-06T22:24:40.096ZAug 06 22:24:38.955 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13402024-08-06T22:24:40.450ZAug 06 22:24:39.309 INFO Checking that binary works, target: Cockroach
13412024-08-06T22:24:40.625ZAug 06 22:24:39.484 INFO Download complete, target: Cockroach
13422024-08-06T22:24:46.547ZAug 06 22:24:45.404 INFO Checking that binary works, target: Clickhouse
13432024-08-06T22:24:46.907ZAug 06 22:24:45.763 INFO Download complete, target: Clickhouse
13442024-08-06T22:24:46.926ZAll builder prerequisites installed successfully, and PATH looks valid
13452024-08-06T22:24:46.929Z
13462024-08-06T22:24:46.929Zreal 4:34.591958132
13472024-08-06T22:24:46.929Zuser 13:00.434723339
13482024-08-06T22:24:46.929Zsys 2:38.415287357
13492024-08-06T22:24:46.929Ztrap 0.549085461
13502024-08-06T22:24:46.929Ztflt 5.460753510
13512024-08-06T22:24:46.929Zdflt 6.579937122
13522024-08-06T22:24:46.929Zkflt 0.330018064
13532024-08-06T22:24:46.929Zlock 27:33.086456425
13542024-08-06T22:24:46.929Zslp 51:04.701018459
13552024-08-06T22:24:46.929Zlat 41.067644986
13562024-08-06T22:24:46.929Zstop 1:50.603202589
13572024-08-06T22:24:46.929Z+ banner hack-check
13582024-08-06T22:24:46.932Z
13592024-08-06T22:24:46.932Z # # ## #### # # #### # # ###### #### # #
13602024-08-06T22:24:46.932Z # # # # # # # # # # # # # # # # #
13612024-08-06T22:24:46.932Z ###### # # # #### ##### # ###### ##### # ####
13622024-08-06T22:24:46.932Z # # ###### # # # # # # # # # #
13632024-08-06T22:24:46.933Z # # # # # # # # # # # # # # # # #
13642024-08-06T22:24:46.933Z # # # # #### # # #### # # ###### #### # #
13652024-08-06T22:24:46.933Z
13662024-08-06T22:24:46.933Z+ export CARGO_INCREMENTAL=0
13672024-08-06T22:24:46.933Z+ CARGO_INCREMENTAL=0
13682024-08-06T22:24:46.933Z+ ptime -m timeout 2h cargo xtask check-features --ci
13692024-08-06T22:24:47.552Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13702024-08-06T22:24:51.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
13712024-08-06T22:24:51.534Z Running `target/debug/xtask check-features --ci`
13722024-08-06T22:24:51.558Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13732024-08-06T22:24:51.558Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13742024-08-06T22:24:52.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
13752024-08-06T22:24:52.103Z Running `target/debug/xtask download cargo-hack`
13762024-08-06T22:24:52.975Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13772024-08-06T22:24:53.356Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13782024-08-06T22:24:58.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s
13792024-08-06T22:24:58.839Z Running `target/debug/xtask-downloader cargo-hack`
13802024-08-06T22:24:58.877ZAug 06 22:24:57.735 INFO Starting download, target: CargoHack
13812024-08-06T22:24:58.880ZAug 06 22:24:57.736 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13822024-08-06T22:24:59.428ZAug 06 22:24:58.287 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13832024-08-06T22:24:59.533ZAug 06 22:24:58.391 INFO Download complete, target: CargoHack
13842024-08-06T22:24:59.538Zrunning: "/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"
13852024-08-06T22:24:59.556Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13862024-08-06T22:24:59.722Zinfo: running `cargo check --bins` on api_identity (1/142)
13872024-08-06T22:25:00.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13882024-08-06T22:25:00.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13892024-08-06T22:25:00.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13902024-08-06T22:25:00.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
13912024-08-06T22:25:00.415Z
13922024-08-06T22:25:00.416Zinfo: running `cargo check --bins` on bootstore (2/142)
13932024-08-06T22:25:01.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13942024-08-06T22:25:01.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13952024-08-06T22:25:01.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13962024-08-06T22:25:01.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
13972024-08-06T22:25:01.161Z
13982024-08-06T22:25:01.161Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/142)
13992024-08-06T22:25:01.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14002024-08-06T22:25:01.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14012024-08-06T22:25:01.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14022024-08-06T22:25:01.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
14032024-08-06T22:25:01.902Z
14042024-08-06T22:25:01.902Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142)
14052024-08-06T22:25:02.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14062024-08-06T22:25:02.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14072024-08-06T22:25:02.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14082024-08-06T22:25:02.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
14092024-08-06T22:25:02.610Z
14102024-08-06T22:25:02.610Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142)
14112024-08-06T22:25:03.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14122024-08-06T22:25:03.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14132024-08-06T22:25:03.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14142024-08-06T22:25:03.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14152024-08-06T22:25:03.130Z
14162024-08-06T22:25:03.130Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142)
14172024-08-06T22:25:03.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14182024-08-06T22:25:03.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14192024-08-06T22:25:03.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14202024-08-06T22:25:03.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14212024-08-06T22:25:03.645Z
14222024-08-06T22:25:03.645Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142)
14232024-08-06T22:25:04.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14242024-08-06T22:25:04.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14252024-08-06T22:25:04.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14262024-08-06T22:25:04.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14272024-08-06T22:25:04.166Z
14282024-08-06T22:25:04.166Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142)
14292024-08-06T22:25:04.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14302024-08-06T22:25:04.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14312024-08-06T22:25:04.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14322024-08-06T22:25:04.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
14332024-08-06T22:25:04.697Z
14342024-08-06T22:25:04.698Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142)
14352024-08-06T22:25:05.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14362024-08-06T22:25:05.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14372024-08-06T22:25:05.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14382024-08-06T22:25:05.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14392024-08-06T22:25:05.227Z
14402024-08-06T22:25:05.227Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142)
14412024-08-06T22:25:05.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14422024-08-06T22:25:05.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14432024-08-06T22:25:05.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14442024-08-06T22:25:05.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14452024-08-06T22:25:05.745Z
14462024-08-06T22:25:05.745Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142)
14472024-08-06T22:25:06.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14482024-08-06T22:25:06.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14492024-08-06T22:25:06.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14502024-08-06T22:25:06.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14512024-08-06T22:25:06.269Z
14522024-08-06T22:25:06.269Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142)
14532024-08-06T22:25:06.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14542024-08-06T22:25:06.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14552024-08-06T22:25:06.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14562024-08-06T22:25:06.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14572024-08-06T22:25:06.899Z
14582024-08-06T22:25:06.899Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142)
14592024-08-06T22:25:07.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14602024-08-06T22:25:07.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14612024-08-06T22:25:07.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14622024-08-06T22:25:07.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14632024-08-06T22:25:07.317Z
14642024-08-06T22:25:07.317Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142)
14652024-08-06T22:25:07.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14662024-08-06T22:25:07.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14672024-08-06T22:25:07.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14682024-08-06T22:25:07.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14692024-08-06T22:25:07.844Z
14702024-08-06T22:25:07.844Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142)
14712024-08-06T22:25:08.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14722024-08-06T22:25:08.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14732024-08-06T22:25:08.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14742024-08-06T22:25:08.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14752024-08-06T22:25:08.364Z
14762024-08-06T22:25:08.364Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142)
14772024-08-06T22:25:08.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14782024-08-06T22:25:08.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14792024-08-06T22:25:08.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14802024-08-06T22:25:08.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14812024-08-06T22:25:08.881Z
14822024-08-06T22:25:08.882Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142)
14832024-08-06T22:25:09.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14842024-08-06T22:25:09.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14852024-08-06T22:25:09.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14862024-08-06T22:25:09.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14872024-08-06T22:25:09.404Z
14882024-08-06T22:25:09.404Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142)
14892024-08-06T22:25:09.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14902024-08-06T22:25:09.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14912024-08-06T22:25:09.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14922024-08-06T22:25:09.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14932024-08-06T22:25:09.918Z
14942024-08-06T22:25:09.918Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142)
14952024-08-06T22:25:10.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14962024-08-06T22:25:10.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14972024-08-06T22:25:10.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14982024-08-06T22:25:10.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14992024-08-06T22:25:10.437Z
15002024-08-06T22:25:10.437Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142)
15012024-08-06T22:25:10.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15022024-08-06T22:25:10.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15032024-08-06T22:25:10.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15042024-08-06T22:25:10.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15052024-08-06T22:25:10.961Z
15062024-08-06T22:25:10.961Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142)
15072024-08-06T22:25:11.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15082024-08-06T22:25:11.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15092024-08-06T22:25:11.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15102024-08-06T22:25:11.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15112024-08-06T22:25:11.488Z
15122024-08-06T22:25:11.488Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142)
15132024-08-06T22:25:11.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15142024-08-06T22:25:11.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15152024-08-06T22:25:11.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15162024-08-06T22:25:11.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15172024-08-06T22:25:12.025Z
15182024-08-06T22:25:12.025Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142)
15192024-08-06T22:25:12.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15202024-08-06T22:25:12.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15212024-08-06T22:25:12.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15222024-08-06T22:25:12.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15232024-08-06T22:25:12.551Z
15242024-08-06T22:25:12.551Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142)
15252024-08-06T22:25:13.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15262024-08-06T22:25:13.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15272024-08-06T22:25:13.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15282024-08-06T22:25:13.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15292024-08-06T22:25:13.074Z
15302024-08-06T22:25:13.074Zinfo: running `cargo check --bins` on sled-hardware-types (25/142)
15312024-08-06T22:25:13.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15322024-08-06T22:25:13.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15332024-08-06T22:25:13.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15342024-08-06T22:25:13.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
15352024-08-06T22:25:13.806Z
15362024-08-06T22:25:13.806Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/142)
15372024-08-06T22:25:14.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-08-06T22:25:14.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-08-06T22:25:14.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-08-06T22:25:14.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
15412024-08-06T22:25:14.525Z
15422024-08-06T22:25:14.525Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142)
15432024-08-06T22:25:15.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-08-06T22:25:15.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-08-06T22:25:15.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-08-06T22:25:15.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
15472024-08-06T22:25:15.267Z
15482024-08-06T22:25:15.267Zinfo: running `cargo check --bins` on oxlog (28/142)
15492024-08-06T22:25:15.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-08-06T22:25:15.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-08-06T22:25:15.963Z Checking cfg-if v1.0.0
15522024-08-06T22:25:15.966Z Checking libc v0.2.155
15532024-08-06T22:25:16.047Z Checking memchr v2.7.2
15542024-08-06T22:25:16.068Z Checking serde v1.0.204
15552024-08-06T22:25:16.068Z Checking scopeguard v1.2.0
15562024-08-06T22:25:16.094Z Checking log v0.4.21
15572024-08-06T22:25:16.096Z Checking byteorder v1.5.0
15582024-08-06T22:25:16.121Z Checking itoa v1.0.11
15592024-08-06T22:25:16.137Z Checking zeroize v1.7.0
15602024-08-06T22:25:16.229Z Checking lock_api v0.4.12
15612024-08-06T22:25:16.353Z Checking smallvec v1.13.2
15622024-08-06T22:25:16.424Z Checking once_cell v1.19.0
15632024-08-06T22:25:16.441Z Checking pin-project-lite v0.2.14
15642024-08-06T22:25:16.541Z Checking typenum v1.17.0
15652024-08-06T22:25:16.590Z Checking zerocopy v0.7.34
15662024-08-06T22:25:16.678Z Checking spin v0.9.8
15672024-08-06T22:25:16.709Z Checking tinyvec_macros v0.1.1
15682024-08-06T22:25:16.725Z Checking futures-core v0.3.30
15692024-08-06T22:25:16.795Z Checking tinyvec v1.6.0
15702024-08-06T22:25:16.912Z Checking libm v0.2.8
15712024-08-06T22:25:17.049Z Checking subtle v2.5.0
15722024-08-06T22:25:17.067Z Checking const-oid v0.9.6
15732024-08-06T22:25:17.322Z Checking ryu v1.0.18
15742024-08-06T22:25:17.367Z Checking getrandom v0.2.14
15752024-08-06T22:25:17.594Z Checking parking_lot_core v0.9.10
15762024-08-06T22:25:17.657Z Checking rand_core v0.6.4
15772024-08-06T22:25:17.926Z Checking signal-hook-registry v1.4.2
15782024-08-06T22:25:17.942Z Checking parking_lot v0.12.2
15792024-08-06T22:25:17.990Z Checking mio v0.8.11
15802024-08-06T22:25:18.047Z Checking generic-array v0.14.7
15812024-08-06T22:25:18.161Z Checking socket2 v0.5.7
15822024-08-06T22:25:18.197Z Checking num_cpus v1.16.0
15832024-08-06T22:25:18.242Z Checking unicode-normalization v0.1.23
15842024-08-06T22:25:18.284Z Checking ahash v0.8.11
15852024-08-06T22:25:18.314Z Checking num-traits v0.2.19
15862024-08-06T22:25:18.655Z Checking futures-sink v0.3.30
15872024-08-06T22:25:18.672Z Checking unicode-bidi v0.3.15
15882024-08-06T22:25:18.813Z Checking allocator-api2 v0.2.18
15892024-08-06T22:25:18.851Z Checking equivalent v1.0.1
15902024-08-06T22:25:18.937Z Checking futures-channel v0.3.30
15912024-08-06T22:25:18.958Z Checking slab v0.4.9
15922024-08-06T22:25:19.227Z Checking pin-utils v0.1.0
15932024-08-06T22:25:19.250Z Checking futures-io v0.3.30
15942024-08-06T22:25:19.311Z Checking crypto-common v0.1.6
15952024-08-06T22:25:19.326Z Checking futures-task v0.3.30
15962024-08-06T22:25:19.329Z Checking block-buffer v0.10.4
15972024-08-06T22:25:19.358Z Checking percent-encoding v2.3.1
15982024-08-06T22:25:19.435Z Checking ppv-lite86 v0.2.17
15992024-08-06T22:25:19.498Z Checking tracing-core v0.1.32
16002024-08-06T22:25:19.540Z Checking hashbrown v0.14.5
16012024-08-06T22:25:19.570Z Checking futures-util v0.3.30
16022024-08-06T22:25:19.586Z Checking digest v0.10.7
16032024-08-06T22:25:19.589Z Checking fnv v1.0.7
16042024-08-06T22:25:19.723Z Checking untrusted v0.9.0
16052024-08-06T22:25:19.889Z Checking ring v0.17.8
16062024-08-06T22:25:19.975Z Checking thiserror v1.0.63
16072024-08-06T22:25:20.091Z Checking foreign-types-shared v0.1.1
16082024-08-06T22:25:20.131Z Checking iana-time-zone v0.1.60
16092024-08-06T22:25:20.159Z Checking rand_chacha v0.3.1
16102024-08-06T22:25:20.201Z Checking base64ct v1.6.0
16112024-08-06T22:25:20.217Z Checking tracing v0.1.40
16122024-08-06T22:25:20.276Z Checking powerfmt v0.2.0
16132024-08-06T22:25:20.554Z Checking deranged v0.3.11
16142024-08-06T22:25:20.570Z Checking foreign-types v0.3.2
16152024-08-06T22:25:20.594Z Checking rand v0.8.5
16162024-08-06T22:25:20.651Z Checking pem-rfc7468 v0.7.0
16172024-08-06T22:25:20.671Z Checking hmac v0.12.1
16182024-08-06T22:25:20.810Z Checking form_urlencoded v1.2.1
16192024-08-06T22:25:20.886Z Checking openssl-sys v0.9.103
16202024-08-06T22:25:20.925Z Checking flagset v0.4.5
16212024-08-06T22:25:21.022Z Checking siphasher v0.3.11
16222024-08-06T22:25:21.148Z Checking time-core v0.1.2
16232024-08-06T22:25:21.326Z Checking num-conv v0.1.0
16242024-08-06T22:25:21.377Z Checking try-lock v0.2.5
16252024-08-06T22:25:21.505Z Checking bytes v1.7.1
16262024-08-06T22:25:21.528Z Checking bitflags v2.6.0
16272024-08-06T22:25:21.595Z Checking serde_json v1.0.122
16282024-08-06T22:25:21.852Z Checking indexmap v2.3.0
16292024-08-06T22:25:21.977Z Checking uuid v1.10.0
16302024-08-06T22:25:22.019Z Checking chrono v0.4.38
16312024-08-06T22:25:22.343Z Checking num_threads v0.1.7
16322024-08-06T22:25:22.373Z Checking tokio v1.38.1
16332024-08-06T22:25:22.440Z Checking http v0.2.12
16342024-08-06T22:25:22.468Z Checking unicode-ident v1.0.12
16352024-08-06T22:25:22.640Z Checking time v0.3.36
16362024-08-06T22:25:22.655Z Checking proc-macro2 v1.0.86
16372024-08-06T22:25:23.245Z Checking openssl v0.10.66
16382024-08-06T22:25:23.384Z Checking rustls-webpki v0.101.7
16392024-08-06T22:25:23.399Z Checking sct v0.7.1
16402024-08-06T22:25:23.600Z Checking want v0.3.1
16412024-08-06T22:25:23.793Z Checking der v0.7.9
16422024-08-06T22:25:23.938Z Checking http-body v0.4.6
16432024-08-06T22:25:24.142Z Checking idna v0.5.0
16442024-08-06T22:25:24.311Z Checking httparse v1.8.0
16452024-08-06T22:25:24.354Z Checking errno v0.3.9
16462024-08-06T22:25:24.557Z Checking aho-corasick v1.1.3
16472024-08-06T22:25:24.739Z Checking lazy_static v1.5.0
16482024-08-06T22:25:24.868Z Checking scroll v0.12.0
16492024-08-06T22:25:25.077Z Checking tower-service v0.3.2
16502024-08-06T22:25:25.129Z Checking ucd-trie v0.1.6
16512024-08-06T22:25:25.204Z Checking httpdate v1.0.3
16522024-08-06T22:25:25.345Z Checking utf8parse v0.2.1
16532024-08-06T22:25:25.383Z Checking openssl-probe v0.1.5
16542024-08-06T22:25:25.386Z Checking plain v0.2.3
16552024-08-06T22:25:25.463Z Checking regex-syntax v0.8.3
16562024-08-06T22:25:25.500Z Checking anstyle v1.0.8
16572024-08-06T22:25:25.534Z Checking finl_unicode v1.2.0
16582024-08-06T22:25:25.551Z Checking adler v1.0.2
16592024-08-06T22:25:25.728Z Checking cpufeatures v0.2.12
16602024-08-06T22:25:25.801Z Checking spki v0.7.3
16612024-08-06T22:25:25.830Z Checking sha2 v0.10.8
16622024-08-06T22:25:25.866Z Checking miniz_oxide v0.7.2
16632024-08-06T22:25:26.113Z Checking goblin v0.8.2
16642024-08-06T22:25:26.156Z Checking stringprep v0.1.4
16652024-08-06T22:25:26.438Z Checking anstyle-parse v0.2.4
16662024-08-06T22:25:26.455Z Checking pest v2.7.10
16672024-08-06T22:25:26.469Z Checking url v2.5.2
16682024-08-06T22:25:26.706Z Checking rustix v0.38.34
16692024-08-06T22:25:26.724Z Checking rustls v0.21.12
16702024-08-06T22:25:27.338Z Checking quote v1.0.36
16712024-08-06T22:25:27.689Z Checking serde_spanned v0.6.7
16722024-08-06T22:25:27.902Z Checking toml_datetime v0.6.8
16732024-08-06T22:25:28.242Z Checking num-integer v0.1.46
16742024-08-06T22:25:28.777Z Checking md-5 v0.10.6
16752024-08-06T22:25:28.994Z Checking idna v0.3.0
16762024-08-06T22:25:29.036Z Checking hash32 v0.2.1
16772024-08-06T22:25:29.082Z Checking pretty-hex v0.4.1
16782024-08-06T22:25:29.098Z Checking regex-automata v0.4.6
16792024-08-06T22:25:29.178Z Checking native-tls v0.2.11
16802024-08-06T22:25:29.283Z Checking gimli v0.28.1
16812024-08-06T22:25:29.360Z Checking colorchoice v1.0.1
16822024-08-06T22:25:29.505Z Checking dyn-clone v1.0.17
16832024-08-06T22:25:29.521Z Checking anstyle-query v1.0.3
16842024-08-06T22:25:29.643Z Checking is_terminal_polyfill v1.70.0
16852024-08-06T22:25:29.659Z Checking stable_deref_trait v1.2.0
16862024-08-06T22:25:29.766Z Checking psl-types v2.0.11
16872024-08-06T22:25:29.769Z Checking fallible-iterator v0.2.0
16882024-08-06T22:25:29.890Z Checking base64 v0.22.1
16892024-08-06T22:25:29.958Z Checking publicsuffix v2.2.3
16902024-08-06T22:25:30.157Z Checking tokio-util v0.7.11
16912024-08-06T22:25:30.230Z Checking tokio-native-tls v0.3.1
16922024-08-06T22:25:30.273Z Checking tokio-rustls v0.24.1
16932024-08-06T22:25:30.374Z Checking anstream v0.6.14
16942024-08-06T22:25:30.421Z Checking postgres-protocol v0.6.7
16952024-08-06T22:25:30.503Z Checking heapless v0.7.17
16962024-08-06T22:25:30.691Z Checking schemars v0.8.21
16972024-08-06T22:25:30.807Z Checking dtrace-parser v0.2.0
16982024-08-06T22:25:31.158Z Checking h2 v0.3.26
16992024-08-06T22:25:31.189Z Checking terminal_size v0.3.0
17002024-08-06T22:25:31.351Z Checking syn v2.0.72
17012024-08-06T22:25:31.377Z Checking pkcs8 v0.10.2
17022024-08-06T22:25:31.671Z Checking cookie v0.17.0
17032024-08-06T22:25:31.686Z Checking phf_shared v0.11.2
17042024-08-06T22:25:31.757Z Checking dof v0.3.0
17052024-08-06T22:25:31.992Z Checking signal-hook v0.3.17
17062024-08-06T22:25:32.119Z Checking block-padding v0.3.3
17072024-08-06T22:25:32.356Z Checking scheduled-thread-pool v0.2.7
17082024-08-06T22:25:32.372Z Checking ff v0.13.0
17092024-08-06T22:25:32.419Z Checking thread-id v4.2.1
17102024-08-06T22:25:32.519Z Checking object v0.32.2
17112024-08-06T22:25:32.535Z Checking managed v0.8.0
17122024-08-06T22:25:32.582Z Checking winnow v0.5.40
17132024-08-06T22:25:32.601Z Checking rustc-demangle v0.1.24
17142024-08-06T22:25:32.932Z Checking bitflags v1.3.2
17152024-08-06T22:25:33.047Z Checking clap_lex v0.7.0
17162024-08-06T22:25:33.078Z Checking matches v0.1.10
17172024-08-06T22:25:33.182Z Checking base16ct v0.2.0
17182024-08-06T22:25:33.330Z Checking strsim v0.11.1
17192024-08-06T22:25:33.390Z Checking base64 v0.21.7
17202024-08-06T22:25:33.477Z Checking addr2line v0.21.0
17212024-08-06T22:25:33.621Z Checking bit-vec v0.6.3
17222024-08-06T22:25:33.922Z Checking regex-automata v0.1.10
17232024-08-06T22:25:33.990Z Checking ipnet v2.9.0
17242024-08-06T22:25:34.022Z Checking either v1.12.0
17252024-08-06T22:25:34.114Z Checking regex v1.10.5
17262024-08-06T22:25:34.387Z Checking bstr v0.2.17
17272024-08-06T22:25:34.425Z Checking rustls-pemfile v1.0.4
17282024-08-06T22:25:34.494Z Checking clap_builder v4.5.13
17292024-08-06T22:25:34.624Z Checking sec1 v0.7.3
17302024-08-06T22:25:34.826Z Checking idna v0.2.3
17312024-08-06T22:25:35.062Z Checking smoltcp v0.9.1
17322024-08-06T22:25:35.320Z Checking group v0.13.0
17332024-08-06T22:25:35.579Z Checking r2d2 v0.8.10
17342024-08-06T22:25:35.788Z Checking ipnetwork v0.20.0
17352024-08-06T22:25:35.936Z Checking signal-hook-mio v0.2.3
17362024-08-06T22:25:36.003Z Checking toml_edit v0.19.15
17372024-08-06T22:25:36.098Z Checking inout v0.1.3
17382024-08-06T22:25:36.193Z Checking cookie_store v0.20.0
17392024-08-06T22:25:36.369Z Checking phf v0.11.2
17402024-08-06T22:25:36.661Z Checking postgres-types v0.2.7
17412024-08-06T22:25:36.729Z Checking num-bigint v0.4.5
17422024-08-06T22:25:36.891Z Checking futures-executor v0.3.30
17432024-08-06T22:25:37.144Z Checking serde_urlencoded v0.7.1
17442024-08-06T22:25:37.419Z Checking hubpack v0.1.2
17452024-08-06T22:25:37.607Z Checking phf_shared v0.10.0
17462024-08-06T22:25:37.758Z Checking hkdf v0.12.4
17472024-08-06T22:25:37.897Z Checking zerocopy v0.6.6
17482024-08-06T22:25:37.977Z Checking float-cmp v0.9.0
17492024-08-06T22:25:37.992Z Checking crc32fast v1.4.0
17502024-08-06T22:25:38.188Z Checking crossbeam-utils v0.8.19
17512024-08-06T22:25:38.217Z Checking usdt-impl v0.5.0
17522024-08-06T22:25:38.232Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17532024-08-06T22:25:38.302Z Checking hyper v0.14.30
17542024-08-06T22:25:38.506Z Checking crypto-bigint v0.5.5
17552024-08-06T22:25:38.685Z Checking memmap v0.7.0
17562024-08-06T22:25:38.720Z Checking encoding_rs v0.8.34
17572024-08-06T22:25:38.825Z Checking difflib v0.4.0
17582024-08-06T22:25:38.898Z Checking whoami v1.5.1
17592024-08-06T22:25:38.935Z Checking mime v0.3.17
17602024-08-06T22:25:39.127Z Checking backtrace v0.3.71
17612024-08-06T22:25:39.177Z Checking sync_wrapper v0.1.2
17622024-08-06T22:25:39.209Z Checking data-encoding v2.6.0
17632024-08-06T22:25:39.272Z Checking unicode-width v0.1.13
17642024-08-06T22:25:39.305Z Checking new_debug_unreachable v1.0.6
17652024-08-06T22:25:39.409Z Checking minimal-lexical v0.2.1
17662024-08-06T22:25:39.467Z Checking predicates-core v1.0.6
17672024-08-06T22:25:39.510Z Checking fixedbitset v0.4.2
17682024-08-06T22:25:39.673Z Checking unicode-segmentation v1.11.0
17692024-08-06T22:25:39.741Z Checking winnow v0.6.18
17702024-08-06T22:25:39.792Z Checking webpki-roots v0.25.4
17712024-08-06T22:25:39.837Z Checking static_assertions v1.1.0
17722024-08-06T22:25:39.902Z Checking normalize-line-endings v0.3.0
17732024-08-06T22:25:39.951Z Checking precomputed-hash v0.1.1
17742024-08-06T22:25:39.967Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17752024-08-06T22:25:40.034Z Checking predicates v3.1.2
17762024-08-06T22:25:40.072Z Checking string_cache v0.8.7
17772024-08-06T22:25:40.392Z Checking trust-dns-proto v0.22.0
17782024-08-06T22:25:40.420Z Checking similar v2.5.0
17792024-08-06T22:25:40.774Z Checking nom v7.1.3
17802024-08-06T22:25:41.291Z Checking petgraph v0.6.5
17812024-08-06T22:25:41.459Z Checking anyhow v1.0.86
17822024-08-06T22:25:41.759Z Checking elliptic-curve v0.13.8
17832024-08-06T22:25:41.878Z Checking yasna v0.5.2
17842024-08-06T22:25:42.504Z Checking console v0.15.8
17852024-08-06T22:25:42.854Z Checking tokio-postgres v0.7.11
17862024-08-06T22:25:43.142Z Checking toml_edit v0.22.20
17872024-08-06T22:25:43.160Z Checking crossbeam-epoch v0.9.18
17882024-08-06T22:25:43.630Z Checking usdt v0.5.0
17892024-08-06T22:25:43.921Z Checking toml v0.7.8
17902024-08-06T22:25:43.943Z Checking diesel v2.1.6
17912024-08-06T22:25:44.691Z Checking flate2 v1.0.31
17922024-08-06T22:25:44.727Z Checking clap v4.5.13
17932024-08-06T22:25:44.857Z Checking futures v0.3.30
17942024-08-06T22:25:44.969Z Checking cipher v0.4.4
17952024-08-06T22:25:44.986Z Checking crossterm v0.27.0
17962024-08-06T22:25:45.174Z Checking hyper-tls v0.5.0
17972024-08-06T22:25:45.384Z Checking hyper-rustls v0.24.2
17982024-08-06T22:25:45.407Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17992024-08-06T22:25:45.435Z Checking itertools v0.12.1
18002024-08-06T22:25:45.487Z Checking itertools v0.10.5
18012024-08-06T22:25:45.578Z Checking bstr v1.9.1
18022024-08-06T22:25:45.705Z Checking reqwest v0.11.27
18032024-08-06T22:25:46.095Z Checking bit-set v0.5.3
18042024-08-06T22:25:46.176Z Checking tokio-stream v0.1.15
18052024-08-06T22:25:46.378Z Checking fs-err v2.11.0
18062024-08-06T22:25:46.619Z Checking num-iter v0.1.45
18072024-08-06T22:25:46.822Z Checking slog v2.7.0
18082024-08-06T22:25:46.978Z Checking openapiv3 v2.0.0
18092024-08-06T22:25:46.978Z Checking semver v1.0.23
18102024-08-06T22:25:46.981Z Checking hex v0.4.3
18112024-08-06T22:25:47.354Z Checking lalrpop-util v0.19.12
18122024-08-06T22:25:47.457Z Checking peg-runtime v0.8.3
18132024-08-06T22:25:47.548Z Checking camino v1.1.7
18142024-08-06T22:25:47.567Z Checking sigpipe v0.1.3
18152024-08-06T22:26:07.395Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18162024-08-06T22:26:07.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.48s
18172024-08-06T22:26:07.900Z
18182024-08-06T22:26:07.900Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142)
18192024-08-06T22:26:08.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202024-08-06T22:26:08.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212024-08-06T22:26:08.675Z Compiling regress v0.9.1
18222024-08-06T22:26:08.767Z Checking sha1 v0.10.6
18232024-08-06T22:26:08.780Z Checking strum v0.26.3
18242024-08-06T22:26:08.807Z Checking heck v0.5.0
18252024-08-06T22:26:08.824Z Compiling getopts v0.2.21
18262024-08-06T22:26:08.827Z Checking dirs-sys-next v0.1.2
18272024-08-06T22:26:08.851Z Compiling unsafe-libyaml v0.2.11
18282024-08-06T22:26:08.989Z Checking http v1.1.0
18292024-08-06T22:26:09.014Z Checking dirs-next v2.0.0
18302024-08-06T22:26:09.037Z Checking thread_local v1.1.8
18312024-08-06T22:26:09.149Z Compiling ident_case v1.0.1
18322024-08-06T22:26:09.250Z Checking rustls-pki-types v1.7.0
18332024-08-06T22:26:09.337Z Compiling darling_core v0.20.9
18342024-08-06T22:26:09.375Z Checking term v0.7.0
18352024-08-06T22:26:09.746Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18362024-08-06T22:26:09.835Z Checking crossbeam-channel v0.5.12
18372024-08-06T22:26:09.876Z Checking is-terminal v0.4.12
18382024-08-06T22:26:10.010Z Checking atty v0.2.14
18392024-08-06T22:26:10.110Z Checking take_mut v0.2.2
18402024-08-06T22:26:10.131Z Checking utf-8 v0.7.6
18412024-08-06T22:26:10.274Z Compiling serde_yaml v0.9.34+deprecated
18422024-08-06T22:26:10.342Z Compiling paste v1.0.15
18432024-08-06T22:26:10.448Z Checking humantime v2.1.0
18442024-08-06T22:26:10.644Z Checking termcolor v1.4.1
18452024-08-06T22:26:10.783Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18462024-08-06T22:26:10.912Z Compiling rustls v0.22.4
18472024-08-06T22:26:11.059Z Checking slog-async v2.8.0
18482024-08-06T22:26:11.109Z Checking env_logger v0.9.3
18492024-08-06T22:26:11.210Z Checking slog-term v2.9.1
18502024-08-06T22:26:11.255Z Checking rustls-webpki v0.102.4
18512024-08-06T22:26:11.392Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18522024-08-06T22:26:11.571Z Compiling proc-macro-crate v1.3.1
18532024-08-06T22:26:11.766Z Compiling bitstruct_derive v0.1.0
18542024-08-06T22:26:11.786Z Compiling structmeta-derive v0.3.0
18552024-08-06T22:26:12.107Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18562024-08-06T22:26:12.237Z Compiling multer v3.1.0
18572024-08-06T22:26:12.557Z Checking match_cfg v0.1.0
18582024-08-06T22:26:12.575Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18592024-08-06T22:26:12.667Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18602024-08-06T22:26:12.985Z Checking ascii v1.1.0
18612024-08-06T22:26:13.303Z Checking bitstruct v0.1.1
18622024-08-06T22:26:13.428Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18632024-08-06T22:26:13.471Z Compiling num_enum_derive v0.5.11
18642024-08-06T22:26:14.356Z Checking hostname v0.3.1
18652024-08-06T22:26:14.498Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18662024-08-06T22:26:14.685Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18672024-08-06T22:26:14.949Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18682024-08-06T22:26:15.191Z Compiling structmeta v0.3.0
18692024-08-06T22:26:15.276Z Checking slog-json v2.6.1
18702024-08-06T22:26:15.319Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18712024-08-06T22:26:15.567Z Checking serde_arrays v0.1.0
18722024-08-06T22:26:15.616Z Checking erased-serde v0.3.31
18732024-08-06T22:26:15.647Z Compiling foreign-types-macros v0.2.3
18742024-08-06T22:26:15.719Z Compiling async-stream-impl v0.3.5
18752024-08-06T22:26:16.194Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18762024-08-06T22:26:16.408Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18772024-08-06T22:26:16.549Z Checking atomic-waker v1.1.2
18782024-08-06T22:26:16.702Z Checking arc-swap v1.7.1
18792024-08-06T22:26:16.732Z Checking foreign-types-shared v0.3.1
18802024-08-06T22:26:16.801Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18812024-08-06T22:26:16.880Z Checking waitgroup v0.1.2
18822024-08-06T22:26:17.110Z Checking foreign-types v0.5.0
18832024-08-06T22:26:17.127Z Checking num_enum v0.5.11
18842024-08-06T22:26:17.130Z Compiling darling_macro v0.20.9
18852024-08-06T22:26:17.159Z Checking slog-scope v4.4.0
18862024-08-06T22:26:17.230Z Compiling parse-display-derive v0.9.1
18872024-08-06T22:26:17.286Z Checking slog-bunyan v2.5.0
18882024-08-06T22:26:17.321Z Checking async-stream v0.3.5
18892024-08-06T22:26:17.359Z Compiling proc-macro-error v1.0.4
18902024-08-06T22:26:17.688Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18912024-08-06T22:26:17.812Z Checking toml v0.8.19
18922024-08-06T22:26:18.083Z Checking tungstenite v0.20.1
18932024-08-06T22:26:18.112Z Checking rustls-pemfile v2.1.3
18942024-08-06T22:26:18.156Z Compiling darling v0.20.9
18952024-08-06T22:26:18.280Z Compiling serde_with_macros v3.8.3
18962024-08-06T22:26:18.399Z Compiling heck v0.3.3
18972024-08-06T22:26:18.611Z Checking tokio-rustls v0.25.0
18982024-08-06T22:26:18.636Z Checking newtype-uuid v1.1.0
18992024-08-06T22:26:18.880Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19002024-08-06T22:26:18.913Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19012024-08-06T22:26:19.031Z Checking serde_path_to_error v0.1.16
19022024-08-06T22:26:19.052Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19032024-08-06T22:26:19.681Z Checking hostname v0.4.0
19042024-08-06T22:26:19.823Z Checking cstr-argument v0.1.2
19052024-08-06T22:26:19.864Z Checking instant v0.1.12
19062024-08-06T22:26:19.909Z Checking debug-ignore v1.0.5
19072024-08-06T22:26:19.994Z Checking pretty-hex v0.2.1
19082024-08-06T22:26:20.023Z Checking fastrand v2.1.0
19092024-08-06T22:26:20.074Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19102024-08-06T22:26:20.175Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19112024-08-06T22:26:20.375Z Checking tempfile v3.10.1
19122024-08-06T22:26:20.461Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19132024-08-06T22:26:20.482Z Checking backoff v0.4.0
19142024-08-06T22:26:20.780Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19152024-08-06T22:26:20.825Z Checking tokio-tungstenite v0.20.1
19162024-08-06T22:26:20.939Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19172024-08-06T22:26:20.988Z Compiling zone_cfg_derive v0.1.2
19182024-08-06T22:26:21.210Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19192024-08-06T22:26:21.420Z Checking slog-stdlog v4.1.1
19202024-08-06T22:26:21.547Z Checking serde_with v3.8.3
19212024-08-06T22:26:21.621Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19222024-08-06T22:26:21.776Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19232024-08-06T22:26:22.071Z Checking tungstenite v0.21.0
19242024-08-06T22:26:22.166Z Checking colored v2.1.0
19252024-08-06T22:26:22.497Z Checking macaddr v1.0.1
19262024-08-06T22:26:22.605Z Checking parse-display v0.9.1
19272024-08-06T22:26:22.743Z Checking socket2 v0.4.10
19282024-08-06T22:26:22.880Z Checking base64 v0.13.1
19292024-08-06T22:26:22.898Z Checking zone v0.1.8
19302024-08-06T22:26:23.143Z Checking tokio-tungstenite v0.21.0
19312024-08-06T22:26:23.322Z Checking ron v0.7.1
19322024-08-06T22:26:23.651Z Checking slog-envlogger v2.2.0
19332024-08-06T22:26:23.688Z Checking pem v3.0.4
19342024-08-06T22:26:23.895Z Checking tabwriter v1.4.0
19352024-08-06T22:26:23.990Z Checking xattr v1.3.1
19362024-08-06T22:26:24.170Z Checking portpicker v0.1.1
19372024-08-06T22:26:24.202Z Checking headers-core v0.2.0
19382024-08-06T22:26:24.327Z Checking smf v0.2.3
19392024-08-06T22:26:24.349Z Checking filetime v0.2.23
19402024-08-06T22:26:24.583Z Checking same-file v1.0.6
19412024-08-06T22:26:24.631Z Checking tar v0.4.41
19422024-08-06T22:26:24.778Z Checking walkdir v2.5.0
19432024-08-06T22:26:24.827Z Checking headers v0.3.9
19442024-08-06T22:26:25.079Z Checking rcgen v0.12.1
19452024-08-06T22:26:25.142Z Checking camino-tempfile v1.1.1
19462024-08-06T22:26:25.176Z Checking atomicwrites v0.4.3
19472024-08-06T22:26:25.398Z Checking subprocess v0.2.9
19482024-08-06T22:26:26.740Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19492024-08-06T22:26:26.988Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19502024-08-06T22:26:29.278Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19512024-08-06T22:26:31.451Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19522024-08-06T22:26:31.529Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19532024-08-06T22:26:35.162Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19542024-08-06T22:26:42.137Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19552024-08-06T22:26:42.295Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19562024-08-06T22:26:42.295Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19572024-08-06T22:26:45.211Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19582024-08-06T22:26:45.686Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19592024-08-06T22:26:52.394Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19602024-08-06T22:26:53.990Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19612024-08-06T22:26:55.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.48s
19622024-08-06T22:26:55.563Z
19632024-08-06T22:26:55.563Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142)
19642024-08-06T22:26:56.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652024-08-06T22:26:56.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662024-08-06T22:26:56.341Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19672024-08-06T22:26:57.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
19682024-08-06T22:26:58.044Z
19692024-08-06T22:26:58.044Zinfo: running `cargo check --bins` on nexus-config (31/142)
19702024-08-06T22:26:58.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712024-08-06T22:26:58.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722024-08-06T22:26:58.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732024-08-06T22:26:58.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
19742024-08-06T22:26:58.777Z
19752024-08-06T22:26:58.777Zinfo: running `cargo check --bins` on omicron-rpaths (32/142)
19762024-08-06T22:26:59.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772024-08-06T22:26:59.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782024-08-06T22:26:59.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792024-08-06T22:26:59.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
19802024-08-06T22:26:59.475Z
19812024-08-06T22:26:59.475Zinfo: running `cargo check --bins` on omicron-certificates (33/142)
19822024-08-06T22:27:00.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832024-08-06T22:27:00.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842024-08-06T22:27:00.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852024-08-06T22:27:00.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19862024-08-06T22:27:00.212Z
19872024-08-06T22:27:00.212Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/142)
19882024-08-06T22:27:00.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892024-08-06T22:27:00.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902024-08-06T22:27:00.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912024-08-06T22:27:00.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
19922024-08-06T22:27:00.962Z
19932024-08-06T22:27:00.962Zinfo: running `cargo check --bins` on cockroach-admin-client (35/142)
19942024-08-06T22:27:01.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952024-08-06T22:27:01.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962024-08-06T22:27:01.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972024-08-06T22:27:01.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19982024-08-06T22:27:01.648Z
19992024-08-06T22:27:01.648Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/142)
20002024-08-06T22:27:02.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012024-08-06T22:27:02.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022024-08-06T22:27:02.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032024-08-06T22:27:02.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20042024-08-06T22:27:02.399Z
20052024-08-06T22:27:02.399Zinfo: running `cargo check --bins` on dns-service-client (37/142)
20062024-08-06T22:27:03.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072024-08-06T22:27:03.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082024-08-06T22:27:03.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092024-08-06T22:27:03.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
20102024-08-06T22:27:03.105Z
20112024-08-06T22:27:03.105Zinfo: running `cargo check --bins` on dpd-client (38/142)
20122024-08-06T22:27:03.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132024-08-06T22:27:03.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142024-08-06T22:27:03.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152024-08-06T22:27:03.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
20162024-08-06T22:27:03.821Z
20172024-08-06T22:27:03.821Zinfo: running `cargo check --bins` on gateway-client (39/142)
20182024-08-06T22:27:04.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192024-08-06T22:27:04.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202024-08-06T22:27:04.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212024-08-06T22:27:04.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
20222024-08-06T22:27:04.510Z
20232024-08-06T22:27:04.510Zinfo: running `cargo check --bins` on installinator-client (40/142)
20242024-08-06T22:27:05.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252024-08-06T22:27:05.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262024-08-06T22:27:05.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272024-08-06T22:27:05.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20282024-08-06T22:27:05.260Z
20292024-08-06T22:27:05.260Zinfo: running `cargo check --bins` on installinator-common (41/142)
20302024-08-06T22:27:05.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312024-08-06T22:27:05.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322024-08-06T22:27:05.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332024-08-06T22:27:05.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
20342024-08-06T22:27:05.998Z
20352024-08-06T22:27:05.998Zinfo: running `cargo check --bins` on update-engine (42/142)
20362024-08-06T22:27:06.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372024-08-06T22:27:06.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382024-08-06T22:27:06.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392024-08-06T22:27:06.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
20402024-08-06T22:27:06.690Z
20412024-08-06T22:27:06.690Zinfo: running `cargo check --bins` on nexus-client (43/142)
20422024-08-06T22:27:07.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432024-08-06T22:27:07.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442024-08-06T22:27:07.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452024-08-06T22:27:07.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
20462024-08-06T22:27:07.430Z
20472024-08-06T22:27:07.430Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/142)
20482024-08-06T22:27:08.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492024-08-06T22:27:08.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502024-08-06T22:27:08.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512024-08-06T22:27:08.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
20522024-08-06T22:27:08.162Z
20532024-08-06T22:27:08.162Zinfo: running `cargo check --bins` on omicron-passwords (45/142)
20542024-08-06T22:27:08.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552024-08-06T22:27:08.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562024-08-06T22:27:08.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572024-08-06T22:27:08.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
20582024-08-06T22:27:08.871Z
20592024-08-06T22:27:08.871Zinfo: running `cargo check --bins` on nexus-types (46/142)
20602024-08-06T22:27:09.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612024-08-06T22:27:09.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622024-08-06T22:27:09.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632024-08-06T22:27:09.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20642024-08-06T22:27:09.633Z
20652024-08-06T22:27:09.634Zinfo: running `cargo check --bins` on oxide-client (47/142)
20662024-08-06T22:27:10.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672024-08-06T22:27:10.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682024-08-06T22:27:10.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692024-08-06T22:27:10.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
20702024-08-06T22:27:10.338Z
20712024-08-06T22:27:10.338Zinfo: running `cargo check --bins` on oximeter-client (48/142)
20722024-08-06T22:27:10.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732024-08-06T22:27:10.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742024-08-06T22:27:10.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752024-08-06T22:27:10.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
20762024-08-06T22:27:11.061Z
20772024-08-06T22:27:11.061Zinfo: running `cargo check --bins` on sled-agent-client (49/142)
20782024-08-06T22:27:11.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792024-08-06T22:27:11.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802024-08-06T22:27:11.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812024-08-06T22:27:11.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20822024-08-06T22:27:11.804Z
20832024-08-06T22:27:11.804Zinfo: running `cargo check --bins` on wicketd-client (50/142)
20842024-08-06T22:27:12.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852024-08-06T22:27:12.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862024-08-06T22:27:12.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872024-08-06T22:27:12.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20882024-08-06T22:27:12.553Z
20892024-08-06T22:27:12.554Zinfo: running `cargo check --bins` on wicket-common (51/142)
20902024-08-06T22:27:13.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912024-08-06T22:27:13.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922024-08-06T22:27:13.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932024-08-06T22:27:13.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20942024-08-06T22:27:13.301Z
20952024-08-06T22:27:13.301Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/142)
20962024-08-06T22:27:13.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972024-08-06T22:27:13.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982024-08-06T22:27:14.065Z Compiling heapless v0.8.0
20992024-08-06T22:27:14.155Z Checking hash32 v0.3.1
21002024-08-06T22:27:14.166Z Compiling smoltcp v0.11.0
21012024-08-06T22:27:14.185Z Checking embedded-io v0.4.0
21022024-08-06T22:27:14.188Z Checking cobs v0.2.3
21032024-08-06T22:27:14.213Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21042024-08-06T22:27:14.216Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21052024-08-06T22:27:14.244Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21062024-08-06T22:27:14.338Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21072024-08-06T22:27:14.363Z Compiling crucible-workspace-hack v0.1.0
21082024-08-06T22:27:14.379Z Checking csv-core v0.1.11
21092024-08-06T22:27:14.399Z Checking postcard v1.0.8
21102024-08-06T22:27:14.613Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21112024-08-06T22:27:14.735Z Checking csv v1.3.0
21122024-08-06T22:27:14.821Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21132024-08-06T22:27:14.837Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21142024-08-06T22:27:14.950Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21152024-08-06T22:27:15.131Z Compiling num-derive v0.4.2
21162024-08-06T22:27:15.209Z Compiling slog-dtrace v0.3.0
21172024-08-06T22:27:15.210Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21182024-08-06T22:27:15.285Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21192024-08-06T22:27:15.594Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21202024-08-06T22:27:15.635Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21212024-08-06T22:27:16.173Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21222024-08-06T22:27:16.351Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21232024-08-06T22:27:17.096Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21242024-08-06T22:27:18.393Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21252024-08-06T22:27:19.386Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21262024-08-06T22:27:20.623Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21272024-08-06T22:27:23.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
21282024-08-06T22:27:24.045Z
21292024-08-06T22:27:24.045Zinfo: running `cargo check --bins` on cockroach-admin-api (53/142)
21302024-08-06T22:27:24.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312024-08-06T22:27:24.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322024-08-06T22:27:24.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332024-08-06T22:27:24.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21342024-08-06T22:27:24.752Z
21352024-08-06T22:27:24.752Zinfo: running `cargo check --bins` on cockroach-admin-types (54/142)
21362024-08-06T22:27:25.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372024-08-06T22:27:25.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382024-08-06T22:27:25.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392024-08-06T22:27:25.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
21402024-08-06T22:27:25.460Z
21412024-08-06T22:27:25.460Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142)
21422024-08-06T22:27:26.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432024-08-06T22:27:26.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442024-08-06T22:27:26.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452024-08-06T22:27:26.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21462024-08-06T22:27:26.322Z
21472024-08-06T22:27:26.322Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142)
21482024-08-06T22:27:27.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492024-08-06T22:27:27.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502024-08-06T22:27:27.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512024-08-06T22:27:27.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21522024-08-06T22:27:27.159Z
21532024-08-06T22:27:27.160Zinfo: running `cargo check --bins` on dns-server (57/142)
21542024-08-06T22:27:27.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552024-08-06T22:27:27.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562024-08-06T22:27:27.886Z Compiling parking_lot_core v0.8.6
21572024-08-06T22:27:27.971Z Checking nibble_vec v0.1.0
21582024-08-06T22:27:27.975Z Checking endian-type v0.1.2
21592024-08-06T22:27:27.992Z Checking newline-converter v0.3.0
21602024-08-06T22:27:27.996Z Checking quick-error v1.2.3
21612024-08-06T22:27:27.996Z Checking linked-hash-map v0.5.6
21622024-08-06T22:27:28.005Z Checking toml v0.5.11
21632024-08-06T22:27:28.029Z Checking fxhash v0.2.1
21642024-08-06T22:27:28.160Z Checking resolv-conf v0.7.0
21652024-08-06T22:27:28.182Z Checking expectorate v1.1.0
21662024-08-06T22:27:28.185Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21672024-08-06T22:27:28.218Z Checking radix_trie v0.2.1
21682024-08-06T22:27:28.346Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21692024-08-06T22:27:28.371Z Checking lru-cache v0.1.2
21702024-08-06T22:27:28.785Z Checking trust-dns-resolver v0.22.0
21712024-08-06T22:27:28.790Z Checking trust-dns-client v0.22.0
21722024-08-06T22:27:28.806Z Checking parking_lot v0.11.2
21732024-08-06T22:27:29.096Z Checking sled v0.34.7
21742024-08-06T22:27:29.635Z Checking trust-dns-server v0.22.1
21752024-08-06T22:27:31.572Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21762024-08-06T22:27:32.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
21772024-08-06T22:27:33.074Z
21782024-08-06T22:27:33.075Zinfo: running `cargo check --bins` on dns-server-api (58/142)
21792024-08-06T22:27:33.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802024-08-06T22:27:33.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812024-08-06T22:27:33.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822024-08-06T22:27:33.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21832024-08-06T22:27:33.779Z
21842024-08-06T22:27:33.780Zinfo: running `cargo check --bins` on gateway-test-utils (59/142)
21852024-08-06T22:27:34.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862024-08-06T22:27:34.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872024-08-06T22:27:34.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882024-08-06T22:27:34.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21892024-08-06T22:27:34.548Z
21902024-08-06T22:27:34.548Zinfo: running `cargo check --bins` on gateway-types (60/142)
21912024-08-06T22:27:35.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922024-08-06T22:27:35.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932024-08-06T22:27:35.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942024-08-06T22:27:35.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21952024-08-06T22:27:35.271Z
21962024-08-06T22:27:35.271Zinfo: running `cargo check --bins` on ipcc (61/142)
21972024-08-06T22:27:35.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982024-08-06T22:27:35.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992024-08-06T22:27:35.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002024-08-06T22:27:35.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
22012024-08-06T22:27:36.008Z
22022024-08-06T22:27:36.008Zinfo: running `cargo check --bins` on omicron-gateway (62/142)
22032024-08-06T22:27:36.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042024-08-06T22:27:36.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052024-08-06T22:27:36.781Z Compiling radium v0.7.0
22062024-08-06T22:27:36.785Z Checking tap v1.0.1
22072024-08-06T22:27:36.871Z Compiling maybe-uninit v2.0.0
22082024-08-06T22:27:36.894Z Compiling bzip2-sys v0.1.11+1.0.8
22092024-08-06T22:27:36.897Z Compiling num-bigint-dig v0.8.4
22102024-08-06T22:27:36.897Z Checking crc-catalog v2.4.0
22112024-08-06T22:27:36.908Z Checking funty v2.0.0
22122024-08-06T22:27:36.911Z Compiling packed_struct v0.10.1
22132024-08-06T22:27:37.005Z Checking wyz v0.5.1
22142024-08-06T22:27:37.047Z Checking crc v3.2.1
22152024-08-06T22:27:37.287Z Compiling packed_struct_codegen v0.10.1
22162024-08-06T22:27:37.416Z Compiling indexmap v1.9.3
22172024-08-06T22:27:37.476Z Checking half v2.4.1
22182024-08-06T22:27:37.518Z Checking ciborium-io v0.2.2
22192024-08-06T22:27:37.606Z Checking nodrop v0.1.14
22202024-08-06T22:27:37.655Z Checking smallvec v0.6.14
22212024-08-06T22:27:37.728Z Checking array-init v0.0.4
22222024-08-06T22:27:37.785Z Checking pkcs1 v0.7.5
22232024-08-06T22:27:37.904Z Checking bitvec v1.0.1
22242024-08-06T22:27:37.986Z Checking ciborium-ll v0.2.2
22252024-08-06T22:27:38.070Z Checking signature v2.2.0
22262024-08-06T22:27:38.222Z Compiling memoffset v0.9.1
22272024-08-06T22:27:38.280Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22282024-08-06T22:27:38.299Z Checking hashbrown v0.12.3
22292024-08-06T22:27:38.340Z Checking bitfield v0.14.0
22302024-08-06T22:27:38.647Z Checking env_logger v0.10.2
22312024-08-06T22:27:38.666Z Checking bzip2 v0.4.4
22322024-08-06T22:27:38.719Z Checking ciborium v0.2.2
22332024-08-06T22:27:38.737Z Checking serde-hex v0.1.0
22342024-08-06T22:27:38.996Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22352024-08-06T22:27:39.113Z Checking ron v0.8.1
22362024-08-06T22:27:39.276Z Checking x509-cert v0.2.5
22372024-08-06T22:27:39.861Z Checking hashbrown v0.13.2
22382024-08-06T22:27:40.132Z Checking rsa v0.9.6
22392024-08-06T22:27:40.238Z Checking crc-any v2.5.0
22402024-08-06T22:27:40.529Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22412024-08-06T22:27:40.650Z Checking zip v0.6.6
22422024-08-06T22:27:40.957Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22432024-08-06T22:27:41.009Z Checking object v0.30.4
22442024-08-06T22:27:41.095Z Checking path-slash v0.1.5
22452024-08-06T22:27:41.285Z Checking nix v0.27.1
22462024-08-06T22:27:41.308Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22472024-08-06T22:27:41.343Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22482024-08-06T22:27:41.402Z Checking serde-big-array v0.5.1
22492024-08-06T22:27:41.406Z Checking signal-hook-tokio v0.3.1
22502024-08-06T22:27:43.688Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22512024-08-06T22:27:43.978Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22522024-08-06T22:27:51.303Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22532024-08-06T22:27:52.671Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22542024-08-06T22:27:54.771Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22552024-08-06T22:27:56.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.93s
22562024-08-06T22:27:57.135Z
22572024-08-06T22:27:57.135Zinfo: running `cargo check --bins` on gateway-api (63/142)
22582024-08-06T22:27:57.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592024-08-06T22:27:57.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602024-08-06T22:27:57.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612024-08-06T22:27:57.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
22622024-08-06T22:27:57.888Z
22632024-08-06T22:27:57.888Zinfo: running `cargo check --bins` on sp-sim (64/142)
22642024-08-06T22:27:58.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652024-08-06T22:27:58.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662024-08-06T22:27:58.628Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22672024-08-06T22:28:00.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
22682024-08-06T22:28:00.687Z
22692024-08-06T22:28:00.687Zinfo: running `cargo check --bins` on internal-dns (65/142)
22702024-08-06T22:28:01.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712024-08-06T22:28:01.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722024-08-06T22:28:01.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732024-08-06T22:28:01.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
22742024-08-06T22:28:01.423Z
22752024-08-06T22:28:01.423Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142)
22762024-08-06T22:28:02.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772024-08-06T22:28:02.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782024-08-06T22:28:02.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792024-08-06T22:28:02.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
22802024-08-06T22:28:02.202Z
22812024-08-06T22:28:02.203Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142)
22822024-08-06T22:28:02.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832024-08-06T22:28:02.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842024-08-06T22:28:02.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852024-08-06T22:28:02.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22862024-08-06T22:28:02.993Z
22872024-08-06T22:28:02.994Zinfo: running `cargo check --bins` on db-macros (68/142)
22882024-08-06T22:28:03.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892024-08-06T22:28:03.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902024-08-06T22:28:03.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912024-08-06T22:28:03.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22922024-08-06T22:28:03.690Z
22932024-08-06T22:28:03.690Zinfo: running `cargo check --bins` on nexus-macros-common (69/142)
22942024-08-06T22:28:04.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952024-08-06T22:28:04.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962024-08-06T22:28:04.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972024-08-06T22:28:04.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22982024-08-06T22:28:04.380Z
22992024-08-06T22:28:04.380Zinfo: running `cargo check --bins` on nexus-auth (70/142)
23002024-08-06T22:28:05.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012024-08-06T22:28:05.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022024-08-06T22:28:05.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032024-08-06T22:28:05.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
23042024-08-06T22:28:05.152Z
23052024-08-06T22:28:05.152Zinfo: running `cargo check --bins` on authz-macros (71/142)
23062024-08-06T22:28:05.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072024-08-06T22:28:05.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082024-08-06T22:28:05.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092024-08-06T22:28:05.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23102024-08-06T22:28:05.853Z
23112024-08-06T22:28:05.853Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/142)
23122024-08-06T22:28:06.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132024-08-06T22:28:06.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142024-08-06T22:28:06.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152024-08-06T22:28:06.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
23162024-08-06T22:28:06.594Z
23172024-08-06T22:28:06.594Zinfo: running `cargo check --bins` on nexus-db-model (73/142)
23182024-08-06T22:28:07.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192024-08-06T22:28:07.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202024-08-06T22:28:07.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212024-08-06T22:28:07.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
23222024-08-06T22:28:07.339Z
23232024-08-06T22:28:07.339Zinfo: running `cargo check --bins` on nexus-defaults (74/142)
23242024-08-06T22:28:07.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252024-08-06T22:28:07.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262024-08-06T22:28:07.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272024-08-06T22:28:07.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
23282024-08-06T22:28:08.053Z
23292024-08-06T22:28:08.053Zinfo: running `cargo check --bins` on oximeter (75/142)
23302024-08-06T22:28:08.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-08-06T22:28:08.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-08-06T22:28:08.800Z Compiling rustls-pki-types v1.7.0
23332024-08-06T22:28:08.887Z Compiling prettyplease v0.2.20
23342024-08-06T22:28:08.890Z Compiling match_cfg v0.1.0
23352024-08-06T22:28:08.909Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23362024-08-06T22:28:08.912Z Compiling slog-json v2.6.1
23372024-08-06T22:28:08.924Z Compiling http v1.1.0
23382024-08-06T22:28:08.950Z Compiling atomic-waker v1.1.2
23392024-08-06T22:28:08.968Z Compiling hostname v0.3.1
23402024-08-06T22:28:09.171Z Compiling waitgroup v0.1.2
23412024-08-06T22:28:09.199Z Compiling slog-bunyan v2.5.0
23422024-08-06T22:28:09.224Z Compiling async-stream v0.3.5
23432024-08-06T22:28:09.240Z Compiling toml v0.8.19
23442024-08-06T22:28:09.316Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23452024-08-06T22:28:09.368Z Compiling rustls-webpki v0.102.4
23462024-08-06T22:28:09.402Z Compiling rustls-pemfile v2.1.3
23472024-08-06T22:28:09.406Z Compiling sha1 v0.10.6
23482024-08-06T22:28:09.551Z Compiling newtype-uuid v1.1.0
23492024-08-06T22:28:09.569Z Compiling serde_path_to_error v0.1.16
23502024-08-06T22:28:09.736Z Compiling hostname v0.4.0
23512024-08-06T22:28:09.892Z Compiling instant v0.1.12
23522024-08-06T22:28:09.911Z Compiling debug-ignore v1.0.5
23532024-08-06T22:28:09.930Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23542024-08-06T22:28:10.042Z Compiling backoff v0.4.0
23552024-08-06T22:28:10.062Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23562024-08-06T22:28:10.083Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23572024-08-06T22:28:10.272Z Compiling rustls v0.22.4
23582024-08-06T22:28:10.289Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23592024-08-06T22:28:10.411Z Compiling serde_with v3.8.3
23602024-08-06T22:28:10.489Z Compiling parse-display v0.9.1
23612024-08-06T22:28:11.173Z Compiling multer v3.1.0
23622024-08-06T22:28:11.244Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23632024-08-06T22:28:11.425Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23642024-08-06T22:28:11.530Z Compiling num-rational v0.4.2
23652024-08-06T22:28:11.623Z Compiling num-complex v0.4.6
23662024-08-06T22:28:11.683Z Compiling macaddr v1.0.1
23672024-08-06T22:28:12.827Z Compiling num v0.4.3
23682024-08-06T22:28:12.962Z Compiling float-ord v0.3.2
23692024-08-06T22:28:14.199Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23702024-08-06T22:28:14.687Z Compiling tokio-rustls v0.25.0
23712024-08-06T22:28:14.963Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23722024-08-06T22:28:18.888Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732024-08-06T22:28:31.861Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23742024-08-06T22:28:36.399Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23752024-08-06T22:28:36.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.06s
23762024-08-06T22:28:36.399Z
23772024-08-06T22:28:36.399Zinfo: running `cargo check --bins` on oximeter-impl (76/142)
23782024-08-06T22:28:36.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-08-06T22:28:36.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-08-06T22:28:36.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23812024-08-06T22:28:36.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
23822024-08-06T22:28:37.043Z
23832024-08-06T22:28:37.043Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/142)
23842024-08-06T22:28:37.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-08-06T22:28:37.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-08-06T22:28:37.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872024-08-06T22:28:37.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
23882024-08-06T22:28:37.763Z
23892024-08-06T22:28:37.763Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/142)
23902024-08-06T22:28:38.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-08-06T22:28:38.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-08-06T22:28:38.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932024-08-06T22:28:38.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
23942024-08-06T22:28:38.494Z
23952024-08-06T22:28:38.494Zinfo: running `cargo check --bins` on nexus-inventory (79/142)
23962024-08-06T22:28:39.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-08-06T22:28:39.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-08-06T22:28:39.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992024-08-06T22:28:39.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24002024-08-06T22:28:39.269Z
24012024-08-06T22:28:39.269Zinfo: running `cargo check --bins` on typed-rng (80/142)
24022024-08-06T22:28:39.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-08-06T22:28:39.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-08-06T22:28:39.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24052024-08-06T22:28:39.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24062024-08-06T22:28:39.988Z
24072024-08-06T22:28:39.988Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142)
24082024-08-06T22:28:40.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-08-06T22:28:40.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-08-06T22:28:40.859Z Checking password-hash v0.5.0
24112024-08-06T22:28:40.859Z Checking blake2 v0.10.6
24122024-08-06T22:28:40.859Z Compiling semver v0.1.20
24132024-08-06T22:28:40.859Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24142024-08-06T22:28:40.863Z Compiling rayon-core v1.12.1
24152024-08-06T22:28:40.863Z Compiling convert_case v0.4.0
24162024-08-06T22:28:41.004Z Compiling crossbeam-deque v0.8.5
24172024-08-06T22:28:41.021Z Compiling unicase v2.7.0
24182024-08-06T22:28:41.310Z Compiling same-file v1.0.6
24192024-08-06T22:28:41.376Z Compiling rustc_version v0.1.7
24202024-08-06T22:28:41.392Z Compiling libefi-sys v0.1.0
24212024-08-06T22:28:41.439Z Compiling fastrand v2.1.0
24222024-08-06T22:28:41.506Z Checking argon2 v0.5.3
24232024-08-06T22:28:41.623Z Compiling walkdir v2.5.0
24242024-08-06T22:28:41.762Z Compiling curve25519-dalek v4.1.3
24252024-08-06T22:28:41.881Z Compiling tempfile v3.10.1
24262024-08-06T22:28:41.904Z Compiling newtype_derive v0.1.6
24272024-08-06T22:28:42.087Z Compiling derive-where v1.2.7
24282024-08-06T22:28:42.108Z Compiling derive_more v0.99.18
24292024-08-06T22:28:42.313Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302024-08-06T22:28:42.340Z Compiling bitfield-struct v0.6.1
24312024-08-06T22:28:42.477Z Compiling blake3 v1.5.1
24322024-08-06T22:28:42.494Z Compiling ring v0.16.20
24332024-08-06T22:28:42.644Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24342024-08-06T22:28:42.844Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24352024-08-06T22:28:43.180Z Checking keccak v0.1.5
24362024-08-06T22:28:43.546Z Checking sha3 v0.10.8
24372024-08-06T22:28:43.664Z Compiling rayon v1.10.0
24382024-08-06T22:28:44.003Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24392024-08-06T22:28:44.103Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24402024-08-06T22:28:44.245Z Checking universal-hash v0.5.1
24412024-08-06T22:28:44.422Z Compiling thiserror-impl-no-std v2.0.2
24422024-08-06T22:28:44.445Z Checking secrecy v0.8.0
24432024-08-06T22:28:44.464Z Compiling curve25519-dalek-derive v0.1.1
24442024-08-06T22:28:44.656Z Compiling memmap2 v0.9.4
24452024-08-06T22:28:44.676Z Compiling arrayvec v0.7.4
24462024-08-06T22:28:45.147Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24472024-08-06T22:28:45.190Z Compiling spin v0.5.2
24482024-08-06T22:28:45.284Z Compiling constant_time_eq v0.3.0
24492024-08-06T22:28:45.466Z Compiling untrusted v0.7.1
24502024-08-06T22:28:45.500Z Checking opaque-debug v0.3.1
24512024-08-06T22:28:45.620Z Compiling home v0.5.9
24522024-08-06T22:28:45.695Z Compiling arrayref v0.3.7
24532024-08-06T22:28:45.834Z Compiling toolchain_find v0.4.0
24542024-08-06T22:28:45.917Z Checking poly1305 v0.8.0
24552024-08-06T22:28:46.108Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24562024-08-06T22:28:46.574Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24572024-08-06T22:28:46.684Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24582024-08-06T22:28:46.778Z Checking steno v0.4.1
24592024-08-06T22:28:46.850Z Compiling camino-tempfile v1.1.1
24602024-08-06T22:28:47.338Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24612024-08-06T22:28:47.479Z Checking chacha20 v0.9.1
24622024-08-06T22:28:47.870Z Checking gethostname v0.5.0
24632024-08-06T22:28:48.019Z Checking aead v0.5.2
24642024-08-06T22:28:48.196Z Checking thiserror-no-std v2.0.2
24652024-08-06T22:28:48.273Z Compiling cancel-safe-futures v0.1.5
24662024-08-06T22:28:48.319Z Compiling topological-sort v0.2.2
24672024-08-06T22:28:48.426Z Checking vsss-rs v3.3.4
24682024-08-06T22:28:48.701Z Checking chacha20poly1305 v0.10.1
24692024-08-06T22:28:48.907Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24702024-08-06T22:28:48.942Z Compiling mime_guess v2.0.4
24712024-08-06T22:28:49.494Z Compiling omicron-zone-package v0.11.0
24722024-08-06T22:28:49.971Z Compiling rustfmt-wrapper v0.2.1
24732024-08-06T22:28:50.435Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24742024-08-06T22:28:50.575Z Checking glob v0.3.1
24752024-08-06T22:28:50.901Z Checking libsw v3.3.1
24762024-08-06T22:28:51.051Z Checking swrite v0.1.0
24772024-08-06T22:28:51.096Z Checking linear-map v1.2.0
24782024-08-06T22:28:51.144Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24792024-08-06T22:28:51.148Z Checking owo-colors v4.0.0
24802024-08-06T22:28:51.231Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24812024-08-06T22:28:51.472Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24822024-08-06T22:28:52.009Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24832024-08-06T22:28:52.222Z Checking kstat-rs v0.2.4
24842024-08-06T22:28:52.317Z Checking nanorand v0.7.0
24852024-08-06T22:28:52.620Z Checking http-range v0.1.5
24862024-08-06T22:28:52.654Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24872024-08-06T22:28:52.768Z Checking flume v0.11.0
24882024-08-06T22:28:52.784Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24892024-08-06T22:28:52.812Z Checking hyper-staticfile v0.9.5
24902024-08-06T22:28:53.099Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24912024-08-06T22:28:53.278Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24922024-08-06T22:28:53.322Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24932024-08-06T22:28:53.444Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24942024-08-06T22:28:53.585Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24952024-08-06T22:28:54.968Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24962024-08-06T22:28:55.120Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24972024-08-06T22:28:56.408Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24982024-08-06T22:28:56.657Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24992024-08-06T22:28:57.096Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25002024-08-06T22:28:57.776Z Checking display-error-chain v0.2.0
25012024-08-06T22:29:05.342Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25022024-08-06T22:29:11.528Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25032024-08-06T22:29:11.528Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25042024-08-06T22:29:12.302Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25052024-08-06T22:29:30.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.70s
25062024-08-06T22:29:30.896Z
25072024-08-06T22:29:30.896Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142)
25082024-08-06T22:29:31.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-08-06T22:29:31.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-08-06T22:29:31.725Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25112024-08-06T22:29:50.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s
25122024-08-06T22:29:50.315Z
25132024-08-06T22:29:50.316Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142)
25142024-08-06T22:29:51.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-08-06T22:29:51.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-08-06T22:29:51.165Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25172024-08-06T22:30:10.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.73s
25182024-08-06T22:30:10.235Z
25192024-08-06T22:30:10.235Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142)
25202024-08-06T22:30:10.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-08-06T22:30:10.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-08-06T22:30:11.086Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25232024-08-06T22:30:29.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.46s
25242024-08-06T22:30:29.903Z
25252024-08-06T22:30:29.904Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142)
25262024-08-06T22:30:30.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-08-06T22:30:30.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-08-06T22:30:30.740Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25292024-08-06T22:30:49.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s
25302024-08-06T22:30:49.236Z
25312024-08-06T22:30:49.236Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142)
25322024-08-06T22:30:49.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-08-06T22:30:49.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-08-06T22:30:50.103Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25352024-08-06T22:31:08.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s
25362024-08-06T22:31:08.420Z
25372024-08-06T22:31:08.420Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142)
25382024-08-06T22:31:09.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-08-06T22:31:09.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-08-06T22:31:09.272Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25412024-08-06T22:31:27.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.43s
25422024-08-06T22:31:28.050Z
25432024-08-06T22:31:28.050Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142)
25442024-08-06T22:31:28.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-08-06T22:31:28.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-08-06T22:31:28.928Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25472024-08-06T22:31:47.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.76s
25482024-08-06T22:31:48.008Z
25492024-08-06T22:31:48.008Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/142)
25502024-08-06T22:31:48.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-08-06T22:31:48.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-08-06T22:31:48.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-08-06T22:31:48.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
25542024-08-06T22:31:48.777Z
25552024-08-06T22:31:48.777Zinfo: running `cargo check --bins` on sled-agent-types (90/142)
25562024-08-06T22:31:49.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-08-06T22:31:49.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-08-06T22:31:49.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-08-06T22:31:49.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25602024-08-06T22:31:49.565Z
25612024-08-06T22:31:49.565Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/142)
25622024-08-06T22:31:50.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-08-06T22:31:50.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-08-06T22:31:50.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-08-06T22:31:50.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
25662024-08-06T22:31:50.325Z
25672024-08-06T22:31:50.325Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142)
25682024-08-06T22:31:50.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-08-06T22:31:50.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-08-06T22:31:50.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-08-06T22:31:50.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
25722024-08-06T22:31:51.069Z
25732024-08-06T22:31:51.069Zinfo: running `cargo check --bins` on key-manager (93/142)
25742024-08-06T22:31:51.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-08-06T22:31:51.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-08-06T22:31:51.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-08-06T22:31:51.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25782024-08-06T22:31:51.790Z
25792024-08-06T22:31:51.790Zinfo: running `cargo check --bins` on sled-hardware (94/142)
25802024-08-06T22:31:52.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-08-06T22:31:52.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-08-06T22:31:52.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-08-06T22:31:52.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
25842024-08-06T22:31:52.524Z
25852024-08-06T22:31:52.524Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142)
25862024-08-06T22:31:53.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-08-06T22:31:53.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-08-06T22:31:53.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-08-06T22:31:53.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25902024-08-06T22:31:53.235Z
25912024-08-06T22:31:53.235Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142)
25922024-08-06T22:31:53.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-08-06T22:31:53.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-08-06T22:31:53.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-08-06T22:31:53.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25962024-08-06T22:31:53.959Z
25972024-08-06T22:31:53.959Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142)
25982024-08-06T22:31:54.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-08-06T22:31:54.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-08-06T22:31:54.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-08-06T22:31:54.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26022024-08-06T22:31:54.688Z
26032024-08-06T22:31:54.688Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142)
26042024-08-06T22:31:55.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-08-06T22:31:55.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-08-06T22:31:55.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-08-06T22:31:55.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26082024-08-06T22:31:55.436Z
26092024-08-06T22:31:55.436Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142)
26102024-08-06T22:31:56.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-08-06T22:31:56.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-08-06T22:31:56.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-08-06T22:31:56.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26142024-08-06T22:31:56.175Z
26152024-08-06T22:31:56.175Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142)
26162024-08-06T22:31:56.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-08-06T22:31:56.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-08-06T22:31:56.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192024-08-06T22:31:56.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26202024-08-06T22:31:56.902Z
26212024-08-06T22:31:56.902Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142)
26222024-08-06T22:31:57.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232024-08-06T22:31:57.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242024-08-06T22:31:57.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252024-08-06T22:31:57.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26262024-08-06T22:31:57.613Z
26272024-08-06T22:31:57.613Zinfo: running `cargo check --bins` on oximeter-producer (102/142)
26282024-08-06T22:31:58.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-08-06T22:31:58.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-08-06T22:31:58.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-08-06T22:31:58.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26322024-08-06T22:31:58.382Z
26332024-08-06T22:31:58.382Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/142)
26342024-08-06T22:31:59.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-08-06T22:31:59.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-08-06T22:31:59.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-08-06T22:31:59.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
26382024-08-06T22:31:59.150Z
26392024-08-06T22:31:59.150Zinfo: running `cargo check --bins` on nexus-test-interface (104/142)
26402024-08-06T22:31:59.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-08-06T22:31:59.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-08-06T22:31:59.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-08-06T22:31:59.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
26442024-08-06T22:31:59.896Z
26452024-08-06T22:31:59.896Zinfo: running `cargo check --bins` on oximeter-collector (105/142)
26462024-08-06T22:32:00.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-08-06T22:32:00.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-08-06T22:32:00.681Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26492024-08-06T22:32:00.684Z Checking bcs v0.1.6
26502024-08-06T22:32:00.684Z Compiling async-recursion v1.1.1
26512024-08-06T22:32:00.684Z Checking highway v1.1.0
26522024-08-06T22:32:00.684Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26532024-08-06T22:32:00.685Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26542024-08-06T22:32:01.914Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26552024-08-06T22:32:05.769Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26562024-08-06T22:32:07.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.96s
26572024-08-06T22:32:08.029Z
26582024-08-06T22:32:08.029Zinfo: running `cargo check --bins` on oximeter-api (106/142)
26592024-08-06T22:32:08.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-08-06T22:32:08.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-08-06T22:32:08.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622024-08-06T22:32:08.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26632024-08-06T22:32:08.759Z
26642024-08-06T22:32:08.759Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/142)
26652024-08-06T22:32:09.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-08-06T22:32:09.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-08-06T22:32:09.511Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26682024-08-06T22:32:10.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
26692024-08-06T22:32:10.363Z
26702024-08-06T22:32:10.363Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142)
26712024-08-06T22:32:11.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-08-06T22:32:11.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-08-06T22:32:11.139Z Compiling cfg_aliases v0.1.1
26742024-08-06T22:32:11.142Z Compiling vte_generate_state_changes v0.1.1
26752024-08-06T22:32:11.228Z Checking fd-lock v4.0.2
26762024-08-06T22:32:11.248Z Checking bytecount v0.6.8
26772024-08-06T22:32:11.251Z Compiling tabled_derive v0.7.0
26782024-08-06T22:32:11.251Z Compiling peg-macros v0.8.4
26792024-08-06T22:32:11.263Z Compiling sqlparser_derive v0.2.2
26802024-08-06T22:32:11.266Z Checking nu-ansi-term v0.50.0
26812024-08-06T22:32:11.315Z Compiling nix v0.28.0
26822024-08-06T22:32:11.397Z Checking papergrid v0.11.0
26832024-08-06T22:32:11.418Z Checking home v0.5.9
26842024-08-06T22:32:11.591Z Checking unicode_categories v0.1.1
26852024-08-06T22:32:11.921Z Checking sqlformat v0.2.4
26862024-08-06T22:32:11.962Z Checking vte v0.11.1
26872024-08-06T22:32:12.522Z Checking sqlparser v0.45.0
26882024-08-06T22:32:13.534Z Checking tabled v0.15.0
26892024-08-06T22:32:13.553Z Checking strip-ansi-escapes v0.2.0
26902024-08-06T22:32:13.730Z Checking reedline v0.31.0
26912024-08-06T22:32:14.277Z Checking peg v0.8.4
26922024-08-06T22:32:14.640Z Checking rustyline v14.0.0
26932024-08-06T22:32:20.113Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26942024-08-06T22:32:26.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.62s
26952024-08-06T22:32:27.171Z
26962024-08-06T22:32:27.171Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142)
26972024-08-06T22:32:27.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-08-06T22:32:27.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-08-06T22:32:27.898Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27002024-08-06T22:32:34.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
27012024-08-06T22:32:35.078Z
27022024-08-06T22:32:35.078Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142)
27032024-08-06T22:32:35.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-08-06T22:32:35.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-08-06T22:32:35.831Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27062024-08-06T22:32:42.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.38s
27072024-08-06T22:32:42.650Z
27082024-08-06T22:32:42.651Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142)
27092024-08-06T22:32:43.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-08-06T22:32:43.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-08-06T22:32:43.416Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27122024-08-06T22:32:48.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
27132024-08-06T22:32:48.586Z
27142024-08-06T22:32:48.586Zinfo: running `cargo check --bins` on crdb-seed (112/142)
27152024-08-06T22:32:49.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-08-06T22:32:49.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-08-06T22:32:49.314Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27182024-08-06T22:32:49.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
27192024-08-06T22:32:49.871Z
27202024-08-06T22:32:49.871Zinfo: running `cargo check --bins` on xtask-downloader (113/142)
27212024-08-06T22:32:50.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-08-06T22:32:50.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-08-06T22:32:50.537Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27242024-08-06T22:32:51.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
27252024-08-06T22:32:51.739Z
27262024-08-06T22:32:51.739Zinfo: running `cargo check --bins` on omicron-omdb (114/142)
27272024-08-06T22:32:52.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-08-06T22:32:52.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-08-06T22:32:52.664Z Compiling glob v0.3.1
27302024-08-06T22:32:52.664Z Compiling crunchy v0.2.2
27312024-08-06T22:32:52.667Z Compiling tiny-keccak v2.0.2
27322024-08-06T22:32:52.791Z Compiling ascii-canvas v3.0.0
27332024-08-06T22:32:52.794Z Compiling ena v0.14.3
27342024-08-06T22:32:52.794Z Compiling libloading v0.8.3
27352024-08-06T22:32:52.794Z Compiling bindgen v0.69.4
27362024-08-06T22:32:52.806Z Compiling regex-syntax v0.6.29
27372024-08-06T22:32:53.126Z Compiling diff v0.1.13
27382024-08-06T22:32:53.269Z Compiling which v4.4.2
27392024-08-06T22:32:53.321Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27402024-08-06T22:32:53.350Z Compiling cexpr v0.6.0
27412024-08-06T22:32:53.585Z Compiling ref-cast v1.0.23
27422024-08-06T22:32:53.778Z Compiling shlex v1.3.0
27432024-08-06T22:32:53.799Z Compiling clang-sys v1.7.0
27442024-08-06T22:32:53.863Z Compiling lazycell v1.3.0
27452024-08-06T22:32:53.967Z Compiling rustc-hash v1.1.0
27462024-08-06T22:32:54.052Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27472024-08-06T22:32:54.138Z Compiling derive_builder_core v0.20.0
27482024-08-06T22:32:54.255Z Compiling libxml v0.3.3
27492024-08-06T22:32:54.274Z Compiling ref-cast-impl v1.0.23
27502024-08-06T22:32:54.279Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27512024-08-06T22:32:54.417Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27522024-08-06T22:32:54.757Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27532024-08-06T22:32:54.838Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27542024-08-06T22:32:55.093Z Compiling strum_macros v0.24.3
27552024-08-06T22:32:55.268Z Compiling cookie v0.18.1
27562024-08-06T22:32:55.325Z Compiling indoc v1.0.9
27572024-08-06T22:32:55.812Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27582024-08-06T22:32:56.162Z Compiling impl-trait-for-tuples v0.2.2
27592024-08-06T22:32:56.482Z Compiling lalrpop v0.19.12
27602024-08-06T22:32:56.926Z Compiling derive_builder_macro v0.20.0
27612024-08-06T22:32:57.775Z Compiling oso-derive v0.27.3
27622024-08-06T22:32:57.983Z Checking derive_builder v0.20.0
27632024-08-06T22:32:58.158Z Checking quick-xml v0.31.0
27642024-08-06T22:32:59.367Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27652024-08-06T22:32:59.574Z Checking maplit v1.0.2
27662024-08-06T22:32:59.844Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27672024-08-06T22:33:00.236Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27682024-08-06T22:33:00.511Z Checking bb8 v0.8.5
27692024-08-06T22:33:00.579Z Compiling const_format_proc_macros v0.2.32
27702024-08-06T22:33:01.106Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27712024-08-06T22:33:01.883Z Checking crossbeam-deque v0.8.5
27722024-08-06T22:33:02.261Z Compiling portable-atomic v1.6.0
27732024-08-06T22:33:02.314Z Checking rayon-core v1.12.1
27742024-08-06T22:33:03.124Z Checking const_format v0.2.32
27752024-08-06T22:33:03.143Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27762024-08-06T22:33:03.469Z Checking castaway v0.2.2
27772024-08-06T22:33:03.653Z Checking compact_str v0.7.1
27782024-08-06T22:33:03.705Z Checking rayon v1.10.0
27792024-08-06T22:33:04.511Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27802024-08-06T22:33:04.702Z Checking unicode-truncate v1.0.0
27812024-08-06T22:33:04.861Z Checking itertools v0.13.0
27822024-08-06T22:33:04.966Z Checking lru v0.12.3
27832024-08-06T22:33:05.284Z Compiling stability v0.2.0
27842024-08-06T22:33:05.428Z Checking cassowary v0.3.0
27852024-08-06T22:33:05.925Z Checking smawk v0.3.2
27862024-08-06T22:33:06.184Z Checking number_prefix v0.4.0
27872024-08-06T22:33:06.416Z Checking unicode-linebreak v0.1.5
27882024-08-06T22:33:06.577Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27892024-08-06T22:33:06.870Z Checking textwrap v0.16.1
27902024-08-06T22:33:07.294Z Checking multimap v0.10.0
27912024-08-06T22:33:07.882Z Checking ratatui v0.27.0
27922024-08-06T22:33:07.942Z Checking indicatif v0.17.8
27932024-08-06T22:33:30.821Z Compiling samael v0.0.15
27942024-08-06T22:33:47.803Z Compiling polar-core v0.27.3
27952024-08-06T22:33:55.527Z Checking oso v0.27.3
27962024-08-06T22:34:33.612Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972024-08-06T22:34:39.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s
27982024-08-06T22:34:39.541Z
27992024-08-06T22:34:39.541Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142)
28002024-08-06T22:34:40.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-08-06T22:34:40.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-08-06T22:34:40.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-08-06T22:34:40.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28042024-08-06T22:34:40.317Z
28052024-08-06T22:34:40.317Zinfo: running `cargo check --bins` on nexus-saga-recovery (116/142)
28062024-08-06T22:34:40.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-08-06T22:34:40.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-08-06T22:34:40.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-08-06T22:34:40.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28102024-08-06T22:34:41.066Z
28112024-08-06T22:34:41.067Zinfo: running `cargo check --bins` on nexus-test-utils-macros (117/142)
28122024-08-06T22:34:41.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-08-06T22:34:41.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-08-06T22:34:41.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-08-06T22:34:41.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28162024-08-06T22:34:41.755Z
28172024-08-06T22:34:41.756Zinfo: running `cargo check --bins` on omicron-nexus (118/142)
28182024-08-06T22:34:42.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-08-06T22:34:42.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-08-06T22:34:42.662Z Compiling pin-project-internal v1.1.5
28212024-08-06T22:34:42.760Z Compiling snafu-derive v0.8.2
28222024-08-06T22:34:42.763Z Compiling buf-list v1.0.3
28232024-08-06T22:34:42.792Z Checking globset v0.4.14
28242024-08-06T22:34:42.795Z Checking olpc-cjson v0.1.3
28252024-08-06T22:34:42.795Z Checking rand_seeder v0.3.0
28262024-08-06T22:34:42.795Z Checking serde_plain v1.0.2
28272024-08-06T22:34:42.795Z Checking typed-path v0.7.1
28282024-08-06T22:34:43.092Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292024-08-06T22:34:43.112Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28302024-08-06T22:34:43.130Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312024-08-06T22:34:43.320Z Checking parse-size v1.0.0
28322024-08-06T22:34:43.370Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28332024-08-06T22:34:43.467Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28342024-08-06T22:34:43.506Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352024-08-06T22:34:43.530Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28362024-08-06T22:34:43.917Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28372024-08-06T22:34:44.398Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28382024-08-06T22:34:44.456Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28392024-08-06T22:34:44.552Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28402024-08-06T22:34:44.857Z Checking fatfs v0.3.6
28412024-08-06T22:34:44.924Z Checking assert_matches v1.5.0
28422024-08-06T22:34:45.933Z Checking pin-project v1.1.5
28432024-08-06T22:34:47.096Z Checking snafu v0.8.2
28442024-08-06T22:34:47.440Z Checking tough v0.17.1
28452024-08-06T22:34:50.842Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28462024-08-06T22:34:52.181Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28472024-08-06T22:35:57.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
28482024-08-06T22:35:57.422Z
28492024-08-06T22:35:57.422Zinfo: running `cargo check --bins` on nexus-internal-api (119/142)
28502024-08-06T22:35:58.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-08-06T22:35:58.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-08-06T22:35:58.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-08-06T22:35:58.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28542024-08-06T22:35:58.171Z
28552024-08-06T22:35:58.171Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (120/142)
28562024-08-06T22:35:58.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-08-06T22:35:58.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-08-06T22:35:58.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-08-06T22:35:58.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28602024-08-06T22:35:58.925Z
28612024-08-06T22:35:58.925Zinfo: running `cargo check --bins` on nexus-networking (121/142)
28622024-08-06T22:35:59.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-08-06T22:35:59.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-08-06T22:35:59.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-08-06T22:35:59.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28662024-08-06T22:35:59.700Z
28672024-08-06T22:35:59.701Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (122/142)
28682024-08-06T22:36:00.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-08-06T22:36:00.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-08-06T22:36:00.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-08-06T22:36:00.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28722024-08-06T22:36:00.450Z
28732024-08-06T22:36:00.450Zinfo: running `cargo check --bins` on update-common (123/142)
28742024-08-06T22:36:01.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-08-06T22:36:01.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-08-06T22:36:01.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-08-06T22:36:01.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28782024-08-06T22:36:01.189Z
28792024-08-06T22:36:01.189Zinfo: running `cargo check --bins` on tufaceous-lib (124/142)
28802024-08-06T22:36:01.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-08-06T22:36:01.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-08-06T22:36:01.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-08-06T22:36:01.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28842024-08-06T22:36:01.953Z
28852024-08-06T22:36:01.953Zinfo: running `cargo check --bins` on tufaceous (125/142)
28862024-08-06T22:36:02.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-08-06T22:36:02.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-08-06T22:36:02.714Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28892024-08-06T22:36:03.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
28902024-08-06T22:36:03.943Z
28912024-08-06T22:36:03.943Zinfo: running `cargo check --bins` on omicron-dev (126/142)
28922024-08-06T22:36:04.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-08-06T22:36:04.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-08-06T22:36:04.870Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28952024-08-06T22:36:04.870Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28962024-08-06T22:36:04.873Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
28972024-08-06T22:36:06.561Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28982024-08-06T22:36:09.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
28992024-08-06T22:36:09.929Z
29002024-08-06T22:36:09.929Zinfo: running `cargo check --bins` on openapi-manager (127/142)
29012024-08-06T22:36:10.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-08-06T22:36:10.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-08-06T22:36:10.708Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29042024-08-06T22:36:10.708Z Checking heck v0.4.1
29052024-08-06T22:36:10.708Z Checking is_ci v1.2.0
29062024-08-06T22:36:10.711Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29072024-08-06T22:36:10.712Z Checking indent_write v2.2.0
29082024-08-06T22:36:10.912Z Checking supports-color v3.0.0
29092024-08-06T22:36:10.998Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29102024-08-06T22:36:12.626Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112024-08-06T22:36:13.602Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29122024-08-06T22:36:14.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
29132024-08-06T22:36:14.920Z
29142024-08-06T22:36:14.920Zinfo: running `cargo check --bins` on installinator-api (128/142)
29152024-08-06T22:36:15.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-08-06T22:36:15.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-08-06T22:36:15.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182024-08-06T22:36:15.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29192024-08-06T22:36:15.625Z
29202024-08-06T22:36:15.625Zinfo: running `cargo check --bins` on wicketd-api (129/142)
29212024-08-06T22:36:16.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222024-08-06T22:36:16.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232024-08-06T22:36:16.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242024-08-06T22:36:16.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29252024-08-06T22:36:16.397Z
29262024-08-06T22:36:16.397Zinfo: running `cargo check --bins` on reconfigurator-cli (130/142)
29272024-08-06T22:36:17.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-08-06T22:36:17.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-08-06T22:36:17.237Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29302024-08-06T22:36:18.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
29312024-08-06T22:36:18.848Z
29322024-08-06T22:36:18.848Zinfo: running `cargo check --bins` on omicron-releng (131/142)
29332024-08-06T22:36:19.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342024-08-06T22:36:19.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352024-08-06T22:36:19.652Z Checking memmap2 v0.9.4
29362024-08-06T22:36:19.652Z Checking untrusted v0.7.1
29372024-08-06T22:36:19.652Z Checking spin v0.5.2
29382024-08-06T22:36:19.655Z Checking arrayref v0.3.7
29392024-08-06T22:36:19.655Z Checking arrayvec v0.7.4
29402024-08-06T22:36:19.655Z Checking constant_time_eq v0.3.0
29412024-08-06T22:36:19.655Z Checking cargo-platform v0.1.8
29422024-08-06T22:36:19.655Z Checking topological-sort v0.2.2
29432024-08-06T22:36:19.855Z Checking shell-words v1.1.0
29442024-08-06T22:36:20.000Z Checking ring v0.16.20
29452024-08-06T22:36:20.076Z Checking cargo_metadata v0.18.1
29462024-08-06T22:36:20.136Z Checking blake3 v1.5.1
29472024-08-06T22:36:21.357Z Checking omicron-zone-package v0.11.0
29482024-08-06T22:36:22.668Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29492024-08-06T22:36:23.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
29502024-08-06T22:36:23.876Z
29512024-08-06T22:36:23.876Zinfo: running `cargo check --bins` on xtask (132/142)
29522024-08-06T22:36:24.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-08-06T22:36:24.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-08-06T22:36:24.430Z Checking serde v1.0.204
29552024-08-06T22:36:24.430Z Checking thiserror v1.0.63
29562024-08-06T22:36:24.430Z Checking scroll v0.12.0
29572024-08-06T22:36:24.433Z Checking bitflags v2.6.0
29582024-08-06T22:36:24.433Z Checking log v0.4.21
29592024-08-06T22:36:24.512Z Checking hashbrown v0.14.5
29602024-08-06T22:36:24.525Z Checking zerocopy v0.7.34
29612024-08-06T22:36:24.574Z Checking syn v2.0.72
29622024-08-06T22:36:24.650Z Checking pest v2.7.10
29632024-08-06T22:36:24.798Z Checking fs-err v2.11.0
29642024-08-06T22:36:24.832Z Checking rustix v0.38.34
29652024-08-06T22:36:25.030Z Checking goblin v0.8.2
29662024-08-06T22:36:25.135Z Checking tabled v0.15.0
29672024-08-06T22:36:25.888Z Checking indexmap v2.3.0
29682024-08-06T22:36:26.010Z Checking terminal_size v0.3.0
29692024-08-06T22:36:26.039Z Checking anyhow v1.0.86
29702024-08-06T22:36:26.189Z Checking clap_builder v4.5.13
29712024-08-06T22:36:27.349Z Checking dtrace-parser v0.2.0
29722024-08-06T22:36:29.220Z Checking clap v4.5.13
29732024-08-06T22:36:29.384Z Checking serde_json v1.0.122
29742024-08-06T22:36:29.384Z Checking toml_datetime v0.6.8
29752024-08-06T22:36:29.384Z Checking serde_spanned v0.6.7
29762024-08-06T22:36:29.387Z Checking camino v1.1.7
29772024-08-06T22:36:29.387Z Checking semver v1.0.23
29782024-08-06T22:36:29.387Z Checking cargo-platform v0.1.8
29792024-08-06T22:36:29.387Z Checking macaddr v1.0.1
29802024-08-06T22:36:29.700Z Checking toml_edit v0.22.20
29812024-08-06T22:36:30.536Z Checking dof v0.3.0
29822024-08-06T22:36:30.536Z Checking cargo_metadata v0.18.1
29832024-08-06T22:36:30.988Z Checking usdt-impl v0.5.0
29842024-08-06T22:36:31.427Z Checking usdt v0.5.0
29852024-08-06T22:36:31.774Z Checking toml v0.8.19
29862024-08-06T22:36:32.309Z Checking cargo_toml v0.20.4
29872024-08-06T22:36:33.757Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29882024-08-06T22:36:34.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.53s
29892024-08-06T22:36:34.527Z
29902024-08-06T22:36:34.527Zinfo: running `cargo check --bins` on end-to-end-tests (133/142)
29912024-08-06T22:36:35.072Z Downloading crates ...
29922024-08-06T22:36:35.326Z Downloaded md5 v0.7.0
29932024-08-06T22:36:35.329Z Downloaded russh-cryptovec v0.7.2
29942024-08-06T22:36:35.329Z Downloaded dhcproto-macros v0.1.0
29952024-08-06T22:36:35.329Z Downloaded rand_chacha v0.2.2
29962024-08-06T22:36:35.332Z Downloaded pbkdf2 v0.12.2
29972024-08-06T22:36:35.337Z Downloaded rand_core v0.5.1
29982024-08-06T22:36:35.337Z Downloaded bcrypt-pbkdf v0.10.0
29992024-08-06T22:36:35.340Z Downloaded dirs v5.0.1
30002024-08-06T22:36:35.340Z Downloaded primeorder v0.13.6
30012024-08-06T22:36:35.343Z Downloaded cbc v0.1.2
30022024-08-06T22:36:35.343Z Downloaded option-ext v0.2.0
30032024-08-06T22:36:35.346Z Downloaded getrandom v0.1.16
30042024-08-06T22:36:35.349Z Downloaded password-hash v0.4.2
30052024-08-06T22:36:35.352Z Downloaded p256 v0.13.2
30062024-08-06T22:36:35.355Z Downloaded internet-checksum v0.2.1
30072024-08-06T22:36:35.358Z Downloaded rfc6979 v0.4.0
30082024-08-06T22:36:35.358Z Downloaded polyval v0.6.2
30092024-08-06T22:36:35.361Z Downloaded ctr v0.9.2
30102024-08-06T22:36:35.364Z Downloaded blowfish v0.9.1
30112024-08-06T22:36:35.364Z Downloaded pbkdf2 v0.11.0
30122024-08-06T22:36:35.367Z Downloaded ghash v0.5.1
30132024-08-06T22:36:35.367Z Downloaded dhcproto v0.11.0
30142024-08-06T22:36:35.370Z Downloaded ed25519-dalek v2.1.1
30152024-08-06T22:36:35.374Z Downloaded aes v0.8.4
30162024-08-06T22:36:35.378Z Downloaded russh-keys v0.43.0
30172024-08-06T22:36:35.502Z Downloaded dirs-sys v0.4.1
30182024-08-06T22:36:35.505Z Downloaded russh v0.43.0
30192024-08-06T22:36:35.505Z Downloaded ed25519 v2.2.3
30202024-08-06T22:36:35.505Z Downloaded rand v0.7.3
30212024-08-06T22:36:35.505Z Downloaded p521 v0.13.3
30222024-08-06T22:36:35.505Z Downloaded aes-gcm v0.10.3
30232024-08-06T22:36:35.505Z Downloaded hex-literal v0.4.1
30242024-08-06T22:36:35.505Z Downloaded ecdsa v0.16.9
30252024-08-06T22:36:35.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-08-06T22:36:35.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-08-06T22:36:35.599Z Compiling getrandom v0.1.16
30282024-08-06T22:36:35.702Z Checking rfc6979 v0.4.0
30292024-08-06T22:36:35.716Z Checking primeorder v0.13.6
30302024-08-06T22:36:35.720Z Checking option-ext v0.2.0
30312024-08-06T22:36:35.742Z Checking ed25519 v2.2.3
30322024-08-06T22:36:35.746Z Checking polyval v0.6.2
30332024-08-06T22:36:35.746Z Checking ctr v0.9.2
30342024-08-06T22:36:35.746Z Checking blowfish v0.9.1
30352024-08-06T22:36:35.846Z Checking dirs-sys v0.4.1
30362024-08-06T22:36:35.869Z Checking ecdsa v0.16.9
30372024-08-06T22:36:35.986Z Checking aes v0.8.4
30382024-08-06T22:36:36.033Z Checking password-hash v0.4.2
30392024-08-06T22:36:36.055Z Checking pbkdf2 v0.12.2
30402024-08-06T22:36:36.077Z Checking ghash v0.5.1
30412024-08-06T22:36:36.098Z Checking dirs v5.0.1
30422024-08-06T22:36:36.250Z Checking bcrypt-pbkdf v0.10.0
30432024-08-06T22:36:36.268Z Checking ed25519-dalek v2.1.1
30442024-08-06T22:36:36.285Z Checking cbc v0.1.2
30452024-08-06T22:36:36.288Z Checking russh-cryptovec v0.7.2
30462024-08-06T22:36:36.508Z Checking pbkdf2 v0.11.0
30472024-08-06T22:36:36.528Z Checking md5 v0.7.0
30482024-08-06T22:36:36.562Z Checking hex-literal v0.4.1
30492024-08-06T22:36:36.565Z Compiling dhcproto-macros v0.1.0
30502024-08-06T22:36:36.606Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30512024-08-06T22:36:36.676Z Checking p256 v0.13.2
30522024-08-06T22:36:36.702Z Checking p521 v0.13.3
30532024-08-06T22:36:36.791Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30542024-08-06T22:36:36.811Z Checking rand_core v0.5.1
30552024-08-06T22:36:36.828Z Checking internet-checksum v0.2.1
30562024-08-06T22:36:36.959Z Checking aes-gcm v0.10.3
30572024-08-06T22:36:37.157Z Checking rand_chacha v0.2.2
30582024-08-06T22:36:37.438Z Checking rand v0.7.3
30592024-08-06T22:36:37.456Z Checking dhcproto v0.11.0
30602024-08-06T22:36:38.482Z Checking russh-keys v0.43.0
30612024-08-06T22:36:39.419Z Checking russh v0.43.0
30622024-08-06T22:36:59.523Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30632024-08-06T22:37:01.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.57s
30642024-08-06T22:37:01.306Z
30652024-08-06T22:37:01.306Zinfo: running `cargo check --bins` on gateway-cli (134/142)
30662024-08-06T22:37:01.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-08-06T22:37:01.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-08-06T22:37:02.065Z Checking termios v0.3.3
30692024-08-06T22:37:02.284Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30702024-08-06T22:37:03.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
30712024-08-06T22:37:03.396Z
30722024-08-06T22:37:03.396Zinfo: running `cargo check --bins --no-default-features` on installinator (135/142)
30732024-08-06T22:37:04.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-08-06T22:37:04.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-08-06T22:37:04.207Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30762024-08-06T22:37:06.568Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30772024-08-06T22:37:08.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
30782024-08-06T22:37:08.959Z
30792024-08-06T22:37:08.959Zinfo: running `cargo check --bins` on internal-dns-cli (136/142)
30802024-08-06T22:37:09.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-08-06T22:37:09.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-08-06T22:37:09.704Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30832024-08-06T22:37:10.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
30842024-08-06T22:37:10.377Z
30852024-08-06T22:37:10.377Zinfo: running `cargo check --bins` on omicron-package (137/142)
30862024-08-06T22:37:11.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-08-06T22:37:11.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-08-06T22:37:11.154Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30892024-08-06T22:37:12.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
30902024-08-06T22:37:12.812Z
30912024-08-06T22:37:12.813Zinfo: running `cargo check --bins` on wicket-dbg (138/142)
30922024-08-06T22:37:13.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-08-06T22:37:13.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-08-06T22:37:13.606Z Checking rtoolbox v0.0.2
30952024-08-06T22:37:13.606Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30962024-08-06T22:37:13.609Z Checking tui-tree-widget v0.21.0
30972024-08-06T22:37:13.832Z Checking rpassword v7.3.1
30982024-08-06T22:37:18.589Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30992024-08-06T22:37:21.978Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31002024-08-06T22:37:23.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.45s
31012024-08-06T22:37:23.450Z
31022024-08-06T22:37:23.450Zinfo: running `cargo check --bins` on wicket (139/142)
31032024-08-06T22:37:24.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-08-06T22:37:24.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-08-06T22:37:24.262Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31062024-08-06T22:37:24.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
31072024-08-06T22:37:24.863Z
31082024-08-06T22:37:24.863Zinfo: running `cargo check --bins` on wicketd (140/142)
31092024-08-06T22:37:25.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-08-06T22:37:25.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-08-06T22:37:25.698Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31122024-08-06T22:37:30.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
31132024-08-06T22:37:30.349Z
31142024-08-06T22:37:30.349Zinfo: running `cargo check --bins` on omicron-workspace-hack (141/142)
31152024-08-06T22:37:30.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-08-06T22:37:30.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-08-06T22:37:30.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182024-08-06T22:37:30.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31192024-08-06T22:37:31.063Z
31202024-08-06T22:37:31.063Zinfo: running `cargo check --bins` on zone-setup (142/142)
31212024-08-06T22:37:31.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-08-06T22:37:31.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-08-06T22:37:31.926Z Checking uzers v0.11.3
31242024-08-06T22:37:32.253Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31252024-08-06T22:37:33.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
31262024-08-06T22:37:33.716Z
31272024-08-06T22:37:33.716Zreal 12:46.756219463
31282024-08-06T22:37:33.716Zuser 26:02.795644700
31292024-08-06T22:37:33.716Zsys 5:12.970435424
31302024-08-06T22:37:33.716Ztrap 0.686720407
31312024-08-06T22:37:33.716Ztflt 2.688591870
31322024-08-06T22:37:33.719Zdflt 2.000795322
31332024-08-06T22:37:33.719Zkflt 0.010621328
31342024-08-06T22:37:33.719Zlock 48:32.890666350
31352024-08-06T22:37:33.719Zslp 2:08:47.032025793
31362024-08-06T22:37:33.719Zlat 1:03.356754733
31372024-08-06T22:37:33.719Zstop 3:16.397859421
31382024-08-06T22:37:33.719Zprocess exited: duration 1041573 ms, exit code 0
 
31392024-08-06T22:37:33.725Zfound 0 output files