01JCMD4QYET9FKKNYHRHN2V5MX: 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: 01JCMD5FESKPGQGMY1M1KJ5F0T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-14T03:59:35.316Zjob assigned to worker 01JCMD5S1QR9MV7NSJFDFB49X0 (queued for 55 s)
 
22024-11-14T03:59:43.112Zstarting task 0: "setup"
32024-11-14T03:59:43.120Z++ uname -s
42024-11-14T03:59:43.124Z+ kern=SunOS
52024-11-14T03:59:43.124Z+ case "$kern" in
62024-11-14T03:59:43.124Z+ groupadd -g 12345 build
72024-11-14T03:59:43.124Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-14T03:59:45.133Z+ zfs create -o mountpoint=/work rpool/work
92024-11-14T03:59:45.247Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-14T03:59:45.250Z+ home_fs=zfs
112024-11-14T03:59:45.250Z+ [[ zfs == autofs ]]
122024-11-14T03:59:45.250Z+ mkdir -p /home/build
132024-11-14T03:59:45.252Z+ chown build:build /home/build /work
142024-11-14T03:59:46.254Z+ chmod 0700 /home/build /work
152024-11-14T03:59:46.257Zprocess exited: duration 3150 ms, exit code 0
 
162024-11-14T03:59:46.261Zstarting task 1: "rust-toolchain"
172024-11-14T03:59:46.267Z+ printf ' * toolchain channel = "%s"
182024-11-14T03:59:46.267Z * toolchain channel = "1.81.0"
192024-11-14T03:59:46.267Z' 1.81.0
202024-11-14T03:59:46.267Z+ printf ' * toolchain profile = "%s"
212024-11-14T03:59:46.267Z' default
222024-11-14T03:59:46.267Z * toolchain profile = "default"
232024-11-14T03:59:46.271Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-14T03:59:46.271Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-14T03:59:46.392Zinfo: downloading installer
262024-11-14T03:59:47.906Zinfo: profile set to 'default'
272024-11-14T03:59:47.906Zinfo: default host triple is x86_64-unknown-illumos
282024-11-14T03:59:47.908Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-14T03:59:48.081Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-14T03:59:48.081Zinfo: downloading component 'cargo'
312024-11-14T03:59:49.073Zinfo: downloading component 'clippy'
322024-11-14T03:59:49.443Zinfo: downloading component 'rust-docs'
332024-11-14T03:59:50.889Zinfo: downloading component 'rust-std'
342024-11-14T03:59:53.030Zinfo: downloading component 'rustc'
352024-11-14T04:00:00.558Zinfo: downloading component 'rustfmt'
362024-11-14T04:00:00.851Zinfo: installing component 'cargo'
372024-11-14T04:00:01.693Zinfo: installing component 'clippy'
382024-11-14T04:00:02.082Zinfo: installing component 'rust-docs'
392024-11-14T04:00:03.700Zinfo: installing component 'rust-std'
402024-11-14T04:00:05.579Zinfo: installing component 'rustc'
412024-11-14T04:00:11.645Zinfo: installing component 'rustfmt'
422024-11-14T04:00:12.005Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-14T04:00:12.005Z
442024-11-14T04:00:12.404Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-14T04:00:12.404Z
462024-11-14T04:00:12.407Z
472024-11-14T04:00:12.407ZRust is installed now. Great!
482024-11-14T04:00:12.407Z
492024-11-14T04:00:12.407ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-14T04:00:12.407Zenvironment variable. This has not been done automatically.
512024-11-14T04:00:12.407Z
522024-11-14T04:00:12.407ZTo configure your current shell, you need to source
532024-11-14T04:00:12.407Zthe corresponding env file under $HOME/.cargo.
542024-11-14T04:00:12.407Z
552024-11-14T04:00:12.407ZThis is usually done by running one of the following (note the leading DOT):
562024-11-14T04:00:12.407Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-14T04:00:12.407Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-14T04:00:12.478Z+ rustc --version
592024-11-14T04:00:12.549Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-14T04:00:12.553Zprocess exited: duration 26290 ms, exit code 0
 
612024-11-14T04:00:12.558Zstarting task 2: "authentication"
622024-11-14T04:00:12.581Zprocess exited: duration 21 ms, exit code 0
 
632024-11-14T04:00:12.587Zstarting task 3: "clone repository"
642024-11-14T04:00:12.592Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-14T04:00:12.595Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-14T04:00:12.872ZCloning into '/work/oxidecomputer/omicron'...
672024-11-14T04:00:55.504Z+ cd /work/oxidecomputer/omicron
682024-11-14T04:00:55.504Z+ git fetch origin 2dc6988fbf7f0ce433a44c659ab57bf28032f11e
692024-11-14T04:00:56.211ZFrom https://github.com/oxidecomputer/omicron
702024-11-14T04:00:56.211Z * branch 2dc6988fbf7f0ce433a44c659ab57bf28032f11e -> FETCH_HEAD
712024-11-14T04:00:56.222Z+ [[ -n sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it ]]
722024-11-14T04:00:56.224Z++ git branch --show-current
732024-11-14T04:00:56.224Z+ current=main
742024-11-14T04:00:56.224Z+ [[ main != sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it ]]
752024-11-14T04:00:56.224Z+ git branch -f sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it 2dc6988fbf7f0ce433a44c659ab57bf28032f11e
762024-11-14T04:00:56.228Z+ git checkout -f sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it
772024-11-14T04:00:56.404ZSwitched to branch 'sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it'
782024-11-14T04:00:56.407Z+ git reset --hard 2dc6988fbf7f0ce433a44c659ab57bf28032f11e
792024-11-14T04:00:56.438ZHEAD is now at 2dc6988fb trailing whitespace
802024-11-14T04:00:56.442Zprocess exited: duration 43852 ms, exit code 0
 
