01J3M4K2J91XM94472AAEX6RYS: 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: 01J3M4KANZWXCV1MBJ12Z3MYEY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-25T05:08:14.296Zjob assigned to worker 01J3M4KBEWFG3FQSD7JG45QVV7 (queued for 33 s)
 
22024-07-25T05:08:14.809Zstarting task 0: "setup"
32024-07-25T05:08:14.833Z++ uname -s
42024-07-25T05:08:14.833Z+ kern=SunOS
52024-07-25T05:08:14.833Z+ case "$kern" in
62024-07-25T05:08:14.833Z+ groupadd -g 12345 build
72024-07-25T05:08:14.833Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-25T05:08:16.839Z+ zfs create -o mountpoint=/work rpool/work
92024-07-25T05:08:16.879Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-25T05:08:16.902Z+ home_fs=zfs
112024-07-25T05:08:16.902Z+ [[ zfs == autofs ]]
122024-07-25T05:08:16.903Z+ mkdir -p /home/build
132024-07-25T05:08:16.903Z+ chown build:build /home/build /work
142024-07-25T05:08:18.888Z+ chmod 0700 /home/build /work
152024-07-25T05:08:18.912Zprocess exited: duration 4084 ms, exit code 0
 
162024-07-25T05:08:18.962Zstarting task 1: "rust-toolchain"
172024-07-25T05:08:18.986Z+ printf ' * toolchain channel = "%s"
182024-07-25T05:08:18.986Z' 1.78.0
192024-07-25T05:08:18.986Z * toolchain channel = "1.78.0"
202024-07-25T05:08:18.986Z+ printf ' * toolchain profile = "%s"
212024-07-25T05:08:18.986Z * toolchain profile = "default"
222024-07-25T05:08:18.986Z' default
232024-07-25T05:08:18.986Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-25T05:08:18.986Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-25T05:08:19.114Zinfo: downloading installer
262024-07-25T05:08:19.755Zinfo: profile set to 'default'
272024-07-25T05:08:19.755Zinfo: default host triple is x86_64-unknown-illumos
282024-07-25T05:08:19.780Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-25T05:08:19.865Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-25T05:08:19.865Zinfo: downloading component 'cargo'
312024-07-25T05:08:20.093Zinfo: downloading component 'clippy'
322024-07-25T05:08:20.163Zinfo: downloading component 'rust-docs'
332024-07-25T05:08:20.427Zinfo: downloading component 'rust-std'
342024-07-25T05:08:20.760Zinfo: downloading component 'rustc'
352024-07-25T05:08:21.383Zinfo: downloading component 'rustfmt'
362024-07-25T05:08:21.424Zinfo: installing component 'cargo'
372024-07-25T05:08:22.491Zinfo: installing component 'clippy'
382024-07-25T05:08:22.909Zinfo: installing component 'rust-docs'
392024-07-25T05:08:25.440Zinfo: installing component 'rust-std'
402024-07-25T05:08:27.429Zinfo: installing component 'rustc'
412024-07-25T05:08:32.331Zinfo: installing component 'rustfmt'
422024-07-25T05:08:32.705Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-25T05:08:32.705Z
442024-07-25T05:08:32.824Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-25T05:08:32.824Z
462024-07-25T05:08:32.824Z
472024-07-25T05:08:32.824ZRust is installed now. Great!
482024-07-25T05:08:32.824Z
492024-07-25T05:08:32.824ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-25T05:08:32.848Zenvironment variable. This has not been done automatically.
512024-07-25T05:08:32.848Z
522024-07-25T05:08:32.848ZTo configure your current shell, you need to source
532024-07-25T05:08:32.848Zthe corresponding env file under $HOME/.cargo.
542024-07-25T05:08:32.848Z
552024-07-25T05:08:32.848ZThis is usually done by running one of the following (note the leading DOT):
562024-07-25T05:08:32.848Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-25T05:08:32.848Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-25T05:08:32.887Z+ rustc --version
592024-07-25T05:08:32.993Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-25T05:08:33.017Zprocess exited: duration 14034 ms, exit code 0
 
612024-07-25T05:08:33.064Zstarting task 2: "authentication"
622024-07-25T05:08:33.121Zprocess exited: duration 57 ms, exit code 0
 
632024-07-25T05:08:33.169Zstarting task 3: "clone repository"
642024-07-25T05:08:33.193Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-25T05:08:33.193Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-25T05:08:33.216ZCloning into '/work/oxidecomputer/omicron'...
672024-07-25T05:08:39.420Z+ cd /work/oxidecomputer/omicron
682024-07-25T05:08:39.420Z+ git fetch origin a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886
692024-07-25T05:08:39.775ZFrom https://github.com/oxidecomputer/omicron
702024-07-25T05:08:39.775Z * branch a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 -> FETCH_HEAD
712024-07-25T05:08:39.798Z+ [[ -n max-firewall-rules ]]
722024-07-25T05:08:39.798Z++ git branch --show-current
732024-07-25T05:08:39.798Z+ current=main
742024-07-25T05:08:39.798Z+ [[ main != max-firewall-rules ]]
752024-07-25T05:08:39.798Z+ git branch -f max-firewall-rules a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886
762024-07-25T05:08:39.846Z+ git checkout -f max-firewall-rules
772024-07-25T05:08:40.004ZSwitched to branch 'max-firewall-rules'
782024-07-25T05:08:40.028Z+ git reset --hard a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886
792024-07-25T05:08:40.063ZHEAD is now at a1ecf5ab6 had to update the sled agent API JSON for the first time in my dang life
802024-07-25T05:08:40.086Zprocess exited: duration 6896 ms, exit code 0
 
