01J5NWDDXKYTTHBDBTWHT9SHNV: 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: 01J5NWDXERP941X73DEGMY2ER4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-19T17:55:43.827Zjob assigned to worker 01J5NWE6JGAM9C9Y6JAAFBC7B8 (queued for 56 s)
 
22024-08-19T17:55:51.762Zstarting task 0: "setup"
32024-08-19T17:55:51.774Z++ uname -s
42024-08-19T17:55:51.779Z+ kern=SunOS
52024-08-19T17:55:51.779Z+ case "$kern" in
62024-08-19T17:55:51.779Z+ groupadd -g 12345 build
72024-08-19T17:55:51.781Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-19T17:55:53.793Z+ zfs create -o mountpoint=/work rpool/work
92024-08-19T17:55:53.917Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-19T17:55:53.919Z+ home_fs=zfs
112024-08-19T17:55:53.919Z+ [[ zfs == autofs ]]
122024-08-19T17:55:53.919Z+ mkdir -p /home/build
132024-08-19T17:55:53.922Z+ chown build:build /home/build /work
142024-08-19T17:55:55.923Z+ chmod 0700 /home/build /work
152024-08-19T17:55:55.925Zprocess exited: duration 4163 ms, exit code 0
 
162024-08-19T17:55:55.931Zstarting task 1: "rust-toolchain"
172024-08-19T17:55:55.936Z+ printf ' * toolchain channel = "%s"
182024-08-19T17:55:55.936Z * toolchain channel = "1.80.1"
192024-08-19T17:55:55.936Z * toolchain profile = "default"
202024-08-19T17:55:55.936Z' 1.80.1
212024-08-19T17:55:55.936Z+ printf ' * toolchain profile = "%s"
222024-08-19T17:55:55.936Z' default
232024-08-19T17:55:55.939Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-19T17:55:55.939Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-19T17:55:56.051Zinfo: downloading installer
262024-08-19T17:55:57.177Zinfo: profile set to 'default'
272024-08-19T17:55:57.177Zinfo: default host triple is x86_64-unknown-illumos
282024-08-19T17:55:57.180Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-19T17:55:57.326Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-19T17:55:57.326Zinfo: downloading component 'cargo'
312024-08-19T17:55:58.127Zinfo: downloading component 'clippy'
322024-08-19T17:55:58.517Zinfo: downloading component 'rust-docs'
332024-08-19T17:55:59.631Zinfo: downloading component 'rust-std'
342024-08-19T17:56:01.193Zinfo: downloading component 'rustc'
352024-08-19T17:56:05.588Zinfo: downloading component 'rustfmt'
362024-08-19T17:56:05.823Zinfo: installing component 'cargo'
372024-08-19T17:56:06.637Zinfo: installing component 'clippy'
382024-08-19T17:56:07.005Zinfo: installing component 'rust-docs'
392024-08-19T17:56:08.671Zinfo: installing component 'rust-std'
402024-08-19T17:56:10.340Zinfo: installing component 'rustc'
412024-08-19T17:56:14.548Zinfo: installing component 'rustfmt'
422024-08-19T17:56:14.884Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-19T17:56:14.884Z
442024-08-19T17:56:15.169Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-19T17:56:15.169Z
462024-08-19T17:56:15.171Z
472024-08-19T17:56:15.171ZRust is installed now. Great!
482024-08-19T17:56:15.172Z
492024-08-19T17:56:15.172ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-19T17:56:15.172Zenvironment variable. This has not been done automatically.
512024-08-19T17:56:15.172Z
522024-08-19T17:56:15.172ZTo configure your current shell, you need to source
532024-08-19T17:56:15.172Zthe corresponding env file under $HOME/.cargo.
542024-08-19T17:56:15.172Z
552024-08-19T17:56:15.172ZThis is usually done by running one of the following (note the leading DOT):
562024-08-19T17:56:15.172Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-19T17:56:15.172Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-19T17:56:15.226Z+ rustc --version
592024-08-19T17:56:15.288Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-19T17:56:15.291Zprocess exited: duration 19357 ms, exit code 0
 
612024-08-19T17:56:15.299Zstarting task 2: "authentication"
622024-08-19T17:56:15.318Zprocess exited: duration 20 ms, exit code 0
 
632024-08-19T17:56:15.323Zstarting task 3: "clone repository"
642024-08-19T17:56:15.329Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-19T17:56:15.331Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-19T17:56:15.378ZCloning into '/work/oxidecomputer/omicron'...
672024-08-19T17:56:22.017Z+ cd /work/oxidecomputer/omicron
682024-08-19T17:56:22.017Z+ git fetch origin d16bbb38740f28c321cbe676425ac4fc519ec11a
692024-08-19T17:56:22.302ZFrom https://github.com/oxidecomputer/omicron
702024-08-19T17:56:22.302Z * branch d16bbb38740f28c321cbe676425ac4fc519ec11a -> FETCH_HEAD
712024-08-19T17:56:22.310Z+ [[ -n sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]]
722024-08-19T17:56:22.313Z++ git branch --show-current
732024-08-19T17:56:22.315Z+ current=main
742024-08-19T17:56:22.315Z+ [[ main != sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]]
752024-08-19T17:56:22.316Z+ git branch -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate d16bbb38740f28c321cbe676425ac4fc519ec11a
762024-08-19T17:56:22.318Z+ git checkout -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate
772024-08-19T17:56:22.355ZSwitched to branch 'sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate'
782024-08-19T17:56:22.358Z+ git reset --hard d16bbb38740f28c321cbe676425ac4fc519ec11a
792024-08-19T17:56:22.393ZHEAD is now at d16bbb387 move into nexus-types
802024-08-19T17:56:22.396Zprocess exited: duration 7070 ms, exit code 0
 