812024-11-14T04:00:56.447Zstarting task 4: "build"
822024-11-14T04:00:56.453Z+ source .github/buildomat/ci-env.sh
832024-11-14T04:00:56.455Z++ export CARGO_TERM_COLOR=always
842024-11-14T04:00:56.455Z++ CARGO_TERM_COLOR=always
852024-11-14T04:00:56.455Z+ cargo --version
862024-11-14T04:00:56.513Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-14T04:00:56.515Z+ rustc --version
882024-11-14T04:00:56.580Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-14T04:00:56.583Z+ source ./env.sh
902024-11-14T04:00:56.585Z++ OLD_SHELL_OPTS=ehxB
912024-11-14T04:00:56.585Z++ set -o xtrace
922024-11-14T04:00:56.588Z++++ dirname ./env.sh
932024-11-14T04:00:56.588Z+++ readlink -f .
942024-11-14T04:00:56.630Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-14T04:00:56.633Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-14T04:00:56.633Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-14T04:00:56.633Z++ 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
982024-11-14T04:00:56.633Z++ 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
992024-11-14T04:00:56.633Z++ 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
1002024-11-14T04:00:56.633Z++ 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
1012024-11-14T04:00:56.633Z++ 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
1022024-11-14T04:00:56.633Z++ 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
1032024-11-14T04:00:56.633Z++ case $OLD_SHELL_OPTS in
1042024-11-14T04:00:56.633Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-14T04:00:56.633Z+ 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
1062024-11-14T04:00:56.633Z+ 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
1072024-11-14T04:00:56.633Z+ banner prerequisites
1082024-11-14T04:00:56.710Z
1092024-11-14T04:00:56.710Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-14T04:00:56.710Z # # # # # # # # # # # # # # #
1112024-11-14T04:00:56.710Z # # # # ##### # # ##### # # # # # #### #
1122024-11-14T04:00:56.710Z ##### ##### # ##### # # # # # # # # #
1132024-11-14T04:00:56.710Z # # # # # # # # # # # # # # #
1142024-11-14T04:00:56.710Z # # # ###### # # ###### ### # #### # #### #
1152024-11-14T04:00:56.710Z
1162024-11-14T04:00:56.713Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-14T04:01:20.596Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-14T04:01:24.374Z Startup: Caching catalogs ... Done
1192024-11-14T04:01:32.674ZPlanning: Solver setup ... Done (7.581s)
1202024-11-14T04:01:32.781ZPlanning: Running solver ... Done (0.106s)
1212024-11-14T04:01:32.923ZPlanning: Finding local manifests ... Done (0.057s)
1222024-11-14T04:01:32.955ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-14T04:01:33.599ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-14T04:01:33.969ZPlanning: Package planning ... Done (0.370s)
1252024-11-14T04:01:34.025ZPlanning: Merging actions ... Done (0.057s)
1262024-11-14T04:01:35.147ZPlanning: Checking for conflicting actions ... Done (1.121s)
1272024-11-14T04:01:41.680ZPlanning: Consolidating action changes ... Done (6.529s)
1282024-11-14T04:01:42.104ZPlanning: Evaluating mediators ... Done (0.425s)
1292024-11-14T04:01:42.182ZPlanning: Planning completed in 17.73 seconds
1302024-11-14T04:01:42.198Z Packages to install: 4
1312024-11-14T04:01:42.201Z Packages to update: 1
1322024-11-14T04:01:42.201Z Mediators to change: 2
1332024-11-14T04:01:42.201Z Services to change: 1
1342024-11-14T04:01:42.201Z Estimated space available: 155.64 GB
1352024-11-14T04:01:42.201ZEstimated space to be consumed: 1.59 GB
1362024-11-14T04:01:42.201Z Create boot environment: No
1372024-11-14T04:01:42.201ZCreate backup boot environment: Yes
1382024-11-14T04:01:42.201Z Rebuild boot archive: No
1392024-11-14T04:01:42.201Z
1402024-11-14T04:01:42.201ZChanged mediators:
1412024-11-14T04:01:42.201Z mediator clang:
1422024-11-14T04:01:42.201Z version: None -> 15 (system default)
1432024-11-14T04:01:42.201Z
1442024-11-14T04:01:42.202Z mediator llvm:
1452024-11-14T04:01:42.202Z version: 14 (system default) -> 15 (system default)
1462024-11-14T04:01:42.202Z
1472024-11-14T04:01:42.202ZChanged packages:
1482024-11-14T04:01:42.202Zhelios-dev
1492024-11-14T04:01:42.202Z developer/build-essential
1502024-11-14T04:01:42.202Z None -> 11-2.0
1512024-11-14T04:01:42.202Z library/libxmlsec1
1522024-11-14T04:01:42.202Z None -> 1.2.35-2.0
1532024-11-14T04:01:42.202Z ooce/developer/clang-15
1542024-11-14T04:01:42.202Z None -> 15.0.7-2.0
1552024-11-14T04:01:42.202Z ooce/developer/llvm-15
1562024-11-14T04:01:42.202Z None -> 15.0.7-2.0
1572024-11-14T04:01:42.202Z package/pkg
1582024-11-14T04:01:42.202Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-14T04:01:42.202Z
1602024-11-14T04:01:42.202ZServices:
1612024-11-14T04:01:42.202Z restart_fmri:
1622024-11-14T04:01:42.203Z svc:/system/update-man-index:default
1632024-11-14T04:01:42.203Z
1642024-11-14T04:01:42.203ZEditable files to change:
1652024-11-14T04:01:42.203Z Update:
1662024-11-14T04:01:42.203Z usr/share/lib/pkg/web/config.shtml
1672024-11-14T04:01:42.512Z
1682024-11-14T04:01:42.512ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-14T04:01:48.801ZDownload: 211/4281 items 1.3/220.6MB 0% complete (771k/s)
1702024-11-14T04:01:53.830ZDownload: 761/4281 items 17.9/220.6MB 8% complete (1.7M/s)
1712024-11-14T04:01:58.804ZDownload: 1191/4281 items 78.9/220.6MB 35% complete (7.8M/s)
1722024-11-14T04:02:03.808ZDownload: 1252/4281 items 103.7/220.6MB 47% complete (8.5M/s)
1732024-11-14T04:02:09.005ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (4.9M/s)
1742024-11-14T04:02:14.013ZDownload: 3089/4281 items 121.4/220.6MB 55% complete (1.6M/s)
1752024-11-14T04:02:19.216ZDownload: 3274/4281 items 208.5/220.6MB 94% complete (8.9M/s)
1762024-11-14T04:02:24.218ZDownload: 4015/4281 items 219.5/220.6MB 99% complete (9.4M/s)
1772024-11-14T04:02:27.694ZDownload: Completed 220.60 MB in 45.19 seconds (4.9M/s)
1782024-11-14T04:02:29.803Z Actions: 1/5063 actions (Removing old actions)
1792024-11-14T04:02:29.822Z Actions: 194/5063 actions (Installing new actions)
1802024-11-14T04:02:34.896Z Actions: 4091/5063 actions (Installing new actions)
1812024-11-14T04:02:35.586Z Actions: 4226/5063 actions (Updating modified actions)
1822024-11-14T04:02:36.011Z Actions: Completed 5063 actions in 6.21 seconds.
1832024-11-14T04:02:36.394Z Done (0.376s)
1842024-11-14T04:02:36.398Z Done (0.000s)
1852024-11-14T04:02:36.928Z Done (0.530s)
1862024-11-14T04:02:44.055Z Done (6.914s)
1872024-11-14T04:02:44.471Z Done (0.348s)
1882024-11-14T04:02:44.473Z Done (0.000s)
1892024-11-14T04:02:44.666Z Done (0.000s)
1902024-11-14T04:02:45.339ZPlanning: Evaluating mediator changes ... Done
1912024-11-14T04:02:45.502ZPlanning: Checking for conflicting actions ... Done
1922024-11-14T04:02:45.504ZPlanning: Consolidating action changes ... Done
1932024-11-14T04:02:45.777ZPlanning: Evaluating mediators ... Done
1942024-11-14T04:02:45.779ZPlanning: Planning completed in 0.44 seconds
1952024-11-14T04:02:45.816Z Mediators to change: 2
1962024-11-14T04:02:45.818Z Create boot environment: No
1972024-11-14T04:02:45.818ZCreate backup boot environment: No
1982024-11-14T04:02:45.905Z Done
1992024-11-14T04:02:45.905Z Done
2002024-11-14T04:02:46.245Z Done
2012024-11-14T04:02:49.834Z Done
2022024-11-14T04:02:49.927Z Done
2032024-11-14T04:02:49.930Z Done
2042024-11-14T04:02:50.115Z Done
2052024-11-14T04:02:50.740ZPlanning: Evaluating mediator changes ... Done
2062024-11-14T04:02:50.743ZPlanning: Merging actions ... Done
2072024-11-14T04:02:50.929ZPlanning: Checking for conflicting actions ... Done
2082024-11-14T04:02:50.932ZPlanning: Consolidating action changes ... Done
2092024-11-14T04:02:51.202ZPlanning: Evaluating mediators ... Done
2102024-11-14T04:02:51.261ZPlanning: Planning completed in 0.77 seconds
2112024-11-14T04:02:51.302Z Packages to change: 1
2122024-11-14T04:02:51.302Z Mediators to change: 1
2132024-11-14T04:02:51.304Z Services to change: 1
2142024-11-14T04:02:51.304Z Create boot environment: No
2152024-11-14T04:02:51.304ZCreate backup boot environment: Yes
2162024-11-14T04:02:53.384Z Actions: 1/6 actions (Updating modified actions)
2172024-11-14T04:02:53.470Z Actions: Completed 6 actions in 0.09 seconds.
2182024-11-14T04:02:53.472Z Done
2192024-11-14T04:02:53.472Z Done
2202024-11-14T04:02:53.579Z Done
2212024-11-14T04:02:57.255Z Done
2222024-11-14T04:02:57.351Z Done
2232024-11-14T04:02:57.355Z Done
2242024-11-14T04:02:57.496Z Done
2252024-11-14T04:02:57.945ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262024-11-14T04:02:57.945Zclang system 15 system
2272024-11-14T04:02:57.945Zcsh system system illumos
2282024-11-14T04:02:57.945Zctags system system illumos
2292024-11-14T04:02:57.945Zgcc vendor 12 vendor
2302024-11-14T04:02:57.945Zgcc system 10 system
2312024-11-14T04:02:57.945Zgcc system 7 system
2322024-11-14T04:02:57.945Zgo system 1.20 system
2332024-11-14T04:02:57.945Zgo system 1.19 system
2342024-11-14T04:02:57.945Zllvm system 15 system
2352024-11-14T04:02:57.946Zllvm system 14 system
2362024-11-14T04:02:57.946Zmariadb system 10.6 system
2372024-11-14T04:02:57.946Zmta vendor vendor dma
2382024-11-14T04:02:57.946Zopenjdk system 17 system
2392024-11-14T04:02:57.946Zopenjdk system 11 system
2402024-11-14T04:02:57.946Zopenjdk system 1.8 system
2412024-11-14T04:02:57.946Zopenssl vendor 3 vendor
2422024-11-14T04:02:57.946Zperl system 5.36 system
2432024-11-14T04:02:57.946Zpostgresql system 15 system
2442024-11-14T04:02:57.946Zpostgresql system 13 system
2452024-11-14T04:02:57.946Zpython vendor 3 vendor
2462024-11-14T04:02:57.946Zpython system 2 system
2472024-11-14T04:02:57.946Zpython3 system 3.11 system
2482024-11-14T04:02:57.946Zruby system 3.0 system
2492024-11-14T04:02:57.946Zwords vendor vendor american-english
2502024-11-14T04:02:57.946Zwords system system australian-english
2512024-11-14T04:02:57.946Zwords system system british-english
2522024-11-14T04:02:57.946Zwords system system canadian-english
2532024-11-14T04:02:57.946Zwords system system french
2542024-11-14T04:02:57.946Zwords system system italian
2552024-11-14T04:02:57.946Zwords system system ngerman
2562024-11-14T04:02:57.946Zwords system system ogerman
2572024-11-14T04:02:57.946Zwords system system spanish
2582024-11-14T04:02:58.274ZPUBLISHER TYPE STATUS P LOCATION
2592024-11-14T04:02:58.274Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2602024-11-14T04:03:00.785ZFMRI IFO
2612024-11-14T04:03:00.785Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2622024-11-14T04:03:00.785Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2632024-11-14T04:03:00.786Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2642024-11-14T04:03:00.786Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2652024-11-14T04:03:00.786Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2662024-11-14T04:03:00.786Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672024-11-14T04:03:00.786Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2682024-11-14T04:03:00.786Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2692024-11-14T04:03:00.786Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702024-11-14T04:03:00.786Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2712024-11-14T04:03:00.786Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2722024-11-14T04:03:00.786Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732024-11-14T04:03:00.786Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2742024-11-14T04:03:00.786Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2752024-11-14T04:03:00.786Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2762024-11-14T04:03:01.524Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2772024-11-14T04:03:02.272Z Updating crates.io index
2782024-11-14T04:03:02.274Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2792024-11-14T04:03:04.450Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2802024-11-14T04:03:05.151Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2812024-11-14T04:03:05.697Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822024-11-14T04:03:06.268Z Updating git repository `https://github.com/oxidecomputer/propolis`
2832024-11-14T04:03:09.925Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842024-11-14T04:03:15.678Z Updating git repository `https://github.com/oxidecomputer/opte`
2852024-11-14T04:03:18.442Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862024-11-14T04:03:21.952Z Updating git repository `https://github.com/oxidecomputer/clickward`
2872024-11-14T04:03:22.682Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2882024-11-14T04:03:23.439Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892024-11-14T04:03:24.693Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2902024-11-14T04:03:25.225Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2912024-11-14T04:03:26.045Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922024-11-14T04:03:26.746Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2932024-11-14T04:03:27.367Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2942024-11-14T04:03:27.991Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2952024-11-14T04:03:28.733Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2962024-11-14T04:03:29.583Z Updating git repository `https://github.com/oxidecomputer/ispf`
2972024-11-14T04:03:30.227Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2982024-11-14T04:03:31.012Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2992024-11-14T04:03:32.088Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3002024-11-14T04:03:32.756Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012024-11-14T04:03:33.773Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3022024-11-14T04:03:34.813Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032024-11-14T04:03:35.434Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042024-11-14T04:03:36.237Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052024-11-14T04:03:37.831Z Downloading crates ...
3062024-11-14T04:03:37.885Z Downloaded cfg-if v1.0.0
3072024-11-14T04:03:37.888Z Downloaded cargo-platform v0.1.8
3082024-11-14T04:03:37.895Z Downloaded anyhow v1.0.93
3092024-11-14T04:03:37.901Z Downloaded equivalent v1.0.1
3102024-11-14T04:03:37.905Z Downloaded unicode-ident v1.0.13
3112024-11-14T04:03:37.913Z Downloaded is_terminal_polyfill v1.70.1
3122024-11-14T04:03:37.916Z Downloaded generic-array v0.14.7
3132024-11-14T04:03:37.919Z Downloaded usdt v0.5.0
3142024-11-14T04:03:37.919Z Downloaded heck v0.4.1
3152024-11-14T04:03:37.919Z Downloaded block-buffer v0.10.4
3162024-11-14T04:03:37.922Z Downloaded usdt-macro v0.5.0
3172024-11-14T04:03:37.922Z Downloaded proc-macro-error-attr v1.0.4
3182024-11-14T04:03:37.925Z Downloaded tabled_derive v0.7.0
3192024-11-14T04:03:37.925Z Downloaded byteorder v1.5.0
3202024-11-14T04:03:37.929Z Downloaded colorchoice v1.0.2
3212024-11-14T04:03:37.933Z Downloaded thiserror-impl v1.0.69
3222024-11-14T04:03:37.933Z Downloaded anstyle-parse v0.2.5
3232024-11-14T04:03:37.937Z Downloaded plain v0.2.3
3242024-11-14T04:03:37.942Z Downloaded serde_spanned v0.6.8
3252024-11-14T04:03:37.942Z Downloaded fnv v1.0.7
3262024-11-14T04:03:37.946Z Downloaded cargo_toml v0.20.5
3272024-11-14T04:03:37.946Z Downloaded version_check v0.9.5
3282024-11-14T04:03:37.946Z Downloaded macaddr v1.0.1
3292024-11-14T04:03:37.946Z Downloaded clap_lex v0.7.2
3302024-11-14T04:03:37.952Z Downloaded autocfg v1.4.0
3312024-11-14T04:03:37.952Z Downloaded zerocopy-derive v0.7.35
3322024-11-14T04:03:37.955Z Downloaded smawk v0.3.2
3332024-11-14T04:03:37.955Z Downloaded pest_derive v2.7.14
3342024-11-14T04:03:37.955Z Downloaded camino v1.1.9
3352024-11-14T04:03:37.958Z Downloaded camino-tempfile v1.1.1
3362024-11-14T04:03:37.960Z Downloaded toml v0.8.19
3372024-11-14T04:03:37.966Z Downloaded anstyle v1.0.10
3382024-11-14T04:03:37.966Z Downloaded cargo_metadata v0.18.1
3392024-11-14T04:03:37.970Z Downloaded textwrap v0.16.1
3402024-11-14T04:03:37.970Z Downloaded anstream v0.6.15
3412024-11-14T04:03:37.976Z Downloaded scroll v0.12.0
3422024-11-14T04:03:37.976Z Downloaded anstyle-query v1.1.1
3432024-11-14T04:03:37.976Z Downloaded once_cell v1.20.2
3442024-11-14T04:03:37.995Z Downloaded digest v0.10.7
3452024-11-14T04:03:37.995Z Downloaded bytecount v0.6.8
3462024-11-14T04:03:37.995Z Downloaded serde v1.0.215
3472024-11-14T04:03:37.995Z Downloaded bitflags v2.6.0
3482024-11-14T04:03:38.009Z Downloaded pretty-hex v0.4.1
3492024-11-14T04:03:38.012Z Downloaded dtrace-parser v0.2.0
3502024-11-14T04:03:38.016Z Downloaded itoa v1.0.11
3512024-11-14T04:03:38.016Z Downloaded crypto-common v0.1.6
3522024-11-14T04:03:38.020Z Downloaded dof v0.3.0
3532024-11-14T04:03:38.020Z Downloaded scroll_derive v0.12.0
3542024-11-14T04:03:38.028Z Downloaded swrite v0.1.0
3552024-11-14T04:03:38.031Z Downloaded usdt-attr-macro v0.5.0
3562024-11-14T04:03:38.033Z Downloaded fastrand v2.1.1
3572024-11-14T04:03:38.033Z Downloaded pest_generator v2.7.14
3582024-11-14T04:03:38.036Z Downloaded cpufeatures v0.2.14
3592024-11-14T04:03:38.036Z Downloaded heck v0.5.0
3602024-11-14T04:03:38.036Z Downloaded fs-err v2.11.0
3612024-11-14T04:03:38.046Z Downloaded syn v1.0.109
3622024-11-14T04:03:38.053Z Downloaded unicode-linebreak v0.1.5
3632024-11-14T04:03:38.056Z Downloaded toml_datetime v0.6.8
3642024-11-14T04:03:38.056Z Downloaded memmap v0.7.0
3652024-11-14T04:03:38.059Z Downloaded errno v0.3.9
3662024-11-14T04:03:38.059Z Downloaded thiserror v1.0.69
3672024-11-14T04:03:38.062Z Downloaded terminal_size v0.4.0
3682024-11-14T04:03:38.065Z Downloaded strsim v0.11.1
3692024-11-14T04:03:38.065Z Downloaded serde_tokenstream v0.2.2
3702024-11-14T04:03:38.068Z Downloaded utf8parse v0.2.2
3712024-11-14T04:03:38.068Z Downloaded thread-id v4.2.2
3722024-11-14T04:03:38.083Z Downloaded proc-macro-error v1.0.4
3732024-11-14T04:03:38.086Z Downloaded semver v1.0.23
3742024-11-14T04:03:38.092Z Downloaded sha2 v0.10.8
3752024-11-14T04:03:38.095Z Downloaded quote v1.0.37
3762024-11-14T04:03:38.101Z Downloaded log v0.4.22
3772024-11-14T04:03:38.115Z Downloaded usdt-impl v0.5.0
3782024-11-14T04:03:38.115Z Downloaded typenum v1.17.0
3792024-11-14T04:03:38.119Z Downloaded tempfile v3.13.0
3802024-11-14T04:03:38.121Z Downloaded pest_meta v2.7.14
3812024-11-14T04:03:38.121Z Downloaded ucd-trie v0.1.7
3822024-11-14T04:03:38.125Z Downloaded papergrid v0.11.0
3832024-11-14T04:03:38.128Z Downloaded clap_derive v4.5.18
3842024-11-14T04:03:38.130Z Downloaded clap v4.5.20
3852024-11-14T04:03:38.138Z Downloaded serde_derive v1.0.215
3862024-11-14T04:03:38.140Z Downloaded indexmap v2.6.0
3872024-11-14T04:03:38.144Z Downloaded ryu v1.0.18
3882024-11-14T04:03:38.147Z Downloaded proc-macro2 v1.0.89
3892024-11-14T04:03:38.151Z Downloaded memchr v2.7.4
3902024-11-14T04:03:38.172Z Downloaded toml_edit v0.22.22
3912024-11-14T04:03:38.194Z Downloaded hashbrown v0.15.0
3922024-11-14T04:03:38.207Z Downloaded serde_json v1.0.132
3932024-11-14T04:03:38.216Z Downloaded zerocopy v0.7.35
3942024-11-14T04:03:38.231Z Downloaded winnow v0.6.20
3952024-11-14T04:03:38.239Z Downloaded rustix v0.38.37
3962024-11-14T04:03:38.261Z Downloaded tabled v0.15.0
3972024-11-14T04:03:38.275Z Downloaded goblin v0.8.2
3982024-11-14T04:03:38.281Z Downloaded clap_builder v4.5.20
3992024-11-14T04:03:38.288Z Downloaded pest v2.7.14
4002024-11-14T04:03:38.301Z Downloaded syn v2.0.87
4012024-11-14T04:03:38.313Z Downloaded unicode-width v0.1.14
4022024-11-14T04:03:38.325Z Downloaded libc v0.2.162
4032024-11-14T04:03:38.623Z Compiling proc-macro2 v1.0.89
4042024-11-14T04:03:38.623Z Compiling unicode-ident v1.0.13
4052024-11-14T04:03:38.623Z Compiling serde v1.0.215
4062024-11-14T04:03:38.627Z Compiling version_check v0.9.5
4072024-11-14T04:03:38.627Z Compiling thiserror v1.0.69
4082024-11-14T04:03:38.627Z Compiling memchr v2.7.4
4092024-11-14T04:03:38.627Z Compiling libc v0.2.162
4102024-11-14T04:03:38.627Z Compiling ucd-trie v0.1.7
4112024-11-14T04:03:38.868Z Compiling itoa v1.0.11
4122024-11-14T04:03:39.108Z Compiling ryu v1.0.18
4132024-11-14T04:03:39.473Z Compiling once_cell v1.20.2
4142024-11-14T04:03:39.767Z Compiling byteorder v1.5.0
4152024-11-14T04:03:40.078Z Compiling serde_json v1.0.132
4162024-11-14T04:03:40.271Z Compiling rustix v0.38.37
4172024-11-14T04:03:40.437Z Compiling bitflags v2.6.0
4182024-11-14T04:03:40.482Z Compiling proc-macro-error-attr v1.0.4
4192024-11-14T04:03:40.598Z Compiling usdt-impl v0.5.0
4202024-11-14T04:03:40.753Z Compiling syn v1.0.109
4212024-11-14T04:03:40.848Z Compiling proc-macro-error v1.0.4
4222024-11-14T04:03:40.885Z Compiling hashbrown v0.15.0
4232024-11-14T04:03:41.058Z Compiling camino v1.1.9
4242024-11-14T04:03:41.125Z Compiling equivalent v1.0.1
4252024-11-14T04:03:41.148Z Compiling utf8parse v0.2.2
4262024-11-14T04:03:41.242Z Compiling log v0.4.22
4272024-11-14T04:03:41.305Z Compiling thread-id v4.2.2
4282024-11-14T04:03:41.377Z Compiling plain v0.2.3
4292024-11-14T04:03:41.424Z Compiling anstyle-parse v0.2.5
4302024-11-14T04:03:41.471Z Compiling quote v1.0.37
4312024-11-14T04:03:41.626Z Compiling errno v0.3.9
4322024-11-14T04:03:41.768Z Compiling unicode-width v0.1.14
4332024-11-14T04:03:41.858Z Compiling syn v2.0.87
4342024-11-14T04:03:42.011Z Compiling winnow v0.6.20
4352024-11-14T04:03:42.106Z Compiling indexmap v2.6.0
4362024-11-14T04:03:42.178Z Compiling pretty-hex v0.4.1
4372024-11-14T04:03:42.293Z Compiling colorchoice v1.0.2
4382024-11-14T04:03:42.385Z Compiling anstyle v1.0.10
4392024-11-14T04:03:42.497Z Compiling autocfg v1.4.0
4402024-11-14T04:03:42.870Z Compiling anstyle-query v1.1.1
4412024-11-14T04:03:43.045Z Compiling is_terminal_polyfill v1.70.1
4422024-11-14T04:03:43.184Z Compiling semver v1.0.23
4432024-11-14T04:03:43.572Z Compiling anstream v0.6.15
4442024-11-14T04:03:43.813Z Compiling bytecount v0.6.8
4452024-11-14T04:03:43.836Z Compiling fs-err v2.11.0
4462024-11-14T04:03:43.885Z Compiling fastrand v2.1.1
4472024-11-14T04:03:44.036Z Compiling cfg-if v1.0.0
4482024-11-14T04:03:44.105Z Compiling terminal_size v0.4.0
4492024-11-14T04:03:44.141Z Compiling anyhow v1.0.93
4502024-11-14T04:03:44.323Z Compiling clap_lex v0.7.2
4512024-11-14T04:03:44.356Z Compiling heck v0.4.1
4522024-11-14T04:03:44.418Z Compiling heck v0.5.0
4532024-11-14T04:03:44.831Z Compiling strsim v0.11.1
4542024-11-14T04:03:44.834Z Compiling fnv v1.0.7
4552024-11-14T04:03:44.982Z Compiling papergrid v0.11.0
4562024-11-14T04:03:45.214Z Compiling clap_builder v4.5.20
4572024-11-14T04:03:45.303Z Compiling tempfile v3.13.0
4582024-11-14T04:03:45.735Z Compiling memmap v0.7.0
4592024-11-14T04:03:45.762Z Compiling unicode-linebreak v0.1.5
4602024-11-14T04:03:45.992Z Compiling smawk v0.3.2
4612024-11-14T04:03:46.187Z Compiling textwrap v0.16.1
4622024-11-14T04:03:46.257Z Compiling swrite v0.1.0
4632024-11-14T04:03:47.638Z Compiling tabled_derive v0.7.0
4642024-11-14T04:03:49.040Z Compiling tabled v0.15.0
4652024-11-14T04:03:50.897Z Compiling serde_derive v1.0.215
4662024-11-14T04:03:50.897Z Compiling thiserror-impl v1.0.69
4672024-11-14T04:03:50.900Z Compiling zerocopy-derive v0.7.35
4682024-11-14T04:03:50.900Z Compiling scroll_derive v0.12.0
4692024-11-14T04:03:50.900Z Compiling clap_derive v4.5.18
4702024-11-14T04:03:52.233Z Compiling scroll v0.12.0
4712024-11-14T04:03:52.537Z Compiling zerocopy v0.7.35
4722024-11-14T04:03:52.864Z Compiling goblin v0.8.2
4732024-11-14T04:03:53.880Z Compiling pest v2.7.14
4742024-11-14T04:03:54.898Z Compiling clap v4.5.20
4752024-11-14T04:03:55.868Z Compiling pest_meta v2.7.14
4762024-11-14T04:03:56.704Z Compiling pest_generator v2.7.14
4772024-11-14T04:03:58.690Z Compiling pest_derive v2.7.14
4782024-11-14T04:03:59.394Z Compiling dtrace-parser v0.2.0
4792024-11-14T04:04:00.987Z Compiling toml_datetime v0.6.8
4802024-11-14T04:04:00.987Z Compiling serde_spanned v0.6.8
4812024-11-14T04:04:00.990Z Compiling cargo-platform v0.1.8
4822024-11-14T04:04:01.364Z Compiling serde_tokenstream v0.2.2
4832024-11-14T04:04:01.454Z Compiling toml_edit v0.22.22
4842024-11-14T04:04:01.513Z Compiling macaddr v1.0.1
4852024-11-14T04:04:01.638Z Compiling camino-tempfile v1.1.1
4862024-11-14T04:04:02.585Z Compiling dof v0.3.0
4872024-11-14T04:04:02.585Z Compiling cargo_metadata v0.18.1
4882024-11-14T04:04:04.326Z Compiling toml v0.8.19
4892024-11-14T04:04:04.508Z Compiling usdt-macro v0.5.0
4902024-11-14T04:04:04.508Z Compiling usdt-attr-macro v0.5.0
4912024-11-14T04:04:05.186Z Compiling cargo_toml v0.20.5
4922024-11-14T04:04:05.803Z Compiling usdt v0.5.0
4932024-11-14T04:04:08.826Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942024-11-14T04:04:13.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
4952024-11-14T04:04:13.318Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4962024-11-14T04:04:13.833Z Downloading crates ...
4972024-11-14T04:04:13.953Z Downloaded adler2 v2.0.0
4982024-11-14T04:04:13.956Z Downloaded async-stream v0.3.6
4992024-11-14T04:04:13.960Z Downloaded allocator-api2 v0.2.18
5002024-11-14T04:04:13.966Z Downloaded cfg_aliases v0.1.1
5012024-11-14T04:04:13.975Z Downloaded crucible-workspace-hack v0.1.0
5022024-11-14T04:04:13.977Z Downloaded atty v0.2.14
5032024-11-14T04:04:13.977Z Downloaded async-bb8-diesel v0.2.1
5042024-11-14T04:04:13.980Z Downloaded array-init v0.0.4
5052024-11-14T04:04:13.989Z Downloaded chacha20 v0.9.1
5062024-11-14T04:04:13.992Z Downloaded hostname v0.4.0
5072024-11-14T04:04:13.998Z Downloaded home v0.5.9
5082024-11-14T04:04:13.998Z Downloaded cmake v0.1.51
5092024-11-14T04:04:14.002Z Downloaded castaway v0.2.3
5102024-11-14T04:04:14.002Z Downloaded heapless v0.8.0
5112024-11-14T04:04:14.005Z Downloaded icu_provider_macros v1.5.0
5122024-11-14T04:04:14.005Z Downloaded hubpack_derive v0.1.1
5132024-11-14T04:04:14.005Z Downloaded ciborium v0.2.2
5142024-11-14T04:04:14.007Z Downloaded cstr-argument v0.1.2
5152024-11-14T04:04:14.010Z Downloaded match_cfg v0.1.0
5162024-11-14T04:04:14.010Z Downloaded constant_time_eq v0.3.1
5172024-11-14T04:04:14.014Z Downloaded http-body-util v0.1.2
5182024-11-14T04:04:14.016Z Downloaded cookie_store v0.21.0
5192024-11-14T04:04:14.016Z Downloaded async-trait v0.1.83
5202024-11-14T04:04:14.020Z Downloaded ciborium-ll v0.2.2
5212024-11-14T04:04:14.022Z Downloaded lru-cache v0.1.2
5222024-11-14T04:04:14.022Z Downloaded lalrpop-util v0.19.12
5232024-11-14T04:04:14.022Z Downloaded hex-literal v0.4.1
5242024-11-14T04:04:14.025Z Downloaded ctr v0.9.2
5252024-11-14T04:04:14.025Z Downloaded impl-trait-for-tuples v0.2.2
5262024-11-14T04:04:14.028Z Downloaded libefi-sys v0.1.0
5272024-11-14T04:04:14.030Z Downloaded keccak v0.1.5
5282024-11-14T04:04:14.035Z Downloaded inout v0.1.3
5292024-11-14T04:04:14.035Z Downloaded crc32fast v1.4.2
5302024-11-14T04:04:14.038Z Downloaded lockfree-object-pool v0.1.6
5312024-11-14T04:04:14.038Z Downloaded jobserver v0.1.32
5322024-11-14T04:04:14.041Z Downloaded hyper-rustls v0.27.3
5332024-11-14T04:04:14.043Z Downloaded rand_core v0.6.4
5342024-11-14T04:04:14.043Z Downloaded maybe-uninit v2.0.0
5352024-11-14T04:04:14.046Z Downloaded memmap2 v0.9.5
5362024-11-14T04:04:14.049Z Downloaded internet-checksum v0.2.1
5372024-11-14T04:04:14.049Z Downloaded icu_normalizer_data v1.5.0
5382024-11-14T04:04:14.052Z Downloaded mime v0.3.17
5392024-11-14T04:04:14.052Z Downloaded bumpalo v3.16.0
5402024-11-14T04:04:14.055Z Downloaded hyper-util v0.1.10
5412024-11-14T04:04:14.059Z Downloaded const_format v0.2.33
5422024-11-14T04:04:14.064Z Downloaded indexmap v1.9.3
5432024-11-14T04:04:14.070Z Downloaded icu_properties v1.5.1
5442024-11-14T04:04:14.076Z Downloaded scopeguard v1.2.0
5452024-11-14T04:04:14.076Z Downloaded russh-keys v0.45.0
5462024-11-14T04:04:14.078Z Downloaded atomicwrites v0.4.4
5472024-11-14T04:04:14.079Z Downloaded hickory-resolver v0.24.1
5482024-11-14T04:04:14.081Z Downloaded rustc-demangle v0.1.24
5492024-11-14T04:04:14.084Z Downloaded base16ct v0.2.0
5502024-11-14T04:04:14.087Z Downloaded aead v0.5.2
5512024-11-14T04:04:14.087Z Downloaded ascii-canvas v3.0.0
5522024-11-14T04:04:14.090Z Downloaded atomic-waker v1.1.2
5532024-11-14T04:04:14.090Z Downloaded async-stream-impl v0.3.6
5542024-11-14T04:04:14.093Z Downloaded base64 v0.21.7
5552024-11-14T04:04:14.096Z Downloaded async-recursion v1.1.1
5562024-11-14T04:04:14.099Z Downloaded structmeta v0.2.0
5572024-11-14T04:04:14.101Z Downloaded bcs v0.1.6
5582024-11-14T04:04:14.104Z Downloaded assert_matches v1.5.0
5592024-11-14T04:04:14.104Z Downloaded http-range v0.1.5
5602024-11-14T04:04:14.108Z Downloaded slog-stdlog v4.1.1
5612024-11-14T04:04:14.108Z Downloaded libm v0.2.8
5622024-11-14T04:04:14.115Z Downloaded thiserror-impl-no-std v2.0.2
5632024-11-14T04:04:14.117Z Downloaded hostname v0.3.1
5642024-11-14T04:04:14.120Z Downloaded highway v1.2.0
5652024-11-14T04:04:14.123Z Downloaded qorb v0.2.0
5662024-11-14T04:04:14.125Z Downloaded tokio-tungstenite v0.24.0
5672024-11-14T04:04:14.128Z Downloaded hex v0.4.3
5682024-11-14T04:04:14.131Z Downloaded progenitor-client v0.8.0
5692024-11-14T04:04:14.131Z Downloaded darling v0.20.10
5702024-11-14T04:04:14.135Z Downloaded russh-cryptovec v0.7.3
5712024-11-14T04:04:14.137Z Downloaded arrayvec v0.7.6
5722024-11-14T04:04:14.141Z Downloaded idna v1.0.3
5732024-11-14T04:04:14.144Z Downloaded hubpack v0.1.2
5742024-11-14T04:04:14.144Z Downloaded blowfish v0.9.1
5752024-11-14T04:04:14.147Z Downloaded base64ct v1.6.0
5762024-11-14T04:04:14.150Z Downloaded bit-vec v0.6.3
5772024-11-14T04:04:14.153Z Downloaded spin v0.9.8
5782024-11-14T04:04:14.155Z Downloaded block-padding v0.3.3
5792024-11-14T04:04:14.155Z Downloaded bitfield-struct v0.6.2
5802024-11-14T04:04:14.156Z Downloaded linear-map v1.2.0
5812024-11-14T04:04:14.158Z Downloaded cipher v0.4.4
5822024-11-14T04:04:14.160Z Downloaded convert_case v0.4.0
5832024-11-14T04:04:14.160Z Downloaded chrono-tz-build v0.4.0
5842024-11-14T04:04:14.163Z Downloaded cbc v0.1.2
5852024-11-14T04:04:14.164Z Downloaded buf-list v1.0.3
5862024-11-14T04:04:14.166Z Downloaded crc-catalog v2.4.0
5872024-11-14T04:04:14.173Z Downloaded libsw v3.3.1
5882024-11-14T04:04:14.173Z Downloaded hickory-client v0.24.1
5892024-11-14T04:04:14.177Z Downloaded is_ci v1.2.0
5902024-11-14T04:04:14.177Z Downloaded instant v0.1.13
5912024-11-14T04:04:14.177Z Downloaded curve25519-dalek-derive v0.1.1
5922024-11-14T04:04:14.181Z Downloaded crc v3.2.1
5932024-11-14T04:04:14.190Z Downloaded colored v2.1.0
5942024-11-14T04:04:14.190Z Downloaded diesel_table_macro_syntax v0.2.0
5952024-11-14T04:04:14.190Z Downloaded cobs v0.2.3
5962024-11-14T04:04:14.190Z Downloaded indent_write v2.2.0
5972024-11-14T04:04:14.190Z Downloaded const_format_proc_macros v0.2.33
5982024-11-14T04:04:14.194Z Downloaded spki v0.7.3
5992024-11-14T04:04:14.194Z Downloaded scrypt v0.11.0
6002024-11-14T04:04:14.194Z Downloaded scheduled-thread-pool v0.2.7
6012024-11-14T04:04:14.197Z Downloaded foreign-types v0.5.0
6022024-11-14T04:04:14.197Z Downloaded string_cache v0.8.7
6032024-11-14T04:04:14.197Z Downloaded schemars_derive v0.8.21
6042024-11-14T04:04:14.200Z Downloaded new_debug_unreachable v1.0.6
6052024-11-14T04:04:14.200Z Downloaded md5 v0.7.0
6062024-11-14T04:04:14.203Z Downloaded matches v0.1.10
6072024-11-14T04:04:14.203Z Downloaded xz2 v0.1.7
6082024-11-14T04:04:14.205Z Downloaded zeroize_derive v1.4.2
6092024-11-14T04:04:14.205Z Downloaded lazy_static v1.5.0
6102024-11-14T04:04:14.210Z Downloaded num-conv v0.1.0
6112024-11-14T04:04:14.214Z Downloaded lock_api v0.4.12
6122024-11-14T04:04:14.214Z Downloaded cassowary v0.3.0
6132024-11-14T04:04:14.214Z Downloaded ipnetwork v0.20.0
6142024-11-14T04:04:14.218Z Downloaded bzip2 v0.4.4
6152024-11-14T04:04:14.218Z Downloaded path-slash v0.1.5
6162024-11-14T04:04:14.223Z Downloaded defmt-parser v0.3.4
6172024-11-14T04:04:14.223Z Downloaded crossbeam-deque v0.8.5
6182024-11-14T04:04:14.227Z Downloaded md-5 v0.10.6
6192024-11-14T04:04:14.227Z Downloaded idna_adapter v1.2.0
6202024-11-14T04:04:14.227Z Downloaded console v0.15.8
6212024-11-14T04:04:14.231Z Downloaded arc-swap v1.7.1
6222024-11-14T04:04:14.235Z Downloaded phf_shared v0.10.0
6232024-11-14T04:04:14.235Z Downloaded der_derive v0.7.3
6242024-11-14T04:04:14.238Z Downloaded memoffset v0.9.1
6252024-11-14T04:04:14.238Z Downloaded fixedbitset v0.4.2
6262024-11-14T04:04:14.240Z Downloaded uuid v1.11.0
6272024-11-14T04:04:14.243Z Downloaded tokio-stream v0.1.16
6282024-11-14T04:04:14.246Z Downloaded futures-core v0.3.31
6292024-11-14T04:04:14.248Z Downloaded foreign-types-macros v0.2.3
6302024-11-14T04:04:14.252Z Downloaded blake3 v1.5.4
6312024-11-14T04:04:14.257Z Downloaded num v0.4.3
6322024-11-14T04:04:14.260Z Downloaded hickory-server v0.24.1
6332024-11-14T04:04:14.267Z Downloaded test-strategy v0.3.1
6342024-11-14T04:04:14.270Z Downloaded take_mut v0.2.2
6352024-11-14T04:04:14.270Z Downloaded phf_shared v0.11.2
6362024-11-14T04:04:14.273Z Downloaded packed_struct v0.10.1
6372024-11-14T04:04:14.273Z Downloaded stringprep v0.1.5
6382024-11-14T04:04:14.275Z Downloaded backtrace v0.3.74
6392024-11-14T04:04:14.280Z Downloaded toolchain_find v0.4.0
6402024-11-14T04:04:14.282Z Downloaded http v1.1.0
6412024-11-14T04:04:14.285Z Downloaded thiserror-no-std v2.0.2
6422024-11-14T04:04:14.291Z Downloaded rfc6979 v0.4.0
6432024-11-14T04:04:14.294Z Downloaded resolv-conf v0.7.0
6442024-11-14T04:04:14.294Z Downloaded dyn-clone v1.0.17
6452024-11-14T04:04:14.297Z Downloaded rusty-fork v0.3.0
6462024-11-14T04:04:14.299Z Downloaded utf8_iter v1.0.4
6472024-11-14T04:04:14.299Z Downloaded r2d2 v0.8.10
6482024-11-14T04:04:14.302Z Downloaded twox-hash v1.6.3
6492024-11-14T04:04:14.305Z Downloaded zerofrom v0.1.4
6502024-11-14T04:04:14.305Z Downloaded slab v0.4.9
6512024-11-14T04:04:14.307Z Downloaded blake2 v0.10.6
6522024-11-14T04:04:14.307Z Downloaded futures-executor v0.3.31
6532024-11-14T04:04:14.310Z Downloaded simd-adler32 v0.3.7
6542024-11-14T04:04:14.313Z Downloaded embedded-io v0.6.1
6552024-11-14T04:04:14.315Z Downloaded crc-any v2.5.0
6562024-11-14T04:04:14.315Z Downloaded bytes v1.7.2
6572024-11-14T04:04:14.320Z Downloaded futures-sink v0.3.31
6582024-11-14T04:04:14.323Z Downloaded derive_builder_macro v0.20.2
6592024-11-14T04:04:14.323Z Downloaded tap v1.0.1
6602024-11-14T04:04:14.325Z Downloaded structmeta v0.3.0
6612024-11-14T04:04:14.325Z Downloaded sct v0.7.1
6622024-11-14T04:04:14.331Z Downloaded serde-hex v0.1.0
6632024-11-14T04:04:14.334Z Downloaded progenitor v0.8.0
6642024-11-14T04:04:14.334Z Downloaded proc-macro-crate v1.3.1
6652024-11-14T04:04:14.334Z Downloaded predicates v3.1.2
6662024-11-14T04:04:14.337Z Downloaded structmeta-derive v0.2.0
6672024-11-14T04:04:14.340Z Downloaded icu_locid_transform_data v1.5.0
6682024-11-14T04:04:14.340Z Downloaded unicase v2.7.0
6692024-11-14T04:04:14.343Z Downloaded termios v0.3.3
6702024-11-14T04:04:14.346Z Downloaded structmeta-derive v0.3.0
6712024-11-14T04:04:14.346Z Downloaded termcolor v1.4.1
6722024-11-14T04:04:14.349Z Downloaded dirs-next v2.0.0
6732024-11-14T04:04:14.349Z Downloaded yoke-derive v0.7.4
6742024-11-14T04:04:14.352Z Downloaded typify-macro v0.2.0
6752024-11-14T04:04:14.352Z Downloaded tokio-tungstenite v0.23.1
6762024-11-14T04:04:14.355Z Downloaded half v2.4.1
6772024-11-14T04:04:14.357Z Downloaded ed25519 v2.2.3
6782024-11-14T04:04:14.360Z Downloaded pretty-hex v0.2.1
6792024-11-14T04:04:14.360Z Downloaded difflib v0.4.0
6802024-11-14T04:04:14.364Z Downloaded tungstenite v0.21.0
6812024-11-14T04:04:14.367Z Downloaded either v1.13.0
6822024-11-14T04:04:14.367Z Downloaded zerofrom-derive v0.1.4
6832024-11-14T04:04:14.369Z Downloaded num-iter v0.1.45
6842024-11-14T04:04:14.372Z Downloaded futures-macro v0.3.31
6852024-11-14T04:04:14.372Z Downloaded dirs-sys-next v0.1.2
6862024-11-14T04:04:14.374Z Downloaded num-integer v0.1.46
6872024-11-14T04:04:14.387Z Downloaded predicates-tree v1.0.11
6882024-11-14T04:04:14.389Z Downloaded paste v1.0.15
6892024-11-14T04:04:14.392Z Downloaded pin-project v1.1.6
6902024-11-14T04:04:14.402Z Downloaded zone_cfg_derive v0.3.0
6912024-11-14T04:04:14.405Z Downloaded darling_macro v0.20.10
6922024-11-14T04:04:14.405Z Downloaded xattr v1.3.1
6932024-11-14T04:04:14.408Z Downloaded sigpipe v0.1.3
6942024-11-14T04:04:14.408Z Downloaded pkg-config v0.3.31
6952024-11-14T04:04:14.412Z Downloaded peg v0.8.4
6962024-11-14T04:04:14.416Z Downloaded newtype_derive v0.1.6
6972024-11-14T04:04:14.416Z Downloaded ron v0.7.1
6982024-11-14T04:04:14.420Z Downloaded slog-json v2.6.1
6992024-11-14T04:04:14.423Z Downloaded openssl-probe v0.1.5
7002024-11-14T04:04:14.425Z Downloaded openssl-macros v0.1.1
7012024-11-14T04:04:14.425Z Downloaded rand_xorshift v0.3.0
7022024-11-14T04:04:14.428Z Downloaded precomputed-hash v0.1.1
7032024-11-14T04:04:14.428Z Downloaded opaque-debug v0.3.1
7042024-11-14T04:04:14.428Z Downloaded zerocopy v0.6.6
7052024-11-14T04:04:14.431Z Downloaded subtle v2.6.1
7062024-11-14T04:04:14.434Z Downloaded strum_macros v0.25.3
7072024-11-14T04:04:14.436Z Downloaded strum_macros v0.24.3
7082024-11-14T04:04:14.440Z Downloaded owo-colors v4.1.0
7092024-11-14T04:04:14.442Z Downloaded parking_lot_core v0.8.6
7102024-11-14T04:04:14.442Z Downloaded aes v0.8.4
7112024-11-14T04:04:14.446Z Downloaded password-hash v0.4.2
7122024-11-14T04:04:14.448Z Downloaded untrusted v0.7.1
7132024-11-14T04:04:14.453Z Downloaded sync_wrapper v1.0.1
7142024-11-14T04:04:14.460Z Downloaded hashlink v0.9.1
7152024-11-14T04:04:14.460Z Downloaded icu_collections v1.5.0
7162024-11-14T04:04:14.462Z Downloaded predicates-core v1.0.8
7172024-11-14T04:04:14.462Z Downloaded similar v2.6.0
7182024-11-14T04:04:14.466Z Downloaded form_urlencoded v1.2.1
7192024-11-14T04:04:14.468Z Downloaded hyper v1.5.0
7202024-11-14T04:04:14.474Z Downloaded rustls-pemfile v2.2.0
7212024-11-14T04:04:14.477Z Downloaded nodrop v0.1.14
7222024-11-14T04:04:14.479Z Downloaded foreign-types-shared v0.3.1
7232024-11-14T04:04:14.479Z Downloaded foreign-types-shared v0.1.1
7242024-11-14T04:04:14.482Z Downloaded foreign-types v0.3.2
7252024-11-14T04:04:14.482Z Downloaded zone v0.3.0
7262024-11-14T04:04:14.482Z Downloaded filetime v0.2.25
7272024-11-14T04:04:14.485Z Downloaded strum_macros v0.26.4
7282024-11-14T04:04:14.487Z Downloaded normalize-line-endings v0.3.0
7292024-11-14T04:04:14.487Z Downloaded nibble_vec v0.1.0
7302024-11-14T04:04:14.490Z Downloaded ff v0.13.0
7312024-11-14T04:04:14.493Z Downloaded serde_repr v0.1.19
7322024-11-14T04:04:14.493Z Downloaded icu_locid v1.5.0
7332024-11-14T04:04:14.498Z Downloaded untrusted v0.9.0
7342024-11-14T04:04:14.500Z Downloaded omicron-zone-package v0.11.1
7352024-11-14T04:04:14.503Z Downloaded supports-color v3.0.1
7362024-11-14T04:04:14.506Z Downloaded quinn v0.11.5
7372024-11-14T04:04:14.508Z Downloaded globset v0.4.15
7382024-11-14T04:04:14.511Z Downloaded fs_extra v1.3.0
7392024-11-14T04:04:14.514Z Downloaded rustc_version v0.1.7
7402024-11-14T04:04:14.516Z Downloaded primeorder v0.13.6
7412024-11-14T04:04:14.516Z Downloaded newtype-uuid v1.1.3
7422024-11-14T04:04:14.519Z Downloaded rustc-hash v2.0.0
7432024-11-14T04:04:14.519Z Downloaded uzers v0.12.1
7442024-11-14T04:04:14.522Z Downloaded newline-converter v0.3.0
7452024-11-14T04:04:14.524Z Downloaded endian-type v0.1.2
7462024-11-14T04:04:14.524Z Downloaded downcast v0.11.0
7472024-11-14T04:04:14.524Z Downloaded which v4.4.2
7482024-11-14T04:04:14.527Z Downloaded parse-size v1.1.0
7492024-11-14T04:04:14.527Z Downloaded value-bag v1.9.0
7502024-11-14T04:04:14.530Z Downloaded slog-bunyan v2.5.0
7512024-11-14T04:04:14.532Z Downloaded data-encoding v2.6.0
7522024-11-14T04:04:14.535Z Downloaded tracing-core v0.1.32
7532024-11-14T04:04:14.537Z Downloaded write16 v1.0.0
7542024-11-14T04:04:14.537Z Downloaded percent-encoding v2.3.1
7552024-11-14T04:04:14.540Z Downloaded pem-rfc7468 v0.7.0
7562024-11-14T04:04:14.542Z Downloaded der v0.7.9
7572024-11-14T04:04:14.546Z Downloaded synstructure v0.13.1
7582024-11-14T04:04:14.548Z Downloaded dsl_auto_type v0.1.2
7592024-11-14T04:04:14.551Z Downloaded minimal-lexical v0.2.1
7602024-11-14T04:04:14.553Z Downloaded fxhash v0.2.1
7612024-11-14T04:04:14.559Z Downloaded rustls-pemfile v1.0.4
7622024-11-14T04:04:14.562Z Downloaded topological-sort v0.2.2
7632024-11-14T04:04:14.562Z Downloaded tracing-attributes v0.1.27
7642024-11-14T04:04:14.562Z Downloaded zopfli v0.8.1
7652024-11-14T04:04:14.564Z Downloaded funty v2.0.0
7662024-11-14T04:04:14.567Z Downloaded sqlparser_derive v0.2.2
7672024-11-14T04:04:14.567Z Downloaded flume v0.11.1
7682024-11-14T04:04:14.569Z Downloaded phf_codegen v0.11.2
7692024-11-14T04:04:14.572Z Downloaded derive_builder_core v0.20.2
7702024-11-14T04:04:14.574Z Downloaded want v0.3.1
7712024-11-14T04:04:14.575Z Downloaded dunce v1.0.5
7722024-11-14T04:04:14.577Z Downloaded tar v0.4.43
7732024-11-14T04:04:14.580Z Downloaded number_prefix v0.4.0
7742024-11-14T04:04:14.580Z Downloaded dhcproto-macros v0.1.0
7752024-11-14T04:04:14.582Z Downloaded displaydoc v0.2.5
7762024-11-14T04:04:14.589Z Downloaded multimap v0.10.0
7772024-11-14T04:04:14.589Z Downloaded progenitor-impl v0.8.0
7782024-11-14T04:04:14.592Z Downloaded parse-display-derive v0.10.0
7792024-11-14T04:04:14.592Z Downloaded headers v0.4.0
7802024-11-14T04:04:14.595Z Downloaded radium v0.7.0
7812024-11-14T04:04:14.597Z Downloaded tiny-keccak v2.0.2
7822024-11-14T04:04:14.600Z Downloaded smf v0.2.3
7832024-11-14T04:04:14.600Z Downloaded ed25519-dalek v2.1.1
7842024-11-14T04:04:14.603Z Downloaded phf v0.11.2
7852024-11-14T04:04:14.605Z Downloaded gethostname v0.5.0
7862024-11-14T04:04:14.608Z Downloaded wyz v0.5.1
7872024-11-14T04:04:14.608Z Downloaded waitgroup v0.1.2
7882024-11-14T04:04:14.612Z Downloaded vte_generate_state_changes v0.1.2
7892024-11-14T04:04:14.612Z Downloaded dropshot_endpoint v0.12.0
7902024-11-14T04:04:14.615Z Downloaded writeable v0.5.5
7912024-11-14T04:04:14.615Z Downloaded ssh-cipher v0.2.0
7922024-11-14T04:04:14.617Z Downloaded num-rational v0.4.2
7932024-11-14T04:04:14.621Z Downloaded ecdsa v0.16.9
7942024-11-14T04:04:14.623Z Downloaded ppv-lite86 v0.2.20
7952024-11-14T04:04:14.623Z Downloaded shlex v1.3.0
7962024-11-14T04:04:14.623Z Downloaded derive-where v1.2.7
7972024-11-14T04:04:14.627Z Downloaded zeroize v1.8.1
7982024-11-14T04:04:14.630Z Downloaded derive_builder v0.20.2
7992024-11-14T04:04:14.634Z Downloaded peg-runtime v0.8.3
8002024-11-14T04:04:14.636Z Downloaded unicode-xid v0.2.6
8012024-11-14T04:04:14.638Z Downloaded spin v0.5.2
8022024-11-14T04:04:14.641Z Downloaded ssh-encoding v0.2.0
8032024-11-14T04:04:14.641Z Downloaded phf_generator v0.11.2
8042024-11-14T04:04:14.644Z Downloaded subprocess v0.2.9
8052024-11-14T04:04:14.646Z Downloaded powerfmt v0.2.0
8062024-11-14T04:04:14.646Z Downloaded diesel-dtrace v0.3.0
8072024-11-14T04:04:14.650Z Downloaded pin-project-internal v1.1.6
8082024-11-14T04:04:14.650Z Downloaded dropshot_endpoint v0.13.0
8092024-11-14T04:04:14.654Z Downloaded socket2 v0.5.7
8102024-11-14T04:04:14.657Z Downloaded aho-corasick v1.1.3
8112024-11-14T04:04:14.661Z Downloaded psl-types v2.0.11
8122024-11-14T04:04:14.664Z Downloaded serde_urlencoded v0.7.1
8132024-11-14T04:04:14.666Z Downloaded semver v0.1.20
8142024-11-14T04:04:14.666Z Downloaded wait-timeout v0.2.0
8152024-11-14T04:04:14.668Z Downloaded enum-as-inner v0.5.1
8162024-11-14T04:04:14.671Z Downloaded rustc_version v0.4.1
8172024-11-14T04:04:14.671Z Downloaded display-error-chain v0.2.2
8182024-11-14T04:04:14.673Z Downloaded tinystr v0.7.6
8192024-11-14T04:04:14.675Z Downloaded try-lock v0.2.5
8202024-11-14T04:04:14.675Z Downloaded tokio-rustls v0.24.1
8212024-11-14T04:04:14.677Z Downloaded futures v0.3.31
8222024-11-14T04:04:14.683Z Downloaded num_threads v0.1.7
8232024-11-14T04:04:14.685Z Downloaded fallible-iterator v0.2.0
8242024-11-14T04:04:14.685Z Downloaded peg-macros v0.8.4
8252024-11-14T04:04:14.688Z Downloaded tls_codec v0.4.1
8262024-11-14T04:04:14.691Z Downloaded vsss-rs v3.3.4
8272024-11-14T04:04:14.693Z Downloaded mio v1.0.2
8282024-11-14T04:04:14.698Z Downloaded float-ord v0.3.2
8292024-11-14T04:04:14.701Z Downloaded num_enum_derive v0.5.11
8302024-11-14T04:04:14.701Z Downloaded pem v3.0.4
8312024-11-14T04:04:14.703Z Downloaded zerovec-derive v0.10.3
8322024-11-14T04:04:14.705Z Downloaded itertools v0.12.1
8332024-11-14T04:04:14.712Z Downloaded smallvec v1.13.2
8342024-11-14T04:04:14.714Z Downloaded slog v2.7.0
8352024-11-14T04:04:14.717Z Downloaded fd-lock v4.0.2
8362024-11-14T04:04:14.719Z Downloaded tokio-native-tls v0.3.1
8372024-11-14T04:04:14.722Z Downloaded tinyvec_macros v0.1.1
8382024-11-14T04:04:14.722Z Downloaded zone v0.1.8
8392024-11-14T04:04:14.724Z Downloaded smallvec v0.6.14
8402024-11-14T04:04:14.724Z Downloaded tokio-rustls v0.26.0
8412024-11-14T04:04:14.727Z Downloaded serde_derive_internals v0.29.1
8422024-11-14T04:04:14.729Z Downloaded signature v2.2.0
8432024-11-14T04:04:14.731Z Downloaded time-macros v0.2.18
8442024-11-14T04:04:14.734Z Downloaded group v0.13.0
8452024-11-14T04:04:14.734Z Downloaded unicode-normalization v0.1.24
8462024-11-14T04:04:14.737Z Downloaded polyval v0.6.2
8472024-11-14T04:04:14.741Z Downloaded tabwriter v1.4.0
8482024-11-14T04:04:14.745Z Downloaded mockall v0.13.0
8492024-11-14T04:04:14.745Z Downloaded serde_with_macros v3.11.0
8502024-11-14T04:04:14.747Z Downloaded dhcproto v0.12.0
8512024-11-14T04:04:14.750Z Downloaded postgres-types v0.2.8
8522024-11-14T04:04:14.753Z Downloaded tinyvec v1.8.0
8532024-11-14T04:04:14.755Z Downloaded time-core v0.1.2
8542024-11-14T04:04:14.755Z Downloaded defmt-macros v0.3.9
8552024-11-14T04:04:14.759Z Downloaded tui-tree-widget v0.22.0
8562024-11-14T04:04:14.764Z Downloaded float-cmp v0.9.0
8572024-11-14T04:04:14.764Z Downloaded num-bigint-dig v0.8.4
8582024-11-14T04:04:14.766Z Downloaded slog-dtrace v0.3.0
8592024-11-14T04:04:14.766Z Downloaded derive_more v0.99.18
8602024-11-14T04:04:14.771Z Downloaded hash32 v0.3.1
8612024-11-14T04:04:14.775Z Downloaded tokio-rustls v0.25.0
8622024-11-14T04:04:14.777Z Downloaded itertools v0.13.0
8632024-11-14T04:04:14.782Z Downloaded ref-cast v1.0.23
8642024-11-14T04:04:14.785Z Downloaded secrecy v0.8.0
8652024-11-14T04:04:14.787Z Downloaded sec1 v0.7.3
8662024-11-14T04:04:14.790Z Downloaded tls_codec_derive v0.4.1
8672024-11-14T04:04:14.790Z Downloaded ghash v0.5.1
8682024-11-14T04:04:14.793Z Downloaded universal-hash v0.5.1
8692024-11-14T04:04:14.793Z Downloaded tokio-macros v2.4.0
8702024-11-14T04:04:14.795Z Downloaded pkcs1 v0.7.5
8712024-11-14T04:04:14.795Z Downloaded typify v0.2.0
8722024-11-14T04:04:14.798Z Downloaded yoke v0.7.4
8732024-11-14T04:04:14.801Z Downloaded parking_lot v0.12.3
8742024-11-14T04:04:14.803Z Downloaded parse-display v0.10.0
8752024-11-14T04:04:14.806Z Downloaded h2 v0.4.6
8762024-11-14T04:04:14.811Z Downloaded debug-ignore v1.0.5
8772024-11-14T04:04:14.813Z Downloaded rustfmt-wrapper v0.2.1
8782024-11-14T04:04:14.816Z Downloaded whoami v1.5.2
8792024-11-14T04:04:14.819Z Downloaded enum-as-inner v0.6.1
8802024-11-14T04:04:14.819Z Downloaded hash32 v0.2.1
8812024-11-14T04:04:14.822Z Downloaded signal-hook v0.3.17
8822024-11-14T04:04:14.823Z Downloaded glob v0.3.1
8832024-11-14T04:04:14.825Z Downloaded deranged v0.3.11
8842024-11-14T04:04:14.825Z Downloaded rcgen v0.12.1
8852024-11-14T04:04:14.828Z Downloaded rsa v0.9.6
8862024-11-14T04:04:14.833Z Downloaded aws-lc-rs v1.10.0
8872024-11-14T04:04:14.842Z Downloaded rand_seeder v0.3.0
8882024-11-14T04:04:14.844Z Downloaded postgres-protocol v0.6.7
8892024-11-14T04:04:14.847Z Downloaded parking_lot_core v0.9.10
8902024-11-14T04:04:14.851Z Downloaded reqwest v0.12.9
8912024-11-14T04:04:14.857Z Downloaded toml_edit v0.19.15
8922024-11-14T04:04:14.873Z Downloaded zip v0.6.6
8932024-11-14T04:04:14.877Z Downloaded rustyline v14.0.0
8942024-11-14T04:04:14.882Z Downloaded snafu-derive v0.8.5
8952024-11-14T04:04:14.885Z Downloaded defmt v0.3.8
8962024-11-14T04:04:14.888Z Downloaded miniz_oxide v0.8.0
8972024-11-14T04:04:14.891Z Downloaded x509-cert v0.2.5
8982024-11-14T04:04:14.896Z Downloaded openssl-sys v0.9.104
8992024-11-14T04:04:14.902Z Downloaded mockall_derive v0.13.0
9002024-11-14T04:04:14.904Z Downloaded pin-project-lite v0.2.14
9012024-11-14T04:04:14.907Z Downloaded publicsuffix v2.2.3
9022024-11-14T04:04:14.911Z Downloaded fatfs v0.3.6
9032024-11-14T04:04:14.914Z Downloaded winnow v0.5.40
9042024-11-14T04:04:14.922Z Downloaded p256 v0.13.2
9052024-11-14T04:04:14.932Z Downloaded tokio-postgres v0.7.12
9062024-11-14T04:04:14.932Z Downloaded oso v0.27.3
9072024-11-14T04:04:14.937Z Downloaded unsafe-libyaml v0.2.11
9082024-11-14T04:04:14.939Z Downloaded tokio-util v0.7.12
9092024-11-14T04:04:14.945Z Downloaded nom v7.1.3
9102024-11-14T04:04:14.950Z Downloaded chrono v0.4.38
9112024-11-14T04:04:14.958Z Downloaded expectorate v1.1.0
9122024-11-14T04:04:14.961Z Downloaded rayon-core v1.12.1
9132024-11-14T04:04:14.964Z Downloaded sqlparser v0.45.0
9142024-11-14T04:04:14.970Z Downloaded quinn-proto v0.11.8
9152024-11-14T04:04:14.977Z Downloaded lalrpop v0.19.12
9162024-11-14T04:04:14.988Z Downloaded zip v2.1.3
9172024-11-14T04:04:14.993Z Downloaded rand v0.8.5
9182024-11-14T04:04:14.996Z Downloaded rusqlite v0.32.1
9192024-11-14T04:04:15.003Z Downloaded regex v1.11.1
9202024-11-14T04:04:15.017Z Downloaded flate2 v1.0.34
9212024-11-14T04:04:15.022Z Downloaded icu_properties_data v1.5.0
9222024-11-14T04:04:15.035Z Downloaded rustls-webpki v0.101.7
9232024-11-14T04:04:15.048Z Downloaded time v0.3.36
9242024-11-14T04:04:15.054Z Downloaded idna v0.4.0
9252024-11-14T04:04:15.063Z Downloaded idna v0.2.3
9262024-11-14T04:04:15.069Z Downloaded p521 v0.13.3
9272024-11-14T04:04:15.073Z Downloaded rustls-webpki v0.102.8
9282024-11-14T04:04:15.091Z Downloaded tough v0.19.0
9292024-11-14T04:04:15.099Z Downloaded bstr v1.10.0
9302024-11-14T04:04:15.110Z Downloaded reedline v0.35.0
9312024-11-14T04:04:15.117Z Downloaded idna v0.5.0
9322024-11-14T04:04:15.125Z Downloaded futures-util v0.3.31
9332024-11-14T04:04:15.138Z Downloaded proptest v1.5.0
9342024-11-14T04:04:15.146Z Downloaded curve25519-dalek v4.1.3
9352024-11-14T04:04:15.155Z Downloaded petname v2.0.2
9362024-11-14T04:04:15.161Z Downloaded vcpkg v0.2.15
9372024-11-14T04:04:15.201Z Downloaded portable-atomic v1.9.0
9382024-11-14T04:04:15.207Z Downloaded polar-core v0.27.3
9392024-11-14T04:04:15.217Z Downloaded openssl v0.10.68
9402024-11-14T04:04:15.226Z Downloaded p384 v0.13.0
9412024-11-14T04:04:15.233Z Downloaded hickory-proto v0.24.1
9422024-11-14T04:04:15.248Z Downloaded smoltcp v0.9.1
9432024-11-14T04:04:15.259Z Downloaded radix_trie v0.2.1
9442024-11-14T04:04:15.264Z Downloaded trust-dns-proto v0.22.0
9452024-11-14T04:04:15.276Z Downloaded webpki-roots v0.26.6
9462024-11-14T04:04:15.280Z Downloaded object v0.30.4
9472024-11-14T04:04:15.289Z Downloaded nix v0.28.0
9482024-11-14T04:04:15.301Z Downloaded rustls v0.21.12
9492024-11-14T04:04:15.313Z Downloaded dropshot v0.12.0
9502024-11-14T04:04:15.333Z Downloaded nix v0.27.1
9512024-11-14T04:04:15.344Z Downloaded regress v0.9.1
9522024-11-14T04:04:15.352Z Downloaded regress v0.10.1
9532024-11-14T04:04:15.362Z Downloaded nix v0.29.0
9542024-11-14T04:04:15.373Z Downloaded gimli v0.31.1
9552024-11-14T04:04:15.382Z Downloaded regex-syntax v0.6.29
9562024-11-14T04:04:15.390Z Downloaded diesel v2.2.4
9572024-11-14T04:04:15.408Z Downloaded rustls v0.23.14
9582024-11-14T04:04:15.421Z Downloaded rustls v0.22.4
9592024-11-14T04:04:15.433Z Downloaded ratatui v0.28.1
9602024-11-14T04:04:15.453Z Downloaded regex-syntax v0.8.5
9612024-11-14T04:04:15.465Z Downloaded bzip2-sys v0.1.11+1.0.8
9622024-11-14T04:04:15.476Z Downloaded typify-impl v0.2.0
9632024-11-14T04:04:15.490Z Downloaded zerocopy-derive v0.6.6
9642024-11-14T04:04:15.506Z Downloaded openapiv3 v2.0.0
9652024-11-14T04:04:15.516Z Downloaded object v0.36.5
9662024-11-14T04:04:15.522Z Downloaded sled v0.34.7
9672024-11-14T04:04:15.534Z Downloaded regex-automata v0.4.8
9682024-11-14T04:04:15.552Z Downloaded dropshot v0.13.0
9692024-11-14T04:04:15.573Z Downloaded smoltcp v0.11.0
9702024-11-14T04:04:15.584Z Downloaded git2 v0.19.0
9712024-11-14T04:04:15.593Z Downloaded lzma-sys v0.1.20
9722024-11-14T04:04:15.622Z Downloaded ssh-key v0.6.6
9732024-11-14T04:04:15.629Z Downloaded petgraph v0.6.5
9742024-11-14T04:04:15.646Z Downloaded libz-sys v1.1.20
9752024-11-14T04:04:15.670Z Downloaded serde_with v3.11.0
9762024-11-14T04:04:15.676Z Downloaded salty v0.3.0
9772024-11-14T04:04:15.683Z Downloaded rayon v1.10.0
9782024-11-14T04:04:15.693Z Downloaded quick-xml v0.33.0
9792024-11-14T04:04:15.699Z Downloaded tokio v1.40.0
9802024-11-14T04:04:15.737Z Downloaded snafu v0.8.5
9812024-11-14T04:04:15.742Z Downloaded csv v1.3.0
9822024-11-14T04:04:15.764Z Downloaded chrono-tz v0.10.0
9832024-11-14T04:04:15.769Z Downloaded hashbrown v0.14.5
9842024-11-14T04:04:15.774Z Downloaded bindgen v0.69.5
9852024-11-14T04:04:15.782Z Downloaded poly1305 v0.8.0
9862024-11-14T04:04:15.784Z Downloaded multer v3.1.0
9872024-11-14T04:04:15.787Z Downloaded futures-task v0.3.31
9882024-11-14T04:04:15.790Z Downloaded sha3 v0.10.8
9892024-11-14T04:04:15.793Z Downloaded env_logger v0.11.5
9902024-11-14T04:04:15.796Z Downloaded env_logger v0.10.2
9912024-11-14T04:04:15.799Z Downloaded toml v0.7.8
9922024-11-14T04:04:15.802Z Downloaded pin-utils v0.1.0
9932024-11-14T04:04:15.802Z Downloaded flagset v0.4.6
9942024-11-14T04:04:15.807Z Downloaded signal-hook-mio v0.2.4
9952024-11-14T04:04:15.807Z Downloaded parse-zoneinfo v0.3.1
9962024-11-14T04:04:15.811Z Downloaded samael v0.0.17
9972024-11-14T04:04:15.814Z Downloaded steno v0.4.1
9982024-11-14T04:04:15.816Z Downloaded quick-error v1.2.3
9992024-11-14T04:04:15.820Z Downloaded num-traits v0.2.19
10002024-11-14T04:04:15.823Z Downloaded fallible-iterator v0.3.0
10012024-11-14T04:04:15.823Z Downloaded num_enum v0.5.11
10022024-11-14T04:04:15.826Z Downloaded termtree v0.4.1
10032024-11-14T04:04:15.829Z Downloaded oso-derive v0.27.3
10042024-11-14T04:04:15.829Z Downloaded des v0.8.1
10052024-11-14T04:04:15.829Z Downloaded walkdir v2.5.0
10062024-11-14T04:04:15.831Z Downloaded vte v0.11.1
10072024-11-14T04:04:15.834Z Downloaded tracing v0.1.40
10082024-11-14T04:04:15.838Z Downloaded vergen v8.3.2
10092024-11-14T04:04:15.840Z Downloaded idna v0.3.0
10102024-11-14T04:04:15.848Z Downloaded getrandom v0.2.15
10112024-11-14T04:04:15.852Z Downloaded unicode-segmentation v1.12.0
10122024-11-14T04:04:15.852Z Downloaded url v2.5.3
10132024-11-14T04:04:15.855Z Downloaded unicode_categories v0.1.1
10142024-11-14T04:04:15.857Z Downloaded hashbrown v0.13.2
10152024-11-14T04:04:15.861Z Downloaded hashbrown v0.12.3
10162024-11-14T04:04:15.865Z Downloaded pkcs5 v0.7.1
10172024-11-14T04:04:15.869Z Downloaded encoding_rs v0.8.34
10182024-11-14T04:04:15.892Z Downloaded shell-words v1.1.0
10192024-11-14T04:04:15.897Z Downloaded zerovec v0.10.4
10202024-11-14T04:04:15.900Z Downloaded same-file v1.0.6
10212024-11-14T04:04:15.900Z Downloaded num-bigint v0.4.6
10222024-11-14T04:04:15.903Z Downloaded crossterm v0.28.1
10232024-11-14T04:04:15.910Z Downloaded rpassword v7.3.1
10242024-11-14T04:04:15.912Z Downloaded progenitor-macro v0.8.0
10252024-11-14T04:04:15.912Z Downloaded pkcs8 v0.10.2
10262024-11-14T04:04:15.916Z Downloaded ron v0.8.1
10272024-11-14T04:04:15.918Z Downloaded rustls-pki-types v1.9.0
10282024-11-14T04:04:15.921Z Downloaded serde_yaml v0.9.34+deprecated
10292024-11-14T04:04:15.925Z Downloaded unicode-bidi v0.3.17
10302024-11-14T04:04:15.932Z Downloaded crossbeam-channel v0.5.13
10312024-11-14T04:04:15.937Z Downloaded stable_deref_trait v1.2.0
10322024-11-14T04:04:15.937Z Downloaded serde_path_to_error v0.1.16
10332024-11-14T04:04:15.941Z Downloaded slog-term v2.9.1
10342024-11-14T04:04:15.941Z Downloaded serde_plain v1.0.2
10352024-11-14T04:04:15.941Z Downloaded bitvec v1.0.1
10362024-11-14T04:04:15.968Z Downloaded tungstenite v0.24.0
10372024-11-14T04:04:15.975Z Downloaded unicode-properties v0.1.3
10382024-11-14T04:04:15.975Z Downloaded darling_core v0.20.10
10392024-11-14T04:04:15.975Z Downloaded fragile v2.0.0
10402024-11-14T04:04:15.975Z Downloaded libgit2-sys v0.17.0+1.8.1
10412024-11-14T04:04:16.022Z Downloaded env_filter v0.1.2
10422024-11-14T04:04:16.026Z Downloaded elliptic-curve v0.13.8
10432024-11-14T04:04:16.029Z Downloaded sync-ptr v0.1.1
10442024-11-14T04:04:16.029Z Downloaded typed-path v0.9.3
10452024-11-14T04:04:16.034Z Downloaded strum v0.26.3
10462024-11-14T04:04:16.036Z Downloaded static_assertions v1.1.0
10472024-11-14T04:04:16.036Z Downloaded slog-envlogger v2.2.0
10482024-11-14T04:04:16.040Z Downloaded slog-scope v4.4.0
10492024-11-14T04:04:16.040Z Downloaded salsa20 v0.10.2
10502024-11-14T04:04:16.043Z Downloaded cc v1.1.30
10512024-11-14T04:04:16.043Z Downloaded mirai-annotations v1.12.0
10522024-11-14T04:04:16.046Z Downloaded rtoolbox v0.0.2
10532024-11-14T04:04:16.046Z Downloaded olpc-cjson v0.1.4
10542024-11-14T04:04:16.046Z Downloaded zone_cfg_derive v0.1.2
10552024-11-14T04:04:16.049Z Downloaded tower-service v0.3.3
10562024-11-14T04:04:16.049Z Downloaded indicatif v0.17.8
10572024-11-14T04:04:16.052Z Downloaded crypto-bigint v0.5.5
10582024-11-14T04:04:16.057Z Downloaded password-hash v0.5.0
10592024-11-14T04:04:16.059Z Downloaded foldhash v0.1.3
10602024-11-14T04:04:16.061Z Downloaded ena v0.14.3
10612024-11-14T04:04:16.061Z Downloaded pbkdf2 v0.12.2
10622024-11-14T04:04:16.064Z Downloaded diesel_derives v2.2.3
10632024-11-14T04:04:16.067Z Downloaded base64 v0.22.1
10642024-11-14T04:04:16.070Z Downloaded term v0.7.0
10652024-11-14T04:04:16.073Z Downloaded sqlformat v0.2.6
10662024-11-14T04:04:16.075Z Downloaded parking_lot v0.11.2
10672024-11-14T04:04:16.078Z Downloaded num-complex v0.4.6
10682024-11-14T04:04:16.080Z Downloaded native-tls v0.2.12
10692024-11-14T04:04:16.083Z Downloaded nanorand v0.7.0
10702024-11-14T04:04:16.085Z Downloaded futures-channel v0.3.31
10712024-11-14T04:04:16.088Z Downloaded unicode-truncate v1.1.0
10722024-11-14T04:04:16.088Z Downloaded tungstenite v0.23.0
10732024-11-14T04:04:16.090Z Downloaded russh v0.45.0
10742024-11-14T04:04:16.097Z Downloaded chacha20poly1305 v0.10.1
10752024-11-14T04:04:16.099Z Downloaded unarray v0.1.4
10762024-11-14T04:04:16.099Z Downloaded siphasher v0.3.11
10772024-11-14T04:04:16.101Z Downloaded icu_normalizer v1.5.0
10782024-11-14T04:04:16.104Z Downloaded yasna v0.5.2
10792024-11-14T04:04:16.106Z Downloaded rustversion v1.0.17
10802024-11-14T04:04:16.109Z Downloaded tokio-tungstenite v0.21.0
10812024-11-14T04:04:16.112Z Downloaded postcard v1.0.10
10822024-11-14T04:04:16.112Z Downloaded prettyplease v0.2.25
10832024-11-14T04:04:16.121Z Downloaded pbkdf2 v0.11.0
10842024-11-14T04:04:16.121Z Downloaded diff v0.1.13
10852024-11-14T04:04:16.121Z Downloaded hyper-tls v0.6.0
10862024-11-14T04:04:16.124Z Downloaded sha1 v0.10.6
10872024-11-14T04:04:16.124Z Downloaded packed_struct_codegen v0.10.1
10882024-11-14T04:04:16.124Z Downloaded num-derive v0.4.2
10892024-11-14T04:04:16.127Z Downloaded nu-ansi-term v0.50.1
10902024-11-14T04:04:16.129Z Downloaded mime_guess v2.0.5
10912024-11-14T04:04:16.129Z Downloaded thread_local v1.1.8
10922024-11-14T04:04:16.132Z Downloaded icu_provider v1.5.0
10932024-11-14T04:04:16.135Z Downloaded serde-big-array v0.5.1
10942024-11-14T04:04:16.135Z Downloaded strip-ansi-escapes v0.2.0
10952024-11-14T04:04:16.137Z Downloaded hyper-staticfile v0.10.1
10962024-11-14T04:04:16.137Z Downloaded signal-hook-tokio v0.3.1
10972024-11-14T04:04:16.140Z Downloaded signal-hook-registry v1.4.2
10982024-11-14T04:04:16.140Z Downloaded crossbeam-utils v0.8.20
10992024-11-14T04:04:16.142Z Downloaded const-oid v0.9.6
11002024-11-14T04:04:16.145Z Downloaded clang-sys v1.8.1
11012024-11-14T04:04:16.147Z Downloaded rustc-hash v1.1.0
11022024-11-14T04:04:16.147Z Downloaded iana-time-zone v0.1.61
11032024-11-14T04:04:16.150Z Downloaded cookie v0.18.1
11042024-11-14T04:04:16.153Z Downloaded futures-io v0.3.31
11052024-11-14T04:04:16.153Z Downloaded libloading v0.8.5
11062024-11-14T04:04:16.156Z Downloaded ipnet v2.10.1
11072024-11-14T04:04:16.156Z Downloaded heapless v0.7.17
11082024-11-14T04:04:16.159Z Downloaded base64 v0.13.1
11092024-11-14T04:04:16.163Z Downloaded maplit v1.0.2
11102024-11-14T04:04:16.166Z Downloaded lru v0.12.5
11112024-11-14T04:04:16.166Z Downloaded slog-async v2.8.0
11122024-11-14T04:04:16.166Z Downloaded fallible-streaming-iterator v0.1.9
11132024-11-14T04:04:16.169Z Downloaded embedded-io v0.4.0
11142024-11-14T04:04:16.169Z Downloaded litemap v0.7.3
11152024-11-14T04:04:16.492Z Downloaded schemars v0.8.21
11162024-11-14T04:04:16.512Z Downloaded managed v0.8.0
11172024-11-14T04:04:16.512Z Downloaded kstat-rs v0.2.4
11182024-11-14T04:04:16.512Z Downloaded instability v0.3.2
11192024-11-14T04:04:16.512Z Downloaded indoc v1.0.9
11202024-11-14T04:04:16.512Z Downloaded hkdf v0.12.4
11212024-11-14T04:04:16.512Z Downloaded cancel-safe-futures v0.1.5
11222024-11-14T04:04:16.512Z Downloaded utf16_iter v1.0.5
11232024-11-14T04:04:16.512Z Downloaded utf-8 v0.7.6
11242024-11-14T04:04:16.512Z Downloaded ref-cast-impl v1.0.23
11252024-11-14T04:04:16.512Z Downloaded rand_chacha v0.3.1
11262024-11-14T04:04:16.512Z Downloaded quinn-udp v0.5.5
11272024-11-14T04:04:16.512Z Downloaded lazycell v1.3.0
11282024-11-14T04:04:16.512Z Downloaded csv-core v0.1.11
11292024-11-14T04:04:16.512Z Downloaded cexpr v0.6.0
11302024-11-14T04:04:16.512Z Downloaded is-terminal v0.4.13
11312024-11-14T04:04:16.512Z Downloaded ident_case v1.0.1
11322024-11-14T04:04:16.512Z Downloaded bitflags v1.3.2
11332024-11-14T04:04:16.512Z Downloaded backoff v0.4.0
11342024-11-14T04:04:16.512Z Downloaded ahash v0.8.11
11352024-11-14T04:04:16.512Z Downloaded aes-gcm v0.10.3
11362024-11-14T04:04:16.512Z Downloaded hmac v0.12.1
11372024-11-14T04:04:16.512Z Downloaded argon2 v0.5.3
11382024-11-14T04:04:16.512Z Downloaded libxml v0.3.3
11392024-11-14T04:04:16.512Z Downloaded humantime v2.1.0
11402024-11-14T04:04:16.512Z Downloaded heck v0.3.3
11412024-11-14T04:04:16.512Z Downloaded crunchy v0.2.2
11422024-11-14T04:04:16.512Z Downloaded ciborium-io v0.2.2
11432024-11-14T04:04:16.512Z Downloaded cfg_aliases v0.2.1
11442024-11-14T04:04:16.512Z Downloaded itertools v0.10.5
11452024-11-14T04:04:16.513Z Downloaded httpdate v1.0.3
11462024-11-14T04:04:16.513Z Downloaded http-body v1.0.1
11472024-11-14T04:04:16.513Z Downloaded headers-core v0.3.0
11482024-11-14T04:04:16.513Z Downloaded arrayref v0.3.9
11492024-11-14T04:04:16.513Z Downloaded httparse v1.9.5
11502024-11-14T04:04:16.513Z Downloaded compact_str v0.8.0
11512024-11-14T04:04:16.513Z Downloaded addr2line v0.24.2
11522024-11-14T04:04:16.513Z Downloaded linked-hash-map v0.5.6
11532024-11-14T04:04:16.513Z Downloaded icu_locid_transform v1.5.0
11542024-11-14T04:04:16.513Z Downloaded crossbeam-epoch v0.9.18
11552024-11-14T04:04:16.513Z Downloaded bitfield v0.14.0
11562024-11-14T04:04:16.513Z Downloaded bb8 v0.8.5
11572024-11-14T04:04:16.513Z Downloaded bcrypt-pbkdf v0.10.0
11582024-11-14T04:04:16.513Z Downloaded bit-set v0.5.3
11592024-11-14T04:04:16.513Z Downloaded libsqlite3-sys v0.30.1
11602024-11-14T04:04:16.526Z Downloaded ring v0.17.8
11612024-11-14T04:04:16.693Z Downloaded ring v0.16.20
11622024-11-14T04:04:16.932Z Downloaded aws-lc-sys v0.22.0
11632024-11-14T04:04:17.257Z Compiling serde v1.0.215
11642024-11-14T04:04:17.260Z Compiling lock_api v0.4.12
11652024-11-14T04:04:17.260Z Compiling scopeguard v1.2.0
11662024-11-14T04:04:17.260Z Compiling value-bag v1.9.0
11672024-11-14T04:04:17.260Z Compiling typenum v1.17.0
11682024-11-14T04:04:17.260Z Compiling generic-array v0.14.7
11692024-11-14T04:04:17.442Z Compiling syn v2.0.87
11702024-11-14T04:04:17.445Z Compiling getrandom v0.2.15
11712024-11-14T04:04:17.628Z Compiling shlex v1.3.0
11722024-11-14T04:04:17.865Z Compiling rand_core v0.6.4
11732024-11-14T04:04:18.018Z Compiling subtle v2.6.1
11742024-11-14T04:04:18.066Z Compiling log v0.4.22
11752024-11-14T04:04:18.069Z Compiling jobserver v0.1.32
11762024-11-14T04:04:18.214Z Compiling const-oid v0.9.6
11772024-11-14T04:04:18.376Z Compiling smallvec v1.13.2
11782024-11-14T04:04:18.428Z Compiling pin-project-lite v0.2.14
11792024-11-14T04:04:18.486Z Compiling cc v1.1.30
11802024-11-14T04:04:18.563Z Compiling spin v0.9.8
11812024-11-14T04:04:18.803Z Compiling rustix v0.38.37
11822024-11-14T04:04:19.005Z Compiling parking_lot_core v0.9.10
11832024-11-14T04:04:19.040Z Compiling futures-core v0.3.31
11842024-11-14T04:04:19.063Z Compiling signal-hook-registry v1.4.2
11852024-11-14T04:04:19.303Z Compiling mio v1.0.2
11862024-11-14T04:04:19.799Z Compiling aho-corasick v1.1.3
11872024-11-14T04:04:19.986Z Compiling parking_lot v0.12.3
11882024-11-14T04:04:20.242Z Compiling cpufeatures v0.2.14
11892024-11-14T04:04:20.288Z Compiling regex-syntax v0.8.5
11902024-11-14T04:04:20.325Z Compiling either v1.13.0
11912024-11-14T04:04:20.345Z Compiling lazy_static v1.5.0
11922024-11-14T04:04:20.473Z Compiling futures-sink v0.3.31
11932024-11-14T04:04:20.627Z Compiling stable_deref_trait v1.2.0
11942024-11-14T04:04:20.664Z Compiling glob v0.3.1
11952024-11-14T04:04:20.753Z Compiling socket2 v0.5.7
11962024-11-14T04:04:20.757Z Compiling slab v0.4.9
11972024-11-14T04:04:20.924Z Compiling prettyplease v0.2.25
11982024-11-14T04:04:21.210Z Compiling minimal-lexical v0.2.1
11992024-11-14T04:04:21.549Z Compiling libloading v0.8.5
12002024-11-14T04:04:21.663Z Compiling clang-sys v1.8.1
12012024-11-14T04:04:21.735Z Compiling nom v7.1.3
12022024-11-14T04:04:21.795Z Compiling bindgen v0.69.5
12032024-11-14T04:04:21.971Z Compiling home v0.5.9
12042024-11-14T04:04:22.237Z Compiling serde_json v1.0.132
12052024-11-14T04:04:22.625Z Compiling itertools v0.12.1
12062024-11-14T04:04:22.645Z Compiling futures-channel v0.3.31
12072024-11-14T04:04:23.026Z Compiling futures-io v0.3.31
12082024-11-14T04:04:23.087Z Compiling allocator-api2 v0.2.18
12092024-11-14T04:04:23.355Z Compiling futures-task v0.3.31
12102024-11-14T04:04:23.679Z Compiling rustc-hash v1.1.0
12112024-11-14T04:04:23.827Z Compiling lazycell v1.3.0
12122024-11-14T04:04:23.892Z Compiling foldhash v0.1.3
12132024-11-14T04:04:24.001Z Compiling regex-automata v0.4.8
12142024-11-14T04:04:24.202Z Compiling pin-utils v0.1.0
12152024-11-14T04:04:24.298Z Compiling hashbrown v0.15.0
12162024-11-14T04:04:25.507Z Compiling synstructure v0.13.1
12172024-11-14T04:04:25.668Z Compiling cexpr v0.6.0
12182024-11-14T04:04:25.730Z Compiling cmake v0.1.51
12192024-11-14T04:04:26.787Z Compiling fs_extra v1.3.0
12202024-11-14T04:04:27.215Z Compiling tinyvec_macros v0.1.1
12212024-11-14T04:04:27.219Z Compiling libm v0.2.8
12222024-11-14T04:04:27.328Z Compiling pkg-config v0.3.31
12232024-11-14T04:04:27.395Z Compiling dunce v1.0.5
12242024-11-14T04:04:27.470Z Compiling tinyvec v1.8.0
12252024-11-14T04:04:27.554Z Compiling num-traits v0.2.19
12262024-11-14T04:04:28.057Z Compiling ring v0.17.8
12272024-11-14T04:04:28.835Z Compiling unicode-bidi v0.3.17
12282024-11-14T04:04:28.917Z Compiling litemap v0.7.3
12292024-11-14T04:04:28.969Z Compiling paste v1.0.15
12302024-11-14T04:04:29.056Z Compiling unicode-normalization v0.1.24
12312024-11-14T04:04:29.205Z Compiling base64ct v1.6.0
12322024-11-14T04:04:29.296Z Compiling writeable v0.5.5
12332024-11-14T04:04:29.777Z Compiling regex v1.11.1
12342024-11-14T04:04:29.864Z Compiling pem-rfc7468 v0.7.0
12352024-11-14T04:04:30.279Z Compiling flagset v0.4.6
12362024-11-14T04:04:30.469Z Compiling aws-lc-rs v1.10.0
12372024-11-14T04:04:30.531Z Compiling httparse v1.9.5
12382024-11-14T04:04:30.901Z Compiling tracing-core v0.1.32
12392024-11-14T04:04:31.391Z Compiling percent-encoding v2.3.1
12402024-11-14T04:04:31.705Z Compiling icu_locid_transform_data v1.5.0
12412024-11-14T04:04:31.814Z Compiling crossbeam-utils v0.8.20
12422024-11-14T04:04:31.896Z Compiling rustls-pki-types v1.9.0
12432024-11-14T04:04:32.109Z Compiling powerfmt v0.2.0
12442024-11-14T04:04:32.441Z Compiling serde_derive v1.0.215
12452024-11-14T04:04:32.467Z Compiling zeroize_derive v1.4.2
12462024-11-14T04:04:32.516Z Compiling zerocopy-derive v0.7.35
12472024-11-14T04:04:32.782Z Compiling tokio-macros v2.4.0
12482024-11-14T04:04:33.015Z Compiling zerofrom-derive v0.1.4
12492024-11-14T04:04:34.021Z Compiling zeroize v1.8.1
12502024-11-14T04:04:34.416Z Compiling thiserror-impl v1.0.69
12512024-11-14T04:04:34.546Z Compiling yoke-derive v0.7.4
12522024-11-14T04:04:34.625Z Compiling zerocopy v0.7.35
12532024-11-14T04:04:35.739Z Compiling crypto-common v0.1.6
12542024-11-14T04:04:35.978Z Compiling block-buffer v0.10.4
12552024-11-14T04:04:36.205Z Compiling digest v0.10.7
12562024-11-14T04:04:36.253Z Compiling futures-macro v0.3.31
12572024-11-14T04:04:36.682Z Compiling hmac v0.12.1
12582024-11-14T04:04:36.702Z Compiling zerovec-derive v0.10.3
12592024-11-14T04:04:36.938Z Compiling block-padding v0.3.3
12602024-11-14T04:04:37.071Z Compiling zerofrom v0.1.4
12612024-11-14T04:04:37.195Z Compiling displaydoc v0.2.5
12622024-11-14T04:04:37.281Z Compiling inout v0.1.3
12632024-11-14T04:04:37.537Z Compiling yoke v0.7.4
12642024-11-14T04:04:37.583Z Compiling cipher v0.4.4
12652024-11-14T04:04:37.852Z Compiling thiserror v1.0.69
12662024-11-14T04:04:37.898Z Compiling sha2 v0.10.8
12672024-11-14T04:04:37.981Z Compiling ppv-lite86 v0.2.20
12682024-11-14T04:04:38.107Z Compiling der_derive v0.7.3
12692024-11-14T04:04:38.218Z Compiling futures-util v0.3.31
12702024-11-14T04:04:38.802Z Compiling icu_provider_macros v1.5.0
12712024-11-14T04:04:38.938Z Compiling rand_chacha v0.3.1
12722024-11-14T04:04:39.304Z Compiling zerovec v0.10.4
12732024-11-14T04:04:39.908Z Compiling tracing-attributes v0.1.27
12742024-11-14T04:04:40.516Z Compiling der v0.7.9
12752024-11-14T04:04:41.148Z Compiling tinystr v0.7.6
12762024-11-14T04:04:41.275Z Compiling icu_collections v1.5.0
12772024-11-14T04:04:41.515Z Compiling icu_locid v1.5.0
12782024-11-14T04:04:41.562Z Compiling rand v0.8.5
12792024-11-14T04:04:42.845Z Compiling icu_provider v1.5.0
12802024-11-14T04:04:43.545Z Compiling icu_locid_transform v1.5.0
12812024-11-14T04:04:43.751Z Compiling spki v0.7.3
12822024-11-14T04:04:43.772Z Compiling salsa20 v0.10.2
12832024-11-14T04:04:43.841Z Compiling tracing v0.1.40
12842024-11-14T04:04:43.844Z Compiling pest v2.7.14
12852024-11-14T04:04:43.927Z Compiling pbkdf2 v0.12.2
12862024-11-14T04:04:44.016Z Compiling num-conv v0.1.0
12872024-11-14T04:04:44.108Z Compiling vcpkg v0.2.15
12882024-11-14T04:04:44.129Z Compiling time-core v0.1.2
12892024-11-14T04:04:44.303Z Compiling untrusted v0.9.0
12902024-11-14T04:04:44.323Z Compiling icu_properties_data v1.5.0
12912024-11-14T04:04:44.346Z Compiling mirai-annotations v1.12.0
12922024-11-14T04:04:44.389Z Compiling untrusted v0.7.1
12932024-11-14T04:04:44.536Z Compiling time-macros v0.2.18
12942024-11-14T04:04:44.564Z Compiling scrypt v0.11.0
12952024-11-14T04:04:44.590Z Compiling aes v0.8.4
12962024-11-14T04:04:45.147Z Compiling icu_properties v1.5.1
12972024-11-14T04:04:46.215Z Compiling cbc v0.1.2
12982024-11-14T04:04:46.343Z Compiling bitflags v2.6.0
12992024-11-14T04:04:46.460Z Compiling bytes v1.7.2
13002024-11-14T04:04:46.939Z Compiling indexmap v2.6.0
13012024-11-14T04:04:47.433Z Compiling tokio v1.40.0
13022024-11-14T04:04:47.833Z Compiling http v1.1.0
13032024-11-14T04:04:47.881Z Compiling semver v1.0.23
13042024-11-14T04:04:48.220Z Compiling pest_meta v2.7.14
13052024-11-14T04:04:48.468Z Compiling rustc_version v0.4.1
13062024-11-14T04:04:48.664Z Compiling openssl-sys v0.9.104
13072024-11-14T04:04:49.789Z Compiling scroll_derive v0.12.0
13082024-11-14T04:04:49.930Z Compiling deranged v0.3.11
13092024-11-14T04:04:50.055Z Compiling utf8_iter v1.0.4
13102024-11-14T04:04:50.309Z Compiling num_threads v0.1.7
13112024-11-14T04:04:50.376Z Compiling atomic-waker v1.1.2
13122024-11-14T04:04:50.440Z Compiling icu_normalizer_data v1.5.0
13132024-11-14T04:04:50.531Z Compiling utf16_iter v1.0.5
13142024-11-14T04:04:50.552Z Compiling write16 v1.0.0
13152024-11-14T04:04:50.687Z Compiling icu_normalizer v1.5.0
13162024-11-14T04:04:50.730Z Compiling pest_generator v2.7.14
13172024-11-14T04:04:50.911Z Compiling which v4.4.2
13182024-11-14T04:04:51.506Z Compiling scroll v0.12.0
13192024-11-14T04:04:51.828Z Compiling time v0.3.36
13202024-11-14T04:04:52.097Z Compiling http-body v1.0.1
13212024-11-14T04:04:52.234Z Compiling pkcs5 v0.7.1
13222024-11-14T04:04:52.334Z Compiling form_urlencoded v1.2.1
13232024-11-14T04:04:52.714Z Compiling slog v2.7.0
13242024-11-14T04:04:52.744Z Compiling try-lock v0.2.5
13252024-11-14T04:04:52.846Z Compiling goblin v0.8.2
13262024-11-14T04:04:52.906Z Compiling pkcs8 v0.10.2
13272024-11-14T04:04:53.361Z Compiling want v0.3.1
13282024-11-14T04:04:53.440Z Compiling pest_derive v2.7.14
13292024-11-14T04:04:53.555Z Compiling idna_adapter v1.2.0
13302024-11-14T04:04:53.630Z Compiling httpdate v1.0.3
13312024-11-14T04:04:53.764Z Compiling idna v1.0.3
13322024-11-14T04:04:54.087Z Compiling serde_tokenstream v0.2.2
13332024-11-14T04:04:54.242Z Compiling dtrace-parser v0.2.0
13342024-11-14T04:04:54.459Z Compiling uuid v1.11.0
13352024-11-14T04:04:54.706Z Compiling serde_spanned v0.6.8
13362024-11-14T04:04:54.930Z Compiling toml_datetime v0.6.8
13372024-11-14T04:04:55.443Z Compiling tower-service v0.3.3
13382024-11-14T04:04:55.577Z Compiling iana-time-zone v0.1.61
13392024-11-14T04:04:55.641Z Compiling openssl v0.10.68
13402024-11-14T04:04:55.913Z Compiling tokio-util v0.7.12
13412024-11-14T04:04:56.043Z Compiling foreign-types-shared v0.1.1
13422024-11-14T04:04:56.063Z Compiling adler2 v2.0.0
13432024-11-14T04:04:56.153Z Compiling base64 v0.22.1
13442024-11-14T04:04:56.279Z Compiling rustversion v1.0.17
13452024-11-14T04:04:56.466Z Compiling match_cfg v0.1.0
13462024-11-14T04:04:56.568Z Compiling hostname v0.3.1
13472024-11-14T04:04:56.828Z Compiling miniz_oxide v0.8.0
13482024-11-14T04:04:56.919Z Compiling h2 v0.4.6
13492024-11-14T04:04:57.062Z Compiling foreign-types v0.3.2
13502024-11-14T04:04:57.183Z Compiling chrono v0.4.38
13512024-11-14T04:04:57.203Z Compiling url v2.5.3
13522024-11-14T04:04:58.443Z Compiling openssl-macros v0.1.1
13532024-11-14T04:04:58.849Z Compiling dof v0.3.0
13542024-11-14T04:04:59.212Z Compiling async-trait v0.1.83
13552024-11-14T04:04:59.277Z Compiling dirs-sys-next v0.1.2
13562024-11-14T04:04:59.972Z Compiling usdt-impl v0.5.0
13572024-11-14T04:05:01.023Z Compiling syn v1.0.109
13582024-11-14T04:05:01.101Z Compiling data-encoding v2.6.0
13592024-11-14T04:05:01.603Z Compiling native-tls v0.2.12
13602024-11-14T04:05:01.647Z Compiling rustls v0.23.14
13612024-11-14T04:05:01.903Z Compiling rustls v0.22.4
13622024-11-14T04:05:01.940Z Compiling siphasher v0.3.11
13632024-11-14T04:05:02.109Z Compiling dirs-next v2.0.0
13642024-11-14T04:05:02.320Z Compiling http-body-util v0.1.2
13652024-11-14T04:05:02.934Z Compiling crossbeam-epoch v0.9.18
13662024-11-14T04:05:03.359Z Compiling heapless v0.7.17
13672024-11-14T04:05:03.604Z Compiling sha1 v0.10.6
13682024-11-14T04:05:03.628Z Compiling signature v2.2.0
13692024-11-14T04:05:03.764Z Compiling bzip2-sys v0.1.11+1.0.8
13702024-11-14T04:05:03.862Z Compiling serde_derive_internals v0.29.1
13712024-11-14T04:05:03.862Z Compiling thread_local v1.1.8
13722024-11-14T04:05:03.897Z Compiling encoding_rs v0.8.34
13732024-11-14T04:05:03.923Z Compiling multer v3.1.0
13742024-11-14T04:05:04.149Z Compiling hyper v1.5.0
13752024-11-14T04:05:04.213Z Compiling cookie v0.18.1
13762024-11-14T04:05:04.286Z Compiling slog-async v2.8.0
13772024-11-14T04:05:04.489Z Compiling gimli v0.31.1
13782024-11-14T04:05:04.800Z Compiling rayon-core v1.12.1
13792024-11-14T04:05:05.080Z Compiling signal-hook v0.3.17
13802024-11-14T04:05:05.342Z Compiling unicode-properties v0.1.3
13812024-11-14T04:05:05.754Z Compiling mime v0.3.17
13822024-11-14T04:05:06.373Z Compiling schemars v0.8.21
13832024-11-14T04:05:06.535Z Compiling hyper-util v0.1.10
13842024-11-14T04:05:06.707Z Compiling openssl-probe v0.1.5
13852024-11-14T04:05:07.086Z Compiling ipnet v2.10.1
13862024-11-14T04:05:07.909Z Compiling schemars_derive v0.8.21
13872024-11-14T04:05:08.334Z Compiling stringprep v0.1.5
13882024-11-14T04:05:08.432Z Compiling toml_edit v0.22.22
13892024-11-14T04:05:09.111Z Compiling addr2line v0.24.2
13902024-11-14T04:05:09.801Z Compiling usdt-attr-macro v0.5.0
13912024-11-14T04:05:09.845Z Compiling usdt-macro v0.5.0
13922024-11-14T04:05:09.889Z Compiling crossbeam-deque v0.8.5
13932024-11-14T04:05:10.244Z Compiling term v0.7.0
13942024-11-14T04:05:11.207Z Compiling slog-json v2.6.1
13952024-11-14T04:05:11.264Z Compiling serde_urlencoded v0.7.1
13962024-11-14T04:05:11.435Z Compiling crossbeam-channel v0.5.13
13972024-11-14T04:05:11.455Z Compiling curve25519-dalek v4.1.3
13982024-11-14T04:05:11.572Z Compiling enum-as-inner v0.6.1
13992024-11-14T04:05:11.724Z Compiling futures-executor v0.3.31
14002024-11-14T04:05:11.765Z Compiling md-5 v0.10.6
14012024-11-14T04:05:12.033Z Compiling rustls-pemfile v2.2.0
14022024-11-14T04:05:12.051Z Compiling async-stream-impl v0.3.6
14032024-11-14T04:05:12.274Z Compiling num-integer v0.1.46
14042024-11-14T04:05:12.369Z Compiling idna v0.3.0
14052024-11-14T04:05:12.564Z Compiling idna v0.4.0
14062024-11-14T04:05:12.731Z Compiling hash32 v0.2.1
14072024-11-14T04:05:13.149Z Compiling ff v0.13.0
14082024-11-14T04:05:13.183Z Compiling is-terminal v0.4.13
14092024-11-14T04:05:13.314Z Compiling dropshot v0.12.0
14102024-11-14T04:05:13.370Z Compiling object v0.36.5
14112024-11-14T04:05:13.514Z Compiling take_mut v0.2.2
14122024-11-14T04:05:13.610Z Compiling anyhow v1.0.93
14132024-11-14T04:05:13.672Z Compiling quick-error v1.2.3
14142024-11-14T04:05:13.826Z Compiling utf-8 v0.7.6
14152024-11-14T04:05:14.126Z Compiling linked-hash-map v0.5.6
14162024-11-14T04:05:14.146Z Compiling fallible-iterator v0.2.0
14172024-11-14T04:05:14.221Z Compiling smoltcp v0.9.1
14182024-11-14T04:05:14.243Z Compiling dyn-clone v1.0.17
14192024-11-14T04:05:14.458Z Compiling rustc-demangle v0.1.24
14202024-11-14T04:05:14.490Z Compiling base16ct v0.2.0
14212024-11-14T04:05:14.812Z Compiling portable-atomic v1.9.0
14222024-11-14T04:05:14.890Z Compiling psl-types v2.0.11
14232024-11-14T04:05:14.929Z Compiling num-bigint-dig v0.8.4
14242024-11-14T04:05:15.094Z Compiling publicsuffix v2.2.3
14252024-11-14T04:05:15.280Z Compiling postgres-protocol v0.6.7
14262024-11-14T04:05:15.368Z Compiling sec1 v0.7.3
14272024-11-14T04:05:15.454Z Compiling lru-cache v0.1.2
14282024-11-14T04:05:15.968Z Compiling tungstenite v0.24.0
14292024-11-14T04:05:16.297Z Compiling resolv-conf v0.7.0
14302024-11-14T04:05:17.051Z Compiling async-stream v0.3.6
14312024-11-14T04:05:17.108Z Compiling hickory-proto v0.24.1
14322024-11-14T04:05:17.371Z Compiling group v0.13.0
14332024-11-14T04:05:17.722Z Compiling usdt v0.5.0
14342024-11-14T04:05:17.936Z Compiling slog-term v2.9.1
14352024-11-14T04:05:18.383Z Compiling num-iter v0.1.45
14362024-11-14T04:05:18.691Z Compiling futures v0.3.31
14372024-11-14T04:05:18.817Z Compiling toml v0.8.19
14382024-11-14T04:05:19.218Z Compiling slog-bunyan v2.5.0
14392024-11-14T04:05:20.617Z Compiling tokio-native-tls v0.3.1
14402024-11-14T04:05:20.690Z Compiling camino v1.1.9
14412024-11-14T04:05:20.757Z Compiling backtrace v0.3.74
14422024-11-14T04:05:21.324Z Compiling phf_shared v0.11.2
14432024-11-14T04:05:21.548Z Compiling dropshot_endpoint v0.12.0
14442024-11-14T04:05:21.683Z Compiling terminal_size v0.4.0
14452024-11-14T04:05:21.723Z Compiling waitgroup v0.1.2
14462024-11-14T04:05:21.905Z Compiling openapiv3 v2.0.0
14472024-11-14T04:05:21.926Z Compiling serde_path_to_error v0.1.16
14482024-11-14T04:05:21.953Z Compiling hkdf v0.12.4
14492024-11-14T04:05:22.226Z Compiling crypto-bigint v0.5.5
14502024-11-14T04:05:22.841Z Compiling webpki-roots v0.26.6
14512024-11-14T04:05:23.083Z Compiling zerocopy-derive v0.6.6
14522024-11-14T04:05:24.520Z Compiling curve25519-dalek-derive v0.1.1
14532024-11-14T04:05:25.421Z Compiling idna v0.5.0
14542024-11-14T04:05:25.644Z Compiling hubpack_derive v0.1.1
14552024-11-14T04:05:26.146Z Compiling hostname v0.4.0
14562024-11-14T04:05:26.408Z Compiling fs-err v2.11.0
14572024-11-14T04:05:26.443Z Compiling ahash v0.8.11
14582024-11-14T04:05:26.591Z Compiling crc32fast v1.4.2
14592024-11-14T04:05:26.661Z Compiling winnow v0.5.40
14602024-11-14T04:05:26.712Z Compiling debug-ignore v1.0.5
14612024-11-14T04:05:26.791Z Compiling bitflags v1.3.2
14622024-11-14T04:05:26.843Z Compiling managed v0.8.0
14632024-11-14T04:05:26.900Z Compiling clap_builder v4.5.20
14642024-11-14T04:05:26.955Z Compiling console v0.15.8
14652024-11-14T04:05:27.071Z Compiling flate2 v1.0.34
14662024-11-14T04:05:27.914Z Compiling strum_macros v0.25.3
14672024-11-14T04:05:28.087Z Compiling hubpack v0.1.2
14682024-11-14T04:05:28.453Z Compiling cookie_store v0.21.0
14692024-11-14T04:05:28.570Z Compiling zerocopy v0.6.6
14702024-11-14T04:05:29.427Z Compiling elliptic-curve v0.13.8
14712024-11-14T04:05:29.461Z Compiling hickory-resolver v0.24.1
14722024-11-14T04:05:30.063Z Compiling phf v0.11.2
14732024-11-14T04:05:30.280Z Compiling toml_edit v0.19.15
14742024-11-14T04:05:30.541Z Compiling signal-hook-mio v0.2.4
14752024-11-14T04:05:30.714Z Compiling hyper-tls v0.6.0
14762024-11-14T04:05:31.159Z Compiling rayon v1.10.0
14772024-11-14T04:05:31.265Z Compiling bzip2 v0.4.4
14782024-11-14T04:05:32.342Z Compiling tokio-tungstenite v0.24.0
14792024-11-14T04:05:32.776Z Compiling postgres-types v0.2.8
14802024-11-14T04:05:35.725Z Compiling ed25519 v2.2.3
14812024-11-14T04:05:36.086Z Compiling phf_shared v0.10.0
14822024-11-14T04:05:36.535Z Compiling tokio-stream v0.1.16
14832024-11-14T04:05:36.551Z Compiling pkcs1 v0.7.5
14842024-11-14T04:05:36.567Z Compiling serde-big-array v0.5.1
14852024-11-14T04:05:41.053Z Compiling clap_derive v4.5.18
14862024-11-14T04:05:41.340Z Compiling rfc6979 v0.4.0
14872024-11-14T04:05:41.340Z Compiling derive-where v1.2.7
14882024-11-14T04:05:41.340Z Compiling serde_repr v0.1.19
14892024-11-14T04:05:41.340Z Compiling float-cmp v0.9.0
14902024-11-14T04:05:41.340Z Compiling bstr v1.10.0
14912024-11-14T04:05:41.340Z Compiling sync_wrapper v1.0.1
14922024-11-14T04:05:41.340Z Compiling unicode-segmentation v1.12.0
14932024-11-14T04:05:41.573Z Compiling normalize-line-endings v0.3.0
14942024-11-14T04:05:41.573Z Compiling whoami v1.5.2
14952024-11-14T04:05:41.573Z Compiling difflib v0.4.0
14962024-11-14T04:05:41.573Z Compiling bit-vec v0.6.3
14972024-11-14T04:05:41.574Z Compiling number_prefix v0.4.0
14982024-11-14T04:05:41.574Z Compiling fixedbitset v0.4.2
14992024-11-14T04:05:41.574Z Compiling precomputed-hash v0.1.1
15002024-11-14T04:05:41.574Z Compiling predicates-core v1.0.8
15012024-11-14T04:05:41.574Z Compiling static_assertions v1.1.0
15022024-11-14T04:05:41.574Z Compiling new_debug_unreachable v1.0.6
15032024-11-14T04:05:41.574Z Compiling string_cache v0.8.7
15042024-11-14T04:05:41.574Z Compiling predicates v3.1.2
15052024-11-14T04:05:41.574Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15062024-11-14T04:05:41.574Z Compiling petgraph v0.6.5
15072024-11-14T04:05:41.574Z Compiling indicatif v0.17.8
15082024-11-14T04:05:41.574Z Compiling bit-set v0.5.3
15092024-11-14T04:05:41.574Z Compiling tokio-postgres v0.7.12
15102024-11-14T04:05:41.699Z Compiling similar v2.6.0
15112024-11-14T04:05:41.895Z Compiling clap v4.5.20
15122024-11-14T04:05:42.018Z Compiling rsa v0.9.6
15132024-11-14T04:05:42.704Z Compiling ecdsa v0.16.9
15142024-11-14T04:05:43.614Z Compiling ed25519-dalek v2.1.1
15152024-11-14T04:05:44.282Z Compiling toml v0.7.8
15162024-11-14T04:05:44.560Z Compiling zip v0.6.6
15172024-11-14T04:05:44.927Z Compiling crossterm v0.28.1
15182024-11-14T04:05:46.581Z Compiling hex v0.4.3
15192024-11-14T04:05:46.793Z Compiling x509-cert v0.2.5
15202024-11-14T04:05:46.814Z Compiling itertools v0.10.5
15212024-11-14T04:05:46.996Z Compiling peg-runtime v0.8.3
15222024-11-14T04:05:47.245Z Compiling lalrpop-util v0.19.12
15232024-11-14T04:05:47.245Z Compiling unicode-xid v0.2.6
15242024-11-14T04:05:47.360Z Compiling strum_macros v0.26.4
15252024-11-14T04:05:47.537Z Compiling xattr v1.3.1
15262024-11-14T04:05:47.558Z Compiling filetime v0.2.25
15272024-11-14T04:05:47.831Z Compiling tar v0.4.43
15282024-11-14T04:05:52.674Z Compiling strum v0.26.3
15292024-11-14T04:05:55.084Z Compiling aws-lc-sys v0.22.0
15302024-11-14T04:06:28.761Z Compiling rustls-webpki v0.102.8
15312024-11-14T04:06:32.162Z Compiling tokio-rustls v0.25.0
15322024-11-14T04:06:33.791Z Compiling tokio-rustls v0.26.0
15332024-11-14T04:06:34.186Z Compiling hyper-rustls v0.27.3
15342024-11-14T04:06:34.603Z Compiling reqwest v0.12.9
15352024-11-14T04:06:35.737Z Compiling qorb v0.2.0
15362024-11-14T04:06:40.885Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15372024-11-14T04:06:41.122Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15382024-11-14T04:06:47.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15392024-11-14T04:06:47.245Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15402024-11-14T04:06:47.319ZNov 14 04:06:46.070 INFO Starting download, target: Clickhouse
15412024-11-14T04:06:47.319ZNov 14 04:06:46.070 INFO Starting download, target: DendriteOpenapi
15422024-11-14T04:06:47.320ZNov 14 04:06:46.070 INFO Starting download, target: Console
15432024-11-14T04:06:47.320ZNov 14 04:06:46.070 INFO Starting download, target: Cockroach
15442024-11-14T04:06:47.341ZNov 14 04:06:46.071 INFO Starting download, target: DendriteStub
15452024-11-14T04:06:47.342ZNov 14 04:06:46.071 INFO Starting download, target: MaghemiteMgd
15462024-11-14T04:06:47.342ZNov 14 04:06:46.071 INFO Starting download, target: TransceiverControl
15472024-11-14T04:06:47.342ZNov 14 04:06:46.071 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
15482024-11-14T04:06:47.342ZNov 14 04:06:46.071 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15492024-11-14T04:06:47.342ZNov 14 04:06:46.071 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15502024-11-14T04:06:47.342ZNov 14 04:06:46.071 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15512024-11-14T04:06:47.342ZNov 14 04:06:46.071 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15522024-11-14T04:06:47.342ZNov 14 04:06:46.071 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15532024-11-14T04:06:47.343ZNov 14 04:06:46.071 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15542024-11-14T04:06:47.656ZNov 14 04:06:46.439 INFO Download complete, target: DendriteOpenapi
15552024-11-14T04:06:47.881ZNov 14 04:06:46.667 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15562024-11-14T04:06:48.104ZNov 14 04:06:46.841 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15572024-11-14T04:06:48.270ZNov 14 04:06:46.999 INFO Download complete, target: Console
15582024-11-14T04:06:48.496ZNov 14 04:06:47.276 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15592024-11-14T04:06:48.720ZNov 14 04:06:47.512 INFO Download complete, target: TransceiverControl
15602024-11-14T04:06:48.767ZNov 14 04:06:47.559 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15612024-11-14T04:06:49.264ZNov 14 04:06:48.057 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15622024-11-14T04:06:49.444ZNov 14 04:06:48.238 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15632024-11-14T04:06:49.444ZNov 14 04:06:48.238 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15642024-11-14T04:06:51.270ZNov 14 04:06:50.063 INFO Download complete, target: DendriteStub
15652024-11-14T04:06:51.707ZNov 14 04:06:50.500 INFO Download complete, target: MaghemiteMgd
15662024-11-14T04:06:57.261ZNov 14 04:06:56.045 INFO Checking that binary works, target: Cockroach
15672024-11-14T04:06:57.412ZNov 14 04:06:56.204 INFO Download complete, target: Cockroach
15682024-11-14T04:07:02.498ZNov 14 04:07:01.291 INFO Checking that binary works, target: Clickhouse
15692024-11-14T04:07:03.017ZNov 14 04:07:01.810 INFO Download complete, target: Clickhouse
15702024-11-14T04:07:03.143ZAll builder prerequisites installed successfully, and PATH looks valid
15712024-11-14T04:07:03.146Z
15722024-11-14T04:07:03.146Zreal 6:06.424534628
15732024-11-14T04:07:03.146Zuser 16:38.188081827
15742024-11-14T04:07:03.146Zsys 3:14.420626436
15752024-11-14T04:07:03.146Ztrap 0.565715553
15762024-11-14T04:07:03.146Ztflt 7.434118492
15772024-11-14T04:07:03.146Zdflt 6.395550050
15782024-11-14T04:07:03.146Zkflt 0.304252932
15792024-11-14T04:07:03.146Zlock 29:57.109167227
15802024-11-14T04:07:03.146Zslp 1:05:23.848436045
15812024-11-14T04:07:03.146Zlat 53.363951625
15822024-11-14T04:07:03.146Zstop 2:16.963571684
15832024-11-14T04:07:03.146Z+ banner hack-check
15842024-11-14T04:07:03.149Z
15852024-11-14T04:07:03.149Z # # ## #### # # #### # # ###### #### # #
15862024-11-14T04:07:03.149Z # # # # # # # # # # # # # # # # #
15872024-11-14T04:07:03.149Z ###### # # # #### ##### # ###### ##### # ####
15882024-11-14T04:07:03.149Z # # ###### # # # # # # # # # #
15892024-11-14T04:07:03.149Z # # # # # # # # # # # # # # # # #
15902024-11-14T04:07:03.149Z # # # # #### # # #### # # ###### #### # #
15912024-11-14T04:07:03.149Z
15922024-11-14T04:07:03.149Z+ export CARGO_INCREMENTAL=0
15932024-11-14T04:07:03.149Z+ CARGO_INCREMENTAL=0
15942024-11-14T04:07:03.149Z+ ptime -m timeout 2h cargo xtask check-features --ci
15952024-11-14T04:07:03.660Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15962024-11-14T04:07:07.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
15972024-11-14T04:07:07.271Z Running `target/debug/xtask check-features --ci`
15982024-11-14T04:07:07.290Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15992024-11-14T04:07:07.290Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16002024-11-14T04:07:07.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16012024-11-14T04:07:07.755Z Running `target/debug/xtask download cargo-hack`
16022024-11-14T04:07:08.592Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16032024-11-14T04:07:08.955Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16042024-11-14T04:07:14.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
16052024-11-14T04:07:14.203Z Running `target/debug/xtask-downloader cargo-hack`
16062024-11-14T04:07:14.239ZNov 14 04:07:13.032 INFO Starting download, target: CargoHack
16072024-11-14T04:07:14.242ZNov 14 04:07:13.033 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16082024-11-14T04:07:14.935ZNov 14 04:07:13.728 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16092024-11-14T04:07:15.024ZNov 14 04:07:13.818 INFO Download complete, target: CargoHack
16102024-11-14T04:07:15.028Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16112024-11-14T04:07:15.044Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16122024-11-14T04:07:15.215Zinfo: running `cargo check --bins` on api_identity (1/171)
16132024-11-14T04:07:15.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16142024-11-14T04:07:15.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16152024-11-14T04:07:15.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16162024-11-14T04:07:15.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16172024-11-14T04:07:15.843Z
16182024-11-14T04:07:15.843Zinfo: running `cargo check --bins` on bootstore (2/171)
16192024-11-14T04:07:16.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-11-14T04:07:16.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-11-14T04:07:16.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-11-14T04:07:16.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16232024-11-14T04:07:16.473Z
16242024-11-14T04:07:16.473Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/171)
16252024-11-14T04:07:17.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-11-14T04:07:17.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-11-14T04:07:17.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-11-14T04:07:17.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16292024-11-14T04:07:17.093Z
16302024-11-14T04:07:17.094Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171)
16312024-11-14T04:07:17.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-11-14T04:07:17.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-11-14T04:07:17.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-11-14T04:07:17.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16352024-11-14T04:07:17.723Z
16362024-11-14T04:07:17.723Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171)
16372024-11-14T04:07:18.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-11-14T04:07:18.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-11-14T04:07:18.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-11-14T04:07:18.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16412024-11-14T04:07:18.138Z
16422024-11-14T04:07:18.138Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171)
16432024-11-14T04:07:18.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-11-14T04:07:18.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-11-14T04:07:18.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-11-14T04:07:18.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16472024-11-14T04:07:18.553Z
16482024-11-14T04:07:18.553Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171)
16492024-11-14T04:07:18.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-11-14T04:07:18.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-11-14T04:07:18.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-11-14T04:07:18.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16532024-11-14T04:07:18.971Z
16542024-11-14T04:07:18.971Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171)
16552024-11-14T04:07:19.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-11-14T04:07:19.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-11-14T04:07:19.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-11-14T04:07:19.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16592024-11-14T04:07:19.395Z
16602024-11-14T04:07:19.395Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171)
16612024-11-14T04:07:19.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-11-14T04:07:19.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-11-14T04:07:19.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-11-14T04:07:19.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16652024-11-14T04:07:19.813Z
16662024-11-14T04:07:19.813Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171)
16672024-11-14T04:07:20.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-11-14T04:07:20.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-11-14T04:07:20.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-11-14T04:07:20.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16712024-11-14T04:07:20.230Z
16722024-11-14T04:07:20.230Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171)
16732024-11-14T04:07:20.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-11-14T04:07:20.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-11-14T04:07:20.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-11-14T04:07:20.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16772024-11-14T04:07:20.644Z
16782024-11-14T04:07:20.644Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171)
16792024-11-14T04:07:21.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-11-14T04:07:21.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-11-14T04:07:21.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-11-14T04:07:21.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16832024-11-14T04:07:21.065Z
16842024-11-14T04:07:21.065Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171)
16852024-11-14T04:07:21.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-11-14T04:07:21.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-11-14T04:07:21.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-11-14T04:07:21.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16892024-11-14T04:07:21.489Z
16902024-11-14T04:07:21.489Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171)
16912024-11-14T04:07:21.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-11-14T04:07:21.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-11-14T04:07:21.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-11-14T04:07:21.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16952024-11-14T04:07:21.906Z
16962024-11-14T04:07:21.906Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171)
16972024-11-14T04:07:22.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-11-14T04:07:22.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-11-14T04:07:22.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-11-14T04:07:22.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17012024-11-14T04:07:22.318Z
17022024-11-14T04:07:22.318Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171)
17032024-11-14T04:07:22.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-11-14T04:07:22.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-11-14T04:07:22.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-11-14T04:07:22.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17072024-11-14T04:07:22.759Z
17082024-11-14T04:07:22.759Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171)
17092024-11-14T04:07:23.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-11-14T04:07:23.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-11-14T04:07:23.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-11-14T04:07:23.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17132024-11-14T04:07:23.202Z
17142024-11-14T04:07:23.202Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171)
17152024-11-14T04:07:23.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-11-14T04:07:23.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-11-14T04:07:23.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-11-14T04:07:23.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17192024-11-14T04:07:23.619Z
17202024-11-14T04:07:23.619Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171)
17212024-11-14T04:07:23.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-11-14T04:07:23.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-11-14T04:07:23.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-11-14T04:07:23.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17252024-11-14T04:07:24.035Z
17262024-11-14T04:07:24.035Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171)
17272024-11-14T04:07:24.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-11-14T04:07:24.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-11-14T04:07:24.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-11-14T04:07:24.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17312024-11-14T04:07:24.454Z
17322024-11-14T04:07:24.454Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171)
17332024-11-14T04:07:24.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-11-14T04:07:24.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-11-14T04:07:24.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-11-14T04:07:24.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17372024-11-14T04:07:24.866Z
17382024-11-14T04:07:24.866Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171)
17392024-11-14T04:07:25.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-11-14T04:07:25.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-11-14T04:07:25.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-11-14T04:07:25.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17432024-11-14T04:07:25.285Z
17442024-11-14T04:07:25.285Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171)
17452024-11-14T04:07:25.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-11-14T04:07:25.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-11-14T04:07:25.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-11-14T04:07:25.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17492024-11-14T04:07:25.706Z
17502024-11-14T04:07:25.706Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171)
17512024-11-14T04:07:26.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-11-14T04:07:26.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-11-14T04:07:26.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-11-14T04:07:26.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17552024-11-14T04:07:26.133Z
17562024-11-14T04:07:26.133Zinfo: running `cargo check --bins` on sled-hardware-types (25/171)
17572024-11-14T04:07:26.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-11-14T04:07:26.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-11-14T04:07:26.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-11-14T04:07:26.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17612024-11-14T04:07:26.748Z
17622024-11-14T04:07:26.748Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/171)
17632024-11-14T04:07:27.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-11-14T04:07:27.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-11-14T04:07:27.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-11-14T04:07:27.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17672024-11-14T04:07:27.375Z
17682024-11-14T04:07:27.375Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171)
17692024-11-14T04:07:27.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-11-14T04:07:27.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-11-14T04:07:27.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-11-14T04:07:27.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17732024-11-14T04:07:28.011Z
17742024-11-14T04:07:28.011Zinfo: running `cargo check --bins` on oxlog (28/171)
17752024-11-14T04:07:28.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-11-14T04:07:28.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-11-14T04:07:28.627Z Checking cfg-if v1.0.0
17782024-11-14T04:07:28.629Z Checking libc v0.2.162
17792024-11-14T04:07:28.736Z Checking serde v1.0.215
17802024-11-14T04:07:28.739Z Checking zeroize v1.8.1
17812024-11-14T04:07:28.755Z Checking memchr v2.7.4
17822024-11-14T04:07:28.758Z Checking typenum v1.17.0
17832024-11-14T04:07:28.767Z Checking scopeguard v1.2.0
17842024-11-14T04:07:28.778Z Checking subtle v2.6.1
17852024-11-14T04:07:28.803Z Checking value-bag v1.9.0
17862024-11-14T04:07:28.921Z Checking lock_api v0.4.12
17872024-11-14T04:07:28.968Z Checking itoa v1.0.11
17882024-11-14T04:07:29.039Z Checking smallvec v1.13.2
17892024-11-14T04:07:29.177Z Checking const-oid v0.9.6
17902024-11-14T04:07:29.201Z Checking log v0.4.22
17912024-11-14T04:07:29.350Z Checking pin-project-lite v0.2.14
17922024-11-14T04:07:29.386Z Checking byteorder v1.5.0
17932024-11-14T04:07:29.465Z Checking futures-core v0.3.31
17942024-11-14T04:07:29.634Z Checking once_cell v1.20.2
17952024-11-14T04:07:29.647Z Checking cpufeatures v0.2.14
17962024-11-14T04:07:29.731Z Checking stable_deref_trait v1.2.0
17972024-11-14T04:07:29.747Z Checking futures-sink v0.3.31
17982024-11-14T04:07:29.790Z Checking spin v0.9.8
17992024-11-14T04:07:29.839Z Checking zerocopy v0.7.35
18002024-11-14T04:07:29.855Z Checking getrandom v0.2.15
18012024-11-14T04:07:29.885Z Checking signal-hook-registry v1.4.2
18022024-11-14T04:07:29.907Z Checking parking_lot_core v0.9.10
18032024-11-14T04:07:30.086Z Checking rand_core v0.6.4
18042024-11-14T04:07:30.116Z Checking mio v1.0.2
18052024-11-14T04:07:30.130Z Checking generic-array v0.14.7
18062024-11-14T04:07:30.143Z Checking socket2 v0.5.7
18072024-11-14T04:07:30.240Z Checking parking_lot v0.12.3
18082024-11-14T04:07:30.401Z Checking slab v0.4.9
18092024-11-14T04:07:30.614Z Checking zerofrom v0.1.4
18102024-11-14T04:07:30.649Z Checking futures-channel v0.3.31
18112024-11-14T04:07:30.664Z Checking pin-utils v0.1.0
18122024-11-14T04:07:30.737Z Checking allocator-api2 v0.2.18
18132024-11-14T04:07:30.752Z Checking futures-task v0.3.31
18142024-11-14T04:07:30.832Z Checking yoke v0.7.4
18152024-11-14T04:07:30.978Z Checking foldhash v0.1.3
18162024-11-14T04:07:31.010Z Checking futures-io v0.3.31
18172024-11-14T04:07:31.036Z Checking equivalent v1.0.1
18182024-11-14T04:07:31.140Z Checking ryu v1.0.18
18192024-11-14T04:07:31.156Z Checking zerovec v0.10.4
18202024-11-14T04:07:31.175Z Checking tinyvec_macros v0.1.1
18212024-11-14T04:07:31.189Z Checking futures-util v0.3.31
18222024-11-14T04:07:31.257Z Checking tinyvec v1.8.0
18232024-11-14T04:07:31.278Z Checking fnv v1.0.7
18242024-11-14T04:07:31.332Z Checking crypto-common v0.1.6
18252024-11-14T04:07:31.360Z Checking block-buffer v0.10.4
18262024-11-14T04:07:31.379Z Checking hashbrown v0.15.0
18272024-11-14T04:07:31.394Z Checking block-padding v0.3.3
18282024-11-14T04:07:31.517Z Checking libm v0.2.8
18292024-11-14T04:07:31.579Z Checking digest v0.10.7
18302024-11-14T04:07:31.599Z Checking inout v0.1.3
18312024-11-14T04:07:31.814Z Checking cipher v0.4.4
18322024-11-14T04:07:31.987Z Checking hmac v0.12.1
18332024-11-14T04:07:32.179Z Checking sha2 v0.10.8
18342024-11-14T04:07:32.224Z Checking litemap v0.7.3
18352024-11-14T04:07:32.445Z Checking unicode-bidi v0.3.17
18362024-11-14T04:07:32.527Z Checking writeable v0.5.5
18372024-11-14T04:07:32.576Z Checking base64ct v1.6.0
18382024-11-14T04:07:32.589Z Checking unicode-normalization v0.1.24
18392024-11-14T04:07:32.744Z Checking num-traits v0.2.19
18402024-11-14T04:07:32.841Z Checking tinystr v0.7.6
18412024-11-14T04:07:32.868Z Checking ppv-lite86 v0.2.20
18422024-11-14T04:07:32.997Z Checking pem-rfc7468 v0.7.0
18432024-11-14T04:07:33.050Z Checking flagset v0.4.6
18442024-11-14T04:07:33.233Z Checking icu_locid v1.5.0
18452024-11-14T04:07:33.249Z Checking tracing-core v0.1.32
18462024-11-14T04:07:33.272Z Checking der v0.7.9
18472024-11-14T04:07:33.501Z Checking thiserror v1.0.69
18482024-11-14T04:07:33.631Z Checking rand_chacha v0.3.1
18492024-11-14T04:07:33.647Z Checking rustls-pki-types v1.9.0
18502024-11-14T04:07:33.778Z Checking bytes v1.7.2
18512024-11-14T04:07:33.920Z Checking indexmap v2.6.0
18522024-11-14T04:07:34.030Z Checking serde_json v1.0.132
18532024-11-14T04:07:34.193Z Checking bitflags v2.6.0
18542024-11-14T04:07:34.275Z Checking icu_provider v1.5.0
18552024-11-14T04:07:34.462Z Checking icu_locid_transform_data v1.5.0
18562024-11-14T04:07:34.486Z Checking percent-encoding v2.3.1
18572024-11-14T04:07:34.555Z Checking rand v0.8.5
18582024-11-14T04:07:34.578Z Checking tokio v1.40.0
18592024-11-14T04:07:34.693Z Checking http v1.1.0
18602024-11-14T04:07:34.917Z Checking icu_locid_transform v1.5.0
18612024-11-14T04:07:35.084Z Checking spki v0.7.3
18622024-11-14T04:07:35.222Z Checking tracing v0.1.40
18632024-11-14T04:07:35.380Z Checking icu_collections v1.5.0
18642024-11-14T04:07:35.591Z Checking salsa20 v0.10.2
18652024-11-14T04:07:35.813Z Checking pbkdf2 v0.12.2
18662024-11-14T04:07:35.841Z Checking aws-lc-sys v0.22.0
18672024-11-14T04:07:35.856Z Checking httparse v1.9.5
18682024-11-14T04:07:35.916Z Checking powerfmt v0.2.0
18692024-11-14T04:07:35.971Z Checking mirai-annotations v1.12.0
18702024-11-14T04:07:36.013Z Checking icu_properties_data v1.5.0
18712024-11-14T04:07:36.048Z Checking untrusted v0.7.1
18722024-11-14T04:07:36.136Z Checking untrusted v0.9.0
18732024-11-14T04:07:36.170Z Checking deranged v0.3.11
18742024-11-14T04:07:36.204Z Checking scrypt v0.11.0
18752024-11-14T04:07:36.255Z Checking icu_properties v1.5.1
18762024-11-14T04:07:36.274Z Checking cbc v0.1.2
18772024-11-14T04:07:36.288Z Checking ring v0.17.8
18782024-11-14T04:07:36.328Z Checking aes v0.8.4
18792024-11-14T04:07:36.411Z Checking crossbeam-utils v0.8.20
18802024-11-14T04:07:36.469Z Checking num_threads v0.1.7
18812024-11-14T04:07:36.584Z Checking write16 v1.0.0
18822024-11-14T04:07:36.708Z Checking utf16_iter v1.0.5
18832024-11-14T04:07:36.880Z Checking atomic-waker v1.1.2
18842024-11-14T04:07:37.001Z Checking utf8_iter v1.0.4
18852024-11-14T04:07:37.148Z Checking icu_normalizer_data v1.5.0
18862024-11-14T04:07:37.195Z Checking num-conv v0.1.0
18872024-11-14T04:07:37.219Z Checking time-core v0.1.2
18882024-11-14T04:07:37.251Z Checking pkcs5 v0.7.1
18892024-11-14T04:07:37.383Z Checking http-body v1.0.1
18902024-11-14T04:07:37.429Z Checking form_urlencoded v1.2.1
18912024-11-14T04:07:37.580Z Checking try-lock v0.2.5
18922024-11-14T04:07:37.617Z Checking httpdate v1.0.3
18932024-11-14T04:07:37.710Z Checking want v0.3.1
18942024-11-14T04:07:37.767Z Checking pkcs8 v0.10.2
18952024-11-14T04:07:37.842Z Checking unicode-ident v1.0.13
18962024-11-14T04:07:37.890Z Checking toml_datetime v0.6.8
18972024-11-14T04:07:37.999Z Checking proc-macro2 v1.0.89
18982024-11-14T04:07:38.003Z Checking time v0.3.36
18992024-11-14T04:07:38.068Z Checking uuid v1.11.0
19002024-11-14T04:07:38.144Z Checking serde_spanned v0.6.8
19012024-11-14T04:07:38.169Z Checking slog v2.7.0
19022024-11-14T04:07:38.343Z Checking scroll v0.12.0
19032024-11-14T04:07:38.478Z Checking aws-lc-rs v1.10.0
19042024-11-14T04:07:38.627Z Checking iana-time-zone v0.1.61
19052024-11-14T04:07:38.685Z Checking base64 v0.22.1
19062024-11-14T04:07:38.700Z Checking foreign-types-shared v0.1.1
19072024-11-14T04:07:38.778Z Checking ucd-trie v0.1.7
19082024-11-14T04:07:38.795Z Checking adler2 v2.0.0
19092024-11-14T04:07:38.797Z Checking plain v0.2.3
19102024-11-14T04:07:38.938Z Checking match_cfg v0.1.0
19112024-11-14T04:07:38.954Z Checking tower-service v0.3.3
19122024-11-14T04:07:38.977Z Checking pest v2.7.14
19132024-11-14T04:07:39.032Z Checking hostname v0.3.1
19142024-11-14T04:07:39.064Z Checking goblin v0.8.2
19152024-11-14T04:07:39.156Z Checking miniz_oxide v0.8.0
19162024-11-14T04:07:39.172Z Checking foreign-types v0.3.2
19172024-11-14T04:07:39.265Z Checking chrono v0.4.38
19182024-11-14T04:07:39.635Z Checking icu_normalizer v1.5.0
19192024-11-14T04:07:39.928Z Checking quote v1.0.37
19202024-11-14T04:07:40.266Z Checking openssl-sys v0.9.104
19212024-11-14T04:07:40.320Z Checking rustls-webpki v0.102.8
19222024-11-14T04:07:40.453Z Checking errno v0.3.9
19232024-11-14T04:07:40.456Z Checking idna_adapter v1.2.0
19242024-11-14T04:07:40.619Z Checking dirs-sys-next v0.1.2
19252024-11-14T04:07:40.657Z Checking idna v1.0.3
19262024-11-14T04:07:40.792Z Checking aho-corasick v1.1.3
19272024-11-14T04:07:41.152Z Checking regex-syntax v0.8.5
19282024-11-14T04:07:41.174Z Checking url v2.5.3
19292024-11-14T04:07:41.316Z Checking data-encoding v2.6.0
19302024-11-14T04:07:41.491Z Checking siphasher v0.3.11
19312024-11-14T04:07:41.620Z Checking pretty-hex v0.4.1
19322024-11-14T04:07:41.782Z Checking openssl v0.10.68
19332024-11-14T04:07:41.801Z Checking dtrace-parser v0.2.0
19342024-11-14T04:07:41.952Z Checking tokio-util v0.7.12
19352024-11-14T04:07:41.967Z Checking dirs-next v2.0.0
19362024-11-14T04:07:42.003Z Checking rustix v0.38.37
19372024-11-14T04:07:42.090Z Checking syn v2.0.87
19382024-11-14T04:07:42.284Z Checking http-body-util v0.1.2
19392024-11-14T04:07:42.371Z Checking crossbeam-epoch v0.9.18
19402024-11-14T04:07:42.728Z Checking sha1 v0.10.6
19412024-11-14T04:07:42.802Z Checking signature v2.2.0
19422024-11-14T04:07:42.858Z Checking h2 v0.4.6
19432024-11-14T04:07:42.989Z Checking lazy_static v1.5.0
19442024-11-14T04:07:43.007Z Checking thread_local v1.1.8
19452024-11-14T04:07:43.111Z Checking thread-id v4.2.2
19462024-11-14T04:07:43.228Z Checking encoding_rs v0.8.34
19472024-11-14T04:07:43.292Z Checking unicode-properties v0.1.3
19482024-11-14T04:07:43.661Z Checking ipnet v2.10.1
19492024-11-14T04:07:44.140Z Checking either v1.13.0
19502024-11-14T04:07:44.207Z Checking dof v0.3.0
19512024-11-14T04:07:44.483Z Checking regex-automata v0.4.8
19522024-11-14T04:07:44.542Z Checking mime v0.3.17
19532024-11-14T04:07:44.830Z Checking utf8parse v0.2.2
19542024-11-14T04:07:44.872Z Checking gimli v0.31.1
19552024-11-14T04:07:44.969Z Checking openssl-probe v0.1.5
19562024-11-14T04:07:45.115Z Checking winnow v0.6.20
19572024-11-14T04:07:45.483Z Checking anstyle v1.0.10
19582024-11-14T04:07:45.512Z Checking anstyle-parse v0.2.5
19592024-11-14T04:07:45.797Z Checking stringprep v0.1.5
19602024-11-14T04:07:45.822Z Checking crossbeam-deque v0.8.5
19612024-11-14T04:07:46.078Z Checking term v0.7.0
19622024-11-14T04:07:46.148Z Checking rustls v0.22.4
19632024-11-14T04:07:46.495Z Checking rustls v0.23.14
19642024-11-14T04:07:47.480Z Checking native-tls v0.2.12
19652024-11-14T04:07:47.798Z Checking slog-json v2.6.1
19662024-11-14T04:07:48.046Z Checking serde_urlencoded v0.7.1
19672024-11-14T04:07:48.085Z Checking toml_edit v0.22.22
19682024-11-14T04:07:48.447Z Checking crossbeam-channel v0.5.13
19692024-11-14T04:07:48.520Z Checking usdt-impl v0.5.0
19702024-11-14T04:07:49.005Z Checking addr2line v0.24.2
19712024-11-14T04:07:49.022Z Checking hyper v1.5.0
19722024-11-14T04:07:49.071Z Checking futures-executor v0.3.31
19732024-11-14T04:07:49.159Z Checking num-integer v0.1.46
19742024-11-14T04:07:49.259Z Checking rustls-pemfile v2.2.0
19752024-11-14T04:07:49.290Z Checking idna v0.3.0
19762024-11-14T04:07:49.490Z Checking idna v0.4.0
19772024-11-14T04:07:49.505Z Checking md-5 v0.10.6
19782024-11-14T04:07:49.649Z Checking ff v0.13.0
19792024-11-14T04:07:49.731Z Checking memmap v0.7.0
19802024-11-14T04:07:49.778Z Checking is-terminal v0.4.13
19812024-11-14T04:07:49.861Z Checking hash32 v0.2.1
19822024-11-14T04:07:49.905Z Checking object v0.36.5
19832024-11-14T04:07:49.942Z Checking linked-hash-map v0.5.6
19842024-11-14T04:07:50.175Z Checking base16ct v0.2.0
19852024-11-14T04:07:50.175Z Checking colorchoice v1.0.2
19862024-11-14T04:07:50.271Z Checking anstyle-query v1.1.1
19872024-11-14T04:07:50.309Z Checking utf-8 v0.7.6
19882024-11-14T04:07:50.356Z Checking quick-error v1.2.3
19892024-11-14T04:07:50.386Z Checking dyn-clone v1.0.17
19902024-11-14T04:07:50.401Z Checking take_mut v0.2.2
19912024-11-14T04:07:50.492Z Checking rustc-demangle v0.1.24
19922024-11-14T04:07:50.507Z Checking psl-types v2.0.11
19932024-11-14T04:07:50.524Z Checking fallible-iterator v0.2.0
19942024-11-14T04:07:50.541Z Checking is_terminal_polyfill v1.70.1
19952024-11-14T04:07:50.656Z Checking anstream v0.6.15
19962024-11-14T04:07:50.672Z Checking publicsuffix v2.2.3
19972024-11-14T04:07:50.675Z Checking toml v0.8.19
19982024-11-14T04:07:50.911Z Checking slog-async v2.8.0
19992024-11-14T04:07:50.927Z Checking schemars v0.8.21
20002024-11-14T04:07:51.013Z Checking tungstenite v0.24.0
20012024-11-14T04:07:51.079Z Checking hyper-util v0.1.10
20022024-11-14T04:07:51.122Z Checking postgres-protocol v0.6.7
20032024-11-14T04:07:51.201Z Checking resolv-conf v0.7.0
20042024-11-14T04:07:51.427Z Checking sec1 v0.7.3
20052024-11-14T04:07:51.545Z Checking hickory-proto v0.24.1
20062024-11-14T04:07:51.784Z Checking lru-cache v0.1.2
20072024-11-14T04:07:51.807Z Checking heapless v0.7.17
20082024-11-14T04:07:51.898Z Checking usdt v0.5.0
20092024-11-14T04:07:51.966Z Checking slog-term v2.9.1
20102024-11-14T04:07:52.068Z Checking tokio-rustls v0.26.0
20112024-11-14T04:07:52.161Z Checking group v0.13.0
20122024-11-14T04:07:52.427Z Checking tokio-rustls v0.25.0
20132024-11-14T04:07:52.466Z Checking num-iter v0.1.45
20142024-11-14T04:07:52.510Z Checking futures v0.3.31
20152024-11-14T04:07:52.562Z Checking slog-bunyan v2.5.0
20162024-11-14T04:07:52.629Z Checking tokio-native-tls v0.3.1
20172024-11-14T04:07:52.642Z Checking rayon-core v1.12.1
20182024-11-14T04:07:52.723Z Checking multer v3.1.0
20192024-11-14T04:07:52.821Z Checking terminal_size v0.4.0
20202024-11-14T04:07:52.836Z Checking phf_shared v0.11.2
20212024-11-14T04:07:52.884Z Checking cookie v0.18.1
20222024-11-14T04:07:52.997Z Checking async-stream v0.3.6
20232024-11-14T04:07:53.107Z Checking bzip2-sys v0.1.11+1.0.8
20242024-11-14T04:07:53.122Z Checking signal-hook v0.3.17
20252024-11-14T04:07:53.124Z Checking camino v1.1.9
20262024-11-14T04:07:53.183Z Checking waitgroup v0.1.2
20272024-11-14T04:07:53.226Z Checking openapiv3 v2.0.0
20282024-11-14T04:07:53.283Z Checking webpki-roots v0.26.6
20292024-11-14T04:07:53.321Z Checking serde_path_to_error v0.1.16
20302024-11-14T04:07:53.361Z Checking idna v0.5.0
20312024-11-14T04:07:53.443Z Checking hkdf v0.12.4
20322024-11-14T04:07:53.483Z Checking crypto-bigint v0.5.5
20332024-11-14T04:07:53.656Z Checking hostname v0.4.0
20342024-11-14T04:07:53.703Z Checking crc32fast v1.4.2
20352024-11-14T04:07:53.787Z Checking unicode-width v0.1.14
20362024-11-14T04:07:53.937Z Checking winnow v0.5.40
20372024-11-14T04:07:53.939Z Checking bitflags v1.3.2
20382024-11-14T04:07:54.037Z Checking strsim v0.11.1
20392024-11-14T04:07:54.210Z Checking managed v0.8.0
20402024-11-14T04:07:54.280Z Checking clap_lex v0.7.2
20412024-11-14T04:07:54.318Z Checking debug-ignore v1.0.5
20422024-11-14T04:07:54.457Z Checking console v0.15.8
20432024-11-14T04:07:54.515Z Checking clap_builder v4.5.20
20442024-11-14T04:07:54.583Z Checking smoltcp v0.9.1
20452024-11-14T04:07:55.037Z Checking cookie_store v0.21.0
20462024-11-14T04:07:55.712Z Checking flate2 v1.0.34
20472024-11-14T04:07:56.047Z Checking hyper-rustls v0.27.3
20482024-11-14T04:07:56.357Z Checking signal-hook-mio v0.2.4
20492024-11-14T04:07:56.379Z Checking rayon v1.10.0
20502024-11-14T04:07:56.382Z Checking hickory-resolver v0.24.1
20512024-11-14T04:07:56.382Z Checking elliptic-curve v0.13.8
20522024-11-14T04:07:56.421Z Checking backtrace v0.3.74
20532024-11-14T04:07:56.483Z Checking bzip2 v0.4.4
20542024-11-14T04:07:56.718Z Checking dropshot v0.12.0
20552024-11-14T04:07:56.770Z Checking hyper-tls v0.6.0
20562024-11-14T04:07:56.971Z Checking toml_edit v0.19.15
20572024-11-14T04:07:56.974Z Checking anyhow v1.0.93
20582024-11-14T04:07:57.037Z Checking phf v0.11.2
20592024-11-14T04:07:57.040Z Checking num-bigint-dig v0.8.4
20602024-11-14T04:07:57.323Z Checking tokio-tungstenite v0.24.0
20612024-11-14T04:07:57.351Z Checking postgres-types v0.2.8
20622024-11-14T04:07:57.617Z Checking regex v1.11.1
20632024-11-14T04:07:57.798Z Checking bstr v1.10.0
20642024-11-14T04:07:58.040Z Checking ed25519 v2.2.3
20652024-11-14T04:07:58.086Z Checking tokio-stream v0.1.16
20662024-11-14T04:07:58.249Z Checking phf_shared v0.10.0
20672024-11-14T04:07:58.339Z Checking curve25519-dalek v4.1.3
20682024-11-14T04:07:58.530Z Checking zerocopy v0.6.6
20692024-11-14T04:07:58.762Z Checking pkcs1 v0.7.5
20702024-11-14T04:07:58.988Z Checking hubpack v0.1.2
20712024-11-14T04:07:59.177Z Checking portable-atomic v1.9.0
20722024-11-14T04:07:59.234Z Checking float-cmp v0.9.0
20732024-11-14T04:07:59.281Z Checking serde-big-array v0.5.1
20742024-11-14T04:07:59.315Z Checking rfc6979 v0.4.0
20752024-11-14T04:07:59.411Z Checking sync_wrapper v1.0.1
20762024-11-14T04:07:59.431Z Checking minimal-lexical v0.2.1
20772024-11-14T04:07:59.488Z Checking whoami v1.5.2
20782024-11-14T04:07:59.504Z Checking precomputed-hash v0.1.1
20792024-11-14T04:07:59.546Z Checking fixedbitset v0.4.2
20802024-11-14T04:07:59.615Z Checking difflib v0.4.0
20812024-11-14T04:07:59.783Z Checking number_prefix v0.4.0
20822024-11-14T04:07:59.818Z Checking normalize-line-endings v0.3.0
20832024-11-14T04:07:59.832Z Checking predicates-core v1.0.8
20842024-11-14T04:07:59.925Z Checking static_assertions v1.1.0
20852024-11-14T04:07:59.941Z Checking bit-vec v0.6.3
20862024-11-14T04:07:59.969Z Checking new_debug_unreachable v1.0.6
20872024-11-14T04:08:00.007Z Checking unicode-segmentation v1.12.0
20882024-11-14T04:08:00.021Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20892024-11-14T04:08:00.056Z Checking string_cache v0.8.7
20902024-11-14T04:08:00.186Z Checking predicates v3.1.2
20912024-11-14T04:08:00.202Z Checking ed25519-dalek v2.1.1
20922024-11-14T04:08:00.218Z Checking indicatif v0.17.8
20932024-11-14T04:08:00.277Z Checking bit-set v0.5.3
20942024-11-14T04:08:00.334Z Checking nom v7.1.3
20952024-11-14T04:08:00.361Z Checking qorb v0.2.0
20962024-11-14T04:08:00.549Z Checking petgraph v0.6.5
20972024-11-14T04:08:00.619Z Checking tokio-postgres v0.7.12
20982024-11-14T04:08:00.681Z Checking similar v2.6.0
20992024-11-14T04:08:00.835Z Checking reqwest v0.12.9
21002024-11-14T04:08:00.964Z Checking ecdsa v0.16.9
21012024-11-14T04:08:01.531Z Checking toml v0.7.8
21022024-11-14T04:08:01.676Z Checking rsa v0.9.6
21032024-11-14T04:08:02.292Z Checking clap v4.5.20
21042024-11-14T04:08:02.415Z Checking zip v0.6.6
21052024-11-14T04:08:02.719Z Checking crossterm v0.28.1
21062024-11-14T04:08:02.735Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21072024-11-14T04:08:02.761Z Checking itertools v0.10.5
21082024-11-14T04:08:02.967Z Checking itertools v0.12.1
21092024-11-14T04:08:03.121Z Checking fs-err v2.11.0
21102024-11-14T04:08:03.243Z Checking ahash v0.8.11
21112024-11-14T04:08:03.688Z Checking x509-cert v0.2.5
21122024-11-14T04:08:03.722Z Checking hex v0.4.3
21132024-11-14T04:08:03.830Z Checking semver v1.0.23
21142024-11-14T04:08:03.851Z Checking lalrpop-util v0.19.12
21152024-11-14T04:08:04.139Z Checking peg-runtime v0.8.3
21162024-11-14T04:08:04.248Z Checking sigpipe v0.1.3
21172024-11-14T04:08:05.234Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21182024-11-14T04:08:05.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.54s
21192024-11-14T04:08:05.715Z
21202024-11-14T04:08:05.715Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171)
21212024-11-14T04:08:06.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-11-14T04:08:06.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-11-14T04:08:06.380Z Compiling hashbrown v0.14.5
21242024-11-14T04:08:06.492Z Checking heck v0.5.0
21252024-11-14T04:08:06.504Z Compiling unsafe-libyaml v0.2.11
21262024-11-14T04:08:06.519Z Compiling ident_case v1.0.1
21272024-11-14T04:08:06.532Z Checking progenitor-client v0.8.0
21282024-11-14T04:08:06.544Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21292024-11-14T04:08:06.559Z Compiling proc-macro-crate v1.3.1
21302024-11-14T04:08:06.652Z Compiling darling_core v0.20.10
21312024-11-14T04:08:06.687Z Checking ipnetwork v0.20.0
21322024-11-14T04:08:06.889Z Compiling structmeta-derive v0.3.0
21332024-11-14T04:08:06.921Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21342024-11-14T04:08:07.047Z Compiling newtype-uuid v1.1.3
21352024-11-14T04:08:07.214Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362024-11-14T04:08:07.334Z Compiling lzma-sys v0.1.20
21372024-11-14T04:08:07.561Z Compiling foreign-types-macros v0.2.3
21382024-11-14T04:08:07.615Z Checking regress v0.10.1
21392024-11-14T04:08:07.673Z Compiling num_enum_derive v0.5.11
21402024-11-14T04:08:08.144Z Compiling serde_yaml v0.9.34+deprecated
21412024-11-14T04:08:08.401Z Compiling dropshot v0.13.0
21422024-11-14T04:08:08.700Z Checking arc-swap v1.7.1
21432024-11-14T04:08:08.843Z Checking foreign-types-shared v0.3.1
21442024-11-14T04:08:08.963Z Checking foreign-types v0.5.0
21452024-11-14T04:08:09.107Z Checking slog-scope v4.4.0
21462024-11-14T04:08:09.175Z Compiling proc-macro-error v1.0.4
21472024-11-14T04:08:09.829Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21482024-11-14T04:08:09.851Z Checking tungstenite v0.21.0
21492024-11-14T04:08:09.908Z Compiling structmeta v0.3.0
21502024-11-14T04:08:09.939Z Compiling heck v0.3.3
21512024-11-14T04:08:10.190Z Checking num_enum v0.5.11
21522024-11-14T04:08:10.347Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21532024-11-14T04:08:10.363Z Compiling parse-display-derive v0.10.0
21542024-11-14T04:08:10.435Z Compiling dropshot_endpoint v0.13.0
21552024-11-14T04:08:10.830Z Checking cstr-argument v0.1.2
21562024-11-14T04:08:11.015Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21572024-11-14T04:08:11.166Z Checking typify-impl v0.2.0
21582024-11-14T04:08:11.221Z Checking instant v0.1.13
21592024-11-14T04:08:11.345Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21602024-11-14T04:08:11.765Z Checking base64 v0.21.7
21612024-11-14T04:08:12.249Z Checking pretty-hex v0.2.1
21622024-11-14T04:08:12.417Z Checking fastrand v2.1.1
21632024-11-14T04:08:12.513Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21642024-11-14T04:08:12.752Z Checking tempfile v3.13.0
21652024-11-14T04:08:12.806Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21662024-11-14T04:08:12.971Z Checking backoff v0.4.0
21672024-11-14T04:08:12.988Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21682024-11-14T04:08:13.493Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21692024-11-14T04:08:13.493Z Checking tokio-tungstenite v0.21.0
21702024-11-14T04:08:13.493Z Compiling zone_cfg_derive v0.1.2
21712024-11-14T04:08:13.493Z Checking strum v0.26.3
21722024-11-14T04:08:13.601Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21732024-11-14T04:08:13.658Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21742024-11-14T04:08:13.742Z Checking slog-stdlog v4.1.1
21752024-11-14T04:08:13.862Z Compiling darling_macro v0.20.10
21762024-11-14T04:08:13.909Z Checking regress v0.9.1
21772024-11-14T04:08:14.041Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21782024-11-14T04:08:14.197Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21792024-11-14T04:08:14.364Z Checking colored v2.1.0
21802024-11-14T04:08:14.488Z Checking macaddr v1.0.1
21812024-11-14T04:08:14.666Z Checking base64 v0.13.1
21822024-11-14T04:08:14.755Z Checking zone v0.1.8
21832024-11-14T04:08:14.800Z Compiling darling v0.20.10
21842024-11-14T04:08:14.918Z Compiling serde_with_macros v3.11.0
21852024-11-14T04:08:15.025Z Checking ron v0.7.1
21862024-11-14T04:08:15.041Z Checking parse-display v0.10.0
21872024-11-14T04:08:15.330Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21882024-11-14T04:08:15.515Z Checking xz2 v0.1.7
21892024-11-14T04:08:15.809Z Checking slog-envlogger v2.2.0
21902024-11-14T04:08:15.837Z Checking tabwriter v1.4.0
21912024-11-14T04:08:16.021Z Checking xattr v1.3.1
21922024-11-14T04:08:16.082Z Checking pem v3.0.4
21932024-11-14T04:08:16.228Z Checking yasna v0.5.2
21942024-11-14T04:08:16.278Z Checking headers-core v0.3.0
21952024-11-14T04:08:16.356Z Checking smf v0.2.3
21962024-11-14T04:08:16.431Z Checking filetime v0.2.25
21972024-11-14T04:08:16.634Z Checking same-file v1.0.6
21982024-11-14T04:08:16.805Z Checking walkdir v2.5.0
21992024-11-14T04:08:16.808Z Checking tar v0.4.43
22002024-11-14T04:08:16.835Z Checking headers v0.4.0
22012024-11-14T04:08:17.084Z Checking rcgen v0.12.1
22022024-11-14T04:08:17.100Z Checking camino-tempfile v1.1.1
22032024-11-14T04:08:17.393Z Checking atomicwrites v0.4.4
22042024-11-14T04:08:17.424Z Checking subprocess v0.2.9
22052024-11-14T04:08:17.856Z Checking serde_with v3.11.0
22062024-11-14T04:08:21.754Z Compiling typify-macro v0.2.0
22072024-11-14T04:08:23.670Z Compiling typify v0.2.0
22082024-11-14T04:08:23.739Z Compiling progenitor-impl v0.8.0
22092024-11-14T04:08:26.953Z Compiling progenitor-macro v0.8.0
22102024-11-14T04:08:32.348Z Checking progenitor v0.8.0
22112024-11-14T04:08:32.505Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22122024-11-14T04:08:32.508Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22132024-11-14T04:08:35.284Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22142024-11-14T04:08:35.481Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22152024-11-14T04:08:42.107Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22162024-11-14T04:08:43.754Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22172024-11-14T04:08:45.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s
22182024-11-14T04:08:45.240Z
22192024-11-14T04:08:45.240Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171)
22202024-11-14T04:08:45.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-11-14T04:08:45.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-11-14T04:08:45.902Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22232024-11-14T04:08:47.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
22242024-11-14T04:08:47.526Z
22252024-11-14T04:08:47.526Zinfo: running `cargo check --bins` on nexus-config (31/171)
22262024-11-14T04:08:48.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-11-14T04:08:48.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-11-14T04:08:48.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292024-11-14T04:08:48.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22302024-11-14T04:08:48.144Z
22312024-11-14T04:08:48.144Zinfo: running `cargo check --bins` on omicron-rpaths (32/171)
22322024-11-14T04:08:48.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-11-14T04:08:48.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-11-14T04:08:48.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-11-14T04:08:48.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22362024-11-14T04:08:48.746Z
22372024-11-14T04:08:48.746Zinfo: running `cargo check --bins` on omicron-certificates (33/171)
22382024-11-14T04:08:49.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-11-14T04:08:49.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-11-14T04:08:49.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-11-14T04:08:49.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22422024-11-14T04:08:49.376Z
22432024-11-14T04:08:49.376Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/171)
22442024-11-14T04:08:49.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-11-14T04:08:49.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-11-14T04:08:50.039Z Compiling heapless v0.8.0
22472024-11-14T04:08:50.140Z Checking hash32 v0.3.1
22482024-11-14T04:08:50.150Z Compiling smoltcp v0.11.0
22492024-11-14T04:08:50.161Z Checking cobs v0.2.3
22502024-11-14T04:08:50.174Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22512024-11-14T04:08:50.176Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22522024-11-14T04:08:50.197Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22532024-11-14T04:08:50.197Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22542024-11-14T04:08:50.297Z Compiling crucible-workspace-hack v0.1.0
22552024-11-14T04:08:50.324Z Checking newline-converter v0.3.0
22562024-11-14T04:08:50.340Z Checking postcard v1.0.10
22572024-11-14T04:08:50.463Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22582024-11-14T04:08:50.502Z Compiling convert_case v0.4.0
22592024-11-14T04:08:50.674Z Checking expectorate v1.1.0
22602024-11-14T04:08:50.688Z Compiling zone_cfg_derive v0.3.0
22612024-11-14T04:08:50.821Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22622024-11-14T04:08:50.863Z Checking itertools v0.13.0
22632024-11-14T04:08:50.901Z Compiling num-derive v0.4.2
22642024-11-14T04:08:51.055Z Compiling slog-dtrace v0.3.0
22652024-11-14T04:08:51.155Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22662024-11-14T04:08:51.396Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22672024-11-14T04:08:51.515Z Compiling derive_more v0.99.18
22682024-11-14T04:08:52.217Z Checking zone v0.3.0
22692024-11-14T04:08:52.634Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22702024-11-14T04:08:54.040Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22712024-11-14T04:08:55.033Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22722024-11-14T04:08:55.569Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22732024-11-14T04:08:56.176Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22742024-11-14T04:08:56.980Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22752024-11-14T04:08:58.071Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22762024-11-14T04:08:59.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.66s
22772024-11-14T04:08:59.220Z
22782024-11-14T04:08:59.220Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/171)
22792024-11-14T04:08:59.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802024-11-14T04:08:59.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812024-11-14T04:08:59.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822024-11-14T04:08:59.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22832024-11-14T04:08:59.845Z
22842024-11-14T04:08:59.845Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/171)
22852024-11-14T04:09:00.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862024-11-14T04:09:00.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872024-11-14T04:09:00.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882024-11-14T04:09:00.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22892024-11-14T04:09:00.822Z
22902024-11-14T04:09:00.823Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (37/171)
22912024-11-14T04:09:01.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922024-11-14T04:09:01.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932024-11-14T04:09:01.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942024-11-14T04:09:01.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22952024-11-14T04:09:01.121Z
22962024-11-14T04:09:01.121Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (38/171)
22972024-11-14T04:09:01.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982024-11-14T04:09:01.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992024-11-14T04:09:01.774Z Compiling progenitor-client v0.8.0
23002024-11-14T04:09:01.873Z Compiling newtype-uuid v1.1.3
23012024-11-14T04:09:01.876Z Compiling ipnetwork v0.20.0
23022024-11-14T04:09:01.876Z Compiling instant v0.1.13
23032024-11-14T04:09:01.903Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23042024-11-14T04:09:01.906Z Compiling dropshot v0.13.0
23052024-11-14T04:09:01.906Z Checking num-rational v0.4.2
23062024-11-14T04:09:01.906Z Compiling parse-display v0.10.0
23072024-11-14T04:09:02.005Z Compiling backoff v0.4.0
23082024-11-14T04:09:02.065Z Compiling serde_with v3.11.0
23092024-11-14T04:09:02.174Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23102024-11-14T04:09:02.345Z Compiling progenitor v0.8.0
23112024-11-14T04:09:02.348Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23122024-11-14T04:09:02.521Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23132024-11-14T04:09:02.560Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23142024-11-14T04:09:02.630Z Compiling regress v0.9.1
23152024-11-14T04:09:02.689Z Compiling phf_generator v0.11.2
23162024-11-14T04:09:02.831Z Checking num-complex v0.4.6
23172024-11-14T04:09:03.124Z Compiling macaddr v1.0.1
23182024-11-14T04:09:03.546Z Compiling phf_codegen v0.11.2
23192024-11-14T04:09:03.757Z Checking num v0.4.3
23202024-11-14T04:09:03.773Z Compiling parse-zoneinfo v0.3.1
23212024-11-14T04:09:03.963Z Checking float-ord v0.3.2
23222024-11-14T04:09:04.117Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23232024-11-14T04:09:04.148Z Checking prettyplease v0.2.25
23242024-11-14T04:09:04.462Z Compiling chrono-tz-build v0.4.0
23252024-11-14T04:09:05.318Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23262024-11-14T04:09:05.909Z Compiling const_format_proc_macros v0.2.33
23272024-11-14T04:09:05.967Z Compiling chrono-tz v0.10.0
23282024-11-14T04:09:06.200Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23292024-11-14T04:09:06.499Z Checking highway v1.2.0
23302024-11-14T04:09:06.924Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23312024-11-14T04:09:07.388Z Checking gethostname v0.5.0
23322024-11-14T04:09:07.516Z Checking bcs v0.1.6
23332024-11-14T04:09:07.689Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23342024-11-14T04:09:07.841Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23352024-11-14T04:09:07.943Z Compiling async-recursion v1.1.1
23362024-11-14T04:09:08.012Z Checking const_format v0.2.33
23372024-11-14T04:09:08.138Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23382024-11-14T04:09:20.829Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23392024-11-14T04:09:24.878Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23402024-11-14T04:09:29.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.88s
23412024-11-14T04:09:29.200Z
23422024-11-14T04:09:29.200Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171)
23432024-11-14T04:09:29.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-11-14T04:09:29.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-11-14T04:09:29.913Z Compiling cfg_aliases v0.1.1
23462024-11-14T04:09:29.916Z Compiling vte_generate_state_changes v0.1.2
23472024-11-14T04:09:29.916Z Checking fd-lock v4.0.2
23482024-11-14T04:09:29.916Z Checking nibble_vec v0.1.0
23492024-11-14T04:09:29.916Z Checking endian-type v0.1.2
23502024-11-14T04:09:29.916Z Checking bytecount v0.6.8
23512024-11-14T04:09:30.052Z Compiling tabled_derive v0.7.0
23522024-11-14T04:09:30.082Z Compiling peg-macros v0.8.4
23532024-11-14T04:09:30.110Z Compiling nix v0.28.0
23542024-11-14T04:09:30.209Z Checking papergrid v0.11.0
23552024-11-14T04:09:30.209Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23562024-11-14T04:09:30.239Z Checking radix_trie v0.2.1
23572024-11-14T04:09:30.242Z Compiling sqlparser_derive v0.2.2
23582024-11-14T04:09:30.642Z Checking vte v0.11.1
23592024-11-14T04:09:30.681Z Checking unicode_categories v0.1.1
23602024-11-14T04:09:30.977Z Checking nu-ansi-term v0.50.1
23612024-11-14T04:09:31.358Z Checking home v0.5.9
23622024-11-14T04:09:31.393Z Checking sqlparser v0.45.0
23632024-11-14T04:09:31.412Z Checking sqlformat v0.2.6
23642024-11-14T04:09:31.499Z Checking display-error-chain v0.2.2
23652024-11-14T04:09:32.000Z Checking strip-ansi-escapes v0.2.0
23662024-11-14T04:09:32.142Z Checking reedline v0.35.0
23672024-11-14T04:09:32.478Z Checking tabled v0.15.0
23682024-11-14T04:09:33.082Z Checking peg v0.8.4
23692024-11-14T04:09:33.412Z Checking rustyline v14.0.0
23702024-11-14T04:09:43.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s
23712024-11-14T04:09:43.478Z
23722024-11-14T04:09:43.478Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171)
23732024-11-14T04:09:44.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-11-14T04:09:44.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-11-14T04:09:44.150Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23762024-11-14T04:09:50.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.81s
23772024-11-14T04:09:50.462Z
23782024-11-14T04:09:50.462Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171)
23792024-11-14T04:09:51.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-11-14T04:09:51.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-11-14T04:09:51.124Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23822024-11-14T04:09:55.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
23832024-11-14T04:09:56.099Z
23842024-11-14T04:09:56.100Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171)
23852024-11-14T04:09:56.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-11-14T04:09:56.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-11-14T04:09:56.752Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23882024-11-14T04:10:02.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
23892024-11-14T04:10:02.836Z
23902024-11-14T04:10:02.836Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171)
23912024-11-14T04:10:03.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-11-14T04:10:03.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-11-14T04:10:03.517Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23942024-11-14T04:10:09.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s
23952024-11-14T04:10:09.659Z
23962024-11-14T04:10:09.659Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171)
23972024-11-14T04:10:10.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-11-14T04:10:10.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-11-14T04:10:10.317Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002024-11-14T04:10:15.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
24012024-11-14T04:10:15.398Z
24022024-11-14T04:10:15.398Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171)
24032024-11-14T04:10:15.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-11-14T04:10:15.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-11-14T04:10:16.063Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062024-11-14T04:10:21.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
24072024-11-14T04:10:21.220Z
24082024-11-14T04:10:21.220Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171)
24092024-11-14T04:10:21.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-11-14T04:10:21.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-11-14T04:10:21.883Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122024-11-14T04:10:28.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s
24132024-11-14T04:10:28.225Z
24142024-11-14T04:10:28.225Zinfo: running `cargo check --bins` on oximeter (47/171)
24152024-11-14T04:10:28.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-11-14T04:10:28.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-11-14T04:10:28.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-11-14T04:10:28.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24192024-11-14T04:10:28.852Z
24202024-11-14T04:10:28.852Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/171)
24212024-11-14T04:10:29.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-11-14T04:10:29.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-11-14T04:10:29.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-11-14T04:10:29.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24252024-11-14T04:10:29.462Z
24262024-11-14T04:10:29.462Zinfo: running `cargo check --bins` on oximeter-schema (49/171)
24272024-11-14T04:10:30.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-11-14T04:10:30.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-11-14T04:10:30.093Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24302024-11-14T04:10:30.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
24312024-11-14T04:10:30.709Z
24322024-11-14T04:10:30.709Zinfo: running `cargo check --bins` on oximeter-types (50/171)
24332024-11-14T04:10:31.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-11-14T04:10:31.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-11-14T04:10:31.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-11-14T04:10:31.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24372024-11-14T04:10:31.339Z
24382024-11-14T04:10:31.339Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/171)
24392024-11-14T04:10:31.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-11-14T04:10:31.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-11-14T04:10:31.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-11-14T04:10:31.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24432024-11-14T04:10:31.969Z
24442024-11-14T04:10:31.969Zinfo: running `cargo check --bins` on oxql-types (52/171)
24452024-11-14T04:10:32.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-11-14T04:10:32.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-11-14T04:10:32.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-11-14T04:10:32.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24492024-11-14T04:10:32.598Z
24502024-11-14T04:10:32.598Zinfo: running `cargo check --bins` on oximeter-test-utils (53/171)
24512024-11-14T04:10:33.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-11-14T04:10:33.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-11-14T04:10:33.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-11-14T04:10:33.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24552024-11-14T04:10:33.264Z
24562024-11-14T04:10:33.264Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/171)
24572024-11-14T04:10:33.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-11-14T04:10:33.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-11-14T04:10:33.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-11-14T04:10:33.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24612024-11-14T04:10:33.908Z
24622024-11-14T04:10:33.908Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171)
24632024-11-14T04:10:34.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-11-14T04:10:34.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-11-14T04:10:34.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-11-14T04:10:34.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24672024-11-14T04:10:34.542Z
24682024-11-14T04:10:34.542Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/171)
24692024-11-14T04:10:35.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-11-14T04:10:35.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-11-14T04:10:35.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-11-14T04:10:35.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24732024-11-14T04:10:35.164Z
24742024-11-14T04:10:35.164Zinfo: running `cargo check --bins` on cockroach-admin-client (57/171)
24752024-11-14T04:10:35.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-11-14T04:10:35.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-11-14T04:10:35.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-11-14T04:10:35.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24792024-11-14T04:10:35.778Z
24802024-11-14T04:10:35.778Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (58/171)
24812024-11-14T04:10:36.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-11-14T04:10:36.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-11-14T04:10:36.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-11-14T04:10:36.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24852024-11-14T04:10:36.420Z
24862024-11-14T04:10:36.420Zinfo: running `cargo check --bins` on dns-service-client (59/171)
24872024-11-14T04:10:36.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-11-14T04:10:36.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-11-14T04:10:36.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-11-14T04:10:36.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24912024-11-14T04:10:37.052Z
24922024-11-14T04:10:37.052Zinfo: running `cargo check --bins` on internal-dns-types (60/171)
24932024-11-14T04:10:37.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-11-14T04:10:37.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-11-14T04:10:37.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-11-14T04:10:37.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24972024-11-14T04:10:37.705Z
24982024-11-14T04:10:37.705Zinfo: running `cargo check --bins` on dpd-client (61/171)
24992024-11-14T04:10:38.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-11-14T04:10:38.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-11-14T04:10:38.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-11-14T04:10:38.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25032024-11-14T04:10:38.373Z
25042024-11-14T04:10:38.373Zinfo: running `cargo check --bins` on gateway-client (62/171)
25052024-11-14T04:10:38.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-11-14T04:10:38.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-11-14T04:10:38.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-11-14T04:10:38.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25092024-11-14T04:10:38.992Z
25102024-11-14T04:10:38.992Zinfo: running `cargo check --bins` on installinator-client (63/171)
25112024-11-14T04:10:39.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-11-14T04:10:39.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-11-14T04:10:39.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-11-14T04:10:39.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25152024-11-14T04:10:39.645Z
25162024-11-14T04:10:39.645Zinfo: running `cargo check --bins` on installinator-common (64/171)
25172024-11-14T04:10:40.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-11-14T04:10:40.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-11-14T04:10:40.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-11-14T04:10:40.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25212024-11-14T04:10:40.279Z
25222024-11-14T04:10:40.279Zinfo: running `cargo check --bins` on update-engine (65/171)
25232024-11-14T04:10:40.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-11-14T04:10:40.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-11-14T04:10:40.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-11-14T04:10:40.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25272024-11-14T04:10:40.892Z
25282024-11-14T04:10:40.892Zinfo: running `cargo check --bins` on nexus-client (66/171)
25292024-11-14T04:10:41.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-11-14T04:10:41.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-11-14T04:10:41.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-11-14T04:10:41.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25332024-11-14T04:10:41.533Z
25342024-11-14T04:10:41.533Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (67/171)
25352024-11-14T04:10:42.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-11-14T04:10:42.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-11-14T04:10:42.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-11-14T04:10:42.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25392024-11-14T04:10:42.163Z
25402024-11-14T04:10:42.164Zinfo: running `cargo check --bins` on omicron-passwords (68/171)
25412024-11-14T04:10:42.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-11-14T04:10:42.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-11-14T04:10:42.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-11-14T04:10:42.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25452024-11-14T04:10:42.808Z
25462024-11-14T04:10:42.808Zinfo: running `cargo check --bins` on nexus-types (69/171)
25472024-11-14T04:10:43.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-11-14T04:10:43.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-11-14T04:10:43.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-11-14T04:10:43.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25512024-11-14T04:10:43.467Z
25522024-11-14T04:10:43.467Zinfo: running `cargo check --bins` on oxide-client (70/171)
25532024-11-14T04:10:43.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-11-14T04:10:44.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-11-14T04:10:44.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-11-14T04:10:44.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25572024-11-14T04:10:44.073Z
25582024-11-14T04:10:44.073Zinfo: running `cargo check --bins` on oximeter-client (71/171)
25592024-11-14T04:10:44.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-11-14T04:10:44.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-11-14T04:10:44.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-11-14T04:10:44.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25632024-11-14T04:10:44.690Z
25642024-11-14T04:10:44.690Zinfo: running `cargo check --bins` on repo-depot-client (72/171)
25652024-11-14T04:10:45.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-11-14T04:10:45.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-11-14T04:10:45.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-11-14T04:10:45.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25692024-11-14T04:10:45.301Z
25702024-11-14T04:10:45.301Zinfo: running `cargo check --bins` on sled-agent-client (73/171)
25712024-11-14T04:10:45.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-11-14T04:10:45.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-11-14T04:10:45.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-11-14T04:10:45.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25752024-11-14T04:10:45.938Z
25762024-11-14T04:10:45.938Zinfo: running `cargo check --bins` on wicketd-client (74/171)
25772024-11-14T04:10:46.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-11-14T04:10:46.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-11-14T04:10:46.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-11-14T04:10:46.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25812024-11-14T04:10:46.606Z
25822024-11-14T04:10:46.606Zinfo: running `cargo check --bins` on sled-agent-types (75/171)
25832024-11-14T04:10:47.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-11-14T04:10:47.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-11-14T04:10:47.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-11-14T04:10:47.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25872024-11-14T04:10:47.264Z
25882024-11-14T04:10:47.264Zinfo: running `cargo check --bins` on wicket-common (76/171)
25892024-11-14T04:10:47.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-11-14T04:10:47.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-11-14T04:10:47.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-11-14T04:10:47.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25932024-11-14T04:10:47.902Z
25942024-11-14T04:10:47.902Zinfo: running `cargo check --bins` on omicron-cockroach-admin (77/171)
25952024-11-14T04:10:48.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-11-14T04:10:48.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-11-14T04:10:48.560Z Checking csv-core v0.1.11
25982024-11-14T04:10:48.560Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25992024-11-14T04:10:48.562Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26002024-11-14T04:10:48.887Z Checking csv v1.3.0
26012024-11-14T04:10:48.899Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26022024-11-14T04:10:49.443Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26032024-11-14T04:10:49.791Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26042024-11-14T04:10:51.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
26052024-11-14T04:10:51.200Z
26062024-11-14T04:10:51.200Zinfo: running `cargo check --bins` on cockroach-admin-api (78/171)
26072024-11-14T04:10:51.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-11-14T04:10:51.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-11-14T04:10:51.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-11-14T04:10:51.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26112024-11-14T04:10:51.832Z
26122024-11-14T04:10:51.832Zinfo: running `cargo check --bins` on cockroach-admin-types (79/171)
26132024-11-14T04:10:52.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-11-14T04:10:52.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-11-14T04:10:52.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-11-14T04:10:52.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26172024-11-14T04:10:52.472Z
26182024-11-14T04:10:52.472Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171)
26192024-11-14T04:10:53.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-11-14T04:10:53.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-11-14T04:10:53.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-11-14T04:10:53.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26232024-11-14T04:10:53.223Z
26242024-11-14T04:10:53.223Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171)
26252024-11-14T04:10:53.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-11-14T04:10:53.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-11-14T04:10:53.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-11-14T04:10:53.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26292024-11-14T04:10:53.942Z
26302024-11-14T04:10:53.942Zinfo: running `cargo check --bins` on dns-server (82/171)
26312024-11-14T04:10:54.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-11-14T04:10:54.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-11-14T04:10:54.598Z Compiling parking_lot_core v0.8.6
26342024-11-14T04:10:54.598Z Checking fxhash v0.2.1
26352024-11-14T04:10:54.601Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26362024-11-14T04:10:54.601Z Checking hickory-server v0.24.1
26372024-11-14T04:10:54.601Z Checking hickory-client v0.24.1
26382024-11-14T04:10:55.305Z Checking parking_lot v0.11.2
26392024-11-14T04:10:55.449Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26402024-11-14T04:10:55.449Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26412024-11-14T04:10:55.560Z Checking sled v0.34.7
26422024-11-14T04:10:57.351Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26432024-11-14T04:10:58.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
26442024-11-14T04:10:58.790Z
26452024-11-14T04:10:58.791Zinfo: running `cargo check --bins` on dns-server-api (83/171)
26462024-11-14T04:10:59.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-11-14T04:10:59.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-11-14T04:10:59.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-11-14T04:10:59.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26502024-11-14T04:10:59.414Z
26512024-11-14T04:10:59.414Zinfo: running `cargo check --bins` on gateway-test-utils (84/171)
26522024-11-14T04:11:00.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-11-14T04:11:00.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-11-14T04:11:00.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552024-11-14T04:11:00.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26562024-11-14T04:11:00.085Z
26572024-11-14T04:11:00.085Zinfo: running `cargo check --bins` on gateway-types (85/171)
26582024-11-14T04:11:00.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-11-14T04:11:00.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-11-14T04:11:00.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612024-11-14T04:11:00.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26622024-11-14T04:11:00.713Z
26632024-11-14T04:11:00.714Zinfo: running `cargo check --bins` on ipcc (86/171)
26642024-11-14T04:11:01.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-11-14T04:11:01.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-11-14T04:11:01.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672024-11-14T04:11:01.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26682024-11-14T04:11:01.340Z
26692024-11-14T04:11:01.340Zinfo: running `cargo check --bins` on omicron-gateway (87/171)
26702024-11-14T04:11:01.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-11-14T04:11:01.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-11-14T04:11:02.038Z Compiling semver v0.1.20
26732024-11-14T04:11:02.038Z Compiling radium v0.7.0
26742024-11-14T04:11:02.141Z Checking tap v1.0.1
26752024-11-14T04:11:02.152Z Compiling maybe-uninit v2.0.0
26762024-11-14T04:11:02.174Z Checking password-hash v0.5.0
26772024-11-14T04:11:02.177Z Checking blake2 v0.10.6
26782024-11-14T04:11:02.177Z Checking crc-catalog v2.4.0
26792024-11-14T04:11:02.177Z Checking funty v2.0.0
26802024-11-14T04:11:02.288Z Checking wyz v0.5.1
26812024-11-14T04:11:02.320Z Compiling cancel-safe-futures v0.1.5
26822024-11-14T04:11:02.590Z Compiling rustc_version v0.1.7
26832024-11-14T04:11:02.665Z Compiling packed_struct v0.10.1
26842024-11-14T04:11:02.682Z Compiling owo-colors v4.1.0
26852024-11-14T04:11:02.696Z Checking argon2 v0.5.3
26862024-11-14T04:11:02.807Z Checking crc v3.2.1
26872024-11-14T04:11:02.824Z Compiling packed_struct_codegen v0.10.1
26882024-11-14T04:11:02.979Z Compiling indexmap v1.9.3
26892024-11-14T04:11:03.020Z Checking half v2.4.1
26902024-11-14T04:11:03.072Z Compiling newtype_derive v0.1.6
26912024-11-14T04:11:03.128Z Checking bitvec v1.0.1
26922024-11-14T04:11:03.174Z Checking ciborium-io v0.2.2
26932024-11-14T04:11:03.260Z Checking nodrop v0.1.14
26942024-11-14T04:11:03.263Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26952024-11-14T04:11:03.380Z Checking array-init v0.0.4
26962024-11-14T04:11:03.395Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26972024-11-14T04:11:03.480Z Checking ciborium-ll v0.2.2
26982024-11-14T04:11:03.540Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26992024-11-14T04:11:03.585Z Checking smallvec v0.6.14
27002024-11-14T04:11:03.775Z Checking libsw v3.3.1
27012024-11-14T04:11:04.004Z Compiling memoffset v0.9.1
27022024-11-14T04:11:04.055Z Checking linear-map v1.2.0
27032024-11-14T04:11:04.111Z Checking indent_write v2.2.0
27042024-11-14T04:11:04.273Z Checking swrite v0.1.0
27052024-11-14T04:11:04.305Z Checking hashbrown v0.12.3
27062024-11-14T04:11:04.321Z Checking bitfield v0.14.0
27072024-11-14T04:11:04.386Z Checking termcolor v1.4.1
27082024-11-14T04:11:04.403Z Checking serde-hex v0.1.0
27092024-11-14T04:11:04.566Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27102024-11-14T04:11:04.595Z Checking ron v0.8.1
27112024-11-14T04:11:04.839Z Checking env_logger v0.10.2
27122024-11-14T04:11:05.159Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27132024-11-14T04:11:05.245Z Checking ciborium v0.2.2
27142024-11-14T04:11:05.911Z Checking steno v0.4.1
27152024-11-14T04:11:05.940Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27162024-11-14T04:11:06.036Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27172024-11-14T04:11:06.177Z Checking hashbrown v0.13.2
27182024-11-14T04:11:06.194Z Checking humantime v2.1.0
27192024-11-14T04:11:06.309Z Checking crc-any v2.5.0
27202024-11-14T04:11:06.499Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27212024-11-14T04:11:06.676Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27222024-11-14T04:11:07.064Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27232024-11-14T04:11:07.144Z Checking path-slash v0.1.5
27242024-11-14T04:11:07.234Z Checking object v0.30.4
27252024-11-14T04:11:07.291Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27262024-11-14T04:11:07.413Z Checking nix v0.27.1
27272024-11-14T04:11:08.223Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27282024-11-14T04:11:08.223Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27292024-11-14T04:11:08.411Z Checking tungstenite v0.23.0
27302024-11-14T04:11:08.505Z Checking kstat-rs v0.2.4
27312024-11-14T04:11:08.789Z Checking signal-hook-tokio v0.3.1
27322024-11-14T04:11:08.860Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27332024-11-14T04:11:09.218Z Checking tokio-tungstenite v0.23.1
27342024-11-14T04:11:09.531Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27352024-11-14T04:11:09.977Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27362024-11-14T04:11:10.337Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27372024-11-14T04:11:16.862Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27382024-11-14T04:11:18.153Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27392024-11-14T04:11:20.724Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27402024-11-14T04:11:26.520Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412024-11-14T04:11:27.200Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27422024-11-14T04:11:29.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.63s
27432024-11-14T04:11:30.156Z
27442024-11-14T04:11:30.156Zinfo: running `cargo check --bins` on gateway-api (88/171)
27452024-11-14T04:11:30.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-11-14T04:11:30.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-11-14T04:11:30.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-11-14T04:11:30.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27492024-11-14T04:11:30.785Z
27502024-11-14T04:11:30.786Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171)
27512024-11-14T04:11:31.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-11-14T04:11:31.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-11-14T04:11:31.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542024-11-14T04:11:31.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27552024-11-14T04:11:31.387Z
27562024-11-14T04:11:31.387Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171)
27572024-11-14T04:11:31.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-11-14T04:11:31.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-11-14T04:11:31.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602024-11-14T04:11:31.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27612024-11-14T04:11:32.009Z
27622024-11-14T04:11:32.010Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171)
27632024-11-14T04:11:32.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-11-14T04:11:32.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-11-14T04:11:32.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-11-14T04:11:32.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27672024-11-14T04:11:32.645Z
27682024-11-14T04:11:32.645Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171)
27692024-11-14T04:11:33.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-11-14T04:11:33.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-11-14T04:11:33.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-11-14T04:11:33.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27732024-11-14T04:11:33.285Z
27742024-11-14T04:11:33.285Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171)
27752024-11-14T04:11:33.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-11-14T04:11:33.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-11-14T04:11:33.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-11-14T04:11:33.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27792024-11-14T04:11:33.906Z
27802024-11-14T04:11:33.906Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171)
27812024-11-14T04:11:34.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-11-14T04:11:34.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-11-14T04:11:34.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-11-14T04:11:34.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27852024-11-14T04:11:34.529Z
27862024-11-14T04:11:34.529Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171)
27872024-11-14T04:11:35.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-11-14T04:11:35.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-11-14T04:11:35.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-11-14T04:11:35.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27912024-11-14T04:11:35.149Z
27922024-11-14T04:11:35.149Zinfo: running `cargo check --bins` on oximeter-producer (96/171)
27932024-11-14T04:11:35.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-11-14T04:11:35.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-11-14T04:11:35.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-11-14T04:11:35.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27972024-11-14T04:11:35.788Z
27982024-11-14T04:11:35.788Zinfo: running `cargo check --bins` on internal-dns-resolver (97/171)
27992024-11-14T04:11:36.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-11-14T04:11:36.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-11-14T04:11:36.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-11-14T04:11:36.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28032024-11-14T04:11:36.419Z
28042024-11-14T04:11:36.419Zinfo: running `cargo check --bins` on sp-sim (98/171)
28052024-11-14T04:11:36.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-11-14T04:11:36.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-11-14T04:11:37.054Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28082024-11-14T04:11:38.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
28092024-11-14T04:11:39.080Z
28102024-11-14T04:11:39.080Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171)
28112024-11-14T04:11:39.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-11-14T04:11:39.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-11-14T04:11:39.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-11-14T04:11:39.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28152024-11-14T04:11:39.742Z
28162024-11-14T04:11:39.742Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171)
28172024-11-14T04:11:40.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-11-14T04:11:40.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-11-14T04:11:40.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-11-14T04:11:40.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28212024-11-14T04:11:40.417Z
28222024-11-14T04:11:40.417Zinfo: running `cargo check --bins` on db-macros (101/171)
28232024-11-14T04:11:40.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-11-14T04:11:40.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-11-14T04:11:40.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-11-14T04:11:40.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28272024-11-14T04:11:41.015Z
28282024-11-14T04:11:41.015Zinfo: running `cargo check --bins` on nexus-macros-common (102/171)
28292024-11-14T04:11:41.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-11-14T04:11:41.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-11-14T04:11:41.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-11-14T04:11:41.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28332024-11-14T04:11:41.617Z
28342024-11-14T04:11:41.617Zinfo: running `cargo check --bins` on nexus-auth (103/171)
28352024-11-14T04:11:42.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-11-14T04:11:42.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-11-14T04:11:42.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-11-14T04:11:42.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28392024-11-14T04:11:42.288Z
28402024-11-14T04:11:42.288Zinfo: running `cargo check --bins` on authz-macros (104/171)
28412024-11-14T04:11:42.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-11-14T04:11:42.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-11-14T04:11:42.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-11-14T04:11:42.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28452024-11-14T04:11:42.924Z
28462024-11-14T04:11:42.924Zinfo: running `cargo check --bins` on nexus-db-fixed-data (105/171)
28472024-11-14T04:11:43.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-11-14T04:11:43.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-11-14T04:11:43.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-11-14T04:11:43.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28512024-11-14T04:11:43.576Z
28522024-11-14T04:11:43.576Zinfo: running `cargo check --bins` on nexus-db-model (106/171)
28532024-11-14T04:11:44.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-11-14T04:11:44.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-11-14T04:11:44.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-11-14T04:11:44.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28572024-11-14T04:11:44.236Z
28582024-11-14T04:11:44.236Zinfo: running `cargo check --bins` on nexus-defaults (107/171)
28592024-11-14T04:11:44.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-11-14T04:11:44.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-11-14T04:11:44.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-11-14T04:11:44.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28632024-11-14T04:11:44.867Z
28642024-11-14T04:11:44.867Zinfo: running `cargo check --bins` on nexus-inventory (108/171)
28652024-11-14T04:11:45.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-11-14T04:11:45.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-11-14T04:11:45.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-11-14T04:11:45.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28692024-11-14T04:11:45.513Z
28702024-11-14T04:11:45.513Zinfo: running `cargo check --bins` on typed-rng (109/171)
28712024-11-14T04:11:46.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-11-14T04:11:46.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-11-14T04:11:46.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-11-14T04:11:46.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28752024-11-14T04:11:46.113Z
28762024-11-14T04:11:46.113Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171)
28772024-11-14T04:11:46.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-11-14T04:11:46.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-11-14T04:11:46.840Z Checking keccak v0.1.5
28802024-11-14T04:11:46.948Z Checking secrecy v0.8.0
28812024-11-14T04:11:46.951Z Compiling unicase v2.7.0
28822024-11-14T04:11:46.951Z Compiling same-file v1.0.6
28832024-11-14T04:11:46.980Z Compiling tempfile v3.13.0
28842024-11-14T04:11:46.993Z Compiling thiserror-impl-no-std v2.0.2
28852024-11-14T04:11:46.996Z Checking universal-hash v0.5.1
28862024-11-14T04:11:46.996Z Compiling ring v0.16.20
28872024-11-14T04:11:47.141Z Compiling walkdir v2.5.0
28882024-11-14T04:11:47.191Z Compiling blake3 v1.5.4
28892024-11-14T04:11:47.236Z Checking sha3 v0.10.8
28902024-11-14T04:11:47.252Z Checking opaque-debug v0.3.1
28912024-11-14T04:11:47.348Z Checking poly1305 v0.8.0
28922024-11-14T04:11:47.412Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28932024-11-14T04:11:47.651Z Checking chacha20 v0.9.1
28942024-11-14T04:11:47.710Z Checking aead v0.5.2
28952024-11-14T04:11:47.845Z Compiling memmap2 v0.9.5
28962024-11-14T04:11:47.864Z Compiling arrayvec v0.7.6
28972024-11-14T04:11:47.902Z Compiling spin v0.5.2
28982024-11-14T04:11:47.921Z Compiling arrayref v0.3.9
28992024-11-14T04:11:47.991Z Compiling salty v0.3.0
29002024-11-14T04:11:48.030Z Compiling constant_time_eq v0.3.1
29012024-11-14T04:11:48.132Z Compiling libefi-sys v0.1.0
29022024-11-14T04:11:48.204Z Checking chacha20poly1305 v0.10.1
29032024-11-14T04:11:48.288Z Compiling toolchain_find v0.4.0
29042024-11-14T04:11:48.376Z Compiling camino-tempfile v1.1.1
29052024-11-14T04:11:48.434Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29062024-11-14T04:11:48.451Z Compiling bitfield-struct v0.6.2
29072024-11-14T04:11:48.675Z Compiling topological-sort v0.2.2
29082024-11-14T04:11:48.827Z Compiling mime_guess v2.0.5
29092024-11-14T04:11:48.909Z Compiling rustfmt-wrapper v0.2.1
29102024-11-14T04:11:49.359Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29112024-11-14T04:11:49.482Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29122024-11-14T04:11:49.532Z Checking primeorder v0.13.6
29132024-11-14T04:11:49.787Z Checking env_filter v0.1.2
29142024-11-14T04:11:49.805Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29152024-11-14T04:11:49.903Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29162024-11-14T04:11:50.017Z Checking p384 v0.13.0
29172024-11-14T04:11:50.033Z Checking env_logger v0.11.5
29182024-11-14T04:11:50.145Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29192024-11-14T04:11:50.148Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29202024-11-14T04:11:50.179Z Checking thiserror-no-std v2.0.2
29212024-11-14T04:11:50.323Z Checking vsss-rs v3.3.4
29222024-11-14T04:11:50.441Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29232024-11-14T04:11:50.490Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29242024-11-14T04:11:50.648Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29252024-11-14T04:11:50.858Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29262024-11-14T04:11:50.970Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29272024-11-14T04:11:50.988Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29282024-11-14T04:11:51.152Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29292024-11-14T04:11:51.460Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
29302024-11-14T04:11:51.463Z Checking nanorand v0.7.0
29312024-11-14T04:11:51.528Z Checking atty v0.2.14
29322024-11-14T04:11:51.531Z Checking glob v0.3.1
29332024-11-14T04:11:51.663Z Checking http-range v0.1.5
29342024-11-14T04:11:51.842Z Checking flume v0.11.1
29352024-11-14T04:11:51.861Z Checking hyper-staticfile v0.10.1
29362024-11-14T04:11:51.877Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29372024-11-14T04:11:52.364Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29382024-11-14T04:11:52.382Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29392024-11-14T04:11:52.626Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29402024-11-14T04:11:53.136Z Compiling omicron-zone-package v0.11.1
29412024-11-14T04:11:53.387Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29422024-11-14T04:11:53.767Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29432024-11-14T04:11:54.337Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29442024-11-14T04:11:54.449Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29452024-11-14T04:11:54.662Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29462024-11-14T04:11:54.966Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29472024-11-14T04:11:56.267Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29482024-11-14T04:11:57.048Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29492024-11-14T04:11:59.174Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29502024-11-14T04:11:59.176Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29512024-11-14T04:12:09.179Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29522024-11-14T04:12:22.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.98s
29532024-11-14T04:12:22.288Z
29542024-11-14T04:12:22.288Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171)
29552024-11-14T04:12:22.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-11-14T04:12:22.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-11-14T04:12:23.070Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29582024-11-14T04:12:36.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
29592024-11-14T04:12:36.461Z
29602024-11-14T04:12:36.461Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171)
29612024-11-14T04:12:37.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622024-11-14T04:12:37.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632024-11-14T04:12:37.181Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29642024-11-14T04:12:50.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
29652024-11-14T04:12:50.699Z
29662024-11-14T04:12:50.699Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171)
29672024-11-14T04:12:51.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682024-11-14T04:12:51.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692024-11-14T04:12:51.433Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29702024-11-14T04:13:04.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
29712024-11-14T04:13:04.869Z
29722024-11-14T04:13:04.869Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171)
29732024-11-14T04:13:05.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-11-14T04:13:05.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-11-14T04:13:05.626Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29762024-11-14T04:13:18.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
29772024-11-14T04:13:18.955Z
29782024-11-14T04:13:18.955Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171)
29792024-11-14T04:13:19.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-11-14T04:13:19.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-11-14T04:13:19.688Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29822024-11-14T04:13:32.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
29832024-11-14T04:13:33.015Z
29842024-11-14T04:13:33.015Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171)
29852024-11-14T04:13:33.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-11-14T04:13:33.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-11-14T04:13:33.759Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29882024-11-14T04:13:46.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
29892024-11-14T04:13:47.043Z
29902024-11-14T04:13:47.043Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171)
29912024-11-14T04:13:47.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-11-14T04:13:47.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-11-14T04:13:47.780Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29942024-11-14T04:14:01.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s
29952024-11-14T04:14:01.268Z
29962024-11-14T04:14:01.268Zinfo: running `cargo check --bins` on bootstrap-agent-api (118/171)
29972024-11-14T04:14:01.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-11-14T04:14:01.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-11-14T04:14:01.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002024-11-14T04:14:01.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30012024-11-14T04:14:01.922Z
30022024-11-14T04:14:01.922Zinfo: running `cargo check --bins` on key-manager (119/171)
30032024-11-14T04:14:02.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-11-14T04:14:02.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-11-14T04:14:02.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062024-11-14T04:14:02.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30072024-11-14T04:14:02.565Z
30082024-11-14T04:14:02.565Zinfo: running `cargo check --bins` on repo-depot-api (120/171)
30092024-11-14T04:14:03.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-11-14T04:14:03.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-11-14T04:14:03.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122024-11-14T04:14:03.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30132024-11-14T04:14:03.223Z
30142024-11-14T04:14:03.223Zinfo: running `cargo check --bins` on sled-agent-api (121/171)
30152024-11-14T04:14:03.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-11-14T04:14:03.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-11-14T04:14:03.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182024-11-14T04:14:03.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30192024-11-14T04:14:03.875Z
30202024-11-14T04:14:03.875Zinfo: running `cargo check --bins` on sled-hardware (122/171)
30212024-11-14T04:14:04.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-11-14T04:14:04.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-11-14T04:14:04.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242024-11-14T04:14:04.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30252024-11-14T04:14:04.515Z
30262024-11-14T04:14:04.516Zinfo: running `cargo check --bins --no-default-features` on sled-storage (123/171)
30272024-11-14T04:14:05.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-11-14T04:14:05.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-11-14T04:14:05.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302024-11-14T04:14:05.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30312024-11-14T04:14:05.152Z
30322024-11-14T04:14:05.152Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171)
30332024-11-14T04:14:05.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-11-14T04:14:05.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-11-14T04:14:05.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-11-14T04:14:05.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30372024-11-14T04:14:05.805Z
30382024-11-14T04:14:05.805Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (125/171)
30392024-11-14T04:14:06.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-11-14T04:14:06.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-11-14T04:14:06.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-11-14T04:14:06.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30432024-11-14T04:14:06.456Z
30442024-11-14T04:14:06.456Zinfo: running `cargo check --bins` on nexus-test-interface (126/171)
30452024-11-14T04:14:07.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-11-14T04:14:07.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-11-14T04:14:07.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-11-14T04:14:07.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30492024-11-14T04:14:07.111Z
30502024-11-14T04:14:07.111Zinfo: running `cargo check --bins` on oximeter-collector (127/171)
30512024-11-14T04:14:07.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-11-14T04:14:07.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-11-14T04:14:07.795Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30542024-11-14T04:14:07.795Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30552024-11-14T04:14:08.537Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30562024-11-14T04:14:10.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
30572024-11-14T04:14:10.564Z
30582024-11-14T04:14:10.564Zinfo: running `cargo check --bins` on oximeter-api (128/171)
30592024-11-14T04:14:11.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-11-14T04:14:11.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-11-14T04:14:11.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-11-14T04:14:11.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30632024-11-14T04:14:11.182Z
30642024-11-14T04:14:11.182Zinfo: running `cargo check --bins` on cert-dev (129/171)
30652024-11-14T04:14:11.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-11-14T04:14:11.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-11-14T04:14:11.787Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30682024-11-14T04:14:12.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30692024-11-14T04:14:12.217Z
30702024-11-14T04:14:12.217Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (130/171)
30712024-11-14T04:14:12.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-11-14T04:14:12.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-11-14T04:14:12.909Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30742024-11-14T04:14:12.909Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30752024-11-14T04:14:13.498Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30762024-11-14T04:14:13.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
30772024-11-14T04:14:14.032Z
30782024-11-14T04:14:14.032Zinfo: running `cargo check --bins` on ch-dev (131/171)
30792024-11-14T04:14:14.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802024-11-14T04:14:14.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812024-11-14T04:14:14.696Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30822024-11-14T04:14:15.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
30832024-11-14T04:14:15.596Z
30842024-11-14T04:14:15.597Zinfo: running `cargo check --bins` on crdb-seed (132/171)
30852024-11-14T04:14:16.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862024-11-14T04:14:16.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872024-11-14T04:14:16.244Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30882024-11-14T04:14:16.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30892024-11-14T04:14:16.781Z
30902024-11-14T04:14:16.781Zinfo: running `cargo check --bins` on db-dev (133/171)
30912024-11-14T04:14:17.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922024-11-14T04:14:17.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932024-11-14T04:14:17.429Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30942024-11-14T04:14:18.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
30952024-11-14T04:14:18.329Z
30962024-11-14T04:14:18.329Zinfo: running `cargo check --bins` on omicron-dev-lib (134/171)
30972024-11-14T04:14:18.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982024-11-14T04:14:18.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992024-11-14T04:14:18.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002024-11-14T04:14:18.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31012024-11-14T04:14:18.967Z
31022024-11-14T04:14:18.967Zinfo: running `cargo check --bins` on xtask-downloader (135/171)
31032024-11-14T04:14:19.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-11-14T04:14:19.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-11-14T04:14:19.581Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31062024-11-14T04:14:20.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
31072024-11-14T04:14:20.645Z
31082024-11-14T04:14:20.645Zinfo: running `cargo check --bins` on omicron-ls-apis (136/171)
31092024-11-14T04:14:21.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-11-14T04:14:21.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-11-14T04:14:21.260Z Checking cargo-platform v0.1.8
31122024-11-14T04:14:21.528Z Checking cargo_metadata v0.18.1
31132024-11-14T04:14:22.512Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31142024-11-14T04:14:23.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
31152024-11-14T04:14:23.454Z
31162024-11-14T04:14:23.454Zinfo: running `cargo check --bins` on mgs-dev (137/171)
31172024-11-14T04:14:24.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182024-11-14T04:14:24.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192024-11-14T04:14:24.158Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31202024-11-14T04:14:24.871Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31212024-11-14T04:14:25.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
31222024-11-14T04:14:25.604Z
31232024-11-14T04:14:25.604Zinfo: running `cargo check --bins` on omicron-omdb (138/171)
31242024-11-14T04:14:26.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252024-11-14T04:14:26.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262024-11-14T04:14:26.385Z Compiling crunchy v0.2.2
31272024-11-14T04:14:26.385Z Compiling tiny-keccak v2.0.2
31282024-11-14T04:14:26.385Z Compiling dsl_auto_type v0.1.2
31292024-11-14T04:14:26.393Z Checking scheduled-thread-pool v0.2.7
31302024-11-14T04:14:26.393Z Compiling diesel_table_macro_syntax v0.2.0
31312024-11-14T04:14:26.508Z Compiling ascii-canvas v3.0.0
31322024-11-14T04:14:26.512Z Compiling ena v0.14.3
31332024-11-14T04:14:26.519Z Compiling regex-syntax v0.6.29
31342024-11-14T04:14:26.773Z Checking r2d2 v0.8.10
31352024-11-14T04:14:26.797Z Compiling diff v0.1.13
31362024-11-14T04:14:26.901Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31372024-11-14T04:14:26.976Z Compiling ref-cast v1.0.23
31382024-11-14T04:14:27.057Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31392024-11-14T04:14:27.082Z Compiling derive_builder_core v0.20.2
31402024-11-14T04:14:27.166Z Compiling libxml v0.3.3
31412024-11-14T04:14:27.324Z Compiling ref-cast-impl v1.0.23
31422024-11-14T04:14:27.461Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31432024-11-14T04:14:27.584Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31442024-11-14T04:14:27.601Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31452024-11-14T04:14:27.761Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31462024-11-14T04:14:27.873Z Compiling strum_macros v0.24.3
31472024-11-14T04:14:28.003Z Compiling samael v0.0.17
31482024-11-14T04:14:28.118Z Compiling diesel_derives v2.2.3
31492024-11-14T04:14:28.167Z Compiling indoc v1.0.9
31502024-11-14T04:14:29.099Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31512024-11-14T04:14:29.394Z Compiling impl-trait-for-tuples v0.2.2
31522024-11-14T04:14:29.599Z Compiling derive_builder_macro v0.20.2
31532024-11-14T04:14:29.827Z Compiling lalrpop v0.19.12
31542024-11-14T04:14:30.546Z Checking derive_builder v0.20.2
31552024-11-14T04:14:30.712Z Compiling oso-derive v0.27.3
31562024-11-14T04:14:31.166Z Checking quick-xml v0.33.0
31572024-11-14T04:14:31.631Z Compiling diesel-dtrace v0.3.0
31582024-11-14T04:14:31.768Z Checking maplit v1.0.2
31592024-11-14T04:14:31.924Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31602024-11-14T04:14:32.028Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31612024-11-14T04:14:32.480Z Checking bb8 v0.8.5
31622024-11-14T04:14:32.497Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31632024-11-14T04:14:32.795Z Checking castaway v0.2.3
31642024-11-14T04:14:32.830Z Checking rand_seeder v0.3.0
31652024-11-14T04:14:32.904Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31662024-11-14T04:14:32.973Z Checking compact_str v0.8.0
31672024-11-14T04:14:33.081Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31682024-11-14T04:14:33.283Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31692024-11-14T04:14:33.673Z Checking unicode-truncate v1.1.0
31702024-11-14T04:14:33.843Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31712024-11-14T04:14:33.908Z Checking lru v0.12.5
31722024-11-14T04:14:34.132Z Compiling instability v0.3.2
31732024-11-14T04:14:34.213Z Checking cassowary v0.3.0
31742024-11-14T04:14:34.629Z Checking smawk v0.3.2
31752024-11-14T04:14:34.730Z Checking unicode-linebreak v0.1.5
31762024-11-14T04:14:34.769Z Checking is_ci v1.2.0
31772024-11-14T04:14:34.829Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31782024-11-14T04:14:34.912Z Checking supports-color v3.0.1
31792024-11-14T04:14:35.145Z Checking multimap v0.10.0
31802024-11-14T04:14:35.171Z Checking textwrap v0.16.1
31812024-11-14T04:14:35.216Z Checking ratatui v0.28.1
31822024-11-14T04:14:38.019Z Checking diesel v2.2.4
31832024-11-14T04:15:03.248Z Compiling polar-core v0.27.3
31842024-11-14T04:15:07.503Z Checking async-bb8-diesel v0.2.1
31852024-11-14T04:15:10.681Z Checking oso v0.27.3
31862024-11-14T04:16:22.090Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31872024-11-14T04:16:28.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
31882024-11-14T04:16:28.382Z
31892024-11-14T04:16:28.382Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171)
31902024-11-14T04:16:28.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912024-11-14T04:16:28.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922024-11-14T04:16:28.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932024-11-14T04:16:28.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31942024-11-14T04:16:29.066Z
31952024-11-14T04:16:29.066Zinfo: running `cargo check --bins` on nexus-saga-recovery (140/171)
31962024-11-14T04:16:29.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972024-11-14T04:16:29.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982024-11-14T04:16:29.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992024-11-14T04:16:29.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32002024-11-14T04:16:29.741Z
32012024-11-14T04:16:29.741Zinfo: running `cargo check --bins` on nexus-test-utils-macros (141/171)
32022024-11-14T04:16:30.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032024-11-14T04:16:30.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042024-11-14T04:16:30.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052024-11-14T04:16:30.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32062024-11-14T04:16:30.358Z
32072024-11-14T04:16:30.358Zinfo: running `cargo check --bins` on omicron-nexus (142/171)
32082024-11-14T04:16:30.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092024-11-14T04:16:30.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102024-11-14T04:16:31.165Z Compiling libz-sys v1.1.20
32112024-11-14T04:16:31.277Z Compiling libgit2-sys v0.17.0+1.8.1
32122024-11-14T04:16:31.291Z Compiling vergen v8.3.2
32132024-11-14T04:16:31.294Z Compiling cargo-platform v0.1.8
32142024-11-14T04:16:31.294Z Compiling pin-project-internal v1.1.6
32152024-11-14T04:16:31.327Z Compiling libsqlite3-sys v0.30.1
32162024-11-14T04:16:31.327Z Compiling snafu-derive v0.8.5
32172024-11-14T04:16:31.330Z Checking lockfree-object-pool v0.1.6
32182024-11-14T04:16:31.574Z Checking simd-adler32 v0.3.7
32192024-11-14T04:16:31.600Z Compiling cargo_metadata v0.18.1
32202024-11-14T04:16:31.831Z Checking bumpalo v3.16.0
32212024-11-14T04:16:31.868Z Compiling buf-list v1.0.3
32222024-11-14T04:16:31.925Z Compiling zip v2.1.3
32232024-11-14T04:16:32.168Z Compiling cfg_aliases v0.2.1
32242024-11-14T04:16:32.227Z Compiling rustls v0.21.12
32252024-11-14T04:16:32.274Z Checking zopfli v0.8.1
32262024-11-14T04:16:32.294Z Compiling nix v0.29.0
32272024-11-14T04:16:32.581Z Checking globset v0.4.15
32282024-11-14T04:16:32.600Z Checking olpc-cjson v0.1.4
32292024-11-14T04:16:32.828Z Checking sct v0.7.1
32302024-11-14T04:16:32.995Z Checking rustls-webpki v0.101.7
32312024-11-14T04:16:33.047Z Checking serde_plain v1.0.2
32322024-11-14T04:16:33.078Z Checking typed-path v0.9.3
32332024-11-14T04:16:34.005Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32342024-11-14T04:16:34.269Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32352024-11-14T04:16:34.287Z Checking pin-project v1.1.6
32362024-11-14T04:16:34.328Z Checking hashlink v0.9.1
32372024-11-14T04:16:34.409Z Checking parse-size v1.1.0
32382024-11-14T04:16:34.551Z Checking fallible-streaming-iterator v0.1.9
32392024-11-14T04:16:34.595Z Checking fallible-iterator v0.3.0
32402024-11-14T04:16:34.931Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32412024-11-14T04:16:35.074Z Checking rustls-pemfile v1.0.4
32422024-11-14T04:16:35.218Z Checking rusqlite v0.32.1
32432024-11-14T04:16:35.290Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32442024-11-14T04:16:35.335Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32452024-11-14T04:16:35.357Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32462024-11-14T04:16:35.487Z Checking twox-hash v1.6.3
32472024-11-14T04:16:35.615Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32482024-11-14T04:16:36.048Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32492024-11-14T04:16:36.801Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32502024-11-14T04:16:36.857Z Checking snafu v0.8.5
32512024-11-14T04:16:36.875Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32522024-11-14T04:16:36.957Z Checking tokio-rustls v0.24.1
32532024-11-14T04:16:37.327Z Checking tough v0.19.0
32542024-11-14T04:16:37.343Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32552024-11-14T04:16:37.360Z Checking fatfs v0.3.6
32562024-11-14T04:16:37.499Z Checking assert_matches v1.5.0
32572024-11-14T04:16:41.389Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32582024-11-14T04:16:42.805Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32592024-11-14T04:16:44.046Z Compiling git2 v0.19.0
32602024-11-14T04:16:48.861Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32612024-11-14T04:18:00.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
32622024-11-14T04:18:00.537Z
32632024-11-14T04:18:00.537Zinfo: running `cargo check --bins` on nexus-external-api (143/171)
32642024-11-14T04:18:01.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652024-11-14T04:18:01.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662024-11-14T04:18:01.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672024-11-14T04:18:01.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32682024-11-14T04:18:01.218Z
32692024-11-14T04:18:01.218Zinfo: running `cargo check --bins` on openapi-manager-types (144/171)
32702024-11-14T04:18:01.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712024-11-14T04:18:01.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722024-11-14T04:18:01.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732024-11-14T04:18:01.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32742024-11-14T04:18:01.834Z
32752024-11-14T04:18:01.834Zinfo: running `cargo check --bins` on nexus-internal-api (145/171)
32762024-11-14T04:18:02.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772024-11-14T04:18:02.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782024-11-14T04:18:02.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792024-11-14T04:18:02.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32802024-11-14T04:18:02.490Z
32812024-11-14T04:18:02.490Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (146/171)
32822024-11-14T04:18:03.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832024-11-14T04:18:03.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842024-11-14T04:18:03.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852024-11-14T04:18:03.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32862024-11-14T04:18:03.189Z
32872024-11-14T04:18:03.189Zinfo: running `cargo check --bins` on nexus-networking (147/171)
32882024-11-14T04:18:03.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892024-11-14T04:18:03.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902024-11-14T04:18:03.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912024-11-14T04:18:03.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32922024-11-14T04:18:03.934Z
32932024-11-14T04:18:03.934Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (148/171)
32942024-11-14T04:18:04.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952024-11-14T04:18:04.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962024-11-14T04:18:04.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972024-11-14T04:18:04.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32982024-11-14T04:18:04.583Z
32992024-11-14T04:18:04.583Zinfo: running `cargo check --bins` on update-common (149/171)
33002024-11-14T04:18:05.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012024-11-14T04:18:05.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022024-11-14T04:18:05.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032024-11-14T04:18:05.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33042024-11-14T04:18:05.205Z
33052024-11-14T04:18:05.206Zinfo: running `cargo check --bins` on tufaceous-lib (150/171)
33062024-11-14T04:18:05.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072024-11-14T04:18:05.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082024-11-14T04:18:05.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092024-11-14T04:18:05.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33102024-11-14T04:18:05.855Z
33112024-11-14T04:18:05.855Zinfo: running `cargo check --bins` on tufaceous (151/171)
33122024-11-14T04:18:06.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132024-11-14T04:18:06.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142024-11-14T04:18:06.530Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33152024-11-14T04:18:07.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
33162024-11-14T04:18:07.697Z
33172024-11-14T04:18:07.697Zinfo: running `cargo check --bins` on omicron-dev (152/171)
33182024-11-14T04:18:08.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192024-11-14T04:18:08.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202024-11-14T04:18:08.546Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33212024-11-14T04:18:08.670Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33222024-11-14T04:18:08.670Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33232024-11-14T04:18:08.673Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33242024-11-14T04:18:34.697Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33252024-11-14T04:18:34.699Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33262024-11-14T04:18:34.699Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33272024-11-14T04:18:34.699Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33282024-11-14T04:18:34.699Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33292024-11-14T04:18:35.580Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33302024-11-14T04:18:36.832Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33312024-11-14T04:19:16.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33322024-11-14T04:19:16.645Z
33332024-11-14T04:19:16.645Zinfo: running `cargo check --bins` on openapi-manager (153/171)
33342024-11-14T04:19:16.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352024-11-14T04:19:16.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362024-11-14T04:19:17.081Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33372024-11-14T04:19:17.085Z Checking heck v0.4.1
33382024-11-14T04:19:17.085Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33392024-11-14T04:19:17.334Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33402024-11-14T04:19:18.699Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33412024-11-14T04:19:19.577Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33422024-11-14T04:19:20.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
33432024-11-14T04:19:20.846Z
33442024-11-14T04:19:20.846Zinfo: running `cargo check --bins` on installinator-api (154/171)
33452024-11-14T04:19:21.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-11-14T04:19:21.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-11-14T04:19:21.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482024-11-14T04:19:21.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33492024-11-14T04:19:21.487Z
33502024-11-14T04:19:21.487Zinfo: running `cargo check --bins` on wicketd-api (155/171)
33512024-11-14T04:19:22.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-11-14T04:19:22.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-11-14T04:19:22.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542024-11-14T04:19:22.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33552024-11-14T04:19:22.141Z
33562024-11-14T04:19:22.141Zinfo: running `cargo check --bins` on reconfigurator-cli (156/171)
33572024-11-14T04:19:22.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-11-14T04:19:22.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-11-14T04:19:22.855Z Compiling petname v2.0.2
33602024-11-14T04:19:22.858Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33612024-11-14T04:19:22.858Z Checking sync-ptr v0.1.1
33622024-11-14T04:19:24.304Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33632024-11-14T04:19:25.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
33642024-11-14T04:19:26.050Z
33652024-11-14T04:19:26.050Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171)
33662024-11-14T04:19:26.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672024-11-14T04:19:26.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682024-11-14T04:19:26.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692024-11-14T04:19:26.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33702024-11-14T04:19:26.704Z
33712024-11-14T04:19:26.704Zinfo: running `cargo check --bins` on omicron-releng (158/171)
33722024-11-14T04:19:27.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-11-14T04:19:27.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-11-14T04:19:27.368Z Checking memmap2 v0.9.5
33752024-11-14T04:19:27.369Z Checking spin v0.5.2
33762024-11-14T04:19:27.372Z Checking constant_time_eq v0.3.1
33772024-11-14T04:19:27.372Z Checking arrayvec v0.7.6
33782024-11-14T04:19:27.372Z Checking arrayref v0.3.9
33792024-11-14T04:19:27.372Z Checking topological-sort v0.2.2
33802024-11-14T04:19:27.487Z Checking shell-words v1.1.0
33812024-11-14T04:19:27.656Z Checking ring v0.16.20
33822024-11-14T04:19:27.782Z Checking blake3 v1.5.4
33832024-11-14T04:19:28.775Z Checking omicron-zone-package v0.11.1
33842024-11-14T04:19:29.914Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33852024-11-14T04:19:30.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
33862024-11-14T04:19:31.000Z
33872024-11-14T04:19:31.000Zinfo: running `cargo check --bins` on xtask (159/171)
33882024-11-14T04:19:31.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892024-11-14T04:19:31.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902024-11-14T04:19:31.428Z Checking bitflags v2.6.0
33912024-11-14T04:19:31.431Z Checking serde v1.0.215
33922024-11-14T04:19:31.431Z Checking thiserror v1.0.69
33932024-11-14T04:19:31.520Z Checking scroll v0.12.0
33942024-11-14T04:19:31.525Z Checking log v0.4.22
33952024-11-14T04:19:31.530Z Checking hashbrown v0.15.0
33962024-11-14T04:19:31.539Z Checking zerocopy v0.7.35
33972024-11-14T04:19:31.558Z Checking syn v2.0.87
33982024-11-14T04:19:31.716Z Checking rustix v0.38.37
33992024-11-14T04:19:31.785Z Checking once_cell v1.20.2
34002024-11-14T04:19:31.932Z Checking goblin v0.8.2
34012024-11-14T04:19:32.072Z Checking fs-err v2.11.0
34022024-11-14T04:19:32.381Z Checking tabled v0.15.0
34032024-11-14T04:19:32.605Z Checking indexmap v2.6.0
34042024-11-14T04:19:32.945Z Checking anyhow v1.0.93
34052024-11-14T04:19:33.476Z Checking terminal_size v0.4.0
34062024-11-14T04:19:33.476Z Checking tempfile v3.13.0
34072024-11-14T04:19:33.651Z Checking clap_builder v4.5.20
34082024-11-14T04:19:35.458Z Checking pest v2.7.14
34092024-11-14T04:19:35.512Z Checking serde_json v1.0.132
34102024-11-14T04:19:35.512Z Checking toml_datetime v0.6.8
34112024-11-14T04:19:35.514Z Checking serde_spanned v0.6.8
34122024-11-14T04:19:35.514Z Checking camino v1.1.9
34132024-11-14T04:19:35.722Z Checking semver v1.0.23
34142024-11-14T04:19:35.816Z Checking cargo-platform v0.1.8
34152024-11-14T04:19:35.819Z Checking toml_edit v0.22.22
34162024-11-14T04:19:36.006Z Checking clap v4.5.20
34172024-11-14T04:19:36.072Z Checking camino-tempfile v1.1.1
34182024-11-14T04:19:36.117Z Checking macaddr v1.0.1
34192024-11-14T04:19:36.765Z Checking dof v0.3.0
34202024-11-14T04:19:36.765Z Checking cargo_metadata v0.18.1
34212024-11-14T04:19:37.347Z Checking dtrace-parser v0.2.0
34222024-11-14T04:19:37.669Z Checking usdt-impl v0.5.0
34232024-11-14T04:19:37.723Z Checking toml v0.8.19
34242024-11-14T04:19:38.027Z Checking usdt v0.5.0
34252024-11-14T04:19:38.195Z Checking cargo_toml v0.20.5
34262024-11-14T04:19:39.436Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34272024-11-14T04:19:40.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
34282024-11-14T04:19:40.168Z
34292024-11-14T04:19:40.168Zinfo: running `cargo check --bins` on end-to-end-tests (160/171)
34302024-11-14T04:19:40.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312024-11-14T04:19:40.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322024-11-14T04:19:40.928Z Checking polyval v0.6.2
34332024-11-14T04:19:41.040Z Checking ctr v0.9.2
34342024-11-14T04:19:41.052Z Checking ssh-encoding v0.2.0
34352024-11-14T04:19:41.054Z Checking blowfish v0.9.1
34362024-11-14T04:19:41.078Z Checking password-hash v0.4.2
34372024-11-14T04:19:41.081Z Checking matches v0.1.10
34382024-11-14T04:19:41.109Z Checking p256 v0.13.2
34392024-11-14T04:19:41.111Z Checking p521 v0.13.3
34402024-11-14T04:19:41.179Z Checking idna v0.2.3
34412024-11-14T04:19:41.268Z Checking bcrypt-pbkdf v0.10.0
34422024-11-14T04:19:41.284Z Checking ghash v0.5.1
34432024-11-14T04:19:41.303Z Compiling enum-as-inner v0.5.1
34442024-11-14T04:19:41.384Z Checking russh-cryptovec v0.7.3
34452024-11-14T04:19:41.456Z Checking aes-gcm v0.10.3
34462024-11-14T04:19:41.474Z Checking pbkdf2 v0.11.0
34472024-11-14T04:19:41.505Z Checking md5 v0.7.0
34482024-11-14T04:19:41.574Z Checking num-bigint v0.4.6
34492024-11-14T04:19:41.594Z Checking des v0.8.1
34502024-11-14T04:19:41.690Z Checking ssh-cipher v0.2.0
34512024-11-14T04:19:41.758Z Checking hex-literal v0.4.1
34522024-11-14T04:19:41.780Z Compiling dhcproto-macros v0.1.0
34532024-11-14T04:19:41.865Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34542024-11-14T04:19:41.895Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34552024-11-14T04:19:41.979Z Checking ssh-key v0.6.6
34562024-11-14T04:19:42.063Z Checking internet-checksum v0.2.1
34572024-11-14T04:19:42.287Z Checking trust-dns-proto v0.22.0
34582024-11-14T04:19:43.320Z Checking russh-keys v0.45.0
34592024-11-14T04:19:44.281Z Checking russh v0.45.0
34602024-11-14T04:19:44.890Z Checking dhcproto v0.12.0
34612024-11-14T04:20:02.220Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34622024-11-14T04:20:03.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.48s
34632024-11-14T04:20:04.007Z
34642024-11-14T04:20:04.008Zinfo: running `cargo check --bins` on gateway-cli (161/171)
34652024-11-14T04:20:04.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662024-11-14T04:20:04.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672024-11-14T04:20:04.490Z Checking termios v0.3.3
34682024-11-14T04:20:04.710Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34692024-11-14T04:20:05.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
34702024-11-14T04:20:05.674Z
34712024-11-14T04:20:05.674Zinfo: running `cargo check --bins --no-default-features` on installinator (162/171)
34722024-11-14T04:20:06.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732024-11-14T04:20:06.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742024-11-14T04:20:06.364Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34752024-11-14T04:20:08.401Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34762024-11-14T04:20:10.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
34772024-11-14T04:20:10.447Z
34782024-11-14T04:20:10.447Zinfo: running `cargo check --bins` on internal-dns-cli (163/171)
34792024-11-14T04:20:11.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802024-11-14T04:20:11.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812024-11-14T04:20:11.089Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34822024-11-14T04:20:11.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
34832024-11-14T04:20:11.752Z
34842024-11-14T04:20:11.752Zinfo: running `cargo check --bins` on omicron-live-tests (164/171)
34852024-11-14T04:20:12.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862024-11-14T04:20:12.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872024-11-14T04:20:12.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882024-11-14T04:20:12.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34892024-11-14T04:20:12.375Z
34902024-11-14T04:20:12.375Zinfo: running `cargo check --bins` on live-tests-macros (165/171)
34912024-11-14T04:20:12.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922024-11-14T04:20:12.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932024-11-14T04:20:12.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942024-11-14T04:20:12.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34952024-11-14T04:20:13.006Z
34962024-11-14T04:20:13.006Zinfo: running `cargo check --bins` on omicron-package (166/171)
34972024-11-14T04:20:13.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982024-11-14T04:20:13.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992024-11-14T04:20:13.677Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35002024-11-14T04:20:14.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
35012024-11-14T04:20:15.158Z
35022024-11-14T04:20:15.158Zinfo: running `cargo check --bins` on wicket-dbg (167/171)
35032024-11-14T04:20:15.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042024-11-14T04:20:15.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052024-11-14T04:20:15.864Z Checking rtoolbox v0.0.2
35062024-11-14T04:20:15.867Z Checking tui-tree-widget v0.22.0
35072024-11-14T04:20:15.867Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35082024-11-14T04:20:16.092Z Checking rpassword v7.3.1
35092024-11-14T04:20:20.144Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35102024-11-14T04:20:23.167Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35112024-11-14T04:20:24.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
35122024-11-14T04:20:24.572Z
35132024-11-14T04:20:24.572Zinfo: running `cargo check --bins` on wicket (168/171)
35142024-11-14T04:20:25.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152024-11-14T04:20:25.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162024-11-14T04:20:25.259Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35172024-11-14T04:20:25.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35182024-11-14T04:20:25.876Z
35192024-11-14T04:20:25.876Zinfo: running `cargo check --bins` on wicketd (169/171)
35202024-11-14T04:20:26.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212024-11-14T04:20:26.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222024-11-14T04:20:26.589Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35232024-11-14T04:20:30.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
35242024-11-14T04:20:30.733Z
35252024-11-14T04:20:30.733Zinfo: running `cargo check --bins` on omicron-workspace-hack (170/171)
35262024-11-14T04:20:31.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272024-11-14T04:20:31.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282024-11-14T04:20:31.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292024-11-14T04:20:31.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35302024-11-14T04:20:31.340Z
35312024-11-14T04:20:31.340Zinfo: running `cargo check --bins` on zone-setup (171/171)
35322024-11-14T04:20:31.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332024-11-14T04:20:31.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342024-11-14T04:20:32.065Z Checking uzers v0.12.1
35352024-11-14T04:20:32.409Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35362024-11-14T04:20:33.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
35372024-11-14T04:20:33.751Z
35382024-11-14T04:20:33.754Zreal 13:30.589033976
35392024-11-14T04:20:33.754Zuser 23:59.125801339
35402024-11-14T04:20:33.754Zsys 5:24.020910374
35412024-11-14T04:20:33.754Ztrap 0.450997032
35422024-11-14T04:20:33.754Ztflt 2.211398914
35432024-11-14T04:20:33.754Zdflt 3.424224368
35442024-11-14T04:20:33.754Zkflt 0.001231727
35452024-11-14T04:20:33.754Zlock 47:34.683325657
35462024-11-14T04:20:33.754Zslp 2:07:46.421252074
35472024-11-14T04:20:33.754Zlat 1:01.479717019
35482024-11-14T04:20:33.754Zstop 3:17.121961963
35492024-11-14T04:20:33.754Zprocess exited: duration 1177287 ms, exit code 0
 
35502024-11-14T04:20:33.760Zfound 0 output files