01J60HGPD9121ZWZPT0488G3ZE: 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: 01J60HH25DPMH4JPSXHG111E1Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-23T21:16:20.896Zjob assigned to worker 01J60HH3GAFJXKQN23CG7Q5V7T (queued for 26 s)
 
22024-08-23T21:16:21.365Zstarting task 0: "setup"
32024-08-23T21:16:21.410Z++ uname -s
42024-08-23T21:16:21.410Z+ kern=SunOS
52024-08-23T21:16:21.410Z+ case "$kern" in
62024-08-23T21:16:21.410Z+ groupadd -g 12345 build
72024-08-23T21:16:21.410Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-23T21:16:23.398Z+ zfs create -o mountpoint=/work rpool/work
92024-08-23T21:16:23.440Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-23T21:16:23.465Z+ home_fs=zfs
112024-08-23T21:16:23.465Z+ [[ zfs == autofs ]]
122024-08-23T21:16:23.465Z+ mkdir -p /home/build
132024-08-23T21:16:23.465Z+ chown build:build /home/build /work
142024-08-23T21:16:25.450Z+ chmod 0700 /home/build /work
152024-08-23T21:16:25.476Zprocess exited: duration 4089 ms, exit code 0
 
162024-08-23T21:16:25.525Zstarting task 1: "rust-toolchain"
172024-08-23T21:16:25.549Z+ printf ' * toolchain channel = "%s"
182024-08-23T21:16:25.549Z' 1.80.1
192024-08-23T21:16:25.549Z+ printf ' * toolchain profile = "%s"
202024-08-23T21:16:25.549Z' default
212024-08-23T21:16:25.549Z * toolchain channel = "1.80.1"
222024-08-23T21:16:25.550Z * toolchain profile = "default"
232024-08-23T21:16:25.550Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-23T21:16:25.550Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-23T21:16:25.673Zinfo: downloading installer
262024-08-23T21:16:26.556Zinfo: profile set to 'default'
272024-08-23T21:16:26.556Zinfo: default host triple is x86_64-unknown-illumos
282024-08-23T21:16:26.580Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-23T21:16:26.648Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-23T21:16:26.648Zinfo: downloading component 'cargo'
312024-08-23T21:16:26.786Zinfo: downloading component 'clippy'
322024-08-23T21:16:26.842Zinfo: downloading component 'rust-docs'
332024-08-23T21:16:27.061Zinfo: downloading component 'rust-std'
342024-08-23T21:16:27.393Zinfo: downloading component 'rustc'
352024-08-23T21:16:28.206Zinfo: downloading component 'rustfmt'
362024-08-23T21:16:28.247Zinfo: installing component 'cargo'
372024-08-23T21:16:29.389Zinfo: installing component 'clippy'
382024-08-23T21:16:29.832Zinfo: installing component 'rust-docs'
392024-08-23T21:16:32.720Zinfo: installing component 'rust-std'
402024-08-23T21:16:34.720Zinfo: installing component 'rustc'
412024-08-23T21:16:39.814Zinfo: installing component 'rustfmt'
422024-08-23T21:16:40.240Z
432024-08-23T21:16:40.240Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-08-23T21:16:40.377Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-23T21:16:40.377Z
462024-08-23T21:16:40.377Z
472024-08-23T21:16:40.377ZRust is installed now. Great!
482024-08-23T21:16:40.377Z
492024-08-23T21:16:40.377ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-23T21:16:40.377Zenvironment variable. This has not been done automatically.
512024-08-23T21:16:40.377Z
522024-08-23T21:16:40.401ZTo configure your current shell, you need to source
532024-08-23T21:16:40.401Zthe corresponding env file under $HOME/.cargo.
542024-08-23T21:16:40.401Z
552024-08-23T21:16:40.401ZThis is usually done by running one of the following (note the leading DOT):
562024-08-23T21:16:40.401Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-23T21:16:40.401Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-23T21:16:40.462Z+ rustc --version
592024-08-23T21:16:40.596Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-23T21:16:40.620Zprocess exited: duration 15077 ms, exit code 0
 
612024-08-23T21:16:40.672Zstarting task 2: "authentication"
622024-08-23T21:16:40.731Zprocess exited: duration 62 ms, exit code 0
 
632024-08-23T21:16:40.780Zstarting task 3: "clone repository"
642024-08-23T21:16:40.804Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-23T21:16:40.804Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-23T21:16:40.828ZCloning into '/work/oxidecomputer/omicron'...
672024-08-23T21:16:51.183Z+ cd /work/oxidecomputer/omicron
682024-08-23T21:16:51.183Z+ git fetch origin d3979fdffd27c7724fd8b17f7d00e801b0ed65de
692024-08-23T21:16:51.569ZFrom https://github.com/oxidecomputer/omicron
702024-08-23T21:16:51.569Z * branch d3979fdffd27c7724fd8b17f7d00e801b0ed65de -> FETCH_HEAD
712024-08-23T21:16:51.593Z+ [[ -n eliza/s/celcius/celsius ]]
722024-08-23T21:16:51.593Z++ git branch --show-current
732024-08-23T21:16:51.593Z+ current=main
742024-08-23T21:16:51.593Z+ [[ main != eliza/s/celcius/celsius ]]
752024-08-23T21:16:51.593Z+ git branch -f eliza/s/celcius/celsius d3979fdffd27c7724fd8b17f7d00e801b0ed65de
762024-08-23T21:16:51.617Z+ git checkout -f eliza/s/celcius/celsius
772024-08-23T21:16:51.788ZSwitched to branch 'eliza/s/celcius/celsius'
782024-08-23T21:16:51.812Z+ git reset --hard d3979fdffd27c7724fd8b17f7d00e801b0ed65de
792024-08-23T21:16:51.836ZHEAD is now at d3979fdff [oximeter] spell "Celsius" correctly
802024-08-23T21:16:51.836Zprocess exited: duration 11035 ms, exit code 0
 
