01J682W55BK4TD42WSX17YES0T: 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: 01J682WJ3J6PTXACQX5FSFTPRJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-26T19:34:46.890Zjob assigned to worker 01J682WJ0T1DQ53KDKVB1VPXZV (queued for 48 s)
 
22024-08-26T19:34:54.506Zstarting task 0: "setup"
32024-08-26T19:34:54.513Z++ uname -s
42024-08-26T19:34:54.515Z+ kern=SunOS
52024-08-26T19:34:54.515Z+ case "$kern" in
62024-08-26T19:34:54.515Z+ groupadd -g 12345 build
72024-08-26T19:34:54.517Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-26T19:34:56.526Z+ zfs create -o mountpoint=/work rpool/work
92024-08-26T19:34:56.679Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-26T19:34:56.682Z+ home_fs=zfs
112024-08-26T19:34:56.682Z+ [[ zfs == autofs ]]
122024-08-26T19:34:56.682Z+ mkdir -p /home/build
132024-08-26T19:34:56.684Z+ chown build:build /home/build /work
142024-08-26T19:34:58.686Z+ chmod 0700 /home/build /work
152024-08-26T19:34:58.689Zprocess exited: duration 4184 ms, exit code 0
 
162024-08-26T19:34:58.694Zstarting task 1: "rust-toolchain"
172024-08-26T19:34:58.701Z+ printf ' * toolchain channel = "%s"
182024-08-26T19:34:58.701Z * toolchain channel = "1.80.1"
192024-08-26T19:34:58.701Z' 1.80.1
202024-08-26T19:34:58.701Z+ printf ' * toolchain profile = "%s"
212024-08-26T19:34:58.701Z' default
222024-08-26T19:34:58.701Z * toolchain profile = "default"
232024-08-26T19:34:58.704Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-26T19:34:58.704Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-26T19:34:58.817Zinfo: downloading installer
262024-08-26T19:34:59.961Zinfo: profile set to 'default'
272024-08-26T19:34:59.961Zinfo: default host triple is x86_64-unknown-illumos
282024-08-26T19:34:59.963Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-26T19:35:00.095Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-26T19:35:00.095Zinfo: downloading component 'cargo'
312024-08-26T19:35:00.691Zinfo: downloading component 'clippy'
322024-08-26T19:35:00.902Zinfo: downloading component 'rust-docs'
332024-08-26T19:35:01.734Zinfo: downloading component 'rust-std'
342024-08-26T19:35:02.909Zinfo: downloading component 'rustc'
352024-08-26T19:35:06.185Zinfo: downloading component 'rustfmt'
362024-08-26T19:35:06.342Zinfo: installing component 'cargo'
372024-08-26T19:35:07.232Zinfo: installing component 'clippy'
382024-08-26T19:35:07.618Zinfo: installing component 'rust-docs'
392024-08-26T19:35:09.289Zinfo: installing component 'rust-std'
402024-08-26T19:35:10.980Zinfo: installing component 'rustc'
412024-08-26T19:35:15.410Zinfo: installing component 'rustfmt'
422024-08-26T19:35:15.751Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-26T19:35:15.751Z
442024-08-26T19:35:16.008Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-26T19:35:16.009Z
462024-08-26T19:35:16.012Z
472024-08-26T19:35:16.012ZRust is installed now. Great!
482024-08-26T19:35:16.012Z
492024-08-26T19:35:16.012ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-26T19:35:16.012Zenvironment variable. This has not been done automatically.
512024-08-26T19:35:16.012Z
522024-08-26T19:35:16.012ZTo configure your current shell, you need to source
532024-08-26T19:35:16.012Zthe corresponding env file under $HOME/.cargo.
542024-08-26T19:35:16.012Z
552024-08-26T19:35:16.012ZThis is usually done by running one of the following (note the leading DOT):
562024-08-26T19:35:16.012Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-26T19:35:16.012Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-26T19:35:16.065Z+ rustc --version
592024-08-26T19:35:16.132Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-26T19:35:16.135Zprocess exited: duration 17437 ms, exit code 0
 
612024-08-26T19:35:16.140Zstarting task 2: "authentication"
622024-08-26T19:35:16.161Zprocess exited: duration 21 ms, exit code 0
 
632024-08-26T19:35:16.167Zstarting task 3: "clone repository"
642024-08-26T19:35:16.172Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-26T19:35:16.175Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-26T19:35:16.440ZCloning into '/work/oxidecomputer/omicron'...
672024-08-26T19:35:22.872Z+ cd /work/oxidecomputer/omicron
682024-08-26T19:35:22.872Z+ git fetch origin 11c5f13755ceefcb282d4daf1b091977164a2b7f
692024-08-26T19:35:23.393ZFrom https://github.com/oxidecomputer/omicron
702024-08-26T19:35:23.393Z * branch 11c5f13755ceefcb282d4daf1b091977164a2b7f -> FETCH_HEAD
712024-08-26T19:35:23.401Z+ [[ -n '' ]]
722024-08-26T19:35:23.401Z+ git reset --hard 11c5f13755ceefcb282d4daf1b091977164a2b7f
732024-08-26T19:35:23.474ZHEAD is now at 11c5f1375 Merge branch 'main' into snapshot_replacement_part_5
742024-08-26T19:35:23.477Zprocess exited: duration 7308 ms, exit code 0
 