812024-08-19T17:56:22.401Zstarting task 4: "build"
822024-08-19T17:56:22.406Z+ cargo --version
832024-08-19T17:56:22.460Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-19T17:56:22.463Z+ rustc --version
852024-08-19T17:56:22.518Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-19T17:56:22.522Z+ source ./env.sh
872024-08-19T17:56:22.522Z++ OLD_SHELL_OPTS=ehxB
882024-08-19T17:56:22.522Z++ set -o xtrace
892024-08-19T17:56:22.525Z++++ dirname ./env.sh
902024-08-19T17:56:22.529Z+++ readlink -f .
912024-08-19T17:56:22.529Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-19T17:56:22.529Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-19T17:56:22.529Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-19T17:56:22.529Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-19T17:56:22.529Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-19T17:56:22.529Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-19T17:56:22.529Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-19T17:56:22.529Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-19T17:56:22.529Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-19T17:56:22.529Z++ case $OLD_SHELL_OPTS in
1012024-08-19T17:56:22.529Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-19T17:56:22.532Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-19T17:56:22.532Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-19T17:56:22.532Z+ banner prerequisites
1052024-08-19T17:56:22.532Z
1062024-08-19T17:56:22.532Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-19T17:56:22.532Z # # # # # # # # # # # # # # #
1082024-08-19T17:56:22.532Z # # # # ##### # # ##### # # # # # #### #
1092024-08-19T17:56:22.532Z ##### ##### # ##### # # # # # # # # #
1102024-08-19T17:56:22.532Z # # # # # # # # # # # # # # #
1112024-08-19T17:56:22.533Z # # # ###### # # ###### ### # #### # #### #
1122024-08-19T17:56:22.533Z
1132024-08-19T17:56:22.533Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-19T17:56:27.261Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-19T17:56:29.373Z Startup: Caching catalogs ... Done
1162024-08-19T17:56:31.249ZPlanning: Solver setup ... Done (1.226s)
1172024-08-19T17:56:31.269ZPlanning: Running solver ... Done (0.021s)
1182024-08-19T17:56:31.308ZPlanning: Finding local manifests ... Done (0.003s)
1192024-08-19T17:56:31.321ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-19T17:56:31.482ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-19T17:56:31.640ZPlanning: Package planning ... Done (0.159s)
1222024-08-19T17:56:31.695ZPlanning: Merging actions ... Done (0.054s)
1232024-08-19T17:56:31.994ZPlanning: Checking for conflicting actions ... Done (0.299s)
1242024-08-19T17:56:32.005ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-19T17:56:32.947ZPlanning: Evaluating mediators ... Done (0.932s)
1262024-08-19T17:56:32.955ZPlanning: Planning completed in 3.50 seconds
1272024-08-19T17:56:32.967Z Packages to install: 4
1282024-08-19T17:56:32.967Z Mediators to change: 2
1292024-08-19T17:56:32.972Z Services to change: 1
1302024-08-19T17:56:32.972Z Estimated space available: 155.72 GB
1312024-08-19T17:56:32.973ZEstimated space to be consumed: 1.48 GB
1322024-08-19T17:56:32.973Z Create boot environment: No
1332024-08-19T17:56:32.973ZCreate backup boot environment: No
1342024-08-19T17:56:32.973Z Rebuild boot archive: No
1352024-08-19T17:56:32.973Z
1362024-08-19T17:56:32.973ZChanged mediators:
1372024-08-19T17:56:32.973Z mediator clang:
1382024-08-19T17:56:32.973Z version: None -> 15 (system default)
1392024-08-19T17:56:32.973Z
1402024-08-19T17:56:32.974Z mediator llvm:
1412024-08-19T17:56:32.974Z version: 14 (system default) -> 15 (system default)
1422024-08-19T17:56:32.974Z
1432024-08-19T17:56:32.974ZChanged packages:
1442024-08-19T17:56:32.974Zhelios-dev
1452024-08-19T17:56:32.974Z developer/build-essential
1462024-08-19T17:56:32.975Z None -> 11-2.0
1472024-08-19T17:56:32.975Z library/libxmlsec1
1482024-08-19T17:56:32.975Z None -> 1.2.35-2.0
1492024-08-19T17:56:32.975Z ooce/developer/clang-15
1502024-08-19T17:56:32.975Z None -> 15.0.7-2.0
1512024-08-19T17:56:32.975Z ooce/developer/llvm-15
1522024-08-19T17:56:32.975Z None -> 15.0.7-2.0
1532024-08-19T17:56:32.975Z
1542024-08-19T17:56:32.976ZServices:
1552024-08-19T17:56:32.976Z restart_fmri:
1562024-08-19T17:56:32.976Z svc:/system/update-man-index:default
1572024-08-19T17:56:33.008Z
1582024-08-19T17:56:33.008ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-19T17:56:38.008ZDownload: 1183/3290 items 77.0/212.6MB 36% complete (15.4M/s)
1602024-08-19T17:56:43.016ZDownload: 1518/3290 items 117.5/212.6MB 55% complete (12.0M/s)
1612024-08-19T17:56:48.094ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (9.3M/s)
1622024-08-19T17:56:53.108ZDownload: 2584/3290 items 120.3/212.6MB 56% complete (293k/s)
1632024-08-19T17:56:58.484ZDownload: 3247/3290 items 188.9/212.6MB 88% complete (6.9M/s)
1642024-08-19T17:57:02.479ZDownload: Completed 212.60 MB in 29.47 seconds (7.2M/s)
1652024-08-19T17:57:02.638Z Actions: 1/3689 actions (Installing new actions)
1662024-08-19T17:57:07.217Z Actions: Completed 3689 actions in 4.58 seconds.
1672024-08-19T17:57:07.492Z Done (0.271s)
1682024-08-19T17:57:07.492Z Done (0.000s)
1692024-08-19T17:57:07.860Z Done (0.369s)
1702024-08-19T17:57:12.055Z Done (4.018s)
1712024-08-19T17:57:12.147Z Done (0.021s)
1722024-08-19T17:57:12.152Z Done (0.000s)
1732024-08-19T17:57:12.285Z Done (0.000s)
1742024-08-19T17:57:12.864ZPlanning: Evaluating mediator changes ... Done
1752024-08-19T17:57:13.021ZPlanning: Checking for conflicting actions ... Done
1762024-08-19T17:57:13.023ZPlanning: Consolidating action changes ... Done
1772024-08-19T17:57:13.294ZPlanning: Evaluating mediators ... Done
1782024-08-19T17:57:13.297ZPlanning: Planning completed in 0.43 seconds
1792024-08-19T17:57:13.328Z Mediators to change: 2
1802024-08-19T17:57:13.328Z Create boot environment: No
1812024-08-19T17:57:13.330ZCreate backup boot environment: No
1822024-08-19T17:57:13.406Z Done
1832024-08-19T17:57:13.407Z Done
1842024-08-19T17:57:13.633Z Done
1852024-08-19T17:57:17.101Z Done
1862024-08-19T17:57:17.182Z Done
1872024-08-19T17:57:17.185Z Done
1882024-08-19T17:57:17.424Z Done
1892024-08-19T17:57:18.023ZPlanning: Evaluating mediator changes ... Done
1902024-08-19T17:57:18.025ZPlanning: Merging actions ... Done
1912024-08-19T17:57:18.208ZPlanning: Checking for conflicting actions ... Done
1922024-08-19T17:57:18.211ZPlanning: Consolidating action changes ... Done
1932024-08-19T17:57:18.467ZPlanning: Evaluating mediators ... Done
1942024-08-19T17:57:18.521ZPlanning: Planning completed in 0.74 seconds
1952024-08-19T17:57:18.558Z Packages to change: 1
1962024-08-19T17:57:18.558Z Mediators to change: 1
1972024-08-19T17:57:18.561Z Services to change: 1
1982024-08-19T17:57:18.561Z Create boot environment: No
1992024-08-19T17:57:18.561ZCreate backup boot environment: Yes
2002024-08-19T17:57:20.354Z Actions: 1/6 actions (Updating modified actions)
2012024-08-19T17:57:20.357Z Actions: Completed 6 actions in 0.00 seconds.
2022024-08-19T17:57:20.357Z Done
2032024-08-19T17:57:20.357Z Done
2042024-08-19T17:57:20.432Z Done
2052024-08-19T17:57:23.996Z Done
2062024-08-19T17:57:24.081Z Done
2072024-08-19T17:57:24.083Z Done
2082024-08-19T17:57:24.175Z Done
2092024-08-19T17:57:24.610ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102024-08-19T17:57:24.610Zclang system 15 system
2112024-08-19T17:57:24.610Zcsh system system illumos
2122024-08-19T17:57:24.610Zctags system system illumos
2132024-08-19T17:57:24.610Zgcc vendor 12 vendor
2142024-08-19T17:57:24.610Zgcc system 10 system
2152024-08-19T17:57:24.610Zgcc system 7 system
2162024-08-19T17:57:24.610Zgo system 1.20 system
2172024-08-19T17:57:24.610Zgo system 1.19 system
2182024-08-19T17:57:24.610Zllvm system 15 system
2192024-08-19T17:57:24.610Zllvm system 14 system
2202024-08-19T17:57:24.611Zmariadb system 10.6 system
2212024-08-19T17:57:24.611Zmta vendor vendor dma
2222024-08-19T17:57:24.611Zopenjdk system 17 system
2232024-08-19T17:57:24.611Zopenjdk system 11 system
2242024-08-19T17:57:24.611Zopenjdk system 1.8 system
2252024-08-19T17:57:24.611Zopenssl vendor 3 vendor
2262024-08-19T17:57:24.611Zperl system 5.36 system
2272024-08-19T17:57:24.611Zpostgresql system 15 system
2282024-08-19T17:57:24.611Zpostgresql system 13 system
2292024-08-19T17:57:24.611Zpython vendor 3 vendor
2302024-08-19T17:57:24.611Zpython system 2 system
2312024-08-19T17:57:24.611Zpython3 system 3.11 system
2322024-08-19T17:57:24.611Zruby system 3.0 system
2332024-08-19T17:57:24.611Zwords vendor vendor american-english
2342024-08-19T17:57:24.611Zwords system system australian-english
2352024-08-19T17:57:24.611Zwords system system british-english
2362024-08-19T17:57:24.611Zwords system system canadian-english
2372024-08-19T17:57:24.611Zwords system system french
2382024-08-19T17:57:24.611Zwords system system italian
2392024-08-19T17:57:24.611Zwords system system ngerman
2402024-08-19T17:57:24.611Zwords system system ogerman
2412024-08-19T17:57:24.611Zwords system system spanish
2422024-08-19T17:57:24.940ZPUBLISHER TYPE STATUS P LOCATION
2432024-08-19T17:57:24.940Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442024-08-19T17:57:26.663ZFMRI IFO
2452024-08-19T17:57:26.663Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462024-08-19T17:57:26.663Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472024-08-19T17:57:26.663Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482024-08-19T17:57:26.663Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492024-08-19T17:57:26.663Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502024-08-19T17:57:26.664Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512024-08-19T17:57:26.664Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2522024-08-19T17:57:26.664Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532024-08-19T17:57:26.664Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2542024-08-19T17:57:26.664Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552024-08-19T17:57:26.664Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2562024-08-19T17:57:26.664Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572024-08-19T17:57:27.251Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582024-08-19T17:57:27.551Z Updating git repository `https://github.com/oxidecomputer/zone`
2592024-08-19T17:57:27.820Z Updating crates.io index
2602024-08-19T17:57:27.822Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2612024-08-19T17:57:28.584Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622024-08-19T17:57:29.320Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2632024-08-19T17:57:29.668Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2642024-08-19T17:57:31.273Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652024-08-19T17:57:31.562Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662024-08-19T17:57:31.818Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672024-08-19T17:57:32.966Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682024-08-19T17:57:34.725Z Updating git repository `https://github.com/oxidecomputer/opte`
2692024-08-19T17:57:35.692Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702024-08-19T17:57:36.426Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712024-08-19T17:57:36.698Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-08-19T17:57:37.241Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2732024-08-19T17:57:37.601Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2742024-08-19T17:57:37.887Z Updating git repository `https://github.com/oxidecomputer/tofino`
2752024-08-19T17:57:38.346Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762024-08-19T17:57:38.624Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772024-08-19T17:57:38.845Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782024-08-19T17:57:39.113Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792024-08-19T17:57:39.375Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802024-08-19T17:57:39.792Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812024-08-19T17:57:40.218Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822024-08-19T17:57:40.469Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832024-08-19T17:57:40.957Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842024-08-19T17:57:41.266Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2852024-08-19T17:57:41.746Z Updating git repository `https://github.com/oxidecomputer/typify`
2862024-08-19T17:57:43.851Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872024-08-19T17:57:44.110Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882024-08-19T17:57:44.359Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892024-08-19T17:57:44.818Z Updating git repository `https://github.com/oxidecomputer/rfb`
2902024-08-19T17:57:45.837Z Downloading crates ...
2912024-08-19T17:57:45.901Z Downloaded anstyle-query v1.0.3
2922024-08-19T17:57:45.904Z Downloaded block-buffer v0.10.4
2932024-08-19T17:57:45.907Z Downloaded autocfg v1.3.0
2942024-08-19T17:57:45.910Z Downloaded byteorder v1.5.0
2952024-08-19T17:57:45.910Z Downloaded anstyle v1.0.8
2962024-08-19T17:57:45.912Z Downloaded anstream v0.6.14
2972024-08-19T17:57:45.915Z Downloaded equivalent v1.0.1
2982024-08-19T17:57:45.921Z Downloaded anstyle-parse v0.2.4
2992024-08-19T17:57:45.924Z Downloaded errno v0.3.9
3002024-08-19T17:57:45.927Z Downloaded colorchoice v1.0.1
3012024-08-19T17:57:45.927Z Downloaded cargo-platform v0.1.8
3022024-08-19T17:57:45.927Z Downloaded dof v0.3.0
3032024-08-19T17:57:45.930Z Downloaded crypto-common v0.1.6
3042024-08-19T17:57:45.930Z Downloaded itoa v1.0.11
3052024-08-19T17:57:45.930Z Downloaded heck v0.5.0
3062024-08-19T17:57:45.932Z Downloaded generic-array v0.14.7
3072024-08-19T17:57:45.935Z Downloaded utf8parse v0.2.1
3082024-08-19T17:57:45.937Z Downloaded thread-id v4.2.1
3092024-08-19T17:57:45.937Z Downloaded serde_spanned v0.6.7
3102024-08-19T17:57:45.940Z Downloaded proc-macro-error-attr v1.0.4
3112024-08-19T17:57:45.940Z Downloaded toml_datetime v0.6.8
3122024-08-19T17:57:45.942Z Downloaded thiserror v1.0.63
3132024-08-19T17:57:45.945Z Downloaded tabled_derive v0.7.0
3142024-08-19T17:57:45.948Z Downloaded is_terminal_polyfill v1.70.0
3152024-08-19T17:57:45.948Z Downloaded dtrace-parser v0.2.0
3162024-08-19T17:57:45.951Z Downloaded once_cell v1.19.0
3172024-08-19T17:57:45.953Z Downloaded clap_derive v4.5.13
3182024-08-19T17:57:45.956Z Downloaded bytecount v0.6.8
3192024-08-19T17:57:45.958Z Downloaded semver v1.0.23
3202024-08-19T17:57:45.961Z Downloaded cargo_toml v0.20.4
3212024-08-19T17:57:45.963Z Downloaded swrite v0.1.0
3222024-08-19T17:57:45.963Z Downloaded usdt-impl v0.5.0
3232024-08-19T17:57:45.963Z Downloaded quote v1.0.36
3242024-08-19T17:57:45.966Z Downloaded clap v4.5.16
3252024-08-19T17:57:45.975Z Downloaded usdt-macro v0.5.0
3262024-08-19T17:57:45.977Z Downloaded usdt-attr-macro v0.5.0
3272024-08-19T17:57:45.977Z Downloaded plain v0.2.3
3282024-08-19T17:57:45.980Z Downloaded fnv v1.0.7
3292024-08-19T17:57:45.980Z Downloaded scroll_derive v0.12.0
3302024-08-19T17:57:45.980Z Downloaded pretty-hex v0.4.1
3312024-08-19T17:57:45.982Z Downloaded terminal_size v0.3.0
3322024-08-19T17:57:45.983Z Downloaded digest v0.10.7
3332024-08-19T17:57:45.985Z Downloaded cfg-if v1.0.0
3342024-08-19T17:57:45.987Z Downloaded sha2 v0.10.8
3352024-08-19T17:57:45.990Z Downloaded pest_meta v2.7.10
3362024-08-19T17:57:45.992Z Downloaded memmap v0.7.0
3372024-08-19T17:57:45.994Z Downloaded ucd-trie v0.1.6
3382024-08-19T17:57:45.995Z Downloaded serde_derive v1.0.208
3392024-08-19T17:57:45.997Z Downloaded typenum v1.17.0
3402024-08-19T17:57:46.000Z Downloaded macaddr v1.0.1
3412024-08-19T17:57:46.003Z Downloaded cargo_metadata v0.18.1
3422024-08-19T17:57:46.003Z Downloaded fs-err v2.11.0
3432024-08-19T17:57:46.005Z Downloaded pest_generator v2.7.10
3442024-08-19T17:57:46.007Z Downloaded version_check v0.9.5
3452024-08-19T17:57:46.007Z Downloaded usdt v0.5.0
3462024-08-19T17:57:46.010Z Downloaded strsim v0.11.1
3472024-08-19T17:57:46.010Z Downloaded heck v0.4.1
3482024-08-19T17:57:46.013Z Downloaded camino v1.1.9
3492024-08-19T17:57:46.013Z Downloaded ryu v1.0.18
3502024-08-19T17:57:46.015Z Downloaded cpufeatures v0.2.12
3512024-08-19T17:57:46.017Z Downloaded thiserror-impl v1.0.63
3522024-08-19T17:57:46.020Z Downloaded log v0.4.21
3532024-08-19T17:57:46.022Z Downloaded bitflags v2.6.0
3542024-08-19T17:57:46.025Z Downloaded anyhow v1.0.86
3552024-08-19T17:57:46.028Z Downloaded pest_derive v2.7.10
3562024-08-19T17:57:46.030Z Downloaded zerocopy-derive v0.7.34
3572024-08-19T17:57:46.034Z Downloaded serde_tokenstream v0.2.2
3582024-08-19T17:57:46.037Z Downloaded scroll v0.12.0
3592024-08-19T17:57:46.039Z Downloaded proc-macro-error v1.0.4
3602024-08-19T17:57:46.042Z Downloaded clap_lex v0.7.0
3612024-08-19T17:57:46.044Z Downloaded toml v0.8.19
3622024-08-19T17:57:46.046Z Downloaded unicode-ident v1.0.12
3632024-08-19T17:57:46.049Z Downloaded papergrid v0.11.0
3642024-08-19T17:57:46.053Z Downloaded proc-macro2 v1.0.86
3652024-08-19T17:57:46.056Z Downloaded indexmap v2.4.0
3662024-08-19T17:57:46.063Z Downloaded memchr v2.7.2
3672024-08-19T17:57:46.070Z Downloaded serde v1.0.208
3682024-08-19T17:57:46.077Z Downloaded pest v2.7.10
3692024-08-19T17:57:46.087Z Downloaded toml_edit v0.22.20
3702024-08-19T17:57:46.109Z Downloaded hashbrown v0.14.5
3712024-08-19T17:57:46.113Z Downloaded winnow v0.6.18
3722024-08-19T17:57:46.122Z Downloaded zerocopy v0.7.34
3732024-08-19T17:57:46.138Z Downloaded serde_json v1.0.125
3742024-08-19T17:57:46.144Z Downloaded clap_builder v4.5.15
3752024-08-19T17:57:46.153Z Downloaded goblin v0.8.2
3762024-08-19T17:57:46.158Z Downloaded tabled v0.15.0
3772024-08-19T17:57:46.173Z Downloaded syn v2.0.74
3782024-08-19T17:57:46.183Z Downloaded syn v1.0.109
3792024-08-19T17:57:46.194Z Downloaded unicode-width v0.1.13
3802024-08-19T17:57:46.202Z Downloaded rustix v0.38.34
3812024-08-19T17:57:46.223Z Downloaded libc v0.2.156
3822024-08-19T17:57:46.519Z Compiling proc-macro2 v1.0.86
3832024-08-19T17:57:46.521Z Compiling unicode-ident v1.0.12
3842024-08-19T17:57:46.521Z Compiling version_check v0.9.5
3852024-08-19T17:57:46.521Z Compiling serde v1.0.208
3862024-08-19T17:57:46.521Z Compiling thiserror v1.0.63
3872024-08-19T17:57:46.521Z Compiling memchr v2.7.2
3882024-08-19T17:57:46.521Z Compiling libc v0.2.156
3892024-08-19T17:57:46.521Z Compiling itoa v1.0.11
3902024-08-19T17:57:46.768Z Compiling ucd-trie v0.1.6
3912024-08-19T17:57:46.857Z Compiling ryu v1.0.18
3922024-08-19T17:57:47.277Z Compiling once_cell v1.19.0
3932024-08-19T17:57:47.346Z Compiling byteorder v1.5.0
3942024-08-19T17:57:47.391Z Compiling serde_json v1.0.125
3952024-08-19T17:57:47.741Z Compiling proc-macro-error-attr v1.0.4
3962024-08-19T17:57:47.819Z Compiling usdt-impl v0.5.0
3972024-08-19T17:57:47.847Z Compiling syn v1.0.109
3982024-08-19T17:57:48.035Z Compiling rustix v0.38.34
3992024-08-19T17:57:48.133Z Compiling proc-macro-error v1.0.4
4002024-08-19T17:57:48.184Z Compiling quote v1.0.36
4012024-08-19T17:57:48.424Z Compiling bitflags v2.6.0
4022024-08-19T17:57:48.448Z Compiling plain v0.2.3
4032024-08-19T17:57:48.550Z Compiling syn v2.0.74
4042024-08-19T17:57:48.613Z Compiling errno v0.3.9
4052024-08-19T17:57:48.849Z Compiling log v0.4.21
4062024-08-19T17:57:48.875Z Compiling hashbrown v0.14.5
4072024-08-19T17:57:48.877Z Compiling equivalent v1.0.1
4082024-08-19T17:57:48.920Z Compiling utf8parse v0.2.1
4092024-08-19T17:57:49.016Z Compiling thread-id v4.2.1
4102024-08-19T17:57:49.086Z Compiling anstyle-parse v0.2.4
4112024-08-19T17:57:49.305Z Compiling autocfg v1.3.0
4122024-08-19T17:57:49.512Z Compiling colorchoice v1.0.1
4132024-08-19T17:57:49.635Z Compiling is_terminal_polyfill v1.70.0
4142024-08-19T17:57:49.683Z Compiling camino v1.1.9
4152024-08-19T17:57:49.774Z Compiling semver v1.0.23
4162024-08-19T17:57:50.017Z Compiling winnow v0.6.18
4172024-08-19T17:57:50.336Z Compiling indexmap v2.4.0
4182024-08-19T17:57:50.336Z Compiling anstyle-query v1.0.3
4192024-08-19T17:57:50.388Z Compiling pretty-hex v0.4.1
4202024-08-19T17:57:50.412Z Compiling anstyle v1.0.8
4212024-08-19T17:57:50.583Z Compiling fs-err v2.11.0
4222024-08-19T17:57:50.610Z Compiling terminal_size v0.3.0
4232024-08-19T17:57:50.825Z Compiling anstream v0.6.14
4242024-08-19T17:57:50.880Z Compiling anyhow v1.0.86
4252024-08-19T17:57:50.908Z Compiling clap_lex v0.7.0
4262024-08-19T17:57:50.937Z Compiling bytecount v0.6.8
4272024-08-19T17:57:51.222Z Compiling strsim v0.11.1
4282024-08-19T17:57:51.462Z Compiling heck v0.5.0
4292024-08-19T17:57:51.523Z Compiling fnv v1.0.7
4302024-08-19T17:57:51.640Z Compiling unicode-width v0.1.13
4312024-08-19T17:57:51.666Z Compiling heck v0.4.1
4322024-08-19T17:57:51.690Z Compiling clap_builder v4.5.15
4332024-08-19T17:57:51.967Z Compiling papergrid v0.11.0
4342024-08-19T17:57:52.308Z Compiling memmap v0.7.0
4352024-08-19T17:57:52.681Z Compiling swrite v0.1.0
4362024-08-19T17:57:54.147Z Compiling tabled_derive v0.7.0
4372024-08-19T17:57:55.700Z Compiling tabled v0.15.0
4382024-08-19T17:57:57.126Z Compiling serde_derive v1.0.208
4392024-08-19T17:57:57.126Z Compiling thiserror-impl v1.0.63
4402024-08-19T17:57:57.136Z Compiling zerocopy-derive v0.7.34
4412024-08-19T17:57:57.136Z Compiling scroll_derive v0.12.0
4422024-08-19T17:57:57.586Z Compiling clap_derive v4.5.13
4432024-08-19T17:57:58.570Z Compiling scroll v0.12.0
4442024-08-19T17:57:59.039Z Compiling zerocopy v0.7.34
4452024-08-19T17:57:59.062Z Compiling goblin v0.8.2
4462024-08-19T17:57:59.748Z Compiling pest v2.7.10
4472024-08-19T17:58:01.498Z Compiling clap v4.5.16
4482024-08-19T17:58:01.983Z Compiling pest_meta v2.7.10
4492024-08-19T17:58:02.806Z Compiling pest_generator v2.7.10
4502024-08-19T17:58:04.661Z Compiling pest_derive v2.7.10
4512024-08-19T17:58:05.447Z Compiling dtrace-parser v0.2.0
4522024-08-19T17:58:07.276Z Compiling serde_tokenstream v0.2.2
4532024-08-19T17:58:07.403Z Compiling serde_spanned v0.6.7
4542024-08-19T17:58:07.403Z Compiling toml_datetime v0.6.8
4552024-08-19T17:58:07.699Z Compiling toml_edit v0.22.20
4562024-08-19T17:58:07.806Z Compiling cargo-platform v0.1.8
4572024-08-19T17:58:07.897Z Compiling macaddr v1.0.1
4582024-08-19T17:58:08.661Z Compiling dof v0.3.0
4592024-08-19T17:58:08.788Z Compiling cargo_metadata v0.18.1
4602024-08-19T17:58:10.379Z Compiling usdt-attr-macro v0.5.0
4612024-08-19T17:58:10.382Z Compiling usdt-macro v0.5.0
4622024-08-19T17:58:10.561Z Compiling toml v0.8.19
4632024-08-19T17:58:11.422Z Compiling cargo_toml v0.20.4
4642024-08-19T17:58:11.785Z Compiling usdt v0.5.0
4652024-08-19T17:58:15.098Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662024-08-19T17:58:18.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.83s
4672024-08-19T17:58:19.107Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4682024-08-19T17:58:19.662Z Downloading crates ...
4692024-08-19T17:58:19.767Z Downloaded arrayref v0.3.7
4702024-08-19T17:58:19.770Z Downloaded assert_matches v1.5.0
4712024-08-19T17:58:19.776Z Downloaded aead v0.5.2
4722024-08-19T17:58:19.780Z Downloaded crunchy v0.2.2
4732024-08-19T17:58:19.784Z Downloaded ascii v1.1.0
4742024-08-19T17:58:19.787Z Downloaded atty v0.2.14
4752024-08-19T17:58:19.787Z Downloaded argon2 v0.5.3
4762024-08-19T17:58:19.791Z Downloaded bitstruct v0.1.1
4772024-08-19T17:58:19.795Z Downloaded darling_macro v0.20.9
4782024-08-19T17:58:19.798Z Downloaded allocator-api2 v0.2.18
4792024-08-19T17:58:19.800Z Downloaded defmt-macros v0.3.9
4802024-08-19T17:58:19.803Z Downloaded colored v2.1.0
4812024-08-19T17:58:19.806Z Downloaded cexpr v0.6.0
4822024-08-19T17:58:19.808Z Downloaded constant_time_eq v0.3.0
4832024-08-19T17:58:19.811Z Downloaded chacha20 v0.9.1
4842024-08-19T17:58:19.811Z Downloaded cipher v0.4.4
4852024-08-19T17:58:19.814Z Downloaded cbc v0.1.2
4862024-08-19T17:58:19.816Z Downloaded crossbeam-deque v0.8.5
4872024-08-19T17:58:19.818Z Downloaded is-terminal v0.4.12
4882024-08-19T17:58:19.821Z Downloaded match_cfg v0.1.0
4892024-08-19T17:58:19.821Z Downloaded impl-trait-for-tuples v0.2.2
4902024-08-19T17:58:19.824Z Downloaded num_threads v0.1.7
4912024-08-19T17:58:19.824Z Downloaded ciborium-io v0.2.2
4922024-08-19T17:58:19.826Z Downloaded opaque-debug v0.3.1
4932024-08-19T17:58:19.826Z Downloaded openssl-probe v0.1.5
4942024-08-19T17:58:19.829Z Downloaded num-conv v0.1.0
4952024-08-19T17:58:19.829Z Downloaded cobs v0.2.3
4962024-08-19T17:58:19.831Z Downloaded new_debug_unreachable v1.0.6
4972024-08-19T17:58:19.831Z Downloaded ahash v0.8.11
4982024-08-19T17:58:19.834Z Downloaded bit-vec v0.6.3
4992024-08-19T17:58:19.836Z Downloaded async-stream v0.3.5
5002024-08-19T17:58:19.839Z Downloaded oso-derive v0.27.3
5012024-08-19T17:58:19.839Z Downloaded cookie_store v0.20.0
5022024-08-19T17:58:19.841Z Downloaded linear-map v1.2.0
5032024-08-19T17:58:19.844Z Downloaded libefi-sys v0.1.0
5042024-08-19T17:58:19.844Z Downloaded cassowary v0.3.0
5052024-08-19T17:58:19.846Z Downloaded base64ct v1.6.0
5062024-08-19T17:58:19.849Z Downloaded mime_guess v2.0.4
5072024-08-19T17:58:19.852Z Downloaded memoffset v0.9.1
5082024-08-19T17:58:19.852Z Downloaded managed v0.8.0
5092024-08-19T17:58:19.855Z Downloaded async-stream-impl v0.3.5
5102024-08-19T17:58:19.855Z Downloaded cfg_aliases v0.1.1
5112024-08-19T17:58:19.855Z Downloaded bitstruct_derive v0.1.0
5122024-08-19T17:58:19.858Z Downloaded instability v0.3.2
5132024-08-19T17:58:19.858Z Downloaded keccak v0.1.5
5142024-08-19T17:58:19.858Z Downloaded md-5 v0.10.6
5152024-08-19T17:58:19.861Z Downloaded lazy_static v1.5.0
5162024-08-19T17:58:19.864Z Downloaded mockall v0.13.0
5172024-08-19T17:58:19.864Z Downloaded crucible-workspace-hack v0.1.0
5182024-08-19T17:58:19.864Z Downloaded num_enum v0.5.11
5192024-08-19T17:58:19.869Z Downloaded bitfield-struct v0.6.1
5202024-08-19T17:58:19.871Z Downloaded serde_plain v1.0.2
5212024-08-19T17:58:19.874Z Downloaded parse-display v0.10.0
5222024-08-19T17:58:19.874Z Downloaded data-encoding v2.6.0
5232024-08-19T17:58:19.876Z Downloaded serde_repr v0.1.19
5242024-08-19T17:58:19.878Z Downloaded packed_struct v0.10.1
5252024-08-19T17:58:19.879Z Downloaded libloading v0.8.3
5262024-08-19T17:58:19.881Z Downloaded is_ci v1.2.0
5272024-08-19T17:58:19.884Z Downloaded instant v0.1.12
5282024-08-19T17:58:19.884Z Downloaded crossbeam-utils v0.8.19
5292024-08-19T17:58:19.886Z Downloaded defmt v0.3.8
5302024-08-19T17:58:19.889Z Downloaded crc32fast v1.4.0
5312024-08-19T17:58:19.892Z Downloaded darling v0.20.9
5322024-08-19T17:58:19.896Z Downloaded termtree v0.4.1
5332024-08-19T17:58:19.898Z Downloaded lru v0.12.3
5342024-08-19T17:58:19.902Z Downloaded ipnet v2.9.0
5352024-08-19T17:58:19.902Z Downloaded num-rational v0.4.2
5362024-08-19T17:58:19.904Z Downloaded bitflags v1.3.2
5372024-08-19T17:58:19.906Z Downloaded convert_case v0.4.0
5382024-08-19T17:58:19.907Z Downloaded number_prefix v0.4.0
5392024-08-19T17:58:19.909Z Downloaded crc v3.2.1
5402024-08-19T17:58:19.912Z Downloaded const_format_proc_macros v0.2.32
5412024-08-19T17:58:19.914Z Downloaded openssl-macros v0.1.1
5422024-08-19T17:58:19.914Z Downloaded hyper-tls v0.5.0
5432024-08-19T17:58:19.917Z Downloaded signal-hook-tokio v0.3.1
5442024-08-19T17:58:19.917Z Downloaded smallvec v0.6.14
5452024-08-19T17:58:19.919Z Downloaded slog-json v2.6.1
5462024-08-19T17:58:19.922Z Downloaded spin v0.5.2
5472024-08-19T17:58:19.922Z Downloaded parking_lot v0.11.2
5482024-08-19T17:58:19.925Z Downloaded serde_urlencoded v0.7.1
5492024-08-19T17:58:19.927Z Downloaded parking_lot_core v0.8.6
5502024-08-19T17:58:19.930Z Downloaded cstr-argument v0.1.2
5512024-08-19T17:58:19.930Z Downloaded indexmap v1.9.3
5522024-08-19T17:58:19.932Z Downloaded addr2line v0.21.0
5532024-08-19T17:58:19.934Z Downloaded curve25519-dalek-derive v0.1.1
5542024-08-19T17:58:19.937Z Downloaded crc-any v2.5.0
5552024-08-19T17:58:19.940Z Downloaded bytes v1.7.1
5562024-08-19T17:58:19.943Z Downloaded supports-color v3.0.0
5572024-08-19T17:58:19.945Z Downloaded precomputed-hash v0.1.1
5582024-08-19T17:58:19.945Z Downloaded predicates-core v1.0.6
5592024-08-19T17:58:19.948Z Downloaded indent_write v2.2.0
5602024-08-19T17:58:19.948Z Downloaded cancel-safe-futures v0.1.5
5612024-08-19T17:58:19.950Z Downloaded camino-tempfile v1.1.1
5622024-08-19T17:58:19.953Z Downloaded headers-core v0.2.0
5632024-08-19T17:58:19.953Z Downloaded diesel_table_macro_syntax v0.2.0
5642024-08-19T17:58:19.956Z Downloaded bcs v0.1.6
5652024-08-19T17:58:19.958Z Downloaded bzip2 v0.4.4
5662024-08-19T17:58:19.958Z Downloaded buf-list v1.0.3
5672024-08-19T17:58:19.961Z Downloaded multimap v0.10.0
5682024-08-19T17:58:19.963Z Downloaded maybe-uninit v2.0.0
5692024-08-19T17:58:19.963Z Downloaded libsw v3.3.1
5702024-08-19T17:58:19.966Z Downloaded zeroize v1.7.0
5712024-08-19T17:58:19.968Z Downloaded num_enum_derive v0.5.11
5722024-08-19T17:58:19.968Z Downloaded zeroize_derive v1.4.2
5732024-08-19T17:58:19.971Z Downloaded nodrop v0.1.14
5742024-08-19T17:58:19.971Z Downloaded num-iter v0.1.45
5752024-08-19T17:58:19.973Z Downloaded num-derive v0.4.2
5762024-08-19T17:58:19.973Z Downloaded num v0.4.3
5772024-08-19T17:58:19.976Z Downloaded http-range v0.1.5
5782024-08-19T17:58:19.977Z Downloaded fixedbitset v0.4.2
5792024-08-19T17:58:19.979Z Downloaded fallible-streaming-iterator v0.1.9
5802024-08-19T17:58:19.979Z Downloaded parse-size v1.0.0
5812024-08-19T17:58:19.979Z Downloaded const_format v0.2.32
5822024-08-19T17:58:19.984Z Downloaded backtrace v0.3.71
5832024-08-19T17:58:19.990Z Downloaded scrypt v0.11.0
5842024-08-19T17:58:19.992Z Downloaded hyper-staticfile v0.9.5
5852024-08-19T17:58:19.995Z Downloaded group v0.13.0
5862024-08-19T17:58:19.995Z Downloaded tokio-native-tls v0.3.1
5872024-08-19T17:58:19.997Z Downloaded getopts v0.2.21
5882024-08-19T17:58:20.000Z Downloaded zone_cfg_derive v0.1.2
5892024-08-19T17:58:20.000Z Downloaded rand_xorshift v0.3.0
5902024-08-19T17:58:20.000Z Downloaded rand_seeder v0.3.0
5912024-08-19T17:58:20.003Z Downloaded const-oid v0.9.6
5922024-08-19T17:58:20.006Z Downloaded blake2 v0.10.6
5932024-08-19T17:58:20.008Z Downloaded jobserver v0.1.32
5942024-08-19T17:58:20.010Z Downloaded uzers v0.11.3
5952024-08-19T17:58:20.013Z Downloaded twox-hash v1.6.3
5962024-08-19T17:58:20.013Z Downloaded slog v2.7.0
5972024-08-19T17:58:20.016Z Downloaded hyper-rustls v0.24.2
5982024-08-19T17:58:20.018Z Downloaded socket2 v0.4.10
5992024-08-19T17:58:20.021Z Downloaded sqlparser_derive v0.2.2
6002024-08-19T17:58:20.021Z Downloaded filetime v0.2.24
6012024-08-19T17:58:20.024Z Downloaded kstat-rs v0.2.4
6022024-08-19T17:58:20.026Z Downloaded tower-service v0.3.2
6032024-08-19T17:58:20.026Z Downloaded inout v0.1.3
6042024-08-19T17:58:20.029Z Downloaded crossbeam-epoch v0.9.18
6052024-08-19T17:58:20.031Z Downloaded nu-ansi-term v0.50.0
6062024-08-19T17:58:20.034Z Downloaded lock_api v0.4.12
6072024-08-19T17:58:20.034Z Downloaded portpicker v0.1.1
6082024-08-19T17:58:20.037Z Downloaded slab v0.4.9
6092024-08-19T17:58:20.037Z Downloaded serde-hex v0.1.0
6102024-08-19T17:58:20.039Z Downloaded endian-type v0.1.2
6112024-08-19T17:58:20.040Z Downloaded serde_path_to_error v0.1.16
6122024-08-19T17:58:20.042Z Downloaded radium v0.7.0
6132024-08-19T17:58:20.042Z Downloaded thiserror-impl-no-std v2.0.2
6142024-08-19T17:58:20.045Z Downloaded tinyvec v1.6.0
6152024-08-19T17:58:20.047Z Downloaded predicates v3.1.2
6162024-08-19T17:58:20.050Z Downloaded difflib v0.4.0
6172024-08-19T17:58:20.052Z Downloaded zone v0.1.8
6182024-08-19T17:58:20.052Z Downloaded utf-8 v0.7.6
6192024-08-19T17:58:20.055Z Downloaded uuid v1.10.0
6202024-08-19T17:58:20.058Z Downloaded owo-colors v4.0.0
6212024-08-19T17:58:20.060Z Downloaded darling_core v0.20.9
6222024-08-19T17:58:20.063Z Downloaded snafu v0.8.2
6232024-08-19T17:58:20.069Z Downloaded tinyvec_macros v0.1.1
6242024-08-19T17:58:20.073Z Downloaded futures-task v0.3.30
6252024-08-19T17:58:20.075Z Downloaded futures-sink v0.3.30
6262024-08-19T17:58:20.075Z Downloaded want v0.3.1
6272024-08-19T17:58:20.075Z Downloaded foreign-types v0.5.0
6282024-08-19T17:58:20.075Z Downloaded siphasher v0.3.11
6292024-08-19T17:58:20.078Z Downloaded tokio-macros v2.4.0
6302024-08-19T17:58:20.078Z Downloaded percent-encoding v2.3.1
6312024-08-19T17:58:20.080Z Downloaded serde_derive_internals v0.29.1
6322024-08-19T17:58:20.083Z Downloaded serde_arrays v0.1.0
6332024-08-19T17:58:20.083Z Downloaded rustls-pemfile v1.0.4
6342024-08-19T17:58:20.085Z Downloaded fxhash v0.2.1
6352024-08-19T17:58:20.085Z Downloaded futures-io v0.3.30
6362024-08-19T17:58:20.088Z Downloaded float-ord v0.3.2
6372024-08-19T17:58:20.088Z Downloaded ref-cast v1.0.23
6382024-08-19T17:58:20.090Z Downloaded rand_core v0.6.4
6392024-08-19T17:58:20.093Z Downloaded salsa20 v0.10.2
6402024-08-19T17:58:20.095Z Downloaded resolv-conf v0.7.0
6412024-08-19T17:58:20.095Z Downloaded smf v0.2.3
6422024-08-19T17:58:20.098Z Downloaded tungstenite v0.21.0
6432024-08-19T17:58:20.100Z Downloaded futures-executor v0.3.30
6442024-08-19T17:58:20.104Z Downloaded slog-async v2.8.0
6452024-08-19T17:58:20.107Z Downloaded string_cache v0.8.7
6462024-08-19T17:58:20.107Z Downloaded static_assertions v1.1.0
6472024-08-19T17:58:20.107Z Downloaded unicase v2.7.0
6482024-08-19T17:58:20.110Z Downloaded socket2 v0.5.7
6492024-08-19T17:58:20.112Z Downloaded crypto-bigint v0.5.5
6502024-08-19T17:58:20.117Z Downloaded serde-big-array v0.5.1
6512024-08-19T17:58:20.120Z Downloaded dirs-sys-next v0.1.2
6522024-08-19T17:58:20.122Z Downloaded pem-rfc7468 v0.7.0
6532024-08-19T17:58:20.122Z Downloaded try-lock v0.2.5
6542024-08-19T17:58:20.133Z Downloaded psl-types v2.0.11
6552024-08-19T17:58:20.133Z Downloaded predicates-tree v1.0.9
6562024-08-19T17:58:20.136Z Downloaded hostname v0.4.0
6572024-08-19T17:58:20.136Z Downloaded foreign-types-macros v0.2.3
6582024-08-19T17:58:20.136Z Downloaded waitgroup v0.1.2
6592024-08-19T17:58:20.136Z Downloaded vte_generate_state_changes v0.1.1
6602024-08-19T17:58:20.136Z Downloaded foreign-types-shared v0.3.1
6612024-08-19T17:58:20.137Z Downloaded password-hash v0.5.0
6622024-08-19T17:58:20.137Z Downloaded rustls-pki-types v1.7.0
6632024-08-19T17:58:20.137Z Downloaded highway v1.2.0
6642024-08-19T17:58:20.139Z Downloaded parking_lot v0.12.2
6652024-08-19T17:58:20.141Z Downloaded diff v0.1.13
6662024-08-19T17:58:20.144Z Downloaded rayon-core v1.12.1
6672024-08-19T17:58:20.147Z Downloaded tokio-rustls v0.25.0
6682024-08-19T17:58:20.150Z Downloaded heck v0.3.3
6692024-08-19T17:58:20.152Z Downloaded path-slash v0.1.5
6702024-08-19T17:58:20.152Z Downloaded phf v0.11.2
6712024-08-19T17:58:20.155Z Downloaded hex v0.4.3
6722024-08-19T17:58:20.158Z Downloaded indicatif v0.17.8
6732024-08-19T17:58:20.160Z Downloaded miniz_oxide v0.7.2
6742024-08-19T17:58:20.163Z Downloaded semver v0.1.20
6752024-08-19T17:58:20.163Z Downloaded rustls-pemfile v2.1.3
6762024-08-19T17:58:20.166Z Downloaded walkdir v2.5.0
6772024-08-19T17:58:20.168Z Downloaded sha1 v0.10.6
6782024-08-19T17:58:20.171Z Downloaded subtle v2.5.0
6792024-08-19T17:58:20.171Z Downloaded futures-channel v0.3.30
6802024-08-19T17:58:20.174Z Downloaded postcard v1.0.8
6812024-08-19T17:58:20.176Z Downloaded time-core v0.1.2
6822024-08-19T17:58:20.186Z Downloaded wait-timeout v0.2.0
6832024-08-19T17:58:20.188Z Downloaded glob v0.3.1
6842024-08-19T17:58:20.191Z Downloaded mio v0.8.11
6852024-08-19T17:58:20.195Z Downloaded untrusted v0.9.0
6862024-08-19T17:58:20.197Z Downloaded fd-lock v4.0.2
6872024-08-19T17:58:20.200Z Downloaded slog-bunyan v2.5.0
6882024-08-19T17:58:20.202Z Downloaded signal-hook v0.3.17
6892024-08-19T17:58:20.204Z Downloaded openssl-sys v0.9.103
6902024-08-19T17:58:20.208Z Downloaded pin-utils v0.1.0
6912024-08-19T17:58:20.211Z Downloaded rand_chacha v0.3.1
6922024-08-19T17:58:20.213Z Downloaded http-body v0.4.6
6932024-08-19T17:58:20.213Z Downloaded crossterm v0.28.1
6942024-08-19T17:58:20.220Z Downloaded fallible-iterator v0.3.0
6952024-08-19T17:58:20.222Z Downloaded hickory-server v0.24.1
6962024-08-19T17:58:20.226Z Downloaded smawk v0.3.2
6972024-08-19T17:58:20.230Z Downloaded foreign-types v0.3.2
6982024-08-19T17:58:20.232Z Downloaded downcast v0.11.0
6992024-08-19T17:58:20.232Z Downloaded spki v0.7.3
7002024-08-19T17:58:20.232Z Downloaded topological-sort v0.2.2
7012024-08-19T17:58:20.235Z Downloaded postgres-types v0.2.7
7022024-08-19T17:58:20.237Z Downloaded rustversion v1.0.17
7032024-08-19T17:58:20.240Z Downloaded vte v0.11.1
7042024-08-19T17:58:20.242Z Downloaded zip v0.6.6
7052024-08-19T17:58:20.245Z Downloaded unsafe-libyaml v0.2.11
7062024-08-19T17:58:20.250Z Downloaded enum-as-inner v0.6.0
7072024-08-19T17:58:20.252Z Downloaded url v2.5.2
7082024-08-19T17:58:20.254Z Downloaded vsss-rs v3.3.4
7092024-08-19T17:58:20.257Z Downloaded peg-runtime v0.8.3
7102024-08-19T17:58:20.257Z Downloaded ref-cast-impl v1.0.23
7112024-08-19T17:58:20.259Z Downloaded pkg-config v0.3.30
7122024-08-19T17:58:20.262Z Downloaded pin-project-lite v0.2.14
7132024-08-19T17:58:20.264Z Downloaded strip-ansi-escapes v0.2.0
7142024-08-19T17:58:20.267Z Downloaded elliptic-curve v0.13.8
7152024-08-19T17:58:20.269Z Downloaded diesel_derives v2.2.2
7162024-08-19T17:58:20.274Z Downloaded pretty-hex v0.2.1
7172024-08-19T17:58:20.276Z Downloaded structmeta-derive v0.2.0
7182024-08-19T17:58:20.279Z Downloaded secrecy v0.8.0
7192024-08-19T17:58:20.279Z Downloaded wyz v0.5.1
7202024-08-19T17:58:20.281Z Downloaded structmeta v0.3.0
7212024-08-19T17:58:20.281Z Downloaded strum v0.26.3
7222024-08-19T17:58:20.281Z Downloaded spin v0.9.8
7232024-08-19T17:58:20.284Z Downloaded rpassword v7.3.1
7242024-08-19T17:58:20.286Z Downloaded pem v3.0.4
7252024-08-19T17:58:20.289Z Downloaded derive_builder v0.20.0
7262024-08-19T17:58:20.291Z Downloaded tracing-attributes v0.1.27
7272024-08-19T17:58:20.294Z Downloaded shell-words v1.1.0
7282024-08-19T17:58:20.296Z Downloaded mio v1.0.2
7292024-08-19T17:58:20.301Z Downloaded crossterm v0.27.0
7302024-08-19T17:58:20.308Z Downloaded r2d2 v0.8.10
7312024-08-19T17:58:20.310Z Downloaded hashbrown v0.13.2
7322024-08-19T17:58:20.313Z Downloaded shlex v1.3.0
7332024-08-19T17:58:20.315Z Downloaded funty v2.0.0
7342024-08-19T17:58:20.315Z Downloaded pin-project v1.1.5
7352024-08-19T17:58:20.326Z Downloaded fallible-iterator v0.2.0
7362024-08-19T17:58:20.328Z Downloaded phf_shared v0.10.0
7372024-08-19T17:58:20.328Z Downloaded yasna v0.5.2
7382024-08-19T17:58:20.330Z Downloaded tokio-tungstenite v0.20.1
7392024-08-19T17:58:20.333Z Downloaded proc-macro-crate v1.3.1
7402024-08-19T17:58:20.335Z Downloaded getrandom v0.2.14
7412024-08-19T17:58:20.338Z Downloaded termcolor v1.4.1
7422024-08-19T17:58:20.341Z Downloaded structmeta-derive v0.3.0
7432024-08-19T17:58:20.341Z Downloaded serde_with_macros v3.9.0
7442024-08-19T17:58:20.343Z Downloaded sqlformat v0.2.4
7452024-08-19T17:58:20.343Z Downloaded peg v0.8.4
7462024-08-19T17:58:20.347Z Downloaded vergen v8.3.2
7472024-08-19T17:58:20.350Z Downloaded derive_builder_macro v0.20.0
7482024-08-19T17:58:20.352Z Downloaded strum_macros v0.26.4
7492024-08-19T17:58:20.355Z Downloaded minimal-lexical v0.2.1
7502024-08-19T17:58:20.358Z Downloaded foreign-types-shared v0.1.1
7512024-08-19T17:58:20.361Z Downloaded unicode-truncate v1.0.0
7522024-08-19T17:58:20.361Z Downloaded num-bigint-dig v0.8.4
7532024-08-19T17:58:20.364Z Downloaded toolchain_find v0.4.0
7542024-08-19T17:58:20.367Z Downloaded slog-envlogger v2.2.0
7552024-08-19T17:58:20.367Z Downloaded powerfmt v0.2.0
7562024-08-19T17:58:20.369Z Downloaded fragile v2.0.0
7572024-08-19T17:58:20.372Z Downloaded schemars v0.8.21
7582024-08-19T17:58:20.381Z Downloaded ron v0.8.1
7592024-08-19T17:58:20.386Z Downloaded fastrand v2.1.0
7602024-08-19T17:58:20.389Z Downloaded tiny-keccak v2.0.2
7612024-08-19T17:58:20.391Z Downloaded publicsuffix v2.2.3
7622024-08-19T17:58:20.394Z Downloaded nom v7.1.3
7632024-08-19T17:58:20.398Z Downloaded float-cmp v0.9.0
7642024-08-19T17:58:20.400Z Downloaded ppv-lite86 v0.2.17
7652024-08-19T17:58:20.400Z Downloaded rustc_version v0.1.7
7662024-08-19T17:58:20.403Z Downloaded typed-path v0.7.1
7672024-08-19T17:58:20.407Z Downloaded embedded-io v0.4.0
7682024-08-19T17:58:20.409Z Downloaded derive-where v1.2.7
7692024-08-19T17:58:20.412Z Downloaded rusty-fork v0.3.0
7702024-08-19T17:58:20.414Z Downloaded slog-stdlog v4.1.1
7712024-08-19T17:58:20.417Z Downloaded similar v2.6.0
7722024-08-19T17:58:20.419Z Downloaded aho-corasick v1.1.3
7732024-08-19T17:58:20.426Z Downloaded poly1305 v0.8.0
7742024-08-19T17:58:20.428Z Downloaded rustc-hash v1.1.0
7752024-08-19T17:58:20.428Z Downloaded hash32 v0.2.1
7762024-08-19T17:58:20.431Z Downloaded universal-hash v0.5.1
7772024-08-19T17:58:20.431Z Downloaded half v2.4.1
7782024-08-19T17:58:20.434Z Downloaded rtoolbox v0.0.2
7792024-08-19T17:58:20.436Z Downloaded pbkdf2 v0.12.2
7802024-08-19T17:58:20.436Z Downloaded sct v0.7.1
7812024-08-19T17:58:20.439Z Downloaded pkcs8 v0.10.2
7822024-08-19T17:58:20.442Z Downloaded smallvec v1.13.2
7832024-08-19T17:58:20.445Z Downloaded der_derive v0.7.2
7842024-08-19T17:58:20.447Z Downloaded slog-term v2.9.1
7852024-08-19T17:58:20.450Z Downloaded dsl_auto_type v0.1.2
7862024-08-19T17:58:20.450Z Downloaded time-macros v0.2.18
7872024-08-19T17:58:20.452Z Downloaded prettyplease v0.2.20
7882024-08-19T17:58:20.456Z Downloaded libxml v0.3.3
7892024-08-19T17:58:20.465Z Downloaded itertools v0.13.0
7902024-08-19T17:58:20.470Z Downloaded rustc_version v0.4.0
7912024-08-19T17:58:20.473Z Downloaded fatfs v0.3.6
7922024-08-19T17:58:20.475Z Downloaded hickory-client v0.24.1
7932024-08-19T17:58:20.478Z Downloaded heapless v0.8.0
7942024-08-19T17:58:20.482Z Downloaded untrusted v0.7.1
7952024-08-19T17:58:20.484Z Downloaded unarray v0.1.4
7962024-08-19T17:58:20.487Z Downloaded signal-hook-registry v1.4.2
7972024-08-19T17:58:20.487Z Downloaded sec1 v0.7.3
7982024-08-19T17:58:20.489Z Downloaded ena v0.14.3
7992024-08-19T17:58:20.489Z Downloaded libm v0.2.8
8002024-08-19T17:58:20.498Z Downloaded scopeguard v1.2.0
8012024-08-19T17:58:20.500Z Downloaded derive_more v0.99.18
8022024-08-19T17:58:20.505Z Downloaded hash32 v0.3.1
8032024-08-19T17:58:20.507Z Downloaded schemars_derive v0.8.21
8042024-08-19T17:58:20.510Z Downloaded futures-util v0.3.30
8052024-08-19T17:58:20.521Z Downloaded steno v0.4.1
8062024-08-19T17:58:20.525Z Downloaded derive_builder_core v0.20.0
8072024-08-19T17:58:20.528Z Downloaded tokio-tungstenite v0.21.0
8082024-08-19T17:58:20.531Z Downloaded heapless v0.7.17
8092024-08-19T17:58:20.534Z Downloaded expectorate v1.1.0
8102024-08-19T17:58:20.537Z Downloaded humantime v2.1.0
8112024-08-19T17:58:20.539Z Downloaded deranged v0.3.11
8122024-08-19T17:58:20.542Z Downloaded time v0.3.36
8132024-08-19T17:58:20.547Z Downloaded home v0.5.9
8142024-08-19T17:58:20.550Z Downloaded serde_yaml v0.9.34+deprecated
8152024-08-19T17:58:20.553Z Downloaded display-error-chain v0.2.0
8162024-08-19T17:58:20.555Z Downloaded flate2 v1.0.31
8172024-08-19T17:58:20.560Z Downloaded serde_with v3.9.0
8182024-08-19T17:58:20.569Z Downloaded hmac v0.12.1
8192024-08-19T17:58:20.571Z Downloaded tokio-util v0.7.11
8202024-08-19T17:58:20.578Z Downloaded rustyline v14.0.0
8212024-08-19T17:58:20.584Z Downloaded portable-atomic v1.6.0
8222024-08-19T17:58:20.590Z Downloaded pkcs5 v0.7.1
8232024-08-19T17:58:20.595Z Downloaded itertools v0.12.1
8242024-08-19T17:58:20.602Z Downloaded idna v0.5.0
8252024-08-19T17:58:20.609Z Downloaded hyper v0.14.30
8262024-08-19T17:58:20.619Z Downloaded rsa v0.9.6
8272024-08-19T17:58:20.624Z Downloaded curve25519-dalek v4.1.3
8282024-08-19T17:58:20.635Z Downloaded reqwest v0.11.27
8292024-08-19T17:58:20.642Z Downloaded rusqlite v0.31.0
8302024-08-19T17:58:20.649Z Downloaded proptest v1.5.0
8312024-08-19T17:58:20.660Z Downloaded x509-cert v0.2.5
8322024-08-19T17:58:20.666Z Downloaded unicode_categories v0.1.1
8332024-08-19T17:58:20.668Z Downloaded bstr v1.9.1
8342024-08-19T17:58:20.680Z Downloaded rustls-webpki v0.101.7
8352024-08-19T17:58:20.694Z Downloaded hickory-resolver v0.24.1
8362024-08-19T17:58:20.699Z Downloaded radix_trie v0.2.1
8372024-08-19T17:58:20.705Z Downloaded gimli v0.28.1
8382024-08-19T17:58:20.713Z Downloaded rustls v0.21.12
8392024-08-19T17:58:20.726Z Downloaded toml_edit v0.19.15
8402024-08-19T17:58:20.744Z Downloaded regress v0.9.1
8412024-08-19T17:58:20.752Z Downloaded diesel v2.2.2
8422024-08-19T17:58:20.772Z Downloaded rustls v0.22.4
8432024-08-19T17:58:20.786Z Downloaded ratatui v0.28.0
8442024-08-19T17:58:20.807Z Downloaded zerocopy-derive v0.6.6
8452024-08-19T17:58:20.816Z Downloaded object v0.30.4
8462024-08-19T17:58:20.826Z Downloaded bzip2-sys v0.1.11+1.0.8
8472024-08-19T17:58:20.838Z Downloaded lalrpop v0.19.12
8482024-08-19T17:58:20.850Z Downloaded winnow v0.5.40
8492024-08-19T17:58:20.858Z Downloaded tokio v1.39.2
8502024-08-19T17:58:20.896Z Downloaded quick-xml v0.31.0
8512024-08-19T17:58:20.901Z Downloaded sha3 v0.10.8
8522024-08-19T17:58:20.906Z Downloaded vcpkg v0.2.15
8532024-08-19T17:58:20.945Z Downloaded rustls-webpki v0.102.4
8542024-08-19T17:58:20.962Z Downloaded openssl v0.10.66
8552024-08-19T17:58:20.971Z Downloaded csv v1.3.0
8562024-08-19T17:58:20.991Z Downloaded encoding_rs v0.8.34
8572024-08-19T17:58:21.013Z Downloaded idna v0.4.0
8582024-08-19T17:58:21.020Z Downloaded nix v0.28.0
8592024-08-19T17:58:21.032Z Downloaded idna v0.3.0
8602024-08-19T17:58:21.039Z Downloaded smoltcp v0.9.1
8612024-08-19T17:58:21.050Z Downloaded object v0.32.2
8622024-08-19T17:58:21.061Z Downloaded nix v0.27.1
8632024-08-19T17:58:21.072Z Downloaded git2 v0.19.0
8642024-08-19T17:58:21.081Z Downloaded regex-syntax v0.6.29
8652024-08-19T17:58:21.088Z Downloaded regex v1.10.6
8662024-08-19T17:58:21.102Z Downloaded polar-core v0.27.3
8672024-08-19T17:58:21.110Z Downloaded smoltcp v0.11.0
8682024-08-19T17:58:21.124Z Downloaded webpki-roots v0.25.4
8692024-08-19T17:58:21.128Z Downloaded openapiv3 v2.0.0
8702024-08-19T17:58:21.140Z Downloaded tungstenite v0.20.1
8712024-08-19T17:58:21.143Z Downloaded regex-syntax v0.8.4
8722024-08-19T17:58:21.152Z Downloaded tracing-core v0.1.32
8732024-08-19T17:58:21.156Z Downloaded der v0.7.9
8742024-08-19T17:58:21.160Z Downloaded hashbrown v0.12.3
8752024-08-19T17:58:21.164Z Downloaded reedline v0.33.0
8762024-08-19T17:58:21.172Z Downloaded tough v0.17.1
8772024-08-19T17:58:21.180Z Downloaded hkdf v0.12.4
8782024-08-19T17:58:21.182Z Downloaded hickory-proto v0.24.1
8792024-08-19T17:58:21.198Z Downloaded h2 v0.3.26
8802024-08-19T17:58:21.204Z Downloaded unicode-segmentation v1.11.0
8812024-08-19T17:58:21.208Z Downloaded sqlparser v0.45.0
8822024-08-19T17:58:21.214Z Downloaded rayon v1.10.0
8832024-08-19T17:58:21.223Z Downloaded subprocess v0.2.9
8842024-08-19T17:58:21.226Z Downloaded sled v0.34.7
8852024-08-19T17:58:21.236Z Downloaded unicode-normalization v0.1.23
8862024-08-19T17:58:21.240Z Downloaded chrono v0.4.38
8872024-08-19T17:58:21.247Z Downloaded bitvec v1.0.1
8882024-08-19T17:58:21.263Z Downloaded bindgen v0.69.4
8892024-08-19T17:58:21.271Z Downloaded flume v0.11.0
8902024-08-19T17:58:21.274Z Downloaded rand v0.8.5
8912024-08-19T17:58:21.279Z Downloaded http v1.1.0
8922024-08-19T17:58:21.281Z Downloaded http v0.2.12
8932024-08-19T17:58:21.285Z Downloaded samael v0.0.15
8942024-08-19T17:58:21.290Z Downloaded hostname v0.3.1
8952024-08-19T17:58:21.292Z Downloaded xattr v1.3.1
8962024-08-19T17:58:21.297Z Downloaded slog-scope v4.4.0
8972024-08-19T17:58:21.297Z Downloaded signature v2.2.0
8982024-08-19T17:58:21.297Z Downloaded phf_shared v0.11.2
8992024-08-19T17:58:21.300Z Downloaded futures v0.3.30
9002024-08-19T17:58:21.306Z Downloaded thiserror-no-std v2.0.2
9012024-08-19T17:58:21.310Z Downloaded termios v0.3.3
9022024-08-19T17:58:21.310Z Downloaded regex-automata v0.4.6
9032024-08-19T17:58:21.324Z Downloaded quick-error v1.2.3
9042024-08-19T17:58:21.326Z Downloaded headers v0.3.9
9052024-08-19T17:58:21.330Z Downloaded gethostname v0.5.0
9062024-08-19T17:58:21.333Z Downloaded thread_local v1.1.8
9072024-08-19T17:58:21.333Z Downloaded slog-dtrace v0.3.0
9082024-08-19T17:58:21.335Z Downloaded sigpipe v0.1.3
9092024-08-19T17:58:21.337Z Downloaded finl_unicode v1.2.0
9102024-08-19T17:58:21.349Z Downloaded term v0.7.0
9112024-08-19T17:58:21.352Z Downloaded tokio-postgres v0.7.11
9122024-08-19T17:58:21.357Z Downloaded tokio-stream v0.1.15
9132024-08-19T17:58:21.362Z Downloaded petgraph v0.6.5
9142024-08-19T17:58:21.380Z Downloaded ron v0.7.1
9152024-08-19T17:58:21.386Z Downloaded pkcs1 v0.7.5
9162024-08-19T17:58:21.388Z Downloaded rcgen v0.12.1
9172024-08-19T17:58:21.391Z Downloaded tracing v0.1.40
9182024-08-19T17:58:21.394Z Downloaded rustc-demangle v0.1.24
9192024-08-19T17:58:21.396Z Downloaded blake3 v1.5.1
9202024-08-19T17:58:21.403Z Downloaded peg-macros v0.8.4
9212024-08-19T17:58:21.405Z Downloaded erased-serde v0.3.31
9222024-08-19T17:58:21.408Z Downloaded env_logger v0.10.2
9232024-08-19T17:58:21.410Z Downloaded env_logger v0.9.3
9242024-08-19T17:58:21.413Z Downloaded rustfmt-wrapper v0.2.1
9252024-08-19T17:58:21.416Z Downloaded httparse v1.8.0
9262024-08-19T17:58:21.416Z Downloaded which v4.4.2
9272024-08-19T17:58:21.418Z Downloaded defmt-parser v0.3.4
9282024-08-19T17:58:21.418Z Downloaded tar v0.4.41
9292024-08-19T17:58:21.421Z Downloaded structmeta v0.2.0
9302024-08-19T17:58:21.423Z Downloaded signal-hook-mio v0.2.4
9312024-08-19T17:58:21.423Z Downloaded form_urlencoded v1.2.1
9322024-08-19T17:58:21.423Z Downloaded tabwriter v1.4.0
9332024-08-19T17:58:21.426Z Downloaded tempfile v3.10.1
9342024-08-19T17:58:21.428Z Downloaded unicode-xid v0.2.4
9352024-08-19T17:58:21.428Z Downloaded stringprep v0.1.4
9362024-08-19T17:58:21.431Z Downloaded pin-project-internal v1.1.5
9372024-08-19T17:58:21.431Z Downloaded strum_macros v0.25.3
9382024-08-19T17:58:21.434Z Downloaded hubpack v0.1.2
9392024-08-19T17:58:21.434Z Downloaded httpdate v1.0.3
9402024-08-19T17:58:21.438Z Downloaded itertools v0.10.5
9412024-08-19T17:58:21.441Z Downloaded oso v0.27.3
9422024-08-19T17:58:21.444Z Downloaded aes v0.8.4
9432024-08-19T17:58:21.447Z Downloaded unicode-bidi v0.3.15
9442024-08-19T17:58:21.450Z Downloaded textwrap v0.16.1
9452024-08-19T17:58:21.453Z Downloaded stable_deref_trait v1.2.0
9462024-08-19T17:58:21.455Z Downloaded tui-tree-widget v0.22.0
9472024-08-19T17:58:21.455Z Downloaded tap v1.0.1
9482024-08-19T17:58:21.458Z Downloaded scheduled-thread-pool v0.2.7
9492024-08-19T17:58:21.458Z Downloaded same-file v1.0.6
9502024-08-19T17:58:21.460Z Downloaded tokio-rustls v0.24.1
9512024-08-19T17:58:21.463Z Downloaded ff v0.13.0
9522024-08-19T17:58:21.463Z Downloaded toml v0.7.8
9532024-08-19T17:58:21.466Z Downloaded crossbeam-channel v0.5.12
9542024-08-19T17:58:21.470Z Downloaded num-traits v0.2.19
9552024-08-19T17:58:21.474Z Downloaded omicron-zone-package v0.11.0
9562024-08-19T17:58:21.477Z Downloaded futures-macro v0.3.30
9572024-08-19T17:58:21.477Z Downloaded dirs-next v2.0.0
9582024-08-19T17:58:21.479Z Downloaded take_mut v0.2.2
9592024-08-19T17:58:21.479Z Downloaded postgres-protocol v0.6.7
9602024-08-19T17:58:21.482Z Downloaded hashlink v0.9.1
9612024-08-19T17:58:21.482Z Downloaded parking_lot_core v0.9.10
9622024-08-19T17:58:21.484Z Downloaded mockall_derive v0.13.0
9632024-08-19T17:58:21.487Z Downloaded num-complex v0.4.6
9642024-08-19T17:58:21.489Z Downloaded memmap2 v0.9.4
9652024-08-19T17:58:21.489Z Downloaded compact_str v0.8.0
9662024-08-19T17:58:21.492Z Downloaded base64 v0.22.1
9672024-08-19T17:58:21.496Z Downloaded whoami v1.5.1
9682024-08-19T17:58:21.499Z Downloaded test-strategy v0.3.1
9692024-08-19T17:58:21.502Z Downloaded cc v1.0.97
9702024-08-19T17:58:21.504Z Downloaded arc-swap v1.7.1
9712024-08-19T17:58:21.508Z Downloaded zerocopy v0.6.6
9722024-08-19T17:58:21.511Z Downloaded cookie v0.18.1
9732024-08-19T17:58:21.520Z Downloaded chacha20poly1305 v0.10.1
9742024-08-19T17:58:21.524Z Downloaded unicode-linebreak v0.1.5
9752024-08-19T17:58:21.524Z Downloaded tls_codec_derive v0.4.1
9762024-08-19T17:58:21.524Z Downloaded tls_codec v0.4.1
9772024-08-19T17:58:21.524Z Downloaded paste v1.0.15
9782024-08-19T17:58:21.524Z Downloaded iana-time-zone v0.1.60
9792024-08-19T17:58:21.528Z Downloaded globset v0.4.14
9802024-08-19T17:58:21.528Z Downloaded flagset v0.4.5
9812024-08-19T17:58:21.531Z Downloaded futures-core v0.3.30
9822024-08-19T17:58:21.531Z Downloaded native-tls v0.2.11
9832024-08-19T17:58:21.533Z Downloaded clang-sys v1.7.0
9842024-08-19T17:58:21.537Z Downloaded ciborium v0.2.2
9852024-08-19T17:58:21.540Z Downloaded parse-display-derive v0.10.0
9862024-08-19T17:58:21.540Z Downloaded packed_struct_codegen v0.10.1
9872024-08-19T17:58:21.540Z Downloaded base64 v0.21.7
9882024-08-19T17:58:21.542Z Downloaded either v1.13.0
9892024-08-19T17:58:21.546Z Downloaded dyn-clone v1.0.17
9902024-08-19T17:58:21.550Z Downloaded snafu-derive v0.8.2
9912024-08-19T17:58:21.550Z Downloaded csv-core v0.1.11
9922024-08-19T17:58:21.550Z Downloaded backoff v0.4.0
9932024-08-19T17:58:21.552Z Downloaded ident_case v1.0.1
9942024-08-19T17:58:21.552Z Downloaded mime v0.3.17
9952024-08-19T17:58:21.552Z Downloaded lru-cache v0.1.2
9962024-08-19T17:58:21.554Z Downloaded strum_macros v0.24.3
9972024-08-19T17:58:21.555Z Downloaded maplit v1.0.2
9982024-08-19T17:58:21.557Z Downloaded linked-hash-map v0.5.6
9992024-08-19T17:58:21.557Z Downloaded lazycell v1.3.0
10002024-08-19T17:58:21.560Z Downloaded lalrpop-util v0.19.12
10012024-08-19T17:58:21.560Z Downloaded ipnetwork v0.20.0
10022024-08-19T17:58:21.563Z Downloaded base64 v0.13.1
10032024-08-19T17:58:21.568Z Downloaded crc-catalog v2.4.0
10042024-08-19T17:58:21.568Z Downloaded newtype_derive v0.1.6
10052024-08-19T17:58:21.568Z Downloaded ciborium-ll v0.2.2
10062024-08-19T17:58:21.570Z Downloaded base16ct v0.2.0
10072024-08-19T17:58:21.570Z Downloaded bitfield v0.14.0
10082024-08-19T17:58:21.570Z Downloaded num-integer v0.1.46
10092024-08-19T17:58:21.573Z Downloaded normalize-line-endings v0.3.0
10102024-08-19T17:58:21.573Z Downloaded newline-converter v0.3.0
10112024-08-19T17:58:21.573Z Downloaded multer v3.1.0
10122024-08-19T17:58:21.575Z Downloaded block-padding v0.3.3
10132024-08-19T17:58:21.575Z Downloaded castaway v0.2.3
10142024-08-19T17:58:21.578Z Downloaded bit-set v0.5.3
10152024-08-19T17:58:21.578Z Downloaded sync_wrapper v0.1.2
10162024-08-19T17:58:21.580Z Downloaded atomicwrites v0.4.3
10172024-08-19T17:58:21.580Z Downloaded arrayvec v0.7.4
10182024-08-19T17:58:21.583Z Downloaded atomic-waker v1.1.2
10192024-08-19T17:58:21.583Z Downloaded async-recursion v1.1.1
10202024-08-19T17:58:21.586Z Downloaded adler v1.0.2
10212024-08-19T17:58:21.588Z Downloaded ascii-canvas v3.0.0
10222024-08-19T17:58:21.588Z Downloaded array-init v0.0.4
10232024-08-19T17:58:21.591Z Downloaded olpc-cjson v0.1.3
10242024-08-19T17:58:21.591Z Downloaded nibble_vec v0.1.0
10252024-08-19T17:58:21.591Z Downloaded newtype-uuid v1.1.0
10262024-08-19T17:58:21.593Z Downloaded nanorand v0.7.0
10272024-08-19T17:58:21.596Z Downloaded hubpack_derive v0.1.1
10282024-08-19T17:58:21.596Z Downloaded debug-ignore v1.0.5
10292024-08-19T17:58:21.598Z Downloaded bb8 v0.8.5
10302024-08-19T17:58:21.598Z Downloaded indoc v1.0.9
10312024-08-19T17:58:21.601Z Downloaded cookie v0.17.0
10322024-08-19T17:58:21.603Z Downloaded console v0.15.8
10332024-08-19T17:58:21.606Z Downloaded async-trait v0.1.81
10342024-08-19T17:58:21.763Z Downloaded libgit2-sys v0.17.0+1.8.1
10352024-08-19T17:58:22.472Z Downloaded libz-sys v1.1.16
10362024-08-19T17:58:22.602Z Downloaded ring v0.17.8
10372024-08-19T17:58:22.763Z Downloaded libsqlite3-sys v0.28.0
10382024-08-19T17:58:22.841Z Downloaded ring v0.16.20
10392024-08-19T17:58:23.008Z Compiling cfg-if v1.0.0
10402024-08-19T17:58:23.008Z Compiling serde v1.0.208
10412024-08-19T17:58:23.011Z Compiling typenum v1.17.0
10422024-08-19T17:58:23.011Z Compiling lock_api v0.4.12
10432024-08-19T17:58:23.011Z Compiling generic-array v0.14.7
10442024-08-19T17:58:23.165Z Compiling syn v2.0.74
10452024-08-19T17:58:23.175Z Compiling scopeguard v1.2.0
10462024-08-19T17:58:23.177Z Compiling log v0.4.21
10472024-08-19T17:58:23.229Z Compiling getrandom v0.2.14
10482024-08-19T17:58:23.497Z Compiling rand_core v0.6.4
10492024-08-19T17:58:23.589Z Compiling jobserver v0.1.32
10502024-08-19T17:58:23.676Z Compiling subtle v2.5.0
10512024-08-19T17:58:23.714Z Compiling const-oid v0.9.6
10522024-08-19T17:58:23.987Z Compiling cc v1.0.97
10532024-08-19T17:58:24.005Z Compiling pin-project-lite v0.2.14
10542024-08-19T17:58:24.008Z Compiling smallvec v1.13.2
10552024-08-19T17:58:24.115Z Compiling parking_lot_core v0.9.10
10562024-08-19T17:58:24.508Z Compiling signal-hook-registry v1.4.2
10572024-08-19T17:58:24.547Z Compiling spin v0.9.8
10582024-08-19T17:58:24.930Z Compiling mio v1.0.2
10592024-08-19T17:58:25.277Z Compiling parking_lot v0.12.2
10602024-08-19T17:58:25.301Z Compiling ahash v0.8.11
10612024-08-19T17:58:25.664Z Compiling tinyvec_macros v0.1.1
10622024-08-19T17:58:25.771Z Compiling tinyvec v1.6.0
10632024-08-19T17:58:25.792Z Compiling socket2 v0.5.7
10642024-08-19T17:58:25.959Z Compiling serde_json v1.0.125
10652024-08-19T17:58:26.176Z Compiling futures-core v0.3.30
10662024-08-19T17:58:26.234Z Compiling libm v0.2.8
10672024-08-19T17:58:26.299Z Compiling cpufeatures v0.2.12
10682024-08-19T17:58:26.415Z Compiling num-traits v0.2.19
10692024-08-19T17:58:26.437Z Compiling slab v0.4.9
10702024-08-19T17:58:26.605Z Compiling futures-sink v0.3.30
10712024-08-19T17:58:26.695Z Compiling allocator-api2 v0.2.18
10722024-08-19T17:58:26.720Z Compiling unicode-bidi v0.3.15
10732024-08-19T17:58:27.227Z Compiling unicode-normalization v0.1.23
10742024-08-19T17:58:27.251Z Compiling futures-channel v0.3.30
10752024-08-19T17:58:27.338Z Compiling futures-io v0.3.30
10762024-08-19T17:58:27.598Z Compiling vcpkg v0.2.15
10772024-08-19T17:58:27.649Z Compiling futures-task v0.3.30
10782024-08-19T17:58:28.048Z Compiling pin-utils v0.1.0
10792024-08-19T17:58:28.079Z Compiling pkg-config v0.3.30
10802024-08-19T17:58:28.126Z Compiling ring v0.17.8
10812024-08-19T17:58:28.184Z Compiling base64ct v1.6.0
10822024-08-19T17:58:28.212Z Compiling ppv-lite86 v0.2.17
10832024-08-19T17:58:28.737Z Compiling pem-rfc7468 v0.7.0
10842024-08-19T17:58:28.946Z Compiling flagset v0.4.5
10852024-08-19T17:58:29.124Z Compiling percent-encoding v2.3.1
10862024-08-19T17:58:29.450Z Compiling rand_chacha v0.3.1
10872024-08-19T17:58:29.479Z Compiling tracing-core v0.1.32
10882024-08-19T17:58:29.502Z Compiling untrusted v0.9.0
10892024-08-19T17:58:29.649Z Compiling openssl-sys v0.9.103
10902024-08-19T17:58:29.665Z Compiling rustix v0.38.34
10912024-08-19T17:58:29.872Z Compiling rand v0.8.5
10922024-08-19T17:58:30.456Z Compiling rustversion v1.0.17
10932024-08-19T17:58:30.684Z Compiling openssl v0.10.66
10942024-08-19T17:58:30.740Z Compiling foreign-types-shared v0.1.1
10952024-08-19T17:58:30.844Z Compiling time-core v0.1.2
10962024-08-19T17:58:31.008Z Compiling powerfmt v0.2.0
10972024-08-19T17:58:31.061Z Compiling num-conv v0.1.0
10982024-08-19T17:58:31.094Z Compiling httparse v1.8.0
10992024-08-19T17:58:31.277Z Compiling time-macros v0.2.18
11002024-08-19T17:58:31.350Z Compiling deranged v0.3.11
11012024-08-19T17:58:31.510Z Compiling foreign-types v0.3.2
11022024-08-19T17:58:31.527Z Compiling form_urlencoded v1.2.1
11032024-08-19T17:58:31.593Z Compiling aho-corasick v1.1.3
11042024-08-19T17:58:31.823Z Compiling crossbeam-utils v0.8.19
11052024-08-19T17:58:32.393Z Compiling num_threads v0.1.7
11062024-08-19T17:58:32.513Z Compiling native-tls v0.2.11
11072024-08-19T17:58:32.823Z Compiling rustls v0.21.12
11082024-08-19T17:58:32.839Z Compiling siphasher v0.3.11
11092024-08-19T17:58:33.047Z Compiling syn v1.0.109
11102024-08-19T17:58:33.049Z Compiling regex-syntax v0.8.4
11112024-08-19T17:58:33.147Z Compiling try-lock v0.2.5
11122024-08-19T17:58:33.278Z Compiling want v0.3.1
11132024-08-19T17:58:34.101Z Compiling time v0.3.36
11142024-08-19T17:58:34.170Z Compiling idna v0.5.0
11152024-08-19T17:58:34.981Z Compiling socket2 v0.4.10
11162024-08-19T17:58:35.722Z Compiling cookie v0.17.0
11172024-08-19T17:58:35.744Z Compiling finl_unicode v1.2.0
11182024-08-19T17:58:36.001Z Compiling slog v2.7.0
11192024-08-19T17:58:36.224Z Compiling regex-automata v0.4.6
11202024-08-19T17:58:36.244Z Compiling iana-time-zone v0.1.60
11212024-08-19T17:58:36.332Z Compiling adler v1.0.2
11222024-08-19T17:58:36.351Z Compiling serde_derive v1.0.208
11232024-08-19T17:58:36.536Z Compiling zeroize_derive v1.4.2
11242024-08-19T17:58:36.559Z Compiling zerocopy-derive v0.7.34
11252024-08-19T17:58:36.665Z Compiling tokio-macros v2.4.0
11262024-08-19T17:58:38.136Z Compiling zeroize v1.7.0
11272024-08-19T17:58:38.197Z Compiling thiserror-impl v1.0.63
11282024-08-19T17:58:38.314Z Compiling futures-macro v0.3.30
11292024-08-19T17:58:38.760Z Compiling zerocopy v0.7.34
11302024-08-19T17:58:39.084Z Compiling der_derive v0.7.2
11312024-08-19T17:58:39.336Z Compiling scroll_derive v0.12.0
11322024-08-19T17:58:39.991Z Compiling crypto-common v0.1.6
11332024-08-19T17:58:40.216Z Compiling block-buffer v0.10.4
11342024-08-19T17:58:40.431Z Compiling digest v0.10.7
11352024-08-19T17:58:40.474Z Compiling block-padding v0.3.3
11362024-08-19T17:58:40.732Z Compiling inout v0.1.3
11372024-08-19T17:58:40.806Z Compiling futures-util v0.3.30
11382024-08-19T17:58:40.907Z Compiling hmac v0.12.1
11392024-08-19T17:58:40.993Z Compiling hashbrown v0.14.5
11402024-08-19T17:58:41.045Z Compiling cipher v0.4.4
11412024-08-19T17:58:41.134Z Compiling sha2 v0.10.8
11422024-08-19T17:58:41.430Z Compiling thiserror v1.0.63
11432024-08-19T17:58:41.548Z Compiling salsa20 v0.10.2
11442024-08-19T17:58:41.575Z Compiling pest v2.7.10
11452024-08-19T17:58:41.604Z Compiling der v0.7.9
11462024-08-19T17:58:41.757Z Compiling pbkdf2 v0.12.2
11472024-08-19T17:58:41.937Z Compiling tracing-attributes v0.1.27
11482024-08-19T17:58:42.349Z Compiling scrypt v0.11.0
11492024-08-19T17:58:42.925Z Compiling aes v0.8.4
11502024-08-19T17:58:44.665Z Compiling pest_meta v2.7.10
11512024-08-19T17:58:44.768Z Compiling spki v0.7.3
11522024-08-19T17:58:44.890Z Compiling cbc v0.1.2
11532024-08-19T17:58:45.121Z Compiling scroll v0.12.0
11542024-08-19T17:58:45.137Z Compiling pkcs5 v0.7.1
11552024-08-19T17:58:45.658Z Compiling goblin v0.8.2
11562024-08-19T17:58:45.691Z Compiling openssl-macros v0.1.1
11572024-08-19T17:58:45.760Z Compiling tracing v0.1.40
11582024-08-19T17:58:46.254Z Compiling pest_generator v2.7.10
11592024-08-19T17:58:46.306Z Compiling pkcs8 v0.10.2
11602024-08-19T17:58:46.481Z Compiling sct v0.7.1
11612024-08-19T17:58:46.795Z Compiling rustls-webpki v0.101.7
11622024-08-19T17:58:46.823Z Compiling httpdate v1.0.3
11632024-08-19T17:58:47.034Z Compiling openssl-probe v0.1.5
11642024-08-19T17:58:47.299Z Compiling tower-service v0.3.2
11652024-08-19T17:58:47.386Z Compiling md-5 v0.10.6
11662024-08-19T17:58:47.484Z Compiling miniz_oxide v0.7.2
11672024-08-19T17:58:48.226Z Compiling stringprep v0.1.4
11682024-08-19T17:58:48.766Z Compiling url v2.5.2
11692024-08-19T17:58:49.445Z Compiling num-integer v0.1.46
11702024-08-19T17:58:49.733Z Compiling pest_derive v2.7.10
11712024-08-19T17:58:50.228Z Compiling backtrace v0.3.71
11722024-08-19T17:58:50.397Z Compiling bytes v1.7.1
11732024-08-19T17:58:50.541Z Compiling bitflags v2.6.0
11742024-08-19T17:58:50.703Z Compiling indexmap v2.4.0
11752024-08-19T17:58:50.721Z Compiling semver v1.0.23
11762024-08-19T17:58:51.455Z Compiling tokio v1.39.2
11772024-08-19T17:58:51.659Z Compiling http v0.2.12
11782024-08-19T17:58:52.124Z Compiling rustc_version v0.4.0
11792024-08-19T17:58:52.901Z Compiling heapless v0.7.17
11802024-08-19T17:58:53.358Z Compiling http-body v0.4.6
11812024-08-19T17:58:53.734Z Compiling dof v0.3.0
11822024-08-19T17:58:53.972Z Compiling dtrace-parser v0.2.0
11832024-08-19T17:58:54.157Z Compiling uuid v1.10.0
11842024-08-19T17:58:55.579Z Compiling usdt-impl v0.5.0
11852024-08-19T17:58:56.049Z Compiling chrono v0.4.38
11862024-08-19T17:58:56.052Z Compiling serde_tokenstream v0.2.2
11872024-08-19T17:58:56.183Z Compiling serde_spanned v0.6.7
11882024-08-19T17:58:56.420Z Compiling toml_datetime v0.6.8
11892024-08-19T17:58:56.608Z Compiling idna v0.3.0
11902024-08-19T17:58:56.666Z Compiling lazy_static v1.5.0
11912024-08-19T17:58:56.781Z Compiling hash32 v0.2.1
11922024-08-19T17:58:56.938Z Compiling base64 v0.22.1
11932024-08-19T17:58:57.170Z Compiling signal-hook v0.3.17
11942024-08-19T17:58:57.186Z Compiling num-bigint-dig v0.8.4
11952024-08-19T17:58:57.447Z Compiling fallible-iterator v0.2.0
11962024-08-19T17:58:57.489Z Compiling cfg_aliases v0.1.1
11972024-08-19T17:58:57.592Z Compiling smoltcp v0.9.1
11982024-08-19T17:58:57.649Z Compiling crc32fast v1.4.0
11992024-08-19T17:58:58.120Z Compiling gimli v0.28.1
12002024-08-19T17:58:58.162Z Compiling stable_deref_trait v1.2.0
12012024-08-19T17:58:58.165Z Compiling psl-types v2.0.11
12022024-08-19T17:58:58.328Z Compiling publicsuffix v2.2.3
12032024-08-19T17:58:58.412Z Compiling postgres-protocol v0.6.7
12042024-08-19T17:58:58.589Z Compiling nix v0.28.0
12052024-08-19T17:58:59.477Z Compiling tokio-util v0.7.11
12062024-08-19T17:58:59.493Z Compiling tokio-rustls v0.24.1
12072024-08-19T17:58:59.720Z Compiling terminal_size v0.3.0
12082024-08-19T17:58:59.769Z Compiling num-iter v0.1.45
12092024-08-19T17:59:00.475Z Compiling h2 v0.3.26
12102024-08-19T17:59:00.770Z Compiling tokio-native-tls v0.3.1
12112024-08-19T17:59:00.882Z Compiling async-trait v0.1.81
12122024-08-19T17:59:01.038Z Compiling zerocopy-derive v0.6.6
12132024-08-19T17:59:01.041Z Compiling phf_shared v0.11.2
12142024-08-19T17:59:01.444Z Compiling serde_derive_internals v0.29.1
12152024-08-19T17:59:02.527Z Compiling addr2line v0.21.0
12162024-08-19T17:59:03.075Z Compiling ff v0.13.0
12172024-08-19T17:59:03.212Z Compiling object v0.32.2
12182024-08-19T17:59:03.242Z Compiling fs-err v2.11.0
12192024-08-19T17:59:03.286Z Compiling either v1.13.0
12202024-08-19T17:59:03.356Z Compiling hubpack_derive v0.1.1
12212024-08-19T17:59:03.535Z Compiling bitflags v1.3.2
12222024-08-19T17:59:03.647Z Compiling base16ct v0.2.0
12232024-08-19T17:59:03.668Z Compiling schemars v0.8.21
12242024-08-19T17:59:03.729Z Compiling winnow v0.5.40
12252024-08-19T17:59:03.983Z Compiling anyhow v1.0.86
12262024-08-19T17:59:04.037Z Compiling ipnet v2.9.0
12272024-08-19T17:59:04.155Z Compiling base64 v0.21.7
12282024-08-19T17:59:04.295Z Compiling rustc-demangle v0.1.24
12292024-08-19T17:59:04.647Z Compiling managed v0.8.0
12302024-08-19T17:59:04.936Z Compiling rustls-pemfile v1.0.4
12312024-08-19T17:59:05.291Z Compiling clap_builder v4.5.15
12322024-08-19T17:59:05.389Z Compiling hubpack v0.1.2
12332024-08-19T17:59:05.483Z Compiling schemars_derive v0.8.21
12342024-08-19T17:59:05.848Z Compiling sec1 v0.7.3
12352024-08-19T17:59:06.528Z Compiling group v0.13.0
12362024-08-19T17:59:06.809Z Compiling zerocopy v0.6.6
12372024-08-19T17:59:06.864Z Compiling phf v0.11.2
12382024-08-19T17:59:07.155Z Compiling cookie_store v0.20.0
12392024-08-19T17:59:07.199Z Compiling toml_edit v0.19.15
12402024-08-19T17:59:07.399Z Compiling hyper v0.14.30
12412024-08-19T17:59:08.822Z Compiling postgres-types v0.2.7
12422024-08-19T17:59:10.394Z Compiling usdt-macro v0.5.0
12432024-08-19T17:59:10.705Z Compiling usdt-attr-macro v0.5.0
12442024-08-19T17:59:10.936Z Compiling serde_urlencoded v0.7.1
12452024-08-19T17:59:11.471Z Compiling enum-as-inner v0.6.0
12462024-08-19T17:59:11.891Z Compiling strum_macros v0.25.3
12472024-08-19T17:59:12.385Z Compiling pkcs1 v0.7.5
12482024-08-19T17:59:12.572Z Compiling futures-executor v0.3.30
12492024-08-19T17:59:13.125Z Compiling bstr v1.9.1
12502024-08-19T17:59:13.185Z Compiling regex v1.10.6
12512024-08-19T17:59:13.400Z Compiling hkdf v0.12.4
12522024-08-19T17:59:13.657Z Compiling signature v2.2.0
12532024-08-19T17:59:13.958Z Compiling crypto-bigint v0.5.5
12542024-08-19T17:59:14.282Z Compiling hyper-tls v0.5.0
12552024-08-19T17:59:14.478Z Compiling hyper-rustls v0.24.2
12562024-08-19T17:59:14.646Z Compiling clap_derive v4.5.13
12572024-08-19T17:59:14.845Z Compiling serde_repr v0.1.19
12582024-08-19T17:59:14.991Z Compiling phf_shared v0.10.0
12592024-08-19T17:59:15.022Z Compiling float-cmp v0.9.0
12602024-08-19T17:59:15.249Z Compiling idna v0.4.0
12612024-08-19T17:59:15.393Z Compiling mio v0.8.11
12622024-08-19T17:59:15.974Z Compiling encoding_rs v0.8.34
12632024-08-19T17:59:16.033Z Compiling dyn-clone v1.0.17
12642024-08-19T17:59:16.247Z Compiling precomputed-hash v0.1.1
12652024-08-19T17:59:16.369Z Compiling fixedbitset v0.4.2
12662024-08-19T17:59:16.662Z Compiling new_debug_unreachable v1.0.6
12672024-08-19T17:59:16.758Z Compiling minimal-lexical v0.2.1
12682024-08-19T17:59:16.831Z Compiling static_assertions v1.1.0
12692024-08-19T17:59:16.831Z Compiling difflib v0.4.0
12702024-08-19T17:59:16.935Z Compiling whoami v1.5.1
12712024-08-19T17:59:17.089Z Compiling sync_wrapper v0.1.2
12722024-08-19T17:59:17.228Z Compiling webpki-roots v0.25.4
12732024-08-19T17:59:17.278Z Compiling data-encoding v2.6.0
12742024-08-19T17:59:17.393Z Compiling normalize-line-endings v0.3.0
12752024-08-19T17:59:17.520Z Compiling predicates-core v1.0.6
12762024-08-19T17:59:17.582Z Compiling bit-vec v0.6.3
12772024-08-19T17:59:17.874Z Compiling unicode-segmentation v1.11.0
12782024-08-19T17:59:18.055Z Compiling mime v0.3.17
12792024-08-19T17:59:18.407Z Compiling reqwest v0.11.27
12802024-08-19T17:59:18.674Z Compiling similar v2.6.0
12812024-08-19T17:59:18.710Z Compiling hickory-proto v0.24.1
12822024-08-19T17:59:19.556Z Compiling clap v4.5.16
12832024-08-19T17:59:19.676Z Compiling bit-set v0.5.3
12842024-08-19T17:59:19.695Z Compiling predicates v3.1.2
12852024-08-19T17:59:19.957Z Compiling tokio-postgres v0.7.11
12862024-08-19T17:59:19.976Z Compiling nom v7.1.3
12872024-08-19T17:59:20.380Z Compiling toml_edit v0.22.20
12882024-08-19T17:59:21.125Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12892024-08-19T17:59:21.425Z Compiling elliptic-curve v0.13.8
12902024-08-19T17:59:21.973Z Compiling string_cache v0.8.7
12912024-08-19T17:59:22.287Z Compiling petgraph v0.6.5
12922024-08-19T17:59:23.679Z Compiling signal-hook-mio v0.2.4
12932024-08-19T17:59:23.845Z Compiling console v0.15.8
12942024-08-19T17:59:25.389Z Compiling usdt v0.5.0
12952024-08-19T17:59:25.506Z Compiling rsa v0.9.6
12962024-08-19T17:59:25.857Z Compiling futures v0.3.30
12972024-08-19T17:59:25.979Z Compiling flate2 v1.0.31
12982024-08-19T17:59:26.263Z Compiling toml v0.7.8
12992024-08-19T17:59:27.465Z Compiling itertools v0.10.5
13002024-08-19T17:59:27.954Z Compiling itertools v0.12.1
13012024-08-19T17:59:28.002Z Compiling tokio-stream v0.1.15
13022024-08-19T17:59:28.607Z Compiling openapiv3 v2.0.0
13032024-08-19T17:59:29.004Z Compiling hex v0.4.3
13042024-08-19T17:59:29.026Z Compiling crossbeam-epoch v0.9.18
13052024-08-19T17:59:29.635Z Compiling sha1 v0.10.6
13062024-08-19T17:59:29.799Z Compiling dirs-sys-next v0.1.2
13072024-08-19T17:59:30.046Z Compiling unicode-xid v0.2.4
13082024-08-19T17:59:30.222Z Compiling lalrpop-util v0.19.12
13092024-08-19T17:59:30.257Z Compiling peg-runtime v0.8.3
13102024-08-19T17:59:30.473Z Compiling dirs-next v2.0.0
13112024-08-19T17:59:30.582Z Compiling thread_local v1.1.8
13122024-08-19T17:59:30.673Z Compiling slog-async v2.8.0
13132024-08-19T17:59:30.900Z Compiling term v0.7.0
13142024-08-19T17:59:30.972Z Compiling xattr v1.3.1
13152024-08-19T17:59:31.085Z Compiling crossbeam-channel v0.5.12
13162024-08-19T17:59:31.123Z Compiling strum_macros v0.26.4
13172024-08-19T17:59:31.245Z Compiling filetime v0.2.24
13182024-08-19T17:59:31.261Z Compiling is-terminal v0.4.12
13192024-08-19T17:59:31.390Z Compiling take_mut v0.2.2
13202024-08-19T17:59:31.546Z Compiling tar v0.4.41
13212024-08-19T17:59:31.564Z Compiling slog-term v2.9.1
13222024-08-19T17:59:32.374Z Compiling camino v1.1.9
13232024-08-19T17:59:33.302Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13242024-08-19T17:59:34.270Z Compiling strum v0.26.3
13252024-08-19T17:59:34.348Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13262024-08-19T17:59:39.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13272024-08-19T17:59:39.429Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13282024-08-19T17:59:39.475ZAug 19 17:59:38.471 INFO Starting download, target: Clickhouse
13292024-08-19T17:59:39.475ZAug 19 17:59:38.471 INFO Starting download, target: Console
13302024-08-19T17:59:39.475ZAug 19 17:59:38.471 INFO Starting download, target: Cockroach
13312024-08-19T17:59:39.475ZAug 19 17:59:38.471 INFO Starting download, target: DendriteOpenapi
13322024-08-19T17:59:39.478ZAug 19 17:59:38.471 INFO Starting download, target: DendriteStub
13332024-08-19T17:59:39.478ZAug 19 17:59:38.471 INFO Starting download, target: MaghemiteMgd
13342024-08-19T17:59:39.478ZAug 19 17:59:38.471 INFO Starting download, target: TransceiverControl
13352024-08-19T17:59:39.478ZAug 19 17:59:38.472 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13362024-08-19T17:59:39.478ZAug 19 17:59:38.472 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13372024-08-19T17:59:39.478ZAug 19 17:59:38.472 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13382024-08-19T17:59:39.478ZAug 19 17:59:38.472 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13392024-08-19T17:59:39.478ZAug 19 17:59:38.472 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13402024-08-19T17:59:39.478ZAug 19 17:59:38.472 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13412024-08-19T17:59:39.478ZAug 19 17:59:38.472 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13422024-08-19T17:59:39.654ZAug 19 17:59:38.649 INFO Download complete, target: DendriteOpenapi
13432024-08-19T17:59:39.778ZAug 19 17:59:38.758 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13442024-08-19T17:59:40.157ZAug 19 17:59:39.149 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13452024-08-19T17:59:40.222ZAug 19 17:59:39.218 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13462024-08-19T17:59:40.249ZAug 19 17:59:39.245 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13472024-08-19T17:59:40.514ZAug 19 17:59:39.509 INFO Download complete, target: TransceiverControl
13482024-08-19T17:59:40.616ZAug 19 17:59:39.611 INFO Download complete, target: Console
13492024-08-19T17:59:41.558ZAug 19 17:59:40.554 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13502024-08-19T17:59:41.558ZAug 19 17:59:40.554 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13512024-08-19T17:59:41.757ZAug 19 17:59:40.753 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13522024-08-19T17:59:43.217ZAug 19 17:59:42.212 INFO Download complete, target: DendriteStub
13532024-08-19T17:59:43.351ZAug 19 17:59:42.346 INFO Download complete, target: MaghemiteMgd
13542024-08-19T17:59:49.602ZAug 19 17:59:48.597 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13552024-08-19T17:59:49.922ZAug 19 17:59:48.917 INFO Checking that binary works, target: Cockroach
13562024-08-19T17:59:50.082ZAug 19 17:59:49.076 INFO Download complete, target: Cockroach
13572024-08-19T17:59:55.389ZAug 19 17:59:54.382 INFO Checking that binary works, target: Clickhouse
13582024-08-19T17:59:55.548ZAug 19 17:59:54.541 INFO Download complete, target: Clickhouse
13592024-08-19T17:59:55.569ZAll builder prerequisites installed successfully, and PATH looks valid
13602024-08-19T17:59:55.573Z
13612024-08-19T17:59:55.573Zreal 3:33.007332162
13622024-08-19T17:59:55.573Zuser 11:07.882334920
13632024-08-19T17:59:55.573Zsys 2:22.763408808
13642024-08-19T17:59:55.573Ztrap 0.391923104
13652024-08-19T17:59:55.573Ztflt 1.074125426
13662024-08-19T17:59:55.573Zdflt 1.743300173
13672024-08-19T17:59:55.573Zkflt 0.028741094
13682024-08-19T17:59:55.573Zlock 22:01.279440284
13692024-08-19T17:59:55.573Zslp 43:01.470406794
13702024-08-19T17:59:55.573Zlat 36.955871812
13712024-08-19T17:59:55.573Zstop 1:42.394371456
13722024-08-19T17:59:55.573Z+ banner hack-check
13732024-08-19T17:59:55.576Z
13742024-08-19T17:59:55.576Z # # ## #### # # #### # # ###### #### # #
13752024-08-19T17:59:55.576Z # # # # # # # # # # # # # # # # #
13762024-08-19T17:59:55.576Z ###### # # # #### ##### # ###### ##### # ####
13772024-08-19T17:59:55.576Z # # ###### # # # # # # # # # #
13782024-08-19T17:59:55.576Z # # # # # # # # # # # # # # # # #
13792024-08-19T17:59:55.576Z # # # # #### # # #### # # ###### #### # #
13802024-08-19T17:59:55.576Z
13812024-08-19T17:59:55.576Z+ export CARGO_INCREMENTAL=0
13822024-08-19T17:59:55.576Z+ CARGO_INCREMENTAL=0
13832024-08-19T17:59:55.576Z+ ptime -m timeout 2h cargo xtask check-features --ci
13842024-08-19T17:59:56.125Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13852024-08-19T17:59:59.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
13862024-08-19T17:59:59.582Z Running `target/debug/xtask check-features --ci`
13872024-08-19T17:59:59.601Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13882024-08-19T17:59:59.603Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13892024-08-19T18:00:00.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13902024-08-19T18:00:00.110Z Running `target/debug/xtask download cargo-hack`
13912024-08-19T18:00:00.896Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13922024-08-19T18:00:01.225Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13932024-08-19T18:00:05.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
13942024-08-19T18:00:06.039Z Running `target/debug/xtask-downloader cargo-hack`
13952024-08-19T18:00:06.072ZAug 19 18:00:05.064 INFO Starting download, target: CargoHack
13962024-08-19T18:00:06.075ZAug 19 18:00:05.065 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13972024-08-19T18:00:06.465ZAug 19 18:00:05.457 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13982024-08-19T18:00:06.560ZAug 19 18:00:05.552 INFO Download complete, target: CargoHack
13992024-08-19T18:00:06.563Zrunning: "/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"
14002024-08-19T18:00:06.579Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14012024-08-19T18:00:06.734Zinfo: running `cargo check --bins` on api_identity (1/153)
14022024-08-19T18:00:07.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14032024-08-19T18:00:07.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14042024-08-19T18:00:07.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14052024-08-19T18:00:07.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14062024-08-19T18:00:07.340Z
14072024-08-19T18:00:07.340Zinfo: running `cargo check --bins` on bootstore (2/153)
14082024-08-19T18:00:07.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14092024-08-19T18:00:07.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14102024-08-19T18:00:07.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14112024-08-19T18:00:07.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14122024-08-19T18:00:07.983Z
14132024-08-19T18:00:07.983Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/153)
14142024-08-19T18:00:08.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14152024-08-19T18:00:08.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14162024-08-19T18:00:08.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14172024-08-19T18:00:08.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14182024-08-19T18:00:08.602Z
14192024-08-19T18:00:08.602Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/153)
14202024-08-19T18:00:09.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14212024-08-19T18:00:09.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14222024-08-19T18:00:09.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14232024-08-19T18:00:09.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14242024-08-19T18:00:09.230Z
14252024-08-19T18:00:09.230Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/153)
14262024-08-19T18:00:09.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14272024-08-19T18:00:09.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14282024-08-19T18:00:09.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14292024-08-19T18:00:09.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14302024-08-19T18:00:09.684Z
14312024-08-19T18:00:09.684Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/153)
14322024-08-19T18:00:10.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14332024-08-19T18:00:10.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14342024-08-19T18:00:10.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14352024-08-19T18:00:10.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14362024-08-19T18:00:10.149Z
14372024-08-19T18:00:10.149Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/153)
14382024-08-19T18:00:10.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14392024-08-19T18:00:10.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14402024-08-19T18:00:10.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14412024-08-19T18:00:10.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14422024-08-19T18:00:10.606Z
14432024-08-19T18:00:10.606Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/153)
14442024-08-19T18:00:11.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14452024-08-19T18:00:11.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14462024-08-19T18:00:11.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14472024-08-19T18:00:11.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14482024-08-19T18:00:11.071Z
14492024-08-19T18:00:11.071Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/153)
14502024-08-19T18:00:11.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14512024-08-19T18:00:11.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14522024-08-19T18:00:11.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14532024-08-19T18:00:11.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14542024-08-19T18:00:11.537Z
14552024-08-19T18:00:11.537Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/153)
14562024-08-19T18:00:11.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14572024-08-19T18:00:11.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14582024-08-19T18:00:11.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14592024-08-19T18:00:11.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14602024-08-19T18:00:11.998Z
14612024-08-19T18:00:11.998Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/153)
14622024-08-19T18:00:12.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14632024-08-19T18:00:12.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14642024-08-19T18:00:12.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14652024-08-19T18:00:12.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14662024-08-19T18:00:12.460Z
14672024-08-19T18:00:12.460Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/153)
14682024-08-19T18:00:12.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14692024-08-19T18:00:12.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14702024-08-19T18:00:12.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14712024-08-19T18:00:12.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14722024-08-19T18:00:12.923Z
14732024-08-19T18:00:12.923Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/153)
14742024-08-19T18:00:13.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14752024-08-19T18:00:13.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14762024-08-19T18:00:13.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14772024-08-19T18:00:13.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14782024-08-19T18:00:13.377Z
14792024-08-19T18:00:13.377Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/153)
14802024-08-19T18:00:13.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14812024-08-19T18:00:13.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14822024-08-19T18:00:13.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14832024-08-19T18:00:13.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14842024-08-19T18:00:13.833Z
14852024-08-19T18:00:13.833Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/153)
14862024-08-19T18:00:14.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14872024-08-19T18:00:14.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14882024-08-19T18:00:14.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14892024-08-19T18:00:14.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14902024-08-19T18:00:14.290Z
14912024-08-19T18:00:14.290Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/153)
14922024-08-19T18:00:14.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14932024-08-19T18:00:14.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14942024-08-19T18:00:14.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14952024-08-19T18:00:14.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14962024-08-19T18:00:14.758Z
14972024-08-19T18:00:14.758Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/153)
14982024-08-19T18:00:15.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14992024-08-19T18:00:15.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15002024-08-19T18:00:15.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15012024-08-19T18:00:15.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15022024-08-19T18:00:15.205Z
15032024-08-19T18:00:15.205Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/153)
15042024-08-19T18:00:15.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15052024-08-19T18:00:15.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15062024-08-19T18:00:15.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15072024-08-19T18:00:15.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15082024-08-19T18:00:15.669Z
15092024-08-19T18:00:15.669Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/153)
15102024-08-19T18:00:16.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15112024-08-19T18:00:16.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15122024-08-19T18:00:16.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15132024-08-19T18:00:16.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15142024-08-19T18:00:16.130Z
15152024-08-19T18:00:16.130Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/153)
15162024-08-19T18:00:16.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15172024-08-19T18:00:16.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15182024-08-19T18:00:16.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15192024-08-19T18:00:16.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15202024-08-19T18:00:16.588Z
15212024-08-19T18:00:16.588Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/153)
15222024-08-19T18:00:17.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15232024-08-19T18:00:17.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15242024-08-19T18:00:17.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15252024-08-19T18:00:17.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15262024-08-19T18:00:17.049Z
15272024-08-19T18:00:17.049Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/153)
15282024-08-19T18:00:17.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-08-19T18:00:17.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-08-19T18:00:17.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-08-19T18:00:17.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15322024-08-19T18:00:17.514Z
15332024-08-19T18:00:17.514Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/153)
15342024-08-19T18:00:17.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-08-19T18:00:17.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-08-19T18:00:17.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-08-19T18:00:17.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15382024-08-19T18:00:17.980Z
15392024-08-19T18:00:17.980Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/153)
15402024-08-19T18:00:18.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-08-19T18:00:18.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-08-19T18:00:18.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-08-19T18:00:18.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15442024-08-19T18:00:18.438Z
15452024-08-19T18:00:18.438Zinfo: running `cargo check --bins` on sled-hardware-types (25/153)
15462024-08-19T18:00:19.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-08-19T18:00:19.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-08-19T18:00:19.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-08-19T18:00:19.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15502024-08-19T18:00:19.064Z
15512024-08-19T18:00:19.064Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/153)
15522024-08-19T18:00:19.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-08-19T18:00:19.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-08-19T18:00:19.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-08-19T18:00:19.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15562024-08-19T18:00:19.696Z
15572024-08-19T18:00:19.696Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/153)
15582024-08-19T18:00:20.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-08-19T18:00:20.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-08-19T18:00:20.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-08-19T18:00:20.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15622024-08-19T18:00:20.321Z
15632024-08-19T18:00:20.321Zinfo: running `cargo check --bins` on oxlog (28/153)
15642024-08-19T18:00:20.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-08-19T18:00:20.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-08-19T18:00:20.919Z Checking cfg-if v1.0.0
15672024-08-19T18:00:20.921Z Checking libc v0.2.156
15682024-08-19T18:00:21.003Z Checking memchr v2.7.2
15692024-08-19T18:00:21.019Z Checking serde v1.0.208
15702024-08-19T18:00:21.021Z Checking zeroize v1.7.0
15712024-08-19T18:00:21.033Z Checking typenum v1.17.0
15722024-08-19T18:00:21.036Z Checking scopeguard v1.2.0
15732024-08-19T18:00:21.036Z Checking byteorder v1.5.0
15742024-08-19T18:00:21.062Z Checking log v0.4.21
15752024-08-19T18:00:21.160Z Checking lock_api v0.4.12
15762024-08-19T18:00:21.251Z Checking subtle v2.5.0
15772024-08-19T18:00:21.327Z Checking once_cell v1.19.0
15782024-08-19T18:00:21.439Z Checking const-oid v0.9.6
15792024-08-19T18:00:21.503Z Checking itoa v1.0.11
15802024-08-19T18:00:21.555Z Checking pin-project-lite v0.2.14
15812024-08-19T18:00:21.601Z Checking smallvec v1.13.2
15822024-08-19T18:00:21.667Z Checking zerocopy v0.7.34
15832024-08-19T18:00:21.707Z Checking spin v0.9.8
15842024-08-19T18:00:21.886Z Checking tinyvec_macros v0.1.1
15852024-08-19T18:00:21.932Z Checking cpufeatures v0.2.12
15862024-08-19T18:00:21.966Z Checking tinyvec v1.6.0
15872024-08-19T18:00:22.012Z Checking futures-core v0.3.30
15882024-08-19T18:00:22.043Z Checking unicode-bidi v0.3.15
15892024-08-19T18:00:22.122Z Checking getrandom v0.2.14
15902024-08-19T18:00:22.185Z Checking signal-hook-registry v1.4.2
15912024-08-19T18:00:22.299Z Checking generic-array v0.14.7
15922024-08-19T18:00:22.352Z Checking rand_core v0.6.4
15932024-08-19T18:00:22.427Z Checking parking_lot_core v0.9.10
15942024-08-19T18:00:22.647Z Checking mio v1.0.2
15952024-08-19T18:00:22.660Z Checking socket2 v0.5.7
15962024-08-19T18:00:22.748Z Checking parking_lot v0.12.2
15972024-08-19T18:00:23.069Z Checking ahash v0.8.11
15982024-08-19T18:00:23.083Z Checking futures-sink v0.3.30
15992024-08-19T18:00:23.095Z Checking allocator-api2 v0.2.18
16002024-08-19T18:00:23.215Z Checking libm v0.2.8
16012024-08-19T18:00:23.236Z Checking equivalent v1.0.1
16022024-08-19T18:00:23.244Z Checking ryu v1.0.18
16032024-08-19T18:00:23.275Z Checking unicode-normalization v0.1.23
16042024-08-19T18:00:23.331Z Checking futures-channel v0.3.30
16052024-08-19T18:00:23.434Z Checking crypto-common v0.1.6
16062024-08-19T18:00:23.476Z Checking block-buffer v0.10.4
16072024-08-19T18:00:23.573Z Checking block-padding v0.3.3
16082024-08-19T18:00:23.594Z Checking slab v0.4.9
16092024-08-19T18:00:23.675Z Checking futures-io v0.3.30
16102024-08-19T18:00:23.689Z Checking digest v0.10.7
16112024-08-19T18:00:23.692Z Checking hashbrown v0.14.5
16122024-08-19T18:00:23.754Z Checking inout v0.1.3
16132024-08-19T18:00:23.839Z Checking futures-task v0.3.30
16142024-08-19T18:00:23.842Z Checking pin-utils v0.1.0
16152024-08-19T18:00:23.937Z Checking base64ct v1.6.0
16162024-08-19T18:00:23.968Z Checking cipher v0.4.4
16172024-08-19T18:00:24.041Z Checking hmac v0.12.1
16182024-08-19T18:00:24.058Z Checking sha2 v0.10.8
16192024-08-19T18:00:24.073Z Checking num-traits v0.2.19
16202024-08-19T18:00:24.110Z Checking futures-util v0.3.30
16212024-08-19T18:00:24.244Z Checking flagset v0.4.5
16222024-08-19T18:00:24.355Z Checking ppv-lite86 v0.2.17
16232024-08-19T18:00:24.368Z Checking pem-rfc7468 v0.7.0
16242024-08-19T18:00:24.432Z Checking percent-encoding v2.3.1
16252024-08-19T18:00:24.576Z Checking salsa20 v0.10.2
16262024-08-19T18:00:24.616Z Checking der v0.7.9
16272024-08-19T18:00:24.619Z Checking pbkdf2 v0.12.2
16282024-08-19T18:00:24.769Z Checking tracing-core v0.1.32
16292024-08-19T18:00:24.784Z Checking fnv v1.0.7
16302024-08-19T18:00:24.854Z Checking untrusted v0.9.0
16312024-08-19T18:00:24.900Z Checking scrypt v0.11.0
16322024-08-19T18:00:25.005Z Checking ring v0.17.8
16332024-08-19T18:00:25.018Z Checking rand_chacha v0.3.1
16342024-08-19T18:00:25.103Z Checking aes v0.8.4
16352024-08-19T18:00:25.373Z Checking rand v0.8.5
16362024-08-19T18:00:25.386Z Checking tracing v0.1.40
16372024-08-19T18:00:25.692Z Checking cbc v0.1.2
16382024-08-19T18:00:25.725Z Checking thiserror v1.0.63
16392024-08-19T18:00:25.845Z Checking foreign-types-shared v0.1.1
16402024-08-19T18:00:25.881Z Checking form_urlencoded v1.2.1
16412024-08-19T18:00:25.940Z Checking foreign-types v0.3.2
16422024-08-19T18:00:25.964Z Checking openssl-sys v0.9.103
16432024-08-19T18:00:26.029Z Checking aho-corasick v1.1.3
16442024-08-19T18:00:26.044Z Checking bytes v1.7.1
16452024-08-19T18:00:26.067Z Checking bitflags v2.6.0
16462024-08-19T18:00:26.343Z Checking indexmap v2.4.0
16472024-08-19T18:00:26.420Z Checking serde_json v1.0.125
16482024-08-19T18:00:26.590Z Checking spki v0.7.3
16492024-08-19T18:00:26.815Z Checking tokio v1.39.2
16502024-08-19T18:00:26.840Z Checking http v0.2.12
16512024-08-19T18:00:26.857Z Checking pkcs5 v0.7.1
16522024-08-19T18:00:27.260Z Checking regex-syntax v0.8.4
16532024-08-19T18:00:27.384Z Checking powerfmt v0.2.0
16542024-08-19T18:00:27.591Z Checking unicode-ident v1.0.12
16552024-08-19T18:00:27.615Z Checking siphasher v0.3.11
16562024-08-19T18:00:27.640Z Checking try-lock v0.2.5
16572024-08-19T18:00:27.742Z Checking proc-macro2 v1.0.86
16582024-08-19T18:00:27.765Z Checking want v0.3.1
16592024-08-19T18:00:27.883Z Checking deranged v0.3.11
16602024-08-19T18:00:27.921Z Checking pkcs8 v0.10.2
16612024-08-19T18:00:28.058Z Checking openssl v0.10.66
16622024-08-19T18:00:28.178Z Checking http-body v0.4.6
16632024-08-19T18:00:28.217Z Checking rustls-webpki v0.101.7
16642024-08-19T18:00:28.370Z Checking sct v0.7.1
16652024-08-19T18:00:28.548Z Checking uuid v1.10.0
16662024-08-19T18:00:28.570Z Checking idna v0.5.0
16672024-08-19T18:00:28.869Z Checking socket2 v0.4.10
16682024-08-19T18:00:29.134Z Checking errno v0.3.9
16692024-08-19T18:00:29.153Z Checking httparse v1.8.0
16702024-08-19T18:00:29.252Z Checking scroll v0.12.0
16712024-08-19T18:00:29.295Z Checking openssl-probe v0.1.5
16722024-08-19T18:00:29.399Z Checking num-conv v0.1.0
16732024-08-19T18:00:29.427Z Checking plain v0.2.3
16742024-08-19T18:00:29.552Z Checking adler v1.0.2
16752024-08-19T18:00:29.566Z Checking finl_unicode v1.2.0
16762024-08-19T18:00:29.570Z Checking num_threads v0.1.7
16772024-08-19T18:00:29.617Z Checking time-core v0.1.2
16782024-08-19T18:00:29.675Z Checking ucd-trie v0.1.6
16792024-08-19T18:00:29.690Z Checking utf8parse v0.2.1
16802024-08-19T18:00:29.703Z Checking anstyle v1.0.8
16812024-08-19T18:00:29.763Z Checking tower-service v0.3.2
16822024-08-19T18:00:29.826Z Checking httpdate v1.0.3
16832024-08-19T18:00:29.852Z Checking iana-time-zone v0.1.60
16842024-08-19T18:00:29.871Z Checking pest v2.7.10
16852024-08-19T18:00:29.996Z Checking chrono v0.4.38
16862024-08-19T18:00:30.024Z Checking anstyle-parse v0.2.4
16872024-08-19T18:00:30.054Z Checking time v0.3.36
16882024-08-19T18:00:30.107Z Checking stringprep v0.1.4
16892024-08-19T18:00:30.263Z Checking goblin v0.8.2
16902024-08-19T18:00:30.365Z Checking miniz_oxide v0.7.2
16912024-08-19T18:00:30.382Z Checking regex-automata v0.4.6
16922024-08-19T18:00:31.133Z Checking url v2.5.2
16932024-08-19T18:00:31.928Z Checking rustix v0.38.34
16942024-08-19T18:00:32.107Z Checking rustls v0.21.12
16952024-08-19T18:00:32.381Z Checking quote v1.0.36
16962024-08-19T18:00:32.608Z Checking serde_spanned v0.6.7
16972024-08-19T18:00:32.712Z Checking toml_datetime v0.6.8
16982024-08-19T18:00:32.776Z Checking num-integer v0.1.46
16992024-08-19T18:00:32.995Z Checking idna v0.3.0
17002024-08-19T18:00:33.233Z Checking md-5 v0.10.6
17012024-08-19T18:00:33.414Z Checking native-tls v0.2.11
17022024-08-19T18:00:33.447Z Checking lazy_static v1.5.0
17032024-08-19T18:00:33.551Z Checking hash32 v0.2.1
17042024-08-19T18:00:33.689Z Checking is_terminal_polyfill v1.70.0
17052024-08-19T18:00:33.750Z Checking tokio-util v0.7.11
17062024-08-19T18:00:33.797Z Checking fallible-iterator v0.2.0
17072024-08-19T18:00:33.842Z Checking pretty-hex v0.4.1
17082024-08-19T18:00:33.845Z Checking base64 v0.22.1
17092024-08-19T18:00:33.932Z Checking anstyle-query v1.0.3
17102024-08-19T18:00:34.011Z Checking colorchoice v1.0.1
17112024-08-19T18:00:34.055Z Checking gimli v0.28.1
17122024-08-19T18:00:34.141Z Checking stable_deref_trait v1.2.0
17132024-08-19T18:00:34.229Z Checking psl-types v2.0.11
17142024-08-19T18:00:34.306Z Checking heapless v0.7.17
17152024-08-19T18:00:34.388Z Checking postgres-protocol v0.6.7
17162024-08-19T18:00:34.403Z Checking publicsuffix v2.2.3
17172024-08-19T18:00:34.588Z Checking h2 v0.3.26
17182024-08-19T18:00:34.612Z Checking anstream v0.6.14
17192024-08-19T18:00:34.823Z Checking terminal_size v0.3.0
17202024-08-19T18:00:34.948Z Checking tokio-native-tls v0.3.1
17212024-08-19T18:00:34.973Z Checking num-iter v0.1.45
17222024-08-19T18:00:35.017Z Checking syn v2.0.74
17232024-08-19T18:00:35.126Z Checking cookie v0.17.0
17242024-08-19T18:00:35.171Z Checking dtrace-parser v0.2.0
17252024-08-19T18:00:35.174Z Checking dof v0.3.0
17262024-08-19T18:00:35.299Z Checking tokio-rustls v0.24.1
17272024-08-19T18:00:35.314Z Checking phf_shared v0.11.2
17282024-08-19T18:00:35.488Z Checking ff v0.13.0
17292024-08-19T18:00:35.577Z Checking thread-id v4.2.1
17302024-08-19T18:00:35.627Z Checking object v0.32.2
17312024-08-19T18:00:35.642Z Checking base64 v0.21.7
17322024-08-19T18:00:35.675Z Checking strsim v0.11.1
17332024-08-19T18:00:35.690Z Checking base16ct v0.2.0
17342024-08-19T18:00:35.746Z Checking managed v0.8.0
17352024-08-19T18:00:35.867Z Checking winnow v0.5.40
17362024-08-19T18:00:35.930Z Checking bitflags v1.3.2
17372024-08-19T18:00:36.021Z Checking either v1.13.0
17382024-08-19T18:00:36.085Z Checking clap_lex v0.7.0
17392024-08-19T18:00:36.107Z Checking rustc-demangle v0.1.24
17402024-08-19T18:00:36.321Z Checking ipnet v2.9.0
17412024-08-19T18:00:36.376Z Checking clap_builder v4.5.15
17422024-08-19T18:00:36.536Z Checking smoltcp v0.9.1
17432024-08-19T18:00:36.790Z Checking rustls-pemfile v1.0.4
17442024-08-19T18:00:36.983Z Checking sec1 v0.7.3
17452024-08-19T18:00:37.339Z Checking group v0.13.0
17462024-08-19T18:00:37.596Z Checking phf v0.11.2
17472024-08-19T18:00:37.863Z Checking cookie_store v0.20.0
17482024-08-19T18:00:37.883Z Checking addr2line v0.21.0
17492024-08-19T18:00:37.970Z Checking num-bigint-dig v0.8.4
17502024-08-19T18:00:38.378Z Checking postgres-types v0.2.7
17512024-08-19T18:00:38.475Z Checking regex v1.10.6
17522024-08-19T18:00:38.883Z Checking toml_edit v0.19.15
17532024-08-19T18:00:39.058Z Checking bstr v1.9.1
17542024-08-19T18:00:39.061Z Checking futures-executor v0.3.30
17552024-08-19T18:00:39.270Z Checking pkcs1 v0.7.5
17562024-08-19T18:00:39.397Z Checking phf_shared v0.10.0
17572024-08-19T18:00:39.662Z Checking serde_urlencoded v0.7.1
17582024-08-19T18:00:39.676Z Checking hubpack v0.1.2
17592024-08-19T18:00:39.949Z Checking zerocopy v0.6.6
17602024-08-19T18:00:39.979Z Checking float-cmp v0.9.0
17612024-08-19T18:00:40.036Z Checking crc32fast v1.4.0
17622024-08-19T18:00:40.066Z Checking crossbeam-utils v0.8.19
17632024-08-19T18:00:40.149Z Checking signal-hook v0.3.17
17642024-08-19T18:00:40.254Z Checking hkdf v0.12.4
17652024-08-19T18:00:40.436Z Checking idna v0.4.0
17662024-08-19T18:00:40.487Z Checking signature v2.2.0
17672024-08-19T18:00:40.627Z Checking hyper v0.14.30
17682024-08-19T18:00:40.658Z Checking crypto-bigint v0.5.5
17692024-08-19T18:00:40.671Z Checking memmap v0.7.0
17702024-08-19T18:00:40.732Z Checking mio v0.8.11
17712024-08-19T18:00:40.861Z Checking encoding_rs v0.8.34
17722024-08-19T18:00:41.367Z Checking usdt-impl v0.5.0
17732024-08-19T18:00:41.374Z Checking unicode-segmentation v1.11.0
17742024-08-19T18:00:41.374Z Checking unicode-width v0.1.13
17752024-08-19T18:00:41.374Z Checking winnow v0.6.18
17762024-08-19T18:00:41.434Z Checking precomputed-hash v0.1.1
17772024-08-19T18:00:41.540Z Checking sync_wrapper v0.1.2
17782024-08-19T18:00:41.652Z Checking bit-vec v0.6.3
17792024-08-19T18:00:41.713Z Checking backtrace v0.3.71
17802024-08-19T18:00:41.761Z Checking normalize-line-endings v0.3.0
17812024-08-19T18:00:41.869Z Checking data-encoding v2.6.0
17822024-08-19T18:00:41.883Z Checking new_debug_unreachable v1.0.6
17832024-08-19T18:00:41.964Z Checking dyn-clone v1.0.17
17842024-08-19T18:00:41.988Z Checking mime v0.3.17
17852024-08-19T18:00:42.091Z Checking fixedbitset v0.4.2
17862024-08-19T18:00:42.281Z Checking minimal-lexical v0.2.1
17872024-08-19T18:00:42.294Z Checking difflib v0.4.0
17882024-08-19T18:00:42.347Z Checking static_assertions v1.1.0
17892024-08-19T18:00:42.441Z Checking whoami v1.5.1
17902024-08-19T18:00:42.535Z Checking webpki-roots v0.25.4
17912024-08-19T18:00:42.582Z Checking predicates-core v1.0.6
17922024-08-19T18:00:42.665Z Checking nom v7.1.3
17932024-08-19T18:00:42.692Z Checking hickory-proto v0.24.1
17942024-08-19T18:00:42.731Z Checking tokio-postgres v0.7.11
17952024-08-19T18:00:42.750Z Checking predicates v3.1.2
17962024-08-19T18:00:43.104Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17972024-08-19T18:00:43.390Z Checking petgraph v0.6.5
17982024-08-19T18:00:43.392Z Checking elliptic-curve v0.13.8
17992024-08-19T18:00:44.030Z Checking anyhow v1.0.86
18002024-08-19T18:00:44.202Z Checking toml_edit v0.22.20
18012024-08-19T18:00:44.404Z Checking schemars v0.8.21
18022024-08-19T18:00:45.508Z Checking bit-set v0.5.3
18032024-08-19T18:00:45.690Z Checking string_cache v0.8.7
18042024-08-19T18:00:45.756Z Checking similar v2.6.0
18052024-08-19T18:00:45.955Z Checking usdt v0.5.0
18062024-08-19T18:00:45.993Z Checking console v0.15.8
18072024-08-19T18:00:46.208Z Checking signal-hook-mio v0.2.4
18082024-08-19T18:00:46.342Z Checking toml v0.7.8
18092024-08-19T18:00:46.550Z Checking crossbeam-epoch v0.9.18
18102024-08-19T18:00:46.606Z Checking rsa v0.9.6
18112024-08-19T18:00:46.620Z Checking flate2 v1.0.31
18122024-08-19T18:00:46.673Z Checking hyper-rustls v0.24.2
18132024-08-19T18:00:46.854Z Checking hyper-tls v0.5.0
18142024-08-19T18:00:46.983Z Checking clap v4.5.16
18152024-08-19T18:00:46.999Z Checking futures v0.3.30
18162024-08-19T18:00:47.031Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172024-08-19T18:00:47.058Z Checking itertools v0.12.1
18182024-08-19T18:00:47.095Z Checking itertools v0.10.5
18192024-08-19T18:00:47.095Z Checking tokio-stream v0.1.15
18202024-08-19T18:00:47.135Z Checking reqwest v0.11.27
18212024-08-19T18:00:47.206Z Checking fs-err v2.11.0
18222024-08-19T18:00:47.247Z Checking nix v0.28.0
18232024-08-19T18:00:47.578Z Checking openapiv3 v2.0.0
18242024-08-19T18:00:47.727Z Checking slog v2.7.0
18252024-08-19T18:00:47.850Z Checking semver v1.0.23
18262024-08-19T18:00:48.043Z Checking hex v0.4.3
18272024-08-19T18:00:48.224Z Checking sha1 v0.10.6
18282024-08-19T18:00:48.258Z Checking lalrpop-util v0.19.12
18292024-08-19T18:00:48.490Z Checking peg-runtime v0.8.3
18302024-08-19T18:00:48.525Z Checking camino v1.1.9
18312024-08-19T18:00:48.545Z Checking sigpipe v0.1.3
18322024-08-19T18:00:50.361Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18332024-08-19T18:00:50.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.32s
18342024-08-19T18:00:50.786Z
18352024-08-19T18:00:50.786Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/153)
18362024-08-19T18:00:51.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372024-08-19T18:00:51.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382024-08-19T18:00:51.432Z Compiling regress v0.9.1
18392024-08-19T18:00:51.525Z Checking strum v0.26.3
18402024-08-19T18:00:51.540Z Checking heck v0.5.0
18412024-08-19T18:00:51.551Z Compiling getopts v0.2.21
18422024-08-19T18:00:51.561Z Checking dirs-sys-next v0.1.2
18432024-08-19T18:00:51.574Z Compiling unsafe-libyaml v0.2.11
18442024-08-19T18:00:51.641Z Checking http v1.1.0
18452024-08-19T18:00:51.695Z Checking thread_local v1.1.8
18462024-08-19T18:00:51.716Z Checking dirs-next v2.0.0
18472024-08-19T18:00:51.840Z Checking rustls-pki-types v1.7.0
18482024-08-19T18:00:51.884Z Compiling ident_case v1.0.1
18492024-08-19T18:00:51.969Z Checking term v0.7.0
18502024-08-19T18:00:52.044Z Compiling darling_core v0.20.9
18512024-08-19T18:00:52.221Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18522024-08-19T18:00:52.398Z Checking crossbeam-channel v0.5.12
18532024-08-19T18:00:52.463Z Checking is-terminal v0.4.12
18542024-08-19T18:00:52.532Z Checking atty v0.2.14
18552024-08-19T18:00:52.578Z Checking take_mut v0.2.2
18562024-08-19T18:00:52.641Z Compiling paste v1.0.15
18572024-08-19T18:00:52.715Z Checking termcolor v1.4.1
18582024-08-19T18:00:52.981Z Compiling serde_yaml v0.9.34+deprecated
18592024-08-19T18:00:53.107Z Compiling rustls v0.22.4
18602024-08-19T18:00:53.128Z Checking humantime v2.1.0
18612024-08-19T18:00:53.160Z Checking utf-8 v0.7.6
18622024-08-19T18:00:53.356Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18632024-08-19T18:00:53.394Z Checking env_logger v0.9.3
18642024-08-19T18:00:53.474Z Checking slog-async v2.8.0
18652024-08-19T18:00:53.536Z Checking slog-term v2.9.1
18662024-08-19T18:00:53.730Z Checking rustls-webpki v0.102.4
18672024-08-19T18:00:53.751Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18682024-08-19T18:00:53.791Z Compiling proc-macro-crate v1.3.1
18692024-08-19T18:00:54.018Z Compiling bitstruct_derive v0.1.0
18702024-08-19T18:00:54.077Z Compiling structmeta-derive v0.3.0
18712024-08-19T18:00:54.485Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18722024-08-19T18:00:54.601Z Compiling multer v3.1.0
18732024-08-19T18:00:54.864Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18742024-08-19T18:00:54.900Z Checking ascii v1.1.0
18752024-08-19T18:00:54.959Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18762024-08-19T18:00:55.288Z Checking match_cfg v0.1.0
18772024-08-19T18:00:55.360Z Checking bitstruct v0.1.1
18782024-08-19T18:00:55.375Z Checking hostname v0.3.1
18792024-08-19T18:00:55.462Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18802024-08-19T18:00:55.580Z Compiling num_enum_derive v0.5.11
18812024-08-19T18:00:56.368Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18822024-08-19T18:00:56.518Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18832024-08-19T18:00:57.086Z Compiling structmeta v0.3.0
18842024-08-19T18:00:57.118Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18852024-08-19T18:00:57.390Z Checking slog-json v2.6.1
18862024-08-19T18:00:57.406Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18872024-08-19T18:00:57.502Z Checking erased-serde v0.3.31
18882024-08-19T18:00:57.634Z Checking serde_arrays v0.1.0
18892024-08-19T18:00:57.653Z Compiling async-stream-impl v0.3.5
18902024-08-19T18:00:57.777Z Compiling foreign-types-macros v0.2.3
18912024-08-19T18:00:58.001Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18922024-08-19T18:00:58.211Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18932024-08-19T18:00:58.335Z Checking atomic-waker v1.1.2
18942024-08-19T18:00:58.463Z Checking arc-swap v1.7.1
18952024-08-19T18:00:58.494Z Checking foreign-types-shared v0.3.1
18962024-08-19T18:00:58.526Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18972024-08-19T18:00:58.619Z Checking waitgroup v0.1.2
18982024-08-19T18:00:58.810Z Checking num_enum v0.5.11
18992024-08-19T18:00:58.852Z Checking slog-scope v4.4.0
19002024-08-19T18:00:58.945Z Checking slog-bunyan v2.5.0
19012024-08-19T18:00:58.968Z Compiling darling_macro v0.20.9
19022024-08-19T18:00:58.996Z Checking async-stream v0.3.5
19032024-08-19T18:00:59.038Z Compiling parse-display-derive v0.10.0
19042024-08-19T18:00:59.052Z Checking foreign-types v0.5.0
19052024-08-19T18:00:59.102Z Compiling proc-macro-error v1.0.4
19062024-08-19T18:00:59.313Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19072024-08-19T18:00:59.516Z Checking toml v0.8.19
19082024-08-19T18:00:59.592Z Checking tungstenite v0.20.1
19092024-08-19T18:00:59.761Z Checking rustls-pemfile v2.1.3
19102024-08-19T18:00:59.903Z Compiling darling v0.20.9
19112024-08-19T18:00:59.991Z Compiling heck v0.3.3
19122024-08-19T18:01:00.014Z Compiling serde_with_macros v3.9.0
19132024-08-19T18:01:00.095Z Checking tokio-rustls v0.25.0
19142024-08-19T18:01:00.241Z Checking ipnetwork v0.20.0
19152024-08-19T18:01:00.425Z Checking newtype-uuid v1.1.0
19162024-08-19T18:01:00.441Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19172024-08-19T18:01:00.463Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19182024-08-19T18:01:00.596Z Checking serde_path_to_error v0.1.16
19192024-08-19T18:01:00.651Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19202024-08-19T18:01:01.223Z Checking hostname v0.4.0
19212024-08-19T18:01:01.334Z Checking cstr-argument v0.1.2
19222024-08-19T18:01:01.355Z Checking instant v0.1.12
19232024-08-19T18:01:01.434Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19242024-08-19T18:01:01.468Z Checking debug-ignore v1.0.5
19252024-08-19T18:01:01.495Z Checking pretty-hex v0.2.1
19262024-08-19T18:01:01.606Z Checking fastrand v2.1.0
19272024-08-19T18:01:01.647Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19282024-08-19T18:01:01.749Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19292024-08-19T18:01:01.970Z Checking backoff v0.4.0
19302024-08-19T18:01:01.986Z Checking tempfile v3.10.1
19312024-08-19T18:01:02.114Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19322024-08-19T18:01:02.274Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19332024-08-19T18:01:02.346Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19342024-08-19T18:01:02.409Z Checking tokio-tungstenite v0.20.1
19352024-08-19T18:01:02.485Z Compiling zone_cfg_derive v0.1.2
19362024-08-19T18:01:02.690Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19372024-08-19T18:01:02.894Z Checking slog-stdlog v4.1.1
19382024-08-19T18:01:03.067Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19392024-08-19T18:01:03.084Z Checking serde_with v3.9.0
19402024-08-19T18:01:03.213Z Checking tungstenite v0.21.0
19412024-08-19T18:01:03.424Z Checking colored v2.1.0
19422024-08-19T18:01:03.699Z Checking parse-display v0.10.0
19432024-08-19T18:01:03.734Z Checking macaddr v1.0.1
19442024-08-19T18:01:03.921Z Checking base64 v0.13.1
19452024-08-19T18:01:04.039Z Checking zone v0.1.8
19462024-08-19T18:01:04.068Z Checking tokio-tungstenite v0.21.0
19472024-08-19T18:01:04.308Z Checking ron v0.7.1
19482024-08-19T18:01:04.534Z Checking slog-envlogger v2.2.0
19492024-08-19T18:01:04.716Z Checking pem v3.0.4
19502024-08-19T18:01:04.745Z Checking tabwriter v1.4.0
19512024-08-19T18:01:04.974Z Checking xattr v1.3.1
19522024-08-19T18:01:04.991Z Checking portpicker v0.1.1
19532024-08-19T18:01:05.130Z Checking yasna v0.5.2
19542024-08-19T18:01:05.158Z Checking headers-core v0.2.0
19552024-08-19T18:01:05.289Z Checking smf v0.2.3
19562024-08-19T18:01:05.436Z Checking filetime v0.2.24
19572024-08-19T18:01:05.643Z Checking same-file v1.0.6
19582024-08-19T18:01:05.713Z Checking tar v0.4.41
19592024-08-19T18:01:05.784Z Checking headers v0.3.9
19602024-08-19T18:01:05.808Z Checking walkdir v2.5.0
19612024-08-19T18:01:06.013Z Checking rcgen v0.12.1
19622024-08-19T18:01:06.066Z Checking atomicwrites v0.4.3
19632024-08-19T18:01:06.263Z Checking camino-tempfile v1.1.1
19642024-08-19T18:01:06.292Z Checking subprocess v0.2.9
19652024-08-19T18:01:07.354Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19662024-08-19T18:01:07.601Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19672024-08-19T18:01:09.397Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19682024-08-19T18:01:11.268Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19692024-08-19T18:01:11.332Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19702024-08-19T18:01:14.474Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19712024-08-19T18:01:20.791Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19722024-08-19T18:01:20.918Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19732024-08-19T18:01:20.918Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19742024-08-19T18:01:23.393Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19752024-08-19T18:01:23.756Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19762024-08-19T18:01:29.412Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19772024-08-19T18:01:30.821Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19782024-08-19T18:01:31.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.11s
19792024-08-19T18:01:32.051Z
19802024-08-19T18:01:32.051Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/153)
19812024-08-19T18:01:32.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822024-08-19T18:01:32.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832024-08-19T18:01:32.705Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19842024-08-19T18:01:33.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
19852024-08-19T18:01:34.061Z
19862024-08-19T18:01:34.061Zinfo: running `cargo check --bins` on nexus-config (31/153)
19872024-08-19T18:01:34.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882024-08-19T18:01:34.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892024-08-19T18:01:34.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902024-08-19T18:01:34.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19912024-08-19T18:01:34.682Z
19922024-08-19T18:01:34.682Zinfo: running `cargo check --bins` on omicron-rpaths (32/153)
19932024-08-19T18:01:35.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942024-08-19T18:01:35.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952024-08-19T18:01:35.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962024-08-19T18:01:35.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19972024-08-19T18:01:35.275Z
19982024-08-19T18:01:35.275Zinfo: running `cargo check --bins` on omicron-certificates (33/153)
19992024-08-19T18:01:35.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002024-08-19T18:01:35.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012024-08-19T18:01:35.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022024-08-19T18:01:35.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20032024-08-19T18:01:35.891Z
20042024-08-19T18:01:35.891Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/153)
20052024-08-19T18:01:36.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062024-08-19T18:01:36.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072024-08-19T18:01:36.528Z Compiling heapless v0.8.0
20082024-08-19T18:01:36.530Z Checking hash32 v0.3.1
20092024-08-19T18:01:36.622Z Compiling smoltcp v0.11.0
20102024-08-19T18:01:36.633Z Checking embedded-io v0.4.0
20112024-08-19T18:01:36.640Z Checking cobs v0.2.3
20122024-08-19T18:01:36.653Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20132024-08-19T18:01:36.655Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20142024-08-19T18:01:36.678Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20152024-08-19T18:01:36.770Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20162024-08-19T18:01:36.791Z Compiling crucible-workspace-hack v0.1.0
20172024-08-19T18:01:36.807Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20182024-08-19T18:01:36.813Z Checking postcard v1.0.8
20192024-08-19T18:01:37.003Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20202024-08-19T18:01:37.016Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20212024-08-19T18:01:37.205Z Compiling num-derive v0.4.2
20222024-08-19T18:01:37.332Z Compiling slog-dtrace v0.3.0
20232024-08-19T18:01:37.347Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20242024-08-19T18:01:37.469Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20252024-08-19T18:01:37.513Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20262024-08-19T18:01:38.324Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20272024-08-19T18:01:38.794Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20282024-08-19T18:01:40.080Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20292024-08-19T18:01:40.913Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20302024-08-19T18:01:41.986Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20312024-08-19T18:01:43.642Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20322024-08-19T18:01:44.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.39s
20332024-08-19T18:01:44.430Z
20342024-08-19T18:01:44.430Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/153)
20352024-08-19T18:01:44.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362024-08-19T18:01:44.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372024-08-19T18:01:44.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382024-08-19T18:01:44.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20392024-08-19T18:01:45.053Z
20402024-08-19T18:01:45.053Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/153)
20412024-08-19T18:01:45.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422024-08-19T18:01:45.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432024-08-19T18:01:45.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442024-08-19T18:01:45.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
20452024-08-19T18:01:45.779Z
20462024-08-19T18:01:45.779Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/153)
20472024-08-19T18:01:46.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482024-08-19T18:01:46.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492024-08-19T18:01:46.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502024-08-19T18:01:46.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
20512024-08-19T18:01:46.497Z
20522024-08-19T18:01:46.497Zinfo: running `cargo check --bins` on dns-server (38/153)
20532024-08-19T18:01:47.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542024-08-19T18:01:47.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552024-08-19T18:01:47.121Z Compiling parking_lot_core v0.8.6
20562024-08-19T18:01:47.208Z Checking newline-converter v0.3.0
20572024-08-19T18:01:47.211Z Checking nibble_vec v0.1.0
20582024-08-19T18:01:47.212Z Checking endian-type v0.1.2
20592024-08-19T18:01:47.212Z Checking linked-hash-map v0.5.6
20602024-08-19T18:01:47.212Z Checking quick-error v1.2.3
20612024-08-19T18:01:47.224Z Checking fxhash v0.2.1
20622024-08-19T18:01:47.226Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20632024-08-19T18:01:47.334Z Checking expectorate v1.1.0
20642024-08-19T18:01:47.360Z Checking hickory-server v0.24.1
20652024-08-19T18:01:47.388Z Checking resolv-conf v0.7.0
20662024-08-19T18:01:47.410Z Checking radix_trie v0.2.1
20672024-08-19T18:01:47.468Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20682024-08-19T18:01:47.532Z Checking lru-cache v0.1.2
20692024-08-19T18:01:47.690Z Checking hickory-resolver v0.24.1
20702024-08-19T18:01:47.735Z Checking hickory-client v0.24.1
20712024-08-19T18:01:47.984Z Checking parking_lot v0.11.2
20722024-08-19T18:01:48.267Z Checking sled v0.34.7
20732024-08-19T18:01:49.987Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20742024-08-19T18:01:51.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
20752024-08-19T18:01:51.172Z
20762024-08-19T18:01:51.172Zinfo: running `cargo check --bins` on dns-server-api (39/153)
20772024-08-19T18:01:51.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782024-08-19T18:01:51.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792024-08-19T18:01:51.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802024-08-19T18:01:51.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20812024-08-19T18:01:51.780Z
20822024-08-19T18:01:51.780Zinfo: running `cargo check --bins` on dns-service-client (40/153)
20832024-08-19T18:01:52.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842024-08-19T18:01:52.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852024-08-19T18:01:52.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862024-08-19T18:01:52.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20872024-08-19T18:01:52.373Z
20882024-08-19T18:01:52.373Zinfo: running `cargo check --bins` on gateway-test-utils (41/153)
20892024-08-19T18:01:52.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902024-08-19T18:01:52.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912024-08-19T18:01:52.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922024-08-19T18:01:52.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20932024-08-19T18:01:53.022Z
20942024-08-19T18:01:53.022Zinfo: running `cargo check --bins` on gateway-types (42/153)
20952024-08-19T18:01:53.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962024-08-19T18:01:53.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972024-08-19T18:01:53.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982024-08-19T18:01:53.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20992024-08-19T18:01:53.653Z
21002024-08-19T18:01:53.653Zinfo: running `cargo check --bins` on ipcc (43/153)
21012024-08-19T18:01:54.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022024-08-19T18:01:54.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032024-08-19T18:01:54.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042024-08-19T18:01:54.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21052024-08-19T18:01:54.273Z
21062024-08-19T18:01:54.273Zinfo: running `cargo check --bins` on omicron-gateway (44/153)
21072024-08-19T18:01:54.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082024-08-19T18:01:54.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092024-08-19T18:01:54.930Z Compiling radium v0.7.0
21102024-08-19T18:01:55.021Z Checking tap v1.0.1
21112024-08-19T18:01:55.021Z Compiling maybe-uninit v2.0.0
21122024-08-19T18:01:55.037Z Compiling bzip2-sys v0.1.11+1.0.8
21132024-08-19T18:01:55.039Z Compiling packed_struct v0.10.1
21142024-08-19T18:01:55.039Z Checking crc-catalog v2.4.0
21152024-08-19T18:01:55.047Z Checking funty v2.0.0
21162024-08-19T18:01:55.080Z Compiling packed_struct_codegen v0.10.1
21172024-08-19T18:01:55.144Z Checking wyz v0.5.1
21182024-08-19T18:01:55.180Z Checking crc v3.2.1
21192024-08-19T18:01:55.535Z Compiling indexmap v1.9.3
21202024-08-19T18:01:55.535Z Checking half v2.4.1
21212024-08-19T18:01:55.587Z Checking ciborium-io v0.2.2
21222024-08-19T18:01:55.676Z Checking nodrop v0.1.14
21232024-08-19T18:01:55.713Z Checking smallvec v0.6.14
21242024-08-19T18:01:55.788Z Checking array-init v0.0.4
21252024-08-19T18:01:55.816Z Compiling memoffset v0.9.1
21262024-08-19T18:01:55.867Z Checking bitfield v0.14.0
21272024-08-19T18:01:55.939Z Checking bitvec v1.0.1
21282024-08-19T18:01:55.982Z Checking ciborium-ll v0.2.2
21292024-08-19T18:01:56.049Z Checking hashbrown v0.12.3
21302024-08-19T18:01:56.101Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21312024-08-19T18:01:56.123Z Checking env_logger v0.10.2
21322024-08-19T18:01:56.260Z Checking ciborium v0.2.2
21332024-08-19T18:01:56.514Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21342024-08-19T18:01:56.538Z Checking ron v0.8.1
21352024-08-19T18:01:56.724Z Checking serde-hex v0.1.0
21362024-08-19T18:01:56.739Z Checking x509-cert v0.2.5
21372024-08-19T18:01:57.175Z Checking hashbrown v0.13.2
21382024-08-19T18:01:57.239Z Checking bzip2 v0.4.4
21392024-08-19T18:01:57.527Z Checking crc-any v2.5.0
21402024-08-19T18:01:57.709Z Checking zip v0.6.6
21412024-08-19T18:01:57.787Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21422024-08-19T18:01:57.968Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21432024-08-19T18:01:58.024Z Checking path-slash v0.1.5
21442024-08-19T18:01:58.145Z Checking object v0.30.4
21452024-08-19T18:01:58.163Z Checking nix v0.27.1
21462024-08-19T18:01:58.222Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21472024-08-19T18:01:58.328Z Checking serde-big-array v0.5.1
21482024-08-19T18:01:58.361Z Checking signal-hook-tokio v0.3.1
21492024-08-19T18:01:58.436Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21502024-08-19T18:02:00.464Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21512024-08-19T18:02:00.949Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21522024-08-19T18:02:07.584Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21532024-08-19T18:02:08.788Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21542024-08-19T18:02:10.469Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21552024-08-19T18:02:12.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.93s
21562024-08-19T18:02:12.367Z
21572024-08-19T18:02:12.367Zinfo: running `cargo check --bins` on gateway-api (45/153)
21582024-08-19T18:02:12.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592024-08-19T18:02:12.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602024-08-19T18:02:12.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612024-08-19T18:02:12.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21622024-08-19T18:02:12.986Z
21632024-08-19T18:02:12.986Zinfo: running `cargo check --bins` on sp-sim (46/153)
21642024-08-19T18:02:13.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652024-08-19T18:02:13.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662024-08-19T18:02:13.623Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21672024-08-19T18:02:15.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
21682024-08-19T18:02:15.360Z
21692024-08-19T18:02:15.360Zinfo: running `cargo check --bins` on internal-dns (47/153)
21702024-08-19T18:02:15.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712024-08-19T18:02:15.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722024-08-19T18:02:15.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732024-08-19T18:02:15.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21742024-08-19T18:02:16.000Z
21752024-08-19T18:02:16.000Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (48/153)
21762024-08-19T18:02:16.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772024-08-19T18:02:16.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782024-08-19T18:02:16.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792024-08-19T18:02:16.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21802024-08-19T18:02:16.673Z
21812024-08-19T18:02:16.674Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/153)
21822024-08-19T18:02:17.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832024-08-19T18:02:17.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842024-08-19T18:02:17.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852024-08-19T18:02:17.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21862024-08-19T18:02:17.348Z
21872024-08-19T18:02:17.348Zinfo: running `cargo check --bins` on db-macros (50/153)
21882024-08-19T18:02:17.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892024-08-19T18:02:17.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902024-08-19T18:02:17.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912024-08-19T18:02:17.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21922024-08-19T18:02:17.948Z
21932024-08-19T18:02:17.948Zinfo: running `cargo check --bins` on nexus-macros-common (51/153)
21942024-08-19T18:02:18.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952024-08-19T18:02:18.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962024-08-19T18:02:18.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972024-08-19T18:02:18.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21982024-08-19T18:02:18.546Z
21992024-08-19T18:02:18.546Zinfo: running `cargo check --bins` on nexus-auth (52/153)
22002024-08-19T18:02:19.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012024-08-19T18:02:19.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022024-08-19T18:02:19.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032024-08-19T18:02:19.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22042024-08-19T18:02:19.205Z
22052024-08-19T18:02:19.205Zinfo: running `cargo check --bins` on authz-macros (53/153)
22062024-08-19T18:02:19.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072024-08-19T18:02:19.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082024-08-19T18:02:19.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092024-08-19T18:02:19.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22102024-08-19T18:02:19.801Z
22112024-08-19T18:02:19.801Zinfo: running `cargo check --bins` on nexus-db-fixed-data (54/153)
22122024-08-19T18:02:20.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132024-08-19T18:02:20.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142024-08-19T18:02:20.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152024-08-19T18:02:20.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22162024-08-19T18:02:20.445Z
22172024-08-19T18:02:20.445Zinfo: running `cargo check --bins` on nexus-db-model (55/153)
22182024-08-19T18:02:21.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192024-08-19T18:02:21.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202024-08-19T18:02:21.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212024-08-19T18:02:21.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22222024-08-19T18:02:21.094Z
22232024-08-19T18:02:21.094Zinfo: running `cargo check --bins` on nexus-defaults (56/153)
22242024-08-19T18:02:21.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-08-19T18:02:21.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-08-19T18:02:21.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272024-08-19T18:02:21.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22282024-08-19T18:02:21.717Z
22292024-08-19T18:02:21.717Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (57/153)
22302024-08-19T18:02:22.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-08-19T18:02:22.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-08-19T18:02:22.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332024-08-19T18:02:22.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22342024-08-19T18:02:22.346Z
22352024-08-19T18:02:22.346Zinfo: running `cargo check --bins` on omicron-passwords (58/153)
22362024-08-19T18:02:22.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372024-08-19T18:02:22.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382024-08-19T18:02:22.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392024-08-19T18:02:22.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22402024-08-19T18:02:22.941Z
22412024-08-19T18:02:22.941Zinfo: running `cargo check --bins` on nexus-types (59/153)
22422024-08-19T18:02:23.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432024-08-19T18:02:23.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442024-08-19T18:02:23.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452024-08-19T18:02:23.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22462024-08-19T18:02:23.580Z
22472024-08-19T18:02:23.580Zinfo: running `cargo check --bins` on gateway-client (60/153)
22482024-08-19T18:02:24.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492024-08-19T18:02:24.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502024-08-19T18:02:24.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512024-08-19T18:02:24.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22522024-08-19T18:02:24.182Z
22532024-08-19T18:02:24.182Zinfo: running `cargo check --bins` on oxql-types (61/153)
22542024-08-19T18:02:24.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552024-08-19T18:02:24.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562024-08-19T18:02:24.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572024-08-19T18:02:24.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22582024-08-19T18:02:24.800Z
22592024-08-19T18:02:24.800Zinfo: running `cargo check --bins` on oximeter-types (62/153)
22602024-08-19T18:02:25.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612024-08-19T18:02:25.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622024-08-19T18:02:25.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632024-08-19T18:02:25.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22642024-08-19T18:02:25.420Z
22652024-08-19T18:02:25.420Zinfo: running `cargo check --bins` on oximeter-macro-impl (63/153)
22662024-08-19T18:02:25.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672024-08-19T18:02:25.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682024-08-19T18:02:25.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692024-08-19T18:02:25.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22702024-08-19T18:02:26.018Z
22712024-08-19T18:02:26.018Zinfo: running `cargo check --bins` on sled-agent-client (64/153)
22722024-08-19T18:02:26.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732024-08-19T18:02:26.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742024-08-19T18:02:26.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752024-08-19T18:02:26.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22762024-08-19T18:02:26.662Z
22772024-08-19T18:02:26.662Zinfo: running `cargo check --bins` on oximeter (65/153)
22782024-08-19T18:02:27.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792024-08-19T18:02:27.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802024-08-19T18:02:27.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812024-08-19T18:02:27.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22822024-08-19T18:02:27.302Z
22832024-08-19T18:02:27.302Zinfo: running `cargo check --bins` on oximeter-schema (66/153)
22842024-08-19T18:02:27.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852024-08-19T18:02:27.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862024-08-19T18:02:27.912Z Checking num-rational v0.4.2
22872024-08-19T18:02:27.912Z Checking num-complex v0.4.6
22882024-08-19T18:02:27.912Z Compiling prettyplease v0.2.20
22892024-08-19T18:02:27.915Z Checking float-ord v0.3.2
22902024-08-19T18:02:28.583Z Checking num v0.4.3
22912024-08-19T18:02:28.645Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22922024-08-19T18:02:30.597Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22932024-08-19T18:02:31.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
22942024-08-19T18:02:31.654Z
22952024-08-19T18:02:31.654Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (67/153)
22962024-08-19T18:02:32.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972024-08-19T18:02:32.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982024-08-19T18:02:32.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992024-08-19T18:02:32.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23002024-08-19T18:02:32.287Z
23012024-08-19T18:02:32.287Zinfo: running `cargo check --bins` on nexus-inventory (68/153)
23022024-08-19T18:02:32.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032024-08-19T18:02:32.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042024-08-19T18:02:32.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052024-08-19T18:02:32.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23062024-08-19T18:02:32.960Z
23072024-08-19T18:02:32.960Zinfo: running `cargo check --bins` on typed-rng (69/153)
23082024-08-19T18:02:33.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092024-08-19T18:02:33.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102024-08-19T18:02:33.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112024-08-19T18:02:33.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23122024-08-19T18:02:33.533Z
23132024-08-19T18:02:33.534Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (70/153)
23142024-08-19T18:02:34.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152024-08-19T18:02:34.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162024-08-19T18:02:34.267Z Compiling toml v0.8.19
23172024-08-19T18:02:34.267Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23182024-08-19T18:02:34.270Z Compiling rustls-pki-types v1.7.0
23192024-08-19T18:02:34.270Z Checking password-hash v0.5.0
23202024-08-19T18:02:34.270Z Checking blake2 v0.10.6
23212024-08-19T18:02:34.270Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23222024-08-19T18:02:34.270Z Compiling match_cfg v0.1.0
23232024-08-19T18:02:34.363Z Compiling slog-json v2.6.1
23242024-08-19T18:02:34.465Z Compiling hostname v0.3.1
23252024-08-19T18:02:34.723Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23262024-08-19T18:02:34.764Z Compiling rustls-webpki v0.102.4
23272024-08-19T18:02:34.781Z Compiling http v1.1.0
23282024-08-19T18:02:34.797Z Compiling atomic-waker v1.1.2
23292024-08-19T18:02:34.828Z Checking argon2 v0.5.3
23302024-08-19T18:02:34.944Z Compiling convert_case v0.4.0
23312024-08-19T18:02:34.990Z Compiling semver v0.1.20
23322024-08-19T18:02:35.018Z Compiling waitgroup v0.1.2
23332024-08-19T18:02:35.090Z Compiling rustls-pemfile v2.1.3
23342024-08-19T18:02:35.243Z Compiling slog-bunyan v2.5.0
23352024-08-19T18:02:35.453Z Compiling rustc_version v0.1.7
23362024-08-19T18:02:35.517Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23372024-08-19T18:02:35.557Z Compiling rustls v0.22.4
23382024-08-19T18:02:35.624Z Compiling async-stream v0.3.5
23392024-08-19T18:02:35.804Z Compiling ipnetwork v0.20.0
23402024-08-19T18:02:35.920Z Compiling derive_more v0.99.18
23412024-08-19T18:02:35.936Z Compiling newtype-uuid v1.1.0
23422024-08-19T18:02:35.951Z Compiling serde_path_to_error v0.1.16
23432024-08-19T18:02:36.076Z Compiling hostname v0.4.0
23442024-08-19T18:02:36.224Z Compiling instant v0.1.12
23452024-08-19T18:02:36.339Z Compiling multer v3.1.0
23462024-08-19T18:02:36.377Z Compiling debug-ignore v1.0.5
23472024-08-19T18:02:36.523Z Compiling rayon-core v1.12.1
23482024-08-19T18:02:36.716Z Compiling backoff v0.4.0
23492024-08-19T18:02:36.802Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23502024-08-19T18:02:36.844Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23512024-08-19T18:02:36.878Z Compiling newtype_derive v0.1.6
23522024-08-19T18:02:37.071Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23532024-08-19T18:02:37.184Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23542024-08-19T18:02:37.201Z Compiling parse-display v0.10.0
23552024-08-19T18:02:37.233Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562024-08-19T18:02:37.404Z Compiling serde_with v3.9.0
23572024-08-19T18:02:37.456Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23582024-08-19T18:02:37.527Z Compiling num-rational v0.4.2
23592024-08-19T18:02:37.620Z Compiling crossbeam-deque v0.8.5
23602024-08-19T18:02:37.887Z Compiling curve25519-dalek v4.1.3
23612024-08-19T18:02:37.951Z Compiling num-complex v0.4.6
23622024-08-19T18:02:38.477Z Compiling macaddr v1.0.1
23632024-08-19T18:02:38.535Z Compiling unicase v2.7.0
23642024-08-19T18:02:38.841Z Compiling same-file v1.0.6
23652024-08-19T18:02:38.917Z Checking keccak v0.1.5
23662024-08-19T18:02:38.984Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23672024-08-19T18:02:39.143Z Compiling fastrand v2.1.0
23682024-08-19T18:02:39.224Z Checking sha3 v0.10.8
23692024-08-19T18:02:39.280Z Compiling walkdir v2.5.0
23702024-08-19T18:02:39.621Z Compiling tempfile v3.10.1
23712024-08-19T18:02:39.685Z Compiling tokio-rustls v0.25.0
23722024-08-19T18:02:39.875Z Compiling num v0.4.3
23732024-08-19T18:02:40.106Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
23742024-08-19T18:02:40.250Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23752024-08-19T18:02:40.463Z Compiling thiserror-impl-no-std v2.0.2
23762024-08-19T18:02:40.552Z Checking universal-hash v0.5.1
23772024-08-19T18:02:40.747Z Checking secrecy v0.8.0
23782024-08-19T18:02:40.933Z Compiling blake3 v1.5.1
23792024-08-19T18:02:41.365Z Compiling ring v0.16.20
23802024-08-19T18:02:41.680Z Compiling curve25519-dalek-derive v0.1.1
23812024-08-19T18:02:41.951Z Compiling derive-where v1.2.7
23822024-08-19T18:02:42.445Z Compiling cookie v0.18.1
23832024-08-19T18:02:42.758Z Compiling float-ord v0.3.2
23842024-08-19T18:02:42.923Z Checking opaque-debug v0.3.1
23852024-08-19T18:02:43.024Z Checking poly1305 v0.8.0
23862024-08-19T18:02:43.697Z Checking thiserror-no-std v2.0.2
23872024-08-19T18:02:43.803Z Compiling rayon v1.10.0
23882024-08-19T18:02:44.277Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892024-08-19T18:02:44.600Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902024-08-19T18:02:45.015Z Compiling prettyplease v0.2.20
23912024-08-19T18:02:45.076Z Checking chacha20 v0.9.1
23922024-08-19T18:02:45.405Z Checking aead v0.5.2
23932024-08-19T18:02:45.422Z Compiling memmap2 v0.9.4
23942024-08-19T18:02:45.425Z Compiling libefi-sys v0.1.0
23952024-08-19T18:02:45.615Z Compiling home v0.5.9
23962024-08-19T18:02:45.742Z Compiling untrusted v0.7.1
23972024-08-19T18:02:45.882Z Compiling constant_time_eq v0.3.0
23982024-08-19T18:02:45.893Z Checking highway v1.2.0
23992024-08-19T18:02:45.922Z Compiling arrayref v0.3.7
24002024-08-19T18:02:46.024Z Compiling spin v0.5.2
24012024-08-19T18:02:46.041Z Compiling arrayvec v0.7.4
24022024-08-19T18:02:46.111Z Compiling toolchain_find v0.4.0
24032024-08-19T18:02:46.275Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24042024-08-19T18:02:46.554Z Checking chacha20poly1305 v0.10.1
24052024-08-19T18:02:46.704Z Checking steno v0.4.1
24062024-08-19T18:02:46.785Z Checking vsss-rs v3.3.4
24072024-08-19T18:02:48.466Z Compiling camino-tempfile v1.1.1
24082024-08-19T18:02:48.830Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24092024-08-19T18:02:48.892Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24102024-08-19T18:02:48.910Z Compiling bitfield-struct v0.6.1
24112024-08-19T18:02:48.940Z Compiling topological-sort v0.2.2
24122024-08-19T18:02:49.164Z Compiling cancel-safe-futures v0.1.5
24132024-08-19T18:02:49.440Z Compiling omicron-zone-package v0.11.0
24142024-08-19T18:02:49.470Z Compiling mime_guess v2.0.4
24152024-08-19T18:02:49.877Z Compiling rustfmt-wrapper v0.2.1
24162024-08-19T18:02:49.953Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24172024-08-19T18:02:50.378Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24182024-08-19T18:02:50.447Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24192024-08-19T18:02:50.720Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24202024-08-19T18:02:50.762Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24212024-08-19T18:02:50.951Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24222024-08-19T18:02:51.161Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24232024-08-19T18:02:51.681Z Checking gethostname v0.5.0
24242024-08-19T18:02:51.842Z Checking libsw v3.3.1
24252024-08-19T18:02:51.865Z Checking swrite v0.1.0
24262024-08-19T18:02:51.882Z Checking linear-map v1.2.0
24272024-08-19T18:02:51.993Z Checking owo-colors v4.0.0
24282024-08-19T18:02:52.115Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24292024-08-19T18:02:52.705Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24302024-08-19T18:02:52.854Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24312024-08-19T18:02:53.410Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24322024-08-19T18:02:53.410Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24332024-08-19T18:02:53.440Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24342024-08-19T18:02:53.522Z Checking kstat-rs v0.2.4
24352024-08-19T18:02:53.682Z Checking nanorand v0.7.0
24362024-08-19T18:02:53.780Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24372024-08-19T18:02:53.878Z Checking http-range v0.1.5
24382024-08-19T18:02:54.043Z Checking glob v0.3.1
24392024-08-19T18:02:54.049Z Checking hyper-staticfile v0.9.5
24402024-08-19T18:02:54.354Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24412024-08-19T18:02:54.387Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24422024-08-19T18:02:54.439Z Checking flume v0.11.0
24432024-08-19T18:02:54.539Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24442024-08-19T18:02:54.930Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24452024-08-19T18:02:55.211Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24462024-08-19T18:02:55.764Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24472024-08-19T18:02:59.413Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24482024-08-19T18:02:59.449Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24492024-08-19T18:02:59.460Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24502024-08-19T18:02:59.460Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24512024-08-19T18:02:59.460Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24522024-08-19T18:02:59.460Z Checking itertools v0.13.0
24532024-08-19T18:03:00.093Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24542024-08-19T18:03:00.473Z Checking display-error-chain v0.2.0
24552024-08-19T18:03:03.172Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24562024-08-19T18:03:06.141Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24572024-08-19T18:03:06.304Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24582024-08-19T18:03:06.554Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24592024-08-19T18:03:11.653Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24602024-08-19T18:03:11.653Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24612024-08-19T18:03:12.454Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24622024-08-19T18:03:23.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.68s
24632024-08-19T18:03:23.390Z
24642024-08-19T18:03:23.390Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (71/153)
24652024-08-19T18:03:24.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662024-08-19T18:03:24.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672024-08-19T18:03:24.111Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24682024-08-19T18:03:35.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
24692024-08-19T18:03:35.243Z
24702024-08-19T18:03:35.243Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (72/153)
24712024-08-19T18:03:35.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722024-08-19T18:03:35.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732024-08-19T18:03:35.949Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24742024-08-19T18:03:46.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
24752024-08-19T18:03:46.981Z
24762024-08-19T18:03:46.981Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (73/153)
24772024-08-19T18:03:47.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-08-19T18:03:47.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-08-19T18:03:47.684Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24802024-08-19T18:03:58.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
24812024-08-19T18:03:58.812Z
24822024-08-19T18:03:58.812Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (74/153)
24832024-08-19T18:03:59.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-08-19T18:03:59.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-08-19T18:03:59.527Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24862024-08-19T18:04:10.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
24872024-08-19T18:04:10.719Z
24882024-08-19T18:04:10.719Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (75/153)
24892024-08-19T18:04:11.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-08-19T18:04:11.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-08-19T18:04:11.437Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24922024-08-19T18:04:22.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
24932024-08-19T18:04:22.645Z
24942024-08-19T18:04:22.645Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (76/153)
24952024-08-19T18:04:23.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-08-19T18:04:23.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-08-19T18:04:23.372Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24982024-08-19T18:04:34.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
24992024-08-19T18:04:34.459Z
25002024-08-19T18:04:34.459Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (77/153)
25012024-08-19T18:04:35.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-08-19T18:04:35.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-08-19T18:04:35.171Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25042024-08-19T18:04:46.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
25052024-08-19T18:04:46.221Z
25062024-08-19T18:04:46.221Zinfo: running `cargo check --bins` on bootstrap-agent-api (78/153)
25072024-08-19T18:04:46.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-08-19T18:04:46.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-08-19T18:04:46.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102024-08-19T18:04:46.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25112024-08-19T18:04:46.880Z
25122024-08-19T18:04:46.880Zinfo: running `cargo check --bins` on nexus-client (79/153)
25132024-08-19T18:04:47.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-08-19T18:04:47.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-08-19T18:04:47.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162024-08-19T18:04:47.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25172024-08-19T18:04:47.520Z
25182024-08-19T18:04:47.520Zinfo: running `cargo check --bins` on sled-agent-types (80/153)
25192024-08-19T18:04:48.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-08-19T18:04:48.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-08-19T18:04:48.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222024-08-19T18:04:48.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25232024-08-19T18:04:48.167Z
25242024-08-19T18:04:48.167Zinfo: running `cargo check --bins` on bootstrap-agent-client (81/153)
25252024-08-19T18:04:48.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-08-19T18:04:48.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-08-19T18:04:48.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282024-08-19T18:04:48.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25292024-08-19T18:04:48.800Z
25302024-08-19T18:04:48.800Zinfo: running `cargo check --bins` on dpd-client (82/153)
25312024-08-19T18:04:49.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-08-19T18:04:49.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-08-19T18:04:49.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342024-08-19T18:04:49.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25352024-08-19T18:04:49.412Z
25362024-08-19T18:04:49.412Zinfo: running `cargo check --bins` on installinator-common (83/153)
25372024-08-19T18:04:49.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-08-19T18:04:49.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-08-19T18:04:49.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402024-08-19T18:04:49.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25412024-08-19T18:04:50.049Z
25422024-08-19T18:04:50.049Zinfo: running `cargo check --bins` on update-engine (84/153)
25432024-08-19T18:04:50.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-08-19T18:04:50.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-08-19T18:04:50.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462024-08-19T18:04:50.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25472024-08-19T18:04:50.654Z
25482024-08-19T18:04:50.654Zinfo: running `cargo check --bins` on key-manager (85/153)
25492024-08-19T18:04:51.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-08-19T18:04:51.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-08-19T18:04:51.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-08-19T18:04:51.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25532024-08-19T18:04:51.282Z
25542024-08-19T18:04:51.282Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (86/153)
25552024-08-19T18:04:51.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-08-19T18:04:51.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-08-19T18:04:51.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-08-19T18:04:51.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25592024-08-19T18:04:51.922Z
25602024-08-19T18:04:51.922Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (87/153)
25612024-08-19T18:04:52.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-08-19T18:04:52.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-08-19T18:04:52.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-08-19T18:04:52.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25652024-08-19T18:04:52.522Z
25662024-08-19T18:04:52.522Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (88/153)
25672024-08-19T18:04:53.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-08-19T18:04:53.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-08-19T18:04:53.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-08-19T18:04:53.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25712024-08-19T18:04:53.150Z
25722024-08-19T18:04:53.150Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (89/153)
25732024-08-19T18:04:53.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-08-19T18:04:53.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-08-19T18:04:53.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-08-19T18:04:53.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25772024-08-19T18:04:53.775Z
25782024-08-19T18:04:53.775Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (90/153)
25792024-08-19T18:04:54.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-08-19T18:04:54.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-08-19T18:04:54.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-08-19T18:04:54.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25832024-08-19T18:04:54.403Z
25842024-08-19T18:04:54.403Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (91/153)
25852024-08-19T18:04:54.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-08-19T18:04:54.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-08-19T18:04:54.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882024-08-19T18:04:54.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25892024-08-19T18:04:55.030Z
25902024-08-19T18:04:55.030Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (92/153)
25912024-08-19T18:04:55.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-08-19T18:04:55.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-08-19T18:04:55.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-08-19T18:04:55.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25952024-08-19T18:04:55.659Z
25962024-08-19T18:04:55.659Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (93/153)
25972024-08-19T18:04:56.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-08-19T18:04:56.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-08-19T18:04:56.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-08-19T18:04:56.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26012024-08-19T18:04:56.286Z
26022024-08-19T18:04:56.286Zinfo: running `cargo check --bins` on oximeter-producer (94/153)
26032024-08-19T18:04:56.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-08-19T18:04:56.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-08-19T18:04:56.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-08-19T18:04:56.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26072024-08-19T18:04:56.928Z
26082024-08-19T18:04:56.928Zinfo: running `cargo check --bins` on sled-agent-api (95/153)
26092024-08-19T18:04:57.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-08-19T18:04:57.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-08-19T18:04:57.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122024-08-19T18:04:57.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26132024-08-19T18:04:57.573Z
26142024-08-19T18:04:57.573Zinfo: running `cargo check --bins` on sled-hardware (96/153)
26152024-08-19T18:04:58.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162024-08-19T18:04:58.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172024-08-19T18:04:58.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182024-08-19T18:04:58.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26192024-08-19T18:04:58.208Z
26202024-08-19T18:04:58.208Zinfo: running `cargo check --bins --no-default-features` on sled-storage (97/153)
26212024-08-19T18:04:58.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-08-19T18:04:58.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-08-19T18:04:58.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-08-19T18:04:58.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26252024-08-19T18:04:58.845Z
26262024-08-19T18:04:58.845Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/153)
26272024-08-19T18:04:59.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-08-19T18:04:59.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-08-19T18:04:59.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-08-19T18:04:59.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26312024-08-19T18:04:59.477Z
26322024-08-19T18:04:59.477Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (99/153)
26332024-08-19T18:05:00.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-08-19T18:05:00.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-08-19T18:05:00.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362024-08-19T18:05:00.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26372024-08-19T18:05:00.127Z
26382024-08-19T18:05:00.127Zinfo: running `cargo check --bins` on nexus-test-interface (100/153)
26392024-08-19T18:05:00.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-08-19T18:05:00.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-08-19T18:05:00.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422024-08-19T18:05:00.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26432024-08-19T18:05:00.766Z
26442024-08-19T18:05:00.767Zinfo: running `cargo check --bins` on oximeter-collector (101/153)
26452024-08-19T18:05:01.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-08-19T18:05:01.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-08-19T18:05:01.443Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26482024-08-19T18:05:01.443Z Checking bcs v0.1.6
26492024-08-19T18:05:01.443Z Compiling async-recursion v1.1.1
26502024-08-19T18:05:01.446Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26512024-08-19T18:05:01.446Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26522024-08-19T18:05:02.519Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26532024-08-19T18:05:05.727Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26542024-08-19T18:05:07.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s
26552024-08-19T18:05:07.523Z
26562024-08-19T18:05:07.523Zinfo: running `cargo check --bins` on oximeter-api (102/153)
26572024-08-19T18:05:08.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-08-19T18:05:08.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-08-19T18:05:08.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602024-08-19T18:05:08.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26612024-08-19T18:05:08.141Z
26622024-08-19T18:05:08.141Zinfo: running `cargo check --bins` on oximeter-client (103/153)
26632024-08-19T18:05:08.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-08-19T18:05:08.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-08-19T18:05:08.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-08-19T18:05:08.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26672024-08-19T18:05:08.766Z
26682024-08-19T18:05:08.766Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (104/153)
26692024-08-19T18:05:09.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-08-19T18:05:09.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-08-19T18:05:09.409Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722024-08-19T18:05:09.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
26732024-08-19T18:05:10.121Z
26742024-08-19T18:05:10.121Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/153)
26752024-08-19T18:05:10.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-08-19T18:05:10.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-08-19T18:05:10.780Z Compiling vte_generate_state_changes v0.1.1
26782024-08-19T18:05:10.780Z Checking fd-lock v4.0.2
26792024-08-19T18:05:10.782Z Checking bytecount v0.6.8
26802024-08-19T18:05:10.782Z Compiling tabled_derive v0.7.0
26812024-08-19T18:05:10.782Z Checking crossterm v0.27.0
26822024-08-19T18:05:10.782Z Compiling peg-macros v0.8.4
26832024-08-19T18:05:10.782Z Compiling sqlparser_derive v0.2.2
26842024-08-19T18:05:10.870Z Checking home v0.5.9
26852024-08-19T18:05:11.010Z Checking papergrid v0.11.0
26862024-08-19T18:05:11.026Z Checking nu-ansi-term v0.50.0
26872024-08-19T18:05:11.065Z Checking unicode_categories v0.1.1
26882024-08-19T18:05:11.357Z Checking sqlformat v0.2.4
26892024-08-19T18:05:11.407Z Checking rustyline v14.0.0
26902024-08-19T18:05:11.490Z Checking vte v0.11.1
26912024-08-19T18:05:12.010Z Checking sqlparser v0.45.0
26922024-08-19T18:05:12.493Z Checking crossterm v0.28.1
26932024-08-19T18:05:12.800Z Checking strip-ansi-escapes v0.2.0
26942024-08-19T18:05:12.942Z Checking reedline v0.33.0
26952024-08-19T18:05:13.406Z Checking tabled v0.15.0
26962024-08-19T18:05:13.784Z Checking peg v0.8.4
26972024-08-19T18:05:18.215Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26982024-08-19T18:05:23.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.12s
26992024-08-19T18:05:23.396Z
27002024-08-19T18:05:23.396Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/153)
27012024-08-19T18:05:23.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-08-19T18:05:23.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-08-19T18:05:24.049Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27042024-08-19T18:05:29.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
27052024-08-19T18:05:29.286Z
27062024-08-19T18:05:29.286Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/153)
27072024-08-19T18:05:29.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-08-19T18:05:29.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-08-19T18:05:29.926Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27102024-08-19T18:05:34.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
27112024-08-19T18:05:34.934Z
27122024-08-19T18:05:34.934Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/153)
27132024-08-19T18:05:35.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-08-19T18:05:35.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-08-19T18:05:35.584Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27162024-08-19T18:05:39.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
27172024-08-19T18:05:39.744Z
27182024-08-19T18:05:39.744Zinfo: running `cargo check --bins` on oximeter-test-utils (109/153)
27192024-08-19T18:05:40.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-08-19T18:05:40.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-08-19T18:05:40.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222024-08-19T18:05:40.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27232024-08-19T18:05:40.367Z
27242024-08-19T18:05:40.367Zinfo: running `cargo check --bins` on cockroach-admin-client (110/153)
27252024-08-19T18:05:40.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-08-19T18:05:40.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-08-19T18:05:40.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282024-08-19T18:05:40.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27292024-08-19T18:05:40.961Z
27302024-08-19T18:05:40.961Zinfo: running `cargo check --bins` on installinator-client (111/153)
27312024-08-19T18:05:41.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-08-19T18:05:41.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-08-19T18:05:41.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342024-08-19T18:05:41.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27352024-08-19T18:05:41.597Z
27362024-08-19T18:05:41.597Zinfo: running `cargo check --bins` on oxide-client (112/153)
27372024-08-19T18:05:42.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-08-19T18:05:42.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-08-19T18:05:42.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402024-08-19T18:05:42.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27412024-08-19T18:05:42.200Z
27422024-08-19T18:05:42.200Zinfo: running `cargo check --bins` on wicketd-client (113/153)
27432024-08-19T18:05:42.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-08-19T18:05:42.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-08-19T18:05:42.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462024-08-19T18:05:42.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27472024-08-19T18:05:42.846Z
27482024-08-19T18:05:42.847Zinfo: running `cargo check --bins` on wicket-common (114/153)
27492024-08-19T18:05:43.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-08-19T18:05:43.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-08-19T18:05:43.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522024-08-19T18:05:43.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27532024-08-19T18:05:43.488Z
27542024-08-19T18:05:43.488Zinfo: running `cargo check --bins` on omicron-cockroach-admin (115/153)
27552024-08-19T18:05:44.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-08-19T18:05:44.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-08-19T18:05:44.133Z Checking csv-core v0.1.11
27582024-08-19T18:05:44.136Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27592024-08-19T18:05:44.421Z Checking csv v1.3.0
27602024-08-19T18:05:44.925Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27612024-08-19T18:05:45.269Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27622024-08-19T18:05:46.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
27632024-08-19T18:05:46.554Z
27642024-08-19T18:05:46.554Zinfo: running `cargo check --bins` on cockroach-admin-api (116/153)
27652024-08-19T18:05:47.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-08-19T18:05:47.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-08-19T18:05:47.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682024-08-19T18:05:47.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27692024-08-19T18:05:47.187Z
27702024-08-19T18:05:47.187Zinfo: running `cargo check --bins` on cockroach-admin-types (117/153)
27712024-08-19T18:05:47.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-08-19T18:05:47.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-08-19T18:05:47.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742024-08-19T18:05:47.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27752024-08-19T18:05:47.806Z
27762024-08-19T18:05:47.806Zinfo: running `cargo check --bins` on cert-dev (118/153)
27772024-08-19T18:05:48.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-08-19T18:05:48.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-08-19T18:05:48.408Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27802024-08-19T18:05:48.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27812024-08-19T18:05:48.788Z
27822024-08-19T18:05:48.788Zinfo: running `cargo check --bins` on ch-dev (119/153)
27832024-08-19T18:05:49.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842024-08-19T18:05:49.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852024-08-19T18:05:49.442Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27862024-08-19T18:05:50.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
27872024-08-19T18:05:50.256Z
27882024-08-19T18:05:50.256Zinfo: running `cargo check --bins` on crdb-seed (120/153)
27892024-08-19T18:05:50.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-08-19T18:05:50.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-08-19T18:05:50.898Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27922024-08-19T18:05:51.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
27932024-08-19T18:05:51.369Z
27942024-08-19T18:05:51.369Zinfo: running `cargo check --bins` on db-dev (121/153)
27952024-08-19T18:05:51.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-08-19T18:05:51.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-08-19T18:05:52.024Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27982024-08-19T18:05:52.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
27992024-08-19T18:05:52.855Z
28002024-08-19T18:05:52.855Zinfo: running `cargo check --bins` on omicron-dev-lib (122/153)
28012024-08-19T18:05:53.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022024-08-19T18:05:53.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032024-08-19T18:05:53.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042024-08-19T18:05:53.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28052024-08-19T18:05:53.503Z
28062024-08-19T18:05:53.503Zinfo: running `cargo check --bins` on xtask-downloader (123/153)
28072024-08-19T18:05:54.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-08-19T18:05:54.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-08-19T18:05:54.103Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28102024-08-19T18:05:54.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
28112024-08-19T18:05:55.044Z
28122024-08-19T18:05:55.044Zinfo: running `cargo check --bins` on mgs-dev (124/153)
28132024-08-19T18:05:55.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-08-19T18:05:55.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-08-19T18:05:55.727Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28162024-08-19T18:05:56.245Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28172024-08-19T18:05:56.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
28182024-08-19T18:05:56.767Z
28192024-08-19T18:05:56.767Zinfo: running `cargo check --bins` on omicron-omdb (125/153)
28202024-08-19T18:05:57.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-08-19T18:05:57.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-08-19T18:05:57.540Z Compiling glob v0.3.1
28232024-08-19T18:05:57.540Z Compiling crunchy v0.2.2
28242024-08-19T18:05:57.542Z Compiling tiny-keccak v2.0.2
28252024-08-19T18:05:57.655Z Compiling dsl_auto_type v0.1.2
28262024-08-19T18:05:57.658Z Checking scheduled-thread-pool v0.2.7
28272024-08-19T18:05:57.658Z Compiling diesel_table_macro_syntax v0.2.0
28282024-08-19T18:05:57.692Z Compiling ascii-canvas v3.0.0
28292024-08-19T18:05:57.695Z Compiling ena v0.14.3
28302024-08-19T18:05:57.945Z Compiling libloading v0.8.3
28312024-08-19T18:05:58.071Z Compiling bindgen v0.69.4
28322024-08-19T18:05:58.088Z Compiling diff v0.1.13
28332024-08-19T18:05:58.232Z Compiling regex-syntax v0.6.29
28342024-08-19T18:05:58.334Z Compiling which v4.4.2
28352024-08-19T18:05:58.548Z Compiling clang-sys v1.7.0
28362024-08-19T18:05:58.685Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28372024-08-19T18:05:58.831Z Compiling cexpr v0.6.0
28382024-08-19T18:05:58.864Z Compiling lazycell v1.3.0
28392024-08-19T18:05:58.882Z Compiling ref-cast v1.0.23
28402024-08-19T18:05:58.937Z Compiling rustc-hash v1.1.0
28412024-08-19T18:05:59.010Z Compiling shlex v1.3.0
28422024-08-19T18:05:59.073Z Checking r2d2 v0.8.10
28432024-08-19T18:05:59.091Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28442024-08-19T18:05:59.106Z Compiling diesel_derives v2.2.2
28452024-08-19T18:05:59.382Z Compiling derive_builder_core v0.20.0
28462024-08-19T18:05:59.411Z Compiling libxml v0.3.3
28472024-08-19T18:05:59.443Z Compiling ref-cast-impl v1.0.23
28482024-08-19T18:05:59.478Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28492024-08-19T18:05:59.862Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28502024-08-19T18:05:59.958Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28512024-08-19T18:06:00.252Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28522024-08-19T18:06:00.557Z Compiling strum_macros v0.24.3
28532024-08-19T18:06:00.629Z Compiling indoc v1.0.9
28542024-08-19T18:06:01.632Z Compiling lalrpop v0.19.12
28552024-08-19T18:06:01.766Z Compiling derive_builder_macro v0.20.0
28562024-08-19T18:06:02.728Z Checking derive_builder v0.20.0
28572024-08-19T18:06:02.879Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28582024-08-19T18:06:03.154Z Compiling oso-derive v0.27.3
28592024-08-19T18:06:03.184Z Compiling impl-trait-for-tuples v0.2.2
28602024-08-19T18:06:04.071Z Checking quick-xml v0.31.0
28612024-08-19T18:06:04.246Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28622024-08-19T18:06:04.264Z Checking maplit v1.0.2
28632024-08-19T18:06:04.409Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28642024-08-19T18:06:04.638Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28652024-08-19T18:06:04.943Z Checking bb8 v0.8.5
28662024-08-19T18:06:05.422Z Compiling const_format_proc_macros v0.2.32
28672024-08-19T18:06:06.147Z Checking crossbeam-deque v0.8.5
28682024-08-19T18:06:06.164Z Compiling portable-atomic v1.6.0
28692024-08-19T18:06:06.466Z Checking rayon-core v1.12.1
28702024-08-19T18:06:07.207Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28712024-08-19T18:06:07.328Z Checking castaway v0.2.3
28722024-08-19T18:06:07.483Z Checking compact_str v0.8.0
28732024-08-19T18:06:07.563Z Checking const_format v0.2.32
28742024-08-19T18:06:08.070Z Checking rayon v1.10.0
28752024-08-19T18:06:08.352Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28762024-08-19T18:06:08.563Z Checking unicode-truncate v1.0.0
28772024-08-19T18:06:08.644Z Checking lru v0.12.3
28782024-08-19T18:06:08.782Z Compiling instability v0.3.2
28792024-08-19T18:06:08.954Z Checking cassowary v0.3.0
28802024-08-19T18:06:09.363Z Checking number_prefix v0.4.0
28812024-08-19T18:06:09.547Z Checking smawk v0.3.2
28822024-08-19T18:06:09.763Z Checking unicode-linebreak v0.1.5
28832024-08-19T18:06:09.847Z Checking ratatui v0.28.0
28842024-08-19T18:06:10.182Z Checking textwrap v0.16.1
28852024-08-19T18:06:10.603Z Checking multimap v0.10.0
28862024-08-19T18:06:11.742Z Checking diesel v2.2.2
28872024-08-19T18:06:11.920Z Checking indicatif v0.17.8
28882024-08-19T18:06:30.127Z Compiling samael v0.0.15
28892024-08-19T18:06:45.654Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28902024-08-19T18:06:46.425Z Compiling polar-core v0.27.3
28912024-08-19T18:06:53.230Z Checking oso v0.27.3
28922024-08-19T18:07:49.078Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28932024-08-19T18:07:54.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
28942024-08-19T18:07:54.285Z
28952024-08-19T18:07:54.286Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (126/153)
28962024-08-19T18:07:54.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-08-19T18:07:54.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-08-19T18:07:54.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992024-08-19T18:07:54.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29002024-08-19T18:07:54.963Z
29012024-08-19T18:07:54.963Zinfo: running `cargo check --bins` on nexus-saga-recovery (127/153)
29022024-08-19T18:07:55.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032024-08-19T18:07:55.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042024-08-19T18:07:55.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052024-08-19T18:07:55.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29062024-08-19T18:07:55.657Z
29072024-08-19T18:07:55.657Zinfo: running `cargo check --bins` on nexus-test-utils-macros (128/153)
29082024-08-19T18:07:56.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092024-08-19T18:07:56.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102024-08-19T18:07:56.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112024-08-19T18:07:56.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29122024-08-19T18:07:56.248Z
29132024-08-19T18:07:56.248Zinfo: running `cargo check --bins` on omicron-nexus (129/153)
29142024-08-19T18:07:56.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152024-08-19T18:07:56.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162024-08-19T18:07:57.028Z Compiling libz-sys v1.1.16
29172024-08-19T18:07:57.127Z Compiling libgit2-sys v0.17.0+1.8.1
29182024-08-19T18:07:57.140Z Compiling vergen v8.3.2
29192024-08-19T18:07:57.140Z Compiling cargo-platform v0.1.8
29202024-08-19T18:07:57.143Z Compiling pin-project-internal v1.1.5
29212024-08-19T18:07:57.173Z Compiling snafu-derive v0.8.2
29222024-08-19T18:07:57.176Z Compiling libsqlite3-sys v0.28.0
29232024-08-19T18:07:57.177Z Compiling buf-list v1.0.3
29242024-08-19T18:07:57.463Z Compiling cargo_metadata v0.18.1
29252024-08-19T18:07:57.660Z Checking globset v0.4.14
29262024-08-19T18:07:57.747Z Checking olpc-cjson v0.1.3
29272024-08-19T18:07:57.910Z Checking rand_seeder v0.3.0
29282024-08-19T18:07:57.977Z Checking serde_plain v1.0.2
29292024-08-19T18:07:58.093Z Checking typed-path v0.7.1
29302024-08-19T18:07:58.135Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29312024-08-19T18:07:58.318Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29322024-08-19T18:07:58.455Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29332024-08-19T18:07:58.611Z Checking hashlink v0.9.1
29342024-08-19T18:07:58.629Z Checking fallible-iterator v0.3.0
29352024-08-19T18:07:58.750Z Checking parse-size v1.0.0
29362024-08-19T18:07:58.931Z Checking fallible-streaming-iterator v0.1.9
29372024-08-19T18:07:59.204Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29382024-08-19T18:07:59.222Z Checking rusqlite v0.31.0
29392024-08-19T18:07:59.225Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29402024-08-19T18:07:59.850Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29412024-08-19T18:08:00.077Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29422024-08-19T18:08:00.116Z Checking pin-project v1.1.5
29432024-08-19T18:08:00.152Z Checking twox-hash v1.6.3
29442024-08-19T18:08:00.235Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29452024-08-19T18:08:00.564Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29462024-08-19T18:08:00.781Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29472024-08-19T18:08:01.044Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29482024-08-19T18:08:01.058Z Checking fatfs v0.3.6
29492024-08-19T18:08:01.066Z Checking assert_matches v1.5.0
29502024-08-19T18:08:02.343Z Checking snafu v0.8.2
29512024-08-19T18:08:02.780Z Checking tough v0.17.1
29522024-08-19T18:08:06.702Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29532024-08-19T18:08:07.753Z Compiling git2 v0.19.0
29542024-08-19T18:08:07.852Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29552024-08-19T18:08:12.464Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29562024-08-19T18:09:09.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
29572024-08-19T18:09:09.710Z
29582024-08-19T18:09:09.710Zinfo: running `cargo check --bins` on nexus-internal-api (130/153)
29592024-08-19T18:09:10.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-08-19T18:09:10.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-08-19T18:09:10.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622024-08-19T18:09:10.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29632024-08-19T18:09:10.396Z
29642024-08-19T18:09:10.396Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (131/153)
29652024-08-19T18:09:11.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-08-19T18:09:11.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-08-19T18:09:11.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682024-08-19T18:09:11.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29692024-08-19T18:09:11.081Z
29702024-08-19T18:09:11.081Zinfo: running `cargo check --bins` on nexus-networking (132/153)
29712024-08-19T18:09:11.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-08-19T18:09:11.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-08-19T18:09:11.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742024-08-19T18:09:11.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29752024-08-19T18:09:11.756Z
29762024-08-19T18:09:11.756Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (133/153)
29772024-08-19T18:09:12.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-08-19T18:09:12.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-08-19T18:09:12.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802024-08-19T18:09:12.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29812024-08-19T18:09:12.441Z
29822024-08-19T18:09:12.441Zinfo: running `cargo check --bins` on update-common (134/153)
29832024-08-19T18:09:13.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-08-19T18:09:13.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-08-19T18:09:13.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862024-08-19T18:09:13.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29872024-08-19T18:09:13.095Z
29882024-08-19T18:09:13.095Zinfo: running `cargo check --bins` on tufaceous-lib (135/153)
29892024-08-19T18:09:13.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-08-19T18:09:13.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-08-19T18:09:13.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922024-08-19T18:09:13.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29932024-08-19T18:09:13.734Z
29942024-08-19T18:09:13.734Zinfo: running `cargo check --bins` on tufaceous (136/153)
29952024-08-19T18:09:14.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-08-19T18:09:14.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-08-19T18:09:14.393Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29982024-08-19T18:09:15.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
29992024-08-19T18:09:15.428Z
30002024-08-19T18:09:15.428Zinfo: running `cargo check --bins` on omicron-dev (137/153)
30012024-08-19T18:09:16.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-08-19T18:09:16.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-08-19T18:09:16.252Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30042024-08-19T18:09:16.255Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30052024-08-19T18:09:16.255Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30062024-08-19T18:09:17.564Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30072024-08-19T18:09:19.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
30082024-08-19T18:09:20.045Z
30092024-08-19T18:09:20.045Zinfo: running `cargo check --bins` on openapi-manager (138/153)
30102024-08-19T18:09:20.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-08-19T18:09:20.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-08-19T18:09:20.737Z Checking is_ci v1.2.0
30132024-08-19T18:09:20.738Z Checking heck v0.4.1
30142024-08-19T18:09:20.740Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30152024-08-19T18:09:20.740Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30162024-08-19T18:09:20.740Z Checking indent_write v2.2.0
30172024-08-19T18:09:20.922Z Checking supports-color v3.0.0
30182024-08-19T18:09:20.969Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30192024-08-19T18:09:22.332Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30202024-08-19T18:09:23.130Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30212024-08-19T18:09:24.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
30222024-08-19T18:09:24.215Z
30232024-08-19T18:09:24.215Zinfo: running `cargo check --bins` on installinator-api (139/153)
30242024-08-19T18:09:24.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-08-19T18:09:24.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-08-19T18:09:24.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272024-08-19T18:09:24.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30282024-08-19T18:09:24.857Z
30292024-08-19T18:09:24.857Zinfo: running `cargo check --bins` on wicketd-api (140/153)
30302024-08-19T18:09:25.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-08-19T18:09:25.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-08-19T18:09:25.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332024-08-19T18:09:25.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30342024-08-19T18:09:25.501Z
30352024-08-19T18:09:25.501Zinfo: running `cargo check --bins` on reconfigurator-cli (141/153)
30362024-08-19T18:09:26.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-08-19T18:09:26.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-08-19T18:09:26.211Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30392024-08-19T18:09:27.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
30402024-08-19T18:09:27.542Z
30412024-08-19T18:09:27.542Zinfo: running `cargo check --bins` on omicron-releng (142/153)
30422024-08-19T18:09:28.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-08-19T18:09:28.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-08-19T18:09:28.195Z Checking memmap2 v0.9.4
30452024-08-19T18:09:28.196Z Checking constant_time_eq v0.3.0
30462024-08-19T18:09:28.198Z Checking arrayref v0.3.7
30472024-08-19T18:09:28.198Z Checking spin v0.5.2
30482024-08-19T18:09:28.198Z Checking arrayvec v0.7.4
30492024-08-19T18:09:28.198Z Checking untrusted v0.7.1
30502024-08-19T18:09:28.198Z Checking cargo-platform v0.1.8
30512024-08-19T18:09:28.198Z Checking topological-sort v0.2.2
30522024-08-19T18:09:28.360Z Checking shell-words v1.1.0
30532024-08-19T18:09:28.502Z Checking ring v0.16.20
30542024-08-19T18:09:28.544Z Checking cargo_metadata v0.18.1
30552024-08-19T18:09:28.601Z Checking blake3 v1.5.1
30562024-08-19T18:09:29.618Z Checking omicron-zone-package v0.11.0
30572024-08-19T18:09:30.660Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30582024-08-19T18:09:31.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
30592024-08-19T18:09:31.653Z
30602024-08-19T18:09:31.653Zinfo: running `cargo check --bins` on xtask (143/153)
30612024-08-19T18:09:32.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-08-19T18:09:32.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-08-19T18:09:32.121Z Checking serde v1.0.208
30642024-08-19T18:09:32.123Z Checking thiserror v1.0.63
30652024-08-19T18:09:32.123Z Checking scroll v0.12.0
30662024-08-19T18:09:32.123Z Checking log v0.4.21
30672024-08-19T18:09:32.194Z Checking bitflags v2.6.0
30682024-08-19T18:09:32.207Z Checking hashbrown v0.14.5
30692024-08-19T18:09:32.216Z Checking zerocopy v0.7.34
30702024-08-19T18:09:32.248Z Checking syn v2.0.74
30712024-08-19T18:09:32.299Z Checking pest v2.7.10
30722024-08-19T18:09:32.451Z Checking fs-err v2.11.0
30732024-08-19T18:09:32.467Z Checking rustix v0.38.34
30742024-08-19T18:09:32.639Z Checking goblin v0.8.2
30752024-08-19T18:09:32.739Z Checking tabled v0.15.0
30762024-08-19T18:09:33.296Z Checking indexmap v2.4.0
30772024-08-19T18:09:33.498Z Checking terminal_size v0.3.0
30782024-08-19T18:09:33.576Z Checking anyhow v1.0.86
30792024-08-19T18:09:33.660Z Checking clap_builder v4.5.15
30802024-08-19T18:09:34.806Z Checking dtrace-parser v0.2.0
30812024-08-19T18:09:36.265Z Checking clap v4.5.16
30822024-08-19T18:09:36.510Z Checking serde_json v1.0.125
30832024-08-19T18:09:36.510Z Checking serde_spanned v0.6.7
30842024-08-19T18:09:36.512Z Checking toml_datetime v0.6.8
30852024-08-19T18:09:36.512Z Checking cargo-platform v0.1.8
30862024-08-19T18:09:36.512Z Checking camino v1.1.9
30872024-08-19T18:09:36.512Z Checking semver v1.0.23
30882024-08-19T18:09:36.513Z Checking macaddr v1.0.1
30892024-08-19T18:09:36.779Z Checking toml_edit v0.22.20
30902024-08-19T18:09:37.543Z Checking dof v0.3.0
30912024-08-19T18:09:37.543Z Checking cargo_metadata v0.18.1
30922024-08-19T18:09:37.941Z Checking usdt-impl v0.5.0
30932024-08-19T18:09:38.287Z Checking usdt v0.5.0
30942024-08-19T18:09:38.441Z Checking toml v0.8.19
30952024-08-19T18:09:38.891Z Checking cargo_toml v0.20.4
30962024-08-19T18:09:40.062Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30972024-08-19T18:09:40.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s
30982024-08-19T18:09:40.718Z
30992024-08-19T18:09:40.718Zinfo: running `cargo check --bins` on end-to-end-tests (144/153)
31002024-08-19T18:09:41.174Z Downloading crates ...
31012024-08-19T18:09:41.424Z Downloaded dirs v5.0.1
31022024-08-19T18:09:41.434Z Downloaded md5 v0.7.0
31032024-08-19T18:09:41.437Z Downloaded dhcproto-macros v0.1.0
31042024-08-19T18:09:41.437Z Downloaded option-ext v0.2.0
31052024-08-19T18:09:41.444Z Downloaded russh-cryptovec v0.7.2
31062024-08-19T18:09:41.449Z Downloaded rfc6979 v0.4.0
31072024-08-19T18:09:41.451Z Downloaded bcrypt-pbkdf v0.10.0
31082024-08-19T18:09:41.454Z Downloaded polyval v0.6.2
31092024-08-19T18:09:41.456Z Downloaded dirs-sys v0.4.1
31102024-08-19T18:09:41.459Z Downloaded ssh-cipher v0.2.0
31112024-08-19T18:09:41.461Z Downloaded pbkdf2 v0.11.0
31122024-08-19T18:09:41.465Z Downloaded blowfish v0.9.1
31132024-08-19T18:09:41.465Z Downloaded ecdsa v0.16.9
31142024-08-19T18:09:41.465Z Downloaded primeorder v0.13.6
31152024-08-19T18:09:41.467Z Downloaded internet-checksum v0.2.1
31162024-08-19T18:09:41.467Z Downloaded ghash v0.5.1
31172024-08-19T18:09:41.467Z Downloaded hex-literal v0.4.1
31182024-08-19T18:09:41.470Z Downloaded ssh-encoding v0.2.0
31192024-08-19T18:09:41.470Z Downloaded ed25519 v2.2.3
31202024-08-19T18:09:41.472Z Downloaded password-hash v0.4.2
31212024-08-19T18:09:41.476Z Downloaded dhcproto v0.12.0
31222024-08-19T18:09:41.479Z Downloaded aes-gcm v0.10.3
31232024-08-19T18:09:41.484Z Downloaded russh-keys v0.44.0
31242024-08-19T18:09:41.497Z Downloaded p256 v0.13.2
31252024-08-19T18:09:41.502Z Downloaded ed25519-dalek v2.1.1
31262024-08-19T18:09:41.504Z Downloaded num-bigint v0.4.5
31272024-08-19T18:09:41.509Z Downloaded ssh-key v0.6.6
31282024-08-19T18:09:41.515Z Downloaded russh v0.44.1
31292024-08-19T18:09:41.520Z Downloaded p521 v0.13.3
31302024-08-19T18:09:41.525Z Downloaded p384 v0.13.0
31312024-08-19T18:09:41.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-08-19T18:09:41.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-08-19T18:09:41.660Z Checking polyval v0.6.2
31342024-08-19T18:09:41.660Z Checking rfc6979 v0.4.0
31352024-08-19T18:09:41.771Z Checking primeorder v0.13.6
31362024-08-19T18:09:41.773Z Checking ctr v0.9.2
31372024-08-19T18:09:41.792Z Checking ed25519 v2.2.3
31382024-08-19T18:09:41.795Z Checking ssh-encoding v0.2.0
31392024-08-19T18:09:41.795Z Checking blowfish v0.9.1
31402024-08-19T18:09:41.795Z Checking option-ext v0.2.0
31412024-08-19T18:09:41.907Z Checking ecdsa v0.16.9
31422024-08-19T18:09:41.933Z Checking dirs-sys v0.4.1
31432024-08-19T18:09:41.963Z Checking ghash v0.5.1
31442024-08-19T18:09:42.023Z Checking password-hash v0.4.2
31452024-08-19T18:09:42.090Z Checking bcrypt-pbkdf v0.10.0
31462024-08-19T18:09:42.105Z Checking matches v0.1.10
31472024-08-19T18:09:42.121Z Checking aes-gcm v0.10.3
31482024-08-19T18:09:42.137Z Checking dirs v5.0.1
31492024-08-19T18:09:42.153Z Checking ed25519-dalek v2.1.1
31502024-08-19T18:09:42.194Z Checking idna v0.2.3
31512024-08-19T18:09:42.213Z Compiling enum-as-inner v0.5.1
31522024-08-19T18:09:42.264Z Checking russh-cryptovec v0.7.2
31532024-08-19T18:09:42.314Z Checking md5 v0.7.0
31542024-08-19T18:09:42.331Z Checking ssh-cipher v0.2.0
31552024-08-19T18:09:42.394Z Checking pbkdf2 v0.11.0
31562024-08-19T18:09:42.465Z Checking num-bigint v0.4.5
31572024-08-19T18:09:42.507Z Checking hex-literal v0.4.1
31582024-08-19T18:09:42.574Z Compiling dhcproto-macros v0.1.0
31592024-08-19T18:09:42.604Z Checking p256 v0.13.2
31602024-08-19T18:09:42.621Z Checking ssh-key v0.6.6
31612024-08-19T18:09:42.638Z Checking p384 v0.13.0
31622024-08-19T18:09:42.658Z Checking p521 v0.13.3
31632024-08-19T18:09:42.990Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31642024-08-19T18:09:43.095Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31652024-08-19T18:09:43.258Z Checking trust-dns-proto v0.22.0
31662024-08-19T18:09:43.504Z Checking internet-checksum v0.2.1
31672024-08-19T18:09:44.155Z Checking russh-keys v0.44.0
31682024-08-19T18:09:45.062Z Checking russh v0.44.1
31692024-08-19T18:09:45.812Z Checking dhcproto v0.12.0
31702024-08-19T18:10:01.943Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31712024-08-19T18:10:03.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.52s
31722024-08-19T18:10:03.432Z
31732024-08-19T18:10:03.432Zinfo: running `cargo check --bins` on gateway-cli (145/153)
31742024-08-19T18:10:04.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752024-08-19T18:10:04.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762024-08-19T18:10:04.080Z Checking termios v0.3.3
31772024-08-19T18:10:04.286Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31782024-08-19T18:10:05.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
31792024-08-19T18:10:05.170Z
31802024-08-19T18:10:05.170Zinfo: running `cargo check --bins --no-default-features` on installinator (146/153)
31812024-08-19T18:10:05.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-08-19T18:10:05.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-08-19T18:10:05.864Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31842024-08-19T18:10:07.830Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31852024-08-19T18:10:09.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
31862024-08-19T18:10:09.680Z
31872024-08-19T18:10:09.680Zinfo: running `cargo check --bins` on internal-dns-cli (147/153)
31882024-08-19T18:10:10.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892024-08-19T18:10:10.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902024-08-19T18:10:10.300Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31912024-08-19T18:10:10.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
31922024-08-19T18:10:10.865Z
31932024-08-19T18:10:10.865Zinfo: running `cargo check --bins` on omicron-package (148/153)
31942024-08-19T18:10:11.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952024-08-19T18:10:11.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962024-08-19T18:10:11.526Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31972024-08-19T18:10:12.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
31982024-08-19T18:10:12.858Z
31992024-08-19T18:10:12.858Zinfo: running `cargo check --bins` on wicket-dbg (149/153)
32002024-08-19T18:10:13.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012024-08-19T18:10:13.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022024-08-19T18:10:13.541Z Checking rtoolbox v0.0.2
32032024-08-19T18:10:13.543Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32042024-08-19T18:10:13.543Z Checking tui-tree-widget v0.22.0
32052024-08-19T18:10:13.748Z Checking rpassword v7.3.1
32062024-08-19T18:10:17.638Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32072024-08-19T18:10:20.403Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32082024-08-19T18:10:21.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.56s
32092024-08-19T18:10:21.578Z
32102024-08-19T18:10:21.578Zinfo: running `cargo check --bins` on wicket (150/153)
32112024-08-19T18:10:22.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122024-08-19T18:10:22.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132024-08-19T18:10:22.250Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32142024-08-19T18:10:22.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
32152024-08-19T18:10:22.768Z
32162024-08-19T18:10:22.768Zinfo: running `cargo check --bins` on wicketd (151/153)
32172024-08-19T18:10:23.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182024-08-19T18:10:23.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192024-08-19T18:10:23.464Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32202024-08-19T18:10:26.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
32212024-08-19T18:10:27.144Z
32222024-08-19T18:10:27.144Zinfo: running `cargo check --bins` on omicron-workspace-hack (152/153)
32232024-08-19T18:10:27.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-08-19T18:10:27.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-08-19T18:10:27.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262024-08-19T18:10:27.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32272024-08-19T18:10:27.745Z
32282024-08-19T18:10:27.745Zinfo: running `cargo check --bins` on zone-setup (153/153)
32292024-08-19T18:10:28.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-08-19T18:10:28.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-08-19T18:10:28.473Z Checking uzers v0.11.3
32322024-08-19T18:10:28.762Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32332024-08-19T18:10:29.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
32342024-08-19T18:10:29.946Z
32352024-08-19T18:10:29.946Zreal 10:34.286088990
32362024-08-19T18:10:29.946Zuser 22:46.992412098
32372024-08-19T18:10:29.946Zsys 4:59.302682345
32382024-08-19T18:10:29.946Ztrap 0.508327099
32392024-08-19T18:10:29.946Ztflt 2.682436223
32402024-08-19T18:10:29.946Zdflt 1.749571661
32412024-08-19T18:10:29.946Zkflt 0.003444764
32422024-08-19T18:10:29.949Zlock 41:13.432762561
32432024-08-19T18:10:29.949Zslp 1:53:03.017106813
32442024-08-19T18:10:29.949Zlat 55.628447986
32452024-08-19T18:10:29.949Zstop 2:55.611381177
32462024-08-19T18:10:29.949Zprocess exited: duration 847433 ms, exit code 0
 
32472024-08-19T18:10:29.955Zfound 0 output files