01J6B058FVEC5SY5WKQW41T7X0: 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: 01J6B05TE9YZA650F9G5SGNXNE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-27T22:45:08.918Zjob assigned to worker 01J6B061D6J5C3PAAXA5TR2H8E (queued for 49 s)
 
22024-08-27T22:45:16.681Zstarting task 0: "setup"
32024-08-27T22:45:16.692Z++ uname -s
42024-08-27T22:45:16.695Z+ kern=SunOS
52024-08-27T22:45:16.695Z+ case "$kern" in
62024-08-27T22:45:16.695Z+ groupadd -g 12345 build
72024-08-27T22:45:16.698Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-27T22:45:18.709Z+ zfs create -o mountpoint=/work rpool/work
92024-08-27T22:45:18.865Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-27T22:45:18.868Z+ home_fs=zfs
112024-08-27T22:45:18.868Z+ [[ zfs == autofs ]]
122024-08-27T22:45:18.868Z+ mkdir -p /home/build
132024-08-27T22:45:18.871Z+ chown build:build /home/build /work
142024-08-27T22:45:20.872Z+ chmod 0700 /home/build /work
152024-08-27T22:45:20.875Zprocess exited: duration 4194 ms, exit code 0
 
162024-08-27T22:45:20.881Zstarting task 1: "rust-toolchain"
172024-08-27T22:45:20.886Z+ printf ' * toolchain channel = "%s"
182024-08-27T22:45:20.886Z * toolchain channel = "1.80.1"
192024-08-27T22:45:20.886Z' 1.80.1
202024-08-27T22:45:20.886Z+ printf ' * toolchain profile = "%s"
212024-08-27T22:45:20.886Z' default
222024-08-27T22:45:20.886Z * toolchain profile = "default"
232024-08-27T22:45:20.889Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-27T22:45:20.889Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-27T22:45:20.991Zinfo: downloading installer
262024-08-27T22:45:22.241Zinfo: profile set to 'default'
272024-08-27T22:45:22.241Zinfo: default host triple is x86_64-unknown-illumos
282024-08-27T22:45:22.244Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-27T22:45:22.401Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-27T22:45:22.401Zinfo: downloading component 'cargo'
312024-08-27T22:45:23.332Zinfo: downloading component 'clippy'
322024-08-27T22:45:23.766Zinfo: downloading component 'rust-docs'
332024-08-27T22:45:25.060Zinfo: downloading component 'rust-std'
342024-08-27T22:45:26.879Zinfo: downloading component 'rustc'
352024-08-27T22:45:31.974Zinfo: downloading component 'rustfmt'
362024-08-27T22:45:32.245Zinfo: installing component 'cargo'
372024-08-27T22:45:33.094Zinfo: installing component 'clippy'
382024-08-27T22:45:33.481Zinfo: installing component 'rust-docs'
392024-08-27T22:45:35.120Zinfo: installing component 'rust-std'
402024-08-27T22:45:36.769Zinfo: installing component 'rustc'
412024-08-27T22:45:40.956Zinfo: installing component 'rustfmt'
422024-08-27T22:45:41.296Z
432024-08-27T22:45:41.296Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-08-27T22:45:41.565Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-27T22:45:41.565Z
462024-08-27T22:45:41.572Z
472024-08-27T22:45:41.572ZRust is installed now. Great!
482024-08-27T22:45:41.572Z
492024-08-27T22:45:41.572ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-27T22:45:41.572Zenvironment variable. This has not been done automatically.
512024-08-27T22:45:41.572Z
522024-08-27T22:45:41.572ZTo configure your current shell, you need to source
532024-08-27T22:45:41.572Zthe corresponding env file under $HOME/.cargo.
542024-08-27T22:45:41.572Z
552024-08-27T22:45:41.572ZThis is usually done by running one of the following (note the leading DOT):
562024-08-27T22:45:41.572Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-27T22:45:41.572Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-27T22:45:41.601Z+ rustc --version
592024-08-27T22:45:41.665Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-27T22:45:41.669Zprocess exited: duration 20782 ms, exit code 0
 
612024-08-27T22:45:41.675Zstarting task 2: "authentication"
622024-08-27T22:45:41.697Zprocess exited: duration 21 ms, exit code 0
 
632024-08-27T22:45:41.705Zstarting task 3: "clone repository"
642024-08-27T22:45:41.710Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-27T22:45:41.713Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-27T22:45:41.751ZCloning into '/work/oxidecomputer/omicron'...
672024-08-27T22:45:48.175Z+ cd /work/oxidecomputer/omicron
682024-08-27T22:45:48.175Z+ git fetch origin 665bcc17746e2c722c565bbc0b888c95e7649786
692024-08-27T22:45:48.450ZFrom https://github.com/oxidecomputer/omicron
702024-08-27T22:45:48.450Z * branch 665bcc17746e2c722c565bbc0b888c95e7649786 -> FETCH_HEAD
712024-08-27T22:45:48.461Z+ [[ -n dap/drafts/reconfigurator-tests ]]
722024-08-27T22:45:48.464Z++ git branch --show-current
732024-08-27T22:45:48.466Z+ current=main
742024-08-27T22:45:48.467Z+ [[ main != dap/drafts/reconfigurator-tests ]]
752024-08-27T22:45:48.467Z+ git branch -f dap/drafts/reconfigurator-tests 665bcc17746e2c722c565bbc0b888c95e7649786
762024-08-27T22:45:48.469Z+ git checkout -f dap/drafts/reconfigurator-tests
772024-08-27T22:45:48.620ZSwitched to branch 'dap/drafts/reconfigurator-tests'
782024-08-27T22:45:48.623Z+ git reset --hard 665bcc17746e2c722c565bbc0b888c95e7649786
792024-08-27T22:45:48.768ZHEAD is now at 665bcc177 rustfmt
802024-08-27T22:45:48.771Zprocess exited: duration 7062 ms, exit code 0
 