812024-07-25T05:08:40.134Zstarting task 4: "build"
822024-07-25T05:08:40.158Z+ cargo --version
832024-07-25T05:08:40.218Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-25T05:08:40.242Z+ rustc --version
852024-07-25T05:08:40.309Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-25T05:08:40.333Z+ source ./env.sh
872024-07-25T05:08:40.333Z++ OLD_SHELL_OPTS=ehxB
882024-07-25T05:08:40.333Z++ set -o xtrace
892024-07-25T05:08:40.333Z++++ dirname ./env.sh
902024-07-25T05:08:40.333Z+++ readlink -f .
912024-07-25T05:08:40.333Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-07-25T05:08:40.333Z++ 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-07-25T05:08:40.333Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-07-25T05:08:40.333Z++ 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-07-25T05:08:40.333Z++ 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-07-25T05:08:40.333Z++ 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-07-25T05:08:40.333Z++ 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-07-25T05:08:40.333Z++ 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-07-25T05:08:40.333Z++ 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-07-25T05:08:40.333Z++ case $OLD_SHELL_OPTS in
1012024-07-25T05:08:40.334Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-07-25T05:08:40.334Z+ 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-07-25T05:08:40.334Z+ 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-07-25T05:08:40.334Z+ banner prerequisites
1052024-07-25T05:08:40.334Z
1062024-07-25T05:08:40.334Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-07-25T05:08:40.334Z # # # # # # # # # # # # # # #
1082024-07-25T05:08:40.334Z # # # # ##### # # ##### # # # # # #### #
1092024-07-25T05:08:40.334Z ##### ##### # ##### # # # # # # # # #
1102024-07-25T05:08:40.334Z # # # # # # # # # # # # # # #
1112024-07-25T05:08:40.334Z # # # ###### # # ###### ### # #### # #### #
1122024-07-25T05:08:40.334Z
1132024-07-25T05:08:40.334Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-07-25T05:08:46.830Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-07-25T05:08:49.208Z Startup: Caching catalogs ... Done
1162024-07-25T05:08:53.272ZPlanning: Solver setup ... Done (3.477s)
1172024-07-25T05:08:53.340ZPlanning: Running solver ... Done (0.067s)
1182024-07-25T05:08:53.388ZPlanning: Finding local manifests ... Done (0.002s)
1192024-07-25T05:08:53.466ZPlanning: Fetching manifests: 0/4 0% complete
1202024-07-25T05:08:53.807ZPlanning: Fetching manifests: 4/4 100% complete
1212024-07-25T05:08:53.867ZPlanning: Package planning ... Done (0.061s)
1222024-07-25T05:08:54.046ZPlanning: Merging actions ... Done (0.179s)
1232024-07-25T05:08:54.387ZPlanning: Checking for conflicting actions ... Done (0.341s)
1242024-07-25T05:08:54.411ZPlanning: Consolidating action changes ... Done (0.013s)
1252024-07-25T05:08:55.062ZPlanning: Evaluating mediators ... Done (0.653s)
1262024-07-25T05:08:55.103ZPlanning: Planning completed in 5.80 seconds
1272024-07-25T05:08:55.103Z Packages to install: 4
1282024-07-25T05:08:55.104Z Mediators to change: 2
1292024-07-25T05:08:55.104Z Services to change: 1
1302024-07-25T05:08:55.104Z Estimated space available: 148.89 GB
1312024-07-25T05:08:55.104ZEstimated space to be consumed: 1.47 GB
1322024-07-25T05:08:55.104Z Create boot environment: No
1332024-07-25T05:08:55.104ZCreate backup boot environment: No
1342024-07-25T05:08:55.104Z Rebuild boot archive: No
1352024-07-25T05:08:55.105Z
1362024-07-25T05:08:55.105ZChanged mediators:
1372024-07-25T05:08:55.105Z mediator clang:
1382024-07-25T05:08:55.105Z version: None -> 15 (system default)
1392024-07-25T05:08:55.105Z
1402024-07-25T05:08:55.105Z mediator llvm:
1412024-07-25T05:08:55.105Z version: 14 (system default) -> 15 (system default)
1422024-07-25T05:08:55.105Z
1432024-07-25T05:08:55.105ZChanged packages:
1442024-07-25T05:08:55.105Zhelios-dev
1452024-07-25T05:08:55.105Z developer/build-essential
1462024-07-25T05:08:55.106Z None -> 11-2.0
1472024-07-25T05:08:55.106Z library/libxmlsec1
1482024-07-25T05:08:55.106Z None -> 1.2.35-2.0
1492024-07-25T05:08:55.106Z ooce/developer/clang-15
1502024-07-25T05:08:55.106Z None -> 15.0.7-2.0
1512024-07-25T05:08:55.106Z ooce/developer/llvm-15
1522024-07-25T05:08:55.106Z None -> 15.0.7-2.0
1532024-07-25T05:08:55.106Z
1542024-07-25T05:08:55.106ZServices:
1552024-07-25T05:08:55.107Z restart_fmri:
1562024-07-25T05:08:55.107Z svc:/system/update-man-index:default
1572024-07-25T05:08:55.165Z
1582024-07-25T05:08:55.165ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-07-25T05:09:00.135ZDownload: 725/3290 items 18.2/212.6MB 8% complete (3.8M/s)
1602024-07-25T05:09:06.100ZDownload: 1198/3290 items 65.0/212.6MB 30% complete (7.0M/s)
1612024-07-25T05:09:11.103ZDownload: 2047/3290 items 118.7/212.6MB 55% complete (10.0M/s)
1622024-07-25T05:09:16.103ZDownload: 2423/3290 items 120.1/212.6MB 56% complete (5.5M/s)
1632024-07-25T05:09:21.108ZDownload: 3240/3290 items 168.7/212.6MB 79% complete (4.9M/s)
1642024-07-25T05:09:26.109ZDownload: 3290/3290 items 212.6/212.6MB 100% complete (9.2M/s)
1652024-07-25T05:09:26.132ZDownload: Completed 212.60 MB in 31.00 seconds (6.9M/s)
1662024-07-25T05:09:26.314Z Actions: 1/3689 actions (Installing new actions)
1672024-07-25T05:09:31.470Z Actions: 3004/3689 actions (Installing new actions)
1682024-07-25T05:09:32.145Z Actions: Completed 3689 actions in 5.83 seconds.
1692024-07-25T05:09:32.520Z Done (0.367s)
1702024-07-25T05:09:32.520Z Done (0.000s)
1712024-07-25T05:09:32.933Z Done (0.413s)
1722024-07-25T05:09:37.907Z Done (4.840s)
1732024-07-25T05:09:38.005Z Done (0.019s)
1742024-07-25T05:09:38.029Z Done (0.000s)
1752024-07-25T05:09:38.154Z Done (0.000s)
1762024-07-25T05:09:38.768ZPlanning: Evaluating mediator changes ... Done
1772024-07-25T05:09:38.964ZPlanning: Checking for conflicting actions ... Done
1782024-07-25T05:09:38.988ZPlanning: Consolidating action changes ... Done
1792024-07-25T05:09:39.274ZPlanning: Evaluating mediators ... Done
1802024-07-25T05:09:39.298ZPlanning: Planning completed in 0.51 seconds
1812024-07-25T05:09:39.321Z Mediators to change: 2
1822024-07-25T05:09:39.322Z Create boot environment: No
1832024-07-25T05:09:39.322ZCreate backup boot environment: No
1842024-07-25T05:09:39.374Z Done
1852024-07-25T05:09:39.374Z Done
1862024-07-25T05:09:39.642Z Done
1872024-07-25T05:09:43.819Z Done
1882024-07-25T05:09:43.907Z Done
1892024-07-25T05:09:43.931Z Done
1902024-07-25T05:09:43.982Z Done
1912024-07-25T05:09:44.713ZPlanning: Evaluating mediator changes ... Done
1922024-07-25T05:09:44.736ZPlanning: Merging actions ... Done
1932024-07-25T05:09:44.944ZPlanning: Checking for conflicting actions ... Done
1942024-07-25T05:09:44.968ZPlanning: Consolidating action changes ... Done
1952024-07-25T05:09:45.257ZPlanning: Evaluating mediators ... Done
1962024-07-25T05:09:45.324ZPlanning: Planning completed in 0.90 seconds
1972024-07-25T05:09:45.364Z Packages to change: 1
1982024-07-25T05:09:45.364Z Mediators to change: 1
1992024-07-25T05:09:45.364Z Services to change: 1
2002024-07-25T05:09:45.364Z Create boot environment: No
2012024-07-25T05:09:45.388ZCreate backup boot environment: Yes
2022024-07-25T05:09:46.892Z Actions: 1/6 actions (Updating modified actions)
2032024-07-25T05:09:46.916Z Actions: Completed 6 actions in 0.00 seconds.
2042024-07-25T05:09:46.916Z Done
2052024-07-25T05:09:46.916Z Done
2062024-07-25T05:09:46.981Z Done
2072024-07-25T05:09:51.056Z Done
2082024-07-25T05:09:51.147Z Done
2092024-07-25T05:09:51.171Z Done
2102024-07-25T05:09:51.240Z Done
2112024-07-25T05:09:51.751ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122024-07-25T05:09:51.752Zclang system 15 system
2132024-07-25T05:09:51.752Zcsh system system illumos
2142024-07-25T05:09:51.752Zctags system system illumos
2152024-07-25T05:09:51.752Zgcc vendor 12 vendor
2162024-07-25T05:09:51.752Zgcc system 10 system
2172024-07-25T05:09:51.752Zgcc system 7 system
2182024-07-25T05:09:51.752Zgo system 1.20 system
2192024-07-25T05:09:51.752Zgo system 1.19 system
2202024-07-25T05:09:51.752Zllvm system 15 system
2212024-07-25T05:09:51.752Zllvm system 14 system
2222024-07-25T05:09:51.752Zmariadb system 10.6 system
2232024-07-25T05:09:51.752Zmta vendor vendor dma
2242024-07-25T05:09:51.752Zopenjdk system 17 system
2252024-07-25T05:09:51.752Zopenjdk system 11 system
2262024-07-25T05:09:51.752Zopenjdk system 1.8 system
2272024-07-25T05:09:51.752Zopenssl vendor 3 vendor
2282024-07-25T05:09:51.752Zperl system 5.36 system
2292024-07-25T05:09:51.752Zpostgresql system 15 system
2302024-07-25T05:09:51.752Zpostgresql system 13 system
2312024-07-25T05:09:51.752Zpython vendor 3 vendor
2322024-07-25T05:09:51.752Zpython system 2 system
2332024-07-25T05:09:51.752Zpython3 system 3.11 system
2342024-07-25T05:09:51.752Zruby system 3.0 system
2352024-07-25T05:09:51.752Zwords vendor vendor american-english
2362024-07-25T05:09:51.752Zwords system system australian-english
2372024-07-25T05:09:51.752Zwords system system british-english
2382024-07-25T05:09:51.752Zwords system system canadian-english
2392024-07-25T05:09:51.752Zwords system system french
2402024-07-25T05:09:51.752Zwords system system italian
2412024-07-25T05:09:51.752Zwords system system ngerman
2422024-07-25T05:09:51.752Zwords system system ogerman
2432024-07-25T05:09:51.752Zwords system system spanish
2442024-07-25T05:09:52.157ZPUBLISHER TYPE STATUS P LOCATION
2452024-07-25T05:09:52.157Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462024-07-25T05:09:54.079ZFMRI IFO
2472024-07-25T05:09:54.080Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482024-07-25T05:09:54.080Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492024-07-25T05:09:54.080Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502024-07-25T05:09:54.080Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512024-07-25T05:09:54.080Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522024-07-25T05:09:54.080Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532024-07-25T05:09:54.080Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2542024-07-25T05:09:54.080Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552024-07-25T05:09:54.080Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2562024-07-25T05:09:54.080Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572024-07-25T05:09:54.080Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2582024-07-25T05:09:54.080Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592024-07-25T05:09:54.654Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602024-07-25T05:09:55.239Z Updating git repository `https://github.com/oxidecomputer/zone`
2612024-07-25T05:09:55.774Z Updating crates.io index
2622024-07-25T05:09:55.798Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2632024-07-25T05:09:56.738Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642024-07-25T05:09:57.759Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2652024-07-25T05:09:58.236Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2662024-07-25T05:10:00.319Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672024-07-25T05:10:00.764Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682024-07-25T05:10:01.303Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692024-07-25T05:10:02.689Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702024-07-25T05:10:04.838Z Updating git repository `https://github.com/oxidecomputer/opte`
2712024-07-25T05:10:05.974Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722024-07-25T05:10:06.844Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732024-07-25T05:10:07.615Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742024-07-25T05:10:08.120Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2752024-07-25T05:10:08.598Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2762024-07-25T05:10:09.193Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772024-07-25T05:10:09.550Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782024-07-25T05:10:10.026Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792024-07-25T05:10:10.352Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802024-07-25T05:10:10.881Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812024-07-25T05:10:11.264Z Updating git repository `https://github.com/oxidecomputer/ispf`
2822024-07-25T05:10:11.665Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2832024-07-25T05:10:12.027Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842024-07-25T05:10:12.893Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2852024-07-25T05:10:13.285Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862024-07-25T05:10:13.803Z Updating git repository `https://github.com/oxidecomputer/typify`
2872024-07-25T05:10:15.928Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882024-07-25T05:10:16.380Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892024-07-25T05:10:16.776Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902024-07-25T05:10:17.542Z Updating git repository `https://github.com/oxidecomputer/rfb`
2912024-07-25T05:10:18.821Z Downloading crates ...
2922024-07-25T05:10:18.890Z Downloaded cfg-if v1.0.0
2932024-07-25T05:10:18.916Z Downloaded scopeguard v1.2.0
2942024-07-25T05:10:18.916Z Downloaded rustls-pemfile v1.0.4
2952024-07-25T05:10:18.916Z Downloaded proc-macro-error v1.0.4
2962024-07-25T05:10:18.941Z Downloaded want v0.3.1
2972024-07-25T05:10:18.941Z Downloaded time-core v0.1.2
2982024-07-25T05:10:18.941Z Downloaded tokio-native-tls v0.3.1
2992024-07-25T05:10:18.941Z Downloaded terminal_size v0.3.0
3002024-07-25T05:10:18.941Z Downloaded usdt-attr-macro v0.5.0
3012024-07-25T05:10:18.941Z Downloaded xattr v1.3.1
3022024-07-25T05:10:18.941Z Downloaded swrite v0.1.0
3032024-07-25T05:10:18.941Z Downloaded itoa v1.0.11
3042024-07-25T05:10:18.941Z Downloaded plain v0.2.3
3052024-07-25T05:10:18.967Z Downloaded strum_macros v0.26.4
3062024-07-25T05:10:18.967Z Downloaded hyper-tls v0.5.0
3072024-07-25T05:10:18.967Z Downloaded tinyvec_macros v0.1.1
3082024-07-25T05:10:18.967Z Downloaded serde_urlencoded v0.7.1
3092024-07-25T05:10:18.967Z Downloaded version_check v0.9.4
3102024-07-25T05:10:18.967Z Downloaded take_mut v0.2.2
3112024-07-25T05:10:18.967Z Downloaded futures-core v0.3.30
3122024-07-25T05:10:18.967Z Downloaded tower-service v0.3.2
3132024-07-25T05:10:18.967Z Downloaded tinyvec v1.6.0
3142024-07-25T05:10:18.967Z Downloaded byteorder v1.5.0
3152024-07-25T05:10:18.967Z Downloaded slog-bunyan v2.5.0
3162024-07-25T05:10:18.967Z Downloaded errno v0.3.9
3172024-07-25T05:10:18.993Z Downloaded memmap v0.7.0
3182024-07-25T05:10:18.993Z Downloaded num_threads v0.1.7
3192024-07-25T05:10:18.993Z Downloaded tar v0.4.41
3202024-07-25T05:10:18.993Z Downloaded is_terminal_polyfill v1.70.0
3212024-07-25T05:10:18.993Z Downloaded toml_datetime v0.6.6
3222024-07-25T05:10:18.993Z Downloaded cargo_metadata v0.18.1
3232024-07-25T05:10:18.993Z Downloaded utf8parse v0.2.1
3242024-07-25T05:10:18.993Z Downloaded tokio-macros v2.3.0
3252024-07-25T05:10:18.994Z Downloaded crc32fast v1.4.0
3262024-07-25T05:10:18.994Z Downloaded clap_derive v4.5.8
3272024-07-25T05:10:18.994Z Downloaded anstream v0.6.14
3282024-07-25T05:10:19.018Z Downloaded thread-id v4.2.1
3292024-07-25T05:10:19.018Z Downloaded usdt-impl v0.5.0
3302024-07-25T05:10:19.018Z Downloaded usdt v0.5.0
3312024-07-25T05:10:19.018Z Downloaded semver v1.0.23
3322024-07-25T05:10:19.018Z Downloaded futures-task v0.3.30
3332024-07-25T05:10:19.018Z Downloaded unicode-bidi v0.3.15
3342024-07-25T05:10:19.018Z Downloaded heck v0.4.1
3352024-07-25T05:10:19.018Z Downloaded httpdate v1.0.3
3362024-07-25T05:10:19.018Z Downloaded typenum v1.17.0
3372024-07-25T05:10:19.018Z Downloaded fnv v1.0.7
3382024-07-25T05:10:19.018Z Downloaded term v0.7.0
3392024-07-25T05:10:19.018Z Downloaded scroll v0.12.0
3402024-07-25T05:10:19.043Z Downloaded zerocopy-derive v0.7.34
3412024-07-25T05:10:19.043Z Downloaded socket2 v0.5.7
3422024-07-25T05:10:19.043Z Downloaded url v2.5.2
3432024-07-25T05:10:19.043Z Downloaded toml v0.8.15
3442024-07-25T05:10:19.043Z Downloaded unicode-ident v1.0.12
3452024-07-25T05:10:19.043Z Downloaded tracing-core v0.1.32
3462024-07-25T05:10:19.067Z Downloaded ucd-trie v0.1.6
3472024-07-25T05:10:19.067Z Downloaded tracing v0.1.40
3482024-07-25T05:10:19.067Z Downloaded toml_edit v0.22.16
3492024-07-25T05:10:19.092Z Downloaded time v0.3.36
3502024-07-25T05:10:19.115Z Downloaded zerocopy v0.7.34
3512024-07-25T05:10:19.139Z Downloaded vcpkg v0.2.15
3522024-07-25T05:10:19.180Z Downloaded unicode-width v0.1.13
3532024-07-25T05:10:19.212Z Downloaded pest v2.7.10
3542024-07-25T05:10:19.212Z Downloaded idna v0.5.0
3552024-07-25T05:10:19.236Z Downloaded tokio v1.38.1
3562024-07-25T05:10:19.260Z Downloaded openssl v0.10.66
3572024-07-25T05:10:19.285Z Downloaded mio v0.8.11
3582024-07-25T05:10:19.285Z Downloaded libc v0.2.155
3592024-07-25T05:10:19.309Z Downloaded memchr v2.7.2
3602024-07-25T05:10:19.333Z Downloaded hyper v0.14.28
3612024-07-25T05:10:19.333Z Downloaded encoding_rs v0.8.34
3622024-07-25T05:10:19.358Z Downloaded hashbrown v0.14.5
3632024-07-25T05:10:19.382Z Downloaded h2 v0.3.26
3642024-07-25T05:10:19.382Z Downloaded goblin v0.8.2
3652024-07-25T05:10:19.382Z Downloaded futures-util v0.3.30
3662024-07-25T05:10:19.407Z Downloaded crossbeam-channel v0.5.12
3672024-07-25T05:10:19.407Z Downloaded clap_builder v4.5.9
3682024-07-25T05:10:19.407Z Downloaded syn v2.0.72
3692024-07-25T05:10:19.432Z Downloaded rustix v0.38.34
3702024-07-25T05:10:19.456Z Downloaded miniz_oxide v0.7.2
3712024-07-25T05:10:19.456Z Downloaded http v0.2.12
3722024-07-25T05:10:19.456Z Downloaded futures-channel v0.3.30
3732024-07-25T05:10:19.456Z Downloaded flate2 v1.0.30
3742024-07-25T05:10:19.480Z Downloaded cc v1.0.97
3752024-07-25T05:10:19.480Z Downloaded base64 v0.21.7
3762024-07-25T05:10:19.480Z Downloaded papergrid v0.11.0
3772024-07-25T05:10:19.480Z Downloaded openssl-sys v0.9.103
3782024-07-25T05:10:19.503Z Downloaded lock_api v0.4.12
3792024-07-25T05:10:19.503Z Downloaded indexmap v2.2.6
3802024-07-25T05:10:19.503Z Downloaded futures-executor v0.3.30
3812024-07-25T05:10:19.504Z Downloaded winnow v0.6.8
3822024-07-25T05:10:19.504Z Downloaded unicode-normalization v0.1.23
3832024-07-25T05:10:19.527Z Downloaded tokio-util v0.7.11
3842024-07-25T05:10:19.527Z Downloaded tabled v0.15.0
3852024-07-25T05:10:19.550Z Downloaded syn v1.0.109
3862024-07-25T05:10:19.550Z Downloaded serde_json v1.0.120
3872024-07-25T05:10:19.575Z Downloaded pest_meta v2.7.10
3882024-07-25T05:10:19.575Z Downloaded parking_lot_core v0.9.10
3892024-07-25T05:10:19.575Z Downloaded parking_lot v0.12.2
3902024-07-25T05:10:19.575Z Downloaded mime v0.3.17
3912024-07-25T05:10:19.575Z Downloaded log v0.4.21
3922024-07-25T05:10:19.575Z Downloaded ipnet v2.9.0
3932024-07-25T05:10:19.575Z Downloaded futures v0.3.30
3942024-07-25T05:10:19.599Z Downloaded fs-err v2.11.0
3952024-07-25T05:10:19.599Z Downloaded filetime v0.2.23
3962024-07-25T05:10:19.599Z Downloaded crossbeam-utils v0.8.19
3972024-07-25T05:10:19.599Z Downloaded clap v4.5.9
3982024-07-25T05:10:19.599Z Downloaded bytes v1.6.0
3992024-07-25T05:10:19.623Z Downloaded anstyle-query v1.0.3
4002024-07-25T05:10:19.623Z Downloaded reqwest v0.11.27
4012024-07-25T05:10:19.623Z Downloaded httparse v1.8.0
4022024-07-25T05:10:19.623Z Downloaded hostname v0.3.1
4032024-07-25T05:10:19.623Z Downloaded http-body v0.4.6
4042024-07-25T05:10:19.623Z Downloaded futures-sink v0.3.30
4052024-07-25T05:10:19.623Z Downloaded futures-io v0.3.30
4062024-07-25T05:10:19.623Z Downloaded pest_generator v2.7.10
4072024-07-25T05:10:19.623Z Downloaded serde v1.0.204
4082024-07-25T05:10:19.647Z Downloaded anyhow v1.0.86
4092024-07-25T05:10:19.647Z Downloaded serde_derive v1.0.204
4102024-07-25T05:10:19.647Z Downloaded slog v2.7.0
4112024-07-25T05:10:19.647Z Downloaded macaddr v1.0.1
4122024-07-25T05:10:19.647Z Downloaded crypto-common v0.1.6
4132024-07-25T05:10:19.647Z Downloaded bitflags v2.5.0
4142024-07-25T05:10:19.647Z Downloaded dirs-sys-next v0.1.2
4152024-07-25T05:10:19.648Z Downloaded pest_derive v2.7.10
4162024-07-25T05:10:19.681Z Downloaded dtrace-parser v0.2.0
4172024-07-25T05:10:19.681Z Downloaded digest v0.10.7
4182024-07-25T05:10:19.681Z Downloaded time-macros v0.2.18
4192024-07-25T05:10:19.681Z Downloaded once_cell v1.19.0
4202024-07-25T05:10:19.681Z Downloaded native-tls v0.2.11
4212024-07-25T05:10:19.681Z Downloaded slog-term v2.9.1
4222024-07-25T05:10:19.681Z Downloaded futures-macro v0.3.30
4232024-07-25T05:10:19.681Z Downloaded thiserror v1.0.62
4242024-07-25T05:10:19.681Z Downloaded signal-hook-registry v1.4.2
4252024-07-25T05:10:19.706Z Downloaded camino v1.1.7
4262024-07-25T05:10:19.706Z Downloaded ryu v1.0.18
4272024-07-25T05:10:19.706Z Downloaded num-conv v0.1.0
4282024-07-25T05:10:19.706Z Downloaded cargo_toml v0.20.4
4292024-07-25T05:10:19.706Z Downloaded serde_spanned v0.6.6
4302024-07-25T05:10:19.706Z Downloaded openssl-probe v0.1.5
4312024-07-25T05:10:19.706Z Downloaded equivalent v1.0.1
4322024-07-25T05:10:19.706Z Downloaded num_cpus v1.16.0
4332024-07-25T05:10:19.706Z Downloaded foreign-types-shared v0.1.1
4342024-07-25T05:10:19.706Z Downloaded smallvec v1.13.2
4352024-07-25T05:10:19.706Z Downloaded sha2 v0.10.8
4362024-07-25T05:10:19.706Z Downloaded percent-encoding v2.3.1
4372024-07-25T05:10:19.706Z Downloaded generic-array v0.14.7
4382024-07-25T05:10:19.706Z Downloaded is-terminal v0.4.12
4392024-07-25T05:10:19.706Z Downloaded form_urlencoded v1.2.1
4402024-07-25T05:10:19.706Z Downloaded dof v0.3.0
4412024-07-25T05:10:19.706Z Downloaded dirs-next v2.0.0
4422024-07-25T05:10:19.706Z Downloaded heck v0.5.0
4432024-07-25T05:10:19.731Z Downloaded deranged v0.3.11
4442024-07-25T05:10:19.731Z Downloaded colorchoice v1.0.1
4452024-07-25T05:10:19.731Z Downloaded usdt-macro v0.5.0
4462024-07-25T05:10:19.731Z Downloaded thread_local v1.1.8
4472024-07-25T05:10:19.731Z Downloaded strum v0.26.3
4482024-07-25T05:10:19.731Z Downloaded quote v1.0.36
4492024-07-25T05:10:19.731Z Downloaded block-buffer v0.10.4
4502024-07-25T05:10:19.731Z Downloaded thiserror-impl v1.0.62
4512024-07-25T05:10:19.731Z Downloaded slog-json v2.6.1
4522024-07-25T05:10:19.731Z Downloaded slog-async v2.8.0
4532024-07-25T05:10:19.731Z Downloaded cargo-platform v0.1.8
4542024-07-25T05:10:19.731Z Downloaded autocfg v1.3.0
4552024-07-25T05:10:19.731Z Downloaded anstyle-parse v0.2.4
4562024-07-25T05:10:19.755Z Downloaded anstyle v1.0.7
4572024-07-25T05:10:19.755Z Downloaded adler v1.0.2
4582024-07-25T05:10:19.755Z Downloaded strsim v0.11.1
4592024-07-25T05:10:19.755Z Downloaded slab v0.4.9
4602024-07-25T05:10:19.755Z Downloaded serde_tokenstream v0.2.1
4612024-07-25T05:10:19.755Z Downloaded pin-utils v0.1.0
4622024-07-25T05:10:19.755Z Downloaded cpufeatures v0.2.12
4632024-07-25T05:10:19.755Z Downloaded bytecount v0.6.8
4642024-07-25T05:10:19.755Z Downloaded tabled_derive v0.7.0
4652024-07-25T05:10:19.755Z Downloaded scroll_derive v0.12.0
4662024-07-25T05:10:19.756Z Downloaded rustversion v1.0.17
4672024-07-25T05:10:19.756Z Downloaded clap_lex v0.7.0
4682024-07-25T05:10:19.780Z Downloaded sync_wrapper v0.1.2
4692024-07-25T05:10:19.780Z Downloaded proc-macro2 v1.0.86
4702024-07-25T05:10:19.780Z Downloaded proc-macro-error-attr v1.0.4
4712024-07-25T05:10:19.780Z Downloaded pretty-hex v0.4.1
4722024-07-25T05:10:19.780Z Downloaded pin-project-lite v0.2.14
4732024-07-25T05:10:19.780Z Downloaded openssl-macros v0.1.1
4742024-07-25T05:10:19.780Z Downloaded match_cfg v0.1.0
4752024-07-25T05:10:19.780Z Downloaded foreign-types v0.3.2
4762024-07-25T05:10:19.780Z Downloaded try-lock v0.2.5
4772024-07-25T05:10:19.780Z Downloaded powerfmt v0.2.0
4782024-07-25T05:10:19.780Z Downloaded pkg-config v0.3.30
4792024-07-25T05:10:19.933Z Compiling proc-macro2 v1.0.86
4802024-07-25T05:10:19.933Z Compiling unicode-ident v1.0.12
4812024-07-25T05:10:19.957Z Compiling libc v0.2.155
4822024-07-25T05:10:19.957Z Compiling version_check v0.9.4
4832024-07-25T05:10:19.957Z Compiling cfg-if v1.0.0
4842024-07-25T05:10:19.957Z Compiling once_cell v1.19.0
4852024-07-25T05:10:19.981Z Compiling itoa v1.0.11
4862024-07-25T05:10:19.981Z Compiling serde v1.0.204
4872024-07-25T05:10:20.130Z Compiling autocfg v1.3.0
4882024-07-25T05:10:20.243Z Compiling memchr v2.7.2
4892024-07-25T05:10:20.334Z Compiling thiserror v1.0.62
4902024-07-25T05:10:20.435Z Compiling ryu v1.0.18
4912024-07-25T05:10:20.677Z Compiling pin-project-lite v0.2.14
4922024-07-25T05:10:20.764Z Compiling bitflags v2.5.0
4932024-07-25T05:10:20.819Z Compiling ucd-trie v0.1.6
4942024-07-25T05:10:20.871Z Compiling parking_lot_core v0.9.10
4952024-07-25T05:10:20.989Z Compiling lock_api v0.4.12
4962024-07-25T05:10:21.014Z Compiling vcpkg v0.2.15
4972024-07-25T05:10:21.177Z Compiling pkg-config v0.3.30
4982024-07-25T05:10:21.292Z Compiling cc v1.0.97
4992024-07-25T05:10:21.523Z Compiling slab v0.4.9
5002024-07-25T05:10:21.596Z Compiling quote v1.0.36
5012024-07-25T05:10:21.785Z Compiling futures-sink v0.3.30
5022024-07-25T05:10:21.860Z Compiling smallvec v1.13.2
5032024-07-25T05:10:22.185Z Compiling syn v2.0.72
5042024-07-25T05:10:22.213Z Compiling scopeguard v1.2.0
5052024-07-25T05:10:22.238Z Compiling futures-core v0.3.30
5062024-07-25T05:10:22.340Z Compiling bytes v1.6.0
5072024-07-25T05:10:22.621Z Compiling hashbrown v0.14.5
5082024-07-25T05:10:22.663Z Compiling fnv v1.0.7
5092024-07-25T05:10:22.777Z Compiling serde_json v1.0.120
5102024-07-25T05:10:22.824Z Compiling equivalent v1.0.1
5112024-07-25T05:10:22.961Z Compiling byteorder v1.5.0
5122024-07-25T05:10:23.061Z Compiling log v0.4.21
5132024-07-25T05:10:23.131Z Compiling parking_lot v0.12.2
5142024-07-25T05:10:23.392Z Compiling futures-channel v0.3.30
5152024-07-25T05:10:23.416Z Compiling mio v0.8.11
5162024-07-25T05:10:23.445Z Compiling num_cpus v1.16.0
5172024-07-25T05:10:23.468Z Compiling signal-hook-registry v1.4.2
5182024-07-25T05:10:23.573Z Compiling socket2 v0.5.7
5192024-07-25T05:10:23.744Z Compiling indexmap v2.2.6
5202024-07-25T05:10:23.935Z Compiling rustix v0.38.34
5212024-07-25T05:10:24.036Z Compiling futures-io v0.3.30
5222024-07-25T05:10:24.183Z Compiling pin-utils v0.1.0
5232024-07-25T05:10:24.271Z Compiling typenum v1.17.0
5242024-07-25T05:10:24.324Z Compiling futures-task v0.3.30
5252024-07-25T05:10:24.365Z Compiling openssl-sys v0.9.103
5262024-07-25T05:10:24.518Z Compiling errno v0.3.9
5272024-07-25T05:10:24.621Z Compiling generic-array v0.14.7
5282024-07-25T05:10:24.706Z Compiling foreign-types-shared v0.1.1
5292024-07-25T05:10:24.757Z Compiling slog v2.7.0
5302024-07-25T05:10:24.833Z Compiling openssl v0.10.66
5312024-07-25T05:10:24.857Z Compiling foreign-types v0.3.2
5322024-07-25T05:10:24.994Z Compiling http v0.2.12
5332024-07-25T05:10:25.196Z Compiling usdt-impl v0.5.0
5342024-07-25T05:10:25.325Z Compiling proc-macro-error-attr v1.0.4
5352024-07-25T05:10:25.459Z Compiling tracing-core v0.1.32
5362024-07-25T05:10:25.554Z Compiling powerfmt v0.2.0
5372024-07-25T05:10:25.828Z Compiling native-tls v0.2.11
5382024-07-25T05:10:25.966Z Compiling tinyvec_macros v0.1.1
5392024-07-25T05:10:26.069Z Compiling num-conv v0.1.0
5402024-07-25T05:10:26.146Z Compiling time-core v0.1.2
5412024-07-25T05:10:26.391Z Compiling httparse v1.8.0
5422024-07-25T05:10:26.415Z Compiling syn v1.0.109
5432024-07-25T05:10:26.832Z Compiling time-macros v0.2.18
5442024-07-25T05:10:26.905Z Compiling tracing v0.1.40
5452024-07-25T05:10:26.928Z Compiling tinyvec v1.6.0
5462024-07-25T05:10:27.081Z Compiling deranged v0.3.11
5472024-07-25T05:10:27.317Z Compiling thread-id v4.2.1
5482024-07-25T05:10:27.584Z Compiling proc-macro-error v1.0.4
5492024-07-25T05:10:27.608Z Compiling openssl-probe v0.1.5
5502024-07-25T05:10:27.867Z Compiling plain v0.2.3
5512024-07-25T05:10:27.939Z Compiling crossbeam-utils v0.8.19
5522024-07-25T05:10:27.964Z Compiling utf8parse v0.2.1
5532024-07-25T05:10:28.021Z Compiling num_threads v0.1.7
5542024-07-25T05:10:28.120Z Compiling percent-encoding v2.3.1
5552024-07-25T05:10:28.151Z Compiling rustversion v1.0.17
5562024-07-25T05:10:28.204Z Compiling heck v0.5.0
5572024-07-25T05:10:28.261Z Compiling try-lock v0.2.5
5582024-07-25T05:10:28.414Z Compiling want v0.3.1
5592024-07-25T05:10:28.489Z Compiling form_urlencoded v1.2.1
5602024-07-25T05:10:28.560Z Compiling unicode-normalization v0.1.23
5612024-07-25T05:10:28.688Z Compiling anstyle-parse v0.2.4
5622024-07-25T05:10:28.903Z Compiling http-body v0.4.6
5632024-07-25T05:10:28.992Z Compiling dirs-sys-next v0.1.2
5642024-07-25T05:10:29.439Z Compiling tower-service v0.3.2
5652024-07-25T05:10:29.503Z Compiling semver v1.0.23
5662024-07-25T05:10:29.547Z Compiling pretty-hex v0.4.1
5672024-07-25T05:10:29.573Z Compiling anstyle-query v1.0.3
5682024-07-25T05:10:29.596Z Compiling httpdate v1.0.3
5692024-07-25T05:10:29.596Z Compiling colorchoice v1.0.1
5702024-07-25T05:10:29.736Z Compiling camino v1.1.7
5712024-07-25T05:10:29.760Z Compiling winnow v0.6.8
5722024-07-25T05:10:29.784Z Compiling time v0.3.36
5732024-07-25T05:10:29.833Z Compiling crc32fast v1.4.0
5742024-07-25T05:10:29.967Z Compiling anstyle v1.0.7
5752024-07-25T05:10:30.012Z Compiling unicode-bidi v0.3.15
5762024-07-25T05:10:30.226Z Compiling is_terminal_polyfill v1.70.0
5772024-07-25T05:10:30.345Z Compiling anstream v0.6.14
5782024-07-25T05:10:30.467Z Compiling dirs-next v2.0.0
5792024-07-25T05:10:30.586Z Compiling idna v0.5.0
5802024-07-25T05:10:31.901Z Compiling block-buffer v0.10.4
5812024-07-25T05:10:31.941Z Compiling crypto-common v0.1.6
5822024-07-25T05:10:31.991Z Compiling terminal_size v0.3.0
5832024-07-25T05:10:32.123Z Compiling fs-err v2.11.0
5842024-07-25T05:10:32.146Z Compiling thread_local v1.1.8
5852024-07-25T05:10:32.170Z Compiling unicode-width v0.1.13
5862024-07-25T05:10:32.203Z Compiling clap_lex v0.7.0
5872024-07-25T05:10:32.362Z Compiling adler v1.0.2
5882024-07-25T05:10:32.386Z Compiling base64 v0.21.7
5892024-07-25T05:10:32.569Z Compiling bytecount v0.6.8
5902024-07-25T05:10:32.625Z Compiling match_cfg v0.1.0
5912024-07-25T05:10:32.658Z Compiling heck v0.4.1
5922024-07-25T05:10:32.719Z Compiling anyhow v1.0.86
5932024-07-25T05:10:32.761Z Compiling slog-async v2.8.0
5942024-07-25T05:10:32.874Z Compiling strsim v0.11.1
5952024-07-25T05:10:33.017Z Compiling rustls-pemfile v1.0.4
5962024-07-25T05:10:33.042Z Compiling hostname v0.3.1
5972024-07-25T05:10:33.077Z Compiling serde_derive v1.0.204
5982024-07-25T05:10:33.103Z Compiling thiserror-impl v1.0.62
5992024-07-25T05:10:33.188Z Compiling zerocopy-derive v0.7.34
6002024-07-25T05:10:33.218Z Compiling futures-macro v0.3.30
6012024-07-25T05:10:33.270Z Compiling tokio-macros v2.3.0
6022024-07-25T05:10:33.393Z Compiling openssl-macros v0.1.1
6032024-07-25T05:10:33.660Z Compiling scroll_derive v0.12.0
6042024-07-25T05:10:34.434Z Compiling tabled_derive v0.7.0
6052024-07-25T05:10:34.710Z Compiling tokio v1.38.1
6062024-07-25T05:10:34.930Z Compiling scroll v0.12.0
6072024-07-25T05:10:34.986Z Compiling futures-util v0.3.30
6082024-07-25T05:10:35.093Z Compiling zerocopy v0.7.34
6092024-07-25T05:10:35.421Z Compiling goblin v0.8.2
6102024-07-25T05:10:35.969Z Compiling pest v2.7.10
6112024-07-25T05:10:36.562Z Compiling clap_builder v4.5.9
6122024-07-25T05:10:36.585Z Compiling strum_macros v0.26.4
6132024-07-25T05:10:38.388Z Compiling pest_meta v2.7.10
6142024-07-25T05:10:40.806Z Compiling pest_generator v2.7.10
6152024-07-25T05:10:41.683Z Compiling tokio-util v0.7.11
6162024-07-25T05:10:42.441Z Compiling h2 v0.3.26
6172024-07-25T05:10:42.734Z Compiling pest_derive v2.7.10
6182024-07-25T05:10:42.760Z Compiling tokio-native-tls v0.3.1
6192024-07-25T05:10:42.999Z Compiling futures-executor v0.3.30
6202024-07-25T05:10:43.367Z Compiling dtrace-parser v0.2.0
6212024-07-25T05:10:43.506Z Compiling clap_derive v4.5.8
6222024-07-25T05:10:43.911Z Compiling papergrid v0.11.0
6232024-07-25T05:10:45.165Z Compiling serde_tokenstream v0.2.1
6242024-07-25T05:10:45.188Z Compiling toml_datetime v0.6.6
6252024-07-25T05:10:45.616Z Compiling serde_spanned v0.6.6
6262024-07-25T05:10:45.640Z Compiling serde_urlencoded v0.7.1
6272024-07-25T05:10:45.812Z Compiling toml_edit v0.22.16
6282024-07-25T05:10:46.082Z Compiling dof v0.3.0
6292024-07-25T05:10:47.127Z Compiling hyper v0.14.28
6302024-07-25T05:10:47.469Z Compiling slog-json v2.6.1
6312024-07-25T05:10:47.975Z Compiling cargo-platform v0.1.8
6322024-07-25T05:10:48.470Z Compiling toml v0.8.15
6332024-07-25T05:10:48.517Z Compiling miniz_oxide v0.7.2
6342024-07-25T05:10:48.628Z Compiling digest v0.10.7
6352024-07-25T05:10:48.743Z Compiling crossbeam-channel v0.5.12
6362024-07-25T05:10:48.812Z Compiling url v2.5.2
6372024-07-25T05:10:48.993Z Compiling term v0.7.0
6382024-07-25T05:10:49.063Z Compiling usdt-attr-macro v0.5.0
6392024-07-25T05:10:49.668Z Compiling usdt-macro v0.5.0
6402024-07-25T05:10:49.978Z Compiling xattr v1.3.1
6412024-07-25T05:10:50.125Z Compiling filetime v0.2.23
6422024-07-25T05:10:50.220Z Compiling hyper-tls v0.5.0
6432024-07-25T05:10:50.278Z Compiling is-terminal v0.4.12
6442024-07-25T05:10:50.354Z Compiling memmap v0.7.0
6452024-07-25T05:10:50.392Z Compiling encoding_rs v0.8.34
6462024-07-25T05:10:50.416Z Compiling sync_wrapper v0.1.2
6472024-07-25T05:10:50.447Z Compiling take_mut v0.2.2
6482024-07-25T05:10:50.512Z Compiling mime v0.3.17
6492024-07-25T05:10:50.554Z Compiling cpufeatures v0.2.12
6502024-07-25T05:10:50.588Z Compiling ipnet v2.9.0
6512024-07-25T05:10:50.660Z Compiling sha2 v0.10.8
6522024-07-25T05:10:50.796Z Compiling usdt v0.5.0
6532024-07-25T05:10:51.038Z Compiling slog-term v2.9.1
6542024-07-25T05:10:51.231Z Compiling tar v0.4.41
6552024-07-25T05:10:51.717Z Compiling flate2 v1.0.30
6562024-07-25T05:10:51.779Z Compiling cargo_toml v0.20.4
6572024-07-25T05:10:52.346Z Compiling reqwest v0.11.27
6582024-07-25T05:10:52.481Z Compiling cargo_metadata v0.18.1
6592024-07-25T05:10:52.578Z Compiling slog-bunyan v2.5.0
6602024-07-25T05:10:52.744Z Compiling clap v4.5.9
6612024-07-25T05:10:52.846Z Compiling tabled v0.15.0
6622024-07-25T05:10:53.007Z Compiling macaddr v1.0.1
6632024-07-25T05:10:53.045Z Compiling futures v0.3.30
6642024-07-25T05:10:53.159Z Compiling strum v0.26.3
6652024-07-25T05:10:53.325Z Compiling swrite v0.1.0
6662024-07-25T05:10:58.353Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6672024-07-25T05:11:08.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6682024-07-25T05:11:08.843Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6692024-07-25T05:11:08.919ZJul 25 05:11:08.150 INFO Starting download, target: Console
6702024-07-25T05:11:08.919ZJul 25 05:11:08.150 INFO Starting download, target: Cockroach
6712024-07-25T05:11:08.919ZJul 25 05:11:08.150 INFO Starting download, target: DendriteOpenapi
6722024-07-25T05:11:08.919ZJul 25 05:11:08.150 INFO Starting download, target: Clickhouse
6732024-07-25T05:11:08.919ZJul 25 05:11:08.150 INFO Starting download, target: DendriteStub
6742024-07-25T05:11:08.919ZJul 25 05:11:08.150 INFO Starting download, target: MaghemiteMgd
6752024-07-25T05:11:08.943ZJul 25 05:11:08.150 INFO Starting download, target: TransceiverControl
6762024-07-25T05:11:08.943ZJul 25 05:11:08.152 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
6772024-07-25T05:11:08.943ZJul 25 05:11:08.152 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6782024-07-25T05:11:08.943ZJul 25 05:11:08.152 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6792024-07-25T05:11:08.943ZJul 25 05:11:08.152 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6802024-07-25T05:11:08.943ZJul 25 05:11:08.153 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6812024-07-25T05:11:08.943ZJul 25 05:11:08.153 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6822024-07-25T05:11:08.943ZJul 25 05:11:08.153 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6832024-07-25T05:11:09.425ZJul 25 05:11:08.633 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6842024-07-25T05:11:09.555ZJul 25 05:11:08.739 INFO Download complete, target: DendriteOpenapi
6852024-07-25T05:11:09.781ZJul 25 05:11:09.006 INFO Download complete, target: Console
6862024-07-25T05:11:10.019ZJul 25 05:11:09.227 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6872024-07-25T05:11:10.726ZJul 25 05:11:09.958 INFO Download complete, target: TransceiverControl
6882024-07-25T05:11:12.965ZJul 25 05:11:12.197 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6892024-07-25T05:11:13.248ZJul 25 05:11:12.480 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6902024-07-25T05:11:16.203ZJul 25 05:11:15.435 INFO Download complete, target: DendriteStub
6912024-07-25T05:11:16.962ZJul 25 05:11:16.193 INFO Download complete, target: MaghemiteMgd
6922024-07-25T05:11:18.043ZJul 25 05:11:17.274 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6932024-07-25T05:11:18.043ZJul 25 05:11:17.275 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6942024-07-25T05:11:27.159ZJul 25 05:11:26.391 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6952024-07-25T05:11:28.035ZJul 25 05:11:27.267 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6962024-07-25T05:11:28.476ZJul 25 05:11:27.707 INFO Checking that binary works, target: Cockroach
6972024-07-25T05:11:28.682ZJul 25 05:11:27.913 INFO Download complete, target: Cockroach
6982024-07-25T05:11:44.160ZJul 25 05:11:43.392 INFO Checking that binary works, target: Clickhouse
6992024-07-25T05:11:44.315ZJul 25 05:11:43.547 INFO Download complete, target: Clickhouse
7002024-07-25T05:11:44.343ZAll builder prerequisites installed successfully, and PATH looks valid
7012024-07-25T05:11:44.367Z
7022024-07-25T05:11:44.367Zreal 3:04.015080822
7032024-07-25T05:11:44.367Zuser 5:20.789494301
7042024-07-25T05:11:44.367Zsys 1:18.907848586
7052024-07-25T05:11:44.367Ztrap 0.174165108
7062024-07-25T05:11:44.367Ztflt 0.099848478
7072024-07-25T05:11:44.367Zdflt 0.726872160
7082024-07-25T05:11:44.368Zkflt 0.007390099
7092024-07-25T05:11:44.368Zlock 17:37.003947797
7102024-07-25T05:11:44.368Zslp 15:18.156574249
7112024-07-25T05:11:44.368Zlat 24.159976966
7122024-07-25T05:11:44.368Zstop 1:03.614164623
7132024-07-25T05:11:44.368Z+ banner hack-check
7142024-07-25T05:11:44.368Z
7152024-07-25T05:11:44.368Z # # ## #### # # #### # # ###### #### # #
7162024-07-25T05:11:44.368Z # # # # # # # # # # # # # # # # #
7172024-07-25T05:11:44.368Z ###### # # # #### ##### # ###### ##### # ####
7182024-07-25T05:11:44.368Z # # ###### # # # # # # # # # #
7192024-07-25T05:11:44.368Z # # # # # # # # # # # # # # # # #
7202024-07-25T05:11:44.368Z # # # # #### # # #### # # ###### #### # #
7212024-07-25T05:11:44.368Z
7222024-07-25T05:11:44.368Z+ export CARGO_INCREMENTAL=0
7232024-07-25T05:11:44.368Z+ CARGO_INCREMENTAL=0
7242024-07-25T05:11:44.368Z+ ptime -m timeout 2h cargo xtask check-features --ci
7252024-07-25T05:11:45.094Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7262024-07-25T05:11:55.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s
7272024-07-25T05:11:55.095Z Running `target/debug/xtask check-features --ci`
7282024-07-25T05:11:55.132Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
7292024-07-25T05:11:55.132Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
7302024-07-25T05:11:55.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
7312024-07-25T05:11:55.905Z Running `target/debug/xtask download cargo-hack`
7322024-07-25T05:11:55.936ZJul 25 05:11:55.168 INFO Starting download, target: CargoHack
7332024-07-25T05:11:55.960ZJul 25 05:11:55.169 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
7342024-07-25T05:11:56.609ZJul 25 05:11:55.840 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
7352024-07-25T05:11:56.734ZJul 25 05:11:55.966 INFO Download complete, target: CargoHack
7362024-07-25T05:11:56.759Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
7372024-07-25T05:11:56.784Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
7382024-07-25T05:11:56.950Zinfo: running `cargo check --bins` on api_identity (1/138)
7392024-07-25T05:11:57.484Z Downloading crates ...
7402024-07-25T05:11:57.613Z Downloaded new_debug_unreachable v1.0.6
7412024-07-25T05:11:57.637Z Downloaded difflib v0.4.0
7422024-07-25T05:11:57.637Z Downloaded hubpack_derive v0.1.1
7432024-07-25T05:11:57.637Z Downloaded psl-types v2.0.11
7442024-07-25T05:11:57.637Z Downloaded bitflags v1.3.2
7452024-07-25T05:11:57.637Z Downloaded md-5 v0.10.6
7462024-07-25T05:11:57.637Z Downloaded signal-hook-mio v0.2.3
7472024-07-25T05:11:57.637Z Downloaded scheduled-thread-pool v0.2.7
7482024-07-25T05:11:57.637Z Downloaded rustc_version v0.4.0
7492024-07-25T05:11:57.661Z Downloaded serde_repr v0.1.19
7502024-07-25T05:11:57.661Z Downloaded schemars_derive v0.8.21
7512024-07-25T05:11:57.661Z Downloaded elliptic-curve v0.13.8
7522024-07-25T05:11:57.661Z Downloaded siphasher v0.3.11
7532024-07-25T05:11:57.686Z Downloaded zeroize_derive v1.4.2
7542024-07-25T05:11:57.686Z Downloaded tokio-stream v0.1.15
7552024-07-25T05:11:57.686Z Downloaded hmac v0.12.1
7562024-07-25T05:11:57.686Z Downloaded zeroize v1.7.0
7572024-07-25T05:11:57.686Z Downloaded tokio-rustls v0.24.1
7582024-07-25T05:11:57.686Z Downloaded untrusted v0.9.0
7592024-07-25T05:11:57.711Z Downloaded uuid v1.10.0
7602024-07-25T05:11:57.711Z Downloaded zerocopy v0.6.6
7612024-07-25T05:11:57.711Z Downloaded tokio-postgres v0.7.10
7622024-07-25T05:11:57.711Z Downloaded toml_edit v0.19.15
7632024-07-25T05:11:57.737Z Downloaded unicode-segmentation v1.11.0
7642024-07-25T05:11:57.760Z Downloaded winnow v0.5.40
7652024-07-25T05:11:57.761Z Downloaded trust-dns-proto v0.22.0
7662024-07-25T05:11:57.785Z Downloaded zerocopy-derive v0.6.6
7672024-07-25T05:11:57.785Z Downloaded regex-automata v0.4.6
7682024-07-25T05:11:57.810Z Downloaded petgraph v0.6.5
7692024-07-25T05:11:57.834Z Downloaded finl_unicode v1.2.0
7702024-07-25T05:11:57.834Z Downloaded regex-syntax v0.8.3
7712024-07-25T05:11:57.858Z Downloaded openapiv3 v2.0.0
7722024-07-25T05:11:57.858Z Downloaded diesel v2.1.6
7732024-07-25T05:11:57.882Z Downloaded bstr v1.9.1
7742024-07-25T05:11:57.908Z Downloaded webpki-roots v0.25.4
7752024-07-25T05:11:57.908Z Downloaded smoltcp v0.9.1
7762024-07-25T05:11:57.908Z Downloaded rustls-webpki v0.101.7
7772024-07-25T05:11:57.933Z Downloaded object v0.32.2
7782024-07-25T05:11:57.933Z Downloaded normalize-line-endings v0.3.0
7792024-07-25T05:11:57.957Z Downloaded idna v0.2.3
7802024-07-25T05:11:57.957Z Downloaded gimli v0.28.1
7812024-07-25T05:11:57.957Z Downloaded bstr v0.2.17
7822024-07-25T05:11:57.982Z Downloaded regex v1.10.5
7832024-07-25T05:11:57.982Z Downloaded idna v0.3.0
7842024-07-25T05:11:58.007Z Downloaded der_derive v0.7.2
7852024-07-25T05:11:58.007Z Downloaded chrono v0.4.38
7862024-07-25T05:11:58.007Z Downloaded ring v0.17.8
7872024-07-25T05:11:58.079Z Downloaded serde_derive_internals v0.29.1
7882024-07-25T05:11:58.104Z Downloaded toml v0.7.8
7892024-07-25T05:11:58.104Z Downloaded signal-hook v0.3.17
7902024-07-25T05:11:58.104Z Downloaded rustls v0.21.12
7912024-07-25T05:11:58.104Z Downloaded regex-automata v0.1.10
7922024-07-25T05:11:58.128Z Downloaded tracing-attributes v0.1.27
7932024-07-25T05:11:58.128Z Downloaded similar v2.5.0
7942024-07-25T05:11:58.128Z Downloaded schemars v0.8.21
7952024-07-25T05:11:58.152Z Downloaded nom v7.1.3
7962024-07-25T05:11:58.152Z Downloaded libm v0.2.8
7972024-07-25T05:11:58.152Z Downloaded itertools v0.10.5
7982024-07-25T05:11:58.152Z Downloaded rand v0.8.5
7992024-07-25T05:11:58.176Z Downloaded publicsuffix v2.2.3
8002024-07-25T05:11:58.176Z Downloaded minimal-lexical v0.2.1
8012024-07-25T05:11:58.177Z Downloaded hkdf v0.12.4
8022024-07-25T05:11:58.177Z Downloaded aho-corasick v1.1.3
8032024-07-25T05:11:58.177Z Downloaded yasna v0.5.2
8042024-07-25T05:11:58.177Z Downloaded subtle v2.5.0
8052024-07-25T05:11:58.177Z Downloaded stringprep v0.1.4
8062024-07-25T05:11:58.201Z Downloaded static_assertions v1.1.0
8072024-07-25T05:11:58.201Z Downloaded spki v0.7.3
8082024-07-25T05:11:58.201Z Downloaded spin v0.9.8
8092024-07-25T05:11:58.201Z Downloaded sct v0.7.1
8102024-07-25T05:11:58.201Z Downloaded rustc-demangle v0.1.24
8112024-07-25T05:11:58.201Z Downloaded num-traits v0.2.19
8122024-07-25T05:11:58.201Z Downloaded itertools v0.12.1
8132024-07-25T05:11:58.201Z Downloaded der v0.7.9
8142024-07-25T05:11:58.226Z Downloaded crypto-bigint v0.5.5
8152024-07-25T05:11:58.226Z Downloaded crossterm v0.27.0
8162024-07-25T05:11:58.226Z Downloaded crossbeam-epoch v0.9.18
8172024-07-25T05:11:58.226Z Downloaded cookie v0.17.0
8182024-07-25T05:11:58.250Z Downloaded predicates-core v1.0.6
8192024-07-25T05:11:58.250Z Downloaded postgres-types v0.2.6
8202024-07-25T05:11:58.250Z Downloaded pkcs8 v0.10.2
8212024-07-25T05:11:58.250Z Downloaded num-integer v0.1.46
8222024-07-25T05:11:58.250Z Downloaded num-bigint v0.4.5
8232024-07-25T05:11:58.250Z Downloaded fixedbitset v0.4.2
8242024-07-25T05:11:58.250Z Downloaded dyn-clone v1.0.17
8252024-07-25T05:11:58.250Z Downloaded whoami v1.5.1
8262024-07-25T05:11:58.250Z Downloaded unicode-xid v0.2.4
8272024-07-25T05:11:58.250Z Downloaded strum_macros v0.25.3
8282024-07-25T05:11:58.274Z Downloaded string_cache v0.8.7
8292024-07-25T05:11:58.274Z Downloaded stable_deref_trait v1.2.0
8302024-07-25T05:11:58.274Z Downloaded sec1 v0.7.3
8312024-07-25T05:11:58.274Z Downloaded rand_core v0.6.4
8322024-07-25T05:11:58.274Z Downloaded precomputed-hash v0.1.1
8332024-07-25T05:11:58.274Z Downloaded phf_shared v0.10.0
8342024-07-25T05:11:58.274Z Downloaded peg-runtime v0.8.3
8352024-07-25T05:11:58.274Z Downloaded matches v0.1.10
8362024-07-25T05:11:58.274Z Downloaded inout v0.1.3
8372024-07-25T05:11:58.274Z Downloaded hyper-rustls v0.24.2
8382024-07-25T05:11:58.274Z Downloaded hex v0.4.3
8392024-07-25T05:11:58.274Z Downloaded heapless v0.7.17
8402024-07-25T05:11:58.274Z Downloaded hash32 v0.2.1
8412024-07-25T05:11:58.274Z Downloaded float-cmp v0.9.0
8422024-07-25T05:11:58.274Z Downloaded ff v0.13.0
8432024-07-25T05:11:58.275Z Downloaded enum-as-inner v0.5.1
8442024-07-25T05:11:58.299Z Downloaded either v1.12.0
8452024-07-25T05:11:58.299Z Downloaded diesel_table_macro_syntax v0.1.0
8462024-07-25T05:11:58.299Z Downloaded console v0.15.8
8472024-07-25T05:11:58.299Z Downloaded bit-vec v0.6.3
8482024-07-25T05:11:58.299Z Downloaded lalrpop-util v0.19.12
8492024-07-25T05:11:58.299Z Downloaded diesel_derives v2.1.4
8502024-07-25T05:11:58.299Z Downloaded block-padding v0.3.3
8512024-07-25T05:11:58.299Z Downloaded const-oid v0.9.6
8522024-07-25T05:11:58.299Z Downloaded backtrace v0.3.71
8532024-07-25T05:11:58.299Z Downloaded rand_chacha v0.3.1
8542024-07-25T05:11:58.299Z Downloaded r2d2 v0.8.10
8552024-07-25T05:11:58.299Z Downloaded predicates v3.1.0
8562024-07-25T05:11:58.324Z Downloaded ppv-lite86 v0.2.17
8572024-07-25T05:11:58.324Z Downloaded postgres-protocol v0.6.6
8582024-07-25T05:11:58.324Z Downloaded phf_shared v0.11.2
8592024-07-25T05:11:58.324Z Downloaded phf v0.11.2
8602024-07-25T05:11:58.324Z Downloaded pem-rfc7468 v0.7.0
8612024-07-25T05:11:58.324Z Downloaded num-iter v0.1.45
8622024-07-25T05:11:58.324Z Downloaded managed v0.8.0
8632024-07-25T05:11:58.324Z Downloaded lazy_static v1.5.0
8642024-07-25T05:11:58.324Z Downloaded ipnetwork v0.20.0
8652024-07-25T05:11:58.324Z Downloaded iana-time-zone v0.1.60
8662024-07-25T05:11:58.324Z Downloaded hubpack v0.1.2
8672024-07-25T05:11:58.324Z Downloaded getrandom v0.2.14
8682024-07-25T05:11:58.324Z Downloaded cookie_store v0.20.0
8692024-07-25T05:11:58.348Z Downloaded base64ct v1.6.0
8702024-07-25T05:11:58.348Z Downloaded async-trait v0.1.81
8712024-07-25T05:11:58.348Z Downloaded allocator-api2 v0.2.18
8722024-07-25T05:11:58.348Z Downloaded addr2line v0.21.0
8732024-07-25T05:11:58.348Z Downloaded group v0.13.0
8742024-07-25T05:11:58.348Z Downloaded flagset v0.4.5
8752024-07-25T05:11:58.348Z Downloaded fallible-iterator v0.2.0
8762024-07-25T05:11:58.348Z Downloaded bit-set v0.5.3
8772024-07-25T05:11:58.348Z Downloaded data-encoding v2.6.0
8782024-07-25T05:11:58.348Z Downloaded cipher v0.4.4
8792024-07-25T05:11:58.348Z Downloaded base16ct v0.2.0
8802024-07-25T05:11:58.348Z Downloaded ahash v0.8.11
8812024-07-25T05:11:58.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
8822024-07-25T05:11:58.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
8832024-07-25T05:11:58.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
8842024-07-25T05:11:58.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
8852024-07-25T05:11:58.434Z
8862024-07-25T05:11:58.434Zinfo: running `cargo check --bins` on bootstore (2/138)
8872024-07-25T05:11:58.982Z Downloading crates ...
8882024-07-25T05:11:59.149Z Downloaded async-stream-impl v0.3.5
8892024-07-25T05:11:59.175Z Downloaded ciborium-ll v0.2.2
8902024-07-25T05:11:59.175Z Downloaded defmt v0.3.8
8912024-07-25T05:11:59.202Z Downloaded unsafe-libyaml v0.2.11
8922024-07-25T05:11:59.226Z Downloaded waitgroup v0.1.2
8932024-07-25T05:11:59.226Z Downloaded sha1 v0.10.6
8942024-07-25T05:11:59.227Z Downloaded rustls-webpki v0.102.4
8952024-07-25T05:11:59.251Z Downloaded serde_with_macros v3.8.3
8962024-07-25T05:11:59.251Z Downloaded smoltcp v0.11.0
8972024-07-25T05:11:59.251Z Downloaded sha3 v0.10.8
8982024-07-25T05:11:59.275Z Downloaded rustls v0.22.4
8992024-07-25T05:11:59.275Z Downloaded serde_with v3.8.3
9002024-07-25T05:11:59.299Z Downloaded serde_path_to_error v0.1.16
9012024-07-25T05:11:59.299Z Downloaded secrecy v0.8.0
9022024-07-25T05:11:59.299Z Downloaded rustls-pemfile v2.1.2
9032024-07-25T05:11:59.299Z Downloaded regress v0.9.1
9042024-07-25T05:11:59.299Z Downloaded curve25519-dalek v4.1.3
9052024-07-25T05:11:59.323Z Downloaded vsss-rs v3.3.4
9062024-07-25T05:11:59.323Z Downloaded universal-hash v0.5.1
9072024-07-25T05:11:59.323Z Downloaded thiserror-no-std v2.0.2
9082024-07-25T05:11:59.323Z Downloaded thiserror-impl-no-std v2.0.2
9092024-07-25T05:11:59.323Z Downloaded tempfile v3.10.1
9102024-07-25T05:11:59.323Z Downloaded tabwriter v1.4.0
9112024-07-25T05:11:59.323Z Downloaded structmeta-derive v0.3.0
9122024-07-25T05:11:59.323Z Downloaded structmeta v0.3.0
9132024-07-25T05:11:59.323Z Downloaded socket2 v0.4.10
9142024-07-25T05:11:59.323Z Downloaded smf v0.2.3
9152024-07-25T05:11:59.324Z Downloaded sigpipe v0.1.3
9162024-07-25T05:11:59.324Z Downloaded proc-macro-crate v1.3.1
9172024-07-25T05:11:59.324Z Downloaded pretty-hex v0.2.1
9182024-07-25T05:11:59.324Z Downloaded postcard v1.0.8
9192024-07-25T05:11:59.348Z Downloaded poly1305 v0.8.0
9202024-07-25T05:11:59.348Z Downloaded paste v1.0.15
9212024-07-25T05:11:59.348Z Downloaded parse-display-derive v0.9.1
9222024-07-25T05:11:59.348Z Downloaded parse-display v0.9.1
9232024-07-25T05:11:59.348Z Downloaded opaque-debug v0.3.1
9242024-07-25T05:11:59.348Z Downloaded num_enum_derive v0.5.11
9252024-07-25T05:11:59.348Z Downloaded num_enum v0.5.11
9262024-07-25T05:11:59.348Z Downloaded num-derive v0.4.2
9272024-07-25T05:11:59.348Z Downloaded newtype-uuid v1.1.0
9282024-07-25T05:11:59.348Z Downloaded multer v3.1.0
9292024-07-25T05:11:59.348Z Downloaded keccak v0.1.5
9302024-07-25T05:11:59.348Z Downloaded instant v0.1.12
9312024-07-25T05:11:59.348Z Downloaded indexmap v1.9.3
9322024-07-25T05:11:59.372Z Downloaded ident_case v1.0.1
9332024-07-25T05:11:59.372Z Downloaded http v1.1.0
9342024-07-25T05:11:59.373Z Downloaded hostname v0.4.0
9352024-07-25T05:11:59.373Z Downloaded heapless v0.8.0
9362024-07-25T05:11:59.373Z Downloaded hashbrown v0.12.3
9372024-07-25T05:11:59.373Z Downloaded hash32 v0.3.1
9382024-07-25T05:11:59.373Z Downloaded half v2.4.1
9392024-07-25T05:11:59.373Z Downloaded getopts v0.2.21
9402024-07-25T05:11:59.373Z Downloaded foreign-types-shared v0.3.1
9412024-07-25T05:11:59.373Z Downloaded foreign-types-macros v0.2.3
9422024-07-25T05:11:59.397Z Downloaded foreign-types v0.5.0
9432024-07-25T05:11:59.397Z Downloaded fastrand v2.1.0
9442024-07-25T05:11:59.397Z Downloaded embedded-io v0.4.0
9452024-07-25T05:11:59.397Z Downloaded derive_more v0.99.18
9462024-07-25T05:11:59.397Z Downloaded defmt-parser v0.3.4
9472024-07-25T05:11:59.397Z Downloaded defmt-macros v0.3.9
9482024-07-25T05:11:59.397Z Downloaded debug-ignore v1.0.5
9492024-07-25T05:11:59.397Z Downloaded darling_core v0.20.9
9502024-07-25T05:11:59.397Z Downloaded darling v0.20.9
9512024-07-25T05:11:59.397Z Downloaded curve25519-dalek-derive v0.1.1
9522024-07-25T05:11:59.421Z Downloaded cstr-argument v0.1.2
9532024-07-25T05:11:59.421Z Downloaded convert_case v0.4.0
9542024-07-25T05:11:59.421Z Downloaded cobs v0.2.3
9552024-07-25T05:11:59.421Z Downloaded ciborium-io v0.2.2
9562024-07-25T05:11:59.421Z Downloaded chacha20poly1305 v0.10.1
9572024-07-25T05:11:59.421Z Downloaded chacha20 v0.9.1
9582024-07-25T05:11:59.421Z Downloaded camino-tempfile v1.1.1
9592024-07-25T05:11:59.421Z Downloaded base64 v0.22.1
9602024-07-25T05:11:59.421Z Downloaded tokio-rustls v0.25.0
9612024-07-25T05:11:59.422Z Downloaded serde_yaml v0.9.34+deprecated
9622024-07-25T05:11:59.422Z Downloaded rustls-pki-types v1.7.0
9632024-07-25T05:11:59.422Z Downloaded darling_macro v0.20.9
9642024-07-25T05:11:59.422Z Downloaded crucible-workspace-hack v0.1.0
9652024-07-25T05:11:59.422Z Downloaded colored v2.1.0
9662024-07-25T05:11:59.446Z Downloaded ciborium v0.2.2
9672024-07-25T05:11:59.446Z Downloaded backoff v0.4.0
9682024-07-25T05:11:59.446Z Downloaded atomic-waker v1.1.2
9692024-07-25T05:11:59.446Z Downloaded async-stream v0.3.5
9702024-07-25T05:11:59.446Z Downloaded aead v0.5.2
9712024-07-25T05:11:59.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9722024-07-25T05:11:59.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9732024-07-25T05:11:59.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9742024-07-25T05:11:59.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
9752024-07-25T05:11:59.527Z
9762024-07-25T05:11:59.527Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/138)
9772024-07-25T05:12:00.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9782024-07-25T05:12:00.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9792024-07-25T05:12:00.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9802024-07-25T05:12:00.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
9812024-07-25T05:12:00.328Z
9822024-07-25T05:12:00.328Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/138)
9832024-07-25T05:12:00.950Z Downloading crates ...
9842024-07-25T05:12:01.044Z Downloaded rusty-fork v0.3.0
9852024-07-25T05:12:01.068Z Downloaded structmeta-derive v0.2.0
9862024-07-25T05:12:01.068Z Downloaded unarray v0.1.4
9872024-07-25T05:12:01.068Z Downloaded rand_xorshift v0.3.0
9882024-07-25T05:12:01.068Z Downloaded wait-timeout v0.2.0
9892024-07-25T05:12:01.068Z Downloaded test-strategy v0.3.1
9902024-07-25T05:12:01.068Z Downloaded structmeta v0.2.0
9912024-07-25T05:12:01.068Z Downloaded proptest v1.4.0
9922024-07-25T05:12:01.093Z Downloaded quick-error v1.2.3
9932024-07-25T05:12:01.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9942024-07-25T05:12:01.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9952024-07-25T05:12:01.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9962024-07-25T05:12:01.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
9972024-07-25T05:12:01.160Z
9982024-07-25T05:12:01.160Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/138)
9992024-07-25T05:12:01.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10002024-07-25T05:12:01.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10012024-07-25T05:12:01.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10022024-07-25T05:12:01.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
10032024-07-25T05:12:01.798Z
10042024-07-25T05:12:01.798Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/138)
10052024-07-25T05:12:02.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10062024-07-25T05:12:02.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10072024-07-25T05:12:02.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10082024-07-25T05:12:02.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
10092024-07-25T05:12:02.404Z
10102024-07-25T05:12:02.404Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/138)
10112024-07-25T05:12:02.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10122024-07-25T05:12:02.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10132024-07-25T05:12:02.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10142024-07-25T05:12:02.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10152024-07-25T05:12:02.959Z
10162024-07-25T05:12:02.959Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/138)
10172024-07-25T05:12:03.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10182024-07-25T05:12:03.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10192024-07-25T05:12:03.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10202024-07-25T05:12:03.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
10212024-07-25T05:12:03.535Z
10222024-07-25T05:12:03.535Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/138)
10232024-07-25T05:12:04.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10242024-07-25T05:12:04.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10252024-07-25T05:12:04.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10262024-07-25T05:12:04.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10272024-07-25T05:12:04.092Z
10282024-07-25T05:12:04.092Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/138)
10292024-07-25T05:12:04.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10302024-07-25T05:12:04.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10312024-07-25T05:12:04.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10322024-07-25T05:12:04.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
10332024-07-25T05:12:04.635Z
10342024-07-25T05:12:04.635Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/138)
10352024-07-25T05:12:05.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10362024-07-25T05:12:05.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10372024-07-25T05:12:05.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10382024-07-25T05:12:05.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
10392024-07-25T05:12:05.237Z
10402024-07-25T05:12:05.237Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/138)
10412024-07-25T05:12:05.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10422024-07-25T05:12:05.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10432024-07-25T05:12:05.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10442024-07-25T05:12:05.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10452024-07-25T05:12:05.800Z
10462024-07-25T05:12:05.800Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/138)
10472024-07-25T05:12:06.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10482024-07-25T05:12:06.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10492024-07-25T05:12:06.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10502024-07-25T05:12:06.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10512024-07-25T05:12:06.360Z
10522024-07-25T05:12:06.360Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/138)
10532024-07-25T05:12:06.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10542024-07-25T05:12:06.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10552024-07-25T05:12:06.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10562024-07-25T05:12:06.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10572024-07-25T05:12:06.910Z
10582024-07-25T05:12:06.910Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/138)
10592024-07-25T05:12:07.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10602024-07-25T05:12:07.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10612024-07-25T05:12:07.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10622024-07-25T05:12:07.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10632024-07-25T05:12:07.478Z
10642024-07-25T05:12:07.478Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/138)
10652024-07-25T05:12:07.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10662024-07-25T05:12:07.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10672024-07-25T05:12:07.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10682024-07-25T05:12:07.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10692024-07-25T05:12:08.014Z
10702024-07-25T05:12:08.014Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/138)
10712024-07-25T05:12:08.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10722024-07-25T05:12:08.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10732024-07-25T05:12:08.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10742024-07-25T05:12:08.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
10752024-07-25T05:12:08.603Z
10762024-07-25T05:12:08.603Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/138)
10772024-07-25T05:12:09.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10782024-07-25T05:12:09.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10792024-07-25T05:12:09.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10802024-07-25T05:12:09.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10812024-07-25T05:12:09.164Z
10822024-07-25T05:12:09.164Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/138)
10832024-07-25T05:12:09.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10842024-07-25T05:12:09.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10852024-07-25T05:12:09.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10862024-07-25T05:12:09.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10872024-07-25T05:12:09.734Z
10882024-07-25T05:12:09.734Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/138)
10892024-07-25T05:12:10.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10902024-07-25T05:12:10.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10912024-07-25T05:12:10.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10922024-07-25T05:12:10.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10932024-07-25T05:12:10.289Z
10942024-07-25T05:12:10.289Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/138)
10952024-07-25T05:12:10.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10962024-07-25T05:12:10.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10972024-07-25T05:12:10.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10982024-07-25T05:12:10.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
10992024-07-25T05:12:10.861Z
11002024-07-25T05:12:10.861Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/138)
11012024-07-25T05:12:11.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11022024-07-25T05:12:11.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11032024-07-25T05:12:11.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11042024-07-25T05:12:11.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
11052024-07-25T05:12:11.426Z
11062024-07-25T05:12:11.426Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/138)
11072024-07-25T05:12:11.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11082024-07-25T05:12:11.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11092024-07-25T05:12:11.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11102024-07-25T05:12:11.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
11112024-07-25T05:12:11.993Z
11122024-07-25T05:12:11.993Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/138)
11132024-07-25T05:12:12.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11142024-07-25T05:12:12.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11152024-07-25T05:12:12.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11162024-07-25T05:12:12.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
11172024-07-25T05:12:12.545Z
11182024-07-25T05:12:12.546Zinfo: running `cargo check --bins` on sled-hardware-types (25/138)
11192024-07-25T05:12:13.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11202024-07-25T05:12:13.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11212024-07-25T05:12:13.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11222024-07-25T05:12:13.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
11232024-07-25T05:12:13.316Z
11242024-07-25T05:12:13.316Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/138)
11252024-07-25T05:12:14.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11262024-07-25T05:12:14.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11272024-07-25T05:12:14.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11282024-07-25T05:12:14.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
11292024-07-25T05:12:14.104Z
11302024-07-25T05:12:14.104Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/138)
11312024-07-25T05:12:14.685Z Downloading crates ...
11322024-07-25T05:12:14.863Z Downloaded downcast v0.11.0
11332024-07-25T05:12:14.887Z Downloaded predicates-tree v1.0.9
11342024-07-25T05:12:14.888Z Downloaded mockall_derive v0.12.1
11352024-07-25T05:12:14.888Z Downloaded termtree v0.4.1
11362024-07-25T05:12:14.888Z Downloaded mockall v0.12.1
11372024-07-25T05:12:14.888Z Downloaded fragile v2.0.0
11382024-07-25T05:12:14.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11392024-07-25T05:12:14.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11402024-07-25T05:12:14.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11412024-07-25T05:12:14.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
11422024-07-25T05:12:14.964Z
11432024-07-25T05:12:14.964Zinfo: running `cargo check --bins` on oxlog (28/138)
11442024-07-25T05:12:15.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11452024-07-25T05:12:15.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11462024-07-25T05:12:15.734Z Compiling serde v1.0.204
11472024-07-25T05:12:15.734Z Checking cfg-if v1.0.0
11482024-07-25T05:12:15.758Z Checking libc v0.2.155
11492024-07-25T05:12:15.758Z Compiling syn v2.0.72
11502024-07-25T05:12:15.758Z Compiling getrandom v0.2.14
11512024-07-25T05:12:15.758Z Compiling generic-array v0.14.7
11522024-07-25T05:12:15.758Z Compiling scopeguard v1.2.0
11532024-07-25T05:12:15.844Z Compiling libm v0.2.8
11542024-07-25T05:12:15.916Z Compiling lock_api v0.4.12
11552024-07-25T05:12:16.106Z Compiling log v0.4.21
11562024-07-25T05:12:16.160Z Compiling num-traits v0.2.19
11572024-07-25T05:12:16.240Z Compiling ahash v0.8.11
11582024-07-25T05:12:16.270Z Compiling serde_json v1.0.120
11592024-07-25T05:12:16.295Z Checking memchr v2.7.2
11602024-07-25T05:12:16.507Z Checking byteorder v1.5.0
11612024-07-25T05:12:16.554Z Compiling smallvec v1.13.2
11622024-07-25T05:12:16.579Z Checking itoa v1.0.11
11632024-07-25T05:12:16.604Z Compiling rand_core v0.6.4
11642024-07-25T05:12:16.628Z Checking once_cell v1.19.0
11652024-07-25T05:12:16.845Z Compiling parking_lot_core v0.9.10
11662024-07-25T05:12:16.869Z Compiling ring v0.17.8
11672024-07-25T05:12:16.896Z Checking pin-project-lite v0.2.14
11682024-07-25T05:12:16.999Z Compiling mio v0.8.11
11692024-07-25T05:12:17.025Z Compiling spin v0.9.8
11702024-07-25T05:12:17.051Z Checking typenum v1.17.0
11712024-07-25T05:12:17.185Z Compiling parking_lot v0.12.2
11722024-07-25T05:12:17.364Z Checking signal-hook-registry v1.4.2
11732024-07-25T05:12:17.862Z Compiling const-oid v0.9.6
11742024-07-25T05:12:17.931Z Compiling subtle v2.5.0
11752024-07-25T05:12:17.996Z Compiling unicode-normalization v0.1.23
11762024-07-25T05:12:18.020Z Compiling allocator-api2 v0.2.18
11772024-07-25T05:12:18.089Z Checking futures-core v0.3.30
11782024-07-25T05:12:18.225Z Checking tinyvec_macros v0.1.1
11792024-07-25T05:12:18.248Z Compiling unicode-bidi v0.3.15
11802024-07-25T05:12:18.304Z Checking tinyvec v1.6.0
11812024-07-25T05:12:18.698Z Checking num_cpus v1.16.0
11822024-07-25T05:12:18.801Z Checking socket2 v0.5.7
11832024-07-25T05:12:19.321Z Checking ryu v1.0.18
11842024-07-25T05:12:19.394Z Compiling time-macros v0.2.18
11852024-07-25T05:12:19.523Z Compiling syn v1.0.109
11862024-07-25T05:12:20.007Z Checking futures-sink v0.3.30
11872024-07-25T05:12:20.264Z Checking equivalent v1.0.1
11882024-07-25T05:12:20.288Z Compiling rustls v0.21.12
11892024-07-25T05:12:20.501Z Checking futures-channel v0.3.30
11902024-07-25T05:12:20.635Z Checking slab v0.4.9
11912024-07-25T05:12:20.684Z Checking pin-utils v0.1.0
11922024-07-25T05:12:20.707Z Checking futures-task v0.3.30
11932024-07-25T05:12:20.763Z Compiling ppv-lite86 v0.2.17
11942024-07-25T05:12:20.804Z Checking futures-io v0.3.30
11952024-07-25T05:12:20.853Z Compiling cookie v0.17.0
11962024-07-25T05:12:20.878Z Compiling signal-hook v0.3.17
11972024-07-25T05:12:20.902Z Compiling untrusted v0.9.0
11982024-07-25T05:12:20.963Z Compiling schemars v0.8.21
11992024-07-25T05:12:21.118Z Compiling iana-time-zone v0.1.60
12002024-07-25T05:12:21.143Z Checking percent-encoding v2.3.1
12012024-07-25T05:12:21.283Z Compiling base64ct v1.6.0
12022024-07-25T05:12:21.428Z Compiling rand_chacha v0.3.1
12032024-07-25T05:12:21.547Z Checking tracing-core v0.1.32
12042024-07-25T05:12:21.785Z Compiling serde_derive_internals v0.29.1
12052024-07-25T05:12:21.914Z Compiling rand v0.8.5
12062024-07-25T05:12:22.119Z Compiling pem-rfc7468 v0.7.0
12072024-07-25T05:12:22.420Z Compiling backtrace v0.3.71
12082024-07-25T05:12:22.781Z Compiling crossbeam-utils v0.8.19
12092024-07-25T05:12:22.934Z Compiling flagset v0.4.5
12102024-07-25T05:12:23.108Z Compiling siphasher v0.3.11
12112024-07-25T05:12:23.242Z Compiling smoltcp v0.9.1
12122024-07-25T05:12:23.292Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
12132024-07-25T05:12:23.425Z Checking fnv v1.0.7
12142024-07-25T05:12:23.530Z Compiling time v0.3.36
12152024-07-25T05:12:23.881Z Compiling rustls-webpki v0.101.7
12162024-07-25T05:12:23.982Z Compiling sct v0.7.1
12172024-07-25T05:12:24.252Z Compiling idna v0.5.0
12182024-07-25T05:12:24.328Z Compiling lazy_static v1.5.0
12192024-07-25T05:12:24.434Z Compiling aho-corasick v1.1.3
12202024-07-25T05:12:25.190Z Compiling regex-syntax v0.8.3
12212024-07-25T05:12:25.214Z Checking foreign-types-shared v0.1.1
12222024-07-25T05:12:25.292Z Checking powerfmt v0.2.0
12232024-07-25T05:12:25.491Z Compiling finl_unicode v1.2.0
12242024-07-25T05:12:25.532Z Checking deranged v0.3.11
12252024-07-25T05:12:26.023Z Compiling stringprep v0.1.4
12262024-07-25T05:12:26.179Z Checking foreign-types v0.3.2
12272024-07-25T05:12:26.283Z Compiling url v2.5.2
12282024-07-25T05:12:27.154Z Compiling diesel_table_macro_syntax v0.1.0
12292024-07-25T05:12:27.542Z Checking form_urlencoded v1.2.1
12302024-07-25T05:12:27.694Z Compiling serde_derive v1.0.204
12312024-07-25T05:12:27.721Z Compiling zeroize_derive v1.4.2
12322024-07-25T05:12:27.922Z Compiling zerocopy-derive v0.7.34
12332024-07-25T05:12:28.088Z Compiling tokio-macros v2.3.0
12342024-07-25T05:12:29.080Z Compiling zeroize v1.7.0
12352024-07-25T05:12:29.147Z Compiling futures-macro v0.3.30
12362024-07-25T05:12:29.393Z Compiling thiserror-impl v1.0.62
12372024-07-25T05:12:29.868Z Compiling zerocopy v0.7.34
12382024-07-25T05:12:30.913Z Compiling tracing-attributes v0.1.27
12392024-07-25T05:12:31.689Z Compiling scroll_derive v0.12.0
12402024-07-25T05:12:31.740Z Compiling hashbrown v0.14.5
12412024-07-25T05:12:32.119Z Compiling thiserror v1.0.62
12422024-07-25T05:12:32.245Z Compiling pest v2.7.10
12432024-07-25T05:12:32.288Z Compiling crypto-common v0.1.6
12442024-07-25T05:12:32.371Z Compiling der_derive v0.7.2
12452024-07-25T05:12:32.494Z Compiling openssl-macros v0.1.1
12462024-07-25T05:12:32.917Z Compiling block-buffer v0.10.4
12472024-07-25T05:12:33.102Z Compiling futures-util v0.3.30
12482024-07-25T05:12:33.147Z Compiling digest v0.10.7
12492024-07-25T05:12:33.693Z Compiling scroll v0.12.0
12502024-07-25T05:12:34.157Z Compiling pest_meta v2.7.10
12512024-07-25T05:12:34.185Z Compiling tracing v0.1.40
12522024-07-25T05:12:34.628Z Compiling goblin v0.8.2
12532024-07-25T05:12:34.652Z Compiling schemars_derive v0.8.21
12542024-07-25T05:12:34.953Z Compiling hmac v0.12.1
12552024-07-25T05:12:35.155Z Compiling pest_generator v2.7.10
12562024-07-25T05:12:36.740Z Compiling der v0.7.9
12572024-07-25T05:12:37.649Z Compiling hubpack_derive v0.1.1
12582024-07-25T05:12:38.216Z Compiling async-trait v0.1.81
12592024-07-25T05:12:38.281Z Compiling zerocopy-derive v0.6.6
12602024-07-25T05:12:38.453Z Compiling pest_derive v2.7.10
12612024-07-25T05:12:38.487Z Checking bytes v1.6.0
12622024-07-25T05:12:38.540Z Checking bitflags v2.5.0
12632024-07-25T05:12:39.500Z Checking tokio v1.38.1
12642024-07-25T05:12:39.627Z Compiling indexmap v2.2.6
12652024-07-25T05:12:40.116Z Compiling semver v1.0.23
12662024-07-25T05:12:40.512Z Compiling rustc_version v0.4.0
12672024-07-25T05:12:40.745Z Compiling http v0.2.12
12682024-07-25T05:12:40.769Z Compiling uuid v1.10.0
12692024-07-25T05:12:41.134Z Compiling dof v0.3.0
12702024-07-25T05:12:41.158Z Compiling heapless v0.7.17
12712024-07-25T05:12:41.629Z Compiling dtrace-parser v0.2.0
12722024-07-25T05:12:41.653Z Compiling chrono v0.4.38
12732024-07-25T05:12:41.997Z Compiling http-body v0.4.6
12742024-07-25T05:12:42.375Z Compiling usdt-impl v0.5.0
12752024-07-25T05:12:42.827Z Compiling openssl v0.10.66
12762024-07-25T05:12:43.114Z Compiling serde_tokenstream v0.2.1
12772024-07-25T05:12:43.551Z Compiling rustix v0.38.34
12782024-07-25T05:12:43.711Z Compiling toml_datetime v0.6.6
12792024-07-25T05:12:43.890Z Compiling serde_spanned v0.6.6
12802024-07-25T05:12:44.132Z Compiling spki v0.7.3
12812024-07-25T05:12:44.155Z Compiling sha2 v0.10.8
12822024-07-25T05:12:44.440Z Compiling md-5 v0.10.6
12832024-07-25T05:12:44.647Z Compiling regex-automata v0.4.6
12842024-07-25T05:12:44.696Z Compiling num-integer v0.1.46
12852024-07-25T05:12:45.222Z Checking tokio-util v0.7.11
12862024-07-25T05:12:45.330Z Compiling idna v0.3.0
12872024-07-25T05:12:45.653Z Checking openssl-sys v0.9.103
12882024-07-25T05:12:45.903Z Compiling hash32 v0.2.1
12892024-07-25T05:12:45.927Z Compiling fs-err v2.11.0
12902024-07-25T05:12:46.135Z Compiling psl-types v2.0.11
12912024-07-25T05:12:46.458Z Compiling slog v2.7.0
12922024-07-25T05:12:46.481Z Checking base64 v0.21.7
12932024-07-25T05:12:46.547Z Checking time-core v0.1.2
12942024-07-25T05:12:46.688Z Compiling gimli v0.28.1
12952024-07-25T05:12:46.712Z Checking try-lock v0.2.5
12962024-07-25T05:12:46.819Z Checking num-conv v0.1.0
12972024-07-25T05:12:46.854Z Checking unicode-ident v1.0.12
12982024-07-25T05:12:46.878Z Compiling stable_deref_trait v1.2.0
12992024-07-25T05:12:46.964Z Compiling anyhow v1.0.86
13002024-07-25T05:12:46.991Z Checking num_threads v0.1.7
13012024-07-25T05:12:47.037Z Compiling dyn-clone v1.0.17
13022024-07-25T05:12:47.090Z Compiling fallible-iterator v0.2.0
13032024-07-25T05:12:47.239Z Compiling clap_derive v4.5.8
13042024-07-25T05:12:47.451Z Compiling h2 v0.3.26
13052024-07-25T05:12:47.659Z Compiling native-tls v0.2.11
13062024-07-25T05:12:47.755Z Compiling postgres-protocol v0.6.6
13072024-07-25T05:12:48.180Z Compiling tokio-native-tls v0.3.1
13082024-07-25T05:12:49.874Z Checking proc-macro2 v1.0.86
13092024-07-25T05:12:50.422Z Compiling addr2line v0.21.0
13102024-07-25T05:12:50.824Z Checking want v0.3.1
13112024-07-25T05:12:50.989Z Compiling tokio-rustls v0.24.1
13122024-07-25T05:12:51.352Z Compiling publicsuffix v2.2.3
13132024-07-25T05:12:51.608Z Compiling terminal_size v0.3.0
13142024-07-25T05:12:51.673Z Compiling pkcs8 v0.10.2
13152024-07-25T05:12:52.097Z Compiling usdt-macro v0.5.0
13162024-07-25T05:12:52.137Z Compiling usdt-attr-macro v0.5.0
13172024-07-25T05:12:52.807Z Compiling hyper v0.14.28
13182024-07-25T05:12:53.014Z Compiling enum-as-inner v0.5.1
13192024-07-25T05:12:53.299Z Compiling block-padding v0.3.3
13202024-07-25T05:12:53.461Z Compiling diesel_derives v2.1.4
13212024-07-25T05:12:53.513Z Compiling strum_macros v0.25.3
13222024-07-25T05:12:53.826Z Compiling serde_repr v0.1.19
13232024-07-25T05:12:55.619Z Compiling phf_shared v0.11.2
13242024-07-25T05:12:55.977Z Checking httparse v1.8.0
13252024-07-25T05:12:56.109Z Compiling ff v0.13.0
13262024-07-25T05:12:56.416Z Compiling scheduled-thread-pool v0.2.7
13272024-07-25T05:12:56.589Z Checking errno v0.3.9
13282024-07-25T05:12:56.646Z Compiling object v0.32.2
13292024-07-25T05:12:56.763Z Checking openssl-probe v0.1.5
13302024-07-25T05:12:56.885Z Checking plain v0.2.3
13312024-07-25T05:12:56.977Z Checking utf8parse v0.2.1
13322024-07-25T05:12:57.008Z Checking httpdate v1.0.3
13332024-07-25T05:12:57.105Z Checking cpufeatures v0.2.12
13342024-07-25T05:12:57.189Z Compiling winnow v0.5.40
13352024-07-25T05:12:57.212Z Compiling bitflags v1.3.2
13362024-07-25T05:12:57.311Z Compiling base16ct v0.2.0
13372024-07-25T05:12:57.559Z Checking adler v1.0.2
13382024-07-25T05:12:57.597Z Compiling bit-vec v0.6.3
13392024-07-25T05:12:57.693Z Checking ucd-trie v0.1.6
13402024-07-25T05:12:57.835Z Checking tower-service v0.3.2
13412024-07-25T05:12:57.871Z Compiling either v1.12.0
13422024-07-25T05:12:57.939Z Compiling managed v0.8.0
13432024-07-25T05:12:57.973Z Compiling rustc-demangle v0.1.24
13442024-07-25T05:12:58.209Z Compiling regex-automata v0.1.10
13452024-07-25T05:12:58.300Z Compiling matches v0.1.10
13462024-07-25T05:12:58.379Z Checking anstyle v1.0.7
13472024-07-25T05:12:58.615Z Compiling bstr v0.2.17
13482024-07-25T05:12:58.662Z Compiling idna v0.2.3
13492024-07-25T05:12:59.833Z Compiling hyper-tls v0.5.0
13502024-07-25T05:12:59.910Z Compiling hyper-rustls v0.24.2
13512024-07-25T05:13:00.113Z Compiling toml_edit v0.19.15
13522024-07-25T05:13:00.485Z Checking miniz_oxide v0.7.2
13532024-07-25T05:13:00.902Z Compiling clap_builder v4.5.9
13542024-07-25T05:13:01.299Z Compiling sec1 v0.7.3
13552024-07-25T05:13:02.203Z Checking anstyle-parse v0.2.4
13562024-07-25T05:13:03.485Z Compiling r2d2 v0.8.10
13572024-07-25T05:13:03.748Z Compiling group v0.13.0
13582024-07-25T05:13:03.780Z Compiling signal-hook-mio v0.2.3
13592024-07-25T05:13:04.023Z Compiling phf v0.11.2
13602024-07-25T05:13:04.255Z Compiling cookie_store v0.20.0
13612024-07-25T05:13:04.280Z Compiling inout v0.1.3
13622024-07-25T05:13:04.732Z Checking quote v1.0.36
13632024-07-25T05:13:05.018Z Compiling ipnetwork v0.20.0
13642024-07-25T05:13:05.053Z Compiling regex v1.10.5
13652024-07-25T05:13:05.242Z Compiling postgres-types v0.2.6
13662024-07-25T05:13:05.547Z Compiling num-bigint v0.4.5
13672024-07-25T05:13:05.772Z Compiling zerocopy v0.6.6
13682024-07-25T05:13:05.939Z Compiling hubpack v0.1.2
13692024-07-25T05:13:06.380Z Compiling serde_urlencoded v0.7.1
13702024-07-25T05:13:06.540Z Compiling futures-executor v0.3.30
13712024-07-25T05:13:06.563Z Compiling hkdf v0.12.4
13722024-07-25T05:13:06.674Z Compiling crypto-bigint v0.5.5
13732024-07-25T05:13:06.813Z Compiling phf_shared v0.10.0
13742024-07-25T05:13:07.060Z Compiling float-cmp v0.9.0
13752024-07-25T05:13:07.260Z Compiling precomputed-hash v0.1.1
13762024-07-25T05:13:07.373Z Checking anstyle-query v1.0.3
13772024-07-25T05:13:07.425Z Compiling minimal-lexical v0.2.1
13782024-07-25T05:13:07.486Z Compiling webpki-roots v0.25.4
13792024-07-25T05:13:07.579Z Compiling static_assertions v1.1.0
13802024-07-25T05:13:07.624Z Checking colorchoice v1.0.1
13812024-07-25T05:13:07.669Z Compiling whoami v1.5.1
13822024-07-25T05:13:07.833Z Compiling normalize-line-endings v0.3.0
13832024-07-25T05:13:07.856Z Checking is_terminal_polyfill v1.70.0
13842024-07-25T05:13:07.940Z Compiling data-encoding v2.6.0
13852024-07-25T05:13:07.964Z Compiling unicode-segmentation v1.11.0
13862024-07-25T05:13:08.028Z Compiling fixedbitset v0.4.2
13872024-07-25T05:13:08.241Z Compiling new_debug_unreachable v1.0.6
13882024-07-25T05:13:08.407Z Compiling predicates-core v1.0.6
13892024-07-25T05:13:08.436Z Compiling difflib v0.4.0
13902024-07-25T05:13:08.650Z Checking pretty-hex v0.4.1
13912024-07-25T05:13:08.725Z Compiling similar v2.5.0
13922024-07-25T05:13:09.290Z Compiling elliptic-curve v0.13.8
13932024-07-25T05:13:09.787Z Compiling predicates v3.1.0
13942024-07-25T05:13:09.876Z Compiling trust-dns-proto v0.22.0
13952024-07-25T05:13:09.955Z Compiling string_cache v0.8.7
13962024-07-25T05:13:10.022Z Compiling petgraph v0.6.5
13972024-07-25T05:13:10.560Z Compiling reqwest v0.11.27
13982024-07-25T05:13:10.912Z Checking anstream v0.6.14
13992024-07-25T05:13:11.169Z Compiling tokio-postgres v0.7.10
14002024-07-25T05:13:11.227Z Compiling yasna v0.5.2
14012024-07-25T05:13:11.458Z Compiling nom v7.1.3
14022024-07-25T05:13:11.759Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14032024-07-25T05:13:12.804Z Compiling console v0.15.8
14042024-07-25T05:13:13.220Z Compiling toml_edit v0.22.16
14052024-07-25T05:13:14.063Z Compiling crossbeam-epoch v0.9.18
14062024-07-25T05:13:14.260Z Compiling usdt v0.5.0
14072024-07-25T05:13:14.682Z Compiling diesel v2.1.6
14082024-07-25T05:13:14.707Z Compiling futures v0.3.30
14092024-07-25T05:13:15.300Z Compiling cipher v0.4.4
14102024-07-25T05:13:15.453Z Compiling crossterm v0.27.0
14112024-07-25T05:13:15.742Z Compiling clap v4.5.9
14122024-07-25T05:13:16.747Z Compiling toml v0.7.8
14132024-07-25T05:13:16.839Z Compiling itertools v0.12.1
14142024-07-25T05:13:17.141Z Compiling itertools v0.10.5
14152024-07-25T05:13:18.156Z Compiling bit-set v0.5.3
14162024-07-25T05:13:19.178Z Compiling bstr v1.9.1
14172024-07-25T05:13:19.354Z Compiling tokio-stream v0.1.15
14182024-07-25T05:13:19.427Z Compiling num-iter v0.1.45
14192024-07-25T05:13:19.584Z Compiling openapiv3 v2.0.0
14202024-07-25T05:13:19.612Z Compiling hex v0.4.3
14212024-07-25T05:13:20.267Z Checking thread-id v4.2.1
14222024-07-25T05:13:20.357Z Compiling lalrpop-util v0.19.12
14232024-07-25T05:13:20.381Z Checking strsim v0.11.1
14242024-07-25T05:13:20.665Z Compiling peg-runtime v0.8.3
14252024-07-25T05:13:20.689Z Checking ipnet v2.9.0
14262024-07-25T05:13:21.183Z Checking clap_lex v0.7.0
14272024-07-25T05:13:21.345Z Compiling unicode-xid v0.2.4
14282024-07-25T05:13:23.894Z Checking rustls-pemfile v1.0.4
14292024-07-25T05:13:24.607Z Checking crc32fast v1.4.0
14302024-07-25T05:13:24.796Z Checking memmap v0.7.0
14312024-07-25T05:13:24.893Z Checking encoding_rs v0.8.34
14322024-07-25T05:13:24.963Z Checking mime v0.3.17
14332024-07-25T05:13:25.519Z Checking unicode-width v0.1.13
14342024-07-25T05:13:25.675Z Checking winnow v0.6.8
14352024-07-25T05:13:25.702Z Checking sync_wrapper v0.1.2
14362024-07-25T05:13:28.676Z Checking flate2 v1.0.30
14372024-07-25T05:13:31.475Z Checking camino v1.1.7
14382024-07-25T05:13:31.509Z Checking sigpipe v0.1.3
14392024-07-25T05:13:41.708Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14402024-07-25T05:13:52.006Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
14412024-07-25T05:13:52.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
14422024-07-25T05:13:52.527Z
14432024-07-25T05:13:52.527Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/138)
14442024-07-25T05:13:53.095Z Downloading crates ...
14452024-07-25T05:13:53.293Z Downloaded arc-swap v1.7.1
14462024-07-25T05:13:53.317Z Downloaded zone_cfg_derive v0.1.2
14472024-07-25T05:13:53.317Z Downloaded walkdir v2.5.0
14482024-07-25T05:13:53.317Z Downloaded tungstenite v0.21.0
14492024-07-25T05:13:53.317Z Downloaded utf-8 v0.7.6
14502024-07-25T05:13:53.317Z Downloaded slog-envlogger v2.2.0
14512024-07-25T05:13:53.317Z Downloaded same-file v1.0.6
14522024-07-25T05:13:53.317Z Downloaded portpicker v0.1.1
14532024-07-25T05:13:53.317Z Downloaded pem v3.0.4
14542024-07-25T05:13:53.317Z Downloaded humantime v2.1.0
14552024-07-25T05:13:53.341Z Downloaded heck v0.3.3
14562024-07-25T05:13:53.341Z Downloaded headers-core v0.2.0
14572024-07-25T05:13:53.341Z Downloaded headers v0.3.9
14582024-07-25T05:13:53.341Z Downloaded erased-serde v0.3.31
14592024-07-25T05:13:53.341Z Downloaded env_logger v0.9.3
14602024-07-25T05:13:53.341Z Downloaded bitstruct_derive v0.1.0
14612024-07-25T05:13:53.341Z Downloaded bitstruct v0.1.1
14622024-07-25T05:13:53.341Z Downloaded base64 v0.13.1
14632024-07-25T05:13:53.341Z Downloaded atty v0.2.14
14642024-07-25T05:13:53.341Z Downloaded atomicwrites v0.4.3
14652024-07-25T05:13:53.341Z Downloaded ascii v1.1.0
14662024-07-25T05:13:53.341Z Downloaded zone v0.1.8
14672024-07-25T05:13:53.341Z Downloaded tungstenite v0.20.1
14682024-07-25T05:13:53.365Z Downloaded tokio-tungstenite v0.21.0
14692024-07-25T05:13:53.365Z Downloaded tokio-tungstenite v0.20.1
14702024-07-25T05:13:53.365Z Downloaded termcolor v1.4.1
14712024-07-25T05:13:53.365Z Downloaded subprocess v0.2.9
14722024-07-25T05:13:53.365Z Downloaded slog-stdlog v4.1.1
14732024-07-25T05:13:53.365Z Downloaded slog-scope v4.4.0
14742024-07-25T05:13:53.365Z Downloaded serde_arrays v0.1.0
14752024-07-25T05:13:53.365Z Downloaded ron v0.7.1
14762024-07-25T05:13:53.365Z Downloaded rcgen v0.12.1
14772024-07-25T05:13:53.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14782024-07-25T05:13:53.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14792024-07-25T05:13:53.480Z Compiling regress v0.9.1
14802024-07-25T05:13:53.504Z Checking sha1 v0.10.6
14812024-07-25T05:13:53.528Z Compiling strum_macros v0.26.4
14822024-07-25T05:13:53.551Z Checking heck v0.5.0
14832024-07-25T05:13:53.575Z Compiling getopts v0.2.21
14842024-07-25T05:13:53.575Z Checking dirs-sys-next v0.1.2
14852024-07-25T05:13:53.598Z Compiling unsafe-libyaml v0.2.11
14862024-07-25T05:13:53.743Z Checking dirs-next v2.0.0
14872024-07-25T05:13:53.767Z Checking http v1.1.0
14882024-07-25T05:13:53.849Z Checking thread_local v1.1.8
14892024-07-25T05:13:53.964Z Checking rustls-pki-types v1.7.0
14902024-07-25T05:13:54.069Z Compiling ident_case v1.0.1
14912024-07-25T05:13:54.216Z Compiling darling_core v0.20.9
14922024-07-25T05:13:54.299Z Checking term v0.7.0
14932024-07-25T05:13:54.402Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14942024-07-25T05:13:54.632Z Compiling serde_yaml v0.9.34+deprecated
14952024-07-25T05:13:54.661Z Checking crossbeam-channel v0.5.12
14962024-07-25T05:13:54.843Z Checking atty v0.2.14
14972024-07-25T05:13:54.947Z Checking is-terminal v0.4.12
14982024-07-25T05:13:55.046Z Checking utf-8 v0.7.6
14992024-07-25T05:13:55.101Z Compiling paste v1.0.15
15002024-07-25T05:13:55.213Z Checking take_mut v0.2.2
15012024-07-25T05:13:55.264Z Checking termcolor v1.4.1
15022024-07-25T05:13:55.342Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15032024-07-25T05:13:55.504Z Compiling rustls v0.22.4
15042024-07-25T05:13:55.608Z Checking humantime v2.1.0
15052024-07-25T05:13:55.634Z Checking base64 v0.22.1
15062024-07-25T05:13:55.815Z Checking slog-async v2.8.0
15072024-07-25T05:13:55.846Z Checking env_logger v0.9.3
15082024-07-25T05:13:56.014Z Checking slog-term v2.9.1
15092024-07-25T05:13:56.055Z Checking rustls-webpki v0.102.4
15102024-07-25T05:13:56.084Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15112024-07-25T05:13:56.420Z Compiling proc-macro-crate v1.3.1
15122024-07-25T05:13:56.717Z Compiling bitstruct_derive v0.1.0
15132024-07-25T05:13:57.361Z Compiling structmeta-derive v0.3.0
15142024-07-25T05:13:57.459Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15152024-07-25T05:13:57.566Z Compiling multer v3.1.0
15162024-07-25T05:13:57.781Z Checking strum v0.26.3
15172024-07-25T05:13:57.809Z Checking ascii v1.1.0
15182024-07-25T05:13:57.851Z Checking match_cfg v0.1.0
15192024-07-25T05:13:57.985Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15202024-07-25T05:13:58.009Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15212024-07-25T05:13:58.032Z Checking hostname v0.3.1
15222024-07-25T05:13:58.212Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15232024-07-25T05:13:58.236Z Checking bitstruct v0.1.1
15242024-07-25T05:13:58.261Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
15252024-07-25T05:13:58.328Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15262024-07-25T05:13:58.352Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15272024-07-25T05:13:58.378Z Compiling num_enum_derive v0.5.11
15282024-07-25T05:13:58.535Z Checking slog-json v2.6.1
15292024-07-25T05:13:58.741Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15302024-07-25T05:13:58.953Z Checking erased-serde v0.3.31
15312024-07-25T05:13:58.987Z Checking serde_arrays v0.1.0
15322024-07-25T05:13:59.110Z Compiling foreign-types-macros v0.2.3
15332024-07-25T05:13:59.465Z Compiling async-stream-impl v0.3.5
15342024-07-25T05:13:59.831Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15352024-07-25T05:13:59.981Z Compiling structmeta v0.3.0
15362024-07-25T05:14:00.057Z Checking arc-swap v1.7.1
15372024-07-25T05:14:00.137Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15382024-07-25T05:14:00.226Z Compiling darling_macro v0.20.9
15392024-07-25T05:14:00.360Z Checking foreign-types-shared v0.3.1
15402024-07-25T05:14:00.384Z Checking atomic-waker v1.1.2
15412024-07-25T05:14:00.407Z Checking slog-scope v4.4.0
15422024-07-25T05:14:00.462Z Checking foreign-types v0.5.0
15432024-07-25T05:14:00.489Z Checking waitgroup v0.1.2
15442024-07-25T05:14:00.583Z Compiling parse-display-derive v0.9.1
15452024-07-25T05:14:00.617Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15462024-07-25T05:14:00.643Z Checking async-stream v0.3.5
15472024-07-25T05:14:00.667Z Checking num_enum v0.5.11
15482024-07-25T05:14:00.690Z Checking slog-bunyan v2.5.0
15492024-07-25T05:14:00.787Z Compiling proc-macro-error v1.0.4
15502024-07-25T05:14:00.953Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15512024-07-25T05:14:01.047Z Checking rustls-pemfile v2.1.2
15522024-07-25T05:14:01.073Z Compiling darling v0.20.9
15532024-07-25T05:14:01.176Z Compiling serde_with_macros v3.8.3
15542024-07-25T05:14:01.313Z Checking toml v0.8.15
15552024-07-25T05:14:01.345Z Checking tungstenite v0.20.1
15562024-07-25T05:14:01.449Z Compiling heck v0.3.3
15572024-07-25T05:14:01.474Z Checking tokio-rustls v0.25.0
15582024-07-25T05:14:01.761Z Checking newtype-uuid v1.1.0
15592024-07-25T05:14:01.815Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15602024-07-25T05:14:01.904Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15612024-07-25T05:14:01.961Z Checking serde_path_to_error v0.1.16
15622024-07-25T05:14:02.046Z Checking cstr-argument v0.1.2
15632024-07-25T05:14:02.199Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15642024-07-25T05:14:02.498Z Checking hostname v0.4.0
15652024-07-25T05:14:02.590Z Checking instant v0.1.12
15662024-07-25T05:14:02.618Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
15672024-07-25T05:14:02.691Z Checking fastrand v2.1.0
15682024-07-25T05:14:02.824Z Checking debug-ignore v1.0.5
15692024-07-25T05:14:02.847Z Checking pretty-hex v0.2.1
15702024-07-25T05:14:02.969Z Checking tempfile v3.10.1
15712024-07-25T05:14:02.992Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15722024-07-25T05:14:02.992Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15732024-07-25T05:14:03.112Z Checking backoff v0.4.0
15742024-07-25T05:14:03.275Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15752024-07-25T05:14:03.351Z Checking tokio-tungstenite v0.20.1
15762024-07-25T05:14:03.374Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15772024-07-25T05:14:03.529Z Compiling zone_cfg_derive v0.1.2
15782024-07-25T05:14:03.556Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15792024-07-25T05:14:03.742Z Checking slog-stdlog v4.1.1
15802024-07-25T05:14:03.807Z Checking serde_with v3.8.3
15812024-07-25T05:14:03.883Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15822024-07-25T05:14:04.014Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15832024-07-25T05:14:04.170Z Checking tungstenite v0.21.0
15842024-07-25T05:14:04.298Z Checking colored v2.1.0
15852024-07-25T05:14:04.534Z Checking macaddr v1.0.1
15862024-07-25T05:14:04.592Z Checking parse-display v0.9.1
15872024-07-25T05:14:04.732Z Checking socket2 v0.4.10
15882024-07-25T05:14:04.791Z Checking base64 v0.13.1
15892024-07-25T05:14:04.815Z Checking zone v0.1.8
15902024-07-25T05:14:04.873Z Checking tokio-tungstenite v0.21.0
15912024-07-25T05:14:05.119Z Checking ron v0.7.1
15922024-07-25T05:14:05.266Z Checking slog-envlogger v2.2.0
15932024-07-25T05:14:05.332Z Checking pem v3.0.4
15942024-07-25T05:14:05.446Z Checking tabwriter v1.4.0
15952024-07-25T05:14:05.550Z Checking xattr v1.3.1
15962024-07-25T05:14:05.637Z Checking portpicker v0.1.1
15972024-07-25T05:14:05.715Z Checking headers-core v0.2.0
15982024-07-25T05:14:05.751Z Checking smf v0.2.3
15992024-07-25T05:14:05.827Z Checking filetime v0.2.23
16002024-07-25T05:14:05.983Z Checking same-file v1.0.6
16012024-07-25T05:14:06.015Z Checking tar v0.4.41
16022024-07-25T05:14:06.112Z Checking headers v0.3.9
16032024-07-25T05:14:06.136Z Checking walkdir v2.5.0
16042024-07-25T05:14:06.418Z Checking rcgen v0.12.1
16052024-07-25T05:14:06.511Z Checking camino-tempfile v1.1.1
16062024-07-25T05:14:06.539Z Checking atomicwrites v0.4.3
16072024-07-25T05:14:06.659Z Checking subprocess v0.2.9
16082024-07-25T05:14:07.822Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16092024-07-25T05:14:08.055Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16102024-07-25T05:14:09.366Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16112024-07-25T05:14:11.816Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16122024-07-25T05:14:11.913Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16132024-07-25T05:14:16.305Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16142024-07-25T05:14:25.573Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16152024-07-25T05:14:25.737Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
16162024-07-25T05:14:25.761Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16172024-07-25T05:14:28.838Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
16182024-07-25T05:14:29.231Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16192024-07-25T05:14:35.954Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16202024-07-25T05:14:37.652Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16212024-07-25T05:14:39.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.46s
16222024-07-25T05:14:39.117Z
16232024-07-25T05:14:39.117Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/138)
16242024-07-25T05:14:39.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-07-25T05:14:39.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-07-25T05:14:39.909Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16272024-07-25T05:14:41.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
16282024-07-25T05:14:41.478Z
16292024-07-25T05:14:41.478Zinfo: running `cargo check --bins` on nexus-config (31/138)
16302024-07-25T05:14:42.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-07-25T05:14:42.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-07-25T05:14:42.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-07-25T05:14:42.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
16342024-07-25T05:14:42.235Z
16352024-07-25T05:14:42.235Zinfo: running `cargo check --bins` on omicron-rpaths (32/138)
16362024-07-25T05:14:42.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-07-25T05:14:42.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-07-25T05:14:42.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-07-25T05:14:42.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
16402024-07-25T05:14:42.969Z
16412024-07-25T05:14:42.969Zinfo: running `cargo check --bins` on omicron-certificates (33/138)
16422024-07-25T05:14:43.533Z Downloading crates ...
16432024-07-25T05:14:43.707Z Downloaded display-error-chain v0.2.0
16442024-07-25T05:14:43.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-07-25T05:14:43.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-07-25T05:14:43.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-07-25T05:14:43.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
16482024-07-25T05:14:43.797Z
16492024-07-25T05:14:43.797Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/138)
16502024-07-25T05:14:44.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-07-25T05:14:44.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-07-25T05:14:44.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-07-25T05:14:44.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
16542024-07-25T05:14:44.586Z
16552024-07-25T05:14:44.586Zinfo: running `cargo check --bins` on cockroach-admin-client (35/138)
16562024-07-25T05:14:45.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-07-25T05:14:45.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-07-25T05:14:45.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-07-25T05:14:45.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
16602024-07-25T05:14:45.321Z
16612024-07-25T05:14:45.321Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/138)
16622024-07-25T05:14:45.870Z Downloading crates ...
16632024-07-25T05:14:46.045Z Downloaded arrayvec v0.7.4
16642024-07-25T05:14:46.078Z Downloaded rayon-core v1.12.1
16652024-07-25T05:14:46.078Z Downloaded untrusted v0.7.1
16662024-07-25T05:14:46.078Z Downloaded rayon v1.10.0
16672024-07-25T05:14:46.078Z Downloaded blake3 v1.5.1
16682024-07-25T05:14:46.102Z Downloaded arrayref v0.3.7
16692024-07-25T05:14:46.102Z Downloaded topological-sort v0.2.2
16702024-07-25T05:14:46.102Z Downloaded toolchain_find v0.4.0
16712024-07-25T05:14:46.102Z Downloaded spin v0.5.2
16722024-07-25T05:14:46.102Z Downloaded rustfmt-wrapper v0.2.1
16732024-07-25T05:14:46.103Z Downloaded omicron-zone-package v0.11.0
16742024-07-25T05:14:46.103Z Downloaded memmap2 v0.9.4
16752024-07-25T05:14:46.103Z Downloaded home v0.5.9
16762024-07-25T05:14:46.103Z Downloaded crossbeam-deque v0.8.5
16772024-07-25T05:14:46.103Z Downloaded constant_time_eq v0.3.0
16782024-07-25T05:14:46.126Z Downloaded ring v0.16.20
16792024-07-25T05:14:46.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-07-25T05:14:46.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-07-25T05:14:46.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-07-25T05:14:46.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
16832024-07-25T05:14:46.315Z
16842024-07-25T05:14:46.315Zinfo: running `cargo check --bins` on dns-service-client (37/138)
16852024-07-25T05:14:46.877Z Downloading crates ...
16862024-07-25T05:14:47.004Z Downloaded newline-converter v0.3.0
16872024-07-25T05:14:47.028Z Downloaded expectorate v1.1.0
16882024-07-25T05:14:47.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-07-25T05:14:47.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-07-25T05:14:47.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-07-25T05:14:47.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
16922024-07-25T05:14:47.088Z
16932024-07-25T05:14:47.088Zinfo: running `cargo check --bins` on dpd-client (38/138)
16942024-07-25T05:14:47.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-07-25T05:14:47.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-07-25T05:14:47.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972024-07-25T05:14:47.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
16982024-07-25T05:14:47.866Z
16992024-07-25T05:14:47.866Zinfo: running `cargo check --bins` on gateway-client (39/138)
17002024-07-25T05:14:48.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012024-07-25T05:14:48.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022024-07-25T05:14:48.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032024-07-25T05:14:48.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17042024-07-25T05:14:48.579Z
17052024-07-25T05:14:48.579Zinfo: running `cargo check --bins` on installinator-client (40/138)
17062024-07-25T05:14:49.113Z Downloading crates ...
17072024-07-25T05:14:49.279Z Downloaded owo-colors v4.0.0
17082024-07-25T05:14:49.303Z Downloaded linear-map v1.2.0
17092024-07-25T05:14:49.303Z Downloaded libsw v3.3.1
17102024-07-25T05:14:49.303Z Downloaded derive-where v1.2.7
17112024-07-25T05:14:49.303Z Downloaded cancel-safe-futures v0.1.5
17122024-07-25T05:14:49.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132024-07-25T05:14:49.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142024-07-25T05:14:49.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152024-07-25T05:14:49.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17162024-07-25T05:14:49.387Z
17172024-07-25T05:14:49.387Zinfo: running `cargo check --bins` on installinator-common (41/138)
17182024-07-25T05:14:50.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192024-07-25T05:14:50.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202024-07-25T05:14:50.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212024-07-25T05:14:50.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17222024-07-25T05:14:50.166Z
17232024-07-25T05:14:50.166Zinfo: running `cargo check --bins` on update-engine (42/138)
17242024-07-25T05:14:50.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252024-07-25T05:14:50.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262024-07-25T05:14:50.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272024-07-25T05:14:50.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17282024-07-25T05:14:50.900Z
17292024-07-25T05:14:50.900Zinfo: running `cargo check --bins` on nexus-client (43/138)
17302024-07-25T05:14:51.457Z Downloading crates ...
17312024-07-25T05:14:51.628Z Downloaded blake2 v0.10.6
17322024-07-25T05:14:51.652Z Downloaded steno v0.4.1
17332024-07-25T05:14:51.652Z Downloaded semver v0.1.20
17342024-07-25T05:14:51.652Z Downloaded rustc_version v0.1.7
17352024-07-25T05:14:51.652Z Downloaded password-hash v0.5.0
17362024-07-25T05:14:51.652Z Downloaded newtype_derive v0.1.6
17372024-07-25T05:14:51.652Z Downloaded argon2 v0.5.3
17382024-07-25T05:14:51.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-07-25T05:14:51.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-07-25T05:14:51.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-07-25T05:14:51.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17422024-07-25T05:14:51.737Z
17432024-07-25T05:14:51.737Zinfo: running `cargo check --bins` on nexus-types (44/138)
17442024-07-25T05:14:52.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-07-25T05:14:52.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-07-25T05:14:52.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-07-25T05:14:52.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17482024-07-25T05:14:52.526Z
17492024-07-25T05:14:52.526Zinfo: running `cargo check --bins` on omicron-passwords (45/138)
17502024-07-25T05:14:53.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-07-25T05:14:53.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-07-25T05:14:53.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-07-25T05:14:53.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17542024-07-25T05:14:53.286Z
17552024-07-25T05:14:53.286Zinfo: running `cargo check --bins` on sled-agent-client (46/138)
17562024-07-25T05:14:53.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-07-25T05:14:54.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-07-25T05:14:54.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-07-25T05:14:54.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17602024-07-25T05:14:54.056Z
17612024-07-25T05:14:54.056Zinfo: running `cargo check --bins` on oxide-client (47/138)
17622024-07-25T05:14:54.638Z Downloading crates ...
17632024-07-25T05:14:54.739Z Downloaded linked-hash-map v0.5.6
17642024-07-25T05:14:54.763Z Downloaded trust-dns-resolver v0.22.0
17652024-07-25T05:14:54.763Z Downloaded resolv-conf v0.7.0
17662024-07-25T05:14:54.763Z Downloaded lru-cache v0.1.2
17672024-07-25T05:14:54.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-07-25T05:14:54.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-07-25T05:14:54.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702024-07-25T05:14:54.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17712024-07-25T05:14:54.844Z
17722024-07-25T05:14:54.844Zinfo: running `cargo check --bins` on oximeter-client (48/138)
17732024-07-25T05:14:55.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742024-07-25T05:14:55.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752024-07-25T05:14:55.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762024-07-25T05:14:55.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17772024-07-25T05:14:55.606Z
17782024-07-25T05:14:55.606Zinfo: running `cargo check --bins` on wicketd-client (49/138)
17792024-07-25T05:14:56.219Z Downloading crates ...
17802024-07-25T05:14:56.343Z Downloaded maplit v1.0.2
17812024-07-25T05:14:56.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822024-07-25T05:14:56.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832024-07-25T05:14:56.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842024-07-25T05:14:56.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17852024-07-25T05:14:56.438Z
17862024-07-25T05:14:56.438Zinfo: running `cargo check --bins` on wicket-common (50/138)
17872024-07-25T05:14:57.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882024-07-25T05:14:57.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892024-07-25T05:14:57.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902024-07-25T05:14:57.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17912024-07-25T05:14:57.238Z
17922024-07-25T05:14:57.238Zinfo: running `cargo check --bins` on omicron-cockroach-admin (51/138)
17932024-07-25T05:14:57.800Z Downloading crates ...
17942024-07-25T05:14:57.954Z Downloaded csv-core v0.1.11
17952024-07-25T05:14:57.978Z Downloaded slog-dtrace v0.3.0
17962024-07-25T05:14:57.978Z Downloaded csv v1.3.0
17972024-07-25T05:14:58.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982024-07-25T05:14:58.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992024-07-25T05:14:58.107Z Compiling heapless v0.8.0
18002024-07-25T05:14:58.131Z Checking hash32 v0.3.1
18012024-07-25T05:14:58.155Z Compiling smoltcp v0.11.0
18022024-07-25T05:14:58.179Z Checking embedded-io v0.4.0
18032024-07-25T05:14:58.179Z Checking cobs v0.2.3
18042024-07-25T05:14:58.204Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18052024-07-25T05:14:58.204Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18062024-07-25T05:14:58.228Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18072024-07-25T05:14:58.296Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18082024-07-25T05:14:58.320Z Compiling crucible-workspace-hack v0.1.0
18092024-07-25T05:14:58.345Z Checking csv-core v0.1.11
18102024-07-25T05:14:58.368Z Checking postcard v1.0.8
18112024-07-25T05:14:58.502Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18122024-07-25T05:14:58.618Z Checking csv v1.3.0
18132024-07-25T05:14:58.661Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18142024-07-25T05:14:58.696Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18152024-07-25T05:14:58.798Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18162024-07-25T05:14:58.948Z Compiling num-derive v0.4.2
18172024-07-25T05:14:58.972Z Compiling slog-dtrace v0.3.0
18182024-07-25T05:14:58.996Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18192024-07-25T05:14:59.094Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
18202024-07-25T05:14:59.324Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
18212024-07-25T05:14:59.760Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
18222024-07-25T05:14:59.837Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18232024-07-25T05:15:00.472Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
18242024-07-25T05:15:02.011Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18252024-07-25T05:15:03.070Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18262024-07-25T05:15:04.378Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18272024-07-25T05:15:04.601Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18282024-07-25T05:15:07.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.46s
18292024-07-25T05:15:07.827Z
18302024-07-25T05:15:07.827Zinfo: running `cargo check --bins` on cockroach-admin-api (52/138)
18312024-07-25T05:15:08.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322024-07-25T05:15:08.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332024-07-25T05:15:08.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342024-07-25T05:15:08.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18352024-07-25T05:15:08.585Z
18362024-07-25T05:15:08.585Zinfo: running `cargo check --bins` on cockroach-admin-types (53/138)
18372024-07-25T05:15:09.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382024-07-25T05:15:09.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392024-07-25T05:15:09.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402024-07-25T05:15:09.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18412024-07-25T05:15:09.339Z
18422024-07-25T05:15:09.339Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (54/138)
18432024-07-25T05:15:09.893Z Downloading crates ...
18442024-07-25T05:15:10.118Z Downloaded crunchy v0.2.2
18452024-07-25T05:15:10.146Z Downloaded http-range v0.1.5
18462024-07-25T05:15:10.146Z Downloaded strum_macros v0.24.3
18472024-07-25T05:15:10.146Z Downloaded ref-cast v1.0.23
18482024-07-25T05:15:10.146Z Downloaded which v4.4.2
18492024-07-25T05:15:10.146Z Downloaded trust-dns-server v0.22.1
18502024-07-25T05:15:10.173Z Downloaded x509-cert v0.2.5
18512024-07-25T05:15:10.173Z Downloaded ron v0.8.1
18522024-07-25T05:15:10.197Z Downloaded zip v0.6.6
18532024-07-25T05:15:10.197Z Downloaded serde-hex v0.1.0
18542024-07-25T05:15:10.197Z Downloaded sled v0.34.7
18552024-07-25T05:15:10.197Z Downloaded bzip2-sys v0.1.11+1.0.8
18562024-07-25T05:15:10.222Z Downloaded indoc v1.0.9
18572024-07-25T05:15:10.222Z Downloaded trust-dns-client v0.22.0
18582024-07-25T05:15:10.223Z Downloaded regex-syntax v0.6.29
18592024-07-25T05:15:10.246Z Downloaded radix_trie v0.2.1
18602024-07-25T05:15:10.246Z Downloaded quick-xml v0.31.0
18612024-07-25T05:15:10.246Z Downloaded polar-core v0.27.3
18622024-07-25T05:15:10.247Z Downloaded object v0.30.4
18632024-07-25T05:15:10.270Z Downloaded num-complex v0.4.6
18642024-07-25T05:15:10.270Z Downloaded num-bigint-dig v0.8.4
18652024-07-25T05:15:10.270Z Downloaded nix v0.27.1
18662024-07-25T05:15:10.294Z Downloaded libxml v0.3.3
18672024-07-25T05:15:10.294Z Downloaded lalrpop v0.19.12
18682024-07-25T05:15:10.294Z Downloaded flume v0.11.0
18692024-07-25T05:15:10.318Z Downloaded ref-cast-impl v1.0.23
18702024-07-25T05:15:10.318Z Downloaded oso-derive v0.27.3
18712024-07-25T05:15:10.318Z Downloaded nanorand v0.7.0
18722024-07-25T05:15:10.318Z Downloaded memoffset v0.9.1
18732024-07-25T05:15:10.318Z Downloaded const_format v0.2.32
18742024-07-25T05:15:10.318Z Downloaded bitvec v1.0.1
18752024-07-25T05:15:10.343Z Downloaded bindgen v0.69.4
18762024-07-25T05:15:10.343Z Downloaded wyz v0.5.1
18772024-07-25T05:15:10.343Z Downloaded unicase v2.7.0
18782024-07-25T05:15:10.343Z Downloaded tls_codec_derive v0.4.1
18792024-07-25T05:15:10.343Z Downloaded tiny-keccak v2.0.2
18802024-07-25T05:15:10.343Z Downloaded tap v1.0.1
18812024-07-25T05:15:10.343Z Downloaded smallvec v0.6.14
18822024-07-25T05:15:10.343Z Downloaded signature v2.2.0
18832024-07-25T05:15:10.371Z Downloaded shlex v1.3.0
18842024-07-25T05:15:10.371Z Downloaded serde-big-array v0.5.1
18852024-07-25T05:15:10.371Z Downloaded rustc-hash v1.1.0
18862024-07-25T05:15:10.371Z Downloaded rsa v0.9.6
18872024-07-25T05:15:10.372Z Downloaded pkcs1 v0.7.5
18882024-07-25T05:15:10.372Z Downloaded parking_lot_core v0.8.6
18892024-07-25T05:15:10.372Z Downloaded packed_struct_codegen v0.10.1
18902024-07-25T05:15:10.372Z Downloaded num v0.4.3
18912024-07-25T05:15:10.372Z Downloaded libefi-sys v0.1.0
18922024-07-25T05:15:10.372Z Downloaded hyper-staticfile v0.9.5
18932024-07-25T05:15:10.372Z Downloaded highway v1.1.0
18942024-07-25T05:15:10.372Z Downloaded hashbrown v0.13.2
18952024-07-25T05:15:10.372Z Downloaded fxhash v0.2.1
18962024-07-25T05:15:10.397Z Downloaded env_logger v0.10.2
18972024-07-25T05:15:10.397Z Downloaded ena v0.14.3
18982024-07-25T05:15:10.397Z Downloaded diff v0.1.13
18992024-07-25T05:15:10.397Z Downloaded derive_builder_macro v0.20.0
19002024-07-25T05:15:10.397Z Downloaded derive_builder v0.20.0
19012024-07-25T05:15:10.397Z Downloaded clang-sys v1.7.0
19022024-07-25T05:15:10.397Z Downloaded signal-hook-tokio v0.3.1
19032024-07-25T05:15:10.397Z Downloaded samael v0.0.15
19042024-07-25T05:15:10.397Z Downloaded prettyplease v0.2.20
19052024-07-25T05:15:10.421Z Downloaded parking_lot v0.11.2
19062024-07-25T05:15:10.421Z Downloaded num-rational v0.4.2
19072024-07-25T05:15:10.421Z Downloaded mime_guess v2.0.4
19082024-07-25T05:15:10.421Z Downloaded lazycell v1.3.0
19092024-07-25T05:15:10.421Z Downloaded glob v0.3.1
19102024-07-25T05:15:10.421Z Downloaded funty v2.0.0
19112024-07-25T05:15:10.421Z Downloaded cookie v0.18.1
19122024-07-25T05:15:10.421Z Downloaded const_format_proc_macros v0.2.32
19132024-07-25T05:15:10.421Z Downloaded cexpr v0.6.0
19142024-07-25T05:15:10.421Z Downloaded bzip2 v0.4.4
19152024-07-25T05:15:10.421Z Downloaded bcs v0.1.6
19162024-07-25T05:15:10.421Z Downloaded toml v0.5.11
19172024-07-25T05:15:10.445Z Downloaded tls_codec v0.4.1
19182024-07-25T05:15:10.446Z Downloaded oso v0.27.3
19192024-07-25T05:15:10.446Z Downloaded nodrop v0.1.14
19202024-07-25T05:15:10.446Z Downloaded nibble_vec v0.1.0
19212024-07-25T05:15:10.446Z Downloaded maybe-uninit v2.0.0
19222024-07-25T05:15:10.446Z Downloaded libloading v0.8.3
19232024-07-25T05:15:10.446Z Downloaded kstat-rs v0.2.4
19242024-07-25T05:15:10.446Z Downloaded impl-trait-for-tuples v0.2.2
19252024-07-25T05:15:10.446Z Downloaded derive_builder_core v0.20.0
19262024-07-25T05:15:10.446Z Downloaded crc-any v2.5.0
19272024-07-25T05:15:10.446Z Downloaded float-ord v0.3.2
19282024-07-25T05:15:10.446Z Downloaded async-recursion v1.1.1
19292024-07-25T05:15:10.470Z Downloaded ascii-canvas v3.0.0
19302024-07-25T05:15:10.470Z Downloaded array-init v0.0.4
19312024-07-25T05:15:10.470Z Downloaded radium v0.7.0
19322024-07-25T05:15:10.470Z Downloaded path-slash v0.1.5
19332024-07-25T05:15:10.470Z Downloaded packed_struct v0.10.1
19342024-07-25T05:15:10.470Z Downloaded gethostname v0.4.3
19352024-07-25T05:15:10.470Z Downloaded crc-catalog v2.4.0
19362024-07-25T05:15:10.470Z Downloaded crc v3.2.1
19372024-07-25T05:15:10.470Z Downloaded bitfield-struct v0.6.1
19382024-07-25T05:15:10.470Z Downloaded bitfield v0.14.0
19392024-07-25T05:15:10.470Z Downloaded bb8 v0.8.5
19402024-07-25T05:15:10.470Z Downloaded endian-type v0.1.2
19412024-07-25T05:15:10.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422024-07-25T05:15:10.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432024-07-25T05:15:10.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442024-07-25T05:15:10.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
19452024-07-25T05:15:10.577Z
19462024-07-25T05:15:10.577Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (55/138)
19472024-07-25T05:15:11.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482024-07-25T05:15:11.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492024-07-25T05:15:11.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502024-07-25T05:15:11.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
19512024-07-25T05:15:11.490Z
19522024-07-25T05:15:11.490Zinfo: running `cargo check --bins` on dns-server (56/138)
19532024-07-25T05:15:12.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542024-07-25T05:15:12.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552024-07-25T05:15:12.264Z Compiling parking_lot_core v0.8.6
19562024-07-25T05:15:12.288Z Checking nibble_vec v0.1.0
19572024-07-25T05:15:12.288Z Checking endian-type v0.1.2
19582024-07-25T05:15:12.313Z Checking newline-converter v0.3.0
19592024-07-25T05:15:12.337Z Checking quick-error v1.2.3
19602024-07-25T05:15:12.337Z Checking linked-hash-map v0.5.6
19612024-07-25T05:15:12.337Z Checking fxhash v0.2.1
19622024-07-25T05:15:12.337Z Checking toml v0.5.11
19632024-07-25T05:15:12.448Z Checking expectorate v1.1.0
19642024-07-25T05:15:12.472Z Checking resolv-conf v0.7.0
19652024-07-25T05:15:12.472Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19662024-07-25T05:15:12.496Z Checking radix_trie v0.2.1
19672024-07-25T05:15:12.587Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19682024-07-25T05:15:12.615Z Checking lru-cache v0.1.2
19692024-07-25T05:15:12.770Z Checking trust-dns-resolver v0.22.0
19702024-07-25T05:15:12.842Z Checking trust-dns-client v0.22.0
19712024-07-25T05:15:12.957Z Checking parking_lot v0.11.2
19722024-07-25T05:15:13.258Z Checking sled v0.34.7
19732024-07-25T05:15:13.793Z Checking trust-dns-server v0.22.1
19742024-07-25T05:15:15.666Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19752024-07-25T05:15:17.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
19762024-07-25T05:15:17.117Z
19772024-07-25T05:15:17.117Zinfo: running `cargo check --bins` on dns-server-api (57/138)
19782024-07-25T05:15:17.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792024-07-25T05:15:17.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802024-07-25T05:15:17.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812024-07-25T05:15:17.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
19822024-07-25T05:15:17.865Z
19832024-07-25T05:15:17.865Zinfo: running `cargo check --bins` on gateway-test-utils (58/138)
19842024-07-25T05:15:18.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852024-07-25T05:15:18.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862024-07-25T05:15:18.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872024-07-25T05:15:18.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19882024-07-25T05:15:18.683Z
19892024-07-25T05:15:18.683Zinfo: running `cargo check --bins` on omicron-gateway (59/138)
19902024-07-25T05:15:19.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912024-07-25T05:15:19.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922024-07-25T05:15:19.474Z Compiling radium v0.7.0
19932024-07-25T05:15:19.498Z Checking tap v1.0.1
19942024-07-25T05:15:19.498Z Compiling maybe-uninit v2.0.0
19952024-07-25T05:15:19.524Z Compiling bzip2-sys v0.1.11+1.0.8
19962024-07-25T05:15:19.548Z Compiling num-bigint-dig v0.8.4
19972024-07-25T05:15:19.548Z Compiling packed_struct v0.10.1
19982024-07-25T05:15:19.548Z Checking funty v2.0.0
19992024-07-25T05:15:19.572Z Checking crc-catalog v2.4.0
20002024-07-25T05:15:19.642Z Checking wyz v0.5.1
20012024-07-25T05:15:19.704Z Checking crc v3.2.1
20022024-07-25T05:15:19.800Z Compiling packed_struct_codegen v0.10.1
20032024-07-25T05:15:19.942Z Compiling indexmap v1.9.3
20042024-07-25T05:15:19.977Z Checking nodrop v0.1.14
20052024-07-25T05:15:20.072Z Checking smallvec v0.6.14
20062024-07-25T05:15:20.095Z Checking array-init v0.0.4
20072024-07-25T05:15:20.192Z Checking pkcs1 v0.7.5
20082024-07-25T05:15:20.216Z Checking signature v2.2.0
20092024-07-25T05:15:20.313Z Checking bitvec v1.0.1
20102024-07-25T05:15:20.383Z Compiling memoffset v0.9.1
20112024-07-25T05:15:20.409Z Checking hashbrown v0.12.3
20122024-07-25T05:15:20.508Z Checking bitfield v0.14.0
20132024-07-25T05:15:20.639Z Checking bzip2 v0.4.4
20142024-07-25T05:15:20.733Z Checking env_logger v0.10.2
20152024-07-25T05:15:20.761Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20162024-07-25T05:15:20.870Z Checking serde-hex v0.1.0
20172024-07-25T05:15:20.894Z Checking x509-cert v0.2.5
20182024-07-25T05:15:20.971Z Checking ron v0.8.1
20192024-07-25T05:15:21.073Z Checking hashbrown v0.13.2
20202024-07-25T05:15:21.781Z Checking rsa v0.9.6
20212024-07-25T05:15:21.816Z Checking half v2.4.1
20222024-07-25T05:15:21.945Z Checking ciborium-io v0.2.2
20232024-07-25T05:15:21.981Z Checking crc-any v2.5.0
20242024-07-25T05:15:22.051Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20252024-07-25T05:15:22.181Z Checking object v0.30.4
20262024-07-25T05:15:22.205Z Checking zip v0.6.6
20272024-07-25T05:15:22.229Z Checking ciborium-ll v0.2.2
20282024-07-25T05:15:22.290Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
20292024-07-25T05:15:22.368Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20302024-07-25T05:15:22.467Z Checking path-slash v0.1.5
20312024-07-25T05:15:22.589Z Checking ciborium v0.2.2
20322024-07-25T05:15:22.613Z Checking nix v0.27.1
20332024-07-25T05:15:22.637Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20342024-07-25T05:15:22.660Z Checking serde-big-array v0.5.1
20352024-07-25T05:15:22.757Z Checking signal-hook-tokio v0.3.1
20362024-07-25T05:15:25.300Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20372024-07-25T05:15:33.600Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20382024-07-25T05:15:35.106Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20392024-07-25T05:15:37.227Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20402024-07-25T05:15:41.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.18s
20412024-07-25T05:15:41.999Z
20422024-07-25T05:15:41.999Zinfo: running `cargo check --bins` on ipcc (60/138)
20432024-07-25T05:15:42.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442024-07-25T05:15:42.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452024-07-25T05:15:42.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462024-07-25T05:15:42.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20472024-07-25T05:15:42.775Z
20482024-07-25T05:15:42.775Zinfo: running `cargo check --bins` on sp-sim (61/138)
20492024-07-25T05:15:43.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-07-25T05:15:43.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-07-25T05:15:43.611Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20522024-07-25T05:15:45.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
20532024-07-25T05:15:45.740Z
20542024-07-25T05:15:45.740Zinfo: running `cargo check --bins` on internal-dns (62/138)
20552024-07-25T05:15:46.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562024-07-25T05:15:46.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572024-07-25T05:15:46.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582024-07-25T05:15:46.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
20592024-07-25T05:15:46.508Z
20602024-07-25T05:15:46.508Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (63/138)
20612024-07-25T05:15:47.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622024-07-25T05:15:47.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632024-07-25T05:15:47.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642024-07-25T05:15:47.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20652024-07-25T05:15:47.333Z
20662024-07-25T05:15:47.333Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (64/138)
20672024-07-25T05:15:48.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682024-07-25T05:15:48.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692024-07-25T05:15:48.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702024-07-25T05:15:48.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20712024-07-25T05:15:48.168Z
20722024-07-25T05:15:48.168Zinfo: running `cargo check --bins` on db-macros (65/138)
20732024-07-25T05:15:48.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742024-07-25T05:15:48.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752024-07-25T05:15:48.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762024-07-25T05:15:48.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20772024-07-25T05:15:48.906Z
20782024-07-25T05:15:48.906Zinfo: running `cargo check --bins` on nexus-macros-common (66/138)
20792024-07-25T05:15:49.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802024-07-25T05:15:49.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812024-07-25T05:15:49.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822024-07-25T05:15:49.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20832024-07-25T05:15:49.641Z
20842024-07-25T05:15:49.642Zinfo: running `cargo check --bins` on nexus-auth (67/138)
20852024-07-25T05:15:50.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862024-07-25T05:15:50.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872024-07-25T05:15:50.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882024-07-25T05:15:50.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
20892024-07-25T05:15:50.417Z
20902024-07-25T05:15:50.417Zinfo: running `cargo check --bins` on authz-macros (68/138)
20912024-07-25T05:15:51.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922024-07-25T05:15:51.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932024-07-25T05:15:51.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942024-07-25T05:15:51.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
20952024-07-25T05:15:51.139Z
20962024-07-25T05:15:51.139Zinfo: running `cargo check --bins` on nexus-db-fixed-data (69/138)
20972024-07-25T05:15:51.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982024-07-25T05:15:51.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992024-07-25T05:15:51.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002024-07-25T05:15:51.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21012024-07-25T05:15:51.891Z
21022024-07-25T05:15:51.891Zinfo: running `cargo check --bins` on nexus-db-model (70/138)
21032024-07-25T05:15:52.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042024-07-25T05:15:52.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052024-07-25T05:15:52.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062024-07-25T05:15:52.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21072024-07-25T05:15:52.667Z
21082024-07-25T05:15:52.667Zinfo: running `cargo check --bins` on nexus-defaults (71/138)
21092024-07-25T05:15:53.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-07-25T05:15:53.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-07-25T05:15:53.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122024-07-25T05:15:53.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21132024-07-25T05:15:53.426Z
21142024-07-25T05:15:53.426Zinfo: running `cargo check --bins` on oximeter (72/138)
21152024-07-25T05:15:54.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-07-25T05:15:54.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-07-25T05:15:54.197Z Compiling rustls-pki-types v1.7.0
21182024-07-25T05:15:54.221Z Compiling prettyplease v0.2.20
21192024-07-25T05:15:54.244Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21202024-07-25T05:15:54.244Z Compiling crossbeam-channel v0.5.12
21212024-07-25T05:15:54.244Z Compiling slog-json v2.6.1
21222024-07-25T05:15:54.268Z Compiling http v1.1.0
21232024-07-25T05:15:54.291Z Compiling atomic-waker v1.1.2
21242024-07-25T05:15:54.315Z Compiling base64 v0.22.1
21252024-07-25T05:15:54.468Z Compiling waitgroup v0.1.2
21262024-07-25T05:15:54.492Z Compiling slog-term v2.9.1
21272024-07-25T05:15:54.603Z Compiling rustls-webpki v0.102.4
21282024-07-25T05:15:54.626Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21292024-07-25T05:15:54.666Z Compiling slog-bunyan v2.5.0
21302024-07-25T05:15:54.831Z Compiling rustls-pemfile v2.1.2
21312024-07-25T05:15:54.855Z Compiling async-stream v0.3.5
21322024-07-25T05:15:54.935Z Compiling slog-async v2.8.0
21332024-07-25T05:15:54.959Z Compiling camino v1.1.7
21342024-07-25T05:15:55.123Z Compiling toml v0.8.15
21352024-07-25T05:15:55.185Z Compiling sha1 v0.10.6
21362024-07-25T05:15:55.209Z Compiling newtype-uuid v1.1.0
21372024-07-25T05:15:55.461Z Compiling rustls v0.22.4
21382024-07-25T05:15:55.521Z Compiling multer v3.1.0
21392024-07-25T05:15:55.558Z Compiling serde_path_to_error v0.1.16
21402024-07-25T05:15:55.757Z Compiling hostname v0.4.0
21412024-07-25T05:15:55.967Z Compiling instant v0.1.12
21422024-07-25T05:15:55.990Z Compiling debug-ignore v1.0.5
21432024-07-25T05:15:56.098Z Compiling backoff v0.4.0
21442024-07-25T05:15:56.121Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21452024-07-25T05:15:56.272Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
21462024-07-25T05:15:56.387Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21472024-07-25T05:15:56.419Z Compiling strum v0.26.3
21482024-07-25T05:15:56.443Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21492024-07-25T05:15:56.443Z Compiling serde_with v3.8.3
21502024-07-25T05:15:56.490Z Compiling parse-display v0.9.1
21512024-07-25T05:15:56.576Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21522024-07-25T05:15:56.599Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21532024-07-25T05:15:56.627Z Compiling num-rational v0.4.2
21542024-07-25T05:15:56.719Z Compiling num-complex v0.4.6
21552024-07-25T05:15:57.071Z Compiling macaddr v1.0.1
21562024-07-25T05:15:57.453Z Compiling num v0.4.3
21572024-07-25T05:15:57.568Z Compiling float-ord v0.3.2
21582024-07-25T05:15:58.537Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
21592024-07-25T05:15:58.872Z Compiling tokio-rustls v0.25.0
21602024-07-25T05:15:59.161Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
21612024-07-25T05:16:02.526Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21622024-07-25T05:16:16.406Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21632024-07-25T05:16:20.142Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21642024-07-25T05:16:20.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.53s
21652024-07-25T05:16:21.072Z
21662024-07-25T05:16:21.072Zinfo: running `cargo check --bins` on oximeter-impl (73/138)
21672024-07-25T05:16:21.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682024-07-25T05:16:21.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692024-07-25T05:16:21.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702024-07-25T05:16:21.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
21712024-07-25T05:16:21.962Z
21722024-07-25T05:16:21.962Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/138)
21732024-07-25T05:16:22.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-07-25T05:16:22.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-07-25T05:16:22.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762024-07-25T05:16:22.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21772024-07-25T05:16:22.809Z
21782024-07-25T05:16:22.809Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (75/138)
21792024-07-25T05:16:23.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802024-07-25T05:16:23.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812024-07-25T05:16:23.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822024-07-25T05:16:23.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21832024-07-25T05:16:23.671Z
21842024-07-25T05:16:23.671Zinfo: running `cargo check --bins` on nexus-inventory (76/138)
21852024-07-25T05:16:24.304Z Downloading crates ...
21862024-07-25T05:16:24.419Z Downloaded rand_seeder v0.2.3
21872024-07-25T05:16:24.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882024-07-25T05:16:24.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892024-07-25T05:16:24.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902024-07-25T05:16:24.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21912024-07-25T05:16:24.511Z
21922024-07-25T05:16:24.511Zinfo: running `cargo check --bins` on typed-rng (77/138)
21932024-07-25T05:16:25.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942024-07-25T05:16:25.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952024-07-25T05:16:25.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962024-07-25T05:16:25.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21972024-07-25T05:16:25.221Z
21982024-07-25T05:16:25.221Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (78/138)
21992024-07-25T05:16:25.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002024-07-25T05:16:26.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012024-07-25T05:16:26.136Z Compiling semver v0.1.20
22022024-07-25T05:16:26.160Z Compiling rayon-core v1.12.1
22032024-07-25T05:16:26.160Z Compiling convert_case v0.4.0
22042024-07-25T05:16:26.160Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22052024-07-25T05:16:26.160Z Checking password-hash v0.5.0
22062024-07-25T05:16:26.184Z Compiling crossbeam-deque v0.8.5
22072024-07-25T05:16:26.184Z Checking blake2 v0.10.6
22082024-07-25T05:16:26.184Z Compiling derive-where v1.2.7
22092024-07-25T05:16:26.485Z Compiling rustc_version v0.1.7
22102024-07-25T05:16:26.532Z Compiling unicase v2.7.0
22112024-07-25T05:16:26.556Z Compiling fastrand v2.1.0
22122024-07-25T05:16:26.556Z Compiling same-file v1.0.6
22132024-07-25T05:16:26.719Z Compiling walkdir v2.5.0
22142024-07-25T05:16:26.776Z Checking argon2 v0.5.3
22152024-07-25T05:16:26.912Z Compiling newtype_derive v0.1.6
22162024-07-25T05:16:26.940Z Compiling tempfile v3.10.1
22172024-07-25T05:16:27.029Z Compiling curve25519-dalek v4.1.3
22182024-07-25T05:16:27.053Z Compiling derive_more v0.99.18
22192024-07-25T05:16:27.296Z Compiling blake3 v1.5.1
22202024-07-25T05:16:27.341Z Compiling ring v0.16.20
22212024-07-25T05:16:27.381Z Checking keccak v0.1.5
22222024-07-25T05:16:27.633Z Compiling rayon v1.10.0
22232024-07-25T05:16:27.657Z Checking sha3 v0.10.8
22242024-07-25T05:16:27.689Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22252024-07-25T05:16:27.930Z Checking steno v0.4.1
22262024-07-25T05:16:27.974Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22272024-07-25T05:16:28.120Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22282024-07-25T05:16:28.320Z Compiling xattr v1.3.1
22292024-07-25T05:16:28.564Z Checking universal-hash v0.5.1
22302024-07-25T05:16:28.720Z Compiling thiserror-impl-no-std v2.0.2
22312024-07-25T05:16:29.070Z Checking secrecy v0.8.0
22322024-07-25T05:16:29.241Z Compiling curve25519-dalek-derive v0.1.1
22332024-07-25T05:16:29.718Z Compiling memmap2 v0.9.4
22342024-07-25T05:16:30.092Z Compiling untrusted v0.7.1
22352024-07-25T05:16:30.251Z Compiling home v0.5.9
22362024-07-25T05:16:30.368Z Compiling libefi-sys v0.1.0
22372024-07-25T05:16:30.443Z Checking opaque-debug v0.3.1
22382024-07-25T05:16:30.487Z Compiling constant_time_eq v0.3.0
22392024-07-25T05:16:30.531Z Compiling arrayvec v0.7.4
22402024-07-25T05:16:30.598Z Compiling arrayref v0.3.7
22412024-07-25T05:16:30.648Z Compiling spin v0.5.2
22422024-07-25T05:16:30.706Z Checking poly1305 v0.8.0
22432024-07-25T05:16:31.333Z Checking thiserror-no-std v2.0.2
22442024-07-25T05:16:31.432Z Compiling toolchain_find v0.4.0
22452024-07-25T05:16:31.463Z Compiling tar v0.4.41
22462024-07-25T05:16:31.522Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22472024-07-25T05:16:31.739Z Compiling camino-tempfile v1.1.1
22482024-07-25T05:16:32.114Z Checking chacha20 v0.9.1
22492024-07-25T05:16:32.337Z Checking aead v0.5.2
22502024-07-25T05:16:32.366Z Compiling bitfield-struct v0.6.1
22512024-07-25T05:16:32.406Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22522024-07-25T05:16:32.474Z Compiling topological-sort v0.2.2
22532024-07-25T05:16:32.520Z Compiling cancel-safe-futures v0.1.5
22542024-07-25T05:16:32.650Z Compiling omicron-zone-package v0.11.0
22552024-07-25T05:16:32.803Z Checking chacha20poly1305 v0.10.1
22562024-07-25T05:16:32.826Z Checking vsss-rs v3.3.4
22572024-07-25T05:16:32.957Z Compiling mime_guess v2.0.4
22582024-07-25T05:16:33.204Z Compiling rustfmt-wrapper v0.2.1
22592024-07-25T05:16:33.502Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602024-07-25T05:16:33.958Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22612024-07-25T05:16:33.982Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22622024-07-25T05:16:33.982Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22632024-07-25T05:16:34.079Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22642024-07-25T05:16:34.196Z Checking libsw v3.3.1
22652024-07-25T05:16:34.300Z Checking gethostname v0.4.3
22662024-07-25T05:16:34.413Z Checking linear-map v1.2.0
22672024-07-25T05:16:34.437Z Checking swrite v0.1.0
22682024-07-25T05:16:34.460Z Checking owo-colors v4.0.0
22692024-07-25T05:16:34.484Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22702024-07-25T05:16:34.542Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22712024-07-25T05:16:34.674Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22722024-07-25T05:16:34.697Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22732024-07-25T05:16:34.956Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22742024-07-25T05:16:35.158Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22752024-07-25T05:16:35.213Z Checking kstat-rs v0.2.4
22762024-07-25T05:16:35.382Z Checking nanorand v0.7.0
22772024-07-25T05:16:35.495Z Checking glob v0.3.1
22782024-07-25T05:16:35.592Z Checking http-range v0.1.5
22792024-07-25T05:16:35.677Z Checking flume v0.11.0
22802024-07-25T05:16:35.743Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22812024-07-25T05:16:35.766Z Checking hyper-staticfile v0.9.5
22822024-07-25T05:16:35.797Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22832024-07-25T05:16:35.822Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22842024-07-25T05:16:36.072Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22852024-07-25T05:16:36.106Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22862024-07-25T05:16:36.419Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22872024-07-25T05:16:37.239Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22882024-07-25T05:16:37.382Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
22892024-07-25T05:16:37.502Z Checking display-error-chain v0.2.0
22902024-07-25T05:16:37.988Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22912024-07-25T05:16:38.188Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22922024-07-25T05:16:45.767Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22932024-07-25T05:16:52.289Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22942024-07-25T05:16:52.289Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22952024-07-25T05:16:53.651Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
22962024-07-25T05:16:54.178Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22972024-07-25T05:17:11.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.96s
22982024-07-25T05:17:11.317Z
22992024-07-25T05:17:11.317Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (79/138)
23002024-07-25T05:17:12.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012024-07-25T05:17:12.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022024-07-25T05:17:12.222Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23032024-07-25T05:17:29.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.94s
23042024-07-25T05:17:29.395Z
23052024-07-25T05:17:29.395Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (80/138)
23062024-07-25T05:17:30.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072024-07-25T05:17:30.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082024-07-25T05:17:30.307Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23092024-07-25T05:17:47.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.99s
23102024-07-25T05:17:47.530Z
23112024-07-25T05:17:47.530Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (81/138)
23122024-07-25T05:17:48.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132024-07-25T05:17:48.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142024-07-25T05:17:48.447Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23152024-07-25T05:18:05.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.34s
23162024-07-25T05:18:06.006Z
23172024-07-25T05:18:06.007Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (82/138)
23182024-07-25T05:18:06.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192024-07-25T05:18:06.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202024-07-25T05:18:06.869Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23212024-07-25T05:18:24.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.02s
23222024-07-25T05:18:24.151Z
23232024-07-25T05:18:24.151Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (83/138)
23242024-07-25T05:18:24.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252024-07-25T05:18:24.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262024-07-25T05:18:25.068Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23272024-07-25T05:18:42.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.90s
23282024-07-25T05:18:42.186Z
23292024-07-25T05:18:42.186Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (84/138)
23302024-07-25T05:18:42.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-07-25T05:18:42.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-07-25T05:18:43.106Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23332024-07-25T05:19:00.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.15s
23342024-07-25T05:19:00.481Z
23352024-07-25T05:19:00.481Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (85/138)
23362024-07-25T05:19:01.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-07-25T05:19:01.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-07-25T05:19:01.414Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23392024-07-25T05:19:18.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.22s
23402024-07-25T05:19:18.843Z
23412024-07-25T05:19:18.843Zinfo: running `cargo check --bins` on bootstrap-agent-api (86/138)
23422024-07-25T05:19:19.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-07-25T05:19:19.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-07-25T05:19:19.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452024-07-25T05:19:19.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23462024-07-25T05:19:19.645Z
23472024-07-25T05:19:19.645Zinfo: running `cargo check --bins` on sled-agent-types (87/138)
23482024-07-25T05:19:21.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-07-25T05:19:21.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-07-25T05:19:21.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512024-07-25T05:19:21.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23522024-07-25T05:19:21.425Z
23532024-07-25T05:19:21.425Zinfo: running `cargo check --bins` on key-manager (88/138)
23542024-07-25T05:19:21.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-07-25T05:19:21.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-07-25T05:19:21.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572024-07-25T05:19:21.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23582024-07-25T05:19:21.425Z
23592024-07-25T05:19:21.425Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (89/138)
23602024-07-25T05:19:21.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612024-07-25T05:19:21.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622024-07-25T05:19:21.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23632024-07-25T05:19:21.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
23642024-07-25T05:19:21.960Z
23652024-07-25T05:19:21.960Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/138)
23662024-07-25T05:19:22.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672024-07-25T05:19:22.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682024-07-25T05:19:22.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23692024-07-25T05:19:22.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23702024-07-25T05:19:22.753Z
23712024-07-25T05:19:22.754Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/138)
23722024-07-25T05:19:23.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732024-07-25T05:19:23.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742024-07-25T05:19:23.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23752024-07-25T05:19:23.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23762024-07-25T05:19:23.635Z
23772024-07-25T05:19:23.635Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/138)
23782024-07-25T05:19:24.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-07-25T05:19:24.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-07-25T05:19:24.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23812024-07-25T05:19:24.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23822024-07-25T05:19:24.331Z
23832024-07-25T05:19:24.331Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/138)
23842024-07-25T05:19:25.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-07-25T05:19:25.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-07-25T05:19:25.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872024-07-25T05:19:25.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23882024-07-25T05:19:25.120Z
23892024-07-25T05:19:25.120Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/138)
23902024-07-25T05:19:25.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-07-25T05:19:25.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-07-25T05:19:25.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932024-07-25T05:19:25.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23942024-07-25T05:19:25.887Z
23952024-07-25T05:19:25.887Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/138)
23962024-07-25T05:19:26.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-07-25T05:19:26.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-07-25T05:19:26.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992024-07-25T05:19:26.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24002024-07-25T05:19:26.664Z
24012024-07-25T05:19:26.664Zinfo: running `cargo check --bins` on oximeter-producer (96/138)
24022024-07-25T05:19:27.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-07-25T05:19:27.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-07-25T05:19:27.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24052024-07-25T05:19:27.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24062024-07-25T05:19:27.456Z
24072024-07-25T05:19:27.456Zinfo: running `cargo check --bins` on sled-hardware (97/138)
24082024-07-25T05:19:28.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-07-25T05:19:28.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-07-25T05:19:28.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24112024-07-25T05:19:28.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24122024-07-25T05:19:28.227Z
24132024-07-25T05:19:28.227Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/138)
24142024-07-25T05:19:28.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-07-25T05:19:28.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-07-25T05:19:28.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24172024-07-25T05:19:28.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24182024-07-25T05:19:29.005Z
24192024-07-25T05:19:29.005Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/138)
24202024-07-25T05:19:29.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-07-25T05:19:29.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-07-25T05:19:29.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-07-25T05:19:29.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24242024-07-25T05:19:29.783Z
24252024-07-25T05:19:29.783Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/138)
24262024-07-25T05:19:30.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-07-25T05:19:30.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-07-25T05:19:30.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-07-25T05:19:30.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24302024-07-25T05:19:30.559Z
24312024-07-25T05:19:30.559Zinfo: running `cargo check --bins` on nexus-test-interface (101/138)
24322024-07-25T05:19:31.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-07-25T05:19:31.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-07-25T05:19:31.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-07-25T05:19:31.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24362024-07-25T05:19:31.330Z
24372024-07-25T05:19:31.330Zinfo: running `cargo check --bins` on oximeter-collector (102/138)
24382024-07-25T05:19:32.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-07-25T05:19:32.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-07-25T05:19:32.145Z Checking bcs v0.1.6
24412024-07-25T05:19:32.145Z Compiling async-recursion v1.1.1
24422024-07-25T05:19:32.146Z Checking highway v1.1.0
24432024-07-25T05:19:32.146Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24442024-07-25T05:19:32.170Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24452024-07-25T05:19:33.338Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24462024-07-25T05:19:37.078Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24472024-07-25T05:19:39.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
24482024-07-25T05:19:39.158Z
24492024-07-25T05:19:39.158Zinfo: running `cargo check --bins` on oximeter-api (103/138)
24502024-07-25T05:19:39.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-07-25T05:19:39.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-07-25T05:19:39.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-07-25T05:19:39.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24542024-07-25T05:19:39.937Z
24552024-07-25T05:19:39.937Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (104/138)
24562024-07-25T05:19:40.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-07-25T05:19:40.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-07-25T05:19:40.738Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24592024-07-25T05:19:41.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
24602024-07-25T05:19:41.469Z
24612024-07-25T05:19:41.469Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/138)
24622024-07-25T05:19:42.029Z Downloading crates ...
24632024-07-25T05:19:42.227Z Downloaded fd-lock v4.0.2
24642024-07-25T05:19:42.252Z Downloaded cfg_aliases v0.1.1
24652024-07-25T05:19:42.252Z Downloaded vte_generate_state_changes v0.1.1
24662024-07-25T05:19:42.252Z Downloaded sqlparser_derive v0.2.2
24672024-07-25T05:19:42.252Z Downloaded unicode_categories v0.1.1
24682024-07-25T05:19:42.252Z Downloaded rustyline v14.0.0
24692024-07-25T05:19:42.252Z Downloaded vte v0.11.1
24702024-07-25T05:19:42.252Z Downloaded nix v0.28.0
24712024-07-25T05:19:42.276Z Downloaded sqlparser v0.45.0
24722024-07-25T05:19:42.276Z Downloaded reedline v0.31.0
24732024-07-25T05:19:42.300Z Downloaded peg-macros v0.8.4
24742024-07-25T05:19:42.300Z Downloaded strip-ansi-escapes v0.2.0
24752024-07-25T05:19:42.300Z Downloaded sqlformat v0.2.4
24762024-07-25T05:19:42.300Z Downloaded peg v0.8.4
24772024-07-25T05:19:42.300Z Downloaded nu-ansi-term v0.50.0
24782024-07-25T05:19:42.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-07-25T05:19:42.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-07-25T05:19:42.429Z Compiling cfg_aliases v0.1.1
24812024-07-25T05:19:42.453Z Compiling vte_generate_state_changes v0.1.1
24822024-07-25T05:19:42.453Z Checking fd-lock v4.0.2
24832024-07-25T05:19:42.453Z Checking bytecount v0.6.8
24842024-07-25T05:19:42.453Z Compiling tabled_derive v0.7.0
24852024-07-25T05:19:42.477Z Compiling peg-macros v0.8.4
24862024-07-25T05:19:42.477Z Compiling sqlparser_derive v0.2.2
24872024-07-25T05:19:42.477Z Checking home v0.5.9
24882024-07-25T05:19:42.550Z Compiling nix v0.28.0
24892024-07-25T05:19:42.637Z Checking unicode_categories v0.1.1
24902024-07-25T05:19:42.661Z Checking papergrid v0.11.0
24912024-07-25T05:19:42.685Z Checking nu-ansi-term v0.50.0
24922024-07-25T05:19:42.872Z Checking sqlformat v0.2.4
24932024-07-25T05:19:43.000Z Checking vte v0.11.1
24942024-07-25T05:19:43.391Z Checking sqlparser v0.45.0
24952024-07-25T05:19:43.953Z Checking strip-ansi-escapes v0.2.0
24962024-07-25T05:19:44.079Z Checking reedline v0.31.0
24972024-07-25T05:19:44.150Z Checking tabled v0.15.0
24982024-07-25T05:19:44.864Z Checking peg v0.8.4
24992024-07-25T05:19:45.147Z Checking rustyline v14.0.0
25002024-07-25T05:19:50.180Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25012024-07-25T05:19:57.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.67s
25022024-07-25T05:19:57.272Z
25032024-07-25T05:19:57.273Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/138)
25042024-07-25T05:19:58.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-07-25T05:19:58.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-07-25T05:19:58.122Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25072024-07-25T05:20:04.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
25082024-07-25T05:20:05.082Z
25092024-07-25T05:20:05.082Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/138)
25102024-07-25T05:20:05.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-07-25T05:20:05.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-07-25T05:20:05.919Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25132024-07-25T05:20:12.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s
25142024-07-25T05:20:12.606Z
25152024-07-25T05:20:12.606Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/138)
25162024-07-25T05:20:13.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-07-25T05:20:13.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-07-25T05:20:13.417Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25192024-07-25T05:20:18.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
25202024-07-25T05:20:18.513Z
25212024-07-25T05:20:18.513Zinfo: running `cargo check --bins` on crdb-seed (109/138)
25222024-07-25T05:20:19.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-07-25T05:20:19.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-07-25T05:20:19.337Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
25252024-07-25T05:20:19.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
25262024-07-25T05:20:19.775Z
25272024-07-25T05:20:19.775Zinfo: running `cargo check --bins` on omicron-omdb (110/138)
25282024-07-25T05:20:20.359Z Downloading crates ...
25292024-07-25T05:20:20.588Z Downloaded number_prefix v0.4.0
25302024-07-25T05:20:20.612Z Downloaded textwrap v0.16.1
25312024-07-25T05:20:20.612Z Downloaded unicode-truncate v1.0.0
25322024-07-25T05:20:20.612Z Downloaded itertools v0.13.0
25332024-07-25T05:20:20.612Z Downloaded ratatui v0.27.0
25342024-07-25T05:20:20.636Z Downloaded indicatif v0.17.8
25352024-07-25T05:20:20.636Z Downloaded lru v0.12.3
25362024-07-25T05:20:20.636Z Downloaded compact_str v0.7.1
25372024-07-25T05:20:20.660Z Downloaded unicode-linebreak v0.1.5
25382024-07-25T05:20:20.661Z Downloaded smawk v0.3.2
25392024-07-25T05:20:20.661Z Downloaded portable-atomic v1.6.0
25402024-07-25T05:20:20.661Z Downloaded stability v0.2.0
25412024-07-25T05:20:20.661Z Downloaded multimap v0.10.0
25422024-07-25T05:20:20.661Z Downloaded castaway v0.2.2
25432024-07-25T05:20:20.661Z Downloaded cassowary v0.3.0
25442024-07-25T05:20:20.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-07-25T05:20:20.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-07-25T05:20:20.860Z Compiling crunchy v0.2.2
25472024-07-25T05:20:20.860Z Compiling glob v0.3.1
25482024-07-25T05:20:20.884Z Compiling tiny-keccak v2.0.2
25492024-07-25T05:20:20.915Z Compiling ascii-canvas v3.0.0
25502024-07-25T05:20:20.939Z Compiling ena v0.14.3
25512024-07-25T05:20:20.939Z Compiling libloading v0.8.3
25522024-07-25T05:20:20.939Z Compiling regex-syntax v0.6.29
25532024-07-25T05:20:20.963Z Compiling diff v0.1.13
25542024-07-25T05:20:21.170Z Compiling bindgen v0.69.4
25552024-07-25T05:20:21.301Z Compiling which v4.4.2
25562024-07-25T05:20:21.343Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25572024-07-25T05:20:21.418Z Compiling cexpr v0.6.0
25582024-07-25T05:20:21.545Z Compiling rustc-hash v1.1.0
25592024-07-25T05:20:21.580Z Compiling shlex v1.3.0
25602024-07-25T05:20:21.686Z Compiling lazycell v1.3.0
25612024-07-25T05:20:21.752Z Compiling clang-sys v1.7.0
25622024-07-25T05:20:21.778Z Compiling ref-cast v1.0.23
25632024-07-25T05:20:21.841Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25642024-07-25T05:20:21.865Z Compiling derive_builder_core v0.20.0
25652024-07-25T05:20:21.958Z Compiling libxml v0.3.3
25662024-07-25T05:20:22.009Z Compiling ref-cast-impl v1.0.23
25672024-07-25T05:20:22.063Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25682024-07-25T05:20:22.307Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25692024-07-25T05:20:22.332Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25702024-07-25T05:20:22.479Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25712024-07-25T05:20:22.668Z Compiling strum_macros v0.24.3
25722024-07-25T05:20:22.698Z Compiling cookie v0.18.1
25732024-07-25T05:20:22.929Z Compiling indoc v1.0.9
25742024-07-25T05:20:23.094Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25752024-07-25T05:20:23.315Z Compiling oso-derive v0.27.3
25762024-07-25T05:20:23.779Z Compiling lalrpop v0.19.12
25772024-07-25T05:20:23.887Z Compiling derive_builder_macro v0.20.0
25782024-07-25T05:20:24.167Z Compiling impl-trait-for-tuples v0.2.2
25792024-07-25T05:20:24.384Z Checking quick-xml v0.31.0
25802024-07-25T05:20:24.596Z Checking derive_builder v0.20.0
25812024-07-25T05:20:24.732Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
25822024-07-25T05:20:24.976Z Checking maplit v1.0.2
25832024-07-25T05:20:25.820Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25842024-07-25T05:20:25.995Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25852024-07-25T05:20:26.178Z Checking bb8 v0.8.5
25862024-07-25T05:20:26.288Z Compiling const_format_proc_macros v0.2.32
25872024-07-25T05:20:26.672Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25882024-07-25T05:20:27.229Z Checking crossbeam-deque v0.8.5
25892024-07-25T05:20:27.448Z Compiling portable-atomic v1.6.0
25902024-07-25T05:20:27.508Z Checking rayon-core v1.12.1
25912024-07-25T05:20:28.045Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25922024-07-25T05:20:28.114Z Checking const_format v0.2.32
25932024-07-25T05:20:28.265Z Checking castaway v0.2.2
25942024-07-25T05:20:28.403Z Checking compact_str v0.7.1
25952024-07-25T05:20:28.540Z Checking rayon v1.10.0
25962024-07-25T05:20:29.089Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25972024-07-25T05:20:29.239Z Checking unicode-truncate v1.0.0
25982024-07-25T05:20:29.348Z Checking itertools v0.13.0
25992024-07-25T05:20:29.452Z Checking lru v0.12.3
26002024-07-25T05:20:29.718Z Compiling stability v0.2.0
26012024-07-25T05:20:30.631Z Checking number_prefix v0.4.0
26022024-07-25T05:20:30.808Z Checking cassowary v0.3.0
26032024-07-25T05:20:31.152Z Checking unicode-linebreak v0.1.5
26042024-07-25T05:20:31.526Z Checking smawk v0.3.2
26052024-07-25T05:20:31.623Z Checking ratatui v0.27.0
26062024-07-25T05:20:31.701Z Checking textwrap v0.16.1
26072024-07-25T05:20:31.874Z Checking indicatif v0.17.8
26082024-07-25T05:20:32.048Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26092024-07-25T05:20:32.482Z Checking multimap v0.10.0
26102024-07-25T05:20:51.536Z Compiling samael v0.0.15
26112024-07-25T05:21:03.649Z Compiling polar-core v0.27.3
26122024-07-25T05:21:12.931Z Checking oso v0.27.3
26132024-07-25T05:21:43.053Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26142024-07-25T05:21:48.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
26152024-07-25T05:21:48.812Z
26162024-07-25T05:21:48.812Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (111/138)
26172024-07-25T05:21:49.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-07-25T05:21:49.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-07-25T05:21:49.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-07-25T05:21:49.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26212024-07-25T05:21:49.618Z
26222024-07-25T05:21:49.618Zinfo: running `cargo check --bins` on nexus-saga-recovery (112/138)
26232024-07-25T05:21:50.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-07-25T05:21:50.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-07-25T05:21:50.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-07-25T05:21:50.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26272024-07-25T05:21:50.437Z
26282024-07-25T05:21:50.437Zinfo: running `cargo check --bins` on nexus-test-utils-macros (113/138)
26292024-07-25T05:21:51.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-07-25T05:21:51.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-07-25T05:21:51.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-07-25T05:21:51.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26332024-07-25T05:21:51.157Z
26342024-07-25T05:21:51.157Zinfo: running `cargo check --bins` on omicron-nexus (114/138)
26352024-07-25T05:21:51.727Z Downloading crates ...
26362024-07-25T05:21:51.997Z Downloaded assert_matches v1.5.0
26372024-07-25T05:21:52.023Z Downloaded pin-project v1.1.5
26382024-07-25T05:21:52.023Z Downloaded typed-path v0.7.1
26392024-07-25T05:21:52.047Z Downloaded tough v0.17.1
26402024-07-25T05:21:52.047Z Downloaded snafu-derive v0.8.2
26412024-07-25T05:21:52.047Z Downloaded snafu v0.8.2
26422024-07-25T05:21:52.048Z Downloaded serde_plain v1.0.2
26432024-07-25T05:21:52.048Z Downloaded pin-project-internal v1.1.5
26442024-07-25T05:21:52.048Z Downloaded parse-size v1.0.0
26452024-07-25T05:21:52.048Z Downloaded olpc-cjson v0.1.3
26462024-07-25T05:21:52.048Z Downloaded globset v0.4.14
26472024-07-25T05:21:52.072Z Downloaded fatfs v0.3.6
26482024-07-25T05:21:52.072Z Downloaded buf-list v1.0.3
26492024-07-25T05:21:52.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-07-25T05:21:52.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-07-25T05:21:52.271Z Compiling pin-project-internal v1.1.5
26522024-07-25T05:21:52.300Z Compiling snafu-derive v0.8.2
26532024-07-25T05:21:52.300Z Compiling buf-list v1.0.3
26542024-07-25T05:21:52.331Z Checking globset v0.4.14
26552024-07-25T05:21:52.355Z Checking olpc-cjson v0.1.3
26562024-07-25T05:21:52.356Z Checking rand_seeder v0.2.3
26572024-07-25T05:21:52.356Z Checking serde_plain v1.0.2
26582024-07-25T05:21:52.356Z Checking typed-path v0.7.1
26592024-07-25T05:21:52.560Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26602024-07-25T05:21:52.584Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26612024-07-25T05:21:52.584Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26622024-07-25T05:21:52.725Z Checking parse-size v1.0.0
26632024-07-25T05:21:52.771Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26642024-07-25T05:21:52.828Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26652024-07-25T05:21:52.852Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26662024-07-25T05:21:52.881Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26672024-07-25T05:21:53.160Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
26682024-07-25T05:21:53.478Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26692024-07-25T05:21:53.607Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26702024-07-25T05:21:53.763Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26712024-07-25T05:21:53.951Z Checking fatfs v0.3.6
26722024-07-25T05:21:53.979Z Checking assert_matches v1.5.0
26732024-07-25T05:21:54.830Z Checking pin-project v1.1.5
26742024-07-25T05:21:55.827Z Checking snafu v0.8.2
26752024-07-25T05:21:56.207Z Checking tough v0.17.1
26762024-07-25T05:21:59.711Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26772024-07-25T05:22:01.026Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26782024-07-25T05:22:47.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.31s
26792024-07-25T05:22:47.613Z
26802024-07-25T05:22:47.613Zinfo: running `cargo check --bins` on nexus-internal-api (115/138)
26812024-07-25T05:22:48.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-07-25T05:22:48.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-07-25T05:22:48.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-07-25T05:22:48.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26852024-07-25T05:22:48.394Z
26862024-07-25T05:22:48.394Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (116/138)
26872024-07-25T05:22:49.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-07-25T05:22:49.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-07-25T05:22:49.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-07-25T05:22:49.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26912024-07-25T05:22:49.180Z
26922024-07-25T05:22:49.181Zinfo: running `cargo check --bins` on nexus-networking (117/138)
26932024-07-25T05:22:49.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-07-25T05:22:49.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-07-25T05:22:49.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-07-25T05:22:49.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26972024-07-25T05:22:49.985Z
26982024-07-25T05:22:49.985Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (118/138)
26992024-07-25T05:22:50.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-07-25T05:22:50.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-07-25T05:22:50.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022024-07-25T05:22:50.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27032024-07-25T05:22:50.796Z
27042024-07-25T05:22:50.796Zinfo: running `cargo check --bins` on update-common (119/138)
27052024-07-25T05:22:51.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-07-25T05:22:51.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-07-25T05:22:51.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-07-25T05:22:51.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27092024-07-25T05:22:51.603Z
27102024-07-25T05:22:51.603Zinfo: running `cargo check --bins` on tufaceous-lib (120/138)
27112024-07-25T05:22:52.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-07-25T05:22:52.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-07-25T05:22:52.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-07-25T05:22:52.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27152024-07-25T05:22:52.405Z
27162024-07-25T05:22:52.405Zinfo: running `cargo check --bins` on tufaceous (121/138)
27172024-07-25T05:22:53.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-07-25T05:22:53.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-07-25T05:22:53.206Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
27202024-07-25T05:22:54.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
27212024-07-25T05:22:54.308Z
27222024-07-25T05:22:54.308Zinfo: running `cargo check --bins` on omicron-dev (122/138)
27232024-07-25T05:22:55.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-07-25T05:22:55.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-07-25T05:22:55.318Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27262024-07-25T05:22:55.318Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27272024-07-25T05:22:55.342Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
27282024-07-25T05:22:56.743Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27292024-07-25T05:22:59.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
27302024-07-25T05:22:59.855Z
27312024-07-25T05:22:59.855Zinfo: running `cargo check --bins` on openapi-manager (123/138)
27322024-07-25T05:23:00.458Z Downloading crates ...
27332024-07-25T05:23:00.627Z Downloaded is_ci v1.2.0
27342024-07-25T05:23:00.651Z Downloaded supports-color v3.0.0
27352024-07-25T05:23:00.651Z Downloaded indent_write v2.2.0
27362024-07-25T05:23:00.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-07-25T05:23:00.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-07-25T05:23:00.768Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27392024-07-25T05:23:00.768Z Checking is_ci v1.2.0
27402024-07-25T05:23:00.792Z Checking heck v0.4.1
27412024-07-25T05:23:00.792Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27422024-07-25T05:23:00.792Z Checking indent_write v2.2.0
27432024-07-25T05:23:00.908Z Checking supports-color v3.0.0
27442024-07-25T05:23:01.012Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
27452024-07-25T05:23:02.549Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27462024-07-25T05:23:03.528Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
27472024-07-25T05:23:04.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
27482024-07-25T05:23:04.776Z
27492024-07-25T05:23:04.777Zinfo: running `cargo check --bins` on installinator-api (124/138)
27502024-07-25T05:23:05.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-07-25T05:23:05.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-07-25T05:23:05.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532024-07-25T05:23:05.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27542024-07-25T05:23:05.512Z
27552024-07-25T05:23:05.512Zinfo: running `cargo check --bins` on wicketd-api (125/138)
27562024-07-25T05:23:06.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-07-25T05:23:06.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-07-25T05:23:06.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-07-25T05:23:06.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27602024-07-25T05:23:06.272Z
27612024-07-25T05:23:06.272Zinfo: running `cargo check --bins` on reconfigurator-cli (126/138)
27622024-07-25T05:23:06.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-07-25T05:23:06.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-07-25T05:23:07.094Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
27652024-07-25T05:23:08.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
27662024-07-25T05:23:08.493Z
27672024-07-25T05:23:08.493Zinfo: running `cargo check --bins` on omicron-releng (127/138)
27682024-07-25T05:23:09.137Z Downloading crates ...
27692024-07-25T05:23:09.211Z Downloaded shell-words v1.1.0
27702024-07-25T05:23:09.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-07-25T05:23:09.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-07-25T05:23:09.323Z Checking memmap2 v0.9.4
27732024-07-25T05:23:09.323Z Checking arrayvec v0.7.4
27742024-07-25T05:23:09.347Z Checking arrayref v0.3.7
27752024-07-25T05:23:09.347Z Checking constant_time_eq v0.3.0
27762024-07-25T05:23:09.347Z Checking spin v0.5.2
27772024-07-25T05:23:09.347Z Checking untrusted v0.7.1
27782024-07-25T05:23:09.347Z Checking cargo-platform v0.1.8
27792024-07-25T05:23:09.347Z Checking topological-sort v0.2.2
27802024-07-25T05:23:09.455Z Checking shell-words v1.1.0
27812024-07-25T05:23:09.578Z Checking ring v0.16.20
27822024-07-25T05:23:09.624Z Checking cargo_metadata v0.18.1
27832024-07-25T05:23:09.723Z Checking blake3 v1.5.1
27842024-07-25T05:23:10.951Z Checking omicron-zone-package v0.11.0
27852024-07-25T05:23:12.280Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
27862024-07-25T05:23:13.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
27872024-07-25T05:23:13.432Z
27882024-07-25T05:23:13.432Zinfo: running `cargo check --bins` on xtask (128/138)
27892024-07-25T05:23:14.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-07-25T05:23:14.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-07-25T05:23:14.080Z Checking bitflags v2.5.0
27922024-07-25T05:23:14.080Z Checking bytes v1.6.0
27932024-07-25T05:23:14.080Z Checking serde v1.0.204
27942024-07-25T05:23:14.080Z Checking smallvec v1.13.2
27952024-07-25T05:23:14.080Z Checking scopeguard v1.2.0
27962024-07-25T05:23:14.125Z Checking log v0.4.21
27972024-07-25T05:23:14.149Z Checking hashbrown v0.14.5
27982024-07-25T05:23:14.174Z Checking mio v0.8.11
27992024-07-25T05:23:14.236Z Checking lock_api v0.4.12
28002024-07-25T05:23:14.309Z Checking futures-util v0.3.30
28012024-07-25T05:23:14.356Z Checking thiserror v1.0.62
28022024-07-25T05:23:14.406Z Checking parking_lot_core v0.9.10
28032024-07-25T05:23:14.472Z Checking rustix v0.38.34
28042024-07-25T05:23:14.559Z Checking tracing v0.1.40
28052024-07-25T05:23:14.663Z Checking openssl v0.10.66
28062024-07-25T05:23:14.696Z Checking parking_lot v0.12.2
28072024-07-25T05:23:14.720Z Checking http v0.2.12
28082024-07-25T05:23:14.826Z Checking scroll v0.12.0
28092024-07-25T05:23:14.980Z Checking tokio v1.38.1
28102024-07-25T05:23:15.041Z Checking indexmap v2.2.6
28112024-07-25T05:23:15.214Z Checking generic-array v0.14.7
28122024-07-25T05:23:15.755Z Checking slog v2.7.0
28132024-07-25T05:23:15.961Z Checking time v0.3.36
28142024-07-25T05:23:15.985Z Checking zerocopy v0.7.34
28152024-07-25T05:23:16.076Z Checking goblin v0.8.2
28162024-07-25T05:23:16.135Z Checking pest v2.7.10
28172024-07-25T05:23:17.054Z Checking http-body v0.4.6
28182024-07-25T05:23:17.359Z Checking unicode-normalization v0.1.23
28192024-07-25T05:23:17.387Z Checking unicode-bidi v0.3.15
28202024-07-25T05:23:17.863Z Checking syn v2.0.72
28212024-07-25T05:23:18.019Z Checking idna v0.5.0
28222024-07-25T05:23:18.044Z Checking dtrace-parser v0.2.0
28232024-07-25T05:23:18.110Z Checking serde_json v1.0.120
28242024-07-25T05:23:18.394Z Checking serde_spanned v0.6.6
28252024-07-25T05:23:18.432Z Checking toml_datetime v0.6.6
28262024-07-25T05:23:18.560Z Checking crypto-common v0.1.6
28272024-07-25T05:23:18.622Z Checking block-buffer v0.10.4
28282024-07-25T05:23:18.657Z Checking toml_edit v0.22.16
28292024-07-25T05:23:18.706Z Checking crossbeam-utils v0.8.19
28302024-07-25T05:23:18.791Z Checking terminal_size v0.3.0
28312024-07-25T05:23:18.875Z Checking native-tls v0.2.11
28322024-07-25T05:23:18.929Z Checking clap_builder v4.5.9
28332024-07-25T05:23:19.132Z Checking digest v0.10.7
28342024-07-25T05:23:19.260Z Checking crossbeam-channel v0.5.12
28352024-07-25T05:23:19.289Z Checking slog-json v2.6.1
28362024-07-25T05:23:19.405Z Checking url v2.5.2
28372024-07-25T05:23:19.507Z Checking futures-executor v0.3.30
28382024-07-25T05:23:19.707Z Checking semver v1.0.23
28392024-07-25T05:23:19.849Z Checking camino v1.1.7
28402024-07-25T05:23:19.963Z Checking dof v0.3.0
28412024-07-25T05:23:20.041Z Checking serde_urlencoded v0.7.1
28422024-07-25T05:23:20.065Z Checking cargo-platform v0.1.8
28432024-07-25T05:23:20.294Z Checking xattr v1.3.1
28442024-07-25T05:23:20.318Z Checking sha2 v0.10.8
28452024-07-25T05:23:20.382Z Checking slog-async v2.8.0
28462024-07-25T05:23:20.453Z Checking tar v0.4.41
28472024-07-25T05:23:20.477Z Checking slog-term v2.9.1
28482024-07-25T05:23:20.624Z Checking cargo_metadata v0.18.1
28492024-07-25T05:23:20.650Z Checking toml v0.8.15
28502024-07-25T05:23:20.715Z Checking tokio-util v0.7.11
28512024-07-25T05:23:20.755Z Checking tokio-native-tls v0.3.1
28522024-07-25T05:23:20.871Z Checking futures v0.3.30
28532024-07-25T05:23:20.963Z Checking strum v0.26.3
28542024-07-25T05:23:20.987Z Checking slog-bunyan v2.5.0
28552024-07-25T05:23:21.052Z Checking fs-err v2.11.0
28562024-07-25T05:23:21.101Z Checking tabled v0.15.0
28572024-07-25T05:23:21.125Z Checking anyhow v1.0.86
28582024-07-25T05:23:21.265Z Checking cargo_toml v0.20.4
28592024-07-25T05:23:21.318Z Checking macaddr v1.0.1
28602024-07-25T05:23:21.363Z Checking clap v4.5.9
28612024-07-25T05:23:21.450Z Checking h2 v0.3.26
28622024-07-25T05:23:21.708Z Checking usdt-impl v0.5.0
28632024-07-25T05:23:22.130Z Checking usdt v0.5.0
28642024-07-25T05:23:24.467Z Checking hyper v0.14.28
28652024-07-25T05:23:26.960Z Checking hyper-tls v0.5.0
28662024-07-25T05:23:27.169Z Checking reqwest v0.11.27
28672024-07-25T05:23:28.027Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28682024-07-25T05:23:29.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.70s
28692024-07-25T05:23:29.250Z
28702024-07-25T05:23:29.251Zinfo: running `cargo check --bins` on end-to-end-tests (129/138)
28712024-07-25T05:23:29.788Z Downloading crates ...
28722024-07-25T05:23:30.010Z Downloaded dhcproto-macros v0.1.0
28732024-07-25T05:23:30.035Z Downloaded dhcproto v0.11.0
28742024-07-25T05:23:30.035Z Downloaded polyval v0.6.2
28752024-07-25T05:23:30.035Z Downloaded russh-cryptovec v0.7.2
28762024-07-25T05:23:30.035Z Downloaded russh-keys v0.43.0
28772024-07-25T05:23:30.035Z Downloaded primeorder v0.13.6
28782024-07-25T05:23:30.035Z Downloaded pbkdf2 v0.12.2
28792024-07-25T05:23:30.035Z Downloaded russh v0.43.0
28802024-07-25T05:23:30.059Z Downloaded rand v0.7.3
28812024-07-25T05:23:30.059Z Downloaded p521 v0.13.3
28822024-07-25T05:23:30.059Z Downloaded p256 v0.13.2
28832024-07-25T05:23:30.059Z Downloaded ed25519-dalek v2.1.1
28842024-07-25T05:23:30.059Z Downloaded aes-gcm v0.10.3
28852024-07-25T05:23:30.083Z Downloaded password-hash v0.4.2
28862024-07-25T05:23:30.084Z Downloaded rfc6979 v0.4.0
28872024-07-25T05:23:30.084Z Downloaded rand_core v0.5.1
28882024-07-25T05:23:30.084Z Downloaded rand_chacha v0.2.2
28892024-07-25T05:23:30.084Z Downloaded hex-literal v0.4.1
28902024-07-25T05:23:30.084Z Downloaded ghash v0.5.1
28912024-07-25T05:23:30.084Z Downloaded getrandom v0.1.16
28922024-07-25T05:23:30.084Z Downloaded ed25519 v2.2.3
28932024-07-25T05:23:30.084Z Downloaded ecdsa v0.16.9
28942024-07-25T05:23:30.084Z Downloaded dirs-sys v0.4.1
28952024-07-25T05:23:30.084Z Downloaded ctr v0.9.2
28962024-07-25T05:23:30.084Z Downloaded cbc v0.1.2
28972024-07-25T05:23:30.084Z Downloaded blowfish v0.9.1
28982024-07-25T05:23:30.084Z Downloaded bcrypt-pbkdf v0.10.0
28992024-07-25T05:23:30.084Z Downloaded aes v0.8.4
29002024-07-25T05:23:30.108Z Downloaded pbkdf2 v0.11.0
29012024-07-25T05:23:30.108Z Downloaded option-ext v0.2.0
29022024-07-25T05:23:30.108Z Downloaded md5 v0.7.0
29032024-07-25T05:23:30.108Z Downloaded internet-checksum v0.2.1
29042024-07-25T05:23:30.108Z Downloaded dirs v5.0.1
29052024-07-25T05:23:30.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062024-07-25T05:23:30.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072024-07-25T05:23:30.266Z Compiling getrandom v0.1.16
29082024-07-25T05:23:30.291Z Checking rfc6979 v0.4.0
29092024-07-25T05:23:30.315Z Checking primeorder v0.13.6
29102024-07-25T05:23:30.315Z Checking option-ext v0.2.0
29112024-07-25T05:23:30.315Z Checking ed25519 v2.2.3
29122024-07-25T05:23:30.315Z Checking polyval v0.6.2
29132024-07-25T05:23:30.315Z Checking aes v0.8.4
29142024-07-25T05:23:30.315Z Checking blowfish v0.9.1
29152024-07-25T05:23:30.432Z Checking dirs-sys v0.4.1
29162024-07-25T05:23:30.457Z Checking ecdsa v0.16.9
29172024-07-25T05:23:30.537Z Checking ctr v0.9.2
29182024-07-25T05:23:30.561Z Checking password-hash v0.4.2
29192024-07-25T05:23:30.591Z Checking pbkdf2 v0.12.2
29202024-07-25T05:23:30.615Z Checking dirs v5.0.1
29212024-07-25T05:23:30.727Z Checking bcrypt-pbkdf v0.10.0
29222024-07-25T05:23:30.751Z Checking ghash v0.5.1
29232024-07-25T05:23:30.775Z Checking ed25519-dalek v2.1.1
29242024-07-25T05:23:30.805Z Checking cbc v0.1.2
29252024-07-25T05:23:30.887Z Checking russh-cryptovec v0.7.2
29262024-07-25T05:23:30.919Z Checking pbkdf2 v0.11.0
29272024-07-25T05:23:30.944Z Checking md5 v0.7.0
29282024-07-25T05:23:30.986Z Checking hex-literal v0.4.1
29292024-07-25T05:23:31.028Z Checking p521 v0.13.3
29302024-07-25T05:23:31.067Z Checking p256 v0.13.2
29312024-07-25T05:23:31.092Z Checking aes-gcm v0.10.3
29322024-07-25T05:23:31.116Z Compiling dhcproto-macros v0.1.0
29332024-07-25T05:23:31.140Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29342024-07-25T05:23:31.164Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29352024-07-25T05:23:31.188Z Checking rand_core v0.5.1
29362024-07-25T05:23:31.188Z Checking internet-checksum v0.2.1
29372024-07-25T05:23:31.439Z Checking rand_chacha v0.2.2
29382024-07-25T05:23:31.701Z Checking rand v0.7.3
29392024-07-25T05:23:31.848Z Checking dhcproto v0.11.0
29402024-07-25T05:23:32.768Z Checking russh-keys v0.43.0
29412024-07-25T05:23:33.649Z Checking russh v0.43.0
29422024-07-25T05:23:53.705Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29432024-07-25T05:23:55.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.13s
29442024-07-25T05:23:55.526Z
29452024-07-25T05:23:55.526Zinfo: running `cargo check --bins` on gateway-cli (130/138)
29462024-07-25T05:23:56.163Z Downloading crates ...
29472024-07-25T05:23:56.245Z Downloaded termios v0.3.3
29482024-07-25T05:23:56.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492024-07-25T05:23:56.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502024-07-25T05:23:56.357Z Checking termios v0.3.3
29512024-07-25T05:23:56.533Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29522024-07-25T05:23:57.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
29532024-07-25T05:23:57.560Z
29542024-07-25T05:23:57.560Zinfo: running `cargo check --bins --no-default-features` on installinator (131/138)
29552024-07-25T05:23:58.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-07-25T05:23:58.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-07-25T05:23:58.414Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29582024-07-25T05:24:00.648Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29592024-07-25T05:24:02.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
29602024-07-25T05:24:02.805Z
29612024-07-25T05:24:02.805Zinfo: running `cargo check --bins` on internal-dns-cli (132/138)
29622024-07-25T05:24:03.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-07-25T05:24:03.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-07-25T05:24:03.573Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29652024-07-25T05:24:04.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
29662024-07-25T05:24:04.136Z
29672024-07-25T05:24:04.136Zinfo: running `cargo check --bins` on omicron-package (133/138)
29682024-07-25T05:24:04.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-07-25T05:24:04.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-07-25T05:24:04.942Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29712024-07-25T05:24:06.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
29722024-07-25T05:24:06.429Z
29732024-07-25T05:24:06.429Zinfo: running `cargo check --bins` on wicket-dbg (134/138)
29742024-07-25T05:24:07.086Z Downloading crates ...
29752024-07-25T05:24:07.185Z Downloaded rpassword v7.3.1
29762024-07-25T05:24:07.209Z Downloaded tui-tree-widget v0.21.0
29772024-07-25T05:24:07.209Z Downloaded rtoolbox v0.0.2
29782024-07-25T05:24:07.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-07-25T05:24:07.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-07-25T05:24:07.319Z Checking rtoolbox v0.0.2
29812024-07-25T05:24:07.344Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29822024-07-25T05:24:07.344Z Checking tui-tree-widget v0.21.0
29832024-07-25T05:24:07.497Z Checking rpassword v7.3.1
29842024-07-25T05:24:12.209Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29852024-07-25T05:24:15.635Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29862024-07-25T05:24:16.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.52s
29872024-07-25T05:24:17.087Z
29882024-07-25T05:24:17.087Zinfo: running `cargo check --bins` on wicket (135/138)
29892024-07-25T05:24:17.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-07-25T05:24:17.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-07-25T05:24:17.894Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29922024-07-25T05:24:18.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
29932024-07-25T05:24:18.366Z
29942024-07-25T05:24:18.366Zinfo: running `cargo check --bins` on wicketd (136/138)
29952024-07-25T05:24:19.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-07-25T05:24:19.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-07-25T05:24:19.225Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29982024-07-25T05:24:23.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
29992024-07-25T05:24:23.374Z
30002024-07-25T05:24:23.374Zinfo: running `cargo check --bins` on omicron-workspace-hack (137/138)
30012024-07-25T05:24:24.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-07-25T05:24:24.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-07-25T05:24:24.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042024-07-25T05:24:24.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30052024-07-25T05:24:24.087Z
30062024-07-25T05:24:24.087Zinfo: running `cargo check --bins` on zone-setup (138/138)
30072024-07-25T05:24:24.825Z Downloading crates ...
30082024-07-25T05:24:24.860Z Downloaded uzers v0.11.3
30092024-07-25T05:24:24.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-07-25T05:24:24.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-07-25T05:24:25.009Z Checking uzers v0.11.3
30122024-07-25T05:24:25.279Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30132024-07-25T05:24:26.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
30142024-07-25T05:24:26.693Z
30152024-07-25T05:24:26.693Zreal 12:42.348983823
30162024-07-25T05:24:26.693Zuser 27:19.121957778
30172024-07-25T05:24:26.693Zsys 6:23.179036282
30182024-07-25T05:24:26.693Ztrap 0.694107094
30192024-07-25T05:24:26.693Ztflt 1.175972365
30202024-07-25T05:24:26.718Zdflt 2.936769786
30212024-07-25T05:24:26.718Zkflt 0.001310303
30222024-07-25T05:24:26.718Zlock 2:19:09.756430209
30232024-07-25T05:24:26.718Zslp 2:06:10.505434376
30242024-07-25T05:24:26.718Zlat 1:12.890738709
30252024-07-25T05:24:26.718Zstop 2:45.084448653
30262024-07-25T05:24:26.718Zprocess exited: duration 946570 ms, exit code 0
 
30272024-07-25T05:24:26.767Zfound 0 output files