01J3PBVSTMQSRA8P18CA1SZ39V: 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: 01J3PBW21BGC7JTPTT7PWDFVWC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-26T01:53:49.473Zjob assigned to worker 01J3PBW3DS2RTYA5SW52CED6BG (queued for 34 s)
 
22024-07-26T01:53:50.021Zstarting task 0: "setup"
32024-07-26T01:53:50.045Z++ uname -s
42024-07-26T01:53:50.045Z+ kern=SunOS
52024-07-26T01:53:50.045Z+ case "$kern" in
62024-07-26T01:53:50.045Z+ groupadd -g 12345 build
72024-07-26T01:53:50.045Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-26T01:53:52.050Z+ zfs create -o mountpoint=/work rpool/work
92024-07-26T01:53:52.095Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-26T01:53:52.119Z+ home_fs=zfs
112024-07-26T01:53:52.119Z+ [[ zfs == autofs ]]
122024-07-26T01:53:52.119Z+ mkdir -p /home/build
132024-07-26T01:53:52.119Z+ chown build:build /home/build /work
142024-07-26T01:53:54.104Z+ chmod 0700 /home/build /work
152024-07-26T01:53:54.129Zprocess exited: duration 4087 ms, exit code 0
 
162024-07-26T01:53:54.177Zstarting task 1: "rust-toolchain"
172024-07-26T01:53:54.202Z+ printf ' * toolchain channel = "%s"
182024-07-26T01:53:54.202Z' 1.78.0
192024-07-26T01:53:54.202Z+ printf ' * toolchain profile = "%s"
202024-07-26T01:53:54.202Z' default
212024-07-26T01:53:54.202Z * toolchain channel = "1.78.0"
222024-07-26T01:53:54.202Z * toolchain profile = "default"
232024-07-26T01:53:54.202Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-26T01:53:54.202Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-26T01:53:54.328Zinfo: downloading installer
262024-07-26T01:53:54.861Zinfo: profile set to 'default'
272024-07-26T01:53:54.861Zinfo: default host triple is x86_64-unknown-illumos
282024-07-26T01:53:54.861Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-26T01:53:54.944Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-26T01:53:54.944Zinfo: downloading component 'cargo'
312024-07-26T01:53:55.664Zinfo: downloading component 'clippy'
322024-07-26T01:53:55.664Zinfo: downloading component 'rust-docs'
332024-07-26T01:53:55.926Zinfo: downloading component 'rust-std'
342024-07-26T01:53:57.660Zinfo: downloading component 'rustc'
352024-07-26T01:54:00.100Zinfo: downloading component 'rustfmt'
362024-07-26T01:54:00.153Zinfo: installing component 'cargo'
372024-07-26T01:54:01.268Zinfo: installing component 'clippy'
382024-07-26T01:54:01.694Zinfo: installing component 'rust-docs'
392024-07-26T01:54:04.266Zinfo: installing component 'rust-std'
402024-07-26T01:54:06.313Zinfo: installing component 'rustc'
412024-07-26T01:54:11.231Zinfo: installing component 'rustfmt'
422024-07-26T01:54:11.602Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-26T01:54:11.603Z
442024-07-26T01:54:11.729Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-26T01:54:11.729Z
462024-07-26T01:54:11.753Z
472024-07-26T01:54:11.753ZRust is installed now. Great!
482024-07-26T01:54:11.753Z
492024-07-26T01:54:11.753ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-26T01:54:11.753Zenvironment variable. This has not been done automatically.
512024-07-26T01:54:11.753Z
522024-07-26T01:54:11.754ZTo configure your current shell, you need to source
532024-07-26T01:54:11.754Zthe corresponding env file under $HOME/.cargo.
542024-07-26T01:54:11.754Z
552024-07-26T01:54:11.754ZThis is usually done by running one of the following (note the leading DOT):
562024-07-26T01:54:11.754Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-26T01:54:11.754Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-26T01:54:11.803Z+ rustc --version
592024-07-26T01:54:11.907Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-26T01:54:11.931Zprocess exited: duration 17733 ms, exit code 0
 
612024-07-26T01:54:11.980Zstarting task 2: "authentication"
622024-07-26T01:54:12.038Zprocess exited: duration 57 ms, exit code 0
 
632024-07-26T01:54:12.087Zstarting task 3: "clone repository"
642024-07-26T01:54:12.111Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-26T01:54:12.111Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-26T01:54:12.135ZCloning into '/work/oxidecomputer/omicron'...
672024-07-26T01:54:19.775Z+ cd /work/oxidecomputer/omicron
682024-07-26T01:54:19.775Z+ git fetch origin 73594e28148b7e4d0023d2137a9b343e68c353c2
692024-07-26T01:54:20.288ZFrom https://github.com/oxidecomputer/omicron
702024-07-26T01:54:20.288Z * branch 73594e28148b7e4d0023d2137a9b343e68c353c2 -> FETCH_HEAD
712024-07-26T01:54:20.312Z+ [[ -n '' ]]
722024-07-26T01:54:20.312Z+ git reset --hard 73594e28148b7e4d0023d2137a9b343e68c353c2
732024-07-26T01:54:20.441ZHEAD is now at 73594e281 fmt
742024-07-26T01:54:20.466Zprocess exited: duration 8356 ms, exit code 0
 