812024-08-27T22:45:48.779Zstarting task 4: "build"
822024-08-27T22:45:48.788Z+ cargo --version
832024-08-27T22:45:48.839Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-27T22:45:48.842Z+ rustc --version
852024-08-27T22:45:48.899Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-27T22:45:48.902Z+ source ./env.sh
872024-08-27T22:45:48.902Z++ OLD_SHELL_OPTS=ehxB
882024-08-27T22:45:48.902Z++ set -o xtrace
892024-08-27T22:45:48.905Z++++ dirname ./env.sh
902024-08-27T22:45:48.907Z+++ readlink -f .
912024-08-27T22:45:48.911Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-27T22:45:48.914Z++ 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-27T22:45:48.914Z++ 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-27T22:45:48.914Z++ 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-27T22:45:48.914Z++ 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-27T22:45:48.914Z++ 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-27T22:45:48.914Z++ 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-27T22:45:48.914Z++ 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-27T22:45:48.914Z++ 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-27T22:45:48.914Z++ case $OLD_SHELL_OPTS in
1012024-08-27T22:45:48.914Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-27T22:45:48.914Z+ 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-27T22:45:48.914Z+ 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-27T22:45:48.914Z+ banner prerequisites
1052024-08-27T22:45:48.914Z
1062024-08-27T22:45:48.914Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-27T22:45:48.914Z # # # # # # # # # # # # # # #
1082024-08-27T22:45:48.914Z # # # # ##### # # ##### # # # # # #### #
1092024-08-27T22:45:48.914Z ##### ##### # ##### # # # # # # # # #
1102024-08-27T22:45:48.914Z # # # # # # # # # # # # # # #
1112024-08-27T22:45:48.914Z # # # ###### # # ###### ### # #### # #### #
1122024-08-27T22:45:48.914Z
1132024-08-27T22:45:48.914Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-27T22:45:53.541Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-27T22:45:55.853Z Startup: Caching catalogs ... Done
1162024-08-27T22:45:57.824ZPlanning: Solver setup ... Done (1.405s)
1172024-08-27T22:45:57.846ZPlanning: Running solver ... Done (0.022s)
1182024-08-27T22:45:57.889ZPlanning: Finding local manifests ... Done (0.005s)
1192024-08-27T22:45:58.335ZPlanning: Fetching manifests: 0/5 0% complete
1202024-08-27T22:45:58.575ZPlanning: Fetching manifests: 5/5 100% complete
1212024-08-27T22:45:58.675ZPlanning: Package planning ... Done (0.100s)
1222024-08-27T22:45:58.731ZPlanning: Merging actions ... Done (0.055s)
1232024-08-27T22:45:58.947ZPlanning: Checking for conflicting actions ... Done (0.215s)
1242024-08-27T22:46:01.161ZPlanning: Consolidating action changes ... Done (2.214s)
1252024-08-27T22:46:01.638ZPlanning: Evaluating mediators ... Done (0.476s)
1262024-08-27T22:46:01.719ZPlanning: Planning completed in 5.79 seconds
1272024-08-27T22:46:01.735Z Packages to install: 4
1282024-08-27T22:46:01.735Z Packages to update: 1
1292024-08-27T22:46:01.739Z Mediators to change: 2
1302024-08-27T22:46:01.739Z Services to change: 1
1312024-08-27T22:46:01.739Z Estimated space available: 155.72 GB
1322024-08-27T22:46:01.739ZEstimated space to be consumed: 1.53 GB
1332024-08-27T22:46:01.739Z Create boot environment: No
1342024-08-27T22:46:01.739ZCreate backup boot environment: Yes
1352024-08-27T22:46:01.740Z Rebuild boot archive: No
1362024-08-27T22:46:01.740Z
1372024-08-27T22:46:01.740ZChanged mediators:
1382024-08-27T22:46:01.740Z mediator clang:
1392024-08-27T22:46:01.740Z version: None -> 15 (system default)
1402024-08-27T22:46:01.740Z
1412024-08-27T22:46:01.740Z mediator llvm:
1422024-08-27T22:46:01.740Z version: 14 (system default) -> 15 (system default)
1432024-08-27T22:46:01.740Z
1442024-08-27T22:46:01.740ZChanged packages:
1452024-08-27T22:46:01.740Zhelios-dev
1462024-08-27T22:46:01.740Z developer/build-essential
1472024-08-27T22:46:01.740Z None -> 11-2.0
1482024-08-27T22:46:01.740Z library/libxmlsec1
1492024-08-27T22:46:01.740Z None -> 1.2.35-2.0
1502024-08-27T22:46:01.740Z ooce/developer/clang-15
1512024-08-27T22:46:01.740Z None -> 15.0.7-2.0
1522024-08-27T22:46:01.740Z ooce/developer/llvm-15
1532024-08-27T22:46:01.740Z None -> 15.0.7-2.0
1542024-08-27T22:46:01.740Z package/pkg
1552024-08-27T22:46:01.740Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-08-27T22:46:01.740Z
1572024-08-27T22:46:01.741ZServices:
1582024-08-27T22:46:01.741Z restart_fmri:
1592024-08-27T22:46:01.741Z svc:/system/update-man-index:default
1602024-08-27T22:46:01.741Z
1612024-08-27T22:46:01.741ZEditable files to change:
1622024-08-27T22:46:01.741Z Update:
1632024-08-27T22:46:01.741Z usr/share/lib/pkg/web/config.shtml
1642024-08-27T22:46:01.819Z
1652024-08-27T22:46:01.819ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-08-27T22:46:06.820ZDownload: 1109/4281 items 20.3/220.6MB 9% complete (4.0M/s)
1672024-08-27T22:46:15.531ZDownload: 1196/4281 items 82.9/220.6MB 37% complete (10.9M/s)
1682024-08-27T22:46:19.711ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (9.2M/s)
1692024-08-27T22:46:24.718ZDownload: 1904/4281 items 118.6/220.6MB 53% complete (4.3M/s)
1702024-08-27T22:46:29.722ZDownload: 2379/4281 items 119.7/220.6MB 54% complete (3.6M/s)
1712024-08-27T22:46:35.684ZDownload: 3244/4281 items 165.4/220.6MB 74% complete (4.6M/s)
1722024-08-27T22:46:44.072ZDownload: 3248/4281 items 166.1/220.6MB 75% complete (4.6M/s)
1732024-08-27T22:46:49.117ZDownload: 3283/4281 items 210.8/220.6MB 95% complete (4.8M/s)
1742024-08-27T22:47:00.299ZDownload: 3285/4281 items 211.1/220.6MB 95% complete (4.7M/s)
1752024-08-27T22:47:02.969ZDownload: Completed 220.60 MB in 61.14 seconds (3.6M/s)
1762024-08-27T22:47:04.955Z Actions: 1/5063 actions (Removing old actions)
1772024-08-27T22:47:04.971Z Actions: 194/5063 actions (Installing new actions)
1782024-08-27T22:47:09.762Z Actions: 4226/5063 actions (Updating modified actions)
1792024-08-27T22:47:10.026Z Actions: Completed 5063 actions in 5.07 seconds.
1802024-08-27T22:47:10.309Z Done (0.276s)
1812024-08-27T22:47:10.320Z Done (0.000s)
1822024-08-27T22:47:10.866Z Done (0.378s)
1832024-08-27T22:47:15.871Z Done (4.315s)
1842024-08-27T22:47:15.968Z Done (0.017s)
1852024-08-27T22:47:15.968Z Done (0.000s)
1862024-08-27T22:47:15.968Z Done (0.000s)
1872024-08-27T22:47:16.017ZPlanning: Evaluating mediator changes ... Done
1882024-08-27T22:47:16.179ZPlanning: Checking for conflicting actions ... Done
1892024-08-27T22:47:16.184ZPlanning: Consolidating action changes ... Done
1902024-08-27T22:47:16.466ZPlanning: Evaluating mediators ... Done
1912024-08-27T22:47:16.470ZPlanning: Planning completed in 0.44 seconds
1922024-08-27T22:47:16.507Z Mediators to change: 2
1932024-08-27T22:47:16.512Z Create boot environment: No
1942024-08-27T22:47:16.512ZCreate backup boot environment: No
1952024-08-27T22:47:16.580Z Done
1962024-08-27T22:47:16.580Z Done
1972024-08-27T22:47:16.814Z Done
1982024-08-27T22:47:20.450Z Done
1992024-08-27T22:47:20.541Z Done
2002024-08-27T22:47:20.549Z Done
2012024-08-27T22:47:20.637Z Done
2022024-08-27T22:47:21.243ZPlanning: Evaluating mediator changes ... Done
2032024-08-27T22:47:21.246ZPlanning: Merging actions ... Done
2042024-08-27T22:47:21.445ZPlanning: Checking for conflicting actions ... Done
2052024-08-27T22:47:21.452ZPlanning: Consolidating action changes ... Done
2062024-08-27T22:47:21.699ZPlanning: Evaluating mediators ... Done
2072024-08-27T22:47:21.753ZPlanning: Planning completed in 0.75 seconds
2082024-08-27T22:47:21.817Z Packages to change: 1
2092024-08-27T22:47:21.817Z Mediators to change: 1
2102024-08-27T22:47:21.827Z Services to change: 1
2112024-08-27T22:47:21.827Z Create boot environment: No
2122024-08-27T22:47:21.827ZCreate backup boot environment: Yes
2132024-08-27T22:47:22.771Z Actions: 1/6 actions (Updating modified actions)
2142024-08-27T22:47:22.775Z Actions: Completed 6 actions in 0.00 seconds.
2152024-08-27T22:47:22.775Z Done
2162024-08-27T22:47:22.776Z Done
2172024-08-27T22:47:22.863Z Done
2182024-08-27T22:47:26.487Z Done
2192024-08-27T22:47:26.585Z Done
2202024-08-27T22:47:26.593Z Done
2212024-08-27T22:47:26.684Z Done
2222024-08-27T22:47:27.113ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-08-27T22:47:27.113Zclang system 15 system
2242024-08-27T22:47:27.113Zcsh system system illumos
2252024-08-27T22:47:27.113Zctags system system illumos
2262024-08-27T22:47:27.113Zgcc vendor 12 vendor
2272024-08-27T22:47:27.113Zgcc system 10 system
2282024-08-27T22:47:27.113Zgcc system 7 system
2292024-08-27T22:47:27.113Zgo system 1.20 system
2302024-08-27T22:47:27.113Zgo system 1.19 system
2312024-08-27T22:47:27.113Zllvm system 15 system
2322024-08-27T22:47:27.113Zllvm system 14 system
2332024-08-27T22:47:27.113Zmariadb system 10.6 system
2342024-08-27T22:47:27.113Zmta vendor vendor dma
2352024-08-27T22:47:27.113Zopenjdk system 17 system
2362024-08-27T22:47:27.113Zopenjdk system 11 system
2372024-08-27T22:47:27.113Zopenjdk system 1.8 system
2382024-08-27T22:47:27.113Zopenssl vendor 3 vendor
2392024-08-27T22:47:27.113Zperl system 5.36 system
2402024-08-27T22:47:27.113Zpostgresql system 15 system
2412024-08-27T22:47:27.113Zpostgresql system 13 system
2422024-08-27T22:47:27.113Zpython vendor 3 vendor
2432024-08-27T22:47:27.113Zpython system 2 system
2442024-08-27T22:47:27.113Zpython3 system 3.11 system
2452024-08-27T22:47:27.113Zruby system 3.0 system
2462024-08-27T22:47:27.113Zwords vendor vendor american-english
2472024-08-27T22:47:27.113Zwords system system australian-english
2482024-08-27T22:47:27.113Zwords system system british-english
2492024-08-27T22:47:27.114Zwords system system canadian-english
2502024-08-27T22:47:27.114Zwords system system french
2512024-08-27T22:47:27.114Zwords system system italian
2522024-08-27T22:47:27.114Zwords system system ngerman
2532024-08-27T22:47:27.114Zwords system system ogerman
2542024-08-27T22:47:27.114Zwords system system spanish
2552024-08-27T22:47:27.444ZPUBLISHER TYPE STATUS P LOCATION
2562024-08-27T22:47:27.444Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-08-27T22:47:29.282ZFMRI IFO
2582024-08-27T22:47:29.283Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-08-27T22:47:29.283Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-08-27T22:47:29.283Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-08-27T22:47:29.283Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-08-27T22:47:29.283Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-08-27T22:47:29.283Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-08-27T22:47:29.283Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-08-27T22:47:29.283Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-08-27T22:47:29.283Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-08-27T22:47:29.283Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-08-27T22:47:29.283Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-08-27T22:47:29.283Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-08-27T22:47:29.283Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-08-27T22:47:29.846Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2722024-08-27T22:47:30.207Z Updating git repository `https://github.com/oxidecomputer/zone`
2732024-08-27T22:47:30.388Z Updating crates.io index
2742024-08-27T22:47:30.472Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2752024-08-27T22:47:31.192Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-08-27T22:47:31.939Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-08-27T22:47:32.170Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2782024-08-27T22:47:33.724Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-08-27T22:47:34.013Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-08-27T22:47:34.247Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-08-27T22:47:35.376Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-08-27T22:47:37.260Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-08-27T22:47:38.267Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-08-27T22:47:39.004Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-08-27T22:47:39.291Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-08-27T22:47:39.773Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2872024-08-27T22:47:40.025Z Updating git repository `https://github.com/oxidecomputer/qorb`
2882024-08-27T22:47:40.380Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-08-27T22:47:40.703Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-08-27T22:47:40.909Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-08-27T22:47:41.148Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-08-27T22:47:41.402Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932024-08-27T22:47:41.710Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-08-27T22:47:42.001Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-08-27T22:47:42.276Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-08-27T22:47:42.542Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-08-27T22:47:42.932Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-08-27T22:47:43.203Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-08-27T22:47:43.609Z Updating git repository `https://github.com/oxidecomputer/typify`
3002024-08-27T22:47:45.982Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012024-08-27T22:47:46.213Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022024-08-27T22:47:46.454Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032024-08-27T22:47:46.743Z Updating git repository `https://github.com/oxidecomputer/rfb`
3042024-08-27T22:47:48.051Z Downloading crates ...
3052024-08-27T22:47:48.141Z Downloaded is_terminal_polyfill v1.70.0
3062024-08-27T22:47:48.193Z Downloaded fs-err v2.11.0
3072024-08-27T22:47:48.194Z Downloaded crypto-common v0.1.6
3082024-08-27T22:47:48.194Z Downloaded fastrand v2.1.0
3092024-08-27T22:47:48.194Z Downloaded indexmap v2.4.0
3102024-08-27T22:47:48.194Z Downloaded equivalent v1.0.1
3112024-08-27T22:47:48.194Z Downloaded colorchoice v1.0.1
3122024-08-27T22:47:48.194Z Downloaded scroll_derive v0.12.0
3132024-08-27T22:47:48.194Z Downloaded camino v1.1.9
3142024-08-27T22:47:48.194Z Downloaded macaddr v1.0.1
3152024-08-27T22:47:48.194Z Downloaded autocfg v1.3.0
3162024-08-27T22:47:48.194Z Downloaded heck v0.4.1
3172024-08-27T22:47:48.194Z Downloaded bytecount v0.6.8
3182024-08-27T22:47:48.194Z Downloaded block-buffer v0.10.4
3192024-08-27T22:47:48.194Z Downloaded anstyle-query v1.0.3
3202024-08-27T22:47:48.223Z Downloaded unicode-linebreak v0.1.5
3212024-08-27T22:47:48.223Z Downloaded anstyle v1.0.8
3222024-08-27T22:47:48.223Z Downloaded serde_tokenstream v0.2.2
3232024-08-27T22:47:48.223Z Downloaded proc-macro-error-attr v1.0.4
3242024-08-27T22:47:48.223Z Downloaded memmap v0.7.0
3252024-08-27T22:47:48.223Z Downloaded thiserror-impl v1.0.63
3262024-08-27T22:47:48.223Z Downloaded tempfile v3.10.1
3272024-08-27T22:47:48.223Z Downloaded sha2 v0.10.8
3282024-08-27T22:47:48.224Z Downloaded pretty-hex v0.4.1
3292024-08-27T22:47:48.224Z Downloaded dof v0.3.0
3302024-08-27T22:47:48.224Z Downloaded usdt-impl v0.5.0
3312024-08-27T22:47:48.224Z Downloaded quote v1.0.36
3322024-08-27T22:47:48.224Z Downloaded toml v0.8.19
3332024-08-27T22:47:48.224Z Downloaded dtrace-parser v0.2.0
3342024-08-27T22:47:48.224Z Downloaded zerocopy-derive v0.7.34
3352024-08-27T22:47:48.224Z Downloaded usdt-macro v0.5.0
3362024-08-27T22:47:48.224Z Downloaded strsim v0.11.1
3372024-08-27T22:47:48.224Z Downloaded pest_generator v2.7.10
3382024-08-27T22:47:48.224Z Downloaded ryu v1.0.18
3392024-08-27T22:47:48.224Z Downloaded clap v4.5.16
3402024-08-27T22:47:48.242Z Downloaded usdt v0.5.0
3412024-08-27T22:47:48.243Z Downloaded textwrap v0.16.1
3422024-08-27T22:47:48.243Z Downloaded usdt-attr-macro v0.5.0
3432024-08-27T22:47:48.243Z Downloaded swrite v0.1.0
3442024-08-27T22:47:48.243Z Downloaded clap_lex v0.7.0
3452024-08-27T22:47:48.243Z Downloaded byteorder v1.5.0
3462024-08-27T22:47:48.243Z Downloaded toml_datetime v0.6.8
3472024-08-27T22:47:48.243Z Downloaded errno v0.3.9
3482024-08-27T22:47:48.243Z Downloaded cfg-if v1.0.0
3492024-08-27T22:47:48.243Z Downloaded digest v0.10.7
3502024-08-27T22:47:48.244Z Downloaded fnv v1.0.7
3512024-08-27T22:47:48.244Z Downloaded heck v0.5.0
3522024-08-27T22:47:48.244Z Downloaded generic-array v0.14.7
3532024-08-27T22:47:48.244Z Downloaded anstyle-parse v0.2.4
3542024-08-27T22:47:48.244Z Downloaded cpufeatures v0.2.12
3552024-08-27T22:47:48.258Z Downloaded serde v1.0.208
3562024-08-27T22:47:48.258Z Downloaded thread-id v4.2.1
3572024-08-27T22:47:48.258Z Downloaded plain v0.2.3
3582024-08-27T22:47:48.258Z Downloaded version_check v0.9.5
3592024-08-27T22:47:48.258Z Downloaded utf8parse v0.2.1
3602024-08-27T22:47:48.258Z Downloaded serde_spanned v0.6.7
3612024-08-27T22:47:48.303Z Downloaded terminal_size v0.3.0
3622024-08-27T22:47:48.303Z Downloaded tabled_derive v0.7.0
3632024-08-27T22:47:48.303Z Downloaded smawk v0.3.2
3642024-08-27T22:47:48.303Z Downloaded thiserror v1.0.63
3652024-08-27T22:47:48.303Z Downloaded camino-tempfile v1.1.1
3662024-08-27T22:47:48.303Z Downloaded ucd-trie v0.1.6
3672024-08-27T22:47:48.303Z Downloaded itoa v1.0.11
3682024-08-27T22:47:48.303Z Downloaded cargo_metadata v0.18.1
3692024-08-27T22:47:48.303Z Downloaded cargo-platform v0.1.8
3702024-08-27T22:47:48.304Z Downloaded scroll v0.12.0
3712024-08-27T22:47:48.304Z Downloaded proc-macro-error v1.0.4
3722024-08-27T22:47:48.321Z Downloaded pest_derive v2.7.10
3732024-08-27T22:47:48.321Z Downloaded semver v1.0.23
3742024-08-27T22:47:48.321Z Downloaded once_cell v1.19.0
3752024-08-27T22:47:48.321Z Downloaded anstream v0.6.14
3762024-08-27T22:47:48.321Z Downloaded bitflags v2.6.0
3772024-08-27T22:47:48.321Z Downloaded anyhow v1.0.86
3782024-08-27T22:47:48.321Z Downloaded proc-macro2 v1.0.86
3792024-08-27T22:47:48.321Z Downloaded pest_meta v2.7.10
3802024-08-27T22:47:48.321Z Downloaded cargo_toml v0.20.4
3812024-08-27T22:47:48.321Z Downloaded clap_derive v4.5.13
3822024-08-27T22:47:48.321Z Downloaded unicode-ident v1.0.12
3832024-08-27T22:47:48.321Z Downloaded typenum v1.17.0
3842024-08-27T22:47:48.321Z Downloaded serde_derive v1.0.208
3852024-08-27T22:47:48.321Z Downloaded toml_edit v0.22.20
3862024-08-27T22:47:48.338Z Downloaded papergrid v0.11.0
3872024-08-27T22:47:48.367Z Downloaded memchr v2.7.2
3882024-08-27T22:47:48.367Z Downloaded log v0.4.21
3892024-08-27T22:47:48.378Z Downloaded pest v2.7.10
3902024-08-27T22:47:48.385Z Downloaded serde_json v1.0.125
3912024-08-27T22:47:48.385Z Downloaded hashbrown v0.14.5
3922024-08-27T22:47:48.391Z Downloaded winnow v0.6.18
3932024-08-27T22:47:48.400Z Downloaded zerocopy v0.7.34
3942024-08-27T22:47:48.423Z Downloaded tabled v0.15.0
3952024-08-27T22:47:48.442Z Downloaded syn v1.0.109
3962024-08-27T22:47:48.476Z Downloaded syn v2.0.74
3972024-08-27T22:47:48.476Z Downloaded goblin v0.8.2
3982024-08-27T22:47:48.509Z Downloaded rustix v0.38.34
3992024-08-27T22:47:48.509Z Downloaded clap_builder v4.5.15
4002024-08-27T22:47:48.509Z Downloaded unicode-width v0.1.13
4012024-08-27T22:47:48.509Z Downloaded libc v0.2.156
4022024-08-27T22:47:51.997Z Compiling proc-macro2 v1.0.86
4032024-08-27T22:47:51.997Z Compiling unicode-ident v1.0.12
4042024-08-27T22:47:51.997Z Compiling version_check v0.9.5
4052024-08-27T22:47:51.997Z Compiling serde v1.0.208
4062024-08-27T22:47:51.997Z Compiling memchr v2.7.2
4072024-08-27T22:47:51.998Z Compiling thiserror v1.0.63
4082024-08-27T22:47:51.998Z Compiling libc v0.2.156
4092024-08-27T22:47:51.998Z Compiling ryu v1.0.18
4102024-08-27T22:47:51.998Z Compiling ucd-trie v0.1.6
4112024-08-27T22:47:51.998Z Compiling itoa v1.0.11
4122024-08-27T22:47:51.998Z Compiling once_cell v1.19.0
4132024-08-27T22:47:51.998Z Compiling byteorder v1.5.0
4142024-08-27T22:47:51.998Z Compiling serde_json v1.0.125
4152024-08-27T22:47:51.998Z Compiling rustix v0.38.34
4162024-08-27T22:47:51.998Z Compiling bitflags v2.6.0
4172024-08-27T22:47:51.998Z Compiling usdt-impl v0.5.0
4182024-08-27T22:47:51.998Z Compiling quote v1.0.36
4192024-08-27T22:47:51.998Z Compiling proc-macro-error-attr v1.0.4
4202024-08-27T22:47:51.998Z Compiling syn v1.0.109
4212024-08-27T22:47:51.998Z Compiling proc-macro-error v1.0.4
4222024-08-27T22:47:51.998Z Compiling utf8parse v0.2.1
4232024-08-27T22:47:51.998Z Compiling syn v2.0.74
4242024-08-27T22:47:51.998Z Compiling errno v0.3.9
4252024-08-27T22:47:51.998Z Compiling camino v1.1.9
4262024-08-27T22:47:51.998Z Compiling plain v0.2.3
4272024-08-27T22:47:51.998Z Compiling equivalent v1.0.1
4282024-08-27T22:47:51.998Z Compiling hashbrown v0.14.5
4292024-08-27T22:47:51.998Z Compiling log v0.4.21
4302024-08-27T22:47:51.998Z Compiling thread-id v4.2.1
4312024-08-27T22:47:51.998Z Compiling anstyle-parse v0.2.4
4322024-08-27T22:47:52.212Z Compiling colorchoice v1.0.1
4332024-08-27T22:47:52.212Z Compiling unicode-width v0.1.13
4342024-08-27T22:47:52.212Z Compiling anstyle v1.0.8
4352024-08-27T22:47:52.212Z Compiling autocfg v1.3.0
4362024-08-27T22:47:52.247Z Compiling is_terminal_polyfill v1.70.0
4372024-08-27T22:47:52.332Z Compiling anstyle-query v1.0.3
4382024-08-27T22:47:52.429Z Compiling semver v1.0.23
4392024-08-27T22:47:52.497Z Compiling winnow v0.6.18
4402024-08-27T22:47:52.504Z Compiling pretty-hex v0.4.1
4412024-08-27T22:47:52.721Z Compiling indexmap v2.4.0
4422024-08-27T22:47:52.755Z Compiling anstream v0.6.14
4432024-08-27T22:47:53.103Z Compiling fs-err v2.11.0
4442024-08-27T22:47:53.283Z Compiling terminal_size v0.3.0
4452024-08-27T22:47:53.378Z Compiling cfg-if v1.0.0
4462024-08-27T22:47:53.465Z Compiling anyhow v1.0.86
4472024-08-27T22:47:53.493Z Compiling strsim v0.11.1
4482024-08-27T22:47:53.498Z Compiling heck v0.4.1
4492024-08-27T22:47:53.999Z Compiling fastrand v2.1.0
4502024-08-27T22:47:54.023Z Compiling clap_lex v0.7.0
4512024-08-27T22:47:54.075Z Compiling heck v0.5.0
4522024-08-27T22:47:54.103Z Compiling fnv v1.0.7
4532024-08-27T22:47:54.454Z Compiling bytecount v0.6.8
4542024-08-27T22:47:54.521Z Compiling tempfile v3.10.1
4552024-08-27T22:47:54.568Z Compiling clap_builder v4.5.15
4562024-08-27T22:47:54.704Z Compiling papergrid v0.11.0
4572024-08-27T22:47:54.951Z Compiling memmap v0.7.0
4582024-08-27T22:47:54.969Z Compiling unicode-linebreak v0.1.5
4592024-08-27T22:47:55.308Z Compiling smawk v0.3.2
4602024-08-27T22:47:55.528Z Compiling textwrap v0.16.1
4612024-08-27T22:47:55.953Z Compiling swrite v0.1.0
4622024-08-27T22:47:57.077Z Compiling tabled_derive v0.7.0
4632024-08-27T22:47:58.762Z Compiling tabled v0.15.0
4642024-08-27T22:47:59.611Z Compiling serde_derive v1.0.208
4652024-08-27T22:47:59.611Z Compiling thiserror-impl v1.0.63
4662024-08-27T22:47:59.626Z Compiling zerocopy-derive v0.7.34
4672024-08-27T22:47:59.626Z Compiling scroll_derive v0.12.0
4682024-08-27T22:48:00.008Z Compiling clap_derive v4.5.13
4692024-08-27T22:48:04.043Z Compiling scroll v0.12.0
4702024-08-27T22:48:04.122Z Compiling goblin v0.8.2
4712024-08-27T22:48:04.122Z Compiling zerocopy v0.7.34
4722024-08-27T22:48:04.165Z Compiling pest v2.7.10
4732024-08-27T22:48:04.165Z Compiling clap v4.5.16
4742024-08-27T22:48:04.526Z Compiling pest_meta v2.7.10
4752024-08-27T22:48:05.330Z Compiling pest_generator v2.7.10
4762024-08-27T22:48:07.040Z Compiling pest_derive v2.7.10
4772024-08-27T22:48:07.787Z Compiling dtrace-parser v0.2.0
4782024-08-27T22:48:09.780Z Compiling serde_spanned v0.6.7
4792024-08-27T22:48:09.780Z Compiling toml_datetime v0.6.8
4802024-08-27T22:48:09.783Z Compiling cargo-platform v0.1.8
4812024-08-27T22:48:10.162Z Compiling serde_tokenstream v0.2.2
4822024-08-27T22:48:10.218Z Compiling toml_edit v0.22.20
4832024-08-27T22:48:10.359Z Compiling macaddr v1.0.1
4842024-08-27T22:48:10.501Z Compiling camino-tempfile v1.1.1
4852024-08-27T22:48:11.150Z Compiling dof v0.3.0
4862024-08-27T22:48:11.150Z Compiling cargo_metadata v0.18.1
4872024-08-27T22:48:13.109Z Compiling toml v0.8.19
4882024-08-27T22:48:13.171Z Compiling usdt-attr-macro v0.5.0
4892024-08-27T22:48:13.174Z Compiling usdt-macro v0.5.0
4902024-08-27T22:48:13.936Z Compiling cargo_toml v0.20.4
4912024-08-27T22:48:14.546Z Compiling usdt v0.5.0
4922024-08-27T22:48:17.718Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-08-27T22:48:21.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.26s
4942024-08-27T22:48:22.138Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-08-27T22:48:22.702Z Downloading crates ...
4962024-08-27T22:48:22.826Z Downloaded atty v0.2.14
4972024-08-27T22:48:22.829Z Downloaded assert_matches v1.5.0
4982024-08-27T22:48:22.836Z Downloaded ascii-canvas v3.0.0
4992024-08-27T22:48:22.840Z Downloaded async-stream-impl v0.3.5
5002024-08-27T22:48:22.840Z Downloaded aead v0.5.2
5012024-08-27T22:48:22.843Z Downloaded bitstruct_derive v0.1.0
5022024-08-27T22:48:22.843Z Downloaded hubpack_derive v0.1.1
5032024-08-27T22:48:22.846Z Downloaded crunchy v0.2.2
5042024-08-27T22:48:22.850Z Downloaded darling_macro v0.20.9
5052024-08-27T22:48:22.852Z Downloaded array-init v0.0.4
5062024-08-27T22:48:22.855Z Downloaded instability v0.3.2
5072024-08-27T22:48:22.858Z Downloaded indoc v1.0.9
5082024-08-27T22:48:22.860Z Downloaded async-recursion v1.1.1
5092024-08-27T22:48:22.865Z Downloaded iana-time-zone v0.1.60
5102024-08-27T22:48:22.869Z Downloaded is-terminal v0.4.12
5112024-08-27T22:48:22.871Z Downloaded convert_case v0.4.0
5122024-08-27T22:48:22.874Z Downloaded normalize-line-endings v0.3.0
5132024-08-27T22:48:22.874Z Downloaded newline-converter v0.3.0
5142024-08-27T22:48:22.874Z Downloaded buf-list v1.0.3
5152024-08-27T22:48:22.877Z Downloaded bitfield v0.14.0
5162024-08-27T22:48:22.880Z Downloaded openssl-macros v0.1.1
5172024-08-27T22:48:22.880Z Downloaded number_prefix v0.4.0
5182024-08-27T22:48:22.883Z Downloaded num-iter v0.1.45
5192024-08-27T22:48:22.883Z Downloaded cbc v0.1.2
5202024-08-27T22:48:22.885Z Downloaded block-padding v0.3.3
5212024-08-27T22:48:22.885Z Downloaded newtype_derive v0.1.6
5222024-08-27T22:48:22.888Z Downloaded indent_write v2.2.0
5232024-08-27T22:48:22.891Z Downloaded signal-hook-tokio v0.3.1
5242024-08-27T22:48:22.891Z Downloaded defmt-macros v0.3.9
5252024-08-27T22:48:22.894Z Downloaded debug-ignore v1.0.5
5262024-08-27T22:48:22.897Z Downloaded hyper-staticfile v0.9.5
5272024-08-27T22:48:22.900Z Downloaded num v0.4.3
5282024-08-27T22:48:22.900Z Downloaded nodrop v0.1.14
5292024-08-27T22:48:22.903Z Downloaded bzip2 v0.4.4
5302024-08-27T22:48:22.905Z Downloaded multimap v0.10.0
5312024-08-27T22:48:22.905Z Downloaded num_enum_derive v0.5.11
5322024-08-27T22:48:22.908Z Downloaded maybe-uninit v2.0.0
5332024-08-27T22:48:22.908Z Downloaded linear-map v1.2.0
5342024-08-27T22:48:22.911Z Downloaded ciborium v0.2.2
5352024-08-27T22:48:22.915Z Downloaded mime v0.3.17
5362024-08-27T22:48:22.918Z Downloaded ipnet v2.9.0
5372024-08-27T22:48:22.918Z Downloaded atomicwrites v0.4.3
5382024-08-27T22:48:22.922Z Downloaded addr2line v0.21.0
5392024-08-27T22:48:22.925Z Downloaded semver v0.1.20
5402024-08-27T22:48:22.925Z Downloaded native-tls v0.2.11
5412024-08-27T22:48:22.928Z Downloaded bitstruct v0.1.1
5422024-08-27T22:48:22.928Z Downloaded num-derive v0.4.2
5432024-08-27T22:48:22.930Z Downloaded ciborium-io v0.2.2
5442024-08-27T22:48:22.930Z Downloaded lock_api v0.4.12
5452024-08-27T22:48:22.933Z Downloaded num-complex v0.4.6
5462024-08-27T22:48:22.936Z Downloaded memmap2 v0.9.4
5472024-08-27T22:48:22.940Z Downloaded instant v0.1.12
5482024-08-27T22:48:22.940Z Downloaded async-stream v0.3.5
5492024-08-27T22:48:22.943Z Downloaded cfg_aliases v0.1.1
5502024-08-27T22:48:22.943Z Downloaded is_ci v1.2.0
5512024-08-27T22:48:22.955Z Downloaded match_cfg v0.1.0
5522024-08-27T22:48:22.955Z Downloaded cstr-argument v0.1.2
5532024-08-27T22:48:22.955Z Downloaded crucible-workspace-hack v0.1.0
5542024-08-27T22:48:22.955Z Downloaded sqlparser_derive v0.2.2
5552024-08-27T22:48:22.956Z Downloaded serde-big-array v0.5.1
5562024-08-27T22:48:22.956Z Downloaded ident_case v1.0.1
5572024-08-27T22:48:22.956Z Downloaded darling v0.20.9
5582024-08-27T22:48:22.958Z Downloaded num-conv v0.1.0
5592024-08-27T22:48:22.959Z Downloaded opaque-debug v0.3.1
5602024-08-27T22:48:22.959Z Downloaded crossbeam-epoch v0.9.18
5612024-08-27T22:48:22.962Z Downloaded openssl-probe v0.1.5
5622024-08-27T22:48:22.964Z Downloaded arc-swap v1.7.1
5632024-08-27T22:48:22.967Z Downloaded num_threads v0.1.7
5642024-08-27T22:48:22.970Z Downloaded zone_cfg_derive v0.1.2
5652024-08-27T22:48:22.970Z Downloaded hyper-tls v0.5.0
5662024-08-27T22:48:22.973Z Downloaded cookie v0.18.1
5672024-08-27T22:48:22.975Z Downloaded maplit v1.0.2
5682024-08-27T22:48:22.978Z Downloaded impl-trait-for-tuples v0.2.2
5692024-08-27T22:48:22.981Z Downloaded castaway v0.2.3
5702024-08-27T22:48:22.981Z Downloaded miniz_oxide v0.7.2
5712024-08-27T22:48:22.983Z Downloaded cipher v0.4.4
5722024-08-27T22:48:22.987Z Downloaded omicron-zone-package v0.11.0
5732024-08-27T22:48:22.989Z Downloaded bitfield-struct v0.6.1
5742024-08-27T22:48:22.993Z Downloaded downcast v0.11.0
5752024-08-27T22:48:22.993Z Downloaded blake2 v0.10.6
5762024-08-27T22:48:22.996Z Downloaded zone v0.1.8
5772024-08-27T22:48:22.996Z Downloaded slog-envlogger v2.2.0
5782024-08-27T22:48:22.998Z Downloaded float-ord v0.3.2
5792024-08-27T22:48:22.998Z Downloaded crossbeam-deque v0.8.5
5802024-08-27T22:48:23.001Z Downloaded constant_time_eq v0.3.0
5812024-08-27T22:48:23.004Z Downloaded headers-core v0.2.0
5822024-08-27T22:48:23.004Z Downloaded data-encoding v2.6.0
5832024-08-27T22:48:23.007Z Downloaded linked-hash-map v0.5.6
5842024-08-27T22:48:23.007Z Downloaded serde_urlencoded v0.7.1
5852024-08-27T22:48:23.010Z Downloaded same-file v1.0.6
5862024-08-27T22:48:23.013Z Downloaded memoffset v0.9.1
5872024-08-27T22:48:23.013Z Downloaded clang-sys v1.7.0
5882024-08-27T22:48:23.016Z Downloaded managed v0.8.0
5892024-08-27T22:48:23.019Z Downloaded parse-size v1.0.0
5902024-08-27T22:48:23.019Z Downloaded num-integer v0.1.46
5912024-08-27T22:48:23.021Z Downloaded stringprep v0.1.4
5922024-08-27T22:48:23.024Z Downloaded olpc-cjson v0.1.3
5932024-08-27T22:48:23.024Z Downloaded tokio-native-tls v0.3.1
5942024-08-27T22:48:23.027Z Downloaded tokio-macros v2.4.0
5952024-08-27T22:48:23.027Z Downloaded subtle v2.5.0
5962024-08-27T22:48:23.030Z Downloaded strip-ansi-escapes v0.2.0
5972024-08-27T22:48:23.030Z Downloaded backoff v0.4.0
5982024-08-27T22:48:23.033Z Downloaded thiserror-no-std v2.0.2
5992024-08-27T22:48:23.037Z Downloaded hyper-rustls v0.24.2
6002024-08-27T22:48:23.040Z Downloaded dropshot_endpoint v0.10.1
6012024-08-27T22:48:23.058Z Downloaded utf-8 v0.7.6
6022024-08-27T22:48:23.058Z Downloaded mockall_derive v0.13.0
6032024-08-27T22:48:23.058Z Downloaded tui-tree-widget v0.22.0
6042024-08-27T22:48:23.058Z Downloaded jobserver v0.1.32
6052024-08-27T22:48:23.058Z Downloaded colored v2.1.0
6062024-08-27T22:48:23.058Z Downloaded crc32fast v1.4.0
6072024-08-27T22:48:23.058Z Downloaded cookie v0.17.0
6082024-08-27T22:48:23.063Z Downloaded float-cmp v0.9.0
6092024-08-27T22:48:23.063Z Downloaded group v0.13.0
6102024-08-27T22:48:23.067Z Downloaded flagset v0.4.5
6112024-08-27T22:48:23.067Z Downloaded termtree v0.4.1
6122024-08-27T22:48:23.067Z Downloaded fixedbitset v0.4.2
6132024-08-27T22:48:23.067Z Downloaded shlex v1.3.0
6142024-08-27T22:48:23.071Z Downloaded num-rational v0.4.2
6152024-08-27T22:48:23.074Z Downloaded csv-core v0.1.11
6162024-08-27T22:48:23.074Z Downloaded newtype-uuid v1.1.0
6172024-08-27T22:48:23.075Z Downloaded md-5 v0.10.6
6182024-08-27T22:48:23.081Z Downloaded libsw v3.3.1
6192024-08-27T22:48:23.084Z Downloaded uzers v0.11.3
6202024-08-27T22:48:23.084Z Downloaded nu-ansi-term v0.50.0
6212024-08-27T22:48:23.084Z Downloaded tokio-rustls v0.24.1
6222024-08-27T22:48:23.088Z Downloaded pin-project-internal v1.1.5
6232024-08-27T22:48:23.090Z Downloaded password-hash v0.5.0
6242024-08-27T22:48:23.090Z Downloaded spin v0.9.8
6252024-08-27T22:48:23.093Z Downloaded display-error-chain v0.2.0
6262024-08-27T22:48:23.096Z Downloaded powerfmt v0.2.0
6272024-08-27T22:48:23.096Z Downloaded strum_macros v0.26.4
6282024-08-27T22:48:23.099Z Downloaded multer v3.1.0
6292024-08-27T22:48:23.102Z Downloaded untrusted v0.9.0
6302024-08-27T22:48:23.104Z Downloaded ahash v0.8.11
6312024-08-27T22:48:23.107Z Downloaded mime_guess v2.0.4
6322024-08-27T22:48:23.110Z Downloaded backtrace v0.3.71
6332024-08-27T22:48:23.114Z Downloaded defmt v0.3.8
6342024-08-27T22:48:23.118Z Downloaded heck v0.3.3
6352024-08-27T22:48:23.121Z Downloaded peg-runtime v0.8.3
6362024-08-27T22:48:23.121Z Downloaded packed_struct v0.10.1
6372024-08-27T22:48:23.124Z Downloaded compact_str v0.8.0
6382024-08-27T22:48:23.127Z Downloaded rtoolbox v0.0.2
6392024-08-27T22:48:23.131Z Downloaded sha1 v0.10.6
6402024-08-27T22:48:23.133Z Downloaded scrypt v0.11.0
6412024-08-27T22:48:23.133Z Downloaded structmeta v0.2.0
6422024-08-27T22:48:23.136Z Downloaded termios v0.3.3
6432024-08-27T22:48:23.137Z Downloaded structmeta v0.3.0
6442024-08-27T22:48:23.139Z Downloaded twox-hash v1.6.3
6452024-08-27T22:48:23.142Z Downloaded getrandom v0.2.14
6462024-08-27T22:48:23.145Z Downloaded httparse v1.8.0
6472024-08-27T22:48:23.148Z Downloaded tabwriter v1.4.0
6482024-08-27T22:48:23.148Z Downloaded signal-hook-mio v0.2.4
6492024-08-27T22:48:23.152Z Downloaded percent-encoding v2.3.1
6502024-08-27T22:48:23.152Z Downloaded waitgroup v0.1.2
6512024-08-27T22:48:23.155Z Downloaded vte_generate_state_changes v0.1.1
6522024-08-27T22:48:23.155Z Downloaded postgres-types v0.2.7
6532024-08-27T22:48:23.158Z Downloaded pin-project-lite v0.2.14
6542024-08-27T22:48:23.161Z Downloaded try-lock v0.2.5
6552024-08-27T22:48:23.165Z Downloaded deranged v0.3.11
6562024-08-27T22:48:23.165Z Downloaded which v4.4.2
6572024-08-27T22:48:23.168Z Downloaded fallible-iterator v0.3.0
6582024-08-27T22:48:23.168Z Downloaded futures-task v0.3.30
6592024-08-27T22:48:23.171Z Downloaded fd-lock v4.0.2
6602024-08-27T22:48:23.174Z Downloaded futures-core v0.3.30
6612024-08-27T22:48:23.177Z Downloaded itertools v0.12.1
6622024-08-27T22:48:23.182Z Downloaded glob v0.3.1
6632024-08-27T22:48:23.185Z Downloaded packed_struct_codegen v0.10.1
6642024-08-27T22:48:23.189Z Downloaded http-range v0.1.5
6652024-08-27T22:48:23.189Z Downloaded pretty-hex v0.2.1
6662024-08-27T22:48:23.189Z Downloaded oso-derive v0.27.3
6672024-08-27T22:48:23.192Z Downloaded allocator-api2 v0.2.18
6682024-08-27T22:48:23.195Z Downloaded hashlink v0.9.1
6692024-08-27T22:48:23.198Z Downloaded rand_xorshift v0.3.0
6702024-08-27T22:48:23.198Z Downloaded rand_seeder v0.3.0
6712024-08-27T22:48:23.209Z Downloaded proc-macro-crate v1.3.1
6722024-08-27T22:48:23.212Z Downloaded slog-scope v4.4.0
6732024-08-27T22:48:23.212Z Downloaded stable_deref_trait v1.2.0
6742024-08-27T22:48:23.215Z Downloaded static_assertions v1.1.0
6752024-08-27T22:48:23.215Z Downloaded vsss-rs v3.3.4
6762024-08-27T22:48:23.218Z Downloaded tungstenite v0.23.0
6772024-08-27T22:48:23.222Z Downloaded ff v0.13.0
6782024-08-27T22:48:23.225Z Downloaded untrusted v0.7.1
6792024-08-27T22:48:23.228Z Downloaded tungstenite v0.21.0
6802024-08-27T22:48:23.231Z Downloaded base64 v0.13.1
6812024-08-27T22:48:23.240Z Downloaded sigpipe v0.1.3
6822024-08-27T22:48:23.243Z Downloaded tungstenite v0.20.1
6832024-08-27T22:48:23.243Z Downloaded endian-type v0.1.2
6842024-08-27T22:48:23.243Z Downloaded sync_wrapper v0.1.2
6852024-08-27T22:48:23.243Z Downloaded derive_builder_macro v0.20.0
6862024-08-27T22:48:23.243Z Downloaded embedded-io v0.4.0
6872024-08-27T22:48:23.246Z Downloaded wait-timeout v0.2.0
6882024-08-27T22:48:23.246Z Downloaded hash32 v0.3.1
6892024-08-27T22:48:23.249Z Downloaded hash32 v0.2.1
6902024-08-27T22:48:23.249Z Downloaded futures-sink v0.3.30
6912024-08-27T22:48:23.252Z Downloaded futures-macro v0.3.30
6922024-08-27T22:48:23.252Z Downloaded filetime v0.2.24
6932024-08-27T22:48:23.257Z Downloaded httpdate v1.0.3
6942024-08-27T22:48:23.257Z Downloaded slog v2.7.0
6952024-08-27T22:48:23.260Z Downloaded similar v2.6.0
6962024-08-27T22:48:23.267Z Downloaded hmac v0.12.1
6972024-08-27T22:48:23.270Z Downloaded peg-macros v0.8.4
6982024-08-27T22:48:23.270Z Downloaded highway v1.2.0
6992024-08-27T22:48:23.273Z Downloaded tokio-tungstenite v0.23.1
7002024-08-27T22:48:23.273Z Downloaded tokio-tungstenite v0.21.0
7012024-08-27T22:48:23.276Z Downloaded tokio-stream v0.1.15
7022024-08-27T22:48:23.281Z Downloaded string_cache v0.8.7
7032024-08-27T22:48:23.284Z Downloaded fatfs v0.3.6
7042024-08-27T22:48:23.287Z Downloaded cc v1.0.97
7052024-08-27T22:48:23.290Z Downloaded diesel_table_macro_syntax v0.2.0
7062024-08-27T22:48:23.293Z Downloaded want v0.3.1
7072024-08-27T22:48:23.293Z Downloaded tower-service v0.3.2
7082024-08-27T22:48:23.296Z Downloaded futures-io v0.3.30
7092024-08-27T22:48:23.296Z Downloaded difflib v0.4.0
7102024-08-27T22:48:23.299Z Downloaded serde_plain v1.0.2
7112024-08-27T22:48:23.299Z Downloaded wyz v0.5.1
7122024-08-27T22:48:23.302Z Downloaded strum_macros v0.25.3
7132024-08-27T22:48:23.305Z Downloaded erased-serde v0.3.31
7142024-08-27T22:48:23.305Z Downloaded precomputed-hash v0.1.1
7152024-08-27T22:48:23.308Z Downloaded supports-color v3.0.0
7162024-08-27T22:48:23.308Z Downloaded env_logger v0.10.2
7172024-08-27T22:48:23.310Z Downloaded rcgen v0.12.1
7182024-08-27T22:48:23.313Z Downloaded portpicker v0.1.1
7192024-08-27T22:48:23.317Z Downloaded crossterm v0.28.1
7202024-08-27T22:48:23.322Z Downloaded foreign-types v0.3.2
7212024-08-27T22:48:23.325Z Downloaded strum v0.26.3
7222024-08-27T22:48:23.325Z Downloaded psl-types v2.0.11
7232024-08-27T22:48:23.328Z Downloaded r2d2 v0.8.10
7242024-08-27T22:48:23.328Z Downloaded salsa20 v0.10.2
7252024-08-27T22:48:23.331Z Downloaded rustversion v1.0.17
7262024-08-27T22:48:23.338Z Downloaded serde_derive_internals v0.29.1
7272024-08-27T22:48:23.338Z Downloaded pbkdf2 v0.12.2
7282024-08-27T22:48:23.341Z Downloaded serde_yaml v0.9.34+deprecated
7292024-08-27T22:48:23.341Z Downloaded minimal-lexical v0.2.1
7302024-08-27T22:48:23.345Z Downloaded publicsuffix v2.2.3
7312024-08-27T22:48:23.348Z Downloaded either v1.13.0
7322024-08-27T22:48:23.351Z Downloaded dirs-sys-next v0.1.2
7332024-08-27T22:48:23.354Z Downloaded radium v0.7.0
7342024-08-27T22:48:23.354Z Downloaded toolchain_find v0.4.0
7352024-08-27T22:48:23.357Z Downloaded dirs-next v2.0.0
7362024-08-27T22:48:23.357Z Downloaded ena v0.14.3
7372024-08-27T22:48:23.360Z Downloaded tar v0.4.41
7382024-08-27T22:48:23.362Z Downloaded tokio-postgres v0.7.11
7392024-08-27T22:48:23.367Z Downloaded path-slash v0.1.5
7402024-08-27T22:48:23.369Z Downloaded termcolor v1.4.1
7412024-08-27T22:48:23.373Z Downloaded diff v0.1.13
7422024-08-27T22:48:23.376Z Downloaded predicates-core v1.0.6
7432024-08-27T22:48:23.376Z Downloaded ppv-lite86 v0.2.17
7442024-08-27T22:48:23.379Z Downloaded vte v0.11.1
7452024-08-27T22:48:23.379Z Downloaded unarray v0.1.4
7462024-08-27T22:48:23.382Z Downloaded oso v0.27.3
7472024-08-27T22:48:23.385Z Downloaded phf_shared v0.10.0
7482024-08-27T22:48:23.387Z Downloaded defmt-parser v0.3.4
7492024-08-27T22:48:23.387Z Downloaded strum_macros v0.24.3
7502024-08-27T22:48:23.390Z Downloaded hex v0.4.3
7512024-08-27T22:48:23.390Z Downloaded whoami v1.5.1
7522024-08-27T22:48:23.393Z Downloaded structmeta-derive v0.2.0
7532024-08-27T22:48:23.396Z Downloaded rand_chacha v0.3.1
7542024-08-27T22:48:23.396Z Downloaded quick-error v1.2.3
7552024-08-27T22:48:23.399Z Downloaded term v0.7.0
7562024-08-27T22:48:23.402Z Downloaded predicates-tree v1.0.9
7572024-08-27T22:48:23.405Z Downloaded parse-display-derive v0.10.0
7582024-08-27T22:48:23.405Z Downloaded tinyvec_macros v0.1.1
7592024-08-27T22:48:23.405Z Downloaded resolv-conf v0.7.0
7602024-08-27T22:48:23.408Z Downloaded rand v0.8.5
7612024-08-27T22:48:23.411Z Downloaded pem-rfc7468 v0.7.0
7622024-08-27T22:48:23.413Z Downloaded tls_codec v0.4.1
7632024-08-27T22:48:23.417Z Downloaded env_logger v0.9.3
7642024-08-27T22:48:23.420Z Downloaded expectorate v1.1.0
7652024-08-27T22:48:23.423Z Downloaded topological-sort v0.2.2
7662024-08-27T22:48:23.423Z Downloaded spin v0.5.2
7672024-08-27T22:48:23.426Z Downloaded thread_local v1.1.8
7682024-08-27T22:48:23.426Z Downloaded walkdir v2.5.0
7692024-08-27T22:48:23.429Z Downloaded itertools v0.13.0
7702024-08-27T22:48:23.436Z Downloaded foreign-types-macros v0.2.3
7712024-08-27T22:48:23.439Z Downloaded fxhash v0.2.1
7722024-08-27T22:48:23.439Z Downloaded pkcs1 v0.7.5
7732024-08-27T22:48:23.442Z Downloaded foreign-types-shared v0.3.1
7742024-08-27T22:48:23.442Z Downloaded pin-utils v0.1.0
7752024-08-27T22:48:23.442Z Downloaded unicode-segmentation v1.11.0
7762024-08-27T22:48:23.445Z Downloaded http-body v0.4.6
7772024-08-27T22:48:23.448Z Downloaded prettyplease v0.2.20
7782024-08-27T22:48:23.451Z Downloaded aho-corasick v1.1.3
7792024-08-27T22:48:23.457Z Downloaded shell-words v1.1.0
7802024-08-27T22:48:23.460Z Downloaded foreign-types-shared v0.1.1
7812024-08-27T22:48:23.460Z Downloaded universal-hash v0.5.1
7822024-08-27T22:48:23.461Z Downloaded toml v0.7.8
7832024-08-27T22:48:23.464Z Downloaded time-core v0.1.2
7842024-08-27T22:48:23.466Z Downloaded nom v7.1.3
7852024-08-27T22:48:23.471Z Downloaded phf_shared v0.11.2
7862024-08-27T22:48:23.474Z Downloaded scopeguard v1.2.0
7872024-08-27T22:48:23.474Z Downloaded ref-cast-impl v1.0.23
7882024-08-27T22:48:23.477Z Downloaded tracing-core v0.1.32
7892024-08-27T22:48:23.481Z Downloaded unicode-truncate v1.0.0
7902024-08-27T22:48:23.481Z Downloaded ref-cast v1.0.23
7912024-08-27T22:48:23.484Z Downloaded phf v0.11.2
7922024-08-27T22:48:23.484Z Downloaded tracing-attributes v0.1.27
7932024-08-27T22:48:23.487Z Downloaded libm v0.2.8
7942024-08-27T22:48:23.495Z Downloaded parking_lot_core v0.8.6
7952024-08-27T22:48:23.497Z Downloaded slog-stdlog v4.1.1
7962024-08-27T22:48:23.500Z Downloaded rustc-hash v1.1.0
7972024-08-27T22:48:23.500Z Downloaded serde_repr v0.1.19
7982024-08-27T22:48:23.503Z Downloaded tiny-keccak v2.0.2
7992024-08-27T22:48:23.506Z Downloaded sec1 v0.7.3
8002024-08-27T22:48:23.509Z Downloaded fragile v2.0.0
8012024-08-27T22:48:23.509Z Downloaded form_urlencoded v1.2.1
8022024-08-27T22:48:23.512Z Downloaded getopts v0.2.21
8032024-08-27T22:48:23.512Z Downloaded gethostname v0.5.0
8042024-08-27T22:48:23.514Z Downloaded scheduled-thread-pool v0.2.7
8052024-08-27T22:48:23.515Z Downloaded serde_with_macros v3.9.0
8062024-08-27T22:48:23.517Z Downloaded parking_lot_core v0.9.10
8072024-08-27T22:48:23.520Z Downloaded foreign-types v0.5.0
8082024-08-27T22:48:23.520Z Downloaded rand_core v0.6.4
8092024-08-27T22:48:23.524Z Downloaded parking_lot v0.11.2
8102024-08-27T22:48:23.527Z Downloaded globset v0.4.14
8112024-08-27T22:48:23.527Z Downloaded steno v0.4.1
8122024-08-27T22:48:23.530Z Downloaded spki v0.7.3
8132024-08-27T22:48:23.533Z Downloaded tap v1.0.1
8142024-08-27T22:48:23.536Z Downloaded take_mut v0.2.2
8152024-08-27T22:48:23.536Z Downloaded serde-hex v0.1.0
8162024-08-27T22:48:23.536Z Downloaded hickory-client v0.24.1
8172024-08-27T22:48:23.539Z Downloaded sqlformat v0.2.4
8182024-08-27T22:48:23.541Z Downloaded zerocopy v0.6.6
8192024-08-27T22:48:23.544Z Downloaded smf v0.2.3
8202024-08-27T22:48:23.547Z Downloaded tinyvec v1.6.0
8212024-08-27T22:48:23.550Z Downloaded ron v0.7.1
8222024-08-27T22:48:23.554Z Downloaded signal-hook-registry v1.4.2
8232024-08-27T22:48:23.557Z Downloaded secrecy v0.8.0
8242024-08-27T22:48:23.557Z Downloaded parking_lot v0.12.2
8252024-08-27T22:48:23.562Z Downloaded derive_builder v0.20.0
8262024-08-27T22:48:23.565Z Downloaded derive_builder_core v0.20.0
8272024-08-27T22:48:23.568Z Downloaded snafu-derive v0.8.2
8282024-08-27T22:48:23.571Z Downloaded slog-json v2.6.1
8292024-08-27T22:48:23.571Z Downloaded unicode-bidi v0.3.15
8302024-08-27T22:48:23.574Z Downloaded unicode-normalization v0.1.23
8312024-08-27T22:48:23.577Z Downloaded half v2.4.1
8322024-08-27T22:48:23.581Z Downloaded heapless v0.8.0
8332024-08-27T22:48:23.584Z Downloaded slog-dtrace v0.3.0
8342024-08-27T22:48:23.587Z Downloaded tracing v0.1.40
8352024-08-27T22:48:23.591Z Downloaded typed-path v0.7.1
8362024-08-27T22:48:23.598Z Downloaded hickory-server v0.24.1
8372024-08-27T22:48:23.605Z Downloaded futures v0.3.30
8382024-08-27T22:48:23.610Z Downloaded futures-channel v0.3.30
8392024-08-27T22:48:23.612Z Downloaded elliptic-curve v0.13.8
8402024-08-27T22:48:23.616Z Downloaded unsafe-libyaml v0.2.11
8412024-08-27T22:48:23.620Z Downloaded signal-hook v0.3.17
8422024-08-27T22:48:23.623Z Downloaded blake3 v1.5.1
8432024-08-27T22:48:23.632Z Downloaded hyper v0.14.30
8442024-08-27T22:48:23.640Z Downloaded schemars v0.8.21
8452024-08-27T22:48:23.653Z Downloaded unicode_categories v0.1.1
8462024-08-27T22:48:23.656Z Downloaded toml_edit v0.19.15
8472024-08-27T22:48:23.673Z Downloaded http v0.2.12
8482024-08-27T22:48:23.677Z Downloaded tokio-util v0.7.11
8492024-08-27T22:48:23.684Z Downloaded lalrpop v0.19.12
8502024-08-27T22:48:23.696Z Downloaded chrono v0.4.38
8512024-08-27T22:48:23.704Z Downloaded hickory-resolver v0.24.1
8522024-08-27T22:48:23.709Z Downloaded der v0.7.9
8532024-08-27T22:48:23.715Z Downloaded reedline v0.33.0
8542024-08-27T22:48:23.723Z Downloaded rustyline v14.0.0
8552024-08-27T22:48:23.729Z Downloaded bitvec v1.0.1
8562024-08-27T22:48:23.747Z Downloaded http v1.1.0
8572024-08-27T22:48:23.750Z Downloaded rustls-webpki v0.102.4
8582024-08-27T22:48:23.768Z Downloaded tough v0.17.1
8592024-08-27T22:48:23.776Z Downloaded futures-util v0.3.30
8602024-08-27T22:48:23.790Z Downloaded proptest v1.5.0
8612024-08-27T22:48:23.800Z Downloaded quick-xml v0.31.0
8622024-08-27T22:48:23.806Z Downloaded time v0.3.36
8632024-08-27T22:48:23.813Z Downloaded object v0.30.4
8642024-08-27T22:48:23.824Z Downloaded idna v0.4.0
8652024-08-27T22:48:23.831Z Downloaded reqwest v0.11.27
8662024-08-27T22:48:23.839Z Downloaded winnow v0.5.40
8672024-08-27T22:48:23.851Z Downloaded sqlparser v0.45.0
8682024-08-27T22:48:23.855Z Downloaded h2 v0.3.26
8692024-08-27T22:48:23.865Z Downloaded radix_trie v0.2.1
8702024-08-27T22:48:23.868Z Downloaded rayon v1.10.0
8712024-08-27T22:48:23.878Z Downloaded git2 v0.19.0
8722024-08-27T22:48:23.888Z Downloaded dropshot v0.10.1
8732024-08-27T22:48:23.898Z Downloaded polar-core v0.27.3
8742024-08-27T22:48:23.908Z Downloaded regex v1.10.6
8752024-08-27T22:48:23.922Z Downloaded regex-syntax v0.6.29
8762024-08-27T22:48:23.930Z Downloaded webpki-roots v0.25.4
8772024-08-27T22:48:23.934Z Downloaded rustls v0.22.4
8782024-08-27T22:48:23.949Z Downloaded openapiv3 v2.0.0
8792024-08-27T22:48:23.962Z Downloaded gimli v0.28.1
8802024-08-27T22:48:23.971Z Downloaded diesel v2.2.2
8812024-08-27T22:48:23.991Z Downloaded smoltcp v0.11.0
8822024-08-27T22:48:24.004Z Downloaded regex-syntax v0.8.4
8832024-08-27T22:48:24.013Z Downloaded regress v0.9.1
8842024-08-27T22:48:24.022Z Downloaded bstr v1.9.1
8852024-08-27T22:48:24.034Z Downloaded hickory-proto v0.24.1
8862024-08-27T22:48:24.050Z Downloaded sled v0.34.7
8872024-08-27T22:48:24.061Z Downloaded rustls v0.21.12
8882024-08-27T22:48:24.073Z Downloaded ratatui v0.28.0
8892024-08-27T22:48:24.094Z Downloaded bzip2-sys v0.1.11+1.0.8
8902024-08-27T22:48:24.106Z Downloaded zerocopy-derive v0.6.6
8912024-08-27T22:48:24.116Z Downloaded regex-automata v0.4.6
8922024-08-27T22:48:24.133Z Downloaded smoltcp v0.9.1
8932024-08-27T22:48:24.145Z Downloaded nix v0.28.0
8942024-08-27T22:48:24.157Z Downloaded petgraph v0.6.5
8952024-08-27T22:48:24.176Z Downloaded serde_with v3.9.0
8962024-08-27T22:48:24.184Z Downloaded finl_unicode v1.2.0
8972024-08-27T22:48:24.197Z Downloaded csv v1.3.0
8982024-08-27T22:48:24.217Z Downloaded sha3 v0.10.8
8992024-08-27T22:48:24.222Z Downloaded tokio v1.39.3
9002024-08-27T22:48:24.261Z Downloaded nix v0.27.1
9012024-08-27T22:48:24.272Z Downloaded vcpkg v0.2.15
9022024-08-27T22:48:24.312Z Downloaded openssl v0.10.66
9032024-08-27T22:48:24.322Z Downloaded encoding_rs v0.8.34
9042024-08-27T22:48:24.344Z Downloaded object v0.32.2
9052024-08-27T22:48:24.354Z Downloaded curve25519-dalek v4.1.3
9062024-08-27T22:48:24.365Z Downloaded rusqlite v0.31.0
9072024-08-27T22:48:24.370Z Downloaded idna v0.3.0
9082024-08-27T22:48:24.377Z Downloaded bindgen v0.69.4
9092024-08-27T22:48:24.384Z Downloaded portable-atomic v1.6.0
9102024-08-27T22:48:24.390Z Downloaded hkdf v0.12.4
9112024-08-27T22:48:24.393Z Downloaded rustls-webpki v0.101.7
9122024-08-27T22:48:24.408Z Downloaded idna v0.5.0
9132024-08-27T22:48:24.414Z Downloaded socket2 v0.5.7
9142024-08-27T22:48:24.417Z Downloaded rsa v0.9.6
9152024-08-27T22:48:24.421Z Downloaded diesel_derives v2.2.2
9162024-08-27T22:48:24.426Z Downloaded x509-cert v0.2.5
9172024-08-27T22:48:24.432Z Downloaded funty v2.0.0
9182024-08-27T22:48:24.435Z Downloaded ron v0.8.1
9192024-08-27T22:48:24.438Z Downloaded num-bigint-dig v0.8.4
9202024-08-27T22:48:24.443Z Downloaded rayon-core v1.12.1
9212024-08-27T22:48:24.447Z Downloaded futures-executor v0.3.30
9222024-08-27T22:48:24.450Z Downloaded postcard v1.0.8
9232024-08-27T22:48:24.453Z Downloaded pkcs5 v0.7.1
9242024-08-27T22:48:24.456Z Downloaded rustc-demangle v0.1.24
9252024-08-27T22:48:24.459Z Downloaded hostname v0.4.0
9262024-08-27T22:48:24.462Z Downloaded schemars_derive v0.8.21
9272024-08-27T22:48:24.462Z Downloaded derive_more v0.99.18
9282024-08-27T22:48:24.465Z Downloaded openssl-sys v0.9.103
9292024-08-27T22:48:24.471Z Downloaded heapless v0.7.17
9302024-08-27T22:48:24.474Z Downloaded crossterm v0.27.0
9312024-08-27T22:48:24.481Z Downloaded yasna v0.5.2
9322024-08-27T22:48:24.485Z Downloaded flate2 v1.0.31
9332024-08-27T22:48:24.503Z Downloaded paste v1.0.15
9342024-08-27T22:48:24.506Z Downloaded socket2 v0.4.10
9352024-08-27T22:48:24.506Z Downloaded smallvec v1.13.2
9362024-08-27T22:48:24.506Z Downloaded slog-term v2.9.1
9372024-08-27T22:48:24.506Z Downloaded unicode-xid v0.2.4
9382024-08-27T22:48:24.506Z Downloaded hashbrown v0.13.2
9392024-08-27T22:48:24.507Z Downloaded libgit2-sys v0.17.0+1.8.1
9402024-08-27T22:48:24.564Z Downloaded structmeta-derive v0.3.0
9412024-08-27T22:48:24.567Z Downloaded ring v0.17.8
9422024-08-27T22:48:24.635Z Downloaded hashbrown v0.12.3
9432024-08-27T22:48:24.639Z Downloaded libxml v0.3.3
9442024-08-27T22:48:24.644Z Downloaded rusty-fork v0.3.0
9452024-08-27T22:48:24.647Z Downloaded rustls-pemfile v1.0.4
9462024-08-27T22:48:24.650Z Downloaded rpassword v7.3.1
9472024-08-27T22:48:24.650Z Downloaded pem v3.0.4
9482024-08-27T22:48:24.650Z Downloaded hostname v0.3.1
9492024-08-27T22:48:24.653Z Downloaded home v0.5.9
9502024-08-27T22:48:24.653Z Downloaded enum-as-inner v0.6.0
9512024-08-27T22:48:24.656Z Downloaded poly1305 v0.8.0
9522024-08-27T22:48:24.657Z Downloaded predicates v3.1.2
9532024-08-27T22:48:24.660Z Downloaded serde_path_to_error v0.1.16
9542024-08-27T22:48:24.662Z Downloaded rustls-pki-types v1.7.0
9552024-08-27T22:48:24.663Z Downloaded rustls-pemfile v2.1.3
9562024-08-27T22:48:24.665Z Downloaded pkcs8 v0.10.2
9572024-08-27T22:48:24.668Z Downloaded unicase v2.7.0
9582024-08-27T22:48:24.671Z Downloaded zip v0.6.6
9592024-08-27T22:48:24.673Z Downloaded mio v0.8.11
9602024-08-27T22:48:24.678Z Downloaded signature v2.2.0
9612024-08-27T22:48:24.681Z Downloaded derive-where v1.2.7
9622024-08-27T22:48:24.685Z Downloaded vergen v8.3.2
9632024-08-27T22:48:24.688Z Downloaded url v2.5.2
9642024-08-27T22:48:24.690Z Downloaded base64 v0.22.1
9652024-08-27T22:48:24.694Z Downloaded headers v0.3.9
9662024-08-27T22:48:24.698Z Downloaded flume v0.11.0
9672024-08-27T22:48:24.702Z Downloaded crypto-bigint v0.5.5
9682024-08-27T22:48:24.708Z Downloaded const_format v0.2.32
9692024-08-27T22:48:24.713Z Downloaded chacha20poly1305 v0.10.1
9702024-08-27T22:48:24.716Z Downloaded mio v1.0.2
9712024-08-27T22:48:24.721Z Downloaded tls_codec_derive v0.4.1
9722024-08-27T22:48:24.724Z Downloaded time-macros v0.2.18
9732024-08-27T22:48:24.724Z Downloaded dyn-clone v1.0.17
9742024-08-27T22:48:24.727Z Downloaded der_derive v0.7.2
9752024-08-27T22:48:24.727Z Downloaded snafu v0.8.2
9762024-08-27T22:48:24.733Z Downloaded serde_arrays v0.1.0
9772024-08-27T22:48:24.736Z Downloaded rustfmt-wrapper v0.2.1
9782024-08-27T22:48:24.736Z Downloaded rustc_version v0.4.0
9792024-08-27T22:48:24.739Z Downloaded rustc_version v0.1.7
9802024-08-27T22:48:24.739Z Downloaded tokio-tungstenite v0.20.1
9812024-08-27T22:48:24.739Z Downloaded tokio-rustls v0.25.0
9822024-08-27T22:48:24.741Z Downloaded slog-async v2.8.0
9832024-08-27T22:48:24.744Z Downloaded postgres-protocol v0.6.7
9842024-08-27T22:48:24.744Z Downloaded pin-project v1.1.5
9852024-08-27T22:48:24.755Z Downloaded test-strategy v0.3.1
9862024-08-27T22:48:24.758Z Downloaded aes v0.8.4
9872024-08-27T22:48:24.762Z Downloaded pkg-config v0.3.30
9882024-08-27T22:48:24.765Z Downloaded peg v0.8.4
9892024-08-27T22:48:24.768Z Downloaded parse-display v0.10.0
9902024-08-27T22:48:24.770Z Downloaded siphasher v0.3.11
9912024-08-27T22:48:24.770Z Downloaded sct v0.7.1
9922024-08-27T22:48:24.774Z Downloaded samael v0.0.15
9932024-08-27T22:48:24.777Z Downloaded darling_core v0.20.9
9942024-08-27T22:48:24.782Z Downloaded crossbeam-utils v0.8.19
9952024-08-27T22:48:24.785Z Downloaded bytes v1.7.1
9962024-08-27T22:48:24.788Z Downloaded fallible-streaming-iterator v0.1.9
9972024-08-27T22:48:24.791Z Downloaded dsl_auto_type v0.1.2
9982024-08-27T22:48:24.791Z Downloaded crc-any v2.5.0
9992024-08-27T22:48:24.794Z Downloaded indicatif v0.17.8
10002024-08-27T22:48:24.797Z Downloaded indexmap v1.9.3
10012024-08-27T22:48:24.800Z Downloaded xattr v1.3.1
10022024-08-27T22:48:24.803Z Downloaded subprocess v0.2.9
10032024-08-27T22:48:24.805Z Downloaded owo-colors v4.0.0
10042024-08-27T22:48:24.808Z Downloaded uuid v1.10.0
10052024-08-27T22:48:24.811Z Downloaded crossbeam-channel v0.5.12
10062024-08-27T22:48:24.813Z Downloaded base64 v0.21.7
10072024-08-27T22:48:24.817Z Downloaded slab v0.4.9
10082024-08-27T22:48:24.820Z Downloaded slog-bunyan v2.5.0
10092024-08-27T22:48:24.820Z Downloaded libloading v0.8.3
10102024-08-27T22:48:24.823Z Downloaded itertools v0.10.5
10112024-08-27T22:48:24.828Z Downloaded cookie_store v0.20.0
10122024-08-27T22:48:24.831Z Downloaded console v0.15.8
10132024-08-27T22:48:24.834Z Downloaded fallible-iterator v0.2.0
10142024-08-27T22:48:24.836Z Downloaded zeroize_derive v1.4.2
10152024-08-27T22:48:24.836Z Downloaded zeroize v1.7.0
10162024-08-27T22:48:24.837Z Downloaded cancel-safe-futures v0.1.5
10172024-08-27T22:48:24.839Z Downloaded bit-vec v0.6.3
10182024-08-27T22:48:24.842Z Downloaded num-traits v0.2.19
10192024-08-27T22:48:24.845Z Downloaded humantime v2.1.0
10202024-08-27T22:48:24.845Z Downloaded thiserror-impl-no-std v2.0.2
10212024-08-27T22:48:24.847Z Downloaded num_enum v0.5.11
10222024-08-27T22:48:24.850Z Downloaded lru v0.12.3
10232024-08-27T22:48:24.853Z Downloaded adler v1.0.2
10242024-08-27T22:48:24.853Z Downloaded nanorand v0.7.0
10252024-08-27T22:48:24.856Z Downloaded smallvec v0.6.14
10262024-08-27T22:48:24.858Z Downloaded lalrpop-util v0.19.12
10272024-08-27T22:48:24.858Z Downloaded lazycell v1.3.0
10282024-08-27T22:48:24.858Z Downloaded kstat-rs v0.2.4
10292024-08-27T22:48:24.861Z Downloaded mockall v0.13.0
10302024-08-27T22:48:24.861Z Downloaded arrayref v0.3.7
10312024-08-27T22:48:24.864Z Downloaded argon2 v0.5.3
10322024-08-27T22:48:24.864Z Downloaded async-trait v0.1.81
10332024-08-27T22:48:24.867Z Downloaded ascii v1.1.0
10342024-08-27T22:48:24.871Z Downloaded async-bb8-diesel v0.2.1
10352024-08-27T22:48:24.874Z Downloaded bb8 v0.8.5
10362024-08-27T22:48:24.874Z Downloaded libefi-sys v0.1.0
10372024-08-27T22:48:24.874Z Downloaded ipnetwork v0.20.0
10382024-08-27T22:48:24.877Z Downloaded inout v0.1.3
10392024-08-27T22:48:24.877Z Downloaded const_format_proc_macros v0.2.32
10402024-08-27T22:48:24.880Z Downloaded const-oid v0.9.6
10412024-08-27T22:48:24.880Z Downloaded base64ct v1.6.0
10422024-08-27T22:48:24.883Z Downloaded new_debug_unreachable v1.0.6
10432024-08-27T22:48:24.883Z Downloaded hubpack v0.1.2
10442024-08-27T22:48:24.886Z Downloaded bcs v0.1.6
10452024-08-27T22:48:24.886Z Downloaded nibble_vec v0.1.0
10462024-08-27T22:48:24.889Z Downloaded lru-cache v0.1.2
10472024-08-27T22:48:24.889Z Downloaded lazy_static v1.5.0
10482024-08-27T22:48:24.892Z Downloaded keccak v0.1.5
10492024-08-27T22:48:24.892Z Downloaded curve25519-dalek-derive v0.1.1
10502024-08-27T22:48:24.892Z Downloaded crc v3.2.1
10512024-08-27T22:48:24.895Z Downloaded chacha20 v0.9.1
10522024-08-27T22:48:24.902Z Downloaded arrayvec v0.7.4
10532024-08-27T22:48:24.902Z Downloaded bitflags v1.3.2
10542024-08-27T22:48:24.907Z Downloaded crc-catalog v2.4.0
10552024-08-27T22:48:24.908Z Downloaded ciborium-ll v0.2.2
10562024-08-27T22:48:24.908Z Downloaded cassowary v0.3.0
10572024-08-27T22:48:24.908Z Downloaded cexpr v0.6.0
10582024-08-27T22:48:24.908Z Downloaded bit-set v0.5.3
10592024-08-27T22:48:24.917Z Downloaded cobs v0.2.3
10602024-08-27T22:48:24.917Z Downloaded base16ct v0.2.0
10612024-08-27T22:48:24.917Z Downloaded atomic-waker v1.1.2
10622024-08-27T22:48:25.040Z Downloaded libz-sys v1.1.16
10632024-08-27T22:48:25.228Z Downloaded libsqlite3-sys v0.28.0
10642024-08-27T22:48:25.312Z Downloaded ring v0.16.20
10652024-08-27T22:48:25.479Z Compiling serde v1.0.208
10662024-08-27T22:48:25.482Z Compiling typenum v1.17.0
10672024-08-27T22:48:25.482Z Compiling generic-array v0.14.7
10682024-08-27T22:48:25.482Z Compiling lock_api v0.4.12
10692024-08-27T22:48:25.482Z Compiling scopeguard v1.2.0
10702024-08-27T22:48:25.619Z Compiling log v0.4.21
10712024-08-27T22:48:25.639Z Compiling syn v2.0.74
10722024-08-27T22:48:25.651Z Compiling getrandom v0.2.14
10732024-08-27T22:48:25.733Z Compiling jobserver v0.1.32
10742024-08-27T22:48:25.933Z Compiling rand_core v0.6.4
10752024-08-27T22:48:26.080Z Compiling cc v1.0.97
10762024-08-27T22:48:26.129Z Compiling subtle v2.5.0
10772024-08-27T22:48:26.177Z Compiling const-oid v0.9.6
10782024-08-27T22:48:26.461Z Compiling smallvec v1.13.2
10792024-08-27T22:48:26.513Z Compiling pin-project-lite v0.2.14
10802024-08-27T22:48:26.668Z Compiling parking_lot_core v0.9.10
10812024-08-27T22:48:26.795Z Compiling signal-hook-registry v1.4.2
10822024-08-27T22:48:26.798Z Compiling spin v0.9.8
10832024-08-27T22:48:27.018Z Compiling mio v1.0.2
10842024-08-27T22:48:27.201Z Compiling ahash v0.8.11
10852024-08-27T22:48:27.571Z Compiling tinyvec_macros v0.1.1
10862024-08-27T22:48:27.662Z Compiling parking_lot v0.12.2
10872024-08-27T22:48:27.676Z Compiling tinyvec v1.6.0
10882024-08-27T22:48:28.028Z Compiling socket2 v0.5.7
10892024-08-27T22:48:28.313Z Compiling futures-sink v0.3.30
10902024-08-27T22:48:28.332Z Compiling serde_json v1.0.125
10912024-08-27T22:48:28.472Z Compiling cpufeatures v0.2.12
10922024-08-27T22:48:28.517Z Compiling futures-core v0.3.30
10932024-08-27T22:48:28.570Z Compiling libm v0.2.8
10942024-08-27T22:48:28.620Z Compiling num-traits v0.2.19
10952024-08-27T22:48:28.713Z Compiling slab v0.4.9
10962024-08-27T22:48:28.757Z Compiling unicode-bidi v0.3.15
10972024-08-27T22:48:28.928Z Compiling allocator-api2 v0.2.18
10982024-08-27T22:48:29.171Z Compiling unicode-normalization v0.1.23
10992024-08-27T22:48:29.306Z Compiling futures-channel v0.3.30
11002024-08-27T22:48:29.536Z Compiling pin-utils v0.1.0
11012024-08-27T22:48:29.641Z Compiling futures-task v0.3.30
11022024-08-27T22:48:29.742Z Compiling pkg-config v0.3.30
11032024-08-27T22:48:29.779Z Compiling futures-io v0.3.30
11042024-08-27T22:48:29.956Z Compiling vcpkg v0.2.15
11052024-08-27T22:48:30.251Z Compiling base64ct v1.6.0
11062024-08-27T22:48:30.301Z Compiling flagset v0.4.5
11072024-08-27T22:48:30.419Z Compiling percent-encoding v2.3.1
11082024-08-27T22:48:30.472Z Compiling ring v0.17.8
11092024-08-27T22:48:30.507Z Compiling ppv-lite86 v0.2.17
11102024-08-27T22:48:30.786Z Compiling pem-rfc7468 v0.7.0
11112024-08-27T22:48:30.824Z Compiling tracing-core v0.1.32
11122024-08-27T22:48:31.258Z Compiling rand_chacha v0.3.1
11132024-08-27T22:48:31.285Z Compiling untrusted v0.9.0
11142024-08-27T22:48:31.453Z Compiling rustix v0.38.34
11152024-08-27T22:48:31.524Z Compiling rustversion v1.0.17
11162024-08-27T22:48:32.126Z Compiling openssl-sys v0.9.103
11172024-08-27T22:48:32.126Z Compiling rand v0.8.5
11182024-08-27T22:48:32.218Z Compiling foreign-types-shared v0.1.1
11192024-08-27T22:48:32.270Z Compiling num-conv v0.1.0
11202024-08-27T22:48:32.315Z Compiling time-core v0.1.2
11212024-08-27T22:48:32.318Z Compiling httparse v1.8.0
11222024-08-27T22:48:32.480Z Compiling powerfmt v0.2.0
11232024-08-27T22:48:32.523Z Compiling openssl v0.10.66
11242024-08-27T22:48:32.764Z Compiling deranged v0.3.11
11252024-08-27T22:48:32.860Z Compiling time-macros v0.2.18
11262024-08-27T22:48:32.918Z Compiling foreign-types v0.3.2
11272024-08-27T22:48:33.062Z Compiling form_urlencoded v1.2.1
11282024-08-27T22:48:33.390Z Compiling aho-corasick v1.1.3
11292024-08-27T22:48:33.542Z Compiling native-tls v0.2.11
11302024-08-27T22:48:33.887Z Compiling regex-syntax v0.8.4
11312024-08-27T22:48:34.039Z Compiling num_threads v0.1.7
11322024-08-27T22:48:34.168Z Compiling try-lock v0.2.5
11332024-08-27T22:48:34.317Z Compiling siphasher v0.3.11
11342024-08-27T22:48:34.575Z Compiling crossbeam-utils v0.8.19
11352024-08-27T22:48:34.593Z Compiling syn v1.0.109
11362024-08-27T22:48:34.689Z Compiling rustls v0.21.12
11372024-08-27T22:48:34.960Z Compiling want v0.3.1
11382024-08-27T22:48:35.281Z Compiling idna v0.5.0
11392024-08-27T22:48:35.914Z Compiling cookie v0.17.0
11402024-08-27T22:48:35.946Z Compiling time v0.3.36
11412024-08-27T22:48:36.207Z Compiling slog v2.7.0
11422024-08-27T22:48:36.538Z Compiling httpdate v1.0.3
11432024-08-27T22:48:36.735Z Compiling openssl-probe v0.1.5
11442024-08-27T22:48:36.788Z Compiling iana-time-zone v0.1.60
11452024-08-27T22:48:37.025Z Compiling tower-service v0.3.2
11462024-08-27T22:48:37.066Z Compiling adler v1.0.2
11472024-08-27T22:48:37.156Z Compiling finl_unicode v1.2.0
11482024-08-27T22:48:37.235Z Compiling regex-automata v0.4.6
11492024-08-27T22:48:37.292Z Compiling miniz_oxide v0.7.2
11502024-08-27T22:48:37.787Z Compiling stringprep v0.1.4
11512024-08-27T22:48:38.682Z Compiling url v2.5.2
11522024-08-27T22:48:39.965Z Compiling serde_derive v1.0.208
11532024-08-27T22:48:40.292Z Compiling zeroize_derive v1.4.2
11542024-08-27T22:48:40.333Z Compiling zerocopy-derive v0.7.34
11552024-08-27T22:48:40.531Z Compiling tokio-macros v2.4.0
11562024-08-27T22:48:41.253Z Compiling thiserror-impl v1.0.63
11572024-08-27T22:48:41.270Z Compiling futures-macro v0.3.30
11582024-08-27T22:48:41.961Z Compiling zeroize v1.7.0
11592024-08-27T22:48:42.364Z Compiling der_derive v0.7.2
11602024-08-27T22:48:42.676Z Compiling zerocopy v0.7.34
11612024-08-27T22:48:43.258Z Compiling futures-util v0.3.30
11622024-08-27T22:48:43.657Z Compiling crypto-common v0.1.6
11632024-08-27T22:48:43.890Z Compiling block-buffer v0.10.4
11642024-08-27T22:48:44.144Z Compiling digest v0.10.7
11652024-08-27T22:48:44.625Z Compiling hmac v0.12.1
11662024-08-27T22:48:44.644Z Compiling block-padding v0.3.3
11672024-08-27T22:48:44.861Z Compiling hashbrown v0.14.5
11682024-08-27T22:48:44.879Z Compiling inout v0.1.3
11692024-08-27T22:48:44.901Z Compiling thiserror v1.0.63
11702024-08-27T22:48:44.922Z Compiling sha2 v0.10.8
11712024-08-27T22:48:45.046Z Compiling pest v2.7.10
11722024-08-27T22:48:45.137Z Compiling cipher v0.4.4
11732024-08-27T22:48:45.685Z Compiling salsa20 v0.10.2
11742024-08-27T22:48:45.909Z Compiling der v0.7.9
11752024-08-27T22:48:46.286Z Compiling pbkdf2 v0.12.2
11762024-08-27T22:48:46.463Z Compiling tracing-attributes v0.1.27
11772024-08-27T22:48:48.068Z Compiling pest_meta v2.7.10
11782024-08-27T22:48:48.621Z Compiling scroll_derive v0.12.0
11792024-08-27T22:48:49.276Z Compiling spki v0.7.3
11802024-08-27T22:48:49.387Z Compiling pest_generator v2.7.10
11812024-08-27T22:48:49.640Z Compiling scrypt v0.11.0
11822024-08-27T22:48:49.978Z Compiling aes v0.8.4
11832024-08-27T22:48:50.170Z Compiling scroll v0.12.0
11842024-08-27T22:48:50.190Z Compiling cbc v0.1.2
11852024-08-27T22:48:50.352Z Compiling tracing v0.1.40
11862024-08-27T22:48:50.421Z Compiling openssl-macros v0.1.1
11872024-08-27T22:48:50.726Z Compiling goblin v0.8.2
11882024-08-27T22:48:50.874Z Compiling sct v0.7.1
11892024-08-27T22:48:51.199Z Compiling pkcs5 v0.7.1
11902024-08-27T22:48:51.218Z Compiling rustls-webpki v0.101.7
11912024-08-27T22:48:51.448Z Compiling md-5 v0.10.6
11922024-08-27T22:48:51.744Z Compiling num-integer v0.1.46
11932024-08-27T22:48:52.457Z Compiling pkcs8 v0.10.2
11942024-08-27T22:48:52.788Z Compiling backtrace v0.3.71
11952024-08-27T22:48:53.176Z Compiling idna v0.3.0
11962024-08-27T22:48:53.180Z Compiling pest_derive v2.7.10
11972024-08-27T22:48:53.180Z Compiling lazy_static v1.5.0
11982024-08-27T22:48:53.230Z Compiling hash32 v0.2.1
11992024-08-27T22:48:53.264Z Compiling psl-types v2.0.11
12002024-08-27T22:48:53.326Z Compiling stable_deref_trait v1.2.0
12012024-08-27T22:48:53.432Z Compiling smoltcp v0.9.1
12022024-08-27T22:48:53.466Z Compiling num-bigint-dig v0.8.4
12032024-08-27T22:48:53.587Z Compiling crc32fast v1.4.0
12042024-08-27T22:48:53.753Z Compiling fallible-iterator v0.2.0
12052024-08-27T22:48:54.103Z Compiling gimli v0.28.1
12062024-08-27T22:48:54.220Z Compiling bytes v1.7.1
12072024-08-27T22:48:54.415Z Compiling bitflags v2.6.0
12082024-08-27T22:48:54.703Z Compiling indexmap v2.4.0
12092024-08-27T22:48:54.738Z Compiling semver v1.0.23
12102024-08-27T22:48:55.454Z Compiling tokio v1.39.3
12112024-08-27T22:48:55.511Z Compiling http v0.2.12
12122024-08-27T22:48:56.216Z Compiling rustc_version v0.4.0
12132024-08-27T22:48:56.996Z Compiling heapless v0.7.17
12142024-08-27T22:48:57.473Z Compiling http-body v0.4.6
12152024-08-27T22:48:57.771Z Compiling dof v0.3.0
12162024-08-27T22:48:57.946Z Compiling dtrace-parser v0.2.0
12172024-08-27T22:48:58.083Z Compiling uuid v1.10.0
12182024-08-27T22:48:58.969Z Compiling usdt-impl v0.5.0
12192024-08-27T22:48:59.628Z Compiling toml_datetime v0.6.8
12202024-08-27T22:49:00.035Z Compiling serde_tokenstream v0.2.2
12212024-08-27T22:49:00.137Z Compiling chrono v0.4.38
12222024-08-27T22:49:00.140Z Compiling serde_spanned v0.6.7
12232024-08-27T22:49:00.385Z Compiling base64 v0.22.1
12242024-08-27T22:49:00.524Z Compiling signal-hook v0.3.17
12252024-08-27T22:49:00.662Z Compiling cfg_aliases v0.1.1
12262024-08-27T22:49:00.768Z Compiling nix v0.28.0
12272024-08-27T22:49:01.058Z Compiling postgres-protocol v0.6.7
12282024-08-27T22:49:01.129Z Compiling addr2line v0.21.0
12292024-08-27T22:49:01.383Z Compiling terminal_size v0.3.0
12302024-08-27T22:49:01.631Z Compiling publicsuffix v2.2.3
12312024-08-27T22:49:01.765Z Compiling hubpack_derive v0.1.1
12322024-08-27T22:49:01.784Z Compiling num-iter v0.1.45
12332024-08-27T22:49:01.928Z Compiling async-trait v0.1.81
12342024-08-27T22:49:01.974Z Compiling zerocopy-derive v0.6.6
12352024-08-27T22:49:02.725Z Compiling phf_shared v0.11.2
12362024-08-27T22:49:03.113Z Compiling serde_derive_internals v0.29.1
12372024-08-27T22:49:03.162Z Compiling ff v0.13.0
12382024-08-27T22:49:03.165Z Compiling object v0.32.2
12392024-08-27T22:49:03.379Z Compiling fs-err v2.11.0
12402024-08-27T22:49:03.677Z Compiling bitflags v1.3.2
12412024-08-27T22:49:03.787Z Compiling tokio-util v0.7.11
12422024-08-27T22:49:04.122Z Compiling tokio-rustls v0.24.1
12432024-08-27T22:49:04.531Z Compiling tokio-native-tls v0.3.1
12442024-08-27T22:49:04.548Z Compiling winnow v0.5.40
12452024-08-27T22:49:04.703Z Compiling anyhow v1.0.86
12462024-08-27T22:49:04.808Z Compiling h2 v0.3.26
12472024-08-27T22:49:05.426Z Compiling either v1.13.0
12482024-08-27T22:49:05.478Z Compiling base16ct v0.2.0
12492024-08-27T22:49:05.563Z Compiling ipnet v2.9.0
12502024-08-27T22:49:05.675Z Compiling rustc-demangle v0.1.24
12512024-08-27T22:49:05.771Z Compiling base64 v0.21.7
12522024-08-27T22:49:06.537Z Compiling managed v0.8.0
12532024-08-27T22:49:06.555Z Compiling schemars v0.8.21
12542024-08-27T22:49:06.617Z Compiling rustls-pemfile v1.0.4
12552024-08-27T22:49:06.783Z Compiling schemars_derive v0.8.21
12562024-08-27T22:49:07.022Z Compiling clap_builder v4.5.15
12572024-08-27T22:49:07.099Z Compiling sec1 v0.7.3
12582024-08-27T22:49:07.856Z Compiling zerocopy v0.6.6
12592024-08-27T22:49:08.402Z Compiling toml_edit v0.19.15
12602024-08-27T22:49:08.856Z Compiling group v0.13.0
12612024-08-27T22:49:09.097Z Compiling phf v0.11.2
12622024-08-27T22:49:09.179Z Compiling hubpack v0.1.2
12632024-08-27T22:49:09.397Z Compiling cookie_store v0.20.0
12642024-08-27T22:49:09.624Z Compiling postgres-types v0.2.7
12652024-08-27T22:49:10.924Z Compiling usdt-macro v0.5.0
12662024-08-27T22:49:11.029Z Compiling usdt-attr-macro v0.5.0
12672024-08-27T22:49:12.157Z Compiling hyper v0.14.30
12682024-08-27T22:49:12.452Z Compiling serde_urlencoded v0.7.1
12692024-08-27T22:49:12.712Z Compiling pkcs1 v0.7.5
12702024-08-27T22:49:12.987Z Compiling futures-executor v0.3.30
12712024-08-27T22:49:13.550Z Compiling hkdf v0.12.4
12722024-08-27T22:49:13.693Z Compiling signature v2.2.0
12732024-08-27T22:49:13.712Z Compiling crypto-bigint v0.5.5
12742024-08-27T22:49:13.810Z Compiling bstr v1.9.1
12752024-08-27T22:49:13.989Z Compiling regex v1.10.6
12762024-08-27T22:49:15.094Z Compiling serde_repr v0.1.19
12772024-08-27T22:49:15.565Z Compiling strum_macros v0.25.3
12782024-08-27T22:49:15.631Z Compiling clap_derive v4.5.13
12792024-08-27T22:49:16.298Z Compiling enum-as-inner v0.6.0
12802024-08-27T22:49:16.331Z Compiling phf_shared v0.10.0
12812024-08-27T22:49:16.347Z Compiling float-cmp v0.9.0
12822024-08-27T22:49:16.558Z Compiling idna v0.4.0
12832024-08-27T22:49:16.767Z Compiling mio v0.8.11
12842024-08-27T22:49:17.417Z Compiling encoding_rs v0.8.34
12852024-08-27T22:49:18.073Z Compiling fixedbitset v0.4.2
12862024-08-27T22:49:18.196Z Compiling unicode-segmentation v1.11.0
12872024-08-27T22:49:18.531Z Compiling data-encoding v2.6.0
12882024-08-27T22:49:19.023Z Compiling new_debug_unreachable v1.0.6
12892024-08-27T22:49:19.119Z Compiling precomputed-hash v0.1.1
12902024-08-27T22:49:19.239Z Compiling predicates-core v1.0.6
12912024-08-27T22:49:19.598Z Compiling hyper-rustls v0.24.2
12922024-08-27T22:49:19.762Z Compiling hyper-tls v0.5.0
12932024-08-27T22:49:19.806Z Compiling mime v0.3.17
12942024-08-27T22:49:19.966Z Compiling bit-vec v0.6.3
12952024-08-27T22:49:20.109Z Compiling whoami v1.5.1
12962024-08-27T22:49:20.416Z Compiling static_assertions v1.1.0
12972024-08-27T22:49:20.436Z Compiling webpki-roots v0.25.4
12982024-08-27T22:49:20.517Z Compiling dyn-clone v1.0.17
12992024-08-27T22:49:20.604Z Compiling difflib v0.4.0
13002024-08-27T22:49:20.670Z Compiling minimal-lexical v0.2.1
13012024-08-27T22:49:20.728Z Compiling sync_wrapper v0.1.2
13022024-08-27T22:49:20.745Z Compiling normalize-line-endings v0.3.0
13032024-08-27T22:49:20.865Z Compiling reqwest v0.11.27
13042024-08-27T22:49:20.882Z Compiling clap v4.5.16
13052024-08-27T22:49:21.003Z Compiling predicates v3.1.2
13062024-08-27T22:49:21.187Z Compiling nom v7.1.3
13072024-08-27T22:49:21.868Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13082024-08-27T22:49:22.197Z Compiling tokio-postgres v0.7.11
13092024-08-27T22:49:22.472Z Compiling bit-set v0.5.3
13102024-08-27T22:49:22.752Z Compiling console v0.15.8
13112024-08-27T22:49:22.808Z Compiling hickory-proto v0.24.1
13122024-08-27T22:49:24.295Z Compiling string_cache v0.8.7
13132024-08-27T22:49:24.736Z Compiling similar v2.6.0
13142024-08-27T22:49:24.765Z Compiling petgraph v0.6.5
13152024-08-27T22:49:24.897Z Compiling toml_edit v0.22.20
13162024-08-27T22:49:25.378Z Compiling signal-hook-mio v0.2.4
13172024-08-27T22:49:25.555Z Compiling usdt v0.5.0
13182024-08-27T22:49:26.053Z Compiling elliptic-curve v0.13.8
13192024-08-27T22:49:26.906Z Compiling rsa v0.9.6
13202024-08-27T22:49:27.160Z Compiling futures v0.3.30
13212024-08-27T22:49:27.279Z Compiling toml v0.7.8
13222024-08-27T22:49:28.819Z Compiling flate2 v1.0.31
13232024-08-27T22:49:28.984Z Compiling itertools v0.12.1
13242024-08-27T22:49:29.709Z Compiling itertools v0.10.5
13252024-08-27T22:49:29.815Z Compiling tokio-stream v0.1.15
13262024-08-27T22:49:30.889Z Compiling openapiv3 v2.0.0
13272024-08-27T22:49:32.194Z Compiling hex v0.4.3
13282024-08-27T22:49:32.397Z Compiling sha1 v0.10.6
13292024-08-27T22:49:32.580Z Compiling crossbeam-epoch v0.9.18
13302024-08-27T22:49:32.799Z Compiling dirs-sys-next v0.1.2
13312024-08-27T22:49:32.818Z Compiling peg-runtime v0.8.3
13322024-08-27T22:49:33.166Z Compiling lalrpop-util v0.19.12
13332024-08-27T22:49:33.276Z Compiling unicode-xid v0.2.4
13342024-08-27T22:49:33.297Z Compiling dirs-next v2.0.0
13352024-08-27T22:49:33.456Z Compiling thread_local v1.1.8
13362024-08-27T22:49:33.476Z Compiling slog-async v2.8.0
13372024-08-27T22:49:33.479Z Compiling term v0.7.0
13382024-08-27T22:49:33.513Z Compiling xattr v1.3.1
13392024-08-27T22:49:33.529Z Compiling strum_macros v0.26.4
13402024-08-27T22:49:33.777Z Compiling crossbeam-channel v0.5.12
13412024-08-27T22:49:34.018Z Compiling is-terminal v0.4.12
13422024-08-27T22:49:34.119Z Compiling filetime v0.2.24
13432024-08-27T22:49:34.156Z Compiling take_mut v0.2.2
13442024-08-27T22:49:34.317Z Compiling tar v0.4.41
13452024-08-27T22:49:34.439Z Compiling slog-term v2.9.1
13462024-08-27T22:49:35.000Z Compiling camino v1.1.9
13472024-08-27T22:49:35.963Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13482024-08-27T22:49:36.714Z Compiling strum v0.26.3
13492024-08-27T22:49:36.795Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13502024-08-27T22:49:42.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13512024-08-27T22:49:42.285Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13522024-08-27T22:49:42.331ZAug 27 22:49:41.308 INFO Starting download, target: Clickhouse
13532024-08-27T22:49:42.331ZAug 27 22:49:41.309 INFO Starting download, target: Cockroach
13542024-08-27T22:49:42.331ZAug 27 22:49:41.309 INFO Starting download, target: Console
13552024-08-27T22:49:42.333ZAug 27 22:49:41.309 INFO Starting download, target: DendriteOpenapi
13562024-08-27T22:49:42.333ZAug 27 22:49:41.309 INFO Starting download, target: DendriteStub
13572024-08-27T22:49:42.333ZAug 27 22:49:41.309 INFO Starting download, target: MaghemiteMgd
13582024-08-27T22:49:42.333ZAug 27 22:49:41.309 INFO Starting download, target: TransceiverControl
13592024-08-27T22:49:42.333ZAug 27 22:49:41.309 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13602024-08-27T22:49:42.333ZAug 27 22:49:41.309 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13612024-08-27T22:49:42.333ZAug 27 22:49:41.309 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13622024-08-27T22:49:42.333ZAug 27 22:49:41.309 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13632024-08-27T22:49:42.333ZAug 27 22:49:41.309 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13642024-08-27T22:49:42.334ZAug 27 22:49:41.309 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13652024-08-27T22:49:42.334ZAug 27 22:49:41.310 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13662024-08-27T22:49:42.522ZAug 27 22:49:41.493 INFO Download complete, target: DendriteOpenapi
13672024-08-27T22:49:42.743ZAug 27 22:49:41.691 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13682024-08-27T22:49:42.933ZAug 27 22:49:41.901 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13692024-08-27T22:49:42.993ZAug 27 22:49:41.971 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13702024-08-27T22:49:43.003ZAug 27 22:49:41.981 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13712024-08-27T22:49:43.319ZAug 27 22:49:42.297 INFO Download complete, target: Console
13722024-08-27T22:49:43.514ZAug 27 22:49:42.491 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13732024-08-27T22:49:43.514ZAug 27 22:49:42.491 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13742024-08-27T22:49:43.532ZAug 27 22:49:42.509 INFO Download complete, target: TransceiverControl
13752024-08-27T22:49:44.778ZAug 27 22:49:43.755 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13762024-08-27T22:49:46.046ZAug 27 22:49:45.022 INFO Download complete, target: DendriteStub
13772024-08-27T22:49:46.326ZAug 27 22:49:45.303 INFO Download complete, target: MaghemiteMgd
13782024-08-27T22:49:51.893ZAug 27 22:49:50.868 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13792024-08-27T22:49:52.206ZAug 27 22:49:51.182 INFO Checking that binary works, target: Cockroach
13802024-08-27T22:49:52.364ZAug 27 22:49:51.339 INFO Download complete, target: Cockroach
13812024-08-27T22:49:58.634ZAug 27 22:49:57.608 INFO Checking that binary works, target: Clickhouse
13822024-08-27T22:49:58.798ZAug 27 22:49:57.772 INFO Download complete, target: Clickhouse
13832024-08-27T22:49:58.820ZAll builder prerequisites installed successfully, and PATH looks valid
13842024-08-27T22:49:58.823Z
13852024-08-27T22:49:58.823Zreal 4:09.849158543
13862024-08-27T22:49:58.823Zuser 11:25.711553612
13872024-08-27T22:49:58.823Zsys 2:26.226012829
13882024-08-27T22:49:58.823Ztrap 0.426945747
13892024-08-27T22:49:58.823Ztflt 1.572936486
13902024-08-27T22:49:58.823Zdflt 1.608753700
13912024-08-27T22:49:58.823Zkflt 0.029420595
13922024-08-27T22:49:58.823Zlock 23:22.120643275
13932024-08-27T22:49:58.823Zslp 44:57.789498864
13942024-08-27T22:49:58.823Zlat 43.339031529
13952024-08-27T22:49:58.823Zstop 1:45.470419772
13962024-08-27T22:49:58.823Z+ banner hack-check
13972024-08-27T22:49:58.826Z
13982024-08-27T22:49:58.826Z # # ## #### # # #### # # ###### #### # #
13992024-08-27T22:49:58.826Z # # # # # # # # # # # # # # # # #
14002024-08-27T22:49:58.826Z ###### # # # #### ##### # ###### ##### # ####
14012024-08-27T22:49:58.826Z # # ###### # # # # # # # # # #
14022024-08-27T22:49:58.826Z # # # # # # # # # # # # # # # # #
14032024-08-27T22:49:58.826Z # # # # #### # # #### # # ###### #### # #
14042024-08-27T22:49:58.826Z
14052024-08-27T22:49:58.826Z+ export CARGO_INCREMENTAL=0
14062024-08-27T22:49:58.826Z+ CARGO_INCREMENTAL=0
14072024-08-27T22:49:58.826Z+ ptime -m timeout 2h cargo xtask check-features --ci
14082024-08-27T22:49:59.416Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14092024-08-27T22:50:03.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
14102024-08-27T22:50:03.250Z Running `target/debug/xtask check-features --ci`
14112024-08-27T22:50:03.269Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14122024-08-27T22:50:03.273Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14132024-08-27T22:50:03.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
14142024-08-27T22:50:03.786Z Running `target/debug/xtask download cargo-hack`
14152024-08-27T22:50:04.618Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14162024-08-27T22:50:04.972Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14172024-08-27T22:50:09.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
14182024-08-27T22:50:09.692Z Running `target/debug/xtask-downloader cargo-hack`
14192024-08-27T22:50:09.727ZAug 27 22:50:08.698 INFO Starting download, target: CargoHack
14202024-08-27T22:50:09.730ZAug 27 22:50:08.699 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14212024-08-27T22:50:10.331ZAug 27 22:50:09.302 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14222024-08-27T22:50:10.433ZAug 27 22:50:09.404 INFO Download complete, target: CargoHack
14232024-08-27T22:50:10.437Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14242024-08-27T22:50:10.454Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14252024-08-27T22:50:10.608Zinfo: running `cargo check --bins` on api_identity (1/156)
14262024-08-27T22:50:11.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14272024-08-27T22:50:11.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14282024-08-27T22:50:11.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14292024-08-27T22:50:11.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14302024-08-27T22:50:11.201Z
14312024-08-27T22:50:11.201Zinfo: running `cargo check --bins` on bootstore (2/156)
14322024-08-27T22:50:11.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14332024-08-27T22:50:11.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14342024-08-27T22:50:11.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14352024-08-27T22:50:11.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14362024-08-27T22:50:11.836Z
14372024-08-27T22:50:11.836Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/156)
14382024-08-27T22:50:12.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14392024-08-27T22:50:12.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14402024-08-27T22:50:12.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14412024-08-27T22:50:12.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14422024-08-27T22:50:12.464Z
14432024-08-27T22:50:12.464Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/156)
14442024-08-27T22:50:13.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14452024-08-27T22:50:13.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14462024-08-27T22:50:13.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14472024-08-27T22:50:13.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14482024-08-27T22:50:13.087Z
14492024-08-27T22:50:13.087Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/156)
14502024-08-27T22:50:13.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14512024-08-27T22:50:13.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14522024-08-27T22:50:13.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14532024-08-27T22:50:13.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14542024-08-27T22:50:13.549Z
14552024-08-27T22:50:13.549Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/156)
14562024-08-27T22:50:13.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14572024-08-27T22:50:13.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14582024-08-27T22:50:13.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14592024-08-27T22:50:13.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14602024-08-27T22:50:14.011Z
14612024-08-27T22:50:14.011Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/156)
14622024-08-27T22:50:14.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14632024-08-27T22:50:14.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14642024-08-27T22:50:14.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14652024-08-27T22:50:14.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14662024-08-27T22:50:14.495Z
14672024-08-27T22:50:14.495Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/156)
14682024-08-27T22:50:14.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14692024-08-27T22:50:14.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14702024-08-27T22:50:14.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14712024-08-27T22:50:14.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14722024-08-27T22:50:14.970Z
14732024-08-27T22:50:14.971Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/156)
14742024-08-27T22:50:15.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14752024-08-27T22:50:15.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14762024-08-27T22:50:15.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14772024-08-27T22:50:15.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14782024-08-27T22:50:15.443Z
14792024-08-27T22:50:15.443Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/156)
14802024-08-27T22:50:15.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14812024-08-27T22:50:15.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14822024-08-27T22:50:15.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14832024-08-27T22:50:15.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14842024-08-27T22:50:15.911Z
14852024-08-27T22:50:15.911Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/156)
14862024-08-27T22:50:16.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14872024-08-27T22:50:16.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14882024-08-27T22:50:16.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14892024-08-27T22:50:16.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14902024-08-27T22:50:16.381Z
14912024-08-27T22:50:16.381Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/156)
14922024-08-27T22:50:16.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14932024-08-27T22:50:16.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14942024-08-27T22:50:16.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14952024-08-27T22:50:16.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14962024-08-27T22:50:16.846Z
14972024-08-27T22:50:16.846Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/156)
14982024-08-27T22:50:17.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14992024-08-27T22:50:17.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15002024-08-27T22:50:17.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15012024-08-27T22:50:17.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15022024-08-27T22:50:17.317Z
15032024-08-27T22:50:17.317Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/156)
15042024-08-27T22:50:17.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15052024-08-27T22:50:17.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15062024-08-27T22:50:17.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15072024-08-27T22:50:17.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15082024-08-27T22:50:17.779Z
15092024-08-27T22:50:17.779Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/156)
15102024-08-27T22:50:18.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15112024-08-27T22:50:18.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15122024-08-27T22:50:18.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15132024-08-27T22:50:18.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15142024-08-27T22:50:18.248Z
15152024-08-27T22:50:18.248Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/156)
15162024-08-27T22:50:18.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15172024-08-27T22:50:18.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15182024-08-27T22:50:18.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15192024-08-27T22:50:18.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15202024-08-27T22:50:18.717Z
15212024-08-27T22:50:18.717Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/156)
15222024-08-27T22:50:19.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15232024-08-27T22:50:19.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15242024-08-27T22:50:19.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15252024-08-27T22:50:19.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15262024-08-27T22:50:19.196Z
15272024-08-27T22:50:19.196Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/156)
15282024-08-27T22:50:19.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-08-27T22:50:19.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-08-27T22:50:19.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-08-27T22:50:19.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15322024-08-27T22:50:19.667Z
15332024-08-27T22:50:19.667Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/156)
15342024-08-27T22:50:20.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-08-27T22:50:20.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-08-27T22:50:20.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-08-27T22:50:20.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15382024-08-27T22:50:20.138Z
15392024-08-27T22:50:20.138Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/156)
15402024-08-27T22:50:20.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-08-27T22:50:20.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-08-27T22:50:20.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-08-27T22:50:20.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15442024-08-27T22:50:20.601Z
15452024-08-27T22:50:20.601Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/156)
15462024-08-27T22:50:21.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-08-27T22:50:21.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-08-27T22:50:21.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-08-27T22:50:21.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15502024-08-27T22:50:21.069Z
15512024-08-27T22:50:21.069Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/156)
15522024-08-27T22:50:21.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-08-27T22:50:21.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-08-27T22:50:21.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-08-27T22:50:21.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15562024-08-27T22:50:21.542Z
15572024-08-27T22:50:21.542Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/156)
15582024-08-27T22:50:21.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-08-27T22:50:21.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-08-27T22:50:21.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-08-27T22:50:21.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15622024-08-27T22:50:22.002Z
15632024-08-27T22:50:22.002Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/156)
15642024-08-27T22:50:22.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-08-27T22:50:22.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-08-27T22:50:22.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-08-27T22:50:22.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15682024-08-27T22:50:22.479Z
15692024-08-27T22:50:22.479Zinfo: running `cargo check --bins` on sled-hardware-types (25/156)
15702024-08-27T22:50:23.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-08-27T22:50:23.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-08-27T22:50:23.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-08-27T22:50:23.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15742024-08-27T22:50:23.110Z
15752024-08-27T22:50:23.110Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/156)
15762024-08-27T22:50:23.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-08-27T22:50:23.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-08-27T22:50:23.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15792024-08-27T22:50:23.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15802024-08-27T22:50:23.929Z
15812024-08-27T22:50:23.929Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/156)
15822024-08-27T22:50:24.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15832024-08-27T22:50:24.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15842024-08-27T22:50:24.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15852024-08-27T22:50:24.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15862024-08-27T22:50:24.399Z
15872024-08-27T22:50:24.399Zinfo: running `cargo check --bins` on oxlog (28/156)
15882024-08-27T22:50:24.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15892024-08-27T22:50:24.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15902024-08-27T22:50:25.086Z Checking cfg-if v1.0.0
15912024-08-27T22:50:25.115Z Checking libc v0.2.156
15922024-08-27T22:50:25.115Z Checking memchr v2.7.2
15932024-08-27T22:50:25.115Z Checking serde v1.0.208
15942024-08-27T22:50:25.115Z Checking zeroize v1.7.0
15952024-08-27T22:50:25.123Z Checking typenum v1.17.0
15962024-08-27T22:50:25.123Z Checking scopeguard v1.2.0
15972024-08-27T22:50:25.123Z Checking byteorder v1.5.0
15982024-08-27T22:50:25.152Z Checking log v0.4.21
15992024-08-27T22:50:25.255Z Checking lock_api v0.4.12
16002024-08-27T22:50:25.343Z Checking subtle v2.5.0
16012024-08-27T22:50:25.422Z Checking const-oid v0.9.6
16022024-08-27T22:50:25.541Z Checking once_cell v1.19.0
16032024-08-27T22:50:25.589Z Checking itoa v1.0.11
16042024-08-27T22:50:25.654Z Checking pin-project-lite v0.2.14
16052024-08-27T22:50:25.801Z Checking smallvec v1.13.2
16062024-08-27T22:50:25.817Z Checking zerocopy v0.7.34
16072024-08-27T22:50:25.832Z Checking spin v0.9.8
16082024-08-27T22:50:25.894Z Checking tinyvec_macros v0.1.1
16092024-08-27T22:50:25.983Z Checking tinyvec v1.6.0
16102024-08-27T22:50:26.114Z Checking cpufeatures v0.2.12
16112024-08-27T22:50:26.175Z Checking getrandom v0.2.14
16122024-08-27T22:50:26.191Z Checking signal-hook-registry v1.4.2
16132024-08-27T22:50:26.217Z Checking parking_lot_core v0.9.10
16142024-08-27T22:50:26.410Z Checking rand_core v0.6.4
16152024-08-27T22:50:26.434Z Checking mio v1.0.2
16162024-08-27T22:50:26.456Z Checking generic-array v0.14.7
16172024-08-27T22:50:26.509Z Checking parking_lot v0.12.2
16182024-08-27T22:50:30.980Z Checking socket2 v0.5.7
16192024-08-27T22:50:31.047Z Checking futures-sink v0.3.30
16202024-08-27T22:50:31.048Z Checking futures-core v0.3.30
16212024-08-27T22:50:31.048Z Checking unicode-bidi v0.3.15
16222024-08-27T22:50:31.048Z Checking ahash v0.8.11
16232024-08-27T22:50:31.048Z Checking allocator-api2 v0.2.18
16242024-08-27T22:50:31.048Z Checking libm v0.2.8
16252024-08-27T22:50:31.048Z Checking unicode-normalization v0.1.23
16262024-08-27T22:50:31.048Z Checking ryu v1.0.18
16272024-08-27T22:50:31.048Z Checking equivalent v1.0.1
16282024-08-27T22:50:31.048Z Checking crypto-common v0.1.6
16292024-08-27T22:50:31.048Z Checking block-buffer v0.10.4
16302024-08-27T22:50:31.048Z Checking block-padding v0.3.3
16312024-08-27T22:50:31.048Z Checking futures-channel v0.3.30
16322024-08-27T22:50:31.048Z Checking slab v0.4.9
16332024-08-27T22:50:31.048Z Checking hashbrown v0.14.5
16342024-08-27T22:50:31.048Z Checking digest v0.10.7
16352024-08-27T22:50:31.048Z Checking inout v0.1.3
16362024-08-27T22:50:31.048Z Checking futures-task v0.3.30
16372024-08-27T22:50:31.048Z Checking futures-io v0.3.30
16382024-08-27T22:50:31.048Z Checking cipher v0.4.4
16392024-08-27T22:50:31.048Z Checking num-traits v0.2.19
16402024-08-27T22:50:31.048Z Checking pin-utils v0.1.0
16412024-08-27T22:50:31.048Z Checking hmac v0.12.1
16422024-08-27T22:50:31.048Z Checking sha2 v0.10.8
16432024-08-27T22:50:31.048Z Checking base64ct v1.6.0
16442024-08-27T22:50:31.048Z Checking futures-util v0.3.30
16452024-08-27T22:50:31.048Z Checking flagset v0.4.5
16462024-08-27T22:50:31.048Z Checking percent-encoding v2.3.1
16472024-08-27T22:50:31.048Z Checking ppv-lite86 v0.2.17
16482024-08-27T22:50:31.048Z Checking salsa20 v0.10.2
16492024-08-27T22:50:31.048Z Checking pem-rfc7468 v0.7.0
16502024-08-27T22:50:31.048Z Checking pbkdf2 v0.12.2
16512024-08-27T22:50:31.048Z Checking tracing-core v0.1.32
16522024-08-27T22:50:31.048Z Checking der v0.7.9
16532024-08-27T22:50:31.049Z Checking untrusted v0.9.0
16542024-08-27T22:50:31.049Z Checking fnv v1.0.7
16552024-08-27T22:50:31.049Z Checking ring v0.17.8
16562024-08-27T22:50:31.049Z Checking scrypt v0.11.0
16572024-08-27T22:50:31.049Z Checking rand_chacha v0.3.1
16582024-08-27T22:50:31.049Z Checking aes v0.8.4
16592024-08-27T22:50:31.049Z Checking tracing v0.1.40
16602024-08-27T22:50:31.049Z Checking rand v0.8.5
16612024-08-27T22:50:31.049Z Checking cbc v0.1.2
16622024-08-27T22:50:31.049Z Checking thiserror v1.0.63
16632024-08-27T22:50:31.049Z Checking foreign-types-shared v0.1.1
16642024-08-27T22:50:31.049Z Checking form_urlencoded v1.2.1
16652024-08-27T22:50:31.049Z Checking foreign-types v0.3.2
16662024-08-27T22:50:31.049Z Checking bytes v1.7.1
16672024-08-27T22:50:31.049Z Checking bitflags v2.6.0
16682024-08-27T22:50:31.049Z Checking indexmap v2.4.0
16692024-08-27T22:50:31.049Z Checking serde_json v1.0.125
16702024-08-27T22:50:31.049Z Checking openssl-sys v0.9.103
16712024-08-27T22:50:31.049Z Checking spki v0.7.3
16722024-08-27T22:50:31.049Z Checking aho-corasick v1.1.3
16732024-08-27T22:50:31.049Z Checking try-lock v0.2.5
16742024-08-27T22:50:31.049Z Checking tokio v1.39.3
16752024-08-27T22:50:31.049Z Checking http v0.2.12
16762024-08-27T22:50:31.087Z Checking pkcs5 v0.7.1
16772024-08-27T22:50:31.392Z Checking unicode-ident v1.0.12
16782024-08-27T22:50:31.485Z Checking siphasher v0.3.11
16792024-08-27T22:50:31.537Z Checking regex-syntax v0.8.4
16802024-08-27T22:50:31.697Z Checking powerfmt v0.2.0
16812024-08-27T22:50:31.766Z Checking openssl v0.10.66
16822024-08-27T22:50:31.847Z Checking proc-macro2 v1.0.86
16832024-08-27T22:50:31.945Z Checking deranged v0.3.11
16842024-08-27T22:50:32.293Z Checking http-body v0.4.6
16852024-08-27T22:50:32.468Z Checking pkcs8 v0.10.2
16862024-08-27T22:50:32.520Z Checking want v0.3.1
16872024-08-27T22:50:32.670Z Checking sct v0.7.1
16882024-08-27T22:50:32.689Z Checking rustls-webpki v0.101.7
16892024-08-27T22:50:32.754Z Checking uuid v1.10.0
16902024-08-27T22:50:32.859Z Checking idna v0.5.0
16912024-08-27T22:50:33.224Z Checking httparse v1.8.0
16922024-08-27T22:50:33.346Z Checking errno v0.3.9
16932024-08-27T22:50:33.367Z Checking scroll v0.12.0
16942024-08-27T22:50:33.516Z Checking anstyle v1.0.8
16952024-08-27T22:50:33.629Z Checking adler v1.0.2
16962024-08-27T22:50:33.644Z Checking openssl-probe v0.1.5
16972024-08-27T22:50:33.657Z Checking finl_unicode v1.2.0
16982024-08-27T22:50:33.773Z Checking ucd-trie v0.1.6
16992024-08-27T22:50:33.787Z Checking httpdate v1.0.3
17002024-08-27T22:50:33.801Z Checking iana-time-zone v0.1.60
17012024-08-27T22:50:33.856Z Checking num_threads v0.1.7
17022024-08-27T22:50:33.937Z Checking utf8parse v0.2.1
17032024-08-27T22:50:33.970Z Checking time-core v0.1.2
17042024-08-27T22:50:33.983Z Checking tower-service v0.3.2
17052024-08-27T22:50:34.025Z Checking plain v0.2.3
17062024-08-27T22:50:34.071Z Checking num-conv v0.1.0
17072024-08-27T22:50:34.086Z Checking anstyle-parse v0.2.4
17082024-08-27T22:50:34.116Z Checking pest v2.7.10
17092024-08-27T22:50:34.173Z Checking goblin v0.8.2
17102024-08-27T22:50:34.226Z Checking stringprep v0.1.4
17112024-08-27T22:50:34.324Z Checking time v0.3.36
17122024-08-27T22:50:34.344Z Checking chrono v0.4.38
17132024-08-27T22:50:34.483Z Checking miniz_oxide v0.7.2
17142024-08-27T22:50:34.761Z Checking regex-automata v0.4.6
17152024-08-27T22:50:35.179Z Checking url v2.5.2
17162024-08-27T22:50:35.948Z Checking rustix v0.38.34
17172024-08-27T22:50:36.452Z Checking rustls v0.21.12
17182024-08-27T22:50:36.570Z Checking quote v1.0.36
17192024-08-27T22:50:36.774Z Checking toml_datetime v0.6.8
17202024-08-27T22:50:36.886Z Checking serde_spanned v0.6.7
17212024-08-27T22:50:37.065Z Checking num-integer v0.1.46
17222024-08-27T22:50:37.079Z Checking md-5 v0.10.6
17232024-08-27T22:50:37.239Z Checking native-tls v0.2.11
17242024-08-27T22:50:37.291Z Checking idna v0.3.0
17252024-08-27T22:50:37.512Z Checking lazy_static v1.5.0
17262024-08-27T22:50:37.534Z Checking hash32 v0.2.1
17272024-08-27T22:50:37.627Z Checking pretty-hex v0.4.1
17282024-08-27T22:50:37.790Z Checking anstyle-query v1.0.3
17292024-08-27T22:50:37.841Z Checking stable_deref_trait v1.2.0
17302024-08-27T22:50:37.889Z Checking colorchoice v1.0.1
17312024-08-27T22:50:37.905Z Checking base64 v0.22.1
17322024-08-27T22:50:37.934Z Checking tokio-util v0.7.11
17332024-08-27T22:50:37.939Z Checking psl-types v2.0.11
17342024-08-27T22:50:38.015Z Checking fallible-iterator v0.2.0
17352024-08-27T22:50:38.107Z Checking gimli v0.28.1
17362024-08-27T22:50:38.121Z Checking is_terminal_polyfill v1.70.0
17372024-08-27T22:50:38.227Z Checking anstream v0.6.14
17382024-08-27T22:50:38.362Z Checking publicsuffix v2.2.3
17392024-08-27T22:50:38.590Z Checking heapless v0.7.17
17402024-08-27T22:50:38.593Z Checking tokio-native-tls v0.3.1
17412024-08-27T22:50:38.620Z Checking postgres-protocol v0.6.7
17422024-08-27T22:50:38.751Z Checking h2 v0.3.26
17432024-08-27T22:50:38.840Z Checking terminal_size v0.3.0
17442024-08-27T22:50:39.007Z Checking num-iter v0.1.45
17452024-08-27T22:50:39.097Z Checking dof v0.3.0
17462024-08-27T22:50:39.178Z Checking syn v2.0.74
17472024-08-27T22:50:39.256Z Checking cookie v0.17.0
17482024-08-27T22:50:39.320Z Checking dtrace-parser v0.2.0
17492024-08-27T22:50:39.626Z Checking tokio-rustls v0.24.1
17502024-08-27T22:50:39.642Z Checking phf_shared v0.11.2
17512024-08-27T22:50:39.645Z Checking ff v0.13.0
17522024-08-27T22:50:39.693Z Checking thread-id v4.2.1
17532024-08-27T22:50:39.788Z Checking object v0.32.2
17542024-08-27T22:50:39.803Z Checking clap_lex v0.7.0
17552024-08-27T22:50:39.873Z Checking ipnet v2.9.0
17562024-08-27T22:50:39.907Z Checking base64 v0.21.7
17572024-08-27T22:50:40.010Z Checking base16ct v0.2.0
17582024-08-27T22:50:40.040Z Checking strsim v0.11.1
17592024-08-27T22:50:40.188Z Checking either v1.13.0
17602024-08-27T22:50:40.329Z Checking winnow v0.5.40
17612024-08-27T22:50:40.332Z Checking rustc-demangle v0.1.24
17622024-08-27T22:50:40.336Z Checking managed v0.8.0
17632024-08-27T22:50:40.533Z Checking bitflags v1.3.2
17642024-08-27T22:50:40.625Z Checking rustls-pemfile v1.0.4
17652024-08-27T22:50:40.700Z Checking smoltcp v0.9.1
17662024-08-27T22:50:40.713Z Checking clap_builder v4.5.15
17672024-08-27T22:50:40.802Z Checking sec1 v0.7.3
17682024-08-27T22:50:41.170Z Checking phf v0.11.2
17692024-08-27T22:50:41.452Z Checking group v0.13.0
17702024-08-27T22:50:41.684Z Checking cookie_store v0.20.0
17712024-08-27T22:50:41.984Z Checking addr2line v0.21.0
17722024-08-27T22:50:42.215Z Checking regex v1.10.6
17732024-08-27T22:50:42.310Z Checking bstr v1.9.1
17742024-08-27T22:50:42.482Z Checking postgres-types v0.2.7
17752024-08-27T22:50:42.838Z Checking num-bigint-dig v0.8.4
17762024-08-27T22:50:43.185Z Checking futures-executor v0.3.30
17772024-08-27T22:50:43.201Z Checking pkcs1 v0.7.5
17782024-08-27T22:50:43.255Z Checking toml_edit v0.19.15
17792024-08-27T22:50:43.404Z Checking phf_shared v0.10.0
17802024-08-27T22:50:43.574Z Checking serde_urlencoded v0.7.1
17812024-08-27T22:50:43.670Z Checking hubpack v0.1.2
17822024-08-27T22:50:43.691Z Checking zerocopy v0.6.6
17832024-08-27T22:50:43.987Z Checking float-cmp v0.9.0
17842024-08-27T22:50:44.009Z Checking crossbeam-utils v0.8.19
17852024-08-27T22:50:44.175Z Checking signal-hook v0.3.17
17862024-08-27T22:50:44.437Z Checking crc32fast v1.4.0
17872024-08-27T22:50:44.512Z Checking hkdf v0.12.4
17882024-08-27T22:50:44.659Z Checking signature v2.2.0
17892024-08-27T22:50:44.705Z Checking idna v0.4.0
17902024-08-27T22:50:44.719Z Checking crypto-bigint v0.5.5
17912024-08-27T22:50:44.835Z Checking mio v0.8.11
17922024-08-27T22:50:44.848Z Checking hyper v0.14.30
17932024-08-27T22:50:44.889Z Checking memmap v0.7.0
17942024-08-27T22:50:45.085Z Checking encoding_rs v0.8.34
17952024-08-27T22:50:45.403Z Checking usdt-impl v0.5.0
17962024-08-27T22:50:45.418Z Checking static_assertions v1.1.0
17972024-08-27T22:50:45.498Z Checking minimal-lexical v0.2.1
17982024-08-27T22:50:45.531Z Checking precomputed-hash v0.1.1
17992024-08-27T22:50:45.614Z Checking fixedbitset v0.4.2
18002024-08-27T22:50:45.634Z Checking bit-vec v0.6.3
18012024-08-27T22:50:45.857Z Checking backtrace v0.3.71
18022024-08-27T22:50:45.874Z Checking webpki-roots v0.25.4
18032024-08-27T22:50:45.877Z Checking winnow v0.6.18
18042024-08-27T22:50:45.906Z Checking dyn-clone v1.0.17
18052024-08-27T22:50:45.957Z Checking unicode-segmentation v1.11.0
18062024-08-27T22:50:46.015Z Checking sync_wrapper v0.1.2
18072024-08-27T22:50:46.032Z Checking unicode-width v0.1.13
18082024-08-27T22:50:46.126Z Checking whoami v1.5.1
18092024-08-27T22:50:46.209Z Checking difflib v0.4.0
18102024-08-27T22:50:46.391Z Checking normalize-line-endings v0.3.0
18112024-08-27T22:50:46.414Z Checking mime v0.3.17
18122024-08-27T22:50:46.512Z Checking new_debug_unreachable v1.0.6
18132024-08-27T22:50:46.512Z Checking data-encoding v2.6.0
18142024-08-27T22:50:46.585Z Checking predicates-core v1.0.6
18152024-08-27T22:50:46.601Z Checking string_cache v0.8.7
18162024-08-27T22:50:46.720Z Checking similar v2.6.0
18172024-08-27T22:50:46.751Z Checking predicates v3.1.2
18182024-08-27T22:50:46.863Z Checking tokio-postgres v0.7.11
18192024-08-27T22:50:47.196Z Checking hickory-proto v0.24.1
18202024-08-27T22:50:47.344Z Checking elliptic-curve v0.13.8
18212024-08-27T22:50:47.376Z Checking anyhow v1.0.86
18222024-08-27T22:50:47.429Z Checking console v0.15.8
18232024-08-27T22:50:47.545Z Checking schemars v0.8.21
18242024-08-27T22:50:47.740Z Checking bit-set v0.5.3
18252024-08-27T22:50:47.956Z Checking usdt v0.5.0
18262024-08-27T22:50:47.974Z Checking nom v7.1.3
18272024-08-27T22:50:48.014Z Checking petgraph v0.6.5
18282024-08-27T22:50:48.196Z Checking toml v0.7.8
18292024-08-27T22:50:48.825Z Checking toml_edit v0.22.20
18302024-08-27T22:50:48.958Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18312024-08-27T22:50:49.223Z Checking signal-hook-mio v0.2.4
18322024-08-27T22:50:49.371Z Checking rsa v0.9.6
18332024-08-27T22:50:49.791Z Checking crossbeam-epoch v0.9.18
18342024-08-27T22:50:50.247Z Checking flate2 v1.0.31
18352024-08-27T22:50:50.404Z Checking clap v4.5.16
18362024-08-27T22:50:50.527Z Checking futures v0.3.30
18372024-08-27T22:50:50.646Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18382024-08-27T22:50:50.668Z Checking itertools v0.12.1
18392024-08-27T22:50:50.847Z Checking itertools v0.10.5
18402024-08-27T22:50:50.881Z Checking tokio-stream v0.1.15
18412024-08-27T22:50:50.936Z Checking hyper-tls v0.5.0
18422024-08-27T22:50:51.214Z Checking hyper-rustls v0.24.2
18432024-08-27T22:50:51.257Z Checking fs-err v2.11.0
18442024-08-27T22:50:51.429Z Checking nix v0.28.0
18452024-08-27T22:50:51.498Z Checking reqwest v0.11.27
18462024-08-27T22:50:51.758Z Checking slog v2.7.0
18472024-08-27T22:50:51.813Z Checking openapiv3 v2.0.0
18482024-08-27T22:50:51.853Z Checking hex v0.4.3
18492024-08-27T22:50:52.214Z Checking semver v1.0.23
18502024-08-27T22:50:52.369Z Checking sha1 v0.10.6
18512024-08-27T22:50:52.628Z Checking peg-runtime v0.8.3
18522024-08-27T22:50:52.645Z Checking lalrpop-util v0.19.12
18532024-08-27T22:50:52.857Z Checking camino v1.1.9
18542024-08-27T22:50:52.915Z Checking sigpipe v0.1.3
18552024-08-27T22:50:54.588Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18562024-08-27T22:50:54.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.47s
18572024-08-27T22:50:55.020Z
18582024-08-27T22:50:55.020Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/156)
18592024-08-27T22:50:55.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602024-08-27T22:50:55.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612024-08-27T22:50:55.683Z Compiling regress v0.9.1
18622024-08-27T22:50:55.778Z Checking strum v0.26.3
18632024-08-27T22:50:55.794Z Checking heck v0.5.0
18642024-08-27T22:50:55.801Z Compiling getopts v0.2.21
18652024-08-27T22:50:55.811Z Checking dirs-sys-next v0.1.2
18662024-08-27T22:50:55.822Z Compiling unsafe-libyaml v0.2.11
18672024-08-27T22:50:55.898Z Checking http v1.1.0
18682024-08-27T22:50:55.941Z Checking thread_local v1.1.8
18692024-08-27T22:50:55.965Z Checking dirs-next v2.0.0
18702024-08-27T22:50:56.076Z Checking rustls-pki-types v1.7.0
18712024-08-27T22:50:56.125Z Compiling ident_case v1.0.1
18722024-08-27T22:50:56.197Z Checking term v0.7.0
18732024-08-27T22:50:56.293Z Compiling darling_core v0.20.9
18742024-08-27T22:50:56.487Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18752024-08-27T22:50:56.605Z Checking crossbeam-channel v0.5.12
18762024-08-27T22:50:56.717Z Checking atty v0.2.14
18772024-08-27T22:50:56.789Z Checking is-terminal v0.4.12
18782024-08-27T22:50:56.853Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18792024-08-27T22:50:56.909Z Checking termcolor v1.4.1
18802024-08-27T22:50:57.186Z Compiling serde_yaml v0.9.34+deprecated
18812024-08-27T22:50:57.278Z Checking utf-8 v0.7.6
18822024-08-27T22:50:57.290Z Compiling paste v1.0.15
18832024-08-27T22:50:57.345Z Checking take_mut v0.2.2
18842024-08-27T22:50:57.471Z Checking humantime v2.1.0
18852024-08-27T22:50:57.489Z Compiling rustls v0.22.4
18862024-08-27T22:50:57.737Z Checking env_logger v0.9.3
18872024-08-27T22:50:57.740Z Checking slog-async v2.8.0
18882024-08-27T22:50:57.840Z Checking slog-term v2.9.1
18892024-08-27T22:50:57.860Z Checking rustls-webpki v0.102.4
18902024-08-27T22:50:58.026Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18912024-08-27T22:50:58.150Z Compiling proc-macro-crate v1.3.1
18922024-08-27T22:50:58.344Z Compiling bitstruct_derive v0.1.0
18932024-08-27T22:50:58.363Z Compiling structmeta-derive v0.3.0
18942024-08-27T22:50:58.610Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18952024-08-27T22:50:58.740Z Compiling multer v3.1.0
18962024-08-27T22:50:59.037Z Checking match_cfg v0.1.0
18972024-08-27T22:50:59.129Z Checking ascii v1.1.0
18982024-08-27T22:50:59.164Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18992024-08-27T22:50:59.243Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19002024-08-27T22:50:59.559Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19012024-08-27T22:50:59.735Z Checking bitstruct v0.1.1
19022024-08-27T22:50:59.865Z Compiling num_enum_derive v0.5.11
19032024-08-27T22:51:00.444Z Checking hostname v0.3.1
19042024-08-27T22:51:00.644Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19052024-08-27T22:51:00.852Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19062024-08-27T22:51:01.284Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19072024-08-27T22:51:01.300Z Compiling structmeta v0.3.0
19082024-08-27T22:51:01.537Z Checking slog-json v2.6.1
19092024-08-27T22:51:01.558Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19102024-08-27T22:51:01.741Z Checking serde_arrays v0.1.0
19112024-08-27T22:51:01.789Z Checking erased-serde v0.3.31
19122024-08-27T22:51:01.816Z Compiling async-stream-impl v0.3.5
19132024-08-27T22:51:01.881Z Compiling foreign-types-macros v0.2.3
19142024-08-27T22:51:02.328Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19152024-08-27T22:51:02.478Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19162024-08-27T22:51:02.633Z Checking arc-swap v1.7.1
19172024-08-27T22:51:02.775Z Checking atomic-waker v1.1.2
19182024-08-27T22:51:02.818Z Checking foreign-types-shared v0.3.1
19192024-08-27T22:51:02.903Z Checking waitgroup v0.1.2
19202024-08-27T22:51:02.921Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19212024-08-27T22:51:03.033Z Checking slog-scope v4.4.0
19222024-08-27T22:51:03.123Z Checking foreign-types v0.5.0
19232024-08-27T22:51:03.140Z Checking num_enum v0.5.11
19242024-08-27T22:51:03.202Z Compiling darling_macro v0.20.9
19252024-08-27T22:51:03.218Z Checking async-stream v0.3.5
19262024-08-27T22:51:03.233Z Checking slog-bunyan v2.5.0
19272024-08-27T22:51:03.247Z Compiling parse-display-derive v0.10.0
19282024-08-27T22:51:03.267Z Compiling proc-macro-error v1.0.4
19292024-08-27T22:51:03.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19302024-08-27T22:51:03.779Z Checking toml v0.8.19
19312024-08-27T22:51:03.820Z Checking tungstenite v0.20.1
19322024-08-27T22:51:03.936Z Checking rustls-pemfile v2.1.3
19332024-08-27T22:51:04.153Z Compiling darling v0.20.9
19342024-08-27T22:51:04.229Z Compiling heck v0.3.3
19352024-08-27T22:51:04.292Z Compiling serde_with_macros v3.9.0
19362024-08-27T22:51:04.411Z Checking tokio-rustls v0.25.0
19372024-08-27T22:51:04.576Z Checking newtype-uuid v1.1.0
19382024-08-27T22:51:04.680Z Checking ipnetwork v0.20.0
19392024-08-27T22:51:04.696Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19402024-08-27T22:51:04.758Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19412024-08-27T22:51:04.824Z Checking serde_path_to_error v0.1.16
19422024-08-27T22:51:05.026Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19432024-08-27T22:51:05.398Z Checking hostname v0.4.0
19442024-08-27T22:51:05.538Z Checking cstr-argument v0.1.2
19452024-08-27T22:51:05.567Z Checking instant v0.1.12
19462024-08-27T22:51:05.677Z Checking fastrand v2.1.0
19472024-08-27T22:51:05.713Z Checking pretty-hex v0.2.1
19482024-08-27T22:51:05.838Z Checking debug-ignore v1.0.5
19492024-08-27T22:51:05.873Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19502024-08-27T22:51:05.968Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19512024-08-27T22:51:05.983Z Checking tempfile v3.10.1
19522024-08-27T22:51:06.190Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19532024-08-27T22:51:06.225Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19542024-08-27T22:51:06.327Z Checking backoff v0.4.0
19552024-08-27T22:51:06.475Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19562024-08-27T22:51:06.541Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19572024-08-27T22:51:06.602Z Checking tokio-tungstenite v0.20.1
19582024-08-27T22:51:06.761Z Compiling zone_cfg_derive v0.1.2
19592024-08-27T22:51:06.824Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19602024-08-27T22:51:07.053Z Checking slog-stdlog v4.1.1
19612024-08-27T22:51:07.219Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19622024-08-27T22:51:07.292Z Checking serde_with v3.9.0
19632024-08-27T22:51:07.370Z Checking tungstenite v0.21.0
19642024-08-27T22:51:07.575Z Checking colored v2.1.0
19652024-08-27T22:51:07.845Z Checking parse-display v0.10.0
19662024-08-27T22:51:07.880Z Checking macaddr v1.0.1
19672024-08-27T22:51:08.063Z Checking socket2 v0.4.10
19682024-08-27T22:51:08.197Z Checking base64 v0.13.1
19692024-08-27T22:51:08.213Z Checking zone v0.1.8
19702024-08-27T22:51:08.266Z Checking tokio-tungstenite v0.21.0
19712024-08-27T22:51:08.580Z Checking ron v0.7.1
19722024-08-27T22:51:08.750Z Checking slog-envlogger v2.2.0
19732024-08-27T22:51:08.858Z Checking pem v3.0.4
19742024-08-27T22:51:08.974Z Checking tabwriter v1.4.0
19752024-08-27T22:51:09.128Z Checking xattr v1.3.1
19762024-08-27T22:51:09.252Z Checking portpicker v0.1.1
19772024-08-27T22:51:09.321Z Checking yasna v0.5.2
19782024-08-27T22:51:09.392Z Checking headers-core v0.2.0
19792024-08-27T22:51:09.533Z Checking smf v0.2.3
19802024-08-27T22:51:09.725Z Checking filetime v0.2.24
19812024-08-27T22:51:09.940Z Checking same-file v1.0.6
19822024-08-27T22:51:09.983Z Checking tar v0.4.41
19832024-08-27T22:51:10.101Z Checking walkdir v2.5.0
19842024-08-27T22:51:10.192Z Checking headers v0.3.9
19852024-08-27T22:51:10.229Z Checking rcgen v0.12.1
19862024-08-27T22:51:10.382Z Checking camino-tempfile v1.1.1
19872024-08-27T22:51:10.607Z Checking atomicwrites v0.4.3
19882024-08-27T22:51:10.646Z Checking subprocess v0.2.9
19892024-08-27T22:51:11.810Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19902024-08-27T22:51:12.099Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19912024-08-27T22:51:13.648Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19922024-08-27T22:51:15.558Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19932024-08-27T22:51:15.623Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19942024-08-27T22:51:18.715Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19952024-08-27T22:51:24.582Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19962024-08-27T22:51:24.713Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19972024-08-27T22:51:24.715Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19982024-08-27T22:51:27.130Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19992024-08-27T22:51:27.753Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20002024-08-27T22:51:33.484Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20012024-08-27T22:51:34.959Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20022024-08-27T22:51:36.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.00s
20032024-08-27T22:51:36.186Z
20042024-08-27T22:51:36.186Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/156)
20052024-08-27T22:51:36.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062024-08-27T22:51:36.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072024-08-27T22:51:36.879Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20082024-08-27T22:51:38.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
20092024-08-27T22:51:38.240Z
20102024-08-27T22:51:38.240Zinfo: running `cargo check --bins` on nexus-config (31/156)
20112024-08-27T22:51:38.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122024-08-27T22:51:38.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132024-08-27T22:51:38.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142024-08-27T22:51:38.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20152024-08-27T22:51:38.861Z
20162024-08-27T22:51:38.861Zinfo: running `cargo check --bins` on omicron-rpaths (32/156)
20172024-08-27T22:51:39.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182024-08-27T22:51:39.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192024-08-27T22:51:39.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202024-08-27T22:51:39.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20212024-08-27T22:51:39.498Z
20222024-08-27T22:51:39.498Zinfo: running `cargo check --bins` on omicron-certificates (33/156)
20232024-08-27T22:51:40.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242024-08-27T22:51:40.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252024-08-27T22:51:40.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262024-08-27T22:51:40.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20272024-08-27T22:51:40.096Z
20282024-08-27T22:51:40.096Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/156)
20292024-08-27T22:51:44.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302024-08-27T22:51:44.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312024-08-27T22:51:44.457Z Compiling heapless v0.8.0
20322024-08-27T22:51:44.457Z Checking hash32 v0.3.1
20332024-08-27T22:51:44.457Z Compiling smoltcp v0.11.0
20342024-08-27T22:51:44.457Z Checking cobs v0.2.3
20352024-08-27T22:51:44.457Z Checking embedded-io v0.4.0
20362024-08-27T22:51:44.457Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20372024-08-27T22:51:44.457Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20382024-08-27T22:51:44.457Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20392024-08-27T22:51:44.457Z Compiling crucible-workspace-hack v0.1.0
20402024-08-27T22:51:44.457Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20412024-08-27T22:51:44.457Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20422024-08-27T22:51:44.457Z Checking postcard v1.0.8
20432024-08-27T22:51:44.457Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20442024-08-27T22:51:44.457Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20452024-08-27T22:51:44.457Z Compiling num-derive v0.4.2
20462024-08-27T22:51:44.457Z Compiling slog-dtrace v0.3.0
20472024-08-27T22:51:44.457Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20482024-08-27T22:51:44.457Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20492024-08-27T22:51:44.457Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20502024-08-27T22:51:44.457Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20512024-08-27T22:51:44.457Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20522024-08-27T22:51:44.457Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20532024-08-27T22:51:45.141Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20542024-08-27T22:51:46.169Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20552024-08-27T22:51:47.842Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20562024-08-27T22:51:48.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s
20572024-08-27T22:51:48.662Z
20582024-08-27T22:51:48.662Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/156)
20592024-08-27T22:51:49.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602024-08-27T22:51:49.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612024-08-27T22:51:49.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622024-08-27T22:51:49.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20632024-08-27T22:51:49.296Z
20642024-08-27T22:51:49.296Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/156)
20652024-08-27T22:51:49.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662024-08-27T22:51:49.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672024-08-27T22:51:49.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682024-08-27T22:51:49.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20692024-08-27T22:51:50.046Z
20702024-08-27T22:51:50.046Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/156)
20712024-08-27T22:51:50.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722024-08-27T22:51:50.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732024-08-27T22:51:50.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742024-08-27T22:51:50.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20752024-08-27T22:51:50.791Z
20762024-08-27T22:51:50.791Zinfo: running `cargo check --bins` on dns-server (38/156)
20772024-08-27T22:51:51.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782024-08-27T22:51:51.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792024-08-27T22:51:51.424Z Compiling parking_lot_core v0.8.6
20802024-08-27T22:51:51.514Z Checking newline-converter v0.3.0
20812024-08-27T22:51:51.517Z Checking nibble_vec v0.1.0
20822024-08-27T22:51:51.517Z Checking quick-error v1.2.3
20832024-08-27T22:51:51.517Z Checking linked-hash-map v0.5.6
20842024-08-27T22:51:51.517Z Checking endian-type v0.1.2
20852024-08-27T22:51:51.522Z Checking fxhash v0.2.1
20862024-08-27T22:51:51.544Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20872024-08-27T22:51:51.635Z Checking expectorate v1.1.0
20882024-08-27T22:51:51.666Z Checking resolv-conf v0.7.0
20892024-08-27T22:51:51.677Z Checking hickory-server v0.24.1
20902024-08-27T22:51:51.711Z Checking radix_trie v0.2.1
20912024-08-27T22:51:51.786Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20922024-08-27T22:51:51.809Z Checking lru-cache v0.1.2
20932024-08-27T22:51:51.985Z Checking hickory-resolver v0.24.1
20942024-08-27T22:51:52.045Z Checking hickory-client v0.24.1
20952024-08-27T22:51:52.226Z Checking parking_lot v0.11.2
20962024-08-27T22:51:52.472Z Checking sled v0.34.7
20972024-08-27T22:51:54.211Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20982024-08-27T22:51:55.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
20992024-08-27T22:51:55.426Z
21002024-08-27T22:51:55.426Zinfo: running `cargo check --bins` on dns-server-api (39/156)
21012024-08-27T22:51:55.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022024-08-27T22:51:55.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032024-08-27T22:51:55.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042024-08-27T22:51:55.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21052024-08-27T22:51:56.050Z
21062024-08-27T22:51:56.050Zinfo: running `cargo check --bins` on dns-service-client (40/156)
21072024-08-27T22:51:56.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082024-08-27T22:51:56.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092024-08-27T22:51:56.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102024-08-27T22:51:56.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21112024-08-27T22:51:56.655Z
21122024-08-27T22:51:56.655Zinfo: running `cargo check --bins` on gateway-test-utils (41/156)
21132024-08-27T22:51:57.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142024-08-27T22:51:57.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152024-08-27T22:51:57.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162024-08-27T22:51:57.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
21172024-08-27T22:51:57.360Z
21182024-08-27T22:51:57.360Zinfo: running `cargo check --bins` on gateway-types (42/156)
21192024-08-27T22:51:57.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202024-08-27T22:51:57.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212024-08-27T22:51:57.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222024-08-27T22:51:57.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21232024-08-27T22:51:57.995Z
21242024-08-27T22:51:57.995Zinfo: running `cargo check --bins` on ipcc (43/156)
21252024-08-27T22:51:58.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-08-27T22:51:58.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-08-27T22:51:58.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282024-08-27T22:51:58.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21292024-08-27T22:51:58.632Z
21302024-08-27T22:51:58.632Zinfo: running `cargo check --bins` on omicron-gateway (44/156)
21312024-08-27T22:51:59.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322024-08-27T22:51:59.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332024-08-27T22:51:59.345Z Compiling rustls-pki-types v1.7.0
21342024-08-27T22:51:59.348Z Compiling match_cfg v0.1.0
21352024-08-27T22:51:59.447Z Checking num-rational v0.4.2
21362024-08-27T22:51:59.450Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21372024-08-27T22:51:59.450Z Compiling slog-json v2.6.1
21382024-08-27T22:51:59.450Z Compiling http v1.1.0
21392024-08-27T22:51:59.450Z Checking num-complex v0.4.6
21402024-08-27T22:51:59.480Z Compiling prettyplease v0.2.20
21412024-08-27T22:51:59.518Z Compiling hostname v0.3.1
21422024-08-27T22:51:59.770Z Compiling atomic-waker v1.1.2
21432024-08-27T22:51:59.839Z Compiling rustls-webpki v0.102.4
21442024-08-27T22:51:59.855Z Compiling rustls-pemfile v2.1.3
21452024-08-27T22:51:59.868Z Compiling waitgroup v0.1.2
21462024-08-27T22:51:59.936Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21472024-08-27T22:52:00.036Z Compiling slog-bunyan v2.5.0
21482024-08-27T22:52:00.080Z Compiling async-stream v0.3.5
21492024-08-27T22:52:00.147Z Compiling toml v0.8.19
21502024-08-27T22:52:00.227Z Compiling ipnetwork v0.20.0
21512024-08-27T22:52:00.246Z Compiling newtype-uuid v1.1.0
21522024-08-27T22:52:00.329Z Compiling serde_path_to_error v0.1.16
21532024-08-27T22:52:00.374Z Compiling hostname v0.4.0
21542024-08-27T22:52:00.399Z Checking num v0.4.3
21552024-08-27T22:52:00.502Z Compiling instant v0.1.12
21562024-08-27T22:52:00.531Z Compiling semver v0.1.20
21572024-08-27T22:52:00.620Z Checking float-ord v0.3.2
21582024-08-27T22:52:00.647Z Compiling rustls v0.22.4
21592024-08-27T22:52:00.766Z Compiling radium v0.7.0
21602024-08-27T22:52:01.107Z Compiling multer v3.1.0
21612024-08-27T22:52:01.154Z Compiling debug-ignore v1.0.5
21622024-08-27T22:52:01.173Z Compiling rustc_version v0.1.7
21632024-08-27T22:52:01.297Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21642024-08-27T22:52:01.315Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21652024-08-27T22:52:01.679Z Compiling backoff v0.4.0
21662024-08-27T22:52:01.903Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21672024-08-27T22:52:01.920Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21682024-08-27T22:52:01.924Z Compiling parse-display v0.10.0
21692024-08-27T22:52:02.011Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21702024-08-27T22:52:02.080Z Compiling serde_with v3.9.0
21712024-08-27T22:52:02.179Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21722024-08-27T22:52:02.345Z Compiling macaddr v1.0.1
21732024-08-27T22:52:02.667Z Checking tap v1.0.1
21742024-08-27T22:52:02.801Z Compiling maybe-uninit v2.0.0
21752024-08-27T22:52:02.832Z Checking wyz v0.5.1
21762024-08-27T22:52:03.284Z Compiling newtype_derive v0.1.6
21772024-08-27T22:52:03.393Z Checking password-hash v0.5.0
21782024-08-27T22:52:03.613Z Checking blake2 v0.10.6
21792024-08-27T22:52:03.740Z Compiling bzip2-sys v0.1.11+1.0.8
21802024-08-27T22:52:03.835Z Checking funty v2.0.0
21812024-08-27T22:52:04.008Z Compiling packed_struct v0.10.1
21822024-08-27T22:52:04.237Z Checking crc-catalog v2.4.0
21832024-08-27T22:52:04.378Z Checking crc v3.2.1
21842024-08-27T22:52:04.537Z Checking argon2 v0.5.3
21852024-08-27T22:52:04.740Z Compiling tokio-rustls v0.25.0
21862024-08-27T22:52:04.788Z Checking bitvec v1.0.1
21872024-08-27T22:52:05.142Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21882024-08-27T22:52:05.248Z Compiling packed_struct_codegen v0.10.1
21892024-08-27T22:52:05.881Z Checking half v2.4.1
21902024-08-27T22:52:05.898Z Compiling cookie v0.18.1
21912024-08-27T22:52:06.209Z Compiling indexmap v1.9.3
21922024-08-27T22:52:06.358Z Checking nodrop v0.1.14
21932024-08-27T22:52:06.477Z Checking ciborium-io v0.2.2
21942024-08-27T22:52:06.546Z Checking array-init v0.0.4
21952024-08-27T22:52:06.594Z Checking ciborium-ll v0.2.2
21962024-08-27T22:52:07.115Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21972024-08-27T22:52:07.413Z Checking smallvec v0.6.14
21982024-08-27T22:52:07.654Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21992024-08-27T22:52:07.905Z Compiling memoffset v0.9.1
22002024-08-27T22:52:08.069Z Compiling convert_case v0.4.0
22012024-08-27T22:52:08.219Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22022024-08-27T22:52:08.302Z Checking hashbrown v0.12.3
22032024-08-27T22:52:08.522Z Checking highway v1.2.0
22042024-08-27T22:52:08.893Z Checking bitfield v0.14.0
22052024-08-27T22:52:08.944Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22062024-08-27T22:52:09.035Z Compiling derive_more v0.99.18
22072024-08-27T22:52:09.208Z Checking env_logger v0.10.2
22082024-08-27T22:52:09.671Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22092024-08-27T22:52:09.846Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22102024-08-27T22:52:10.058Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22112024-08-27T22:52:10.566Z Checking serde-hex v0.1.0
22122024-08-27T22:52:10.692Z Checking steno v0.4.1
22132024-08-27T22:52:10.873Z Checking bzip2 v0.4.4
22142024-08-27T22:52:11.287Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22152024-08-27T22:52:11.462Z Checking ciborium v0.2.2
22162024-08-27T22:52:11.590Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22172024-08-27T22:52:11.855Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22182024-08-27T22:52:12.502Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22192024-08-27T22:52:12.970Z Checking ron v0.8.1
22202024-08-27T22:52:13.741Z Checking x509-cert v0.2.5
22212024-08-27T22:52:14.064Z Checking hashbrown v0.13.2
22222024-08-27T22:52:14.260Z Compiling derive-where v1.2.7
22232024-08-27T22:52:14.543Z Checking crc-any v2.5.0
22242024-08-27T22:52:15.205Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22252024-08-27T22:52:15.230Z Checking object v0.30.4
22262024-08-27T22:52:15.422Z Checking zip v0.6.6
22272024-08-27T22:52:15.905Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22282024-08-27T22:52:16.123Z Checking path-slash v0.1.5
22292024-08-27T22:52:16.264Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22302024-08-27T22:52:16.290Z Checking nix v0.27.1
22312024-08-27T22:52:16.446Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22322024-08-27T22:52:17.012Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22332024-08-27T22:52:17.176Z Checking kstat-rs v0.2.4
22342024-08-27T22:52:17.255Z Checking serde-big-array v0.5.1
22352024-08-27T22:52:17.406Z Checking signal-hook-tokio v0.3.1
22362024-08-27T22:52:17.775Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22372024-08-27T22:52:18.891Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22382024-08-27T22:52:21.553Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22392024-08-27T22:52:22.922Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22402024-08-27T22:52:24.948Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22412024-08-27T22:52:28.047Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22422024-08-27T22:52:28.298Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22432024-08-27T22:52:28.500Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22442024-08-27T22:52:33.925Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22452024-08-27T22:52:34.548Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22462024-08-27T22:52:37.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.49s
22472024-08-27T22:52:37.296Z
22482024-08-27T22:52:37.296Zinfo: running `cargo check --bins` on gateway-api (45/156)
22492024-08-27T22:52:37.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502024-08-27T22:52:37.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512024-08-27T22:52:37.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522024-08-27T22:52:37.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22532024-08-27T22:52:37.939Z
22542024-08-27T22:52:37.939Zinfo: running `cargo check --bins` on oximeter (46/156)
22552024-08-27T22:52:38.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562024-08-27T22:52:38.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572024-08-27T22:52:38.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582024-08-27T22:52:38.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22592024-08-27T22:52:38.583Z
22602024-08-27T22:52:38.583Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/156)
22612024-08-27T22:52:39.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622024-08-27T22:52:39.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632024-08-27T22:52:39.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642024-08-27T22:52:39.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22652024-08-27T22:52:39.193Z
22662024-08-27T22:52:39.193Zinfo: running `cargo check --bins` on oximeter-schema (48/156)
22672024-08-27T22:52:39.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682024-08-27T22:52:39.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692024-08-27T22:52:39.827Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22702024-08-27T22:52:40.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
22712024-08-27T22:52:40.367Z
22722024-08-27T22:52:40.367Zinfo: running `cargo check --bins` on oximeter-types (49/156)
22732024-08-27T22:52:40.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742024-08-27T22:52:40.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752024-08-27T22:52:40.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762024-08-27T22:52:40.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22772024-08-27T22:52:41.003Z
22782024-08-27T22:52:41.003Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/156)
22792024-08-27T22:52:41.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802024-08-27T22:52:41.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812024-08-27T22:52:41.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822024-08-27T22:52:41.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22832024-08-27T22:52:41.639Z
22842024-08-27T22:52:41.639Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (51/156)
22852024-08-27T22:52:42.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862024-08-27T22:52:42.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872024-08-27T22:52:42.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882024-08-27T22:52:42.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22892024-08-27T22:52:42.247Z
22902024-08-27T22:52:42.247Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (52/156)
22912024-08-27T22:52:42.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922024-08-27T22:52:42.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932024-08-27T22:52:42.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942024-08-27T22:52:42.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22952024-08-27T22:52:42.889Z
22962024-08-27T22:52:42.889Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (53/156)
22972024-08-27T22:52:43.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982024-08-27T22:52:43.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992024-08-27T22:52:43.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002024-08-27T22:52:43.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23012024-08-27T22:52:43.517Z
23022024-08-27T22:52:43.517Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (54/156)
23032024-08-27T22:52:44.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042024-08-27T22:52:44.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052024-08-27T22:52:44.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062024-08-27T22:52:44.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23072024-08-27T22:52:44.163Z
23082024-08-27T22:52:44.163Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (55/156)
23092024-08-27T22:52:44.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102024-08-27T22:52:44.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112024-08-27T22:52:44.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122024-08-27T22:52:44.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23132024-08-27T22:52:44.804Z
23142024-08-27T22:52:44.804Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (56/156)
23152024-08-27T22:52:45.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162024-08-27T22:52:45.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172024-08-27T22:52:45.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182024-08-27T22:52:45.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23192024-08-27T22:52:45.450Z
23202024-08-27T22:52:45.450Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (57/156)
23212024-08-27T22:52:46.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222024-08-27T22:52:46.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232024-08-27T22:52:46.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242024-08-27T22:52:46.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23252024-08-27T22:52:46.086Z
23262024-08-27T22:52:46.086Zinfo: running `cargo check --bins` on oximeter-producer (58/156)
23272024-08-27T22:52:46.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282024-08-27T22:52:46.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292024-08-27T22:52:46.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302024-08-27T22:52:46.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23312024-08-27T22:52:46.761Z
23322024-08-27T22:52:46.762Zinfo: running `cargo check --bins` on internal-dns (59/156)
23332024-08-27T22:52:47.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-08-27T22:52:47.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-08-27T22:52:47.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362024-08-27T22:52:47.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23372024-08-27T22:52:47.400Z
23382024-08-27T22:52:47.400Zinfo: running `cargo check --bins` on nexus-client (60/156)
23392024-08-27T22:52:47.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402024-08-27T22:52:47.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412024-08-27T22:52:47.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422024-08-27T22:52:47.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23432024-08-27T22:52:48.058Z
23442024-08-27T22:52:48.058Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (61/156)
23452024-08-27T22:52:48.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462024-08-27T22:52:48.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472024-08-27T22:52:48.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482024-08-27T22:52:48.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23492024-08-27T22:52:48.710Z
23502024-08-27T22:52:48.710Zinfo: running `cargo check --bins` on omicron-passwords (62/156)
23512024-08-27T22:52:49.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522024-08-27T22:52:49.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532024-08-27T22:52:49.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542024-08-27T22:52:49.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23552024-08-27T22:52:49.335Z
23562024-08-27T22:52:49.335Zinfo: running `cargo check --bins` on nexus-types (63/156)
23572024-08-27T22:52:49.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582024-08-27T22:52:49.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592024-08-27T22:52:49.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602024-08-27T22:52:49.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23612024-08-27T22:52:49.999Z
23622024-08-27T22:52:49.999Zinfo: running `cargo check --bins` on gateway-client (64/156)
23632024-08-27T22:52:50.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642024-08-27T22:52:50.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652024-08-27T22:52:50.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662024-08-27T22:52:50.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23672024-08-27T22:52:50.612Z
23682024-08-27T22:52:50.612Zinfo: running `cargo check --bins` on oxql-types (65/156)
23692024-08-27T22:52:51.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702024-08-27T22:52:51.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712024-08-27T22:52:51.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722024-08-27T22:52:51.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23732024-08-27T22:52:51.246Z
23742024-08-27T22:52:51.246Zinfo: running `cargo check --bins` on sp-sim (66/156)
23752024-08-27T22:52:51.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-08-27T22:52:51.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-08-27T22:52:51.886Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23782024-08-27T22:52:53.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
23792024-08-27T22:52:53.781Z
23802024-08-27T22:52:53.781Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (67/156)
23812024-08-27T22:52:54.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-08-27T22:52:54.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-08-27T22:52:54.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842024-08-27T22:52:54.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23852024-08-27T22:52:54.479Z
23862024-08-27T22:52:54.479Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (68/156)
23872024-08-27T22:52:55.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-08-27T22:52:55.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-08-27T22:52:55.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902024-08-27T22:52:55.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23912024-08-27T22:52:56.186Z
23922024-08-27T22:52:56.186Zinfo: running `cargo check --bins` on db-macros (69/156)
23932024-08-27T22:52:56.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-08-27T22:52:56.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-08-27T22:52:56.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962024-08-27T22:52:56.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23972024-08-27T22:52:56.189Z
23982024-08-27T22:52:56.189Zinfo: running `cargo check --bins` on nexus-macros-common (70/156)
23992024-08-27T22:52:56.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-08-27T22:52:56.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-08-27T22:52:56.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022024-08-27T22:52:56.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24032024-08-27T22:52:56.404Z
24042024-08-27T22:52:56.404Zinfo: running `cargo check --bins` on nexus-auth (71/156)
24052024-08-27T22:52:57.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-08-27T22:52:57.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-08-27T22:52:57.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082024-08-27T22:52:57.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24092024-08-27T22:52:57.084Z
24102024-08-27T22:52:57.084Zinfo: running `cargo check --bins` on authz-macros (72/156)
24112024-08-27T22:52:57.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-08-27T22:52:57.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-08-27T22:52:57.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142024-08-27T22:52:57.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24152024-08-27T22:52:57.697Z
24162024-08-27T22:52:57.697Zinfo: running `cargo check --bins` on nexus-db-fixed-data (73/156)
24172024-08-27T22:52:58.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-08-27T22:52:58.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-08-27T22:52:58.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202024-08-27T22:52:58.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24212024-08-27T22:52:58.356Z
24222024-08-27T22:52:58.356Zinfo: running `cargo check --bins` on nexus-db-model (74/156)
24232024-08-27T22:52:58.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-08-27T22:52:58.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-08-27T22:52:58.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262024-08-27T22:52:58.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24272024-08-27T22:52:59.018Z
24282024-08-27T22:52:59.019Zinfo: running `cargo check --bins` on nexus-defaults (75/156)
24292024-08-27T22:52:59.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-08-27T22:52:59.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-08-27T22:52:59.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322024-08-27T22:52:59.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24332024-08-27T22:52:59.656Z
24342024-08-27T22:52:59.656Zinfo: running `cargo check --bins` on sled-agent-client (76/156)
24352024-08-27T22:53:00.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-08-27T22:53:00.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-08-27T22:53:00.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382024-08-27T22:53:00.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24392024-08-27T22:53:00.302Z
24402024-08-27T22:53:00.302Zinfo: running `cargo check --bins` on nexus-inventory (77/156)
24412024-08-27T22:53:00.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-08-27T22:53:00.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-08-27T22:53:00.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442024-08-27T22:53:00.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24452024-08-27T22:53:00.957Z
24462024-08-27T22:53:00.957Zinfo: running `cargo check --bins` on typed-rng (78/156)
24472024-08-27T22:53:01.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482024-08-27T22:53:01.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492024-08-27T22:53:01.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502024-08-27T22:53:01.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24512024-08-27T22:53:01.568Z
24522024-08-27T22:53:01.568Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (79/156)
24532024-08-27T22:53:02.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542024-08-27T22:53:02.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552024-08-27T22:53:02.570Z Compiling rayon-core v1.12.1
24562024-08-27T22:53:02.574Z Compiling crossbeam-deque v0.8.5
24572024-08-27T22:53:02.574Z Compiling curve25519-dalek v4.1.3
24582024-08-27T22:53:02.574Z Compiling unicase v2.7.0
24592024-08-27T22:53:02.574Z Checking keccak v0.1.5
24602024-08-27T22:53:02.574Z Compiling same-file v1.0.6
24612024-08-27T22:53:02.574Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24622024-08-27T22:53:02.574Z Compiling tempfile v3.10.1
24632024-08-27T22:53:02.683Z Compiling walkdir v2.5.0
24642024-08-27T22:53:02.700Z Checking sha3 v0.10.8
24652024-08-27T22:53:02.764Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24662024-08-27T22:53:02.896Z Compiling thiserror-impl-no-std v2.0.2
24672024-08-27T22:53:03.063Z Checking universal-hash v0.5.1
24682024-08-27T22:53:03.083Z Checking secrecy v0.8.0
24692024-08-27T22:53:03.106Z Compiling blake3 v1.5.1
24702024-08-27T22:53:03.249Z Compiling ring v0.16.20
24712024-08-27T22:53:03.273Z Compiling curve25519-dalek-derive v0.1.1
24722024-08-27T22:53:03.287Z Checking opaque-debug v0.3.1
24732024-08-27T22:53:03.290Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24742024-08-27T22:53:03.374Z Checking poly1305 v0.8.0
24752024-08-27T22:53:03.446Z Checking chacha20 v0.9.1
24762024-08-27T22:53:03.610Z Compiling rayon v1.10.0
24772024-08-27T22:53:03.834Z Checking aead v0.5.2
24782024-08-27T22:53:03.875Z Compiling memmap2 v0.9.4
24792024-08-27T22:53:04.052Z Compiling home v0.5.9
24802024-08-27T22:53:04.300Z Compiling arrayvec v0.7.4
24812024-08-27T22:53:04.325Z Compiling arrayref v0.3.7
24822024-08-27T22:53:04.370Z Compiling spin v0.5.2
24832024-08-27T22:53:04.434Z Compiling untrusted v0.7.1
24842024-08-27T22:53:04.506Z Compiling libefi-sys v0.1.0
24852024-08-27T22:53:04.614Z Compiling constant_time_eq v0.3.0
24862024-08-27T22:53:04.631Z Compiling toolchain_find v0.4.0
24872024-08-27T22:53:04.687Z Checking chacha20poly1305 v0.10.1
24882024-08-27T22:53:04.864Z Compiling camino-tempfile v1.1.1
24892024-08-27T22:53:05.092Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24902024-08-27T22:53:05.226Z Compiling bitfield-struct v0.6.1
24912024-08-27T22:53:05.276Z Compiling topological-sort v0.2.2
24922024-08-27T22:53:05.299Z Compiling cancel-safe-futures v0.1.5
24932024-08-27T22:53:05.485Z Compiling mime_guess v2.0.4
24942024-08-27T22:53:05.605Z Compiling rustfmt-wrapper v0.2.1
24952024-08-27T22:53:06.051Z Checking thiserror-no-std v2.0.2
24962024-08-27T22:53:06.070Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24972024-08-27T22:53:06.169Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24982024-08-27T22:53:06.189Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24992024-08-27T22:53:06.307Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25002024-08-27T22:53:06.626Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25012024-08-27T22:53:06.653Z Checking vsss-rs v3.3.4
25022024-08-27T22:53:06.860Z Checking gethostname v0.5.0
25032024-08-27T22:53:06.947Z Checking libsw v3.3.1
25042024-08-27T22:53:06.970Z Checking swrite v0.1.0
25052024-08-27T22:53:06.987Z Checking owo-colors v4.0.0
25062024-08-27T22:53:07.081Z Checking linear-map v1.2.0
25072024-08-27T22:53:07.182Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082024-08-27T22:53:07.411Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25092024-08-27T22:53:07.648Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25102024-08-27T22:53:08.004Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25112024-08-27T22:53:08.386Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25122024-08-27T22:53:08.657Z Checking nanorand v0.7.0
25132024-08-27T22:53:08.800Z Compiling omicron-zone-package v0.11.0
25142024-08-27T22:53:09.019Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25152024-08-27T22:53:09.038Z Checking http-range v0.1.5
25162024-08-27T22:53:09.140Z Checking glob v0.3.1
25172024-08-27T22:53:09.177Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25182024-08-27T22:53:09.226Z Checking hyper-staticfile v0.9.5
25192024-08-27T22:53:09.470Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25202024-08-27T22:53:09.661Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25212024-08-27T22:53:09.896Z Checking flume v0.11.0
25222024-08-27T22:53:10.315Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25232024-08-27T22:53:10.356Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25242024-08-27T22:53:10.502Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25252024-08-27T22:53:11.263Z Checking itertools v0.13.0
25262024-08-27T22:53:11.577Z Checking display-error-chain v0.2.0
25272024-08-27T22:53:12.015Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25282024-08-27T22:53:12.729Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25292024-08-27T22:53:13.784Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25302024-08-27T22:53:15.514Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25312024-08-27T22:53:15.566Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25322024-08-27T22:53:25.482Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25332024-08-27T22:53:36.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.05s
25342024-08-27T22:53:36.795Z
25352024-08-27T22:53:36.795Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (80/156)
25362024-08-27T22:53:37.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-08-27T22:53:37.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-08-27T22:53:37.533Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25392024-08-27T22:53:48.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
25402024-08-27T22:53:48.748Z
25412024-08-27T22:53:48.748Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (81/156)
25422024-08-27T22:53:49.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-08-27T22:53:49.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-08-27T22:53:49.487Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25452024-08-27T22:54:00.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.93s
25462024-08-27T22:54:00.854Z
25472024-08-27T22:54:00.854Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (82/156)
25482024-08-27T22:54:01.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-08-27T22:54:01.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-08-27T22:54:01.582Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25512024-08-27T22:54:12.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
25522024-08-27T22:54:12.837Z
25532024-08-27T22:54:12.837Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (83/156)
25542024-08-27T22:54:13.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-08-27T22:54:13.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-08-27T22:54:13.572Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25572024-08-27T22:54:24.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s
25582024-08-27T22:54:24.902Z
25592024-08-27T22:54:24.902Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (84/156)
25602024-08-27T22:54:25.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-08-27T22:54:25.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-08-27T22:54:25.627Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25632024-08-27T22:54:36.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
25642024-08-27T22:54:36.869Z
25652024-08-27T22:54:36.869Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (85/156)
25662024-08-27T22:54:37.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-08-27T22:54:37.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-08-27T22:54:37.602Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25692024-08-27T22:54:48.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
25702024-08-27T22:54:48.831Z
25712024-08-27T22:54:48.831Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (86/156)
25722024-08-27T22:54:49.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-08-27T22:54:49.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-08-27T22:54:49.562Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25752024-08-27T22:55:00.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
25762024-08-27T22:55:00.854Z
25772024-08-27T22:55:00.854Zinfo: running `cargo check --bins` on bootstrap-agent-api (87/156)
25782024-08-27T22:55:01.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-08-27T22:55:01.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-08-27T22:55:01.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-08-27T22:55:01.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25822024-08-27T22:55:01.520Z
25832024-08-27T22:55:01.520Zinfo: running `cargo check --bins` on sled-agent-types (88/156)
25842024-08-27T22:55:02.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-08-27T22:55:02.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-08-27T22:55:02.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-08-27T22:55:02.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25882024-08-27T22:55:02.184Z
25892024-08-27T22:55:02.184Zinfo: running `cargo check --bins` on bootstrap-agent-client (89/156)
25902024-08-27T22:55:02.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-08-27T22:55:02.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-08-27T22:55:02.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-08-27T22:55:02.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25942024-08-27T22:55:02.829Z
25952024-08-27T22:55:02.829Zinfo: running `cargo check --bins` on dpd-client (90/156)
25962024-08-27T22:55:03.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-08-27T22:55:03.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-08-27T22:55:03.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-08-27T22:55:03.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26002024-08-27T22:55:03.453Z
26012024-08-27T22:55:03.453Zinfo: running `cargo check --bins` on installinator-common (91/156)
26022024-08-27T22:55:04.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-08-27T22:55:04.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-08-27T22:55:04.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-08-27T22:55:04.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26062024-08-27T22:55:04.110Z
26072024-08-27T22:55:04.110Zinfo: running `cargo check --bins` on update-engine (92/156)
26082024-08-27T22:55:04.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-08-27T22:55:04.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-08-27T22:55:04.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-08-27T22:55:04.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26122024-08-27T22:55:04.723Z
26132024-08-27T22:55:04.723Zinfo: running `cargo check --bins` on key-manager (93/156)
26142024-08-27T22:55:05.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-08-27T22:55:05.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-08-27T22:55:05.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172024-08-27T22:55:05.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26182024-08-27T22:55:05.365Z
26192024-08-27T22:55:05.365Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (94/156)
26202024-08-27T22:55:05.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-08-27T22:55:05.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-08-27T22:55:05.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232024-08-27T22:55:05.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26242024-08-27T22:55:06.031Z
26252024-08-27T22:55:06.031Zinfo: running `cargo check --bins` on sled-agent-api (95/156)
26262024-08-27T22:55:06.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-08-27T22:55:06.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-08-27T22:55:06.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-08-27T22:55:06.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26302024-08-27T22:55:06.701Z
26312024-08-27T22:55:06.701Zinfo: running `cargo check --bins` on sled-hardware (96/156)
26322024-08-27T22:55:07.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-08-27T22:55:07.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-08-27T22:55:07.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-08-27T22:55:07.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26362024-08-27T22:55:07.344Z
26372024-08-27T22:55:07.344Zinfo: running `cargo check --bins --no-default-features` on sled-storage (97/156)
26382024-08-27T22:55:07.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-08-27T22:55:07.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-08-27T22:55:07.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-08-27T22:55:07.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26422024-08-27T22:55:07.996Z
26432024-08-27T22:55:07.996Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/156)
26442024-08-27T22:55:08.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-08-27T22:55:08.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-08-27T22:55:08.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472024-08-27T22:55:08.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26482024-08-27T22:55:08.648Z
26492024-08-27T22:55:08.648Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (99/156)
26502024-08-27T22:55:09.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-08-27T22:55:09.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-08-27T22:55:09.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532024-08-27T22:55:09.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26542024-08-27T22:55:09.312Z
26552024-08-27T22:55:09.312Zinfo: running `cargo check --bins` on nexus-test-interface (100/156)
26562024-08-27T22:55:09.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-08-27T22:55:09.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-08-27T22:55:09.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592024-08-27T22:55:09.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26602024-08-27T22:55:09.974Z
26612024-08-27T22:55:09.974Zinfo: running `cargo check --bins` on oximeter-collector (101/156)
26622024-08-27T22:55:10.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-08-27T22:55:10.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-08-27T22:55:10.660Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26652024-08-27T22:55:10.660Z Checking bcs v0.1.6
26662024-08-27T22:55:10.663Z Compiling async-recursion v1.1.1
26672024-08-27T22:55:10.663Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26682024-08-27T22:55:10.663Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26692024-08-27T22:55:11.702Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26702024-08-27T22:55:14.753Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26712024-08-27T22:55:16.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
26722024-08-27T22:55:16.537Z
26732024-08-27T22:55:16.537Zinfo: running `cargo check --bins` on oximeter-api (102/156)
26742024-08-27T22:55:17.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-08-27T22:55:17.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-08-27T22:55:17.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772024-08-27T22:55:17.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26782024-08-27T22:55:17.173Z
26792024-08-27T22:55:17.173Zinfo: running `cargo check --bins` on oximeter-client (103/156)
26802024-08-27T22:55:17.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-08-27T22:55:17.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-08-27T22:55:17.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832024-08-27T22:55:17.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26842024-08-27T22:55:17.808Z
26852024-08-27T22:55:17.808Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (104/156)
26862024-08-27T22:55:18.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-08-27T22:55:18.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-08-27T22:55:18.455Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26892024-08-27T22:55:19.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
26902024-08-27T22:55:19.165Z
26912024-08-27T22:55:19.165Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/156)
26922024-08-27T22:55:19.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-08-27T22:55:19.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-08-27T22:55:19.838Z Compiling vte_generate_state_changes v0.1.1
26952024-08-27T22:55:19.838Z Checking fd-lock v4.0.2
26962024-08-27T22:55:19.841Z Checking bytecount v0.6.8
26972024-08-27T22:55:19.841Z Compiling tabled_derive v0.7.0
26982024-08-27T22:55:19.841Z Checking crossterm v0.27.0
26992024-08-27T22:55:19.929Z Compiling peg-macros v0.8.4
27002024-08-27T22:55:19.931Z Compiling sqlparser_derive v0.2.2
27012024-08-27T22:55:19.931Z Checking nu-ansi-term v0.50.0
27022024-08-27T22:55:20.047Z Checking papergrid v0.11.0
27032024-08-27T22:55:20.076Z Checking home v0.5.9
27042024-08-27T22:55:20.219Z Checking unicode_categories v0.1.1
27052024-08-27T22:55:20.305Z Checking rustyline v14.0.0
27062024-08-27T22:55:20.533Z Checking sqlformat v0.2.4
27072024-08-27T22:55:20.557Z Checking vte v0.11.1
27082024-08-27T22:55:21.096Z Checking sqlparser v0.45.0
27092024-08-27T22:55:21.478Z Checking crossterm v0.28.1
27102024-08-27T22:55:21.975Z Checking strip-ansi-escapes v0.2.0
27112024-08-27T22:55:22.120Z Checking reedline v0.33.0
27122024-08-27T22:55:22.392Z Checking tabled v0.15.0
27132024-08-27T22:55:22.899Z Checking peg v0.8.4
27142024-08-27T22:55:27.290Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27152024-08-27T22:55:32.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.16s
27162024-08-27T22:55:32.478Z
27172024-08-27T22:55:32.478Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/156)
27182024-08-27T22:55:33.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-08-27T22:55:33.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-08-27T22:55:33.143Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27212024-08-27T22:55:38.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
27222024-08-27T22:55:38.431Z
27232024-08-27T22:55:38.431Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/156)
27242024-08-27T22:55:39.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252024-08-27T22:55:39.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262024-08-27T22:55:39.092Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27272024-08-27T22:55:44.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
27282024-08-27T22:55:44.174Z
27292024-08-27T22:55:44.174Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/156)
27302024-08-27T22:55:44.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312024-08-27T22:55:44.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322024-08-27T22:55:44.833Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27332024-08-27T22:55:48.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
27342024-08-27T22:55:49.055Z
27352024-08-27T22:55:49.055Zinfo: running `cargo check --bins` on oximeter-test-utils (109/156)
27362024-08-27T22:55:49.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-08-27T22:55:49.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-08-27T22:55:49.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392024-08-27T22:55:49.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27402024-08-27T22:55:49.703Z
27412024-08-27T22:55:49.703Zinfo: running `cargo check --bins` on cockroach-admin-client (110/156)
27422024-08-27T22:55:50.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432024-08-27T22:55:50.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442024-08-27T22:55:50.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452024-08-27T22:55:50.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27462024-08-27T22:55:50.322Z
27472024-08-27T22:55:50.322Zinfo: running `cargo check --bins` on installinator-client (111/156)
27482024-08-27T22:55:50.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492024-08-27T22:55:50.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502024-08-27T22:55:50.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512024-08-27T22:55:50.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27522024-08-27T22:55:50.977Z
27532024-08-27T22:55:50.977Zinfo: running `cargo check --bins` on oxide-client (112/156)
27542024-08-27T22:55:51.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552024-08-27T22:55:51.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562024-08-27T22:55:51.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572024-08-27T22:55:51.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27582024-08-27T22:55:51.591Z
27592024-08-27T22:55:51.591Zinfo: running `cargo check --bins` on wicketd-client (113/156)
27602024-08-27T22:55:52.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612024-08-27T22:55:52.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622024-08-27T22:55:52.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632024-08-27T22:55:52.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27642024-08-27T22:55:52.260Z
27652024-08-27T22:55:52.260Zinfo: running `cargo check --bins` on wicket-common (114/156)
27662024-08-27T22:55:52.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672024-08-27T22:55:52.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682024-08-27T22:55:52.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692024-08-27T22:55:52.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27702024-08-27T22:55:52.918Z
27712024-08-27T22:55:52.918Zinfo: running `cargo check --bins` on omicron-cockroach-admin (115/156)
27722024-08-27T22:55:53.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-08-27T22:55:53.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-08-27T22:55:53.584Z Checking csv-core v0.1.11
27752024-08-27T22:55:53.586Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27762024-08-27T22:55:53.875Z Checking csv v1.3.0
27772024-08-27T22:55:54.387Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27782024-08-27T22:55:54.716Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27792024-08-27T22:55:55.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
27802024-08-27T22:55:56.021Z
27812024-08-27T22:55:56.021Zinfo: running `cargo check --bins` on cockroach-admin-api (116/156)
27822024-08-27T22:55:56.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-08-27T22:55:56.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-08-27T22:55:56.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-08-27T22:55:56.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27862024-08-27T22:55:56.659Z
27872024-08-27T22:55:56.659Zinfo: running `cargo check --bins` on cockroach-admin-types (117/156)
27882024-08-27T22:55:57.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-08-27T22:55:57.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-08-27T22:55:57.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-08-27T22:55:57.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27922024-08-27T22:55:57.296Z
27932024-08-27T22:55:57.296Zinfo: running `cargo check --bins` on cert-dev (118/156)
27942024-08-27T22:55:57.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-08-27T22:55:57.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-08-27T22:55:57.910Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27972024-08-27T22:55:58.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
27982024-08-27T22:55:58.296Z
27992024-08-27T22:55:58.296Zinfo: running `cargo check --bins` on ch-dev (119/156)
28002024-08-27T22:55:58.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-08-27T22:55:58.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-08-27T22:55:58.964Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28032024-08-27T22:55:59.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
28042024-08-27T22:55:59.795Z
28052024-08-27T22:55:59.795Zinfo: running `cargo check --bins` on crdb-seed (120/156)
28062024-08-27T22:56:00.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-08-27T22:56:00.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-08-27T22:56:00.454Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28092024-08-27T22:56:00.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
28102024-08-27T22:56:00.930Z
28112024-08-27T22:56:00.930Zinfo: running `cargo check --bins` on db-dev (121/156)
28122024-08-27T22:56:01.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-08-27T22:56:01.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-08-27T22:56:01.598Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28152024-08-27T22:56:02.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
28162024-08-27T22:56:02.446Z
28172024-08-27T22:56:02.446Zinfo: running `cargo check --bins` on omicron-dev-lib (122/156)
28182024-08-27T22:56:03.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-08-27T22:56:03.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-08-27T22:56:03.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212024-08-27T22:56:03.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28222024-08-27T22:56:03.109Z
28232024-08-27T22:56:03.109Zinfo: running `cargo check --bins` on xtask-downloader (123/156)
28242024-08-27T22:56:03.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-08-27T22:56:03.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-08-27T22:56:03.724Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28272024-08-27T22:56:04.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
28282024-08-27T22:56:04.690Z
28292024-08-27T22:56:04.690Zinfo: running `cargo check --bins` on mgs-dev (124/156)
28302024-08-27T22:56:05.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-08-27T22:56:05.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-08-27T22:56:05.424Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28332024-08-27T22:56:06.054Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28342024-08-27T22:56:06.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
28352024-08-27T22:56:06.701Z
28362024-08-27T22:56:06.701Zinfo: running `cargo check --bins` on omicron-omdb (125/156)
28372024-08-27T22:56:07.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-08-27T22:56:07.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-08-27T22:56:07.500Z Compiling glob v0.3.1
28402024-08-27T22:56:07.500Z Compiling crunchy v0.2.2
28412024-08-27T22:56:07.512Z Compiling tiny-keccak v2.0.2
28422024-08-27T22:56:07.512Z Compiling dsl_auto_type v0.1.2
28432024-08-27T22:56:07.613Z Checking scheduled-thread-pool v0.2.7
28442024-08-27T22:56:07.615Z Compiling diesel_table_macro_syntax v0.2.0
28452024-08-27T22:56:07.650Z Compiling ascii-canvas v3.0.0
28462024-08-27T22:56:07.664Z Compiling ena v0.14.3
28472024-08-27T22:56:07.857Z Checking r2d2 v0.8.10
28482024-08-27T22:56:07.938Z Compiling libloading v0.8.3
28492024-08-27T22:56:08.060Z Compiling bindgen v0.69.4
28502024-08-27T22:56:08.060Z Compiling regex-syntax v0.6.29
28512024-08-27T22:56:08.184Z Compiling diff v0.1.13
28522024-08-27T22:56:08.202Z Compiling which v4.4.2
28532024-08-27T22:56:08.316Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28542024-08-27T22:56:08.485Z Compiling clang-sys v1.7.0
28552024-08-27T22:56:08.530Z Compiling cexpr v0.6.0
28562024-08-27T22:56:08.806Z Compiling rustc-hash v1.1.0
28572024-08-27T22:56:08.844Z Compiling lazycell v1.3.0
28582024-08-27T22:56:08.897Z Compiling shlex v1.3.0
28592024-08-27T22:56:08.960Z Compiling ref-cast v1.0.23
28602024-08-27T22:56:09.017Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28612024-08-27T22:56:09.234Z Compiling diesel_derives v2.2.2
28622024-08-27T22:56:09.269Z Compiling derive_builder_core v0.20.0
28632024-08-27T22:56:09.318Z Compiling libxml v0.3.3
28642024-08-27T22:56:09.347Z Compiling ref-cast-impl v1.0.23
28652024-08-27T22:56:09.553Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28662024-08-27T22:56:09.774Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28672024-08-27T22:56:10.052Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28682024-08-27T22:56:10.334Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28692024-08-27T22:56:10.373Z Compiling strum_macros v0.24.3
28702024-08-27T22:56:10.645Z Compiling dropshot v0.10.1
28712024-08-27T22:56:10.731Z Compiling indoc v1.0.9
28722024-08-27T22:56:12.013Z Compiling lalrpop v0.19.12
28732024-08-27T22:56:12.019Z Compiling derive_builder_macro v0.20.0
28742024-08-27T22:56:12.667Z Checking derive_builder v0.20.0
28752024-08-27T22:56:12.871Z Checking tungstenite v0.23.0
28762024-08-27T22:56:13.243Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28772024-08-27T22:56:13.561Z Compiling dropshot_endpoint v0.10.1
28782024-08-27T22:56:13.780Z Compiling impl-trait-for-tuples v0.2.2
28792024-08-27T22:56:13.902Z Compiling oso-derive v0.27.3
28802024-08-27T22:56:14.005Z Checking quick-xml v0.31.0
28812024-08-27T22:56:15.093Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28822024-08-27T22:56:15.422Z Checking maplit v1.0.2
28832024-08-27T22:56:15.613Z Checking tokio-tungstenite v0.23.1
28842024-08-27T22:56:16.116Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28852024-08-27T22:56:16.174Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28862024-08-27T22:56:16.479Z Checking bb8 v0.8.5
28872024-08-27T22:56:16.959Z Compiling const_format_proc_macros v0.2.32
28882024-08-27T22:56:17.870Z Checking crossbeam-deque v0.8.5
28892024-08-27T22:56:18.191Z Compiling portable-atomic v1.6.0
28902024-08-27T22:56:19.183Z Checking const_format v0.2.32
28912024-08-27T22:56:19.367Z Checking rayon-core v1.12.1
28922024-08-27T22:56:19.551Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
28932024-08-27T22:56:19.720Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28942024-08-27T22:56:20.030Z Checking castaway v0.2.3
28952024-08-27T22:56:20.079Z Checking rayon v1.10.0
28962024-08-27T22:56:20.196Z Checking compact_str v0.8.0
28972024-08-27T22:56:21.701Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28982024-08-27T22:56:21.737Z Checking unicode-truncate v1.0.0
28992024-08-27T22:56:21.987Z Checking lru v0.12.3
29002024-08-27T22:56:21.990Z Compiling instability v0.3.2
29012024-08-27T22:56:22.118Z Checking diesel v2.2.2
29022024-08-27T22:56:22.158Z Checking smawk v0.3.2
29032024-08-27T22:56:22.249Z Checking cassowary v0.3.0
29042024-08-27T22:56:22.278Z Checking number_prefix v0.4.0
29052024-08-27T22:56:22.351Z Checking unicode-linebreak v0.1.5
29062024-08-27T22:56:22.506Z Checking multimap v0.10.0
29072024-08-27T22:56:22.776Z Checking textwrap v0.16.1
29082024-08-27T22:56:23.089Z Checking ratatui v0.28.0
29092024-08-27T22:56:23.865Z Checking indicatif v0.17.8
29102024-08-27T22:56:43.509Z Compiling samael v0.0.15
29112024-08-27T22:56:57.262Z Compiling polar-core v0.27.3
29122024-08-27T22:56:57.638Z Checking async-bb8-diesel v0.2.1
29132024-08-27T22:57:04.192Z Checking oso v0.27.3
29142024-08-27T22:58:03.174Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29152024-08-27T22:58:08.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
29162024-08-27T22:58:08.572Z
29172024-08-27T22:58:08.572Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (126/156)
29182024-08-27T22:58:09.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192024-08-27T22:58:09.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202024-08-27T22:58:09.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212024-08-27T22:58:09.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29222024-08-27T22:58:09.280Z
29232024-08-27T22:58:09.280Zinfo: running `cargo check --bins` on nexus-saga-recovery (127/156)
29242024-08-27T22:58:09.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252024-08-27T22:58:09.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262024-08-27T22:58:09.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272024-08-27T22:58:09.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29282024-08-27T22:58:09.978Z
29292024-08-27T22:58:09.978Zinfo: running `cargo check --bins` on nexus-test-utils-macros (128/156)
29302024-08-27T22:58:10.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312024-08-27T22:58:10.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322024-08-27T22:58:10.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332024-08-27T22:58:10.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29342024-08-27T22:58:10.606Z
29352024-08-27T22:58:10.606Zinfo: running `cargo check --bins` on omicron-nexus (129/156)
29362024-08-27T22:58:11.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372024-08-27T22:58:11.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382024-08-27T22:58:11.408Z Compiling libz-sys v1.1.16
29392024-08-27T22:58:11.510Z Compiling libgit2-sys v0.17.0+1.8.1
29402024-08-27T22:58:11.521Z Compiling vergen v8.3.2
29412024-08-27T22:58:11.521Z Compiling cargo-platform v0.1.8
29422024-08-27T22:58:11.524Z Compiling pin-project-internal v1.1.5
29432024-08-27T22:58:11.555Z Compiling snafu-derive v0.8.2
29442024-08-27T22:58:11.555Z Compiling libsqlite3-sys v0.28.0
29452024-08-27T22:58:11.558Z Compiling buf-list v1.0.3
29462024-08-27T22:58:11.847Z Compiling cargo_metadata v0.18.1
29472024-08-27T22:58:12.051Z Checking globset v0.4.14
29482024-08-27T22:58:12.120Z Checking olpc-cjson v0.1.3
29492024-08-27T22:58:12.330Z Checking rand_seeder v0.3.0
29502024-08-27T22:58:12.349Z Checking serde_plain v1.0.2
29512024-08-27T22:58:12.453Z Checking typed-path v0.7.1
29522024-08-27T22:58:12.558Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29532024-08-27T22:58:12.719Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29542024-08-27T22:58:12.835Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29552024-08-27T22:58:12.991Z Checking hashlink v0.9.1
29562024-08-27T22:58:13.008Z Checking fallible-streaming-iterator v0.1.9
29572024-08-27T22:58:13.120Z Checking fallible-iterator v0.3.0
29582024-08-27T22:58:13.245Z Checking parse-size v1.0.0
29592024-08-27T22:58:13.483Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29602024-08-27T22:58:13.645Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29612024-08-27T22:58:13.703Z Checking rusqlite v0.31.0
29622024-08-27T22:58:14.237Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29632024-08-27T22:58:14.363Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29642024-08-27T22:58:14.555Z Checking twox-hash v1.6.3
29652024-08-27T22:58:14.574Z Checking pin-project v1.1.5
29662024-08-27T22:58:14.697Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29672024-08-27T22:58:15.019Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29682024-08-27T22:58:15.294Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29692024-08-27T22:58:15.426Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29702024-08-27T22:58:15.513Z Checking fatfs v0.3.6
29712024-08-27T22:58:15.554Z Checking assert_matches v1.5.0
29722024-08-27T22:58:16.789Z Checking snafu v0.8.2
29732024-08-27T22:58:17.242Z Checking tough v0.17.1
29742024-08-27T22:58:21.063Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29752024-08-27T22:58:22.212Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29762024-08-27T22:58:22.358Z Compiling git2 v0.19.0
29772024-08-27T22:58:27.113Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29782024-08-27T22:59:24.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
29792024-08-27T22:59:24.792Z
29802024-08-27T22:59:24.792Zinfo: running `cargo check --bins` on nexus-internal-api (130/156)
29812024-08-27T22:59:25.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822024-08-27T22:59:25.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832024-08-27T22:59:25.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29842024-08-27T22:59:25.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29852024-08-27T22:59:25.486Z
29862024-08-27T22:59:25.487Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (131/156)
29872024-08-27T22:59:26.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882024-08-27T22:59:26.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892024-08-27T22:59:26.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29902024-08-27T22:59:26.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29912024-08-27T22:59:26.171Z
29922024-08-27T22:59:26.171Zinfo: running `cargo check --bins` on nexus-networking (132/156)
29932024-08-27T22:59:26.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942024-08-27T22:59:26.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952024-08-27T22:59:26.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962024-08-27T22:59:26.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29972024-08-27T22:59:26.861Z
29982024-08-27T22:59:26.861Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (133/156)
29992024-08-27T22:59:27.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002024-08-27T22:59:27.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012024-08-27T22:59:27.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022024-08-27T22:59:27.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30032024-08-27T22:59:27.547Z
30042024-08-27T22:59:27.547Zinfo: running `cargo check --bins` on update-common (134/156)
30052024-08-27T22:59:28.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062024-08-27T22:59:28.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072024-08-27T22:59:28.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082024-08-27T22:59:28.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30092024-08-27T22:59:28.211Z
30102024-08-27T22:59:28.211Zinfo: running `cargo check --bins` on tufaceous-lib (135/156)
30112024-08-27T22:59:28.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-08-27T22:59:28.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-08-27T22:59:28.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142024-08-27T22:59:28.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30152024-08-27T22:59:28.864Z
30162024-08-27T22:59:28.864Zinfo: running `cargo check --bins` on tufaceous (136/156)
30172024-08-27T22:59:29.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-08-27T22:59:29.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-08-27T22:59:29.539Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30202024-08-27T22:59:30.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
30212024-08-27T22:59:30.587Z
30222024-08-27T22:59:30.587Zinfo: running `cargo check --bins` on omicron-dev (137/156)
30232024-08-27T22:59:31.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-08-27T22:59:31.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-08-27T22:59:31.436Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30262024-08-27T22:59:31.439Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30272024-08-27T22:59:31.439Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30282024-08-27T22:59:32.775Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30292024-08-27T22:59:35.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
30302024-08-27T22:59:35.309Z
30312024-08-27T22:59:35.309Zinfo: running `cargo check --bins` on openapi-manager (138/156)
30322024-08-27T22:59:35.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-08-27T22:59:35.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-08-27T22:59:36.015Z Checking heck v0.4.1
30352024-08-27T22:59:36.015Z Checking is_ci v1.2.0
30362024-08-27T22:59:36.017Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30372024-08-27T22:59:36.017Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30382024-08-27T22:59:36.017Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30392024-08-27T22:59:36.017Z Checking indent_write v2.2.0
30402024-08-27T22:59:36.242Z Checking supports-color v3.0.0
30412024-08-27T22:59:36.254Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30422024-08-27T22:59:37.617Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30432024-08-27T22:59:38.397Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30442024-08-27T22:59:39.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
30452024-08-27T22:59:39.520Z
30462024-08-27T22:59:39.520Zinfo: running `cargo check --bins` on installinator-api (139/156)
30472024-08-27T22:59:40.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-08-27T22:59:40.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-08-27T22:59:40.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502024-08-27T22:59:40.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30512024-08-27T22:59:40.172Z
30522024-08-27T22:59:40.172Zinfo: running `cargo check --bins` on openapi-manager-types (140/156)
30532024-08-27T22:59:40.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542024-08-27T22:59:40.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552024-08-27T22:59:40.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562024-08-27T22:59:40.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30572024-08-27T22:59:40.790Z
30582024-08-27T22:59:40.790Zinfo: running `cargo check --bins` on wicketd-api (141/156)
30592024-08-27T22:59:41.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-08-27T22:59:41.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-08-27T22:59:41.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-08-27T22:59:41.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30632024-08-27T22:59:41.456Z
30642024-08-27T22:59:41.456Zinfo: running `cargo check --bins` on reconfigurator-cli (142/156)
30652024-08-27T22:59:42.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-08-27T22:59:42.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-08-27T22:59:42.178Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30682024-08-27T22:59:43.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
30692024-08-27T22:59:43.525Z
30702024-08-27T22:59:43.525Zinfo: running `cargo check --bins` on omicron-releng (143/156)
30712024-08-27T22:59:44.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-08-27T22:59:44.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-08-27T22:59:44.193Z Checking memmap2 v0.9.4
30742024-08-27T22:59:44.193Z Checking arrayvec v0.7.4
30752024-08-27T22:59:44.193Z Checking untrusted v0.7.1
30762024-08-27T22:59:44.193Z Checking constant_time_eq v0.3.0
30772024-08-27T22:59:44.196Z Checking arrayref v0.3.7
30782024-08-27T22:59:44.196Z Checking spin v0.5.2
30792024-08-27T22:59:44.196Z Checking cargo-platform v0.1.8
30802024-08-27T22:59:44.196Z Checking topological-sort v0.2.2
30812024-08-27T22:59:44.414Z Checking shell-words v1.1.0
30822024-08-27T22:59:44.460Z Checking ring v0.16.20
30832024-08-27T22:59:44.556Z Checking cargo_metadata v0.18.1
30842024-08-27T22:59:44.636Z Checking blake3 v1.5.1
30852024-08-27T22:59:45.612Z Checking omicron-zone-package v0.11.0
30862024-08-27T22:59:46.654Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30872024-08-27T22:59:47.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
30882024-08-27T22:59:47.667Z
30892024-08-27T22:59:47.667Zinfo: running `cargo check --bins` on xtask (144/156)
30902024-08-27T22:59:48.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-08-27T22:59:48.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-08-27T22:59:48.155Z Checking bitflags v2.6.0
30932024-08-27T22:59:48.158Z Checking serde v1.0.208
30942024-08-27T22:59:48.158Z Checking thiserror v1.0.63
30952024-08-27T22:59:48.242Z Checking scroll v0.12.0
30962024-08-27T22:59:48.245Z Checking hashbrown v0.14.5
30972024-08-27T22:59:48.253Z Checking log v0.4.21
30982024-08-27T22:59:48.262Z Checking zerocopy v0.7.34
30992024-08-27T22:59:48.273Z Checking syn v2.0.74
31002024-08-27T22:59:48.334Z Checking pest v2.7.10
31012024-08-27T22:59:48.470Z Checking rustix v0.38.34
31022024-08-27T22:59:48.490Z Checking fs-err v2.11.0
31032024-08-27T22:59:48.692Z Checking goblin v0.8.2
31042024-08-27T22:59:48.778Z Checking tabled v0.15.0
31052024-08-27T22:59:49.303Z Checking indexmap v2.4.0
31062024-08-27T22:59:49.609Z Checking anyhow v1.0.86
31072024-08-27T22:59:50.391Z Checking terminal_size v0.3.0
31082024-08-27T22:59:50.393Z Checking tempfile v3.10.1
31092024-08-27T22:59:50.560Z Checking clap_builder v4.5.15
31102024-08-27T22:59:50.807Z Checking dtrace-parser v0.2.0
31112024-08-27T22:59:52.494Z Checking serde_json v1.0.125
31122024-08-27T22:59:52.494Z Checking serde_spanned v0.6.7
31132024-08-27T22:59:52.497Z Checking toml_datetime v0.6.8
31142024-08-27T22:59:52.497Z Checking camino v1.1.9
31152024-08-27T22:59:52.497Z Checking semver v1.0.23
31162024-08-27T22:59:52.497Z Checking cargo-platform v0.1.8
31172024-08-27T22:59:52.653Z Checking clap v4.5.16
31182024-08-27T22:59:52.713Z Checking macaddr v1.0.1
31192024-08-27T22:59:52.796Z Checking toml_edit v0.22.20
31202024-08-27T22:59:52.994Z Checking camino-tempfile v1.1.1
31212024-08-27T22:59:53.610Z Checking dof v0.3.0
31222024-08-27T22:59:53.610Z Checking cargo_metadata v0.18.1
31232024-08-27T22:59:54.005Z Checking usdt-impl v0.5.0
31242024-08-27T22:59:54.378Z Checking usdt v0.5.0
31252024-08-27T22:59:54.545Z Checking toml v0.8.19
31262024-08-27T22:59:54.997Z Checking cargo_toml v0.20.4
31272024-08-27T22:59:56.164Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31282024-08-27T22:59:56.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
31292024-08-27T22:59:56.850Z
31302024-08-27T22:59:56.850Zinfo: running `cargo check --bins` on end-to-end-tests (145/156)
31312024-08-27T22:59:57.315Z Downloading crates ...
31322024-08-27T22:59:57.551Z Downloaded bcrypt-pbkdf v0.10.0
31332024-08-27T22:59:57.553Z Downloaded rfc6979 v0.4.0
31342024-08-27T22:59:57.558Z Downloaded polyval v0.6.2
31352024-08-27T22:59:57.560Z Downloaded dirs v5.0.1
31362024-08-27T22:59:57.568Z Downloaded md5 v0.7.0
31372024-08-27T22:59:57.570Z Downloaded dhcproto-macros v0.1.0
31382024-08-27T22:59:57.570Z Downloaded russh-cryptovec v0.7.2
31392024-08-27T22:59:57.583Z Downloaded hex-literal v0.4.1
31402024-08-27T22:59:57.586Z Downloaded ed25519 v2.2.3
31412024-08-27T22:59:57.588Z Downloaded ssh-cipher v0.2.0
31422024-08-27T22:59:57.588Z Downloaded ghash v0.5.1
31432024-08-27T22:59:57.590Z Downloaded dirs-sys v0.4.1
31442024-08-27T22:59:57.590Z Downloaded blowfish v0.9.1
31452024-08-27T22:59:57.593Z Downloaded password-hash v0.4.2
31462024-08-27T22:59:57.595Z Downloaded option-ext v0.2.0
31472024-08-27T22:59:57.597Z Downloaded ssh-encoding v0.2.0
31482024-08-27T22:59:57.597Z Downloaded pbkdf2 v0.11.0
31492024-08-27T22:59:57.600Z Downloaded primeorder v0.13.6
31502024-08-27T22:59:57.602Z Downloaded internet-checksum v0.2.1
31512024-08-27T22:59:57.609Z Downloaded ecdsa v0.16.9
31522024-08-27T22:59:57.618Z Downloaded russh-keys v0.44.0
31532024-08-27T22:59:57.620Z Downloaded dhcproto v0.12.0
31542024-08-27T22:59:57.623Z Downloaded p256 v0.13.2
31552024-08-27T22:59:57.627Z Downloaded ssh-key v0.6.6
31562024-08-27T22:59:57.634Z Downloaded ed25519-dalek v2.1.1
31572024-08-27T22:59:57.637Z Downloaded num-bigint v0.4.5
31582024-08-27T22:59:57.645Z Downloaded aes-gcm v0.10.3
31592024-08-27T22:59:57.648Z Downloaded russh v0.44.1
31602024-08-27T22:59:57.651Z Downloaded p521 v0.13.3
31612024-08-27T22:59:57.656Z Downloaded p384 v0.13.0
31622024-08-27T22:59:57.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-08-27T22:59:57.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-08-27T22:59:57.807Z Checking polyval v0.6.2
31652024-08-27T22:59:57.809Z Checking rfc6979 v0.4.0
31662024-08-27T22:59:57.921Z Checking primeorder v0.13.6
31672024-08-27T22:59:57.923Z Checking ctr v0.9.2
31682024-08-27T22:59:57.943Z Checking ed25519 v2.2.3
31692024-08-27T22:59:57.945Z Checking ssh-encoding v0.2.0
31702024-08-27T22:59:57.945Z Checking blowfish v0.9.1
31712024-08-27T22:59:57.945Z Checking option-ext v0.2.0
31722024-08-27T22:59:58.047Z Checking ecdsa v0.16.9
31732024-08-27T22:59:58.107Z Checking ghash v0.5.1
31742024-08-27T22:59:58.126Z Checking dirs-sys v0.4.1
31752024-08-27T22:59:58.166Z Checking password-hash v0.4.2
31762024-08-27T22:59:58.216Z Checking bcrypt-pbkdf v0.10.0
31772024-08-27T22:59:58.262Z Checking ed25519-dalek v2.1.1
31782024-08-27T22:59:58.264Z Checking aes-gcm v0.10.3
31792024-08-27T22:59:58.301Z Checking matches v0.1.10
31802024-08-27T22:59:58.328Z Checking dirs v5.0.1
31812024-08-27T22:59:58.344Z Compiling enum-as-inner v0.5.1
31822024-08-27T22:59:58.388Z Checking idna v0.2.3
31832024-08-27T22:59:58.455Z Checking russh-cryptovec v0.7.2
31842024-08-27T22:59:58.472Z Checking md5 v0.7.0
31852024-08-27T22:59:58.496Z Checking ssh-cipher v0.2.0
31862024-08-27T22:59:58.578Z Checking pbkdf2 v0.11.0
31872024-08-27T22:59:58.597Z Checking num-bigint v0.4.5
31882024-08-27T22:59:58.650Z Checking hex-literal v0.4.1
31892024-08-27T22:59:58.731Z Compiling dhcproto-macros v0.1.0
31902024-08-27T22:59:58.748Z Checking p521 v0.13.3
31912024-08-27T22:59:58.773Z Checking ssh-key v0.6.6
31922024-08-27T22:59:58.775Z Checking p384 v0.13.0
31932024-08-27T22:59:58.849Z Checking p256 v0.13.2
31942024-08-27T22:59:59.195Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31952024-08-27T22:59:59.314Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31962024-08-27T22:59:59.401Z Checking trust-dns-proto v0.22.0
31972024-08-27T22:59:59.690Z Checking internet-checksum v0.2.1
31982024-08-27T23:00:00.247Z Checking russh-keys v0.44.0
31992024-08-27T23:00:01.156Z Checking russh v0.44.1
32002024-08-27T23:00:02.142Z Checking dhcproto v0.12.0
32012024-08-27T23:00:18.013Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32022024-08-27T23:00:19.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.43s
32032024-08-27T23:00:19.473Z
32042024-08-27T23:00:19.473Zinfo: running `cargo check --bins` on gateway-cli (146/156)
32052024-08-27T23:00:20.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062024-08-27T23:00:20.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072024-08-27T23:00:20.128Z Checking termios v0.3.3
32082024-08-27T23:00:20.330Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32092024-08-27T23:00:21.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
32102024-08-27T23:00:21.203Z
32112024-08-27T23:00:21.203Zinfo: running `cargo check --bins --no-default-features` on installinator (147/156)
32122024-08-27T23:00:21.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-08-27T23:00:21.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-08-27T23:00:21.905Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32152024-08-27T23:00:23.847Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32162024-08-27T23:00:25.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
32172024-08-27T23:00:25.722Z
32182024-08-27T23:00:25.722Zinfo: running `cargo check --bins` on internal-dns-cli (148/156)
32192024-08-27T23:00:26.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-08-27T23:00:26.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-08-27T23:00:26.366Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32222024-08-27T23:00:26.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
32232024-08-27T23:00:26.951Z
32242024-08-27T23:00:26.951Zinfo: running `cargo check --bins` on omicron-live-tests (149/156)
32252024-08-27T23:00:27.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-08-27T23:00:27.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-08-27T23:00:27.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282024-08-27T23:00:27.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32292024-08-27T23:00:27.555Z
32302024-08-27T23:00:27.555Zinfo: running `cargo check --bins` on live-tests-macros (150/156)
32312024-08-27T23:00:28.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-08-27T23:00:28.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-08-27T23:00:28.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342024-08-27T23:00:28.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32352024-08-27T23:00:28.171Z
32362024-08-27T23:00:28.171Zinfo: running `cargo check --bins` on omicron-package (151/156)
32372024-08-27T23:00:28.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382024-08-27T23:00:28.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392024-08-27T23:00:28.840Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32402024-08-27T23:00:30.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
32412024-08-27T23:00:30.196Z
32422024-08-27T23:00:30.196Zinfo: running `cargo check --bins` on wicket-dbg (152/156)
32432024-08-27T23:00:30.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442024-08-27T23:00:30.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452024-08-27T23:00:30.894Z Checking rtoolbox v0.0.2
32462024-08-27T23:00:30.897Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32472024-08-27T23:00:30.897Z Checking tui-tree-widget v0.22.0
32482024-08-27T23:00:31.101Z Checking rpassword v7.3.1
32492024-08-27T23:00:35.002Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32502024-08-27T23:00:37.808Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32512024-08-27T23:00:38.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.64s
32522024-08-27T23:00:39.014Z
32532024-08-27T23:00:39.014Zinfo: running `cargo check --bins` on wicket (153/156)
32542024-08-27T23:00:39.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552024-08-27T23:00:39.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562024-08-27T23:00:39.706Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32572024-08-27T23:00:40.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
32582024-08-27T23:00:40.227Z
32592024-08-27T23:00:40.227Zinfo: running `cargo check --bins` on wicketd (154/156)
32602024-08-27T23:00:40.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612024-08-27T23:00:40.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622024-08-27T23:00:40.937Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32632024-08-27T23:00:44.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
32642024-08-27T23:00:44.679Z
32652024-08-27T23:00:44.679Zinfo: running `cargo check --bins` on omicron-workspace-hack (155/156)
32662024-08-27T23:00:45.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672024-08-27T23:00:45.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682024-08-27T23:00:45.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692024-08-27T23:00:45.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32702024-08-27T23:00:45.298Z
32712024-08-27T23:00:45.298Zinfo: running `cargo check --bins` on zone-setup (156/156)
32722024-08-27T23:00:45.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732024-08-27T23:00:45.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742024-08-27T23:00:46.037Z Checking uzers v0.11.3
32752024-08-27T23:00:46.331Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32762024-08-27T23:00:47.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
32772024-08-27T23:00:47.530Z
32782024-08-27T23:00:47.530Zreal 10:48.562086416
32792024-08-27T23:00:47.530Zuser 23:21.281132883
32802024-08-27T23:00:47.530Zsys 5:03.845755003
32812024-08-27T23:00:47.530Ztrap 0.498778548
32822024-08-27T23:00:47.530Ztflt 3.243922879
32832024-08-27T23:00:47.533Zdflt 1.825428978
32842024-08-27T23:00:47.533Zkflt 0.003009359
32852024-08-27T23:00:47.533Zlock 41:46.850220454
32862024-08-27T23:00:47.533Zslp 1:54:43.982507574
32872024-08-27T23:00:47.533Zlat 1:00.471463140
32882024-08-27T23:00:47.533Zstop 3:03.378650550
32892024-08-27T23:00:47.533Zprocess exited: duration 898556 ms, exit code 0
 
32902024-08-27T23:00:47.541Zfound 0 output files