752024-08-26T19:35:23.482Zstarting task 4: "build"
762024-08-26T19:35:23.488Z+ cargo --version
772024-08-26T19:35:23.545Zcargo 1.80.1 (376290515 2024-07-16)
782024-08-26T19:35:23.547Z+ rustc --version
792024-08-26T19:35:23.608Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
802024-08-26T19:35:23.611Z+ source ./env.sh
812024-08-26T19:35:23.613Z++ OLD_SHELL_OPTS=ehxB
822024-08-26T19:35:23.613Z++ set -o xtrace
832024-08-26T19:35:23.616Z++++ dirname ./env.sh
842024-08-26T19:35:23.616Z+++ readlink -f .
852024-08-26T19:35:23.635Z++ OMICRON_WS=/work/oxidecomputer/omicron
862024-08-26T19:35:23.638Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
872024-08-26T19:35:23.638Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
882024-08-26T19:35:23.638Z++ 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
892024-08-26T19:35:23.638Z++ 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
902024-08-26T19:35:23.638Z++ 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
912024-08-26T19:35:23.638Z++ 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
922024-08-26T19:35:23.638Z++ 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
932024-08-26T19:35:23.638Z++ 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
942024-08-26T19:35:23.638Z++ case $OLD_SHELL_OPTS in
952024-08-26T19:35:23.638Z++ unset OLD_SHELL_OPTS OMICRON_WS
962024-08-26T19:35:23.638Z+ 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
972024-08-26T19:35:23.638Z+ 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
982024-08-26T19:35:23.639Z+ banner prerequisites
992024-08-26T19:35:23.656Z
1002024-08-26T19:35:23.657Z ##### ##### ###### ##### ###### #### # # # #### #
1012024-08-26T19:35:23.657Z # # # # # # # # # # # # # # #
1022024-08-26T19:35:23.657Z # # # # ##### # # ##### # # # # # #### #
1032024-08-26T19:35:23.657Z ##### ##### # ##### # # # # # # # # #
1042024-08-26T19:35:23.657Z # # # # # # # # # # # # # # #
1052024-08-26T19:35:23.657Z # # # ###### # # ###### ### # #### # #### #
1062024-08-26T19:35:23.657Z
1072024-08-26T19:35:23.660Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1082024-08-26T19:35:30.027Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-08-26T19:35:32.792Z Startup: Caching catalogs ... Done
1102024-08-26T19:35:34.713ZPlanning: Solver setup ... Done (1.339s)
1112024-08-26T19:35:34.734ZPlanning: Running solver ... Done (0.021s)
1122024-08-26T19:35:34.888ZPlanning: Finding local manifests ... Done (0.113s)
1132024-08-26T19:35:34.900ZPlanning: Fetching manifests: 0/5 0% complete
1142024-08-26T19:35:35.123ZPlanning: Fetching manifests: 5/5 100% complete
1152024-08-26T19:35:35.520ZPlanning: Package planning ... Done (0.397s)
1162024-08-26T19:35:35.577ZPlanning: Merging actions ... Done (0.057s)
1172024-08-26T19:35:36.940ZPlanning: Checking for conflicting actions ... Done (1.363s)
1182024-08-26T19:35:46.382ZPlanning: Consolidating action changes ... Done (9.439s)
1192024-08-26T19:35:46.770ZPlanning: Evaluating mediators ... Done (0.387s)
1202024-08-26T19:35:46.936ZPlanning: Planning completed in 14.07 seconds
1212024-08-26T19:35:47.970Z Packages to install: 4
1222024-08-26T19:35:47.970Z Packages to update: 1
1232024-08-26T19:35:47.970Z Mediators to change: 2
1242024-08-26T19:35:47.972Z Services to change: 1
1252024-08-26T19:35:47.972Z Estimated space available: 155.72 GB
1262024-08-26T19:35:47.972ZEstimated space to be consumed: 1.53 GB
1272024-08-26T19:35:47.972Z Create boot environment: No
1282024-08-26T19:35:47.972ZCreate backup boot environment: Yes
1292024-08-26T19:35:47.972Z Rebuild boot archive: No
1302024-08-26T19:35:47.972Z
1312024-08-26T19:35:47.972ZChanged mediators:
1322024-08-26T19:35:47.972Z mediator clang:
1332024-08-26T19:35:47.972Z version: None -> 15 (system default)
1342024-08-26T19:35:47.972Z
1352024-08-26T19:35:47.972Z mediator llvm:
1362024-08-26T19:35:47.972Z version: 14 (system default) -> 15 (system default)
1372024-08-26T19:35:47.972Z
1382024-08-26T19:35:47.972ZChanged packages:
1392024-08-26T19:35:47.972Zhelios-dev
1402024-08-26T19:35:47.972Z developer/build-essential
1412024-08-26T19:35:47.972Z None -> 11-2.0
1422024-08-26T19:35:47.972Z library/libxmlsec1
1432024-08-26T19:35:47.973Z None -> 1.2.35-2.0
1442024-08-26T19:35:47.973Z ooce/developer/clang-15
1452024-08-26T19:35:47.973Z None -> 15.0.7-2.0
1462024-08-26T19:35:47.973Z ooce/developer/llvm-15
1472024-08-26T19:35:47.973Z None -> 15.0.7-2.0
1482024-08-26T19:35:47.973Z package/pkg
1492024-08-26T19:35:47.973Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1502024-08-26T19:35:47.973Z
1512024-08-26T19:35:47.973ZServices:
1522024-08-26T19:35:47.973Z restart_fmri:
1532024-08-26T19:35:47.973Z svc:/system/update-man-index:default
1542024-08-26T19:35:47.973Z
1552024-08-26T19:35:47.973ZEditable files to change:
1562024-08-26T19:35:47.973Z Update:
1572024-08-26T19:35:47.973Z usr/share/lib/pkg/web/config.shtml
1582024-08-26T19:35:48.463Z
1592024-08-26T19:35:48.463ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1602024-08-26T19:35:53.466ZDownload: 593/4281 items 17.2/220.6MB 7% complete (3.6M/s)
1612024-08-26T19:35:58.469ZDownload: 1508/4281 items 116.1/220.6MB 52% complete (11.9M/s)
1622024-08-26T19:36:03.473ZDownload: 2218/4281 items 119.2/220.6MB 54% complete (10.2M/s)
1632024-08-26T19:36:08.700ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (9.8M/s)
1642024-08-26T19:36:21.469ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
1652024-08-26T19:36:26.520ZDownload: 3248/4281 items 183.6/220.6MB 83% complete (14.5M/s)
1662024-08-26T19:36:31.650ZDownload: 3284/4281 items 211.1/220.6MB 95% complete (9.1M/s)
1672024-08-26T19:36:36.823ZDownload: 4204/4281 items 220.5/220.6MB 99% complete (4.3M/s)
1682024-08-26T19:36:38.504ZDownload: Completed 220.60 MB in 50.03 seconds (4.4M/s)
1692024-08-26T19:36:40.447Z Actions: 1/5063 actions (Removing old actions)
1702024-08-26T19:36:40.463Z Actions: 194/5063 actions (Installing new actions)
1712024-08-26T19:36:45.476Z Actions: 4094/5063 actions (Installing new actions)
1722024-08-26T19:36:45.896Z Actions: 4226/5063 actions (Updating modified actions)
1732024-08-26T19:36:46.244Z Actions: Completed 5063 actions in 5.80 seconds.
1742024-08-26T19:36:46.542Z Done (0.290s)
1752024-08-26T19:36:46.544Z Done (0.000s)
1762024-08-26T19:36:46.932Z Done (0.388s)
1772024-08-26T19:36:52.979Z Done (5.866s)
1782024-08-26T19:36:53.309Z Done (0.253s)
1792024-08-26T19:36:53.312Z Done (0.000s)
1802024-08-26T19:36:53.480Z Done (0.000s)
1812024-08-26T19:36:54.098ZPlanning: Evaluating mediator changes ... Done
1822024-08-26T19:36:54.263ZPlanning: Checking for conflicting actions ... Done
1832024-08-26T19:36:54.265ZPlanning: Consolidating action changes ... Done
1842024-08-26T19:36:54.545ZPlanning: Evaluating mediators ... Done
1852024-08-26T19:36:54.547ZPlanning: Planning completed in 0.45 seconds
1862024-08-26T19:36:54.585Z Mediators to change: 2
1872024-08-26T19:36:54.585Z Create boot environment: No
1882024-08-26T19:36:54.585ZCreate backup boot environment: No
1892024-08-26T19:36:54.760Z Done
1902024-08-26T19:36:54.760Z Done
1912024-08-26T19:36:55.008Z Done
1922024-08-26T19:36:58.935Z Done
1932024-08-26T19:36:59.035Z Done
1942024-08-26T19:36:59.055Z Done
1952024-08-26T19:36:59.155Z Done
1962024-08-26T19:36:59.787ZPlanning: Evaluating mediator changes ... Done
1972024-08-26T19:36:59.812ZPlanning: Merging actions ... Done
1982024-08-26T19:36:59.987ZPlanning: Checking for conflicting actions ... Done
1992024-08-26T19:36:59.997ZPlanning: Consolidating action changes ... Done
2002024-08-26T19:37:00.274ZPlanning: Evaluating mediators ... Done
2012024-08-26T19:37:00.346ZPlanning: Planning completed in 0.80 seconds
2022024-08-26T19:37:00.384Z Packages to change: 1
2032024-08-26T19:37:00.384Z Mediators to change: 1
2042024-08-26T19:37:00.384Z Services to change: 1
2052024-08-26T19:37:00.395Z Create boot environment: No
2062024-08-26T19:37:00.396ZCreate backup boot environment: Yes
2072024-08-26T19:37:02.302Z Actions: 1/6 actions (Updating modified actions)
2082024-08-26T19:37:02.336Z Actions: Completed 6 actions in 0.03 seconds.
2092024-08-26T19:37:02.339Z Done
2102024-08-26T19:37:02.339Z Done
2112024-08-26T19:37:02.419Z Done
2122024-08-26T19:37:06.448Z Done
2132024-08-26T19:37:06.552Z Done
2142024-08-26T19:37:06.554Z Done
2152024-08-26T19:37:06.671Z Done
2162024-08-26T19:37:07.140ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172024-08-26T19:37:07.140Zclang system 15 system
2182024-08-26T19:37:07.140Zcsh system system illumos
2192024-08-26T19:37:07.140Zctags system system illumos
2202024-08-26T19:37:07.140Zgcc vendor 12 vendor
2212024-08-26T19:37:07.140Zgcc system 10 system
2222024-08-26T19:37:07.140Zgcc system 7 system
2232024-08-26T19:37:07.140Zgo system 1.20 system
2242024-08-26T19:37:07.140Zgo system 1.19 system
2252024-08-26T19:37:07.140Zllvm system 15 system
2262024-08-26T19:37:07.140Zllvm system 14 system
2272024-08-26T19:37:07.140Zmariadb system 10.6 system
2282024-08-26T19:37:07.140Zmta vendor vendor dma
2292024-08-26T19:37:07.140Zopenjdk system 17 system
2302024-08-26T19:37:07.140Zopenjdk system 11 system
2312024-08-26T19:37:07.140Zopenjdk system 1.8 system
2322024-08-26T19:37:07.140Zopenssl vendor 3 vendor
2332024-08-26T19:37:07.140Zperl system 5.36 system
2342024-08-26T19:37:07.140Zpostgresql system 15 system
2352024-08-26T19:37:07.140Zpostgresql system 13 system
2362024-08-26T19:37:07.140Zpython vendor 3 vendor
2372024-08-26T19:37:07.140Zpython system 2 system
2382024-08-26T19:37:07.141Zpython3 system 3.11 system
2392024-08-26T19:37:07.141Zruby system 3.0 system
2402024-08-26T19:37:07.141Zwords vendor vendor american-english
2412024-08-26T19:37:07.141Zwords system system australian-english
2422024-08-26T19:37:07.141Zwords system system british-english
2432024-08-26T19:37:07.142Zwords system system canadian-english
2442024-08-26T19:37:07.142Zwords system system french
2452024-08-26T19:37:07.142Zwords system system italian
2462024-08-26T19:37:07.142Zwords system system ngerman
2472024-08-26T19:37:07.142Zwords system system ogerman
2482024-08-26T19:37:07.142Zwords system system spanish
2492024-08-26T19:37:07.493ZPUBLISHER TYPE STATUS P LOCATION
2502024-08-26T19:37:07.493Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2512024-08-26T19:37:09.323ZFMRI IFO
2522024-08-26T19:37:09.323Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2532024-08-26T19:37:09.323Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2542024-08-26T19:37:09.323Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2552024-08-26T19:37:09.323Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2562024-08-26T19:37:09.323Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2572024-08-26T19:37:09.323Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2582024-08-26T19:37:09.323Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2592024-08-26T19:37:09.323Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2602024-08-26T19:37:09.323Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2612024-08-26T19:37:09.323Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2622024-08-26T19:37:09.323Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2632024-08-26T19:37:09.323Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2642024-08-26T19:37:09.323Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2652024-08-26T19:37:09.978Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2662024-08-26T19:37:10.225Z Updating git repository `https://github.com/oxidecomputer/zone`
2672024-08-26T19:37:10.495Z Updating crates.io index
2682024-08-26T19:37:10.497Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2692024-08-26T19:37:11.361Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702024-08-26T19:37:12.202Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2712024-08-26T19:37:12.452Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2722024-08-26T19:37:14.033Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732024-08-26T19:37:14.281Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2742024-08-26T19:37:14.548Z Updating git repository `https://github.com/oxidecomputer/propolis`
2752024-08-26T19:37:15.648Z Updating git repository `https://github.com/oxidecomputer/crucible`
2762024-08-26T19:37:17.643Z Updating git repository `https://github.com/oxidecomputer/opte`
2772024-08-26T19:37:18.617Z Updating git repository `https://github.com/oxidecomputer/falcon`
2782024-08-26T19:37:19.324Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2792024-08-26T19:37:19.607Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2802024-08-26T19:37:20.177Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2812024-08-26T19:37:20.443Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2822024-08-26T19:37:20.947Z Updating git repository `https://github.com/oxidecomputer/tofino`
2832024-08-26T19:37:21.227Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842024-08-26T19:37:21.534Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852024-08-26T19:37:21.775Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862024-08-26T19:37:22.101Z Updating git repository `https://github.com/oxidecomputer/clickward`
2872024-08-26T19:37:22.444Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2882024-08-26T19:37:22.720Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892024-08-26T19:37:23.132Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2902024-08-26T19:37:23.590Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912024-08-26T19:37:24.055Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922024-08-26T19:37:24.360Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932024-08-26T19:37:24.774Z Updating git repository `https://github.com/oxidecomputer/typify`
2942024-08-26T19:37:27.051Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952024-08-26T19:37:27.326Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962024-08-26T19:37:27.570Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972024-08-26T19:37:27.953Z Updating git repository `https://github.com/oxidecomputer/rfb`
2982024-08-26T19:37:29.070Z Downloading crates ...
2992024-08-26T19:37:29.154Z Downloaded anstyle v1.0.8
3002024-08-26T19:37:29.170Z Downloaded colorchoice v1.0.1
3012024-08-26T19:37:29.172Z Downloaded is_terminal_polyfill v1.70.0
3022024-08-26T19:37:29.174Z Downloaded usdt-attr-macro v0.5.0
3032024-08-26T19:37:29.176Z Downloaded scroll_derive v0.12.0
3042024-08-26T19:37:29.180Z Downloaded errno v0.3.9
3052024-08-26T19:37:29.182Z Downloaded clap v4.5.16
3062024-08-26T19:37:29.192Z Downloaded anstyle-query v1.0.3
3072024-08-26T19:37:29.196Z Downloaded heck v0.5.0
3082024-08-26T19:37:29.198Z Downloaded macaddr v1.0.1
3092024-08-26T19:37:29.202Z Downloaded generic-array v0.14.7
3102024-08-26T19:37:29.202Z Downloaded bytecount v0.6.8
3112024-08-26T19:37:29.206Z Downloaded strsim v0.11.1
3122024-08-26T19:37:29.206Z Downloaded equivalent v1.0.1
3132024-08-26T19:37:29.206Z Downloaded anstyle-parse v0.2.4
3142024-08-26T19:37:29.208Z Downloaded proc-macro-error-attr v1.0.4
3152024-08-26T19:37:29.210Z Downloaded serde_tokenstream v0.2.2
3162024-08-26T19:37:29.214Z Downloaded pretty-hex v0.4.1
3172024-08-26T19:37:29.217Z Downloaded clap_derive v4.5.13
3182024-08-26T19:37:29.220Z Downloaded dof v0.3.0
3192024-08-26T19:37:29.223Z Downloaded terminal_size v0.3.0
3202024-08-26T19:37:29.225Z Downloaded thiserror-impl v1.0.63
3212024-08-26T19:37:29.228Z Downloaded memmap v0.7.0
3222024-08-26T19:37:29.228Z Downloaded camino v1.1.9
3232024-08-26T19:37:29.230Z Downloaded anstream v0.6.14
3242024-08-26T19:37:29.232Z Downloaded fnv v1.0.7
3252024-08-26T19:37:29.232Z Downloaded block-buffer v0.10.4
3262024-08-26T19:37:29.234Z Downloaded dtrace-parser v0.2.0
3272024-08-26T19:37:29.237Z Downloaded quote v1.0.36
3282024-08-26T19:37:29.239Z Downloaded cargo_toml v0.20.4
3292024-08-26T19:37:29.242Z Downloaded byteorder v1.5.0
3302024-08-26T19:37:29.250Z Downloaded swrite v0.1.0
3312024-08-26T19:37:29.253Z Downloaded bitflags v2.6.0
3322024-08-26T19:37:29.255Z Downloaded pest_derive v2.7.10
3332024-08-26T19:37:29.258Z Downloaded cfg-if v1.0.0
3342024-08-26T19:37:29.266Z Downloaded cargo-platform v0.1.8
3352024-08-26T19:37:29.268Z Downloaded autocfg v1.3.0
3362024-08-26T19:37:29.270Z Downloaded usdt-macro v0.5.0
3372024-08-26T19:37:29.270Z Downloaded ucd-trie v0.1.6
3382024-08-26T19:37:29.272Z Downloaded toml v0.8.19
3392024-08-26T19:37:29.274Z Downloaded itoa v1.0.11
3402024-08-26T19:37:29.277Z Downloaded cpufeatures v0.2.12
3412024-08-26T19:37:29.279Z Downloaded clap_lex v0.7.0
3422024-08-26T19:37:29.279Z Downloaded ryu v1.0.18
3432024-08-26T19:37:29.283Z Downloaded fs-err v2.11.0
3442024-08-26T19:37:29.286Z Downloaded pest_meta v2.7.10
3452024-08-26T19:37:29.288Z Downloaded heck v0.4.1
3462024-08-26T19:37:29.290Z Downloaded digest v0.10.7
3472024-08-26T19:37:29.293Z Downloaded usdt v0.5.0
3482024-08-26T19:37:29.293Z Downloaded toml_datetime v0.6.8
3492024-08-26T19:37:29.295Z Downloaded thread-id v4.2.1
3502024-08-26T19:37:29.295Z Downloaded crypto-common v0.1.6
3512024-08-26T19:37:29.300Z Downloaded tabled_derive v0.7.0
3522024-08-26T19:37:29.302Z Downloaded pest_generator v2.7.10
3532024-08-26T19:37:29.302Z Downloaded scroll v0.12.0
3542024-08-26T19:37:29.305Z Downloaded sha2 v0.10.8
3552024-08-26T19:37:29.308Z Downloaded serde_spanned v0.6.7
3562024-08-26T19:37:29.311Z Downloaded plain v0.2.3
3572024-08-26T19:37:29.313Z Downloaded anyhow v1.0.86
3582024-08-26T19:37:29.317Z Downloaded version_check v0.9.5
3592024-08-26T19:37:29.319Z Downloaded proc-macro-error v1.0.4
3602024-08-26T19:37:29.322Z Downloaded zerocopy-derive v0.7.34
3612024-08-26T19:37:29.327Z Downloaded thiserror v1.0.63
3622024-08-26T19:37:29.330Z Downloaded semver v1.0.23
3632024-08-26T19:37:29.333Z Downloaded indexmap v2.4.0
3642024-08-26T19:37:29.336Z Downloaded once_cell v1.19.0
3652024-08-26T19:37:29.339Z Downloaded utf8parse v0.2.1
3662024-08-26T19:37:29.341Z Downloaded usdt-impl v0.5.0
3672024-08-26T19:37:29.346Z Downloaded unicode-ident v1.0.12
3682024-08-26T19:37:29.348Z Downloaded cargo_metadata v0.18.1
3692024-08-26T19:37:29.351Z Downloaded proc-macro2 v1.0.86
3702024-08-26T19:37:29.356Z Downloaded log v0.4.21
3712024-08-26T19:37:29.372Z Downloaded typenum v1.17.0
3722024-08-26T19:37:29.374Z Downloaded serde v1.0.208
3732024-08-26T19:37:29.380Z Downloaded serde_derive v1.0.208
3742024-08-26T19:37:29.383Z Downloaded papergrid v0.11.0
3752024-08-26T19:37:29.389Z Downloaded hashbrown v0.14.5
3762024-08-26T19:37:29.394Z Downloaded toml_edit v0.22.20
3772024-08-26T19:37:29.417Z Downloaded memchr v2.7.2
3782024-08-26T19:37:29.425Z Downloaded zerocopy v0.7.34
3792024-08-26T19:37:29.442Z Downloaded winnow v0.6.18
3802024-08-26T19:37:29.451Z Downloaded serde_json v1.0.125
3812024-08-26T19:37:29.458Z Downloaded pest v2.7.10
3822024-08-26T19:37:29.463Z Downloaded clap_builder v4.5.15
3832024-08-26T19:37:29.470Z Downloaded goblin v0.8.2
3842024-08-26T19:37:29.476Z Downloaded syn v1.0.109
3852024-08-26T19:37:29.487Z Downloaded tabled v0.15.0
3862024-08-26T19:37:29.503Z Downloaded syn v2.0.74
3872024-08-26T19:37:29.525Z Downloaded rustix v0.38.34
3882024-08-26T19:37:29.548Z Downloaded unicode-width v0.1.13
3892024-08-26T19:37:29.556Z Downloaded libc v0.2.156
3902024-08-26T19:37:29.860Z Compiling proc-macro2 v1.0.86
3912024-08-26T19:37:29.863Z Compiling unicode-ident v1.0.12
3922024-08-26T19:37:29.863Z Compiling version_check v0.9.5
3932024-08-26T19:37:29.863Z Compiling serde v1.0.208
3942024-08-26T19:37:29.863Z Compiling memchr v2.7.2
3952024-08-26T19:37:29.863Z Compiling thiserror v1.0.63
3962024-08-26T19:37:29.895Z Compiling libc v0.2.156
3972024-08-26T19:37:29.898Z Compiling ryu v1.0.18
3982024-08-26T19:37:30.113Z Compiling ucd-trie v0.1.6
3992024-08-26T19:37:30.310Z Compiling itoa v1.0.11
4002024-08-26T19:37:30.505Z Compiling once_cell v1.19.0
4012024-08-26T19:37:30.708Z Compiling byteorder v1.5.0
4022024-08-26T19:37:31.111Z Compiling serde_json v1.0.125
4032024-08-26T19:37:31.427Z Compiling proc-macro-error-attr v1.0.4
4042024-08-26T19:37:31.427Z Compiling usdt-impl v0.5.0
4052024-08-26T19:37:31.494Z Compiling rustix v0.38.34
4062024-08-26T19:37:31.569Z Compiling syn v1.0.109
4072024-08-26T19:37:31.785Z Compiling proc-macro-error v1.0.4
4082024-08-26T19:37:31.809Z Compiling log v0.4.21
4092024-08-26T19:37:32.022Z Compiling hashbrown v0.14.5
4102024-08-26T19:37:32.094Z Compiling equivalent v1.0.1
4112024-08-26T19:37:32.215Z Compiling utf8parse v0.2.1
4122024-08-26T19:37:32.266Z Compiling bitflags v2.6.0
4132024-08-26T19:37:32.293Z Compiling quote v1.0.36
4142024-08-26T19:37:32.392Z Compiling thread-id v4.2.1
4152024-08-26T19:37:32.501Z Compiling plain v0.2.3
4162024-08-26T19:37:32.528Z Compiling anstyle-parse v0.2.4
4172024-08-26T19:37:32.656Z Compiling syn v2.0.74
4182024-08-26T19:37:32.705Z Compiling errno v0.3.9
4192024-08-26T19:37:32.960Z Compiling pretty-hex v0.4.1
4202024-08-26T19:37:32.997Z Compiling anstyle v1.0.8
4212024-08-26T19:37:33.170Z Compiling colorchoice v1.0.1
4222024-08-26T19:37:33.278Z Compiling winnow v0.6.18
4232024-08-26T19:37:33.332Z Compiling indexmap v2.4.0
4242024-08-26T19:37:33.394Z Compiling semver v1.0.23
4252024-08-26T19:37:33.455Z Compiling camino v1.1.9
4262024-08-26T19:37:33.956Z Compiling autocfg v1.3.0
4272024-08-26T19:37:34.113Z Compiling is_terminal_polyfill v1.70.0
4282024-08-26T19:37:34.252Z Compiling anstyle-query v1.0.3
4292024-08-26T19:37:34.392Z Compiling anstream v0.6.14
4302024-08-26T19:37:34.419Z Compiling terminal_size v0.3.0
4312024-08-26T19:37:34.713Z Compiling unicode-width v0.1.13
4322024-08-26T19:37:34.740Z Compiling anyhow v1.0.86
4332024-08-26T19:37:34.763Z Compiling heck v0.4.1
4342024-08-26T19:37:34.942Z Compiling fs-err v2.11.0
4352024-08-26T19:37:34.966Z Compiling heck v0.5.0
4362024-08-26T19:37:35.170Z Compiling clap_lex v0.7.0
4372024-08-26T19:37:35.243Z Compiling bytecount v0.6.8
4382024-08-26T19:37:35.269Z Compiling strsim v0.11.1
4392024-08-26T19:37:35.406Z Compiling fnv v1.0.7
4402024-08-26T19:37:35.544Z Compiling papergrid v0.11.0
4412024-08-26T19:37:35.663Z Compiling clap_builder v4.5.15
4422024-08-26T19:37:35.692Z Compiling memmap v0.7.0
4432024-08-26T19:37:36.367Z Compiling swrite v0.1.0
4442024-08-26T19:37:38.003Z Compiling tabled_derive v0.7.0
4452024-08-26T19:37:39.521Z Compiling tabled v0.15.0
4462024-08-26T19:37:41.361Z Compiling serde_derive v1.0.208
4472024-08-26T19:37:41.361Z Compiling thiserror-impl v1.0.63
4482024-08-26T19:37:41.364Z Compiling zerocopy-derive v0.7.34
4492024-08-26T19:37:41.364Z Compiling scroll_derive v0.12.0
4502024-08-26T19:37:41.642Z Compiling clap_derive v4.5.13
4512024-08-26T19:37:42.757Z Compiling scroll v0.12.0
4522024-08-26T19:37:43.329Z Compiling zerocopy v0.7.34
4532024-08-26T19:37:43.356Z Compiling goblin v0.8.2
4542024-08-26T19:37:44.146Z Compiling pest v2.7.10
4552024-08-26T19:37:45.583Z Compiling clap v4.5.16
4562024-08-26T19:37:46.338Z Compiling pest_meta v2.7.10
4572024-08-26T19:37:47.334Z Compiling pest_generator v2.7.10
4582024-08-26T19:37:49.271Z Compiling pest_derive v2.7.10
4592024-08-26T19:37:50.019Z Compiling dtrace-parser v0.2.0
4602024-08-26T19:37:51.911Z Compiling serde_tokenstream v0.2.2
4612024-08-26T19:37:51.976Z Compiling serde_spanned v0.6.7
4622024-08-26T19:37:51.979Z Compiling toml_datetime v0.6.8
4632024-08-26T19:37:52.084Z Compiling cargo-platform v0.1.8
4642024-08-26T19:37:52.330Z Compiling toml_edit v0.22.20
4652024-08-26T19:37:52.533Z Compiling macaddr v1.0.1
4662024-08-26T19:37:53.305Z Compiling dof v0.3.0
4672024-08-26T19:37:53.519Z Compiling cargo_metadata v0.18.1
4682024-08-26T19:37:55.185Z Compiling usdt-attr-macro v0.5.0
4692024-08-26T19:37:55.185Z Compiling usdt-macro v0.5.0
4702024-08-26T19:37:55.210Z Compiling toml v0.8.19
4712024-08-26T19:37:56.087Z Compiling cargo_toml v0.20.4
4722024-08-26T19:37:56.579Z Compiling usdt v0.5.0
4732024-08-26T19:38:00.046Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4742024-08-26T19:38:04.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.37s
4752024-08-26T19:38:04.375Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4762024-08-26T19:38:04.972Z Downloading crates ...
4772024-08-26T19:38:05.084Z Downloaded adler v1.0.2
4782024-08-26T19:38:05.087Z Downloaded bit-vec v0.6.3
4792024-08-26T19:38:05.105Z Downloaded crunchy v0.2.2
4802024-08-26T19:38:05.112Z Downloaded atty v0.2.14
4812024-08-26T19:38:05.115Z Downloaded bitfield-struct v0.6.1
4822024-08-26T19:38:05.117Z Downloaded backtrace v0.3.71
4832024-08-26T19:38:05.123Z Downloaded instant v0.1.12
4842024-08-26T19:38:05.126Z Downloaded convert_case v0.4.0
4852024-08-26T19:38:05.128Z Downloaded ipnetwork v0.20.0
4862024-08-26T19:38:05.130Z Downloaded block-padding v0.3.3
4872024-08-26T19:38:05.130Z Downloaded jobserver v0.1.32
4882024-08-26T19:38:05.133Z Downloaded assert_matches v1.5.0
4892024-08-26T19:38:05.135Z Downloaded cipher v0.4.4
4902024-08-26T19:38:05.138Z Downloaded arrayref v0.3.7
4912024-08-26T19:38:05.143Z Downloaded curve25519-dalek-derive v0.1.1
4922024-08-26T19:38:05.145Z Downloaded cobs v0.2.3
4932024-08-26T19:38:05.148Z Downloaded cfg_aliases v0.1.1
4942024-08-26T19:38:05.150Z Downloaded async-stream v0.3.5
4952024-08-26T19:38:05.150Z Downloaded openssl-macros v0.1.1
4962024-08-26T19:38:05.153Z Downloaded oso-derive v0.27.3
4972024-08-26T19:38:05.153Z Downloaded normalize-line-endings v0.3.0
4982024-08-26T19:38:05.156Z Downloaded newtype_derive v0.1.6
4992024-08-26T19:38:05.156Z Downloaded lalrpop-util v0.19.12
5002024-08-26T19:38:05.158Z Downloaded cstr-argument v0.1.2
5012024-08-26T19:38:05.158Z Downloaded ascii v1.1.0
5022024-08-26T19:38:05.161Z Downloaded newline-converter v0.3.0
5032024-08-26T19:38:05.161Z Downloaded ciborium-io v0.2.2
5042024-08-26T19:38:05.163Z Downloaded is-terminal v0.4.12
5052024-08-26T19:38:05.163Z Downloaded kstat-rs v0.2.4
5062024-08-26T19:38:05.165Z Downloaded crossbeam-deque v0.8.5
5072024-08-26T19:38:05.168Z Downloaded cancel-safe-futures v0.1.5
5082024-08-26T19:38:05.170Z Downloaded num-derive v0.4.2
5092024-08-26T19:38:05.172Z Downloaded num_cpus v1.16.0
5102024-08-26T19:38:05.175Z Downloaded nanorand v0.7.0
5112024-08-26T19:38:05.177Z Downloaded memoffset v0.9.1
5122024-08-26T19:38:05.179Z Downloaded hyper-tls v0.5.0
5132024-08-26T19:38:05.183Z Downloaded maplit v1.0.2
5142024-08-26T19:38:05.183Z Downloaded lru-cache v0.1.2
5152024-08-26T19:38:05.183Z Downloaded defmt-macros v0.3.9
5162024-08-26T19:38:05.186Z Downloaded cookie_store v0.20.0
5172024-08-26T19:38:05.189Z Downloaded keccak v0.1.5
5182024-08-26T19:38:05.192Z Downloaded multer v3.1.0
5192024-08-26T19:38:05.195Z Downloaded const_format_proc_macros v0.2.32
5202024-08-26T19:38:05.197Z Downloaded maybe-uninit v2.0.0
5212024-08-26T19:38:05.199Z Downloaded md-5 v0.10.6
5222024-08-26T19:38:05.199Z Downloaded lock_api v0.4.12
5232024-08-26T19:38:05.202Z Downloaded darling_macro v0.20.9
5242024-08-26T19:38:05.202Z Downloaded num-rational v0.4.2
5252024-08-26T19:38:05.208Z Downloaded async-stream-impl v0.3.5
5262024-08-26T19:38:05.211Z Downloaded hubpack_derive v0.1.1
5272024-08-26T19:38:05.211Z Downloaded cookie v0.17.0
5282024-08-26T19:38:05.211Z Downloaded allocator-api2 v0.2.18
5292024-08-26T19:38:05.214Z Downloaded num-complex v0.4.6
5302024-08-26T19:38:05.214Z Downloaded packed_struct v0.10.1
5312024-08-26T19:38:05.216Z Downloaded num-conv v0.1.0
5322024-08-26T19:38:05.219Z Downloaded is_ci v1.2.0
5332024-08-26T19:38:05.219Z Downloaded crossbeam-utils v0.8.19
5342024-08-26T19:38:05.221Z Downloaded match_cfg v0.1.0
5352024-08-26T19:38:05.224Z Downloaded num_threads v0.1.7
5362024-08-26T19:38:05.224Z Downloaded openssl-probe v0.1.5
5372024-08-26T19:38:05.226Z Downloaded arc-swap v1.7.1
5382024-08-26T19:38:05.229Z Downloaded atomicwrites v0.4.3
5392024-08-26T19:38:05.234Z Downloaded number_prefix v0.4.0
5402024-08-26T19:38:05.234Z Downloaded mime v0.3.17
5412024-08-26T19:38:05.234Z Downloaded chacha20poly1305 v0.10.1
5422024-08-26T19:38:05.236Z Downloaded strum v0.26.3
5432024-08-26T19:38:05.236Z Downloaded libefi-sys v0.1.0
5442024-08-26T19:38:05.238Z Downloaded lazy_static v1.5.0
5452024-08-26T19:38:05.240Z Downloaded parking_lot v0.11.2
5462024-08-26T19:38:05.243Z Downloaded mockall_derive v0.13.0
5472024-08-26T19:38:05.245Z Downloaded array-init v0.0.4
5482024-08-26T19:38:05.248Z Downloaded tinyvec_macros v0.1.1
5492024-08-26T19:38:05.248Z Downloaded opaque-debug v0.3.1
5502024-08-26T19:38:05.250Z Downloaded atomic-waker v1.1.2
5512024-08-26T19:38:05.250Z Downloaded bit-set v0.5.3
5522024-08-26T19:38:05.253Z Downloaded async-recursion v1.1.1
5532024-08-26T19:38:05.255Z Downloaded debug-ignore v1.0.5
5542024-08-26T19:38:05.258Z Downloaded signature v2.2.0
5552024-08-26T19:38:05.260Z Downloaded miniz_oxide v0.7.2
5562024-08-26T19:38:05.262Z Downloaded instability v0.3.2
5572024-08-26T19:38:05.265Z Downloaded lru v0.12.3
5582024-08-26T19:38:05.265Z Downloaded managed v0.8.0
5592024-08-26T19:38:05.267Z Downloaded linked-hash-map v0.5.6
5602024-08-26T19:38:05.267Z Downloaded darling_core v0.20.9
5612024-08-26T19:38:05.272Z Downloaded libsw v3.3.1
5622024-08-26T19:38:05.274Z Downloaded num_enum v0.5.11
5632024-08-26T19:38:05.280Z Downloaded bitfield v0.14.0
5642024-08-26T19:38:05.282Z Downloaded indicatif v0.17.8
5652024-08-26T19:38:05.286Z Downloaded base64 v0.21.7
5662024-08-26T19:38:05.290Z Downloaded packed_struct_codegen v0.10.1
5672024-08-26T19:38:05.293Z Downloaded parking_lot v0.12.2
5682024-08-26T19:38:05.295Z Downloaded libloading v0.8.3
5692024-08-26T19:38:05.298Z Downloaded futures-sink v0.3.30
5702024-08-26T19:38:05.300Z Downloaded indexmap v1.9.3
5712024-08-26T19:38:05.303Z Downloaded chacha20 v0.9.1
5722024-08-26T19:38:05.305Z Downloaded want v0.3.1
5732024-08-26T19:38:05.307Z Downloaded tls_codec v0.4.1
5742024-08-26T19:38:05.310Z Downloaded num-iter v0.1.45
5752024-08-26T19:38:05.310Z Downloaded async-trait v0.1.81
5762024-08-26T19:38:05.314Z Downloaded arrayvec v0.7.4
5772024-08-26T19:38:05.316Z Downloaded difflib v0.4.0
5782024-08-26T19:38:05.319Z Downloaded ciborium-ll v0.2.2
5792024-08-26T19:38:05.321Z Downloaded slog-stdlog v4.1.1
5802024-08-26T19:38:05.323Z Downloaded phf_shared v0.10.0
5812024-08-26T19:38:05.323Z Downloaded compact_str v0.8.0
5822024-08-26T19:38:05.326Z Downloaded memmap2 v0.9.4
5832024-08-26T19:38:05.328Z Downloaded bcs v0.1.6
5842024-08-26T19:38:05.331Z Downloaded newtype-uuid v1.1.0
5852024-08-26T19:38:05.333Z Downloaded tls_codec_derive v0.4.1
5862024-08-26T19:38:05.335Z Downloaded nu-ansi-term v0.50.0
5872024-08-26T19:38:05.338Z Downloaded ref-cast-impl v1.0.23
5882024-08-26T19:38:05.340Z Downloaded parking_lot_core v0.8.6
5892024-08-26T19:38:05.343Z Downloaded sigpipe v0.1.3
5902024-08-26T19:38:05.343Z Downloaded zone_cfg_derive v0.1.2
5912024-08-26T19:38:05.345Z Downloaded strum_macros v0.25.3
5922024-08-26T19:38:05.348Z Downloaded crc-catalog v2.4.0
5932024-08-26T19:38:05.348Z Downloaded float-ord v0.3.2
5942024-08-26T19:38:05.350Z Downloaded bzip2 v0.4.4
5952024-08-26T19:38:05.352Z Downloaded base64ct v1.6.0
5962024-08-26T19:38:05.355Z Downloaded cc v1.0.97
5972024-08-26T19:38:05.358Z Downloaded embedded-io v0.4.0
5982024-08-26T19:38:05.360Z Downloaded hyper-staticfile v0.9.5
5992024-08-26T19:38:05.363Z Downloaded psl-types v2.0.11
6002024-08-26T19:38:05.363Z Downloaded semver v0.1.20
6012024-08-26T19:38:05.365Z Downloaded powerfmt v0.2.0
6022024-08-26T19:38:05.365Z Downloaded ena v0.14.3
6032024-08-26T19:38:05.367Z Downloaded getopts v0.2.21
6042024-08-26T19:38:05.369Z Downloaded structmeta-derive v0.3.0
6052024-08-26T19:38:05.372Z Downloaded serde_path_to_error v0.1.16
6062024-08-26T19:38:05.372Z Downloaded addr2line v0.21.0
6072024-08-26T19:38:05.375Z Downloaded tracing-attributes v0.1.27
6082024-08-26T19:38:05.377Z Downloaded data-encoding v2.6.0
6092024-08-26T19:38:05.380Z Downloaded console v0.15.8
6102024-08-26T19:38:05.385Z Downloaded ahash v0.8.11
6112024-08-26T19:38:05.387Z Downloaded termtree v0.4.1
6122024-08-26T19:38:05.387Z Downloaded omicron-zone-package v0.11.0
6132024-08-26T19:38:05.390Z Downloaded phf_shared v0.11.2
6142024-08-26T19:38:05.393Z Downloaded form_urlencoded v1.2.1
6152024-08-26T19:38:05.393Z Downloaded wyz v0.5.1
6162024-08-26T19:38:05.395Z Downloaded bytes v1.7.1
6172024-08-26T19:38:05.398Z Downloaded bitflags v1.3.2
6182024-08-26T19:38:05.402Z Downloaded foreign-types v0.3.2
6192024-08-26T19:38:05.404Z Downloaded stringprep v0.1.4
6202024-08-26T19:38:05.407Z Downloaded sqlparser_derive v0.2.2
6212024-08-26T19:38:05.407Z Downloaded siphasher v0.3.11
6222024-08-26T19:38:05.409Z Downloaded ref-cast v1.0.23
6232024-08-26T19:38:05.412Z Downloaded darling v0.20.9
6242024-08-26T19:38:05.415Z Downloaded clang-sys v1.7.0
6252024-08-26T19:38:05.418Z Downloaded blake2 v0.10.6
6262024-08-26T19:38:05.420Z Downloaded csv-core v0.1.11
6272024-08-26T19:38:05.423Z Downloaded scheduled-thread-pool v0.2.7
6282024-08-26T19:38:05.425Z Downloaded iana-time-zone v0.1.60
6292024-08-26T19:38:05.427Z Downloaded hyper-rustls v0.24.2
6302024-08-26T19:38:05.430Z Downloaded strum_macros v0.24.3
6312024-08-26T19:38:05.432Z Downloaded group v0.13.0
6322024-08-26T19:38:05.435Z Downloaded pretty-hex v0.2.1
6332024-08-26T19:38:05.435Z Downloaded socket2 v0.5.7
6342024-08-26T19:38:05.438Z Downloaded serde_with_macros v3.9.0
6352024-08-26T19:38:05.440Z Downloaded sync_wrapper v0.1.2
6362024-08-26T19:38:05.442Z Downloaded precomputed-hash v0.1.1
6372024-08-26T19:38:05.442Z Downloaded deranged v0.3.11
6382024-08-26T19:38:05.445Z Downloaded zone v0.1.8
6392024-08-26T19:38:05.445Z Downloaded zeroize_derive v1.4.2
6402024-08-26T19:38:05.455Z Downloaded static_assertions v1.1.0
6412024-08-26T19:38:05.458Z Downloaded tiny-keccak v2.0.2
6422024-08-26T19:38:05.460Z Downloaded unicase v2.7.0
6432024-08-26T19:38:05.462Z Downloaded cookie v0.18.1
6442024-08-26T19:38:05.464Z Downloaded stable_deref_trait v1.2.0
6452024-08-26T19:38:05.467Z Downloaded serde_plain v1.0.2
6462024-08-26T19:38:05.469Z Downloaded serde_derive_internals v0.29.1
6472024-08-26T19:38:05.469Z Downloaded crossbeam-epoch v0.9.18
6482024-08-26T19:38:05.472Z Downloaded rustls-pki-types v1.7.0
6492024-08-26T19:38:05.474Z Downloaded num-traits v0.2.19
6502024-08-26T19:38:05.478Z Downloaded glob v0.3.1
6512024-08-26T19:38:05.480Z Downloaded foreign-types v0.5.0
6522024-08-26T19:38:05.482Z Downloaded float-cmp v0.9.0
6532024-08-26T19:38:05.482Z Downloaded diesel_table_macro_syntax v0.2.0
6542024-08-26T19:38:05.485Z Downloaded humantime v2.1.0
6552024-08-26T19:38:05.485Z Downloaded test-strategy v0.3.1
6562024-08-26T19:38:05.488Z Downloaded postgres-types v0.2.7
6572024-08-26T19:38:05.491Z Downloaded peg v0.8.4
6582024-08-26T19:38:05.495Z Downloaded hickory-client v0.24.1
6592024-08-26T19:38:05.499Z Downloaded half v2.4.1
6602024-08-26T19:38:05.502Z Downloaded serde_urlencoded v0.7.1
6612024-08-26T19:38:05.504Z Downloaded predicates-tree v1.0.9
6622024-08-26T19:38:05.507Z Downloaded base64 v0.13.1
6632024-08-26T19:38:05.509Z Downloaded predicates-core v1.0.6
6642024-08-26T19:38:05.511Z Downloaded vsss-rs v3.3.4
6652024-08-26T19:38:05.514Z Downloaded hubpack v0.1.2
6662024-08-26T19:38:05.516Z Downloaded unarray v0.1.4
6672024-08-26T19:38:05.518Z Downloaded tracing-core v0.1.32
6682024-08-26T19:38:05.521Z Downloaded mio v1.0.2
6692024-08-26T19:38:05.526Z Downloaded crypto-bigint v0.5.5
6702024-08-26T19:38:05.533Z Downloaded headers-core v0.2.0
6712024-08-26T19:38:05.536Z Downloaded elliptic-curve v0.13.8
6722024-08-26T19:38:05.538Z Downloaded rustversion v1.0.17
6732024-08-26T19:38:05.541Z Downloaded take_mut v0.2.2
6742024-08-26T19:38:05.544Z Downloaded fxhash v0.2.1
6752024-08-26T19:38:05.544Z Downloaded subtle v2.5.0
6762024-08-26T19:38:05.546Z Downloaded globset v0.4.14
6772024-08-26T19:38:05.549Z Downloaded enum-as-inner v0.6.0
6782024-08-26T19:38:05.549Z Downloaded similar v2.6.0
6792024-08-26T19:38:05.554Z Downloaded dirs-next v2.0.0
6802024-08-26T19:38:05.556Z Downloaded uzers v0.11.3
6812024-08-26T19:38:05.558Z Downloaded pin-project v1.1.5
6822024-08-26T19:38:05.570Z Downloaded const_format v0.2.32
6832024-08-26T19:38:05.575Z Downloaded parse-size v1.0.0
6842024-08-26T19:38:05.578Z Downloaded shell-words v1.1.0
6852024-08-26T19:38:05.578Z Downloaded foreign-types-macros v0.2.3
6862024-08-26T19:38:05.580Z Downloaded smallvec v1.13.2
6872024-08-26T19:38:05.582Z Downloaded same-file v1.0.6
6882024-08-26T19:38:05.584Z Downloaded downcast v0.11.0
6892024-08-26T19:38:05.585Z Downloaded minimal-lexical v0.2.1
6902024-08-26T19:38:05.589Z Downloaded predicates v3.1.2
6912024-08-26T19:38:05.592Z Downloaded futures-macro v0.3.30
6922024-08-26T19:38:05.594Z Downloaded yasna v0.5.2
6932024-08-26T19:38:05.597Z Downloaded scrypt v0.11.0
6942024-08-26T19:38:05.599Z Downloaded tracing v0.1.40
6952024-08-26T19:38:05.602Z Downloaded mio v0.8.11
6962024-08-26T19:38:05.609Z Downloaded derive_builder_macro v0.20.0
6972024-08-26T19:38:05.612Z Downloaded serde-big-array v0.5.1
6982024-08-26T19:38:05.612Z Downloaded zeroize v1.7.0
6992024-08-26T19:38:05.614Z Downloaded tap v1.0.1
7002024-08-26T19:38:05.616Z Downloaded url v2.5.2
7012024-08-26T19:38:05.619Z Downloaded gethostname v0.5.0
7022024-08-26T19:38:05.621Z Downloaded getrandom v0.2.14
7032024-08-26T19:38:05.623Z Downloaded tower-service v0.3.2
7042024-08-26T19:38:05.626Z Downloaded zip v0.6.6
7052024-08-26T19:38:05.629Z Downloaded rtoolbox v0.0.2
7062024-08-26T19:38:05.631Z Downloaded crossbeam-channel v0.5.12
7072024-08-26T19:38:05.635Z Downloaded smallvec v0.6.14
7082024-08-26T19:38:05.638Z Downloaded slog-bunyan v2.5.0
7092024-08-26T19:38:05.641Z Downloaded pkcs5 v0.7.1
7102024-08-26T19:38:05.643Z Downloaded rpassword v7.3.1
7112024-08-26T19:38:05.646Z Downloaded slog-envlogger v2.2.0
7122024-08-26T19:38:05.648Z Downloaded ident_case v1.0.1
7132024-08-26T19:38:05.648Z Downloaded rsa v0.9.6
7142024-08-26T19:38:05.653Z Downloaded der v0.7.9
7152024-08-26T19:38:05.659Z Downloaded tui-tree-widget v0.22.0
7162024-08-26T19:38:05.661Z Downloaded peg-runtime v0.8.3
7172024-08-26T19:38:05.664Z Downloaded http-range v0.1.5
7182024-08-26T19:38:05.664Z Downloaded rand_seeder v0.3.0
7192024-08-26T19:38:05.666Z Downloaded dirs-sys-next v0.1.2
7202024-08-26T19:38:05.666Z Downloaded subprocess v0.2.9
7212024-08-26T19:38:05.669Z Downloaded parse-display v0.10.0
7222024-08-26T19:38:05.671Z Downloaded xattr v1.3.1
7232024-08-26T19:38:05.673Z Downloaded futures-task v0.3.30
7242024-08-26T19:38:05.674Z Downloaded dyn-clone v1.0.17
7252024-08-26T19:38:05.676Z Downloaded password-hash v0.5.0
7262024-08-26T19:38:05.679Z Downloaded zerocopy v0.6.6
7272024-08-26T19:38:05.681Z Downloaded spin v0.9.8
7282024-08-26T19:38:05.683Z Downloaded hickory-resolver v0.24.1
7292024-08-26T19:38:05.687Z Downloaded schemars v0.8.21
7302024-08-26T19:38:05.701Z Downloaded toolchain_find v0.4.0
7312024-08-26T19:38:05.703Z Downloaded topological-sort v0.2.2
7322024-08-26T19:38:05.706Z Downloaded libm v0.2.8
7332024-08-26T19:38:05.713Z Downloaded rustls-pemfile v1.0.4
7342024-08-26T19:38:05.715Z Downloaded endian-type v0.1.2
7352024-08-26T19:38:05.718Z Downloaded waitgroup v0.1.2
7362024-08-26T19:38:05.718Z Downloaded secrecy v0.8.0
7372024-08-26T19:38:05.720Z Downloaded which v4.4.2
7382024-08-26T19:38:05.722Z Downloaded http-body v0.4.6
7392024-08-26T19:38:05.725Z Downloaded unsafe-libyaml v0.2.11
7402024-08-26T19:38:05.728Z Downloaded fd-lock v4.0.2
7412024-08-26T19:38:05.730Z Downloaded pbkdf2 v0.12.2
7422024-08-26T19:38:05.732Z Downloaded unicode-xid v0.2.4
7432024-08-26T19:38:05.735Z Downloaded slog-scope v4.4.0
7442024-08-26T19:38:05.737Z Downloaded slog-json v2.6.1
7452024-08-26T19:38:05.739Z Downloaded diesel_derives v2.2.2
7462024-08-26T19:38:05.743Z Downloaded publicsuffix v2.2.3
7472024-08-26T19:38:05.746Z Downloaded hash32 v0.3.1
7482024-08-26T19:38:05.748Z Downloaded foreign-types-shared v0.3.1
7492024-08-26T19:38:05.750Z Downloaded foreign-types-shared v0.1.1
7502024-08-26T19:38:05.750Z Downloaded signal-hook-tokio v0.3.1
7512024-08-26T19:38:05.753Z Downloaded phf v0.11.2
7522024-08-26T19:38:05.753Z Downloaded postgres-protocol v0.6.7
7532024-08-26T19:38:05.756Z Downloaded time v0.3.36
7542024-08-26T19:38:05.763Z Downloaded unicode-truncate v1.0.0
7552024-08-26T19:38:05.765Z Downloaded signal-hook-registry v1.4.2
7562024-08-26T19:38:05.767Z Downloaded num-bigint-dig v0.8.4
7572024-08-26T19:38:05.771Z Downloaded nom v7.1.3
7582024-08-26T19:38:05.776Z Downloaded thiserror-no-std v2.0.2
7592024-08-26T19:38:05.781Z Downloaded sec1 v0.7.3
7602024-08-26T19:38:05.784Z Downloaded portpicker v0.1.1
7612024-08-26T19:38:05.784Z Downloaded rand_xorshift v0.3.0
7622024-08-26T19:38:05.786Z Downloaded hash32 v0.2.1
7632024-08-26T19:38:05.786Z Downloaded erased-serde v0.3.31
7642024-08-26T19:38:05.788Z Downloaded filetime v0.2.24
7652024-08-26T19:38:05.791Z Downloaded rustfmt-wrapper v0.2.1
7662024-08-26T19:38:05.794Z Downloaded unicode-normalization v0.1.23
7672024-08-26T19:38:05.796Z Downloaded resolv-conf v0.7.0
7682024-08-26T19:38:05.798Z Downloaded snafu-derive v0.8.2
7692024-08-26T19:38:05.801Z Downloaded home v0.5.9
7702024-08-26T19:38:05.801Z Downloaded hostname v0.4.0
7712024-08-26T19:38:05.803Z Downloaded hostname v0.3.1
7722024-08-26T19:38:05.803Z Downloaded termios v0.3.3
7732024-08-26T19:38:05.806Z Downloaded fixedbitset v0.4.2
7742024-08-26T19:38:05.808Z Downloaded slog-term v2.9.1
7752024-08-26T19:38:05.810Z Downloaded derive-where v1.2.7
7762024-08-26T19:38:05.812Z Downloaded thiserror-impl-no-std v2.0.2
7772024-08-26T19:38:05.815Z Downloaded pin-project-internal v1.1.5
7782024-08-26T19:38:05.817Z Downloaded spki v0.7.3
7792024-08-26T19:38:05.819Z Downloaded untrusted v0.9.0
7802024-08-26T19:38:05.821Z Downloaded whoami v1.5.1
7812024-08-26T19:38:05.822Z Downloaded string_cache v0.8.7
7822024-08-26T19:38:05.824Z Downloaded walkdir v2.5.0
7832024-08-26T19:38:05.826Z Downloaded futures-io v0.3.30
7842024-08-26T19:38:05.826Z Downloaded httparse v1.8.0
7852024-08-26T19:38:05.829Z Downloaded tokio-postgres v0.7.11
7862024-08-26T19:38:05.833Z Downloaded rand_chacha v0.3.1
7872024-08-26T19:38:05.836Z Downloaded radium v0.7.0
7882024-08-26T19:38:05.838Z Downloaded heapless v0.7.17
7892024-08-26T19:38:05.840Z Downloaded ff v0.13.0
7902024-08-26T19:38:05.843Z Downloaded sqlformat v0.2.4
7912024-08-26T19:38:05.845Z Downloaded tabwriter v1.4.0
7922024-08-26T19:38:05.845Z Downloaded env_logger v0.10.2
7932024-08-26T19:38:05.848Z Downloaded derive_more v0.99.18
7942024-08-26T19:38:05.854Z Downloaded pem-rfc7468 v0.7.0
7952024-08-26T19:38:05.856Z Downloaded untrusted v0.7.1
7962024-08-26T19:38:05.858Z Downloaded twox-hash v1.6.3
7972024-08-26T19:38:05.861Z Downloaded structmeta v0.3.0
7982024-08-26T19:38:05.861Z Downloaded schemars_derive v0.8.21
7992024-08-26T19:38:05.863Z Downloaded snafu v0.8.2
8002024-08-26T19:38:05.870Z Downloaded futures-core v0.3.30
8012024-08-26T19:38:05.872Z Downloaded futures-executor v0.3.30
8022024-08-26T19:38:05.875Z Downloaded samael v0.0.15
8032024-08-26T19:38:05.879Z Downloaded postcard v1.0.8
8042024-08-26T19:38:05.883Z Downloaded poly1305 v0.8.0
8052024-08-26T19:38:05.886Z Downloaded socket2 v0.4.10
8062024-08-26T19:38:05.889Z Downloaded flate2 v1.0.31
8072024-08-26T19:38:05.895Z Downloaded funty v2.0.0
8082024-08-26T19:38:05.897Z Downloaded tokio-util v0.7.11
8092024-08-26T19:38:05.904Z Downloaded tempfile v3.10.1
8102024-08-26T19:38:05.908Z Downloaded structmeta v0.2.0
8112024-08-26T19:38:05.910Z Downloaded strip-ansi-escapes v0.2.0
8122024-08-26T19:38:05.910Z Downloaded heck v0.3.3
8132024-08-26T19:38:05.913Z Downloaded rusty-fork v0.3.0
8142024-08-26T19:38:05.915Z Downloaded structmeta-derive v0.2.0
8152024-08-26T19:38:05.915Z Downloaded percent-encoding v2.3.1
8162024-08-26T19:38:05.918Z Downloaded term v0.7.0
8172024-08-26T19:38:05.920Z Downloaded utf-8 v0.7.6
8182024-08-26T19:38:05.923Z Downloaded futures-channel v0.3.30
8192024-08-26T19:38:05.926Z Downloaded uuid v1.10.0
8202024-08-26T19:38:05.928Z Downloaded headers v0.3.9
8212024-08-26T19:38:05.934Z Downloaded ron v0.7.1
8222024-08-26T19:38:05.940Z Downloaded fallible-streaming-iterator v0.1.9
8232024-08-26T19:38:05.942Z Downloaded futures v0.3.30
8242024-08-26T19:38:05.947Z Downloaded scopeguard v1.2.0
8252024-08-26T19:38:05.950Z Downloaded salsa20 v0.10.2
8262024-08-26T19:38:05.952Z Downloaded itertools v0.13.0
8272024-08-26T19:38:05.958Z Downloaded aho-corasick v1.1.3
8282024-08-26T19:38:05.966Z Downloaded textwrap v0.16.1
8292024-08-26T19:38:05.968Z Downloaded toml v0.7.8
8302024-08-26T19:38:05.972Z Downloaded tungstenite v0.20.1
8312024-08-26T19:38:05.976Z Downloaded sqlparser v0.45.0
8322024-08-26T19:38:05.983Z Downloaded hmac v0.12.1
8332024-08-26T19:38:05.986Z Downloaded rcgen v0.12.1
8342024-08-26T19:38:05.989Z Downloaded x509-cert v0.2.5
8352024-08-26T19:38:05.996Z Downloaded rayon-core v1.12.1
8362024-08-26T19:38:06.001Z Downloaded unicode_categories v0.1.1
8372024-08-26T19:38:06.003Z Downloaded h2 v0.3.26
8382024-08-26T19:38:06.011Z Downloaded ron v0.8.1
8392024-08-26T19:38:06.018Z Downloaded bindgen v0.69.4
8402024-08-26T19:38:06.027Z Downloaded http v1.1.0
8412024-08-26T19:38:06.031Z Downloaded hickory-server v0.24.1
8422024-08-26T19:38:06.037Z Downloaded tungstenite v0.21.0
8432024-08-26T19:38:06.042Z Downloaded hashbrown v0.13.2
8442024-08-26T19:38:06.047Z Downloaded http v0.2.12
8452024-08-26T19:38:06.053Z Downloaded lalrpop v0.19.12
8462024-08-26T19:38:06.066Z Downloaded heapless v0.8.0
8472024-08-26T19:38:06.070Z Downloaded expectorate v1.1.0
8482024-08-26T19:38:06.073Z Downloaded hkdf v0.12.4
8492024-08-26T19:38:06.076Z Downloaded typed-path v0.7.1
8502024-08-26T19:38:06.083Z Downloaded tough v0.17.1
8512024-08-26T19:38:06.093Z Downloaded rustyline v14.0.0
8522024-08-26T19:38:06.099Z Downloaded futures-util v0.3.30
8532024-08-26T19:38:06.113Z Downloaded rand v0.8.5
8542024-08-26T19:38:06.117Z Downloaded proptest v1.5.0
8552024-08-26T19:38:06.128Z Downloaded chrono v0.4.38
8562024-08-26T19:38:06.137Z Downloaded git2 v0.19.0
8572024-08-26T19:38:06.147Z Downloaded winnow v0.5.40
8582024-08-26T19:38:06.157Z Downloaded serde_with v3.9.0
8592024-08-26T19:38:06.167Z Downloaded smoltcp v0.9.1
8602024-08-26T19:38:06.180Z Downloaded quick-xml v0.31.0
8612024-08-26T19:38:06.187Z Downloaded reedline v0.33.0
8622024-08-26T19:38:06.195Z Downloaded rustls-webpki v0.101.7
8632024-08-26T19:38:06.213Z Downloaded portable-atomic v1.6.0
8642024-08-26T19:38:06.219Z Downloaded regex v1.10.6
8652024-08-26T19:38:06.234Z Downloaded idna v0.4.0
8662024-08-26T19:38:06.241Z Downloaded polar-core v0.27.3
8672024-08-26T19:38:06.251Z Downloaded idna v0.3.0
8682024-08-26T19:38:06.258Z Downloaded smoltcp v0.11.0
8692024-08-26T19:38:06.274Z Downloaded rustls-webpki v0.102.4
8702024-08-26T19:38:06.294Z Downloaded bstr v1.9.1
8712024-08-26T19:38:06.305Z Downloaded nix v0.28.0
8722024-08-26T19:38:06.318Z Downloaded webpki-roots v0.25.4
8732024-08-26T19:38:06.324Z Downloaded rustls v0.22.4
8742024-08-26T19:38:06.339Z Downloaded regex-syntax v0.6.29
8752024-08-26T19:38:06.347Z Downloaded radix_trie v0.2.1
8762024-08-26T19:38:06.353Z Downloaded rustls v0.21.12
8772024-08-26T19:38:06.367Z Downloaded bzip2-sys v0.1.11+1.0.8
8782024-08-26T19:38:06.380Z Downloaded regex-syntax v0.8.4
8792024-08-26T19:38:06.390Z Downloaded gimli v0.28.1
8802024-08-26T19:38:06.399Z Downloaded regex-automata v0.4.6
8812024-08-26T19:38:06.418Z Downloaded finl_unicode v1.2.0
8822024-08-26T19:38:06.432Z Downloaded regress v0.9.1
8832024-08-26T19:38:06.442Z Downloaded diesel v2.2.2
8842024-08-26T19:38:06.464Z Downloaded csv v1.3.0
8852024-08-26T19:38:06.486Z Downloaded hickory-proto v0.24.1
8862024-08-26T19:38:06.504Z Downloaded zerocopy-derive v0.6.6
8872024-08-26T19:38:06.515Z Downloaded sled v0.34.7
8882024-08-26T19:38:06.528Z Downloaded openapiv3 v2.0.0
8892024-08-26T19:38:06.542Z Downloaded ratatui v0.28.0
8902024-08-26T19:38:06.564Z Downloaded openssl v0.10.66
8912024-08-26T19:38:06.575Z Downloaded object v0.30.4
8922024-08-26T19:38:06.586Z Downloaded curve25519-dalek v4.1.3
8932024-08-26T19:38:06.596Z Downloaded rayon v1.10.0
8942024-08-26T19:38:06.621Z Downloaded idna v0.5.0
8952024-08-26T19:38:06.634Z Downloaded petgraph v0.6.5
8962024-08-26T19:38:06.657Z Downloaded rusqlite v0.31.0
8972024-08-26T19:38:06.666Z Downloaded tokio v1.38.1
8982024-08-26T19:38:06.706Z Downloaded reqwest v0.11.27
8992024-08-26T19:38:06.714Z Downloaded vcpkg v0.2.15
9002024-08-26T19:38:06.752Z Downloaded object v0.32.2
9012024-08-26T19:38:06.762Z Downloaded sha3 v0.10.8
9022024-08-26T19:38:06.766Z Downloaded nix v0.27.1
9032024-08-26T19:38:06.776Z Downloaded hashbrown v0.12.3
9042024-08-26T19:38:06.780Z Downloaded ring v0.17.8
9052024-08-26T19:38:06.850Z Downloaded toml_edit v0.19.15
9062024-08-26T19:38:06.866Z Downloaded hyper v0.14.30
9072024-08-26T19:38:06.874Z Downloaded bitvec v1.0.1
9082024-08-26T19:38:06.890Z Downloaded wait-timeout v0.2.0
9092024-08-26T19:38:06.893Z Downloaded tinyvec v1.6.0
9102024-08-26T19:38:06.896Z Downloaded serde_repr v0.1.19
9112024-08-26T19:38:06.899Z Downloaded serde-hex v0.1.0
9122024-08-26T19:38:06.899Z Downloaded steno v0.4.1
9132024-08-26T19:38:07.906Z Downloaded slab v0.4.9
9142024-08-26T19:38:07.909Z Downloaded derive_builder v0.20.0
9152024-08-26T19:38:07.909Z Downloaded crossterm v0.27.0
9162024-08-26T19:38:07.909Z Downloaded derive_builder_core v0.20.0
9172024-08-26T19:38:07.909Z Downloaded unicode-segmentation v1.11.0
9182024-08-26T19:38:07.909Z Downloaded fastrand v2.1.0
9192024-08-26T19:38:07.909Z Downloaded fallible-iterator v0.3.0
9202024-08-26T19:38:07.909Z Downloaded universal-hash v0.5.1
9212024-08-26T19:38:07.909Z Downloaded time-macros v0.2.18
9222024-08-26T19:38:07.909Z Downloaded pkcs8 v0.10.2
9232024-08-26T19:38:07.909Z Downloaded blake3 v1.5.1
9242024-08-26T19:38:07.909Z Downloaded r2d2 v0.8.10
9252024-08-26T19:38:07.909Z Downloaded quick-error v1.2.3
9262024-08-26T19:38:07.909Z Downloaded rustc_version v0.4.0
9272024-08-26T19:38:07.909Z Downloaded prettyplease v0.2.20
9282024-08-26T19:38:07.909Z Downloaded time-core v0.1.2
9292024-08-26T19:38:07.909Z Downloaded slog-dtrace v0.3.0
9302024-08-26T19:38:07.910Z Downloaded slog-async v2.8.0
9312024-08-26T19:38:07.910Z Downloaded rand_core v0.6.4
9322024-08-26T19:38:07.910Z Downloaded parse-display-derive v0.10.0
9332024-08-26T19:38:07.910Z Downloaded thread_local v1.1.8
9342024-08-26T19:38:07.910Z Downloaded termcolor v1.4.1
9352024-08-26T19:38:07.910Z Downloaded dsl_auto_type v0.1.2
9362024-08-26T19:38:07.910Z Downloaded pin-project-lite v0.2.14
9372024-08-26T19:38:07.910Z Downloaded hashlink v0.9.1
9382024-08-26T19:38:07.910Z Downloaded flume v0.11.0
9392024-08-26T19:38:07.910Z Downloaded itertools v0.12.1
9402024-08-26T19:38:07.910Z Downloaded encoding_rs v0.8.34
9412024-08-26T19:38:07.910Z Downloaded signal-hook v0.3.17
9422024-08-26T19:38:07.910Z Downloaded unicode-bidi v0.3.15
9432024-08-26T19:38:07.910Z Downloaded sha1 v0.10.6
9442024-08-26T19:38:07.910Z Downloaded tar v0.4.41
9452024-08-26T19:38:07.910Z Downloaded either v1.13.0
9462024-08-26T19:38:07.910Z Downloaded tokio-macros v2.3.0
9472024-08-26T19:38:07.910Z Downloaded pin-utils v0.1.0
9482024-08-26T19:38:07.910Z Downloaded tokio-tungstenite v0.21.0
9492024-08-26T19:38:07.910Z Downloaded strum_macros v0.26.4
9502024-08-26T19:38:07.910Z Downloaded rustc-demangle v0.1.24
9512024-08-26T19:38:07.910Z Downloaded itertools v0.10.5
9522024-08-26T19:38:07.911Z Downloaded try-lock v0.2.5
9532024-08-26T19:38:07.911Z Downloaded path-slash v0.1.5
9542024-08-26T19:38:07.911Z Downloaded tokio-native-tls v0.3.1
9552024-08-26T19:38:07.911Z Downloaded smawk v0.3.2
9562024-08-26T19:38:07.911Z Downloaded pkg-config v0.3.30
9572024-08-26T19:38:07.911Z Downloaded flagset v0.4.5
9582024-08-26T19:38:07.911Z Downloaded libxml v0.3.3
9592024-08-26T19:38:07.911Z Downloaded display-error-chain v0.2.0
9602024-08-26T19:38:07.911Z Downloaded vte_generate_state_changes v0.1.1
9612024-08-26T19:38:07.911Z Downloaded pkcs1 v0.7.5
9622024-08-26T19:38:07.911Z Downloaded fatfs v0.3.6
9632024-08-26T19:38:07.911Z Downloaded tokio-rustls v0.24.1
9642024-08-26T19:38:07.911Z Downloaded paste v1.0.15
9652024-08-26T19:38:07.911Z Downloaded fallible-iterator v0.2.0
9662024-08-26T19:38:07.912Z Downloaded libgit2-sys v0.17.0+1.8.1
9672024-08-26T19:38:07.912Z Downloaded shlex v1.3.0
9682024-08-26T19:38:07.912Z Downloaded slog v2.7.0
9692024-08-26T19:38:07.912Z Downloaded signal-hook-mio v0.2.4
9702024-08-26T19:38:07.912Z Downloaded peg-macros v0.8.4
9712024-08-26T19:38:07.912Z Downloaded tokio-tungstenite v0.20.1
9722024-08-26T19:38:07.912Z Downloaded rustls-pemfile v2.1.3
9732024-08-26T19:38:07.912Z Downloaded rustc-hash v1.1.0
9742024-08-26T19:38:07.912Z Downloaded base64 v0.22.1
9752024-08-26T19:38:07.912Z Downloaded env_logger v0.9.3
9762024-08-26T19:38:07.912Z Downloaded serde_yaml v0.9.34+deprecated
9772024-08-26T19:38:07.912Z Downloaded crossterm v0.28.1
9782024-08-26T19:38:07.912Z Downloaded aes v0.8.4
9792024-08-26T19:38:07.912Z Downloaded supports-color v3.0.0
9802024-08-26T19:38:07.912Z Downloaded spin v0.5.2
9812024-08-26T19:38:07.912Z Downloaded ppv-lite86 v0.2.17
9822024-08-26T19:38:07.912Z Downloaded der_derive v0.7.2
9832024-08-26T19:38:07.912Z Downloaded httpdate v1.0.3
9842024-08-26T19:38:07.912Z Downloaded highway v1.2.0
9852024-08-26T19:38:07.912Z Downloaded vte v0.11.1
9862024-08-26T19:38:07.912Z Downloaded unicode-linebreak v0.1.5
9872024-08-26T19:38:07.912Z Downloaded tokio-stream v0.1.15
9882024-08-26T19:38:07.912Z Downloaded tokio-rustls v0.25.0
9892024-08-26T19:38:07.912Z Downloaded sct v0.7.1
9902024-08-26T19:38:07.912Z Downloaded fragile v2.0.0
9912024-08-26T19:38:07.912Z Downloaded diff v0.1.13
9922024-08-26T19:38:07.912Z Downloaded vergen v8.3.2
9932024-08-26T19:38:07.912Z Downloaded smf v0.2.3
9942024-08-26T19:38:07.912Z Downloaded rustc_version v0.1.7
9952024-08-26T19:38:07.912Z Downloaded proc-macro-crate v1.3.1
9962024-08-26T19:38:07.912Z Downloaded pem v3.0.4
9972024-08-26T19:38:07.912Z Downloaded camino-tempfile v1.1.1
9982024-08-26T19:38:07.912Z Downloaded parking_lot_core v0.9.10
9992024-08-26T19:38:07.912Z Downloaded oso v0.27.3
10002024-08-26T19:38:07.912Z Downloaded serde_arrays v0.1.0
10012024-08-26T19:38:07.912Z Downloaded hex v0.4.3
10022024-08-26T19:38:07.912Z Downloaded defmt-parser v0.3.4
10032024-08-26T19:38:07.912Z Downloaded cbc v0.1.2
10042024-08-26T19:38:07.913Z Downloaded backoff v0.4.0
10052024-08-26T19:38:07.913Z Downloaded argon2 v0.5.3
10062024-08-26T19:38:07.913Z Downloaded crc v3.2.1
10072024-08-26T19:38:07.913Z Downloaded colored v2.1.0
10082024-08-26T19:38:07.913Z Downloaded owo-colors v4.0.0
10092024-08-26T19:38:07.913Z Downloaded native-tls v0.2.11
10102024-08-26T19:38:07.913Z Downloaded buf-list v1.0.3
10112024-08-26T19:38:07.913Z Downloaded openssl-sys v0.9.103
10122024-08-26T19:38:07.913Z Downloaded num_enum_derive v0.5.11
10132024-08-26T19:38:07.913Z Downloaded constant_time_eq v0.3.0
10142024-08-26T19:38:07.916Z Downloaded bb8 v0.8.5
10152024-08-26T19:38:07.916Z Downloaded base16ct v0.2.0
10162024-08-26T19:38:07.916Z Downloaded cexpr v0.6.0
10172024-08-26T19:38:07.916Z Downloaded cassowary v0.3.0
10182024-08-26T19:38:07.916Z Downloaded olpc-cjson v0.1.3
10192024-08-26T19:38:07.916Z Downloaded nodrop v0.1.14
10202024-08-26T19:38:07.916Z Downloaded mockall v0.13.0
10212024-08-26T19:38:07.916Z Downloaded lazycell v1.3.0
10222024-08-26T19:38:07.916Z Downloaded num-integer v0.1.46
10232024-08-26T19:38:07.916Z Downloaded num v0.4.3
10242024-08-26T19:38:07.916Z Downloaded nibble_vec v0.1.0
10252024-08-26T19:38:07.916Z Downloaded multimap v0.10.0
10262024-08-26T19:38:07.916Z Downloaded crc32fast v1.4.0
10272024-08-26T19:38:07.916Z Downloaded crucible-workspace-hack v0.1.0
10282024-08-26T19:38:07.916Z Downloaded ascii-canvas v3.0.0
10292024-08-26T19:38:07.916Z Downloaded aead v0.5.2
10302024-08-26T19:38:07.916Z Downloaded ipnet v2.9.0
10312024-08-26T19:38:07.916Z Downloaded indoc v1.0.9
10322024-08-26T19:38:07.916Z Downloaded const-oid v0.9.6
10332024-08-26T19:38:07.916Z Downloaded crc-any v2.5.0
10342024-08-26T19:38:07.916Z Downloaded mime_guess v2.0.4
10352024-08-26T19:38:07.916Z Downloaded bitstruct v0.1.1
10362024-08-26T19:38:07.916Z Downloaded bitstruct_derive v0.1.0
10372024-08-26T19:38:07.917Z Downloaded impl-trait-for-tuples v0.2.2
10382024-08-26T19:38:07.917Z Downloaded defmt v0.3.8
10392024-08-26T19:38:07.917Z Downloaded linear-map v1.2.0
10402024-08-26T19:38:07.917Z Downloaded indent_write v2.2.0
10412024-08-26T19:38:07.917Z Downloaded ciborium v0.2.2
10422024-08-26T19:38:07.917Z Downloaded inout v0.1.3
10432024-08-26T19:38:07.917Z Downloaded new_debug_unreachable v1.0.6
10442024-08-26T19:38:07.917Z Downloaded castaway v0.2.3
10452024-08-26T19:38:07.917Z Downloaded libz-sys v1.1.16
10462024-08-26T19:38:07.917Z Downloaded libsqlite3-sys v0.28.0
10472024-08-26T19:38:07.917Z Downloaded ring v0.16.20
10482024-08-26T19:38:07.990Z Compiling cfg-if v1.0.0
10492024-08-26T19:38:07.990Z Compiling serde v1.0.208
10502024-08-26T19:38:07.993Z Compiling typenum v1.17.0
10512024-08-26T19:38:07.993Z Compiling generic-array v0.14.7
10522024-08-26T19:38:08.133Z Compiling lock_api v0.4.12
10532024-08-26T19:38:08.191Z Compiling syn v2.0.74
10542024-08-26T19:38:08.193Z Compiling scopeguard v1.2.0
10552024-08-26T19:38:08.193Z Compiling log v0.4.21
10562024-08-26T19:38:08.223Z Compiling getrandom v0.2.14
10572024-08-26T19:38:08.330Z Compiling jobserver v0.1.32
10582024-08-26T19:38:08.494Z Compiling rand_core v0.6.4
10592024-08-26T19:38:08.653Z Compiling subtle v2.5.0
10602024-08-26T19:38:08.710Z Compiling cc v1.0.97
10612024-08-26T19:38:08.757Z Compiling const-oid v0.9.6
10622024-08-26T19:38:09.015Z Compiling smallvec v1.13.2
10632024-08-26T19:38:09.035Z Compiling pin-project-lite v0.2.14
10642024-08-26T19:38:09.106Z Compiling parking_lot_core v0.9.10
10652024-08-26T19:38:09.168Z Compiling signal-hook-registry v1.4.2
10662024-08-26T19:38:09.255Z Compiling spin v0.9.8
10672024-08-26T19:38:09.433Z Compiling mio v0.8.11
10682024-08-26T19:38:09.653Z Compiling ahash v0.8.11
10692024-08-26T19:38:10.022Z Compiling parking_lot v0.12.2
10702024-08-26T19:38:10.040Z Compiling tinyvec_macros v0.1.1
10712024-08-26T19:38:10.130Z Compiling tinyvec v1.6.0
10722024-08-26T19:38:10.366Z Compiling num_cpus v1.16.0
10732024-08-26T19:38:10.497Z Compiling socket2 v0.5.7
10742024-08-26T19:38:10.664Z Compiling futures-core v0.3.30
10752024-08-26T19:38:10.801Z Compiling libm v0.2.8
10762024-08-26T19:38:10.853Z Compiling serde_json v1.0.125
10772024-08-26T19:38:10.933Z Compiling cpufeatures v0.2.12
10782024-08-26T19:38:10.968Z Compiling num-traits v0.2.19
10792024-08-26T19:38:11.028Z Compiling slab v0.4.9
10802024-08-26T19:38:11.165Z Compiling futures-sink v0.3.30
10812024-08-26T19:38:11.233Z Compiling allocator-api2 v0.2.18
10822024-08-26T19:38:11.283Z Compiling unicode-bidi v0.3.15
10832024-08-26T19:38:11.554Z Compiling futures-channel v0.3.30
10842024-08-26T19:38:11.721Z Compiling unicode-normalization v0.1.23
10852024-08-26T19:38:11.885Z Compiling vcpkg v0.2.15
10862024-08-26T19:38:12.076Z Compiling pkg-config v0.3.30
10872024-08-26T19:38:12.116Z Compiling pin-utils v0.1.0
10882024-08-26T19:38:12.218Z Compiling futures-io v0.3.30
10892024-08-26T19:38:12.575Z Compiling futures-task v0.3.30
10902024-08-26T19:38:12.923Z Compiling base64ct v1.6.0
10912024-08-26T19:38:12.926Z Compiling flagset v0.4.5
10922024-08-26T19:38:13.002Z Compiling ring v0.17.8
10932024-08-26T19:38:13.088Z Compiling percent-encoding v2.3.1
10942024-08-26T19:38:13.156Z Compiling ppv-lite86 v0.2.17
10952024-08-26T19:38:13.524Z Compiling pem-rfc7468 v0.7.0
10962024-08-26T19:38:13.632Z Compiling tracing-core v0.1.32
10972024-08-26T19:38:13.805Z Compiling rustix v0.38.34
10982024-08-26T19:38:13.970Z Compiling rand_chacha v0.3.1
10992024-08-26T19:38:14.210Z Compiling openssl-sys v0.9.103
11002024-08-26T19:38:14.336Z Compiling untrusted v0.9.0
11012024-08-26T19:38:14.509Z Compiling rand v0.8.5
11022024-08-26T19:38:14.726Z Compiling time-core v0.1.2
11032024-08-26T19:38:14.885Z Compiling num-conv v0.1.0
11042024-08-26T19:38:14.976Z Compiling foreign-types-shared v0.1.1
11052024-08-26T19:38:14.991Z Compiling openssl v0.10.66
11062024-08-26T19:38:15.077Z Compiling powerfmt v0.2.0
11072024-08-26T19:38:15.190Z Compiling rustversion v1.0.17
11082024-08-26T19:38:15.370Z Compiling httparse v1.8.0
11092024-08-26T19:38:15.463Z Compiling deranged v0.3.11
11102024-08-26T19:38:15.846Z Compiling time-macros v0.2.18
11112024-08-26T19:38:15.968Z Compiling foreign-types v0.3.2
11122024-08-26T19:38:16.064Z Compiling form_urlencoded v1.2.1
11132024-08-26T19:38:16.124Z Compiling aho-corasick v1.1.3
11142024-08-26T19:38:16.357Z Compiling siphasher v0.3.11
11152024-08-26T19:38:16.376Z Compiling try-lock v0.2.5
11162024-08-26T19:38:16.530Z Compiling regex-syntax v0.8.4
11172024-08-26T19:38:16.699Z Compiling crossbeam-utils v0.8.19
11182024-08-26T19:38:17.223Z Compiling native-tls v0.2.11
11192024-08-26T19:38:17.316Z Compiling syn v1.0.109
11202024-08-26T19:38:17.534Z Compiling num_threads v0.1.7
11212024-08-26T19:38:17.665Z Compiling rustls v0.21.12
11222024-08-26T19:38:18.013Z Compiling want v0.3.1
11232024-08-26T19:38:18.265Z Compiling idna v0.5.0
11242024-08-26T19:38:18.811Z Compiling socket2 v0.4.10
11252024-08-26T19:38:18.872Z Compiling time v0.3.36
11262024-08-26T19:38:19.414Z Compiling cookie v0.17.0
11272024-08-26T19:38:19.700Z Compiling finl_unicode v1.2.0
11282024-08-26T19:38:19.720Z Compiling slog v2.7.0
11292024-08-26T19:38:19.924Z Compiling regex-automata v0.4.6
11302024-08-26T19:38:20.262Z Compiling iana-time-zone v0.1.60
11312024-08-26T19:38:20.302Z Compiling tower-service v0.3.2
11322024-08-26T19:38:20.414Z Compiling httpdate v1.0.3
11332024-08-26T19:38:20.728Z Compiling openssl-probe v0.1.5
11342024-08-26T19:38:20.876Z Compiling adler v1.0.2
11352024-08-26T19:38:21.091Z Compiling miniz_oxide v0.7.2
11362024-08-26T19:38:21.164Z Compiling stringprep v0.1.4
11372024-08-26T19:38:21.466Z Compiling url v2.5.2
11382024-08-26T19:38:22.651Z Compiling serde_derive v1.0.208
11392024-08-26T19:38:22.707Z Compiling zeroize_derive v1.4.2
11402024-08-26T19:38:22.899Z Compiling zerocopy-derive v0.7.34
11412024-08-26T19:38:23.366Z Compiling tokio-macros v2.3.0
11422024-08-26T19:38:24.037Z Compiling thiserror-impl v1.0.63
11432024-08-26T19:38:24.320Z Compiling zeroize v1.7.0
11442024-08-26T19:38:24.983Z Compiling futures-macro v0.3.30
11452024-08-26T19:38:25.071Z Compiling zerocopy v0.7.34
11462024-08-26T19:38:25.917Z Compiling der_derive v0.7.2
11472024-08-26T19:38:26.147Z Compiling crypto-common v0.1.6
11482024-08-26T19:38:26.396Z Compiling block-buffer v0.10.4
11492024-08-26T19:38:26.674Z Compiling digest v0.10.7
11502024-08-26T19:38:27.080Z Compiling block-padding v0.3.3
11512024-08-26T19:38:27.180Z Compiling hmac v0.12.1
11522024-08-26T19:38:27.342Z Compiling inout v0.1.3
11532024-08-26T19:38:27.363Z Compiling hashbrown v0.14.5
11542024-08-26T19:38:27.436Z Compiling sha2 v0.10.8
11552024-08-26T19:38:27.470Z Compiling thiserror v1.0.63
11562024-08-26T19:38:27.613Z Compiling cipher v0.4.4
11572024-08-26T19:38:27.630Z Compiling futures-util v0.3.30
11582024-08-26T19:38:28.136Z Compiling pest v2.7.10
11592024-08-26T19:38:28.568Z Compiling der v0.7.9
11602024-08-26T19:38:28.787Z Compiling salsa20 v0.10.2
11612024-08-26T19:38:29.019Z Compiling pbkdf2 v0.12.2
11622024-08-26T19:38:29.208Z Compiling tracing-attributes v0.1.27
11632024-08-26T19:38:31.098Z Compiling pest_meta v2.7.10
11642024-08-26T19:38:31.202Z Compiling scroll_derive v0.12.0
11652024-08-26T19:38:31.979Z Compiling spki v0.7.3
11662024-08-26T19:38:32.382Z Compiling scrypt v0.11.0
11672024-08-26T19:38:32.811Z Compiling scroll v0.12.0
11682024-08-26T19:38:32.960Z Compiling pest_generator v2.7.10
11692024-08-26T19:38:33.192Z Compiling cbc v0.1.2
11702024-08-26T19:38:33.262Z Compiling tracing v0.1.40
11712024-08-26T19:38:33.362Z Compiling aes v0.8.4
11722024-08-26T19:38:33.817Z Compiling goblin v0.8.2
11732024-08-26T19:38:34.021Z Compiling openssl-macros v0.1.1
11742024-08-26T19:38:34.862Z Compiling pkcs5 v0.7.1
11752024-08-26T19:38:35.041Z Compiling md-5 v0.10.6
11762024-08-26T19:38:36.129Z Compiling sct v0.7.1
11772024-08-26T19:38:36.247Z Compiling rustls-webpki v0.101.7
11782024-08-26T19:38:36.374Z Compiling pest_derive v2.7.10
11792024-08-26T19:38:36.467Z Compiling pkcs8 v0.10.2
11802024-08-26T19:38:36.675Z Compiling num-integer v0.1.46
11812024-08-26T19:38:36.793Z Compiling backtrace v0.3.71
11822024-08-26T19:38:37.196Z Compiling bytes v1.7.1
11832024-08-26T19:38:37.253Z Compiling bitflags v2.6.0
11842024-08-26T19:38:37.460Z Compiling indexmap v2.4.0
11852024-08-26T19:38:37.497Z Compiling semver v1.0.23
11862024-08-26T19:38:38.295Z Compiling tokio v1.38.1
11872024-08-26T19:38:38.315Z Compiling http v0.2.12
11882024-08-26T19:38:38.509Z Compiling rustc_version v0.4.0
11892024-08-26T19:38:38.987Z Compiling dtrace-parser v0.2.0
11902024-08-26T19:38:39.356Z Compiling heapless v0.7.17
11912024-08-26T19:38:39.824Z Compiling dof v0.3.0
11922024-08-26T19:38:40.465Z Compiling http-body v0.4.6
11932024-08-26T19:38:40.779Z Compiling uuid v1.10.0
11942024-08-26T19:38:40.883Z Compiling usdt-impl v0.5.0
11952024-08-26T19:38:41.016Z Compiling chrono v0.4.38
11962024-08-26T19:38:41.195Z Compiling toml_datetime v0.6.8
11972024-08-26T19:38:41.730Z Compiling serde_tokenstream v0.2.2
11982024-08-26T19:38:42.153Z Compiling serde_spanned v0.6.7
11992024-08-26T19:38:42.378Z Compiling idna v0.3.0
12002024-08-26T19:38:42.411Z Compiling lazy_static v1.5.0
12012024-08-26T19:38:42.540Z Compiling hash32 v0.2.1
12022024-08-26T19:38:42.585Z Compiling psl-types v2.0.11
12032024-08-26T19:38:42.787Z Compiling stable_deref_trait v1.2.0
12042024-08-26T19:38:42.895Z Compiling cfg_aliases v0.1.1
12052024-08-26T19:38:42.960Z Compiling fallible-iterator v0.2.0
12062024-08-26T19:38:42.999Z Compiling signal-hook v0.3.17
12072024-08-26T19:38:43.302Z Compiling gimli v0.28.1
12082024-08-26T19:38:43.698Z Compiling crc32fast v1.4.0
12092024-08-26T19:38:44.026Z Compiling base64 v0.22.1
12102024-08-26T19:38:44.628Z Compiling num-bigint-dig v0.8.4
12112024-08-26T19:38:44.876Z Compiling smoltcp v0.9.1
12122024-08-26T19:38:44.896Z Compiling postgres-protocol v0.6.7
12132024-08-26T19:38:45.046Z Compiling publicsuffix v2.2.3
12142024-08-26T19:38:45.070Z Compiling nix v0.28.0
12152024-08-26T19:38:45.686Z Compiling terminal_size v0.3.0
12162024-08-26T19:38:45.922Z Compiling num-iter v0.1.45
12172024-08-26T19:38:45.947Z Compiling hubpack_derive v0.1.1
12182024-08-26T19:38:46.115Z Compiling async-trait v0.1.81
12192024-08-26T19:38:46.262Z Compiling zerocopy-derive v0.6.6
12202024-08-26T19:38:46.836Z Compiling tokio-util v0.7.11
12212024-08-26T19:38:46.969Z Compiling tokio-native-tls v0.3.1
12222024-08-26T19:38:47.268Z Compiling tokio-rustls v0.24.1
12232024-08-26T19:38:47.752Z Compiling addr2line v0.21.0
12242024-08-26T19:38:48.324Z Compiling h2 v0.3.26
12252024-08-26T19:38:48.452Z Compiling phf_shared v0.11.2
12262024-08-26T19:38:48.536Z Compiling serde_derive_internals v0.29.1
12272024-08-26T19:38:48.556Z Compiling ff v0.13.0
12282024-08-26T19:38:48.573Z Compiling object v0.32.2
12292024-08-26T19:38:48.778Z Compiling fs-err v2.11.0
12302024-08-26T19:38:48.848Z Compiling bitflags v1.3.2
12312024-08-26T19:38:48.962Z Compiling anyhow v1.0.86
12322024-08-26T19:38:49.093Z Compiling base16ct v0.2.0
12332024-08-26T19:38:49.096Z Compiling base64 v0.21.7
12342024-08-26T19:38:49.437Z Compiling rustc-demangle v0.1.24
12352024-08-26T19:38:49.605Z Compiling winnow v0.5.40
12362024-08-26T19:38:49.885Z Compiling managed v0.8.0
12372024-08-26T19:38:50.349Z Compiling either v1.13.0
12382024-08-26T19:38:50.427Z Compiling ipnet v2.9.0
12392024-08-26T19:38:50.793Z Compiling schemars v0.8.21
12402024-08-26T19:38:51.331Z Compiling schemars_derive v0.8.21
12412024-08-26T19:38:51.781Z Compiling rustls-pemfile v1.0.4
12422024-08-26T19:38:51.890Z Compiling sec1 v0.7.3
12432024-08-26T19:38:52.240Z Compiling clap_builder v4.5.15
12442024-08-26T19:38:52.660Z Compiling phf v0.11.2
12452024-08-26T19:38:52.975Z Compiling group v0.13.0
12462024-08-26T19:38:53.301Z Compiling toml_edit v0.19.15
12472024-08-26T19:38:53.395Z Compiling zerocopy v0.6.6
12482024-08-26T19:38:53.692Z Compiling cookie_store v0.20.0
12492024-08-26T19:38:54.161Z Compiling hubpack v0.1.2
12502024-08-26T19:38:54.662Z Compiling postgres-types v0.2.7
12512024-08-26T19:38:55.301Z Compiling usdt-macro v0.5.0
12522024-08-26T19:38:56.165Z Compiling hyper v0.14.30
12532024-08-26T19:38:56.287Z Compiling usdt-attr-macro v0.5.0
12542024-08-26T19:38:56.911Z Compiling serde_urlencoded v0.7.1
12552024-08-26T19:38:57.496Z Compiling pkcs1 v0.7.5
12562024-08-26T19:38:58.012Z Compiling futures-executor v0.3.30
12572024-08-26T19:38:58.566Z Compiling hkdf v0.12.4
12582024-08-26T19:38:58.623Z Compiling signature v2.2.0
12592024-08-26T19:38:58.839Z Compiling crypto-bigint v0.5.5
12602024-08-26T19:38:58.936Z Compiling regex v1.10.6
12612024-08-26T19:38:59.210Z Compiling bstr v1.9.1
12622024-08-26T19:38:59.876Z Compiling enum-as-inner v0.6.0
12632024-08-26T19:39:00.121Z Compiling clap_derive v4.5.13
12642024-08-26T19:39:01.075Z Compiling serde_repr v0.1.19
12652024-08-26T19:39:01.136Z Compiling strum_macros v0.25.3
12662024-08-26T19:39:01.699Z Compiling phf_shared v0.10.0
12672024-08-26T19:39:01.900Z Compiling float-cmp v0.9.0
12682024-08-26T19:39:02.120Z Compiling idna v0.4.0
12692024-08-26T19:39:02.143Z Compiling mio v1.0.2
12702024-08-26T19:39:02.392Z Compiling encoding_rs v0.8.34
12712024-08-26T19:39:03.448Z Compiling static_assertions v1.1.0
12722024-08-26T19:39:03.558Z Compiling difflib v0.4.0
12732024-08-26T19:39:03.735Z Compiling hyper-tls v0.5.0
12742024-08-26T19:39:04.108Z Compiling hyper-rustls v0.24.2
12752024-08-26T19:39:04.478Z Compiling normalize-line-endings v0.3.0
12762024-08-26T19:39:04.626Z Compiling dyn-clone v1.0.17
12772024-08-26T19:39:04.857Z Compiling minimal-lexical v0.2.1
12782024-08-26T19:39:05.214Z Compiling data-encoding v2.6.0
12792024-08-26T19:39:05.233Z Compiling fixedbitset v0.4.2
12802024-08-26T19:39:05.374Z Compiling precomputed-hash v0.1.1
12812024-08-26T19:39:05.443Z Compiling mime v0.3.17
12822024-08-26T19:39:05.484Z Compiling predicates-core v1.0.6
12832024-08-26T19:39:05.488Z Compiling bit-vec v0.6.3
12842024-08-26T19:39:05.725Z Compiling webpki-roots v0.25.4
12852024-08-26T19:39:05.867Z Compiling sync_wrapper v0.1.2
12862024-08-26T19:39:05.907Z Compiling new_debug_unreachable v1.0.6
12872024-08-26T19:39:06.012Z Compiling whoami v1.5.1
12882024-08-26T19:39:06.026Z Compiling unicode-segmentation v1.11.0
12892024-08-26T19:39:06.029Z Compiling reqwest v0.11.27
12902024-08-26T19:39:06.071Z Compiling string_cache v0.8.7
12912024-08-26T19:39:06.589Z Compiling tokio-postgres v0.7.11
12922024-08-26T19:39:06.702Z Compiling hickory-proto v0.24.1
12932024-08-26T19:39:06.813Z Compiling similar v2.6.0
12942024-08-26T19:39:06.965Z Compiling toml_edit v0.22.20
12952024-08-26T19:39:07.172Z Compiling bit-set v0.5.3
12962024-08-26T19:39:07.578Z Compiling predicates v3.1.2
12972024-08-26T19:39:07.657Z Compiling petgraph v0.6.5
12982024-08-26T19:39:09.292Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12992024-08-26T19:39:09.435Z Compiling console v0.15.8
13002024-08-26T19:39:09.655Z Compiling clap v4.5.16
13012024-08-26T19:39:09.790Z Compiling nom v7.1.3
13022024-08-26T19:39:11.841Z Compiling usdt v0.5.0
13032024-08-26T19:39:12.400Z Compiling signal-hook-mio v0.2.4
13042024-08-26T19:39:12.534Z Compiling elliptic-curve v0.13.8
13052024-08-26T19:39:12.583Z Compiling rsa v0.9.6
13062024-08-26T19:39:13.399Z Compiling futures v0.3.30
13072024-08-26T19:39:13.667Z Compiling toml v0.7.8
13082024-08-26T19:39:14.460Z Compiling flate2 v1.0.31
13092024-08-26T19:39:15.470Z Compiling itertools v0.12.1
13102024-08-26T19:39:15.785Z Compiling itertools v0.10.5
13112024-08-26T19:39:15.951Z Compiling tokio-stream v0.1.15
13122024-08-26T19:39:16.293Z Compiling openapiv3 v2.0.0
13132024-08-26T19:39:16.980Z Compiling hex v0.4.3
13142024-08-26T19:39:17.197Z Compiling crossbeam-epoch v0.9.18
13152024-08-26T19:39:17.586Z Compiling sha1 v0.10.6
13162024-08-26T19:39:18.024Z Compiling dirs-sys-next v0.1.2
13172024-08-26T19:39:18.044Z Compiling peg-runtime v0.8.3
13182024-08-26T19:39:18.693Z Compiling lalrpop-util v0.19.12
13192024-08-26T19:39:18.715Z Compiling unicode-xid v0.2.4
13202024-08-26T19:39:18.734Z Compiling dirs-next v2.0.0
13212024-08-26T19:39:18.756Z Compiling thread_local v1.1.8
13222024-08-26T19:39:18.898Z Compiling slog-async v2.8.0
13232024-08-26T19:39:18.944Z Compiling term v0.7.0
13242024-08-26T19:39:19.028Z Compiling xattr v1.3.1
13252024-08-26T19:39:19.135Z Compiling crossbeam-channel v0.5.12
13262024-08-26T19:39:19.301Z Compiling strum_macros v0.26.4
13272024-08-26T19:39:19.320Z Compiling filetime v0.2.24
13282024-08-26T19:39:19.523Z Compiling is-terminal v0.4.12
13292024-08-26T19:39:19.641Z Compiling take_mut v0.2.2
13302024-08-26T19:39:19.660Z Compiling slog-term v2.9.1
13312024-08-26T19:39:19.808Z Compiling tar v0.4.41
13322024-08-26T19:39:20.516Z Compiling camino v1.1.9
13332024-08-26T19:39:21.624Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13342024-08-26T19:39:22.498Z Compiling strum v0.26.3
13352024-08-26T19:39:22.577Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13362024-08-26T19:39:28.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
13372024-08-26T19:39:28.349Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13382024-08-26T19:39:28.401ZAug 26 19:39:27.566 INFO Starting download, target: Cockroach
13392024-08-26T19:39:28.401ZAug 26 19:39:27.566 INFO Starting download, target: Console
13402024-08-26T19:39:28.401ZAug 26 19:39:27.566 INFO Starting download, target: Clickhouse
13412024-08-26T19:39:28.404ZAug 26 19:39:27.566 INFO Starting download, target: DendriteOpenapi
13422024-08-26T19:39:28.404ZAug 26 19:39:27.566 INFO Starting download, target: DendriteStub
13432024-08-26T19:39:28.404ZAug 26 19:39:27.566 INFO Starting download, target: MaghemiteMgd
13442024-08-26T19:39:28.404ZAug 26 19:39:27.566 INFO Starting download, target: TransceiverControl
13452024-08-26T19:39:28.404ZAug 26 19:39:27.567 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13462024-08-26T19:39:28.404ZAug 26 19:39:27.567 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13472024-08-26T19:39:28.404ZAug 26 19:39:27.567 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13482024-08-26T19:39:28.404ZAug 26 19:39:27.567 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13492024-08-26T19:39:28.404ZAug 26 19:39:27.567 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13502024-08-26T19:39:28.404ZAug 26 19:39:27.567 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13512024-08-26T19:39:28.404ZAug 26 19:39:27.567 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13522024-08-26T19:39:28.573ZAug 26 19:39:27.729 INFO Download complete, target: DendriteOpenapi
13532024-08-26T19:39:28.701ZAug 26 19:39:27.862 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13542024-08-26T19:39:29.009ZAug 26 19:39:28.171 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13552024-08-26T19:39:29.083ZAug 26 19:39:28.247 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13562024-08-26T19:39:29.204ZAug 26 19:39:28.368 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13572024-08-26T19:39:29.409ZAug 26 19:39:28.573 INFO Download complete, target: Console
13582024-08-26T19:39:29.536ZAug 26 19:39:28.699 INFO Download complete, target: TransceiverControl
13592024-08-26T19:39:29.536ZAug 26 19:39:28.699 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13602024-08-26T19:39:29.536ZAug 26 19:39:28.699 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13612024-08-26T19:39:30.274ZAug 26 19:39:29.437 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13622024-08-26T19:39:32.497ZAug 26 19:39:31.660 INFO Download complete, target: DendriteStub
13632024-08-26T19:39:32.501ZAug 26 19:39:31.662 INFO Download complete, target: MaghemiteMgd
13642024-08-26T19:39:38.472ZAug 26 19:39:37.635 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13652024-08-26T19:39:38.822ZAug 26 19:39:37.985 INFO Checking that binary works, target: Cockroach
13662024-08-26T19:39:39.002ZAug 26 19:39:38.164 INFO Download complete, target: Cockroach
13672024-08-26T19:39:45.314ZAug 26 19:39:44.476 INFO Checking that binary works, target: Clickhouse
13682024-08-26T19:39:45.768ZAug 26 19:39:44.929 INFO Download complete, target: Clickhouse
13692024-08-26T19:39:46.000ZAll builder prerequisites installed successfully, and PATH looks valid
13702024-08-26T19:39:46.003Z
13712024-08-26T19:39:46.003Zreal 4:22.291775745
13722024-08-26T19:39:46.003Zuser 11:45.854937267
13732024-08-26T19:39:46.003Zsys 2:29.099526999
13742024-08-26T19:39:46.003Ztrap 0.416848944
13752024-08-26T19:39:46.003Ztflt 4.875154366
13762024-08-26T19:39:46.003Zdflt 3.749697252
13772024-08-26T19:39:46.003Zkflt 0.119492924
13782024-08-26T19:39:46.003Zlock 23:17.735388347
13792024-08-26T19:39:46.003Zslp 46:49.841858933
13802024-08-26T19:39:46.003Zlat 40.023617019
13812024-08-26T19:39:46.003Zstop 1:47.279321943
13822024-08-26T19:39:46.003Z+ banner hack-check
13832024-08-26T19:39:46.005Z
13842024-08-26T19:39:46.005Z # # ## #### # # #### # # ###### #### # #
13852024-08-26T19:39:46.005Z # # # # # # # # # # # # # # # # #
13862024-08-26T19:39:46.006Z ###### # # # #### ##### # ###### ##### # ####
13872024-08-26T19:39:46.006Z # # ###### # # # # # # # # # #
13882024-08-26T19:39:46.006Z # # # # # # # # # # # # # # # # #
13892024-08-26T19:39:46.006Z # # # # #### # # #### # # ###### #### # #
13902024-08-26T19:39:46.006Z
13912024-08-26T19:39:46.006Z+ export CARGO_INCREMENTAL=0
13922024-08-26T19:39:46.006Z+ CARGO_INCREMENTAL=0
13932024-08-26T19:39:46.006Z+ ptime -m timeout 2h cargo xtask check-features --ci
13942024-08-26T19:39:46.596Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13952024-08-26T19:39:50.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
13962024-08-26T19:39:50.217Z Running `target/debug/xtask check-features --ci`
13972024-08-26T19:39:50.240Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13982024-08-26T19:39:50.240Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13992024-08-26T19:39:50.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14002024-08-26T19:39:50.778Z Running `target/debug/xtask download cargo-hack`
14012024-08-26T19:39:51.634Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14022024-08-26T19:39:52.001Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14032024-08-26T19:39:56.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
14042024-08-26T19:39:56.907Z Running `target/debug/xtask-downloader cargo-hack`
14052024-08-26T19:39:56.943ZAug 26 19:39:56.102 INFO Starting download, target: CargoHack
14062024-08-26T19:39:56.945ZAug 26 19:39:56.103 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14072024-08-26T19:39:57.590ZAug 26 19:39:56.749 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14082024-08-26T19:39:57.696ZAug 26 19:39:56.855 INFO Download complete, target: CargoHack
14092024-08-26T19:39:57.699Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14102024-08-26T19:39:57.716Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14112024-08-26T19:39:57.883Zinfo: running `cargo check --bins` on api_identity (1/154)
14122024-08-26T19:39:58.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14132024-08-26T19:39:58.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14142024-08-26T19:39:58.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14152024-08-26T19:39:58.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14162024-08-26T19:39:58.505Z
14172024-08-26T19:39:58.505Zinfo: running `cargo check --bins` on bootstore (2/154)
14182024-08-26T19:39:59.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14192024-08-26T19:39:59.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14202024-08-26T19:39:59.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14212024-08-26T19:39:59.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
14222024-08-26T19:39:59.183Z
14232024-08-26T19:39:59.183Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/154)
14242024-08-26T19:39:59.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14252024-08-26T19:39:59.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14262024-08-26T19:39:59.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14272024-08-26T19:39:59.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
14282024-08-26T19:39:59.838Z
14292024-08-26T19:39:59.838Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/154)
14302024-08-26T19:40:00.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14312024-08-26T19:40:00.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14322024-08-26T19:40:00.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14332024-08-26T19:40:00.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
14342024-08-26T19:40:00.524Z
14352024-08-26T19:40:00.524Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/154)
14362024-08-26T19:40:00.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14372024-08-26T19:40:00.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14382024-08-26T19:40:00.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14392024-08-26T19:40:00.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14402024-08-26T19:40:01.005Z
14412024-08-26T19:40:01.005Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/154)
14422024-08-26T19:40:01.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14432024-08-26T19:40:01.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14442024-08-26T19:40:01.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14452024-08-26T19:40:01.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14462024-08-26T19:40:01.485Z
14472024-08-26T19:40:01.485Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/154)
14482024-08-26T19:40:01.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14492024-08-26T19:40:01.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14502024-08-26T19:40:01.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14512024-08-26T19:40:01.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14522024-08-26T19:40:01.992Z
14532024-08-26T19:40:01.992Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/154)
14542024-08-26T19:40:02.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14552024-08-26T19:40:02.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14562024-08-26T19:40:02.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14572024-08-26T19:40:02.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14582024-08-26T19:40:02.502Z
14592024-08-26T19:40:02.502Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/154)
14602024-08-26T19:40:02.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14612024-08-26T19:40:02.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14622024-08-26T19:40:02.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14632024-08-26T19:40:02.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14642024-08-26T19:40:03.010Z
14652024-08-26T19:40:03.010Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/154)
14662024-08-26T19:40:03.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14672024-08-26T19:40:03.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14682024-08-26T19:40:03.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14692024-08-26T19:40:03.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14702024-08-26T19:40:03.513Z
14712024-08-26T19:40:03.513Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/154)
14722024-08-26T19:40:03.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14732024-08-26T19:40:03.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14742024-08-26T19:40:03.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14752024-08-26T19:40:03.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14762024-08-26T19:40:04.014Z
14772024-08-26T19:40:04.014Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/154)
14782024-08-26T19:40:04.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-08-26T19:40:04.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-08-26T19:40:04.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14812024-08-26T19:40:04.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14822024-08-26T19:40:04.504Z
14832024-08-26T19:40:04.504Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/154)
14842024-08-26T19:40:04.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14852024-08-26T19:40:04.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14862024-08-26T19:40:04.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14872024-08-26T19:40:04.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14882024-08-26T19:40:04.988Z
14892024-08-26T19:40:04.988Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/154)
14902024-08-26T19:40:05.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14912024-08-26T19:40:05.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14922024-08-26T19:40:05.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14932024-08-26T19:40:05.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14942024-08-26T19:40:05.471Z
14952024-08-26T19:40:05.471Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/154)
14962024-08-26T19:40:05.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14972024-08-26T19:40:05.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14982024-08-26T19:40:05.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14992024-08-26T19:40:05.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15002024-08-26T19:40:05.950Z
15012024-08-26T19:40:05.950Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/154)
15022024-08-26T19:40:06.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15032024-08-26T19:40:06.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15042024-08-26T19:40:06.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15052024-08-26T19:40:06.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15062024-08-26T19:40:06.434Z
15072024-08-26T19:40:06.434Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/154)
15082024-08-26T19:40:06.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15092024-08-26T19:40:06.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15102024-08-26T19:40:06.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15112024-08-26T19:40:06.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15122024-08-26T19:40:06.926Z
15132024-08-26T19:40:06.926Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/154)
15142024-08-26T19:40:07.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15152024-08-26T19:40:07.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15162024-08-26T19:40:07.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15172024-08-26T19:40:07.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15182024-08-26T19:40:07.408Z
15192024-08-26T19:40:07.408Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/154)
15202024-08-26T19:40:07.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15212024-08-26T19:40:07.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15222024-08-26T19:40:07.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15232024-08-26T19:40:07.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15242024-08-26T19:40:07.898Z
15252024-08-26T19:40:07.898Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/154)
15262024-08-26T19:40:08.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-08-26T19:40:08.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-08-26T19:40:08.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-08-26T19:40:08.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15302024-08-26T19:40:08.387Z
15312024-08-26T19:40:08.388Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/154)
15322024-08-26T19:40:08.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-08-26T19:40:08.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-08-26T19:40:08.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-08-26T19:40:08.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15362024-08-26T19:40:08.886Z
15372024-08-26T19:40:08.886Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/154)
15382024-08-26T19:40:09.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-08-26T19:40:09.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-08-26T19:40:09.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-08-26T19:40:09.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15422024-08-26T19:40:09.375Z
15432024-08-26T19:40:09.375Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/154)
15442024-08-26T19:40:09.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-08-26T19:40:09.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-08-26T19:40:09.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15472024-08-26T19:40:09.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15482024-08-26T19:40:09.877Z
15492024-08-26T19:40:09.877Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/154)
15502024-08-26T19:40:10.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15512024-08-26T19:40:10.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15522024-08-26T19:40:10.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15532024-08-26T19:40:10.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15542024-08-26T19:40:10.372Z
15552024-08-26T19:40:10.372Zinfo: running `cargo check --bins` on sled-hardware-types (25/154)
15562024-08-26T19:40:10.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15572024-08-26T19:40:10.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15582024-08-26T19:40:10.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15592024-08-26T19:40:10.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15602024-08-26T19:40:11.050Z
15612024-08-26T19:40:11.050Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/154)
15622024-08-26T19:40:11.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-08-26T19:40:11.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-08-26T19:40:11.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15652024-08-26T19:40:11.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15662024-08-26T19:40:11.712Z
15672024-08-26T19:40:11.713Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/154)
15682024-08-26T19:40:12.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15692024-08-26T19:40:12.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15702024-08-26T19:40:12.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15712024-08-26T19:40:12.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15722024-08-26T19:40:12.381Z
15732024-08-26T19:40:12.381Zinfo: running `cargo check --bins` on oxlog (28/154)
15742024-08-26T19:40:12.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15752024-08-26T19:40:12.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15762024-08-26T19:40:13.020Z Checking cfg-if v1.0.0
15772024-08-26T19:40:13.022Z Checking libc v0.2.156
15782024-08-26T19:40:13.114Z Checking memchr v2.7.2
15792024-08-26T19:40:13.124Z Checking serde v1.0.208
15802024-08-26T19:40:13.126Z Checking zeroize v1.7.0
15812024-08-26T19:40:13.149Z Checking typenum v1.17.0
15822024-08-26T19:40:13.152Z Checking scopeguard v1.2.0
15832024-08-26T19:40:13.152Z Checking byteorder v1.5.0
15842024-08-26T19:40:13.184Z Checking log v0.4.21
15852024-08-26T19:40:13.357Z Checking subtle v2.5.0
15862024-08-26T19:40:13.475Z Checking const-oid v0.9.6
15872024-08-26T19:40:13.549Z Checking once_cell v1.19.0
15882024-08-26T19:40:13.579Z Checking itoa v1.0.11
15892024-08-26T19:40:13.831Z Checking pin-project-lite v0.2.14
15902024-08-26T19:40:13.855Z Checking smallvec v1.13.2
15912024-08-26T19:40:13.914Z Checking zerocopy v0.7.34
15922024-08-26T19:40:13.941Z Checking tinyvec_macros v0.1.1
15932024-08-26T19:40:14.025Z Checking tinyvec v1.6.0
15942024-08-26T19:40:14.152Z Checking getrandom v0.2.14
15952024-08-26T19:40:14.166Z Checking parking_lot_core v0.9.10
15962024-08-26T19:40:14.335Z Checking lock_api v0.4.12
15972024-08-26T19:40:14.366Z Checking generic-array v0.14.7
15982024-08-26T19:40:14.406Z Checking rand_core v0.6.4
15992024-08-26T19:40:14.510Z Checking signal-hook-registry v1.4.2
16002024-08-26T19:40:14.698Z Checking mio v0.8.11
16012024-08-26T19:40:14.755Z Checking socket2 v0.5.7
16022024-08-26T19:40:14.770Z Checking spin v0.9.8
16032024-08-26T19:40:15.141Z Checking parking_lot v0.12.2
16042024-08-26T19:40:15.266Z Checking num_cpus v1.16.0
16052024-08-26T19:40:15.269Z Checking futures-core v0.3.30
16062024-08-26T19:40:15.325Z Checking cpufeatures v0.2.12
16072024-08-26T19:40:15.341Z Checking unicode-normalization v0.1.23
16082024-08-26T19:40:15.344Z Checking ahash v0.8.11
16092024-08-26T19:40:15.373Z Checking unicode-bidi v0.3.15
16102024-08-26T19:40:15.422Z Checking allocator-api2 v0.2.18
16112024-08-26T19:40:15.467Z Checking futures-sink v0.3.30
16122024-08-26T19:40:15.515Z Checking libm v0.2.8
16132024-08-26T19:40:15.543Z Checking crypto-common v0.1.6
16142024-08-26T19:40:15.619Z Checking block-buffer v0.10.4
16152024-08-26T19:40:15.694Z Checking block-padding v0.3.3
16162024-08-26T19:40:15.819Z Checking digest v0.10.7
16172024-08-26T19:40:15.861Z Checking ryu v1.0.18
16182024-08-26T19:40:15.890Z Checking inout v0.1.3
16192024-08-26T19:40:16.003Z Checking equivalent v1.0.1
16202024-08-26T19:40:16.087Z Checking hashbrown v0.14.5
16212024-08-26T19:40:16.094Z Checking futures-channel v0.3.30
16222024-08-26T19:40:16.117Z Checking slab v0.4.9
16232024-08-26T19:40:16.117Z Checking cipher v0.4.4
16242024-08-26T19:40:16.185Z Checking hmac v0.12.1
16252024-08-26T19:40:16.270Z Checking sha2 v0.10.8
16262024-08-26T19:40:16.362Z Checking futures-io v0.3.30
16272024-08-26T19:40:16.386Z Checking futures-task v0.3.30
16282024-08-26T19:40:16.413Z Checking num-traits v0.2.19
16292024-08-26T19:40:16.439Z Checking pin-utils v0.1.0
16302024-08-26T19:40:16.512Z Checking base64ct v1.6.0
16312024-08-26T19:40:16.529Z Checking flagset v0.4.5
16322024-08-26T19:40:16.542Z Checking percent-encoding v2.3.1
16332024-08-26T19:40:16.610Z Checking futures-util v0.3.30
16342024-08-26T19:40:16.715Z Checking ppv-lite86 v0.2.17
16352024-08-26T19:40:16.736Z Checking salsa20 v0.10.2
16362024-08-26T19:40:16.821Z Checking pbkdf2 v0.12.2
16372024-08-26T19:40:16.955Z Checking pem-rfc7468 v0.7.0
16382024-08-26T19:40:16.957Z Checking tracing-core v0.1.32
16392024-08-26T19:40:16.982Z Checking fnv v1.0.7
16402024-08-26T19:40:17.095Z Checking untrusted v0.9.0
16412024-08-26T19:40:17.221Z Checking der v0.7.9
16422024-08-26T19:40:17.256Z Checking ring v0.17.8
16432024-08-26T19:40:17.284Z Checking scrypt v0.11.0
16442024-08-26T19:40:17.447Z Checking rand_chacha v0.3.1
16452024-08-26T19:40:17.495Z Checking cbc v0.1.2
16462024-08-26T19:40:17.619Z Checking tracing v0.1.40
16472024-08-26T19:40:17.692Z Checking aes v0.8.4
16482024-08-26T19:40:17.828Z Checking rand v0.8.5
16492024-08-26T19:40:17.952Z Checking thiserror v1.0.63
16502024-08-26T19:40:18.111Z Checking foreign-types-shared v0.1.1
16512024-08-26T19:40:18.143Z Checking form_urlencoded v1.2.1
16522024-08-26T19:40:18.184Z Checking foreign-types v0.3.2
16532024-08-26T19:40:18.269Z Checking bytes v1.7.1
16542024-08-26T19:40:18.278Z Checking bitflags v2.6.0
16552024-08-26T19:40:18.334Z Checking indexmap v2.4.0
16562024-08-26T19:40:18.561Z Checking serde_json v1.0.125
16572024-08-26T19:40:18.609Z Checking openssl-sys v0.9.103
16582024-08-26T19:40:19.039Z Checking tokio v1.38.1
16592024-08-26T19:40:19.078Z Checking spki v0.7.3
16602024-08-26T19:40:19.103Z Checking http v0.2.12
16612024-08-26T19:40:19.123Z Checking aho-corasick v1.1.3
16622024-08-26T19:40:19.374Z Checking pkcs5 v0.7.1
16632024-08-26T19:40:19.643Z Checking regex-syntax v0.8.4
16642024-08-26T19:40:19.943Z Checking powerfmt v0.2.0
16652024-08-26T19:40:19.973Z Checking unicode-ident v1.0.12
16662024-08-26T19:40:20.173Z Checking try-lock v0.2.5
16672024-08-26T19:40:20.232Z Checking siphasher v0.3.11
16682024-08-26T19:40:20.305Z Checking want v0.3.1
16692024-08-26T19:40:20.328Z Checking deranged v0.3.11
16702024-08-26T19:40:20.472Z Checking proc-macro2 v1.0.86
16712024-08-26T19:40:20.541Z Checking openssl v0.10.66
16722024-08-26T19:40:20.587Z Checking http-body v0.4.6
16732024-08-26T19:40:20.782Z Checking pkcs8 v0.10.2
16742024-08-26T19:40:20.989Z Checking rustls-webpki v0.101.7
16752024-08-26T19:40:21.115Z Checking sct v0.7.1
16762024-08-26T19:40:21.134Z Checking uuid v1.10.0
16772024-08-26T19:40:21.350Z Checking idna v0.5.0
16782024-08-26T19:40:21.734Z Checking httparse v1.8.0
16792024-08-26T19:40:21.776Z Checking errno v0.3.9
16802024-08-26T19:40:21.957Z Checking socket2 v0.4.10
16812024-08-26T19:40:21.981Z Checking scroll v0.12.0
16822024-08-26T19:40:22.077Z Checking openssl-probe v0.1.5
16832024-08-26T19:40:22.178Z Checking num_threads v0.1.7
16842024-08-26T19:40:22.190Z Checking tower-service v0.3.2
16852024-08-26T19:40:22.206Z Checking num-conv v0.1.0
16862024-08-26T19:40:22.277Z Checking httpdate v1.0.3
16872024-08-26T19:40:22.307Z Checking adler v1.0.2
16882024-08-26T19:40:22.400Z Checking finl_unicode v1.2.0
16892024-08-26T19:40:22.453Z Checking plain v0.2.3
16902024-08-26T19:40:22.467Z Checking time-core v0.1.2
16912024-08-26T19:40:22.470Z Checking ucd-trie v0.1.6
16922024-08-26T19:40:22.522Z Checking utf8parse v0.2.1
16932024-08-26T19:40:22.587Z Checking anstyle v1.0.8
16942024-08-26T19:40:22.601Z Checking iana-time-zone v0.1.60
16952024-08-26T19:40:22.664Z Checking pest v2.7.10
16962024-08-26T19:40:22.664Z Checking anstyle-parse v0.2.4
16972024-08-26T19:40:22.743Z Checking chrono v0.4.38
16982024-08-26T19:40:22.941Z Checking time v0.3.36
16992024-08-26T19:40:22.964Z Checking goblin v0.8.2
17002024-08-26T19:40:22.998Z Checking stringprep v0.1.4
17012024-08-26T19:40:23.049Z Checking regex-automata v0.4.6
17022024-08-26T19:40:23.264Z Checking miniz_oxide v0.7.2
17032024-08-26T19:40:23.988Z Checking url v2.5.2
17042024-08-26T19:40:24.827Z Checking rustix v0.38.34
17052024-08-26T19:40:24.855Z Checking rustls v0.21.12
17062024-08-26T19:40:25.207Z Checking quote v1.0.36
17072024-08-26T19:40:25.455Z Checking toml_datetime v0.6.8
17082024-08-26T19:40:25.553Z Checking serde_spanned v0.6.7
17092024-08-26T19:40:25.745Z Checking num-integer v0.1.46
17102024-08-26T19:40:25.766Z Checking idna v0.3.0
17112024-08-26T19:40:26.101Z Checking native-tls v0.2.11
17122024-08-26T19:40:26.266Z Checking md-5 v0.10.6
17132024-08-26T19:40:26.289Z Checking tokio-util v0.7.11
17142024-08-26T19:40:26.430Z Checking lazy_static v1.5.0
17152024-08-26T19:40:26.484Z Checking hash32 v0.2.1
17162024-08-26T19:40:26.541Z Checking fallible-iterator v0.2.0
17172024-08-26T19:40:26.659Z Checking stable_deref_trait v1.2.0
17182024-08-26T19:40:26.765Z Checking is_terminal_polyfill v1.70.0
17192024-08-26T19:40:26.796Z Checking anstyle-query v1.0.3
17202024-08-26T19:40:26.889Z Checking psl-types v2.0.11
17212024-08-26T19:40:26.902Z Checking colorchoice v1.0.1
17222024-08-26T19:40:26.926Z Checking pretty-hex v0.4.1
17232024-08-26T19:40:27.033Z Checking gimli v0.28.1
17242024-08-26T19:40:27.073Z Checking base64 v0.22.1
17252024-08-26T19:40:27.097Z Checking publicsuffix v2.2.3
17262024-08-26T19:40:27.156Z Checking anstream v0.6.14
17272024-08-26T19:40:27.160Z Checking h2 v0.3.26
17282024-08-26T19:40:27.325Z Checking terminal_size v0.3.0
17292024-08-26T19:40:27.487Z Checking heapless v0.7.17
17302024-08-26T19:40:27.522Z Checking tokio-native-tls v0.3.1
17312024-08-26T19:40:27.537Z Checking postgres-protocol v0.6.7
17322024-08-26T19:40:27.767Z Checking num-iter v0.1.45
17332024-08-26T19:40:27.798Z Checking syn v2.0.74
17342024-08-26T19:40:27.934Z Checking cookie v0.17.0
17352024-08-26T19:40:28.116Z Checking tokio-rustls v0.24.1
17362024-08-26T19:40:28.165Z Checking dof v0.3.0
17372024-08-26T19:40:28.184Z Checking dtrace-parser v0.2.0
17382024-08-26T19:40:28.349Z Checking phf_shared v0.11.2
17392024-08-26T19:40:28.473Z Checking ff v0.13.0
17402024-08-26T19:40:28.509Z Checking thread-id v4.2.1
17412024-08-26T19:40:28.607Z Checking object v0.32.2
17422024-08-26T19:40:28.623Z Checking bitflags v1.3.2
17432024-08-26T19:40:28.656Z Checking either v1.13.0
17442024-08-26T19:40:28.671Z Checking strsim v0.11.1
17452024-08-26T19:40:28.716Z Checking rustc-demangle v0.1.24
17462024-08-26T19:40:28.778Z Checking base64 v0.21.7
17472024-08-26T19:40:28.939Z Checking ipnet v2.9.0
17482024-08-26T19:40:29.042Z Checking winnow v0.5.40
17492024-08-26T19:40:29.150Z Checking clap_lex v0.7.0
17502024-08-26T19:40:29.243Z Checking base16ct v0.2.0
17512024-08-26T19:40:29.390Z Checking managed v0.8.0
17522024-08-26T19:40:29.405Z Checking clap_builder v4.5.15
17532024-08-26T19:40:29.436Z Checking sec1 v0.7.3
17542024-08-26T19:40:29.791Z Checking smoltcp v0.9.1
17552024-08-26T19:40:29.832Z Checking rustls-pemfile v1.0.4
17562024-08-26T19:40:30.032Z Checking group v0.13.0
17572024-08-26T19:40:30.306Z Checking phf v0.11.2
17582024-08-26T19:40:30.584Z Checking cookie_store v0.20.0
17592024-08-26T19:40:31.006Z Checking addr2line v0.21.0
17602024-08-26T19:40:31.233Z Checking postgres-types v0.2.7
17612024-08-26T19:40:31.317Z Checking num-bigint-dig v0.8.4
17622024-08-26T19:40:31.545Z Checking bstr v1.9.1
17632024-08-26T19:40:31.953Z Checking regex v1.10.6
17642024-08-26T19:40:32.200Z Checking toml_edit v0.19.15
17652024-08-26T19:40:32.457Z Checking futures-executor v0.3.30
17662024-08-26T19:40:32.564Z Checking pkcs1 v0.7.5
17672024-08-26T19:40:32.610Z Checking phf_shared v0.10.0
17682024-08-26T19:40:32.673Z Checking serde_urlencoded v0.7.1
17692024-08-26T19:40:32.870Z Checking hubpack v0.1.2
17702024-08-26T19:40:32.969Z Checking float-cmp v0.9.0
17712024-08-26T19:40:33.106Z Checking zerocopy v0.6.6
17722024-08-26T19:40:33.146Z Checking crc32fast v1.4.0
17732024-08-26T19:40:33.194Z Checking signal-hook v0.3.17
17742024-08-26T19:40:33.380Z Checking crossbeam-utils v0.8.19
17752024-08-26T19:40:33.437Z Checking hyper v0.14.30
17762024-08-26T19:40:33.490Z Checking hkdf v0.12.4
17772024-08-26T19:40:33.519Z Checking idna v0.4.0
17782024-08-26T19:40:33.690Z Checking signature v2.2.0
17792024-08-26T19:40:33.863Z Checking crypto-bigint v0.5.5
17802024-08-26T19:40:33.889Z Checking memmap v0.7.0
17812024-08-26T19:40:34.052Z Checking mio v1.0.2
17822024-08-26T19:40:34.086Z Checking encoding_rs v0.8.34
17832024-08-26T19:40:34.135Z Checking usdt-impl v0.5.0
17842024-08-26T19:40:34.402Z Checking minimal-lexical v0.2.1
17852024-08-26T19:40:34.650Z Checking precomputed-hash v0.1.1
17862024-08-26T19:40:34.705Z Checking difflib v0.4.0
17872024-08-26T19:40:34.724Z Checking fixedbitset v0.4.2
17882024-08-26T19:40:34.753Z Checking static_assertions v1.1.0
17892024-08-26T19:40:34.774Z Checking webpki-roots v0.25.4
17902024-08-26T19:40:34.815Z Checking backtrace v0.3.71
17912024-08-26T19:40:34.844Z Checking whoami v1.5.1
17922024-08-26T19:40:34.937Z Checking unicode-segmentation v1.11.0
17932024-08-26T19:40:34.982Z Checking new_debug_unreachable v1.0.6
17942024-08-26T19:40:35.021Z Checking winnow v0.6.18
17952024-08-26T19:40:35.073Z Checking unicode-width v0.1.13
17962024-08-26T19:40:35.155Z Checking sync_wrapper v0.1.2
17972024-08-26T19:40:35.264Z Checking dyn-clone v1.0.17
17982024-08-26T19:40:35.279Z Checking mime v0.3.17
17992024-08-26T19:40:35.407Z Checking data-encoding v2.6.0
18002024-08-26T19:40:35.420Z Checking normalize-line-endings v0.3.0
18012024-08-26T19:40:35.542Z Checking bit-vec v0.6.3
18022024-08-26T19:40:36.006Z Checking predicates-core v1.0.6
18032024-08-26T19:40:36.010Z Checking similar v2.6.0
18042024-08-26T19:40:36.010Z Checking predicates v3.1.2
18052024-08-26T19:40:36.010Z Checking bit-set v0.5.3
18062024-08-26T19:40:36.063Z Checking hickory-proto v0.24.1
18072024-08-26T19:40:36.141Z Checking schemars v0.8.21
18082024-08-26T19:40:36.439Z Checking anyhow v1.0.86
18092024-08-26T19:40:36.451Z Checking console v0.15.8
18102024-08-26T19:40:36.498Z Checking tokio-postgres v0.7.11
18112024-08-26T19:40:36.770Z Checking elliptic-curve v0.13.8
18122024-08-26T19:40:36.828Z Checking string_cache v0.8.7
18132024-08-26T19:40:37.081Z Checking petgraph v0.6.5
18142024-08-26T19:40:37.101Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18152024-08-26T19:40:37.481Z Checking nom v7.1.3
18162024-08-26T19:40:37.834Z Checking toml v0.7.8
18172024-08-26T19:40:38.105Z Checking toml_edit v0.22.20
18182024-08-26T19:40:38.612Z Checking usdt v0.5.0
18192024-08-26T19:40:38.902Z Checking signal-hook-mio v0.2.4
18202024-08-26T19:40:39.055Z Checking crossbeam-epoch v0.9.18
18212024-08-26T19:40:39.511Z Checking rsa v0.9.6
18222024-08-26T19:40:39.683Z Checking flate2 v1.0.31
18232024-08-26T19:40:39.872Z Checking hyper-rustls v0.24.2
18242024-08-26T19:40:40.181Z Checking hyper-tls v0.5.0
18252024-08-26T19:40:40.364Z Checking futures v0.3.30
18262024-08-26T19:40:40.382Z Checking clap v4.5.16
18272024-08-26T19:40:40.469Z Checking reqwest v0.11.27
18282024-08-26T19:40:40.484Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18292024-08-26T19:40:40.504Z Checking itertools v0.12.1
18302024-08-26T19:40:40.524Z Checking itertools v0.10.5
18312024-08-26T19:40:40.541Z Checking fs-err v2.11.0
18322024-08-26T19:40:40.572Z Checking tokio-stream v0.1.15
18332024-08-26T19:40:40.882Z Checking nix v0.28.0
18342024-08-26T19:40:41.025Z Checking slog v2.7.0
18352024-08-26T19:40:41.107Z Checking openapiv3 v2.0.0
18362024-08-26T19:40:41.345Z Checking hex v0.4.3
18372024-08-26T19:40:41.535Z Checking semver v1.0.23
18382024-08-26T19:40:41.908Z Checking sha1 v0.10.6
18392024-08-26T19:40:41.967Z Checking lalrpop-util v0.19.12
18402024-08-26T19:40:42.208Z Checking peg-runtime v0.8.3
18412024-08-26T19:40:42.239Z Checking camino v1.1.9
18422024-08-26T19:40:42.291Z Checking sigpipe v0.1.3
18432024-08-26T19:40:44.069Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18442024-08-26T19:40:44.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.00s
18452024-08-26T19:40:44.528Z
18462024-08-26T19:40:44.528Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/154)
18472024-08-26T19:40:45.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482024-08-26T19:40:45.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492024-08-26T19:40:45.233Z Compiling regress v0.9.1
18502024-08-26T19:40:45.329Z Checking strum v0.26.3
18512024-08-26T19:40:45.350Z Checking heck v0.5.0
18522024-08-26T19:40:45.366Z Compiling getopts v0.2.21
18532024-08-26T19:40:45.381Z Checking dirs-sys-next v0.1.2
18542024-08-26T19:40:45.400Z Compiling unsafe-libyaml v0.2.11
18552024-08-26T19:40:45.458Z Checking http v1.1.0
18562024-08-26T19:40:45.524Z Checking thread_local v1.1.8
18572024-08-26T19:40:45.553Z Checking dirs-next v2.0.0
18582024-08-26T19:40:45.666Z Checking rustls-pki-types v1.7.0
18592024-08-26T19:40:45.735Z Compiling ident_case v1.0.1
18602024-08-26T19:40:45.793Z Checking term v0.7.0
18612024-08-26T19:40:45.995Z Compiling darling_core v0.20.9
18622024-08-26T19:40:46.120Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18632024-08-26T19:40:46.238Z Checking crossbeam-channel v0.5.12
18642024-08-26T19:40:46.300Z Checking is-terminal v0.4.12
18652024-08-26T19:40:46.430Z Checking atty v0.2.14
18662024-08-26T19:40:46.461Z Compiling paste v1.0.15
18672024-08-26T19:40:46.553Z Checking humantime v2.1.0
18682024-08-26T19:40:46.866Z Compiling serde_yaml v0.9.34+deprecated
18692024-08-26T19:40:46.880Z Checking take_mut v0.2.2
18702024-08-26T19:40:46.998Z Checking utf-8 v0.7.6
18712024-08-26T19:40:47.033Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18722024-08-26T19:40:47.052Z Checking termcolor v1.4.1
18732024-08-26T19:40:47.214Z Compiling rustls v0.22.4
18742024-08-26T19:40:47.474Z Checking slog-async v2.8.0
18752024-08-26T19:40:47.488Z Checking env_logger v0.9.3
18762024-08-26T19:40:47.523Z Checking slog-term v2.9.1
18772024-08-26T19:40:47.544Z Checking rustls-webpki v0.102.4
18782024-08-26T19:40:47.768Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-08-26T19:40:47.921Z Compiling proc-macro-crate v1.3.1
18802024-08-26T19:40:48.103Z Compiling bitstruct_derive v0.1.0
18812024-08-26T19:40:48.153Z Compiling structmeta-derive v0.3.0
18822024-08-26T19:40:48.347Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18832024-08-26T19:40:48.455Z Compiling multer v3.1.0
18842024-08-26T19:40:48.773Z Checking ascii v1.1.0
18852024-08-26T19:40:48.881Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18862024-08-26T19:40:49.162Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18872024-08-26T19:40:49.464Z Checking match_cfg v0.1.0
18882024-08-26T19:40:49.491Z Checking bitstruct v0.1.1
18892024-08-26T19:40:49.557Z Checking hostname v0.3.1
18902024-08-26T19:40:49.629Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18912024-08-26T19:40:49.695Z Compiling num_enum_derive v0.5.11
18922024-08-26T19:40:50.663Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18932024-08-26T19:40:50.835Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18942024-08-26T19:40:51.179Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18952024-08-26T19:40:51.320Z Compiling structmeta v0.3.0
18962024-08-26T19:40:51.467Z Checking slog-json v2.6.1
18972024-08-26T19:40:51.533Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18982024-08-26T19:40:51.738Z Checking serde_arrays v0.1.0
18992024-08-26T19:40:51.760Z Checking erased-serde v0.3.31
19002024-08-26T19:40:51.802Z Compiling foreign-types-macros v0.2.3
19012024-08-26T19:40:51.894Z Compiling async-stream-impl v0.3.5
19022024-08-26T19:40:52.327Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19032024-08-26T19:40:52.588Z Checking foreign-types-shared v0.3.1
19042024-08-26T19:40:52.619Z Checking atomic-waker v1.1.2
19052024-08-26T19:40:52.645Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19062024-08-26T19:40:52.762Z Checking arc-swap v1.7.1
19072024-08-26T19:40:52.800Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19082024-08-26T19:40:52.965Z Checking waitgroup v0.1.2
19092024-08-26T19:40:53.162Z Checking foreign-types v0.5.0
19102024-08-26T19:40:53.163Z Checking slog-scope v4.4.0
19112024-08-26T19:40:53.188Z Checking num_enum v0.5.11
19122024-08-26T19:40:53.260Z Compiling parse-display-derive v0.10.0
19132024-08-26T19:40:53.276Z Compiling darling_macro v0.20.9
19142024-08-26T19:40:53.322Z Checking async-stream v0.3.5
19152024-08-26T19:40:53.341Z Checking slog-bunyan v2.5.0
19162024-08-26T19:40:53.375Z Compiling proc-macro-error v1.0.4
19172024-08-26T19:40:53.660Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19182024-08-26T19:40:53.771Z Checking toml v0.8.19
19192024-08-26T19:40:54.065Z Checking tungstenite v0.20.1
19202024-08-26T19:40:54.103Z Checking rustls-pemfile v2.1.3
19212024-08-26T19:40:54.288Z Compiling darling v0.20.9
19222024-08-26T19:40:54.358Z Compiling heck v0.3.3
19232024-08-26T19:40:54.409Z Compiling serde_with_macros v3.9.0
19242024-08-26T19:40:54.527Z Checking newtype-uuid v1.1.0
19252024-08-26T19:40:54.560Z Checking tokio-rustls v0.25.0
19262024-08-26T19:40:54.785Z Checking ipnetwork v0.20.0
19272024-08-26T19:40:54.788Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19282024-08-26T19:40:54.950Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19292024-08-26T19:40:54.974Z Checking serde_path_to_error v0.1.16
19302024-08-26T19:40:55.175Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19312024-08-26T19:40:55.652Z Checking cstr-argument v0.1.2
19322024-08-26T19:40:55.853Z Checking hostname v0.4.0
19332024-08-26T19:40:55.919Z Checking instant v0.1.12
19342024-08-26T19:40:55.990Z Checking pretty-hex v0.2.1
19352024-08-26T19:40:56.037Z Checking debug-ignore v1.0.5
19362024-08-26T19:40:56.056Z Checking fastrand v2.1.0
19372024-08-26T19:40:56.155Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19382024-08-26T19:40:56.172Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19392024-08-26T19:40:56.396Z Checking tempfile v3.10.1
19402024-08-26T19:40:56.468Z Checking backoff v0.4.0
19412024-08-26T19:40:56.495Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19422024-08-26T19:40:56.745Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19432024-08-26T19:40:56.770Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19442024-08-26T19:40:56.787Z Checking tokio-tungstenite v0.20.1
19452024-08-26T19:40:57.058Z Compiling zone_cfg_derive v0.1.2
19462024-08-26T19:40:57.126Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19472024-08-26T19:40:57.281Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19482024-08-26T19:40:57.383Z Checking slog-stdlog v4.1.1
19492024-08-26T19:40:57.577Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19502024-08-26T19:40:57.597Z Checking serde_with v3.9.0
19512024-08-26T19:40:57.690Z Checking tungstenite v0.21.0
19522024-08-26T19:40:58.089Z Checking colored v2.1.0
19532024-08-26T19:40:58.199Z Checking parse-display v0.10.0
19542024-08-26T19:40:58.370Z Checking macaddr v1.0.1
19552024-08-26T19:40:58.442Z Checking base64 v0.13.1
19562024-08-26T19:40:58.599Z Checking tokio-tungstenite v0.21.0
19572024-08-26T19:40:58.661Z Checking zone v0.1.8
19582024-08-26T19:40:58.849Z Checking ron v0.7.1
19592024-08-26T19:41:02.220Z Checking slog-envlogger v2.2.0
19602024-08-26T19:41:02.265Z Checking pem v3.0.4
19612024-08-26T19:41:02.265Z Checking tabwriter v1.4.0
19622024-08-26T19:41:02.301Z Checking xattr v1.3.1
19632024-08-26T19:41:02.301Z Checking portpicker v0.1.1
19642024-08-26T19:41:02.301Z Checking yasna v0.5.2
19652024-08-26T19:41:02.301Z Checking headers-core v0.2.0
19662024-08-26T19:41:02.301Z Checking smf v0.2.3
19672024-08-26T19:41:02.301Z Checking filetime v0.2.24
19682024-08-26T19:41:02.301Z Checking same-file v1.0.6
19692024-08-26T19:41:02.301Z Checking tar v0.4.41
19702024-08-26T19:41:02.301Z Checking walkdir v2.5.0
19712024-08-26T19:41:02.301Z Checking headers v0.3.9
19722024-08-26T19:41:02.301Z Checking rcgen v0.12.1
19732024-08-26T19:41:02.301Z Checking atomicwrites v0.4.3
19742024-08-26T19:41:02.301Z Checking camino-tempfile v1.1.1
19752024-08-26T19:41:02.301Z Checking subprocess v0.2.9
19762024-08-26T19:41:02.301Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19772024-08-26T19:41:02.301Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19782024-08-26T19:41:04.332Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19792024-08-26T19:41:06.413Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19802024-08-26T19:41:06.491Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19812024-08-26T19:41:09.832Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19822024-08-26T19:41:16.100Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19832024-08-26T19:41:16.239Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19842024-08-26T19:41:16.242Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19852024-08-26T19:41:18.932Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19862024-08-26T19:41:19.397Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19872024-08-26T19:41:25.595Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19882024-08-26T19:41:27.150Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19892024-08-26T19:41:28.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.78s
19902024-08-26T19:41:28.481Z
19912024-08-26T19:41:28.481Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/154)
19922024-08-26T19:41:29.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932024-08-26T19:41:29.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942024-08-26T19:41:29.164Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19952024-08-26T19:41:30.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
19962024-08-26T19:41:30.666Z
19972024-08-26T19:41:30.666Zinfo: running `cargo check --bins` on nexus-config (31/154)
19982024-08-26T19:41:31.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992024-08-26T19:41:31.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002024-08-26T19:41:31.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012024-08-26T19:41:31.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20022024-08-26T19:41:31.331Z
20032024-08-26T19:41:31.331Zinfo: running `cargo check --bins` on omicron-rpaths (32/154)
20042024-08-26T19:41:31.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052024-08-26T19:41:31.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062024-08-26T19:41:31.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072024-08-26T19:41:31.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20082024-08-26T19:41:31.970Z
20092024-08-26T19:41:31.970Zinfo: running `cargo check --bins` on omicron-certificates (33/154)
20102024-08-26T19:41:32.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112024-08-26T19:41:32.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122024-08-26T19:41:32.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132024-08-26T19:41:32.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20142024-08-26T19:41:32.634Z
20152024-08-26T19:41:32.634Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/154)
20162024-08-26T19:41:33.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172024-08-26T19:41:33.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182024-08-26T19:41:33.463Z Compiling heapless v0.8.0
20192024-08-26T19:41:33.463Z Checking hash32 v0.3.1
20202024-08-26T19:41:33.463Z Compiling smoltcp v0.11.0
20212024-08-26T19:41:33.569Z Checking embedded-io v0.4.0
20222024-08-26T19:41:33.569Z Checking cobs v0.2.3
20232024-08-26T19:41:33.569Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20242024-08-26T19:41:33.570Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20252024-08-26T19:41:33.570Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20262024-08-26T19:41:33.680Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20272024-08-26T19:41:33.757Z Compiling crucible-workspace-hack v0.1.0
20282024-08-26T19:41:33.757Z Checking postcard v1.0.8
20292024-08-26T19:41:33.757Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20302024-08-26T19:41:33.854Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20312024-08-26T19:41:33.954Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20322024-08-26T19:41:34.060Z Compiling num-derive v0.4.2
20332024-08-26T19:41:34.180Z Compiling slog-dtrace v0.3.0
20342024-08-26T19:41:34.209Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20352024-08-26T19:41:34.345Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20362024-08-26T19:41:34.417Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20372024-08-26T19:41:35.243Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20382024-08-26T19:41:35.671Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20392024-08-26T19:41:37.177Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20402024-08-26T19:41:38.066Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20412024-08-26T19:41:39.183Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20422024-08-26T19:41:41.030Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20432024-08-26T19:41:41.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
20442024-08-26T19:41:41.872Z
20452024-08-26T19:41:41.872Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/154)
20462024-08-26T19:41:42.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472024-08-26T19:41:42.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482024-08-26T19:41:42.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492024-08-26T19:41:42.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20502024-08-26T19:41:42.544Z
20512024-08-26T19:41:42.544Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/154)
20522024-08-26T19:41:43.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532024-08-26T19:41:43.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542024-08-26T19:41:43.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552024-08-26T19:41:43.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
20562024-08-26T19:41:43.313Z
20572024-08-26T19:41:43.313Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/154)
20582024-08-26T19:41:44.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592024-08-26T19:41:44.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602024-08-26T19:41:44.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612024-08-26T19:41:44.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20622024-08-26T19:41:44.095Z
20632024-08-26T19:41:44.095Zinfo: running `cargo check --bins` on dns-server (38/154)
20642024-08-26T19:41:44.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-08-26T19:41:44.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-08-26T19:41:44.770Z Compiling parking_lot_core v0.8.6
20672024-08-26T19:41:44.860Z Checking newline-converter v0.3.0
20682024-08-26T19:41:44.862Z Checking nibble_vec v0.1.0
20692024-08-26T19:41:44.862Z Checking quick-error v1.2.3
20702024-08-26T19:41:44.862Z Checking linked-hash-map v0.5.6
20712024-08-26T19:41:44.862Z Checking endian-type v0.1.2
20722024-08-26T19:41:44.872Z Checking fxhash v0.2.1
20732024-08-26T19:41:44.881Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20742024-08-26T19:41:44.982Z Checking expectorate v1.1.0
20752024-08-26T19:41:44.999Z Checking resolv-conf v0.7.0
20762024-08-26T19:41:45.050Z Checking hickory-server v0.24.1
20772024-08-26T19:41:45.078Z Checking radix_trie v0.2.1
20782024-08-26T19:41:45.136Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20792024-08-26T19:41:45.214Z Checking lru-cache v0.1.2
20802024-08-26T19:41:45.402Z Checking hickory-resolver v0.24.1
20812024-08-26T19:41:45.431Z Checking hickory-client v0.24.1
20822024-08-26T19:41:45.636Z Checking parking_lot v0.11.2
20832024-08-26T19:41:45.958Z Checking sled v0.34.7
20842024-08-26T19:41:47.803Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20852024-08-26T19:41:48.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
20862024-08-26T19:41:49.117Z
20872024-08-26T19:41:49.117Zinfo: running `cargo check --bins` on dns-server-api (39/154)
20882024-08-26T19:41:49.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892024-08-26T19:41:49.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902024-08-26T19:41:49.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912024-08-26T19:41:49.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20922024-08-26T19:41:49.779Z
20932024-08-26T19:41:49.779Zinfo: running `cargo check --bins` on dns-service-client (40/154)
20942024-08-26T19:41:50.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952024-08-26T19:41:50.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962024-08-26T19:41:50.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972024-08-26T19:41:50.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20982024-08-26T19:41:50.447Z
20992024-08-26T19:41:50.447Zinfo: running `cargo check --bins` on gateway-test-utils (41/154)
21002024-08-26T19:41:51.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012024-08-26T19:41:51.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022024-08-26T19:41:51.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032024-08-26T19:41:51.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
21042024-08-26T19:41:51.184Z
21052024-08-26T19:41:51.185Zinfo: running `cargo check --bins` on gateway-types (42/154)
21062024-08-26T19:41:51.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072024-08-26T19:41:51.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082024-08-26T19:41:51.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092024-08-26T19:41:51.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21102024-08-26T19:41:51.864Z
21112024-08-26T19:41:51.864Zinfo: running `cargo check --bins` on ipcc (43/154)
21122024-08-26T19:41:52.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-08-26T19:41:52.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-08-26T19:41:52.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152024-08-26T19:41:52.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21162024-08-26T19:41:52.535Z
21172024-08-26T19:41:52.535Zinfo: running `cargo check --bins` on omicron-gateway (44/154)
21182024-08-26T19:41:53.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-08-26T19:41:53.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-08-26T19:41:53.269Z Compiling rustls-pki-types v1.7.0
21212024-08-26T19:41:53.364Z Compiling match_cfg v0.1.0
21222024-08-26T19:41:53.366Z Checking num-rational v0.4.2
21232024-08-26T19:41:53.375Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21242024-08-26T19:41:53.377Z Compiling slog-json v2.6.1
21252024-08-26T19:41:53.385Z Compiling http v1.1.0
21262024-08-26T19:41:53.389Z Checking num-complex v0.4.6
21272024-08-26T19:41:53.389Z Compiling semver v0.1.20
21282024-08-26T19:41:53.452Z Compiling hostname v0.3.1
21292024-08-26T19:41:53.714Z Compiling radium v0.7.0
21302024-08-26T19:41:53.787Z Compiling rustls-webpki v0.102.4
21312024-08-26T19:41:53.847Z Compiling atomic-waker v1.1.2
21322024-08-26T19:41:54.004Z Compiling prettyplease v0.2.20
21332024-08-26T19:41:54.039Z Compiling waitgroup v0.1.2
21342024-08-26T19:41:54.091Z Compiling rustls-pemfile v2.1.3
21352024-08-26T19:41:54.168Z Compiling rustc_version v0.1.7
21362024-08-26T19:41:54.219Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21372024-08-26T19:41:54.287Z Compiling slog-bunyan v2.5.0
21382024-08-26T19:41:54.332Z Compiling async-stream v0.3.5
21392024-08-26T19:41:54.347Z Checking num v0.4.3
21402024-08-26T19:41:54.444Z Compiling toml v0.8.19
21412024-08-26T19:41:54.461Z Compiling ipnetwork v0.20.0
21422024-08-26T19:41:54.501Z Compiling newtype-uuid v1.1.0
21432024-08-26T19:41:54.561Z Compiling serde_path_to_error v0.1.16
21442024-08-26T19:41:54.646Z Compiling rustls v0.22.4
21452024-08-26T19:41:54.674Z Compiling hostname v0.4.0
21462024-08-26T19:41:54.808Z Compiling instant v0.1.12
21472024-08-26T19:41:54.946Z Compiling multer v3.1.0
21482024-08-26T19:41:54.968Z Checking float-ord v0.3.2
21492024-08-26T19:41:55.117Z Compiling debug-ignore v1.0.5
21502024-08-26T19:41:55.267Z Compiling maybe-uninit v2.0.0
21512024-08-26T19:41:55.429Z Checking tap v1.0.1
21522024-08-26T19:41:55.446Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21532024-08-26T19:41:55.602Z Checking wyz v0.5.1
21542024-08-26T19:41:55.900Z Compiling backoff v0.4.0
21552024-08-26T19:41:55.930Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21562024-08-26T19:41:55.963Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21572024-08-26T19:41:55.996Z Compiling newtype_derive v0.1.6
21582024-08-26T19:41:56.076Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21592024-08-26T19:41:56.227Z Compiling parse-display v0.10.0
21602024-08-26T19:41:56.289Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21612024-08-26T19:41:56.317Z Compiling serde_with v3.9.0
21622024-08-26T19:41:56.459Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21632024-08-26T19:41:56.636Z Checking password-hash v0.5.0
21642024-08-26T19:41:56.674Z Checking blake2 v0.10.6
21652024-08-26T19:41:57.089Z Compiling bzip2-sys v0.1.11+1.0.8
21662024-08-26T19:41:57.134Z Compiling macaddr v1.0.1
21672024-08-26T19:41:57.579Z Checking funty v2.0.0
21682024-08-26T19:41:57.615Z Compiling packed_struct v0.10.1
21692024-08-26T19:41:58.049Z Checking crc-catalog v2.4.0
21702024-08-26T19:41:58.184Z Checking crc v3.2.1
21712024-08-26T19:41:58.504Z Checking argon2 v0.5.3
21722024-08-26T19:41:58.555Z Checking bitvec v1.0.1
21732024-08-26T19:41:58.754Z Compiling packed_struct_codegen v0.10.1
21742024-08-26T19:41:58.976Z Checking half v2.4.1
21752024-08-26T19:41:59.238Z Compiling tokio-rustls v0.25.0
21762024-08-26T19:41:59.424Z Compiling indexmap v1.9.3
21772024-08-26T19:41:59.671Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21782024-08-26T19:41:59.735Z Compiling cookie v0.18.1
21792024-08-26T19:42:00.017Z Checking ciborium-io v0.2.2
21802024-08-26T19:42:00.099Z Checking nodrop v0.1.14
21812024-08-26T19:42:00.133Z Checking ciborium-ll v0.2.2
21822024-08-26T19:42:00.232Z Checking array-init v0.0.4
21832024-08-26T19:42:00.424Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21842024-08-26T19:42:00.482Z Checking smallvec v0.6.14
21852024-08-26T19:42:00.845Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21862024-08-26T19:42:01.264Z Compiling memoffset v0.9.1
21872024-08-26T19:42:01.543Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21882024-08-26T19:42:01.623Z Checking highway v1.2.0
21892024-08-26T19:42:01.723Z Checking bitfield v0.14.0
21902024-08-26T19:42:01.855Z Compiling convert_case v0.4.0
21912024-08-26T19:42:02.002Z Checking hashbrown v0.12.3
21922024-08-26T19:42:02.065Z Checking env_logger v0.10.2
21932024-08-26T19:42:02.529Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21942024-08-26T19:42:02.906Z Compiling derive_more v0.99.18
21952024-08-26T19:42:03.991Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21962024-08-26T19:42:04.071Z Checking serde-hex v0.1.0
21972024-08-26T19:42:04.088Z Checking steno v0.4.1
21982024-08-26T19:42:04.385Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21992024-08-26T19:42:05.219Z Checking ciborium v0.2.2
22002024-08-26T19:42:05.281Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22012024-08-26T19:42:05.530Z Checking bzip2 v0.4.4
22022024-08-26T19:42:06.305Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22032024-08-26T19:42:06.504Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22042024-08-26T19:42:06.553Z Checking ron v0.8.1
22052024-08-26T19:42:07.407Z Checking x509-cert v0.2.5
22062024-08-26T19:42:07.910Z Checking hashbrown v0.13.2
22072024-08-26T19:42:08.119Z Compiling derive-where v1.2.7
22082024-08-26T19:42:08.982Z Checking crc-any v2.5.0
22092024-08-26T19:42:09.003Z Checking object v0.30.4
22102024-08-26T19:42:09.126Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22112024-08-26T19:42:09.385Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22122024-08-26T19:42:10.098Z Checking zip v0.6.6
22132024-08-26T19:42:10.649Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22142024-08-26T19:42:10.872Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22152024-08-26T19:42:11.202Z Checking path-slash v0.1.5
22162024-08-26T19:42:11.418Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22172024-08-26T19:42:11.434Z Checking nix v0.27.1
22182024-08-26T19:42:11.475Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22192024-08-26T19:42:11.863Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22202024-08-26T19:42:11.966Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22212024-08-26T19:42:12.119Z Checking serde-big-array v0.5.1
22222024-08-26T19:42:12.252Z Checking signal-hook-tokio v0.3.1
22232024-08-26T19:42:13.894Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22242024-08-26T19:42:15.356Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22252024-08-26T19:42:17.282Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22262024-08-26T19:42:20.781Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22272024-08-26T19:42:23.217Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22282024-08-26T19:42:24.056Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22292024-08-26T19:42:28.915Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22302024-08-26T19:42:29.545Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22312024-08-26T19:42:32.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.56s
22322024-08-26T19:42:32.273Z
22332024-08-26T19:42:32.273Zinfo: running `cargo check --bins` on gateway-api (45/154)
22342024-08-26T19:42:32.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-08-26T19:42:32.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-08-26T19:42:32.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-08-26T19:42:32.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22382024-08-26T19:42:32.962Z
22392024-08-26T19:42:32.962Zinfo: running `cargo check --bins` on oximeter (46/154)
22402024-08-26T19:42:33.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-08-26T19:42:33.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-08-26T19:42:33.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-08-26T19:42:33.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22442024-08-26T19:42:33.620Z
22452024-08-26T19:42:33.620Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/154)
22462024-08-26T19:42:34.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-08-26T19:42:34.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-08-26T19:42:34.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492024-08-26T19:42:34.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22502024-08-26T19:42:34.258Z
22512024-08-26T19:42:34.258Zinfo: running `cargo check --bins` on oximeter-schema (48/154)
22522024-08-26T19:42:34.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532024-08-26T19:42:34.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542024-08-26T19:42:34.926Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22552024-08-26T19:42:35.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
22562024-08-26T19:42:35.493Z
22572024-08-26T19:42:35.493Zinfo: running `cargo check --bins` on oximeter-types (49/154)
22582024-08-26T19:42:36.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592024-08-26T19:42:36.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602024-08-26T19:42:36.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612024-08-26T19:42:36.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22622024-08-26T19:42:36.161Z
22632024-08-26T19:42:36.161Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/154)
22642024-08-26T19:42:36.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652024-08-26T19:42:36.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662024-08-26T19:42:36.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672024-08-26T19:42:36.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22682024-08-26T19:42:36.849Z
22692024-08-26T19:42:36.849Zinfo: running `cargo check --bins` on oximeter-producer (51/154)
22702024-08-26T19:42:37.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712024-08-26T19:42:37.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722024-08-26T19:42:37.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732024-08-26T19:42:37.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22742024-08-26T19:42:37.542Z
22752024-08-26T19:42:37.542Zinfo: running `cargo check --bins` on internal-dns (52/154)
22762024-08-26T19:42:38.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772024-08-26T19:42:38.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782024-08-26T19:42:38.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792024-08-26T19:42:38.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22802024-08-26T19:42:38.221Z
22812024-08-26T19:42:38.221Zinfo: running `cargo check --bins` on nexus-client (53/154)
22822024-08-26T19:42:38.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832024-08-26T19:42:38.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842024-08-26T19:42:38.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852024-08-26T19:42:38.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22862024-08-26T19:42:38.886Z
22872024-08-26T19:42:38.886Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (54/154)
22882024-08-26T19:42:39.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892024-08-26T19:42:39.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902024-08-26T19:42:39.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912024-08-26T19:42:39.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22922024-08-26T19:42:39.554Z
22932024-08-26T19:42:39.554Zinfo: running `cargo check --bins` on omicron-passwords (55/154)
22942024-08-26T19:42:40.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952024-08-26T19:42:40.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962024-08-26T19:42:40.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972024-08-26T19:42:40.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22982024-08-26T19:42:40.204Z
22992024-08-26T19:42:40.204Zinfo: running `cargo check --bins` on nexus-types (56/154)
23002024-08-26T19:42:40.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012024-08-26T19:42:40.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022024-08-26T19:42:40.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032024-08-26T19:42:40.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23042024-08-26T19:42:41.906Z
23052024-08-26T19:42:41.906Zinfo: running `cargo check --bins` on gateway-client (57/154)
23062024-08-26T19:42:41.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072024-08-26T19:42:41.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082024-08-26T19:42:41.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092024-08-26T19:42:41.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23102024-08-26T19:42:41.909Z
23112024-08-26T19:42:41.909Zinfo: running `cargo check --bins` on oxql-types (58/154)
23122024-08-26T19:42:42.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132024-08-26T19:42:42.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142024-08-26T19:42:42.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152024-08-26T19:42:42.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23162024-08-26T19:42:42.216Z
23172024-08-26T19:42:42.216Zinfo: running `cargo check --bins` on sp-sim (59/154)
23182024-08-26T19:42:42.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192024-08-26T19:42:42.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202024-08-26T19:42:42.906Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23212024-08-26T19:42:44.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
23222024-08-26T19:42:44.898Z
23232024-08-26T19:42:44.898Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (60/154)
23242024-08-26T19:42:45.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252024-08-26T19:42:45.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262024-08-26T19:42:45.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272024-08-26T19:42:45.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
23282024-08-26T19:42:45.605Z
23292024-08-26T19:42:45.605Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (61/154)
23302024-08-26T19:42:46.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-08-26T19:42:46.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-08-26T19:42:46.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332024-08-26T19:42:46.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
23342024-08-26T19:42:46.326Z
23352024-08-26T19:42:46.326Zinfo: running `cargo check --bins` on db-macros (62/154)
23362024-08-26T19:42:46.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-08-26T19:42:46.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-08-26T19:42:46.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392024-08-26T19:42:46.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23402024-08-26T19:42:46.957Z
23412024-08-26T19:42:46.957Zinfo: running `cargo check --bins` on nexus-macros-common (63/154)
23422024-08-26T19:42:47.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-08-26T19:42:47.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-08-26T19:42:47.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452024-08-26T19:42:47.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23462024-08-26T19:42:47.619Z
23472024-08-26T19:42:47.619Zinfo: running `cargo check --bins` on nexus-auth (64/154)
23482024-08-26T19:42:48.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-08-26T19:42:48.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-08-26T19:42:48.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512024-08-26T19:42:48.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
23522024-08-26T19:42:48.357Z
23532024-08-26T19:42:48.357Zinfo: running `cargo check --bins` on authz-macros (65/154)
23542024-08-26T19:42:48.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-08-26T19:42:48.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-08-26T19:42:48.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572024-08-26T19:42:48.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23582024-08-26T19:42:49.021Z
23592024-08-26T19:42:49.021Zinfo: running `cargo check --bins` on nexus-db-fixed-data (66/154)
23602024-08-26T19:42:49.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612024-08-26T19:42:49.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622024-08-26T19:42:49.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23632024-08-26T19:42:49.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23642024-08-26T19:42:49.714Z
23652024-08-26T19:42:49.714Zinfo: running `cargo check --bins` on nexus-db-model (67/154)
23662024-08-26T19:42:50.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672024-08-26T19:42:50.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682024-08-26T19:42:50.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23692024-08-26T19:42:50.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
23702024-08-26T19:42:50.426Z
23712024-08-26T19:42:50.426Zinfo: running `cargo check --bins` on nexus-defaults (68/154)
23722024-08-26T19:42:51.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732024-08-26T19:42:51.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742024-08-26T19:42:51.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23752024-08-26T19:42:51.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23762024-08-26T19:42:51.092Z
23772024-08-26T19:42:51.092Zinfo: running `cargo check --bins` on sled-agent-client (69/154)
23782024-08-26T19:42:51.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-08-26T19:42:51.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-08-26T19:42:51.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23812024-08-26T19:42:51.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23822024-08-26T19:42:51.762Z
23832024-08-26T19:42:51.762Zinfo: running `cargo check --bins` on nexus-inventory (70/154)
23842024-08-26T19:42:52.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-08-26T19:42:52.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-08-26T19:42:52.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872024-08-26T19:42:52.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23882024-08-26T19:42:52.463Z
23892024-08-26T19:42:52.463Zinfo: running `cargo check --bins` on typed-rng (71/154)
23902024-08-26T19:42:53.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-08-26T19:42:53.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-08-26T19:42:53.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932024-08-26T19:42:53.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23942024-08-26T19:42:53.109Z
23952024-08-26T19:42:53.109Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (72/154)
23962024-08-26T19:42:53.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-08-26T19:42:53.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-08-26T19:42:53.885Z Compiling rayon-core v1.12.1
23992024-08-26T19:42:53.888Z Compiling crossbeam-deque v0.8.5
24002024-08-26T19:42:53.888Z Compiling curve25519-dalek v4.1.3
24012024-08-26T19:42:53.888Z Compiling unicase v2.7.0
24022024-08-26T19:42:53.888Z Checking keccak v0.1.5
24032024-08-26T19:42:53.983Z Compiling same-file v1.0.6
24042024-08-26T19:42:53.995Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24052024-08-26T19:42:53.997Z Compiling fastrand v2.1.0
24062024-08-26T19:42:54.264Z Compiling walkdir v2.5.0
24072024-08-26T19:42:54.294Z Checking sha3 v0.10.8
24082024-08-26T19:42:54.344Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24092024-08-26T19:42:54.511Z Compiling tempfile v3.10.1
24102024-08-26T19:42:54.609Z Compiling thiserror-impl-no-std v2.0.2
24112024-08-26T19:42:54.677Z Checking universal-hash v0.5.1
24122024-08-26T19:42:54.696Z Checking secrecy v0.8.0
24132024-08-26T19:42:54.745Z Compiling ring v0.16.20
24142024-08-26T19:42:54.877Z Compiling blake3 v1.5.1
24152024-08-26T19:42:54.897Z Compiling curve25519-dalek-derive v0.1.1
24162024-08-26T19:42:55.011Z Checking opaque-debug v0.3.1
24172024-08-26T19:42:55.112Z Checking poly1305 v0.8.0
24182024-08-26T19:42:55.333Z Compiling rayon v1.10.0
24192024-08-26T19:42:55.358Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24202024-08-26T19:42:55.654Z Checking chacha20 v0.9.1
24212024-08-26T19:42:55.682Z Checking aead v0.5.2
24222024-08-26T19:42:55.871Z Compiling memmap2 v0.9.4
24232024-08-26T19:42:56.005Z Compiling home v0.5.9
24242024-08-26T19:42:56.105Z Compiling untrusted v0.7.1
24252024-08-26T19:42:56.137Z Compiling libefi-sys v0.1.0
24262024-08-26T19:42:56.292Z Compiling arrayref v0.3.7
24272024-08-26T19:42:56.310Z Compiling arrayvec v0.7.4
24282024-08-26T19:42:56.312Z Compiling constant_time_eq v0.3.0
24292024-08-26T19:42:56.393Z Compiling spin v0.5.2
24302024-08-26T19:42:56.468Z Compiling toolchain_find v0.4.0
24312024-08-26T19:42:56.504Z Checking chacha20poly1305 v0.10.1
24322024-08-26T19:42:56.701Z Compiling camino-tempfile v1.1.1
24332024-08-26T19:42:56.952Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24342024-08-26T19:42:57.114Z Compiling bitfield-struct v0.6.1
24352024-08-26T19:42:57.166Z Compiling cancel-safe-futures v0.1.5
24362024-08-26T19:42:57.183Z Compiling topological-sort v0.2.2
24372024-08-26T19:42:57.397Z Compiling mime_guess v2.0.4
24382024-08-26T19:42:57.546Z Compiling rustfmt-wrapper v0.2.1
24392024-08-26T19:42:57.869Z Checking thiserror-no-std v2.0.2
24402024-08-26T19:42:57.960Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24412024-08-26T19:42:57.981Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24422024-08-26T19:42:58.132Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24432024-08-26T19:42:58.244Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24442024-08-26T19:42:58.298Z Checking vsss-rs v3.3.4
24452024-08-26T19:42:58.611Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24462024-08-26T19:42:58.791Z Checking gethostname v0.5.0
24472024-08-26T19:42:58.808Z Checking libsw v3.3.1
24482024-08-26T19:42:58.932Z Checking owo-colors v4.0.0
24492024-08-26T19:42:58.950Z Checking linear-map v1.2.0
24502024-08-26T19:42:59.063Z Checking swrite v0.1.0
24512024-08-26T19:42:59.174Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24522024-08-26T19:42:59.281Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24532024-08-26T19:42:59.883Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24542024-08-26T19:42:59.914Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
24552024-08-26T19:43:00.101Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24562024-08-26T19:43:00.423Z Checking kstat-rs v0.2.4
24572024-08-26T19:43:00.816Z Compiling omicron-zone-package v0.11.0
24582024-08-26T19:43:00.943Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24592024-08-26T19:43:00.947Z Checking nanorand v0.7.0
24602024-08-26T19:43:01.195Z Checking http-range v0.1.5
24612024-08-26T19:43:01.334Z Checking glob v0.3.1
24622024-08-26T19:43:01.352Z Checking flume v0.11.0
24632024-08-26T19:43:01.379Z Checking hyper-staticfile v0.9.5
24642024-08-26T19:43:01.771Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24652024-08-26T19:43:01.803Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24662024-08-26T19:43:01.841Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24672024-08-26T19:43:02.411Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24682024-08-26T19:43:02.553Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24692024-08-26T19:43:02.572Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24702024-08-26T19:43:03.473Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24712024-08-26T19:43:03.834Z Checking itertools v0.13.0
24722024-08-26T19:43:03.945Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24732024-08-26T19:43:04.396Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24742024-08-26T19:43:04.568Z Checking display-error-chain v0.2.0
24752024-08-26T19:43:06.237Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24762024-08-26T19:43:07.323Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24772024-08-26T19:43:07.323Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24782024-08-26T19:43:18.753Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24792024-08-26T19:43:31.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.99s
24802024-08-26T19:43:31.294Z
24812024-08-26T19:43:31.294Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (73/154)
24822024-08-26T19:43:31.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-08-26T19:43:31.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-08-26T19:43:32.077Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24852024-08-26T19:43:44.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.32s
24862024-08-26T19:43:44.792Z
24872024-08-26T19:43:44.792Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (74/154)
24882024-08-26T19:43:45.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-08-26T19:43:45.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-08-26T19:43:45.592Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24912024-08-26T19:43:57.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.93s
24922024-08-26T19:43:57.909Z
24932024-08-26T19:43:57.909Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (75/154)
24942024-08-26T19:43:58.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-08-26T19:43:58.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-08-26T19:43:58.659Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24972024-08-26T19:44:10.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.00s
24982024-08-26T19:44:11.101Z
24992024-08-26T19:44:11.101Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (76/154)
25002024-08-26T19:44:11.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-08-26T19:44:11.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-08-26T19:44:11.863Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25032024-08-26T19:44:24.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.94s
25042024-08-26T19:44:24.222Z
25052024-08-26T19:44:24.222Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (77/154)
25062024-08-26T19:44:24.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-08-26T19:44:24.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-08-26T19:44:25.009Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25092024-08-26T19:44:37.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.94s
25102024-08-26T19:44:37.335Z
25112024-08-26T19:44:37.335Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (78/154)
25122024-08-26T19:44:37.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-08-26T19:44:37.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-08-26T19:44:38.098Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25152024-08-26T19:44:50.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.76s
25162024-08-26T19:44:50.303Z
25172024-08-26T19:44:50.303Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (79/154)
25182024-08-26T19:44:50.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-08-26T19:44:50.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-08-26T19:44:51.116Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25212024-08-26T19:45:03.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.06s
25222024-08-26T19:45:03.541Z
25232024-08-26T19:45:03.541Zinfo: running `cargo check --bins` on bootstrap-agent-api (80/154)
25242024-08-26T19:45:04.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-08-26T19:45:04.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-08-26T19:45:04.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-08-26T19:45:04.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25282024-08-26T19:45:04.256Z
25292024-08-26T19:45:04.256Zinfo: running `cargo check --bins` on sled-agent-types (81/154)
25302024-08-26T19:45:04.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-08-26T19:45:04.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-08-26T19:45:04.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-08-26T19:45:04.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25342024-08-26T19:45:04.971Z
25352024-08-26T19:45:04.971Zinfo: running `cargo check --bins` on bootstrap-agent-client (82/154)
25362024-08-26T19:45:05.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-08-26T19:45:05.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-08-26T19:45:05.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-08-26T19:45:05.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25402024-08-26T19:45:05.659Z
25412024-08-26T19:45:05.659Zinfo: running `cargo check --bins` on dpd-client (83/154)
25422024-08-26T19:45:06.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-08-26T19:45:06.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-08-26T19:45:06.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-08-26T19:45:06.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25462024-08-26T19:45:06.298Z
25472024-08-26T19:45:06.298Zinfo: running `cargo check --bins` on installinator-common (84/154)
25482024-08-26T19:45:06.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-08-26T19:45:06.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-08-26T19:45:06.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-08-26T19:45:06.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25522024-08-26T19:45:06.991Z
25532024-08-26T19:45:06.991Zinfo: running `cargo check --bins` on update-engine (85/154)
25542024-08-26T19:45:07.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-08-26T19:45:07.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-08-26T19:45:07.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-08-26T19:45:07.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25582024-08-26T19:45:07.631Z
25592024-08-26T19:45:07.631Zinfo: running `cargo check --bins` on key-manager (86/154)
25602024-08-26T19:45:08.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-08-26T19:45:08.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-08-26T19:45:08.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-08-26T19:45:08.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25642024-08-26T19:45:08.292Z
25652024-08-26T19:45:08.292Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (87/154)
25662024-08-26T19:45:08.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-08-26T19:45:08.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-08-26T19:45:08.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-08-26T19:45:08.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25702024-08-26T19:45:08.969Z
25712024-08-26T19:45:08.969Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (88/154)
25722024-08-26T19:45:09.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-08-26T19:45:09.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-08-26T19:45:09.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-08-26T19:45:09.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25762024-08-26T19:45:09.601Z
25772024-08-26T19:45:09.602Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (89/154)
25782024-08-26T19:45:10.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-08-26T19:45:10.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-08-26T19:45:10.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-08-26T19:45:10.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25822024-08-26T19:45:10.288Z
25832024-08-26T19:45:10.288Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (90/154)
25842024-08-26T19:45:10.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-08-26T19:45:10.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-08-26T19:45:10.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-08-26T19:45:10.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25882024-08-26T19:45:10.965Z
25892024-08-26T19:45:10.965Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (91/154)
25902024-08-26T19:45:11.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-08-26T19:45:11.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-08-26T19:45:11.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-08-26T19:45:11.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25942024-08-26T19:45:11.674Z
25952024-08-26T19:45:11.674Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (92/154)
25962024-08-26T19:45:12.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-08-26T19:45:12.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-08-26T19:45:12.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-08-26T19:45:12.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26002024-08-26T19:45:12.337Z
26012024-08-26T19:45:12.337Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (93/154)
26022024-08-26T19:45:12.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-08-26T19:45:12.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-08-26T19:45:12.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-08-26T19:45:12.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26062024-08-26T19:45:12.991Z
26072024-08-26T19:45:12.991Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (94/154)
26082024-08-26T19:45:13.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-08-26T19:45:13.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-08-26T19:45:13.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-08-26T19:45:13.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26122024-08-26T19:45:13.642Z
26132024-08-26T19:45:13.642Zinfo: running `cargo check --bins` on sled-agent-api (95/154)
26142024-08-26T19:45:14.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-08-26T19:45:14.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-08-26T19:45:14.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172024-08-26T19:45:14.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26182024-08-26T19:45:14.324Z
26192024-08-26T19:45:14.324Zinfo: running `cargo check --bins` on sled-hardware (96/154)
26202024-08-26T19:45:14.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-08-26T19:45:14.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-08-26T19:45:14.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232024-08-26T19:45:14.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26242024-08-26T19:45:14.992Z
26252024-08-26T19:45:14.992Zinfo: running `cargo check --bins --no-default-features` on sled-storage (97/154)
26262024-08-26T19:45:15.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-08-26T19:45:15.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-08-26T19:45:15.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-08-26T19:45:15.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26302024-08-26T19:45:15.658Z
26312024-08-26T19:45:15.658Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/154)
26322024-08-26T19:45:16.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-08-26T19:45:16.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-08-26T19:45:16.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-08-26T19:45:16.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26362024-08-26T19:45:16.347Z
26372024-08-26T19:45:16.347Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (99/154)
26382024-08-26T19:45:16.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-08-26T19:45:16.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-08-26T19:45:16.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-08-26T19:45:16.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26422024-08-26T19:45:17.039Z
26432024-08-26T19:45:17.039Zinfo: running `cargo check --bins` on nexus-test-interface (100/154)
26442024-08-26T19:45:17.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-08-26T19:45:17.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-08-26T19:45:17.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472024-08-26T19:45:17.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26482024-08-26T19:45:17.721Z
26492024-08-26T19:45:17.721Zinfo: running `cargo check --bins` on oximeter-collector (101/154)
26502024-08-26T19:45:18.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-08-26T19:45:18.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-08-26T19:45:18.428Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26532024-08-26T19:45:18.428Z Checking bcs v0.1.6
26542024-08-26T19:45:18.428Z Compiling async-recursion v1.1.1
26552024-08-26T19:45:18.431Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26562024-08-26T19:45:18.431Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26572024-08-26T19:45:19.544Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26582024-08-26T19:45:23.005Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26592024-08-26T19:45:24.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.05s
26602024-08-26T19:45:24.949Z
26612024-08-26T19:45:24.949Zinfo: running `cargo check --bins` on oximeter-api (102/154)
26622024-08-26T19:45:25.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-08-26T19:45:25.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-08-26T19:45:25.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652024-08-26T19:45:25.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26662024-08-26T19:45:25.604Z
26672024-08-26T19:45:25.604Zinfo: running `cargo check --bins` on oximeter-client (103/154)
26682024-08-26T19:45:26.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-08-26T19:45:26.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-08-26T19:45:26.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-08-26T19:45:26.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26722024-08-26T19:45:26.266Z
26732024-08-26T19:45:26.266Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (104/154)
26742024-08-26T19:45:26.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-08-26T19:45:26.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-08-26T19:45:26.934Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26772024-08-26T19:45:27.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
26782024-08-26T19:45:27.699Z
26792024-08-26T19:45:27.699Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/154)
26802024-08-26T19:45:28.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-08-26T19:45:28.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-08-26T19:45:28.383Z Compiling vte_generate_state_changes v0.1.1
26832024-08-26T19:45:28.383Z Checking fd-lock v4.0.2
26842024-08-26T19:45:28.385Z Checking bytecount v0.6.8
26852024-08-26T19:45:28.385Z Compiling tabled_derive v0.7.0
26862024-08-26T19:45:28.474Z Checking crossterm v0.27.0
26872024-08-26T19:45:28.477Z Compiling peg-macros v0.8.4
26882024-08-26T19:45:28.477Z Compiling sqlparser_derive v0.2.2
26892024-08-26T19:45:28.486Z Checking home v0.5.9
26902024-08-26T19:45:28.607Z Checking papergrid v0.11.0
26912024-08-26T19:45:28.657Z Checking nu-ansi-term v0.50.0
26922024-08-26T19:45:28.673Z Checking unicode_categories v0.1.1
26932024-08-26T19:45:28.982Z Checking sqlformat v0.2.4
26942024-08-26T19:45:29.057Z Checking rustyline v14.0.0
26952024-08-26T19:45:29.119Z Checking vte v0.11.1
26962024-08-26T19:45:29.679Z Checking sqlparser v0.45.0
26972024-08-26T19:45:30.117Z Checking crossterm v0.28.1
26982024-08-26T19:45:30.611Z Checking strip-ansi-escapes v0.2.0
26992024-08-26T19:45:30.774Z Checking reedline v0.33.0
27002024-08-26T19:45:31.083Z Checking tabled v0.15.0
27012024-08-26T19:45:31.629Z Checking peg v0.8.4
27022024-08-26T19:45:36.222Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27032024-08-26T19:45:41.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s
27042024-08-26T19:45:41.774Z
27052024-08-26T19:45:41.774Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/154)
27062024-08-26T19:45:42.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-08-26T19:45:42.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-08-26T19:45:42.458Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27092024-08-26T19:45:47.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
27102024-08-26T19:45:48.100Z
27112024-08-26T19:45:48.100Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/154)
27122024-08-26T19:45:48.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-08-26T19:45:48.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-08-26T19:45:48.771Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27152024-08-26T19:45:53.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s
27162024-08-26T19:45:54.155Z
27172024-08-26T19:45:54.155Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/154)
27182024-08-26T19:45:54.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-08-26T19:45:54.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-08-26T19:45:54.845Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27212024-08-26T19:45:59.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s
27222024-08-26T19:45:59.372Z
27232024-08-26T19:45:59.372Zinfo: running `cargo check --bins` on oximeter-test-utils (109/154)
27242024-08-26T19:45:59.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252024-08-26T19:45:59.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262024-08-26T19:45:59.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272024-08-26T19:45:59.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27282024-08-26T19:46:00.038Z
27292024-08-26T19:46:00.038Zinfo: running `cargo check --bins` on cockroach-admin-client (110/154)
27302024-08-26T19:46:00.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312024-08-26T19:46:00.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322024-08-26T19:46:00.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332024-08-26T19:46:00.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27342024-08-26T19:46:00.687Z
27352024-08-26T19:46:00.687Zinfo: running `cargo check --bins` on installinator-client (111/154)
27362024-08-26T19:46:01.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-08-26T19:46:01.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-08-26T19:46:01.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392024-08-26T19:46:01.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27402024-08-26T19:46:01.371Z
27412024-08-26T19:46:01.371Zinfo: running `cargo check --bins` on oxide-client (112/154)
27422024-08-26T19:46:01.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432024-08-26T19:46:01.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442024-08-26T19:46:01.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452024-08-26T19:46:01.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27462024-08-26T19:46:02.007Z
27472024-08-26T19:46:02.007Zinfo: running `cargo check --bins` on wicketd-client (113/154)
27482024-08-26T19:46:02.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492024-08-26T19:46:02.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502024-08-26T19:46:02.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512024-08-26T19:46:02.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27522024-08-26T19:46:02.690Z
27532024-08-26T19:46:02.690Zinfo: running `cargo check --bins` on wicket-common (114/154)
27542024-08-26T19:46:03.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552024-08-26T19:46:03.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562024-08-26T19:46:03.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572024-08-26T19:46:03.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27582024-08-26T19:46:03.359Z
27592024-08-26T19:46:03.359Zinfo: running `cargo check --bins` on omicron-cockroach-admin (115/154)
27602024-08-26T19:46:03.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612024-08-26T19:46:03.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622024-08-26T19:46:04.040Z Checking csv-core v0.1.11
27632024-08-26T19:46:04.043Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27642024-08-26T19:46:04.339Z Checking csv v1.3.0
27652024-08-26T19:46:04.864Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27662024-08-26T19:46:05.202Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27672024-08-26T19:46:06.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
27682024-08-26T19:46:06.565Z
27692024-08-26T19:46:06.565Zinfo: running `cargo check --bins` on cockroach-admin-api (116/154)
27702024-08-26T19:46:07.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-08-26T19:46:07.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-08-26T19:46:07.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-08-26T19:46:07.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27742024-08-26T19:46:07.241Z
27752024-08-26T19:46:07.241Zinfo: running `cargo check --bins` on cockroach-admin-types (117/154)
27762024-08-26T19:46:07.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-08-26T19:46:07.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-08-26T19:46:07.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-08-26T19:46:07.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27802024-08-26T19:46:07.897Z
27812024-08-26T19:46:07.897Zinfo: running `cargo check --bins` on cert-dev (118/154)
27822024-08-26T19:46:08.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-08-26T19:46:08.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-08-26T19:46:08.522Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27852024-08-26T19:46:08.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27862024-08-26T19:46:08.922Z
27872024-08-26T19:46:08.922Zinfo: running `cargo check --bins` on ch-dev (119/154)
27882024-08-26T19:46:09.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-08-26T19:46:09.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-08-26T19:46:09.640Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27912024-08-26T19:46:10.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
27922024-08-26T19:46:10.555Z
27932024-08-26T19:46:10.555Zinfo: running `cargo check --bins` on crdb-seed (120/154)
27942024-08-26T19:46:11.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-08-26T19:46:11.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-08-26T19:46:11.259Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27972024-08-26T19:46:11.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
27982024-08-26T19:46:11.767Z
27992024-08-26T19:46:11.768Zinfo: running `cargo check --bins` on db-dev (121/154)
28002024-08-26T19:46:12.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-08-26T19:46:12.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-08-26T19:46:12.480Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28032024-08-26T19:46:13.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
28042024-08-26T19:46:13.380Z
28052024-08-26T19:46:13.380Zinfo: running `cargo check --bins` on omicron-dev-lib (122/154)
28062024-08-26T19:46:13.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-08-26T19:46:13.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-08-26T19:46:13.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-08-26T19:46:13.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28102024-08-26T19:46:14.069Z
28112024-08-26T19:46:14.069Zinfo: running `cargo check --bins` on xtask-downloader (123/154)
28122024-08-26T19:46:14.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-08-26T19:46:14.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-08-26T19:46:14.706Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28152024-08-26T19:46:15.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
28162024-08-26T19:46:15.734Z
28172024-08-26T19:46:15.734Zinfo: running `cargo check --bins` on mgs-dev (124/154)
28182024-08-26T19:46:16.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-08-26T19:46:16.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-08-26T19:46:16.474Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28212024-08-26T19:46:17.123Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28222024-08-26T19:46:17.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
28232024-08-26T19:46:17.809Z
28242024-08-26T19:46:17.809Zinfo: running `cargo check --bins` on omicron-omdb (125/154)
28252024-08-26T19:46:18.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-08-26T19:46:18.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-08-26T19:46:18.645Z Compiling glob v0.3.1
28282024-08-26T19:46:18.645Z Compiling crunchy v0.2.2
28292024-08-26T19:46:18.647Z Compiling tiny-keccak v2.0.2
28302024-08-26T19:46:18.647Z Compiling dsl_auto_type v0.1.2
28312024-08-26T19:46:18.747Z Checking scheduled-thread-pool v0.2.7
28322024-08-26T19:46:18.750Z Compiling diesel_table_macro_syntax v0.2.0
28332024-08-26T19:46:18.798Z Compiling ascii-canvas v3.0.0
28342024-08-26T19:46:18.800Z Compiling ena v0.14.3
28352024-08-26T19:46:19.023Z Checking r2d2 v0.8.10
28362024-08-26T19:46:19.088Z Compiling libloading v0.8.3
28372024-08-26T19:46:19.205Z Compiling diff v0.1.13
28382024-08-26T19:46:19.222Z Compiling regex-syntax v0.6.29
28392024-08-26T19:46:19.342Z Compiling bindgen v0.69.4
28402024-08-26T19:46:19.362Z Compiling which v4.4.2
28412024-08-26T19:46:19.515Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28422024-08-26T19:46:19.710Z Compiling clang-sys v1.7.0
28432024-08-26T19:46:19.766Z Compiling cexpr v0.6.0
28442024-08-26T19:46:19.916Z Compiling lazycell v1.3.0
28452024-08-26T19:46:20.000Z Compiling rustc-hash v1.1.0
28462024-08-26T19:46:20.103Z Compiling ref-cast v1.0.23
28472024-08-26T19:46:20.130Z Compiling shlex v1.3.0
28482024-08-26T19:46:20.167Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28492024-08-26T19:46:20.186Z Compiling derive_builder_core v0.20.0
28502024-08-26T19:46:20.497Z Compiling diesel_derives v2.2.2
28512024-08-26T19:46:20.563Z Compiling libxml v0.3.3
28522024-08-26T19:46:20.612Z Compiling ref-cast-impl v1.0.23
28532024-08-26T19:46:20.791Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28542024-08-26T19:46:21.021Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28552024-08-26T19:46:21.301Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28562024-08-26T19:46:21.593Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28572024-08-26T19:46:21.623Z Compiling strum_macros v0.24.3
28582024-08-26T19:46:21.980Z Compiling indoc v1.0.9
28592024-08-26T19:46:22.634Z Compiling lalrpop v0.19.12
28602024-08-26T19:46:23.044Z Compiling derive_builder_macro v0.20.0
28612024-08-26T19:46:23.958Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28622024-08-26T19:46:23.987Z Checking derive_builder v0.20.0
28632024-08-26T19:46:24.274Z Compiling impl-trait-for-tuples v0.2.2
28642024-08-26T19:46:24.716Z Compiling oso-derive v0.27.3
28652024-08-26T19:46:25.356Z Checking quick-xml v0.31.0
28662024-08-26T19:46:25.428Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28672024-08-26T19:46:25.764Z Checking maplit v1.0.2
28682024-08-26T19:46:25.915Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28692024-08-26T19:46:25.942Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28702024-08-26T19:46:26.268Z Checking bb8 v0.8.5
28712024-08-26T19:46:26.798Z Compiling const_format_proc_macros v0.2.32
28722024-08-26T19:46:27.568Z Checking crossbeam-deque v0.8.5
28732024-08-26T19:46:27.730Z Compiling portable-atomic v1.6.0
28742024-08-26T19:46:27.911Z Checking rayon-core v1.12.1
28752024-08-26T19:46:28.642Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28762024-08-26T19:46:28.926Z Checking castaway v0.2.3
28772024-08-26T19:46:29.053Z Checking const_format v0.2.32
28782024-08-26T19:46:29.101Z Checking compact_str v0.8.0
28792024-08-26T19:46:29.605Z Checking rayon v1.10.0
28802024-08-26T19:46:30.058Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28812024-08-26T19:46:30.087Z Checking unicode-truncate v1.0.0
28822024-08-26T19:46:30.358Z Checking lru v0.12.3
28832024-08-26T19:46:30.391Z Compiling instability v0.3.2
28842024-08-26T19:46:30.691Z Checking number_prefix v0.4.0
28852024-08-26T19:46:30.900Z Checking unicode-linebreak v0.1.5
28862024-08-26T19:46:31.368Z Checking smawk v0.3.2
28872024-08-26T19:46:31.510Z Checking cassowary v0.3.0
28882024-08-26T19:46:31.588Z Checking textwrap v0.16.1
28892024-08-26T19:46:31.957Z Checking ratatui v0.28.0
28902024-08-26T19:46:32.026Z Checking multimap v0.10.0
28912024-08-26T19:46:33.596Z Checking indicatif v0.17.8
28922024-08-26T19:46:33.672Z Checking diesel v2.2.2
28932024-08-26T19:46:51.820Z Compiling samael v0.0.15
28942024-08-26T19:47:09.390Z Compiling polar-core v0.27.3
28952024-08-26T19:47:09.805Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28962024-08-26T19:47:16.663Z Checking oso v0.27.3
28972024-08-26T19:48:21.342Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28982024-08-26T19:48:27.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
28992024-08-26T19:48:27.196Z
29002024-08-26T19:48:27.196Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (126/154)
29012024-08-26T19:48:27.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-08-26T19:48:27.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-08-26T19:48:27.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-08-26T19:48:27.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29052024-08-26T19:48:27.905Z
29062024-08-26T19:48:27.905Zinfo: running `cargo check --bins` on nexus-saga-recovery (127/154)
29072024-08-26T19:48:28.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-08-26T19:48:28.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-08-26T19:48:28.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102024-08-26T19:48:28.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29112024-08-26T19:48:28.606Z
29122024-08-26T19:48:28.606Zinfo: running `cargo check --bins` on nexus-test-utils-macros (128/154)
29132024-08-26T19:48:29.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-08-26T19:48:29.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-08-26T19:48:29.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162024-08-26T19:48:29.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29172024-08-26T19:48:29.241Z
29182024-08-26T19:48:29.241Zinfo: running `cargo check --bins` on omicron-nexus (129/154)
29192024-08-26T19:48:29.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202024-08-26T19:48:29.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212024-08-26T19:48:30.075Z Compiling libz-sys v1.1.16
29222024-08-26T19:48:30.178Z Compiling libgit2-sys v0.17.0+1.8.1
29232024-08-26T19:48:30.190Z Compiling vergen v8.3.2
29242024-08-26T19:48:30.190Z Compiling cargo-platform v0.1.8
29252024-08-26T19:48:30.192Z Compiling pin-project-internal v1.1.5
29262024-08-26T19:48:30.228Z Compiling snafu-derive v0.8.2
29272024-08-26T19:48:30.231Z Compiling libsqlite3-sys v0.28.0
29282024-08-26T19:48:30.231Z Compiling buf-list v1.0.3
29292024-08-26T19:48:30.546Z Compiling cargo_metadata v0.18.1
29302024-08-26T19:48:30.749Z Checking globset v0.4.14
29312024-08-26T19:48:30.818Z Checking olpc-cjson v0.1.3
29322024-08-26T19:48:30.992Z Checking rand_seeder v0.3.0
29332024-08-26T19:48:31.012Z Checking serde_plain v1.0.2
29342024-08-26T19:48:31.195Z Checking typed-path v0.7.1
29352024-08-26T19:48:31.234Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29362024-08-26T19:48:31.407Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29372024-08-26T19:48:31.550Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29382024-08-26T19:48:31.673Z Checking hashlink v0.9.1
29392024-08-26T19:48:31.719Z Checking fallible-streaming-iterator v0.1.9
29402024-08-26T19:48:31.850Z Checking parse-size v1.0.0
29412024-08-26T19:48:31.950Z Checking fallible-iterator v0.3.0
29422024-08-26T19:48:32.102Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29432024-08-26T19:48:32.303Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29442024-08-26T19:48:32.583Z Checking rusqlite v0.31.0
29452024-08-26T19:48:33.011Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29462024-08-26T19:48:33.055Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29472024-08-26T19:48:33.293Z Checking twox-hash v1.6.3
29482024-08-26T19:48:33.312Z Checking pin-project v1.1.5
29492024-08-26T19:48:33.437Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29502024-08-26T19:48:33.738Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29512024-08-26T19:48:34.136Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29522024-08-26T19:48:34.228Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29532024-08-26T19:48:34.276Z Checking fatfs v0.3.6
29542024-08-26T19:48:34.326Z Checking assert_matches v1.5.0
29552024-08-26T19:48:35.720Z Checking snafu v0.8.2
29562024-08-26T19:48:36.122Z Checking tough v0.17.1
29572024-08-26T19:48:40.156Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29582024-08-26T19:48:41.360Z Compiling git2 v0.19.0
29592024-08-26T19:48:41.454Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29602024-08-26T19:48:46.410Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29612024-08-26T19:49:50.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
29622024-08-26T19:49:50.475Z
29632024-08-26T19:49:50.475Zinfo: running `cargo check --bins` on nexus-internal-api (130/154)
29642024-08-26T19:49:51.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652024-08-26T19:49:51.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662024-08-26T19:49:51.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672024-08-26T19:49:51.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29682024-08-26T19:49:51.203Z
29692024-08-26T19:49:51.203Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (131/154)
29702024-08-26T19:49:51.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712024-08-26T19:49:51.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722024-08-26T19:49:51.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732024-08-26T19:49:51.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29742024-08-26T19:49:51.921Z
29752024-08-26T19:49:51.921Zinfo: running `cargo check --bins` on nexus-networking (132/154)
29762024-08-26T19:49:52.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772024-08-26T19:49:52.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782024-08-26T19:49:52.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29792024-08-26T19:49:52.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29802024-08-26T19:49:52.620Z
29812024-08-26T19:49:52.620Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (133/154)
29822024-08-26T19:49:53.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-08-26T19:49:53.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-08-26T19:49:53.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29852024-08-26T19:49:53.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29862024-08-26T19:49:53.337Z
29872024-08-26T19:49:53.337Zinfo: running `cargo check --bins` on update-common (134/154)
29882024-08-26T19:49:53.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892024-08-26T19:49:53.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902024-08-26T19:49:53.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29912024-08-26T19:49:53.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29922024-08-26T19:49:54.057Z
29932024-08-26T19:49:54.057Zinfo: running `cargo check --bins` on tufaceous-lib (135/154)
29942024-08-26T19:49:54.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952024-08-26T19:49:54.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962024-08-26T19:49:54.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972024-08-26T19:49:54.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29982024-08-26T19:49:54.756Z
29992024-08-26T19:49:54.756Zinfo: running `cargo check --bins` on tufaceous (136/154)
30002024-08-26T19:49:55.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-08-26T19:49:55.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-08-26T19:49:55.477Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30032024-08-26T19:49:56.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
30042024-08-26T19:49:56.579Z
30052024-08-26T19:49:56.579Zinfo: running `cargo check --bins` on omicron-dev (137/154)
30062024-08-26T19:49:57.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-08-26T19:49:57.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-08-26T19:49:57.461Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30092024-08-26T19:49:57.461Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30102024-08-26T19:49:57.464Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30112024-08-26T19:49:58.885Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30122024-08-26T19:50:01.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
30132024-08-26T19:50:01.635Z
30142024-08-26T19:50:01.635Zinfo: running `cargo check --bins` on openapi-manager (138/154)
30152024-08-26T19:50:02.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-08-26T19:50:02.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-08-26T19:50:02.385Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30182024-08-26T19:50:02.385Z Checking heck v0.4.1
30192024-08-26T19:50:02.387Z Checking is_ci v1.2.0
30202024-08-26T19:50:02.387Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30212024-08-26T19:50:02.387Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30222024-08-26T19:50:02.387Z Checking indent_write v2.2.0
30232024-08-26T19:50:02.572Z Checking supports-color v3.0.0
30242024-08-26T19:50:02.672Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30252024-08-26T19:50:04.119Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30262024-08-26T19:50:04.985Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30272024-08-26T19:50:06.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
30282024-08-26T19:50:06.202Z
30292024-08-26T19:50:06.202Zinfo: running `cargo check --bins` on installinator-api (139/154)
30302024-08-26T19:50:06.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-08-26T19:50:06.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-08-26T19:50:06.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332024-08-26T19:50:06.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30342024-08-26T19:50:06.890Z
30352024-08-26T19:50:06.890Zinfo: running `cargo check --bins` on openapi-manager-types (140/154)
30362024-08-26T19:50:07.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-08-26T19:50:07.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-08-26T19:50:07.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392024-08-26T19:50:07.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30402024-08-26T19:50:07.541Z
30412024-08-26T19:50:07.541Zinfo: running `cargo check --bins` on wicketd-api (141/154)
30422024-08-26T19:50:08.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-08-26T19:50:08.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-08-26T19:50:08.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452024-08-26T19:50:08.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30462024-08-26T19:50:08.235Z
30472024-08-26T19:50:08.235Zinfo: running `cargo check --bins` on reconfigurator-cli (142/154)
30482024-08-26T19:50:08.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-08-26T19:50:08.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-08-26T19:50:09.001Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30512024-08-26T19:50:10.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
30522024-08-26T19:50:10.470Z
30532024-08-26T19:50:10.470Zinfo: running `cargo check --bins` on omicron-releng (143/154)
30542024-08-26T19:50:11.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-08-26T19:50:11.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-08-26T19:50:11.232Z Checking memmap2 v0.9.4
30572024-08-26T19:50:11.232Z Checking untrusted v0.7.1
30582024-08-26T19:50:11.234Z Checking arrayref v0.3.7
30592024-08-26T19:50:11.234Z Checking arrayvec v0.7.4
30602024-08-26T19:50:11.234Z Checking constant_time_eq v0.3.0
30612024-08-26T19:50:11.234Z Checking spin v0.5.2
30622024-08-26T19:50:11.234Z Checking cargo-platform v0.1.8
30632024-08-26T19:50:11.234Z Checking topological-sort v0.2.2
30642024-08-26T19:50:11.455Z Checking shell-words v1.1.0
30652024-08-26T19:50:11.567Z Checking ring v0.16.20
30662024-08-26T19:50:11.632Z Checking cargo_metadata v0.18.1
30672024-08-26T19:50:11.634Z Checking blake3 v1.5.1
30682024-08-26T19:50:12.798Z Checking omicron-zone-package v0.11.0
30692024-08-26T19:50:13.910Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30702024-08-26T19:50:14.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
30712024-08-26T19:50:15.075Z
30722024-08-26T19:50:15.075Zinfo: running `cargo check --bins` on xtask (144/154)
30732024-08-26T19:50:15.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-08-26T19:50:15.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-08-26T19:50:15.578Z Checking serde v1.0.208
30762024-08-26T19:50:15.578Z Checking thiserror v1.0.63
30772024-08-26T19:50:15.581Z Checking scroll v0.12.0
30782024-08-26T19:50:15.668Z Checking bitflags v2.6.0
30792024-08-26T19:50:15.670Z Checking log v0.4.21
30802024-08-26T19:50:15.670Z Checking hashbrown v0.14.5
30812024-08-26T19:50:15.701Z Checking zerocopy v0.7.34
30822024-08-26T19:50:15.716Z Checking syn v2.0.74
30832024-08-26T19:50:15.771Z Checking pest v2.7.10
30842024-08-26T19:50:15.926Z Checking rustix v0.38.34
30852024-08-26T19:50:15.941Z Checking fs-err v2.11.0
30862024-08-26T19:50:16.157Z Checking goblin v0.8.2
30872024-08-26T19:50:16.230Z Checking tabled v0.15.0
30882024-08-26T19:50:16.852Z Checking indexmap v2.4.0
30892024-08-26T19:50:16.954Z Checking terminal_size v0.3.0
30902024-08-26T19:50:17.074Z Checking anyhow v1.0.86
30912024-08-26T19:50:17.133Z Checking clap_builder v4.5.15
30922024-08-26T19:50:18.327Z Checking dtrace-parser v0.2.0
30932024-08-26T19:50:19.763Z Checking clap v4.5.16
30942024-08-26T19:50:20.177Z Checking serde_json v1.0.125
30952024-08-26T19:50:20.177Z Checking toml_datetime v0.6.8
30962024-08-26T19:50:20.180Z Checking serde_spanned v0.6.7
30972024-08-26T19:50:20.180Z Checking semver v1.0.23
30982024-08-26T19:50:20.180Z Checking camino v1.1.9
30992024-08-26T19:50:20.180Z Checking cargo-platform v0.1.8
31002024-08-26T19:50:20.180Z Checking macaddr v1.0.1
31012024-08-26T19:50:20.468Z Checking toml_edit v0.22.20
31022024-08-26T19:50:21.295Z Checking dof v0.3.0
31032024-08-26T19:50:21.295Z Checking cargo_metadata v0.18.1
31042024-08-26T19:50:21.711Z Checking usdt-impl v0.5.0
31052024-08-26T19:50:22.078Z Checking usdt v0.5.0
31062024-08-26T19:50:22.264Z Checking toml v0.8.19
31072024-08-26T19:50:22.752Z Checking cargo_toml v0.20.4
31082024-08-26T19:50:23.989Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31092024-08-26T19:50:24.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s
31102024-08-26T19:50:24.718Z
31112024-08-26T19:50:24.718Zinfo: running `cargo check --bins` on end-to-end-tests (145/154)
31122024-08-26T19:50:25.196Z Downloading crates ...
31132024-08-26T19:50:25.430Z Downloaded blowfish v0.9.1
31142024-08-26T19:50:25.446Z Downloaded russh-cryptovec v0.7.2
31152024-08-26T19:50:25.448Z Downloaded option-ext v0.2.0
31162024-08-26T19:50:25.448Z Downloaded ed25519-dalek v2.1.1
31172024-08-26T19:50:25.451Z Downloaded ghash v0.5.1
31182024-08-26T19:50:25.454Z Downloaded primeorder v0.13.6
31192024-08-26T19:50:25.456Z Downloaded pbkdf2 v0.11.0
31202024-08-26T19:50:25.462Z Downloaded ssh-cipher v0.2.0
31212024-08-26T19:50:25.464Z Downloaded rfc6979 v0.4.0
31222024-08-26T19:50:25.467Z Downloaded internet-checksum v0.2.1
31232024-08-26T19:50:25.467Z Downloaded dhcproto v0.12.0
31242024-08-26T19:50:25.472Z Downloaded dirs v5.0.1
31252024-08-26T19:50:25.479Z Downloaded md5 v0.7.0
31262024-08-26T19:50:25.482Z Downloaded ecdsa v0.16.9
31272024-08-26T19:50:25.485Z Downloaded dhcproto-macros v0.1.0
31282024-08-26T19:50:25.485Z Downloaded polyval v0.6.2
31292024-08-26T19:50:25.485Z Downloaded dirs-sys v0.4.1
31302024-08-26T19:50:25.487Z Downloaded hex-literal v0.4.1
31312024-08-26T19:50:25.489Z Downloaded ssh-key v0.6.6
31322024-08-26T19:50:25.496Z Downloaded password-hash v0.4.2
31332024-08-26T19:50:25.498Z Downloaded p521 v0.13.3
31342024-08-26T19:50:25.502Z Downloaded russh-keys v0.44.0
31352024-08-26T19:50:25.504Z Downloaded aes-gcm v0.10.3
31362024-08-26T19:50:25.507Z Downloaded bcrypt-pbkdf v0.10.0
31372024-08-26T19:50:25.510Z Downloaded ssh-encoding v0.2.0
31382024-08-26T19:50:25.510Z Downloaded p256 v0.13.2
31392024-08-26T19:50:25.515Z Downloaded ed25519 v2.2.3
31402024-08-26T19:50:25.517Z Downloaded num-bigint v0.4.5
31412024-08-26T19:50:25.521Z Downloaded russh v0.44.1
31422024-08-26T19:50:25.527Z Downloaded p384 v0.13.0
31432024-08-26T19:50:25.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-08-26T19:50:25.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-08-26T19:50:25.671Z Checking polyval v0.6.2
31462024-08-26T19:50:25.674Z Checking rfc6979 v0.4.0
31472024-08-26T19:50:25.784Z Checking primeorder v0.13.6
31482024-08-26T19:50:25.787Z Checking ctr v0.9.2
31492024-08-26T19:50:25.810Z Checking ed25519 v2.2.3
31502024-08-26T19:50:25.818Z Checking ssh-encoding v0.2.0
31512024-08-26T19:50:25.818Z Checking blowfish v0.9.1
31522024-08-26T19:50:25.818Z Checking option-ext v0.2.0
31532024-08-26T19:50:25.922Z Checking ecdsa v0.16.9
31542024-08-26T19:50:25.967Z Checking dirs-sys v0.4.1
31552024-08-26T19:50:25.986Z Checking ghash v0.5.1
31562024-08-26T19:50:26.056Z Checking bcrypt-pbkdf v0.10.0
31572024-08-26T19:50:26.076Z Checking password-hash v0.4.2
31582024-08-26T19:50:26.155Z Checking aes-gcm v0.10.3
31592024-08-26T19:50:26.157Z Checking matches v0.1.10
31602024-08-26T19:50:26.189Z Checking ed25519-dalek v2.1.1
31612024-08-26T19:50:26.203Z Checking dirs v5.0.1
31622024-08-26T19:50:26.250Z Compiling enum-as-inner v0.5.1
31632024-08-26T19:50:26.272Z Checking idna v0.2.3
31642024-08-26T19:50:26.314Z Checking russh-cryptovec v0.7.2
31652024-08-26T19:50:26.343Z Checking md5 v0.7.0
31662024-08-26T19:50:26.381Z Checking ssh-cipher v0.2.0
31672024-08-26T19:50:26.493Z Checking pbkdf2 v0.11.0
31682024-08-26T19:50:26.538Z Checking num-bigint v0.4.5
31692024-08-26T19:50:26.559Z Compiling dhcproto-macros v0.1.0
31702024-08-26T19:50:26.618Z Checking hex-literal v0.4.1
31712024-08-26T19:50:26.644Z Checking p521 v0.13.3
31722024-08-26T19:50:26.674Z Checking ssh-key v0.6.6
31732024-08-26T19:50:26.750Z Checking p256 v0.13.2
31742024-08-26T19:50:26.797Z Checking p384 v0.13.0
31752024-08-26T19:50:27.143Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31762024-08-26T19:50:27.260Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31772024-08-26T19:50:27.362Z Checking trust-dns-proto v0.22.0
31782024-08-26T19:50:27.503Z Checking internet-checksum v0.2.1
31792024-08-26T19:50:28.190Z Checking russh-keys v0.44.0
31802024-08-26T19:50:29.164Z Checking russh v0.44.1
31812024-08-26T19:50:30.110Z Checking dhcproto v0.12.0
31822024-08-26T19:50:48.246Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31832024-08-26T19:50:49.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.87s
31842024-08-26T19:50:49.789Z
31852024-08-26T19:50:49.789Zinfo: running `cargo check --bins` on gateway-cli (146/154)
31862024-08-26T19:50:50.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-08-26T19:50:50.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-08-26T19:50:50.488Z Checking termios v0.3.3
31892024-08-26T19:50:50.700Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31902024-08-26T19:50:51.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
31912024-08-26T19:50:51.646Z
31922024-08-26T19:50:51.646Zinfo: running `cargo check --bins --no-default-features` on installinator (147/154)
31932024-08-26T19:50:52.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-08-26T19:50:52.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-08-26T19:50:52.374Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31962024-08-26T19:50:54.498Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31972024-08-26T19:50:56.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
31982024-08-26T19:50:56.629Z
31992024-08-26T19:50:56.629Zinfo: running `cargo check --bins` on internal-dns-cli (148/154)
32002024-08-26T19:50:57.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012024-08-26T19:50:57.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022024-08-26T19:50:57.311Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32032024-08-26T19:50:57.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
32042024-08-26T19:50:57.911Z
32052024-08-26T19:50:57.912Zinfo: running `cargo check --bins` on omicron-package (149/154)
32062024-08-26T19:50:58.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072024-08-26T19:50:58.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082024-08-26T19:50:58.625Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32092024-08-26T19:50:59.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
32102024-08-26T19:51:00.101Z
32112024-08-26T19:51:00.101Zinfo: running `cargo check --bins` on wicket-dbg (150/154)
32122024-08-26T19:51:00.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-08-26T19:51:00.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-08-26T19:51:00.862Z Checking rtoolbox v0.0.2
32152024-08-26T19:51:00.864Z Checking tui-tree-widget v0.22.0
32162024-08-26T19:51:00.864Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32172024-08-26T19:51:01.088Z Checking rpassword v7.3.1
32182024-08-26T19:51:05.177Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32192024-08-26T19:51:08.221Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32202024-08-26T19:51:09.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
32212024-08-26T19:51:09.518Z
32222024-08-26T19:51:09.518Zinfo: running `cargo check --bins` on wicket (151/154)
32232024-08-26T19:51:10.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-08-26T19:51:10.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-08-26T19:51:10.269Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32262024-08-26T19:51:10.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
32272024-08-26T19:51:10.807Z
32282024-08-26T19:51:10.807Zinfo: running `cargo check --bins` on wicketd (152/154)
32292024-08-26T19:51:11.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-08-26T19:51:11.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-08-26T19:51:11.577Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32322024-08-26T19:51:15.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
32332024-08-26T19:51:15.765Z
32342024-08-26T19:51:15.765Zinfo: running `cargo check --bins` on omicron-workspace-hack (153/154)
32352024-08-26T19:51:16.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362024-08-26T19:51:16.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372024-08-26T19:51:16.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382024-08-26T19:51:16.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32392024-08-26T19:51:16.413Z
32402024-08-26T19:51:16.413Zinfo: running `cargo check --bins` on zone-setup (154/154)
32412024-08-26T19:51:17.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422024-08-26T19:51:17.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432024-08-26T19:51:17.174Z Checking uzers v0.11.3
32442024-08-26T19:51:17.485Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32452024-08-26T19:51:18.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
32462024-08-26T19:51:18.793Z
32472024-08-26T19:51:18.793Zreal 11:32.656286482
32482024-08-26T19:51:18.793Zuser 24:31.395673425
32492024-08-26T19:51:18.793Zsys 5:13.247929092
32502024-08-26T19:51:18.793Ztrap 0.560807066
32512024-08-26T19:51:18.793Ztflt 3.104085835
32522024-08-26T19:51:18.801Zdflt 2.115345574
32532024-08-26T19:51:18.801Zkflt 0.003312849
32542024-08-26T19:51:18.801Zlock 43:25.035073405
32552024-08-26T19:51:18.801Zslp 2:00:55.633818699
32562024-08-26T19:51:18.801Zlat 1:02.733026820
32572024-08-26T19:51:18.801Zstop 3:10.951139563
32582024-08-26T19:51:18.801Zprocess exited: duration 955132 ms, exit code 0
 
32592024-08-26T19:51:18.806Zfound 0 output files