752024-07-26T01:54:20.514Zstarting task 4: "build"
762024-07-26T01:54:20.538Z+ cargo --version
772024-07-26T01:54:20.612Zcargo 1.78.0 (54d8815d0 2024-03-26)
782024-07-26T01:54:20.636Z+ rustc --version
792024-07-26T01:54:20.709Zrustc 1.78.0 (9b00956e5 2024-04-29)
802024-07-26T01:54:20.733Z+ source ./env.sh
812024-07-26T01:54:20.733Z++ OLD_SHELL_OPTS=ehxB
822024-07-26T01:54:20.733Z++ set -o xtrace
832024-07-26T01:54:20.733Z++++ dirname ./env.sh
842024-07-26T01:54:20.733Z+++ readlink -f .
852024-07-26T01:54:20.733Z++ OMICRON_WS=/work/oxidecomputer/omicron
862024-07-26T01:54:20.733Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
872024-07-26T01:54:20.733Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
882024-07-26T01:54:20.733Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-07-26T01:54:20.733Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-07-26T01:54:20.734Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-07-26T01:54:20.734Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
922024-07-26T01:54:20.734Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-07-26T01:54:20.734Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-07-26T01:54:20.734Z++ case $OLD_SHELL_OPTS in
952024-07-26T01:54:20.734Z++ unset OLD_SHELL_OPTS OMICRON_WS
962024-07-26T01:54:20.734Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
972024-07-26T01:54:20.734Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
982024-07-26T01:54:20.734Z+ banner prerequisites
992024-07-26T01:54:20.734Z
1002024-07-26T01:54:20.734Z ##### ##### ###### ##### ###### #### # # # #### #
1012024-07-26T01:54:20.734Z # # # # # # # # # # # # # # #
1022024-07-26T01:54:20.734Z # # # # ##### # # ##### # # # # # #### #
1032024-07-26T01:54:20.734Z ##### ##### # ##### # # # # # # # # #
1042024-07-26T01:54:20.734Z # # # # # # # # # # # # # # #
1052024-07-26T01:54:20.734Z # # # ###### # # ###### ### # #### # #### #
1062024-07-26T01:54:20.734Z
1072024-07-26T01:54:20.734Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1082024-07-26T01:54:26.999Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-07-26T01:54:29.522Z Startup: Caching catalogs ... Done
1102024-07-26T01:54:33.432ZPlanning: Solver setup ... Done (3.329s)
1112024-07-26T01:54:33.498ZPlanning: Running solver ... Done (0.065s)
1122024-07-26T01:54:33.543ZPlanning: Finding local manifests ... Done (0.001s)
1132024-07-26T01:54:33.624ZPlanning: Fetching manifests: 0/4 0% complete
1142024-07-26T01:54:33.993ZPlanning: Fetching manifests: 4/4 100% complete
1152024-07-26T01:54:34.060ZPlanning: Package planning ... Done (0.067s)
1162024-07-26T01:54:34.234ZPlanning: Merging actions ... Done (0.174s)
1172024-07-26T01:54:34.575ZPlanning: Checking for conflicting actions ... Done (0.341s)
1182024-07-26T01:54:34.599ZPlanning: Consolidating action changes ... Done (0.013s)
1192024-07-26T01:54:35.192ZPlanning: Evaluating mediators ... Done (0.603s)
1202024-07-26T01:54:35.216ZPlanning: Planning completed in 5.62 seconds
1212024-07-26T01:54:35.240Z Packages to install: 4
1222024-07-26T01:54:35.240Z Mediators to change: 2
1232024-07-26T01:54:35.240Z Services to change: 1
1242024-07-26T01:54:35.240Z Estimated space available: 148.89 GB
1252024-07-26T01:54:35.240ZEstimated space to be consumed: 1.47 GB
1262024-07-26T01:54:35.240Z Create boot environment: No
1272024-07-26T01:54:35.240ZCreate backup boot environment: No
1282024-07-26T01:54:35.240Z Rebuild boot archive: No
1292024-07-26T01:54:35.240Z
1302024-07-26T01:54:35.240ZChanged mediators:
1312024-07-26T01:54:35.240Z mediator clang:
1322024-07-26T01:54:35.240Z version: None -> 15 (system default)
1332024-07-26T01:54:35.240Z
1342024-07-26T01:54:35.240Z mediator llvm:
1352024-07-26T01:54:35.240Z version: 14 (system default) -> 15 (system default)
1362024-07-26T01:54:35.241Z
1372024-07-26T01:54:35.241ZChanged packages:
1382024-07-26T01:54:35.241Zhelios-dev
1392024-07-26T01:54:35.241Z developer/build-essential
1402024-07-26T01:54:35.241Z None -> 11-2.0
1412024-07-26T01:54:35.241Z library/libxmlsec1
1422024-07-26T01:54:35.241Z None -> 1.2.35-2.0
1432024-07-26T01:54:35.241Z ooce/developer/clang-15
1442024-07-26T01:54:35.241Z None -> 15.0.7-2.0
1452024-07-26T01:54:35.241Z ooce/developer/llvm-15
1462024-07-26T01:54:35.241Z None -> 15.0.7-2.0
1472024-07-26T01:54:35.241Z
1482024-07-26T01:54:35.241ZServices:
1492024-07-26T01:54:35.241Z restart_fmri:
1502024-07-26T01:54:35.241Z svc:/system/update-man-index:default
1512024-07-26T01:54:35.268Z
1522024-07-26T01:54:35.268ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-07-26T01:54:40.290ZDownload: 869/3290 items 18.9/212.6MB 8% complete (3.9M/s)
1542024-07-26T01:54:45.297ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s)
1552024-07-26T01:54:50.297ZDownload: 2871/3290 items 121.1/212.6MB 56% complete (10.2M/s)
1562024-07-26T01:54:55.301ZDownload: 3247/3290 items 178.4/212.6MB 83% complete (9.6M/s)
1572024-07-26T01:55:00.305ZDownload: 3283/3290 items 210.6/212.6MB 99% complete (8.8M/s)
1582024-07-26T01:55:01.185ZDownload: Completed 212.60 MB in 25.92 seconds (8.2M/s)
1592024-07-26T01:55:01.340Z Actions: 1/3689 actions (Installing new actions)
1602024-07-26T01:55:06.393Z Actions: 3143/3689 actions (Installing new actions)
1612024-07-26T01:55:06.977Z Actions: Completed 3689 actions in 5.64 seconds.
1622024-07-26T01:55:07.335Z Done (0.352s)
1632024-07-26T01:55:07.335Z Done (0.000s)
1642024-07-26T01:55:07.746Z Done (0.405s)
1652024-07-26T01:55:12.671Z Done (4.801s)
1662024-07-26T01:55:12.766Z Done (0.019s)
1672024-07-26T01:55:12.790Z Done (0.000s)
1682024-07-26T01:55:12.915Z Done (0.000s)
1692024-07-26T01:55:13.577ZPlanning: Evaluating mediator changes ... Done
1702024-07-26T01:55:13.774ZPlanning: Checking for conflicting actions ... Done
1712024-07-26T01:55:13.798ZPlanning: Consolidating action changes ... Done
1722024-07-26T01:55:14.110ZPlanning: Evaluating mediators ... Done
1732024-07-26T01:55:14.134ZPlanning: Planning completed in 0.53 seconds
1742024-07-26T01:55:14.158Z Mediators to change: 2
1752024-07-26T01:55:14.158Z Create boot environment: No
1762024-07-26T01:55:14.158ZCreate backup boot environment: No
1772024-07-26T01:55:14.215Z Done
1782024-07-26T01:55:14.215Z Done
1792024-07-26T01:55:14.482Z Done
1802024-07-26T01:55:18.766Z Done
1812024-07-26T01:55:18.857Z Done
1822024-07-26T01:55:18.881Z Done
1832024-07-26T01:55:18.932Z Done
1842024-07-26T01:55:19.654ZPlanning: Evaluating mediator changes ... Done
1852024-07-26T01:55:19.678ZPlanning: Merging actions ... Done
1862024-07-26T01:55:19.884ZPlanning: Checking for conflicting actions ... Done
1872024-07-26T01:55:19.908ZPlanning: Consolidating action changes ... Done
1882024-07-26T01:55:20.197ZPlanning: Evaluating mediators ... Done
1892024-07-26T01:55:20.262ZPlanning: Planning completed in 0.90 seconds
1902024-07-26T01:55:20.302Z Packages to change: 1
1912024-07-26T01:55:20.302Z Mediators to change: 1
1922024-07-26T01:55:20.302Z Services to change: 1
1932024-07-26T01:55:20.326Z Create boot environment: No
1942024-07-26T01:55:20.326ZCreate backup boot environment: Yes
1952024-07-26T01:55:21.846Z Actions: 1/6 actions (Updating modified actions)
1962024-07-26T01:55:21.871Z Actions: Completed 6 actions in 0.00 seconds.
1972024-07-26T01:55:21.871Z Done
1982024-07-26T01:55:21.871Z Done
1992024-07-26T01:55:21.940Z Done
2002024-07-26T01:55:26.086Z Done
2012024-07-26T01:55:26.178Z Done
2022024-07-26T01:55:26.202Z Done
2032024-07-26T01:55:26.270Z Done
2042024-07-26T01:55:26.776ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052024-07-26T01:55:26.776Zclang system 15 system
2062024-07-26T01:55:26.776Zcsh system system illumos
2072024-07-26T01:55:26.776Zctags system system illumos
2082024-07-26T01:55:26.776Zgcc vendor 12 vendor
2092024-07-26T01:55:26.776Zgcc system 10 system
2102024-07-26T01:55:26.776Zgcc system 7 system
2112024-07-26T01:55:26.776Zgo system 1.20 system
2122024-07-26T01:55:26.776Zgo system 1.19 system
2132024-07-26T01:55:26.776Zllvm system 15 system
2142024-07-26T01:55:26.776Zllvm system 14 system
2152024-07-26T01:55:26.776Zmariadb system 10.6 system
2162024-07-26T01:55:26.776Zmta vendor vendor dma
2172024-07-26T01:55:26.776Zopenjdk system 17 system
2182024-07-26T01:55:26.776Zopenjdk system 11 system
2192024-07-26T01:55:26.776Zopenjdk system 1.8 system
2202024-07-26T01:55:26.776Zopenssl vendor 3 vendor
2212024-07-26T01:55:26.776Zperl system 5.36 system
2222024-07-26T01:55:26.776Zpostgresql system 15 system
2232024-07-26T01:55:26.776Zpostgresql system 13 system
2242024-07-26T01:55:26.776Zpython vendor 3 vendor
2252024-07-26T01:55:26.776Zpython system 2 system
2262024-07-26T01:55:26.776Zpython3 system 3.11 system
2272024-07-26T01:55:26.776Zruby system 3.0 system
2282024-07-26T01:55:26.776Zwords vendor vendor american-english
2292024-07-26T01:55:26.776Zwords system system australian-english
2302024-07-26T01:55:26.776Zwords system system british-english
2312024-07-26T01:55:26.776Zwords system system canadian-english
2322024-07-26T01:55:26.776Zwords system system french
2332024-07-26T01:55:26.776Zwords system system italian
2342024-07-26T01:55:26.777Zwords system system ngerman
2352024-07-26T01:55:26.777Zwords system system ogerman
2362024-07-26T01:55:26.777Zwords system system spanish
2372024-07-26T01:55:27.170ZPUBLISHER TYPE STATUS P LOCATION
2382024-07-26T01:55:27.170Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392024-07-26T01:55:29.107ZFMRI IFO
2402024-07-26T01:55:29.107Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412024-07-26T01:55:29.107Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422024-07-26T01:55:29.107Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432024-07-26T01:55:29.107Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442024-07-26T01:55:29.107Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452024-07-26T01:55:29.107Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2462024-07-26T01:55:29.107Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2472024-07-26T01:55:29.107Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2482024-07-26T01:55:29.107Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2492024-07-26T01:55:29.107Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2502024-07-26T01:55:29.107Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2512024-07-26T01:55:29.107Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2522024-07-26T01:55:29.674Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2532024-07-26T01:55:30.224Z Updating git repository `https://github.com/oxidecomputer/zone`
2542024-07-26T01:55:30.712Z Updating crates.io index
2552024-07-26T01:55:30.774Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2562024-07-26T01:55:31.731Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572024-07-26T01:55:32.727Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2582024-07-26T01:55:33.220Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2592024-07-26T01:55:35.322Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602024-07-26T01:55:35.740Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612024-07-26T01:55:36.314Z Updating git repository `https://github.com/oxidecomputer/propolis`
2622024-07-26T01:55:37.497Z Updating git repository `https://github.com/oxidecomputer/crucible`
2632024-07-26T01:55:39.549Z Updating git repository `https://github.com/oxidecomputer/opte`
2642024-07-26T01:55:40.768Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652024-07-26T01:55:41.697Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662024-07-26T01:55:42.493Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672024-07-26T01:55:42.953Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2682024-07-26T01:55:43.562Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2692024-07-26T01:55:44.204Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702024-07-26T01:55:44.657Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2712024-07-26T01:55:45.096Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2722024-07-26T01:55:45.560Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2732024-07-26T01:55:46.248Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742024-07-26T01:55:46.826Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752024-07-26T01:55:47.414Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2762024-07-26T01:55:47.865Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772024-07-26T01:55:48.680Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782024-07-26T01:55:49.119Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792024-07-26T01:55:49.662Z Updating git repository `https://github.com/oxidecomputer/typify`
2802024-07-26T01:55:52.118Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812024-07-26T01:55:52.577Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822024-07-26T01:55:52.961Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832024-07-26T01:55:53.596Z Updating git repository `https://github.com/oxidecomputer/rfb`
2842024-07-26T01:55:55.098Z Downloading crates ...
2852024-07-26T01:55:55.172Z Downloaded colorchoice v1.0.1
2862024-07-26T01:55:55.197Z Downloaded byteorder v1.5.0
2872024-07-26T01:55:55.198Z Downloaded block-buffer v0.10.4
2882024-07-26T01:55:55.198Z Downloaded openssl-macros v0.1.1
2892024-07-26T01:55:55.198Z Downloaded anyhow v1.0.86
2902024-07-26T01:55:55.198Z Downloaded pest_derive v2.7.10
2912024-07-26T01:55:55.198Z Downloaded once_cell v1.19.0
2922024-07-26T01:55:55.222Z Downloaded plain v0.2.3
2932024-07-26T01:55:55.222Z Downloaded try-lock v0.2.5
2942024-07-26T01:55:55.222Z Downloaded num_threads v0.1.7
2952024-07-26T01:55:55.222Z Downloaded num-conv v0.1.0
2962024-07-26T01:55:55.222Z Downloaded mime v0.3.17
2972024-07-26T01:55:55.222Z Downloaded pest_generator v2.7.10
2982024-07-26T01:55:55.222Z Downloaded openssl-probe v0.1.5
2992024-07-26T01:55:55.222Z Downloaded macaddr v1.0.1
3002024-07-26T01:55:55.222Z Downloaded itoa v1.0.11
3012024-07-26T01:55:55.222Z Downloaded usdt-attr-macro v0.5.0
3022024-07-26T01:55:55.223Z Downloaded idna v0.5.0
3032024-07-26T01:55:55.247Z Downloaded memchr v2.7.2
3042024-07-26T01:55:55.247Z Downloaded usdt-macro v0.5.0
3052024-07-26T01:55:55.247Z Downloaded scopeguard v1.2.0
3062024-07-26T01:55:55.247Z Downloaded take_mut v0.2.2
3072024-07-26T01:55:55.247Z Downloaded tinyvec_macros v0.1.1
3082024-07-26T01:55:55.247Z Downloaded strum v0.26.3
3092024-07-26T01:55:55.271Z Downloaded libc v0.2.155
3102024-07-26T01:55:55.295Z Downloaded tower-service v0.3.2
3112024-07-26T01:55:55.295Z Downloaded want v0.3.1
3122024-07-26T01:55:55.295Z Downloaded version_check v0.9.4
3132024-07-26T01:55:55.295Z Downloaded toml_datetime v0.6.6
3142024-07-26T01:55:55.295Z Downloaded usdt v0.5.0
3152024-07-26T01:55:55.295Z Downloaded sha2 v0.10.8
3162024-07-26T01:55:55.295Z Downloaded slog-bunyan v2.5.0
3172024-07-26T01:55:55.295Z Downloaded xattr v1.3.1
3182024-07-26T01:55:55.295Z Downloaded terminal_size v0.3.0
3192024-07-26T01:55:55.295Z Downloaded smallvec v1.13.2
3202024-07-26T01:55:55.296Z Downloaded serde_spanned v0.6.6
3212024-07-26T01:55:55.320Z Downloaded strum_macros v0.26.4
3222024-07-26T01:55:55.320Z Downloaded thread-id v4.2.1
3232024-07-26T01:55:55.320Z Downloaded thread_local v1.1.8
3242024-07-26T01:55:55.320Z Downloaded semver v1.0.23
3252024-07-26T01:55:55.320Z Downloaded utf8parse v0.2.1
3262024-07-26T01:55:55.320Z Downloaded time-macros v0.2.18
3272024-07-26T01:55:55.320Z Downloaded usdt-impl v0.5.0
3282024-07-26T01:55:55.320Z Downloaded zerocopy-derive v0.7.34
3292024-07-26T01:55:55.320Z Downloaded unicode-ident v1.0.12
3302024-07-26T01:55:55.320Z Downloaded ucd-trie v0.1.6
3312024-07-26T01:55:55.321Z Downloaded typenum v1.17.0
3322024-07-26T01:55:55.345Z Downloaded term v0.7.0
3332024-07-26T01:55:55.345Z Downloaded socket2 v0.5.7
3342024-07-26T01:55:55.345Z Downloaded slog v2.7.0
3352024-07-26T01:55:55.345Z Downloaded unicode-bidi v0.3.15
3362024-07-26T01:55:55.345Z Downloaded tracing-core v0.1.32
3372024-07-26T01:55:55.345Z Downloaded tracing v0.1.40
3382024-07-26T01:55:55.369Z Downloaded serde v1.0.204
3392024-07-26T01:55:55.369Z Downloaded url v2.5.2
3402024-07-26T01:55:55.369Z Downloaded toml_edit v0.22.16
3412024-07-26T01:55:55.393Z Downloaded zerocopy v0.7.34
3422024-07-26T01:55:55.418Z Downloaded vcpkg v0.2.15
3432024-07-26T01:55:55.458Z Downloaded unicode-width v0.1.13
3442024-07-26T01:55:55.483Z Downloaded syn v2.0.72
3452024-07-26T01:55:55.483Z Downloaded tokio v1.38.1
3462024-07-26T01:55:55.524Z Downloaded rustix v0.38.34
3472024-07-26T01:55:55.552Z Downloaded tokio-util v0.7.11
3482024-07-26T01:55:55.576Z Downloaded reqwest v0.11.27
3492024-07-26T01:55:55.576Z Downloaded winnow v0.6.8
3502024-07-26T01:55:55.600Z Downloaded unicode-normalization v0.1.23
3512024-07-26T01:55:55.600Z Downloaded time v0.3.36
3522024-07-26T01:55:55.600Z Downloaded tabled v0.15.0
3532024-07-26T01:55:55.624Z Downloaded syn v1.0.109
3542024-07-26T01:55:55.624Z Downloaded serde_json v1.0.120
3552024-07-26T01:55:55.648Z Downloaded serde_derive v1.0.204
3562024-07-26T01:55:55.648Z Downloaded toml v0.8.15
3572024-07-26T01:55:55.648Z Downloaded tar v0.4.41
3582024-07-26T01:55:55.648Z Downloaded ryu v1.0.18
3592024-07-26T01:55:55.648Z Downloaded tinyvec v1.6.0
3602024-07-26T01:55:55.648Z Downloaded slog-term v2.9.1
3612024-07-26T01:55:55.673Z Downloaded tokio-native-tls v0.3.1
3622024-07-26T01:55:55.673Z Downloaded tokio-macros v2.3.0
3632024-07-26T01:55:55.673Z Downloaded thiserror-impl v1.0.62
3642024-07-26T01:55:55.673Z Downloaded thiserror v1.0.62
3652024-07-26T01:55:55.673Z Downloaded tabled_derive v0.7.0
3662024-07-26T01:55:55.673Z Downloaded strsim v0.11.1
3672024-07-26T01:55:55.673Z Downloaded slog-json v2.6.1
3682024-07-26T01:55:55.673Z Downloaded slog-async v2.8.0
3692024-07-26T01:55:55.673Z Downloaded slab v0.4.9
3702024-07-26T01:55:55.673Z Downloaded signal-hook-registry v1.4.2
3712024-07-26T01:55:55.673Z Downloaded serde_urlencoded v0.7.1
3722024-07-26T01:55:55.673Z Downloaded serde_tokenstream v0.2.1
3732024-07-26T01:55:55.697Z Downloaded scroll v0.12.0
3742024-07-26T01:55:55.697Z Downloaded quote v1.0.36
3752024-07-26T01:55:55.697Z Downloaded proc-macro2 v1.0.86
3762024-07-26T01:55:55.697Z Downloaded proc-macro-error v1.0.4
3772024-07-26T01:55:55.697Z Downloaded encoding_rs v0.8.34
3782024-07-26T01:55:55.722Z Downloaded swrite v0.1.0
3792024-07-26T01:55:55.722Z Downloaded rustversion v1.0.17
3802024-07-26T01:55:55.722Z Downloaded rustls-pemfile v1.0.4
3812024-07-26T01:55:55.722Z Downloaded proc-macro-error-attr v1.0.4
3822024-07-26T01:55:55.722Z Downloaded powerfmt v0.2.0
3832024-07-26T01:55:55.722Z Downloaded pin-project-lite v0.2.14
3842024-07-26T01:55:55.722Z Downloaded openssl v0.10.66
3852024-07-26T01:55:55.746Z Downloaded pest v2.7.10
3862024-07-26T01:55:55.746Z Downloaded parking_lot_core v0.9.10
3872024-07-26T01:55:55.746Z Downloaded papergrid v0.11.0
3882024-07-26T01:55:55.746Z Downloaded mio v0.8.11
3892024-07-26T01:55:55.770Z Downloaded lock_api v0.4.12
3902024-07-26T01:55:55.770Z Downloaded indexmap v2.2.6
3912024-07-26T01:55:55.770Z Downloaded h2 v0.3.26
3922024-07-26T01:55:55.770Z Downloaded goblin v0.8.2
3932024-07-26T01:55:55.795Z Downloaded futures-util v0.3.30
3942024-07-26T01:55:55.795Z Downloaded futures v0.3.30
3952024-07-26T01:55:55.795Z Downloaded is-terminal v0.4.12
3962024-07-26T01:55:55.795Z Downloaded hyper-tls v0.5.0
3972024-07-26T01:55:55.819Z Downloaded httpdate v1.0.3
3982024-07-26T01:55:55.819Z Downloaded http-body v0.4.6
3992024-07-26T01:55:55.819Z Downloaded hostname v0.3.1
4002024-07-26T01:55:55.819Z Downloaded heck v0.4.1
4012024-07-26T01:55:55.819Z Downloaded futures-io v0.3.30
4022024-07-26T01:55:55.819Z Downloaded futures-core v0.3.30
4032024-07-26T01:55:55.819Z Downloaded filetime v0.2.23
4042024-07-26T01:55:55.819Z Downloaded dtrace-parser v0.2.0
4052024-07-26T01:55:55.819Z Downloaded dirs-sys-next v0.1.2
4062024-07-26T01:55:55.819Z Downloaded digest v0.10.7
4072024-07-26T01:55:55.819Z Downloaded hyper v0.14.28
4082024-07-26T01:55:55.843Z Downloaded futures-sink v0.3.30
4092024-07-26T01:55:55.843Z Downloaded foreign-types-shared v0.1.1
4102024-07-26T01:55:55.843Z Downloaded fnv v1.0.7
4112024-07-26T01:55:55.843Z Downloaded equivalent v1.0.1
4122024-07-26T01:55:55.843Z Downloaded time-core v0.1.2
4132024-07-26T01:55:55.843Z Downloaded sync_wrapper v0.1.2
4142024-07-26T01:55:55.844Z Downloaded scroll_derive v0.12.0
4152024-07-26T01:55:55.844Z Downloaded pretty-hex v0.4.1
4162024-07-26T01:55:55.844Z Downloaded flate2 v1.0.30
4172024-07-26T01:55:55.844Z Downloaded clap_builder v4.5.9
4182024-07-26T01:55:55.844Z Downloaded cc v1.0.97
4192024-07-26T01:55:55.844Z Downloaded bytes v1.6.0
4202024-07-26T01:55:55.868Z Downloaded base64 v0.21.7
4212024-07-26T01:55:55.868Z Downloaded pkg-config v0.3.30
4222024-07-26T01:55:55.868Z Downloaded pin-utils v0.1.0
4232024-07-26T01:55:55.868Z Downloaded pest_meta v2.7.10
4242024-07-26T01:55:55.868Z Downloaded parking_lot v0.12.2
4252024-07-26T01:55:55.868Z Downloaded openssl-sys v0.9.103
4262024-07-26T01:55:55.868Z Downloaded miniz_oxide v0.7.2
4272024-07-26T01:55:55.892Z Downloaded log v0.4.21
4282024-07-26T01:55:55.892Z Downloaded http v0.2.12
4292024-07-26T01:55:55.892Z Downloaded hashbrown v0.14.5
4302024-07-26T01:55:55.892Z Downloaded futures-channel v0.3.30
4312024-07-26T01:55:55.892Z Downloaded crossbeam-channel v0.5.12
4322024-07-26T01:55:55.892Z Downloaded clap v4.5.9
4332024-07-26T01:55:55.916Z Downloaded native-tls v0.2.11
4342024-07-26T01:55:55.916Z Downloaded memmap v0.7.0
4352024-07-26T01:55:55.916Z Downloaded ipnet v2.9.0
4362024-07-26T01:55:55.916Z Downloaded httparse v1.8.0
4372024-07-26T01:55:55.916Z Downloaded futures-task v0.3.30
4382024-07-26T01:55:55.916Z Downloaded errno v0.3.9
4392024-07-26T01:55:55.916Z Downloaded dof v0.3.0
4402024-07-26T01:55:55.916Z Downloaded dirs-next v2.0.0
4412024-07-26T01:55:55.916Z Downloaded crypto-common v0.1.6
4422024-07-26T01:55:55.916Z Downloaded crossbeam-utils v0.8.19
4432024-07-26T01:55:55.916Z Downloaded cargo_toml v0.20.4
4442024-07-26T01:55:55.940Z Downloaded cargo-platform v0.1.8
4452024-07-26T01:55:55.941Z Downloaded percent-encoding v2.3.1
4462024-07-26T01:55:55.941Z Downloaded num_cpus v1.16.0
4472024-07-26T01:55:55.941Z Downloaded heck v0.5.0
4482024-07-26T01:55:55.941Z Downloaded generic-array v0.14.7
4492024-07-26T01:55:55.941Z Downloaded futures-macro v0.3.30
4502024-07-26T01:55:55.941Z Downloaded futures-executor v0.3.30
4512024-07-26T01:55:55.941Z Downloaded fs-err v2.11.0
4522024-07-26T01:55:55.941Z Downloaded form_urlencoded v1.2.1
4532024-07-26T01:55:55.941Z Downloaded deranged v0.3.11
4542024-07-26T01:55:55.941Z Downloaded crc32fast v1.4.0
4552024-07-26T01:55:55.941Z Downloaded cpufeatures v0.2.12
4562024-07-26T01:55:55.941Z Downloaded clap_lex v0.7.0
4572024-07-26T01:55:55.941Z Downloaded clap_derive v4.5.8
4582024-07-26T01:55:55.965Z Downloaded cfg-if v1.0.0
4592024-07-26T01:55:55.965Z Downloaded cargo_metadata v0.18.1
4602024-07-26T01:55:55.965Z Downloaded camino v1.1.7
4612024-07-26T01:55:55.965Z Downloaded bytecount v0.6.8
4622024-07-26T01:55:55.965Z Downloaded bitflags v2.5.0
4632024-07-26T01:55:55.965Z Downloaded anstream v0.6.14
4642024-07-26T01:55:55.965Z Downloaded match_cfg v0.1.0
4652024-07-26T01:55:55.965Z Downloaded is_terminal_polyfill v1.70.0
4662024-07-26T01:55:55.965Z Downloaded foreign-types v0.3.2
4672024-07-26T01:55:55.965Z Downloaded anstyle v1.0.7
4682024-07-26T01:55:55.965Z Downloaded autocfg v1.3.0
4692024-07-26T01:55:55.965Z Downloaded anstyle-query v1.0.3
4702024-07-26T01:55:55.965Z Downloaded anstyle-parse v0.2.4
4712024-07-26T01:55:55.989Z Downloaded adler v1.0.2
4722024-07-26T01:55:56.119Z Compiling proc-macro2 v1.0.86
4732024-07-26T01:55:56.119Z Compiling unicode-ident v1.0.12
4742024-07-26T01:55:56.119Z Compiling libc v0.2.155
4752024-07-26T01:55:56.143Z Compiling version_check v0.9.4
4762024-07-26T01:55:56.143Z Compiling cfg-if v1.0.0
4772024-07-26T01:55:56.143Z Compiling once_cell v1.19.0
4782024-07-26T01:55:56.143Z Compiling itoa v1.0.11
4792024-07-26T01:55:56.144Z Compiling autocfg v1.3.0
4802024-07-26T01:55:56.418Z Compiling serde v1.0.204
4812024-07-26T01:55:56.526Z Compiling memchr v2.7.2
4822024-07-26T01:55:56.550Z Compiling thiserror v1.0.62
4832024-07-26T01:55:56.755Z Compiling ryu v1.0.18
4842024-07-26T01:55:56.987Z Compiling pin-project-lite v0.2.14
4852024-07-26T01:55:57.073Z Compiling bitflags v2.5.0
4862024-07-26T01:55:57.102Z Compiling pkg-config v0.3.30
4872024-07-26T01:55:57.182Z Compiling parking_lot_core v0.9.10
4882024-07-26T01:55:57.209Z Compiling cc v1.0.97
4892024-07-26T01:55:57.238Z Compiling lock_api v0.4.12
4902024-07-26T01:55:57.452Z Compiling ucd-trie v0.1.6
4912024-07-26T01:55:57.477Z Compiling vcpkg v0.2.15
4922024-07-26T01:55:57.705Z Compiling slab v0.4.9
4932024-07-26T01:55:58.043Z Compiling quote v1.0.36
4942024-07-26T01:55:58.155Z Compiling bytes v1.6.0
4952024-07-26T01:55:58.485Z Compiling syn v2.0.72
4962024-07-26T01:55:58.559Z Compiling scopeguard v1.2.0
4972024-07-26T01:55:58.603Z Compiling futures-sink v0.3.30
4982024-07-26T01:55:58.688Z Compiling smallvec v1.13.2
4992024-07-26T01:55:58.734Z Compiling futures-core v0.3.30
5002024-07-26T01:55:58.964Z Compiling equivalent v1.0.1
5012024-07-26T01:55:59.038Z Compiling serde_json v1.0.120
5022024-07-26T01:55:59.073Z Compiling log v0.4.21
5032024-07-26T01:55:59.137Z Compiling fnv v1.0.7
5042024-07-26T01:55:59.252Z Compiling hashbrown v0.14.5
5052024-07-26T01:55:59.295Z Compiling byteorder v1.5.0
5062024-07-26T01:55:59.352Z Compiling parking_lot v0.12.2
5072024-07-26T01:55:59.460Z Compiling futures-channel v0.3.30
5082024-07-26T01:55:59.535Z Compiling mio v0.8.11
5092024-07-26T01:55:59.650Z Compiling num_cpus v1.16.0
5102024-07-26T01:55:59.674Z Compiling socket2 v0.5.7
5112024-07-26T01:55:59.766Z Compiling signal-hook-registry v1.4.2
5122024-07-26T01:55:59.816Z Compiling futures-io v0.3.30
5132024-07-26T01:56:00.127Z Compiling rustix v0.38.34
5142024-07-26T01:56:00.298Z Compiling openssl-sys v0.9.103
5152024-07-26T01:56:00.324Z Compiling indexmap v2.2.6
5162024-07-26T01:56:00.375Z Compiling futures-task v0.3.30
5172024-07-26T01:56:00.495Z Compiling pin-utils v0.1.0
5182024-07-26T01:56:00.590Z Compiling typenum v1.17.0
5192024-07-26T01:56:00.639Z Compiling errno v0.3.9
5202024-07-26T01:56:00.670Z Compiling generic-array v0.14.7
5212024-07-26T01:56:00.844Z Compiling slog v2.7.0
5222024-07-26T01:56:00.868Z Compiling foreign-types-shared v0.1.1
5232024-07-26T01:56:00.932Z Compiling openssl v0.10.66
5242024-07-26T01:56:00.973Z Compiling foreign-types v0.3.2
5252024-07-26T01:56:01.331Z Compiling http v0.2.12
5262024-07-26T01:56:01.439Z Compiling usdt-impl v0.5.0
5272024-07-26T01:56:01.465Z Compiling proc-macro-error-attr v1.0.4
5282024-07-26T01:56:01.736Z Compiling tracing-core v0.1.32
5292024-07-26T01:56:01.760Z Compiling syn v1.0.109
5302024-07-26T01:56:01.890Z Compiling native-tls v0.2.11
5312024-07-26T01:56:02.194Z Compiling num-conv v0.1.0
5322024-07-26T01:56:02.358Z Compiling httparse v1.8.0
5332024-07-26T01:56:02.480Z Compiling tinyvec_macros v0.1.1
5342024-07-26T01:56:02.580Z Compiling time-core v0.1.2
5352024-07-26T01:56:02.616Z Compiling powerfmt v0.2.0
5362024-07-26T01:56:02.783Z Compiling time-macros v0.2.18
5372024-07-26T01:56:02.814Z Compiling tinyvec v1.6.0
5382024-07-26T01:56:02.920Z Compiling deranged v0.3.11
5392024-07-26T01:56:03.056Z Compiling tracing v0.1.40
5402024-07-26T01:56:03.569Z Compiling thread-id v4.2.1
5412024-07-26T01:56:03.763Z Compiling proc-macro-error v1.0.4
5422024-07-26T01:56:03.790Z Compiling try-lock v0.2.5
5432024-07-26T01:56:03.934Z Compiling rustversion v1.0.17
5442024-07-26T01:56:04.009Z Compiling heck v0.5.0
5452024-07-26T01:56:04.043Z Compiling percent-encoding v2.3.1
5462024-07-26T01:56:04.213Z Compiling crossbeam-utils v0.8.19
5472024-07-26T01:56:04.361Z Compiling openssl-probe v0.1.5
5482024-07-26T01:56:04.440Z Compiling plain v0.2.3
5492024-07-26T01:56:04.464Z Compiling utf8parse v0.2.1
5502024-07-26T01:56:04.543Z Compiling num_threads v0.1.7
5512024-07-26T01:56:04.589Z Compiling form_urlencoded v1.2.1
5522024-07-26T01:56:04.617Z Compiling anstyle-parse v0.2.4
5532024-07-26T01:56:04.672Z Compiling unicode-normalization v0.1.23
5542024-07-26T01:56:04.695Z Compiling want v0.3.1
5552024-07-26T01:56:04.920Z Compiling http-body v0.4.6
5562024-07-26T01:56:04.943Z Compiling dirs-sys-next v0.1.2
5572024-07-26T01:56:05.426Z Compiling winnow v0.6.8
5582024-07-26T01:56:05.453Z Compiling anstyle-query v1.0.3
5592024-07-26T01:56:05.505Z Compiling is_terminal_polyfill v1.70.0
5602024-07-26T01:56:05.530Z Compiling colorchoice v1.0.1
5612024-07-26T01:56:05.554Z Compiling time v0.3.36
5622024-07-26T01:56:05.581Z Compiling semver v1.0.23
5632024-07-26T01:56:05.608Z Compiling crc32fast v1.4.0
5642024-07-26T01:56:05.634Z Compiling anstyle v1.0.7
5652024-07-26T01:56:05.681Z Compiling tower-service v0.3.2
5662024-07-26T01:56:05.798Z Compiling httpdate v1.0.3
5672024-07-26T01:56:05.982Z Compiling pretty-hex v0.4.1
5682024-07-26T01:56:06.011Z Compiling camino v1.1.7
5692024-07-26T01:56:06.035Z Compiling unicode-bidi v0.3.15
5702024-07-26T01:56:06.254Z Compiling anstream v0.6.14
5712024-07-26T01:56:06.475Z Compiling dirs-next v2.0.0
5722024-07-26T01:56:06.660Z Compiling idna v0.5.0
5732024-07-26T01:56:07.684Z Compiling crypto-common v0.1.6
5742024-07-26T01:56:07.875Z Compiling block-buffer v0.10.4
5752024-07-26T01:56:07.908Z Compiling terminal_size v0.3.0
5762024-07-26T01:56:08.039Z Compiling fs-err v2.11.0
5772024-07-26T01:56:08.076Z Compiling thread_local v1.1.8
5782024-07-26T01:56:08.102Z Compiling slog-async v2.8.0
5792024-07-26T01:56:08.205Z Compiling base64 v0.21.7
5802024-07-26T01:56:08.304Z Compiling strsim v0.11.1
5812024-07-26T01:56:08.495Z Compiling clap_lex v0.7.0
5822024-07-26T01:56:08.534Z Compiling adler v1.0.2
5832024-07-26T01:56:08.599Z Compiling heck v0.4.1
5842024-07-26T01:56:08.738Z Compiling anyhow v1.0.86
5852024-07-26T01:56:08.762Z Compiling unicode-width v0.1.13
5862024-07-26T01:56:08.846Z Compiling bytecount v0.6.8
5872024-07-26T01:56:08.943Z Compiling match_cfg v0.1.0
5882024-07-26T01:56:08.973Z Compiling papergrid v0.11.0
5892024-07-26T01:56:09.014Z Compiling clap_builder v4.5.9
5902024-07-26T01:56:09.043Z Compiling hostname v0.3.1
5912024-07-26T01:56:09.067Z Compiling miniz_oxide v0.7.2
5922024-07-26T01:56:09.096Z Compiling rustls-pemfile v1.0.4
5932024-07-26T01:56:09.239Z Compiling serde_derive v1.0.204
5942024-07-26T01:56:09.279Z Compiling thiserror-impl v1.0.62
5952024-07-26T01:56:09.383Z Compiling zerocopy-derive v0.7.34
5962024-07-26T01:56:09.487Z Compiling futures-macro v0.3.30
5972024-07-26T01:56:10.257Z Compiling tokio-macros v2.3.0
5982024-07-26T01:56:10.334Z Compiling scroll_derive v0.12.0
5992024-07-26T01:56:11.163Z Compiling futures-util v0.3.30
6002024-07-26T01:56:11.276Z Compiling zerocopy v0.7.34
6012024-07-26T01:56:11.604Z Compiling openssl-macros v0.1.1
6022024-07-26T01:56:11.733Z Compiling tokio v1.38.1
6032024-07-26T01:56:12.159Z Compiling pest v2.7.10
6042024-07-26T01:56:12.513Z Compiling scroll v0.12.0
6052024-07-26T01:56:12.561Z Compiling tabled_derive v0.7.0
6062024-07-26T01:56:12.991Z Compiling goblin v0.8.2
6072024-07-26T01:56:14.628Z Compiling pest_meta v2.7.10
6082024-07-26T01:56:14.678Z Compiling strum_macros v0.26.4
6092024-07-26T01:56:17.210Z Compiling pest_generator v2.7.10
6102024-07-26T01:56:18.858Z Compiling tokio-util v0.7.11
6112024-07-26T01:56:19.108Z Compiling pest_derive v2.7.10
6122024-07-26T01:56:19.494Z Compiling tokio-native-tls v0.3.1
6132024-07-26T01:56:19.731Z Compiling h2 v0.3.26
6142024-07-26T01:56:19.758Z Compiling futures-executor v0.3.30
6152024-07-26T01:56:19.784Z Compiling dtrace-parser v0.2.0
6162024-07-26T01:56:19.951Z Compiling clap_derive v4.5.8
6172024-07-26T01:56:20.470Z Compiling digest v0.10.7
6182024-07-26T01:56:21.149Z Compiling toml_datetime v0.6.6
6192024-07-26T01:56:21.611Z Compiling serde_tokenstream v0.2.1
6202024-07-26T01:56:21.635Z Compiling serde_spanned v0.6.6
6212024-07-26T01:56:21.826Z Compiling toml_edit v0.22.16
6222024-07-26T01:56:22.593Z Compiling dof v0.3.0
6232024-07-26T01:56:22.883Z Compiling slog-json v2.6.1
6242024-07-26T01:56:23.895Z Compiling hyper v0.14.28
6252024-07-26T01:56:24.071Z Compiling cargo-platform v0.1.8
6262024-07-26T01:56:24.421Z Compiling toml v0.8.15
6272024-07-26T01:56:24.566Z Compiling serde_urlencoded v0.7.1
6282024-07-26T01:56:24.605Z Compiling url v2.5.2
6292024-07-26T01:56:24.632Z Compiling crossbeam-channel v0.5.12
6302024-07-26T01:56:25.007Z Compiling term v0.7.0
6312024-07-26T01:56:25.338Z Compiling usdt-attr-macro v0.5.0
6322024-07-26T01:56:25.557Z Compiling usdt-macro v0.5.0
6332024-07-26T01:56:25.883Z Compiling xattr v1.3.1
6342024-07-26T01:56:25.999Z Compiling memmap v0.7.0
6352024-07-26T01:56:26.108Z Compiling filetime v0.2.23
6362024-07-26T01:56:26.152Z Compiling is-terminal v0.4.12
6372024-07-26T01:56:26.320Z Compiling encoding_rs v0.8.34
6382024-07-26T01:56:26.360Z Compiling ipnet v2.9.0
6392024-07-26T01:56:26.397Z Compiling take_mut v0.2.2
6402024-07-26T01:56:26.459Z Compiling sync_wrapper v0.1.2
6412024-07-26T01:56:26.548Z Compiling mime v0.3.17
6422024-07-26T01:56:26.586Z Compiling cpufeatures v0.2.12
6432024-07-26T01:56:26.694Z Compiling sha2 v0.10.8
6442024-07-26T01:56:26.718Z Compiling usdt v0.5.0
6452024-07-26T01:56:27.060Z Compiling hyper-tls v0.5.0
6462024-07-26T01:56:27.154Z Compiling tar v0.4.41
6472024-07-26T01:56:27.344Z Compiling slog-term v2.9.1
6482024-07-26T01:56:27.437Z Compiling flate2 v1.0.30
6492024-07-26T01:56:27.690Z Compiling cargo_toml v0.20.4
6502024-07-26T01:56:28.246Z Compiling reqwest v0.11.27
6512024-07-26T01:56:28.398Z Compiling cargo_metadata v0.18.1
6522024-07-26T01:56:28.936Z Compiling clap v4.5.9
6532024-07-26T01:56:28.995Z Compiling slog-bunyan v2.5.0
6542024-07-26T01:56:29.053Z Compiling macaddr v1.0.1
6552024-07-26T01:56:29.177Z Compiling futures v0.3.30
6562024-07-26T01:56:29.201Z Compiling strum v0.26.3
6572024-07-26T01:56:29.295Z Compiling tabled v0.15.0
6582024-07-26T01:56:29.447Z Compiling swrite v0.1.0
6592024-07-26T01:56:34.204Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6602024-07-26T01:56:44.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
6612024-07-26T01:56:44.882Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6622024-07-26T01:56:44.958ZJul 26 01:56:44.353 INFO Starting download, target: Cockroach
6632024-07-26T01:56:44.958ZJul 26 01:56:44.353 INFO Starting download, target: Clickhouse
6642024-07-26T01:56:44.958ZJul 26 01:56:44.353 INFO Starting download, target: Console
6652024-07-26T01:56:44.958ZJul 26 01:56:44.353 INFO Starting download, target: DendriteOpenapi
6662024-07-26T01:56:44.958ZJul 26 01:56:44.353 INFO Starting download, target: DendriteStub
6672024-07-26T01:56:44.958ZJul 26 01:56:44.354 INFO Starting download, target: MaghemiteMgd
6682024-07-26T01:56:44.982ZJul 26 01:56:44.354 INFO Starting download, target: TransceiverControl
6692024-07-26T01:56:44.982ZJul 26 01:56:44.355 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
6702024-07-26T01:56:44.982ZJul 26 01:56:44.355 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6712024-07-26T01:56:44.982ZJul 26 01:56:44.355 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6722024-07-26T01:56:44.983ZJul 26 01:56:44.356 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6732024-07-26T01:56:44.983ZJul 26 01:56:44.356 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6742024-07-26T01:56:44.983ZJul 26 01:56:44.356 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6752024-07-26T01:56:44.983ZJul 26 01:56:44.356 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6762024-07-26T01:56:45.307ZJul 26 01:56:44.701 INFO Download complete, target: DendriteOpenapi
6772024-07-26T01:56:45.440ZJul 26 01:56:44.835 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6782024-07-26T01:56:45.729ZJul 26 01:56:45.125 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6792024-07-26T01:56:45.796ZJul 26 01:56:45.191 INFO Download complete, target: Console
6802024-07-26T01:56:46.485ZJul 26 01:56:45.880 INFO Download complete, target: TransceiverControl
6812024-07-26T01:56:46.814ZJul 26 01:56:46.210 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6822024-07-26T01:56:47.092ZJul 26 01:56:46.488 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6832024-07-26T01:56:50.047ZJul 26 01:56:49.438 INFO Download complete, target: DendriteStub
6842024-07-26T01:56:50.977ZJul 26 01:56:50.372 INFO Download complete, target: MaghemiteMgd
6852024-07-26T01:56:52.440ZJul 26 01:56:51.836 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6862024-07-26T01:56:52.440ZJul 26 01:56:51.836 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6872024-07-26T01:57:02.171ZJul 26 01:57:01.567 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6882024-07-26T01:57:02.573ZJul 26 01:57:01.968 INFO Checking that binary works, target: Cockroach
6892024-07-26T01:57:02.781ZJul 26 01:57:02.177 INFO Download complete, target: Cockroach
6902024-07-26T01:57:06.115ZJul 26 01:57:05.511 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6912024-07-26T01:57:22.681ZJul 26 01:57:22.077 INFO Checking that binary works, target: Clickhouse
6922024-07-26T01:57:22.806ZJul 26 01:57:22.202 INFO Download complete, target: Clickhouse
6932024-07-26T01:57:22.832ZAll builder prerequisites installed successfully, and PATH looks valid
6942024-07-26T01:57:22.856Z
6952024-07-26T01:57:22.856Zreal 3:02.105373096
6962024-07-26T01:57:22.856Zuser 5:19.713388616
6972024-07-26T01:57:22.856Zsys 1:19.160677145
6982024-07-26T01:57:22.856Ztrap 0.171260078
6992024-07-26T01:57:22.856Ztflt 0.099955131
7002024-07-26T01:57:22.857Zdflt 0.787913262
7012024-07-26T01:57:22.857Zkflt 0.006706105
7022024-07-26T01:57:22.857Zlock 17:57.374746735
7032024-07-26T01:57:22.857Zslp 15:11.732431889
7042024-07-26T01:57:22.857Zlat 23.589565804
7052024-07-26T01:57:22.857Zstop 1:03.907319881
7062024-07-26T01:57:22.857Z+ banner hack-check
7072024-07-26T01:57:22.857Z
7082024-07-26T01:57:22.857Z # # ## #### # # #### # # ###### #### # #
7092024-07-26T01:57:22.857Z # # # # # # # # # # # # # # # # #
7102024-07-26T01:57:22.857Z ###### # # # #### ##### # ###### ##### # ####
7112024-07-26T01:57:22.857Z # # ###### # # # # # # # # # #
7122024-07-26T01:57:22.857Z # # # # # # # # # # # # # # # # #
7132024-07-26T01:57:22.857Z # # # # #### # # #### # # ###### #### # #
7142024-07-26T01:57:22.857Z
7152024-07-26T01:57:22.857Z+ export CARGO_INCREMENTAL=0
7162024-07-26T01:57:22.857Z+ CARGO_INCREMENTAL=0
7172024-07-26T01:57:22.857Z+ ptime -m timeout 2h cargo xtask check-features --ci
7182024-07-26T01:57:23.588Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7192024-07-26T01:57:33.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
7202024-07-26T01:57:33.526Z Running `target/debug/xtask check-features --ci`
7212024-07-26T01:57:33.567Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
7222024-07-26T01:57:33.567Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
7232024-07-26T01:57:34.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
7242024-07-26T01:57:34.335Z Running `target/debug/xtask download cargo-hack`
7252024-07-26T01:57:34.367ZJul 26 01:57:33.763 INFO Starting download, target: CargoHack
7262024-07-26T01:57:34.391ZJul 26 01:57:33.764 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
7272024-07-26T01:57:35.046ZJul 26 01:57:34.418 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
7282024-07-26T01:57:35.151ZJul 26 01:57:34.547 INFO Download complete, target: CargoHack
7292024-07-26T01:57:35.175Zrunning: "/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"
7302024-07-26T01:57:35.199Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
7312024-07-26T01:57:35.396Zinfo: running `cargo check --bins` on api_identity (1/139)
7322024-07-26T01:57:36.039Z Downloading crates ...
7332024-07-26T01:57:36.192Z Downloaded diesel_table_macro_syntax v0.1.0
7342024-07-26T01:57:36.245Z Downloaded zeroize_derive v1.4.2
7352024-07-26T01:57:36.269Z Downloaded tracing-attributes v0.1.27
7362024-07-26T01:57:36.294Z Downloaded zerocopy v0.6.6
7372024-07-26T01:57:36.294Z Downloaded winnow v0.5.40
7382024-07-26T01:57:36.318Z Downloaded rustls-webpki v0.101.7
7392024-07-26T01:57:36.342Z Downloaded webpki-roots v0.25.4
7402024-07-26T01:57:36.343Z Downloaded zerocopy-derive v0.6.6
7412024-07-26T01:57:36.367Z Downloaded regex-automata v0.4.6
7422024-07-26T01:57:36.391Z Downloaded petgraph v0.6.5
7432024-07-26T01:57:36.415Z Downloaded finl_unicode v1.2.0
7442024-07-26T01:57:36.415Z Downloaded idna v0.3.0
7452024-07-26T01:57:36.415Z Downloaded idna v0.2.3
7462024-07-26T01:57:36.439Z Downloaded gimli v0.28.1
7472024-07-26T01:57:36.439Z Downloaded diesel v2.1.6
7482024-07-26T01:57:36.464Z Downloaded bstr v1.9.1
7492024-07-26T01:57:36.488Z Downloaded bstr v0.2.17
7502024-07-26T01:57:36.488Z Downloaded trust-dns-proto v0.22.0
7512024-07-26T01:57:36.512Z Downloaded smoltcp v0.9.1
7522024-07-26T01:57:36.512Z Downloaded regex-syntax v0.8.3
7532024-07-26T01:57:36.536Z Downloaded regex v1.10.5
7542024-07-26T01:57:36.560Z Downloaded openapiv3 v2.0.0
7552024-07-26T01:57:36.560Z Downloaded object v0.32.2
7562024-07-26T01:57:36.584Z Downloaded chrono v0.4.38
7572024-07-26T01:57:36.584Z Downloaded rustls v0.21.12
7582024-07-26T01:57:36.584Z Downloaded itertools v0.10.5
7592024-07-26T01:57:36.608Z Downloaded hkdf v0.12.4
7602024-07-26T01:57:36.608Z Downloaded crossterm v0.27.0
7612024-07-26T01:57:36.608Z Downloaded aho-corasick v1.1.3
7622024-07-26T01:57:36.632Z Downloaded ring v0.17.8
7632024-07-26T01:57:36.698Z Downloaded unicode-segmentation v1.11.0
7642024-07-26T01:57:36.723Z Downloaded regex-automata v0.1.10
7652024-07-26T01:57:36.723Z Downloaded nom v7.1.3
7662024-07-26T01:57:36.723Z Downloaded libm v0.2.8
7672024-07-26T01:57:36.748Z Downloaded itertools v0.12.1
7682024-07-26T01:57:36.748Z Downloaded toml_edit v0.19.15
7692024-07-26T01:57:36.773Z Downloaded toml v0.7.8
7702024-07-26T01:57:36.773Z Downloaded tokio-postgres v0.7.10
7712024-07-26T01:57:36.773Z Downloaded similar v2.5.0
7722024-07-26T01:57:36.773Z Downloaded signal-hook v0.3.17
7732024-07-26T01:57:36.773Z Downloaded serde_derive_internals v0.29.1
7742024-07-26T01:57:36.798Z Downloaded schemars v0.8.21
7752024-07-26T01:57:36.798Z Downloaded rand v0.8.5
7762024-07-26T01:57:36.798Z Downloaded publicsuffix v2.2.3
7772024-07-26T01:57:36.798Z Downloaded postgres-protocol v0.6.6
7782024-07-26T01:57:36.798Z Downloaded pem-rfc7468 v0.7.0
7792024-07-26T01:57:36.823Z Downloaded num-bigint v0.4.5
7802024-07-26T01:57:36.823Z Downloaded minimal-lexical v0.2.1
7812024-07-26T01:57:36.823Z Downloaded iana-time-zone v0.1.60
7822024-07-26T01:57:36.823Z Downloaded hmac v0.12.1
7832024-07-26T01:57:36.823Z Downloaded heapless v0.7.17
7842024-07-26T01:57:36.823Z Downloaded der_derive v0.7.2
7852024-07-26T01:57:36.823Z Downloaded der v0.7.9
7862024-07-26T01:57:36.847Z Downloaded crypto-bigint v0.5.5
7872024-07-26T01:57:36.848Z Downloaded crossbeam-epoch v0.9.18
7882024-07-26T01:57:36.848Z Downloaded cookie v0.17.0
7892024-07-26T01:57:36.848Z Downloaded console v0.15.8
7902024-07-26T01:57:36.848Z Downloaded base64ct v1.6.0
7912024-07-26T01:57:36.872Z Downloaded backtrace v0.3.71
7922024-07-26T01:57:36.872Z Downloaded allocator-api2 v0.2.18
7932024-07-26T01:57:36.872Z Downloaded spki v0.7.3
7942024-07-26T01:57:36.872Z Downloaded spin v0.9.8
7952024-07-26T01:57:36.872Z Downloaded signal-hook-mio v0.2.3
7962024-07-26T01:57:36.872Z Downloaded serde_repr v0.1.19
7972024-07-26T01:57:36.872Z Downloaded rand_chacha v0.3.1
7982024-07-26T01:57:36.873Z Downloaded r2d2 v0.8.10
7992024-07-26T01:57:36.873Z Downloaded precomputed-hash v0.1.1
8002024-07-26T01:57:36.873Z Downloaded ppv-lite86 v0.2.17
8012024-07-26T01:57:36.873Z Downloaded postgres-types v0.2.6
8022024-07-26T01:57:36.897Z Downloaded peg-runtime v0.8.3
8032024-07-26T01:57:36.897Z Downloaded num-traits v0.2.19
8042024-07-26T01:57:36.897Z Downloaded num-iter v0.1.45
8052024-07-26T01:57:36.897Z Downloaded num-integer v0.1.46
8062024-07-26T01:57:36.897Z Downloaded normalize-line-endings v0.3.0
8072024-07-26T01:57:36.897Z Downloaded ipnetwork v0.20.0
8082024-07-26T01:57:36.897Z Downloaded inout v0.1.3
8092024-07-26T01:57:36.897Z Downloaded getrandom v0.2.14
8102024-07-26T01:57:36.897Z Downloaded fixedbitset v0.4.2
8112024-07-26T01:57:36.897Z Downloaded ff v0.13.0
8122024-07-26T01:57:36.897Z Downloaded fallible-iterator v0.2.0
8132024-07-26T01:57:36.897Z Downloaded enum-as-inner v0.5.1
8142024-07-26T01:57:36.897Z Downloaded elliptic-curve v0.13.8
8152024-07-26T01:57:36.922Z Downloaded diesel_derives v2.1.4
8162024-07-26T01:57:36.922Z Downloaded bit-set v0.5.3
8172024-07-26T01:57:36.922Z Downloaded base16ct v0.2.0
8182024-07-26T01:57:36.922Z Downloaded async-trait v0.1.81
8192024-07-26T01:57:36.922Z Downloaded ahash v0.8.11
8202024-07-26T01:57:36.922Z Downloaded addr2line v0.21.0
8212024-07-26T01:57:36.922Z Downloaded zeroize v1.7.0
8222024-07-26T01:57:36.922Z Downloaded yasna v0.5.2
8232024-07-26T01:57:36.948Z Downloaded whoami v1.5.1
8242024-07-26T01:57:36.948Z Downloaded uuid v1.10.0
8252024-07-26T01:57:36.948Z Downloaded untrusted v0.9.0
8262024-07-26T01:57:36.948Z Downloaded unicode-xid v0.2.4
8272024-07-26T01:57:36.948Z Downloaded tokio-stream v0.1.15
8282024-07-26T01:57:36.948Z Downloaded tokio-rustls v0.24.1
8292024-07-26T01:57:36.948Z Downloaded subtle v2.5.0
8302024-07-26T01:57:36.948Z Downloaded strum_macros v0.25.3
8312024-07-26T01:57:36.948Z Downloaded stringprep v0.1.4
8322024-07-26T01:57:36.948Z Downloaded string_cache v0.8.7
8332024-07-26T01:57:36.948Z Downloaded static_assertions v1.1.0
8342024-07-26T01:57:36.973Z Downloaded stable_deref_trait v1.2.0
8352024-07-26T01:57:36.973Z Downloaded siphasher v0.3.11
8362024-07-26T01:57:36.973Z Downloaded sec1 v0.7.3
8372024-07-26T01:57:36.973Z Downloaded sct v0.7.1
8382024-07-26T01:57:36.973Z Downloaded schemars_derive v0.8.21
8392024-07-26T01:57:36.973Z Downloaded scheduled-thread-pool v0.2.7
8402024-07-26T01:57:36.973Z Downloaded rustc_version v0.4.0
8412024-07-26T01:57:36.973Z Downloaded rustc-demangle v0.1.24
8422024-07-26T01:57:36.973Z Downloaded rand_core v0.6.4
8432024-07-26T01:57:36.973Z Downloaded psl-types v2.0.11
8442024-07-26T01:57:36.973Z Downloaded predicates-core v1.0.6
8452024-07-26T01:57:36.973Z Downloaded predicates v3.1.0
8462024-07-26T01:57:36.973Z Downloaded pkcs8 v0.10.2
8472024-07-26T01:57:36.998Z Downloaded phf_shared v0.11.2
8482024-07-26T01:57:36.998Z Downloaded phf_shared v0.10.0
8492024-07-26T01:57:36.998Z Downloaded phf v0.11.2
8502024-07-26T01:57:36.998Z Downloaded new_debug_unreachable v1.0.6
8512024-07-26T01:57:36.998Z Downloaded md-5 v0.10.6
8522024-07-26T01:57:36.998Z Downloaded matches v0.1.10
8532024-07-26T01:57:36.998Z Downloaded managed v0.8.0
8542024-07-26T01:57:36.998Z Downloaded lazy_static v1.5.0
8552024-07-26T01:57:36.998Z Downloaded lalrpop-util v0.19.12
8562024-07-26T01:57:36.998Z Downloaded hyper-rustls v0.24.2
8572024-07-26T01:57:36.998Z Downloaded hubpack_derive v0.1.1
8582024-07-26T01:57:36.998Z Downloaded hubpack v0.1.2
8592024-07-26T01:57:36.998Z Downloaded hex v0.4.3
8602024-07-26T01:57:36.998Z Downloaded hash32 v0.2.1
8612024-07-26T01:57:36.998Z Downloaded group v0.13.0
8622024-07-26T01:57:36.998Z Downloaded float-cmp v0.9.0
8632024-07-26T01:57:36.998Z Downloaded flagset v0.4.5
8642024-07-26T01:57:36.998Z Downloaded either v1.12.0
8652024-07-26T01:57:37.023Z Downloaded dyn-clone v1.0.17
8662024-07-26T01:57:37.023Z Downloaded difflib v0.4.0
8672024-07-26T01:57:37.023Z Downloaded data-encoding v2.6.0
8682024-07-26T01:57:37.023Z Downloaded cookie_store v0.20.0
8692024-07-26T01:57:37.023Z Downloaded const-oid v0.9.6
8702024-07-26T01:57:37.023Z Downloaded cipher v0.4.4
8712024-07-26T01:57:37.023Z Downloaded block-padding v0.3.3
8722024-07-26T01:57:37.023Z Downloaded bitflags v1.3.2
8732024-07-26T01:57:37.023Z Downloaded bit-vec v0.6.3
8742024-07-26T01:57:37.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
8752024-07-26T01:57:37.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
8762024-07-26T01:57:37.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
8772024-07-26T01:57:37.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
8782024-07-26T01:57:37.094Z
8792024-07-26T01:57:37.094Zinfo: running `cargo check --bins` on bootstore (2/139)
8802024-07-26T01:57:37.728Z Downloading crates ...
8812024-07-26T01:57:37.916Z Downloaded cstr-argument v0.1.2
8822024-07-26T01:57:37.943Z Downloaded foreign-types-macros v0.2.3
8832024-07-26T01:57:37.943Z Downloaded darling_macro v0.20.9
8842024-07-26T01:57:37.943Z Downloaded convert_case v0.4.0
8852024-07-26T01:57:37.943Z Downloaded ciborium-io v0.2.2
8862024-07-26T01:57:37.943Z Downloaded async-stream-impl v0.3.5
8872024-07-26T01:57:37.969Z Downloaded waitgroup v0.1.2
8882024-07-26T01:57:37.993Z Downloaded unsafe-libyaml v0.2.11
8892024-07-26T01:57:37.993Z Downloaded serde_yaml v0.9.34+deprecated
8902024-07-26T01:57:38.019Z Downloaded smoltcp v0.11.0
8912024-07-26T01:57:38.019Z Downloaded curve25519-dalek v4.1.3
8922024-07-26T01:57:38.043Z Downloaded rustls-webpki v0.102.4
8932024-07-26T01:57:38.068Z Downloaded sha3 v0.10.8
8942024-07-26T01:57:38.068Z Downloaded rustls v0.22.4
8952024-07-26T01:57:38.092Z Downloaded regress v0.9.1
8962024-07-26T01:57:38.092Z Downloaded serde_with_macros v3.8.3
8972024-07-26T01:57:38.092Z Downloaded serde_with v3.8.3
8982024-07-26T01:57:38.116Z Downloaded rustls-pemfile v2.1.2
8992024-07-26T01:57:38.116Z Downloaded poly1305 v0.8.0
9002024-07-26T01:57:38.116Z Downloaded multer v3.1.0
9012024-07-26T01:57:38.116Z Downloaded indexmap v1.9.3
9022024-07-26T01:57:38.116Z Downloaded http v1.1.0
9032024-07-26T01:57:38.140Z Downloaded heapless v0.8.0
9042024-07-26T01:57:38.140Z Downloaded hashbrown v0.12.3
9052024-07-26T01:57:38.140Z Downloaded darling_core v0.20.9
9062024-07-26T01:57:38.140Z Downloaded chacha20poly1305 v0.10.1
9072024-07-26T01:57:38.140Z Downloaded base64 v0.22.1
9082024-07-26T01:57:38.166Z Downloaded universal-hash v0.5.1
9092024-07-26T01:57:38.167Z Downloaded tokio-rustls v0.25.0
9102024-07-26T01:57:38.167Z Downloaded thiserror-no-std v2.0.2
9112024-07-26T01:57:38.167Z Downloaded thiserror-impl-no-std v2.0.2
9122024-07-26T01:57:38.167Z Downloaded tempfile v3.10.1
9132024-07-26T01:57:38.167Z Downloaded tabwriter v1.4.0
9142024-07-26T01:57:38.167Z Downloaded structmeta-derive v0.3.0
9152024-07-26T01:57:38.167Z Downloaded structmeta v0.3.0
9162024-07-26T01:57:38.167Z Downloaded socket2 v0.4.10
9172024-07-26T01:57:38.167Z Downloaded smf v0.2.3
9182024-07-26T01:57:38.193Z Downloaded sigpipe v0.1.3
9192024-07-26T01:57:38.193Z Downloaded sha1 v0.10.6
9202024-07-26T01:57:38.193Z Downloaded serde_path_to_error v0.1.16
9212024-07-26T01:57:38.194Z Downloaded secrecy v0.8.0
9222024-07-26T01:57:38.194Z Downloaded rustls-pki-types v1.7.0
9232024-07-26T01:57:38.194Z Downloaded proc-macro-crate v1.3.1
9242024-07-26T01:57:38.194Z Downloaded pretty-hex v0.2.1
9252024-07-26T01:57:38.194Z Downloaded postcard v1.0.8
9262024-07-26T01:57:38.194Z Downloaded paste v1.0.15
9272024-07-26T01:57:38.219Z Downloaded parse-display-derive v0.9.1
9282024-07-26T01:57:38.219Z Downloaded parse-display v0.9.1
9292024-07-26T01:57:38.219Z Downloaded opaque-debug v0.3.1
9302024-07-26T01:57:38.219Z Downloaded num_enum_derive v0.5.11
9312024-07-26T01:57:38.219Z Downloaded num_enum v0.5.11
9322024-07-26T01:57:38.219Z Downloaded num-derive v0.4.2
9332024-07-26T01:57:38.219Z Downloaded newtype-uuid v1.1.0
9342024-07-26T01:57:38.219Z Downloaded keccak v0.1.5
9352024-07-26T01:57:38.219Z Downloaded instant v0.1.12
9362024-07-26T01:57:38.219Z Downloaded ident_case v1.0.1
9372024-07-26T01:57:38.219Z Downloaded hostname v0.4.0
9382024-07-26T01:57:38.219Z Downloaded hash32 v0.3.1
9392024-07-26T01:57:38.219Z Downloaded half v2.4.1
9402024-07-26T01:57:38.244Z Downloaded getopts v0.2.21
9412024-07-26T01:57:38.245Z Downloaded foreign-types-shared v0.3.1
9422024-07-26T01:57:38.245Z Downloaded foreign-types v0.5.0
9432024-07-26T01:57:38.245Z Downloaded fastrand v2.1.0
9442024-07-26T01:57:38.245Z Downloaded embedded-io v0.4.0
9452024-07-26T01:57:38.245Z Downloaded derive_more v0.99.18
9462024-07-26T01:57:38.245Z Downloaded defmt-parser v0.3.4
9472024-07-26T01:57:38.245Z Downloaded defmt-macros v0.3.9
9482024-07-26T01:57:38.245Z Downloaded defmt v0.3.8
9492024-07-26T01:57:38.245Z Downloaded debug-ignore v1.0.5
9502024-07-26T01:57:38.269Z Downloaded darling v0.20.9
9512024-07-26T01:57:38.269Z Downloaded curve25519-dalek-derive v0.1.1
9522024-07-26T01:57:38.269Z Downloaded crucible-workspace-hack v0.1.0
9532024-07-26T01:57:38.269Z Downloaded colored v2.1.0
9542024-07-26T01:57:38.269Z Downloaded cobs v0.2.3
9552024-07-26T01:57:38.269Z Downloaded ciborium-ll v0.2.2
9562024-07-26T01:57:38.269Z Downloaded ciborium v0.2.2
9572024-07-26T01:57:38.269Z Downloaded chacha20 v0.9.1
9582024-07-26T01:57:38.269Z Downloaded camino-tempfile v1.1.1
9592024-07-26T01:57:38.269Z Downloaded backoff v0.4.0
9602024-07-26T01:57:38.269Z Downloaded atomic-waker v1.1.2
9612024-07-26T01:57:38.269Z Downloaded async-stream v0.3.5
9622024-07-26T01:57:38.294Z Downloaded aead v0.5.2
9632024-07-26T01:57:38.294Z Downloaded vsss-rs v3.3.4
9642024-07-26T01:57:38.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9652024-07-26T01:57:38.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9662024-07-26T01:57:38.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9672024-07-26T01:57:38.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
9682024-07-26T01:57:38.361Z
9692024-07-26T01:57:38.362Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/139)
9702024-07-26T01:57:39.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9712024-07-26T01:57:39.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9722024-07-26T01:57:39.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9732024-07-26T01:57:39.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
9742024-07-26T01:57:39.233Z
9752024-07-26T01:57:39.233Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/139)
9762024-07-26T01:57:39.838Z Downloading crates ...
9772024-07-26T01:57:39.929Z Downloaded wait-timeout v0.2.0
9782024-07-26T01:57:39.954Z Downloaded test-strategy v0.3.1
9792024-07-26T01:57:39.954Z Downloaded rusty-fork v0.3.0
9802024-07-26T01:57:39.954Z Downloaded unarray v0.1.4
9812024-07-26T01:57:39.954Z Downloaded proptest v1.4.0
9822024-07-26T01:57:39.954Z Downloaded structmeta-derive v0.2.0
9832024-07-26T01:57:39.954Z Downloaded structmeta v0.2.0
9842024-07-26T01:57:39.954Z Downloaded rand_xorshift v0.3.0
9852024-07-26T01:57:39.978Z Downloaded quick-error v1.2.3
9862024-07-26T01:57:39.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9872024-07-26T01:57:39.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9882024-07-26T01:57:39.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9892024-07-26T01:57:39.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
9902024-07-26T01:57:40.046Z
9912024-07-26T01:57:40.046Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/139)
9922024-07-26T01:57:40.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9932024-07-26T01:57:40.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9942024-07-26T01:57:40.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9952024-07-26T01:57:40.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
9962024-07-26T01:57:40.605Z
9972024-07-26T01:57:40.605Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/139)
9982024-07-26T01:57:41.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9992024-07-26T01:57:41.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10002024-07-26T01:57:41.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10012024-07-26T01:57:41.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10022024-07-26T01:57:41.167Z
10032024-07-26T01:57:41.167Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/139)
10042024-07-26T01:57:41.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10052024-07-26T01:57:41.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10062024-07-26T01:57:41.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10072024-07-26T01:57:41.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
10082024-07-26T01:57:41.789Z
10092024-07-26T01:57:41.789Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/139)
10102024-07-26T01:57:42.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10112024-07-26T01:57:42.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10122024-07-26T01:57:42.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10132024-07-26T01:57:42.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10142024-07-26T01:57:42.352Z
10152024-07-26T01:57:42.353Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/139)
10162024-07-26T01:57:42.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10172024-07-26T01:57:42.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10182024-07-26T01:57:42.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10192024-07-26T01:57:42.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10202024-07-26T01:57:42.909Z
10212024-07-26T01:57:42.909Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/139)
10222024-07-26T01:57:43.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10232024-07-26T01:57:43.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10242024-07-26T01:57:43.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10252024-07-26T01:57:43.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
10262024-07-26T01:57:43.542Z
10272024-07-26T01:57:43.542Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/139)
10282024-07-26T01:57:44.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10292024-07-26T01:57:44.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10302024-07-26T01:57:44.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10312024-07-26T01:57:44.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10322024-07-26T01:57:44.097Z
10332024-07-26T01:57:44.097Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/139)
10342024-07-26T01:57:44.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10352024-07-26T01:57:44.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10362024-07-26T01:57:44.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10372024-07-26T01:57:44.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10382024-07-26T01:57:44.661Z
10392024-07-26T01:57:44.661Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/139)
10402024-07-26T01:57:45.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10412024-07-26T01:57:45.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10422024-07-26T01:57:45.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10432024-07-26T01:57:45.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10442024-07-26T01:57:45.226Z
10452024-07-26T01:57:45.227Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/139)
10462024-07-26T01:57:45.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10472024-07-26T01:57:45.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10482024-07-26T01:57:45.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10492024-07-26T01:57:45.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10502024-07-26T01:57:45.773Z
10512024-07-26T01:57:45.773Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/139)
10522024-07-26T01:57:46.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10532024-07-26T01:57:46.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10542024-07-26T01:57:46.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10552024-07-26T01:57:46.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10562024-07-26T01:57:46.336Z
10572024-07-26T01:57:46.336Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/139)
10582024-07-26T01:57:46.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10592024-07-26T01:57:46.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10602024-07-26T01:57:46.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10612024-07-26T01:57:46.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10622024-07-26T01:57:46.886Z
10632024-07-26T01:57:46.886Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/139)
10642024-07-26T01:57:47.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10652024-07-26T01:57:47.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10662024-07-26T01:57:47.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10672024-07-26T01:57:47.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
10682024-07-26T01:57:47.455Z
10692024-07-26T01:57:47.455Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/139)
10702024-07-26T01:57:47.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10712024-07-26T01:57:48.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10722024-07-26T01:57:48.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10732024-07-26T01:57:48.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
10742024-07-26T01:57:48.026Z
10752024-07-26T01:57:48.026Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/139)
10762024-07-26T01:57:48.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10772024-07-26T01:57:48.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10782024-07-26T01:57:48.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10792024-07-26T01:57:48.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10802024-07-26T01:57:48.590Z
10812024-07-26T01:57:48.590Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/139)
10822024-07-26T01:57:49.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10832024-07-26T01:57:49.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10842024-07-26T01:57:49.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10852024-07-26T01:57:49.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
10862024-07-26T01:57:49.154Z
10872024-07-26T01:57:49.154Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/139)
10882024-07-26T01:57:49.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10892024-07-26T01:57:49.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10902024-07-26T01:57:49.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10912024-07-26T01:57:49.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10922024-07-26T01:57:49.720Z
10932024-07-26T01:57:49.721Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/139)
10942024-07-26T01:57:50.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10952024-07-26T01:57:50.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10962024-07-26T01:57:50.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10972024-07-26T01:57:50.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10982024-07-26T01:57:50.282Z
10992024-07-26T01:57:50.282Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/139)
11002024-07-26T01:57:50.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11012024-07-26T01:57:50.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11022024-07-26T01:57:50.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11032024-07-26T01:57:50.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
11042024-07-26T01:57:50.835Z
11052024-07-26T01:57:50.835Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/139)
11062024-07-26T01:57:51.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11072024-07-26T01:57:51.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11082024-07-26T01:57:51.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11092024-07-26T01:57:51.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
11102024-07-26T01:57:51.409Z
11112024-07-26T01:57:51.409Zinfo: running `cargo check --bins` on sled-hardware-types (25/139)
11122024-07-26T01:57:52.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11132024-07-26T01:57:52.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11142024-07-26T01:57:52.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11152024-07-26T01:57:52.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
11162024-07-26T01:57:52.176Z
11172024-07-26T01:57:52.176Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/139)
11182024-07-26T01:57:52.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11192024-07-26T01:57:52.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11202024-07-26T01:57:52.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11212024-07-26T01:57:52.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
11222024-07-26T01:57:52.923Z
11232024-07-26T01:57:52.923Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/139)
11242024-07-26T01:57:53.481Z Downloading crates ...
11252024-07-26T01:57:53.631Z Downloaded mockall_derive v0.12.1
11262024-07-26T01:57:53.655Z Downloaded downcast v0.11.0
11272024-07-26T01:57:53.655Z Downloaded termtree v0.4.1
11282024-07-26T01:57:53.655Z Downloaded predicates-tree v1.0.9
11292024-07-26T01:57:53.655Z Downloaded mockall v0.12.1
11302024-07-26T01:57:53.655Z Downloaded fragile v2.0.0
11312024-07-26T01:57:53.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11322024-07-26T01:57:53.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11332024-07-26T01:57:53.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11342024-07-26T01:57:53.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
11352024-07-26T01:57:53.735Z
11362024-07-26T01:57:53.735Zinfo: running `cargo check --bins` on oxlog (28/139)
11372024-07-26T01:57:54.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11382024-07-26T01:57:54.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11392024-07-26T01:57:54.503Z Compiling serde v1.0.204
11402024-07-26T01:57:54.503Z Checking cfg-if v1.0.0
11412024-07-26T01:57:54.527Z Checking libc v0.2.155
11422024-07-26T01:57:54.527Z Compiling syn v2.0.72
11432024-07-26T01:57:54.527Z Compiling getrandom v0.2.14
11442024-07-26T01:57:54.527Z Compiling generic-array v0.14.7
11452024-07-26T01:57:54.527Z Compiling scopeguard v1.2.0
11462024-07-26T01:57:54.612Z Compiling log v0.4.21
11472024-07-26T01:57:54.697Z Compiling lock_api v0.4.12
11482024-07-26T01:57:54.869Z Compiling libm v0.2.8
11492024-07-26T01:57:54.985Z Compiling ahash v0.8.11
11502024-07-26T01:57:55.009Z Compiling num-traits v0.2.19
11512024-07-26T01:57:55.034Z Compiling serde_json v1.0.120
11522024-07-26T01:57:55.077Z Checking memchr v2.7.2
11532024-07-26T01:57:55.105Z Checking byteorder v1.5.0
11542024-07-26T01:57:55.268Z Compiling smallvec v1.13.2
11552024-07-26T01:57:55.292Z Checking itoa v1.0.11
11562024-07-26T01:57:55.378Z Compiling rand_core v0.6.4
11572024-07-26T01:57:55.402Z Checking once_cell v1.19.0
11582024-07-26T01:57:55.515Z Compiling ring v0.17.8
11592024-07-26T01:57:55.642Z Compiling parking_lot_core v0.9.10
11602024-07-26T01:57:55.702Z Checking pin-project-lite v0.2.14
11612024-07-26T01:57:55.792Z Compiling spin v0.9.8
11622024-07-26T01:57:55.827Z Compiling mio v0.8.11
11632024-07-26T01:57:55.895Z Checking typenum v1.17.0
11642024-07-26T01:57:55.990Z Compiling parking_lot v0.12.2
11652024-07-26T01:57:56.125Z Checking signal-hook-registry v1.4.2
11662024-07-26T01:57:56.636Z Compiling const-oid v0.9.6
11672024-07-26T01:57:56.684Z Compiling subtle v2.5.0
11682024-07-26T01:57:56.803Z Compiling unicode-normalization v0.1.23
11692024-07-26T01:57:56.890Z Compiling unicode-bidi v0.3.15
11702024-07-26T01:57:56.931Z Checking tinyvec_macros v0.1.1
11712024-07-26T01:57:56.968Z Checking futures-core v0.3.30
11722024-07-26T01:57:57.010Z Compiling allocator-api2 v0.2.18
11732024-07-26T01:57:57.436Z Checking tinyvec v1.6.0
11742024-07-26T01:57:57.631Z Checking num_cpus v1.16.0
11752024-07-26T01:57:57.655Z Checking socket2 v0.5.7
11762024-07-26T01:57:58.139Z Checking ryu v1.0.18
11772024-07-26T01:57:58.202Z Compiling time-macros v0.2.18
11782024-07-26T01:57:58.844Z Compiling syn v1.0.109
11792024-07-26T01:57:58.868Z Checking futures-sink v0.3.30
11802024-07-26T01:57:58.977Z Checking equivalent v1.0.1
11812024-07-26T01:57:59.060Z Compiling rustls v0.21.12
11822024-07-26T01:57:59.143Z Checking futures-channel v0.3.30
11832024-07-26T01:57:59.203Z Checking slab v0.4.9
11842024-07-26T01:57:59.274Z Checking futures-io v0.3.30
11852024-07-26T01:57:59.412Z Checking pin-utils v0.1.0
11862024-07-26T01:57:59.437Z Compiling ppv-lite86 v0.2.17
11872024-07-26T01:57:59.461Z Checking futures-task v0.3.30
11882024-07-26T01:57:59.461Z Compiling cookie v0.17.0
11892024-07-26T01:57:59.486Z Compiling signal-hook v0.3.17
11902024-07-26T01:57:59.645Z Compiling schemars v0.8.21
11912024-07-26T01:57:59.682Z Compiling untrusted v0.9.0
11922024-07-26T01:57:59.771Z Checking percent-encoding v2.3.1
11932024-07-26T01:57:59.795Z Compiling base64ct v1.6.0
11942024-07-26T01:57:59.948Z Compiling iana-time-zone v0.1.60
11952024-07-26T01:58:00.065Z Compiling rand_chacha v0.3.1
11962024-07-26T01:58:00.277Z Compiling pem-rfc7468 v0.7.0
11972024-07-26T01:58:00.339Z Checking tracing-core v0.1.32
11982024-07-26T01:58:00.494Z Compiling serde_derive_internals v0.29.1
11992024-07-26T01:58:00.861Z Compiling rand v0.8.5
12002024-07-26T01:58:00.913Z Compiling backtrace v0.3.71
12012024-07-26T01:58:01.181Z Compiling flagset v0.4.5
12022024-07-26T01:58:01.353Z Compiling smoltcp v0.9.1
12032024-07-26T01:58:01.401Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
12042024-07-26T01:58:01.805Z Compiling crossbeam-utils v0.8.19
12052024-07-26T01:58:01.918Z Compiling siphasher v0.3.11
12062024-07-26T01:58:02.031Z Checking fnv v1.0.7
12072024-07-26T01:58:02.180Z Compiling sct v0.7.1
12082024-07-26T01:58:02.234Z Compiling rustls-webpki v0.101.7
12092024-07-26T01:58:02.308Z Compiling time v0.3.36
12102024-07-26T01:58:02.823Z Compiling idna v0.5.0
12112024-07-26T01:58:03.068Z Compiling lazy_static v1.5.0
12122024-07-26T01:58:03.165Z Compiling aho-corasick v1.1.3
12132024-07-26T01:58:03.786Z Checking powerfmt v0.2.0
12142024-07-26T01:58:03.877Z Checking foreign-types-shared v0.1.1
12152024-07-26T01:58:03.966Z Compiling regex-syntax v0.8.3
12162024-07-26T01:58:04.012Z Compiling finl_unicode v1.2.0
12172024-07-26T01:58:04.036Z Checking deranged v0.3.11
12182024-07-26T01:58:04.060Z Checking foreign-types v0.3.2
12192024-07-26T01:58:04.325Z Compiling url v2.5.2
12202024-07-26T01:58:04.482Z Compiling stringprep v0.1.4
12212024-07-26T01:58:05.561Z Compiling diesel_table_macro_syntax v0.1.0
12222024-07-26T01:58:05.936Z Checking form_urlencoded v1.2.1
12232024-07-26T01:58:05.969Z Compiling num-integer v0.1.46
12242024-07-26T01:58:06.113Z Compiling idna v0.3.0
12252024-07-26T01:58:06.523Z Compiling serde_derive v1.0.204
12262024-07-26T01:58:06.679Z Compiling zeroize_derive v1.4.2
12272024-07-26T01:58:06.801Z Compiling zerocopy-derive v0.7.34
12282024-07-26T01:58:07.450Z Compiling tokio-macros v2.3.0
12292024-07-26T01:58:07.756Z Compiling futures-macro v0.3.30
12302024-07-26T01:58:08.016Z Compiling zeroize v1.7.0
12312024-07-26T01:58:08.331Z Compiling thiserror-impl v1.0.62
12322024-07-26T01:58:08.663Z Compiling zerocopy v0.7.34
12332024-07-26T01:58:09.922Z Compiling tracing-attributes v0.1.27
12342024-07-26T01:58:10.276Z Compiling scroll_derive v0.12.0
12352024-07-26T01:58:10.707Z Compiling hashbrown v0.14.5
12362024-07-26T01:58:10.931Z Compiling crypto-common v0.1.6
12372024-07-26T01:58:11.026Z Compiling thiserror v1.0.62
12382024-07-26T01:58:11.130Z Compiling pest v2.7.10
12392024-07-26T01:58:11.154Z Compiling der_derive v0.7.2
12402024-07-26T01:58:11.179Z Compiling openssl-macros v0.1.1
12412024-07-26T01:58:11.816Z Compiling block-buffer v0.10.4
12422024-07-26T01:58:11.889Z Compiling futures-util v0.3.30
12432024-07-26T01:58:12.040Z Compiling digest v0.10.7
12442024-07-26T01:58:12.440Z Compiling scroll v0.12.0
12452024-07-26T01:58:12.910Z Compiling goblin v0.8.2
12462024-07-26T01:58:13.121Z Compiling pest_meta v2.7.10
12472024-07-26T01:58:13.349Z Compiling tracing v0.1.40
12482024-07-26T01:58:13.576Z Compiling schemars_derive v0.8.21
12492024-07-26T01:58:13.776Z Compiling hmac v0.12.1
12502024-07-26T01:58:13.975Z Compiling der v0.7.9
12512024-07-26T01:58:16.318Z Compiling pest_generator v2.7.10
12522024-07-26T01:58:16.827Z Compiling hubpack_derive v0.1.1
12532024-07-26T01:58:17.041Z Compiling zerocopy-derive v0.6.6
12542024-07-26T01:58:17.072Z Compiling async-trait v0.1.81
12552024-07-26T01:58:17.276Z Checking bytes v1.6.0
12562024-07-26T01:58:17.405Z Checking bitflags v2.5.0
12572024-07-26T01:58:17.660Z Checking indexmap v2.2.6
12582024-07-26T01:58:18.493Z Checking tokio v1.38.1
12592024-07-26T01:58:18.871Z Compiling semver v1.0.23
12602024-07-26T01:58:18.989Z Compiling pest_derive v2.7.10
12612024-07-26T01:58:19.344Z Compiling rustc_version v0.4.0
12622024-07-26T01:58:19.503Z Compiling http v0.2.12
12632024-07-26T01:58:19.629Z Compiling uuid v1.10.0
12642024-07-26T01:58:19.961Z Compiling dtrace-parser v0.2.0
12652024-07-26T01:58:19.985Z Compiling heapless v0.7.17
12662024-07-26T01:58:20.370Z Compiling dof v0.3.0
12672024-07-26T01:58:20.429Z Compiling chrono v0.4.38
12682024-07-26T01:58:20.837Z Compiling http-body v0.4.6
12692024-07-26T01:58:21.291Z Compiling usdt-impl v0.5.0
12702024-07-26T01:58:21.451Z Compiling openssl v0.10.66
12712024-07-26T01:58:21.783Z Compiling serde_tokenstream v0.2.1
12722024-07-26T01:58:22.301Z Compiling rustix v0.38.34
12732024-07-26T01:58:22.609Z Compiling serde_spanned v0.6.6
12742024-07-26T01:58:22.674Z Compiling toml_datetime v0.6.6
12752024-07-26T01:58:22.796Z Compiling spki v0.7.3
12762024-07-26T01:58:23.112Z Compiling sha2 v0.10.8
12772024-07-26T01:58:23.271Z Compiling md-5 v0.10.6
12782024-07-26T01:58:23.479Z Compiling regex-automata v0.4.6
12792024-07-26T01:58:23.507Z Checking openssl-sys v0.9.103
12802024-07-26T01:58:24.321Z Compiling hash32 v0.2.1
12812024-07-26T01:58:24.443Z Checking tokio-util v0.7.11
12822024-07-26T01:58:24.538Z Compiling fs-err v2.11.0
12832024-07-26T01:58:24.644Z Checking base64 v0.21.7
12842024-07-26T01:58:24.668Z Checking try-lock v0.2.5
12852024-07-26T01:58:24.783Z Checking num_threads v0.1.7
12862024-07-26T01:58:24.876Z Compiling dyn-clone v1.0.17
12872024-07-26T01:58:24.917Z Checking unicode-ident v1.0.12
12882024-07-26T01:58:25.051Z Compiling stable_deref_trait v1.2.0
12892024-07-26T01:58:25.075Z Checking time-core v0.1.2
12902024-07-26T01:58:25.099Z Compiling fallible-iterator v0.2.0
12912024-07-26T01:58:25.137Z Compiling anyhow v1.0.86
12922024-07-26T01:58:25.190Z Checking num-conv v0.1.0
12932024-07-26T01:58:25.216Z Compiling gimli v0.28.1
12942024-07-26T01:58:25.592Z Compiling psl-types v2.0.11
12952024-07-26T01:58:25.616Z Compiling slog v2.7.0
12962024-07-26T01:58:25.754Z Compiling clap_derive v4.5.8
12972024-07-26T01:58:25.898Z Compiling publicsuffix v2.2.3
12982024-07-26T01:58:26.102Z Compiling postgres-protocol v0.6.6
12992024-07-26T01:58:26.262Z Compiling h2 v0.3.26
13002024-07-26T01:58:26.580Z Compiling native-tls v0.2.11
13012024-07-26T01:58:27.098Z Compiling tokio-native-tls v0.3.1
13022024-07-26T01:58:27.326Z Compiling tokio-rustls v0.24.1
13032024-07-26T01:58:28.486Z Compiling addr2line v0.21.0
13042024-07-26T01:58:29.130Z Checking proc-macro2 v1.0.86
13052024-07-26T01:58:29.734Z Checking want v0.3.1
13062024-07-26T01:58:30.126Z Compiling terminal_size v0.3.0
13072024-07-26T01:58:30.304Z Compiling pkcs8 v0.10.2
13082024-07-26T01:58:31.142Z Compiling usdt-macro v0.5.0
13092024-07-26T01:58:31.332Z Compiling usdt-attr-macro v0.5.0
13102024-07-26T01:58:31.895Z Compiling hyper v0.14.28
13112024-07-26T01:58:32.408Z Compiling enum-as-inner v0.5.1
13122024-07-26T01:58:32.543Z Compiling block-padding v0.3.3
13132024-07-26T01:58:32.670Z Compiling diesel_derives v2.1.4
13142024-07-26T01:58:32.694Z Compiling serde_repr v0.1.19
13152024-07-26T01:58:32.752Z Compiling strum_macros v0.25.3
13162024-07-26T01:58:34.182Z Compiling phf_shared v0.11.2
13172024-07-26T01:58:34.468Z Checking httparse v1.8.0
13182024-07-26T01:58:34.515Z Compiling ff v0.13.0
13192024-07-26T01:58:34.703Z Compiling scheduled-thread-pool v0.2.7
13202024-07-26T01:58:34.796Z Checking errno v0.3.9
13212024-07-26T01:58:34.928Z Compiling object v0.32.2
13222024-07-26T01:58:34.952Z Compiling base16ct v0.2.0
13232024-07-26T01:58:35.074Z Checking openssl-probe v0.1.5
13242024-07-26T01:58:35.188Z Compiling bitflags v1.3.2
13252024-07-26T01:58:35.244Z Compiling bit-vec v0.6.3
13262024-07-26T01:58:35.280Z Checking ucd-trie v0.1.6
13272024-07-26T01:58:35.623Z Checking cpufeatures v0.2.12
13282024-07-26T01:58:35.700Z Checking anstyle v1.0.7
13292024-07-26T01:58:35.888Z Compiling matches v0.1.10
13302024-07-26T01:58:35.972Z Compiling rustc-demangle v0.1.24
13312024-07-26T01:58:35.996Z Checking adler v1.0.2
13322024-07-26T01:58:36.107Z Compiling regex-automata v0.1.10
13332024-07-26T01:58:36.131Z Checking plain v0.2.3
13342024-07-26T01:58:36.131Z Checking tower-service v0.3.2
13352024-07-26T01:58:36.289Z Checking httpdate v1.0.3
13362024-07-26T01:58:36.315Z Compiling winnow v0.5.40
13372024-07-26T01:58:36.473Z Compiling managed v0.8.0
13382024-07-26T01:58:36.584Z Compiling either v1.12.0
13392024-07-26T01:58:36.839Z Checking utf8parse v0.2.1
13402024-07-26T01:58:36.917Z Compiling clap_builder v4.5.9
13412024-07-26T01:58:36.964Z Checking anstyle-parse v0.2.4
13422024-07-26T01:58:37.171Z Compiling bstr v0.2.17
13432024-07-26T01:58:38.351Z Compiling hyper-tls v0.5.0
13442024-07-26T01:58:38.571Z Compiling hyper-rustls v0.24.2
13452024-07-26T01:58:39.220Z Compiling toml_edit v0.19.15
13462024-07-26T01:58:39.845Z Checking miniz_oxide v0.7.2
13472024-07-26T01:58:40.806Z Compiling idna v0.2.3
13482024-07-26T01:58:42.361Z Compiling sec1 v0.7.3
13492024-07-26T01:58:42.839Z Compiling r2d2 v0.8.10
13502024-07-26T01:58:43.143Z Compiling group v0.13.0
13512024-07-26T01:58:43.353Z Compiling signal-hook-mio v0.2.3
13522024-07-26T01:58:43.416Z Compiling phf v0.11.2
13532024-07-26T01:58:43.475Z Compiling cookie_store v0.20.0
13542024-07-26T01:58:43.506Z Compiling inout v0.1.3
13552024-07-26T01:58:43.727Z Compiling ipnetwork v0.20.0
13562024-07-26T01:58:43.893Z Checking quote v1.0.36
13572024-07-26T01:58:43.982Z Compiling regex v1.10.5
13582024-07-26T01:58:44.173Z Compiling postgres-types v0.2.6
13592024-07-26T01:58:44.235Z Compiling zerocopy v0.6.6
13602024-07-26T01:58:44.472Z Compiling serde_urlencoded v0.7.1
13612024-07-26T01:58:44.552Z Compiling hubpack v0.1.2
13622024-07-26T01:58:44.910Z Compiling futures-executor v0.3.30
13632024-07-26T01:58:44.935Z Compiling hkdf v0.12.4
13642024-07-26T01:58:44.964Z Compiling crypto-bigint v0.5.5
13652024-07-26T01:58:45.123Z Compiling num-bigint v0.4.5
13662024-07-26T01:58:45.384Z Compiling phf_shared v0.10.0
13672024-07-26T01:58:45.715Z Compiling float-cmp v0.9.0
13682024-07-26T01:58:45.902Z Compiling fixedbitset v0.4.2
13692024-07-26T01:58:45.950Z Compiling webpki-roots v0.25.4
13702024-07-26T01:58:46.016Z Checking is_terminal_polyfill v1.70.0
13712024-07-26T01:58:46.074Z Compiling normalize-line-endings v0.3.0
13722024-07-26T01:58:46.098Z Compiling new_debug_unreachable v1.0.6
13732024-07-26T01:58:46.122Z Compiling whoami v1.5.1
13742024-07-26T01:58:46.188Z Compiling minimal-lexical v0.2.1
13752024-07-26T01:58:46.225Z Checking anstyle-query v1.0.3
13762024-07-26T01:58:46.320Z Compiling unicode-segmentation v1.11.0
13772024-07-26T01:58:46.344Z Checking colorchoice v1.0.1
13782024-07-26T01:58:46.368Z Compiling difflib v0.4.0
13792024-07-26T01:58:46.445Z Checking pretty-hex v0.4.1
13802024-07-26T01:58:46.577Z Compiling static_assertions v1.1.0
13812024-07-26T01:58:46.625Z Compiling data-encoding v2.6.0
13822024-07-26T01:58:46.689Z Compiling precomputed-hash v0.1.1
13832024-07-26T01:58:46.751Z Compiling predicates-core v1.0.6
13842024-07-26T01:58:46.790Z Compiling reqwest v0.11.27
13852024-07-26T01:58:46.982Z Compiling predicates v3.1.0
13862024-07-26T01:58:47.062Z Compiling similar v2.5.0
13872024-07-26T01:58:47.713Z Compiling yasna v0.5.2
13882024-07-26T01:58:48.384Z Compiling elliptic-curve v0.13.8
13892024-07-26T01:58:48.546Z Compiling trust-dns-proto v0.22.0
13902024-07-26T01:58:49.086Z Compiling string_cache v0.8.7
13912024-07-26T01:58:49.238Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
13922024-07-26T01:58:49.485Z Compiling console v0.15.8
13932024-07-26T01:58:50.010Z Compiling nom v7.1.3
13942024-07-26T01:58:50.202Z Checking anstream v0.6.14
13952024-07-26T01:58:50.462Z Compiling tokio-postgres v0.7.10
13962024-07-26T01:58:50.688Z Compiling toml_edit v0.22.16
13972024-07-26T01:58:50.756Z Compiling petgraph v0.6.5
13982024-07-26T01:58:53.534Z Compiling usdt v0.5.0
13992024-07-26T01:58:53.893Z Compiling crossbeam-epoch v0.9.18
14002024-07-26T01:58:53.955Z Compiling diesel v2.1.6
14012024-07-26T01:58:54.255Z Compiling futures v0.3.30
14022024-07-26T01:58:54.551Z Compiling cipher v0.4.4
14032024-07-26T01:58:54.712Z Compiling crossterm v0.27.0
14042024-07-26T01:58:55.009Z Compiling toml v0.7.8
14052024-07-26T01:58:55.475Z Compiling clap v4.5.9
14062024-07-26T01:58:55.576Z Compiling itertools v0.10.5
14072024-07-26T01:58:55.792Z Compiling itertools v0.12.1
14082024-07-26T01:58:56.440Z Compiling bit-set v0.5.3
14092024-07-26T01:58:57.569Z Compiling bstr v1.9.1
14102024-07-26T01:58:57.811Z Compiling tokio-stream v0.1.15
14112024-07-26T01:58:58.029Z Compiling openapiv3 v2.0.0
14122024-07-26T01:58:58.293Z Compiling hex v0.4.3
14132024-07-26T01:58:58.502Z Compiling num-iter v0.1.45
14142024-07-26T01:58:58.882Z Checking thread-id v4.2.1
14152024-07-26T01:58:58.978Z Compiling unicode-xid v0.2.4
14162024-07-26T01:58:59.053Z Checking ipnet v2.9.0
14172024-07-26T01:58:59.121Z Checking clap_lex v0.7.0
14182024-07-26T01:58:59.172Z Compiling lalrpop-util v0.19.12
14192024-07-26T01:58:59.429Z Checking strsim v0.11.1
14202024-07-26T01:58:59.598Z Compiling peg-runtime v0.8.3
14212024-07-26T01:59:02.045Z Checking rustls-pemfile v1.0.4
14222024-07-26T01:59:02.659Z Checking crc32fast v1.4.0
14232024-07-26T01:59:03.002Z Checking memmap v0.7.0
14242024-07-26T01:59:03.026Z Checking encoding_rs v0.8.34
14252024-07-26T01:59:03.293Z Checking unicode-width v0.1.13
14262024-07-26T01:59:03.641Z Checking winnow v0.6.8
14272024-07-26T01:59:03.738Z Checking sync_wrapper v0.1.2
14282024-07-26T01:59:04.228Z Checking mime v0.3.17
14292024-07-26T01:59:07.466Z Checking flate2 v1.0.30
14302024-07-26T01:59:09.660Z Checking camino v1.1.7
14312024-07-26T01:59:09.684Z Checking sigpipe v0.1.3
14322024-07-26T01:59:20.793Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14332024-07-26T01:59:30.791Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
14342024-07-26T01:59:31.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
14352024-07-26T01:59:31.275Z
14362024-07-26T01:59:31.275Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/139)
14372024-07-26T01:59:31.854Z Downloading crates ...
14382024-07-26T01:59:32.058Z Downloaded atomicwrites v0.4.3
14392024-07-26T01:59:32.082Z Downloaded arc-swap v1.7.1
14402024-07-26T01:59:32.082Z Downloaded erased-serde v0.3.31
14412024-07-26T01:59:32.082Z Downloaded zone_cfg_derive v0.1.2
14422024-07-26T01:59:32.082Z Downloaded zone v0.1.8
14432024-07-26T01:59:32.082Z Downloaded walkdir v2.5.0
14442024-07-26T01:59:32.082Z Downloaded utf-8 v0.7.6
14452024-07-26T01:59:32.082Z Downloaded tungstenite v0.21.0
14462024-07-26T01:59:32.107Z Downloaded tungstenite v0.20.1
14472024-07-26T01:59:32.107Z Downloaded tokio-tungstenite v0.21.0
14482024-07-26T01:59:32.107Z Downloaded tokio-tungstenite v0.20.1
14492024-07-26T01:59:32.107Z Downloaded termcolor v1.4.1
14502024-07-26T01:59:32.107Z Downloaded subprocess v0.2.9
14512024-07-26T01:59:32.107Z Downloaded slog-stdlog v4.1.1
14522024-07-26T01:59:32.107Z Downloaded slog-scope v4.4.0
14532024-07-26T01:59:32.107Z Downloaded slog-envlogger v2.2.0
14542024-07-26T01:59:32.107Z Downloaded serde_arrays v0.1.0
14552024-07-26T01:59:32.107Z Downloaded same-file v1.0.6
14562024-07-26T01:59:32.107Z Downloaded ron v0.7.1
14572024-07-26T01:59:32.131Z Downloaded rcgen v0.12.1
14582024-07-26T01:59:32.131Z Downloaded portpicker v0.1.1
14592024-07-26T01:59:32.131Z Downloaded pem v3.0.4
14602024-07-26T01:59:32.131Z Downloaded humantime v2.1.0
14612024-07-26T01:59:32.131Z Downloaded heck v0.3.3
14622024-07-26T01:59:32.131Z Downloaded headers-core v0.2.0
14632024-07-26T01:59:32.131Z Downloaded headers v0.3.9
14642024-07-26T01:59:32.131Z Downloaded env_logger v0.9.3
14652024-07-26T01:59:32.131Z Downloaded bitstruct_derive v0.1.0
14662024-07-26T01:59:32.131Z Downloaded bitstruct v0.1.1
14672024-07-26T01:59:32.131Z Downloaded base64 v0.13.1
14682024-07-26T01:59:32.131Z Downloaded atty v0.2.14
14692024-07-26T01:59:32.156Z Downloaded ascii v1.1.0
14702024-07-26T01:59:32.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14712024-07-26T01:59:32.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14722024-07-26T01:59:32.257Z Compiling regress v0.9.1
14732024-07-26T01:59:32.281Z Checking sha1 v0.10.6
14742024-07-26T01:59:32.306Z Compiling strum_macros v0.26.4
14752024-07-26T01:59:32.330Z Checking heck v0.5.0
14762024-07-26T01:59:32.354Z Compiling getopts v0.2.21
14772024-07-26T01:59:32.354Z Checking dirs-sys-next v0.1.2
14782024-07-26T01:59:32.378Z Compiling unsafe-libyaml v0.2.11
14792024-07-26T01:59:32.518Z Checking http v1.1.0
14802024-07-26T01:59:32.542Z Checking dirs-next v2.0.0
14812024-07-26T01:59:32.639Z Checking thread_local v1.1.8
14822024-07-26T01:59:32.753Z Compiling ident_case v1.0.1
14832024-07-26T01:59:32.861Z Checking rustls-pki-types v1.7.0
14842024-07-26T01:59:32.902Z Compiling darling_core v0.20.9
14852024-07-26T01:59:33.171Z Checking term v0.7.0
14862024-07-26T01:59:33.213Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14872024-07-26T01:59:33.484Z Compiling serde_yaml v0.9.34+deprecated
14882024-07-26T01:59:33.508Z Checking crossbeam-channel v0.5.12
14892024-07-26T01:59:33.596Z Checking atty v0.2.14
14902024-07-26T01:59:33.691Z Checking is-terminal v0.4.12
14912024-07-26T01:59:33.788Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14922024-07-26T01:59:33.825Z Checking termcolor v1.4.1
14932024-07-26T01:59:34.045Z Checking utf-8 v0.7.6
14942024-07-26T01:59:34.095Z Compiling paste v1.0.15
14952024-07-26T01:59:34.150Z Checking humantime v2.1.0
14962024-07-26T01:59:34.209Z Compiling rustls v0.22.4
14972024-07-26T01:59:34.385Z Checking take_mut v0.2.2
14982024-07-26T01:59:34.419Z Checking base64 v0.22.1
14992024-07-26T01:59:34.516Z Checking slog-async v2.8.0
15002024-07-26T01:59:34.585Z Checking env_logger v0.9.3
15012024-07-26T01:59:34.780Z Checking slog-term v2.9.1
15022024-07-26T01:59:34.812Z Checking rustls-webpki v0.102.4
15032024-07-26T01:59:34.898Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15042024-07-26T01:59:35.186Z Compiling proc-macro-crate v1.3.1
15052024-07-26T01:59:35.460Z Compiling bitstruct_derive v0.1.0
15062024-07-26T01:59:36.093Z Compiling structmeta-derive v0.3.0
15072024-07-26T01:59:36.323Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15082024-07-26T01:59:36.422Z Compiling multer v3.1.0
15092024-07-26T01:59:36.560Z Checking strum v0.26.3
15102024-07-26T01:59:36.586Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15112024-07-26T01:59:36.647Z Checking ascii v1.1.0
15122024-07-26T01:59:36.694Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15132024-07-26T01:59:36.747Z Checking match_cfg v0.1.0
15142024-07-26T01:59:36.827Z Checking hostname v0.3.1
15152024-07-26T01:59:36.851Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15162024-07-26T01:59:36.986Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15172024-07-26T01:59:37.010Z Checking bitstruct v0.1.1
15182024-07-26T01:59:37.010Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
15192024-07-26T01:59:37.034Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15202024-07-26T01:59:37.084Z Compiling num_enum_derive v0.5.11
15212024-07-26T01:59:37.197Z Checking slog-json v2.6.1
15222024-07-26T01:59:37.409Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15232024-07-26T01:59:37.617Z Checking serde_arrays v0.1.0
15242024-07-26T01:59:37.724Z Checking erased-serde v0.3.31
15252024-07-26T01:59:37.749Z Compiling async-stream-impl v0.3.5
15262024-07-26T01:59:38.133Z Compiling foreign-types-macros v0.2.3
15272024-07-26T01:59:38.583Z Compiling structmeta v0.3.0
15282024-07-26T01:59:38.607Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15292024-07-26T01:59:38.793Z Compiling darling_macro v0.20.9
15302024-07-26T01:59:38.835Z Checking foreign-types-shared v0.3.1
15312024-07-26T01:59:38.862Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15322024-07-26T01:59:38.935Z Checking atomic-waker v1.1.2
15332024-07-26T01:59:38.964Z Checking arc-swap v1.7.1
15342024-07-26T01:59:39.052Z Checking waitgroup v0.1.2
15352024-07-26T01:59:39.111Z Compiling parse-display-derive v0.9.1
15362024-07-26T01:59:39.149Z Checking foreign-types v0.5.0
15372024-07-26T01:59:39.173Z Checking async-stream v0.3.5
15382024-07-26T01:59:39.301Z Checking num_enum v0.5.11
15392024-07-26T01:59:39.325Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15402024-07-26T01:59:39.349Z Checking slog-scope v4.4.0
15412024-07-26T01:59:39.349Z Checking slog-bunyan v2.5.0
15422024-07-26T01:59:39.427Z Compiling proc-macro-error v1.0.4
15432024-07-26T01:59:39.632Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15442024-07-26T01:59:39.672Z Compiling darling v0.20.9
15452024-07-26T01:59:39.730Z Checking rustls-pemfile v2.1.2
15462024-07-26T01:59:39.778Z Compiling serde_with_macros v3.8.3
15472024-07-26T01:59:39.930Z Checking toml v0.8.15
15482024-07-26T01:59:39.972Z Checking tungstenite v0.20.1
15492024-07-26T01:59:40.056Z Checking tokio-rustls v0.25.0
15502024-07-26T01:59:40.082Z Compiling heck v0.3.3
15512024-07-26T01:59:40.350Z Checking newtype-uuid v1.1.0
15522024-07-26T01:59:40.431Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15532024-07-26T01:59:40.541Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15542024-07-26T01:59:40.565Z Checking serde_path_to_error v0.1.16
15552024-07-26T01:59:40.679Z Checking cstr-argument v0.1.2
15562024-07-26T01:59:40.822Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15572024-07-26T01:59:41.068Z Checking hostname v0.4.0
15582024-07-26T01:59:41.182Z Checking instant v0.1.12
15592024-07-26T01:59:41.283Z Checking fastrand v2.1.0
15602024-07-26T01:59:41.348Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
15612024-07-26T01:59:41.523Z Checking pretty-hex v0.2.1
15622024-07-26T01:59:41.565Z Checking debug-ignore v1.0.5
15632024-07-26T01:59:41.592Z Checking tempfile v3.10.1
15642024-07-26T01:59:41.660Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15652024-07-26T01:59:41.710Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15662024-07-26T01:59:41.833Z Checking backoff v0.4.0
15672024-07-26T01:59:41.894Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15682024-07-26T01:59:42.006Z Checking tokio-tungstenite v0.20.1
15692024-07-26T01:59:42.078Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15702024-07-26T01:59:42.143Z Compiling zone_cfg_derive v0.1.2
15712024-07-26T01:59:42.256Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15722024-07-26T01:59:42.389Z Checking slog-stdlog v4.1.1
15732024-07-26T01:59:42.413Z Checking serde_with v3.8.3
15742024-07-26T01:59:42.524Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15752024-07-26T01:59:42.652Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15762024-07-26T01:59:42.863Z Checking tungstenite v0.21.0
15772024-07-26T01:59:42.928Z Checking colored v2.1.0
15782024-07-26T01:59:43.129Z Checking parse-display v0.9.1
15792024-07-26T01:59:43.167Z Checking macaddr v1.0.1
15802024-07-26T01:59:43.317Z Checking socket2 v0.4.10
15812024-07-26T01:59:43.342Z Checking base64 v0.13.1
15822024-07-26T01:59:43.434Z Checking zone v0.1.8
15832024-07-26T01:59:43.573Z Checking tokio-tungstenite v0.21.0
15842024-07-26T01:59:43.662Z Checking ron v0.7.1
15852024-07-26T01:59:43.964Z Checking slog-envlogger v2.2.0
15862024-07-26T01:59:43.988Z Checking pem v3.0.4
15872024-07-26T01:59:44.145Z Checking tabwriter v1.4.0
15882024-07-26T01:59:44.188Z Checking xattr v1.3.1
15892024-07-26T01:59:44.335Z Checking portpicker v0.1.1
15902024-07-26T01:59:44.359Z Checking headers-core v0.2.0
15912024-07-26T01:59:44.450Z Checking smf v0.2.3
15922024-07-26T01:59:44.478Z Checking filetime v0.2.23
15932024-07-26T01:59:44.565Z Checking same-file v1.0.6
15942024-07-26T01:59:44.651Z Checking tar v0.4.41
15952024-07-26T01:59:44.708Z Checking walkdir v2.5.0
15962024-07-26T01:59:44.825Z Checking headers v0.3.9
15972024-07-26T01:59:44.947Z Checking rcgen v0.12.1
15982024-07-26T01:59:45.062Z Checking camino-tempfile v1.1.1
15992024-07-26T01:59:45.140Z Checking atomicwrites v0.4.3
16002024-07-26T01:59:45.293Z Checking subprocess v0.2.9
16012024-07-26T01:59:46.671Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16022024-07-26T01:59:46.898Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16032024-07-26T01:59:47.890Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16042024-07-26T01:59:50.368Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16052024-07-26T01:59:50.459Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16062024-07-26T01:59:54.791Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16072024-07-26T02:00:04.207Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16082024-07-26T02:00:04.373Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
16092024-07-26T02:00:04.373Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16102024-07-26T02:00:07.528Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
16112024-07-26T02:00:07.825Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16122024-07-26T02:00:15.052Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16132024-07-26T02:00:16.760Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16142024-07-26T02:00:18.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.81s
16152024-07-26T02:00:18.221Z
16162024-07-26T02:00:18.222Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/139)
16172024-07-26T02:00:18.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-07-26T02:00:18.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-07-26T02:00:19.041Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16202024-07-26T02:00:20.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
16212024-07-26T02:00:20.626Z
16222024-07-26T02:00:20.626Zinfo: running `cargo check --bins` on nexus-config (31/139)
16232024-07-26T02:00:21.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-07-26T02:00:21.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-07-26T02:00:21.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-07-26T02:00:21.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
16272024-07-26T02:00:21.386Z
16282024-07-26T02:00:21.386Zinfo: running `cargo check --bins` on omicron-rpaths (32/139)
16292024-07-26T02:00:22.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-07-26T02:00:22.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-07-26T02:00:22.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-07-26T02:00:22.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
16332024-07-26T02:00:22.115Z
16342024-07-26T02:00:22.115Zinfo: running `cargo check --bins` on omicron-certificates (33/139)
16352024-07-26T02:00:22.674Z Downloading crates ...
16362024-07-26T02:00:22.837Z Downloaded display-error-chain v0.2.0
16372024-07-26T02:00:22.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-07-26T02:00:22.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-07-26T02:00:22.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-07-26T02:00:22.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
16412024-07-26T02:00:22.931Z
16422024-07-26T02:00:22.931Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/139)
16432024-07-26T02:00:23.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-07-26T02:00:23.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-07-26T02:00:23.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-07-26T02:00:23.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
16472024-07-26T02:00:23.698Z
16482024-07-26T02:00:23.698Zinfo: running `cargo check --bins` on cockroach-admin-client (35/139)
16492024-07-26T02:00:24.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-07-26T02:00:24.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-07-26T02:00:24.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-07-26T02:00:24.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
16532024-07-26T02:00:24.440Z
16542024-07-26T02:00:24.440Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/139)
16552024-07-26T02:00:25.002Z Downloading crates ...
16562024-07-26T02:00:25.176Z Downloaded arrayvec v0.7.4
16572024-07-26T02:00:25.201Z Downloaded memmap2 v0.9.4
16582024-07-26T02:00:25.201Z Downloaded untrusted v0.7.1
16592024-07-26T02:00:25.201Z Downloaded home v0.5.9
16602024-07-26T02:00:25.201Z Downloaded omicron-zone-package v0.11.0
16612024-07-26T02:00:25.201Z Downloaded crossbeam-deque v0.8.5
16622024-07-26T02:00:25.201Z Downloaded constant_time_eq v0.3.0
16632024-07-26T02:00:25.201Z Downloaded topological-sort v0.2.2
16642024-07-26T02:00:25.201Z Downloaded rayon-core v1.12.1
16652024-07-26T02:00:25.226Z Downloaded rayon v1.10.0
16662024-07-26T02:00:25.226Z Downloaded blake3 v1.5.1
16672024-07-26T02:00:25.226Z Downloaded toolchain_find v0.4.0
16682024-07-26T02:00:25.226Z Downloaded spin v0.5.2
16692024-07-26T02:00:25.226Z Downloaded rustfmt-wrapper v0.2.1
16702024-07-26T02:00:25.253Z Downloaded arrayref v0.3.7
16712024-07-26T02:00:25.278Z Downloaded ring v0.16.20
16722024-07-26T02:00:25.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-07-26T02:00:25.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-07-26T02:00:25.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-07-26T02:00:25.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
16762024-07-26T02:00:25.438Z
16772024-07-26T02:00:25.438Zinfo: running `cargo check --bins` on dns-service-client (37/139)
16782024-07-26T02:00:26.000Z Downloading crates ...
16792024-07-26T02:00:26.124Z Downloaded newline-converter v0.3.0
16802024-07-26T02:00:26.149Z Downloaded expectorate v1.1.0
16812024-07-26T02:00:26.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-07-26T02:00:26.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-07-26T02:00:26.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-07-26T02:00:26.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
16852024-07-26T02:00:26.227Z
16862024-07-26T02:00:26.227Zinfo: running `cargo check --bins` on dpd-client (38/139)
16872024-07-26T02:00:26.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-07-26T02:00:26.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-07-26T02:00:26.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-07-26T02:00:26.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
16912024-07-26T02:00:26.982Z
16922024-07-26T02:00:26.982Zinfo: running `cargo check --bins` on gateway-client (39/139)
16932024-07-26T02:00:27.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-07-26T02:00:27.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-07-26T02:00:27.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-07-26T02:00:27.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
16972024-07-26T02:00:27.709Z
16982024-07-26T02:00:27.709Zinfo: running `cargo check --bins` on installinator-client (40/139)
16992024-07-26T02:00:28.248Z Downloading crates ...
17002024-07-26T02:00:28.415Z Downloaded cancel-safe-futures v0.1.5
17012024-07-26T02:00:28.440Z Downloaded owo-colors v4.0.0
17022024-07-26T02:00:28.440Z Downloaded linear-map v1.2.0
17032024-07-26T02:00:28.440Z Downloaded derive-where v1.2.7
17042024-07-26T02:00:28.440Z Downloaded libsw v3.3.1
17052024-07-26T02:00:28.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-07-26T02:00:28.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-07-26T02:00:28.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-07-26T02:00:28.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17092024-07-26T02:00:28.522Z
17102024-07-26T02:00:28.522Zinfo: running `cargo check --bins` on installinator-common (41/139)
17112024-07-26T02:00:29.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-07-26T02:00:29.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-07-26T02:00:29.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-07-26T02:00:29.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17152024-07-26T02:00:29.306Z
17162024-07-26T02:00:29.307Zinfo: running `cargo check --bins` on update-engine (42/139)
17172024-07-26T02:00:30.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-07-26T02:00:30.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-07-26T02:00:30.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-07-26T02:00:30.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17212024-07-26T02:00:30.074Z
17222024-07-26T02:00:30.074Zinfo: running `cargo check --bins` on nexus-client (43/139)
17232024-07-26T02:00:30.634Z Downloading crates ...
17242024-07-26T02:00:30.810Z Downloaded newtype_derive v0.1.6
17252024-07-26T02:00:30.834Z Downloaded rustc_version v0.1.7
17262024-07-26T02:00:30.834Z Downloaded steno v0.4.1
17272024-07-26T02:00:30.834Z Downloaded semver v0.1.20
17282024-07-26T02:00:30.834Z Downloaded password-hash v0.5.0
17292024-07-26T02:00:30.834Z Downloaded blake2 v0.10.6
17302024-07-26T02:00:30.834Z Downloaded argon2 v0.5.3
17312024-07-26T02:00:30.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322024-07-26T02:00:30.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332024-07-26T02:00:30.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342024-07-26T02:00:30.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17352024-07-26T02:00:30.925Z
17362024-07-26T02:00:30.925Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/139)
17372024-07-26T02:00:31.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-07-26T02:00:31.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-07-26T02:00:31.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-07-26T02:00:31.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17412024-07-26T02:00:31.730Z
17422024-07-26T02:00:31.730Zinfo: running `cargo check --bins` on omicron-passwords (45/139)
17432024-07-26T02:00:32.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-07-26T02:00:32.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-07-26T02:00:32.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-07-26T02:00:32.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17472024-07-26T02:00:32.488Z
17482024-07-26T02:00:32.488Zinfo: running `cargo check --bins` on nexus-types (46/139)
17492024-07-26T02:00:33.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-07-26T02:00:33.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-07-26T02:00:33.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-07-26T02:00:33.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17532024-07-26T02:00:33.291Z
17542024-07-26T02:00:33.291Zinfo: running `cargo check --bins` on oxide-client (47/139)
17552024-07-26T02:00:33.875Z Downloading crates ...
17562024-07-26T02:00:33.999Z Downloaded lru-cache v0.1.2
17572024-07-26T02:00:34.024Z Downloaded trust-dns-resolver v0.22.0
17582024-07-26T02:00:34.024Z Downloaded resolv-conf v0.7.0
17592024-07-26T02:00:34.024Z Downloaded linked-hash-map v0.5.6
17602024-07-26T02:00:34.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612024-07-26T02:00:34.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622024-07-26T02:00:34.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632024-07-26T02:00:34.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17642024-07-26T02:00:34.097Z
17652024-07-26T02:00:34.097Zinfo: running `cargo check --bins` on oximeter-client (48/139)
17662024-07-26T02:00:34.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672024-07-26T02:00:34.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682024-07-26T02:00:34.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692024-07-26T02:00:34.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17702024-07-26T02:00:34.870Z
17712024-07-26T02:00:34.870Zinfo: running `cargo check --bins` on sled-agent-client (49/139)
17722024-07-26T02:00:35.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732024-07-26T02:00:35.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742024-07-26T02:00:35.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752024-07-26T02:00:35.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17762024-07-26T02:00:35.641Z
17772024-07-26T02:00:35.641Zinfo: running `cargo check --bins` on wicketd-client (50/139)
17782024-07-26T02:00:36.247Z Downloading crates ...
17792024-07-26T02:00:36.369Z Downloaded maplit v1.0.2
17802024-07-26T02:00:36.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812024-07-26T02:00:36.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822024-07-26T02:00:36.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832024-07-26T02:00:36.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17842024-07-26T02:00:36.470Z
17852024-07-26T02:00:36.470Zinfo: running `cargo check --bins` on wicket-common (51/139)
17862024-07-26T02:00:37.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872024-07-26T02:00:37.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882024-07-26T02:00:37.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892024-07-26T02:00:37.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17902024-07-26T02:00:37.277Z
17912024-07-26T02:00:37.277Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/139)
17922024-07-26T02:00:37.834Z Downloading crates ...
17932024-07-26T02:00:37.985Z Downloaded slog-dtrace v0.3.0
17942024-07-26T02:00:38.009Z Downloaded csv-core v0.1.11
17952024-07-26T02:00:38.009Z Downloaded csv v1.3.0
17962024-07-26T02:00:38.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972024-07-26T02:00:38.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982024-07-26T02:00:38.133Z Compiling heapless v0.8.0
17992024-07-26T02:00:38.157Z Checking hash32 v0.3.1
18002024-07-26T02:00:38.157Z Compiling smoltcp v0.11.0
18012024-07-26T02:00:38.185Z Checking cobs v0.2.3
18022024-07-26T02:00:38.209Z Checking embedded-io v0.4.0
18032024-07-26T02:00:38.233Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18042024-07-26T02:00:38.233Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18052024-07-26T02:00:38.258Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18062024-07-26T02:00:38.303Z Compiling crucible-workspace-hack v0.1.0
18072024-07-26T02:00:38.337Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18082024-07-26T02:00:38.362Z Checking csv-core v0.1.11
18092024-07-26T02:00:38.386Z Checking postcard v1.0.8
18102024-07-26T02:00:38.500Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18112024-07-26T02:00:38.617Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18122024-07-26T02:00:38.643Z Checking csv v1.3.0
18132024-07-26T02:00:38.696Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18142024-07-26T02:00:38.803Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18152024-07-26T02:00:38.952Z Compiling num-derive v0.4.2
18162024-07-26T02:00:38.976Z Compiling slog-dtrace v0.3.0
18172024-07-26T02:00:39.000Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18182024-07-26T02:00:39.095Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
18192024-07-26T02:00:39.331Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
18202024-07-26T02:00:39.754Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18212024-07-26T02:00:39.785Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
18222024-07-26T02:00:40.459Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
18232024-07-26T02:00:41.982Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18242024-07-26T02:00:43.067Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18252024-07-26T02:00:44.334Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18262024-07-26T02:00:44.547Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18272024-07-26T02:00:47.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.33s
18282024-07-26T02:00:47.732Z
18292024-07-26T02:00:47.732Zinfo: running `cargo check --bins` on cockroach-admin-api (53/139)
18302024-07-26T02:00:48.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312024-07-26T02:00:48.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322024-07-26T02:00:48.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332024-07-26T02:00:48.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18342024-07-26T02:00:48.471Z
18352024-07-26T02:00:48.471Zinfo: running `cargo check --bins` on cockroach-admin-types (54/139)
18362024-07-26T02:00:49.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372024-07-26T02:00:49.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382024-07-26T02:00:49.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392024-07-26T02:00:49.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18402024-07-26T02:00:49.224Z
18412024-07-26T02:00:49.224Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/139)
18422024-07-26T02:00:49.809Z Downloading crates ...
18432024-07-26T02:00:50.048Z Downloaded derive_builder_macro v0.20.0
18442024-07-26T02:00:50.072Z Downloaded http-range v0.1.5
18452024-07-26T02:00:50.072Z Downloaded serde-big-array v0.5.1
18462024-07-26T02:00:50.072Z Downloaded path-slash v0.1.5
18472024-07-26T02:00:50.072Z Downloaded maybe-uninit v2.0.0
18482024-07-26T02:00:50.072Z Downloaded which v4.4.2
18492024-07-26T02:00:50.072Z Downloaded ron v0.8.1
18502024-07-26T02:00:50.097Z Downloaded zip v0.6.6
18512024-07-26T02:00:50.097Z Downloaded serde-hex v0.1.0
18522024-07-26T02:00:50.121Z Downloaded polar-core v0.27.3
18532024-07-26T02:00:50.121Z Downloaded regex-syntax v0.6.29
18542024-07-26T02:00:50.121Z Downloaded sled v0.34.7
18552024-07-26T02:00:50.145Z Downloaded bzip2-sys v0.1.11+1.0.8
18562024-07-26T02:00:50.145Z Downloaded object v0.30.4
18572024-07-26T02:00:50.169Z Downloaded nix v0.27.1
18582024-07-26T02:00:50.169Z Downloaded bitvec v1.0.1
18592024-07-26T02:00:50.194Z Downloaded samael v0.0.15
18602024-07-26T02:00:50.194Z Downloaded ref-cast v1.0.23
18612024-07-26T02:00:50.194Z Downloaded radix_trie v0.2.1
18622024-07-26T02:00:50.218Z Downloaded quick-xml v0.31.0
18632024-07-26T02:00:50.218Z Downloaded libxml v0.3.3
18642024-07-26T02:00:50.218Z Downloaded lalrpop v0.19.12
18652024-07-26T02:00:50.242Z Downloaded const_format v0.2.32
18662024-07-26T02:00:50.242Z Downloaded bindgen v0.69.4
18672024-07-26T02:00:50.242Z Downloaded x509-cert v0.2.5
18682024-07-26T02:00:50.242Z Downloaded wyz v0.5.1
18692024-07-26T02:00:50.242Z Downloaded unicase v2.7.0
18702024-07-26T02:00:50.242Z Downloaded trust-dns-server v0.22.1
18712024-07-26T02:00:50.266Z Downloaded trust-dns-client v0.22.0
18722024-07-26T02:00:50.266Z Downloaded toml v0.5.11
18732024-07-26T02:00:50.266Z Downloaded tls_codec_derive v0.4.1
18742024-07-26T02:00:50.266Z Downloaded tiny-keccak v2.0.2
18752024-07-26T02:00:50.266Z Downloaded strum_macros v0.24.3
18762024-07-26T02:00:50.266Z Downloaded signal-hook-tokio v0.3.1
18772024-07-26T02:00:50.266Z Downloaded rsa v0.9.6
18782024-07-26T02:00:50.290Z Downloaded radium v0.7.0
18792024-07-26T02:00:50.290Z Downloaded prettyplease v0.2.20
18802024-07-26T02:00:50.290Z Downloaded pkcs1 v0.7.5
18812024-07-26T02:00:50.291Z Downloaded parking_lot_core v0.8.6
18822024-07-26T02:00:50.291Z Downloaded oso-derive v0.27.3
18832024-07-26T02:00:50.291Z Downloaded num-complex v0.4.6
18842024-07-26T02:00:50.291Z Downloaded num-bigint-dig v0.8.4
18852024-07-26T02:00:50.291Z Downloaded num v0.4.3
18862024-07-26T02:00:50.291Z Downloaded nanorand v0.7.0
18872024-07-26T02:00:50.291Z Downloaded memoffset v0.9.1
18882024-07-26T02:00:50.291Z Downloaded libefi-sys v0.1.0
18892024-07-26T02:00:50.316Z Downloaded hashbrown v0.13.2
18902024-07-26T02:00:50.316Z Downloaded derive_builder_core v0.20.0
18912024-07-26T02:00:50.316Z Downloaded crc-any v2.5.0
18922024-07-26T02:00:50.316Z Downloaded cookie v0.18.1
18932024-07-26T02:00:50.316Z Downloaded parking_lot v0.11.2
18942024-07-26T02:00:50.316Z Downloaded packed_struct_codegen v0.10.1
18952024-07-26T02:00:50.316Z Downloaded oso v0.27.3
18962024-07-26T02:00:50.316Z Downloaded highway v1.1.0
18972024-07-26T02:00:50.316Z Downloaded flume v0.11.0
18982024-07-26T02:00:50.340Z Downloaded diff v0.1.13
18992024-07-26T02:00:50.340Z Downloaded clang-sys v1.7.0
19002024-07-26T02:00:50.340Z Downloaded tls_codec v0.4.1
19012024-07-26T02:00:50.340Z Downloaded tap v1.0.1
19022024-07-26T02:00:50.340Z Downloaded smallvec v0.6.14
19032024-07-26T02:00:50.340Z Downloaded signature v2.2.0
19042024-07-26T02:00:50.340Z Downloaded shlex v1.3.0
19052024-07-26T02:00:50.340Z Downloaded rustc-hash v1.1.0
19062024-07-26T02:00:50.340Z Downloaded ref-cast-impl v1.0.23
19072024-07-26T02:00:50.340Z Downloaded packed_struct v0.10.1
19082024-07-26T02:00:50.340Z Downloaded num-rational v0.4.2
19092024-07-26T02:00:50.340Z Downloaded nibble_vec v0.1.0
19102024-07-26T02:00:50.340Z Downloaded mime_guess v2.0.4
19112024-07-26T02:00:50.340Z Downloaded libloading v0.8.3
19122024-07-26T02:00:50.340Z Downloaded lazycell v1.3.0
19132024-07-26T02:00:50.365Z Downloaded indoc v1.0.9
19142024-07-26T02:00:50.365Z Downloaded impl-trait-for-tuples v0.2.2
19152024-07-26T02:00:50.365Z Downloaded glob v0.3.1
19162024-07-26T02:00:50.365Z Downloaded float-ord v0.3.2
19172024-07-26T02:00:50.365Z Downloaded env_logger v0.10.2
19182024-07-26T02:00:50.365Z Downloaded derive_builder v0.20.0
19192024-07-26T02:00:50.365Z Downloaded cexpr v0.6.0
19202024-07-26T02:00:50.365Z Downloaded bzip2 v0.4.4
19212024-07-26T02:00:50.365Z Downloaded bcs v0.1.6
19222024-07-26T02:00:50.365Z Downloaded async-recursion v1.1.1
19232024-07-26T02:00:50.389Z Downloaded kstat-rs v0.2.4
19242024-07-26T02:00:50.389Z Downloaded hyper-staticfile v0.9.5
19252024-07-26T02:00:50.389Z Downloaded crc-catalog v2.4.0
19262024-07-26T02:00:50.389Z Downloaded nodrop v0.1.14
19272024-07-26T02:00:50.389Z Downloaded gethostname v0.4.3
19282024-07-26T02:00:50.389Z Downloaded fxhash v0.2.1
19292024-07-26T02:00:50.389Z Downloaded funty v2.0.0
19302024-07-26T02:00:50.389Z Downloaded endian-type v0.1.2
19312024-07-26T02:00:50.389Z Downloaded ena v0.14.3
19322024-07-26T02:00:50.389Z Downloaded crunchy v0.2.2
19332024-07-26T02:00:50.390Z Downloaded crc v3.2.1
19342024-07-26T02:00:50.390Z Downloaded const_format_proc_macros v0.2.32
19352024-07-26T02:00:50.390Z Downloaded bitfield-struct v0.6.1
19362024-07-26T02:00:50.390Z Downloaded bitfield v0.14.0
19372024-07-26T02:00:50.390Z Downloaded bb8 v0.8.5
19382024-07-26T02:00:50.390Z Downloaded ascii-canvas v3.0.0
19392024-07-26T02:00:50.390Z Downloaded array-init v0.0.4
19402024-07-26T02:00:50.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412024-07-26T02:00:50.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422024-07-26T02:00:50.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432024-07-26T02:00:50.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
19442024-07-26T02:00:50.502Z
19452024-07-26T02:00:50.502Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/139)
19462024-07-26T02:00:51.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472024-07-26T02:00:51.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482024-07-26T02:00:51.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492024-07-26T02:00:51.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
19502024-07-26T02:00:51.424Z
19512024-07-26T02:00:51.424Zinfo: running `cargo check --bins` on dns-server (57/139)
19522024-07-26T02:00:52.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532024-07-26T02:00:52.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542024-07-26T02:00:52.202Z Compiling parking_lot_core v0.8.6
19552024-07-26T02:00:52.226Z Checking nibble_vec v0.1.0
19562024-07-26T02:00:52.226Z Checking endian-type v0.1.2
19572024-07-26T02:00:52.250Z Checking newline-converter v0.3.0
19582024-07-26T02:00:52.274Z Checking linked-hash-map v0.5.6
19592024-07-26T02:00:52.275Z Checking quick-error v1.2.3
19602024-07-26T02:00:52.275Z Checking fxhash v0.2.1
19612024-07-26T02:00:52.275Z Checking toml v0.5.11
19622024-07-26T02:00:52.382Z Checking expectorate v1.1.0
19632024-07-26T02:00:52.406Z Checking resolv-conf v0.7.0
19642024-07-26T02:00:52.431Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19652024-07-26T02:00:52.431Z Checking radix_trie v0.2.1
19662024-07-26T02:00:52.522Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19672024-07-26T02:00:52.611Z Checking lru-cache v0.1.2
19682024-07-26T02:00:52.769Z Checking trust-dns-client v0.22.0
19692024-07-26T02:00:52.793Z Checking trust-dns-resolver v0.22.0
19702024-07-26T02:00:52.925Z Checking parking_lot v0.11.2
19712024-07-26T02:00:53.202Z Checking sled v0.34.7
19722024-07-26T02:00:53.718Z Checking trust-dns-server v0.22.1
19732024-07-26T02:00:55.633Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19742024-07-26T02:00:57.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
19752024-07-26T02:00:57.127Z
19762024-07-26T02:00:57.127Zinfo: running `cargo check --bins` on dns-server-api (58/139)
19772024-07-26T02:00:57.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782024-07-26T02:00:57.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792024-07-26T02:00:57.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802024-07-26T02:00:57.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
19812024-07-26T02:00:57.871Z
19822024-07-26T02:00:57.871Zinfo: running `cargo check --bins` on gateway-test-utils (59/139)
19832024-07-26T02:00:58.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842024-07-26T02:00:58.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852024-07-26T02:00:58.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862024-07-26T02:00:58.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
19872024-07-26T02:00:58.675Z
19882024-07-26T02:00:58.675Zinfo: running `cargo check --bins` on omicron-gateway (60/139)
19892024-07-26T02:00:59.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902024-07-26T02:00:59.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912024-07-26T02:00:59.500Z Compiling radium v0.7.0
19922024-07-26T02:00:59.524Z Compiling maybe-uninit v2.0.0
19932024-07-26T02:00:59.548Z Checking tap v1.0.1
19942024-07-26T02:00:59.572Z Compiling bzip2-sys v0.1.11+1.0.8
19952024-07-26T02:00:59.572Z Checking crc-catalog v2.4.0
19962024-07-26T02:00:59.572Z Checking funty v2.0.0
19972024-07-26T02:00:59.572Z Compiling num-bigint-dig v0.8.4
19982024-07-26T02:00:59.597Z Compiling packed_struct v0.10.1
19992024-07-26T02:00:59.688Z Checking wyz v0.5.1
20002024-07-26T02:00:59.727Z Checking crc v3.2.1
20012024-07-26T02:00:59.873Z Compiling packed_struct_codegen v0.10.1
20022024-07-26T02:00:59.998Z Compiling indexmap v1.9.3
20032024-07-26T02:01:00.052Z Checking nodrop v0.1.14
20042024-07-26T02:01:00.110Z Checking smallvec v0.6.14
20052024-07-26T02:01:00.134Z Checking array-init v0.0.4
20062024-07-26T02:01:00.233Z Checking pkcs1 v0.7.5
20072024-07-26T02:01:00.262Z Checking signature v2.2.0
20082024-07-26T02:01:00.362Z Checking bitvec v1.0.1
20092024-07-26T02:01:00.428Z Compiling memoffset v0.9.1
20102024-07-26T02:01:00.452Z Checking bitfield v0.14.0
20112024-07-26T02:01:00.574Z Checking hashbrown v0.12.3
20122024-07-26T02:01:00.649Z Checking bzip2 v0.4.4
20132024-07-26T02:01:00.673Z Checking env_logger v0.10.2
20142024-07-26T02:01:00.803Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20152024-07-26T02:01:00.888Z Checking x509-cert v0.2.5
20162024-07-26T02:01:00.929Z Checking serde-hex v0.1.0
20172024-07-26T02:01:01.012Z Checking ron v0.8.1
20182024-07-26T02:01:01.037Z Checking hashbrown v0.13.2
20192024-07-26T02:01:01.815Z Checking rsa v0.9.6
20202024-07-26T02:01:01.858Z Checking half v2.4.1
20212024-07-26T02:01:01.990Z Checking ciborium-io v0.2.2
20222024-07-26T02:01:02.023Z Checking crc-any v2.5.0
20232024-07-26T02:01:02.095Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20242024-07-26T02:01:02.182Z Checking object v0.30.4
20252024-07-26T02:01:02.231Z Checking zip v0.6.6
20262024-07-26T02:01:02.255Z Checking ciborium-ll v0.2.2
20272024-07-26T02:01:02.330Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
20282024-07-26T02:01:02.409Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20292024-07-26T02:01:02.501Z Checking path-slash v0.1.5
20302024-07-26T02:01:02.622Z Checking ciborium v0.2.2
20312024-07-26T02:01:02.646Z Checking nix v0.27.1
20322024-07-26T02:01:02.671Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20332024-07-26T02:01:02.695Z Checking serde-big-array v0.5.1
20342024-07-26T02:01:02.783Z Checking signal-hook-tokio v0.3.1
20352024-07-26T02:01:05.307Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20362024-07-26T02:01:13.626Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20372024-07-26T02:01:15.136Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20382024-07-26T02:01:17.208Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20392024-07-26T02:01:21.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.18s
20402024-07-26T02:01:21.988Z
20412024-07-26T02:01:21.988Zinfo: running `cargo check --bins` on ipcc (61/139)
20422024-07-26T02:01:22.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432024-07-26T02:01:22.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442024-07-26T02:01:22.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452024-07-26T02:01:22.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
20462024-07-26T02:01:22.754Z
20472024-07-26T02:01:22.754Zinfo: running `cargo check --bins` on sp-sim (62/139)
20482024-07-26T02:01:23.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492024-07-26T02:01:23.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502024-07-26T02:01:23.563Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20512024-07-26T02:01:25.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
20522024-07-26T02:01:25.677Z
20532024-07-26T02:01:25.677Zinfo: running `cargo check --bins` on internal-dns (63/139)
20542024-07-26T02:01:26.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552024-07-26T02:01:26.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562024-07-26T02:01:26.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572024-07-26T02:01:26.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
20582024-07-26T02:01:26.443Z
20592024-07-26T02:01:26.443Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (64/139)
20602024-07-26T02:01:27.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612024-07-26T02:01:27.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622024-07-26T02:01:27.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632024-07-26T02:01:27.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20642024-07-26T02:01:27.239Z
20652024-07-26T02:01:27.239Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (65/139)
20662024-07-26T02:01:27.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672024-07-26T02:01:28.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682024-07-26T02:01:28.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692024-07-26T02:01:28.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20702024-07-26T02:01:28.066Z
20712024-07-26T02:01:28.066Zinfo: running `cargo check --bins` on db-macros (66/139)
20722024-07-26T02:01:28.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732024-07-26T02:01:28.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742024-07-26T02:01:28.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752024-07-26T02:01:28.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20762024-07-26T02:01:28.801Z
20772024-07-26T02:01:28.801Zinfo: running `cargo check --bins` on nexus-macros-common (67/139)
20782024-07-26T02:01:29.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792024-07-26T02:01:29.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802024-07-26T02:01:29.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812024-07-26T02:01:29.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
20822024-07-26T02:01:29.531Z
20832024-07-26T02:01:29.531Zinfo: running `cargo check --bins` on nexus-auth (68/139)
20842024-07-26T02:01:30.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852024-07-26T02:01:30.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862024-07-26T02:01:30.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872024-07-26T02:01:30.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20882024-07-26T02:01:30.355Z
20892024-07-26T02:01:30.355Zinfo: running `cargo check --bins` on authz-macros (69/139)
20902024-07-26T02:01:31.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912024-07-26T02:01:31.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922024-07-26T02:01:31.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932024-07-26T02:01:31.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
20942024-07-26T02:01:31.065Z
20952024-07-26T02:01:31.065Zinfo: running `cargo check --bins` on nexus-db-fixed-data (70/139)
20962024-07-26T02:01:31.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972024-07-26T02:01:31.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982024-07-26T02:01:31.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992024-07-26T02:01:31.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21002024-07-26T02:01:31.831Z
21012024-07-26T02:01:31.831Zinfo: running `cargo check --bins` on nexus-db-model (71/139)
21022024-07-26T02:01:32.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032024-07-26T02:01:32.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042024-07-26T02:01:32.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052024-07-26T02:01:32.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21062024-07-26T02:01:32.610Z
21072024-07-26T02:01:32.610Zinfo: running `cargo check --bins` on nexus-defaults (72/139)
21082024-07-26T02:01:33.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092024-07-26T02:01:33.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102024-07-26T02:01:33.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112024-07-26T02:01:33.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21122024-07-26T02:01:33.361Z
21132024-07-26T02:01:33.361Zinfo: running `cargo check --bins` on oximeter (73/139)
21142024-07-26T02:01:34.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152024-07-26T02:01:34.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162024-07-26T02:01:34.136Z Compiling rustls-pki-types v1.7.0
21172024-07-26T02:01:34.160Z Compiling prettyplease v0.2.20
21182024-07-26T02:01:34.184Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21192024-07-26T02:01:34.184Z Compiling crossbeam-channel v0.5.12
21202024-07-26T02:01:34.184Z Compiling slog-json v2.6.1
21212024-07-26T02:01:34.209Z Compiling http v1.1.0
21222024-07-26T02:01:34.233Z Compiling atomic-waker v1.1.2
21232024-07-26T02:01:34.233Z Compiling base64 v0.22.1
21242024-07-26T02:01:34.405Z Compiling waitgroup v0.1.2
21252024-07-26T02:01:34.430Z Compiling slog-bunyan v2.5.0
21262024-07-26T02:01:34.521Z Compiling rustls-webpki v0.102.4
21272024-07-26T02:01:34.571Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21282024-07-26T02:01:34.595Z Compiling slog-term v2.9.1
21292024-07-26T02:01:34.619Z Compiling camino v1.1.7
21302024-07-26T02:01:34.762Z Compiling rustls-pemfile v2.1.2
21312024-07-26T02:01:34.857Z Compiling slog-async v2.8.0
21322024-07-26T02:01:34.888Z Compiling async-stream v0.3.5
21332024-07-26T02:01:35.111Z Compiling toml v0.8.15
21342024-07-26T02:01:35.162Z Compiling sha1 v0.10.6
21352024-07-26T02:01:35.186Z Compiling newtype-uuid v1.1.0
21362024-07-26T02:01:35.403Z Compiling rustls v0.22.4
21372024-07-26T02:01:35.434Z Compiling serde_path_to_error v0.1.16
21382024-07-26T02:01:35.522Z Compiling multer v3.1.0
21392024-07-26T02:01:35.620Z Compiling hostname v0.4.0
21402024-07-26T02:01:35.831Z Compiling instant v0.1.12
21412024-07-26T02:01:35.886Z Compiling debug-ignore v1.0.5
21422024-07-26T02:01:35.961Z Compiling backoff v0.4.0
21432024-07-26T02:01:36.018Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21442024-07-26T02:01:36.143Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
21452024-07-26T02:01:36.285Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21462024-07-26T02:01:36.320Z Compiling serde_with v3.8.3
21472024-07-26T02:01:36.344Z Compiling strum v0.26.3
21482024-07-26T02:01:36.368Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21492024-07-26T02:01:36.448Z Compiling parse-display v0.9.1
21502024-07-26T02:01:36.476Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21512024-07-26T02:01:36.500Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21522024-07-26T02:01:36.597Z Compiling num-rational v0.4.2
21532024-07-26T02:01:36.622Z Compiling num-complex v0.4.6
21542024-07-26T02:01:37.024Z Compiling macaddr v1.0.1
21552024-07-26T02:01:37.399Z Compiling num v0.4.3
21562024-07-26T02:01:37.496Z Compiling float-ord v0.3.2
21572024-07-26T02:01:38.480Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
21582024-07-26T02:01:38.743Z Compiling tokio-rustls v0.25.0
21592024-07-26T02:01:39.042Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
21602024-07-26T02:01:42.546Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21612024-07-26T02:01:57.368Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21622024-07-26T02:02:00.993Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21632024-07-26T02:02:01.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.36s
21642024-07-26T02:02:01.841Z
21652024-07-26T02:02:01.841Zinfo: running `cargo check --bins` on oximeter-impl (74/139)
21662024-07-26T02:02:02.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672024-07-26T02:02:02.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682024-07-26T02:02:02.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692024-07-26T02:02:02.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21702024-07-26T02:02:02.576Z
21712024-07-26T02:02:02.576Zinfo: running `cargo check --bins` on oximeter-macro-impl (75/139)
21722024-07-26T02:02:03.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-07-26T02:02:03.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-07-26T02:02:03.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752024-07-26T02:02:03.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
21762024-07-26T02:02:03.266Z
21772024-07-26T02:02:03.266Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (76/139)
21782024-07-26T02:02:03.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-07-26T02:02:03.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-07-26T02:02:03.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812024-07-26T02:02:03.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21822024-07-26T02:02:04.019Z
21832024-07-26T02:02:04.019Zinfo: running `cargo check --bins` on nexus-inventory (77/139)
21842024-07-26T02:02:04.637Z Downloading crates ...
21852024-07-26T02:02:04.760Z Downloaded rand_seeder v0.2.3
21862024-07-26T02:02:04.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-07-26T02:02:04.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-07-26T02:02:04.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-07-26T02:02:04.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21902024-07-26T02:02:04.846Z
21912024-07-26T02:02:04.846Zinfo: running `cargo check --bins` on typed-rng (78/139)
21922024-07-26T02:02:05.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-07-26T02:02:05.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-07-26T02:02:05.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-07-26T02:02:05.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21962024-07-26T02:02:05.571Z
21972024-07-26T02:02:05.571Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (79/139)
21982024-07-26T02:02:06.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-07-26T02:02:06.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-07-26T02:02:06.446Z Checking password-hash v0.5.0
22012024-07-26T02:02:06.446Z Checking blake2 v0.10.6
22022024-07-26T02:02:06.471Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22032024-07-26T02:02:06.471Z Compiling semver v0.1.20
22042024-07-26T02:02:06.471Z Compiling convert_case v0.4.0
22052024-07-26T02:02:06.471Z Compiling rayon-core v1.12.1
22062024-07-26T02:02:06.532Z Compiling crossbeam-deque v0.8.5
22072024-07-26T02:02:06.556Z Compiling unicase v2.7.0
22082024-07-26T02:02:06.751Z Compiling fastrand v2.1.0
22092024-07-26T02:02:06.775Z Compiling same-file v1.0.6
22102024-07-26T02:02:06.801Z Compiling rustc_version v0.1.7
22112024-07-26T02:02:06.826Z Compiling libefi-sys v0.1.0
22122024-07-26T02:02:06.850Z Checking argon2 v0.5.3
22132024-07-26T02:02:06.957Z Compiling walkdir v2.5.0
22142024-07-26T02:02:07.061Z Compiling tempfile v3.10.1
22152024-07-26T02:02:07.232Z Compiling curve25519-dalek v4.1.3
22162024-07-26T02:02:07.256Z Compiling newtype_derive v0.1.6
22172024-07-26T02:02:07.281Z Compiling derive-where v1.2.7
22182024-07-26T02:02:07.305Z Compiling derive_more v0.99.18
22192024-07-26T02:02:07.401Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22202024-07-26T02:02:07.526Z Compiling bitfield-struct v0.6.1
22212024-07-26T02:02:07.585Z Compiling ring v0.16.20
22222024-07-26T02:02:07.620Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22232024-07-26T02:02:07.739Z Compiling blake3 v1.5.1
22242024-07-26T02:02:07.801Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22252024-07-26T02:02:08.077Z Checking keccak v0.1.5
22262024-07-26T02:02:08.336Z Checking sha3 v0.10.8
22272024-07-26T02:02:08.665Z Compiling rayon v1.10.0
22282024-07-26T02:02:08.689Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22292024-07-26T02:02:08.732Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22302024-07-26T02:02:08.800Z Compiling xattr v1.3.1
22312024-07-26T02:02:08.972Z Checking universal-hash v0.5.1
22322024-07-26T02:02:09.033Z Compiling thiserror-impl-no-std v2.0.2
22332024-07-26T02:02:09.057Z Checking secrecy v0.8.0
22342024-07-26T02:02:09.125Z Compiling curve25519-dalek-derive v0.1.1
22352024-07-26T02:02:09.155Z Compiling memmap2 v0.9.4
22362024-07-26T02:02:09.218Z Compiling untrusted v0.7.1
22372024-07-26T02:02:09.381Z Compiling home v0.5.9
22382024-07-26T02:02:09.536Z Compiling arrayref v0.3.7
22392024-07-26T02:02:09.614Z Compiling constant_time_eq v0.3.0
22402024-07-26T02:02:09.638Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22412024-07-26T02:02:09.732Z Checking opaque-debug v0.3.1
22422024-07-26T02:02:09.766Z Compiling arrayvec v0.7.4
22432024-07-26T02:02:09.817Z Compiling spin v0.5.2
22442024-07-26T02:02:10.051Z Checking poly1305 v0.8.0
22452024-07-26T02:02:10.116Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22462024-07-26T02:02:10.152Z Compiling toolchain_find v0.4.0
22472024-07-26T02:02:10.440Z Compiling tar v0.4.41
22482024-07-26T02:02:10.509Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22492024-07-26T02:02:10.723Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22502024-07-26T02:02:10.898Z Checking steno v0.4.1
22512024-07-26T02:02:10.955Z Compiling camino-tempfile v1.1.1
22522024-07-26T02:02:11.715Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22532024-07-26T02:02:11.752Z Checking thiserror-no-std v2.0.2
22542024-07-26T02:02:11.848Z Checking chacha20 v0.9.1
22552024-07-26T02:02:11.961Z Checking aead v0.5.2
22562024-07-26T02:02:12.134Z Checking gethostname v0.4.3
22572024-07-26T02:02:12.158Z Compiling topological-sort v0.2.2
22582024-07-26T02:02:12.253Z Compiling cancel-safe-futures v0.1.5
22592024-07-26T02:02:12.345Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22602024-07-26T02:02:12.545Z Checking chacha20poly1305 v0.10.1
22612024-07-26T02:02:12.612Z Checking vsss-rs v3.3.4
22622024-07-26T02:02:12.705Z Compiling omicron-zone-package v0.11.0
22632024-07-26T02:02:12.785Z Compiling mime_guess v2.0.4
22642024-07-26T02:02:13.472Z Compiling rustfmt-wrapper v0.2.1
22652024-07-26T02:02:13.522Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22662024-07-26T02:02:13.799Z Checking glob v0.3.1
22672024-07-26T02:02:13.998Z Checking libsw v3.3.1
22682024-07-26T02:02:14.049Z Checking swrite v0.1.0
22692024-07-26T02:02:14.154Z Checking owo-colors v4.0.0
22702024-07-26T02:02:14.178Z Checking linear-map v1.2.0
22712024-07-26T02:02:14.206Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22722024-07-26T02:02:14.242Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22732024-07-26T02:02:14.437Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22742024-07-26T02:02:14.685Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22752024-07-26T02:02:14.900Z Checking kstat-rs v0.2.4
22762024-07-26T02:02:14.924Z Checking nanorand v0.7.0
22772024-07-26T02:02:15.204Z Checking http-range v0.1.5
22782024-07-26T02:02:15.249Z Checking flume v0.11.0
22792024-07-26T02:02:15.249Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22802024-07-26T02:02:15.328Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22812024-07-26T02:02:15.358Z Checking hyper-staticfile v0.9.5
22822024-07-26T02:02:15.542Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22832024-07-26T02:02:15.647Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22842024-07-26T02:02:15.700Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22852024-07-26T02:02:15.783Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22862024-07-26T02:02:15.912Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22872024-07-26T02:02:16.806Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22882024-07-26T02:02:17.396Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22892024-07-26T02:02:17.894Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22902024-07-26T02:02:18.104Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22912024-07-26T02:02:18.744Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
22922024-07-26T02:02:18.768Z Checking display-error-chain v0.2.0
22932024-07-26T02:02:26.181Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22942024-07-26T02:02:32.552Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
22952024-07-26T02:02:32.552Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22962024-07-26T02:02:33.346Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22972024-07-26T02:02:50.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.58s
22982024-07-26T02:02:50.279Z
22992024-07-26T02:02:50.279Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (80/139)
23002024-07-26T02:02:51.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012024-07-26T02:02:51.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022024-07-26T02:02:51.163Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23032024-07-26T02:03:07.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.70s
23042024-07-26T02:03:08.117Z
23052024-07-26T02:03:08.117Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (81/139)
23062024-07-26T02:03:08.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072024-07-26T02:03:08.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082024-07-26T02:03:09.001Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23092024-07-26T02:03:25.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.71s
23102024-07-26T02:03:25.971Z
23112024-07-26T02:03:25.971Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (82/139)
23122024-07-26T02:03:26.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132024-07-26T02:03:26.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142024-07-26T02:03:26.864Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23152024-07-26T02:03:43.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.53s
23162024-07-26T02:03:43.651Z
23172024-07-26T02:03:43.651Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (83/139)
23182024-07-26T02:03:44.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192024-07-26T02:03:44.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202024-07-26T02:03:44.525Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23212024-07-26T02:04:01.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.40s
23222024-07-26T02:04:01.186Z
23232024-07-26T02:04:01.187Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (84/139)
23242024-07-26T02:04:01.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252024-07-26T02:04:01.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262024-07-26T02:04:02.069Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23272024-07-26T02:04:19.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.02s
23282024-07-26T02:04:19.347Z
23292024-07-26T02:04:19.347Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (85/139)
23302024-07-26T02:04:20.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-07-26T02:04:20.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-07-26T02:04:20.299Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23332024-07-26T02:04:37.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.04s
23342024-07-26T02:04:37.565Z
23352024-07-26T02:04:37.565Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (86/139)
23362024-07-26T02:04:38.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-07-26T02:04:38.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-07-26T02:04:38.441Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23392024-07-26T02:04:55.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.00s
23402024-07-26T02:04:55.648Z
23412024-07-26T02:04:55.648Zinfo: running `cargo check --bins` on bootstrap-agent-api (87/139)
23422024-07-26T02:04:56.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-07-26T02:04:56.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-07-26T02:04:56.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452024-07-26T02:04:56.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23462024-07-26T02:04:56.460Z
23472024-07-26T02:04:56.460Zinfo: running `cargo check --bins` on sled-agent-types (88/139)
23482024-07-26T02:04:57.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-07-26T02:04:57.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-07-26T02:04:57.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512024-07-26T02:04:57.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23522024-07-26T02:04:57.252Z
23532024-07-26T02:04:57.252Zinfo: running `cargo check --bins --no-default-features` on sled-storage (89/139)
23542024-07-26T02:04:57.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-07-26T02:04:57.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-07-26T02:04:57.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572024-07-26T02:04:57.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23582024-07-26T02:04:58.028Z
23592024-07-26T02:04:58.028Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (90/139)
23602024-07-26T02:04:58.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612024-07-26T02:04:58.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622024-07-26T02:04:58.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23632024-07-26T02:04:58.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23642024-07-26T02:04:58.793Z
23652024-07-26T02:04:58.793Zinfo: running `cargo check --bins` on key-manager (91/139)
23662024-07-26T02:04:59.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672024-07-26T02:04:59.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682024-07-26T02:04:59.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23692024-07-26T02:04:59.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
23702024-07-26T02:04:59.548Z
23712024-07-26T02:04:59.548Zinfo: running `cargo check --bins` on sled-hardware (92/139)
23722024-07-26T02:05:00.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732024-07-26T02:05:00.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742024-07-26T02:05:00.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23752024-07-26T02:05:00.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23762024-07-26T02:05:00.318Z
23772024-07-26T02:05:00.318Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (93/139)
23782024-07-26T02:05:00.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-07-26T02:05:00.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-07-26T02:05:00.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23812024-07-26T02:05:00.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
23822024-07-26T02:05:01.032Z
23832024-07-26T02:05:01.032Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (94/139)
23842024-07-26T02:05:01.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-07-26T02:05:01.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-07-26T02:05:01.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872024-07-26T02:05:01.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23882024-07-26T02:05:01.804Z
23892024-07-26T02:05:01.804Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (95/139)
23902024-07-26T02:05:02.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-07-26T02:05:02.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-07-26T02:05:02.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932024-07-26T02:05:02.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
23942024-07-26T02:05:02.566Z
23952024-07-26T02:05:02.566Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (96/139)
23962024-07-26T02:05:03.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-07-26T02:05:03.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-07-26T02:05:03.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992024-07-26T02:05:03.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
24002024-07-26T02:05:03.304Z
24012024-07-26T02:05:03.304Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (97/139)
24022024-07-26T02:05:03.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-07-26T02:05:04.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-07-26T02:05:04.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24052024-07-26T02:05:04.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
24062024-07-26T02:05:04.060Z
24072024-07-26T02:05:04.060Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (98/139)
24082024-07-26T02:05:04.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-07-26T02:05:04.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-07-26T02:05:04.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24112024-07-26T02:05:04.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24122024-07-26T02:05:04.849Z
24132024-07-26T02:05:04.849Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (99/139)
24142024-07-26T02:05:05.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-07-26T02:05:05.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-07-26T02:05:05.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24172024-07-26T02:05:05.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24182024-07-26T02:05:05.667Z
24192024-07-26T02:05:05.667Zinfo: running `cargo check --bins` on oximeter-producer (100/139)
24202024-07-26T02:05:06.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-07-26T02:05:06.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-07-26T02:05:06.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-07-26T02:05:06.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
24242024-07-26T02:05:06.426Z
24252024-07-26T02:05:06.427Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (101/139)
24262024-07-26T02:05:07.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-07-26T02:05:07.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-07-26T02:05:07.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-07-26T02:05:07.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
24302024-07-26T02:05:07.182Z
24312024-07-26T02:05:07.182Zinfo: running `cargo check --bins` on nexus-test-interface (102/139)
24322024-07-26T02:05:07.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-07-26T02:05:07.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-07-26T02:05:07.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-07-26T02:05:07.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24362024-07-26T02:05:07.950Z
24372024-07-26T02:05:07.950Zinfo: running `cargo check --bins` on oximeter-collector (103/139)
24382024-07-26T02:05:08.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-07-26T02:05:08.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-07-26T02:05:08.768Z Checking bcs v0.1.6
24412024-07-26T02:05:08.768Z Compiling async-recursion v1.1.1
24422024-07-26T02:05:08.792Z Checking highway v1.1.0
24432024-07-26T02:05:08.792Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24442024-07-26T02:05:08.792Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24452024-07-26T02:05:09.944Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24462024-07-26T02:05:13.813Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24472024-07-26T02:05:15.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.88s
24482024-07-26T02:05:15.970Z
24492024-07-26T02:05:15.970Zinfo: running `cargo check --bins` on oximeter-api (104/139)
24502024-07-26T02:05:16.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-07-26T02:05:16.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-07-26T02:05:16.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-07-26T02:05:16.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24542024-07-26T02:05:16.741Z
24552024-07-26T02:05:16.741Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/139)
24562024-07-26T02:05:17.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-07-26T02:05:17.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-07-26T02:05:17.530Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24592024-07-26T02:05:18.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
24602024-07-26T02:05:18.250Z
24612024-07-26T02:05:18.250Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/139)
24622024-07-26T02:05:18.797Z Downloading crates ...
24632024-07-26T02:05:18.983Z Downloaded peg-macros v0.8.4
24642024-07-26T02:05:19.007Z Downloaded strip-ansi-escapes v0.2.0
24652024-07-26T02:05:19.007Z Downloaded nu-ansi-term v0.50.0
24662024-07-26T02:05:19.007Z Downloaded fd-lock v4.0.2
24672024-07-26T02:05:19.007Z Downloaded vte_generate_state_changes v0.1.1
24682024-07-26T02:05:19.007Z Downloaded rustyline v14.0.0
24692024-07-26T02:05:19.007Z Downloaded unicode_categories v0.1.1
24702024-07-26T02:05:19.031Z Downloaded sqlparser v0.45.0
24712024-07-26T02:05:19.031Z Downloaded nix v0.28.0
24722024-07-26T02:05:19.031Z Downloaded reedline v0.31.0
24732024-07-26T02:05:19.055Z Downloaded vte v0.11.1
24742024-07-26T02:05:19.055Z Downloaded sqlparser_derive v0.2.2
24752024-07-26T02:05:19.055Z Downloaded sqlformat v0.2.4
24762024-07-26T02:05:19.055Z Downloaded peg v0.8.4
24772024-07-26T02:05:19.055Z Downloaded cfg_aliases v0.1.1
24782024-07-26T02:05:19.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-07-26T02:05:19.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-07-26T02:05:19.157Z Compiling cfg_aliases v0.1.1
24812024-07-26T02:05:19.181Z Compiling vte_generate_state_changes v0.1.1
24822024-07-26T02:05:19.181Z Checking fd-lock v4.0.2
24832024-07-26T02:05:19.181Z Checking bytecount v0.6.8
24842024-07-26T02:05:19.181Z Compiling tabled_derive v0.7.0
24852024-07-26T02:05:19.181Z Compiling peg-macros v0.8.4
24862024-07-26T02:05:19.181Z Compiling sqlparser_derive v0.2.2
24872024-07-26T02:05:19.205Z Checking home v0.5.9
24882024-07-26T02:05:19.288Z Compiling nix v0.28.0
24892024-07-26T02:05:19.370Z Checking unicode_categories v0.1.1
24902024-07-26T02:05:19.397Z Checking nu-ansi-term v0.50.0
24912024-07-26T02:05:19.421Z Checking papergrid v0.11.0
24922024-07-26T02:05:19.616Z Checking sqlformat v0.2.4
24932024-07-26T02:05:19.720Z Checking vte v0.11.1
24942024-07-26T02:05:20.168Z Checking sqlparser v0.45.0
24952024-07-26T02:05:20.678Z Checking strip-ansi-escapes v0.2.0
24962024-07-26T02:05:20.804Z Checking reedline v0.31.0
24972024-07-26T02:05:21.086Z Checking tabled v0.15.0
24982024-07-26T02:05:21.583Z Checking peg v0.8.4
24992024-07-26T02:05:21.955Z Checking rustyline v14.0.0
25002024-07-26T02:05:26.973Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25012024-07-26T02:05:33.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.65s
25022024-07-26T02:05:34.041Z
25032024-07-26T02:05:34.041Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/139)
25042024-07-26T02:05:34.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-07-26T02:05:34.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-07-26T02:05:34.867Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25072024-07-26T02:05:41.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
25082024-07-26T02:05:41.849Z
25092024-07-26T02:05:41.849Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/139)
25102024-07-26T02:05:42.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-07-26T02:05:42.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-07-26T02:05:42.646Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25132024-07-26T02:05:49.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s
25142024-07-26T02:05:49.353Z
25152024-07-26T02:05:49.353Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/139)
25162024-07-26T02:05:50.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-07-26T02:05:50.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-07-26T02:05:50.165Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25192024-07-26T02:05:55.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
25202024-07-26T02:05:55.142Z
25212024-07-26T02:05:55.143Zinfo: running `cargo check --bins` on crdb-seed (110/139)
25222024-07-26T02:05:55.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-07-26T02:05:55.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-07-26T02:05:55.952Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
25252024-07-26T02:05:56.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
25262024-07-26T02:05:56.387Z
25272024-07-26T02:05:56.387Zinfo: running `cargo check --bins` on omicron-omdb (111/139)
25282024-07-26T02:05:56.963Z Downloading crates ...
25292024-07-26T02:05:57.177Z Downloaded castaway v0.2.2
25302024-07-26T02:05:57.201Z Downloaded multimap v0.10.0
25312024-07-26T02:05:57.201Z Downloaded unicode-linebreak v0.1.5
25322024-07-26T02:05:57.201Z Downloaded textwrap v0.16.1
25332024-07-26T02:05:57.201Z Downloaded unicode-truncate v1.0.0
25342024-07-26T02:05:57.201Z Downloaded stability v0.2.0
25352024-07-26T02:05:57.201Z Downloaded smawk v0.3.2
25362024-07-26T02:05:57.201Z Downloaded ratatui v0.27.0
25372024-07-26T02:05:57.225Z Downloaded portable-atomic v1.6.0
25382024-07-26T02:05:57.225Z Downloaded number_prefix v0.4.0
25392024-07-26T02:05:57.225Z Downloaded lru v0.12.3
25402024-07-26T02:05:57.225Z Downloaded itertools v0.13.0
25412024-07-26T02:05:57.249Z Downloaded indicatif v0.17.8
25422024-07-26T02:05:57.250Z Downloaded compact_str v0.7.1
25432024-07-26T02:05:57.250Z Downloaded cassowary v0.3.0
25442024-07-26T02:05:57.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-07-26T02:05:57.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-07-26T02:05:57.442Z Compiling crunchy v0.2.2
25472024-07-26T02:05:57.442Z Compiling glob v0.3.1
25482024-07-26T02:05:57.466Z Compiling tiny-keccak v2.0.2
25492024-07-26T02:05:57.491Z Compiling ascii-canvas v3.0.0
25502024-07-26T02:05:57.514Z Compiling ena v0.14.3
25512024-07-26T02:05:57.514Z Compiling libloading v0.8.3
25522024-07-26T02:05:57.515Z Compiling diff v0.1.13
25532024-07-26T02:05:57.562Z Compiling regex-syntax v0.6.29
25542024-07-26T02:05:57.739Z Compiling bindgen v0.69.4
25552024-07-26T02:05:57.885Z Compiling which v4.4.2
25562024-07-26T02:05:57.916Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25572024-07-26T02:05:57.981Z Compiling cexpr v0.6.0
25582024-07-26T02:05:58.109Z Compiling rustc-hash v1.1.0
25592024-07-26T02:05:58.133Z Compiling ref-cast v1.0.23
25602024-07-26T02:05:58.245Z Compiling lazycell v1.3.0
25612024-07-26T02:05:58.269Z Compiling clang-sys v1.7.0
25622024-07-26T02:05:58.309Z Compiling shlex v1.3.0
25632024-07-26T02:05:58.393Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25642024-07-26T02:05:58.439Z Compiling derive_builder_core v0.20.0
25652024-07-26T02:05:58.553Z Compiling libxml v0.3.3
25662024-07-26T02:05:58.600Z Compiling ref-cast-impl v1.0.23
25672024-07-26T02:05:58.626Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25682024-07-26T02:05:58.718Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25692024-07-26T02:05:58.919Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25702024-07-26T02:05:59.044Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25712024-07-26T02:05:59.135Z Compiling strum_macros v0.24.3
25722024-07-26T02:05:59.366Z Compiling cookie v0.18.1
25732024-07-26T02:05:59.492Z Compiling indoc v1.0.9
25742024-07-26T02:05:59.704Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25752024-07-26T02:05:59.921Z Compiling impl-trait-for-tuples v0.2.2
25762024-07-26T02:06:00.344Z Compiling lalrpop v0.19.12
25772024-07-26T02:06:00.441Z Compiling derive_builder_macro v0.20.0
25782024-07-26T02:06:01.056Z Compiling oso-derive v0.27.3
25792024-07-26T02:06:01.144Z Checking derive_builder v0.20.0
25802024-07-26T02:06:01.292Z Checking quick-xml v0.31.0
25812024-07-26T02:06:02.220Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
25822024-07-26T02:06:02.433Z Checking maplit v1.0.2
25832024-07-26T02:06:02.544Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25842024-07-26T02:06:02.920Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25852024-07-26T02:06:02.951Z Checking bb8 v0.8.5
25862024-07-26T02:06:03.125Z Compiling const_format_proc_macros v0.2.32
25872024-07-26T02:06:03.320Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25882024-07-26T02:06:03.888Z Checking crossbeam-deque v0.8.5
25892024-07-26T02:06:04.101Z Compiling portable-atomic v1.6.0
25902024-07-26T02:06:04.139Z Checking rayon-core v1.12.1
25912024-07-26T02:06:04.668Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25922024-07-26T02:06:04.923Z Checking castaway v0.2.2
25932024-07-26T02:06:04.973Z Checking const_format v0.2.32
25942024-07-26T02:06:05.091Z Checking compact_str v0.7.1
25952024-07-26T02:06:05.427Z Checking rayon v1.10.0
25962024-07-26T02:06:05.758Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25972024-07-26T02:06:05.950Z Checking unicode-truncate v1.0.0
25982024-07-26T02:06:06.009Z Checking itertools v0.13.0
25992024-07-26T02:06:06.156Z Checking lru v0.12.3
26002024-07-26T02:06:06.442Z Compiling stability v0.2.0
26012024-07-26T02:06:07.302Z Checking number_prefix v0.4.0
26022024-07-26T02:06:07.463Z Checking unicode-linebreak v0.1.5
26032024-07-26T02:06:07.768Z Checking cassowary v0.3.0
26042024-07-26T02:06:08.096Z Checking smawk v0.3.2
26052024-07-26T02:06:08.225Z Checking ratatui v0.27.0
26062024-07-26T02:06:08.266Z Checking textwrap v0.16.1
26072024-07-26T02:06:08.608Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26082024-07-26T02:06:08.658Z Checking indicatif v0.17.8
26092024-07-26T02:06:08.848Z Checking multimap v0.10.0
26102024-07-26T02:06:28.024Z Compiling samael v0.0.15
26112024-07-26T02:06:39.602Z Compiling polar-core v0.27.3
26122024-07-26T02:06:48.433Z Checking oso v0.27.3
26132024-07-26T02:07:18.423Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26142024-07-26T02:07:24.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
26152024-07-26T02:07:24.165Z
26162024-07-26T02:07:24.165Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (112/139)
26172024-07-26T02:07:24.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-07-26T02:07:24.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-07-26T02:07:24.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-07-26T02:07:24.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26212024-07-26T02:07:25.006Z
26222024-07-26T02:07:25.006Zinfo: running `cargo check --bins` on nexus-saga-recovery (113/139)
26232024-07-26T02:07:25.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-07-26T02:07:25.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-07-26T02:07:25.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-07-26T02:07:25.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26272024-07-26T02:07:25.819Z
26282024-07-26T02:07:25.819Zinfo: running `cargo check --bins` on nexus-test-utils-macros (114/139)
26292024-07-26T02:07:26.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-07-26T02:07:26.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-07-26T02:07:26.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-07-26T02:07:26.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26332024-07-26T02:07:26.553Z
26342024-07-26T02:07:26.553Zinfo: running `cargo check --bins` on omicron-nexus (115/139)
26352024-07-26T02:07:27.113Z Downloading crates ...
26362024-07-26T02:07:27.365Z Downloaded assert_matches v1.5.0
26372024-07-26T02:07:27.389Z Downloaded fatfs v0.3.6
26382024-07-26T02:07:27.389Z Downloaded parse-size v1.0.0
26392024-07-26T02:07:27.389Z Downloaded globset v0.4.14
26402024-07-26T02:07:27.389Z Downloaded pin-project v1.1.5
26412024-07-26T02:07:27.413Z Downloaded typed-path v0.7.1
26422024-07-26T02:07:27.413Z Downloaded tough v0.17.1
26432024-07-26T02:07:27.436Z Downloaded snafu-derive v0.8.2
26442024-07-26T02:07:27.436Z Downloaded snafu v0.8.2
26452024-07-26T02:07:27.436Z Downloaded serde_plain v1.0.2
26462024-07-26T02:07:27.437Z Downloaded pin-project-internal v1.1.5
26472024-07-26T02:07:27.437Z Downloaded olpc-cjson v0.1.3
26482024-07-26T02:07:27.437Z Downloaded buf-list v1.0.3
26492024-07-26T02:07:27.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-07-26T02:07:27.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-07-26T02:07:27.636Z Compiling pin-project-internal v1.1.5
26522024-07-26T02:07:27.660Z Compiling snafu-derive v0.8.2
26532024-07-26T02:07:27.660Z Compiling buf-list v1.0.3
26542024-07-26T02:07:27.691Z Checking globset v0.4.14
26552024-07-26T02:07:27.715Z Checking olpc-cjson v0.1.3
26562024-07-26T02:07:27.715Z Checking rand_seeder v0.2.3
26572024-07-26T02:07:27.715Z Checking serde_plain v1.0.2
26582024-07-26T02:07:27.715Z Checking typed-path v0.7.1
26592024-07-26T02:07:27.904Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26602024-07-26T02:07:27.927Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26612024-07-26T02:07:27.951Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26622024-07-26T02:07:28.093Z Checking parse-size v1.0.0
26632024-07-26T02:07:28.147Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26642024-07-26T02:07:28.181Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26652024-07-26T02:07:28.205Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26662024-07-26T02:07:28.239Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26672024-07-26T02:07:28.540Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26682024-07-26T02:07:28.901Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26692024-07-26T02:07:28.939Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26702024-07-26T02:07:29.001Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
26712024-07-26T02:07:29.185Z Checking fatfs v0.3.6
26722024-07-26T02:07:29.241Z Checking assert_matches v1.5.0
26732024-07-26T02:07:30.096Z Checking pin-project v1.1.5
26742024-07-26T02:07:31.249Z Checking snafu v0.8.2
26752024-07-26T02:07:31.620Z Checking tough v0.17.1
26762024-07-26T02:07:35.046Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26772024-07-26T02:07:36.338Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26782024-07-26T02:08:23.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.90s
26792024-07-26T02:08:23.606Z
26802024-07-26T02:08:23.606Zinfo: running `cargo check --bins` on nexus-internal-api (116/139)
26812024-07-26T02:08:24.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-07-26T02:08:24.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-07-26T02:08:24.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-07-26T02:08:24.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26852024-07-26T02:08:24.390Z
26862024-07-26T02:08:24.390Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (117/139)
26872024-07-26T02:08:25.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-07-26T02:08:25.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-07-26T02:08:25.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-07-26T02:08:25.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26912024-07-26T02:08:25.217Z
26922024-07-26T02:08:25.217Zinfo: running `cargo check --bins` on nexus-networking (118/139)
26932024-07-26T02:08:25.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-07-26T02:08:25.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-07-26T02:08:25.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-07-26T02:08:25.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26972024-07-26T02:08:26.027Z
26982024-07-26T02:08:26.027Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (119/139)
26992024-07-26T02:08:26.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-07-26T02:08:26.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-07-26T02:08:26.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022024-07-26T02:08:26.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27032024-07-26T02:08:26.873Z
27042024-07-26T02:08:26.874Zinfo: running `cargo check --bins` on update-common (120/139)
27052024-07-26T02:08:27.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-07-26T02:08:27.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-07-26T02:08:27.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-07-26T02:08:27.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27092024-07-26T02:08:27.680Z
27102024-07-26T02:08:27.680Zinfo: running `cargo check --bins` on tufaceous-lib (121/139)
27112024-07-26T02:08:28.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-07-26T02:08:28.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-07-26T02:08:28.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-07-26T02:08:28.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27152024-07-26T02:08:28.467Z
27162024-07-26T02:08:28.467Zinfo: running `cargo check --bins` on tufaceous (122/139)
27172024-07-26T02:08:29.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-07-26T02:08:29.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-07-26T02:08:29.293Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
27202024-07-26T02:08:30.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
27212024-07-26T02:08:30.382Z
27222024-07-26T02:08:30.382Zinfo: running `cargo check --bins` on omicron-dev (123/139)
27232024-07-26T02:08:31.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-07-26T02:08:31.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-07-26T02:08:31.410Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27262024-07-26T02:08:31.410Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27272024-07-26T02:08:31.433Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
27282024-07-26T02:08:32.918Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27292024-07-26T02:08:35.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
27302024-07-26T02:08:36.047Z
27312024-07-26T02:08:36.047Zinfo: running `cargo check --bins` on openapi-manager (124/139)
27322024-07-26T02:08:36.654Z Downloading crates ...
27332024-07-26T02:08:36.825Z Downloaded indent_write v2.2.0
27342024-07-26T02:08:36.850Z Downloaded supports-color v3.0.0
27352024-07-26T02:08:36.850Z Downloaded is_ci v1.2.0
27362024-07-26T02:08:36.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-07-26T02:08:36.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-07-26T02:08:36.970Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27392024-07-26T02:08:36.970Z Checking heck v0.4.1
27402024-07-26T02:08:36.970Z Checking is_ci v1.2.0
27412024-07-26T02:08:36.994Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27422024-07-26T02:08:36.994Z Checking indent_write v2.2.0
27432024-07-26T02:08:37.108Z Checking supports-color v3.0.0
27442024-07-26T02:08:37.159Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
27452024-07-26T02:08:38.772Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27462024-07-26T02:08:39.761Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
27472024-07-26T02:08:40.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
27482024-07-26T02:08:40.978Z
27492024-07-26T02:08:40.978Zinfo: running `cargo check --bins` on installinator-api (125/139)
27502024-07-26T02:08:41.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-07-26T02:08:41.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-07-26T02:08:41.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532024-07-26T02:08:41.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27542024-07-26T02:08:41.772Z
27552024-07-26T02:08:41.772Zinfo: running `cargo check --bins` on wicketd-api (126/139)
27562024-07-26T02:08:42.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-07-26T02:08:42.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-07-26T02:08:42.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-07-26T02:08:42.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27602024-07-26T02:08:42.567Z
27612024-07-26T02:08:42.567Zinfo: running `cargo check --bins` on reconfigurator-cli (127/139)
27622024-07-26T02:08:43.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-07-26T02:08:43.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-07-26T02:08:43.437Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
27652024-07-26T02:08:44.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
27662024-07-26T02:08:44.859Z
27672024-07-26T02:08:44.859Zinfo: running `cargo check --bins` on omicron-releng (128/139)
27682024-07-26T02:08:45.506Z Downloading crates ...
27692024-07-26T02:08:45.579Z Downloaded shell-words v1.1.0
27702024-07-26T02:08:45.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-07-26T02:08:45.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-07-26T02:08:45.692Z Checking memmap2 v0.9.4
27732024-07-26T02:08:45.693Z Checking arrayref v0.3.7
27742024-07-26T02:08:45.693Z Checking constant_time_eq v0.3.0
27752024-07-26T02:08:45.693Z Checking spin v0.5.2
27762024-07-26T02:08:45.716Z Checking untrusted v0.7.1
27772024-07-26T02:08:45.716Z Checking arrayvec v0.7.4
27782024-07-26T02:08:45.716Z Checking cargo-platform v0.1.8
27792024-07-26T02:08:45.716Z Checking topological-sort v0.2.2
27802024-07-26T02:08:45.811Z Checking shell-words v1.1.0
27812024-07-26T02:08:45.943Z Checking ring v0.16.20
27822024-07-26T02:08:45.969Z Checking cargo_metadata v0.18.1
27832024-07-26T02:08:46.020Z Checking blake3 v1.5.1
27842024-07-26T02:08:47.274Z Checking omicron-zone-package v0.11.0
27852024-07-26T02:08:48.530Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
27862024-07-26T02:08:49.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
27872024-07-26T02:08:49.670Z
27882024-07-26T02:08:49.670Zinfo: running `cargo check --bins` on xtask (129/139)
27892024-07-26T02:08:50.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-07-26T02:08:50.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-07-26T02:08:50.318Z Checking bitflags v2.5.0
27922024-07-26T02:08:50.318Z Checking smallvec v1.13.2
27932024-07-26T02:08:50.318Z Checking bytes v1.6.0
27942024-07-26T02:08:50.318Z Checking serde v1.0.204
27952024-07-26T02:08:50.318Z Checking scopeguard v1.2.0
27962024-07-26T02:08:50.376Z Checking log v0.4.21
27972024-07-26T02:08:50.400Z Checking hashbrown v0.14.5
27982024-07-26T02:08:50.400Z Checking mio v0.8.11
27992024-07-26T02:08:50.474Z Checking lock_api v0.4.12
28002024-07-26T02:08:50.550Z Checking futures-util v0.3.30
28012024-07-26T02:08:50.584Z Checking thiserror v1.0.62
28022024-07-26T02:08:50.655Z Checking parking_lot_core v0.9.10
28032024-07-26T02:08:50.699Z Checking rustix v0.38.34
28042024-07-26T02:08:50.810Z Checking tracing v0.1.40
28052024-07-26T02:08:50.880Z Checking openssl v0.10.66
28062024-07-26T02:08:50.929Z Checking parking_lot v0.12.2
28072024-07-26T02:08:50.974Z Checking http v0.2.12
28082024-07-26T02:08:51.069Z Checking scroll v0.12.0
28092024-07-26T02:08:51.223Z Checking tokio v1.38.1
28102024-07-26T02:08:51.300Z Checking indexmap v2.2.6
28112024-07-26T02:08:51.463Z Checking generic-array v0.14.7
28122024-07-26T02:08:52.007Z Checking slog v2.7.0
28132024-07-26T02:08:52.210Z Checking goblin v0.8.2
28142024-07-26T02:08:52.234Z Checking time v0.3.36
28152024-07-26T02:08:52.310Z Checking pest v2.7.10
28162024-07-26T02:08:52.390Z Checking zerocopy v0.7.34
28172024-07-26T02:08:53.445Z Checking http-body v0.4.6
28182024-07-26T02:08:53.646Z Checking unicode-normalization v0.1.23
28192024-07-26T02:08:53.759Z Checking unicode-bidi v0.3.15
28202024-07-26T02:08:54.214Z Checking dtrace-parser v0.2.0
28212024-07-26T02:08:54.244Z Checking syn v2.0.72
28222024-07-26T02:08:54.276Z Checking serde_json v1.0.120
28232024-07-26T02:08:54.325Z Checking serde_spanned v0.6.6
28242024-07-26T02:08:54.486Z Checking toml_datetime v0.6.6
28252024-07-26T02:08:54.540Z Checking idna v0.5.0
28262024-07-26T02:08:54.605Z Checking crossbeam-utils v0.8.19
28272024-07-26T02:08:54.716Z Checking toml_edit v0.22.16
28282024-07-26T02:08:55.073Z Checking native-tls v0.2.11
28292024-07-26T02:08:55.131Z Checking block-buffer v0.10.4
28302024-07-26T02:08:55.169Z Checking crypto-common v0.1.6
28312024-07-26T02:08:55.293Z Checking terminal_size v0.3.0
28322024-07-26T02:08:55.317Z Checking digest v0.10.7
28332024-07-26T02:08:55.340Z Checking crossbeam-channel v0.5.12
28342024-07-26T02:08:55.420Z Checking clap_builder v4.5.9
28352024-07-26T02:08:55.468Z Checking slog-json v2.6.1
28362024-07-26T02:08:55.579Z Checking url v2.5.2
28372024-07-26T02:08:55.690Z Checking futures-executor v0.3.30
28382024-07-26T02:08:55.879Z Checking semver v1.0.23
28392024-07-26T02:08:55.906Z Checking cargo-platform v0.1.8
28402024-07-26T02:08:56.020Z Checking dof v0.3.0
28412024-07-26T02:08:56.144Z Checking camino v1.1.7
28422024-07-26T02:08:56.219Z Checking serde_urlencoded v0.7.1
28432024-07-26T02:08:56.242Z Checking xattr v1.3.1
28442024-07-26T02:08:56.387Z Checking slog-async v2.8.0
28452024-07-26T02:08:56.540Z Checking sha2 v0.10.8
28462024-07-26T02:08:56.588Z Checking slog-term v2.9.1
28472024-07-26T02:08:56.617Z Checking cargo_metadata v0.18.1
28482024-07-26T02:08:56.641Z Checking tar v0.4.41
28492024-07-26T02:08:56.758Z Checking toml v0.8.15
28502024-07-26T02:08:56.904Z Checking tokio-util v0.7.11
28512024-07-26T02:08:56.964Z Checking tokio-native-tls v0.3.1
28522024-07-26T02:08:56.988Z Checking futures v0.3.30
28532024-07-26T02:08:57.082Z Checking strum v0.26.3
28542024-07-26T02:08:57.183Z Checking slog-bunyan v2.5.0
28552024-07-26T02:08:57.211Z Checking fs-err v2.11.0
28562024-07-26T02:08:57.251Z Checking tabled v0.15.0
28572024-07-26T02:08:57.328Z Checking anyhow v1.0.86
28582024-07-26T02:08:57.352Z Checking cargo_toml v0.20.4
28592024-07-26T02:08:57.455Z Checking macaddr v1.0.1
28602024-07-26T02:08:57.613Z Checking h2 v0.3.26
28612024-07-26T02:08:57.826Z Checking clap v4.5.9
28622024-07-26T02:08:58.184Z Checking usdt-impl v0.5.0
28632024-07-26T02:08:58.634Z Checking usdt v0.5.0
28642024-07-26T02:09:00.655Z Checking hyper v0.14.28
28652024-07-26T02:09:03.133Z Checking hyper-tls v0.5.0
28662024-07-26T02:09:03.337Z Checking reqwest v0.11.27
28672024-07-26T02:09:04.193Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28682024-07-26T02:09:05.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.67s
28692024-07-26T02:09:05.439Z
28702024-07-26T02:09:05.439Zinfo: running `cargo check --bins` on end-to-end-tests (130/139)
28712024-07-26T02:09:05.983Z Downloading crates ...
28722024-07-26T02:09:06.207Z Downloaded cbc v0.1.2
28732024-07-26T02:09:06.231Z Downloaded rand_core v0.5.1
28742024-07-26T02:09:06.231Z Downloaded russh-keys v0.43.0
28752024-07-26T02:09:06.231Z Downloaded russh v0.43.0
28762024-07-26T02:09:06.231Z Downloaded primeorder v0.13.6
28772024-07-26T02:09:06.231Z Downloaded aes-gcm v0.10.3
28782024-07-26T02:09:06.231Z Downloaded p521 v0.13.3
28792024-07-26T02:09:06.255Z Downloaded p256 v0.13.2
28802024-07-26T02:09:06.255Z Downloaded internet-checksum v0.2.1
28812024-07-26T02:09:06.255Z Downloaded ed25519-dalek v2.1.1
28822024-07-26T02:09:06.255Z Downloaded ecdsa v0.16.9
28832024-07-26T02:09:06.255Z Downloaded dhcproto v0.11.0
28842024-07-26T02:09:06.255Z Downloaded rfc6979 v0.4.0
28852024-07-26T02:09:06.255Z Downloaded rand_chacha v0.2.2
28862024-07-26T02:09:06.255Z Downloaded rand v0.7.3
28872024-07-26T02:09:06.278Z Downloaded dirs-sys v0.4.1
28882024-07-26T02:09:06.279Z Downloaded dirs v5.0.1
28892024-07-26T02:09:06.279Z Downloaded dhcproto-macros v0.1.0
28902024-07-26T02:09:06.279Z Downloaded blowfish v0.9.1
28912024-07-26T02:09:06.279Z Downloaded russh-cryptovec v0.7.2
28922024-07-26T02:09:06.279Z Downloaded polyval v0.6.2
28932024-07-26T02:09:06.279Z Downloaded pbkdf2 v0.12.2
28942024-07-26T02:09:06.279Z Downloaded password-hash v0.4.2
28952024-07-26T02:09:06.279Z Downloaded md5 v0.7.0
28962024-07-26T02:09:06.279Z Downloaded ghash v0.5.1
28972024-07-26T02:09:06.279Z Downloaded getrandom v0.1.16
28982024-07-26T02:09:06.279Z Downloaded ed25519 v2.2.3
28992024-07-26T02:09:06.279Z Downloaded pbkdf2 v0.11.0
29002024-07-26T02:09:06.279Z Downloaded option-ext v0.2.0
29012024-07-26T02:09:06.279Z Downloaded hex-literal v0.4.1
29022024-07-26T02:09:06.303Z Downloaded ctr v0.9.2
29032024-07-26T02:09:06.303Z Downloaded bcrypt-pbkdf v0.10.0
29042024-07-26T02:09:06.303Z Downloaded aes v0.8.4
29052024-07-26T02:09:06.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062024-07-26T02:09:06.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072024-07-26T02:09:06.444Z Compiling getrandom v0.1.16
29082024-07-26T02:09:06.470Z Checking rfc6979 v0.4.0
29092024-07-26T02:09:06.494Z Checking primeorder v0.13.6
29102024-07-26T02:09:06.494Z Checking option-ext v0.2.0
29112024-07-26T02:09:06.494Z Checking ed25519 v2.2.3
29122024-07-26T02:09:06.494Z Checking polyval v0.6.2
29132024-07-26T02:09:06.494Z Checking ctr v0.9.2
29142024-07-26T02:09:06.494Z Checking aes v0.8.4
29152024-07-26T02:09:06.615Z Checking dirs-sys v0.4.1
29162024-07-26T02:09:06.638Z Checking ecdsa v0.16.9
29172024-07-26T02:09:06.756Z Checking blowfish v0.9.1
29182024-07-26T02:09:06.780Z Checking password-hash v0.4.2
29192024-07-26T02:09:06.803Z Checking pbkdf2 v0.12.2
29202024-07-26T02:09:06.827Z Checking ghash v0.5.1
29212024-07-26T02:09:06.933Z Checking dirs v5.0.1
29222024-07-26T02:09:06.957Z Checking ed25519-dalek v2.1.1
29232024-07-26T02:09:06.980Z Checking bcrypt-pbkdf v0.10.0
29242024-07-26T02:09:07.004Z Checking cbc v0.1.2
29252024-07-26T02:09:07.053Z Checking russh-cryptovec v0.7.2
29262024-07-26T02:09:07.127Z Checking pbkdf2 v0.11.0
29272024-07-26T02:09:07.155Z Checking md5 v0.7.0
29282024-07-26T02:09:07.182Z Checking hex-literal v0.4.1
29292024-07-26T02:09:07.219Z Compiling dhcproto-macros v0.1.0
29302024-07-26T02:09:07.219Z Checking p521 v0.13.3
29312024-07-26T02:09:07.250Z Checking p256 v0.13.2
29322024-07-26T02:09:07.273Z Checking aes-gcm v0.10.3
29332024-07-26T02:09:07.298Z Checking rand_core v0.5.1
29342024-07-26T02:09:07.298Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29352024-07-26T02:09:07.363Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29362024-07-26T02:09:07.387Z Checking internet-checksum v0.2.1
29372024-07-26T02:09:07.533Z Checking rand_chacha v0.2.2
29382024-07-26T02:09:07.807Z Checking rand v0.7.3
29392024-07-26T02:09:07.950Z Checking dhcproto v0.11.0
29402024-07-26T02:09:08.904Z Checking russh-keys v0.43.0
29412024-07-26T02:09:09.807Z Checking russh v0.43.0
29422024-07-26T02:09:29.924Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29432024-07-26T02:09:31.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.04s
29442024-07-26T02:09:31.624Z
29452024-07-26T02:09:31.624Zinfo: running `cargo check --bins` on gateway-cli (131/139)
29462024-07-26T02:09:32.285Z Downloading crates ...
29472024-07-26T02:09:32.366Z Downloaded termios v0.3.3
29482024-07-26T02:09:32.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492024-07-26T02:09:32.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502024-07-26T02:09:32.469Z Checking termios v0.3.3
29512024-07-26T02:09:32.636Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29522024-07-26T02:09:33.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
29532024-07-26T02:09:33.626Z
29542024-07-26T02:09:33.626Zinfo: running `cargo check --bins --no-default-features` on installinator (132/139)
29552024-07-26T02:09:34.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-07-26T02:09:34.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-07-26T02:09:34.454Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29582024-07-26T02:09:36.801Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29592024-07-26T02:09:38.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
29602024-07-26T02:09:38.870Z
29612024-07-26T02:09:38.870Zinfo: running `cargo check --bins` on internal-dns-cli (133/139)
29622024-07-26T02:09:39.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-07-26T02:09:39.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-07-26T02:09:39.619Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29652024-07-26T02:09:40.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
29662024-07-26T02:09:40.196Z
29672024-07-26T02:09:40.196Zinfo: running `cargo check --bins` on omicron-package (134/139)
29682024-07-26T02:09:40.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-07-26T02:09:40.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-07-26T02:09:40.985Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29712024-07-26T02:09:42.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
29722024-07-26T02:09:42.463Z
29732024-07-26T02:09:42.463Zinfo: running `cargo check --bins` on wicket-dbg (135/139)
29742024-07-26T02:09:43.112Z Downloading crates ...
29752024-07-26T02:09:43.205Z Downloaded rtoolbox v0.0.2
29762024-07-26T02:09:43.229Z Downloaded tui-tree-widget v0.21.0
29772024-07-26T02:09:43.229Z Downloaded rpassword v7.3.1
29782024-07-26T02:09:43.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-07-26T02:09:43.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-07-26T02:09:43.333Z Checking rtoolbox v0.0.2
29812024-07-26T02:09:43.357Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29822024-07-26T02:09:43.357Z Checking tui-tree-widget v0.21.0
29832024-07-26T02:09:43.511Z Checking rpassword v7.3.1
29842024-07-26T02:09:48.243Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29852024-07-26T02:09:51.529Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29862024-07-26T02:09:52.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.40s
29872024-07-26T02:09:52.997Z
29882024-07-26T02:09:52.997Zinfo: running `cargo check --bins` on wicket (136/139)
29892024-07-26T02:09:53.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-07-26T02:09:53.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-07-26T02:09:53.871Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29922024-07-26T02:09:54.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
29932024-07-26T02:09:54.345Z
29942024-07-26T02:09:54.345Zinfo: running `cargo check --bins` on wicketd (137/139)
29952024-07-26T02:09:55.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-07-26T02:09:55.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-07-26T02:09:55.169Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29982024-07-26T02:09:59.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
29992024-07-26T02:09:59.276Z
30002024-07-26T02:09:59.276Zinfo: running `cargo check --bins` on omicron-workspace-hack (138/139)
30012024-07-26T02:09:59.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-07-26T02:09:59.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-07-26T02:09:59.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042024-07-26T02:09:59.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30052024-07-26T02:10:00.008Z
30062024-07-26T02:10:00.008Zinfo: running `cargo check --bins` on zone-setup (139/139)
30072024-07-26T02:10:00.726Z Downloading crates ...
30082024-07-26T02:10:00.762Z Downloaded uzers v0.11.3
30092024-07-26T02:10:00.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-07-26T02:10:00.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-07-26T02:10:00.922Z Checking uzers v0.11.3
30122024-07-26T02:10:01.204Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30132024-07-26T02:10:02.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
30142024-07-26T02:10:02.596Z
30152024-07-26T02:10:02.596Zreal 12:39.755915567
30162024-07-26T02:10:02.621Zuser 27:16.067100796
30172024-07-26T02:10:02.621Zsys 6:20.237343997
30182024-07-26T02:10:02.621Ztrap 0.703919609
30192024-07-26T02:10:02.621Ztflt 1.013519092
30202024-07-26T02:10:02.621Zdflt 2.712074762
30212024-07-26T02:10:02.621Zkflt 0.001170511
30222024-07-26T02:10:02.621Zlock 2:19:38.332246175
30232024-07-26T02:10:02.621Zslp 2:05:38.612291128
30242024-07-26T02:10:02.621Zlat 1:13.184650820
30252024-07-26T02:10:02.621Zstop 2:51.374546492
30262024-07-26T02:10:02.621Zprocess exited: duration 942084 ms, exit code 0
 
30272024-07-26T02:10:02.672Zfound 0 output files