01J45NQ8ZREFCERATTYPZ7AE1W: 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: 01J45NQV3FCNGJK7QH27CV6SVJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-01T00:35:16.934Zjob assigned to worker 01J45NQZ85SK5ARC1PAZ0H5RGT (queued for 57 s)
 
22024-08-01T00:35:23.994Zstarting task 0: "setup"
32024-08-01T00:35:24.002Z++ uname -s
42024-08-01T00:35:24.004Z+ kern=SunOS
52024-08-01T00:35:24.005Z+ case "$kern" in
62024-08-01T00:35:24.005Z+ groupadd -g 12345 build
72024-08-01T00:35:24.007Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-01T00:35:26.015Z+ zfs create -o mountpoint=/work rpool/work
92024-08-01T00:35:26.080Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-01T00:35:26.083Z+ home_fs=zfs
112024-08-01T00:35:26.083Z+ [[ zfs == autofs ]]
122024-08-01T00:35:26.083Z+ mkdir -p /home/build
132024-08-01T00:35:26.085Z+ chown build:build /home/build /work
142024-08-01T00:35:28.086Z+ chmod 0700 /home/build /work
152024-08-01T00:35:28.089Zprocess exited: duration 4097 ms, exit code 0
 
162024-08-01T00:35:28.095Zstarting task 1: "rust-toolchain"
172024-08-01T00:35:28.101Z+ printf ' * toolchain channel = "%s"
182024-08-01T00:35:28.101Z * toolchain channel = "1.78.0"
192024-08-01T00:35:28.101Z * toolchain profile = "default"
202024-08-01T00:35:28.101Z' 1.78.0
212024-08-01T00:35:28.101Z+ printf ' * toolchain profile = "%s"
222024-08-01T00:35:28.101Z' default
232024-08-01T00:35:28.104Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-01T00:35:28.104Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-08-01T00:35:28.208Zinfo: downloading installer
262024-08-01T00:35:29.261Zinfo: profile set to 'default'
272024-08-01T00:35:29.261Zinfo: default host triple is x86_64-unknown-illumos
282024-08-01T00:35:29.264Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-08-01T00:35:29.384Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-08-01T00:35:29.384Zinfo: downloading component 'cargo'
312024-08-01T00:35:30.013Zinfo: downloading component 'clippy'
322024-08-01T00:35:30.225Zinfo: downloading component 'rust-docs'
332024-08-01T00:35:31.076Zinfo: downloading component 'rust-std'
342024-08-01T00:35:32.435Zinfo: downloading component 'rustc'
352024-08-01T00:35:35.831Zinfo: downloading component 'rustfmt'
362024-08-01T00:35:35.984Zinfo: installing component 'cargo'
372024-08-01T00:35:36.846Zinfo: installing component 'clippy'
382024-08-01T00:35:37.211Zinfo: installing component 'rust-docs'
392024-08-01T00:35:38.774Zinfo: installing component 'rust-std'
402024-08-01T00:35:40.506Zinfo: installing component 'rustc'
412024-08-01T00:35:44.896Zinfo: installing component 'rustfmt'
422024-08-01T00:35:45.236Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-08-01T00:35:45.236Z
442024-08-01T00:35:45.508Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-08-01T00:35:45.508Z
462024-08-01T00:35:45.511Z
472024-08-01T00:35:45.511ZRust is installed now. Great!
482024-08-01T00:35:45.511Z
492024-08-01T00:35:45.511ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-01T00:35:45.511Zenvironment variable. This has not been done automatically.
512024-08-01T00:35:45.511Z
522024-08-01T00:35:45.511ZTo configure your current shell, you need to source
532024-08-01T00:35:45.511Zthe corresponding env file under $HOME/.cargo.
542024-08-01T00:35:45.511Z
552024-08-01T00:35:45.511ZThis is usually done by running one of the following (note the leading DOT):
562024-08-01T00:35:45.511Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-01T00:35:45.511Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-01T00:35:45.564Z+ rustc --version
592024-08-01T00:35:45.633Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-08-01T00:35:45.638Zprocess exited: duration 17540 ms, exit code 0
 
612024-08-01T00:35:45.643Zstarting task 2: "authentication"
622024-08-01T00:35:45.667Zprocess exited: duration 23 ms, exit code 0
 
632024-08-01T00:35:45.673Zstarting task 3: "clone repository"
642024-08-01T00:35:45.679Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-01T00:35:45.681Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-01T00:35:45.714ZCloning into '/work/oxidecomputer/omicron'...
672024-08-01T00:35:52.388Z+ cd /work/oxidecomputer/omicron
682024-08-01T00:35:52.388Z+ git fetch origin 0341887b5db95f5f38d14b642946dc6696ca52e5
692024-08-01T00:35:52.829ZFrom https://github.com/oxidecomputer/omicron
702024-08-01T00:35:52.829Z * branch 0341887b5db95f5f38d14b642946dc6696ca52e5 -> FETCH_HEAD
712024-08-01T00:35:52.837Z+ [[ -n sunshowers/spr/fix-rand_seeder-rand_core-dependency ]]
722024-08-01T00:35:52.840Z++ git branch --show-current
732024-08-01T00:35:52.842Z+ current=main
742024-08-01T00:35:52.842Z+ [[ main != sunshowers/spr/fix-rand_seeder-rand_core-dependency ]]
752024-08-01T00:35:52.842Z+ git branch -f sunshowers/spr/fix-rand_seeder-rand_core-dependency 0341887b5db95f5f38d14b642946dc6696ca52e5
762024-08-01T00:35:52.845Z+ git checkout -f sunshowers/spr/fix-rand_seeder-rand_core-dependency
772024-08-01T00:35:52.988ZSwitched to branch 'sunshowers/spr/fix-rand_seeder-rand_core-dependency'
782024-08-01T00:35:52.991Z+ git reset --hard 0341887b5db95f5f38d14b642946dc6696ca52e5
792024-08-01T00:35:53.008ZHEAD is now at 0341887b5 [𝘀𝗽𝗿] initial version
802024-08-01T00:35:53.010Zprocess exited: duration 7335 ms, exit code 0
 