812024-08-23T21:16:51.886Zstarting task 4: "build"
822024-08-23T21:16:51.910Z+ cargo --version
832024-08-23T21:16:51.970Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-23T21:16:51.993Z+ rustc --version
852024-08-23T21:16:52.059Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-23T21:16:52.084Z+ source ./env.sh
872024-08-23T21:16:52.084Z++ OLD_SHELL_OPTS=ehxB
882024-08-23T21:16:52.084Z++ set -o xtrace
892024-08-23T21:16:52.084Z++++ dirname ./env.sh
902024-08-23T21:16:52.084Z+++ readlink -f .
912024-08-23T21:16:52.084Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-23T21:16:52.084Z++ 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-23T21:16:52.084Z++ 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-23T21:16:52.084Z++ 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-23T21:16:52.084Z++ 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-23T21:16:52.084Z++ 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-23T21:16:52.084Z++ 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-23T21:16:52.084Z++ 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-23T21:16:52.084Z++ 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-23T21:16:52.084Z++ case $OLD_SHELL_OPTS in
1012024-08-23T21:16:52.084Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-23T21:16:52.084Z+ 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-23T21:16:52.084Z+ 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-23T21:16:52.084Z+ banner prerequisites
1052024-08-23T21:16:52.084Z
1062024-08-23T21:16:52.084Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-23T21:16:52.084Z # # # # # # # # # # # # # # #
1082024-08-23T21:16:52.084Z # # # # ##### # # ##### # # # # # #### #
1092024-08-23T21:16:52.084Z ##### ##### # ##### # # # # # # # # #
1102024-08-23T21:16:52.084Z # # # # # # # # # # # # # # #
1112024-08-23T21:16:52.084Z # # # ###### # # ###### ### # #### # #### #
1122024-08-23T21:16:52.084Z
1132024-08-23T21:16:52.084Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-23T21:16:57.584Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-23T21:17:00.589Z Startup: Caching catalogs ... Done
1162024-08-23T21:17:03.044ZPlanning: Solver setup ... Done (1.723s)
1172024-08-23T21:17:03.071ZPlanning: Running solver ... Done (0.027s)
1182024-08-23T21:17:03.110ZPlanning: Finding local manifests ... Done (0.002s)
1192024-08-23T21:17:03.207ZPlanning: Fetching manifests: 0/5 0% complete
1202024-08-23T21:17:03.936ZPlanning: Fetching manifests: 5/5 100% complete
1212024-08-23T21:17:04.082ZPlanning: Package planning ... Done (0.146s)
1222024-08-23T21:17:04.151ZPlanning: Merging actions ... Done (0.068s)
1232024-08-23T21:17:04.431ZPlanning: Checking for conflicting actions ... Done (0.281s)
1242024-08-23T21:17:05.770ZPlanning: Consolidating action changes ... Done (1.338s)
1252024-08-23T21:17:06.243ZPlanning: Evaluating mediators ... Done (0.472s)
1262024-08-23T21:17:06.340ZPlanning: Planning completed in 5.68 seconds
1272024-08-23T21:17:06.364Z Packages to install: 4
1282024-08-23T21:17:06.364Z Packages to update: 1
1292024-08-23T21:17:06.364Z Mediators to change: 2
1302024-08-23T21:17:06.364Z Services to change: 1
1312024-08-23T21:17:06.364Z Estimated space available: 148.82 GB
1322024-08-23T21:17:06.364ZEstimated space to be consumed: 1.53 GB
1332024-08-23T21:17:06.364Z Create boot environment: No
1342024-08-23T21:17:06.364ZCreate backup boot environment: Yes
1352024-08-23T21:17:06.364Z Rebuild boot archive: No
1362024-08-23T21:17:06.364Z
1372024-08-23T21:17:06.364ZChanged mediators:
1382024-08-23T21:17:06.364Z mediator clang:
1392024-08-23T21:17:06.364Z version: None -> 15 (system default)
1402024-08-23T21:17:06.364Z
1412024-08-23T21:17:06.364Z mediator llvm:
1422024-08-23T21:17:06.364Z version: 14 (system default) -> 15 (system default)
1432024-08-23T21:17:06.364Z
1442024-08-23T21:17:06.365ZChanged packages:
1452024-08-23T21:17:06.365Zhelios-dev
1462024-08-23T21:17:06.365Z developer/build-essential
1472024-08-23T21:17:06.365Z None -> 11-2.0
1482024-08-23T21:17:06.365Z library/libxmlsec1
1492024-08-23T21:17:06.365Z None -> 1.2.35-2.0
1502024-08-23T21:17:06.365Z ooce/developer/clang-15
1512024-08-23T21:17:06.365Z None -> 15.0.7-2.0
1522024-08-23T21:17:06.365Z ooce/developer/llvm-15
1532024-08-23T21:17:06.365Z None -> 15.0.7-2.0
1542024-08-23T21:17:06.365Z package/pkg
1552024-08-23T21:17:06.365Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-08-23T21:17:06.365Z
1572024-08-23T21:17:06.365ZServices:
1582024-08-23T21:17:06.365Z restart_fmri:
1592024-08-23T21:17:06.365Z svc:/system/update-man-index:default
1602024-08-23T21:17:06.365Z
1612024-08-23T21:17:06.365ZEditable files to change:
1622024-08-23T21:17:06.365Z Update:
1632024-08-23T21:17:06.365Z usr/share/lib/pkg/web/config.shtml
1642024-08-23T21:17:06.451Z
1652024-08-23T21:17:06.451ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-08-23T21:17:11.451ZDownload: 1099/4281 items 19.8/220.6MB 8% complete (4.1M/s)
1672024-08-23T21:17:16.453ZDownload: 1800/4281 items 117.7/220.6MB 53% complete (11.8M/s)
1682024-08-23T21:17:21.453ZDownload: 3213/4281 items 173.6/220.6MB 78% complete (15.3M/s)
1692024-08-23T21:17:26.458ZDownload: 3742/4281 items 216.7/220.6MB 98% complete (10.1M/s)
1702024-08-23T21:17:30.993ZDownload: Completed 220.60 MB in 24.54 seconds (9.0M/s)
1712024-08-23T21:17:32.495Z Actions: 1/5063 actions (Removing old actions)
1722024-08-23T21:17:32.519Z Actions: 194/5063 actions (Installing new actions)
1732024-08-23T21:17:37.510Z Actions: 2693/5063 actions (Installing new actions)
1742024-08-23T21:17:38.575Z Actions: 4226/5063 actions (Updating modified actions)
1752024-08-23T21:17:38.971Z Actions: Completed 5063 actions in 6.48 seconds.
1762024-08-23T21:17:39.390Z Done (0.409s)
1772024-08-23T21:17:39.414Z Done (0.000s)
1782024-08-23T21:17:39.841Z Done (0.450s)
1792024-08-23T21:17:45.308Z Done (5.316s)
1802024-08-23T21:17:45.422Z Done (0.019s)
1812024-08-23T21:17:45.446Z Done (0.000s)
1822024-08-23T21:17:45.606Z Done (0.000s)
1832024-08-23T21:17:46.347ZPlanning: Evaluating mediator changes ... Done
1842024-08-23T21:17:46.564ZPlanning: Checking for conflicting actions ... Done
1852024-08-23T21:17:46.589ZPlanning: Consolidating action changes ... Done
1862024-08-23T21:17:46.932ZPlanning: Evaluating mediators ... Done
1872024-08-23T21:17:46.956ZPlanning: Planning completed in 0.59 seconds
1882024-08-23T21:17:46.985Z Mediators to change: 2
1892024-08-23T21:17:46.985Z Create boot environment: No
1902024-08-23T21:17:46.985ZCreate backup boot environment: No
1912024-08-23T21:17:47.062Z Done
1922024-08-23T21:17:47.062Z Done
1932024-08-23T21:17:47.392Z Done
1942024-08-23T21:17:52.407Z Done
1952024-08-23T21:17:52.511Z Done
1962024-08-23T21:17:52.511Z Done
1972024-08-23T21:17:52.566Z Done
1982024-08-23T21:17:53.388ZPlanning: Evaluating mediator changes ... Done
1992024-08-23T21:17:53.414ZPlanning: Merging actions ... Done
2002024-08-23T21:17:53.659ZPlanning: Checking for conflicting actions ... Done
2012024-08-23T21:17:53.683ZPlanning: Consolidating action changes ... Done
2022024-08-23T21:17:54.008ZPlanning: Evaluating mediators ... Done
2032024-08-23T21:17:54.087ZPlanning: Planning completed in 1.02 seconds
2042024-08-23T21:17:54.148Z Packages to change: 1
2052024-08-23T21:17:54.148Z Mediators to change: 1
2062024-08-23T21:17:54.148Z Services to change: 1
2072024-08-23T21:17:54.148Z Create boot environment: No
2082024-08-23T21:17:54.148ZCreate backup boot environment: Yes
2092024-08-23T21:17:55.715Z Actions: 1/6 actions (Updating modified actions)
2102024-08-23T21:17:55.740Z Actions: Completed 6 actions in 0.00 seconds.
2112024-08-23T21:17:55.740Z Done
2122024-08-23T21:17:55.740Z Done
2132024-08-23T21:17:55.817Z Done
2142024-08-23T21:18:00.760Z Done
2152024-08-23T21:18:00.861Z Done
2162024-08-23T21:18:00.861Z Done
2172024-08-23T21:18:00.910Z Done
2182024-08-23T21:18:01.508ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2192024-08-23T21:18:01.508Zclang system 15 system
2202024-08-23T21:18:01.508Zcsh system system illumos
2212024-08-23T21:18:01.508Zctags system system illumos
2222024-08-23T21:18:01.508Zgcc vendor 12 vendor
2232024-08-23T21:18:01.508Zgcc system 10 system
2242024-08-23T21:18:01.508Zgcc system 7 system
2252024-08-23T21:18:01.508Zgo system 1.20 system
2262024-08-23T21:18:01.508Zgo system 1.19 system
2272024-08-23T21:18:01.508Zllvm system 15 system
2282024-08-23T21:18:01.508Zllvm system 14 system
2292024-08-23T21:18:01.508Zmariadb system 10.6 system
2302024-08-23T21:18:01.508Zmta vendor vendor dma
2312024-08-23T21:18:01.508Zopenjdk system 17 system
2322024-08-23T21:18:01.509Zopenjdk system 11 system
2332024-08-23T21:18:01.509Zopenjdk system 1.8 system
2342024-08-23T21:18:01.509Zopenssl vendor 3 vendor
2352024-08-23T21:18:01.509Zperl system 5.36 system
2362024-08-23T21:18:01.509Zpostgresql system 15 system
2372024-08-23T21:18:01.509Zpostgresql system 13 system
2382024-08-23T21:18:01.509Zpython vendor 3 vendor
2392024-08-23T21:18:01.509Zpython system 2 system
2402024-08-23T21:18:01.509Zpython3 system 3.11 system
2412024-08-23T21:18:01.509Zruby system 3.0 system
2422024-08-23T21:18:01.509Zwords vendor vendor american-english
2432024-08-23T21:18:01.509Zwords system system australian-english
2442024-08-23T21:18:01.509Zwords system system british-english
2452024-08-23T21:18:01.509Zwords system system canadian-english
2462024-08-23T21:18:01.509Zwords system system french
2472024-08-23T21:18:01.509Zwords system system italian
2482024-08-23T21:18:01.509Zwords system system ngerman
2492024-08-23T21:18:01.509Zwords system system ogerman
2502024-08-23T21:18:01.509Zwords system system spanish
2512024-08-23T21:18:01.934ZPUBLISHER TYPE STATUS P LOCATION
2522024-08-23T21:18:01.935Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2532024-08-23T21:18:04.296ZFMRI IFO
2542024-08-23T21:18:04.296Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2552024-08-23T21:18:04.296Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2562024-08-23T21:18:04.297Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2572024-08-23T21:18:04.297Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2582024-08-23T21:18:04.297Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2592024-08-23T21:18:04.297Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2602024-08-23T21:18:04.297Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2612024-08-23T21:18:04.297Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2622024-08-23T21:18:04.297Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2632024-08-23T21:18:04.297Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2642024-08-23T21:18:04.297Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652024-08-23T21:18:04.298Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2662024-08-23T21:18:04.298Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2672024-08-23T21:18:05.039Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2682024-08-23T21:18:05.397Z Updating git repository `https://github.com/oxidecomputer/zone`
2692024-08-23T21:18:05.810Z Updating crates.io index
2702024-08-23T21:18:05.834Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2712024-08-23T21:18:06.720Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722024-08-23T21:18:07.589Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2732024-08-23T21:18:07.918Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2742024-08-23T21:18:09.668Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-08-23T21:18:10.058Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-08-23T21:18:10.398Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-08-23T21:18:11.602Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-08-23T21:18:13.559Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-08-23T21:18:14.702Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-08-23T21:18:15.442Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2812024-08-23T21:18:15.797Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2822024-08-23T21:18:16.545Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2832024-08-23T21:18:16.882Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2842024-08-23T21:18:17.271Z Updating git repository `https://github.com/oxidecomputer/tofino`
2852024-08-23T21:18:17.637Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2862024-08-23T21:18:17.983Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2872024-08-23T21:18:18.356Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2882024-08-23T21:18:18.871Z Updating git repository `https://github.com/oxidecomputer/clickward`
2892024-08-23T21:18:19.277Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-08-23T21:18:19.666Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-08-23T21:18:20.403Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-08-23T21:18:20.734Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-08-23T21:18:21.342Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-08-23T21:18:21.749Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952024-08-23T21:18:22.427Z Updating git repository `https://github.com/oxidecomputer/typify`
2962024-08-23T21:18:24.841Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972024-08-23T21:18:25.158Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982024-08-23T21:18:25.834Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992024-08-23T21:18:26.397Z Updating git repository `https://github.com/oxidecomputer/rfb`
3002024-08-23T21:18:27.765Z Downloading crates ...
3012024-08-23T21:18:27.823Z Downloaded byteorder v1.5.0
3022024-08-23T21:18:27.850Z Downloaded dtrace-parser v0.2.0
3032024-08-23T21:18:27.850Z Downloaded plain v0.2.3
3042024-08-23T21:18:27.850Z Downloaded pest_generator v2.7.10
3052024-08-23T21:18:27.850Z Downloaded utf8parse v0.2.1
3062024-08-23T21:18:27.850Z Downloaded thiserror v1.0.63
3072024-08-23T21:18:27.874Z Downloaded zerocopy-derive v0.7.34
3082024-08-23T21:18:27.898Z Downloaded winnow v0.6.18
3092024-08-23T21:18:27.899Z Downloaded version_check v0.9.5
3102024-08-23T21:18:27.899Z Downloaded zerocopy v0.7.34
3112024-08-23T21:18:27.926Z Downloaded ucd-trie v0.1.6
3122024-08-23T21:18:27.951Z Downloaded tabled v0.15.0
3132024-08-23T21:18:27.951Z Downloaded unicode-width v0.1.13
3142024-08-23T21:18:27.977Z Downloaded syn v1.0.109
3152024-08-23T21:18:27.978Z Downloaded libc v0.2.156
3162024-08-23T21:18:28.007Z Downloaded serde_derive v1.0.208
3172024-08-23T21:18:28.033Z Downloaded rustix v0.38.34
3182024-08-23T21:18:28.058Z Downloaded fs-err v2.11.0
3192024-08-23T21:18:28.058Z Downloaded toml_edit v0.22.20
3202024-08-23T21:18:28.083Z Downloaded toml v0.8.19
3212024-08-23T21:18:28.083Z Downloaded syn v2.0.74
3222024-08-23T21:18:28.108Z Downloaded serde v1.0.208
3232024-08-23T21:18:28.108Z Downloaded papergrid v0.11.0
3242024-08-23T21:18:28.108Z Downloaded hashbrown v0.14.5
3252024-08-23T21:18:28.108Z Downloaded goblin v0.8.2
3262024-08-23T21:18:28.133Z Downloaded usdt-macro v0.5.0
3272024-08-23T21:18:28.133Z Downloaded usdt-attr-macro v0.5.0
3282024-08-23T21:18:28.133Z Downloaded terminal_size v0.3.0
3292024-08-23T21:18:28.133Z Downloaded sha2 v0.10.8
3302024-08-23T21:18:28.133Z Downloaded ryu v1.0.18
3312024-08-23T21:18:28.133Z Downloaded proc-macro-error-attr v1.0.4
3322024-08-23T21:18:28.133Z Downloaded pest_derive v2.7.10
3332024-08-23T21:18:28.133Z Downloaded macaddr v1.0.1
3342024-08-23T21:18:28.133Z Downloaded thiserror-impl v1.0.63
3352024-08-23T21:18:28.133Z Downloaded swrite v0.1.0
3362024-08-23T21:18:28.133Z Downloaded serde_spanned v0.6.7
3372024-08-23T21:18:28.133Z Downloaded serde_json v1.0.125
3382024-08-23T21:18:28.157Z Downloaded scroll_derive v0.12.0
3392024-08-23T21:18:28.157Z Downloaded quote v1.0.36
3402024-08-23T21:18:28.157Z Downloaded pretty-hex v0.4.1
3412024-08-23T21:18:28.157Z Downloaded pest_meta v2.7.10
3422024-08-23T21:18:28.157Z Downloaded pest v2.7.10
3432024-08-23T21:18:28.157Z Downloaded memmap v0.7.0
3442024-08-23T21:18:28.157Z Downloaded memchr v2.7.2
3452024-08-23T21:18:28.182Z Downloaded is_terminal_polyfill v1.70.0
3462024-08-23T21:18:28.182Z Downloaded heck v0.5.0
3472024-08-23T21:18:28.182Z Downloaded generic-array v0.14.7
3482024-08-23T21:18:28.182Z Downloaded fnv v1.0.7
3492024-08-23T21:18:28.182Z Downloaded equivalent v1.0.1
3502024-08-23T21:18:28.182Z Downloaded dof v0.3.0
3512024-08-23T21:18:28.182Z Downloaded clap_lex v0.7.0
3522024-08-23T21:18:28.182Z Downloaded clap_builder v4.5.15
3532024-08-23T21:18:28.182Z Downloaded cfg-if v1.0.0
3542024-08-23T21:18:28.182Z Downloaded cargo_metadata v0.18.1
3552024-08-23T21:18:28.206Z Downloaded camino v1.1.9
3562024-08-23T21:18:28.206Z Downloaded bitflags v2.6.0
3572024-08-23T21:18:28.206Z Downloaded anstyle-parse v0.2.4
3582024-08-23T21:18:28.206Z Downloaded unicode-ident v1.0.12
3592024-08-23T21:18:28.206Z Downloaded typenum v1.17.0
3602024-08-23T21:18:28.206Z Downloaded indexmap v2.4.0
3612024-08-23T21:18:28.206Z Downloaded anyhow v1.0.86
3622024-08-23T21:18:28.231Z Downloaded proc-macro2 v1.0.86
3632024-08-23T21:18:28.231Z Downloaded log v0.4.21
3642024-08-23T21:18:28.231Z Downloaded cpufeatures v0.2.12
3652024-08-23T21:18:28.231Z Downloaded bytecount v0.6.8
3662024-08-23T21:18:28.231Z Downloaded anstyle v1.0.8
3672024-08-23T21:18:28.231Z Downloaded usdt-impl v0.5.0
3682024-08-23T21:18:28.231Z Downloaded usdt v0.5.0
3692024-08-23T21:18:28.231Z Downloaded toml_datetime v0.6.8
3702024-08-23T21:18:28.231Z Downloaded thread-id v4.2.1
3712024-08-23T21:18:28.231Z Downloaded tabled_derive v0.7.0
3722024-08-23T21:18:28.231Z Downloaded strsim v0.11.1
3732024-08-23T21:18:28.231Z Downloaded serde_tokenstream v0.2.2
3742024-08-23T21:18:28.255Z Downloaded semver v1.0.23
3752024-08-23T21:18:28.255Z Downloaded scroll v0.12.0
3762024-08-23T21:18:28.255Z Downloaded proc-macro-error v1.0.4
3772024-08-23T21:18:28.255Z Downloaded once_cell v1.19.0
3782024-08-23T21:18:28.256Z Downloaded errno v0.3.9
3792024-08-23T21:18:28.256Z Downloaded clap v4.5.16
3802024-08-23T21:18:28.280Z Downloaded cargo_toml v0.20.4
3812024-08-23T21:18:28.280Z Downloaded cargo-platform v0.1.8
3822024-08-23T21:18:28.280Z Downloaded itoa v1.0.11
3832024-08-23T21:18:28.280Z Downloaded heck v0.4.1
3842024-08-23T21:18:28.280Z Downloaded crypto-common v0.1.6
3852024-08-23T21:18:28.280Z Downloaded clap_derive v4.5.13
3862024-08-23T21:18:28.280Z Downloaded block-buffer v0.10.4
3872024-08-23T21:18:28.280Z Downloaded anstyle-query v1.0.3
3882024-08-23T21:18:28.280Z Downloaded anstream v0.6.14
3892024-08-23T21:18:28.280Z Downloaded digest v0.10.7
3902024-08-23T21:18:28.280Z Downloaded colorchoice v1.0.1
3912024-08-23T21:18:28.280Z Downloaded autocfg v1.3.0
3922024-08-23T21:18:28.429Z Compiling proc-macro2 v1.0.86
3932024-08-23T21:18:28.454Z Compiling unicode-ident v1.0.12
3942024-08-23T21:18:28.454Z Compiling version_check v0.9.5
3952024-08-23T21:18:28.454Z Compiling serde v1.0.208
3962024-08-23T21:18:28.454Z Compiling thiserror v1.0.63
3972024-08-23T21:18:28.454Z Compiling memchr v2.7.2
3982024-08-23T21:18:28.454Z Compiling libc v0.2.156
3992024-08-23T21:18:28.454Z Compiling ryu v1.0.18
4002024-08-23T21:18:28.763Z Compiling itoa v1.0.11
4012024-08-23T21:18:28.936Z Compiling ucd-trie v0.1.6
4022024-08-23T21:18:29.261Z Compiling once_cell v1.19.0
4032024-08-23T21:18:29.354Z Compiling byteorder v1.5.0
4042024-08-23T21:18:29.538Z Compiling serde_json v1.0.125
4052024-08-23T21:18:29.674Z Compiling usdt-impl v0.5.0
4062024-08-23T21:18:29.806Z Compiling proc-macro-error-attr v1.0.4
4072024-08-23T21:18:29.908Z Compiling rustix v0.38.34
4082024-08-23T21:18:30.008Z Compiling syn v1.0.109
4092024-08-23T21:18:30.177Z Compiling quote v1.0.36
4102024-08-23T21:18:30.207Z Compiling proc-macro-error v1.0.4
4112024-08-23T21:18:30.263Z Compiling hashbrown v0.14.5
4122024-08-23T21:18:30.558Z Compiling syn v2.0.74
4132024-08-23T21:18:30.736Z Compiling errno v0.3.9
4142024-08-23T21:18:30.821Z Compiling equivalent v1.0.1
4152024-08-23T21:18:30.851Z Compiling plain v0.2.3
4162024-08-23T21:18:30.851Z Compiling bitflags v2.6.0
4172024-08-23T21:18:31.030Z Compiling thread-id v4.2.1
4182024-08-23T21:18:31.079Z Compiling utf8parse v0.2.1
4192024-08-23T21:18:31.110Z Compiling log v0.4.21
4202024-08-23T21:18:31.362Z Compiling anstyle-parse v0.2.4
4212024-08-23T21:18:31.493Z Compiling indexmap v2.4.0
4222024-08-23T21:18:31.570Z Compiling pretty-hex v0.4.1
4232024-08-23T21:18:31.670Z Compiling camino v1.1.9
4242024-08-23T21:18:31.704Z Compiling autocfg v1.3.0
4252024-08-23T21:18:31.777Z Compiling colorchoice v1.0.1
4262024-08-23T21:18:31.916Z Compiling semver v1.0.23
4272024-08-23T21:18:31.960Z Compiling anstyle v1.0.8
4282024-08-23T21:18:32.298Z Compiling winnow v0.6.18
4292024-08-23T21:18:32.392Z Compiling anstyle-query v1.0.3
4302024-08-23T21:18:32.416Z Compiling is_terminal_polyfill v1.70.0
4312024-08-23T21:18:32.535Z Compiling anstream v0.6.14
4322024-08-23T21:18:32.626Z Compiling fs-err v2.11.0
4332024-08-23T21:18:32.652Z Compiling terminal_size v0.3.0
4342024-08-23T21:18:32.866Z Compiling fnv v1.0.7
4352024-08-23T21:18:32.895Z Compiling unicode-width v0.1.13
4362024-08-23T21:18:32.896Z Compiling bytecount v0.6.8
4372024-08-23T21:18:32.948Z Compiling anyhow v1.0.86
4382024-08-23T21:18:33.006Z Compiling heck v0.4.1
4392024-08-23T21:18:33.110Z Compiling strsim v0.11.1
4402024-08-23T21:18:33.153Z Compiling heck v0.5.0
4412024-08-23T21:18:33.283Z Compiling clap_lex v0.7.0
4422024-08-23T21:18:33.463Z Compiling papergrid v0.11.0
4432024-08-23T21:18:33.720Z Compiling clap_builder v4.5.15
4442024-08-23T21:18:33.924Z Compiling memmap v0.7.0
4452024-08-23T21:18:34.361Z Compiling swrite v0.1.0
4462024-08-23T21:18:36.155Z Compiling tabled_derive v0.7.0
4472024-08-23T21:18:37.945Z Compiling tabled v0.15.0
4482024-08-23T21:18:39.157Z Compiling serde_derive v1.0.208
4492024-08-23T21:18:39.182Z Compiling thiserror-impl v1.0.63
4502024-08-23T21:18:39.182Z Compiling zerocopy-derive v0.7.34
4512024-08-23T21:18:39.182Z Compiling scroll_derive v0.12.0
4522024-08-23T21:18:39.670Z Compiling clap_derive v4.5.13
4532024-08-23T21:18:40.469Z Compiling scroll v0.12.0
4542024-08-23T21:18:40.936Z Compiling goblin v0.8.2
4552024-08-23T21:18:41.178Z Compiling zerocopy v0.7.34
4562024-08-23T21:18:41.642Z Compiling pest v2.7.10
4572024-08-23T21:18:43.240Z Compiling clap v4.5.16
4582024-08-23T21:18:43.791Z Compiling pest_meta v2.7.10
4592024-08-23T21:18:44.833Z Compiling pest_generator v2.7.10
4602024-08-23T21:18:46.785Z Compiling pest_derive v2.7.10
4612024-08-23T21:18:47.461Z Compiling dtrace-parser v0.2.0
4622024-08-23T21:18:49.609Z Compiling serde_tokenstream v0.2.2
4632024-08-23T21:18:49.718Z Compiling toml_datetime v0.6.8
4642024-08-23T21:18:49.742Z Compiling serde_spanned v0.6.7
4652024-08-23T21:18:49.945Z Compiling cargo-platform v0.1.8
4662024-08-23T21:18:50.079Z Compiling toml_edit v0.22.20
4672024-08-23T21:18:50.223Z Compiling macaddr v1.0.1
4682024-08-23T21:18:51.220Z Compiling dof v0.3.0
4692024-08-23T21:18:51.295Z Compiling cargo_metadata v0.18.1
4702024-08-23T21:18:52.883Z Compiling usdt-macro v0.5.0
4712024-08-23T21:18:52.908Z Compiling usdt-attr-macro v0.5.0
4722024-08-23T21:18:52.963Z Compiling toml v0.8.19
4732024-08-23T21:18:53.808Z Compiling cargo_toml v0.20.4
4742024-08-23T21:18:54.065Z Compiling usdt v0.5.0
4752024-08-23T21:18:58.209Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4762024-08-23T21:19:03.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.69s
4772024-08-23T21:19:03.666Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4782024-08-23T21:19:04.534Z Downloading crates ...
4792024-08-23T21:19:04.671Z Downloaded assert_matches v1.5.0
4802024-08-23T21:19:04.696Z Downloaded ident_case v1.0.1
4812024-08-23T21:19:04.696Z Downloaded opaque-debug v0.3.1
4822024-08-23T21:19:04.696Z Downloaded match_cfg v0.1.0
4832024-08-23T21:19:04.721Z Downloaded openssl-probe v0.1.5
4842024-08-23T21:19:04.721Z Downloaded olpc-cjson v0.1.3
4852024-08-23T21:19:04.746Z Downloaded sqlparser_derive v0.2.2
4862024-08-23T21:19:04.746Z Downloaded stringprep v0.1.4
4872024-08-23T21:19:04.774Z Downloaded parse-display-derive v0.10.0
4882024-08-23T21:19:04.799Z Downloaded tiny-keccak v2.0.2
4892024-08-23T21:19:04.824Z Downloaded quick-error v1.2.3
4902024-08-23T21:19:04.824Z Downloaded foreign-types v0.3.2
4912024-08-23T21:19:04.850Z Downloaded float-ord v0.3.2
4922024-08-23T21:19:04.850Z Downloaded headers-core v0.2.0
4932024-08-23T21:19:04.850Z Downloaded ref-cast v1.0.23
4942024-08-23T21:19:04.850Z Downloaded phf_shared v0.10.0
4952024-08-23T21:19:04.876Z Downloaded phf_shared v0.11.2
4962024-08-23T21:19:04.876Z Downloaded toolchain_find v0.4.0
4972024-08-23T21:19:04.876Z Downloaded tower-service v0.3.2
4982024-08-23T21:19:04.876Z Downloaded sigpipe v0.1.3
4992024-08-23T21:19:04.876Z Downloaded rustfmt-wrapper v0.2.1
5002024-08-23T21:19:04.876Z Downloaded zone_cfg_derive v0.1.2
5012024-08-23T21:19:04.876Z Downloaded try-lock v0.2.5
5022024-08-23T21:19:04.901Z Downloaded derive_builder_macro v0.20.0
5032024-08-23T21:19:04.901Z Downloaded unarray v0.1.4
5042024-08-23T21:19:04.901Z Downloaded defmt-parser v0.3.4
5052024-08-23T21:19:04.901Z Downloaded unicode-xid v0.2.4
5062024-08-23T21:19:04.901Z Downloaded unicode-bidi v0.3.15
5072024-08-23T21:19:04.901Z Downloaded tungstenite v0.21.0
5082024-08-23T21:19:04.926Z Downloaded deranged v0.3.11
5092024-08-23T21:19:04.926Z Downloaded diesel_derives v2.2.2
5102024-08-23T21:19:04.926Z Downloaded unicode-normalization v0.1.23
5112024-08-23T21:19:04.951Z Downloaded derive_builder_core v0.20.0
5122024-08-23T21:19:04.951Z Downloaded derive_more v0.99.18
5132024-08-23T21:19:04.951Z Downloaded diesel v2.2.2
5142024-08-23T21:19:04.977Z Downloaded derive-where v1.2.7
5152024-08-23T21:19:05.002Z Downloaded rsa v0.9.6
5162024-08-23T21:19:05.002Z Downloaded futures-util v0.3.30
5172024-08-23T21:19:05.026Z Downloaded rusqlite v0.31.0
5182024-08-23T21:19:05.026Z Downloaded rustls-webpki v0.101.7
5192024-08-23T21:19:05.051Z Downloaded git2 v0.19.0
5202024-08-23T21:19:05.075Z Downloaded rustls v0.21.12
5212024-08-23T21:19:05.100Z Downloaded rustls v0.22.4
5222024-08-23T21:19:05.124Z Downloaded sled v0.34.7
5232024-08-23T21:19:05.124Z Downloaded sha3 v0.10.8
5242024-08-23T21:19:05.148Z Downloaded tokio v1.38.1
5252024-08-23T21:19:05.182Z Downloaded petgraph v0.6.5
5262024-08-23T21:19:05.213Z Downloaded zerocopy-derive v0.6.6
5272024-08-23T21:19:05.237Z Downloaded ratatui v0.28.0
5282024-08-23T21:19:05.262Z Downloaded openapiv3 v2.0.0
5292024-08-23T21:19:05.289Z Downloaded libgit2-sys v0.17.0+1.8.1
5302024-08-23T21:19:05.389Z Downloaded gimli v0.28.1
5312024-08-23T21:19:05.414Z Downloaded encoding_rs v0.8.34
5322024-08-23T21:19:05.438Z Downloaded radix_trie v0.2.1
5332024-08-23T21:19:05.462Z Downloaded object v0.32.2
5342024-08-23T21:19:05.462Z Downloaded nix v0.28.0
5352024-08-23T21:19:05.487Z Downloaded nix v0.27.1
5362024-08-23T21:19:05.512Z Downloaded h2 v0.3.26
5372024-08-23T21:19:05.536Z Downloaded rayon v1.10.0
5382024-08-23T21:19:05.536Z Downloaded regex-automata v0.4.6
5392024-08-23T21:19:05.561Z Downloaded hashbrown v0.13.2
5402024-08-23T21:19:05.585Z Downloaded ring v0.16.20
5412024-08-23T21:19:05.676Z Downloaded libz-sys v1.1.16
5422024-08-23T21:19:05.763Z Downloaded finl_unicode v1.2.0
5432024-08-23T21:19:05.787Z Downloaded ring v0.17.8
5442024-08-23T21:19:05.866Z Downloaded openssl v0.10.66
5452024-08-23T21:19:05.891Z Downloaded object v0.30.4
5462024-08-23T21:19:05.891Z Downloaded lalrpop v0.19.12
5472024-08-23T21:19:05.916Z Downloaded libsqlite3-sys v0.28.0
5482024-08-23T21:19:06.008Z Downloaded idna v0.5.0
5492024-08-23T21:19:06.034Z Downloaded idna v0.4.0
5502024-08-23T21:19:06.034Z Downloaded tungstenite v0.20.1
5512024-08-23T21:19:06.034Z Downloaded tracing-core v0.1.32
5522024-08-23T21:19:06.058Z Downloaded signal-hook v0.3.17
5532024-08-23T21:19:06.058Z Downloaded hashbrown v0.12.3
5542024-08-23T21:19:06.058Z Downloaded rand v0.8.5
5552024-08-23T21:19:06.058Z Downloaded idna v0.3.0
5562024-08-23T21:19:06.083Z Downloaded csv v1.3.0
5572024-08-23T21:19:06.107Z Downloaded derive_builder v0.20.0
5582024-08-23T21:19:06.107Z Downloaded ron v0.8.1
5592024-08-23T21:19:06.131Z Downloaded regress v0.9.1
5602024-08-23T21:19:06.131Z Downloaded regex-syntax v0.8.4
5612024-08-23T21:19:06.155Z Downloaded hickory-proto v0.24.1
5622024-08-23T21:19:06.155Z Downloaded regex-syntax v0.6.29
5632024-08-23T21:19:06.180Z Downloaded der_derive v0.7.2
5642024-08-23T21:19:06.180Z Downloaded tracing-attributes v0.1.27
5652024-08-23T21:19:06.180Z Downloaded tokio-util v0.7.11
5662024-08-23T21:19:06.205Z Downloaded slog v2.7.0
5672024-08-23T21:19:06.205Z Downloaded similar v2.6.0
5682024-08-23T21:19:06.205Z Downloaded serde_with v3.9.0
5692024-08-23T21:19:06.205Z Downloaded rustls-webpki v0.102.4
5702024-08-23T21:19:06.229Z Downloaded reqwest v0.11.27
5712024-08-23T21:19:06.253Z Downloaded regex v1.10.6
5722024-08-23T21:19:06.253Z Downloaded reedline v0.33.0
5732024-08-23T21:19:06.277Z Downloaded bzip2-sys v0.1.11+1.0.8
5742024-08-23T21:19:06.277Z Downloaded tough v0.17.1
5752024-08-23T21:19:06.302Z Downloaded hash32 v0.2.1
5762024-08-23T21:19:06.302Z Downloaded der v0.7.9
5772024-08-23T21:19:06.302Z Downloaded unicode_categories v0.1.1
5782024-08-23T21:19:06.302Z Downloaded unicode-segmentation v1.11.0
5792024-08-23T21:19:06.302Z Downloaded rustyline v14.0.0
5802024-08-23T21:19:06.302Z Downloaded rustls-pki-types v1.7.0
5812024-08-23T21:19:06.302Z Downloaded ron v0.7.1
5822024-08-23T21:19:06.327Z Downloaded polar-core v0.27.3
5832024-08-23T21:19:06.327Z Downloaded typed-path v0.7.1
5842024-08-23T21:19:06.327Z Downloaded tui-tree-widget v0.22.0
5852024-08-23T21:19:06.327Z Downloaded tracing v0.1.40
5862024-08-23T21:19:06.351Z Downloaded toml_edit v0.19.15
5872024-08-23T21:19:06.351Z Downloaded signal-hook-mio v0.2.4
5882024-08-23T21:19:06.351Z Downloaded half v2.4.1
5892024-08-23T21:19:06.376Z Downloaded serde_yaml v0.9.34+deprecated
5902024-08-23T21:19:06.376Z Downloaded rayon-core v1.12.1
5912024-08-23T21:19:06.400Z Downloaded slog-bunyan v2.5.0
5922024-08-23T21:19:06.400Z Downloaded slog-async v2.8.0
5932024-08-23T21:19:06.400Z Downloaded slab v0.4.9
5942024-08-23T21:19:06.400Z Downloaded siphasher v0.3.11
5952024-08-23T21:19:06.401Z Downloaded signature v2.2.0
5962024-08-23T21:19:06.401Z Downloaded signal-hook-registry v1.4.2
5972024-08-23T21:19:06.401Z Downloaded shlex v1.3.0
5982024-08-23T21:19:06.401Z Downloaded schemars v0.8.21
5992024-08-23T21:19:06.401Z Downloaded rustls-pemfile v2.1.3
6002024-08-23T21:19:06.401Z Downloaded rustc-demangle v0.1.24
6012024-08-23T21:19:06.401Z Downloaded hickory-resolver v0.24.1
6022024-08-23T21:19:06.401Z Downloaded heapless v0.7.17
6032024-08-23T21:19:06.425Z Downloaded futures v0.3.30
6042024-08-23T21:19:06.425Z Downloaded universal-hash v0.5.1
6052024-08-23T21:19:06.425Z Downloaded twox-hash v1.6.3
6062024-08-23T21:19:06.425Z Downloaded toml v0.7.8
6072024-08-23T21:19:06.425Z Downloaded tokio-tungstenite v0.21.0
6082024-08-23T21:19:06.425Z Downloaded tokio-tungstenite v0.20.1
6092024-08-23T21:19:06.425Z Downloaded shell-words v1.1.0
6102024-08-23T21:19:06.425Z Downloaded sha1 v0.10.6
6112024-08-23T21:19:06.425Z Downloaded smoltcp v0.11.0
6122024-08-23T21:19:06.452Z Downloaded tokio-rustls v0.25.0
6132024-08-23T21:19:06.452Z Downloaded rustls-pemfile v1.0.4
6142024-08-23T21:19:06.452Z Downloaded hickory-server v0.24.1
6152024-08-23T21:19:06.452Z Downloaded globset v0.4.14
6162024-08-23T21:19:06.476Z Downloaded getrandom v0.2.14
6172024-08-23T21:19:06.476Z Downloaded unicode-truncate v1.0.0
6182024-08-23T21:19:06.476Z Downloaded unicode-linebreak v0.1.5
6192024-08-23T21:19:06.476Z Downloaded unicase v2.7.0
6202024-08-23T21:19:06.476Z Downloaded topological-sort v0.2.2
6212024-08-23T21:19:06.476Z Downloaded tokio-stream v0.1.15
6222024-08-23T21:19:06.476Z Downloaded rustversion v1.0.17
6232024-08-23T21:19:06.476Z Downloaded rustc_version v0.4.0
6242024-08-23T21:19:06.476Z Downloaded rustc-hash v1.1.0
6252024-08-23T21:19:06.476Z Downloaded headers v0.3.9
6262024-08-23T21:19:06.476Z Downloaded proptest v1.5.0
6272024-08-23T21:19:06.501Z Downloaded itertools v0.13.0
6282024-08-23T21:19:06.501Z Downloaded serde_with_macros v3.9.0
6292024-08-23T21:19:06.501Z Downloaded resolv-conf v0.7.0
6302024-08-23T21:19:06.501Z Downloaded slog-envlogger v2.2.0
6312024-08-23T21:19:06.501Z Downloaded slog-dtrace v0.3.0
6322024-08-23T21:19:06.527Z Downloaded same-file v1.0.6
6332024-08-23T21:19:06.527Z Downloaded heapless v0.8.0
6342024-08-23T21:19:06.527Z Downloaded rustc_version v0.1.7
6352024-08-23T21:19:06.527Z Downloaded rtoolbox v0.0.2
6362024-08-23T21:19:06.527Z Downloaded rpassword v7.3.1
6372024-08-23T21:19:06.527Z Downloaded rcgen v0.12.1
6382024-08-23T21:19:06.527Z Downloaded hickory-client v0.24.1
6392024-08-23T21:19:06.527Z Downloaded signal-hook-tokio v0.3.1
6402024-08-23T21:19:06.527Z Downloaded sec1 v0.7.3
6412024-08-23T21:19:06.527Z Downloaded sct v0.7.1
6422024-08-23T21:19:06.527Z Downloaded scheduled-thread-pool v0.2.7
6432024-08-23T21:19:06.527Z Downloaded futures-macro v0.3.30
6442024-08-23T21:19:06.553Z Downloaded futures-channel v0.3.30
6452024-08-23T21:19:06.553Z Downloaded funty v2.0.0
6462024-08-23T21:19:06.553Z Downloaded serde_urlencoded v0.7.1
6472024-08-23T21:19:06.553Z Downloaded schemars_derive v0.8.21
6482024-08-23T21:19:06.553Z Downloaded pin-project-lite v0.2.14
6492024-08-23T21:19:06.553Z Downloaded highway v1.2.0
6502024-08-23T21:19:06.553Z Downloaded hash32 v0.3.1
6512024-08-23T21:19:06.553Z Downloaded gethostname v0.5.0
6522024-08-23T21:19:06.553Z Downloaded quick-xml v0.31.0
6532024-08-23T21:19:06.553Z Downloaded serde_repr v0.1.19
6542024-08-23T21:19:06.553Z Downloaded scrypt v0.11.0
6552024-08-23T21:19:06.585Z Downloaded salsa20 v0.10.2
6562024-08-23T21:19:06.585Z Downloaded rusty-fork v0.3.0
6572024-08-23T21:19:06.585Z Downloaded ref-cast-impl v1.0.23
6582024-08-23T21:19:06.585Z Downloaded pin-project-internal v1.1.5
6592024-08-23T21:19:06.585Z Downloaded pin-project v1.1.5
6602024-08-23T21:19:06.585Z Downloaded group v0.13.0
6612024-08-23T21:19:06.585Z Downloaded glob v0.3.1
6622024-08-23T21:19:06.585Z Downloaded flate2 v1.0.31
6632024-08-23T21:19:06.611Z Downloaded tokio-postgres v0.7.11
6642024-08-23T21:19:06.611Z Downloaded smoltcp v0.9.1
6652024-08-23T21:19:06.611Z Downloaded phf v0.11.2
6662024-08-23T21:19:06.611Z Downloaded heck v0.3.3
6672024-08-23T21:19:06.611Z Downloaded getopts v0.2.21
6682024-08-23T21:19:06.611Z Downloaded futures-task v0.3.30
6692024-08-23T21:19:06.611Z Downloaded futures-core v0.3.30
6702024-08-23T21:19:06.611Z Downloaded flume v0.11.0
6712024-08-23T21:19:06.636Z Downloaded portable-atomic v1.6.0
6722024-08-23T21:19:06.636Z Downloaded libxml v0.3.3
6732024-08-23T21:19:06.636Z Downloaded hex v0.4.3
6742024-08-23T21:19:06.636Z Downloaded hashlink v0.9.1
6752024-08-23T21:19:06.636Z Downloaded futures-io v0.3.30
6762024-08-23T21:19:06.636Z Downloaded futures-executor v0.3.30
6772024-08-23T21:19:06.636Z Downloaded fragile v2.0.0
6782024-08-23T21:19:06.636Z Downloaded form_urlencoded v1.2.1
6792024-08-23T21:19:06.661Z Downloaded float-cmp v0.9.0
6802024-08-23T21:19:06.661Z Downloaded expectorate v1.1.0
6812024-08-23T21:19:06.661Z Downloaded hyper v0.14.30
6822024-08-23T21:19:06.661Z Downloaded fxhash v0.2.1
6832024-08-23T21:19:06.661Z Downloaded foreign-types-shared v0.3.1
6842024-08-23T21:19:06.661Z Downloaded filetime v0.2.24
6852024-08-23T21:19:06.661Z Downloaded fd-lock v4.0.2
6862024-08-23T21:19:06.661Z Downloaded fatfs v0.3.6
6872024-08-23T21:19:06.661Z Downloaded fallible-streaming-iterator v0.1.9
6882024-08-23T21:19:06.661Z Downloaded fallible-iterator v0.2.0
6892024-08-23T21:19:06.661Z Downloaded env_logger v0.10.2
6902024-08-23T21:19:06.686Z Downloaded env_logger v0.9.3
6912024-08-23T21:19:06.686Z Downloaded endian-type v0.1.2
6922024-08-23T21:19:06.686Z Downloaded elliptic-curve v0.13.8
6932024-08-23T21:19:06.686Z Downloaded rand_xorshift v0.3.0
6942024-08-23T21:19:06.686Z Downloaded rand_core v0.6.4
6952024-08-23T21:19:06.686Z Downloaded futures-sink v0.3.30
6962024-08-23T21:19:06.686Z Downloaded foreign-types-shared v0.1.1
6972024-08-23T21:19:06.686Z Downloaded foreign-types-macros v0.2.3
6982024-08-23T21:19:06.686Z Downloaded foreign-types v0.5.0
6992024-08-23T21:19:06.687Z Downloaded flagset v0.4.5
7002024-08-23T21:19:06.687Z Downloaded ff v0.13.0
7012024-08-23T21:19:06.687Z Downloaded fallible-iterator v0.3.0
7022024-08-23T21:19:06.687Z Downloaded erased-serde v0.3.31
7032024-08-23T21:19:06.687Z Downloaded ena v0.14.3
7042024-08-23T21:19:06.711Z Downloaded embedded-io v0.4.0
7052024-08-23T21:19:06.711Z Downloaded either v1.13.0
7062024-08-23T21:19:06.711Z Downloaded dyn-clone v1.0.17
7072024-08-23T21:19:06.711Z Downloaded dsl_auto_type v0.1.2
7082024-08-23T21:19:06.711Z Downloaded diff v0.1.13
7092024-08-23T21:19:06.711Z Downloaded rand_seeder v0.3.0
7102024-08-23T21:19:06.711Z Downloaded rand_chacha v0.3.1
7112024-08-23T21:19:06.711Z Downloaded radium v0.7.0
7122024-08-23T21:19:06.711Z Downloaded r2d2 v0.8.10
7132024-08-23T21:19:06.711Z Downloaded publicsuffix v2.2.3
7142024-08-23T21:19:06.712Z Downloaded zip v0.6.6
7152024-08-23T21:19:06.736Z Downloaded num-bigint-dig v0.8.4
7162024-08-23T21:19:06.736Z Downloaded bstr v1.9.1
7172024-08-23T21:19:06.736Z Downloaded fixedbitset v0.4.2
7182024-08-23T21:19:06.760Z Downloaded fastrand v2.1.0
7192024-08-23T21:19:06.761Z Downloaded enum-as-inner v0.6.0
7202024-08-23T21:19:06.761Z Downloaded display-error-chain v0.2.0
7212024-08-23T21:19:06.761Z Downloaded dirs-sys-next v0.1.2
7222024-08-23T21:19:06.761Z Downloaded dirs-next v2.0.0
7232024-08-23T21:19:06.761Z Downloaded difflib v0.4.0
7242024-08-23T21:19:06.761Z Downloaded prettyplease v0.2.20
7252024-08-23T21:19:06.761Z Downloaded poly1305 v0.8.0
7262024-08-23T21:19:06.761Z Downloaded time v0.3.36
7272024-08-23T21:19:06.785Z Downloaded peg-macros v0.8.4
7282024-08-23T21:19:06.785Z Downloaded paste v1.0.15
7292024-08-23T21:19:06.785Z Downloaded password-hash v0.5.0
7302024-08-23T21:19:06.785Z Downloaded hkdf v0.12.4
7312024-08-23T21:19:06.785Z Downloaded webpki-roots v0.25.4
7322024-08-23T21:19:06.785Z Downloaded nom v7.1.3
7332024-08-23T21:19:06.809Z Downloaded itertools v0.10.5
7342024-08-23T21:19:06.809Z Downloaded curve25519-dalek v4.1.3
7352024-08-23T21:19:06.809Z Downloaded downcast v0.11.0
7362024-08-23T21:19:06.809Z Downloaded diesel_table_macro_syntax v0.2.0
7372024-08-23T21:19:06.809Z Downloaded pretty-hex v0.2.1
7382024-08-23T21:19:06.834Z Downloaded predicates-tree v1.0.9
7392024-08-23T21:19:06.834Z Downloaded predicates-core v1.0.6
7402024-08-23T21:19:06.834Z Downloaded predicates v3.1.2
7412024-08-23T21:19:06.834Z Downloaded precomputed-hash v0.1.1
7422024-08-23T21:19:06.834Z Downloaded ppv-lite86 v0.2.17
7432024-08-23T21:19:06.834Z Downloaded powerfmt v0.2.0
7442024-08-23T21:19:06.834Z Downloaded postgres-types v0.2.7
7452024-08-23T21:19:06.834Z Downloaded postgres-protocol v0.6.7
7462024-08-23T21:19:06.834Z Downloaded postcard v1.0.8
7472024-08-23T21:19:06.834Z Downloaded pkcs8 v0.10.2
7482024-08-23T21:19:06.834Z Downloaded pkcs5 v0.7.1
7492024-08-23T21:19:06.858Z Downloaded tokio-rustls v0.24.1
7502024-08-23T21:19:06.858Z Downloaded tokio-native-tls v0.3.1
7512024-08-23T21:19:06.858Z Downloaded tokio-macros v2.3.0
7522024-08-23T21:19:06.858Z Downloaded tls_codec_derive v0.4.1
7532024-08-23T21:19:06.858Z Downloaded tls_codec v0.4.1
7542024-08-23T21:19:06.859Z Downloaded percent-encoding v2.3.1
7552024-08-23T21:19:06.859Z Downloaded pem-rfc7468 v0.7.0
7562024-08-23T21:19:06.859Z Downloaded pem v3.0.4
7572024-08-23T21:19:06.859Z Downloaded peg v0.8.4
7582024-08-23T21:19:06.859Z Downloaded pbkdf2 v0.12.2
7592024-08-23T21:19:06.859Z Downloaded zerocopy v0.6.6
7602024-08-23T21:19:06.859Z Downloaded winnow v0.5.40
7612024-08-23T21:19:06.883Z Downloaded vcpkg v0.2.15
7622024-08-23T21:19:06.918Z Downloaded subprocess v0.2.9
7632024-08-23T21:19:06.942Z Downloaded serde_derive_internals v0.29.1
7642024-08-23T21:19:06.942Z Downloaded num-traits v0.2.19
7652024-08-23T21:19:06.942Z Downloaded mio v1.0.2
7662024-08-23T21:19:06.942Z Downloaded libm v0.2.8
7672024-08-23T21:19:06.942Z Downloaded itertools v0.12.1
7682024-08-23T21:19:06.966Z Downloaded psl-types v2.0.11
7692024-08-23T21:19:06.966Z Downloaded proc-macro-crate v1.3.1
7702024-08-23T21:19:06.966Z Downloaded portpicker v0.1.1
7712024-08-23T21:19:06.967Z Downloaded pkg-config v0.3.30
7722024-08-23T21:19:06.967Z Downloaded pkcs1 v0.7.5
7732024-08-23T21:19:06.967Z Downloaded pin-utils v0.1.0
7742024-08-23T21:19:06.967Z Downloaded tinyvec_macros v0.1.1
7752024-08-23T21:19:06.967Z Downloaded tinyvec v1.6.0
7762024-08-23T21:19:06.967Z Downloaded textwrap v0.16.1
7772024-08-23T21:19:06.991Z Downloaded test-strategy v0.3.1
7782024-08-23T21:19:06.991Z Downloaded tar v0.4.41
7792024-08-23T21:19:06.991Z Downloaded spki v0.7.3
7802024-08-23T21:19:06.991Z Downloaded spin v0.9.8
7812024-08-23T21:19:06.991Z Downloaded spin v0.5.2
7822024-08-23T21:19:06.991Z Downloaded socket2 v0.5.7
7832024-08-23T21:19:06.991Z Downloaded socket2 v0.4.10
7842024-08-23T21:19:06.991Z Downloaded snafu v0.8.2
7852024-08-23T21:19:07.016Z Downloaded peg-runtime v0.8.3
7862024-08-23T21:19:07.016Z Downloaded path-slash v0.1.5
7872024-08-23T21:19:07.016Z Downloaded parking_lot_core v0.8.6
7882024-08-23T21:19:07.016Z Downloaded openssl-sys v0.9.103
7892024-08-23T21:19:07.016Z Downloaded httparse v1.8.0
7902024-08-23T21:19:07.016Z Downloaded http v1.1.0
7912024-08-23T21:19:07.016Z Downloaded http v0.2.12
7922024-08-23T21:19:07.040Z Downloaded hmac v0.12.1
7932024-08-23T21:19:07.040Z Downloaded yasna v0.5.2
7942024-08-23T21:19:07.040Z Downloaded vergen v8.3.2
7952024-08-23T21:19:07.040Z Downloaded supports-color v3.0.0
7962024-08-23T21:19:07.040Z Downloaded subtle v2.5.0
7972024-08-23T21:19:07.041Z Downloaded steno v0.4.1
7982024-08-23T21:19:07.041Z Downloaded sqlparser v0.45.0
7992024-08-23T21:19:07.041Z Downloaded slog-stdlog v4.1.1
8002024-08-23T21:19:07.041Z Downloaded slog-scope v4.4.0
8012024-08-23T21:19:07.065Z Downloaded serde_path_to_error v0.1.16
8022024-08-23T21:19:07.065Z Downloaded serde-hex v0.1.0
8032024-08-23T21:19:07.065Z Downloaded omicron-zone-package v0.11.0
8042024-08-23T21:19:07.065Z Downloaded num_enum v0.5.11
8052024-08-23T21:19:07.065Z Downloaded num-derive v0.4.2
8062024-08-23T21:19:07.065Z Downloaded num-complex v0.4.6
8072024-08-23T21:19:07.065Z Downloaded nu-ansi-term v0.50.0
8082024-08-23T21:19:07.065Z Downloaded native-tls v0.2.11
8092024-08-23T21:19:07.065Z Downloaded mockall_derive v0.13.0
8102024-08-23T21:19:07.090Z Downloaded mime_guess v2.0.4
8112024-08-23T21:19:07.090Z Downloaded linked-hash-map v0.5.6
8122024-08-23T21:19:07.090Z Downloaded crossterm v0.28.1
8132024-08-23T21:19:07.090Z Downloaded chrono v0.4.38
8142024-08-23T21:19:07.090Z Downloaded bitvec v1.0.1
8152024-08-23T21:19:07.114Z Downloaded aho-corasick v1.1.3
8162024-08-23T21:19:07.114Z Downloaded time-macros v0.2.18
8172024-08-23T21:19:07.139Z Downloaded time-core v0.1.2
8182024-08-23T21:19:07.139Z Downloaded thread_local v1.1.8
8192024-08-23T21:19:07.139Z Downloaded thiserror-no-std v2.0.2
8202024-08-23T21:19:07.139Z Downloaded thiserror-impl-no-std v2.0.2
8212024-08-23T21:19:07.139Z Downloaded termtree v0.4.1
8222024-08-23T21:19:07.139Z Downloaded termios v0.3.3
8232024-08-23T21:19:07.139Z Downloaded termcolor v1.4.1
8242024-08-23T21:19:07.139Z Downloaded term v0.7.0
8252024-08-23T21:19:07.139Z Downloaded tempfile v3.10.1
8262024-08-23T21:19:07.139Z Downloaded tap v1.0.1
8272024-08-23T21:19:07.139Z Downloaded take_mut v0.2.2
8282024-08-23T21:19:07.139Z Downloaded tabwriter v1.4.0
8292024-08-23T21:19:07.139Z Downloaded sync_wrapper v0.1.2
8302024-08-23T21:19:07.163Z Downloaded sqlformat v0.2.4
8312024-08-23T21:19:07.163Z Downloaded snafu-derive v0.8.2
8322024-08-23T21:19:07.163Z Downloaded smf v0.2.3
8332024-08-23T21:19:07.163Z Downloaded smawk v0.3.2
8342024-08-23T21:19:07.163Z Downloaded smallvec v1.13.2
8352024-08-23T21:19:07.163Z Downloaded slog-json v2.6.1
8362024-08-23T21:19:07.163Z Downloaded parse-size v1.0.0
8372024-08-23T21:19:07.163Z Downloaded parking_lot_core v0.9.10
8382024-08-23T21:19:07.163Z Downloaded parking_lot v0.12.2
8392024-08-23T21:19:07.163Z Downloaded parking_lot v0.11.2
8402024-08-23T21:19:07.163Z Downloaded owo-colors v4.0.0
8412024-08-23T21:19:07.163Z Downloaded oso v0.27.3
8422024-08-23T21:19:07.188Z Downloaded httpdate v1.0.3
8432024-08-23T21:19:07.188Z Downloaded http-range v0.1.5
8442024-08-23T21:19:07.188Z Downloaded http-body v0.4.6
8452024-08-23T21:19:07.188Z Downloaded zone v0.1.8
8462024-08-23T21:19:07.188Z Downloaded zeroize_derive v1.4.2
8472024-08-23T21:19:07.188Z Downloaded zeroize v1.7.0
8482024-08-23T21:19:07.188Z Downloaded xattr v1.3.1
8492024-08-23T21:19:07.188Z Downloaded x509-cert v0.2.5
8502024-08-23T21:19:07.188Z Downloaded wyz v0.5.1
8512024-08-23T21:19:07.188Z Downloaded walkdir v2.5.0
8522024-08-23T21:19:07.212Z Downloaded uuid v1.10.0
8532024-08-23T21:19:07.212Z Downloaded utf-8 v0.7.6
8542024-08-23T21:19:07.213Z Downloaded url v2.5.2
8552024-08-23T21:19:07.213Z Downloaded untrusted v0.9.0
8562024-08-23T21:19:07.213Z Downloaded unsafe-libyaml v0.2.11
8572024-08-23T21:19:07.213Z Downloaded strum_macros v0.26.4
8582024-08-23T21:19:07.213Z Downloaded strum_macros v0.25.3
8592024-08-23T21:19:07.213Z Downloaded strum_macros v0.24.3
8602024-08-23T21:19:07.213Z Downloaded strum v0.26.3
8612024-08-23T21:19:07.213Z Downloaded structmeta-derive v0.3.0
8622024-08-23T21:19:07.213Z Downloaded structmeta-derive v0.2.0
8632024-08-23T21:19:07.237Z Downloaded structmeta v0.3.0
8642024-08-23T21:19:07.237Z Downloaded structmeta v0.2.0
8652024-08-23T21:19:07.237Z Downloaded strip-ansi-escapes v0.2.0
8662024-08-23T21:19:07.237Z Downloaded smallvec v0.6.14
8672024-08-23T21:19:07.237Z Downloaded slog-term v2.9.1
8682024-08-23T21:19:07.237Z Downloaded serde_plain v1.0.2
8692024-08-23T21:19:07.237Z Downloaded num-iter v0.1.45
8702024-08-23T21:19:07.237Z Downloaded num v0.4.3
8712024-08-23T21:19:07.237Z Downloaded nodrop v0.1.14
8722024-08-23T21:19:07.237Z Downloaded newtype_derive v0.1.6
8732024-08-23T21:19:07.237Z Downloaded mio v0.8.11
8742024-08-23T21:19:07.237Z Downloaded miniz_oxide v0.7.2
8752024-08-23T21:19:07.238Z Downloaded minimal-lexical v0.2.1
8762024-08-23T21:19:07.262Z Downloaded memmap2 v0.9.4
8772024-08-23T21:19:07.262Z Downloaded maybe-uninit v2.0.0
8782024-08-23T21:19:07.262Z Downloaded lru v0.12.3
8792024-08-23T21:19:07.262Z Downloaded libloading v0.8.3
8802024-08-23T21:19:07.262Z Downloaded blake3 v1.5.1
8812024-08-23T21:19:07.262Z Downloaded bindgen v0.69.4
8822024-08-23T21:19:07.286Z Downloaded parse-display v0.10.0
8832024-08-23T21:19:07.286Z Downloaded packed_struct_codegen v0.10.1
8842024-08-23T21:19:07.286Z Downloaded packed_struct v0.10.1
8852024-08-23T21:19:07.286Z Downloaded oso-derive v0.27.3
8862024-08-23T21:19:07.286Z Downloaded hubpack v0.1.2
8872024-08-23T21:19:07.286Z Downloaded hostname v0.4.0
8882024-08-23T21:19:07.286Z Downloaded hostname v0.3.1
8892024-08-23T21:19:07.287Z Downloaded home v0.5.9
8902024-08-23T21:19:07.287Z Downloaded whoami v1.5.1
8912024-08-23T21:19:07.287Z Downloaded which v4.4.2
8922024-08-23T21:19:07.287Z Downloaded want v0.3.1
8932024-08-23T21:19:07.287Z Downloaded waitgroup v0.1.2
8942024-08-23T21:19:07.287Z Downloaded wait-timeout v0.2.0
8952024-08-23T21:19:07.287Z Downloaded vte_generate_state_changes v0.1.1
8962024-08-23T21:19:07.287Z Downloaded vte v0.11.1
8972024-08-23T21:19:07.314Z Downloaded vsss-rs v3.3.4
8982024-08-23T21:19:07.314Z Downloaded uzers v0.11.3
8992024-08-23T21:19:07.314Z Downloaded untrusted v0.7.1
9002024-08-23T21:19:07.314Z Downloaded openssl-macros v0.1.1
9012024-08-23T21:19:07.314Z Downloaded normalize-line-endings v0.3.0
9022024-08-23T21:19:07.314Z Downloaded newline-converter v0.3.0
9032024-08-23T21:19:07.314Z Downloaded multimap v0.10.0
9042024-08-23T21:19:07.314Z Downloaded memoffset v0.9.1
9052024-08-23T21:19:07.314Z Downloaded maplit v1.0.2
9062024-08-23T21:19:07.314Z Downloaded lru-cache v0.1.2
9072024-08-23T21:19:07.314Z Downloaded linear-map v1.2.0
9082024-08-23T21:19:07.315Z Downloaded ipnet v2.9.0
9092024-08-23T21:19:07.315Z Downloaded inout v0.1.3
9102024-08-23T21:19:07.315Z Downloaded darling_core v0.20.9
9112024-08-23T21:19:07.315Z Downloaded crossterm v0.27.0
9122024-08-23T21:19:07.339Z Downloaded cbc v0.1.2
9132024-08-23T21:19:07.339Z Downloaded bytes v1.7.1
9142024-08-23T21:19:07.339Z Downloaded blake2 v0.10.6
9152024-08-23T21:19:07.339Z Downloaded allocator-api2 v0.2.18
9162024-08-23T21:19:07.339Z Downloaded aes v0.8.4
9172024-08-23T21:19:07.339Z Downloaded string_cache v0.8.7
9182024-08-23T21:19:07.339Z Downloaded static_assertions v1.1.0
9192024-08-23T21:19:07.364Z Downloaded stable_deref_trait v1.2.0
9202024-08-23T21:19:07.364Z Downloaded serde_arrays v0.1.0
9212024-08-23T21:19:07.364Z Downloaded serde-big-array v0.5.1
9222024-08-23T21:19:07.364Z Downloaded scopeguard v1.2.0
9232024-08-23T21:19:07.364Z Downloaded samael v0.0.15
9242024-08-23T21:19:07.364Z Downloaded number_prefix v0.4.0
9252024-08-23T21:19:07.364Z Downloaded num_enum_derive v0.5.11
9262024-08-23T21:19:07.364Z Downloaded libefi-sys v0.1.0
9272024-08-23T21:19:07.364Z Downloaded is-terminal v0.4.12
9282024-08-23T21:19:07.364Z Downloaded instability v0.3.2
9292024-08-23T21:19:07.364Z Downloaded defmt v0.3.8
9302024-08-23T21:19:07.364Z Downloaded darling v0.20.9
9312024-08-23T21:19:07.388Z Downloaded csv-core v0.1.11
9322024-08-23T21:19:07.388Z Downloaded crypto-bigint v0.5.5
9332024-08-23T21:19:07.388Z Downloaded crossbeam-deque v0.8.5
9342024-08-23T21:19:07.388Z Downloaded crossbeam-channel v0.5.12
9352024-08-23T21:19:07.388Z Downloaded crc32fast v1.4.0
9362024-08-23T21:19:07.388Z Downloaded crc-any v2.5.0
9372024-08-23T21:19:07.388Z Downloaded cookie_store v0.20.0
9382024-08-23T21:19:07.388Z Downloaded const_format v0.2.32
9392024-08-23T21:19:07.413Z Downloaded const-oid v0.9.6
9402024-08-23T21:19:07.413Z Downloaded compact_str v0.8.0
9412024-08-23T21:19:07.413Z Downloaded ciborium v0.2.2
9422024-08-23T21:19:07.413Z Downloaded chacha20poly1305 v0.10.1
9432024-08-23T21:19:07.413Z Downloaded chacha20 v0.9.1
9442024-08-23T21:19:07.413Z Downloaded cexpr v0.6.0
9452024-08-23T21:19:07.413Z Downloaded cc v1.0.97
9462024-08-23T21:19:07.438Z Downloaded cassowary v0.3.0
9472024-08-23T21:19:07.438Z Downloaded cancel-safe-futures v0.1.5
9482024-08-23T21:19:07.438Z Downloaded camino-tempfile v1.1.1
9492024-08-23T21:19:07.438Z Downloaded bzip2 v0.4.4
9502024-08-23T21:19:07.438Z Downloaded buf-list v1.0.3
9512024-08-23T21:19:07.438Z Downloaded base64ct v1.6.0
9522024-08-23T21:19:07.438Z Downloaded base64 v0.22.1
9532024-08-23T21:19:07.438Z Downloaded base64 v0.21.7
9542024-08-23T21:19:07.438Z Downloaded base64 v0.13.1
9552024-08-23T21:19:07.465Z Downloaded backtrace v0.3.71
9562024-08-23T21:19:07.465Z Downloaded arc-swap v1.7.1
9572024-08-23T21:19:07.465Z Downloaded ahash v0.8.11
9582024-08-23T21:19:07.465Z Downloaded semver v0.1.20
9592024-08-23T21:19:07.465Z Downloaded secrecy v0.8.0
9602024-08-23T21:19:07.465Z Downloaded num-rational v0.4.2
9612024-08-23T21:19:07.465Z Downloaded num-integer v0.1.46
9622024-08-23T21:19:07.465Z Downloaded multer v3.1.0
9632024-08-23T21:19:07.490Z Downloaded mockall v0.13.0
9642024-08-23T21:19:07.490Z Downloaded md-5 v0.10.6
9652024-08-23T21:19:07.490Z Downloaded managed v0.8.0
9662024-08-23T21:19:07.490Z Downloaded lock_api v0.4.12
9672024-08-23T21:19:07.490Z Downloaded lazy_static v1.5.0
9682024-08-23T21:19:07.490Z Downloaded keccak v0.1.5
9692024-08-23T21:19:07.490Z Downloaded indoc v1.0.9
9702024-08-23T21:19:07.490Z Downloaded indicatif v0.17.8
9712024-08-23T21:19:07.490Z Downloaded indexmap v1.9.3
9722024-08-23T21:19:07.490Z Downloaded cstr-argument v0.1.2
9732024-08-23T21:19:07.490Z Downloaded crossbeam-utils v0.8.19
9742024-08-23T21:19:07.490Z Downloaded crossbeam-epoch v0.9.18
9752024-08-23T21:19:07.515Z Downloaded cookie v0.18.1
9762024-08-23T21:19:07.515Z Downloaded cookie v0.17.0
9772024-08-23T21:19:07.515Z Downloaded convert_case v0.4.0
9782024-08-23T21:19:07.515Z Downloaded constant_time_eq v0.3.0
9792024-08-23T21:19:07.515Z Downloaded const_format_proc_macros v0.2.32
9802024-08-23T21:19:07.515Z Downloaded console v0.15.8
9812024-08-23T21:19:07.515Z Downloaded cobs v0.2.3
9822024-08-23T21:19:07.515Z Downloaded clang-sys v1.7.0
9832024-08-23T21:19:07.515Z Downloaded castaway v0.2.3
9842024-08-23T21:19:07.515Z Downloaded block-padding v0.3.3
9852024-08-23T21:19:07.515Z Downloaded bitstruct_derive v0.1.0
9862024-08-23T21:19:07.515Z Downloaded bitflags v1.3.2
9872024-08-23T21:19:07.540Z Downloaded bitfield-struct v0.6.1
9882024-08-23T21:19:07.540Z Downloaded bitfield v0.14.0
9892024-08-23T21:19:07.540Z Downloaded bit-set v0.5.3
9902024-08-23T21:19:07.540Z Downloaded bcs v0.1.6
9912024-08-23T21:19:07.540Z Downloaded arrayvec v0.7.4
9922024-08-23T21:19:07.540Z Downloaded argon2 v0.5.3
9932024-08-23T21:19:07.540Z Downloaded num_cpus v1.16.0
9942024-08-23T21:19:07.540Z Downloaded nibble_vec v0.1.0
9952024-08-23T21:19:07.540Z Downloaded newtype-uuid v1.1.0
9962024-08-23T21:19:07.540Z Downloaded new_debug_unreachable v1.0.6
9972024-08-23T21:19:07.540Z Downloaded mime v0.3.17
9982024-08-23T21:19:07.540Z Downloaded impl-trait-for-tuples v0.2.2
9992024-08-23T21:19:07.540Z Downloaded iana-time-zone v0.1.60
10002024-08-23T21:19:07.565Z Downloaded debug-ignore v1.0.5
10012024-08-23T21:19:07.565Z Downloaded data-encoding v2.6.0
10022024-08-23T21:19:07.565Z Downloaded darling_macro v0.20.9
10032024-08-23T21:19:07.565Z Downloaded curve25519-dalek-derive v0.1.1
10042024-08-23T21:19:07.565Z Downloaded crucible-workspace-hack v0.1.0
10052024-08-23T21:19:07.565Z Downloaded crc-catalog v2.4.0
10062024-08-23T21:19:07.565Z Downloaded crc v3.2.1
10072024-08-23T21:19:07.565Z Downloaded colored v2.1.0
10082024-08-23T21:19:07.565Z Downloaded cipher v0.4.4
10092024-08-23T21:19:07.565Z Downloaded ciborium-ll v0.2.2
10102024-08-23T21:19:07.565Z Downloaded ciborium-io v0.2.2
10112024-08-23T21:19:07.565Z Downloaded bit-vec v0.6.3
10122024-08-23T21:19:07.565Z Downloaded bb8 v0.8.5
10132024-08-23T21:19:07.565Z Downloaded backoff v0.4.0
10142024-08-23T21:19:07.565Z Downloaded atomic-waker v1.1.2
10152024-08-23T21:19:07.589Z Downloaded async-trait v0.1.81
10162024-08-23T21:19:07.589Z Downloaded async-recursion v1.1.1
10172024-08-23T21:19:07.589Z Downloaded ascii-canvas v3.0.0
10182024-08-23T21:19:07.589Z Downloaded ascii v1.1.0
10192024-08-23T21:19:07.589Z Downloaded array-init v0.0.4
10202024-08-23T21:19:07.589Z Downloaded aead v0.5.2
10212024-08-23T21:19:07.589Z Downloaded addr2line v0.21.0
10222024-08-23T21:19:07.589Z Downloaded num_threads v0.1.7
10232024-08-23T21:19:07.589Z Downloaded num-conv v0.1.0
10242024-08-23T21:19:07.589Z Downloaded nanorand v0.7.0
10252024-08-23T21:19:07.590Z Downloaded libsw v3.3.1
10262024-08-23T21:19:07.590Z Downloaded lazycell v1.3.0
10272024-08-23T21:19:07.590Z Downloaded kstat-rs v0.2.4
10282024-08-23T21:19:07.614Z Downloaded jobserver v0.1.32
10292024-08-23T21:19:07.614Z Downloaded ipnetwork v0.20.0
10302024-08-23T21:19:07.614Z Downloaded indent_write v2.2.0
10312024-08-23T21:19:07.614Z Downloaded hyper-tls v0.5.0
10322024-08-23T21:19:07.614Z Downloaded hyper-staticfile v0.9.5
10332024-08-23T21:19:07.614Z Downloaded cfg_aliases v0.1.1
10342024-08-23T21:19:07.614Z Downloaded bitstruct v0.1.1
10352024-08-23T21:19:07.614Z Downloaded base16ct v0.2.0
10362024-08-23T21:19:07.614Z Downloaded atty v0.2.14
10372024-08-23T21:19:07.614Z Downloaded async-stream v0.3.5
10382024-08-23T21:19:07.614Z Downloaded arrayref v0.3.7
10392024-08-23T21:19:07.614Z Downloaded adler v1.0.2
10402024-08-23T21:19:07.614Z Downloaded lalrpop-util v0.19.12
10412024-08-23T21:19:07.614Z Downloaded hubpack_derive v0.1.1
10422024-08-23T21:19:07.614Z Downloaded defmt-macros v0.3.9
10432024-08-23T21:19:07.639Z Downloaded is_ci v1.2.0
10442024-08-23T21:19:07.639Z Downloaded instant v0.1.12
10452024-08-23T21:19:07.639Z Downloaded hyper-rustls v0.24.2
10462024-08-23T21:19:07.639Z Downloaded humantime v2.1.0
10472024-08-23T21:19:07.639Z Downloaded crunchy v0.2.2
10482024-08-23T21:19:07.639Z Downloaded atomicwrites v0.4.3
10492024-08-23T21:19:07.639Z Downloaded async-stream-impl v0.3.5
10502024-08-23T21:19:07.746Z Compiling cfg-if v1.0.0
10512024-08-23T21:19:07.746Z Compiling serde v1.0.208
10522024-08-23T21:19:07.770Z Compiling typenum v1.17.0
10532024-08-23T21:19:07.770Z Compiling generic-array v0.14.7
10542024-08-23T21:19:07.770Z Compiling lock_api v0.4.12
10552024-08-23T21:19:07.770Z Compiling syn v2.0.74
10562024-08-23T21:19:07.770Z Compiling scopeguard v1.2.0
10572024-08-23T21:19:07.795Z Compiling log v0.4.21
10582024-08-23T21:19:07.926Z Compiling getrandom v0.2.14
10592024-08-23T21:19:07.952Z Compiling jobserver v0.1.32
10602024-08-23T21:19:08.196Z Compiling rand_core v0.6.4
10612024-08-23T21:19:08.309Z Compiling cc v1.0.97
10622024-08-23T21:19:08.411Z Compiling subtle v2.5.0
10632024-08-23T21:19:08.458Z Compiling const-oid v0.9.6
10642024-08-23T21:19:08.697Z Compiling pin-project-lite v0.2.14
10652024-08-23T21:19:08.757Z Compiling smallvec v1.13.2
10662024-08-23T21:19:08.789Z Compiling parking_lot_core v0.9.10
10672024-08-23T21:19:08.831Z Compiling signal-hook-registry v1.4.2
10682024-08-23T21:19:08.855Z Compiling spin v0.9.8
10692024-08-23T21:19:09.177Z Compiling mio v0.8.11
10702024-08-23T21:19:09.228Z Compiling ahash v0.8.11
10712024-08-23T21:19:09.582Z Compiling tinyvec_macros v0.1.1
10722024-08-23T21:19:09.676Z Compiling parking_lot v0.12.2
10732024-08-23T21:19:09.701Z Compiling tinyvec v1.6.0
10742024-08-23T21:19:09.881Z Compiling socket2 v0.5.7
10752024-08-23T21:19:10.012Z Compiling num_cpus v1.16.0
10762024-08-23T21:19:10.154Z Compiling cpufeatures v0.2.12
10772024-08-23T21:19:10.217Z Compiling futures-core v0.3.30
10782024-08-23T21:19:10.271Z Compiling serde_json v1.0.125
10792024-08-23T21:19:10.421Z Compiling libm v0.2.8
10802024-08-23T21:19:10.485Z Compiling slab v0.4.9
10812024-08-23T21:19:10.553Z Compiling num-traits v0.2.19
10822024-08-23T21:19:10.653Z Compiling allocator-api2 v0.2.18
10832024-08-23T21:19:10.779Z Compiling futures-sink v0.3.30
10842024-08-23T21:19:10.808Z Compiling unicode-bidi v0.3.15
10852024-08-23T21:19:11.318Z Compiling unicode-normalization v0.1.23
10862024-08-23T21:19:11.343Z Compiling futures-channel v0.3.30
10872024-08-23T21:19:11.716Z Compiling pkg-config v0.3.30
10882024-08-23T21:19:11.740Z Compiling futures-task v0.3.30
10892024-08-23T21:19:11.764Z Compiling pin-utils v0.1.0
10902024-08-23T21:19:11.844Z Compiling vcpkg v0.2.15
10912024-08-23T21:19:11.901Z Compiling futures-io v0.3.30
10922024-08-23T21:19:12.313Z Compiling base64ct v1.6.0
10932024-08-23T21:19:12.413Z Compiling percent-encoding v2.3.1
10942024-08-23T21:19:12.443Z Compiling ring v0.17.8
10952024-08-23T21:19:12.510Z Compiling flagset v0.4.5
10962024-08-23T21:19:12.835Z Compiling ppv-lite86 v0.2.17
10972024-08-23T21:19:12.965Z Compiling pem-rfc7468 v0.7.0
10982024-08-23T21:19:13.070Z Compiling tracing-core v0.1.32
10992024-08-23T21:19:13.258Z Compiling rustix v0.38.34
11002024-08-23T21:19:13.635Z Compiling rand_chacha v0.3.1
11012024-08-23T21:19:13.752Z Compiling untrusted v0.9.0
11022024-08-23T21:19:13.951Z Compiling time-core v0.1.2
11032024-08-23T21:19:14.146Z Compiling openssl-sys v0.9.103
11042024-08-23T21:19:14.170Z Compiling rand v0.8.5
11052024-08-23T21:19:14.208Z Compiling openssl v0.10.66
11062024-08-23T21:19:14.281Z Compiling foreign-types-shared v0.1.1
11072024-08-23T21:19:14.420Z Compiling num-conv v0.1.0
11082024-08-23T21:19:14.487Z Compiling httparse v1.8.0
11092024-08-23T21:19:14.653Z Compiling rustversion v1.0.17
11102024-08-23T21:19:14.721Z Compiling powerfmt v0.2.0
11112024-08-23T21:19:14.941Z Compiling time-macros v0.2.18
11122024-08-23T21:19:15.092Z Compiling deranged v0.3.11
11132024-08-23T21:19:15.443Z Compiling foreign-types v0.3.2
11142024-08-23T21:19:15.565Z Compiling form_urlencoded v1.2.1
11152024-08-23T21:19:15.818Z Compiling aho-corasick v1.1.3
11162024-08-23T21:19:15.942Z Compiling siphasher v0.3.11
11172024-08-23T21:19:16.244Z Compiling num_threads v0.1.7
11182024-08-23T21:19:16.304Z Compiling try-lock v0.2.5
11192024-08-23T21:19:16.386Z Compiling crossbeam-utils v0.8.19
11202024-08-23T21:19:16.453Z Compiling syn v1.0.109
11212024-08-23T21:19:16.770Z Compiling native-tls v0.2.11
11222024-08-23T21:19:16.942Z Compiling regex-syntax v0.8.4
11232024-08-23T21:19:17.025Z Compiling rustls v0.21.12
11242024-08-23T21:19:17.164Z Compiling want v0.3.1
11252024-08-23T21:19:17.453Z Compiling idna v0.5.0
11262024-08-23T21:19:17.971Z Compiling socket2 v0.4.10
11272024-08-23T21:19:17.995Z Compiling time v0.3.36
11282024-08-23T21:19:18.499Z Compiling cookie v0.17.0
11292024-08-23T21:19:18.770Z Compiling httpdate v1.0.3
11302024-08-23T21:19:18.797Z Compiling iana-time-zone v0.1.60
11312024-08-23T21:19:18.886Z Compiling finl_unicode v1.2.0
11322024-08-23T21:19:19.217Z Compiling tower-service v0.3.2
11332024-08-23T21:19:19.254Z Compiling openssl-probe v0.1.5
11342024-08-23T21:19:19.349Z Compiling slog v2.7.0
11352024-08-23T21:19:19.546Z Compiling adler v1.0.2
11362024-08-23T21:19:19.611Z Compiling stringprep v0.1.4
11372024-08-23T21:19:19.765Z Compiling miniz_oxide v0.7.2
11382024-08-23T21:19:19.982Z Compiling url v2.5.2
11392024-08-23T21:19:20.771Z Compiling regex-automata v0.4.6
11402024-08-23T21:19:21.819Z Compiling serde_derive v1.0.208
11412024-08-23T21:19:21.872Z Compiling zeroize_derive v1.4.2
11422024-08-23T21:19:22.101Z Compiling zerocopy-derive v0.7.34
11432024-08-23T21:19:23.005Z Compiling tokio-macros v2.3.0
11442024-08-23T21:19:23.051Z Compiling thiserror-impl v1.0.63
11452024-08-23T21:19:23.086Z Compiling futures-macro v0.3.30
11462024-08-23T21:19:23.298Z Compiling zeroize v1.7.0
11472024-08-23T21:19:24.169Z Compiling zerocopy v0.7.34
11482024-08-23T21:19:24.544Z Compiling der_derive v0.7.2
11492024-08-23T21:19:24.963Z Compiling crypto-common v0.1.6
11502024-08-23T21:19:24.987Z Compiling block-buffer v0.10.4
11512024-08-23T21:19:25.196Z Compiling digest v0.10.7
11522024-08-23T21:19:25.249Z Compiling block-padding v0.3.3
11532024-08-23T21:19:25.522Z Compiling inout v0.1.3
11542024-08-23T21:19:25.774Z Compiling hmac v0.12.1
11552024-08-23T21:19:25.798Z Compiling cipher v0.4.4
11562024-08-23T21:19:26.034Z Compiling sha2 v0.10.8
11572024-08-23T21:19:26.172Z Compiling thiserror v1.0.63
11582024-08-23T21:19:26.307Z Compiling hashbrown v0.14.5
11592024-08-23T21:19:26.332Z Compiling futures-util v0.3.30
11602024-08-23T21:19:26.386Z Compiling pest v2.7.10
11612024-08-23T21:19:26.926Z Compiling der v0.7.9
11622024-08-23T21:19:27.566Z Compiling salsa20 v0.10.2
11632024-08-23T21:19:27.769Z Compiling pbkdf2 v0.12.2
11642024-08-23T21:19:27.930Z Compiling scroll_derive v0.12.0
11652024-08-23T21:19:29.142Z Compiling pest_meta v2.7.10
11662024-08-23T21:19:29.294Z Compiling tracing-attributes v0.1.27
11672024-08-23T21:19:29.429Z Compiling scroll v0.12.0
11682024-08-23T21:19:30.002Z Compiling spki v0.7.3
11692024-08-23T21:19:30.144Z Compiling scrypt v0.11.0
11702024-08-23T21:19:30.445Z Compiling aes v0.8.4
11712024-08-23T21:19:30.806Z Compiling pest_generator v2.7.10
11722024-08-23T21:19:32.072Z Compiling cbc v0.1.2
11732024-08-23T21:19:32.298Z Compiling pkcs5 v0.7.1
11742024-08-23T21:19:32.669Z Compiling goblin v0.8.2
11752024-08-23T21:19:32.916Z Compiling openssl-macros v0.1.1
11762024-08-23T21:19:32.940Z Compiling pkcs8 v0.10.2
11772024-08-23T21:19:32.968Z Compiling tracing v0.1.40
11782024-08-23T21:19:33.439Z Compiling sct v0.7.1
11792024-08-23T21:19:33.463Z Compiling rustls-webpki v0.101.7
11802024-08-23T21:19:33.629Z Compiling md-5 v0.10.6
11812024-08-23T21:19:33.653Z Compiling num-integer v0.1.46
11822024-08-23T21:19:33.738Z Compiling backtrace v0.3.71
11832024-08-23T21:19:33.877Z Compiling idna v0.3.0
11842024-08-23T21:19:33.975Z Compiling pest_derive v2.7.10
11852024-08-23T21:19:34.161Z Compiling lazy_static v1.5.0
11862024-08-23T21:19:34.408Z Compiling hash32 v0.2.1
11872024-08-23T21:19:34.440Z Compiling cfg_aliases v0.1.1
11882024-08-23T21:19:34.543Z Compiling crc32fast v1.4.0
11892024-08-23T21:19:34.730Z Compiling dtrace-parser v0.2.0
11902024-08-23T21:19:34.784Z Compiling base64 v0.22.1
11912024-08-23T21:19:35.034Z Compiling psl-types v2.0.11
11922024-08-23T21:19:35.202Z Compiling bytes v1.7.1
11932024-08-23T21:19:35.228Z Compiling bitflags v2.6.0
11942024-08-23T21:19:35.554Z Compiling indexmap v2.4.0
11952024-08-23T21:19:35.579Z Compiling semver v1.0.23
11962024-08-23T21:19:36.389Z Compiling tokio v1.38.1
11972024-08-23T21:19:36.532Z Compiling http v0.2.12
11982024-08-23T21:19:36.836Z Compiling rustc_version v0.4.0
11992024-08-23T21:19:37.556Z Compiling heapless v0.7.17
12002024-08-23T21:19:37.959Z Compiling http-body v0.4.6
12012024-08-23T21:19:38.335Z Compiling dof v0.3.0
12022024-08-23T21:19:38.381Z Compiling uuid v1.10.0
12032024-08-23T21:19:38.542Z Compiling serde_tokenstream v0.2.2
12042024-08-23T21:19:38.855Z Compiling serde_spanned v0.6.7
12052024-08-23T21:19:39.088Z Compiling usdt-impl v0.5.0
12062024-08-23T21:19:39.151Z Compiling toml_datetime v0.6.8
12072024-08-23T21:19:39.624Z Compiling chrono v0.4.38
12082024-08-23T21:19:39.659Z Compiling smoltcp v0.9.1
12092024-08-23T21:19:40.331Z Compiling num-bigint-dig v0.8.4
12102024-08-23T21:19:40.411Z Compiling gimli v0.28.1
12112024-08-23T21:19:40.534Z Compiling signal-hook v0.3.17
12122024-08-23T21:19:40.638Z Compiling stable_deref_trait v1.2.0
12132024-08-23T21:19:40.745Z Compiling fallible-iterator v0.2.0
12142024-08-23T21:19:41.474Z Compiling postgres-protocol v0.6.7
12152024-08-23T21:19:42.001Z Compiling terminal_size v0.3.0
12162024-08-23T21:19:42.193Z Compiling publicsuffix v2.2.3
12172024-08-23T21:19:42.505Z Compiling nix v0.28.0
12182024-08-23T21:19:42.652Z Compiling hubpack_derive v0.1.1
12192024-08-23T21:19:42.818Z Compiling num-iter v0.1.45
12202024-08-23T21:19:43.002Z Compiling async-trait v0.1.81
12212024-08-23T21:19:43.026Z Compiling zerocopy-derive v0.6.6
12222024-08-23T21:19:43.478Z Compiling phf_shared v0.11.2
12232024-08-23T21:19:43.819Z Compiling serde_derive_internals v0.29.1
12242024-08-23T21:19:44.030Z Compiling tokio-util v0.7.11
12252024-08-23T21:19:44.187Z Compiling tokio-rustls v0.24.1
12262024-08-23T21:19:44.539Z Compiling addr2line v0.21.0
12272024-08-23T21:19:44.861Z Compiling tokio-native-tls v0.3.1
12282024-08-23T21:19:44.938Z Compiling h2 v0.3.26
12292024-08-23T21:19:44.969Z Compiling ff v0.13.0
12302024-08-23T21:19:45.124Z Compiling object v0.32.2
12312024-08-23T21:19:45.159Z Compiling fs-err v2.11.0
12322024-08-23T21:19:45.208Z Compiling either v1.13.0
12332024-08-23T21:19:45.346Z Compiling anyhow v1.0.86
12342024-08-23T21:19:45.520Z Compiling bitflags v1.3.2
12352024-08-23T21:19:45.544Z Compiling ipnet v2.9.0
12362024-08-23T21:19:45.623Z Compiling base16ct v0.2.0
12372024-08-23T21:19:45.647Z Compiling winnow v0.5.40
12382024-08-23T21:19:45.994Z Compiling schemars v0.8.21
12392024-08-23T21:19:46.018Z Compiling managed v0.8.0
12402024-08-23T21:19:46.322Z Compiling base64 v0.21.7
12412024-08-23T21:19:46.429Z Compiling rustc-demangle v0.1.24
12422024-08-23T21:19:46.520Z Compiling schemars_derive v0.8.21
12432024-08-23T21:19:46.689Z Compiling clap_builder v4.5.15
12442024-08-23T21:19:47.028Z Compiling rustls-pemfile v1.0.4
12452024-08-23T21:19:47.636Z Compiling sec1 v0.7.3
12462024-08-23T21:19:48.309Z Compiling group v0.13.0
12472024-08-23T21:19:48.628Z Compiling zerocopy v0.6.6
12482024-08-23T21:19:49.270Z Compiling toml_edit v0.19.15
12492024-08-23T21:19:49.332Z Compiling phf v0.11.2
12502024-08-23T21:19:49.377Z Compiling cookie_store v0.20.0
12512024-08-23T21:19:49.497Z Compiling hubpack v0.1.2
12522024-08-23T21:19:50.289Z Compiling usdt-macro v0.5.0
12532024-08-23T21:19:50.862Z Compiling usdt-attr-macro v0.5.0
12542024-08-23T21:19:50.886Z Compiling postgres-types v0.2.7
12552024-08-23T21:19:51.722Z Compiling hyper v0.14.30
12562024-08-23T21:19:52.431Z Compiling serde_urlencoded v0.7.1
12572024-08-23T21:19:52.923Z Compiling pkcs1 v0.7.5
12582024-08-23T21:19:53.242Z Compiling futures-executor v0.3.30
12592024-08-23T21:19:53.805Z Compiling hkdf v0.12.4
12602024-08-23T21:19:53.878Z Compiling bstr v1.9.1
12612024-08-23T21:19:54.065Z Compiling regex v1.10.6
12622024-08-23T21:19:54.593Z Compiling signature v2.2.0
12632024-08-23T21:19:54.874Z Compiling crypto-bigint v0.5.5
12642024-08-23T21:19:55.081Z Compiling serde_repr v0.1.19
12652024-08-23T21:19:55.106Z Compiling clap_derive v4.5.13
12662024-08-23T21:19:55.385Z Compiling enum-as-inner v0.6.0
12672024-08-23T21:19:55.573Z Compiling strum_macros v0.25.3
12682024-08-23T21:19:56.307Z Compiling phf_shared v0.10.0
12692024-08-23T21:19:56.387Z Compiling float-cmp v0.9.0
12702024-08-23T21:19:56.592Z Compiling idna v0.4.0
12712024-08-23T21:19:56.622Z Compiling mio v1.0.2
12722024-08-23T21:19:56.684Z Compiling encoding_rs v0.8.34
12732024-08-23T21:19:57.713Z Compiling normalize-line-endings v0.3.0
12742024-08-23T21:19:57.837Z Compiling unicode-segmentation v1.11.0
12752024-08-23T21:19:58.100Z Compiling precomputed-hash v0.1.1
12762024-08-23T21:19:58.203Z Compiling hyper-tls v0.5.0
12772024-08-23T21:19:58.513Z Compiling hyper-rustls v0.24.2
12782024-08-23T21:19:58.623Z Compiling whoami v1.5.1
12792024-08-23T21:19:58.845Z Compiling difflib v0.4.0
12802024-08-23T21:19:59.239Z Compiling minimal-lexical v0.2.1
12812024-08-23T21:19:59.306Z Compiling fixedbitset v0.4.2
12822024-08-23T21:19:59.641Z Compiling predicates-core v1.0.6
12832024-08-23T21:19:59.741Z Compiling bit-vec v0.6.3
12842024-08-23T21:19:59.765Z Compiling sync_wrapper v0.1.2
12852024-08-23T21:19:59.897Z Compiling webpki-roots v0.25.4
12862024-08-23T21:19:59.982Z Compiling data-encoding v2.6.0
12872024-08-23T21:20:00.070Z Compiling new_debug_unreachable v1.0.6
12882024-08-23T21:20:00.171Z Compiling mime v0.3.17
12892024-08-23T21:20:00.198Z Compiling static_assertions v1.1.0
12902024-08-23T21:20:00.327Z Compiling dyn-clone v1.0.17
12912024-08-23T21:20:00.377Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12922024-08-23T21:20:00.401Z Compiling string_cache v0.8.7
12932024-08-23T21:20:00.579Z Compiling reqwest v0.11.27
12942024-08-23T21:20:00.844Z Compiling hickory-proto v0.24.1
12952024-08-23T21:20:00.943Z Compiling bit-set v0.5.3
12962024-08-23T21:20:01.175Z Compiling toml_edit v0.22.20
12972024-08-23T21:20:01.233Z Compiling predicates v3.1.2
12982024-08-23T21:20:02.176Z Compiling console v0.15.8
12992024-08-23T21:20:02.722Z Compiling clap v4.5.16
13002024-08-23T21:20:02.835Z Compiling nom v7.1.3
13012024-08-23T21:20:02.860Z Compiling petgraph v0.6.5
13022024-08-23T21:20:03.577Z Compiling tokio-postgres v0.7.11
13032024-08-23T21:20:04.359Z Compiling similar v2.6.0
13042024-08-23T21:20:06.155Z Compiling usdt v0.5.0
13052024-08-23T21:20:06.229Z Compiling elliptic-curve v0.13.8
13062024-08-23T21:20:06.525Z Compiling signal-hook-mio v0.2.4
13072024-08-23T21:20:06.594Z Compiling rsa v0.9.6
13082024-08-23T21:20:06.634Z Compiling futures v0.3.30
13092024-08-23T21:20:06.750Z Compiling toml v0.7.8
13102024-08-23T21:20:06.996Z Compiling flate2 v1.0.31
13112024-08-23T21:20:08.244Z Compiling itertools v0.10.5
13122024-08-23T21:20:08.622Z Compiling itertools v0.12.1
13132024-08-23T21:20:08.716Z Compiling tokio-stream v0.1.15
13142024-08-23T21:20:08.871Z Compiling openapiv3 v2.0.0
13152024-08-23T21:20:09.576Z Compiling hex v0.4.3
13162024-08-23T21:20:10.106Z Compiling sha1 v0.10.6
13172024-08-23T21:20:10.174Z Compiling crossbeam-epoch v0.9.18
13182024-08-23T21:20:10.548Z Compiling dirs-sys-next v0.1.2
13192024-08-23T21:20:10.754Z Compiling lalrpop-util v0.19.12
13202024-08-23T21:20:10.897Z Compiling peg-runtime v0.8.3
13212024-08-23T21:20:11.136Z Compiling unicode-xid v0.2.4
13222024-08-23T21:20:11.168Z Compiling dirs-next v2.0.0
13232024-08-23T21:20:11.192Z Compiling thread_local v1.1.8
13242024-08-23T21:20:11.308Z Compiling slog-async v2.8.0
13252024-08-23T21:20:11.384Z Compiling term v0.7.0
13262024-08-23T21:20:11.523Z Compiling xattr v1.3.1
13272024-08-23T21:20:11.547Z Compiling strum_macros v0.26.4
13282024-08-23T21:20:11.694Z Compiling crossbeam-channel v0.5.12
13292024-08-23T21:20:11.781Z Compiling filetime v0.2.24
13302024-08-23T21:20:11.872Z Compiling is-terminal v0.4.12
13312024-08-23T21:20:11.999Z Compiling take_mut v0.2.2
13322024-08-23T21:20:12.063Z Compiling slog-term v2.9.1
13332024-08-23T21:20:12.149Z Compiling tar v0.4.41
13342024-08-23T21:20:12.694Z Compiling camino v1.1.9
13352024-08-23T21:20:13.936Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13362024-08-23T21:20:14.885Z Compiling strum v0.26.3
13372024-08-23T21:20:15.005Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13382024-08-23T21:20:22.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
13392024-08-23T21:20:22.271Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13402024-08-23T21:20:22.343ZAug 23 21:20:21.851 INFO Starting download, target: Clickhouse
13412024-08-23T21:20:22.343ZAug 23 21:20:21.852 INFO Starting download, target: Cockroach
13422024-08-23T21:20:22.343ZAug 23 21:20:21.852 INFO Starting download, target: Console
13432024-08-23T21:20:22.369ZAug 23 21:20:21.852 INFO Starting download, target: DendriteOpenapi
13442024-08-23T21:20:22.369ZAug 23 21:20:21.852 INFO Starting download, target: MaghemiteMgd
13452024-08-23T21:20:22.369ZAug 23 21:20:21.852 INFO Starting download, target: DendriteStub
13462024-08-23T21:20:22.369ZAug 23 21:20:21.852 INFO Starting download, target: TransceiverControl
13472024-08-23T21:20:22.369ZAug 23 21:20:21.853 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13482024-08-23T21:20:22.369ZAug 23 21:20:21.853 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13492024-08-23T21:20:22.369ZAug 23 21:20:21.853 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13502024-08-23T21:20:22.369ZAug 23 21:20:21.853 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13512024-08-23T21:20:22.369ZAug 23 21:20:21.853 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13522024-08-23T21:20:22.370ZAug 23 21:20:21.853 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13532024-08-23T21:20:22.370ZAug 23 21:20:21.853 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13542024-08-23T21:20:22.834ZAug 23 21:20:22.341 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13552024-08-23T21:20:22.860ZAug 23 21:20:22.346 INFO Download complete, target: DendriteOpenapi
13562024-08-23T21:20:23.179ZAug 23 21:20:22.688 INFO Download complete, target: Console
13572024-08-23T21:20:23.204ZAug 23 21:20:22.693 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13582024-08-23T21:20:23.981ZAug 23 21:20:23.490 INFO Download complete, target: TransceiverControl
13592024-08-23T21:20:24.240ZAug 23 21:20:23.748 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13602024-08-23T21:20:24.377ZAug 23 21:20:23.886 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13612024-08-23T21:20:28.037ZAug 23 21:20:27.545 INFO Download complete, target: DendriteStub
13622024-08-23T21:20:28.159ZAug 23 21:20:27.668 INFO Download complete, target: MaghemiteMgd
13632024-08-23T21:20:30.854ZAug 23 21:20:30.363 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13642024-08-23T21:20:30.855ZAug 23 21:20:30.363 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13652024-08-23T21:20:36.621ZAug 23 21:20:36.130 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13662024-08-23T21:20:41.327ZAug 23 21:20:40.836 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13672024-08-23T21:20:41.724ZAug 23 21:20:41.233 INFO Checking that binary works, target: Cockroach
13682024-08-23T21:20:41.957ZAug 23 21:20:41.466 INFO Download complete, target: Cockroach
13692024-08-23T21:20:53.465ZAug 23 21:20:52.974 INFO Checking that binary works, target: Clickhouse
13702024-08-23T21:20:53.748ZAug 23 21:20:53.257 INFO Download complete, target: Clickhouse
13712024-08-23T21:20:53.783ZAll builder prerequisites installed successfully, and PATH looks valid
13722024-08-23T21:20:53.809Z
13732024-08-23T21:20:53.809Zreal 4:01.709192780
13742024-08-23T21:20:53.809Zuser 11:07.084230205
13752024-08-23T21:20:53.809Zsys 2:34.429320783
13762024-08-23T21:20:53.809Ztrap 0.407736775
13772024-08-23T21:20:53.809Ztflt 0.749779053
13782024-08-23T21:20:53.809Zdflt 1.637737771
13792024-08-23T21:20:53.809Zkflt 0.008662729
13802024-08-23T21:20:53.809Zlock 24:00.416617857
13812024-08-23T21:20:53.809Zslp 41:44.724163963
13822024-08-23T21:20:53.809Zlat 46.391411568
13832024-08-23T21:20:53.809Zstop 1:48.376280580
13842024-08-23T21:20:53.809Z+ banner hack-check
13852024-08-23T21:20:53.809Z
13862024-08-23T21:20:53.809Z # # ## #### # # #### # # ###### #### # #
13872024-08-23T21:20:53.809Z # # # # # # # # # # # # # # # # #
13882024-08-23T21:20:53.809Z ###### # # # #### ##### # ###### ##### # ####
13892024-08-23T21:20:53.809Z # # ###### # # # # # # # # # #
13902024-08-23T21:20:53.809Z # # # # # # # # # # # # # # # # #
13912024-08-23T21:20:53.809Z # # # # #### # # #### # # ###### #### # #
13922024-08-23T21:20:53.809Z
13932024-08-23T21:20:53.809Z+ export CARGO_INCREMENTAL=0
13942024-08-23T21:20:53.809Z+ CARGO_INCREMENTAL=0
13952024-08-23T21:20:53.809Z+ ptime -m timeout 2h cargo xtask check-features --ci
13962024-08-23T21:20:54.714Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13972024-08-23T21:20:59.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s
13982024-08-23T21:20:59.909Z Running `target/debug/xtask check-features --ci`
13992024-08-23T21:20:59.938Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14002024-08-23T21:20:59.938Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14012024-08-23T21:21:00.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
14022024-08-23T21:21:00.761Z Running `target/debug/xtask download cargo-hack`
14032024-08-23T21:21:01.924Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14042024-08-23T21:21:02.274Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14052024-08-23T21:21:08.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
14062024-08-23T21:21:08.590Z Running `target/debug/xtask-downloader cargo-hack`
14072024-08-23T21:21:08.640ZAug 23 21:21:08.149 INFO Starting download, target: CargoHack
14082024-08-23T21:21:08.668ZAug 23 21:21:08.150 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14092024-08-23T21:21:09.317ZAug 23 21:21:08.827 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14102024-08-23T21:21:09.450ZAug 23 21:21:08.960 INFO Download complete, target: CargoHack
14112024-08-23T21:21:09.475Zrunning: "/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"
14122024-08-23T21:21:09.499Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14132024-08-23T21:21:09.712Zinfo: running `cargo check --bins` on api_identity (1/154)
14142024-08-23T21:21:10.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14152024-08-23T21:21:10.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14162024-08-23T21:21:10.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14172024-08-23T21:21:10.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
14182024-08-23T21:21:10.693Z
14192024-08-23T21:21:10.693Zinfo: running `cargo check --bins` on bootstore (2/154)
14202024-08-23T21:21:11.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14212024-08-23T21:21:11.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14222024-08-23T21:21:11.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14232024-08-23T21:21:11.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
14242024-08-23T21:21:11.663Z
14252024-08-23T21:21:11.663Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/154)
14262024-08-23T21:21:12.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14272024-08-23T21:21:12.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14282024-08-23T21:21:12.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14292024-08-23T21:21:12.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
14302024-08-23T21:21:12.618Z
14312024-08-23T21:21:12.618Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/154)
14322024-08-23T21:21:13.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14332024-08-23T21:21:13.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14342024-08-23T21:21:13.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14352024-08-23T21:21:13.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
14362024-08-23T21:21:13.600Z
14372024-08-23T21:21:13.600Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/154)
14382024-08-23T21:21:14.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14392024-08-23T21:21:14.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14402024-08-23T21:21:14.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14412024-08-23T21:21:14.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
14422024-08-23T21:21:14.370Z
14432024-08-23T21:21:14.370Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/154)
14442024-08-23T21:21:15.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14452024-08-23T21:21:15.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14462024-08-23T21:21:15.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14472024-08-23T21:21:15.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
14482024-08-23T21:21:15.136Z
14492024-08-23T21:21:15.136Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/154)
14502024-08-23T21:21:15.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14512024-08-23T21:21:15.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14522024-08-23T21:21:15.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14532024-08-23T21:21:15.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
14542024-08-23T21:21:15.950Z
14552024-08-23T21:21:15.951Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/154)
14562024-08-23T21:21:16.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14572024-08-23T21:21:16.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14582024-08-23T21:21:16.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14592024-08-23T21:21:16.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
14602024-08-23T21:21:16.694Z
14612024-08-23T21:21:16.694Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/154)
14622024-08-23T21:21:17.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14632024-08-23T21:21:17.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14642024-08-23T21:21:17.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14652024-08-23T21:21:17.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
14662024-08-23T21:21:17.419Z
14672024-08-23T21:21:17.419Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/154)
14682024-08-23T21:21:18.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14692024-08-23T21:21:18.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14702024-08-23T21:21:18.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14712024-08-23T21:21:18.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
14722024-08-23T21:21:18.122Z
14732024-08-23T21:21:18.122Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/154)
14742024-08-23T21:21:18.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14752024-08-23T21:21:18.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14762024-08-23T21:21:18.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14772024-08-23T21:21:18.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
14782024-08-23T21:21:18.835Z
14792024-08-23T21:21:18.835Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/154)
14802024-08-23T21:21:19.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14812024-08-23T21:21:19.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14822024-08-23T21:21:19.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14832024-08-23T21:21:19.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
14842024-08-23T21:21:19.558Z
14852024-08-23T21:21:19.558Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/154)
14862024-08-23T21:21:20.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14872024-08-23T21:21:20.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14882024-08-23T21:21:20.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14892024-08-23T21:21:20.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
14902024-08-23T21:21:20.312Z
14912024-08-23T21:21:20.312Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/154)
14922024-08-23T21:21:20.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14932024-08-23T21:21:21.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14942024-08-23T21:21:21.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14952024-08-23T21:21:21.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
14962024-08-23T21:21:21.060Z
14972024-08-23T21:21:21.060Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/154)
14982024-08-23T21:21:21.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14992024-08-23T21:21:21.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15002024-08-23T21:21:21.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15012024-08-23T21:21:21.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
15022024-08-23T21:21:21.796Z
15032024-08-23T21:21:21.796Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/154)
15042024-08-23T21:21:22.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15052024-08-23T21:21:22.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15062024-08-23T21:21:22.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15072024-08-23T21:21:22.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
15082024-08-23T21:21:22.521Z
15092024-08-23T21:21:22.521Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/154)
15102024-08-23T21:21:23.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15112024-08-23T21:21:23.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15122024-08-23T21:21:23.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15132024-08-23T21:21:23.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
15142024-08-23T21:21:23.239Z
15152024-08-23T21:21:23.239Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/154)
15162024-08-23T21:21:23.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15172024-08-23T21:21:23.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15182024-08-23T21:21:23.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15192024-08-23T21:21:23.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
15202024-08-23T21:21:23.977Z
15212024-08-23T21:21:23.977Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/154)
15222024-08-23T21:21:24.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15232024-08-23T21:21:24.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15242024-08-23T21:21:24.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15252024-08-23T21:21:24.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
15262024-08-23T21:21:24.710Z
15272024-08-23T21:21:24.710Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/154)
15282024-08-23T21:21:25.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-08-23T21:21:25.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-08-23T21:21:25.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-08-23T21:21:25.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
15322024-08-23T21:21:25.484Z
15332024-08-23T21:21:25.484Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/154)
15342024-08-23T21:21:26.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-08-23T21:21:26.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-08-23T21:21:26.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-08-23T21:21:26.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
15382024-08-23T21:21:26.189Z
15392024-08-23T21:21:26.189Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/154)
15402024-08-23T21:21:26.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-08-23T21:21:26.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-08-23T21:21:26.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-08-23T21:21:26.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
15442024-08-23T21:21:26.943Z
15452024-08-23T21:21:26.943Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/154)
15462024-08-23T21:21:27.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-08-23T21:21:27.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-08-23T21:21:27.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-08-23T21:21:27.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
15502024-08-23T21:21:27.671Z
15512024-08-23T21:21:27.671Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/154)
15522024-08-23T21:21:28.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-08-23T21:21:28.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-08-23T21:21:28.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-08-23T21:21:28.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
15562024-08-23T21:21:28.371Z
15572024-08-23T21:21:28.371Zinfo: running `cargo check --bins` on sled-hardware-types (25/154)
15582024-08-23T21:21:29.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-08-23T21:21:29.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-08-23T21:21:29.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-08-23T21:21:29.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
15622024-08-23T21:21:29.344Z
15632024-08-23T21:21:29.344Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/154)
15642024-08-23T21:21:30.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-08-23T21:21:30.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-08-23T21:21:30.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-08-23T21:21:30.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
15682024-08-23T21:21:30.316Z
15692024-08-23T21:21:30.316Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/154)
15702024-08-23T21:21:31.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-08-23T21:21:31.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-08-23T21:21:31.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-08-23T21:21:31.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
15742024-08-23T21:21:31.275Z
15752024-08-23T21:21:31.275Zinfo: running `cargo check --bins` on oxlog (28/154)
15762024-08-23T21:21:32.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-08-23T21:21:32.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-08-23T21:21:32.194Z Checking cfg-if v1.0.0
15792024-08-23T21:21:32.218Z Checking libc v0.2.156
15802024-08-23T21:21:32.218Z Checking memchr v2.7.2
15812024-08-23T21:21:32.245Z Checking serde v1.0.208
15822024-08-23T21:21:32.272Z Checking zeroize v1.7.0
15832024-08-23T21:21:32.297Z Checking typenum v1.17.0
15842024-08-23T21:21:32.297Z Checking scopeguard v1.2.0
15852024-08-23T21:21:32.297Z Checking byteorder v1.5.0
15862024-08-23T21:21:32.321Z Checking log v0.4.21
15872024-08-23T21:21:32.434Z Checking lock_api v0.4.12
15882024-08-23T21:21:32.597Z Checking subtle v2.5.0
15892024-08-23T21:21:32.669Z Checking const-oid v0.9.6
15902024-08-23T21:21:32.805Z Checking once_cell v1.19.0
15912024-08-23T21:21:32.853Z Checking itoa v1.0.11
15922024-08-23T21:21:33.117Z Checking pin-project-lite v0.2.14
15932024-08-23T21:21:33.142Z Checking smallvec v1.13.2
15942024-08-23T21:21:33.142Z Checking zerocopy v0.7.34
15952024-08-23T21:21:33.166Z Checking spin v0.9.8
15962024-08-23T21:21:33.302Z Checking getrandom v0.2.14
15972024-08-23T21:21:33.384Z Checking parking_lot_core v0.9.10
15982024-08-23T21:21:33.442Z Checking signal-hook-registry v1.4.2
15992024-08-23T21:21:33.498Z Checking mio v0.8.11
16002024-08-23T21:21:33.552Z Checking rand_core v0.6.4
16012024-08-23T21:21:33.672Z Checking tinyvec_macros v0.1.1
16022024-08-23T21:21:33.752Z Checking parking_lot v0.12.2
16032024-08-23T21:21:33.777Z Checking tinyvec v1.6.0
16042024-08-23T21:21:33.833Z Checking num_cpus v1.16.0
16052024-08-23T21:21:33.963Z Checking socket2 v0.5.7
16062024-08-23T21:21:34.075Z Checking cpufeatures v0.2.12
16072024-08-23T21:21:34.100Z Checking futures-core v0.3.30
16082024-08-23T21:21:34.161Z Checking unicode-bidi v0.3.15
16092024-08-23T21:21:34.186Z Checking allocator-api2 v0.2.18
16102024-08-23T21:21:34.286Z Checking futures-sink v0.3.30
16112024-08-23T21:21:34.408Z Checking libm v0.2.8
16122024-08-23T21:21:34.433Z Checking ahash v0.8.11
16132024-08-23T21:21:34.464Z Checking ryu v1.0.18
16142024-08-23T21:21:34.644Z Checking equivalent v1.0.1
16152024-08-23T21:21:34.751Z Checking futures-channel v0.3.30
16162024-08-23T21:21:34.776Z Checking slab v0.4.9
16172024-08-23T21:21:34.808Z Checking futures-io v0.3.30
16182024-08-23T21:21:34.900Z Checking hashbrown v0.14.5
16192024-08-23T21:21:34.925Z Checking unicode-normalization v0.1.23
16202024-08-23T21:21:34.983Z Checking futures-task v0.3.30
16212024-08-23T21:21:35.027Z Checking pin-utils v0.1.0
16222024-08-23T21:21:35.089Z Checking base64ct v1.6.0
16232024-08-23T21:21:35.124Z Checking ppv-lite86 v0.2.17
16242024-08-23T21:21:35.217Z Checking futures-util v0.3.30
16252024-08-23T21:21:35.285Z Checking num-traits v0.2.19
16262024-08-23T21:21:35.554Z Checking pem-rfc7468 v0.7.0
16272024-08-23T21:21:35.744Z Checking flagset v0.4.5
16282024-08-23T21:21:35.769Z Checking percent-encoding v2.3.1
16292024-08-23T21:21:35.812Z Checking rand_chacha v0.3.1
16302024-08-23T21:21:35.940Z Checking tracing-core v0.1.32
16312024-08-23T21:21:35.972Z Checking untrusted v0.9.0
16322024-08-23T21:21:36.023Z Checking fnv v1.0.7
16332024-08-23T21:21:36.138Z Checking ring v0.17.8
16342024-08-23T21:21:36.162Z Checking thiserror v1.0.63
16352024-08-23T21:21:36.229Z Checking rand v0.8.5
16362024-08-23T21:21:36.294Z Checking foreign-types-shared v0.1.1
16372024-08-23T21:21:36.395Z Checking foreign-types v0.3.2
16382024-08-23T21:21:36.485Z Checking form_urlencoded v1.2.1
16392024-08-23T21:21:36.546Z Checking tracing v0.1.40
16402024-08-23T21:21:36.691Z Checking openssl-sys v0.9.103
16412024-08-23T21:21:36.738Z Checking generic-array v0.14.7
16422024-08-23T21:21:36.830Z Checking bytes v1.7.1
16432024-08-23T21:21:36.886Z Checking bitflags v2.6.0
16442024-08-23T21:21:36.910Z Checking indexmap v2.4.0
16452024-08-23T21:21:37.161Z Checking serde_json v1.0.125
16462024-08-23T21:21:37.329Z Checking der v0.7.9
16472024-08-23T21:21:37.567Z Checking tokio v1.38.1
16482024-08-23T21:21:37.759Z Checking crypto-common v0.1.6
16492024-08-23T21:21:37.871Z Checking block-buffer v0.10.4
16502024-08-23T21:21:37.923Z Checking block-padding v0.3.3
16512024-08-23T21:21:37.951Z Checking http v0.2.12
16522024-08-23T21:21:38.108Z Checking digest v0.10.7
16532024-08-23T21:21:38.133Z Checking aho-corasick v1.1.3
16542024-08-23T21:21:38.160Z Checking inout v0.1.3
16552024-08-23T21:21:38.406Z Checking cipher v0.4.4
16562024-08-23T21:21:38.513Z Checking hmac v0.12.1
16572024-08-23T21:21:38.747Z Checking sha2 v0.10.8
16582024-08-23T21:21:38.795Z Checking pbkdf2 v0.12.2
16592024-08-23T21:21:38.849Z Checking salsa20 v0.10.2
16602024-08-23T21:21:38.962Z Checking cbc v0.1.2
16612024-08-23T21:21:39.075Z Checking aes v0.8.4
16622024-08-23T21:21:39.188Z Checking try-lock v0.2.5
16632024-08-23T21:21:39.213Z Checking spki v0.7.3
16642024-08-23T21:21:39.306Z Checking siphasher v0.3.11
16652024-08-23T21:21:39.333Z Checking unicode-ident v1.0.12
16662024-08-23T21:21:39.358Z Checking scrypt v0.11.0
16672024-08-23T21:21:39.508Z Checking powerfmt v0.2.0
16682024-08-23T21:21:39.532Z Checking regex-syntax v0.8.4
16692024-08-23T21:21:39.573Z Checking proc-macro2 v1.0.86
16702024-08-23T21:21:39.618Z Checking want v0.3.1
16712024-08-23T21:21:39.791Z Checking deranged v0.3.11
16722024-08-23T21:21:39.815Z Checking http-body v0.4.6
16732024-08-23T21:21:39.839Z Checking sct v0.7.1
16742024-08-23T21:21:39.977Z Checking pkcs5 v0.7.1
16752024-08-23T21:21:40.036Z Checking rustls-webpki v0.101.7
16762024-08-23T21:21:40.061Z Checking openssl v0.10.66
16772024-08-23T21:21:40.258Z Checking uuid v1.10.0
16782024-08-23T21:21:40.320Z Checking idna v0.5.0
16792024-08-23T21:21:40.508Z Checking pkcs8 v0.10.2
16802024-08-23T21:21:40.752Z Checking httparse v1.8.0
16812024-08-23T21:21:40.819Z Checking scroll v0.12.0
16822024-08-23T21:21:40.867Z Checking socket2 v0.4.10
16832024-08-23T21:21:41.115Z Checking errno v0.3.9
16842024-08-23T21:21:41.181Z Checking openssl-probe v0.1.5
16852024-08-23T21:21:41.271Z Checking num-conv v0.1.0
16862024-08-23T21:21:41.296Z Checking ucd-trie v0.1.6
16872024-08-23T21:21:41.324Z Checking tower-service v0.3.2
16882024-08-23T21:21:41.348Z Checking iana-time-zone v0.1.60
16892024-08-23T21:21:41.424Z Checking anstyle v1.0.8
16902024-08-23T21:21:41.475Z Checking httpdate v1.0.3
16912024-08-23T21:21:41.499Z Checking finl_unicode v1.2.0
16922024-08-23T21:21:41.524Z Checking utf8parse v0.2.1
16932024-08-23T21:21:41.548Z Checking num_threads v0.1.7
16942024-08-23T21:21:41.652Z Checking time-core v0.1.2
16952024-08-23T21:21:41.676Z Checking adler v1.0.2
16962024-08-23T21:21:41.703Z Checking plain v0.2.3
16972024-08-23T21:21:41.780Z Checking anstyle-parse v0.2.4
16982024-08-23T21:21:41.812Z Checking time v0.3.36
16992024-08-23T21:21:41.843Z Checking miniz_oxide v0.7.2
17002024-08-23T21:21:41.868Z Checking goblin v0.8.2
17012024-08-23T21:21:42.042Z Checking pest v2.7.10
17022024-08-23T21:21:42.098Z Checking stringprep v0.1.4
17032024-08-23T21:21:42.338Z Checking chrono v0.4.38
17042024-08-23T21:21:42.528Z Checking rustix v0.38.34
17052024-08-23T21:21:42.632Z Checking regex-automata v0.4.6
17062024-08-23T21:21:44.135Z Checking url v2.5.2
17072024-08-23T21:21:44.174Z Checking rustls v0.21.12
17082024-08-23T21:21:44.429Z Checking quote v1.0.36
17092024-08-23T21:21:44.538Z Checking md-5 v0.10.6
17102024-08-23T21:21:44.731Z Checking num-integer v0.1.46
17112024-08-23T21:21:44.755Z Checking serde_spanned v0.6.7
17122024-08-23T21:21:44.793Z Checking tokio-util v0.7.11
17132024-08-23T21:21:44.928Z Checking toml_datetime v0.6.8
17142024-08-23T21:21:44.952Z Checking idna v0.3.0
17152024-08-23T21:21:45.119Z Checking native-tls v0.2.11
17162024-08-23T21:21:45.208Z Checking lazy_static v1.5.0
17172024-08-23T21:21:45.232Z Checking hash32 v0.2.1
17182024-08-23T21:21:45.346Z Checking stable_deref_trait v1.2.0
17192024-08-23T21:21:45.443Z Checking anstyle-query v1.0.3
17202024-08-23T21:21:45.467Z Checking is_terminal_polyfill v1.70.0
17212024-08-23T21:21:45.548Z Checking base64 v0.22.1
17222024-08-23T21:21:45.584Z Checking colorchoice v1.0.1
17232024-08-23T21:21:45.608Z Checking fallible-iterator v0.2.0
17242024-08-23T21:21:45.653Z Checking h2 v0.3.26
17252024-08-23T21:21:45.728Z Checking gimli v0.28.1
17262024-08-23T21:21:45.797Z Checking pretty-hex v0.4.1
17272024-08-23T21:21:45.988Z Checking psl-types v2.0.11
17282024-08-23T21:21:46.046Z Checking anstream v0.6.14
17292024-08-23T21:21:46.157Z Checking publicsuffix v2.2.3
17302024-08-23T21:21:46.223Z Checking postgres-protocol v0.6.7
17312024-08-23T21:21:46.396Z Checking heapless v0.7.17
17322024-08-23T21:21:46.420Z Checking tokio-native-tls v0.3.1
17332024-08-23T21:21:46.667Z Checking num-iter v0.1.45
17342024-08-23T21:21:46.726Z Checking dof v0.3.0
17352024-08-23T21:21:46.833Z Checking syn v2.0.74
17362024-08-23T21:21:46.857Z Checking dtrace-parser v0.2.0
17372024-08-23T21:21:46.979Z Checking terminal_size v0.3.0
17382024-08-23T21:21:47.131Z Checking cookie v0.17.0
17392024-08-23T21:21:47.280Z Checking phf_shared v0.11.2
17402024-08-23T21:21:47.308Z Checking ff v0.13.0
17412024-08-23T21:21:47.359Z Checking tokio-rustls v0.24.1
17422024-08-23T21:21:47.399Z Checking thread-id v4.2.1
17432024-08-23T21:21:47.497Z Checking object v0.32.2
17442024-08-23T21:21:47.523Z Checking managed v0.8.0
17452024-08-23T21:21:47.523Z Checking winnow v0.5.40
17462024-08-23T21:21:47.547Z Checking base16ct v0.2.0
17472024-08-23T21:21:47.686Z Checking rustc-demangle v0.1.24
17482024-08-23T21:21:47.728Z Checking base64 v0.21.7
17492024-08-23T21:21:47.875Z Checking clap_lex v0.7.0
17502024-08-23T21:21:48.101Z Checking either v1.13.0
17512024-08-23T21:21:48.127Z Checking ipnet v2.9.0
17522024-08-23T21:21:48.187Z Checking strsim v0.11.1
17532024-08-23T21:21:48.448Z Checking bitflags v1.3.2
17542024-08-23T21:21:48.472Z Checking clap_builder v4.5.15
17552024-08-23T21:21:48.549Z Checking smoltcp v0.9.1
17562024-08-23T21:21:48.573Z Checking rustls-pemfile v1.0.4
17572024-08-23T21:21:48.751Z Checking sec1 v0.7.3
17582024-08-23T21:21:49.100Z Checking phf v0.11.2
17592024-08-23T21:21:49.261Z Checking addr2line v0.21.0
17602024-08-23T21:21:49.376Z Checking group v0.13.0
17612024-08-23T21:21:49.620Z Checking cookie_store v0.20.0
17622024-08-23T21:21:49.728Z Checking bstr v1.9.1
17632024-08-23T21:21:49.978Z Checking regex v1.10.6
17642024-08-23T21:21:50.207Z Checking num-bigint-dig v0.8.4
17652024-08-23T21:21:50.263Z Checking toml_edit v0.19.15
17662024-08-23T21:21:50.598Z Checking postgres-types v0.2.7
17672024-08-23T21:21:50.655Z Checking pkcs1 v0.7.5
17682024-08-23T21:21:51.030Z Checking futures-executor v0.3.30
17692024-08-23T21:21:51.231Z Checking phf_shared v0.10.0
17702024-08-23T21:21:51.279Z Checking hkdf v0.12.4
17712024-08-23T21:21:51.382Z Checking signature v2.2.0
17722024-08-23T21:21:51.471Z Checking crypto-bigint v0.5.5
17732024-08-23T21:21:51.495Z Checking float-cmp v0.9.0
17742024-08-23T21:21:51.542Z Checking serde_urlencoded v0.7.1
17752024-08-23T21:21:51.662Z Checking hubpack v0.1.2
17762024-08-23T21:21:51.686Z Checking hyper v0.14.30
17772024-08-23T21:21:51.921Z Checking zerocopy v0.6.6
17782024-08-23T21:21:51.956Z Checking crossbeam-utils v0.8.19
17792024-08-23T21:21:52.292Z Checking signal-hook v0.3.17
17802024-08-23T21:21:52.555Z Checking crc32fast v1.4.0
17812024-08-23T21:21:52.608Z Checking usdt-impl v0.5.0
17822024-08-23T21:21:52.632Z Checking idna v0.4.0
17832024-08-23T21:21:52.632Z Checking memmap v0.7.0
17842024-08-23T21:21:52.663Z Checking mio v1.0.2
17852024-08-23T21:21:52.778Z Checking encoding_rs v0.8.34
17862024-08-23T21:21:52.861Z Checking predicates-core v1.0.6
17872024-08-23T21:21:53.034Z Checking new_debug_unreachable v1.0.6
17882024-08-23T21:21:53.087Z Checking unicode-width v0.1.13
17892024-08-23T21:21:53.122Z Checking data-encoding v2.6.0
17902024-08-23T21:21:53.164Z Checking backtrace v0.3.71
17912024-08-23T21:21:53.236Z Checking static_assertions v1.1.0
17922024-08-23T21:21:53.279Z Checking sync_wrapper v0.1.2
17932024-08-23T21:21:53.330Z Checking webpki-roots v0.25.4
17942024-08-23T21:21:53.399Z Checking normalize-line-endings v0.3.0
17952024-08-23T21:21:53.430Z Checking bit-vec v0.6.3
17962024-08-23T21:21:53.475Z Checking dyn-clone v1.0.17
17972024-08-23T21:21:53.514Z Checking precomputed-hash v0.1.1
17982024-08-23T21:21:53.611Z Checking mime v0.3.17
17992024-08-23T21:21:53.635Z Checking whoami v1.5.1
18002024-08-23T21:21:53.700Z Checking minimal-lexical v0.2.1
18012024-08-23T21:21:53.734Z Checking difflib v0.4.0
18022024-08-23T21:21:53.758Z Checking fixedbitset v0.4.2
18032024-08-23T21:21:53.925Z Checking unicode-segmentation v1.11.0
18042024-08-23T21:21:53.948Z Checking winnow v0.6.18
18052024-08-23T21:21:53.984Z Checking petgraph v0.6.5
18062024-08-23T21:21:54.042Z Checking predicates v3.1.2
18072024-08-23T21:21:54.071Z Checking nom v7.1.3
18082024-08-23T21:21:54.101Z Checking elliptic-curve v0.13.8
18092024-08-23T21:21:54.515Z Checking similar v2.6.0
18102024-08-23T21:21:54.665Z Checking tokio-postgres v0.7.11
18112024-08-23T21:21:54.689Z Checking bit-set v0.5.3
18122024-08-23T21:21:54.920Z Checking hickory-proto v0.24.1
18132024-08-23T21:21:55.006Z Checking anyhow v1.0.86
18142024-08-23T21:21:55.299Z Checking string_cache v0.8.7
18152024-08-23T21:21:55.390Z Checking schemars v0.8.21
18162024-08-23T21:21:55.572Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18172024-08-23T21:21:56.654Z Checking toml_edit v0.22.20
18182024-08-23T21:21:56.779Z Checking console v0.15.8
18192024-08-23T21:21:56.898Z Checking signal-hook-mio v0.2.4
18202024-08-23T21:21:57.032Z Checking usdt v0.5.0
18212024-08-23T21:21:57.097Z Checking flate2 v1.0.31
18222024-08-23T21:21:57.280Z Checking toml v0.7.8
18232024-08-23T21:21:57.305Z Checking crossbeam-epoch v0.9.18
18242024-08-23T21:21:57.575Z Checking rsa v0.9.6
18252024-08-23T21:21:57.598Z Checking hyper-rustls v0.24.2
18262024-08-23T21:21:57.686Z Checking hyper-tls v0.5.0
18272024-08-23T21:21:57.710Z Checking clap v4.5.16
18282024-08-23T21:21:57.810Z Checking futures v0.3.30
18292024-08-23T21:21:57.876Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18302024-08-23T21:21:57.900Z Checking itertools v0.12.1
18312024-08-23T21:21:57.930Z Checking itertools v0.10.5
18322024-08-23T21:21:57.954Z Checking tokio-stream v0.1.15
18332024-08-23T21:21:57.978Z Checking reqwest v0.11.27
18342024-08-23T21:21:58.515Z Checking fs-err v2.11.0
18352024-08-23T21:21:58.715Z Checking nix v0.28.0
18362024-08-23T21:21:59.052Z Checking slog v2.7.0
18372024-08-23T21:21:59.076Z Checking openapiv3 v2.0.0
18382024-08-23T21:21:59.202Z Checking sha1 v0.10.6
18392024-08-23T21:21:59.452Z Checking hex v0.4.3
18402024-08-23T21:21:59.508Z Checking semver v1.0.23
18412024-08-23T21:21:59.547Z Checking lalrpop-util v0.19.12
18422024-08-23T21:21:59.820Z Checking peg-runtime v0.8.3
18432024-08-23T21:21:59.899Z Checking camino v1.1.9
18442024-08-23T21:21:59.923Z Checking sigpipe v0.1.3
18452024-08-23T21:22:02.243Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18462024-08-23T21:22:02.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.46s
18472024-08-23T21:22:02.872Z
18482024-08-23T21:22:02.872Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/154)
18492024-08-23T21:22:03.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502024-08-23T21:22:03.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512024-08-23T21:22:04.041Z Compiling regress v0.9.1
18522024-08-23T21:22:04.071Z Checking strum v0.26.3
18532024-08-23T21:22:04.104Z Checking heck v0.5.0
18542024-08-23T21:22:04.128Z Compiling getopts v0.2.21
18552024-08-23T21:22:04.128Z Checking dirs-sys-next v0.1.2
18562024-08-23T21:22:04.158Z Compiling unsafe-libyaml v0.2.11
18572024-08-23T21:22:04.221Z Checking http v1.1.0
18582024-08-23T21:22:04.303Z Checking thread_local v1.1.8
18592024-08-23T21:22:04.327Z Checking dirs-next v2.0.0
18602024-08-23T21:22:04.438Z Compiling ident_case v1.0.1
18612024-08-23T21:22:04.506Z Checking rustls-pki-types v1.7.0
18622024-08-23T21:22:04.586Z Compiling darling_core v0.20.9
18632024-08-23T21:22:04.610Z Checking term v0.7.0
18642024-08-23T21:22:04.883Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18652024-08-23T21:22:04.972Z Checking crossbeam-channel v0.5.12
18662024-08-23T21:22:05.003Z Checking is-terminal v0.4.12
18672024-08-23T21:22:05.118Z Checking atty v0.2.14
18682024-08-23T21:22:05.185Z Compiling paste v1.0.15
18692024-08-23T21:22:05.246Z Checking take_mut v0.2.2
18702024-08-23T21:22:05.397Z Compiling serde_yaml v0.9.34+deprecated
18712024-08-23T21:22:05.570Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18722024-08-23T21:22:05.696Z Checking utf-8 v0.7.6
18732024-08-23T21:22:05.724Z Checking termcolor v1.4.1
18742024-08-23T21:22:05.883Z Checking humantime v2.1.0
18752024-08-23T21:22:05.908Z Compiling rustls v0.22.4
18762024-08-23T21:22:06.011Z Checking slog-async v2.8.0
18772024-08-23T21:22:06.156Z Checking env_logger v0.9.3
18782024-08-23T21:22:06.193Z Checking slog-term v2.9.1
18792024-08-23T21:22:06.218Z Checking rustls-webpki v0.102.4
18802024-08-23T21:22:06.276Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18812024-08-23T21:22:06.585Z Compiling proc-macro-crate v1.3.1
18822024-08-23T21:22:06.610Z Compiling bitstruct_derive v0.1.0
18832024-08-23T21:22:06.663Z Compiling structmeta-derive v0.3.0
18842024-08-23T21:22:06.899Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18852024-08-23T21:22:07.017Z Compiling multer v3.1.0
18862024-08-23T21:22:07.292Z Checking match_cfg v0.1.0
18872024-08-23T21:22:07.381Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18882024-08-23T21:22:07.443Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18892024-08-23T21:22:07.658Z Checking ascii v1.1.0
18902024-08-23T21:22:07.856Z Checking bitstruct v0.1.1
18912024-08-23T21:22:07.987Z Compiling num_enum_derive v0.5.11
18922024-08-23T21:22:08.041Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18932024-08-23T21:22:08.823Z Checking hostname v0.3.1
18942024-08-23T21:22:08.937Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18952024-08-23T21:22:09.080Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18962024-08-23T21:22:09.313Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18972024-08-23T21:22:09.408Z Compiling structmeta v0.3.0
18982024-08-23T21:22:09.583Z Checking slog-json v2.6.1
18992024-08-23T21:22:09.723Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19002024-08-23T21:22:09.829Z Checking erased-serde v0.3.31
19012024-08-23T21:22:09.896Z Checking serde_arrays v0.1.0
19022024-08-23T21:22:09.965Z Compiling async-stream-impl v0.3.5
19032024-08-23T21:22:10.048Z Compiling foreign-types-macros v0.2.3
19042024-08-23T21:22:10.457Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19052024-08-23T21:22:10.492Z Checking atomic-waker v1.1.2
19062024-08-23T21:22:10.636Z Checking foreign-types-shared v0.3.1
19072024-08-23T21:22:10.756Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19082024-08-23T21:22:10.782Z Checking arc-swap v1.7.1
19092024-08-23T21:22:10.926Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19102024-08-23T21:22:11.181Z Checking waitgroup v0.1.2
19112024-08-23T21:22:11.230Z Checking slog-scope v4.4.0
19122024-08-23T21:22:11.317Z Checking num_enum v0.5.11
19132024-08-23T21:22:11.341Z Compiling darling_macro v0.20.9
19142024-08-23T21:22:11.416Z Compiling parse-display-derive v0.10.0
19152024-08-23T21:22:11.441Z Checking async-stream v0.3.5
19162024-08-23T21:22:11.465Z Checking foreign-types v0.5.0
19172024-08-23T21:22:11.489Z Checking slog-bunyan v2.5.0
19182024-08-23T21:22:11.576Z Compiling proc-macro-error v1.0.4
19192024-08-23T21:22:11.783Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19202024-08-23T21:22:11.995Z Checking toml v0.8.19
19212024-08-23T21:22:12.068Z Checking tungstenite v0.20.1
19222024-08-23T21:22:12.216Z Compiling darling v0.20.9
19232024-08-23T21:22:12.240Z Checking rustls-pemfile v2.1.3
19242024-08-23T21:22:12.338Z Compiling serde_with_macros v3.9.0
19252024-08-23T21:22:12.481Z Compiling heck v0.3.3
19262024-08-23T21:22:12.568Z Checking tokio-rustls v0.25.0
19272024-08-23T21:22:12.724Z Checking newtype-uuid v1.1.0
19282024-08-23T21:22:12.906Z Checking ipnetwork v0.20.0
19292024-08-23T21:22:12.933Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19302024-08-23T21:22:12.957Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19312024-08-23T21:22:12.981Z Checking serde_path_to_error v0.1.16
19322024-08-23T21:22:13.256Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19332024-08-23T21:22:13.572Z Checking hostname v0.4.0
19342024-08-23T21:22:13.713Z Checking cstr-argument v0.1.2
19352024-08-23T21:22:13.749Z Checking instant v0.1.12
19362024-08-23T21:22:13.852Z Checking pretty-hex v0.2.1
19372024-08-23T21:22:13.876Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19382024-08-23T21:22:13.999Z Checking fastrand v2.1.0
19392024-08-23T21:22:14.024Z Checking debug-ignore v1.0.5
19402024-08-23T21:22:14.141Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19412024-08-23T21:22:14.165Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19422024-08-23T21:22:14.288Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19432024-08-23T21:22:14.313Z Checking tempfile v3.10.1
19442024-08-23T21:22:14.405Z Checking backoff v0.4.0
19452024-08-23T21:22:14.645Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19462024-08-23T21:22:14.684Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19472024-08-23T21:22:14.728Z Checking tokio-tungstenite v0.20.1
19482024-08-23T21:22:14.904Z Compiling zone_cfg_derive v0.1.2
19492024-08-23T21:22:15.010Z Checking serde_with v3.9.0
19502024-08-23T21:22:15.035Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19512024-08-23T21:22:15.163Z Checking slog-stdlog v4.1.1
19522024-08-23T21:22:15.345Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19532024-08-23T21:22:15.497Z Checking tungstenite v0.21.0
19542024-08-23T21:22:15.751Z Checking parse-display v0.10.0
19552024-08-23T21:22:15.829Z Checking colored v2.1.0
19562024-08-23T21:22:16.041Z Checking macaddr v1.0.1
19572024-08-23T21:22:16.191Z Checking base64 v0.13.1
19582024-08-23T21:22:16.398Z Checking tokio-tungstenite v0.21.0
19592024-08-23T21:22:16.458Z Checking zone v0.1.8
19602024-08-23T21:22:16.567Z Checking ron v0.7.1
19612024-08-23T21:22:16.816Z Checking slog-envlogger v2.2.0
19622024-08-23T21:22:17.043Z Checking pem v3.0.4
19632024-08-23T21:22:17.067Z Checking tabwriter v1.4.0
19642024-08-23T21:22:17.289Z Checking xattr v1.3.1
19652024-08-23T21:22:17.313Z Checking portpicker v0.1.1
19662024-08-23T21:22:17.415Z Checking yasna v0.5.2
19672024-08-23T21:22:17.488Z Checking headers-core v0.2.0
19682024-08-23T21:22:17.626Z Checking smf v0.2.3
19692024-08-23T21:22:17.650Z Checking filetime v0.2.24
19702024-08-23T21:22:17.843Z Checking same-file v1.0.6
19712024-08-23T21:22:17.972Z Checking tar v0.4.41
19722024-08-23T21:22:18.009Z Checking walkdir v2.5.0
19732024-08-23T21:22:18.050Z Checking headers v0.3.9
19742024-08-23T21:22:18.218Z Checking atomicwrites v0.4.3
19752024-08-23T21:22:18.242Z Checking rcgen v0.12.1
19762024-08-23T21:22:18.271Z Checking camino-tempfile v1.1.1
19772024-08-23T21:22:18.409Z Checking subprocess v0.2.9
19782024-08-23T21:22:19.366Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19792024-08-23T21:22:19.629Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19802024-08-23T21:22:22.437Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19812024-08-23T21:22:25.143Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19822024-08-23T21:22:25.260Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19832024-08-23T21:22:29.957Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19842024-08-23T21:22:39.115Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19852024-08-23T21:22:39.289Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19862024-08-23T21:22:39.289Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19872024-08-23T21:22:43.703Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19882024-08-23T21:22:43.766Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19892024-08-23T21:22:52.147Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19902024-08-23T21:22:54.134Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19912024-08-23T21:22:55.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.86s
19922024-08-23T21:22:55.923Z
19932024-08-23T21:22:55.923Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/154)
19942024-08-23T21:22:56.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952024-08-23T21:22:56.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962024-08-23T21:22:57.016Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19972024-08-23T21:22:58.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
19982024-08-23T21:22:58.846Z
19992024-08-23T21:22:58.846Zinfo: running `cargo check --bins` on nexus-config (31/154)
20002024-08-23T21:22:59.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012024-08-23T21:22:59.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022024-08-23T21:22:59.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032024-08-23T21:22:59.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
20042024-08-23T21:22:59.845Z
20052024-08-23T21:22:59.845Zinfo: running `cargo check --bins` on omicron-rpaths (32/154)
20062024-08-23T21:23:00.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072024-08-23T21:23:00.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082024-08-23T21:23:00.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092024-08-23T21:23:00.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
20102024-08-23T21:23:00.880Z
20112024-08-23T21:23:00.880Zinfo: running `cargo check --bins` on omicron-certificates (33/154)
20122024-08-23T21:23:01.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132024-08-23T21:23:01.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142024-08-23T21:23:01.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152024-08-23T21:23:01.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
20162024-08-23T21:23:01.869Z
20172024-08-23T21:23:01.869Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/154)
20182024-08-23T21:23:02.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192024-08-23T21:23:02.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202024-08-23T21:23:02.946Z Compiling heapless v0.8.0
20212024-08-23T21:23:02.977Z Checking hash32 v0.3.1
20222024-08-23T21:23:03.002Z Compiling smoltcp v0.11.0
20232024-08-23T21:23:03.026Z Checking cobs v0.2.3
20242024-08-23T21:23:03.026Z Checking embedded-io v0.4.0
20252024-08-23T21:23:03.051Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20262024-08-23T21:23:03.075Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20272024-08-23T21:23:03.099Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20282024-08-23T21:23:03.151Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20292024-08-23T21:23:03.194Z Compiling crucible-workspace-hack v0.1.0
20302024-08-23T21:23:03.218Z Checking postcard v1.0.8
20312024-08-23T21:23:03.247Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20322024-08-23T21:23:03.426Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20332024-08-23T21:23:03.461Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20342024-08-23T21:23:03.615Z Compiling num-derive v0.4.2
20352024-08-23T21:23:03.714Z Compiling slog-dtrace v0.3.0
20362024-08-23T21:23:03.792Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20372024-08-23T21:23:03.872Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20382024-08-23T21:23:03.942Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20392024-08-23T21:23:04.736Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20402024-08-23T21:23:05.367Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20412024-08-23T21:23:07.671Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20422024-08-23T21:23:08.875Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20432024-08-23T21:23:10.352Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20442024-08-23T21:23:12.817Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20452024-08-23T21:23:13.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
20462024-08-23T21:23:13.900Z
20472024-08-23T21:23:13.900Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/154)
20482024-08-23T21:23:14.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492024-08-23T21:23:14.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502024-08-23T21:23:14.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512024-08-23T21:23:14.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
20522024-08-23T21:23:14.924Z
20532024-08-23T21:23:14.924Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/154)
20542024-08-23T21:23:16.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552024-08-23T21:23:16.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562024-08-23T21:23:16.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572024-08-23T21:23:16.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
20582024-08-23T21:23:16.131Z
20592024-08-23T21:23:16.131Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/154)
20602024-08-23T21:23:17.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612024-08-23T21:23:17.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622024-08-23T21:23:17.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632024-08-23T21:23:17.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
20642024-08-23T21:23:17.300Z
20652024-08-23T21:23:17.300Zinfo: running `cargo check --bins` on dns-server (38/154)
20662024-08-23T21:23:18.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672024-08-23T21:23:18.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682024-08-23T21:23:18.352Z Compiling parking_lot_core v0.8.6
20692024-08-23T21:23:18.377Z Checking newline-converter v0.3.0
20702024-08-23T21:23:18.377Z Checking nibble_vec v0.1.0
20712024-08-23T21:23:18.377Z Checking quick-error v1.2.3
20722024-08-23T21:23:18.377Z Checking linked-hash-map v0.5.6
20732024-08-23T21:23:18.377Z Checking endian-type v0.1.2
20742024-08-23T21:23:18.401Z Checking fxhash v0.2.1
20752024-08-23T21:23:18.425Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20762024-08-23T21:23:18.530Z Checking expectorate v1.1.0
20772024-08-23T21:23:18.565Z Checking resolv-conf v0.7.0
20782024-08-23T21:23:18.590Z Checking hickory-server v0.24.1
20792024-08-23T21:23:18.614Z Checking radix_trie v0.2.1
20802024-08-23T21:23:18.685Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20812024-08-23T21:23:18.755Z Checking lru-cache v0.1.2
20822024-08-23T21:23:18.930Z Checking hickory-resolver v0.24.1
20832024-08-23T21:23:18.986Z Checking hickory-client v0.24.1
20842024-08-23T21:23:19.165Z Checking parking_lot v0.11.2
20852024-08-23T21:23:19.481Z Checking sled v0.34.7
20862024-08-23T21:23:22.069Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20872024-08-23T21:23:23.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
20882024-08-23T21:23:23.767Z
20892024-08-23T21:23:23.767Zinfo: running `cargo check --bins` on dns-server-api (39/154)
20902024-08-23T21:23:24.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912024-08-23T21:23:24.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922024-08-23T21:23:24.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932024-08-23T21:23:24.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
20942024-08-23T21:23:24.745Z
20952024-08-23T21:23:24.745Zinfo: running `cargo check --bins` on dns-service-client (40/154)
20962024-08-23T21:23:25.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972024-08-23T21:23:25.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982024-08-23T21:23:25.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992024-08-23T21:23:25.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
21002024-08-23T21:23:25.792Z
21012024-08-23T21:23:25.792Zinfo: running `cargo check --bins` on gateway-test-utils (41/154)
21022024-08-23T21:23:26.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032024-08-23T21:23:26.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042024-08-23T21:23:26.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052024-08-23T21:23:26.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
21062024-08-23T21:23:26.854Z
21072024-08-23T21:23:26.854Zinfo: running `cargo check --bins` on gateway-types (42/154)
21082024-08-23T21:23:27.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092024-08-23T21:23:27.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102024-08-23T21:23:27.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112024-08-23T21:23:27.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
21122024-08-23T21:23:27.880Z
21132024-08-23T21:23:27.880Zinfo: running `cargo check --bins` on ipcc (43/154)
21142024-08-23T21:23:28.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152024-08-23T21:23:28.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162024-08-23T21:23:28.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172024-08-23T21:23:28.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
21182024-08-23T21:23:28.901Z
21192024-08-23T21:23:28.901Zinfo: running `cargo check --bins` on omicron-gateway (44/154)
21202024-08-23T21:23:29.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-08-23T21:23:29.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-08-23T21:23:29.968Z Compiling radium v0.7.0
21232024-08-23T21:23:29.993Z Checking tap v1.0.1
21242024-08-23T21:23:30.018Z Compiling maybe-uninit v2.0.0
21252024-08-23T21:23:30.042Z Compiling bzip2-sys v0.1.11+1.0.8
21262024-08-23T21:23:30.043Z Compiling packed_struct v0.10.1
21272024-08-23T21:23:30.067Z Checking crc-catalog v2.4.0
21282024-08-23T21:23:30.067Z Checking funty v2.0.0
21292024-08-23T21:23:30.096Z Compiling packed_struct_codegen v0.10.1
21302024-08-23T21:23:30.164Z Checking wyz v0.5.1
21312024-08-23T21:23:30.214Z Checking crc v3.2.1
21322024-08-23T21:23:30.545Z Checking half v2.4.1
21332024-08-23T21:23:30.581Z Compiling indexmap v1.9.3
21342024-08-23T21:23:30.673Z Checking nodrop v0.1.14
21352024-08-23T21:23:30.744Z Checking ciborium-io v0.2.2
21362024-08-23T21:23:30.796Z Checking array-init v0.0.4
21372024-08-23T21:23:30.864Z Checking smallvec v0.6.14
21382024-08-23T21:23:30.918Z Compiling memoffset v0.9.1
21392024-08-23T21:23:30.942Z Checking hashbrown v0.12.3
21402024-08-23T21:23:30.985Z Checking ciborium-ll v0.2.2
21412024-08-23T21:23:31.009Z Checking bitvec v1.0.1
21422024-08-23T21:23:31.214Z Checking bitfield v0.14.0
21432024-08-23T21:23:31.239Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21442024-08-23T21:23:31.284Z Checking ciborium v0.2.2
21452024-08-23T21:23:31.458Z Checking env_logger v0.10.2
21462024-08-23T21:23:31.704Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21472024-08-23T21:23:31.728Z Checking serde-hex v0.1.0
21482024-08-23T21:23:31.848Z Checking ron v0.8.1
21492024-08-23T21:23:31.965Z Checking x509-cert v0.2.5
21502024-08-23T21:23:32.116Z Checking bzip2 v0.4.4
21512024-08-23T21:23:32.216Z Checking hashbrown v0.13.2
21522024-08-23T21:23:32.388Z Checking crc-any v2.5.0
21532024-08-23T21:23:32.554Z Checking zip v0.6.6
21542024-08-23T21:23:32.853Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21552024-08-23T21:23:33.072Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21562024-08-23T21:23:33.127Z Checking path-slash v0.1.5
21572024-08-23T21:23:33.167Z Checking object v0.30.4
21582024-08-23T21:23:33.259Z Checking nix v0.27.1
21592024-08-23T21:23:33.284Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21602024-08-23T21:23:33.308Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21612024-08-23T21:23:33.340Z Checking serde-big-array v0.5.1
21622024-08-23T21:23:33.472Z Checking signal-hook-tokio v0.3.1
21632024-08-23T21:23:35.981Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21642024-08-23T21:23:36.998Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21652024-08-23T21:23:47.497Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21662024-08-23T21:23:49.151Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21672024-08-23T21:23:51.659Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21682024-08-23T21:23:54.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.32s
21692024-08-23T21:23:54.503Z
21702024-08-23T21:23:54.503Zinfo: running `cargo check --bins` on gateway-api (45/154)
21712024-08-23T21:23:55.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722024-08-23T21:23:55.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732024-08-23T21:23:55.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742024-08-23T21:23:55.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
21752024-08-23T21:23:55.370Z
21762024-08-23T21:23:55.370Zinfo: running `cargo check --bins` on sp-sim (46/154)
21772024-08-23T21:23:56.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-08-23T21:23:56.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-08-23T21:23:56.421Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21802024-08-23T21:23:58.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
21812024-08-23T21:23:58.941Z
21822024-08-23T21:23:58.941Zinfo: running `cargo check --bins` on internal-dns (47/154)
21832024-08-23T21:23:59.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-08-23T21:23:59.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-08-23T21:23:59.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-08-23T21:23:59.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
21872024-08-23T21:23:59.901Z
21882024-08-23T21:23:59.901Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (48/154)
21892024-08-23T21:24:00.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-08-23T21:24:00.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-08-23T21:24:00.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922024-08-23T21:24:00.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
21932024-08-23T21:24:00.989Z
21942024-08-23T21:24:00.989Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/154)
21952024-08-23T21:24:01.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962024-08-23T21:24:02.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972024-08-23T21:24:02.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982024-08-23T21:24:02.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
21992024-08-23T21:24:02.104Z
22002024-08-23T21:24:02.104Zinfo: running `cargo check --bins` on db-macros (50/154)
22012024-08-23T21:24:02.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022024-08-23T21:24:02.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032024-08-23T21:24:02.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042024-08-23T21:24:02.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
22052024-08-23T21:24:03.046Z
22062024-08-23T21:24:03.046Zinfo: running `cargo check --bins` on nexus-macros-common (51/154)
22072024-08-23T21:24:03.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082024-08-23T21:24:03.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092024-08-23T21:24:03.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102024-08-23T21:24:03.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
22112024-08-23T21:24:03.994Z
22122024-08-23T21:24:03.994Zinfo: running `cargo check --bins` on nexus-auth (52/154)
22132024-08-23T21:24:04.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142024-08-23T21:24:04.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152024-08-23T21:24:04.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162024-08-23T21:24:04.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
22172024-08-23T21:24:05.027Z
22182024-08-23T21:24:05.027Zinfo: running `cargo check --bins` on authz-macros (53/154)
22192024-08-23T21:24:05.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202024-08-23T21:24:05.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212024-08-23T21:24:05.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222024-08-23T21:24:05.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
22232024-08-23T21:24:05.985Z
22242024-08-23T21:24:05.985Zinfo: running `cargo check --bins` on nexus-db-fixed-data (54/154)
22252024-08-23T21:24:06.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-08-23T21:24:06.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-08-23T21:24:06.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282024-08-23T21:24:06.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
22292024-08-23T21:24:07.015Z
22302024-08-23T21:24:07.015Zinfo: running `cargo check --bins` on nexus-db-model (55/154)
22312024-08-23T21:24:07.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-08-23T21:24:07.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-08-23T21:24:07.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-08-23T21:24:07.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
22352024-08-23T21:24:08.057Z
22362024-08-23T21:24:08.057Zinfo: running `cargo check --bins` on nexus-defaults (56/154)
22372024-08-23T21:24:08.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-08-23T21:24:08.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-08-23T21:24:08.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-08-23T21:24:08.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
22412024-08-23T21:24:09.039Z
22422024-08-23T21:24:09.039Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (57/154)
22432024-08-23T21:24:09.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-08-23T21:24:09.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-08-23T21:24:09.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462024-08-23T21:24:09.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
22472024-08-23T21:24:10.027Z
22482024-08-23T21:24:10.027Zinfo: running `cargo check --bins` on omicron-passwords (58/154)
22492024-08-23T21:24:10.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502024-08-23T21:24:10.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512024-08-23T21:24:10.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522024-08-23T21:24:10.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
22532024-08-23T21:24:11.034Z
22542024-08-23T21:24:11.034Zinfo: running `cargo check --bins` on nexus-types (59/154)
22552024-08-23T21:24:11.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562024-08-23T21:24:11.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572024-08-23T21:24:11.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582024-08-23T21:24:11.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
22592024-08-23T21:24:12.078Z
22602024-08-23T21:24:12.078Zinfo: running `cargo check --bins` on gateway-client (60/154)
22612024-08-23T21:24:12.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622024-08-23T21:24:12.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632024-08-23T21:24:12.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642024-08-23T21:24:12.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
22652024-08-23T21:24:13.035Z
22662024-08-23T21:24:13.035Zinfo: running `cargo check --bins` on oxql-types (61/154)
22672024-08-23T21:24:13.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682024-08-23T21:24:13.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692024-08-23T21:24:13.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702024-08-23T21:24:13.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
22712024-08-23T21:24:13.970Z
22722024-08-23T21:24:13.970Zinfo: running `cargo check --bins` on oximeter-types (62/154)
22732024-08-23T21:24:14.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742024-08-23T21:24:14.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752024-08-23T21:24:14.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762024-08-23T21:24:14.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
22772024-08-23T21:24:14.924Z
22782024-08-23T21:24:14.924Zinfo: running `cargo check --bins` on oximeter-macro-impl (63/154)
22792024-08-23T21:24:15.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802024-08-23T21:24:15.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812024-08-23T21:24:15.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822024-08-23T21:24:15.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
22832024-08-23T21:24:15.915Z
22842024-08-23T21:24:15.915Zinfo: running `cargo check --bins` on sled-agent-client (64/154)
22852024-08-23T21:24:16.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862024-08-23T21:24:16.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872024-08-23T21:24:16.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882024-08-23T21:24:16.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
22892024-08-23T21:24:16.867Z
22902024-08-23T21:24:16.867Zinfo: running `cargo check --bins` on oximeter (65/154)
22912024-08-23T21:24:17.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922024-08-23T21:24:17.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932024-08-23T21:24:17.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942024-08-23T21:24:17.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
22952024-08-23T21:24:17.816Z
22962024-08-23T21:24:17.816Zinfo: running `cargo check --bins` on oximeter-schema (66/154)
22972024-08-23T21:24:18.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982024-08-23T21:24:18.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992024-08-23T21:24:18.803Z Checking num-rational v0.4.2
23002024-08-23T21:24:18.803Z Checking num-complex v0.4.6
23012024-08-23T21:24:18.803Z Compiling prettyplease v0.2.20
23022024-08-23T21:24:18.828Z Checking float-ord v0.3.2
23032024-08-23T21:24:19.587Z Checking num v0.4.3
23042024-08-23T21:24:19.689Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23052024-08-23T21:24:22.566Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23062024-08-23T21:24:23.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
23072024-08-23T21:24:23.978Z
23082024-08-23T21:24:23.978Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (67/154)
23092024-08-23T21:24:24.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102024-08-23T21:24:24.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112024-08-23T21:24:24.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122024-08-23T21:24:24.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
23132024-08-23T21:24:24.938Z
23142024-08-23T21:24:24.938Zinfo: running `cargo check --bins` on nexus-inventory (68/154)
23152024-08-23T21:24:25.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162024-08-23T21:24:25.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172024-08-23T21:24:25.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182024-08-23T21:24:25.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
23192024-08-23T21:24:25.950Z
23202024-08-23T21:24:25.950Zinfo: running `cargo check --bins` on typed-rng (69/154)
23212024-08-23T21:24:26.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222024-08-23T21:24:26.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232024-08-23T21:24:26.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242024-08-23T21:24:26.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23252024-08-23T21:24:26.846Z
23262024-08-23T21:24:26.846Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (70/154)
23272024-08-23T21:24:27.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282024-08-23T21:24:27.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292024-08-23T21:24:27.954Z Compiling toml v0.8.19
23302024-08-23T21:24:27.954Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23312024-08-23T21:24:27.954Z Compiling rustls-pki-types v1.7.0
23322024-08-23T21:24:27.978Z Checking password-hash v0.5.0
23332024-08-23T21:24:27.978Z Checking blake2 v0.10.6
23342024-08-23T21:24:27.978Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23352024-08-23T21:24:27.978Z Compiling match_cfg v0.1.0
23362024-08-23T21:24:28.003Z Compiling slog-json v2.6.1
23372024-08-23T21:24:28.125Z Compiling hostname v0.3.1
23382024-08-23T21:24:28.369Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23392024-08-23T21:24:28.411Z Compiling http v1.1.0
23402024-08-23T21:24:28.435Z Checking argon2 v0.5.3
23412024-08-23T21:24:28.469Z Compiling convert_case v0.4.0
23422024-08-23T21:24:28.496Z Compiling rustls-webpki v0.102.4
23432024-08-23T21:24:28.593Z Compiling atomic-waker v1.1.2
23442024-08-23T21:24:28.717Z Compiling semver v0.1.20
23452024-08-23T21:24:28.780Z Compiling waitgroup v0.1.2
23462024-08-23T21:24:28.841Z Compiling rustls-pemfile v2.1.3
23472024-08-23T21:24:29.000Z Compiling slog-bunyan v2.5.0
23482024-08-23T21:24:29.086Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23492024-08-23T21:24:29.206Z Compiling rustc_version v0.1.7
23502024-08-23T21:24:29.292Z Compiling rustls v0.22.4
23512024-08-23T21:24:29.360Z Compiling async-stream v0.3.5
23522024-08-23T21:24:29.384Z Compiling newtype-uuid v1.1.0
23532024-08-23T21:24:29.384Z Compiling derive_more v0.99.18
23542024-08-23T21:24:29.587Z Compiling ipnetwork v0.20.0
23552024-08-23T21:24:29.649Z Compiling serde_path_to_error v0.1.16
23562024-08-23T21:24:29.692Z Compiling hostname v0.4.0
23572024-08-23T21:24:29.716Z Compiling instant v0.1.12
23582024-08-23T21:24:29.862Z Compiling multer v3.1.0
23592024-08-23T21:24:29.972Z Compiling rayon-core v1.12.1
23602024-08-23T21:24:30.352Z Compiling debug-ignore v1.0.5
23612024-08-23T21:24:30.428Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23622024-08-23T21:24:30.490Z Compiling backoff v0.4.0
23632024-08-23T21:24:30.516Z Compiling newtype_derive v0.1.6
23642024-08-23T21:24:30.539Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23652024-08-23T21:24:30.797Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23662024-08-23T21:24:30.826Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
23672024-08-23T21:24:30.850Z Compiling parse-display v0.10.0
23682024-08-23T21:24:30.873Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23692024-08-23T21:24:30.922Z Compiling serde_with v3.9.0
23702024-08-23T21:24:31.056Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23712024-08-23T21:24:31.178Z Compiling num-rational v0.4.2
23722024-08-23T21:24:31.216Z Compiling crossbeam-deque v0.8.5
23732024-08-23T21:24:31.519Z Compiling curve25519-dalek v4.1.3
23742024-08-23T21:24:31.542Z Compiling num-complex v0.4.6
23752024-08-23T21:24:32.075Z Compiling macaddr v1.0.1
23762024-08-23T21:24:32.141Z Compiling unicase v2.7.0
23772024-08-23T21:24:32.428Z Compiling same-file v1.0.6
23782024-08-23T21:24:32.490Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23792024-08-23T21:24:32.513Z Checking keccak v0.1.5
23802024-08-23T21:24:32.712Z Compiling fastrand v2.1.0
23812024-08-23T21:24:32.744Z Compiling walkdir v2.5.0
23822024-08-23T21:24:32.804Z Checking sha3 v0.10.8
23832024-08-23T21:24:33.203Z Compiling tempfile v3.10.1
23842024-08-23T21:24:33.335Z Compiling tokio-rustls v0.25.0
23852024-08-23T21:24:33.531Z Compiling num v0.4.3
23862024-08-23T21:24:33.774Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23872024-08-23T21:24:33.855Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
23882024-08-23T21:24:34.115Z Compiling thiserror-impl-no-std v2.0.2
23892024-08-23T21:24:34.138Z Checking universal-hash v0.5.1
23902024-08-23T21:24:34.327Z Checking secrecy v0.8.0
23912024-08-23T21:24:34.550Z Compiling ring v0.16.20
23922024-08-23T21:24:34.619Z Compiling blake3 v1.5.1
23932024-08-23T21:24:35.339Z Compiling derive-where v1.2.7
23942024-08-23T21:24:35.544Z Compiling curve25519-dalek-derive v0.1.1
23952024-08-23T21:24:35.713Z Compiling cookie v0.18.1
23962024-08-23T21:24:36.038Z Checking opaque-debug v0.3.1
23972024-08-23T21:24:36.136Z Compiling float-ord v0.3.2
23982024-08-23T21:24:36.312Z Checking poly1305 v0.8.0
23992024-08-23T21:24:37.251Z Checking thiserror-no-std v2.0.2
24002024-08-23T21:24:37.360Z Compiling rayon v1.10.0
24012024-08-23T21:24:37.561Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24022024-08-23T21:24:37.957Z Compiling prettyplease v0.2.20
24032024-08-23T21:24:38.248Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24042024-08-23T21:24:38.721Z Checking chacha20 v0.9.1
24052024-08-23T21:24:38.789Z Checking aead v0.5.2
24062024-08-23T21:24:38.878Z Compiling memmap2 v0.9.4
24072024-08-23T21:24:38.998Z Compiling libefi-sys v0.1.0
24082024-08-23T21:24:39.067Z Compiling arrayref v0.3.7
24092024-08-23T21:24:39.175Z Checking highway v1.2.0
24102024-08-23T21:24:39.292Z Compiling home v0.5.9
24112024-08-23T21:24:39.338Z Compiling untrusted v0.7.1
24122024-08-23T21:24:39.403Z Compiling constant_time_eq v0.3.0
24132024-08-23T21:24:39.530Z Compiling arrayvec v0.7.4
24142024-08-23T21:24:39.565Z Compiling spin v0.5.2
24152024-08-23T21:24:39.588Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24162024-08-23T21:24:39.611Z Compiling toolchain_find v0.4.0
24172024-08-23T21:24:39.975Z Checking chacha20poly1305 v0.10.1
24182024-08-23T21:24:40.181Z Checking vsss-rs v3.3.4
24192024-08-23T21:24:40.248Z Checking steno v0.4.1
24202024-08-23T21:24:41.011Z Compiling camino-tempfile v1.1.1
24212024-08-23T21:24:41.810Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24222024-08-23T21:24:41.902Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24232024-08-23T21:24:42.282Z Compiling bitfield-struct v0.6.1
24242024-08-23T21:24:42.309Z Compiling cancel-safe-futures v0.1.5
24252024-08-23T21:24:42.407Z Compiling topological-sort v0.2.2
24262024-08-23T21:24:42.623Z Compiling omicron-zone-package v0.11.0
24272024-08-23T21:24:42.741Z Compiling mime_guess v2.0.4
24282024-08-23T21:24:43.155Z Compiling rustfmt-wrapper v0.2.1
24292024-08-23T21:24:43.324Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24302024-08-23T21:24:43.635Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24312024-08-23T21:24:43.758Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24322024-08-23T21:24:43.965Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24332024-08-23T21:24:44.050Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24342024-08-23T21:24:44.194Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24352024-08-23T21:24:44.448Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24362024-08-23T21:24:44.906Z Checking gethostname v0.5.0
24372024-08-23T21:24:44.957Z Checking libsw v3.3.1
24382024-08-23T21:24:45.005Z Checking linear-map v1.2.0
24392024-08-23T21:24:45.028Z Checking owo-colors v4.0.0
24402024-08-23T21:24:45.200Z Checking swrite v0.1.0
24412024-08-23T21:24:45.319Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24422024-08-23T21:24:45.729Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24432024-08-23T21:24:45.976Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24442024-08-23T21:24:46.105Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24452024-08-23T21:24:46.524Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
24462024-08-23T21:24:46.553Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24472024-08-23T21:24:46.645Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24482024-08-23T21:24:46.669Z Checking kstat-rs v0.2.4
24492024-08-23T21:24:46.802Z Checking nanorand v0.7.0
24502024-08-23T21:24:46.992Z Checking glob v0.3.1
24512024-08-23T21:24:47.147Z Checking http-range v0.1.5
24522024-08-23T21:24:47.221Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24532024-08-23T21:24:47.309Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24542024-08-23T21:24:47.333Z Checking hyper-staticfile v0.9.5
24552024-08-23T21:24:47.617Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24562024-08-23T21:24:47.780Z Checking flume v0.11.0
24572024-08-23T21:24:48.230Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24582024-08-23T21:24:48.254Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24592024-08-23T21:24:48.591Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24602024-08-23T21:24:49.002Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24612024-08-23T21:24:49.393Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24622024-08-23T21:24:50.487Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24632024-08-23T21:24:50.587Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24642024-08-23T21:24:51.691Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24652024-08-23T21:24:52.375Z Checking itertools v0.13.0
24662024-08-23T21:24:52.808Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24672024-08-23T21:24:53.081Z Checking display-error-chain v0.2.0
24682024-08-23T21:24:55.979Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24692024-08-23T21:24:58.755Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24702024-08-23T21:25:00.043Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24712024-08-23T21:25:00.397Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24722024-08-23T21:25:06.485Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24732024-08-23T21:25:06.485Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24742024-08-23T21:25:08.238Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24752024-08-23T21:25:25.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.83s
24762024-08-23T21:25:25.892Z
24772024-08-23T21:25:25.892Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (71/154)
24782024-08-23T21:25:26.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-08-23T21:25:26.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-08-23T21:25:27.005Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24812024-08-23T21:25:43.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.93s
24822024-08-23T21:25:44.002Z
24832024-08-23T21:25:44.002Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (72/154)
24842024-08-23T21:25:44.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-08-23T21:25:44.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-08-23T21:25:45.112Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24872024-08-23T21:26:02.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.15s
24882024-08-23T21:26:02.335Z
24892024-08-23T21:26:02.335Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (73/154)
24902024-08-23T21:26:03.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-08-23T21:26:03.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-08-23T21:26:03.458Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24932024-08-23T21:26:20.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.32s
24942024-08-23T21:26:20.844Z
24952024-08-23T21:26:20.844Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (74/154)
24962024-08-23T21:26:21.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-08-23T21:26:21.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-08-23T21:26:22.008Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24992024-08-23T21:26:38.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.91s
25002024-08-23T21:26:38.927Z
25012024-08-23T21:26:38.927Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (75/154)
25022024-08-23T21:26:39.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-08-23T21:26:39.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-08-23T21:26:40.036Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25052024-08-23T21:26:56.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.04s
25062024-08-23T21:26:57.157Z
25072024-08-23T21:26:57.157Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (76/154)
25082024-08-23T21:26:58.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-08-23T21:26:58.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-08-23T21:26:58.282Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25112024-08-23T21:27:15.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.01s
25122024-08-23T21:27:15.363Z
25132024-08-23T21:27:15.363Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (77/154)
25142024-08-23T21:27:16.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-08-23T21:27:16.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-08-23T21:27:16.506Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25172024-08-23T21:27:33.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.69s
25182024-08-23T21:27:33.237Z
25192024-08-23T21:27:33.237Zinfo: running `cargo check --bins` on bootstrap-agent-api (78/154)
25202024-08-23T21:27:34.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-08-23T21:27:34.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-08-23T21:27:34.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-08-23T21:27:34.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
25242024-08-23T21:27:34.225Z
25252024-08-23T21:27:34.225Zinfo: running `cargo check --bins` on nexus-client (79/154)
25262024-08-23T21:27:35.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-08-23T21:27:35.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-08-23T21:27:35.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-08-23T21:27:35.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
25302024-08-23T21:27:35.164Z
25312024-08-23T21:27:35.165Zinfo: running `cargo check --bins` on sled-agent-types (80/154)
25322024-08-23T21:27:36.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-08-23T21:27:36.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-08-23T21:27:36.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-08-23T21:27:36.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
25362024-08-23T21:27:36.256Z
25372024-08-23T21:27:36.256Zinfo: running `cargo check --bins` on bootstrap-agent-client (81/154)
25382024-08-23T21:27:37.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-08-23T21:27:37.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-08-23T21:27:37.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-08-23T21:27:37.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
25422024-08-23T21:27:37.258Z
25432024-08-23T21:27:37.258Zinfo: running `cargo check --bins` on dpd-client (82/154)
25442024-08-23T21:27:38.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-08-23T21:27:38.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-08-23T21:27:38.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-08-23T21:27:38.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
25482024-08-23T21:27:38.201Z
25492024-08-23T21:27:38.201Zinfo: running `cargo check --bins` on installinator-common (83/154)
25502024-08-23T21:27:39.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-08-23T21:27:39.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-08-23T21:27:39.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-08-23T21:27:39.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
25542024-08-23T21:27:39.161Z
25552024-08-23T21:27:39.161Zinfo: running `cargo check --bins` on update-engine (84/154)
25562024-08-23T21:27:39.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-08-23T21:27:40.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-08-23T21:27:40.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-08-23T21:27:40.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
25602024-08-23T21:27:40.080Z
25612024-08-23T21:27:40.080Zinfo: running `cargo check --bins` on key-manager (85/154)
25622024-08-23T21:27:41.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-08-23T21:27:41.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-08-23T21:27:41.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-08-23T21:27:41.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
25662024-08-23T21:27:41.123Z
25672024-08-23T21:27:41.123Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (86/154)
25682024-08-23T21:27:42.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-08-23T21:27:42.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-08-23T21:27:42.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-08-23T21:27:42.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
25722024-08-23T21:27:42.139Z
25732024-08-23T21:27:42.139Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (87/154)
25742024-08-23T21:27:42.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-08-23T21:27:42.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-08-23T21:27:42.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-08-23T21:27:42.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
25782024-08-23T21:27:43.047Z
25792024-08-23T21:27:43.047Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (88/154)
25802024-08-23T21:27:43.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-08-23T21:27:43.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-08-23T21:27:43.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-08-23T21:27:43.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
25842024-08-23T21:27:43.994Z
25852024-08-23T21:27:43.994Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (89/154)
25862024-08-23T21:27:44.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-08-23T21:27:44.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-08-23T21:27:44.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-08-23T21:27:44.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
25902024-08-23T21:27:44.987Z
25912024-08-23T21:27:44.987Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (90/154)
25922024-08-23T21:27:45.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-08-23T21:27:45.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-08-23T21:27:45.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-08-23T21:27:45.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
25962024-08-23T21:27:45.976Z
25972024-08-23T21:27:45.976Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (91/154)
25982024-08-23T21:27:46.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-08-23T21:27:46.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-08-23T21:27:46.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-08-23T21:27:46.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26022024-08-23T21:27:46.933Z
26032024-08-23T21:27:46.933Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (92/154)
26042024-08-23T21:27:47.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-08-23T21:27:47.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-08-23T21:27:47.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-08-23T21:27:47.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
26082024-08-23T21:27:47.882Z
26092024-08-23T21:27:47.882Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (93/154)
26102024-08-23T21:27:48.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-08-23T21:27:48.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-08-23T21:27:48.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-08-23T21:27:48.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
26142024-08-23T21:27:48.838Z
26152024-08-23T21:27:48.838Zinfo: running `cargo check --bins` on oximeter-producer (94/154)
26162024-08-23T21:27:49.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-08-23T21:27:49.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-08-23T21:27:49.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192024-08-23T21:27:49.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
26202024-08-23T21:27:49.830Z
26212024-08-23T21:27:49.830Zinfo: running `cargo check --bins` on sled-agent-api (95/154)
26222024-08-23T21:27:50.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232024-08-23T21:27:50.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242024-08-23T21:27:50.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252024-08-23T21:27:50.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
26262024-08-23T21:27:50.877Z
26272024-08-23T21:27:50.877Zinfo: running `cargo check --bins` on sled-hardware (96/154)
26282024-08-23T21:27:51.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-08-23T21:27:51.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-08-23T21:27:51.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-08-23T21:27:51.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
26322024-08-23T21:27:51.899Z
26332024-08-23T21:27:51.899Zinfo: running `cargo check --bins --no-default-features` on sled-storage (97/154)
26342024-08-23T21:27:52.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-08-23T21:27:52.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-08-23T21:27:52.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-08-23T21:27:52.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
26382024-08-23T21:27:52.853Z
26392024-08-23T21:27:52.853Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/154)
26402024-08-23T21:27:53.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-08-23T21:27:53.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-08-23T21:27:53.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-08-23T21:27:53.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
26442024-08-23T21:27:53.807Z
26452024-08-23T21:27:53.807Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (99/154)
26462024-08-23T21:27:54.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-08-23T21:27:54.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-08-23T21:27:54.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-08-23T21:27:54.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26502024-08-23T21:27:54.770Z
26512024-08-23T21:27:54.770Zinfo: running `cargo check --bins` on nexus-test-interface (100/154)
26522024-08-23T21:27:55.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-08-23T21:27:55.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-08-23T21:27:55.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552024-08-23T21:27:55.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
26562024-08-23T21:27:55.790Z
26572024-08-23T21:27:55.790Zinfo: running `cargo check --bins` on oximeter-collector (101/154)
26582024-08-23T21:27:56.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-08-23T21:27:56.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-08-23T21:27:56.800Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26612024-08-23T21:27:56.800Z Checking bcs v0.1.6
26622024-08-23T21:27:56.800Z Compiling async-recursion v1.1.1
26632024-08-23T21:27:56.800Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26642024-08-23T21:27:56.800Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26652024-08-23T21:27:58.167Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26662024-08-23T21:28:02.599Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26672024-08-23T21:28:04.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
26682024-08-23T21:28:05.064Z
26692024-08-23T21:28:05.064Zinfo: running `cargo check --bins` on oximeter-api (102/154)
26702024-08-23T21:28:05.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-08-23T21:28:05.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-08-23T21:28:05.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-08-23T21:28:05.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
26742024-08-23T21:28:06.050Z
26752024-08-23T21:28:06.050Zinfo: running `cargo check --bins` on oximeter-client (103/154)
26762024-08-23T21:28:06.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-08-23T21:28:06.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-08-23T21:28:06.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-08-23T21:28:06.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
26802024-08-23T21:28:07.000Z
26812024-08-23T21:28:07.000Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (104/154)
26822024-08-23T21:28:07.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-08-23T21:28:07.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-08-23T21:28:07.993Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26852024-08-23T21:28:08.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
26862024-08-23T21:28:08.869Z
26872024-08-23T21:28:08.869Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/154)
26882024-08-23T21:28:09.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-08-23T21:28:09.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-08-23T21:28:09.917Z Compiling vte_generate_state_changes v0.1.1
26912024-08-23T21:28:09.917Z Checking fd-lock v4.0.2
26922024-08-23T21:28:09.941Z Checking bytecount v0.6.8
26932024-08-23T21:28:09.941Z Compiling tabled_derive v0.7.0
26942024-08-23T21:28:09.941Z Checking crossterm v0.27.0
26952024-08-23T21:28:09.941Z Compiling peg-macros v0.8.4
26962024-08-23T21:28:09.941Z Compiling sqlparser_derive v0.2.2
26972024-08-23T21:28:09.941Z Checking nu-ansi-term v0.50.0
26982024-08-23T21:28:10.095Z Checking papergrid v0.11.0
26992024-08-23T21:28:10.124Z Checking unicode_categories v0.1.1
27002024-08-23T21:28:10.333Z Checking home v0.5.9
27012024-08-23T21:28:10.417Z Checking sqlformat v0.2.4
27022024-08-23T21:28:10.485Z Checking rustyline v14.0.0
27032024-08-23T21:28:10.583Z Checking vte v0.11.1
27042024-08-23T21:28:11.050Z Checking sqlparser v0.45.0
27052024-08-23T21:28:11.519Z Checking crossterm v0.28.1
27062024-08-23T21:28:11.780Z Checking strip-ansi-escapes v0.2.0
27072024-08-23T21:28:11.927Z Checking reedline v0.33.0
27082024-08-23T21:28:12.296Z Checking tabled v0.15.0
27092024-08-23T21:28:12.821Z Checking peg v0.8.4
27102024-08-23T21:28:19.119Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27112024-08-23T21:28:26.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.45s
27122024-08-23T21:28:26.479Z
27132024-08-23T21:28:26.479Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/154)
27142024-08-23T21:28:27.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152024-08-23T21:28:27.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162024-08-23T21:28:27.494Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27172024-08-23T21:28:34.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.36s
27182024-08-23T21:28:34.999Z
27192024-08-23T21:28:34.999Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/154)
27202024-08-23T21:28:35.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212024-08-23T21:28:35.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222024-08-23T21:28:36.118Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27232024-08-23T21:28:43.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.09s
27242024-08-23T21:28:43.244Z
27252024-08-23T21:28:43.244Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/154)
27262024-08-23T21:28:44.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272024-08-23T21:28:44.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282024-08-23T21:28:44.249Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27292024-08-23T21:28:49.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
27302024-08-23T21:28:50.135Z
27312024-08-23T21:28:50.135Zinfo: running `cargo check --bins` on oximeter-test-utils (109/154)
27322024-08-23T21:28:51.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332024-08-23T21:28:51.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342024-08-23T21:28:51.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352024-08-23T21:28:51.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
27362024-08-23T21:28:51.131Z
27372024-08-23T21:28:51.131Zinfo: running `cargo check --bins` on cockroach-admin-client (110/154)
27382024-08-23T21:28:51.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392024-08-23T21:28:51.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402024-08-23T21:28:51.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412024-08-23T21:28:51.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27422024-08-23T21:28:52.034Z
27432024-08-23T21:28:52.034Zinfo: running `cargo check --bins` on installinator-client (111/154)
27442024-08-23T21:28:52.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452024-08-23T21:28:52.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462024-08-23T21:28:52.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472024-08-23T21:28:52.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27482024-08-23T21:28:52.974Z
27492024-08-23T21:28:52.974Zinfo: running `cargo check --bins` on oxide-client (112/154)
27502024-08-23T21:28:53.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-08-23T21:28:53.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-08-23T21:28:53.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532024-08-23T21:28:53.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27542024-08-23T21:28:53.908Z
27552024-08-23T21:28:53.908Zinfo: running `cargo check --bins` on wicketd-client (113/154)
27562024-08-23T21:28:54.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-08-23T21:28:54.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-08-23T21:28:54.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-08-23T21:28:54.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27602024-08-23T21:28:54.892Z
27612024-08-23T21:28:54.892Zinfo: running `cargo check --bins` on wicket-common (114/154)
27622024-08-23T21:28:55.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-08-23T21:28:55.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-08-23T21:28:55.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-08-23T21:28:55.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
27662024-08-23T21:28:55.932Z
27672024-08-23T21:28:55.932Zinfo: running `cargo check --bins` on omicron-cockroach-admin (115/154)
27682024-08-23T21:28:56.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-08-23T21:28:56.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-08-23T21:28:56.945Z Checking csv-core v0.1.11
27712024-08-23T21:28:56.968Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27722024-08-23T21:28:57.271Z Checking csv v1.3.0
27732024-08-23T21:28:58.003Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27742024-08-23T21:28:58.502Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752024-08-23T21:29:00.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
27762024-08-23T21:29:00.198Z
27772024-08-23T21:29:00.198Zinfo: running `cargo check --bins` on cockroach-admin-api (116/154)
27782024-08-23T21:29:01.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-08-23T21:29:01.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-08-23T21:29:01.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-08-23T21:29:01.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
27822024-08-23T21:29:01.199Z
27832024-08-23T21:29:01.199Zinfo: running `cargo check --bins` on cockroach-admin-types (117/154)
27842024-08-23T21:29:02.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-08-23T21:29:02.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-08-23T21:29:02.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-08-23T21:29:02.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27882024-08-23T21:29:02.128Z
27892024-08-23T21:29:02.128Zinfo: running `cargo check --bins` on cert-dev (118/154)
27902024-08-23T21:29:02.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-08-23T21:29:03.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-08-23T21:29:03.059Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27932024-08-23T21:29:03.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
27942024-08-23T21:29:03.467Z
27952024-08-23T21:29:03.467Zinfo: running `cargo check --bins` on ch-dev (119/154)
27962024-08-23T21:29:04.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-08-23T21:29:04.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-08-23T21:29:04.506Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27992024-08-23T21:29:05.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
28002024-08-23T21:29:05.550Z
28012024-08-23T21:29:05.550Zinfo: running `cargo check --bins` on crdb-seed (120/154)
28022024-08-23T21:29:06.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-08-23T21:29:06.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-08-23T21:29:06.543Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28052024-08-23T21:29:06.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
28062024-08-23T21:29:07.019Z
28072024-08-23T21:29:07.019Zinfo: running `cargo check --bins` on db-dev (121/154)
28082024-08-23T21:29:07.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-08-23T21:29:07.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-08-23T21:29:07.993Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28112024-08-23T21:29:08.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
28122024-08-23T21:29:08.981Z
28132024-08-23T21:29:08.981Zinfo: running `cargo check --bins` on omicron-dev-lib (122/154)
28142024-08-23T21:29:09.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152024-08-23T21:29:09.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162024-08-23T21:29:09.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172024-08-23T21:29:09.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
28182024-08-23T21:29:09.946Z
28192024-08-23T21:29:09.946Zinfo: running `cargo check --bins` on xtask-downloader (123/154)
28202024-08-23T21:29:10.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-08-23T21:29:10.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-08-23T21:29:10.930Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28232024-08-23T21:29:12.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
28242024-08-23T21:29:12.182Z
28252024-08-23T21:29:12.182Zinfo: running `cargo check --bins` on mgs-dev (124/154)
28262024-08-23T21:29:13.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-08-23T21:29:13.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-08-23T21:29:13.252Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28292024-08-23T21:29:13.859Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28302024-08-23T21:29:14.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
28312024-08-23T21:29:14.494Z
28322024-08-23T21:29:14.494Zinfo: running `cargo check --bins` on omicron-omdb (125/154)
28332024-08-23T21:29:15.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-08-23T21:29:15.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-08-23T21:29:15.716Z Compiling crunchy v0.2.2
28362024-08-23T21:29:15.716Z Compiling glob v0.3.1
28372024-08-23T21:29:15.740Z Compiling tiny-keccak v2.0.2
28382024-08-23T21:29:15.740Z Compiling dsl_auto_type v0.1.2
28392024-08-23T21:29:15.740Z Checking scheduled-thread-pool v0.2.7
28402024-08-23T21:29:15.764Z Compiling diesel_table_macro_syntax v0.2.0
28412024-08-23T21:29:15.832Z Compiling ascii-canvas v3.0.0
28422024-08-23T21:29:15.856Z Compiling ena v0.14.3
28432024-08-23T21:29:16.040Z Checking r2d2 v0.8.10
28442024-08-23T21:29:16.103Z Compiling libloading v0.8.3
28452024-08-23T21:29:16.196Z Compiling regex-syntax v0.6.29
28462024-08-23T21:29:16.238Z Compiling bindgen v0.69.4
28472024-08-23T21:29:16.370Z Compiling diff v0.1.13
28482024-08-23T21:29:16.370Z Compiling which v4.4.2
28492024-08-23T21:29:16.514Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28502024-08-23T21:29:16.663Z Compiling clang-sys v1.7.0
28512024-08-23T21:29:16.730Z Compiling cexpr v0.6.0
28522024-08-23T21:29:16.942Z Compiling rustc-hash v1.1.0
28532024-08-23T21:29:16.965Z Compiling lazycell v1.3.0
28542024-08-23T21:29:17.002Z Compiling ref-cast v1.0.23
28552024-08-23T21:29:17.025Z Compiling shlex v1.3.0
28562024-08-23T21:29:17.104Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28572024-08-23T21:29:17.142Z Compiling derive_builder_core v0.20.0
28582024-08-23T21:29:17.373Z Compiling diesel_derives v2.2.2
28592024-08-23T21:29:17.411Z Compiling libxml v0.3.3
28602024-08-23T21:29:17.411Z Compiling ref-cast-impl v1.0.23
28612024-08-23T21:29:17.584Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28622024-08-23T21:29:17.830Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28632024-08-23T21:29:18.052Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28642024-08-23T21:29:18.341Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28652024-08-23T21:29:18.393Z Compiling strum_macros v0.24.3
28662024-08-23T21:29:18.655Z Compiling indoc v1.0.9
28672024-08-23T21:29:19.363Z Compiling lalrpop v0.19.12
28682024-08-23T21:29:19.553Z Compiling derive_builder_macro v0.20.0
28692024-08-23T21:29:20.266Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28702024-08-23T21:29:20.406Z Checking derive_builder v0.20.0
28712024-08-23T21:29:20.590Z Compiling impl-trait-for-tuples v0.2.2
28722024-08-23T21:29:20.814Z Compiling oso-derive v0.27.3
28732024-08-23T21:29:21.519Z Checking quick-xml v0.31.0
28742024-08-23T21:29:21.724Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28752024-08-23T21:29:21.852Z Checking maplit v1.0.2
28762024-08-23T21:29:21.990Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28772024-08-23T21:29:22.097Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28782024-08-23T21:29:22.357Z Checking bb8 v0.8.5
28792024-08-23T21:29:22.778Z Compiling const_format_proc_macros v0.2.32
28802024-08-23T21:29:23.437Z Checking crossbeam-deque v0.8.5
28812024-08-23T21:29:23.497Z Compiling portable-atomic v1.6.0
28822024-08-23T21:29:23.750Z Checking rayon-core v1.12.1
28832024-08-23T21:29:24.443Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28842024-08-23T21:29:24.539Z Checking castaway v0.2.3
28852024-08-23T21:29:24.710Z Checking compact_str v0.8.0
28862024-08-23T21:29:24.749Z Checking const_format v0.2.32
28872024-08-23T21:29:25.216Z Checking rayon v1.10.0
28882024-08-23T21:29:25.610Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892024-08-23T21:29:25.793Z Checking unicode-truncate v1.0.0
28902024-08-23T21:29:25.882Z Checking lru v0.12.3
28912024-08-23T21:29:26.056Z Compiling instability v0.3.2
28922024-08-23T21:29:26.218Z Checking number_prefix v0.4.0
28932024-08-23T21:29:26.444Z Checking unicode-linebreak v0.1.5
28942024-08-23T21:29:26.857Z Checking cassowary v0.3.0
28952024-08-23T21:29:27.119Z Checking smawk v0.3.2
28962024-08-23T21:29:27.276Z Checking ratatui v0.28.0
28972024-08-23T21:29:27.356Z Checking textwrap v0.16.1
28982024-08-23T21:29:27.801Z Checking multimap v0.10.0
28992024-08-23T21:29:28.427Z Checking diesel v2.2.2
29002024-08-23T21:29:29.020Z Checking indicatif v0.17.8
29012024-08-23T21:29:48.010Z Compiling samael v0.0.15
29022024-08-23T21:30:00.767Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29032024-08-23T21:30:03.688Z Compiling polar-core v0.27.3
29042024-08-23T21:30:13.404Z Checking oso v0.27.3
29052024-08-23T21:31:40.622Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29062024-08-23T21:31:48.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
29072024-08-23T21:31:48.644Z
29082024-08-23T21:31:48.644Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (126/154)
29092024-08-23T21:31:49.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-08-23T21:31:49.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-08-23T21:31:49.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122024-08-23T21:31:49.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
29132024-08-23T21:31:49.676Z
29142024-08-23T21:31:49.676Zinfo: running `cargo check --bins` on nexus-saga-recovery (127/154)
29152024-08-23T21:31:50.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-08-23T21:31:50.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-08-23T21:31:50.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182024-08-23T21:31:50.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
29192024-08-23T21:31:50.740Z
29202024-08-23T21:31:50.740Zinfo: running `cargo check --bins` on nexus-test-utils-macros (128/154)
29212024-08-23T21:31:51.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222024-08-23T21:31:51.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232024-08-23T21:31:51.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242024-08-23T21:31:51.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
29252024-08-23T21:31:51.706Z
29262024-08-23T21:31:51.706Zinfo: running `cargo check --bins` on omicron-nexus (129/154)
29272024-08-23T21:31:52.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-08-23T21:31:52.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-08-23T21:31:52.941Z Compiling libz-sys v1.1.16
29302024-08-23T21:31:52.968Z Compiling libgit2-sys v0.17.0+1.8.1
29312024-08-23T21:31:52.992Z Compiling vergen v8.3.2
29322024-08-23T21:31:52.992Z Compiling cargo-platform v0.1.8
29332024-08-23T21:31:52.992Z Compiling pin-project-internal v1.1.5
29342024-08-23T21:31:53.045Z Compiling snafu-derive v0.8.2
29352024-08-23T21:31:53.046Z Compiling libsqlite3-sys v0.28.0
29362024-08-23T21:31:53.069Z Compiling buf-list v1.0.3
29372024-08-23T21:31:53.339Z Compiling cargo_metadata v0.18.1
29382024-08-23T21:31:53.548Z Checking globset v0.4.14
29392024-08-23T21:31:53.572Z Checking olpc-cjson v0.1.3
29402024-08-23T21:31:53.786Z Checking rand_seeder v0.3.0
29412024-08-23T21:31:53.810Z Checking serde_plain v1.0.2
29422024-08-23T21:31:53.908Z Checking typed-path v0.7.1
29432024-08-23T21:31:54.030Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29442024-08-23T21:31:54.227Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29452024-08-23T21:31:54.358Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29462024-08-23T21:31:54.474Z Checking hashlink v0.9.1
29472024-08-23T21:31:54.524Z Checking fallible-streaming-iterator v0.1.9
29482024-08-23T21:31:54.650Z Checking parse-size v1.0.0
29492024-08-23T21:31:54.744Z Checking fallible-iterator v0.3.0
29502024-08-23T21:31:54.883Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29512024-08-23T21:31:55.070Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29522024-08-23T21:31:55.359Z Checking rusqlite v0.31.0
29532024-08-23T21:31:55.741Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29542024-08-23T21:31:55.766Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29552024-08-23T21:31:55.921Z Checking pin-project v1.1.5
29562024-08-23T21:31:56.056Z Checking twox-hash v1.6.3
29572024-08-23T21:31:56.164Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29582024-08-23T21:31:56.495Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29592024-08-23T21:31:56.891Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29602024-08-23T21:31:56.967Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29612024-08-23T21:31:56.991Z Checking fatfs v0.3.6
29622024-08-23T21:31:56.991Z Checking assert_matches v1.5.0
29632024-08-23T21:31:58.317Z Checking snafu v0.8.2
29642024-08-23T21:31:58.736Z Checking tough v0.17.1
29652024-08-23T21:32:03.160Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29662024-08-23T21:32:04.704Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29672024-08-23T21:32:04.911Z Compiling git2 v0.19.0
29682024-08-23T21:32:11.912Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29692024-08-23T21:33:44.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
29702024-08-23T21:33:44.674Z
29712024-08-23T21:33:44.674Zinfo: running `cargo check --bins` on nexus-internal-api (130/154)
29722024-08-23T21:33:45.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732024-08-23T21:33:45.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742024-08-23T21:33:45.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752024-08-23T21:33:45.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
29762024-08-23T21:33:45.734Z
29772024-08-23T21:33:45.734Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (131/154)
29782024-08-23T21:33:46.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-08-23T21:33:46.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-08-23T21:33:46.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812024-08-23T21:33:46.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29822024-08-23T21:33:46.733Z
29832024-08-23T21:33:46.733Zinfo: running `cargo check --bins` on nexus-networking (132/154)
29842024-08-23T21:33:47.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-08-23T21:33:47.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-08-23T21:33:47.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872024-08-23T21:33:47.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
29882024-08-23T21:33:47.720Z
29892024-08-23T21:33:47.720Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (133/154)
29902024-08-23T21:33:48.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-08-23T21:33:48.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-08-23T21:33:48.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932024-08-23T21:33:48.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
29942024-08-23T21:33:48.717Z
29952024-08-23T21:33:48.717Zinfo: running `cargo check --bins` on update-common (134/154)
29962024-08-23T21:33:49.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972024-08-23T21:33:49.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982024-08-23T21:33:49.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992024-08-23T21:33:49.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30002024-08-23T21:33:49.665Z
30012024-08-23T21:33:49.665Zinfo: running `cargo check --bins` on tufaceous-lib (135/154)
30022024-08-23T21:33:50.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032024-08-23T21:33:50.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042024-08-23T21:33:50.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052024-08-23T21:33:50.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30062024-08-23T21:33:50.650Z
30072024-08-23T21:33:50.650Zinfo: running `cargo check --bins` on tufaceous (136/154)
30082024-08-23T21:33:51.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092024-08-23T21:33:51.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102024-08-23T21:33:51.653Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30112024-08-23T21:33:52.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
30122024-08-23T21:33:52.947Z
30132024-08-23T21:33:52.947Zinfo: running `cargo check --bins` on omicron-dev (137/154)
30142024-08-23T21:33:53.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-08-23T21:33:54.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-08-23T21:33:54.240Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30172024-08-23T21:33:54.240Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30182024-08-23T21:33:54.264Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30192024-08-23T21:33:56.034Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30202024-08-23T21:33:59.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
30212024-08-23T21:33:59.397Z
30222024-08-23T21:33:59.397Zinfo: running `cargo check --bins` on openapi-manager (138/154)
30232024-08-23T21:34:00.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-08-23T21:34:00.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-08-23T21:34:00.466Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30262024-08-23T21:34:00.466Z Checking heck v0.4.1
30272024-08-23T21:34:00.466Z Checking is_ci v1.2.0
30282024-08-23T21:34:00.491Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30292024-08-23T21:34:00.491Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30302024-08-23T21:34:00.491Z Checking indent_write v2.2.0
30312024-08-23T21:34:00.664Z Checking supports-color v3.0.0
30322024-08-23T21:34:00.709Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30332024-08-23T21:34:02.583Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30342024-08-23T21:34:03.734Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30352024-08-23T21:34:05.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
30362024-08-23T21:34:05.233Z
30372024-08-23T21:34:05.233Zinfo: running `cargo check --bins` on installinator-api (139/154)
30382024-08-23T21:34:06.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-08-23T21:34:06.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-08-23T21:34:06.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412024-08-23T21:34:06.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30422024-08-23T21:34:06.233Z
30432024-08-23T21:34:06.233Zinfo: running `cargo check --bins` on openapi-manager-types (140/154)
30442024-08-23T21:34:07.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-08-23T21:34:07.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-08-23T21:34:07.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-08-23T21:34:07.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30482024-08-23T21:34:07.137Z
30492024-08-23T21:34:07.137Zinfo: running `cargo check --bins` on wicketd-api (141/154)
30502024-08-23T21:34:07.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-08-23T21:34:08.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-08-23T21:34:08.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-08-23T21:34:08.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30542024-08-23T21:34:08.085Z
30552024-08-23T21:34:08.085Zinfo: running `cargo check --bins` on reconfigurator-cli (142/154)
30562024-08-23T21:34:08.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-08-23T21:34:09.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-08-23T21:34:09.166Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30592024-08-23T21:34:10.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
30602024-08-23T21:34:10.955Z
30612024-08-23T21:34:10.955Zinfo: running `cargo check --bins` on omicron-releng (143/154)
30622024-08-23T21:34:11.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-08-23T21:34:11.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-08-23T21:34:11.996Z Checking memmap2 v0.9.4
30652024-08-23T21:34:11.996Z Checking spin v0.5.2
30662024-08-23T21:34:11.996Z Checking arrayvec v0.7.4
30672024-08-23T21:34:12.020Z Checking arrayref v0.3.7
30682024-08-23T21:34:12.020Z Checking constant_time_eq v0.3.0
30692024-08-23T21:34:12.020Z Checking untrusted v0.7.1
30702024-08-23T21:34:12.020Z Checking cargo-platform v0.1.8
30712024-08-23T21:34:12.020Z Checking topological-sort v0.2.2
30722024-08-23T21:34:12.194Z Checking shell-words v1.1.0
30732024-08-23T21:34:12.270Z Checking ring v0.16.20
30742024-08-23T21:34:12.369Z Checking blake3 v1.5.1
30752024-08-23T21:34:12.404Z Checking cargo_metadata v0.18.1
30762024-08-23T21:34:13.866Z Checking omicron-zone-package v0.11.0
30772024-08-23T21:34:15.366Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30782024-08-23T21:34:16.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
30792024-08-23T21:34:16.774Z
30802024-08-23T21:34:16.774Zinfo: running `cargo check --bins` on xtask (144/154)
30812024-08-23T21:34:17.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-08-23T21:34:17.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-08-23T21:34:17.614Z Checking serde v1.0.208
30842024-08-23T21:34:17.615Z Checking thiserror v1.0.63
30852024-08-23T21:34:17.615Z Checking scroll v0.12.0
30862024-08-23T21:34:17.615Z Checking log v0.4.21
30872024-08-23T21:34:17.615Z Checking hashbrown v0.14.5
30882024-08-23T21:34:17.615Z Checking bitflags v2.6.0
30892024-08-23T21:34:17.616Z Checking zerocopy v0.7.34
30902024-08-23T21:34:17.672Z Checking syn v2.0.74
30912024-08-23T21:34:17.707Z Checking pest v2.7.10
30922024-08-23T21:34:17.812Z Checking fs-err v2.11.0
30932024-08-23T21:34:17.878Z Checking rustix v0.38.34
30942024-08-23T21:34:18.039Z Checking goblin v0.8.2
30952024-08-23T21:34:18.072Z Checking tabled v0.15.0
30962024-08-23T21:34:18.583Z Checking indexmap v2.4.0
30972024-08-23T21:34:18.791Z Checking terminal_size v0.3.0
30982024-08-23T21:34:18.875Z Checking anyhow v1.0.86
30992024-08-23T21:34:18.942Z Checking clap_builder v4.5.15
31002024-08-23T21:34:19.921Z Checking dtrace-parser v0.2.0
31012024-08-23T21:34:21.777Z Checking clap v4.5.16
31022024-08-23T21:34:22.061Z Checking serde_json v1.0.125
31032024-08-23T21:34:22.061Z Checking toml_datetime v0.6.8
31042024-08-23T21:34:22.061Z Checking serde_spanned v0.6.7
31052024-08-23T21:34:22.085Z Checking semver v1.0.23
31062024-08-23T21:34:22.086Z Checking camino v1.1.9
31072024-08-23T21:34:22.086Z Checking cargo-platform v0.1.8
31082024-08-23T21:34:22.086Z Checking macaddr v1.0.1
31092024-08-23T21:34:22.339Z Checking toml_edit v0.22.20
31102024-08-23T21:34:23.439Z Checking dof v0.3.0
31112024-08-23T21:34:23.439Z Checking cargo_metadata v0.18.1
31122024-08-23T21:34:23.992Z Checking usdt-impl v0.5.0
31132024-08-23T21:34:24.465Z Checking usdt v0.5.0
31142024-08-23T21:34:24.752Z Checking toml v0.8.19
31152024-08-23T21:34:25.369Z Checking cargo_toml v0.20.4
31162024-08-23T21:34:27.101Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31172024-08-23T21:34:27.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
31182024-08-23T21:34:27.996Z
31192024-08-23T21:34:27.996Zinfo: running `cargo check --bins` on end-to-end-tests (145/154)
31202024-08-23T21:34:28.695Z Downloading crates ...
31212024-08-23T21:34:28.979Z Downloaded dirs-sys v0.4.1
31222024-08-23T21:34:29.003Z Downloaded dirs v5.0.1
31232024-08-23T21:34:29.003Z Downloaded ssh-encoding v0.2.0
31242024-08-23T21:34:29.003Z Downloaded ssh-key v0.6.6
31252024-08-23T21:34:29.028Z Downloaded p384 v0.13.0
31262024-08-23T21:34:29.052Z Downloaded num-bigint v0.4.5
31272024-08-23T21:34:29.052Z Downloaded ed25519-dalek v2.1.1
31282024-08-23T21:34:29.052Z Downloaded aes-gcm v0.10.3
31292024-08-23T21:34:29.052Z Downloaded p521 v0.13.3
31302024-08-23T21:34:29.052Z Downloaded p256 v0.13.2
31312024-08-23T21:34:29.052Z Downloaded option-ext v0.2.0
31322024-08-23T21:34:29.077Z Downloaded md5 v0.7.0
31332024-08-23T21:34:29.077Z Downloaded internet-checksum v0.2.1
31342024-08-23T21:34:29.077Z Downloaded hex-literal v0.4.1
31352024-08-23T21:34:29.077Z Downloaded ghash v0.5.1
31362024-08-23T21:34:29.077Z Downloaded ed25519 v2.2.3
31372024-08-23T21:34:29.077Z Downloaded ecdsa v0.16.9
31382024-08-23T21:34:29.077Z Downloaded ssh-cipher v0.2.0
31392024-08-23T21:34:29.077Z Downloaded russh-keys v0.44.0
31402024-08-23T21:34:29.077Z Downloaded russh-cryptovec v0.7.2
31412024-08-23T21:34:29.077Z Downloaded russh v0.44.1
31422024-08-23T21:34:29.077Z Downloaded rfc6979 v0.4.0
31432024-08-23T21:34:29.077Z Downloaded primeorder v0.13.6
31442024-08-23T21:34:29.077Z Downloaded polyval v0.6.2
31452024-08-23T21:34:29.077Z Downloaded pbkdf2 v0.11.0
31462024-08-23T21:34:29.106Z Downloaded password-hash v0.4.2
31472024-08-23T21:34:29.106Z Downloaded dhcproto-macros v0.1.0
31482024-08-23T21:34:29.106Z Downloaded dhcproto v0.12.0
31492024-08-23T21:34:29.106Z Downloaded blowfish v0.9.1
31502024-08-23T21:34:29.106Z Downloaded bcrypt-pbkdf v0.10.0
31512024-08-23T21:34:29.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-08-23T21:34:29.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-08-23T21:34:29.296Z Checking polyval v0.6.2
31542024-08-23T21:34:29.296Z Checking rfc6979 v0.4.0
31552024-08-23T21:34:29.343Z Checking primeorder v0.13.6
31562024-08-23T21:34:29.373Z Checking ctr v0.9.2
31572024-08-23T21:34:29.398Z Checking ed25519 v2.2.3
31582024-08-23T21:34:29.399Z Checking ssh-encoding v0.2.0
31592024-08-23T21:34:29.399Z Checking blowfish v0.9.1
31602024-08-23T21:34:29.399Z Checking option-ext v0.2.0
31612024-08-23T21:34:29.485Z Checking ecdsa v0.16.9
31622024-08-23T21:34:29.524Z Checking dirs-sys v0.4.1
31632024-08-23T21:34:29.580Z Checking ghash v0.5.1
31642024-08-23T21:34:29.634Z Checking password-hash v0.4.2
31652024-08-23T21:34:29.660Z Checking bcrypt-pbkdf v0.10.0
31662024-08-23T21:34:29.700Z Checking matches v0.1.10
31672024-08-23T21:34:29.724Z Checking dirs v5.0.1
31682024-08-23T21:34:29.751Z Checking ed25519-dalek v2.1.1
31692024-08-23T21:34:29.776Z Checking aes-gcm v0.10.3
31702024-08-23T21:34:29.800Z Compiling enum-as-inner v0.5.1
31712024-08-23T21:34:29.824Z Checking idna v0.2.3
31722024-08-23T21:34:29.864Z Checking russh-cryptovec v0.7.2
31732024-08-23T21:34:29.888Z Checking md5 v0.7.0
31742024-08-23T21:34:29.963Z Checking ssh-cipher v0.2.0
31752024-08-23T21:34:30.022Z Checking pbkdf2 v0.11.0
31762024-08-23T21:34:30.060Z Checking num-bigint v0.4.5
31772024-08-23T21:34:30.087Z Compiling dhcproto-macros v0.1.0
31782024-08-23T21:34:30.133Z Checking p384 v0.13.0
31792024-08-23T21:34:30.157Z Checking p256 v0.13.2
31802024-08-23T21:34:30.217Z Checking ssh-key v0.6.6
31812024-08-23T21:34:30.284Z Checking p521 v0.13.3
31822024-08-23T21:34:30.532Z Checking hex-literal v0.4.1
31832024-08-23T21:34:30.644Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31842024-08-23T21:34:30.669Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31852024-08-23T21:34:30.781Z Checking trust-dns-proto v0.22.0
31862024-08-23T21:34:30.992Z Checking internet-checksum v0.2.1
31872024-08-23T21:34:31.764Z Checking russh-keys v0.44.0
31882024-08-23T21:34:32.935Z Checking russh v0.44.1
31892024-08-23T21:34:34.038Z Checking dhcproto v0.12.0
31902024-08-23T21:34:56.891Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31912024-08-23T21:34:58.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.65s
31922024-08-23T21:34:58.846Z
31932024-08-23T21:34:58.846Zinfo: running `cargo check --bins` on gateway-cli (146/154)
31942024-08-23T21:34:59.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952024-08-23T21:34:59.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962024-08-23T21:34:59.830Z Checking termios v0.3.3
31972024-08-23T21:35:00.005Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31982024-08-23T21:35:01.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
31992024-08-23T21:35:01.203Z
32002024-08-23T21:35:01.204Zinfo: running `cargo check --bins --no-default-features` on installinator (147/154)
32012024-08-23T21:35:02.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022024-08-23T21:35:02.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032024-08-23T21:35:02.305Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32042024-08-23T21:35:04.981Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32052024-08-23T21:35:07.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
32062024-08-23T21:35:07.546Z
32072024-08-23T21:35:07.547Zinfo: running `cargo check --bins` on internal-dns-cli (148/154)
32082024-08-23T21:35:08.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092024-08-23T21:35:08.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102024-08-23T21:35:08.514Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32112024-08-23T21:35:08.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
32122024-08-23T21:35:09.136Z
32132024-08-23T21:35:09.136Zinfo: running `cargo check --bins` on omicron-package (149/154)
32142024-08-23T21:35:10.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152024-08-23T21:35:10.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162024-08-23T21:35:10.130Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32172024-08-23T21:35:11.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
32182024-08-23T21:35:11.892Z
32192024-08-23T21:35:11.892Zinfo: running `cargo check --bins` on wicket-dbg (150/154)
32202024-08-23T21:35:12.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212024-08-23T21:35:12.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222024-08-23T21:35:12.901Z Checking rtoolbox v0.0.2
32232024-08-23T21:35:12.901Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32242024-08-23T21:35:12.925Z Checking tui-tree-widget v0.22.0
32252024-08-23T21:35:13.104Z Checking rpassword v7.3.1
32262024-08-23T21:35:18.572Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32272024-08-23T21:35:22.857Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32282024-08-23T21:35:24.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s
32292024-08-23T21:35:24.550Z
32302024-08-23T21:35:24.550Zinfo: running `cargo check --bins` on wicket (151/154)
32312024-08-23T21:35:25.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-08-23T21:35:25.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-08-23T21:35:25.619Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32342024-08-23T21:35:26.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
32352024-08-23T21:35:26.175Z
32362024-08-23T21:35:26.175Zinfo: running `cargo check --bins` on wicketd (152/154)
32372024-08-23T21:35:27.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382024-08-23T21:35:27.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392024-08-23T21:35:27.273Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32402024-08-23T21:35:32.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
32412024-08-23T21:35:32.677Z
32422024-08-23T21:35:32.677Zinfo: running `cargo check --bins` on omicron-workspace-hack (153/154)
32432024-08-23T21:35:33.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442024-08-23T21:35:33.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452024-08-23T21:35:33.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462024-08-23T21:35:33.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
32472024-08-23T21:35:33.612Z
32482024-08-23T21:35:33.612Zinfo: running `cargo check --bins` on zone-setup (154/154)
32492024-08-23T21:35:34.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502024-08-23T21:35:34.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512024-08-23T21:35:34.781Z Checking uzers v0.11.3
32522024-08-23T21:35:35.116Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32532024-08-23T21:35:36.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
32542024-08-23T21:35:36.789Z
32552024-08-23T21:35:36.789Zreal 14:43.021273844
32562024-08-23T21:35:36.789Zuser 26:08.741843498
32572024-08-23T21:35:36.789Zsys 5:54.099969176
32582024-08-23T21:35:36.789Ztrap 0.761228198
32592024-08-23T21:35:36.789Ztflt 1.777159090
32602024-08-23T21:35:36.789Zdflt 1.904086658
32612024-08-23T21:35:36.789Zkflt 0.001479427
32622024-08-23T21:35:36.789Zlock 49:22.174696066
32632024-08-23T21:35:36.789Zslp 2:19:04.839280537
32642024-08-23T21:35:36.789Zlat 1:00.433816202
32652024-08-23T21:35:36.790Zstop 2:42.672722355
32662024-08-23T21:35:36.814Zprocess exited: duration 1124937 ms, exit code 0
 
32672024-08-23T21:35:36.862Zfound 0 output files