812024-08-01T00:35:53.016Zstarting task 4: "build"
822024-08-01T00:35:53.021Z+ cargo --version
832024-08-01T00:35:53.078Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-08-01T00:35:53.081Z+ rustc --version
852024-08-01T00:35:53.144Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-08-01T00:35:53.147Z+ source ./env.sh
872024-08-01T00:35:53.150Z++ OLD_SHELL_OPTS=ehxB
882024-08-01T00:35:53.150Z++ set -o xtrace
892024-08-01T00:35:53.153Z++++ dirname ./env.sh
902024-08-01T00:35:53.153Z+++ readlink -f .
912024-08-01T00:35:53.156Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-01T00:35:53.156Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-01T00:35:53.156Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-01T00:35:53.156Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-01T00:35:53.156Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-01T00:35:53.156Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-01T00:35:53.156Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-01T00:35:53.156Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-01T00:35:53.156Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-01T00:35:53.156Z++ case $OLD_SHELL_OPTS in
1012024-08-01T00:35:53.156Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-01T00:35:53.156Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-01T00:35:53.156Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-01T00:35:53.156Z+ banner prerequisites
1052024-08-01T00:35:53.159Z
1062024-08-01T00:35:53.159Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-01T00:35:53.159Z # # # # # # # # # # # # # # #
1082024-08-01T00:35:53.159Z # # # # ##### # # ##### # # # # # #### #
1092024-08-01T00:35:53.159Z ##### ##### # ##### # # # # # # # # #
1102024-08-01T00:35:53.159Z # # # # # # # # # # # # # # #
1112024-08-01T00:35:53.159Z # # # ###### # # ###### ### # #### # #### #
1122024-08-01T00:35:53.159Z
1132024-08-01T00:35:53.159Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-01T00:35:59.703Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-01T00:36:01.796Z Startup: Caching catalogs ... Done
1162024-08-01T00:36:05.744ZPlanning: Solver setup ... Done (3.321s)
1172024-08-01T00:36:05.807ZPlanning: Running solver ... Done (0.063s)
1182024-08-01T00:36:05.866ZPlanning: Finding local manifests ... Done (0.004s)
1192024-08-01T00:36:05.879ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-01T00:36:06.029ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-01T00:36:06.088ZPlanning: Package planning ... Done (0.059s)
1222024-08-01T00:36:06.139ZPlanning: Merging actions ... Done (0.051s)
1232024-08-01T00:36:06.447ZPlanning: Checking for conflicting actions ... Done (0.307s)
1242024-08-01T00:36:06.460ZPlanning: Consolidating action changes ... Done (0.012s)
1252024-08-01T00:36:07.407ZPlanning: Evaluating mediators ... Done (0.947s)
1262024-08-01T00:36:07.418ZPlanning: Planning completed in 5.55 seconds
1272024-08-01T00:36:07.435Z Packages to install: 4
1282024-08-01T00:36:07.435Z Mediators to change: 2
1292024-08-01T00:36:07.435Z Services to change: 1
1302024-08-01T00:36:07.438Z Estimated space available: 155.77 GB
1312024-08-01T00:36:07.438ZEstimated space to be consumed: 1.47 GB
1322024-08-01T00:36:07.438Z Create boot environment: No
1332024-08-01T00:36:07.438ZCreate backup boot environment: No
1342024-08-01T00:36:07.438Z Rebuild boot archive: No
1352024-08-01T00:36:07.438Z
1362024-08-01T00:36:07.438ZChanged mediators:
1372024-08-01T00:36:07.438Z mediator clang:
1382024-08-01T00:36:07.438Z version: None -> 15 (system default)
1392024-08-01T00:36:07.438Z
1402024-08-01T00:36:07.438Z mediator llvm:
1412024-08-01T00:36:07.438Z version: 14 (system default) -> 15 (system default)
1422024-08-01T00:36:07.439Z
1432024-08-01T00:36:07.439ZChanged packages:
1442024-08-01T00:36:07.439Zhelios-dev
1452024-08-01T00:36:07.439Z developer/build-essential
1462024-08-01T00:36:07.439Z None -> 11-2.0
1472024-08-01T00:36:07.439Z library/libxmlsec1
1482024-08-01T00:36:07.439Z None -> 1.2.35-2.0
1492024-08-01T00:36:07.439Z ooce/developer/clang-15
1502024-08-01T00:36:07.439Z None -> 15.0.7-2.0
1512024-08-01T00:36:07.439Z ooce/developer/llvm-15
1522024-08-01T00:36:07.439Z None -> 15.0.7-2.0
1532024-08-01T00:36:07.439Z
1542024-08-01T00:36:07.439ZServices:
1552024-08-01T00:36:07.439Z restart_fmri:
1562024-08-01T00:36:07.439Z svc:/system/update-man-index:default
1572024-08-01T00:36:07.484Z
1582024-08-01T00:36:07.484ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-01T00:36:14.172ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (18.6M/s)
1602024-08-01T00:36:20.617ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (18.2M/s)
1612024-08-01T00:36:25.618ZDownload: 1699/3290 items 117.3/212.6MB 55% complete (7.0M/s)
1622024-08-01T00:36:30.620ZDownload: 2348/3290 items 120.0/212.6MB 56% complete (3.7M/s)
1632024-08-01T00:36:35.647ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.6M/s)
1642024-08-01T00:36:41.637ZDownload: 3282/3290 items 211.6/212.6MB 99% complete (9.2M/s)
1652024-08-01T00:36:48.055ZDownload: 3285/3290 items 212.4/212.6MB 99% complete (9.0M/s)
1662024-08-01T00:36:48.132ZDownload: Completed 212.60 MB in 40.64 seconds (5.2M/s)
1672024-08-01T00:36:48.289Z Actions: 1/3689 actions (Installing new actions)
1682024-08-01T00:36:52.899Z Actions: Completed 3689 actions in 4.61 seconds.
1692024-08-01T00:36:53.173Z Done (0.269s)
1702024-08-01T00:36:53.173Z Done (0.000s)
1712024-08-01T00:36:53.527Z Done (0.353s)
1722024-08-01T00:36:58.227Z Done (4.527s)
1732024-08-01T00:36:58.326Z Done (0.016s)
1742024-08-01T00:36:58.335Z Done (0.000s)
1752024-08-01T00:36:58.488Z Done (0.000s)
1762024-08-01T00:36:59.130ZPlanning: Evaluating mediator changes ... Done
1772024-08-01T00:36:59.304ZPlanning: Checking for conflicting actions ... Done
1782024-08-01T00:36:59.307ZPlanning: Consolidating action changes ... Done
1792024-08-01T00:36:59.587ZPlanning: Evaluating mediators ... Done
1802024-08-01T00:36:59.590ZPlanning: Planning completed in 0.46 seconds
1812024-08-01T00:36:59.623Z Mediators to change: 2
1822024-08-01T00:36:59.623Z Create boot environment: No
1832024-08-01T00:36:59.623ZCreate backup boot environment: No
1842024-08-01T00:36:59.706Z Done
1852024-08-01T00:36:59.706Z Done
1862024-08-01T00:36:59.937Z Done
1872024-08-01T00:37:03.885Z Done
1882024-08-01T00:37:03.979Z Done
1892024-08-01T00:37:03.982Z Done
1902024-08-01T00:37:04.090Z Done
1912024-08-01T00:37:04.758ZPlanning: Evaluating mediator changes ... Done
1922024-08-01T00:37:04.761ZPlanning: Merging actions ... Done
1932024-08-01T00:37:04.963ZPlanning: Checking for conflicting actions ... Done
1942024-08-01T00:37:04.975ZPlanning: Consolidating action changes ... Done
1952024-08-01T00:37:05.244ZPlanning: Evaluating mediators ... Done
1962024-08-01T00:37:05.303ZPlanning: Planning completed in 0.80 seconds
1972024-08-01T00:37:05.339Z Packages to change: 1
1982024-08-01T00:37:05.339Z Mediators to change: 1
1992024-08-01T00:37:05.339Z Services to change: 1
2002024-08-01T00:37:05.339Z Create boot environment: No
2012024-08-01T00:37:05.342ZCreate backup boot environment: Yes
2022024-08-01T00:37:07.316Z Actions: 1/6 actions (Updating modified actions)
2032024-08-01T00:37:07.325Z Actions: Completed 6 actions in 0.00 seconds.
2042024-08-01T00:37:07.325Z Done
2052024-08-01T00:37:07.325Z Done
2062024-08-01T00:37:07.393Z Done
2072024-08-01T00:37:11.559Z Done
2082024-08-01T00:37:11.649Z Done
2092024-08-01T00:37:11.652Z Done
2102024-08-01T00:37:11.751Z Done
2112024-08-01T00:37:12.236ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122024-08-01T00:37:12.236Zclang system 15 system
2132024-08-01T00:37:12.236Zcsh system system illumos
2142024-08-01T00:37:12.236Zctags system system illumos
2152024-08-01T00:37:12.236Zgcc vendor 12 vendor
2162024-08-01T00:37:12.236Zgcc system 10 system
2172024-08-01T00:37:12.236Zgcc system 7 system
2182024-08-01T00:37:12.236Zgo system 1.20 system
2192024-08-01T00:37:12.236Zgo system 1.19 system
2202024-08-01T00:37:12.236Zllvm system 15 system
2212024-08-01T00:37:12.236Zllvm system 14 system
2222024-08-01T00:37:12.236Zmariadb system 10.6 system
2232024-08-01T00:37:12.236Zmta vendor vendor dma
2242024-08-01T00:37:12.236Zopenjdk system 17 system
2252024-08-01T00:37:12.236Zopenjdk system 11 system
2262024-08-01T00:37:12.236Zopenjdk system 1.8 system
2272024-08-01T00:37:12.236Zopenssl vendor 3 vendor
2282024-08-01T00:37:12.236Zperl system 5.36 system
2292024-08-01T00:37:12.236Zpostgresql system 15 system
2302024-08-01T00:37:12.236Zpostgresql system 13 system
2312024-08-01T00:37:12.236Zpython vendor 3 vendor
2322024-08-01T00:37:12.236Zpython system 2 system
2332024-08-01T00:37:12.236Zpython3 system 3.11 system
2342024-08-01T00:37:12.236Zruby system 3.0 system
2352024-08-01T00:37:12.236Zwords vendor vendor american-english
2362024-08-01T00:37:12.236Zwords system system australian-english
2372024-08-01T00:37:12.236Zwords system system british-english
2382024-08-01T00:37:12.236Zwords system system canadian-english
2392024-08-01T00:37:12.236Zwords system system french
2402024-08-01T00:37:12.236Zwords system system italian
2412024-08-01T00:37:12.236Zwords system system ngerman
2422024-08-01T00:37:12.236Zwords system system ogerman
2432024-08-01T00:37:12.236Zwords system system spanish
2442024-08-01T00:37:12.608ZPUBLISHER TYPE STATUS P LOCATION
2452024-08-01T00:37:12.608Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462024-08-01T00:37:14.326ZFMRI IFO
2472024-08-01T00:37:14.326Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482024-08-01T00:37:14.326Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492024-08-01T00:37:14.326Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502024-08-01T00:37:14.326Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512024-08-01T00:37:14.326Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522024-08-01T00:37:14.326Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532024-08-01T00:37:14.326Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2542024-08-01T00:37:14.326Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552024-08-01T00:37:14.326Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2562024-08-01T00:37:14.326Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572024-08-01T00:37:14.326Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2582024-08-01T00:37:14.326Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592024-08-01T00:37:14.930Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602024-08-01T00:37:15.230Z Updating git repository `https://github.com/oxidecomputer/zone`
2612024-08-01T00:37:15.563Z Updating crates.io index
2622024-08-01T00:37:15.567Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2632024-08-01T00:37:16.430Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642024-08-01T00:37:17.178Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2652024-08-01T00:37:17.472Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2662024-08-01T00:37:19.529Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672024-08-01T00:37:20.069Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682024-08-01T00:37:20.403Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692024-08-01T00:37:21.458Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702024-08-01T00:37:23.659Z Updating git repository `https://github.com/oxidecomputer/opte`
2712024-08-01T00:37:24.703Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722024-08-01T00:37:25.421Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732024-08-01T00:37:25.963Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742024-08-01T00:37:26.358Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2752024-08-01T00:37:26.606Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2762024-08-01T00:37:27.056Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772024-08-01T00:37:27.362Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782024-08-01T00:37:27.611Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792024-08-01T00:37:27.881Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802024-08-01T00:37:28.233Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812024-08-01T00:37:28.647Z Updating git repository `https://github.com/oxidecomputer/ispf`
2822024-08-01T00:37:29.001Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2832024-08-01T00:37:29.250Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842024-08-01T00:37:29.895Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2852024-08-01T00:37:30.433Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862024-08-01T00:37:30.808Z Updating git repository `https://github.com/oxidecomputer/typify`
2872024-08-01T00:37:32.931Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882024-08-01T00:37:33.304Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892024-08-01T00:37:33.577Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902024-08-01T00:37:34.090Z Updating git repository `https://github.com/oxidecomputer/rfb`
2912024-08-01T00:37:35.194Z Downloading crates ...
2922024-08-01T00:37:35.266Z Downloaded bitflags v2.6.0
2932024-08-01T00:37:35.285Z Downloaded is_terminal_polyfill v1.70.0
2942024-08-01T00:37:35.285Z Downloaded pretty-hex v0.4.1
2952024-08-01T00:37:35.285Z Downloaded scroll_derive v0.12.0
2962024-08-01T00:37:35.293Z Downloaded dtrace-parser v0.2.0
2972024-08-01T00:37:35.297Z Downloaded anstyle-query v1.0.3
2982024-08-01T00:37:35.297Z Downloaded cfg-if v1.0.0
2992024-08-01T00:37:35.297Z Downloaded bytecount v0.6.8
3002024-08-01T00:37:35.297Z Downloaded anstyle v1.0.7
3012024-08-01T00:37:35.298Z Downloaded cargo_metadata v0.18.1
3022024-08-01T00:37:35.300Z Downloaded serde_tokenstream v0.2.1
3032024-08-01T00:37:35.303Z Downloaded digest v0.10.7
3042024-08-01T00:37:35.305Z Downloaded clap_lex v0.7.0
3052024-08-01T00:37:35.307Z Downloaded proc-macro-error-attr v1.0.4
3062024-08-01T00:37:35.310Z Downloaded heck v0.4.1
3072024-08-01T00:37:35.310Z Downloaded utf8parse v0.2.1
3082024-08-01T00:37:35.310Z Downloaded memmap v0.7.0
3092024-08-01T00:37:35.313Z Downloaded heck v0.5.0
3102024-08-01T00:37:35.313Z Downloaded fs-err v2.11.0
3112024-08-01T00:37:35.316Z Downloaded usdt-impl v0.5.0
3122024-08-01T00:37:35.318Z Downloaded macaddr v1.0.1
3132024-08-01T00:37:35.323Z Downloaded usdt v0.5.0
3142024-08-01T00:37:35.326Z Downloaded cpufeatures v0.2.12
3152024-08-01T00:37:35.328Z Downloaded camino v1.1.7
3162024-08-01T00:37:35.329Z Downloaded thiserror-impl v1.0.63
3172024-08-01T00:37:35.331Z Downloaded strsim v0.11.1
3182024-08-01T00:37:35.331Z Downloaded errno v0.3.9
3192024-08-01T00:37:35.334Z Downloaded autocfg v1.3.0
3202024-08-01T00:37:35.334Z Downloaded cargo-platform v0.1.8
3212024-08-01T00:37:35.336Z Downloaded block-buffer v0.10.4
3222024-08-01T00:37:35.337Z Downloaded anstyle-parse v0.2.4
3232024-08-01T00:37:35.339Z Downloaded byteorder v1.5.0
3242024-08-01T00:37:35.343Z Downloaded swrite v0.1.0
3252024-08-01T00:37:35.349Z Downloaded usdt-macro v0.5.0
3262024-08-01T00:37:35.353Z Downloaded usdt-attr-macro v0.5.0
3272024-08-01T00:37:35.365Z Downloaded terminal_size v0.3.0
3282024-08-01T00:37:35.369Z Downloaded zerocopy-derive v0.7.34
3292024-08-01T00:37:35.375Z Downloaded generic-array v0.14.7
3302024-08-01T00:37:35.378Z Downloaded itoa v1.0.11
3312024-08-01T00:37:35.378Z Downloaded equivalent v1.0.1
3322024-08-01T00:37:35.381Z Downloaded crypto-common v0.1.6
3332024-08-01T00:37:35.384Z Downloaded serde_spanned v0.6.6
3342024-08-01T00:37:35.387Z Downloaded pest_generator v2.7.10
3352024-08-01T00:37:35.390Z Downloaded dof v0.3.0
3362024-08-01T00:37:35.390Z Downloaded toml_datetime v0.6.6
3372024-08-01T00:37:35.390Z Downloaded plain v0.2.3
3382024-08-01T00:37:35.392Z Downloaded quote v1.0.36
3392024-08-01T00:37:35.395Z Downloaded pest_meta v2.7.10
3402024-08-01T00:37:35.395Z Downloaded version_check v0.9.4
3412024-08-01T00:37:35.398Z Downloaded thread-id v4.2.1
3422024-08-01T00:37:35.398Z Downloaded unicode-ident v1.0.12
3432024-08-01T00:37:35.401Z Downloaded tabled_derive v0.7.0
3442024-08-01T00:37:35.401Z Downloaded scroll v0.12.0
3452024-08-01T00:37:35.414Z Downloaded thiserror v1.0.63
3462024-08-01T00:37:35.416Z Downloaded pest_derive v2.7.10
3472024-08-01T00:37:35.416Z Downloaded cargo_toml v0.20.4
3482024-08-01T00:37:35.416Z Downloaded anyhow v1.0.86
3492024-08-01T00:37:35.416Z Downloaded ucd-trie v0.1.6
3502024-08-01T00:37:35.416Z Downloaded proc-macro-error v1.0.4
3512024-08-01T00:37:35.419Z Downloaded clap v4.5.9
3522024-08-01T00:37:35.429Z Downloaded colorchoice v1.0.1
3532024-08-01T00:37:35.432Z Downloaded sha2 v0.10.8
3542024-08-01T00:37:35.432Z Downloaded semver v1.0.23
3552024-08-01T00:37:35.439Z Downloaded toml v0.8.15
3562024-08-01T00:37:35.439Z Downloaded papergrid v0.11.0
3572024-08-01T00:37:35.444Z Downloaded ryu v1.0.18
3582024-08-01T00:37:35.448Z Downloaded once_cell v1.19.0
3592024-08-01T00:37:35.450Z Downloaded proc-macro2 v1.0.86
3602024-08-01T00:37:35.450Z Downloaded serde_derive v1.0.204
3612024-08-01T00:37:35.453Z Downloaded typenum v1.17.0
3622024-08-01T00:37:35.456Z Downloaded serde v1.0.204
3632024-08-01T00:37:35.459Z Downloaded log v0.4.21
3642024-08-01T00:37:35.462Z Downloaded clap_derive v4.5.8
3652024-08-01T00:37:35.464Z Downloaded anstream v0.6.14
3662024-08-01T00:37:35.467Z Downloaded fnv v1.0.7
3672024-08-01T00:37:35.480Z Downloaded indexmap v2.2.6
3682024-08-01T00:37:35.490Z Downloaded memchr v2.7.2
3692024-08-01T00:37:35.498Z Downloaded toml_edit v0.22.16
3702024-08-01T00:37:35.521Z Downloaded pest v2.7.10
3712024-08-01T00:37:35.538Z Downloaded hashbrown v0.14.5
3722024-08-01T00:37:35.543Z Downloaded serde_json v1.0.120
3732024-08-01T00:37:35.551Z Downloaded clap_builder v4.5.9
3742024-08-01T00:37:35.558Z Downloaded winnow v0.6.8
3752024-08-01T00:37:35.567Z Downloaded zerocopy v0.7.34
3762024-08-01T00:37:35.583Z Downloaded tabled v0.15.0
3772024-08-01T00:37:35.598Z Downloaded syn v1.0.109
3782024-08-01T00:37:35.608Z Downloaded syn v2.0.72
3792024-08-01T00:37:35.618Z Downloaded goblin v0.8.2
3802024-08-01T00:37:35.624Z Downloaded rustix v0.38.34
3812024-08-01T00:37:35.647Z Downloaded unicode-width v0.1.13
3822024-08-01T00:37:35.656Z Downloaded libc v0.2.155
3832024-08-01T00:37:35.952Z Compiling proc-macro2 v1.0.86
3842024-08-01T00:37:35.952Z Compiling unicode-ident v1.0.12
3852024-08-01T00:37:35.952Z Compiling version_check v0.9.4
3862024-08-01T00:37:35.954Z Compiling serde v1.0.204
3872024-08-01T00:37:35.954Z Compiling thiserror v1.0.63
3882024-08-01T00:37:35.954Z Compiling libc v0.2.155
3892024-08-01T00:37:35.954Z Compiling memchr v2.7.2
3902024-08-01T00:37:35.954Z Compiling ryu v1.0.18
3912024-08-01T00:37:36.236Z Compiling itoa v1.0.11
3922024-08-01T00:37:36.360Z Compiling ucd-trie v0.1.6
3932024-08-01T00:37:36.732Z Compiling once_cell v1.19.0
3942024-08-01T00:37:36.833Z Compiling byteorder v1.5.0
3952024-08-01T00:37:37.038Z Compiling serde_json v1.0.120
3962024-08-01T00:37:37.201Z Compiling usdt-impl v0.5.0
3972024-08-01T00:37:37.322Z Compiling proc-macro-error-attr v1.0.4
3982024-08-01T00:37:37.453Z Compiling rustix v0.38.34
3992024-08-01T00:37:37.536Z Compiling syn v1.0.109
4002024-08-01T00:37:37.680Z Compiling proc-macro-error v1.0.4
4012024-08-01T00:37:37.729Z Compiling quote v1.0.36
4022024-08-01T00:37:37.967Z Compiling hashbrown v0.14.5
4032024-08-01T00:37:37.996Z Compiling utf8parse v0.2.1
4042024-08-01T00:37:38.166Z Compiling syn v2.0.72
4052024-08-01T00:37:38.269Z Compiling errno v0.3.9
4062024-08-01T00:37:38.352Z Compiling equivalent v1.0.1
4072024-08-01T00:37:38.463Z Compiling thread-id v4.2.1
4082024-08-01T00:37:38.488Z Compiling plain v0.2.3
4092024-08-01T00:37:38.521Z Compiling bitflags v2.6.0
4102024-08-01T00:37:38.561Z Compiling log v0.4.21
4112024-08-01T00:37:38.587Z Compiling anstyle-parse v0.2.4
4122024-08-01T00:37:38.975Z Compiling anstyle-query v1.0.3
4132024-08-01T00:37:38.975Z Compiling winnow v0.6.8
4142024-08-01T00:37:39.126Z Compiling semver v1.0.23
4152024-08-01T00:37:39.267Z Compiling indexmap v2.2.6
4162024-08-01T00:37:39.343Z Compiling pretty-hex v0.4.1
4172024-08-01T00:37:39.557Z Compiling autocfg v1.3.0
4182024-08-01T00:37:39.619Z Compiling anstyle v1.0.7
4192024-08-01T00:37:39.668Z Compiling camino v1.1.7
4202024-08-01T00:37:40.126Z Compiling colorchoice v1.0.1
4212024-08-01T00:37:40.302Z Compiling is_terminal_polyfill v1.70.0
4222024-08-01T00:37:40.433Z Compiling anstream v0.6.14
4232024-08-01T00:37:40.460Z Compiling terminal_size v0.3.0
4242024-08-01T00:37:40.602Z Compiling fs-err v2.11.0
4252024-08-01T00:37:40.671Z Compiling strsim v0.11.1
4262024-08-01T00:37:40.798Z Compiling unicode-width v0.1.13
4272024-08-01T00:37:40.819Z Compiling bytecount v0.6.8
4282024-08-01T00:37:40.867Z Compiling anyhow v1.0.86
4292024-08-01T00:37:41.046Z Compiling fnv v1.0.7
4302024-08-01T00:37:41.072Z Compiling clap_lex v0.7.0
4312024-08-01T00:37:41.194Z Compiling heck v0.5.0
4322024-08-01T00:37:41.238Z Compiling heck v0.4.1
4332024-08-01T00:37:41.712Z Compiling clap_builder v4.5.9
4342024-08-01T00:37:41.744Z Compiling papergrid v0.11.0
4352024-08-01T00:37:41.857Z Compiling memmap v0.7.0
4362024-08-01T00:37:42.265Z Compiling swrite v0.1.0
4372024-08-01T00:37:44.015Z Compiling tabled_derive v0.7.0
4382024-08-01T00:37:45.875Z Compiling tabled v0.15.0
4392024-08-01T00:37:47.787Z Compiling serde_derive v1.0.204
4402024-08-01T00:37:47.787Z Compiling thiserror-impl v1.0.63
4412024-08-01T00:37:47.790Z Compiling zerocopy-derive v0.7.34
4422024-08-01T00:37:47.790Z Compiling scroll_derive v0.12.0
4432024-08-01T00:37:47.834Z Compiling clap_derive v4.5.8
4442024-08-01T00:37:49.275Z Compiling scroll v0.12.0
4452024-08-01T00:37:49.668Z Compiling zerocopy v0.7.34
4462024-08-01T00:37:49.775Z Compiling goblin v0.8.2
4472024-08-01T00:37:50.857Z Compiling pest v2.7.10
4482024-08-01T00:37:52.318Z Compiling clap v4.5.9
4492024-08-01T00:37:53.062Z Compiling pest_meta v2.7.10
4502024-08-01T00:37:53.957Z Compiling pest_generator v2.7.10
4512024-08-01T00:37:55.963Z Compiling pest_derive v2.7.10
4522024-08-01T00:37:56.654Z Compiling dtrace-parser v0.2.0
4532024-08-01T00:37:58.718Z Compiling serde_tokenstream v0.2.1
4542024-08-01T00:37:58.919Z Compiling toml_datetime v0.6.6
4552024-08-01T00:37:58.919Z Compiling serde_spanned v0.6.6
4562024-08-01T00:37:59.015Z Compiling cargo-platform v0.1.8
4572024-08-01T00:37:59.232Z Compiling toml_edit v0.22.16
4582024-08-01T00:37:59.379Z Compiling macaddr v1.0.1
4592024-08-01T00:38:00.207Z Compiling dof v0.3.0
4602024-08-01T00:38:00.494Z Compiling cargo_metadata v0.18.1
4612024-08-01T00:38:02.113Z Compiling toml v0.8.15
4622024-08-01T00:38:02.139Z Compiling usdt-attr-macro v0.5.0
4632024-08-01T00:38:02.163Z Compiling usdt-macro v0.5.0
4642024-08-01T00:38:02.979Z Compiling cargo_toml v0.20.4
4652024-08-01T00:38:03.546Z Compiling usdt v0.5.0
4662024-08-01T00:38:07.330Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672024-08-01T00:38:11.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.21s
4682024-08-01T00:38:12.191Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4692024-08-01T00:38:12.757Z Downloading crates ...
4702024-08-01T00:38:12.892Z Downloaded assert_matches v1.5.0
4712024-08-01T00:38:12.896Z Downloaded atomicwrites v0.4.3
4722024-08-01T00:38:12.899Z Downloaded adler v1.0.2
4732024-08-01T00:38:12.902Z Downloaded bitstruct_derive v0.1.0
4742024-08-01T00:38:12.907Z Downloaded crucible-workspace-hack v0.1.0
4752024-08-01T00:38:12.910Z Downloaded match_cfg v0.1.0
4762024-08-01T00:38:12.913Z Downloaded darling_macro v0.20.9
4772024-08-01T00:38:12.913Z Downloaded ciborium-io v0.2.2
4782024-08-01T00:38:12.917Z Downloaded managed v0.8.0
4792024-08-01T00:38:12.920Z Downloaded is-terminal v0.4.12
4802024-08-01T00:38:12.922Z Downloaded indent_write v2.2.0
4812024-08-01T00:38:12.922Z Downloaded aead v0.5.2
4822024-08-01T00:38:12.925Z Downloaded openssl-probe v0.1.5
4832024-08-01T00:38:12.927Z Downloaded opaque-debug v0.3.1
4842024-08-01T00:38:12.927Z Downloaded bitflags v1.3.2
4852024-08-01T00:38:12.932Z Downloaded number_prefix v0.4.0
4862024-08-01T00:38:12.935Z Downloaded base16ct v0.2.0
4872024-08-01T00:38:12.935Z Downloaded newtype_derive v0.1.6
4882024-08-01T00:38:12.935Z Downloaded normalize-line-endings v0.3.0
4892024-08-01T00:38:12.935Z Downloaded ipnet v2.9.0
4902024-08-01T00:38:12.938Z Downloaded bitfield v0.14.0
4912024-08-01T00:38:12.941Z Downloaded async-stream v0.3.5
4922024-08-01T00:38:12.944Z Downloaded libefi-sys v0.1.0
4932024-08-01T00:38:12.944Z Downloaded lru v0.12.3
4942024-08-01T00:38:12.946Z Downloaded linear-map v1.2.0
4952024-08-01T00:38:12.949Z Downloaded parse-size v1.0.0
4962024-08-01T00:38:12.949Z Downloaded castaway v0.2.2
4972024-08-01T00:38:12.952Z Downloaded num_enum_derive v0.5.11
4982024-08-01T00:38:12.954Z Downloaded impl-trait-for-tuples v0.2.2
4992024-08-01T00:38:12.957Z Downloaded maybe-uninit v2.0.0
5002024-08-01T00:38:12.957Z Downloaded num-iter v0.1.45
5012024-08-01T00:38:12.960Z Downloaded nodrop v0.1.14
5022024-08-01T00:38:12.960Z Downloaded mime v0.3.17
5032024-08-01T00:38:12.963Z Downloaded cexpr v0.6.0
5042024-08-01T00:38:12.965Z Downloaded paste v1.0.15
5052024-08-01T00:38:12.969Z Downloaded olpc-cjson v0.1.3
5062024-08-01T00:38:12.972Z Downloaded parse-display v0.9.1
5072024-08-01T00:38:12.974Z Downloaded num-derive v0.4.2
5082024-08-01T00:38:12.977Z Downloaded defmt-macros v0.3.9
5092024-08-01T00:38:12.980Z Downloaded is_ci v1.2.0
5102024-08-01T00:38:12.980Z Downloaded sqlparser_derive v0.2.2
5112024-08-01T00:38:12.982Z Downloaded num-conv v0.1.0
5122024-08-01T00:38:12.982Z Downloaded num-complex v0.4.6
5132024-08-01T00:38:12.985Z Downloaded lazy_static v1.5.0
5142024-08-01T00:38:12.995Z Downloaded nanorand v0.7.0
5152024-08-01T00:38:12.999Z Downloaded ascii-canvas v3.0.0
5162024-08-01T00:38:12.999Z Downloaded packed_struct_codegen v0.10.1
5172024-08-01T00:38:12.999Z Downloaded indicatif v0.17.8
5182024-08-01T00:38:12.999Z Downloaded indexmap v1.9.3
5192024-08-01T00:38:13.002Z Downloaded sync_wrapper v0.1.2
5202024-08-01T00:38:13.005Z Downloaded oso-derive v0.27.3
5212024-08-01T00:38:13.005Z Downloaded parking_lot_core v0.8.6
5222024-08-01T00:38:13.008Z Downloaded toolchain_find v0.4.0
5232024-08-01T00:38:13.011Z Downloaded openssl-macros v0.1.1
5242024-08-01T00:38:13.011Z Downloaded md-5 v0.10.6
5252024-08-01T00:38:13.014Z Downloaded maplit v1.0.2
5262024-08-01T00:38:13.014Z Downloaded memoffset v0.9.1
5272024-08-01T00:38:13.017Z Downloaded lalrpop-util v0.19.12
5282024-08-01T00:38:13.017Z Downloaded inout v0.1.3
5292024-08-01T00:38:13.019Z Downloaded multimap v0.10.0
5302024-08-01T00:38:13.022Z Downloaded crc32fast v1.4.0
5312024-08-01T00:38:13.022Z Downloaded linked-hash-map v0.5.6
5322024-08-01T00:38:13.025Z Downloaded keccak v0.1.5
5332024-08-01T00:38:13.025Z Downloaded nibble_vec v0.1.0
5342024-08-01T00:38:13.028Z Downloaded ipnetwork v0.20.0
5352024-08-01T00:38:13.031Z Downloaded oso v0.27.3
5362024-08-01T00:38:13.034Z Downloaded parking_lot v0.12.2
5372024-08-01T00:38:13.037Z Downloaded der v0.7.9
5382024-08-01T00:38:13.043Z Downloaded fxhash v0.2.1
5392024-08-01T00:38:13.046Z Downloaded lazycell v1.3.0
5402024-08-01T00:38:13.046Z Downloaded darling v0.20.9
5412024-08-01T00:38:13.050Z Downloaded packed_struct v0.10.1
5422024-08-01T00:38:13.053Z Downloaded thread_local v1.1.8
5432024-08-01T00:38:13.056Z Downloaded hubpack_derive v0.1.1
5442024-08-01T00:38:13.059Z Downloaded http-range v0.1.5
5452024-08-01T00:38:13.059Z Downloaded pretty-hex v0.2.1
5462024-08-01T00:38:13.062Z Downloaded portpicker v0.1.1
5472024-08-01T00:38:13.062Z Downloaded tabwriter v1.4.0
5482024-08-01T00:38:13.065Z Downloaded slog-term v2.9.1
5492024-08-01T00:38:13.068Z Downloaded universal-hash v0.5.1
5502024-08-01T00:38:13.068Z Downloaded num-traits v0.2.19
5512024-08-01T00:38:13.071Z Downloaded deranged v0.3.11
5522024-08-01T00:38:13.074Z Downloaded num-rational v0.4.2
5532024-08-01T00:38:13.074Z Downloaded signal-hook-tokio v0.3.1
5542024-08-01T00:38:13.077Z Downloaded ciborium-ll v0.2.2
5552024-08-01T00:38:13.077Z Downloaded mime_guess v2.0.4
5562024-08-01T00:38:13.080Z Downloaded crc-catalog v2.4.0
5572024-08-01T00:38:13.083Z Downloaded defmt-parser v0.3.4
5582024-08-01T00:38:13.083Z Downloaded data-encoding v2.6.0
5592024-08-01T00:38:13.086Z Downloaded termtree v0.4.1
5602024-08-01T00:38:13.086Z Downloaded cstr-argument v0.1.2
5612024-08-01T00:38:13.089Z Downloaded getopts v0.2.21
5622024-08-01T00:38:13.089Z Downloaded nu-ansi-term v0.50.0
5632024-08-01T00:38:13.092Z Downloaded slog-dtrace v0.3.0
5642024-08-01T00:38:13.095Z Downloaded password-hash v0.5.0
5652024-08-01T00:38:13.098Z Downloaded slab v0.4.9
5662024-08-01T00:38:13.098Z Downloaded gethostname v0.4.3
5672024-08-01T00:38:13.100Z Downloaded crossbeam-utils v0.8.19
5682024-08-01T00:38:13.103Z Downloaded cookie v0.18.1
5692024-08-01T00:38:13.106Z Downloaded proc-macro-crate v1.3.1
5702024-08-01T00:38:13.109Z Downloaded hubpack v0.1.2
5712024-08-01T00:38:13.109Z Downloaded ref-cast-impl v1.0.23
5722024-08-01T00:38:13.112Z Downloaded futures-task v0.3.30
5732024-08-01T00:38:13.112Z Downloaded cancel-safe-futures v0.1.5
5742024-08-01T00:38:13.115Z Downloaded parking_lot v0.11.2
5752024-08-01T00:38:13.118Z Downloaded der_derive v0.7.2
5762024-08-01T00:38:13.121Z Downloaded predicates-core v1.0.6
5772024-08-01T00:38:13.124Z Downloaded derive_builder v0.20.0
5782024-08-01T00:38:13.128Z Downloaded supports-color v3.0.0
5792024-08-01T00:38:13.131Z Downloaded stringprep v0.1.4
5802024-08-01T00:38:13.134Z Downloaded slog-stdlog v4.1.1
5812024-08-01T00:38:13.134Z Downloaded strum_macros v0.25.3
5822024-08-01T00:38:13.137Z Downloaded bzip2 v0.4.4
5832024-08-01T00:38:13.140Z Downloaded termios v0.3.3
5842024-08-01T00:38:13.143Z Downloaded omicron-zone-package v0.11.0
5852024-08-01T00:38:13.146Z Downloaded curve25519-dalek-derive v0.1.1
5862024-08-01T00:38:13.149Z Downloaded smallvec v0.6.14
5872024-08-01T00:38:13.152Z Downloaded downcast v0.11.0
5882024-08-01T00:38:13.152Z Downloaded cookie v0.17.0
5892024-08-01T00:38:13.154Z Downloaded derive_builder_macro v0.20.0
5902024-08-01T00:38:13.157Z Downloaded dyn-clone v1.0.17
5912024-08-01T00:38:13.161Z Downloaded predicates-tree v1.0.9
5922024-08-01T00:38:13.161Z Downloaded phf v0.11.2
5932024-08-01T00:38:13.161Z Downloaded defmt v0.3.8
5942024-08-01T00:38:13.165Z Downloaded csv-core v0.1.11
5952024-08-01T00:38:13.168Z Downloaded compact_str v0.7.1
5962024-08-01T00:38:13.172Z Downloaded derive-where v1.2.7
5972024-08-01T00:38:13.176Z Downloaded num-bigint v0.4.5
5982024-08-01T00:38:13.182Z Downloaded ena v0.14.3
5992024-08-01T00:38:13.185Z Downloaded fragile v2.0.0
6002024-08-01T00:38:13.188Z Downloaded serde-big-array v0.5.1
6012024-08-01T00:38:13.191Z Downloaded openssl-sys v0.9.103
6022024-08-01T00:38:13.195Z Downloaded miniz_oxide v0.7.2
6032024-08-01T00:38:13.199Z Downloaded tinyvec_macros v0.1.1
6042024-08-01T00:38:13.202Z Downloaded group v0.13.0
6052024-08-01T00:38:13.205Z Downloaded termcolor v1.4.1
6062024-08-01T00:38:13.205Z Downloaded term v0.7.0
6072024-08-01T00:38:13.208Z Downloaded foreign-types v0.3.2
6082024-08-01T00:38:13.211Z Downloaded mio v0.8.11
6092024-08-01T00:38:13.216Z Downloaded clang-sys v1.7.0
6102024-08-01T00:38:13.220Z Downloaded http-body v0.4.6
6112024-08-01T00:38:13.223Z Downloaded embedded-io v0.4.0
6122024-08-01T00:38:13.226Z Downloaded peg-runtime v0.8.3
6132024-08-01T00:38:13.226Z Downloaded display-error-chain v0.2.0
6142024-08-01T00:38:13.229Z Downloaded walkdir v2.5.0
6152024-08-01T00:38:13.232Z Downloaded tracing-core v0.1.32
6162024-08-01T00:38:13.235Z Downloaded itertools v0.10.5
6172024-08-01T00:38:13.240Z Downloaded path-slash v0.1.5
6182024-08-01T00:38:13.243Z Downloaded strum v0.26.3
6192024-08-01T00:38:13.243Z Downloaded stability v0.2.0
6202024-08-01T00:38:13.246Z Downloaded tls_codec v0.4.1
6212024-08-01T00:38:13.249Z Downloaded tiny-keccak v2.0.2
6222024-08-01T00:38:13.252Z Downloaded tls_codec_derive v0.4.1
6232024-08-01T00:38:13.255Z Downloaded signature v2.2.0
6242024-08-01T00:38:13.263Z Downloaded signal-hook-registry v1.4.2
6252024-08-01T00:38:13.266Z Downloaded take_mut v0.2.2
6262024-08-01T00:38:13.269Z Downloaded yasna v0.5.2
6272024-08-01T00:38:13.269Z Downloaded uuid v1.10.0
6282024-08-01T00:38:13.273Z Downloaded libm v0.2.8
6292024-08-01T00:38:13.282Z Downloaded foreign-types-shared v0.1.1
6302024-08-01T00:38:13.285Z Downloaded derive_more v0.99.18
6312024-08-01T00:38:13.289Z Downloaded xattr v1.3.1
6322024-08-01T00:38:13.293Z Downloaded erased-serde v0.3.31
6332024-08-01T00:38:13.296Z Downloaded flate2 v1.0.30
6342024-08-01T00:38:13.300Z Downloaded rand_core v0.6.4
6352024-08-01T00:38:13.304Z Downloaded sqlformat v0.2.4
6362024-08-01T00:38:13.306Z Downloaded smawk v0.3.2
6372024-08-01T00:38:13.309Z Downloaded hash32 v0.3.1
6382024-08-01T00:38:13.309Z Downloaded peg v0.8.4
6392024-08-01T00:38:13.314Z Downloaded secrecy v0.8.0
6402024-08-01T00:38:13.317Z Downloaded serde_plain v1.0.2
6412024-08-01T00:38:13.320Z Downloaded topological-sort v0.2.2
6422024-08-01T00:38:13.320Z Downloaded vte v0.11.1
6432024-08-01T00:38:13.323Z Downloaded vsss-rs v3.3.4
6442024-08-01T00:38:13.326Z Downloaded unicode_categories v0.1.1
6452024-08-01T00:38:13.329Z Downloaded zeroize v1.7.0
6462024-08-01T00:38:13.332Z Downloaded hyper-rustls v0.24.2
6472024-08-01T00:38:13.336Z Downloaded postcard v1.0.8
6482024-08-01T00:38:13.339Z Downloaded untrusted v0.9.0
6492024-08-01T00:38:13.339Z Downloaded pkg-config v0.3.30
6502024-08-01T00:38:13.342Z Downloaded const_format v0.2.32
6512024-08-01T00:38:13.346Z Downloaded cc v1.0.97
6522024-08-01T00:38:13.350Z Downloaded zone_cfg_derive v0.1.2
6532024-08-01T00:38:13.353Z Downloaded resolv-conf v0.7.0
6542024-08-01T00:38:13.355Z Downloaded darling_core v0.20.9
6552024-08-01T00:38:13.359Z Downloaded home v0.5.9
6562024-08-01T00:38:13.362Z Downloaded env_logger v0.10.2
6572024-08-01T00:38:13.366Z Downloaded headers v0.3.9
6582024-08-01T00:38:13.372Z Downloaded tower-service v0.3.2
6592024-08-01T00:38:13.375Z Downloaded hash32 v0.2.1
6602024-08-01T00:38:13.378Z Downloaded percent-encoding v2.3.1
6612024-08-01T00:38:13.378Z Downloaded dirs-sys-next v0.1.2
6622024-08-01T00:38:13.378Z Downloaded dirs-next v2.0.0
6632024-08-01T00:38:13.381Z Downloaded serde_repr v0.1.19
6642024-08-01T00:38:13.384Z Downloaded uzers v0.11.3
6652024-08-01T00:38:13.384Z Downloaded strum_macros v0.26.4
6662024-08-01T00:38:13.387Z Downloaded heck v0.3.3
6672024-08-01T00:38:13.390Z Downloaded ident_case v1.0.1
6682024-08-01T00:38:13.390Z Downloaded structmeta-derive v0.3.0
6692024-08-01T00:38:13.393Z Downloaded socket2 v0.4.10
6702024-08-01T00:38:13.396Z Downloaded stable_deref_trait v1.2.0
6712024-08-01T00:38:13.396Z Downloaded difflib v0.4.0
6722024-08-01T00:38:13.396Z Downloaded utf-8 v0.7.6
6732024-08-01T00:38:13.399Z Downloaded postgres-protocol v0.6.7
6742024-08-01T00:38:13.402Z Downloaded peg-macros v0.8.4
6752024-08-01T00:38:13.404Z Downloaded tinyvec v1.6.0
6762024-08-01T00:38:13.407Z Downloaded shlex v1.3.0
6772024-08-01T00:38:13.407Z Downloaded subprocess v0.2.9
6782024-08-01T00:38:13.410Z Downloaded time-core v0.1.2
6792024-08-01T00:38:13.413Z Downloaded tui-tree-widget v0.21.0
6802024-08-01T00:38:13.413Z Downloaded tokio-rustls v0.25.0
6812024-08-01T00:38:13.416Z Downloaded sigpipe v0.1.3
6822024-08-01T00:38:13.416Z Downloaded highway v1.1.0
6832024-08-01T00:38:13.419Z Downloaded zone v0.1.8
6842024-08-01T00:38:13.422Z Downloaded smf v0.2.3
6852024-08-01T00:38:13.422Z Downloaded tokio-stream v0.1.15
6862024-08-01T00:38:13.426Z Downloaded rustls-pemfile v1.0.4
6872024-08-01T00:38:13.429Z Downloaded pin-project-internal v1.1.5
6882024-08-01T00:38:13.432Z Downloaded foreign-types-shared v0.3.1
6892024-08-01T00:38:13.432Z Downloaded static_assertions v1.1.0
6902024-08-01T00:38:13.435Z Downloaded toml v0.7.8
6912024-08-01T00:38:13.438Z Downloaded diesel_derives v2.1.4
6922024-08-01T00:38:13.442Z Downloaded zeroize_derive v1.4.2
6932024-08-01T00:38:13.446Z Downloaded want v0.3.1
6942024-08-01T00:38:13.446Z Downloaded serde_derive_internals v0.29.1
6952024-08-01T00:38:13.449Z Downloaded ron v0.7.1
6962024-08-01T00:38:13.452Z Downloaded rand v0.8.5
6972024-08-01T00:38:13.456Z Downloaded rtoolbox v0.0.2
6982024-08-01T00:38:13.459Z Downloaded serde_path_to_error v0.1.16
6992024-08-01T00:38:13.462Z Downloaded wyz v0.5.1
7002024-08-01T00:38:13.462Z Downloaded time v0.3.36
7012024-08-01T00:38:13.469Z Downloaded num-bigint-dig v0.8.4
7022024-08-01T00:38:13.475Z Downloaded derive_builder_core v0.20.0
7032024-08-01T00:38:13.478Z Downloaded unicase v2.7.0
7042024-08-01T00:38:13.481Z Downloaded tracing v0.1.40
7052024-08-01T00:38:13.484Z Downloaded half v2.4.1
7062024-08-01T00:38:13.488Z Downloaded precomputed-hash v0.1.1
7072024-08-01T00:38:13.491Z Downloaded scopeguard v1.2.0
7082024-08-01T00:38:13.491Z Downloaded same-file v1.0.6
7092024-08-01T00:38:13.494Z Downloaded heapless v0.7.17
7102024-08-01T00:38:13.497Z Downloaded snafu-derive v0.8.2
7112024-08-01T00:38:13.500Z Downloaded vte_generate_state_changes v0.1.1
7122024-08-01T00:38:13.500Z Downloaded hyper-tls v0.5.0
7132024-08-01T00:38:13.500Z Downloaded rustyline v14.0.0
7142024-08-01T00:38:13.506Z Downloaded strip-ansi-escapes v0.2.0
7152024-08-01T00:38:13.510Z Downloaded endian-type v0.1.2
7162024-08-01T00:38:13.510Z Downloaded signal-hook v0.3.17
7172024-08-01T00:38:13.513Z Downloaded scheduled-thread-pool v0.2.7
7182024-08-01T00:38:13.513Z Downloaded rpassword v7.3.1
7192024-08-01T00:38:13.516Z Downloaded fd-lock v4.0.2
7202024-08-01T00:38:13.519Z Downloaded ff v0.13.0
7212024-08-01T00:38:13.519Z Downloaded unarray v0.1.4
7222024-08-01T00:38:13.522Z Downloaded getrandom v0.2.14
7232024-08-01T00:38:13.525Z Downloaded phf_shared v0.11.2
7242024-08-01T00:38:13.525Z Downloaded url v2.5.2
7252024-08-01T00:38:13.530Z Downloaded pem v3.0.4
7262024-08-01T00:38:13.533Z Downloaded thiserror-impl-no-std v2.0.2
7272024-08-01T00:38:13.533Z Downloaded slog-async v2.8.0
7282024-08-01T00:38:13.533Z Downloaded wait-timeout v0.2.0
7292024-08-01T00:38:13.536Z Downloaded tokio-tungstenite v0.21.0
7302024-08-01T00:38:13.539Z Downloaded heapless v0.8.0
7312024-08-01T00:38:13.542Z Downloaded globset v0.4.14
7322024-08-01T00:38:13.547Z Downloaded rustls-pki-types v1.7.0
7332024-08-01T00:38:13.547Z Downloaded pin-project v1.1.5
7342024-08-01T00:38:13.558Z Downloaded snafu v0.8.2
7352024-08-01T00:38:13.565Z Downloaded rustls-pemfile v2.1.2
7362024-08-01T00:38:13.568Z Downloaded zip v0.6.6
7372024-08-01T00:38:13.572Z Downloaded rayon-core v1.12.1
7382024-08-01T00:38:13.576Z Downloaded iana-time-zone v0.1.60
7392024-08-01T00:38:13.580Z Downloaded schemars_derive v0.8.21
7402024-08-01T00:38:13.583Z Downloaded structmeta v0.3.0
7412024-08-01T00:38:13.583Z Downloaded sqlparser v0.45.0
7422024-08-01T00:38:13.588Z Downloaded toml v0.5.11
7432024-08-01T00:38:13.591Z Downloaded thiserror-no-std v2.0.2
7442024-08-01T00:38:13.595Z Downloaded filetime v0.2.23
7452024-08-01T00:38:13.598Z Downloaded pin-project-lite v0.2.14
7462024-08-01T00:38:13.602Z Downloaded pin-utils v0.1.0
7472024-08-01T00:38:13.605Z Downloaded funty v2.0.0
7482024-08-01T00:38:13.605Z Downloaded hostname v0.3.1
7492024-08-01T00:38:13.609Z Downloaded unsafe-libyaml v0.2.11
7502024-08-01T00:38:13.612Z Downloaded unicode-bidi v0.3.15
7512024-08-01T00:38:13.615Z Downloaded schemars v0.8.21
7522024-08-01T00:38:13.627Z Downloaded lalrpop v0.19.12
7532024-08-01T00:38:13.639Z Downloaded env_logger v0.9.3
7542024-08-01T00:38:13.642Z Downloaded typed-path v0.7.1
7552024-08-01T00:38:13.649Z Downloaded pkcs8 v0.10.2
7562024-08-01T00:38:13.652Z Downloaded pkcs1 v0.7.5
7572024-08-01T00:38:13.655Z Downloaded time-macros v0.2.18
7582024-08-01T00:38:13.658Z Downloaded steno v0.4.1
7592024-08-01T00:38:13.662Z Downloaded futures-util v0.3.30
7602024-08-01T00:38:13.675Z Downloaded rcgen v0.12.1
7612024-08-01T00:38:13.678Z Downloaded powerfmt v0.2.0
7622024-08-01T00:38:13.682Z Downloaded blake3 v1.5.1
7632024-08-01T00:38:13.688Z Downloaded postgres-types v0.2.7
7642024-08-01T00:38:13.691Z Downloaded hyper v0.14.28
7652024-08-01T00:38:13.700Z Downloaded futures v0.3.30
7662024-08-01T00:38:13.705Z Downloaded regex-automata v0.1.10
7672024-08-01T00:38:13.710Z Downloaded nix v0.27.1
7682024-08-01T00:38:13.722Z Downloaded unicode-normalization v0.1.23
7692024-08-01T00:38:13.726Z Downloaded tokio-util v0.7.11
7702024-08-01T00:38:13.733Z Downloaded hkdf v0.12.4
7712024-08-01T00:38:13.736Z Downloaded rayon v1.10.0
7722024-08-01T00:38:13.746Z Downloaded textwrap v0.16.1
7732024-08-01T00:38:13.749Z Downloaded rsa v0.9.6
7742024-08-01T00:38:13.755Z Downloaded aho-corasick v1.1.3
7752024-08-01T00:38:13.761Z Downloaded radix_trie v0.2.1
7762024-08-01T00:38:13.767Z Downloaded nix v0.28.0
7772024-08-01T00:38:13.779Z Downloaded ron v0.8.1
7782024-08-01T00:38:13.785Z Downloaded tokio-postgres v0.7.11
7792024-08-01T00:38:13.790Z Downloaded expectorate v1.1.0
7802024-08-01T00:38:13.793Z Downloaded rustls v0.21.12
7812024-08-01T00:38:13.805Z Downloaded trust-dns-proto v0.22.0
7822024-08-01T00:38:13.818Z Downloaded vcpkg v0.2.15
7832024-08-01T00:38:13.860Z Downloaded idna v0.2.3
7842024-08-01T00:38:13.866Z Downloaded idna v0.3.0
7852024-08-01T00:38:13.873Z Downloaded chrono v0.4.38
7862024-08-01T00:38:13.881Z Downloaded quick-xml v0.31.0
7872024-08-01T00:38:13.887Z Downloaded bindgen v0.69.4
7882024-08-01T00:38:13.896Z Downloaded tough v0.17.1
7892024-08-01T00:38:13.905Z Downloaded rustls-webpki v0.101.7
7902024-08-01T00:38:13.921Z Downloaded h2 v0.3.26
7912024-08-01T00:38:13.928Z Downloaded ratatui v0.27.0
7922024-08-01T00:38:13.947Z Downloaded proptest v1.4.0
7932024-08-01T00:38:13.957Z Downloaded reqwest v0.11.27
7942024-08-01T00:38:13.964Z Downloaded bitvec v1.0.1
7952024-08-01T00:38:13.982Z Downloaded smoltcp v0.9.1
7962024-08-01T00:38:13.992Z Downloaded rustls-webpki v0.102.4
7972024-08-01T00:38:14.013Z Downloaded curve25519-dalek v4.1.3
7982024-08-01T00:38:14.023Z Downloaded polar-core v0.27.3
7992024-08-01T00:38:14.032Z Downloaded finl_unicode v1.2.0
8002024-08-01T00:38:14.047Z Downloaded sha3 v0.10.8
8012024-08-01T00:38:14.052Z Downloaded idna v0.5.0
8022024-08-01T00:38:14.059Z Downloaded bstr v0.2.17
8032024-08-01T00:38:14.070Z Downloaded smoltcp v0.11.0
8042024-08-01T00:38:14.085Z Downloaded gimli v0.28.1
8052024-08-01T00:38:14.094Z Downloaded openapiv3 v2.0.0
8062024-08-01T00:38:14.108Z Downloaded reedline v0.31.0
8072024-08-01T00:38:14.115Z Downloaded webpki-roots v0.25.4
8082024-08-01T00:38:14.120Z Downloaded regex v1.10.5
8092024-08-01T00:38:14.135Z Downloaded portable-atomic v1.6.0
8102024-08-01T00:38:14.142Z Downloaded regex-syntax v0.6.29
8112024-08-01T00:38:14.150Z Downloaded regress v0.9.1
8122024-08-01T00:38:14.159Z Downloaded encoding_rs v0.8.34
8132024-08-01T00:38:14.182Z Downloaded regex-syntax v0.8.3
8142024-08-01T00:38:14.191Z Downloaded rustls v0.22.4
8152024-08-01T00:38:14.206Z Downloaded diesel v2.1.6
8162024-08-01T00:38:14.225Z Downloaded bstr v1.9.1
8172024-08-01T00:38:14.237Z Downloaded object v0.32.2
8182024-08-01T00:38:14.249Z Downloaded object v0.30.4
8192024-08-01T00:38:14.259Z Downloaded zerocopy-derive v0.6.6
8202024-08-01T00:38:14.270Z Downloaded openssl v0.10.66
8212024-08-01T00:38:14.281Z Downloaded x509-cert v0.2.5
8222024-08-01T00:38:14.287Z Downloaded sled v0.34.7
8232024-08-01T00:38:14.298Z Downloaded bzip2-sys v0.1.11+1.0.8
8242024-08-01T00:38:14.312Z Downloaded unicode-segmentation v1.11.0
8252024-08-01T00:38:14.316Z Downloaded serde_with v3.8.3
8262024-08-01T00:38:14.325Z Downloaded futures-channel v0.3.30
8272024-08-01T00:38:14.328Z Downloaded regex-automata v0.4.6
8282024-08-01T00:38:14.346Z Downloaded petgraph v0.6.5
8292024-08-01T00:38:14.368Z Downloaded tokio v1.38.1
8302024-08-01T00:38:14.403Z Downloaded csv v1.3.0
8312024-08-01T00:38:14.426Z Downloaded slog v2.7.0
8322024-08-01T00:38:14.429Z Downloaded tungstenite v0.20.1
8332024-08-01T00:38:14.434Z Downloaded toml_edit v0.19.15
8342024-08-01T00:38:14.451Z Downloaded winnow v0.5.40
8352024-08-01T00:38:14.460Z Downloaded similar v2.5.0
8362024-08-01T00:38:14.465Z Downloaded fatfs v0.3.6
8372024-08-01T00:38:14.468Z Downloaded http v0.2.12
8382024-08-01T00:38:14.472Z Downloaded crossterm v0.27.0
8392024-08-01T00:38:14.479Z Downloaded tokio-tungstenite v0.20.1
8402024-08-01T00:38:14.482Z Downloaded string_cache v0.8.7
8412024-08-01T00:38:14.485Z Downloaded hyper-staticfile v0.9.5
8422024-08-01T00:38:14.485Z Downloaded smallvec v1.13.2
8432024-08-01T00:38:14.488Z Downloaded slog-bunyan v2.5.0
8442024-08-01T00:38:14.491Z Downloaded diff v0.1.13
8452024-08-01T00:38:14.494Z Downloaded ppv-lite86 v0.2.17
8462024-08-01T00:38:14.494Z Downloaded serde_yaml v0.9.34+deprecated
8472024-08-01T00:38:14.497Z Downloaded publicsuffix v2.2.3
8482024-08-01T00:38:14.499Z Downloaded hmac v0.12.1
8492024-08-01T00:38:14.502Z Downloaded flume v0.11.0
8502024-08-01T00:38:14.506Z Downloaded tokio-rustls v0.24.1
8512024-08-01T00:38:14.508Z Downloaded http v1.1.0
8522024-08-01T00:38:14.512Z Downloaded hashbrown v0.13.2
8532024-08-01T00:38:14.516Z Downloaded hashbrown v0.12.3
8542024-08-01T00:38:14.520Z Downloaded trust-dns-resolver v0.22.0
8552024-08-01T00:38:14.526Z Downloaded nom v7.1.3
8562024-08-01T00:38:14.531Z Downloaded itertools v0.12.1
8572024-08-01T00:38:14.538Z Downloaded waitgroup v0.1.2
8582024-08-01T00:38:14.541Z Downloaded hex v0.4.3
8592024-08-01T00:38:14.541Z Downloaded glob v0.3.1
8602024-08-01T00:38:14.544Z Downloaded futures-core v0.3.30
8612024-08-01T00:38:14.544Z Downloaded tap v1.0.1
8622024-08-01T00:38:14.544Z Downloaded structmeta-derive v0.2.0
8632024-08-01T00:38:14.547Z Downloaded pem-rfc7468 v0.7.0
8642024-08-01T00:38:14.547Z Downloaded spki v0.7.3
8652024-08-01T00:38:14.550Z Downloaded elliptic-curve v0.13.8
8662024-08-01T00:38:14.553Z Downloaded crossbeam-channel v0.5.12
8672024-08-01T00:38:14.558Z Downloaded ring v0.17.8
8682024-08-01T00:38:14.629Z Downloaded predicates v3.1.0
8692024-08-01T00:38:14.632Z Downloaded foreign-types-macros v0.2.3
8702024-08-01T00:38:14.632Z Downloaded serde_with_macros v3.8.3
8712024-08-01T00:38:14.635Z Downloaded tungstenite v0.21.0
8722024-08-01T00:38:14.638Z Downloaded trust-dns-server v0.22.1
8732024-08-01T00:38:14.643Z Downloaded libxml v0.3.3
8742024-08-01T00:38:14.649Z Downloaded serde_urlencoded v0.7.1
8752024-08-01T00:38:14.652Z Downloaded sct v0.7.1
8762024-08-01T00:38:14.655Z Downloaded backtrace v0.3.71
8772024-08-01T00:38:14.660Z Downloaded foreign-types v0.5.0
8782024-08-01T00:38:14.663Z Downloaded flagset v0.4.5
8792024-08-01T00:38:14.663Z Downloaded fixedbitset v0.4.2
8802024-08-01T00:38:14.666Z Downloaded try-lock v0.2.5
8812024-08-01T00:38:14.666Z Downloaded rand_chacha v0.3.1
8822024-08-01T00:38:14.666Z Downloaded socket2 v0.5.7
8832024-08-01T00:38:14.669Z Downloaded ring v0.16.20
8842024-08-01T00:38:14.749Z Downloaded tar v0.4.41
8852024-08-01T00:38:14.752Z Downloaded itertools v0.13.0
8862024-08-01T00:38:14.759Z Downloaded untrusted v0.7.1
8872024-08-01T00:38:14.762Z Downloaded semver v0.1.20
8882024-08-01T00:38:14.762Z Downloaded sec1 v0.7.3
8892024-08-01T00:38:14.765Z Downloaded psl-types v2.0.11
8902024-08-01T00:38:14.765Z Downloaded serde_arrays v0.1.0
8912024-08-01T00:38:14.765Z Downloaded rand_xorshift v0.3.0
8922024-08-01T00:38:14.765Z Downloaded rand_seeder v0.2.3
8932024-08-01T00:38:14.768Z Downloaded quick-error v1.2.3
8942024-08-01T00:38:14.768Z Downloaded spin v0.9.8
8952024-08-01T00:38:14.770Z Downloaded ciborium v0.2.2
8962024-08-01T00:38:14.773Z Downloaded zerocopy v0.6.6
8972024-08-01T00:38:14.776Z Downloaded samael v0.0.15
8982024-08-01T00:38:14.779Z Downloaded chacha20poly1305 v0.10.1
8992024-08-01T00:38:14.782Z Downloaded futures-executor v0.3.30
9002024-08-01T00:38:14.782Z Downloaded unicode-linebreak v0.1.5
9012024-08-01T00:38:14.782Z Downloaded subtle v2.5.0
9022024-08-01T00:38:14.785Z Downloaded poly1305 v0.8.0
9032024-08-01T00:38:14.785Z Downloaded humantime v2.1.0
9042024-08-01T00:38:14.788Z Downloaded prettyplease v0.2.20
9052024-08-01T00:38:14.791Z Downloaded test-strategy v0.3.1
9062024-08-01T00:38:14.794Z Downloaded signal-hook-mio v0.2.3
9072024-08-01T00:38:14.794Z Downloaded serde-hex v0.1.0
9082024-08-01T00:38:14.797Z Downloaded rustc_version v0.4.0
9092024-08-01T00:38:14.797Z Downloaded rustc_version v0.1.7
9102024-08-01T00:38:14.797Z Downloaded radium v0.7.0
9112024-08-01T00:38:14.800Z Downloaded r2d2 v0.8.10
9122024-08-01T00:38:14.800Z Downloaded trust-dns-client v0.22.0
9132024-08-01T00:38:14.804Z Downloaded spin v0.5.2
9142024-08-01T00:38:14.807Z Downloaded headers-core v0.2.0
9152024-08-01T00:38:14.807Z Downloaded rustfmt-wrapper v0.2.1
9162024-08-01T00:38:14.807Z Downloaded hostname v0.4.0
9172024-08-01T00:38:14.810Z Downloaded rustc-demangle v0.1.24
9182024-08-01T00:38:14.810Z Downloaded crypto-bigint v0.5.5
9192024-08-01T00:38:14.816Z Downloaded diesel_table_macro_syntax v0.1.0
9202024-08-01T00:38:14.819Z Downloaded crossbeam-epoch v0.9.18
9212024-08-01T00:38:14.819Z Downloaded blake2 v0.10.6
9222024-08-01T00:38:14.822Z Downloaded tracing-attributes v0.1.27
9232024-08-01T00:38:14.824Z Downloaded sha1 v0.10.6
9242024-08-01T00:38:14.824Z Downloaded ref-cast v1.0.23
9252024-08-01T00:38:14.827Z Downloaded tokio-native-tls v0.3.1
9262024-08-01T00:38:14.830Z Downloaded form_urlencoded v1.2.1
9272024-08-01T00:38:14.830Z Downloaded tempfile v3.10.1
9282024-08-01T00:38:14.833Z Downloaded slog-json v2.6.1
9292024-08-01T00:38:14.833Z Downloaded rustversion v1.0.17
9302024-08-01T00:38:14.836Z Downloaded tokio-macros v2.3.0
9312024-08-01T00:38:14.836Z Downloaded strum_macros v0.24.3
9322024-08-01T00:38:14.839Z Downloaded bit-vec v0.6.3
9332024-08-01T00:38:14.839Z Downloaded crc-any v2.5.0
9342024-08-01T00:38:14.842Z Downloaded base64 v0.22.1
9352024-08-01T00:38:14.845Z Downloaded base64 v0.21.7
9362024-08-01T00:38:14.848Z Downloaded base64 v0.13.1
9372024-08-01T00:38:14.851Z Downloaded minimal-lexical v0.2.1
9382024-08-01T00:38:14.855Z Downloaded bytes v1.6.0
9392024-08-01T00:38:14.858Z Downloaded futures-sink v0.3.30
9402024-08-01T00:38:14.861Z Downloaded futures-macro v0.3.30
9412024-08-01T00:38:14.861Z Downloaded futures-io v0.3.30
9422024-08-01T00:38:14.861Z Downloaded fallible-iterator v0.2.0
9432024-08-01T00:38:14.864Z Downloaded arc-swap v1.7.1
9442024-08-01T00:38:14.867Z Downloaded siphasher v0.3.11
9452024-08-01T00:38:14.867Z Downloaded httpdate v1.0.3
9462024-08-01T00:38:14.870Z Downloaded httparse v1.8.0
9472024-08-01T00:38:14.870Z Downloaded constant_time_eq v0.3.0
9482024-08-01T00:38:14.873Z Downloaded console v0.15.8
9492024-08-01T00:38:14.876Z Downloaded parking_lot_core v0.9.10
9502024-08-01T00:38:14.876Z Downloaded either v1.12.0
9512024-08-01T00:38:14.879Z Downloaded which v4.4.2
9522024-08-01T00:38:14.879Z Downloaded unicode-xid v0.2.4
9532024-08-01T00:38:14.882Z Downloaded unicode-truncate v1.0.0
9542024-08-01T00:38:14.882Z Downloaded slog-scope v4.4.0
9552024-08-01T00:38:14.882Z Downloaded slog-envlogger v2.2.0
9562024-08-01T00:38:14.885Z Downloaded rusty-fork v0.3.0
9572024-08-01T00:38:14.885Z Downloaded rustc-hash v1.1.0
9582024-08-01T00:38:14.888Z Downloaded chacha20 v0.9.1
9592024-08-01T00:38:14.888Z Downloaded cassowary v0.3.0
9602024-08-01T00:38:14.888Z Downloaded mockall_derive v0.12.1
9612024-08-01T00:38:14.891Z Downloaded async-recursion v1.1.1
9622024-08-01T00:38:14.894Z Downloaded whoami v1.5.1
9632024-08-01T00:38:14.897Z Downloaded arrayvec v0.7.4
9642024-08-01T00:38:14.897Z Downloaded allocator-api2 v0.2.18
9652024-08-01T00:38:14.899Z Downloaded shell-words v1.1.0
9662024-08-01T00:38:14.902Z Downloaded float-ord v0.3.2
9672024-08-01T00:38:14.902Z Downloaded float-cmp v0.9.0
9682024-08-01T00:38:14.902Z Downloaded fastrand v2.1.0
9692024-08-01T00:38:14.905Z Downloaded num_cpus v1.16.0
9702024-08-01T00:38:14.905Z Downloaded const-oid v0.9.6
9712024-08-01T00:38:14.908Z Downloaded phf_shared v0.10.0
9722024-08-01T00:38:14.908Z Downloaded enum-as-inner v0.5.1
9732024-08-01T00:38:14.911Z Downloaded newtype-uuid v1.1.0
9742024-08-01T00:38:14.911Z Downloaded camino-tempfile v1.1.1
9752024-08-01T00:38:14.914Z Downloaded block-padding v0.3.3
9762024-08-01T00:38:14.914Z Downloaded crc v3.2.1
9772024-08-01T00:38:14.917Z Downloaded colored v2.1.0
9782024-08-01T00:38:14.917Z Downloaded buf-list v1.0.3
9792024-08-01T00:38:14.920Z Downloaded native-tls v0.2.11
9802024-08-01T00:38:14.920Z Downloaded libloading v0.8.3
9812024-08-01T00:38:14.923Z Downloaded base64ct v1.6.0
9822024-08-01T00:38:14.926Z Downloaded structmeta v0.2.0
9832024-08-01T00:38:14.926Z Downloaded parse-display-derive v0.9.1
9842024-08-01T00:38:14.926Z Downloaded cookie_store v0.20.0
9852024-08-01T00:38:14.929Z Downloaded const_format_proc_macros v0.2.32
9862024-08-01T00:38:14.932Z Downloaded atomic-waker v1.1.2
9872024-08-01T00:38:14.932Z Downloaded ahash v0.8.11
9882024-08-01T00:38:14.935Z Downloaded crossbeam-deque v0.8.5
9892024-08-01T00:38:14.935Z Downloaded num-integer v0.1.46
9902024-08-01T00:38:14.939Z Downloaded indoc v1.0.9
9912024-08-01T00:38:14.939Z Downloaded bcs v0.1.6
9922024-08-01T00:38:14.942Z Downloaded num_threads v0.1.7
9932024-08-01T00:38:14.942Z Downloaded new_debug_unreachable v1.0.6
9942024-08-01T00:38:14.942Z Downloaded crunchy v0.2.2
9952024-08-01T00:38:14.942Z Downloaded owo-colors v4.0.0
9962024-08-01T00:38:14.945Z Downloaded multer v3.1.0
9972024-08-01T00:38:14.948Z Downloaded debug-ignore v1.0.5
9982024-08-01T00:38:14.948Z Downloaded cfg_aliases v0.1.1
9992024-08-01T00:38:14.951Z Downloaded bitfield-struct v0.6.1
10002024-08-01T00:38:14.951Z Downloaded array-init v0.0.4
10012024-08-01T00:38:14.951Z Downloaded addr2line v0.21.0
10022024-08-01T00:38:14.954Z Downloaded lru-cache v0.1.2
10032024-08-01T00:38:14.954Z Downloaded bb8 v0.8.5
10042024-08-01T00:38:14.957Z Downloaded argon2 v0.5.3
10052024-08-01T00:38:14.957Z Downloaded ascii v1.1.0
10062024-08-01T00:38:14.961Z Downloaded backoff v0.4.0
10072024-08-01T00:38:14.961Z Downloaded async-trait v0.1.81
10082024-08-01T00:38:14.964Z Downloaded memmap2 v0.9.4
10092024-08-01T00:38:14.964Z Downloaded matches v0.1.10
10102024-08-01T00:38:14.967Z Downloaded libsw v3.3.1
10112024-08-01T00:38:14.967Z Downloaded num_enum v0.5.11
10122024-08-01T00:38:14.971Z Downloaded lock_api v0.4.12
10132024-08-01T00:38:14.974Z Downloaded instant v0.1.12
10142024-08-01T00:38:14.974Z Downloaded convert_case v0.4.0
10152024-08-01T00:38:14.977Z Downloaded cobs v0.2.3
10162024-08-01T00:38:14.977Z Downloaded cipher v0.4.4
10172024-08-01T00:38:14.977Z Downloaded num v0.4.3
10182024-08-01T00:38:14.980Z Downloaded mockall v0.12.1
10192024-08-01T00:38:14.980Z Downloaded bit-set v0.5.3
10202024-08-01T00:38:14.983Z Downloaded kstat-rs v0.2.4
10212024-08-01T00:38:14.983Z Downloaded bitstruct v0.1.1
10222024-08-01T00:38:14.983Z Downloaded atty v0.2.14
10232024-08-01T00:38:14.985Z Downloaded async-stream-impl v0.3.5
10242024-08-01T00:38:14.985Z Downloaded arrayref v0.3.7
10252024-08-01T00:38:14.985Z Downloaded newline-converter v0.3.0
10262024-08-01T00:38:15.072Z Compiling cfg-if v1.0.0
10272024-08-01T00:38:15.072Z Compiling serde v1.0.204
10282024-08-01T00:38:15.075Z Compiling lock_api v0.4.12
10292024-08-01T00:38:15.075Z Compiling scopeguard v1.2.0
10302024-08-01T00:38:15.075Z Compiling log v0.4.21
10312024-08-01T00:38:15.075Z Compiling syn v2.0.72
10322024-08-01T00:38:15.195Z Compiling cc v1.0.97
10332024-08-01T00:38:15.199Z Compiling parking_lot_core v0.9.10
10342024-08-01T00:38:15.284Z Compiling getrandom v0.2.14
10352024-08-01T00:38:15.344Z Compiling smallvec v1.13.2
10362024-08-01T00:38:15.679Z Compiling rand_core v0.6.4
10372024-08-01T00:38:15.713Z Compiling typenum v1.17.0
10382024-08-01T00:38:15.776Z Compiling generic-array v0.14.7
10392024-08-01T00:38:15.793Z Compiling pin-project-lite v0.2.14
10402024-08-01T00:38:15.923Z Compiling signal-hook-registry v1.4.2
10412024-08-01T00:38:16.043Z Compiling parking_lot v0.12.2
10422024-08-01T00:38:16.141Z Compiling spin v0.9.8
10432024-08-01T00:38:16.219Z Compiling mio v0.8.11
10442024-08-01T00:38:16.363Z Compiling serde_json v1.0.120
10452024-08-01T00:38:16.543Z Compiling libm v0.2.8
10462024-08-01T00:38:16.704Z Compiling num-traits v0.2.19
10472024-08-01T00:38:16.792Z Compiling ahash v0.8.11
10482024-08-01T00:38:16.958Z Compiling futures-core v0.3.30
10492024-08-01T00:38:17.094Z Compiling tinyvec_macros v0.1.1
10502024-08-01T00:38:17.187Z Compiling tinyvec v1.6.0
10512024-08-01T00:38:17.233Z Compiling socket2 v0.5.7
10522024-08-01T00:38:17.352Z Compiling num_cpus v1.16.0
10532024-08-01T00:38:17.496Z Compiling subtle v2.5.0
10542024-08-01T00:38:17.703Z Compiling const-oid v0.9.6
10552024-08-01T00:38:17.911Z Compiling slab v0.4.9
10562024-08-01T00:38:18.208Z Compiling unicode-bidi v0.3.15
10572024-08-01T00:38:18.662Z Compiling allocator-api2 v0.2.18
10582024-08-01T00:38:18.773Z Compiling futures-sink v0.3.30
10592024-08-01T00:38:18.856Z Compiling unicode-normalization v0.1.23
10602024-08-01T00:38:19.393Z Compiling futures-channel v0.3.30
10612024-08-01T00:38:19.425Z Compiling futures-task v0.3.30
10622024-08-01T00:38:19.567Z Compiling futures-io v0.3.30
10632024-08-01T00:38:19.728Z Compiling vcpkg v0.2.15
10642024-08-01T00:38:19.821Z Compiling pin-utils v0.1.0
10652024-08-01T00:38:19.844Z Compiling pkg-config v0.3.30
10662024-08-01T00:38:19.873Z Compiling ring v0.17.8
10672024-08-01T00:38:19.890Z Compiling ppv-lite86 v0.2.17
10682024-08-01T00:38:19.917Z Compiling percent-encoding v2.3.1
10692024-08-01T00:38:19.983Z Compiling tracing-core v0.1.32
10702024-08-01T00:38:20.309Z Compiling time-core v0.1.2
10712024-08-01T00:38:20.493Z Compiling num-conv v0.1.0
10722024-08-01T00:38:20.686Z Compiling rand_chacha v0.3.1
10732024-08-01T00:38:20.745Z Compiling syn v1.0.109
10742024-08-01T00:38:20.785Z Compiling untrusted v0.9.0
10752024-08-01T00:38:20.965Z Compiling rustix v0.38.34
10762024-08-01T00:38:21.367Z Compiling powerfmt v0.2.0
10772024-08-01T00:38:21.476Z Compiling rand v0.8.5
10782024-08-01T00:38:21.502Z Compiling time-macros v0.2.18
10792024-08-01T00:38:21.758Z Compiling deranged v0.3.11
10802024-08-01T00:38:21.862Z Compiling httparse v1.8.0
10812024-08-01T00:38:22.058Z Compiling openssl-sys v0.9.103
10822024-08-01T00:38:22.296Z Compiling foreign-types-shared v0.1.1
10832024-08-01T00:38:22.403Z Compiling iana-time-zone v0.1.60
10842024-08-01T00:38:22.888Z Compiling num_threads v0.1.7
10852024-08-01T00:38:23.028Z Compiling rustversion v1.0.17
10862024-08-01T00:38:23.169Z Compiling openssl v0.10.66
10872024-08-01T00:38:23.251Z Compiling base64ct v1.6.0
10882024-08-01T00:38:23.698Z Compiling foreign-types v0.3.2
10892024-08-01T00:38:23.748Z Compiling pem-rfc7468 v0.7.0
10902024-08-01T00:38:23.845Z Compiling form_urlencoded v1.2.1
10912024-08-01T00:38:23.866Z Compiling native-tls v0.2.11
10922024-08-01T00:38:24.176Z Compiling rustls v0.21.12
10932024-08-01T00:38:24.193Z Compiling crossbeam-utils v0.8.19
10942024-08-01T00:38:24.435Z Compiling flagset v0.4.5
10952024-08-01T00:38:24.533Z Compiling siphasher v0.3.11
10962024-08-01T00:38:24.645Z Compiling try-lock v0.2.5
10972024-08-01T00:38:24.792Z Compiling want v0.3.1
10982024-08-01T00:38:25.078Z Compiling serde_derive_internals v0.29.1
10992024-08-01T00:38:25.116Z Compiling idna v0.5.0
11002024-08-01T00:38:25.201Z Compiling time v0.3.36
11012024-08-01T00:38:25.625Z Compiling lazy_static v1.5.0
11022024-08-01T00:38:25.744Z Compiling socket2 v0.4.10
11032024-08-01T00:38:26.564Z Compiling sct v0.7.1
11042024-08-01T00:38:26.657Z Compiling rustls-webpki v0.101.7
11052024-08-01T00:38:26.853Z Compiling cookie v0.17.0
11062024-08-01T00:38:26.940Z Compiling aho-corasick v1.1.3
11072024-08-01T00:38:27.134Z Compiling finl_unicode v1.2.0
11082024-08-01T00:38:27.735Z Compiling openssl-probe v0.1.5
11092024-08-01T00:38:28.072Z Compiling cpufeatures v0.2.12
11102024-08-01T00:38:28.153Z Compiling tower-service v0.3.2
11112024-08-01T00:38:28.176Z Compiling slog v2.7.0
11122024-08-01T00:38:28.282Z Compiling regex-syntax v0.8.3
11132024-08-01T00:38:28.578Z Compiling signal-hook v0.3.17
11142024-08-01T00:38:28.692Z Compiling schemars v0.8.21
11152024-08-01T00:38:28.760Z Compiling httpdate v1.0.3
11162024-08-01T00:38:28.818Z Compiling adler v1.0.2
11172024-08-01T00:38:29.050Z Compiling miniz_oxide v0.7.2
11182024-08-01T00:38:29.161Z Compiling stringprep v0.1.4
11192024-08-01T00:38:30.491Z Compiling url v2.5.2
11202024-08-01T00:38:31.068Z Compiling num-integer v0.1.46
11212024-08-01T00:38:31.108Z Compiling serde_derive v1.0.204
11222024-08-01T00:38:31.959Z Compiling zeroize_derive v1.4.2
11232024-08-01T00:38:32.166Z Compiling zerocopy-derive v0.7.34
11242024-08-01T00:38:32.567Z Compiling tokio-macros v2.3.0
11252024-08-01T00:38:33.056Z Compiling thiserror-impl v1.0.63
11262024-08-01T00:38:33.661Z Compiling zeroize v1.7.0
11272024-08-01T00:38:34.439Z Compiling futures-macro v0.3.30
11282024-08-01T00:38:34.647Z Compiling zerocopy v0.7.34
11292024-08-01T00:38:35.430Z Compiling tracing-attributes v0.1.27
11302024-08-01T00:38:35.599Z Compiling crypto-common v0.1.6
11312024-08-01T00:38:35.844Z Compiling block-buffer v0.10.4
11322024-08-01T00:38:36.114Z Compiling digest v0.10.7
11332024-08-01T00:38:36.622Z Compiling thiserror v1.0.63
11342024-08-01T00:38:36.639Z Compiling scroll_derive v0.12.0
11352024-08-01T00:38:36.710Z Compiling futures-util v0.3.30
11362024-08-01T00:38:36.785Z Compiling pest v2.7.10
11372024-08-01T00:38:37.124Z Compiling hashbrown v0.14.5
11382024-08-01T00:38:38.286Z Compiling scroll v0.12.0
11392024-08-01T00:38:38.656Z Compiling hmac v0.12.1
11402024-08-01T00:38:38.867Z Compiling goblin v0.8.2
11412024-08-01T00:38:38.900Z Compiling der_derive v0.7.2
11422024-08-01T00:38:39.038Z Compiling openssl-macros v0.1.1
11432024-08-01T00:38:39.087Z Compiling md-5 v0.10.6
11442024-08-01T00:38:39.363Z Compiling pest_meta v2.7.10
11452024-08-01T00:38:39.711Z Compiling tracing v0.1.40
11462024-08-01T00:38:39.806Z Compiling sha2 v0.10.8
11472024-08-01T00:38:39.853Z Compiling regex-automata v0.4.6
11482024-08-01T00:38:40.283Z Compiling schemars_derive v0.8.21
11492024-08-01T00:38:41.687Z Compiling pest_generator v2.7.10
11502024-08-01T00:38:43.392Z Compiling der v0.7.9
11512024-08-01T00:38:43.595Z Compiling idna v0.3.0
11522024-08-01T00:38:43.878Z Compiling backtrace v0.3.71
11532024-08-01T00:38:43.959Z Compiling hash32 v0.2.1
11542024-08-01T00:38:44.297Z Compiling stable_deref_trait v1.2.0
11552024-08-01T00:38:44.345Z Compiling fallible-iterator v0.2.0
11562024-08-01T00:38:44.405Z Compiling gimli v0.28.1
11572024-08-01T00:38:45.077Z Compiling dyn-clone v1.0.17
11582024-08-01T00:38:45.094Z Compiling pest_derive v2.7.10
11592024-08-01T00:38:45.279Z Compiling psl-types v2.0.11
11602024-08-01T00:38:45.301Z Compiling crc32fast v1.4.0
11612024-08-01T00:38:45.465Z Compiling smoltcp v0.9.1
11622024-08-01T00:38:45.821Z Compiling spki v0.7.3
11632024-08-01T00:38:45.913Z Compiling dtrace-parser v0.2.0
11642024-08-01T00:38:46.201Z Compiling base64 v0.22.1
11652024-08-01T00:38:46.240Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11662024-08-01T00:38:46.944Z Compiling bytes v1.6.0
11672024-08-01T00:38:47.051Z Compiling bitflags v2.6.0
11682024-08-01T00:38:47.091Z Compiling indexmap v2.2.6
11692024-08-01T00:38:47.524Z Compiling uuid v1.10.0
11702024-08-01T00:38:48.329Z Compiling tokio v1.38.1
11712024-08-01T00:38:48.363Z Compiling http v0.2.12
11722024-08-01T00:38:49.137Z Compiling semver v1.0.23
11732024-08-01T00:38:49.615Z Compiling rustc_version v0.4.0
11742024-08-01T00:38:50.048Z Compiling chrono v0.4.38
11752024-08-01T00:38:50.252Z Compiling http-body v0.4.6
11762024-08-01T00:38:50.294Z Compiling dof v0.3.0
11772024-08-01T00:38:50.396Z Compiling heapless v0.7.17
11782024-08-01T00:38:50.775Z Compiling serde_tokenstream v0.2.1
11792024-08-01T00:38:50.882Z Compiling toml_datetime v0.6.6
11802024-08-01T00:38:51.326Z Compiling usdt-impl v0.5.0
11812024-08-01T00:38:51.410Z Compiling serde_spanned v0.6.6
11822024-08-01T00:38:52.957Z Compiling terminal_size v0.3.0
11832024-08-01T00:38:52.974Z Compiling addr2line v0.21.0
11842024-08-01T00:38:53.085Z Compiling postgres-protocol v0.6.7
11852024-08-01T00:38:53.248Z Compiling pkcs8 v0.10.2
11862024-08-01T00:38:53.753Z Compiling publicsuffix v2.2.3
11872024-08-01T00:38:53.897Z Compiling hubpack_derive v0.1.1
11882024-08-01T00:38:53.987Z Compiling block-padding v0.3.3
11892024-08-01T00:38:54.004Z Compiling zerocopy-derive v0.6.6
11902024-08-01T00:38:54.191Z Compiling async-trait v0.1.81
11912024-08-01T00:38:55.412Z Compiling phf_shared v0.11.2
11922024-08-01T00:38:55.427Z Compiling diesel_table_macro_syntax v0.1.0
11932024-08-01T00:38:55.788Z Compiling ff v0.13.0
11942024-08-01T00:38:55.839Z Compiling scheduled-thread-pool v0.2.7
11952024-08-01T00:38:55.857Z Compiling object v0.32.2
11962024-08-01T00:38:56.008Z Compiling fs-err v2.11.0
11972024-08-01T00:38:56.286Z Compiling base64 v0.21.7
11982024-08-01T00:38:56.357Z Compiling winnow v0.5.40
11992024-08-01T00:38:56.450Z Compiling rustc-demangle v0.1.24
12002024-08-01T00:38:56.918Z Compiling tokio-util v0.7.11
12012024-08-01T00:38:57.127Z Compiling tokio-rustls v0.24.1
12022024-08-01T00:38:57.532Z Compiling tokio-native-tls v0.3.1
12032024-08-01T00:38:57.548Z Compiling managed v0.8.0
12042024-08-01T00:38:57.772Z Compiling base16ct v0.2.0
12052024-08-01T00:38:57.813Z Compiling either v1.12.0
12062024-08-01T00:38:58.024Z Compiling h2 v0.3.26
12072024-08-01T00:38:58.127Z Compiling matches v0.1.10
12082024-08-01T00:38:58.222Z Compiling bit-vec v0.6.3
12092024-08-01T00:38:58.260Z Compiling anyhow v1.0.86
12102024-08-01T00:38:58.435Z Compiling ipnet v2.9.0
12112024-08-01T00:38:58.693Z Compiling regex-automata v0.1.10
12122024-08-01T00:38:58.862Z Compiling bitflags v1.3.2
12132024-08-01T00:38:59.201Z Compiling bstr v0.2.17
12142024-08-01T00:38:59.985Z Compiling toml_edit v0.19.15
12152024-08-01T00:39:00.098Z Compiling idna v0.2.3
12162024-08-01T00:39:00.375Z Compiling clap_builder v4.5.9
12172024-08-01T00:39:00.793Z Compiling sec1 v0.7.3
12182024-08-01T00:39:01.244Z Compiling rustls-pemfile v1.0.4
12192024-08-01T00:39:01.409Z Compiling zerocopy v0.6.6
12202024-08-01T00:39:01.810Z Compiling r2d2 v0.8.10
12212024-08-01T00:39:01.876Z Compiling group v0.13.0
12222024-08-01T00:39:02.192Z Compiling diesel_derives v2.1.4
12232024-08-01T00:39:02.224Z Compiling phf v0.11.2
12242024-08-01T00:39:02.336Z Compiling signal-hook-mio v0.2.3
12252024-08-01T00:39:02.504Z Compiling hubpack v0.1.2
12262024-08-01T00:39:02.521Z Compiling ipnetwork v0.20.0
12272024-08-01T00:39:03.505Z Compiling cookie_store v0.20.0
12282024-08-01T00:39:03.528Z Compiling inout v0.1.3
12292024-08-01T00:39:03.818Z Compiling postgres-types v0.2.7
12302024-08-01T00:39:05.141Z Compiling usdt-macro v0.5.0
12312024-08-01T00:39:05.405Z Compiling hyper v0.14.28
12322024-08-01T00:39:05.485Z Compiling usdt-attr-macro v0.5.0
12332024-08-01T00:39:06.727Z Compiling serde_urlencoded v0.7.1
12342024-08-01T00:39:06.875Z Compiling regex v1.10.5
12352024-08-01T00:39:07.256Z Compiling futures-executor v0.3.30
12362024-08-01T00:39:07.319Z Compiling enum-as-inner v0.5.1
12372024-08-01T00:39:07.890Z Compiling hkdf v0.12.4
12382024-08-01T00:39:08.064Z Compiling crypto-bigint v0.5.5
12392024-08-01T00:39:08.168Z Compiling num-bigint v0.4.5
12402024-08-01T00:39:08.399Z Compiling clap_derive v4.5.8
12412024-08-01T00:39:08.832Z Compiling strum_macros v0.25.3
12422024-08-01T00:39:09.366Z Compiling serde_repr v0.1.19
12432024-08-01T00:39:10.667Z Compiling phf_shared v0.10.0
12442024-08-01T00:39:10.685Z Compiling float-cmp v0.9.0
12452024-08-01T00:39:10.914Z Compiling encoding_rs v0.8.34
12462024-08-01T00:39:11.081Z Compiling whoami v1.5.1
12472024-08-01T00:39:11.752Z Compiling sync_wrapper v0.1.2
12482024-08-01T00:39:11.903Z Compiling precomputed-hash v0.1.1
12492024-08-01T00:39:12.032Z Compiling difflib v0.4.0
12502024-08-01T00:39:13.498Z Compiling hyper-tls v0.5.0
12512024-08-01T00:39:13.734Z Compiling hyper-rustls v0.24.2
12522024-08-01T00:39:13.776Z Compiling new_debug_unreachable v1.0.6
12532024-08-01T00:39:13.855Z Compiling minimal-lexical v0.2.1
12542024-08-01T00:39:13.873Z Compiling predicates-core v1.0.6
12552024-08-01T00:39:14.114Z Compiling data-encoding v2.6.0
12562024-08-01T00:39:14.248Z Compiling webpki-roots v0.25.4
12572024-08-01T00:39:14.394Z Compiling fixedbitset v0.4.2
12582024-08-01T00:39:14.421Z Compiling normalize-line-endings v0.3.0
12592024-08-01T00:39:14.451Z Compiling mime v0.3.17
12602024-08-01T00:39:14.548Z Compiling unicode-segmentation v1.11.0
12612024-08-01T00:39:14.866Z Compiling static_assertions v1.1.0
12622024-08-01T00:39:14.972Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12632024-08-01T00:39:15.111Z Compiling reqwest v0.11.27
12642024-08-01T00:39:15.459Z Compiling similar v2.5.0
12652024-08-01T00:39:15.883Z Compiling trust-dns-proto v0.22.0
12662024-08-01T00:39:16.294Z Compiling petgraph v0.6.5
12672024-08-01T00:39:16.672Z Compiling toml_edit v0.22.16
12682024-08-01T00:39:16.713Z Compiling diesel v2.1.6
12692024-08-01T00:39:18.290Z Compiling predicates v3.1.0
12702024-08-01T00:39:19.634Z Compiling nom v7.1.3
12712024-08-01T00:39:20.211Z Compiling console v0.15.8
12722024-08-01T00:39:20.451Z Compiling string_cache v0.8.7
12732024-08-01T00:39:20.971Z Compiling clap v4.5.9
12742024-08-01T00:39:21.100Z Compiling tokio-postgres v0.7.11
12752024-08-01T00:39:21.785Z Compiling yasna v0.5.2
12762024-08-01T00:39:21.853Z Compiling elliptic-curve v0.13.8
12772024-08-01T00:39:22.736Z Compiling usdt v0.5.0
12782024-08-01T00:39:23.268Z Compiling futures v0.3.30
12792024-08-01T00:39:23.393Z Compiling flate2 v1.0.30
12802024-08-01T00:39:23.652Z Compiling cipher v0.4.4
12812024-08-01T00:39:24.221Z Compiling toml v0.7.8
12822024-08-01T00:39:24.386Z Compiling crossterm v0.27.0
12832024-08-01T00:39:25.260Z Compiling bit-set v0.5.3
12842024-08-01T00:39:25.563Z Compiling itertools v0.12.1
12852024-08-01T00:39:25.616Z Compiling itertools v0.10.5
12862024-08-01T00:39:25.787Z Compiling tokio-stream v0.1.15
12872024-08-01T00:39:26.074Z Compiling openapiv3 v2.0.0
12882024-08-01T00:39:26.857Z Compiling hex v0.4.3
12892024-08-01T00:39:27.299Z Compiling bstr v1.9.1
12902024-08-01T00:39:27.490Z Compiling num-iter v0.1.45
12912024-08-01T00:39:27.683Z Compiling crossbeam-epoch v0.9.18
12922024-08-01T00:39:28.449Z Compiling dirs-sys-next v0.1.2
12932024-08-01T00:39:28.524Z Compiling lalrpop-util v0.19.12
12942024-08-01T00:39:28.616Z Compiling unicode-xid v0.2.4
12952024-08-01T00:39:28.801Z Compiling peg-runtime v0.8.3
12962024-08-01T00:39:28.870Z Compiling dirs-next v2.0.0
12972024-08-01T00:39:28.886Z Compiling thread_local v1.1.8
12982024-08-01T00:39:29.064Z Compiling slog-async v2.8.0
12992024-08-01T00:39:29.111Z Compiling term v0.7.0
13002024-08-01T00:39:29.230Z Compiling xattr v1.3.1
13012024-08-01T00:39:29.489Z Compiling crossbeam-channel v0.5.12
13022024-08-01T00:39:29.507Z Compiling strum_macros v0.26.4
13032024-08-01T00:39:29.523Z Compiling filetime v0.2.23
13042024-08-01T00:39:29.660Z Compiling is-terminal v0.4.12
13052024-08-01T00:39:29.793Z Compiling take_mut v0.2.2
13062024-08-01T00:39:29.879Z Compiling slog-term v2.9.1
13072024-08-01T00:39:29.960Z Compiling tar v0.4.41
13082024-08-01T00:39:30.806Z Compiling camino v1.1.7
13092024-08-01T00:39:32.972Z Compiling strum v0.26.3
13102024-08-01T00:39:46.576Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13112024-08-01T00:39:46.818Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13122024-08-01T00:39:52.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
13132024-08-01T00:39:52.883Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13142024-08-01T00:39:52.927ZAug 01 00:39:52.341 INFO Starting download, target: Clickhouse
13152024-08-01T00:39:52.927ZAug 01 00:39:52.342 INFO Starting download, target: Console
13162024-08-01T00:39:52.927ZAug 01 00:39:52.342 INFO Starting download, target: DendriteOpenapi
13172024-08-01T00:39:52.927ZAug 01 00:39:52.342 INFO Starting download, target: Cockroach
13182024-08-01T00:39:52.927ZAug 01 00:39:52.342 INFO Starting download, target: DendriteStub
13192024-08-01T00:39:52.927ZAug 01 00:39:52.342 INFO Starting download, target: MaghemiteMgd
13202024-08-01T00:39:52.927ZAug 01 00:39:52.342 INFO Starting download, target: TransceiverControl
13212024-08-01T00:39:52.930ZAug 01 00:39:52.342 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
13222024-08-01T00:39:52.930ZAug 01 00:39:52.343 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13232024-08-01T00:39:52.930ZAug 01 00:39:52.343 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13242024-08-01T00:39:52.930ZAug 01 00:39:52.343 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13252024-08-01T00:39:52.930ZAug 01 00:39:52.343 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13262024-08-01T00:39:52.930ZAug 01 00:39:52.343 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13272024-08-01T00:39:52.930ZAug 01 00:39:52.343 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13282024-08-01T00:39:53.136ZAug 01 00:39:52.547 INFO Download complete, target: DendriteOpenapi
13292024-08-01T00:39:53.380ZAug 01 00:39:52.784 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13302024-08-01T00:39:53.655ZAug 01 00:39:53.070 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13312024-08-01T00:39:53.684ZAug 01 00:39:53.099 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13322024-08-01T00:39:53.690ZAug 01 00:39:53.105 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13332024-08-01T00:39:54.171ZAug 01 00:39:53.586 INFO Download complete, target: TransceiverControl
13342024-08-01T00:39:54.176ZAug 01 00:39:53.591 INFO Download complete, target: Console
13352024-08-01T00:39:54.936ZAug 01 00:39:54.350 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13362024-08-01T00:39:54.936ZAug 01 00:39:54.350 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13372024-08-01T00:39:55.816ZAug 01 00:39:55.231 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13382024-08-01T00:39:57.027ZAug 01 00:39:56.441 INFO Download complete, target: DendriteStub
13392024-08-01T00:39:57.030ZAug 01 00:39:56.442 INFO Download complete, target: MaghemiteMgd
13402024-08-01T00:40:03.930ZAug 01 00:40:03.344 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13412024-08-01T00:40:04.273ZAug 01 00:40:03.687 INFO Checking that binary works, target: Cockroach
13422024-08-01T00:40:04.503ZAug 01 00:40:03.917 INFO Download complete, target: Cockroach
13432024-08-01T00:40:10.821ZAug 01 00:40:10.233 INFO Checking that binary works, target: Clickhouse
13442024-08-01T00:40:10.989ZAug 01 00:40:10.403 INFO Download complete, target: Clickhouse
13452024-08-01T00:40:11.008ZAll builder prerequisites installed successfully, and PATH looks valid
13462024-08-01T00:40:11.011Z
13472024-08-01T00:40:11.011Zreal 4:17.824006420
13482024-08-01T00:40:11.011Zuser 12:36.009726193
13492024-08-01T00:40:11.011Zsys 2:40.024964489
13502024-08-01T00:40:11.011Ztrap 0.494523324
13512024-08-01T00:40:11.011Ztflt 0.598028648
13522024-08-01T00:40:11.012Zdflt 1.953617516
13532024-08-01T00:40:11.012Zkflt 0.022221009
13542024-08-01T00:40:11.012Zlock 27:11.205416633
13552024-08-01T00:40:11.012Zslp 36:14.914651683
13562024-08-01T00:40:11.012Zlat 45.333519649
13572024-08-01T00:40:11.012Zstop 1:43.890619332
13582024-08-01T00:40:11.012Z+ banner hack-check
13592024-08-01T00:40:11.012Z
13602024-08-01T00:40:11.012Z # # ## #### # # #### # # ###### #### # #
13612024-08-01T00:40:11.012Z # # # # # # # # # # # # # # # # #
13622024-08-01T00:40:11.012Z ###### # # # #### ##### # ###### ##### # ####
13632024-08-01T00:40:11.012Z # # ###### # # # # # # # # # #
13642024-08-01T00:40:11.012Z # # # # # # # # # # # # # # # # #
13652024-08-01T00:40:11.012Z # # # # #### # # #### # # ###### #### # #
13662024-08-01T00:40:11.012Z
13672024-08-01T00:40:11.015Z+ export CARGO_INCREMENTAL=0
13682024-08-01T00:40:11.015Z+ CARGO_INCREMENTAL=0
13692024-08-01T00:40:11.015Z+ ptime -m timeout 2h cargo xtask check-features --ci
13702024-08-01T00:40:11.564Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13712024-08-01T00:40:15.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
13722024-08-01T00:40:15.820Z Running `target/debug/xtask check-features --ci`
13732024-08-01T00:40:15.840Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13742024-08-01T00:40:15.840Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13752024-08-01T00:40:16.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13762024-08-01T00:40:16.353Z Running `target/debug/xtask download cargo-hack`
13772024-08-01T00:40:17.142Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13782024-08-01T00:40:17.468Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13792024-08-01T00:40:22.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
13802024-08-01T00:40:22.727Z Running `target/debug/xtask-downloader cargo-hack`
13812024-08-01T00:40:22.760ZAug 01 00:40:22.173 INFO Starting download, target: CargoHack
13822024-08-01T00:40:22.763ZAug 01 00:40:22.173 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13832024-08-01T00:40:23.350ZAug 01 00:40:22.763 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13842024-08-01T00:40:23.455ZAug 01 00:40:22.867 INFO Download complete, target: CargoHack
13852024-08-01T00:40:23.460Zrunning: "/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"
13862024-08-01T00:40:23.477Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13872024-08-01T00:40:23.628Zinfo: running `cargo check --bins` on api_identity (1/142)
13882024-08-01T00:40:24.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13892024-08-01T00:40:24.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13902024-08-01T00:40:24.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13912024-08-01T00:40:24.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
13922024-08-01T00:40:24.224Z
13932024-08-01T00:40:24.224Zinfo: running `cargo check --bins` on bootstore (2/142)
13942024-08-01T00:40:24.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13952024-08-01T00:40:24.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13962024-08-01T00:40:24.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13972024-08-01T00:40:24.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
13982024-08-01T00:40:24.881Z
13992024-08-01T00:40:24.881Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/142)
14002024-08-01T00:40:25.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14012024-08-01T00:40:25.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14022024-08-01T00:40:25.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14032024-08-01T00:40:25.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14042024-08-01T00:40:25.501Z
14052024-08-01T00:40:25.501Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142)
14062024-08-01T00:40:26.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14072024-08-01T00:40:26.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14082024-08-01T00:40:26.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14092024-08-01T00:40:26.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14102024-08-01T00:40:26.121Z
14112024-08-01T00:40:26.121Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142)
14122024-08-01T00:40:26.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14132024-08-01T00:40:26.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14142024-08-01T00:40:26.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14152024-08-01T00:40:26.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14162024-08-01T00:40:26.574Z
14172024-08-01T00:40:26.574Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142)
14182024-08-01T00:40:26.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14192024-08-01T00:40:26.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14202024-08-01T00:40:26.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14212024-08-01T00:40:26.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14222024-08-01T00:40:27.028Z
14232024-08-01T00:40:27.028Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142)
14242024-08-01T00:40:27.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14252024-08-01T00:40:27.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14262024-08-01T00:40:27.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14272024-08-01T00:40:27.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14282024-08-01T00:40:27.496Z
14292024-08-01T00:40:27.496Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142)
14302024-08-01T00:40:27.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14312024-08-01T00:40:27.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14322024-08-01T00:40:27.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14332024-08-01T00:40:27.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14342024-08-01T00:40:27.957Z
14352024-08-01T00:40:27.958Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142)
14362024-08-01T00:40:28.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14372024-08-01T00:40:28.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14382024-08-01T00:40:28.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14392024-08-01T00:40:28.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14402024-08-01T00:40:28.423Z
14412024-08-01T00:40:28.423Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142)
14422024-08-01T00:40:28.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14432024-08-01T00:40:28.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14442024-08-01T00:40:28.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14452024-08-01T00:40:28.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14462024-08-01T00:40:28.883Z
14472024-08-01T00:40:28.883Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142)
14482024-08-01T00:40:29.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14492024-08-01T00:40:29.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14502024-08-01T00:40:29.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14512024-08-01T00:40:29.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14522024-08-01T00:40:29.339Z
14532024-08-01T00:40:29.339Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142)
14542024-08-01T00:40:29.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14552024-08-01T00:40:29.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14562024-08-01T00:40:29.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14572024-08-01T00:40:29.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14582024-08-01T00:40:29.811Z
14592024-08-01T00:40:29.811Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142)
14602024-08-01T00:40:30.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14612024-08-01T00:40:30.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14622024-08-01T00:40:30.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14632024-08-01T00:40:30.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14642024-08-01T00:40:30.282Z
14652024-08-01T00:40:30.282Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142)
14662024-08-01T00:40:30.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14672024-08-01T00:40:30.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14682024-08-01T00:40:30.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14692024-08-01T00:40:30.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14702024-08-01T00:40:30.749Z
14712024-08-01T00:40:30.749Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142)
14722024-08-01T00:40:31.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14732024-08-01T00:40:31.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14742024-08-01T00:40:31.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14752024-08-01T00:40:31.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14762024-08-01T00:40:31.219Z
14772024-08-01T00:40:31.220Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142)
14782024-08-01T00:40:31.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-08-01T00:40:31.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-08-01T00:40:31.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14812024-08-01T00:40:31.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14822024-08-01T00:40:31.679Z
14832024-08-01T00:40:31.679Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142)
14842024-08-01T00:40:32.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14852024-08-01T00:40:32.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14862024-08-01T00:40:32.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14872024-08-01T00:40:32.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14882024-08-01T00:40:32.134Z
14892024-08-01T00:40:32.134Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142)
14902024-08-01T00:40:32.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14912024-08-01T00:40:32.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14922024-08-01T00:40:32.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14932024-08-01T00:40:32.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14942024-08-01T00:40:32.603Z
14952024-08-01T00:40:32.603Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142)
14962024-08-01T00:40:33.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14972024-08-01T00:40:33.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14982024-08-01T00:40:33.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14992024-08-01T00:40:33.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15002024-08-01T00:40:33.067Z
15012024-08-01T00:40:33.067Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142)
15022024-08-01T00:40:33.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15032024-08-01T00:40:33.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15042024-08-01T00:40:33.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15052024-08-01T00:40:33.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15062024-08-01T00:40:33.542Z
15072024-08-01T00:40:33.542Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142)
15082024-08-01T00:40:33.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15092024-08-01T00:40:33.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15102024-08-01T00:40:33.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15112024-08-01T00:40:33.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15122024-08-01T00:40:34.017Z
15132024-08-01T00:40:34.017Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142)
15142024-08-01T00:40:34.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15152024-08-01T00:40:34.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15162024-08-01T00:40:34.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15172024-08-01T00:40:34.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15182024-08-01T00:40:34.477Z
15192024-08-01T00:40:34.477Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142)
15202024-08-01T00:40:34.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15212024-08-01T00:40:34.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15222024-08-01T00:40:34.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15232024-08-01T00:40:34.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15242024-08-01T00:40:34.947Z
15252024-08-01T00:40:34.948Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142)
15262024-08-01T00:40:35.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-08-01T00:40:35.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-08-01T00:40:35.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-08-01T00:40:35.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15302024-08-01T00:40:35.410Z
15312024-08-01T00:40:35.410Zinfo: running `cargo check --bins` on sled-hardware-types (25/142)
15322024-08-01T00:40:35.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-08-01T00:40:35.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-08-01T00:40:35.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-08-01T00:40:35.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15362024-08-01T00:40:36.048Z
15372024-08-01T00:40:36.048Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/142)
15382024-08-01T00:40:36.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-08-01T00:40:36.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-08-01T00:40:36.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-08-01T00:40:36.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15422024-08-01T00:40:36.674Z
15432024-08-01T00:40:36.674Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142)
15442024-08-01T00:40:37.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-08-01T00:40:37.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-08-01T00:40:37.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15472024-08-01T00:40:37.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15482024-08-01T00:40:37.308Z
15492024-08-01T00:40:37.309Zinfo: running `cargo check --bins` on oxlog (28/142)
15502024-08-01T00:40:37.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15512024-08-01T00:40:37.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15522024-08-01T00:40:37.913Z Checking cfg-if v1.0.0
15532024-08-01T00:40:37.917Z Checking libc v0.2.155
15542024-08-01T00:40:37.997Z Checking scopeguard v1.2.0
15552024-08-01T00:40:38.001Z Checking serde v1.0.204
15562024-08-01T00:40:38.016Z Checking memchr v2.7.2
15572024-08-01T00:40:38.017Z Checking log v0.4.21
15582024-08-01T00:40:38.020Z Checking byteorder v1.5.0
15592024-08-01T00:40:38.051Z Checking itoa v1.0.11
15602024-08-01T00:40:38.064Z Checking zeroize v1.7.0
15612024-08-01T00:40:38.114Z Checking lock_api v0.4.12
15622024-08-01T00:40:38.251Z Checking smallvec v1.13.2
15632024-08-01T00:40:38.297Z Checking once_cell v1.19.0
15642024-08-01T00:40:38.318Z Checking pin-project-lite v0.2.14
15652024-08-01T00:40:38.404Z Checking typenum v1.17.0
15662024-08-01T00:40:38.428Z Checking zerocopy v0.7.34
15672024-08-01T00:40:38.539Z Checking spin v0.9.8
15682024-08-01T00:40:38.568Z Checking futures-core v0.3.30
15692024-08-01T00:40:38.571Z Checking tinyvec_macros v0.1.1
15702024-08-01T00:40:38.732Z Checking tinyvec v1.6.0
15712024-08-01T00:40:38.748Z Checking libm v0.2.8
15722024-08-01T00:40:38.867Z Checking const-oid v0.9.6
15732024-08-01T00:40:38.952Z Checking ryu v1.0.18
15742024-08-01T00:40:39.135Z Checking getrandom v0.2.14
15752024-08-01T00:40:39.171Z Checking parking_lot_core v0.9.10
15762024-08-01T00:40:39.422Z Checking rand_core v0.6.4
15772024-08-01T00:40:39.538Z Checking parking_lot v0.12.2
15782024-08-01T00:40:39.694Z Checking signal-hook-registry v1.4.2
15792024-08-01T00:40:39.729Z Checking mio v0.8.11
15802024-08-01T00:40:39.753Z Checking generic-array v0.14.7
15812024-08-01T00:40:39.866Z Checking num_cpus v1.16.0
15822024-08-01T00:40:39.904Z Checking socket2 v0.5.7
15832024-08-01T00:40:39.940Z Checking subtle v2.5.0
15842024-08-01T00:40:39.986Z Checking ahash v0.8.11
15852024-08-01T00:40:40.019Z Checking unicode-normalization v0.1.23
15862024-08-01T00:40:40.210Z Checking num-traits v0.2.19
15872024-08-01T00:40:40.368Z Checking allocator-api2 v0.2.18
15882024-08-01T00:40:40.382Z Checking futures-sink v0.3.30
15892024-08-01T00:40:40.512Z Checking unicode-bidi v0.3.15
15902024-08-01T00:40:40.532Z Checking equivalent v1.0.1
15912024-08-01T00:40:40.631Z Checking futures-channel v0.3.30
15922024-08-01T00:40:40.698Z Checking slab v0.4.9
15932024-08-01T00:40:40.957Z Checking pin-utils v0.1.0
15942024-08-01T00:40:40.960Z Checking futures-task v0.3.30
15952024-08-01T00:40:40.984Z Checking crypto-common v0.1.6
15962024-08-01T00:40:40.984Z Checking futures-io v0.3.30
15972024-08-01T00:40:41.030Z Checking hashbrown v0.14.5
15982024-08-01T00:40:41.050Z Checking block-buffer v0.10.4
15992024-08-01T00:40:41.151Z Checking percent-encoding v2.3.1
16002024-08-01T00:40:41.154Z Checking ppv-lite86 v0.2.17
16012024-08-01T00:40:41.175Z Checking tracing-core v0.1.32
16022024-08-01T00:40:41.188Z Checking futures-util v0.3.30
16032024-08-01T00:40:41.269Z Checking digest v0.10.7
16042024-08-01T00:40:41.342Z Checking fnv v1.0.7
16052024-08-01T00:40:41.468Z Checking untrusted v0.9.0
16062024-08-01T00:40:41.617Z Checking ring v0.17.8
16072024-08-01T00:40:41.647Z Checking thiserror v1.0.63
16082024-08-01T00:40:41.774Z Checking base64ct v1.6.0
16092024-08-01T00:40:41.842Z Checking tracing v0.1.40
16102024-08-01T00:40:41.867Z Checking rand_chacha v0.3.1
16112024-08-01T00:40:42.044Z Checking iana-time-zone v0.1.60
16122024-08-01T00:40:42.178Z Checking powerfmt v0.2.0
16132024-08-01T00:40:42.194Z Checking foreign-types-shared v0.1.1
16142024-08-01T00:40:42.228Z Checking rand v0.8.5
16152024-08-01T00:40:42.244Z Checking pem-rfc7468 v0.7.0
16162024-08-01T00:40:42.282Z Checking hmac v0.12.1
16172024-08-01T00:40:42.295Z Checking foreign-types v0.3.2
16182024-08-01T00:40:42.378Z Checking form_urlencoded v1.2.1
16192024-08-01T00:40:42.426Z Checking deranged v0.3.11
16202024-08-01T00:40:42.482Z Checking openssl-sys v0.9.103
16212024-08-01T00:40:42.499Z Checking num_threads v0.1.7
16222024-08-01T00:40:42.564Z Checking unicode-ident v1.0.12
16232024-08-01T00:40:42.601Z Checking num-conv v0.1.0
16242024-08-01T00:40:42.720Z Checking time-core v0.1.2
16252024-08-01T00:40:42.856Z Checking try-lock v0.2.5
16262024-08-01T00:40:42.870Z Checking siphasher v0.3.11
16272024-08-01T00:40:42.982Z Checking flagset v0.4.5
16282024-08-01T00:40:43.174Z Checking want v0.3.1
16292024-08-01T00:40:43.177Z Checking der v0.7.9
16302024-08-01T00:40:43.292Z Checking bytes v1.6.0
16312024-08-01T00:40:43.352Z Checking bitflags v2.6.0
16322024-08-01T00:40:43.504Z Checking serde_json v1.0.120
16332024-08-01T00:40:43.528Z Checking indexmap v2.2.6
16342024-08-01T00:40:43.636Z Checking uuid v1.10.0
16352024-08-01T00:40:43.757Z Checking chrono v0.4.38
16362024-08-01T00:40:44.099Z Checking tokio v1.38.1
16372024-08-01T00:40:44.232Z Checking http v0.2.12
16382024-08-01T00:40:44.246Z Checking time v0.3.36
16392024-08-01T00:40:44.798Z Checking openssl v0.10.66
16402024-08-01T00:40:45.199Z Checking sct v0.7.1
16412024-08-01T00:40:45.318Z Checking rustls-webpki v0.101.7
16422024-08-01T00:40:45.406Z Checking proc-macro2 v1.0.86
16432024-08-01T00:40:45.764Z Checking http-body v0.4.6
16442024-08-01T00:40:45.876Z Checking idna v0.5.0
16452024-08-01T00:40:46.027Z Checking httparse v1.8.0
16462024-08-01T00:40:46.102Z Checking socket2 v0.4.10
16472024-08-01T00:40:46.155Z Checking errno v0.3.9
16482024-08-01T00:40:46.333Z Checking aho-corasick v1.1.3
16492024-08-01T00:40:46.413Z Checking lazy_static v1.5.0
16502024-08-01T00:40:46.528Z Checking scroll v0.12.0
16512024-08-01T00:40:46.543Z Checking tower-service v0.3.2
16522024-08-01T00:40:46.636Z Checking openssl-probe v0.1.5
16532024-08-01T00:40:46.653Z Checking utf8parse v0.2.1
16542024-08-01T00:40:46.732Z Checking plain v0.2.3
16552024-08-01T00:40:46.765Z Checking cpufeatures v0.2.12
16562024-08-01T00:40:46.798Z Checking regex-syntax v0.8.3
16572024-08-01T00:40:46.852Z Checking httpdate v1.0.3
16582024-08-01T00:40:46.868Z Checking anstyle v1.0.7
16592024-08-01T00:40:46.871Z Checking adler v1.0.2
16602024-08-01T00:40:46.982Z Checking finl_unicode v1.2.0
16612024-08-01T00:40:47.070Z Checking ucd-trie v0.1.6
16622024-08-01T00:40:47.195Z Checking miniz_oxide v0.7.2
16632024-08-01T00:40:47.214Z Checking goblin v0.8.2
16642024-08-01T00:40:47.276Z Checking pest v2.7.10
16652024-08-01T00:40:47.539Z Checking stringprep v0.1.4
16662024-08-01T00:40:47.804Z Checking sha2 v0.10.8
16672024-08-01T00:40:47.947Z Checking anstyle-parse v0.2.4
16682024-08-01T00:40:48.068Z Checking url v2.5.2
16692024-08-01T00:40:48.198Z Checking rustix v0.38.34
16702024-08-01T00:40:48.390Z Checking quote v1.0.36
16712024-08-01T00:40:48.719Z Checking rustls v0.21.12
16722024-08-01T00:40:48.876Z Checking spki v0.7.3
16732024-08-01T00:40:49.173Z Checking toml_datetime v0.6.6
16742024-08-01T00:40:49.474Z Checking serde_spanned v0.6.6
16752024-08-01T00:40:49.653Z Checking num-integer v0.1.46
16762024-08-01T00:40:49.709Z Checking md-5 v0.10.6
16772024-08-01T00:40:49.919Z Checking idna v0.3.0
16782024-08-01T00:40:50.075Z Checking regex-automata v0.4.6
16792024-08-01T00:40:50.150Z Checking hash32 v0.2.1
16802024-08-01T00:40:50.278Z Checking native-tls v0.2.11
16812024-08-01T00:40:50.318Z Checking gimli v0.28.1
16822024-08-01T00:40:50.459Z Checking psl-types v2.0.11
16832024-08-01T00:40:50.590Z Checking base64 v0.22.1
16842024-08-01T00:40:50.649Z Checking dyn-clone v1.0.17
16852024-08-01T00:40:50.758Z Checking colorchoice v1.0.1
16862024-08-01T00:40:50.786Z Checking stable_deref_trait v1.2.0
16872024-08-01T00:40:50.882Z Checking pretty-hex v0.4.1
16882024-08-01T00:40:50.896Z Checking fallible-iterator v0.2.0
16892024-08-01T00:40:51.039Z Checking anstyle-query v1.0.3
16902024-08-01T00:40:51.051Z Checking is_terminal_polyfill v1.70.0
16912024-08-01T00:40:51.164Z Checking anstream v0.6.14
16922024-08-01T00:40:51.169Z Checking heapless v0.7.17
16932024-08-01T00:40:51.463Z Checking tokio-util v0.7.11
16942024-08-01T00:40:51.492Z Checking postgres-protocol v0.6.7
16952024-08-01T00:40:51.541Z Checking tokio-native-tls v0.3.1
16962024-08-01T00:40:51.804Z Checking schemars v0.8.21
16972024-08-01T00:40:52.074Z Checking tokio-rustls v0.24.1
16982024-08-01T00:40:52.173Z Checking publicsuffix v2.2.3
16992024-08-01T00:40:52.224Z Checking terminal_size v0.3.0
17002024-08-01T00:40:52.341Z Checking h2 v0.3.26
17012024-08-01T00:40:52.387Z Checking dtrace-parser v0.2.0
17022024-08-01T00:40:52.405Z Checking pkcs8 v0.10.2
17032024-08-01T00:40:52.419Z Checking syn v2.0.72
17042024-08-01T00:40:52.558Z Checking dof v0.3.0
17052024-08-01T00:40:52.649Z Checking cookie v0.17.0
17062024-08-01T00:40:52.870Z Checking phf_shared v0.11.2
17072024-08-01T00:40:53.052Z Checking signal-hook v0.3.17
17082024-08-01T00:40:53.154Z Checking block-padding v0.3.3
17092024-08-01T00:40:53.197Z Checking ff v0.13.0
17102024-08-01T00:40:53.342Z Checking scheduled-thread-pool v0.2.7
17112024-08-01T00:40:53.392Z Checking thread-id v4.2.1
17122024-08-01T00:40:53.410Z Checking object v0.32.2
17132024-08-01T00:40:53.472Z Checking rustc-demangle v0.1.24
17142024-08-01T00:40:53.493Z Checking bitflags v1.3.2
17152024-08-01T00:40:53.554Z Checking either v1.12.0
17162024-08-01T00:40:53.586Z Checking strsim v0.11.1
17172024-08-01T00:40:53.864Z Checking regex-automata v0.1.10
17182024-08-01T00:40:53.887Z Checking managed v0.8.0
17192024-08-01T00:40:53.939Z Checking ipnet v2.9.0
17202024-08-01T00:40:54.169Z Checking addr2line v0.21.0
17212024-08-01T00:40:54.259Z Checking bit-vec v0.6.3
17222024-08-01T00:40:54.272Z Checking clap_lex v0.7.0
17232024-08-01T00:40:54.380Z Checking winnow v0.5.40
17242024-08-01T00:40:54.525Z Checking base64 v0.21.7
17252024-08-01T00:40:54.582Z Checking matches v0.1.10
17262024-08-01T00:40:54.666Z Checking base16ct v0.2.0
17272024-08-01T00:40:54.679Z Checking idna v0.2.3
17282024-08-01T00:40:54.692Z Checking regex v1.10.5
17292024-08-01T00:40:54.858Z Checking sec1 v0.7.3
17302024-08-01T00:40:54.992Z Checking rustls-pemfile v1.0.4
17312024-08-01T00:40:55.193Z Checking clap_builder v4.5.9
17322024-08-01T00:40:55.238Z Checking bstr v0.2.17
17332024-08-01T00:40:55.312Z Checking smoltcp v0.9.1
17342024-08-01T00:40:55.540Z Checking r2d2 v0.8.10
17352024-08-01T00:40:55.865Z Checking ipnetwork v0.20.0
17362024-08-01T00:40:56.071Z Checking group v0.13.0
17372024-08-01T00:40:56.248Z Checking signal-hook-mio v0.2.3
17382024-08-01T00:40:56.348Z Checking inout v0.1.3
17392024-08-01T00:40:56.392Z Checking phf v0.11.2
17402024-08-01T00:40:56.593Z Checking cookie_store v0.20.0
17412024-08-01T00:40:56.674Z Checking postgres-types v0.2.7
17422024-08-01T00:40:56.869Z Checking num-bigint v0.4.5
17432024-08-01T00:40:57.237Z Checking futures-executor v0.3.30
17442024-08-01T00:40:57.419Z Checking serde_urlencoded v0.7.1
17452024-08-01T00:40:57.454Z Checking hubpack v0.1.2
17462024-08-01T00:40:57.484Z Checking toml_edit v0.19.15
17472024-08-01T00:40:57.778Z Checking phf_shared v0.10.0
17482024-08-01T00:40:57.846Z Checking hkdf v0.12.4
17492024-08-01T00:40:58.051Z Checking float-cmp v0.9.0
17502024-08-01T00:40:58.065Z Checking zerocopy v0.6.6
17512024-08-01T00:40:58.226Z Checking crc32fast v1.4.0
17522024-08-01T00:40:58.326Z Checking crossbeam-utils v0.8.19
17532024-08-01T00:40:58.443Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17542024-08-01T00:40:58.510Z Checking hyper v0.14.28
17552024-08-01T00:40:58.697Z Checking crypto-bigint v0.5.5
17562024-08-01T00:40:58.866Z Checking memmap v0.7.0
17572024-08-01T00:40:58.869Z Checking usdt-impl v0.5.0
17582024-08-01T00:40:59.055Z Checking encoding_rs v0.8.34
17592024-08-01T00:40:59.070Z Checking predicates-core v1.0.6
17602024-08-01T00:40:59.241Z Checking webpki-roots v0.25.4
17612024-08-01T00:40:59.384Z Checking mime v0.3.17
17622024-08-01T00:40:59.433Z Checking normalize-line-endings v0.3.0
17632024-08-01T00:40:59.446Z Checking unicode-segmentation v1.11.0
17642024-08-01T00:40:59.550Z Checking difflib v0.4.0
17652024-08-01T00:40:59.670Z Checking backtrace v0.3.71
17662024-08-01T00:40:59.685Z Checking winnow v0.6.8
17672024-08-01T00:40:59.873Z Checking minimal-lexical v0.2.1
17682024-08-01T00:41:00.052Z Checking data-encoding v2.6.0
17692024-08-01T00:41:00.080Z Checking unicode-width v0.1.13
17702024-08-01T00:41:00.228Z Checking whoami v1.5.1
17712024-08-01T00:41:00.251Z Checking fixedbitset v0.4.2
17722024-08-01T00:41:00.268Z Checking new_debug_unreachable v1.0.6
17732024-08-01T00:41:00.358Z Checking precomputed-hash v0.1.1
17742024-08-01T00:41:00.470Z Checking sync_wrapper v0.1.2
17752024-08-01T00:41:00.511Z Checking static_assertions v1.1.0
17762024-08-01T00:41:00.533Z Checking tokio-postgres v0.7.11
17772024-08-01T00:41:00.576Z Checking petgraph v0.6.5
17782024-08-01T00:41:00.597Z Checking trust-dns-proto v0.22.0
17792024-08-01T00:41:00.610Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17802024-08-01T00:41:01.292Z Checking string_cache v0.8.7
17812024-08-01T00:41:01.565Z Checking nom v7.1.3
17822024-08-01T00:41:01.684Z Checking elliptic-curve v0.13.8
17832024-08-01T00:41:02.373Z Checking console v0.15.8
17842024-08-01T00:41:02.828Z Checking toml_edit v0.22.16
17852024-08-01T00:41:02.982Z Checking anyhow v1.0.86
17862024-08-01T00:41:03.367Z Checking similar v2.5.0
17872024-08-01T00:41:03.660Z Checking toml v0.7.8
17882024-08-01T00:41:04.040Z Checking predicates v3.1.0
17892024-08-01T00:41:04.243Z Checking usdt v0.5.0
17902024-08-01T00:41:04.436Z Checking yasna v0.5.2
17912024-08-01T00:41:04.500Z Checking crossbeam-epoch v0.9.18
17922024-08-01T00:41:04.560Z Checking diesel v2.1.6
17932024-08-01T00:41:04.629Z Checking flate2 v1.0.30
17942024-08-01T00:41:04.706Z Checking clap v4.5.9
17952024-08-01T00:41:04.810Z Checking hyper-rustls v0.24.2
17962024-08-01T00:41:04.813Z Checking hyper-tls v0.5.0
17972024-08-01T00:41:04.941Z Checking futures v0.3.30
17982024-08-01T00:41:05.054Z Checking cipher v0.4.4
17992024-08-01T00:41:05.104Z Checking crossterm v0.27.0
18002024-08-01T00:41:05.118Z Checking reqwest v0.11.27
18012024-08-01T00:41:05.375Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18022024-08-01T00:41:05.378Z Checking bstr v1.9.1
18032024-08-01T00:41:05.378Z Checking bit-set v0.5.3
18042024-08-01T00:41:05.449Z Checking itertools v0.12.1
18052024-08-01T00:41:05.517Z Checking itertools v0.10.5
18062024-08-01T00:41:05.558Z Checking tokio-stream v0.1.15
18072024-08-01T00:41:05.859Z Checking fs-err v2.11.0
18082024-08-01T00:41:06.213Z Checking num-iter v0.1.45
18092024-08-01T00:41:06.348Z Checking slog v2.7.0
18102024-08-01T00:41:06.381Z Checking openapiv3 v2.0.0
18112024-08-01T00:41:06.417Z Checking semver v1.0.23
18122024-08-01T00:41:06.837Z Checking hex v0.4.3
18132024-08-01T00:41:06.841Z Checking peg-runtime v0.8.3
18142024-08-01T00:41:06.859Z Checking lalrpop-util v0.19.12
18152024-08-01T00:41:06.945Z Checking camino v1.1.7
18162024-08-01T00:41:07.072Z Checking sigpipe v0.1.3
18172024-08-01T00:41:26.491Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18182024-08-01T00:41:26.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.48s
18192024-08-01T00:41:26.918Z
18202024-08-01T00:41:26.918Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142)
18212024-08-01T00:41:27.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222024-08-01T00:41:27.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232024-08-01T00:41:27.586Z Compiling regress v0.9.1
18242024-08-01T00:41:27.669Z Checking sha1 v0.10.6
18252024-08-01T00:41:27.681Z Checking strum v0.26.3
18262024-08-01T00:41:27.704Z Checking heck v0.5.0
18272024-08-01T00:41:27.718Z Compiling getopts v0.2.21
18282024-08-01T00:41:27.721Z Checking dirs-sys-next v0.1.2
18292024-08-01T00:41:27.741Z Compiling unsafe-libyaml v0.2.11
18302024-08-01T00:41:27.878Z Checking http v1.1.0
18312024-08-01T00:41:27.891Z Checking dirs-next v2.0.0
18322024-08-01T00:41:27.905Z Checking thread_local v1.1.8
18332024-08-01T00:41:28.007Z Checking rustls-pki-types v1.7.0
18342024-08-01T00:41:28.103Z Compiling ident_case v1.0.1
18352024-08-01T00:41:28.169Z Checking term v0.7.0
18362024-08-01T00:41:28.265Z Compiling darling_core v0.20.9
18372024-08-01T00:41:28.441Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18382024-08-01T00:41:28.584Z Checking crossbeam-channel v0.5.12
18392024-08-01T00:41:28.776Z Checking atty v0.2.14
18402024-08-01T00:41:28.792Z Checking is-terminal v0.4.12
18412024-08-01T00:41:28.895Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18422024-08-01T00:41:28.909Z Compiling rustls v0.22.4
18432024-08-01T00:41:29.163Z Compiling serde_yaml v0.9.34+deprecated
18442024-08-01T00:41:29.224Z Checking utf-8 v0.7.6
18452024-08-01T00:41:29.302Z Checking humantime v2.1.0
18462024-08-01T00:41:29.340Z Checking take_mut v0.2.2
18472024-08-01T00:41:29.444Z Checking termcolor v1.4.1
18482024-08-01T00:41:29.488Z Compiling paste v1.0.15
18492024-08-01T00:41:29.606Z Checking slog-async v2.8.0
18502024-08-01T00:41:29.872Z Checking slog-term v2.9.1
18512024-08-01T00:41:29.886Z Checking env_logger v0.9.3
18522024-08-01T00:41:29.912Z Checking rustls-webpki v0.102.4
18532024-08-01T00:41:30.074Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18542024-08-01T00:41:30.339Z Compiling proc-macro-crate v1.3.1
18552024-08-01T00:41:30.354Z Compiling bitstruct_derive v0.1.0
18562024-08-01T00:41:30.433Z Compiling structmeta-derive v0.3.0
18572024-08-01T00:41:30.734Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18582024-08-01T00:41:30.861Z Compiling multer v3.1.0
18592024-08-01T00:41:31.081Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18602024-08-01T00:41:31.138Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18612024-08-01T00:41:31.513Z Checking ascii v1.1.0
18622024-08-01T00:41:31.739Z Checking match_cfg v0.1.0
18632024-08-01T00:41:31.833Z Checking hostname v0.3.1
18642024-08-01T00:41:31.920Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18652024-08-01T00:41:31.956Z Checking bitstruct v0.1.1
18662024-08-01T00:41:32.064Z Compiling num_enum_derive v0.5.11
18672024-08-01T00:41:32.960Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18682024-08-01T00:41:33.109Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18692024-08-01T00:41:33.609Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18702024-08-01T00:41:33.629Z Checking slog-json v2.6.1
18712024-08-01T00:41:33.647Z Compiling structmeta v0.3.0
18722024-08-01T00:41:33.880Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18732024-08-01T00:41:33.915Z Checking serde_arrays v0.1.0
18742024-08-01T00:41:34.061Z Checking erased-serde v0.3.31
18752024-08-01T00:41:34.082Z Compiling async-stream-impl v0.3.5
18762024-08-01T00:41:34.145Z Compiling foreign-types-macros v0.2.3
18772024-08-01T00:41:34.666Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18782024-08-01T00:41:34.940Z Checking atomic-waker v1.1.2
18792024-08-01T00:41:35.029Z Checking arc-swap v1.7.1
18802024-08-01T00:41:35.066Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18812024-08-01T00:41:35.263Z Checking foreign-types-shared v0.3.1
18822024-08-01T00:41:35.339Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18832024-08-01T00:41:35.364Z Checking waitgroup v0.1.2
18842024-08-01T00:41:35.476Z Checking slog-scope v4.4.0
18852024-08-01T00:41:35.490Z Checking foreign-types v0.5.0
18862024-08-01T00:41:35.504Z Checking num_enum v0.5.11
18872024-08-01T00:41:35.606Z Checking async-stream v0.3.5
18882024-08-01T00:41:35.644Z Compiling parse-display-derive v0.9.1
18892024-08-01T00:41:35.659Z Checking slog-bunyan v2.5.0
18902024-08-01T00:41:35.671Z Compiling proc-macro-error v1.0.4
18912024-08-01T00:41:35.960Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18922024-08-01T00:41:36.070Z Checking toml v0.8.15
18932024-08-01T00:41:36.194Z Compiling darling_macro v0.20.9
18942024-08-01T00:41:36.376Z Checking tungstenite v0.20.1
18952024-08-01T00:41:36.395Z Checking rustls-pemfile v2.1.2
18962024-08-01T00:41:36.649Z Compiling heck v0.3.3
18972024-08-01T00:41:36.821Z Checking tokio-rustls v0.25.0
18982024-08-01T00:41:36.858Z Checking newtype-uuid v1.1.0
18992024-08-01T00:41:37.072Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
19002024-08-01T00:41:37.118Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19012024-08-01T00:41:37.202Z Checking serde_path_to_error v0.1.16
19022024-08-01T00:41:37.233Z Checking cstr-argument v0.1.2
19032024-08-01T00:41:37.247Z Compiling darling v0.20.9
19042024-08-01T00:41:37.363Z Compiling serde_with_macros v3.8.3
19052024-08-01T00:41:37.400Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19062024-08-01T00:41:37.839Z Checking hostname v0.4.0
19072024-08-01T00:41:37.940Z Checking instant v0.1.12
19082024-08-01T00:41:37.973Z Checking fastrand v2.1.0
19092024-08-01T00:41:38.056Z Checking debug-ignore v1.0.5
19102024-08-01T00:41:38.194Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19112024-08-01T00:41:38.209Z Checking pretty-hex v0.2.1
19122024-08-01T00:41:38.311Z Checking tempfile v3.10.1
19132024-08-01T00:41:38.362Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19142024-08-01T00:41:38.486Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19152024-08-01T00:41:38.633Z Checking backoff v0.4.0
19162024-08-01T00:41:38.681Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19172024-08-01T00:41:38.787Z Checking tokio-tungstenite v0.20.1
19182024-08-01T00:41:38.927Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19192024-08-01T00:41:39.004Z Compiling zone_cfg_derive v0.1.2
19202024-08-01T00:41:39.155Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19212024-08-01T00:41:39.311Z Checking slog-stdlog v4.1.1
19222024-08-01T00:41:39.506Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19232024-08-01T00:41:39.664Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19242024-08-01T00:41:40.022Z Checking tungstenite v0.21.0
19252024-08-01T00:41:40.036Z Checking colored v2.1.0
19262024-08-01T00:41:40.359Z Checking macaddr v1.0.1
19272024-08-01T00:41:40.684Z Checking base64 v0.13.1
19282024-08-01T00:41:40.717Z Checking serde_with v3.8.3
19292024-08-01T00:41:40.733Z Checking zone v0.1.8
19302024-08-01T00:41:40.904Z Checking tokio-tungstenite v0.21.0
19312024-08-01T00:41:40.951Z Checking parse-display v0.9.1
19322024-08-01T00:41:41.099Z Checking ron v0.7.1
19332024-08-01T00:41:41.383Z Checking slog-envlogger v2.2.0
19342024-08-01T00:41:41.398Z Checking pem v3.0.4
19352024-08-01T00:41:41.591Z Checking tabwriter v1.4.0
19362024-08-01T00:41:41.649Z Checking xattr v1.3.1
19372024-08-01T00:41:41.826Z Checking portpicker v0.1.1
19382024-08-01T00:41:41.848Z Checking headers-core v0.2.0
19392024-08-01T00:41:41.963Z Checking smf v0.2.3
19402024-08-01T00:41:41.996Z Checking filetime v0.2.23
19412024-08-01T00:41:42.186Z Checking same-file v1.0.6
19422024-08-01T00:41:42.227Z Checking tar v0.4.41
19432024-08-01T00:41:42.346Z Checking walkdir v2.5.0
19442024-08-01T00:41:42.422Z Checking headers v0.3.9
19452024-08-01T00:41:42.633Z Checking rcgen v0.12.1
19462024-08-01T00:41:42.987Z Checking atomicwrites v0.4.3
19472024-08-01T00:41:43.026Z Checking camino-tempfile v1.1.1
19482024-08-01T00:41:43.171Z Checking subprocess v0.2.9
19492024-08-01T00:41:44.469Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19502024-08-01T00:41:44.762Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19512024-08-01T00:41:46.179Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19522024-08-01T00:41:48.237Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19532024-08-01T00:41:48.310Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19542024-08-01T00:41:51.797Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19552024-08-01T00:41:58.433Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19562024-08-01T00:41:58.566Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19572024-08-01T00:41:58.566Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19582024-08-01T00:42:01.210Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19592024-08-01T00:42:01.666Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19602024-08-01T00:42:07.602Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19612024-08-01T00:42:09.072Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19622024-08-01T00:42:10.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.31s
19632024-08-01T00:42:10.369Z
19642024-08-01T00:42:10.369Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142)
19652024-08-01T00:42:10.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662024-08-01T00:42:10.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672024-08-01T00:42:11.027Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19682024-08-01T00:42:12.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
19692024-08-01T00:42:12.454Z
19702024-08-01T00:42:12.454Zinfo: running `cargo check --bins` on nexus-config (31/142)
19712024-08-01T00:42:13.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722024-08-01T00:42:13.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732024-08-01T00:42:13.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742024-08-01T00:42:13.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19752024-08-01T00:42:13.075Z
19762024-08-01T00:42:13.075Zinfo: running `cargo check --bins` on omicron-rpaths (32/142)
19772024-08-01T00:42:13.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782024-08-01T00:42:13.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792024-08-01T00:42:13.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802024-08-01T00:42:13.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19812024-08-01T00:42:13.670Z
19822024-08-01T00:42:13.670Zinfo: running `cargo check --bins` on omicron-certificates (33/142)
19832024-08-01T00:42:14.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842024-08-01T00:42:14.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852024-08-01T00:42:14.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862024-08-01T00:42:14.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19872024-08-01T00:42:14.291Z
19882024-08-01T00:42:14.291Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/142)
19892024-08-01T00:42:14.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902024-08-01T00:42:14.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912024-08-01T00:42:14.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922024-08-01T00:42:14.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
19932024-08-01T00:42:14.939Z
19942024-08-01T00:42:14.939Zinfo: running `cargo check --bins` on cockroach-admin-client (35/142)
19952024-08-01T00:42:15.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962024-08-01T00:42:15.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972024-08-01T00:42:15.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982024-08-01T00:42:15.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19992024-08-01T00:42:15.537Z
20002024-08-01T00:42:15.537Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/142)
20012024-08-01T00:42:16.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022024-08-01T00:42:16.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032024-08-01T00:42:16.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042024-08-01T00:42:16.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20052024-08-01T00:42:16.185Z
20062024-08-01T00:42:16.185Zinfo: running `cargo check --bins` on dns-service-client (37/142)
20072024-08-01T00:42:16.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082024-08-01T00:42:16.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092024-08-01T00:42:16.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102024-08-01T00:42:16.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20112024-08-01T00:42:16.784Z
20122024-08-01T00:42:16.785Zinfo: running `cargo check --bins` on dpd-client (38/142)
20132024-08-01T00:42:17.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142024-08-01T00:42:17.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152024-08-01T00:42:17.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162024-08-01T00:42:17.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20172024-08-01T00:42:17.393Z
20182024-08-01T00:42:17.393Zinfo: running `cargo check --bins` on gateway-client (39/142)
20192024-08-01T00:42:17.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202024-08-01T00:42:17.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212024-08-01T00:42:17.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222024-08-01T00:42:17.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20232024-08-01T00:42:17.983Z
20242024-08-01T00:42:17.983Zinfo: running `cargo check --bins` on installinator-client (40/142)
20252024-08-01T00:42:18.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262024-08-01T00:42:18.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272024-08-01T00:42:18.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282024-08-01T00:42:18.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20292024-08-01T00:42:18.621Z
20302024-08-01T00:42:18.621Zinfo: running `cargo check --bins` on installinator-common (41/142)
20312024-08-01T00:42:19.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322024-08-01T00:42:19.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332024-08-01T00:42:19.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342024-08-01T00:42:19.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20352024-08-01T00:42:19.264Z
20362024-08-01T00:42:19.264Zinfo: running `cargo check --bins` on update-engine (42/142)
20372024-08-01T00:42:19.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382024-08-01T00:42:19.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392024-08-01T00:42:19.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402024-08-01T00:42:19.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20412024-08-01T00:42:19.868Z
20422024-08-01T00:42:19.868Zinfo: running `cargo check --bins` on nexus-client (43/142)
20432024-08-01T00:42:20.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442024-08-01T00:42:20.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452024-08-01T00:42:20.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462024-08-01T00:42:20.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20472024-08-01T00:42:20.499Z
20482024-08-01T00:42:20.499Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/142)
20492024-08-01T00:42:21.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-08-01T00:42:21.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-08-01T00:42:21.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522024-08-01T00:42:21.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20532024-08-01T00:42:21.126Z
20542024-08-01T00:42:21.126Zinfo: running `cargo check --bins` on omicron-passwords (45/142)
20552024-08-01T00:42:21.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562024-08-01T00:42:21.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572024-08-01T00:42:21.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582024-08-01T00:42:21.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20592024-08-01T00:42:21.728Z
20602024-08-01T00:42:21.728Zinfo: running `cargo check --bins` on nexus-types (46/142)
20612024-08-01T00:42:22.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622024-08-01T00:42:22.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632024-08-01T00:42:22.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642024-08-01T00:42:22.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20652024-08-01T00:42:22.358Z
20662024-08-01T00:42:22.358Zinfo: running `cargo check --bins` on oxide-client (47/142)
20672024-08-01T00:42:22.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682024-08-01T00:42:22.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692024-08-01T00:42:22.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702024-08-01T00:42:22.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20712024-08-01T00:42:22.960Z
20722024-08-01T00:42:22.960Zinfo: running `cargo check --bins` on oximeter-client (48/142)
20732024-08-01T00:42:23.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742024-08-01T00:42:23.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752024-08-01T00:42:23.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762024-08-01T00:42:23.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20772024-08-01T00:42:23.580Z
20782024-08-01T00:42:23.581Zinfo: running `cargo check --bins` on sled-agent-client (49/142)
20792024-08-01T00:42:24.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802024-08-01T00:42:24.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812024-08-01T00:42:24.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822024-08-01T00:42:24.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20832024-08-01T00:42:24.210Z
20842024-08-01T00:42:24.211Zinfo: running `cargo check --bins` on wicketd-client (50/142)
20852024-08-01T00:42:24.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862024-08-01T00:42:24.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872024-08-01T00:42:24.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882024-08-01T00:42:24.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20892024-08-01T00:42:24.851Z
20902024-08-01T00:42:24.851Zinfo: running `cargo check --bins` on wicket-common (51/142)
20912024-08-01T00:42:25.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922024-08-01T00:42:25.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932024-08-01T00:42:25.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942024-08-01T00:42:25.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20952024-08-01T00:42:25.498Z
20962024-08-01T00:42:25.498Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/142)
20972024-08-01T00:42:26.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982024-08-01T00:42:26.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992024-08-01T00:42:26.167Z Compiling heapless v0.8.0
21002024-08-01T00:42:26.246Z Checking hash32 v0.3.1
21012024-08-01T00:42:26.254Z Compiling smoltcp v0.11.0
21022024-08-01T00:42:26.268Z Checking cobs v0.2.3
21032024-08-01T00:42:26.271Z Checking embedded-io v0.4.0
21042024-08-01T00:42:26.294Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21052024-08-01T00:42:26.297Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21062024-08-01T00:42:26.321Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21072024-08-01T00:42:26.396Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21082024-08-01T00:42:26.435Z Compiling crucible-workspace-hack v0.1.0
21092024-08-01T00:42:26.448Z Checking csv-core v0.1.11
21102024-08-01T00:42:26.465Z Checking postcard v1.0.8
21112024-08-01T00:42:26.610Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21122024-08-01T00:42:26.777Z Checking csv v1.3.0
21132024-08-01T00:42:26.808Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21142024-08-01T00:42:26.811Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
21152024-08-01T00:42:26.999Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21162024-08-01T00:42:27.133Z Compiling num-derive v0.4.2
21172024-08-01T00:42:27.177Z Compiling slog-dtrace v0.3.0
21182024-08-01T00:42:27.191Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
21192024-08-01T00:42:27.316Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21202024-08-01T00:42:27.619Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21212024-08-01T00:42:28.052Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21222024-08-01T00:42:28.120Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21232024-08-01T00:42:28.897Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
21242024-08-01T00:42:30.048Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21252024-08-01T00:42:30.920Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21262024-08-01T00:42:32.002Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21272024-08-01T00:42:32.179Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21282024-08-01T00:42:34.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s
21292024-08-01T00:42:34.937Z
21302024-08-01T00:42:34.937Zinfo: running `cargo check --bins` on cockroach-admin-api (53/142)
21312024-08-01T00:42:35.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322024-08-01T00:42:35.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332024-08-01T00:42:35.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342024-08-01T00:42:35.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21352024-08-01T00:42:35.561Z
21362024-08-01T00:42:35.561Zinfo: running `cargo check --bins` on cockroach-admin-types (54/142)
21372024-08-01T00:42:36.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382024-08-01T00:42:36.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392024-08-01T00:42:36.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402024-08-01T00:42:36.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21412024-08-01T00:42:36.187Z
21422024-08-01T00:42:36.188Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142)
21432024-08-01T00:42:36.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442024-08-01T00:42:36.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452024-08-01T00:42:36.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462024-08-01T00:42:36.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21472024-08-01T00:42:36.925Z
21482024-08-01T00:42:36.925Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142)
21492024-08-01T00:42:37.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502024-08-01T00:42:37.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512024-08-01T00:42:37.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522024-08-01T00:42:37.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21532024-08-01T00:42:37.661Z
21542024-08-01T00:42:37.661Zinfo: running `cargo check --bins` on dns-server (57/142)
21552024-08-01T00:42:38.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562024-08-01T00:42:38.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572024-08-01T00:42:38.299Z Compiling parking_lot_core v0.8.6
21582024-08-01T00:42:38.302Z Checking nibble_vec v0.1.0
21592024-08-01T00:42:38.376Z Checking endian-type v0.1.2
21602024-08-01T00:42:38.394Z Checking newline-converter v0.3.0
21612024-08-01T00:42:38.397Z Checking linked-hash-map v0.5.6
21622024-08-01T00:42:38.397Z Checking quick-error v1.2.3
21632024-08-01T00:42:38.397Z Checking toml v0.5.11
21642024-08-01T00:42:38.405Z Checking fxhash v0.2.1
21652024-08-01T00:42:38.520Z Checking expectorate v1.1.0
21662024-08-01T00:42:38.538Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21672024-08-01T00:42:38.562Z Checking resolv-conf v0.7.0
21682024-08-01T00:42:38.577Z Checking radix_trie v0.2.1
21692024-08-01T00:42:38.662Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21702024-08-01T00:42:38.688Z Checking lru-cache v0.1.2
21712024-08-01T00:42:38.868Z Checking trust-dns-resolver v0.22.0
21722024-08-01T00:42:38.939Z Checking trust-dns-client v0.22.0
21732024-08-01T00:42:39.035Z Checking parking_lot v0.11.2
21742024-08-01T00:42:39.280Z Checking sled v0.34.7
21752024-08-01T00:42:39.832Z Checking trust-dns-server v0.22.1
21762024-08-01T00:42:41.462Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21772024-08-01T00:42:42.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
21782024-08-01T00:42:42.690Z
21792024-08-01T00:42:42.690Zinfo: running `cargo check --bins` on dns-server-api (58/142)
21802024-08-01T00:42:43.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-08-01T00:42:43.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-08-01T00:42:43.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-08-01T00:42:43.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21842024-08-01T00:42:43.297Z
21852024-08-01T00:42:43.297Zinfo: running `cargo check --bins` on gateway-test-utils (59/142)
21862024-08-01T00:42:43.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-08-01T00:42:43.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-08-01T00:42:43.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-08-01T00:42:43.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21902024-08-01T00:42:43.956Z
21912024-08-01T00:42:43.956Zinfo: running `cargo check --bins` on gateway-types (60/142)
21922024-08-01T00:42:44.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-08-01T00:42:44.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-08-01T00:42:44.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-08-01T00:42:44.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21962024-08-01T00:42:44.589Z
21972024-08-01T00:42:44.589Zinfo: running `cargo check --bins` on ipcc (61/142)
21982024-08-01T00:42:45.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-08-01T00:42:45.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-08-01T00:42:45.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012024-08-01T00:42:45.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22022024-08-01T00:42:45.212Z
22032024-08-01T00:42:45.212Zinfo: running `cargo check --bins` on omicron-gateway (62/142)
22042024-08-01T00:42:45.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052024-08-01T00:42:45.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062024-08-01T00:42:45.898Z Compiling radium v0.7.0
22072024-08-01T00:42:45.979Z Checking tap v1.0.1
22082024-08-01T00:42:45.987Z Compiling maybe-uninit v2.0.0
22092024-08-01T00:42:45.998Z Compiling bzip2-sys v0.1.11+1.0.8
22102024-08-01T00:42:46.001Z Compiling packed_struct v0.10.1
22112024-08-01T00:42:46.001Z Checking funty v2.0.0
22122024-08-01T00:42:46.007Z Compiling num-bigint-dig v0.8.4
22132024-08-01T00:42:46.010Z Checking crc-catalog v2.4.0
22142024-08-01T00:42:46.113Z Checking wyz v0.5.1
22152024-08-01T00:42:46.173Z Checking crc v3.2.1
22162024-08-01T00:42:46.319Z Compiling packed_struct_codegen v0.10.1
22172024-08-01T00:42:46.467Z Compiling indexmap v1.9.3
22182024-08-01T00:42:46.474Z Checking half v2.4.1
22192024-08-01T00:42:46.604Z Checking ciborium-io v0.2.2
22202024-08-01T00:42:46.618Z Checking nodrop v0.1.14
22212024-08-01T00:42:46.724Z Checking smallvec v0.6.14
22222024-08-01T00:42:46.738Z Checking array-init v0.0.4
22232024-08-01T00:42:46.785Z Checking pkcs1 v0.7.5
22242024-08-01T00:42:46.928Z Checking ciborium-ll v0.2.2
22252024-08-01T00:42:46.968Z Checking bitvec v1.0.1
22262024-08-01T00:42:47.114Z Checking signature v2.2.0
22272024-08-01T00:42:47.189Z Compiling memoffset v0.9.1
22282024-08-01T00:42:47.217Z Checking bitfield v0.14.0
22292024-08-01T00:42:47.305Z Checking hashbrown v0.12.3
22302024-08-01T00:42:47.319Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22312024-08-01T00:42:47.480Z Checking env_logger v0.10.2
22322024-08-01T00:42:47.610Z Checking bzip2 v0.4.4
22332024-08-01T00:42:47.628Z Checking ciborium v0.2.2
22342024-08-01T00:42:47.760Z Checking serde-hex v0.1.0
22352024-08-01T00:42:47.901Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22362024-08-01T00:42:47.916Z Checking ron v0.8.1
22372024-08-01T00:42:48.138Z Checking x509-cert v0.2.5
22382024-08-01T00:42:48.654Z Checking hashbrown v0.13.2
22392024-08-01T00:42:48.958Z Checking rsa v0.9.6
22402024-08-01T00:42:49.050Z Checking crc-any v2.5.0
22412024-08-01T00:42:49.203Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22422024-08-01T00:42:49.459Z Checking zip v0.6.6
22432024-08-01T00:42:49.580Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22442024-08-01T00:42:49.711Z Checking object v0.30.4
22452024-08-01T00:42:49.799Z Checking path-slash v0.1.5
22462024-08-01T00:42:49.922Z Checking nix v0.27.1
22472024-08-01T00:42:49.936Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22482024-08-01T00:42:50.059Z Checking serde-big-array v0.5.1
22492024-08-01T00:42:50.077Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22502024-08-01T00:42:50.145Z Checking signal-hook-tokio v0.3.1
22512024-08-01T00:42:52.341Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22522024-08-01T00:42:52.466Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22532024-08-01T00:42:59.454Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22542024-08-01T00:43:00.746Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22552024-08-01T00:43:02.537Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22562024-08-01T00:43:04.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.13s
22572024-08-01T00:43:04.501Z
22582024-08-01T00:43:04.501Zinfo: running `cargo check --bins` on gateway-api (63/142)
22592024-08-01T00:43:05.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602024-08-01T00:43:05.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612024-08-01T00:43:05.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622024-08-01T00:43:05.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22632024-08-01T00:43:05.126Z
22642024-08-01T00:43:05.126Zinfo: running `cargo check --bins` on sp-sim (64/142)
22652024-08-01T00:43:05.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662024-08-01T00:43:05.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672024-08-01T00:43:05.761Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22682024-08-01T00:43:07.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
22692024-08-01T00:43:07.608Z
22702024-08-01T00:43:07.608Zinfo: running `cargo check --bins` on internal-dns (65/142)
22712024-08-01T00:43:08.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722024-08-01T00:43:08.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732024-08-01T00:43:08.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742024-08-01T00:43:08.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22752024-08-01T00:43:08.236Z
22762024-08-01T00:43:08.236Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142)
22772024-08-01T00:43:08.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782024-08-01T00:43:08.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792024-08-01T00:43:08.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802024-08-01T00:43:08.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22812024-08-01T00:43:08.905Z
22822024-08-01T00:43:08.905Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142)
22832024-08-01T00:43:09.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-08-01T00:43:09.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-08-01T00:43:09.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862024-08-01T00:43:09.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22872024-08-01T00:43:09.593Z
22882024-08-01T00:43:09.593Zinfo: running `cargo check --bins` on db-macros (68/142)
22892024-08-01T00:43:10.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-08-01T00:43:10.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-08-01T00:43:10.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922024-08-01T00:43:10.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22932024-08-01T00:43:10.197Z
22942024-08-01T00:43:10.197Zinfo: running `cargo check --bins` on nexus-macros-common (69/142)
22952024-08-01T00:43:10.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-08-01T00:43:10.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-08-01T00:43:10.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982024-08-01T00:43:10.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22992024-08-01T00:43:10.801Z
23002024-08-01T00:43:10.801Zinfo: running `cargo check --bins` on nexus-auth (70/142)
23012024-08-01T00:43:11.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022024-08-01T00:43:11.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032024-08-01T00:43:11.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042024-08-01T00:43:11.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23052024-08-01T00:43:11.461Z
23062024-08-01T00:43:11.461Zinfo: running `cargo check --bins` on authz-macros (71/142)
23072024-08-01T00:43:12.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082024-08-01T00:43:12.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092024-08-01T00:43:12.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102024-08-01T00:43:12.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23112024-08-01T00:43:12.059Z
23122024-08-01T00:43:12.059Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/142)
23132024-08-01T00:43:12.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142024-08-01T00:43:12.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152024-08-01T00:43:12.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162024-08-01T00:43:12.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23172024-08-01T00:43:12.711Z
23182024-08-01T00:43:12.711Zinfo: running `cargo check --bins` on nexus-db-model (73/142)
23192024-08-01T00:43:13.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202024-08-01T00:43:13.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212024-08-01T00:43:13.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222024-08-01T00:43:13.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23232024-08-01T00:43:13.367Z
23242024-08-01T00:43:13.367Zinfo: running `cargo check --bins` on nexus-defaults (74/142)
23252024-08-01T00:43:13.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262024-08-01T00:43:13.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272024-08-01T00:43:13.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282024-08-01T00:43:13.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23292024-08-01T00:43:13.998Z
23302024-08-01T00:43:13.998Zinfo: running `cargo check --bins` on oximeter (75/142)
23312024-08-01T00:43:14.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-08-01T00:43:14.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-08-01T00:43:14.660Z Compiling rustls-pki-types v1.7.0
23342024-08-01T00:43:14.739Z Compiling prettyplease v0.2.20
23352024-08-01T00:43:14.742Z Compiling match_cfg v0.1.0
23362024-08-01T00:43:14.759Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23372024-08-01T00:43:14.762Z Compiling slog-json v2.6.1
23382024-08-01T00:43:14.770Z Compiling http v1.1.0
23392024-08-01T00:43:14.796Z Compiling hostname v0.3.1
23402024-08-01T00:43:14.799Z Compiling atomic-waker v1.1.2
23412024-08-01T00:43:14.824Z Compiling async-stream v0.3.5
23422024-08-01T00:43:15.002Z Compiling waitgroup v0.1.2
23432024-08-01T00:43:15.023Z Compiling slog-bunyan v2.5.0
23442024-08-01T00:43:15.037Z Compiling toml v0.8.15
23452024-08-01T00:43:15.124Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23462024-08-01T00:43:15.162Z Compiling rustls-webpki v0.102.4
23472024-08-01T00:43:15.201Z Compiling rustls-pemfile v2.1.2
23482024-08-01T00:43:15.217Z Compiling sha1 v0.10.6
23492024-08-01T00:43:15.220Z Compiling newtype-uuid v1.1.0
23502024-08-01T00:43:15.365Z Compiling serde_path_to_error v0.1.16
23512024-08-01T00:43:15.555Z Compiling hostname v0.4.0
23522024-08-01T00:43:15.570Z Compiling instant v0.1.12
23532024-08-01T00:43:15.653Z Compiling debug-ignore v1.0.5
23542024-08-01T00:43:15.703Z Compiling backoff v0.4.0
23552024-08-01T00:43:15.717Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23562024-08-01T00:43:15.794Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23572024-08-01T00:43:15.810Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23582024-08-01T00:43:15.986Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23592024-08-01T00:43:16.029Z Compiling rustls v0.22.4
23602024-08-01T00:43:16.054Z Compiling serde_with v3.8.3
23612024-08-01T00:43:16.218Z Compiling parse-display v0.9.1
23622024-08-01T00:43:16.795Z Compiling multer v3.1.0
23632024-08-01T00:43:16.945Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23642024-08-01T00:43:17.114Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23652024-08-01T00:43:17.196Z Compiling num-rational v0.4.2
23662024-08-01T00:43:17.438Z Compiling num-complex v0.4.6
23672024-08-01T00:43:17.453Z Compiling macaddr v1.0.1
23682024-08-01T00:43:18.553Z Compiling num v0.4.3
23692024-08-01T00:43:18.617Z Compiling float-ord v0.3.2
23702024-08-01T00:43:19.670Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23712024-08-01T00:43:20.100Z Compiling tokio-rustls v0.25.0
23722024-08-01T00:43:20.369Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
23732024-08-01T00:43:23.893Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742024-08-01T00:43:36.098Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23752024-08-01T00:43:39.384Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23762024-08-01T00:43:40.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.01s
23772024-08-01T00:43:40.137Z
23782024-08-01T00:43:40.137Zinfo: running `cargo check --bins` on oximeter-impl (76/142)
23792024-08-01T00:43:40.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-08-01T00:43:40.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-08-01T00:43:40.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-08-01T00:43:40.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23832024-08-01T00:43:40.747Z
23842024-08-01T00:43:40.747Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/142)
23852024-08-01T00:43:41.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-08-01T00:43:41.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-08-01T00:43:41.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-08-01T00:43:41.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23892024-08-01T00:43:41.329Z
23902024-08-01T00:43:41.329Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/142)
23912024-08-01T00:43:41.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-08-01T00:43:41.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-08-01T00:43:41.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-08-01T00:43:41.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23952024-08-01T00:43:41.940Z
23962024-08-01T00:43:41.940Zinfo: running `cargo check --bins` on nexus-inventory (79/142)
23972024-08-01T00:43:42.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-08-01T00:43:42.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-08-01T00:43:42.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-08-01T00:43:42.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24012024-08-01T00:43:42.572Z
24022024-08-01T00:43:42.572Zinfo: running `cargo check --bins` on typed-rng (80/142)
24032024-08-01T00:43:43.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-08-01T00:43:43.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-08-01T00:43:43.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-08-01T00:43:43.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24072024-08-01T00:43:43.159Z
24082024-08-01T00:43:43.159Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142)
24092024-08-01T00:43:43.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-08-01T00:43:43.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-08-01T00:43:43.893Z Checking password-hash v0.5.0
24122024-08-01T00:43:43.893Z Checking blake2 v0.10.6
24132024-08-01T00:43:43.893Z Compiling semver v0.1.20
24142024-08-01T00:43:43.896Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24152024-08-01T00:43:43.896Z Compiling rayon-core v1.12.1
24162024-08-01T00:43:43.977Z Compiling convert_case v0.4.0
24172024-08-01T00:43:44.019Z Compiling crossbeam-deque v0.8.5
24182024-08-01T00:43:44.030Z Compiling unicase v2.7.0
24192024-08-01T00:43:44.268Z Compiling rustc_version v0.1.7
24202024-08-01T00:43:44.311Z Compiling fastrand v2.1.0
24212024-08-01T00:43:44.358Z Compiling libefi-sys v0.1.0
24222024-08-01T00:43:44.419Z Compiling same-file v1.0.6
24232024-08-01T00:43:44.456Z Checking argon2 v0.5.3
24242024-08-01T00:43:44.615Z Compiling walkdir v2.5.0
24252024-08-01T00:43:44.649Z Compiling tempfile v3.10.1
24262024-08-01T00:43:44.772Z Compiling newtype_derive v0.1.6
24272024-08-01T00:43:44.872Z Compiling curve25519-dalek v4.1.3
24282024-08-01T00:43:44.898Z Compiling bitfield-struct v0.6.1
24292024-08-01T00:43:44.992Z Compiling derive_more v0.99.18
24302024-08-01T00:43:45.121Z Compiling derive-where v1.2.7
24312024-08-01T00:43:45.180Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24322024-08-01T00:43:45.434Z Compiling blake3 v1.5.1
24332024-08-01T00:43:45.466Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24342024-08-01T00:43:45.486Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24352024-08-01T00:43:45.544Z Compiling ring v0.16.20
24362024-08-01T00:43:45.855Z Checking keccak v0.1.5
24372024-08-01T00:43:46.183Z Checking sha3 v0.10.8
24382024-08-01T00:43:46.377Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24392024-08-01T00:43:46.582Z Compiling rayon v1.10.0
24402024-08-01T00:43:46.698Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24412024-08-01T00:43:46.909Z Checking universal-hash v0.5.1
24422024-08-01T00:43:46.941Z Compiling thiserror-impl-no-std v2.0.2
24432024-08-01T00:43:46.985Z Checking secrecy v0.8.0
24442024-08-01T00:43:47.057Z Compiling curve25519-dalek-derive v0.1.1
24452024-08-01T00:43:47.091Z Compiling memmap2 v0.9.4
24462024-08-01T00:43:47.190Z Compiling arrayref v0.3.7
24472024-08-01T00:43:47.297Z Compiling spin v0.5.2
24482024-08-01T00:43:47.530Z Compiling constant_time_eq v0.3.0
24492024-08-01T00:43:47.546Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24502024-08-01T00:43:47.659Z Checking opaque-debug v0.3.1
24512024-08-01T00:43:47.709Z Compiling arrayvec v0.7.4
24522024-08-01T00:43:47.749Z Compiling home v0.5.9
24532024-08-01T00:43:48.024Z Compiling untrusted v0.7.1
24542024-08-01T00:43:48.129Z Compiling toolchain_find v0.4.0
24552024-08-01T00:43:48.211Z Checking poly1305 v0.8.0
24562024-08-01T00:43:48.735Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24572024-08-01T00:43:48.829Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24582024-08-01T00:43:49.093Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24592024-08-01T00:43:49.213Z Checking steno v0.4.1
24602024-08-01T00:43:49.315Z Compiling camino-tempfile v1.1.1
24612024-08-01T00:43:49.796Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24622024-08-01T00:43:49.848Z Checking chacha20 v0.9.1
24632024-08-01T00:43:50.193Z Checking aead v0.5.2
24642024-08-01T00:43:50.378Z Checking thiserror-no-std v2.0.2
24652024-08-01T00:43:50.427Z Checking gethostname v0.4.3
24662024-08-01T00:43:50.487Z Compiling cancel-safe-futures v0.1.5
24672024-08-01T00:43:50.577Z Compiling topological-sort v0.2.2
24682024-08-01T00:43:50.655Z Checking vsss-rs v3.3.4
24692024-08-01T00:43:50.791Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24702024-08-01T00:43:50.835Z Checking chacha20poly1305 v0.10.1
24712024-08-01T00:43:51.010Z Compiling mime_guess v2.0.4
24722024-08-01T00:43:51.691Z Compiling rustfmt-wrapper v0.2.1
24732024-08-01T00:43:52.234Z Compiling omicron-zone-package v0.11.0
24742024-08-01T00:43:52.289Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24752024-08-01T00:43:52.394Z Checking glob v0.3.1
24762024-08-01T00:43:53.187Z Checking libsw v3.3.1
24772024-08-01T00:43:53.237Z Checking owo-colors v4.0.0
24782024-08-01T00:43:53.452Z Checking linear-map v1.2.0
24792024-08-01T00:43:53.467Z Checking swrite v0.1.0
24802024-08-01T00:43:53.580Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24812024-08-01T00:43:53.753Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24822024-08-01T00:43:54.017Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
24832024-08-01T00:43:54.136Z Checking kstat-rs v0.2.4
24842024-08-01T00:43:54.292Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24852024-08-01T00:43:54.419Z Checking nanorand v0.7.0
24862024-08-01T00:43:54.485Z Checking http-range v0.1.5
24872024-08-01T00:43:54.553Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24882024-08-01T00:43:54.665Z Checking hyper-staticfile v0.9.5
24892024-08-01T00:43:54.795Z Checking flume v0.11.0
24902024-08-01T00:43:54.887Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24912024-08-01T00:43:55.076Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24922024-08-01T00:43:55.080Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
24932024-08-01T00:43:55.272Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24942024-08-01T00:43:55.592Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
24952024-08-01T00:43:56.383Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24962024-08-01T00:43:56.724Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24972024-08-01T00:43:57.038Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24982024-08-01T00:43:58.274Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24992024-08-01T00:43:58.815Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25002024-08-01T00:43:59.316Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25012024-08-01T00:43:59.331Z Checking display-error-chain v0.2.0
25022024-08-01T00:44:06.050Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25032024-08-01T00:44:11.513Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25042024-08-01T00:44:11.517Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25052024-08-01T00:44:12.637Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25062024-08-01T00:44:27.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.91s
25072024-08-01T00:44:27.217Z
25082024-08-01T00:44:27.217Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142)
25092024-08-01T00:44:27.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-08-01T00:44:27.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-08-01T00:44:27.955Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25122024-08-01T00:44:42.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.10s
25132024-08-01T00:44:42.470Z
25142024-08-01T00:44:42.470Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142)
25152024-08-01T00:44:43.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-08-01T00:44:43.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-08-01T00:44:43.194Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25182024-08-01T00:44:57.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.08s
25192024-08-01T00:44:57.698Z
25202024-08-01T00:44:57.698Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142)
25212024-08-01T00:44:58.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-08-01T00:44:58.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-08-01T00:44:58.426Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25242024-08-01T00:45:13.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.32s
25252024-08-01T00:45:13.163Z
25262024-08-01T00:45:13.163Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142)
25272024-08-01T00:45:13.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-08-01T00:45:13.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-08-01T00:45:13.886Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25302024-08-01T00:45:28.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.34s
25312024-08-01T00:45:28.654Z
25322024-08-01T00:45:28.654Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142)
25332024-08-01T00:45:29.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-08-01T00:45:29.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-08-01T00:45:29.387Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25362024-08-01T00:45:43.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.10s
25372024-08-01T00:45:43.908Z
25382024-08-01T00:45:43.908Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142)
25392024-08-01T00:45:44.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-08-01T00:45:44.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-08-01T00:45:44.643Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25422024-08-01T00:45:58.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.99s
25432024-08-01T00:45:59.055Z
25442024-08-01T00:45:59.055Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142)
25452024-08-01T00:45:59.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-08-01T00:45:59.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-08-01T00:45:59.797Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25482024-08-01T00:46:13.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s
25492024-08-01T00:46:14.068Z
25502024-08-01T00:46:14.068Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/142)
25512024-08-01T00:46:14.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-08-01T00:46:14.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-08-01T00:46:14.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-08-01T00:46:14.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25552024-08-01T00:46:14.727Z
25562024-08-01T00:46:14.727Zinfo: running `cargo check --bins` on sled-agent-types (90/142)
25572024-08-01T00:46:15.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-08-01T00:46:15.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-08-01T00:46:15.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-08-01T00:46:15.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25612024-08-01T00:46:15.390Z
25622024-08-01T00:46:15.390Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/142)
25632024-08-01T00:46:15.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-08-01T00:46:15.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-08-01T00:46:15.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-08-01T00:46:15.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25672024-08-01T00:46:16.037Z
25682024-08-01T00:46:16.037Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142)
25692024-08-01T00:46:16.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-08-01T00:46:16.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-08-01T00:46:16.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-08-01T00:46:16.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25732024-08-01T00:46:16.680Z
25742024-08-01T00:46:16.680Zinfo: running `cargo check --bins` on key-manager (93/142)
25752024-08-01T00:46:17.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-08-01T00:46:17.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-08-01T00:46:17.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-08-01T00:46:17.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25792024-08-01T00:46:17.316Z
25802024-08-01T00:46:17.316Zinfo: running `cargo check --bins` on sled-hardware (94/142)
25812024-08-01T00:46:17.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-08-01T00:46:17.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-08-01T00:46:17.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-08-01T00:46:17.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25852024-08-01T00:46:17.966Z
25862024-08-01T00:46:17.966Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142)
25872024-08-01T00:46:18.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-08-01T00:46:18.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-08-01T00:46:18.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-08-01T00:46:18.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25912024-08-01T00:46:18.554Z
25922024-08-01T00:46:18.554Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142)
25932024-08-01T00:46:19.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-08-01T00:46:19.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-08-01T00:46:19.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-08-01T00:46:19.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25972024-08-01T00:46:19.174Z
25982024-08-01T00:46:19.175Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142)
25992024-08-01T00:46:19.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-08-01T00:46:19.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-08-01T00:46:19.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-08-01T00:46:19.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26032024-08-01T00:46:19.792Z
26042024-08-01T00:46:19.792Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142)
26052024-08-01T00:46:20.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-08-01T00:46:20.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-08-01T00:46:20.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-08-01T00:46:20.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26092024-08-01T00:46:20.419Z
26102024-08-01T00:46:20.419Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142)
26112024-08-01T00:46:20.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-08-01T00:46:20.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-08-01T00:46:20.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-08-01T00:46:20.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26152024-08-01T00:46:21.035Z
26162024-08-01T00:46:21.035Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142)
26172024-08-01T00:46:21.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-08-01T00:46:21.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-08-01T00:46:21.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-08-01T00:46:21.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26212024-08-01T00:46:21.660Z
26222024-08-01T00:46:21.660Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142)
26232024-08-01T00:46:22.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-08-01T00:46:22.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-08-01T00:46:22.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-08-01T00:46:22.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26272024-08-01T00:46:22.279Z
26282024-08-01T00:46:22.279Zinfo: running `cargo check --bins` on oximeter-producer (102/142)
26292024-08-01T00:46:22.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-08-01T00:46:22.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-08-01T00:46:22.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-08-01T00:46:22.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26332024-08-01T00:46:22.920Z
26342024-08-01T00:46:22.920Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/142)
26352024-08-01T00:46:23.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-08-01T00:46:23.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-08-01T00:46:23.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-08-01T00:46:23.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26392024-08-01T00:46:23.554Z
26402024-08-01T00:46:23.554Zinfo: running `cargo check --bins` on nexus-test-interface (104/142)
26412024-08-01T00:46:24.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-08-01T00:46:24.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-08-01T00:46:24.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-08-01T00:46:24.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26452024-08-01T00:46:24.187Z
26462024-08-01T00:46:24.187Zinfo: running `cargo check --bins` on oximeter-collector (105/142)
26472024-08-01T00:46:24.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-08-01T00:46:24.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-08-01T00:46:24.871Z Checking bcs v0.1.6
26502024-08-01T00:46:24.871Z Compiling async-recursion v1.1.1
26512024-08-01T00:46:24.874Z Checking highway v1.1.0
26522024-08-01T00:46:24.874Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26532024-08-01T00:46:24.874Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26542024-08-01T00:46:25.949Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26552024-08-01T00:46:29.160Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26562024-08-01T00:46:30.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
26572024-08-01T00:46:31.067Z
26582024-08-01T00:46:31.067Zinfo: running `cargo check --bins` on oximeter-api (106/142)
26592024-08-01T00:46:31.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-08-01T00:46:31.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-08-01T00:46:31.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622024-08-01T00:46:31.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26632024-08-01T00:46:31.698Z
26642024-08-01T00:46:31.698Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/142)
26652024-08-01T00:46:32.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-08-01T00:46:32.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-08-01T00:46:32.347Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26682024-08-01T00:46:32.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
26692024-08-01T00:46:33.062Z
26702024-08-01T00:46:33.062Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142)
26712024-08-01T00:46:33.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-08-01T00:46:33.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-08-01T00:46:33.718Z Compiling cfg_aliases v0.1.1
26742024-08-01T00:46:33.721Z Compiling vte_generate_state_changes v0.1.1
26752024-08-01T00:46:33.721Z Checking fd-lock v4.0.2
26762024-08-01T00:46:33.806Z Checking bytecount v0.6.8
26772024-08-01T00:46:33.825Z Compiling tabled_derive v0.7.0
26782024-08-01T00:46:33.828Z Compiling peg-macros v0.8.4
26792024-08-01T00:46:33.828Z Compiling sqlparser_derive v0.2.2
26802024-08-01T00:46:33.828Z Checking nu-ansi-term v0.50.0
26812024-08-01T00:46:33.873Z Compiling nix v0.28.0
26822024-08-01T00:46:33.947Z Checking papergrid v0.11.0
26832024-08-01T00:46:33.974Z Checking unicode_categories v0.1.1
26842024-08-01T00:46:34.257Z Checking home v0.5.9
26852024-08-01T00:46:34.273Z Checking sqlformat v0.2.4
26862024-08-01T00:46:34.418Z Checking vte v0.11.1
26872024-08-01T00:46:34.960Z Checking sqlparser v0.45.0
26882024-08-01T00:46:35.843Z Checking strip-ansi-escapes v0.2.0
26892024-08-01T00:46:35.995Z Checking reedline v0.31.0
26902024-08-01T00:46:36.012Z Checking tabled v0.15.0
26912024-08-01T00:46:36.714Z Checking peg v0.8.4
26922024-08-01T00:46:37.201Z Checking rustyline v14.0.0
26932024-08-01T00:46:41.498Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26942024-08-01T00:46:47.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s
26952024-08-01T00:46:47.582Z
26962024-08-01T00:46:47.582Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142)
26972024-08-01T00:46:48.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-08-01T00:46:48.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-08-01T00:46:48.233Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27002024-08-01T00:46:54.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.65s
27012024-08-01T00:46:54.384Z
27022024-08-01T00:46:54.384Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142)
27032024-08-01T00:46:54.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-08-01T00:46:54.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-08-01T00:46:55.032Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27062024-08-01T00:47:00.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s
27072024-08-01T00:47:01.026Z
27082024-08-01T00:47:01.026Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142)
27092024-08-01T00:47:01.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-08-01T00:47:01.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-08-01T00:47:01.689Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27122024-08-01T00:47:06.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
27132024-08-01T00:47:06.146Z
27142024-08-01T00:47:06.146Zinfo: running `cargo check --bins` on crdb-seed (112/142)
27152024-08-01T00:47:06.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-08-01T00:47:06.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-08-01T00:47:06.818Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27182024-08-01T00:47:07.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
27192024-08-01T00:47:07.281Z
27202024-08-01T00:47:07.281Zinfo: running `cargo check --bins` on xtask-downloader (113/142)
27212024-08-01T00:47:07.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-08-01T00:47:07.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-08-01T00:47:07.895Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27242024-08-01T00:47:08.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
27252024-08-01T00:47:08.842Z
27262024-08-01T00:47:08.842Zinfo: running `cargo check --bins` on omicron-omdb (114/142)
27272024-08-01T00:47:09.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-08-01T00:47:09.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-08-01T00:47:09.646Z Compiling glob v0.3.1
27302024-08-01T00:47:09.647Z Compiling crunchy v0.2.2
27312024-08-01T00:47:09.650Z Compiling tiny-keccak v2.0.2
27322024-08-01T00:47:09.757Z Compiling ascii-canvas v3.0.0
27332024-08-01T00:47:09.759Z Compiling ena v0.14.3
27342024-08-01T00:47:09.760Z Compiling libloading v0.8.3
27352024-08-01T00:47:09.760Z Compiling diff v0.1.13
27362024-08-01T00:47:09.811Z Compiling bindgen v0.69.4
27372024-08-01T00:47:10.035Z Compiling regex-syntax v0.6.29
27382024-08-01T00:47:10.152Z Compiling which v4.4.2
27392024-08-01T00:47:10.227Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27402024-08-01T00:47:10.313Z Compiling cexpr v0.6.0
27412024-08-01T00:47:10.446Z Compiling ref-cast v1.0.23
27422024-08-01T00:47:10.495Z Compiling shlex v1.3.0
27432024-08-01T00:47:10.510Z Compiling rustc-hash v1.1.0
27442024-08-01T00:47:10.660Z Compiling lazycell v1.3.0
27452024-08-01T00:47:10.695Z Compiling clang-sys v1.7.0
27462024-08-01T00:47:10.812Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27472024-08-01T00:47:10.828Z Compiling derive_builder_core v0.20.0
27482024-08-01T00:47:10.970Z Compiling libxml v0.3.3
27492024-08-01T00:47:10.973Z Compiling ref-cast-impl v1.0.23
27502024-08-01T00:47:11.024Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27512024-08-01T00:47:11.112Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27522024-08-01T00:47:11.362Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27532024-08-01T00:47:11.568Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27542024-08-01T00:47:11.631Z Compiling strum_macros v0.24.3
27552024-08-01T00:47:11.962Z Compiling cookie v0.18.1
27562024-08-01T00:47:12.213Z Compiling indoc v1.0.9
27572024-08-01T00:47:12.369Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27582024-08-01T00:47:12.657Z Compiling impl-trait-for-tuples v0.2.2
27592024-08-01T00:47:13.258Z Compiling oso-derive v0.27.3
27602024-08-01T00:47:13.413Z Compiling lalrpop v0.19.12
27612024-08-01T00:47:14.261Z Compiling derive_builder_macro v0.20.0
27622024-08-01T00:47:14.417Z Checking quick-xml v0.31.0
27632024-08-01T00:47:15.724Z Checking derive_builder v0.20.0
27642024-08-01T00:47:15.878Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27652024-08-01T00:47:16.170Z Checking maplit v1.0.2
27662024-08-01T00:47:16.352Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27672024-08-01T00:47:16.718Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27682024-08-01T00:47:16.798Z Checking bb8 v0.8.5
27692024-08-01T00:47:16.992Z Compiling const_format_proc_macros v0.2.32
27702024-08-01T00:47:17.303Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27712024-08-01T00:47:18.136Z Checking crossbeam-deque v0.8.5
27722024-08-01T00:47:18.305Z Compiling portable-atomic v1.6.0
27732024-08-01T00:47:18.457Z Checking rayon-core v1.12.1
27742024-08-01T00:47:19.149Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27752024-08-01T00:47:19.433Z Checking castaway v0.2.2
27762024-08-01T00:47:19.462Z Checking const_format v0.2.32
27772024-08-01T00:47:19.597Z Checking compact_str v0.7.1
27782024-08-01T00:47:20.001Z Checking rayon v1.10.0
27792024-08-01T00:47:20.371Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27802024-08-01T00:47:20.570Z Checking unicode-truncate v1.0.0
27812024-08-01T00:47:20.628Z Checking itertools v0.13.0
27822024-08-01T00:47:20.815Z Checking lru v0.12.3
27832024-08-01T00:47:21.091Z Compiling stability v0.2.0
27842024-08-01T00:47:22.238Z Checking smawk v0.3.2
27852024-08-01T00:47:22.378Z Checking cassowary v0.3.0
27862024-08-01T00:47:22.798Z Checking unicode-linebreak v0.1.5
27872024-08-01T00:47:23.211Z Checking number_prefix v0.4.0
27882024-08-01T00:47:23.420Z Checking textwrap v0.16.1
27892024-08-01T00:47:23.461Z Checking ratatui v0.27.0
27902024-08-01T00:47:23.832Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27912024-08-01T00:47:24.065Z Checking indicatif v0.17.8
27922024-08-01T00:47:24.637Z Checking multimap v0.10.0
27932024-08-01T00:47:48.719Z Compiling samael v0.0.15
27942024-08-01T00:48:00.343Z Compiling polar-core v0.27.3
27952024-08-01T00:48:07.980Z Checking oso v0.27.3
27962024-08-01T00:48:39.366Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972024-08-01T00:48:44.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
27982024-08-01T00:48:44.463Z
27992024-08-01T00:48:44.463Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142)
28002024-08-01T00:48:45.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-08-01T00:48:45.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-08-01T00:48:45.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-08-01T00:48:45.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28042024-08-01T00:48:45.129Z
28052024-08-01T00:48:45.129Zinfo: running `cargo check --bins` on nexus-saga-recovery (116/142)
28062024-08-01T00:48:45.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-08-01T00:48:45.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-08-01T00:48:45.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-08-01T00:48:45.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28102024-08-01T00:48:45.791Z
28112024-08-01T00:48:45.792Zinfo: running `cargo check --bins` on nexus-test-utils-macros (117/142)
28122024-08-01T00:48:46.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-08-01T00:48:46.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-08-01T00:48:46.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-08-01T00:48:46.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28162024-08-01T00:48:46.383Z
28172024-08-01T00:48:46.383Zinfo: running `cargo check --bins` on omicron-nexus (118/142)
28182024-08-01T00:48:47.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-08-01T00:48:47.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-08-01T00:48:47.174Z Compiling pin-project-internal v1.1.5
28212024-08-01T00:48:47.261Z Compiling snafu-derive v0.8.2
28222024-08-01T00:48:47.264Z Compiling buf-list v1.0.3
28232024-08-01T00:48:47.283Z Checking globset v0.4.14
28242024-08-01T00:48:47.286Z Checking olpc-cjson v0.1.3
28252024-08-01T00:48:47.286Z Checking rand_seeder v0.2.3
28262024-08-01T00:48:47.286Z Checking serde_plain v1.0.2
28272024-08-01T00:48:47.286Z Checking typed-path v0.7.1
28282024-08-01T00:48:47.484Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292024-08-01T00:48:47.535Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28302024-08-01T00:48:47.559Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312024-08-01T00:48:47.718Z Checking parse-size v1.0.0
28322024-08-01T00:48:47.766Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28332024-08-01T00:48:47.798Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28342024-08-01T00:48:47.852Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352024-08-01T00:48:47.893Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28362024-08-01T00:48:48.280Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28372024-08-01T00:48:48.656Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28382024-08-01T00:48:48.787Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28392024-08-01T00:48:48.802Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
28402024-08-01T00:48:49.029Z Checking fatfs v0.3.6
28412024-08-01T00:48:49.231Z Checking assert_matches v1.5.0
28422024-08-01T00:48:50.313Z Checking pin-project v1.1.5
28432024-08-01T00:48:51.389Z Checking snafu v0.8.2
28442024-08-01T00:48:51.695Z Checking tough v0.17.1
28452024-08-01T00:48:54.695Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28462024-08-01T00:48:55.852Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28472024-08-01T00:49:37.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.65s
28482024-08-01T00:49:37.201Z
28492024-08-01T00:49:37.201Zinfo: running `cargo check --bins` on nexus-internal-api (119/142)
28502024-08-01T00:49:37.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-08-01T00:49:37.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-08-01T00:49:37.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-08-01T00:49:37.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28542024-08-01T00:49:37.860Z
28552024-08-01T00:49:37.860Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (120/142)
28562024-08-01T00:49:38.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-08-01T00:49:38.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-08-01T00:49:38.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-08-01T00:49:38.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28602024-08-01T00:49:38.527Z
28612024-08-01T00:49:38.527Zinfo: running `cargo check --bins` on nexus-networking (121/142)
28622024-08-01T00:49:39.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-08-01T00:49:39.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-08-01T00:49:39.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-08-01T00:49:39.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28662024-08-01T00:49:39.194Z
28672024-08-01T00:49:39.194Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (122/142)
28682024-08-01T00:49:39.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-08-01T00:49:39.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-08-01T00:49:39.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-08-01T00:49:39.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28722024-08-01T00:49:39.857Z
28732024-08-01T00:49:39.857Zinfo: running `cargo check --bins` on update-common (123/142)
28742024-08-01T00:49:40.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-08-01T00:49:40.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-08-01T00:49:40.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-08-01T00:49:40.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28782024-08-01T00:49:40.502Z
28792024-08-01T00:49:40.502Zinfo: running `cargo check --bins` on tufaceous-lib (124/142)
28802024-08-01T00:49:41.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-08-01T00:49:41.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-08-01T00:49:41.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-08-01T00:49:41.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28842024-08-01T00:49:41.150Z
28852024-08-01T00:49:41.150Zinfo: running `cargo check --bins` on tufaceous (125/142)
28862024-08-01T00:49:41.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-08-01T00:49:41.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-08-01T00:49:41.810Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28892024-08-01T00:49:42.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
28902024-08-01T00:49:42.869Z
28912024-08-01T00:49:42.869Zinfo: running `cargo check --bins` on omicron-dev (126/142)
28922024-08-01T00:49:43.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-08-01T00:49:43.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-08-01T00:49:43.714Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28952024-08-01T00:49:43.714Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28962024-08-01T00:49:43.717Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
28972024-08-01T00:49:45.109Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28982024-08-01T00:49:47.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
28992024-08-01T00:49:47.936Z
29002024-08-01T00:49:47.936Zinfo: running `cargo check --bins` on openapi-manager (127/142)
29012024-08-01T00:49:48.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-08-01T00:49:48.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-08-01T00:49:48.638Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29042024-08-01T00:49:48.639Z Checking heck v0.4.1
29052024-08-01T00:49:48.641Z Checking is_ci v1.2.0
29062024-08-01T00:49:48.641Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29072024-08-01T00:49:48.642Z Checking indent_write v2.2.0
29082024-08-01T00:49:48.815Z Checking supports-color v3.0.0
29092024-08-01T00:49:48.915Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29102024-08-01T00:49:50.304Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112024-08-01T00:49:51.175Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29122024-08-01T00:49:52.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
29132024-08-01T00:49:52.293Z
29142024-08-01T00:49:52.293Zinfo: running `cargo check --bins` on installinator-api (128/142)
29152024-08-01T00:49:52.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-08-01T00:49:52.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-08-01T00:49:52.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182024-08-01T00:49:52.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29192024-08-01T00:49:52.929Z
29202024-08-01T00:49:52.929Zinfo: running `cargo check --bins` on wicketd-api (129/142)
29212024-08-01T00:49:53.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222024-08-01T00:49:53.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232024-08-01T00:49:53.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242024-08-01T00:49:53.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29252024-08-01T00:49:53.578Z
29262024-08-01T00:49:53.579Zinfo: running `cargo check --bins` on reconfigurator-cli (130/142)
29272024-08-01T00:49:54.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-08-01T00:49:54.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-08-01T00:49:54.302Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29302024-08-01T00:49:55.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
29312024-08-01T00:49:55.641Z
29322024-08-01T00:49:55.642Zinfo: running `cargo check --bins` on omicron-releng (131/142)
29332024-08-01T00:49:56.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342024-08-01T00:49:56.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352024-08-01T00:49:56.332Z Checking memmap2 v0.9.4
29362024-08-01T00:49:56.332Z Checking arrayvec v0.7.4
29372024-08-01T00:49:56.332Z Checking arrayref v0.3.7
29382024-08-01T00:49:56.332Z Checking untrusted v0.7.1
29392024-08-01T00:49:56.335Z Checking constant_time_eq v0.3.0
29402024-08-01T00:49:56.335Z Checking spin v0.5.2
29412024-08-01T00:49:56.335Z Checking cargo-platform v0.1.8
29422024-08-01T00:49:56.412Z Checking topological-sort v0.2.2
29432024-08-01T00:49:56.503Z Checking shell-words v1.1.0
29442024-08-01T00:49:56.629Z Checking ring v0.16.20
29452024-08-01T00:49:56.720Z Checking cargo_metadata v0.18.1
29462024-08-01T00:49:56.733Z Checking blake3 v1.5.1
29472024-08-01T00:49:57.848Z Checking omicron-zone-package v0.11.0
29482024-08-01T00:49:58.961Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29492024-08-01T00:49:59.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
29502024-08-01T00:50:00.001Z
29512024-08-01T00:50:00.001Zinfo: running `cargo check --bins` on xtask (132/142)
29522024-08-01T00:50:00.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-08-01T00:50:00.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-08-01T00:50:00.480Z Checking serde v1.0.204
29552024-08-01T00:50:00.480Z Checking thiserror v1.0.63
29562024-08-01T00:50:00.480Z Checking scroll v0.12.0
29572024-08-01T00:50:00.482Z Checking bitflags v2.6.0
29582024-08-01T00:50:00.482Z Checking log v0.4.21
29592024-08-01T00:50:00.545Z Checking hashbrown v0.14.5
29602024-08-01T00:50:00.554Z Checking zerocopy v0.7.34
29612024-08-01T00:50:00.608Z Checking syn v2.0.72
29622024-08-01T00:50:00.637Z Checking pest v2.7.10
29632024-08-01T00:50:00.801Z Checking fs-err v2.11.0
29642024-08-01T00:50:00.856Z Checking rustix v0.38.34
29652024-08-01T00:50:01.016Z Checking goblin v0.8.2
29662024-08-01T00:50:01.092Z Checking tabled v0.15.0
29672024-08-01T00:50:01.722Z Checking indexmap v2.2.6
29682024-08-01T00:50:01.868Z Checking terminal_size v0.3.0
29692024-08-01T00:50:02.029Z Checking clap_builder v4.5.9
29702024-08-01T00:50:02.032Z Checking anyhow v1.0.86
29712024-08-01T00:50:03.063Z Checking dtrace-parser v0.2.0
29722024-08-01T00:50:04.475Z Checking clap v4.5.9
29732024-08-01T00:50:04.977Z Checking serde_json v1.0.120
29742024-08-01T00:50:04.977Z Checking serde_spanned v0.6.6
29752024-08-01T00:50:04.980Z Checking toml_datetime v0.6.6
29762024-08-01T00:50:04.980Z Checking camino v1.1.7
29772024-08-01T00:50:04.980Z Checking semver v1.0.23
29782024-08-01T00:50:04.980Z Checking cargo-platform v0.1.8
29792024-08-01T00:50:04.980Z Checking macaddr v1.0.1
29802024-08-01T00:50:05.255Z Checking toml_edit v0.22.16
29812024-08-01T00:50:06.110Z Checking dof v0.3.0
29822024-08-01T00:50:06.110Z Checking cargo_metadata v0.18.1
29832024-08-01T00:50:06.517Z Checking usdt-impl v0.5.0
29842024-08-01T00:50:06.882Z Checking toml v0.8.15
29852024-08-01T00:50:06.899Z Checking usdt v0.5.0
29862024-08-01T00:50:07.368Z Checking cargo_toml v0.20.4
29872024-08-01T00:50:08.662Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29882024-08-01T00:50:09.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s
29892024-08-01T00:50:09.348Z
29902024-08-01T00:50:09.348Zinfo: running `cargo check --bins` on end-to-end-tests (133/142)
29912024-08-01T00:50:09.815Z Downloading crates ...
29922024-08-01T00:50:10.041Z Downloaded dirs v5.0.1
29932024-08-01T00:50:10.052Z Downloaded dhcproto-macros v0.1.0
29942024-08-01T00:50:10.055Z Downloaded russh-cryptovec v0.7.2
29952024-08-01T00:50:10.055Z Downloaded option-ext v0.2.0
29962024-08-01T00:50:10.058Z Downloaded rfc6979 v0.4.0
29972024-08-01T00:50:10.061Z Downloaded md5 v0.7.0
29982024-08-01T00:50:10.062Z Downloaded cbc v0.1.2
29992024-08-01T00:50:10.064Z Downloaded polyval v0.6.2
30002024-08-01T00:50:10.064Z Downloaded ghash v0.5.1
30012024-08-01T00:50:10.068Z Downloaded bcrypt-pbkdf v0.10.0
30022024-08-01T00:50:10.068Z Downloaded rand_core v0.5.1
30032024-08-01T00:50:10.068Z Downloaded internet-checksum v0.2.1
30042024-08-01T00:50:10.068Z Downloaded blowfish v0.9.1
30052024-08-01T00:50:10.072Z Downloaded password-hash v0.4.2
30062024-08-01T00:50:10.072Z Downloaded hex-literal v0.4.1
30072024-08-01T00:50:10.075Z Downloaded ed25519 v2.2.3
30082024-08-01T00:50:10.075Z Downloaded dirs-sys v0.4.1
30092024-08-01T00:50:10.077Z Downloaded rand_chacha v0.2.2
30102024-08-01T00:50:10.077Z Downloaded pbkdf2 v0.12.2
30112024-08-01T00:50:10.080Z Downloaded primeorder v0.13.6
30122024-08-01T00:50:10.080Z Downloaded pbkdf2 v0.11.0
30132024-08-01T00:50:10.083Z Downloaded russh-keys v0.43.0
30142024-08-01T00:50:10.086Z Downloaded getrandom v0.1.16
30152024-08-01T00:50:10.089Z Downloaded dhcproto v0.11.0
30162024-08-01T00:50:10.092Z Downloaded ecdsa v0.16.9
30172024-08-01T00:50:10.092Z Downloaded aes v0.8.4
30182024-08-01T00:50:10.095Z Downloaded p256 v0.13.2
30192024-08-01T00:50:10.099Z Downloaded ctr v0.9.2
30202024-08-01T00:50:10.102Z Downloaded ed25519-dalek v2.1.1
30212024-08-01T00:50:10.106Z Downloaded russh v0.43.0
30222024-08-01T00:50:10.110Z Downloaded rand v0.7.3
30232024-08-01T00:50:10.114Z Downloaded aes-gcm v0.10.3
30242024-08-01T00:50:10.118Z Downloaded p521 v0.13.3
30252024-08-01T00:50:10.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-08-01T00:50:10.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-08-01T00:50:10.270Z Compiling getrandom v0.1.16
30282024-08-01T00:50:10.361Z Checking rfc6979 v0.4.0
30292024-08-01T00:50:10.373Z Checking primeorder v0.13.6
30302024-08-01T00:50:10.376Z Checking option-ext v0.2.0
30312024-08-01T00:50:10.387Z Checking ed25519 v2.2.3
30322024-08-01T00:50:10.389Z Checking polyval v0.6.2
30332024-08-01T00:50:10.390Z Checking ctr v0.9.2
30342024-08-01T00:50:10.390Z Checking blowfish v0.9.1
30352024-08-01T00:50:10.477Z Checking dirs-sys v0.4.1
30362024-08-01T00:50:10.501Z Checking ecdsa v0.16.9
30372024-08-01T00:50:10.654Z Checking aes v0.8.4
30382024-08-01T00:50:10.657Z Checking password-hash v0.4.2
30392024-08-01T00:50:10.684Z Checking pbkdf2 v0.12.2
30402024-08-01T00:50:10.700Z Checking dirs v5.0.1
30412024-08-01T00:50:10.724Z Checking ghash v0.5.1
30422024-08-01T00:50:10.830Z Checking ed25519-dalek v2.1.1
30432024-08-01T00:50:10.846Z Checking bcrypt-pbkdf v0.10.0
30442024-08-01T00:50:10.886Z Checking cbc v0.1.2
30452024-08-01T00:50:10.889Z Checking russh-cryptovec v0.7.2
30462024-08-01T00:50:11.078Z Checking pbkdf2 v0.11.0
30472024-08-01T00:50:11.094Z Checking md5 v0.7.0
30482024-08-01T00:50:11.113Z Compiling dhcproto-macros v0.1.0
30492024-08-01T00:50:11.116Z Checking hex-literal v0.4.1
30502024-08-01T00:50:11.146Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30512024-08-01T00:50:11.188Z Checking p256 v0.13.2
30522024-08-01T00:50:11.238Z Checking p521 v0.13.3
30532024-08-01T00:50:11.305Z Checking rand_core v0.5.1
30542024-08-01T00:50:11.359Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30552024-08-01T00:50:11.377Z Checking internet-checksum v0.2.1
30562024-08-01T00:50:11.539Z Checking aes-gcm v0.10.3
30572024-08-01T00:50:11.613Z Checking rand_chacha v0.2.2
30582024-08-01T00:50:11.882Z Checking rand v0.7.3
30592024-08-01T00:50:11.943Z Checking dhcproto v0.11.0
30602024-08-01T00:50:12.824Z Checking russh-keys v0.43.0
30612024-08-01T00:50:13.578Z Checking russh v0.43.0
30622024-08-01T00:50:30.828Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30632024-08-01T00:50:32.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.85s
30642024-08-01T00:50:32.366Z
30652024-08-01T00:50:32.366Zinfo: running `cargo check --bins` on gateway-cli (134/142)
30662024-08-01T00:50:32.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-08-01T00:50:32.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-08-01T00:50:33.004Z Checking termios v0.3.3
30692024-08-01T00:50:33.197Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30702024-08-01T00:50:33.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
30712024-08-01T00:50:34.108Z
30722024-08-01T00:50:34.108Zinfo: running `cargo check --bins --no-default-features` on installinator (135/142)
30732024-08-01T00:50:34.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-08-01T00:50:34.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-08-01T00:50:34.809Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30762024-08-01T00:50:36.839Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30772024-08-01T00:50:38.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
30782024-08-01T00:50:38.785Z
30792024-08-01T00:50:38.785Zinfo: running `cargo check --bins` on internal-dns-cli (136/142)
30802024-08-01T00:50:39.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-08-01T00:50:39.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-08-01T00:50:39.414Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30832024-08-01T00:50:39.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
30842024-08-01T00:50:39.975Z
30852024-08-01T00:50:39.975Zinfo: running `cargo check --bins` on omicron-package (137/142)
30862024-08-01T00:50:40.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-08-01T00:50:40.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-08-01T00:50:40.634Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30892024-08-01T00:50:41.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
30902024-08-01T00:50:42.004Z
30912024-08-01T00:50:42.004Zinfo: running `cargo check --bins` on wicket-dbg (138/142)
30922024-08-01T00:50:42.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-08-01T00:50:42.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-08-01T00:50:42.712Z Checking rtoolbox v0.0.2
30952024-08-01T00:50:42.712Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30962024-08-01T00:50:42.715Z Checking tui-tree-widget v0.21.0
30972024-08-01T00:50:42.914Z Checking rpassword v7.3.1
30982024-08-01T00:50:46.904Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30992024-08-01T00:50:49.852Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31002024-08-01T00:50:50.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s
31012024-08-01T00:50:51.118Z
31022024-08-01T00:50:51.118Zinfo: running `cargo check --bins` on wicket (139/142)
31032024-08-01T00:50:51.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-08-01T00:50:51.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-08-01T00:50:51.803Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31062024-08-01T00:50:52.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31072024-08-01T00:50:52.310Z
31082024-08-01T00:50:52.310Zinfo: running `cargo check --bins` on wicketd (140/142)
31092024-08-01T00:50:52.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-08-01T00:50:52.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-08-01T00:50:53.039Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31122024-08-01T00:50:56.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
31132024-08-01T00:50:56.850Z
31142024-08-01T00:50:56.851Zinfo: running `cargo check --bins` on omicron-workspace-hack (141/142)
31152024-08-01T00:50:57.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-08-01T00:50:57.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-08-01T00:50:57.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182024-08-01T00:50:57.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31192024-08-01T00:50:57.446Z
31202024-08-01T00:50:57.446Zinfo: running `cargo check --bins` on zone-setup (142/142)
31212024-08-01T00:50:58.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-08-01T00:50:58.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-08-01T00:50:58.176Z Checking uzers v0.11.3
31242024-08-01T00:50:58.468Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31252024-08-01T00:50:59.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
31262024-08-01T00:50:59.703Z
31272024-08-01T00:50:59.703Zreal 10:48.630363682
31282024-08-01T00:50:59.703Zuser 23:14.338590062
31292024-08-01T00:50:59.703Zsys 4:50.167497962
31302024-08-01T00:50:59.703Ztrap 0.572314781
31312024-08-01T00:50:59.706Ztflt 1.853083513
31322024-08-01T00:50:59.706Zdflt 2.084942255
31332024-08-01T00:50:59.706Zkflt 0.000973073
31342024-08-01T00:50:59.706Zlock 42:28.172552525
31352024-08-01T00:50:59.706Zslp 1:31:50.052460433
31362024-08-01T00:50:59.706Zlat 53.428000868
31372024-08-01T00:50:59.706Zstop 2:27.839212076
31382024-08-01T00:50:59.706Zprocess exited: duration 906606 ms, exit code 0
 
31392024-08-01T00:50:59.712Zfound 0 output files