01JFJYQZAKECNX5P8AQNPV2F4T: 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: 01JFJYRVKVX2H4EC0AE4HVXBKN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T21:15:51.049Zjob assigned to worker 01JFJYS0BN6KAQNTGXE5CG5W21 [factory aws, i-0fddcbfdff4c0a006] (queued for 53 s)
 
22024-12-20T21:15:58.351Zstarting task 0: "setup"
32024-12-20T21:15:58.361Z++ uname -s
42024-12-20T21:15:58.365Z+ kern=SunOS
52024-12-20T21:15:58.365Z+ case "$kern" in
62024-12-20T21:15:58.365Z+ groupadd -g 12345 build
72024-12-20T21:15:58.368Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T21:16:00.374Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T21:16:00.490Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T21:16:00.496Z+ home_fs=zfs
112024-12-20T21:16:00.496Z+ [[ zfs == autofs ]]
122024-12-20T21:16:00.496Z+ mkdir -p /home/build
132024-12-20T21:16:00.496Z+ chown build:build /home/build /work
142024-12-20T21:16:02.497Z+ chmod 0700 /home/build /work
152024-12-20T21:16:02.504Zprocess exited: duration 4148 ms, exit code 0
 
162024-12-20T21:16:02.517Zstarting task 1: "rust-toolchain"
172024-12-20T21:16:02.521Z+ printf ' * toolchain channel = "%s"
182024-12-20T21:16:02.521Z' 1.81.0
192024-12-20T21:16:02.521Z * toolchain channel = "1.81.0"
202024-12-20T21:16:02.521Z+ printf ' * toolchain profile = "%s"
212024-12-20T21:16:02.521Z' default
222024-12-20T21:16:02.521Z * toolchain profile = "default"
232024-12-20T21:16:02.521Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T21:16:02.521Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T21:16:02.639Zinfo: downloading installer
262024-12-20T21:16:03.994Zinfo: profile set to 'default'
272024-12-20T21:16:03.994Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T21:16:03.998Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T21:16:04.129Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T21:16:04.129Zinfo: downloading component 'cargo'
312024-12-20T21:16:04.837Zinfo: downloading component 'clippy'
322024-12-20T21:16:05.096Zinfo: downloading component 'rust-docs'
332024-12-20T21:16:06.077Zinfo: downloading component 'rust-std'
342024-12-20T21:16:07.640Zinfo: downloading component 'rustc'
352024-12-20T21:16:13.180Zinfo: downloading component 'rustfmt'
362024-12-20T21:16:13.390Zinfo: installing component 'cargo'
372024-12-20T21:16:14.179Zinfo: installing component 'clippy'
382024-12-20T21:16:14.536Zinfo: installing component 'rust-docs'
392024-12-20T21:16:16.133Zinfo: installing component 'rust-std'
402024-12-20T21:16:17.838Zinfo: installing component 'rustc'
412024-12-20T21:16:23.503Zinfo: installing component 'rustfmt'
422024-12-20T21:16:23.865Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T21:16:23.865Z
442024-12-20T21:16:24.200Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T21:16:24.200Z
462024-12-20T21:16:24.221Z
472024-12-20T21:16:24.221ZRust is installed now. Great!
482024-12-20T21:16:24.221Z
492024-12-20T21:16:24.221ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T21:16:24.222Zenvironment variable. This has not been done automatically.
512024-12-20T21:16:24.222Z
522024-12-20T21:16:24.222ZTo configure your current shell, you need to source
532024-12-20T21:16:24.222Zthe corresponding env file under $HOME/.cargo.
542024-12-20T21:16:24.222Z
552024-12-20T21:16:24.222ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T21:16:24.222Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T21:16:24.222Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T21:16:24.289Z+ rustc --version
592024-12-20T21:16:24.339Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T21:16:24.354Zprocess exited: duration 21813 ms, exit code 0
 
612024-12-20T21:16:24.392Zstarting task 2: "authentication"
622024-12-20T21:16:24.413Zprocess exited: duration 24 ms, exit code 0
 
632024-12-20T21:16:24.447Zstarting task 3: "clone repository"
642024-12-20T21:16:24.453Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T21:16:24.453Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T21:16:24.497ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T21:16:31.919Z+ cd /work/oxidecomputer/omicron
682024-12-20T21:16:31.923Z+ git fetch origin 5ecbe5f8c69e9341929462519acbb113b522705b
692024-12-20T21:16:32.235ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T21:16:32.235Z * branch 5ecbe5f8c69e9341929462519acbb113b522705b -> FETCH_HEAD
712024-12-20T21:16:32.245Z+ [[ -n sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]]
722024-12-20T21:16:32.248Z++ git branch --show-current
732024-12-20T21:16:32.251Z+ current=main
742024-12-20T21:16:32.251Z+ [[ main != sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]]
752024-12-20T21:16:32.251Z+ git branch -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target 5ecbe5f8c69e9341929462519acbb113b522705b
762024-12-20T21:16:32.253Z+ git checkout -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target
772024-12-20T21:16:32.423ZSwitched to branch 'sunshowers/spr/2n-omicron-package-better-error-messages-around-target'
782024-12-20T21:16:32.426Z+ git reset --hard 5ecbe5f8c69e9341929462519acbb113b522705b
792024-12-20T21:16:32.589ZHEAD is now at 5ecbe5f8c rebase
802024-12-20T21:16:32.593Zprocess exited: duration 8152 ms, exit code 0
 
812024-12-20T21:16:32.600Zstarting task 4: "build"
822024-12-20T21:16:32.604Z+ source .github/buildomat/ci-env.sh
832024-12-20T21:16:32.604Z++ export CARGO_TERM_COLOR=always
842024-12-20T21:16:32.604Z++ CARGO_TERM_COLOR=always
852024-12-20T21:16:32.604Z+ cargo --version
862024-12-20T21:16:32.661Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T21:16:32.664Z+ rustc --version
882024-12-20T21:16:32.723Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T21:16:32.728Z+ source ./env.sh
902024-12-20T21:16:32.728Z++ OLD_SHELL_OPTS=ehxB
912024-12-20T21:16:32.728Z++ set -o xtrace
922024-12-20T21:16:32.731Z++++ dirname ./env.sh
932024-12-20T21:16:32.731Z+++ readlink -f .
942024-12-20T21:16:32.735Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-20T21:16:32.738Z++ 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-12-20T21:16:32.738Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-20T21:16:32.738Z++ 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-12-20T21:16:32.738Z++ 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-12-20T21:16:32.738Z++ 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-12-20T21:16:32.738Z++ 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-12-20T21:16:32.738Z++ 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-12-20T21:16:32.738Z++ 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-12-20T21:16:32.738Z++ case $OLD_SHELL_OPTS in
1042024-12-20T21:16:32.739Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-20T21:16:32.739Z+ 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-12-20T21:16:32.739Z+ 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-12-20T21:16:32.739Z+ banner prerequisites
1082024-12-20T21:16:32.743Z
1092024-12-20T21:16:32.743Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-20T21:16:32.743Z # # # # # # # # # # # # # # #
1112024-12-20T21:16:32.743Z # # # # ##### # # ##### # # # # # #### #
1122024-12-20T21:16:32.743Z ##### ##### # ##### # # # # # # # # #
1132024-12-20T21:16:32.743Z # # # # # # # # # # # # # # #
1142024-12-20T21:16:32.743Z # # # ###### # # ###### ### # #### # #### #
1152024-12-20T21:16:32.743Z
1162024-12-20T21:16:32.743Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-20T21:16:40.506Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-20T21:16:44.416Z Startup: Caching catalogs ... Done
1192024-12-20T21:16:55.000ZPlanning: Solver setup ... Done (9.613s)
1202024-12-20T21:16:55.132ZPlanning: Running solver ... Done (0.132s)
1212024-12-20T21:16:55.240ZPlanning: Finding local manifests ... Done (0.004s)
1222024-12-20T21:16:55.254ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-20T21:16:55.502ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-20T21:16:55.596ZPlanning: Package planning ... Done (0.098s)
1252024-12-20T21:16:55.648ZPlanning: Merging actions ... Done (0.055s)
1262024-12-20T21:16:56.079ZPlanning: Checking for conflicting actions ... Done (0.355s)
1272024-12-20T21:16:58.171ZPlanning: Consolidating action changes ... Done (2.163s)
1282024-12-20T21:16:58.616ZPlanning: Evaluating mediators ... Done (0.449s)
1292024-12-20T21:16:58.696ZPlanning: Planning completed in 14.18 seconds
1302024-12-20T21:16:58.713Z Packages to install: 4
1312024-12-20T21:16:58.713Z Packages to update: 1
1322024-12-20T21:16:58.716Z Mediators to change: 2
1332024-12-20T21:16:58.716Z Services to change: 1
1342024-12-20T21:16:58.716Z Estimated space available: 155.64 GB
1352024-12-20T21:16:58.716ZEstimated space to be consumed: 1.62 GB
1362024-12-20T21:16:58.716Z Create boot environment: No
1372024-12-20T21:16:58.716ZCreate backup boot environment: Yes
1382024-12-20T21:16:58.716Z Rebuild boot archive: No
1392024-12-20T21:16:58.716Z
1402024-12-20T21:16:58.716ZChanged mediators:
1412024-12-20T21:16:58.717Z mediator clang:
1422024-12-20T21:16:58.717Z version: None -> 15 (system default)
1432024-12-20T21:16:58.717Z
1442024-12-20T21:16:58.717Z mediator llvm:
1452024-12-20T21:16:58.717Z version: 14 (system default) -> 15 (system default)
1462024-12-20T21:16:58.717Z
1472024-12-20T21:16:58.717ZChanged packages:
1482024-12-20T21:16:58.717Zhelios-dev
1492024-12-20T21:16:58.717Z developer/build-essential
1502024-12-20T21:16:58.717Z None -> 11-2.0
1512024-12-20T21:16:58.717Z library/libxmlsec1
1522024-12-20T21:16:58.717Z None -> 1.2.35-2.0
1532024-12-20T21:16:58.717Z ooce/developer/clang-15
1542024-12-20T21:16:58.717Z None -> 15.0.7-2.0
1552024-12-20T21:16:58.717Z ooce/developer/llvm-15
1562024-12-20T21:16:58.717Z None -> 15.0.7-2.0
1572024-12-20T21:16:58.717Z package/pkg
1582024-12-20T21:16:58.717Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-20T21:16:58.717Z
1602024-12-20T21:16:58.717ZServices:
1612024-12-20T21:16:58.717Z restart_fmri:
1622024-12-20T21:16:58.717Z svc:/system/update-man-index:default
1632024-12-20T21:16:58.717Z
1642024-12-20T21:16:58.717ZEditable files to change:
1652024-12-20T21:16:58.717Z Update:
1662024-12-20T21:16:58.717Z usr/share/lib/pkg/web/config.shtml
1672024-12-20T21:16:58.789Z
1682024-12-20T21:16:58.789ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-20T21:17:03.792ZDownload: 972/4281 items 19.4/220.6MB 8% complete (4.0M/s)
1702024-12-20T21:17:09.372ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (10.2M/s)
1712024-12-20T21:17:14.381ZDownload: 1576/4281 items 116.8/220.6MB 52% complete (9.6M/s)
1722024-12-20T21:17:19.383ZDownload: 2171/4281 items 118.8/220.6MB 53% complete (3.5M/s)
1732024-12-20T21:17:24.973ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (2.3M/s)
1742024-12-20T21:17:29.976ZDownload: 2978/4281 items 121.3/220.6MB 54% complete (248k/s)
1752024-12-20T21:17:35.186ZDownload: 3275/4281 items 207.3/220.6MB 93% complete (8.8M/s)
1762024-12-20T21:17:40.190ZDownload: 3579/4281 items 215.7/220.6MB 97% complete (9.5M/s)
1772024-12-20T21:17:45.199ZDownload: 4072/4281 items 219.5/220.6MB 99% complete (1.7M/s)
1782024-12-20T21:17:51.658ZDownload: 4205/4281 items 220.6/220.6MB 99% complete (949k/s)
1792024-12-20T21:18:07.055ZDownload: 4207/4281 items 220.6/220.6MB 99% complete
1802024-12-20T21:18:07.166ZDownload: Completed 220.60 MB in 68.36 seconds (3.2M/s)
1812024-12-20T21:18:09.229Z Actions: 1/5063 actions (Removing old actions)
1822024-12-20T21:18:09.292Z Actions: 194/5063 actions (Installing new actions)
1832024-12-20T21:18:13.892Z Actions: 4226/5063 actions (Updating modified actions)
1842024-12-20T21:18:14.208Z Actions: Completed 5063 actions in 4.99 seconds.
1852024-12-20T21:18:14.642Z Done (0.409s)
1862024-12-20T21:18:14.656Z Done (0.000s)
1872024-12-20T21:18:15.204Z Done (0.570s)
1882024-12-20T21:18:19.521Z Done (4.099s)
1892024-12-20T21:18:19.604Z Done (0.017s)
1902024-12-20T21:18:19.607Z Done (0.000s)
1912024-12-20T21:18:19.769Z Done (0.000s)
1922024-12-20T21:18:20.454ZPlanning: Evaluating mediator changes ... Done
1932024-12-20T21:18:20.614ZPlanning: Checking for conflicting actions ... Done
1942024-12-20T21:18:20.618ZPlanning: Consolidating action changes ... Done
1952024-12-20T21:18:20.885ZPlanning: Evaluating mediators ... Done
1962024-12-20T21:18:20.887ZPlanning: Planning completed in 0.43 seconds
1972024-12-20T21:18:20.923Z Mediators to change: 2
1982024-12-20T21:18:20.923Z Create boot environment: No
1992024-12-20T21:18:20.926ZCreate backup boot environment: No
2002024-12-20T21:18:21.005Z Done
2012024-12-20T21:18:21.005Z Done
2022024-12-20T21:18:21.361Z Done
2032024-12-20T21:18:24.953Z Done
2042024-12-20T21:18:25.035Z Done
2052024-12-20T21:18:25.046Z Done
2062024-12-20T21:18:25.163Z Done
2072024-12-20T21:18:25.859ZPlanning: Evaluating mediator changes ... Done
2082024-12-20T21:18:25.962ZPlanning: Merging actions ... Done
2092024-12-20T21:18:26.021ZPlanning: Checking for conflicting actions ... Done
2102024-12-20T21:18:26.021ZPlanning: Consolidating action changes ... Done
2112024-12-20T21:18:26.284ZPlanning: Evaluating mediators ... Done
2122024-12-20T21:18:26.300ZPlanning: Planning completed in 0.76 seconds
2132024-12-20T21:18:26.351Z Packages to change: 1
2142024-12-20T21:18:26.351Z Mediators to change: 1
2152024-12-20T21:18:26.374Z Services to change: 1
2162024-12-20T21:18:26.375Z Create boot environment: No
2172024-12-20T21:18:26.375ZCreate backup boot environment: Yes
2182024-12-20T21:18:28.491Z Actions: 1/6 actions (Updating modified actions)
2192024-12-20T21:18:28.493Z Actions: Completed 6 actions in 0.00 seconds.
2202024-12-20T21:18:28.494Z Done
2212024-12-20T21:18:28.494Z Done
2222024-12-20T21:18:28.607Z Done
2232024-12-20T21:18:32.187Z Done
2242024-12-20T21:18:32.275Z Done
2252024-12-20T21:18:32.278Z Done
2262024-12-20T21:18:32.409Z Done
2272024-12-20T21:18:32.840ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282024-12-20T21:18:32.840Zclang system 15 system
2292024-12-20T21:18:32.840Zcsh system system illumos
2302024-12-20T21:18:32.840Zctags system system illumos
2312024-12-20T21:18:32.840Zgcc vendor 12 vendor
2322024-12-20T21:18:32.840Zgcc system 10 system
2332024-12-20T21:18:32.840Zgcc system 7 system
2342024-12-20T21:18:32.840Zgo system 1.20 system
2352024-12-20T21:18:32.841Zgo system 1.19 system
2362024-12-20T21:18:32.841Zllvm system 15 system
2372024-12-20T21:18:32.841Zllvm system 14 system
2382024-12-20T21:18:32.841Zmariadb system 10.6 system
2392024-12-20T21:18:32.841Zmta vendor vendor dma
2402024-12-20T21:18:32.841Zopenjdk system 17 system
2412024-12-20T21:18:32.841Zopenjdk system 11 system
2422024-12-20T21:18:32.841Zopenjdk system 1.8 system
2432024-12-20T21:18:32.841Zopenssl vendor 3 vendor
2442024-12-20T21:18:32.841Zperl system 5.36 system
2452024-12-20T21:18:32.841Zpostgresql system 15 system
2462024-12-20T21:18:32.841Zpostgresql system 13 system
2472024-12-20T21:18:32.841Zpython vendor 3 vendor
2482024-12-20T21:18:32.841Zpython system 2 system
2492024-12-20T21:18:32.841Zpython3 system 3.11 system
2502024-12-20T21:18:32.841Zruby system 3.0 system
2512024-12-20T21:18:32.841Zwords vendor vendor american-english
2522024-12-20T21:18:32.841Zwords system system australian-english
2532024-12-20T21:18:32.841Zwords system system british-english
2542024-12-20T21:18:32.841Zwords system system canadian-english
2552024-12-20T21:18:32.841Zwords system system french
2562024-12-20T21:18:32.841Zwords system system italian
2572024-12-20T21:18:32.841Zwords system system ngerman
2582024-12-20T21:18:32.841Zwords system system ogerman
2592024-12-20T21:18:32.841Zwords system system spanish
2602024-12-20T21:18:33.167ZPUBLISHER TYPE STATUS P LOCATION
2612024-12-20T21:18:33.167Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622024-12-20T21:18:35.879ZFMRI IFO
2632024-12-20T21:18:35.879Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642024-12-20T21:18:35.880Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652024-12-20T21:18:35.880Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662024-12-20T21:18:35.880Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672024-12-20T21:18:35.880Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682024-12-20T21:18:35.880Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692024-12-20T21:18:35.880Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2702024-12-20T21:18:35.880Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712024-12-20T21:18:35.880Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722024-12-20T21:18:35.880Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2732024-12-20T21:18:35.880Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2742024-12-20T21:18:35.880Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752024-12-20T21:18:35.880Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2762024-12-20T21:18:35.881Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2772024-12-20T21:18:35.881Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782024-12-20T21:18:36.711Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792024-12-20T21:18:36.923Z Updating crates.io index
2802024-12-20T21:18:36.993Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2812024-12-20T21:18:37.420Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2822024-12-20T21:18:37.663Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832024-12-20T21:18:37.866Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842024-12-20T21:18:38.099Z Updating git repository `https://github.com/oxidecomputer/propolis`
2852024-12-20T21:18:38.923Z Updating git repository `https://github.com/oxidecomputer/crucible`
2862024-12-20T21:18:40.397Z Updating git repository `https://github.com/oxidecomputer/opte`
2872024-12-20T21:18:41.021Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882024-12-20T21:18:41.822Z Updating git repository `https://github.com/oxidecomputer/clickward`
2892024-12-20T21:18:42.157Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2902024-12-20T21:18:42.506Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912024-12-20T21:18:43.064Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2922024-12-20T21:18:43.349Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2932024-12-20T21:18:43.737Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942024-12-20T21:18:43.968Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2952024-12-20T21:18:44.225Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2962024-12-20T21:18:44.421Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2972024-12-20T21:18:44.696Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982024-12-20T21:18:44.991Z Updating git repository `https://github.com/oxidecomputer/ispf`
2992024-12-20T21:18:45.343Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3002024-12-20T21:18:45.573Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3012024-12-20T21:18:46.036Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3022024-12-20T21:18:46.289Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032024-12-20T21:18:46.637Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3042024-12-20T21:18:46.986Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3052024-12-20T21:18:47.295Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3062024-12-20T21:18:47.529Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3072024-12-20T21:18:47.763Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3082024-12-20T21:18:49.103Z Downloading crates ...
3092024-12-20T21:18:49.202Z Downloaded autocfg v1.4.0
3102024-12-20T21:18:49.213Z Downloaded camino v1.1.9
3112024-12-20T21:18:49.223Z Downloaded equivalent v1.0.1
3122024-12-20T21:18:49.246Z Downloaded dtrace-parser v0.2.0
3132024-12-20T21:18:49.249Z Downloaded pretty-hex v0.4.1
3142024-12-20T21:18:49.254Z Downloaded usdt-macro v0.5.0
3152024-12-20T21:18:49.257Z Downloaded scroll_derive v0.12.0
3162024-12-20T21:18:49.257Z Downloaded fastrand v2.1.1
3172024-12-20T21:18:49.260Z Downloaded usdt-attr-macro v0.5.0
3182024-12-20T21:18:49.272Z Downloaded cfg-if v1.0.0
3192024-12-20T21:18:49.275Z Downloaded cargo-platform v0.1.8
3202024-12-20T21:18:49.275Z Downloaded block-buffer v0.10.4
3212024-12-20T21:18:49.275Z Downloaded anstyle-parse v0.2.5
3222024-12-20T21:18:49.282Z Downloaded byteorder v1.5.0
3232024-12-20T21:18:49.288Z Downloaded macaddr v1.0.1
3242024-12-20T21:18:49.288Z Downloaded is_terminal_polyfill v1.70.1
3252024-12-20T21:18:49.288Z Downloaded generic-array v0.14.7
3262024-12-20T21:18:49.288Z Downloaded heck v0.4.1
3272024-12-20T21:18:49.288Z Downloaded digest v0.10.7
3282024-12-20T21:18:49.291Z Downloaded anstyle-query v1.1.1
3292024-12-20T21:18:49.291Z Downloaded fs-err v2.11.0
3302024-12-20T21:18:49.291Z Downloaded dof v0.3.0
3312024-12-20T21:18:49.296Z Downloaded colorchoice v1.0.2
3322024-12-20T21:18:49.296Z Downloaded memmap v0.7.0
3332024-12-20T21:18:49.299Z Downloaded heck v0.5.0
3342024-12-20T21:18:49.299Z Downloaded fnv v1.0.7
3352024-12-20T21:18:49.299Z Downloaded errno v0.3.9
3362024-12-20T21:18:49.299Z Downloaded clap_lex v0.7.2
3372024-12-20T21:18:49.302Z Downloaded plain v0.2.3
3382024-12-20T21:18:49.302Z Downloaded cpufeatures v0.2.14
3392024-12-20T21:18:49.302Z Downloaded bytecount v0.6.8
3402024-12-20T21:18:49.305Z Downloaded swrite v0.1.0
3412024-12-20T21:18:49.307Z Downloaded pest_generator v2.7.14
3422024-12-20T21:18:49.310Z Downloaded strsim v0.11.1
3432024-12-20T21:18:49.310Z Downloaded proc-macro-error-attr v1.0.4
3442024-12-20T21:18:49.314Z Downloaded tabled_derive v0.7.0
3452024-12-20T21:18:49.320Z Downloaded unicode-linebreak v0.1.5
3462024-12-20T21:18:49.320Z Downloaded usdt v0.5.0
3472024-12-20T21:18:49.320Z Downloaded thiserror v1.0.69
3482024-12-20T21:18:49.323Z Downloaded toml_datetime v0.6.8
3492024-12-20T21:18:49.326Z Downloaded serde_tokenstream v0.2.2
3502024-12-20T21:18:49.326Z Downloaded serde_spanned v0.6.8
3512024-12-20T21:18:49.329Z Downloaded smawk v0.3.2
3522024-12-20T21:18:49.333Z Downloaded terminal_size v0.4.0
3532024-12-20T21:18:49.336Z Downloaded version_check v0.9.5
3542024-12-20T21:18:49.338Z Downloaded utf8parse v0.2.2
3552024-12-20T21:18:49.338Z Downloaded thread-id v4.2.2
3562024-12-20T21:18:49.342Z Downloaded crypto-common v0.1.6
3572024-12-20T21:18:49.342Z Downloaded cargo_toml v0.20.5
3582024-12-20T21:18:49.342Z Downloaded cargo_metadata v0.18.1
3592024-12-20T21:18:49.344Z Downloaded anstream v0.6.15
3602024-12-20T21:18:49.347Z Downloaded itoa v1.0.11
3612024-12-20T21:18:49.347Z Downloaded anstyle v1.0.10
3622024-12-20T21:18:49.347Z Downloaded camino-tempfile v1.1.1
3632024-12-20T21:18:49.357Z Downloaded quote v1.0.37
3642024-12-20T21:18:49.360Z Downloaded semver v1.0.23
3652024-12-20T21:18:49.362Z Downloaded proc-macro-error v1.0.4
3662024-12-20T21:18:49.365Z Downloaded sha2 v0.10.8
3672024-12-20T21:18:49.368Z Downloaded thiserror-impl v1.0.69
3682024-12-20T21:18:49.371Z Downloaded pest_derive v2.7.14
3692024-12-20T21:18:49.374Z Downloaded clap_derive v4.5.18
3702024-12-20T21:18:49.377Z Downloaded zerocopy-derive v0.7.35
3712024-12-20T21:18:49.381Z Downloaded usdt-impl v0.5.0
3722024-12-20T21:18:49.385Z Downloaded bitflags v2.6.0
3732024-12-20T21:18:49.388Z Downloaded papergrid v0.11.0
3742024-12-20T21:18:49.391Z Downloaded pest_meta v2.7.14
3752024-12-20T21:18:49.394Z Downloaded log v0.4.22
3762024-12-20T21:18:49.394Z Downloaded ryu v1.0.18
3772024-12-20T21:18:49.397Z Downloaded toml v0.8.19
3782024-12-20T21:18:49.400Z Downloaded unicode-ident v1.0.13
3792024-12-20T21:18:49.402Z Downloaded textwrap v0.16.1
3802024-12-20T21:18:49.405Z Downloaded clap v4.5.21
3812024-12-20T21:18:49.413Z Downloaded proc-macro2 v1.0.89
3822024-12-20T21:18:49.416Z Downloaded ucd-trie v0.1.7
3832024-12-20T21:18:49.419Z Downloaded typenum v1.17.0
3842024-12-20T21:18:49.421Z Downloaded tempfile v3.13.0
3852024-12-20T21:18:49.421Z Downloaded once_cell v1.20.2
3862024-12-20T21:18:49.424Z Downloaded serde_derive v1.0.215
3872024-12-20T21:18:49.426Z Downloaded anyhow v1.0.93
3882024-12-20T21:18:49.430Z Downloaded scroll v0.12.0
3892024-12-20T21:18:49.446Z Downloaded memchr v2.7.4
3902024-12-20T21:18:49.451Z Downloaded indexmap v2.6.0
3912024-12-20T21:18:49.468Z Downloaded serde v1.0.215
3922024-12-20T21:18:49.473Z Downloaded toml_edit v0.22.22
3932024-12-20T21:18:49.494Z Downloaded hashbrown v0.15.1
3942024-12-20T21:18:49.498Z Downloaded clap_builder v4.5.21
3952024-12-20T21:18:49.510Z Downloaded pest v2.7.14
3962024-12-20T21:18:49.515Z Downloaded goblin v0.8.2
3972024-12-20T21:18:49.520Z Downloaded serde_json v1.0.132
3982024-12-20T21:18:49.527Z Downloaded zerocopy v0.7.35
3992024-12-20T21:18:49.542Z Downloaded winnow v0.6.20
4002024-12-20T21:18:49.552Z Downloaded tabled v0.15.0
4012024-12-20T21:18:49.567Z Downloaded syn v1.0.109
4022024-12-20T21:18:49.580Z Downloaded unicode-width v0.1.14
4032024-12-20T21:18:49.995Z Downloaded syn v2.0.87
4042024-12-20T21:18:49.995Z Downloaded rustix v0.38.37
4052024-12-20T21:18:49.995Z Downloaded libc v0.2.162
4062024-12-20T21:18:49.995Z Compiling proc-macro2 v1.0.89
4072024-12-20T21:18:49.995Z Compiling unicode-ident v1.0.13
4082024-12-20T21:18:49.996Z Compiling version_check v0.9.5
4092024-12-20T21:18:49.996Z Compiling serde v1.0.215
4102024-12-20T21:18:49.996Z Compiling thiserror v1.0.69
4112024-12-20T21:18:49.996Z Compiling memchr v2.7.4
4122024-12-20T21:18:49.996Z Compiling libc v0.2.162
4132024-12-20T21:18:49.996Z Compiling itoa v1.0.11
4142024-12-20T21:18:50.181Z Compiling ryu v1.0.18
4152024-12-20T21:18:50.307Z Compiling ucd-trie v0.1.7
4162024-12-20T21:18:50.531Z Compiling once_cell v1.20.2
4172024-12-20T21:18:50.824Z Compiling byteorder v1.5.0
4182024-12-20T21:18:50.918Z Compiling serde_json v1.0.132
4192024-12-20T21:18:50.944Z Compiling rustix v0.38.37
4202024-12-20T21:18:51.268Z Compiling bitflags v2.6.0
4212024-12-20T21:18:51.314Z Compiling usdt-impl v0.5.0
4222024-12-20T21:18:51.638Z Compiling proc-macro-error-attr v1.0.4
4232024-12-20T21:18:51.663Z Compiling syn v1.0.109
4242024-12-20T21:18:51.713Z Compiling proc-macro-error v1.0.4
4252024-12-20T21:18:51.823Z Compiling quote v1.0.37
4262024-12-20T21:18:51.873Z Compiling hashbrown v0.15.1
4272024-12-20T21:18:51.973Z Compiling equivalent v1.0.1
4282024-12-20T21:18:51.998Z Compiling log v0.4.22
4292024-12-20T21:18:52.097Z Compiling errno v0.3.9
4302024-12-20T21:18:52.260Z Compiling syn v2.0.87
4312024-12-20T21:18:52.443Z Compiling plain v0.2.3
4322024-12-20T21:18:52.493Z Compiling camino v1.1.9
4332024-12-20T21:18:52.570Z Compiling thread-id v4.2.2
4342024-12-20T21:18:52.602Z Compiling utf8parse v0.2.2
4352024-12-20T21:18:52.779Z Compiling anstyle-parse v0.2.5
4362024-12-20T21:18:53.111Z Compiling indexmap v2.6.0
4372024-12-20T21:18:53.207Z Compiling pretty-hex v0.4.1
4382024-12-20T21:18:53.211Z Compiling winnow v0.6.20
4392024-12-20T21:18:53.258Z Compiling is_terminal_polyfill v1.70.1
4402024-12-20T21:18:53.397Z Compiling unicode-width v0.1.14
4412024-12-20T21:18:53.433Z Compiling anstyle-query v1.1.1
4422024-12-20T21:18:53.605Z Compiling semver v1.0.23
4432024-12-20T21:18:53.676Z Compiling anstyle v1.0.10
4442024-12-20T21:18:53.932Z Compiling colorchoice v1.0.2
4452024-12-20T21:18:54.097Z Compiling autocfg v1.4.0
4462024-12-20T21:18:54.141Z Compiling anstream v0.6.15
4472024-12-20T21:18:54.512Z Compiling strsim v0.11.1
4482024-12-20T21:18:54.548Z Compiling terminal_size v0.4.0
4492024-12-20T21:18:54.766Z Compiling bytecount v0.6.8
4502024-12-20T21:18:54.888Z Compiling heck v0.4.1
4512024-12-20T21:18:54.996Z Compiling heck v0.5.0
4522024-12-20T21:18:55.219Z Compiling fs-err v2.11.0
4532024-12-20T21:18:55.373Z Compiling anyhow v1.0.93
4542024-12-20T21:18:55.419Z Compiling clap_lex v0.7.2
4552024-12-20T21:18:55.530Z Compiling fnv v1.0.7
4562024-12-20T21:18:55.665Z Compiling cfg-if v1.0.0
4572024-12-20T21:18:55.759Z Compiling fastrand v2.1.1
4582024-12-20T21:18:55.782Z Compiling clap_builder v4.5.21
4592024-12-20T21:18:55.943Z Compiling papergrid v0.11.0
4602024-12-20T21:18:56.201Z Compiling tempfile v3.13.0
4612024-12-20T21:18:56.350Z Compiling memmap v0.7.0
4622024-12-20T21:18:56.458Z Compiling unicode-linebreak v0.1.5
4632024-12-20T21:18:56.697Z Compiling smawk v0.3.2
4642024-12-20T21:18:56.925Z Compiling textwrap v0.16.1
4652024-12-20T21:18:57.066Z Compiling swrite v0.1.0
4662024-12-20T21:18:58.308Z Compiling tabled_derive v0.7.0
4672024-12-20T21:18:59.882Z Compiling tabled v0.15.0
4682024-12-20T21:19:01.272Z Compiling serde_derive v1.0.215
4692024-12-20T21:19:01.275Z Compiling thiserror-impl v1.0.69
4702024-12-20T21:19:01.275Z Compiling zerocopy-derive v0.7.35
4712024-12-20T21:19:01.275Z Compiling scroll_derive v0.12.0
4722024-12-20T21:19:01.399Z Compiling clap_derive v4.5.18
4732024-12-20T21:19:02.567Z Compiling scroll v0.12.0
4742024-12-20T21:19:03.108Z Compiling goblin v0.8.2
4752024-12-20T21:19:03.645Z Compiling zerocopy v0.7.35
4762024-12-20T21:19:03.834Z Compiling pest v2.7.14
4772024-12-20T21:19:04.977Z Compiling clap v4.5.21
4782024-12-20T21:19:06.094Z Compiling pest_meta v2.7.14
4792024-12-20T21:19:06.927Z Compiling pest_generator v2.7.14
4802024-12-20T21:19:08.868Z Compiling pest_derive v2.7.14
4812024-12-20T21:19:09.499Z Compiling dtrace-parser v0.2.0
4822024-12-20T21:19:11.251Z Compiling toml_datetime v0.6.8
4832024-12-20T21:19:11.254Z Compiling serde_spanned v0.6.8
4842024-12-20T21:19:11.254Z Compiling cargo-platform v0.1.8
4852024-12-20T21:19:11.549Z Compiling macaddr v1.0.1
4862024-12-20T21:19:11.624Z Compiling toml_edit v0.22.22
4872024-12-20T21:19:11.870Z Compiling serde_tokenstream v0.2.2
4882024-12-20T21:19:11.992Z Compiling camino-tempfile v1.1.1
4892024-12-20T21:19:12.776Z Compiling dof v0.3.0
4902024-12-20T21:19:12.776Z Compiling cargo_metadata v0.18.1
4912024-12-20T21:19:14.465Z Compiling toml v0.8.19
4922024-12-20T21:19:14.984Z Compiling usdt-attr-macro v0.5.0
4932024-12-20T21:19:15.008Z Compiling usdt-macro v0.5.0
4942024-12-20T21:19:15.348Z Compiling cargo_toml v0.20.5
4952024-12-20T21:19:16.298Z Compiling usdt v0.5.0
4962024-12-20T21:19:18.895Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4972024-12-20T21:19:22.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.58s
4982024-12-20T21:19:23.246Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4992024-12-20T21:19:23.760Z Downloading crates ...
5002024-12-20T21:19:23.912Z Downloaded headers-core v0.3.0
5012024-12-20T21:19:23.914Z Downloaded ciborium-io v0.2.2
5022024-12-20T21:19:23.917Z Downloaded darling v0.20.10
5032024-12-20T21:19:23.924Z Downloaded http-body v1.0.1
5042024-12-20T21:19:23.931Z Downloaded atty v0.2.14
5052024-12-20T21:19:23.935Z Downloaded atomicwrites v0.4.4
5062024-12-20T21:19:23.937Z Downloaded cfg_aliases v0.2.1
5072024-12-20T21:19:23.937Z Downloaded instant v0.1.13
5082024-12-20T21:19:23.940Z Downloaded cfg_aliases v0.1.1
5092024-12-20T21:19:23.941Z Downloaded crucible-workspace-hack v0.1.0
5102024-12-20T21:19:23.944Z Downloaded icu_provider_macros v1.5.0
5112024-12-20T21:19:23.944Z Downloaded hubpack_derive v0.1.1
5122024-12-20T21:19:23.944Z Downloaded http-range v0.1.5
5132024-12-20T21:19:23.947Z Downloaded cstr-argument v0.1.2
5142024-12-20T21:19:23.950Z Downloaded async-stream-impl v0.3.6
5152024-12-20T21:19:23.952Z Downloaded is_ci v1.2.0
5162024-12-20T21:19:23.956Z Downloaded async-recursion v1.1.1
5172024-12-20T21:19:23.959Z Downloaded ident_case v1.0.1
5182024-12-20T21:19:23.959Z Downloaded arrayref v0.3.9
5192024-12-20T21:19:23.962Z Downloaded md5 v0.7.0
5202024-12-20T21:19:23.962Z Downloaded aead v0.5.2
5212024-12-20T21:19:23.965Z Downloaded assert_matches v1.5.0
5222024-12-20T21:19:23.965Z Downloaded crunchy v0.2.2
5232024-12-20T21:19:23.965Z Downloaded match_cfg v0.1.0
5242024-12-20T21:19:23.967Z Downloaded ascii-canvas v3.0.0
5252024-12-20T21:19:23.967Z Downloaded bit-set v0.5.3
5262024-12-20T21:19:23.970Z Downloaded hyper-tls v0.6.0
5272024-12-20T21:19:23.970Z Downloaded hubpack v0.1.2
5282024-12-20T21:19:23.973Z Downloaded httpdate v1.0.3
5292024-12-20T21:19:23.973Z Downloaded humantime v2.1.0
5302024-12-20T21:19:23.980Z Downloaded cipher v0.4.4
5312024-12-20T21:19:23.981Z Downloaded matches v0.1.10
5322024-12-20T21:19:23.981Z Downloaded hickory-client v0.24.1
5332024-12-20T21:19:23.983Z Downloaded http-body-util v0.1.2
5342024-12-20T21:19:23.983Z Downloaded hex-literal v0.4.1
5352024-12-20T21:19:23.983Z Downloaded linked-hash-map v0.5.6
5362024-12-20T21:19:23.987Z Downloaded atomic-waker v1.1.2
5372024-12-20T21:19:23.987Z Downloaded hex v0.4.3
5382024-12-20T21:19:23.991Z Downloaded heck v0.3.3
5392024-12-20T21:19:23.991Z Downloaded buf-list v1.0.3
5402024-12-20T21:19:23.993Z Downloaded indoc v1.0.9
5412024-12-20T21:19:23.997Z Downloaded cobs v0.2.3
5422024-12-20T21:19:23.997Z Downloaded mime v0.3.17
5432024-12-20T21:19:24.001Z Downloaded bitflags v1.3.2
5442024-12-20T21:19:24.004Z Downloaded memoffset v0.9.1
5452024-12-20T21:19:24.004Z Downloaded maplit v1.0.2
5462024-12-20T21:19:24.004Z Downloaded libsw v3.3.1
5472024-12-20T21:19:24.007Z Downloaded libefi-sys v0.1.0
5482024-12-20T21:19:24.007Z Downloaded keccak v0.1.5
5492024-12-20T21:19:24.009Z Downloaded internet-checksum v0.2.1
5502024-12-20T21:19:24.009Z Downloaded crossbeam-deque v0.8.5
5512024-12-20T21:19:24.012Z Downloaded impl-trait-for-tuples v0.2.2
5522024-12-20T21:19:24.016Z Downloaded maybe-uninit v2.0.0
5532024-12-20T21:19:24.018Z Downloaded ipnetwork v0.20.0
5542024-12-20T21:19:24.018Z Downloaded bb8 v0.8.5
5552024-12-20T21:19:24.019Z Downloaded is-terminal v0.4.13
5562024-12-20T21:19:24.021Z Downloaded iana-time-zone v0.1.61
5572024-12-20T21:19:24.026Z Downloaded cexpr v0.6.0
5582024-12-20T21:19:24.026Z Downloaded adler2 v2.0.0
5592024-12-20T21:19:24.034Z Downloaded hmac v0.12.1
5602024-12-20T21:19:24.034Z Downloaded md-5 v0.10.6
5612024-12-20T21:19:24.037Z Downloaded progenitor-client v0.8.0
5622024-12-20T21:19:24.037Z Downloaded hyper-rustls v0.27.3
5632024-12-20T21:19:24.037Z Downloaded httparse v1.9.5
5642024-12-20T21:19:24.037Z Downloaded addr2line v0.24.2
5652024-12-20T21:19:24.039Z Downloaded bitfield v0.14.0
5662024-12-20T21:19:24.042Z Downloaded rpassword v7.3.1
5672024-12-20T21:19:24.042Z Downloaded constant_time_eq v0.3.1
5682024-12-20T21:19:24.045Z Downloaded hyper-staticfile v0.10.1
5692024-12-20T21:19:24.045Z Downloaded lazycell v1.3.0
5702024-12-20T21:19:24.048Z Downloaded serde-big-array v0.5.1
5712024-12-20T21:19:24.048Z Downloaded libloading v0.8.5
5722024-12-20T21:19:24.053Z Downloaded managed v0.8.0
5732024-12-20T21:19:24.055Z Downloaded lock_api v0.4.12
5742024-12-20T21:19:24.055Z Downloaded lru v0.12.5
5752024-12-20T21:19:24.055Z Downloaded backoff v0.4.0
5762024-12-20T21:19:24.058Z Downloaded ipnet v2.10.1
5772024-12-20T21:19:24.060Z Downloaded memmap2 v0.9.5
5782024-12-20T21:19:24.063Z Downloaded kstat-rs v0.2.4
5792024-12-20T21:19:24.063Z Downloaded jobserver v0.1.32
5802024-12-20T21:19:24.066Z Downloaded icu_locid_transform v1.5.0
5812024-12-20T21:19:24.068Z Downloaded strip-ansi-escapes v0.2.0
5822024-12-20T21:19:24.073Z Downloaded lalrpop-util v0.19.12
5832024-12-20T21:19:24.073Z Downloaded bitfield-struct v0.6.2
5842024-12-20T21:19:24.074Z Downloaded bcs v0.1.6
5852024-12-20T21:19:24.079Z Downloaded cookie_store v0.21.0
5862024-12-20T21:19:24.079Z Downloaded quinn-udp v0.5.5
5872024-12-20T21:19:24.083Z Downloaded litemap v0.7.3
5882024-12-20T21:19:24.083Z Downloaded mime_guess v2.0.5
5892024-12-20T21:19:24.083Z Downloaded arc-swap v1.7.1
5902024-12-20T21:19:24.086Z Downloaded ahash v0.8.11
5912024-12-20T21:19:24.088Z Downloaded darling_macro v0.20.10
5922024-12-20T21:19:24.091Z Downloaded async-bb8-diesel v0.2.1
5932024-12-20T21:19:24.093Z Downloaded mirai-annotations v1.12.0
5942024-12-20T21:19:24.094Z Downloaded zone_cfg_derive v0.3.0
5952024-12-20T21:19:24.096Z Downloaded ciborium v0.2.2
5962024-12-20T21:19:24.099Z Downloaded scopeguard v1.2.0
5972024-12-20T21:19:24.099Z Downloaded string_cache v0.8.7
5982024-12-20T21:19:24.102Z Downloaded zerofrom v0.1.4
5992024-12-20T21:19:24.102Z Downloaded waitgroup v0.1.2
6002024-12-20T21:19:24.104Z Downloaded foreign-types v0.3.2
6012024-12-20T21:19:24.104Z Downloaded tls_codec_derive v0.4.1
6022024-12-20T21:19:24.107Z Downloaded static_assertions v1.1.0
6032024-12-20T21:19:24.107Z Downloaded newtype_derive v0.1.6
6042024-12-20T21:19:24.110Z Downloaded icu_normalizer v1.5.0
6052024-12-20T21:19:24.113Z Downloaded ref-cast-impl v1.0.23
6062024-12-20T21:19:24.113Z Downloaded ref-cast v1.0.23
6072024-12-20T21:19:24.117Z Downloaded indexmap v1.9.3
6082024-12-20T21:19:24.119Z Downloaded shell-words v1.1.0
6092024-12-20T21:19:24.122Z Downloaded serde-hex v0.1.0
6102024-12-20T21:19:24.122Z Downloaded icu_normalizer_data v1.5.0
6112024-12-20T21:19:24.126Z Downloaded icu_locid_transform_data v1.5.0
6122024-12-20T21:19:24.128Z Downloaded oso-derive v0.27.3
6132024-12-20T21:19:24.129Z Downloaded crossbeam-epoch v0.9.18
6142024-12-20T21:19:24.132Z Downloaded const_format_proc_macros v0.2.33
6152024-12-20T21:19:24.134Z Downloaded clang-sys v1.8.1
6162024-12-20T21:19:24.137Z Downloaded icu_locid v1.5.0
6172024-12-20T21:19:24.142Z Downloaded openssl-probe v0.1.5
6182024-12-20T21:19:24.144Z Downloaded crossbeam-utils v0.8.20
6192024-12-20T21:19:24.144Z Downloaded xz2 v0.1.7
6202024-12-20T21:19:24.147Z Downloaded thiserror-impl-no-std v2.0.2
6212024-12-20T21:19:24.149Z Downloaded thiserror-impl v2.0.3
6222024-12-20T21:19:24.149Z Downloaded thiserror v2.0.3
6232024-12-20T21:19:24.154Z Downloaded sigpipe v0.1.3
6242024-12-20T21:19:24.157Z Downloaded pretty-hex v0.2.1
6252024-12-20T21:19:24.157Z Downloaded unicode-xid v0.2.6
6262024-12-20T21:19:24.160Z Downloaded unarray v0.1.4
6272024-12-20T21:19:24.160Z Downloaded ed25519 v2.2.3
6282024-12-20T21:19:24.162Z Downloaded funty v2.0.0
6292024-12-20T21:19:24.165Z Downloaded rand_chacha v0.3.1
6302024-12-20T21:19:24.165Z Downloaded mockall v0.13.0
6312024-12-20T21:19:24.167Z Downloaded fragile v2.0.0
6322024-12-20T21:19:24.168Z Downloaded dyn-clone v1.0.17
6332024-12-20T21:19:24.170Z Downloaded icu_properties v1.5.1
6342024-12-20T21:19:24.173Z Downloaded dunce v1.0.5
6352024-12-20T21:19:24.176Z Downloaded zone v0.3.0
6362024-12-20T21:19:24.176Z Downloaded newtype-uuid v1.1.3
6372024-12-20T21:19:24.178Z Downloaded rustversion v1.0.17
6382024-12-20T21:19:24.181Z Downloaded glob v0.3.1
6392024-12-20T21:19:24.181Z Downloaded zone v0.1.8
6402024-12-20T21:19:24.183Z Downloaded zerovec-derive v0.10.3
6412024-12-20T21:19:24.183Z Downloaded indicatif v0.17.9
6422024-12-20T21:19:24.187Z Downloaded compact_str v0.8.0
6432024-12-20T21:19:24.191Z Downloaded num-derive v0.4.2
6442024-12-20T21:19:24.193Z Downloaded bytes v1.8.0
6452024-12-20T21:19:24.197Z Downloaded tokio-tungstenite v0.23.1
6462024-12-20T21:19:24.201Z Downloaded rustc-demangle v0.1.24
6472024-12-20T21:19:24.203Z Downloaded spki v0.7.3
6482024-12-20T21:19:24.203Z Downloaded diesel_table_macro_syntax v0.2.0
6492024-12-20T21:19:24.207Z Downloaded tower-service v0.3.3
6502024-12-20T21:19:24.207Z Downloaded tokio-tungstenite v0.24.0
6512024-12-20T21:19:24.210Z Downloaded spin v0.9.8
6522024-12-20T21:19:24.216Z Downloaded write16 v1.0.0
6532024-12-20T21:19:24.216Z Downloaded percent-encoding v2.3.1
6542024-12-20T21:19:24.216Z Downloaded rand_core v0.6.4
6552024-12-20T21:19:24.221Z Downloaded rand_seeder v0.3.0
6562024-12-20T21:19:24.221Z Downloaded pkg-config v0.3.31
6572024-12-20T21:19:24.221Z Downloaded path-slash v0.1.5
6582024-12-20T21:19:24.221Z Downloaded paste v1.0.15
6592024-12-20T21:19:24.224Z Downloaded predicates-tree v1.0.11
6602024-12-20T21:19:24.224Z Downloaded ghash v0.5.1
6612024-12-20T21:19:24.224Z Downloaded wait-timeout v0.2.0
6622024-12-20T21:19:24.229Z Downloaded smallvec v0.6.14
6632024-12-20T21:19:24.232Z Downloaded strum_macros v0.25.3
6642024-12-20T21:19:24.232Z Downloaded slog-scope v4.4.0
6652024-12-20T21:19:24.232Z Downloaded signature v2.2.0
6662024-12-20T21:19:24.235Z Downloaded signal-hook-tokio v0.3.1
6672024-12-20T21:19:24.235Z Downloaded term v0.7.0
6682024-12-20T21:19:24.237Z Downloaded newline-converter v0.3.0
6692024-12-20T21:19:24.241Z Downloaded hyper-util v0.1.10
6702024-12-20T21:19:24.244Z Downloaded rtoolbox v0.0.2
6712024-12-20T21:19:24.244Z Downloaded icu_collections v1.5.0
6722024-12-20T21:19:24.250Z Downloaded num-complex v0.4.6
6732024-12-20T21:19:24.253Z Downloaded fs_extra v1.3.0
6742024-12-20T21:19:24.255Z Downloaded tracing-attributes v0.1.27
6752024-12-20T21:19:24.258Z Downloaded tokio-native-tls v0.3.1
6762024-12-20T21:19:24.261Z Downloaded const_format v0.2.33
6772024-12-20T21:19:24.263Z Downloaded crypto-bigint v0.5.5
6782024-12-20T21:19:24.270Z Downloaded unicode-truncate v1.1.0
6792024-12-20T21:19:24.272Z Downloaded wyz v0.5.1
6802024-12-20T21:19:24.276Z Downloaded typify-macro v0.2.0
6812024-12-20T21:19:24.276Z Downloaded aes v0.8.4
6822024-12-20T21:19:24.279Z Downloaded thread_local v1.1.8
6832024-12-20T21:19:24.281Z Downloaded either v1.13.0
6842024-12-20T21:19:24.281Z Downloaded sync-ptr v0.1.1
6852024-12-20T21:19:24.284Z Downloaded zopfli v0.8.1
6862024-12-20T21:19:24.287Z Downloaded float-cmp v0.9.0
6872024-12-20T21:19:24.287Z Downloaded flagset v0.4.6
6882024-12-20T21:19:24.289Z Downloaded fixedbitset v0.4.2
6892024-12-20T21:19:24.289Z Downloaded futures-io v0.3.31
6902024-12-20T21:19:24.292Z Downloaded futures-executor v0.3.31
6912024-12-20T21:19:24.294Z Downloaded num_enum v0.5.11
6922024-12-20T21:19:24.298Z Downloaded smallvec v1.13.2
6932024-12-20T21:19:24.300Z Downloaded new_debug_unreachable v1.0.6
6942024-12-20T21:19:24.303Z Downloaded group v0.13.0
6952024-12-20T21:19:24.303Z Downloaded try-lock v0.2.5
6962024-12-20T21:19:24.313Z Downloaded dhcproto-macros v0.1.0
6972024-12-20T21:19:24.316Z Downloaded heapless v0.8.0
6982024-12-20T21:19:24.320Z Downloaded progenitor v0.8.0
6992024-12-20T21:19:24.324Z Downloaded samael v0.0.17
7002024-12-20T21:19:24.327Z Downloaded tokio-rustls v0.24.1
7012024-12-20T21:19:24.330Z Downloaded hickory-resolver v0.24.1
7022024-12-20T21:19:24.333Z Downloaded normalize-line-endings v0.3.0
7032024-12-20T21:19:24.337Z Downloaded structmeta v0.2.0
7042024-12-20T21:19:24.337Z Downloaded endian-type v0.1.2
7052024-12-20T21:19:24.337Z Downloaded vsss-rs v3.3.4
7062024-12-20T21:19:24.341Z Downloaded r2d2 v0.8.10
7072024-12-20T21:19:24.344Z Downloaded derive_builder v0.20.2
7082024-12-20T21:19:24.346Z Downloaded defmt-macros v0.3.9
7092024-12-20T21:19:24.359Z Downloaded primeorder v0.13.6
7102024-12-20T21:19:24.363Z Downloaded fatfs v0.3.6
7112024-12-20T21:19:24.363Z Downloaded supports-color v3.0.1
7122024-12-20T21:19:24.363Z Downloaded slog-envlogger v2.2.0
7132024-12-20T21:19:24.363Z Downloaded slog-dtrace v0.3.0
7142024-12-20T21:19:24.363Z Downloaded zip v0.6.6
7152024-12-20T21:19:24.363Z Downloaded slog-bunyan v2.5.0
7162024-12-20T21:19:24.366Z Downloaded slog-async v2.8.0
7172024-12-20T21:19:24.366Z Downloaded peg v0.8.4
7182024-12-20T21:19:24.369Z Downloaded env_filter v0.1.2
7192024-12-20T21:19:24.371Z Downloaded tls_codec v0.4.1
7202024-12-20T21:19:24.374Z Downloaded tracing v0.1.40
7212024-12-20T21:19:24.377Z Downloaded take_mut v0.2.2
7222024-12-20T21:19:24.380Z Downloaded sync_wrapper v1.0.1
7232024-12-20T21:19:24.380Z Downloaded packed_struct v0.10.1
7242024-12-20T21:19:24.382Z Downloaded password-hash v0.5.0
7252024-12-20T21:19:24.385Z Downloaded form_urlencoded v1.2.1
7262024-12-20T21:19:24.385Z Downloaded defmt-parser v0.3.4
7272024-12-20T21:19:24.388Z Downloaded rusty-fork v0.3.0
7282024-12-20T21:19:24.388Z Downloaded dropshot_endpoint v0.12.0
7292024-12-20T21:19:24.390Z Downloaded parse-display v0.10.0
7302024-12-20T21:19:24.393Z Downloaded pkcs8 v0.10.2
7312024-12-20T21:19:24.395Z Downloaded pkcs1 v0.7.5
7322024-12-20T21:19:24.398Z Downloaded foreign-types-shared v0.1.1
7332024-12-20T21:19:24.398Z Downloaded half v2.4.1
7342024-12-20T21:19:24.401Z Downloaded crossbeam-channel v0.5.13
7352024-12-20T21:19:24.405Z Downloaded tokio-tungstenite v0.21.0
7362024-12-20T21:19:24.408Z Downloaded enum-as-inner v0.6.1
7372024-12-20T21:19:24.411Z Downloaded enum-as-inner v0.5.1
7382024-12-20T21:19:24.411Z Downloaded downcast v0.11.0
7392024-12-20T21:19:24.415Z Downloaded libxml v0.3.3
7402024-12-20T21:19:24.418Z Downloaded opaque-debug v0.3.1
7412024-12-20T21:19:24.421Z Downloaded nodrop v0.1.14
7422024-12-20T21:19:24.421Z Downloaded hash32 v0.3.1
7432024-12-20T21:19:24.425Z Downloaded precomputed-hash v0.1.1
7442024-12-20T21:19:24.425Z Downloaded serde_urlencoded v0.7.1
7452024-12-20T21:19:24.428Z Downloaded serde_derive_internals v0.29.1
7462024-12-20T21:19:24.428Z Downloaded libm v0.2.8
7472024-12-20T21:19:24.434Z Downloaded ron v0.8.1
7482024-12-20T21:19:24.440Z Downloaded time-core v0.1.2
7492024-12-20T21:19:24.442Z Downloaded untrusted v0.9.0
7502024-12-20T21:19:24.447Z Downloaded sqlparser_derive v0.2.2
7512024-12-20T21:19:24.447Z Downloaded zeroize_derive v1.4.2
7522024-12-20T21:19:24.447Z Downloaded parking_lot_core v0.9.10
7532024-12-20T21:19:24.447Z Downloaded yasna v0.5.2
7542024-12-20T21:19:24.450Z Downloaded ed25519-dalek v2.1.1
7552024-12-20T21:19:24.454Z Downloaded yoke v0.7.4
7562024-12-20T21:19:24.458Z Downloaded openssl-sys v0.9.103
7572024-12-20T21:19:24.470Z Downloaded futures-macro v0.3.31
7582024-12-20T21:19:24.470Z Downloaded futures-core v0.3.31
7592024-12-20T21:19:24.470Z Downloaded predicates v3.1.2
7602024-12-20T21:19:24.476Z Downloaded want v0.3.1
7612024-12-20T21:19:24.476Z Downloaded unicode-properties v0.1.3
7622024-12-20T21:19:24.476Z Downloaded time-macros v0.2.18
7632024-12-20T21:19:24.476Z Downloaded num-integer v0.1.46
7642024-12-20T21:19:24.479Z Downloaded untrusted v0.7.1
7652024-12-20T21:19:24.479Z Downloaded bumpalo v3.16.0
7662024-12-20T21:19:24.479Z Downloaded tokio-postgres v0.7.12
7672024-12-20T21:19:24.486Z Downloaded peg-runtime v0.8.3
7682024-12-20T21:19:24.491Z Downloaded fallible-iterator v0.3.0
7692024-12-20T21:19:24.491Z Downloaded ssh-encoding v0.2.0
7702024-12-20T21:19:24.491Z Downloaded pkcs5 v0.7.1
7712024-12-20T21:19:24.495Z Downloaded foreign-types-macros v0.2.3
7722024-12-20T21:19:24.495Z Downloaded phf v0.11.2
7732024-12-20T21:19:24.495Z Downloaded diesel_derives v2.2.3
7742024-12-20T21:19:24.498Z Downloaded rsa v0.9.6
7752024-12-20T21:19:24.502Z Downloaded tiny-keccak v2.0.2
7762024-12-20T21:19:24.505Z Downloaded des v0.8.1
7772024-12-20T21:19:24.508Z Downloaded synstructure v0.13.1
7782024-12-20T21:19:24.511Z Downloaded thiserror-no-std v2.0.2
7792024-12-20T21:19:24.514Z Downloaded ssh-cipher v0.2.0
7802024-12-20T21:19:24.514Z Downloaded termtree v0.4.1
7812024-12-20T21:19:24.516Z Downloaded fd-lock v4.0.2
7822024-12-20T21:19:24.519Z Downloaded siphasher v0.3.11
7832024-12-20T21:19:24.519Z Downloaded pin-project v1.1.6
7842024-12-20T21:19:24.529Z Downloaded fxhash v0.2.1
7852024-12-20T21:19:24.532Z Downloaded itertools v0.13.0
7862024-12-20T21:19:24.538Z Downloaded num_enum_derive v0.5.11
7872024-12-20T21:19:24.541Z Downloaded ff v0.13.0
7882024-12-20T21:19:24.544Z Downloaded whoami v1.5.2
7892024-12-20T21:19:24.544Z Downloaded tinyvec_macros v0.1.1
7902024-12-20T21:19:24.544Z Downloaded which v4.4.2
7912024-12-20T21:19:24.547Z Downloaded zerofrom-derive v0.1.4
7922024-12-20T21:19:24.547Z Downloaded embedded-io v0.4.0
7932024-12-20T21:19:24.549Z Downloaded tokio-stream v0.1.16
7942024-12-20T21:19:24.554Z Downloaded tap v1.0.1
7952024-12-20T21:19:24.557Z Downloaded parse-size v1.1.0
7962024-12-20T21:19:24.557Z Downloaded phf_codegen v0.11.2
7972024-12-20T21:19:24.557Z Downloaded fallible-iterator v0.2.0
7982024-12-20T21:19:24.561Z Downloaded rustls-pemfile v2.2.0
7992024-12-20T21:19:24.565Z Downloaded rand_xorshift v0.3.0
8002024-12-20T21:19:24.566Z Downloaded signal-hook-registry v1.4.2
8012024-12-20T21:19:24.566Z Downloaded signal-hook-mio v0.2.4
8022024-12-20T21:19:24.566Z Downloaded postcard v1.0.10
8032024-12-20T21:19:24.570Z Downloaded fallible-streaming-iterator v0.1.9
8042024-12-20T21:19:24.570Z Downloaded dhcproto v0.12.0
8052024-12-20T21:19:24.573Z Downloaded aes-gcm v0.10.3
8062024-12-20T21:19:24.576Z Downloaded x509-cert v0.2.5
8072024-12-20T21:19:24.580Z Downloaded data-encoding v2.6.0
8082024-12-20T21:19:24.584Z Downloaded utf8_iter v1.0.4
8092024-12-20T21:19:24.584Z Downloaded tinystr v0.7.6
8102024-12-20T21:19:24.587Z Downloaded idna v1.0.3
8112024-12-20T21:19:24.590Z Downloaded futures-sink v0.3.31
8122024-12-20T21:19:24.593Z Downloaded debug-ignore v1.0.5
8132024-12-20T21:19:24.593Z Downloaded pin-utils v0.1.0
8142024-12-20T21:19:24.593Z Downloaded futures-task v0.3.31
8152024-12-20T21:19:24.596Z Downloaded termios v0.3.3
8162024-12-20T21:19:24.598Z Downloaded spin v0.5.2
8172024-12-20T21:19:24.598Z Downloaded hkdf v0.12.4
8182024-12-20T21:19:24.601Z Downloaded same-file v1.0.6
8192024-12-20T21:19:24.601Z Downloaded pem v3.0.4
8202024-12-20T21:19:24.604Z Downloaded globset v0.4.15
8212024-12-20T21:19:24.607Z Downloaded omicron-zone-package v0.11.1
8222024-12-20T21:19:24.612Z Downloaded quick-error v1.2.3
8232024-12-20T21:19:24.612Z Downloaded unicode-bidi v0.3.17
8242024-12-20T21:19:24.617Z Downloaded zeroize v1.8.1
8252024-12-20T21:19:24.617Z Downloaded structmeta-derive v0.3.0
8262024-12-20T21:19:24.617Z Downloaded ena v0.14.3
8272024-12-20T21:19:24.619Z Downloaded num-iter v0.1.45
8282024-12-20T21:19:24.619Z Downloaded nanorand v0.7.0
8292024-12-20T21:19:24.619Z Downloaded num v0.4.3
8302024-12-20T21:19:24.622Z Downloaded multimap v0.10.0
8312024-12-20T21:19:24.622Z Downloaded toml v0.7.8
8322024-12-20T21:19:24.626Z Downloaded embedded-io v0.6.1
8332024-12-20T21:19:24.629Z Downloaded derive_more v0.99.18
8342024-12-20T21:19:24.633Z Downloaded predicates-core v1.0.8
8352024-12-20T21:19:24.633Z Downloaded futures v0.3.31
8362024-12-20T21:19:24.638Z Downloaded slog-json v2.6.1
8372024-12-20T21:19:24.642Z Downloaded rustc_version v0.4.1
8382024-12-20T21:19:24.647Z Downloaded deranged v0.3.11
8392024-12-20T21:19:24.647Z Downloaded parking_lot_core v0.8.6
8402024-12-20T21:19:24.647Z Downloaded subtle v2.6.1
8412024-12-20T21:19:24.651Z Downloaded float-ord v0.3.2
8422024-12-20T21:19:24.651Z Downloaded salsa20 v0.10.2
8432024-12-20T21:19:24.651Z Downloaded russh v0.45.0
8442024-12-20T21:19:24.654Z Downloaded openssl-macros v0.1.1
8452024-12-20T21:19:24.657Z Downloaded russh-cryptovec v0.7.3
8462024-12-20T21:19:24.657Z Downloaded difflib v0.4.0
8472024-12-20T21:19:24.657Z Downloaded toolchain_find v0.4.0
8482024-12-20T21:19:24.657Z Downloaded unicode-segmentation v1.12.0
8492024-12-20T21:19:24.662Z Downloaded sqlformat v0.2.6
8502024-12-20T21:19:24.665Z Downloaded sha1 v0.10.6
8512024-12-20T21:19:24.665Z Downloaded packed_struct_codegen v0.10.1
8522024-12-20T21:19:24.668Z Downloaded unicase v2.7.0
8532024-12-20T21:19:24.668Z Downloaded test-strategy v0.3.1
8542024-12-20T21:19:24.670Z Downloaded getrandom v0.2.15
8552024-12-20T21:19:24.679Z Downloaded num-bigint-dig v0.8.4
8562024-12-20T21:19:24.683Z Downloaded derive_builder_macro v0.20.2
8572024-12-20T21:19:24.683Z Downloaded nu-ansi-term v0.50.1
8582024-12-20T21:19:24.683Z Downloaded rustls-pki-types v1.10.0
8592024-12-20T21:19:24.685Z Downloaded structmeta-derive v0.2.0
8602024-12-20T21:19:24.688Z Downloaded dirs-sys-next v0.1.2
8612024-12-20T21:19:24.688Z Downloaded url v2.5.3
8622024-12-20T21:19:24.690Z Downloaded vte v0.11.1
8632024-12-20T21:19:24.693Z Downloaded hashbrown v0.12.3
8642024-12-20T21:19:24.696Z Downloaded hashbrown v0.13.2
8652024-12-20T21:19:24.700Z Downloaded parse-display-derive v0.10.0
8662024-12-20T21:19:24.703Z Downloaded publicsuffix v2.2.3
8672024-12-20T21:19:24.706Z Downloaded strum_macros v0.26.4
8682024-12-20T21:19:24.708Z Downloaded password-hash v0.4.2
8692024-12-20T21:19:24.708Z Downloaded ppv-lite86 v0.2.20
8702024-12-20T21:19:24.711Z Downloaded aho-corasick v1.1.3
8712024-12-20T21:19:24.716Z Downloaded smf v0.2.3
8722024-12-20T21:19:24.720Z Downloaded dirs-next v2.0.0
8732024-12-20T21:19:24.720Z Downloaded structmeta v0.3.0
8742024-12-20T21:19:24.724Z Downloaded display-error-chain v0.2.2
8752024-12-20T21:19:24.724Z Downloaded gethostname v0.5.0
8762024-12-20T21:19:24.724Z Downloaded native-tls v0.2.12
8772024-12-20T21:19:24.730Z Downloaded socket2 v0.5.7
8782024-12-20T21:19:24.730Z Downloaded topological-sort v0.2.2
8792024-12-20T21:19:24.730Z Downloaded postgres-types v0.2.8
8802024-12-20T21:19:24.737Z Downloaded phf_shared v0.10.0
8812024-12-20T21:19:24.737Z Downloaded tinyvec v1.8.0
8822024-12-20T21:19:24.737Z Downloaded parking_lot v0.11.2
8832024-12-20T21:19:24.741Z Downloaded rustfmt-wrapper v0.2.1
8842024-12-20T21:19:24.741Z Downloaded rustc_version v0.1.7
8852024-12-20T21:19:24.741Z Downloaded env_logger v0.10.2
8862024-12-20T21:19:24.741Z Downloaded rustc-hash v2.0.0
8872024-12-20T21:19:24.745Z Downloaded diff v0.1.13
8882024-12-20T21:19:24.750Z Downloaded rayon-core v1.12.1
8892024-12-20T21:19:24.755Z Downloaded rfc6979 v0.4.0
8902024-12-20T21:19:24.756Z Downloaded progenitor-macro v0.8.0
8912024-12-20T21:19:24.756Z Downloaded phf_shared v0.11.2
8922024-12-20T21:19:24.756Z Downloaded time v0.3.36
8932024-12-20T21:19:24.759Z Downloaded tokio-macros v2.4.0
8942024-12-20T21:19:24.767Z Downloaded simd-adler32 v0.3.7
8952024-12-20T21:19:24.767Z Downloaded tokio-util v0.7.12
8962024-12-20T21:19:24.772Z Downloaded stable_deref_trait v1.2.0
8972024-12-20T21:19:24.772Z Downloaded value-bag v1.9.0
8982024-12-20T21:19:24.780Z Downloaded hashlink v0.9.1
8992024-12-20T21:19:24.780Z Downloaded uzers v0.12.1
9002024-12-20T21:19:24.780Z Downloaded tungstenite v0.24.0
9012024-12-20T21:19:24.784Z Downloaded phf_generator v0.11.2
9022024-12-20T21:19:24.784Z Downloaded diesel-dtrace v0.4.2
9032024-12-20T21:19:24.784Z Downloaded num-traits v0.2.19
9042024-12-20T21:19:24.787Z Downloaded foldhash v0.1.3
9052024-12-20T21:19:24.787Z Downloaded polyval v0.6.2
9062024-12-20T21:19:24.787Z Downloaded slab v0.4.9
9072024-12-20T21:19:24.789Z Downloaded progenitor-impl v0.8.0
9082024-12-20T21:19:24.789Z Downloaded subprocess v0.2.9
9092024-12-20T21:19:24.792Z Downloaded filetime v0.2.25
9102024-12-20T21:19:24.795Z Downloaded typify v0.2.0
9112024-12-20T21:19:24.798Z Downloaded multer v3.1.0
9122024-12-20T21:19:24.801Z Downloaded quinn v0.11.5
9132024-12-20T21:19:24.805Z Downloaded tar v0.4.42
9142024-12-20T21:19:24.810Z Downloaded schemars v0.8.21
9152024-12-20T21:19:24.816Z Downloaded tui-tree-widget v0.22.0
9162024-12-20T21:19:24.819Z Downloaded snafu-derive v0.8.5
9172024-12-20T21:19:24.824Z Downloaded powerfmt v0.2.0
9182024-12-20T21:19:24.824Z Downloaded peg-macros v0.8.4
9192024-12-20T21:19:24.827Z Downloaded parking_lot v0.12.3
9202024-12-20T21:19:24.827Z Downloaded rcgen v0.12.1
9212024-12-20T21:19:24.829Z Downloaded env_logger v0.11.5
9222024-12-20T21:19:24.829Z Downloaded icu_properties_data v1.5.0
9232024-12-20T21:19:24.840Z Downloaded tokio-rustls v0.25.0
9242024-12-20T21:19:24.844Z Downloaded blake3 v1.5.4
9252024-12-20T21:19:24.851Z Downloaded similar v2.6.0
9262024-12-20T21:19:24.854Z Downloaded postgres-protocol v0.6.7
9272024-12-20T21:19:24.857Z Downloaded rusqlite v0.32.1
9282024-12-20T21:19:24.862Z Downloaded rand v0.8.5
9292024-12-20T21:19:24.865Z Downloaded owo-colors v4.1.0
9302024-12-20T21:19:24.868Z Downloaded lalrpop v0.19.12
9312024-12-20T21:19:24.879Z Downloaded zerocopy v0.6.6
9322024-12-20T21:19:24.881Z Downloaded derive_builder_core v0.20.2
9332024-12-20T21:19:24.885Z Downloaded signal-hook v0.3.17
9342024-12-20T21:19:24.887Z Downloaded typed-path v0.9.3
9352024-12-20T21:19:24.894Z Downloaded der_derive v0.7.3
9362024-12-20T21:19:24.901Z Downloaded tokio-rustls v0.26.0
9372024-12-20T21:19:24.901Z Downloaded flume v0.11.1
9382024-12-20T21:19:24.906Z Downloaded headers v0.4.0
9392024-12-20T21:19:24.910Z Downloaded mio v1.0.2
9402024-12-20T21:19:24.913Z Downloaded tungstenite v0.23.0
9412024-12-20T21:19:24.916Z Downloaded elliptic-curve v0.13.8
9422024-12-20T21:19:24.920Z Downloaded zerovec v0.10.4
9432024-12-20T21:19:24.923Z Downloaded miniz_oxide v0.8.0
9442024-12-20T21:19:24.927Z Downloaded uuid v1.11.0
9452024-12-20T21:19:24.932Z Downloaded der v0.7.9
9462024-12-20T21:19:24.935Z Downloaded parse-zoneinfo v0.3.1
9472024-12-20T21:19:24.937Z Downloaded bindgen v0.69.5
9482024-12-20T21:19:24.943Z Downloaded git2 v0.19.0
9492024-12-20T21:19:24.951Z Downloaded idna v0.5.0
9502024-12-20T21:19:24.958Z Downloaded idna v0.4.0
9512024-12-20T21:19:24.965Z Downloaded h2 v0.4.6
9522024-12-20T21:19:24.971Z Downloaded reedline v0.35.0
9532024-12-20T21:19:24.981Z Downloaded rustls-webpki v0.101.7
9542024-12-20T21:19:24.991Z Downloaded idna v0.3.0
9552024-12-20T21:19:24.998Z Downloaded idna v0.2.3
9562024-12-20T21:19:25.004Z Downloaded quick-xml v0.33.0
9572024-12-20T21:19:25.011Z Downloaded futures-util v0.3.31
9582024-12-20T21:19:25.022Z Downloaded portable-atomic v1.9.0
9592024-12-20T21:19:25.029Z Downloaded zerocopy-derive v0.8.10
9602024-12-20T21:19:25.035Z Downloaded chrono v0.4.38
9612024-12-20T21:19:25.042Z Downloaded smoltcp v0.9.1
9622024-12-20T21:19:25.052Z Downloaded serde_with v3.11.0
9632024-12-20T21:19:25.060Z Downloaded expectorate v1.1.0
9642024-12-20T21:19:25.063Z Downloaded polar-core v0.27.3
9652024-12-20T21:19:25.071Z Downloaded bitvec v1.0.1
9662024-12-20T21:19:25.086Z Downloaded reqwest v0.12.9
9672024-12-20T21:19:25.094Z Downloaded regex-syntax v0.6.29
9682024-12-20T21:19:25.101Z Downloaded tough v0.19.0
9692024-12-20T21:19:25.109Z Downloaded winnow v0.5.40
9702024-12-20T21:19:25.117Z Downloaded object v0.30.4
9712024-12-20T21:19:25.127Z Downloaded zerocopy v0.8.10
9722024-12-20T21:19:25.150Z Downloaded sqlparser v0.45.0
9732024-12-20T21:19:25.155Z Downloaded rustls v0.21.12
9742024-12-20T21:19:25.166Z Downloaded p384 v0.13.0
9752024-12-20T21:19:25.172Z Downloaded rustls v0.23.19
9762024-12-20T21:19:25.183Z Downloaded smoltcp v0.11.0
9772024-12-20T21:19:25.195Z Downloaded openssl v0.10.66
9782024-12-20T21:19:25.204Z Downloaded salty v0.3.0
9792024-12-20T21:19:25.214Z Downloaded proptest v1.5.0
9802024-12-20T21:19:25.219Z Downloaded rustls v0.22.4
9812024-12-20T21:19:25.232Z Downloaded regress v0.9.1
9822024-12-20T21:19:25.240Z Downloaded petname v2.0.2
9832024-12-20T21:19:25.245Z Downloaded regex v1.11.1
9842024-12-20T21:19:25.257Z Downloaded diesel v2.2.6
9852024-12-20T21:19:25.277Z Downloaded openapiv3 v2.0.0
9862024-12-20T21:19:25.287Z Downloaded gimli v0.31.1
9872024-12-20T21:19:25.295Z Downloaded curve25519-dalek v4.1.3
9882024-12-20T21:19:25.304Z Downloaded vcpkg v0.2.15
9892024-12-20T21:19:25.340Z Downloaded typify-impl v0.2.0
9902024-12-20T21:19:25.355Z Downloaded ratatui v0.28.1
9912024-12-20T21:19:25.374Z Downloaded bstr v1.10.0
9922024-12-20T21:19:25.386Z Downloaded nix v0.28.0
9932024-12-20T21:19:25.395Z Downloaded dropshot v0.13.0
9942024-12-20T21:19:25.414Z Downloaded nix v0.29.0
9952024-12-20T21:19:25.425Z Downloaded object v0.36.5
9962024-12-20T21:19:25.437Z Downloaded dropshot v0.12.0
9972024-12-20T21:19:25.456Z Downloaded trust-dns-proto v0.22.0
9982024-12-20T21:19:25.467Z Downloaded regress v0.10.1
9992024-12-20T21:19:25.475Z Downloaded regex-syntax v0.8.5
10002024-12-20T21:19:25.484Z Downloaded lzma-sys v0.1.20
10012024-12-20T21:19:25.511Z Downloaded webpki-roots v0.26.6
10022024-12-20T21:19:25.516Z Downloaded libz-sys v1.1.20
10032024-12-20T21:19:25.535Z Downloaded tokio v1.40.0
10042024-12-20T21:19:25.570Z Downloaded nix v0.27.1
10052024-12-20T21:19:25.580Z Downloaded chrono-tz v0.10.0
10062024-12-20T21:19:25.588Z Downloaded unicode-width v0.2.0
10072024-12-20T21:19:25.593Z Downloaded radix_trie v0.2.1
10082024-12-20T21:19:25.598Z Downloaded hickory-proto v0.24.1
10092024-12-20T21:19:25.612Z Downloaded hashbrown v0.14.5
10102024-12-20T21:19:25.617Z Downloaded rustyline v14.0.0
10112024-12-20T21:19:25.622Z Downloaded rustls-webpki v0.102.8
10122024-12-20T21:19:25.638Z Downloaded tracing-core v0.1.32
10132024-12-20T21:19:25.641Z Downloaded sled v0.34.7
10142024-12-20T21:19:25.651Z Downloaded bzip2-sys v0.1.11+1.0.8
10152024-12-20T21:19:25.662Z Downloaded unicode-normalization v0.1.24
10162024-12-20T21:19:25.666Z Downloaded quinn-proto v0.11.8
10172024-12-20T21:19:25.672Z Downloaded p521 v0.13.3
10182024-12-20T21:19:25.675Z Downloaded rayon v1.10.0
10192024-12-20T21:19:25.684Z Downloaded pin-project-internal v1.1.6
10202024-12-20T21:19:25.686Z Downloaded nom v7.1.3
10212024-12-20T21:19:25.691Z Downloaded mockall_derive v0.13.0
10222024-12-20T21:19:25.693Z Downloaded num-rational v0.4.2
10232024-12-20T21:19:25.694Z Downloaded serde_with_macros v3.11.0
10242024-12-20T21:19:25.696Z Downloaded regex-automata v0.4.8
10252024-12-20T21:19:25.713Z Downloaded snafu v0.8.5
10262024-12-20T21:19:25.717Z Downloaded serde_yaml v0.9.34+deprecated
10272024-12-20T21:19:25.729Z Downloaded p256 v0.13.2
10282024-12-20T21:19:25.729Z Downloaded zerocopy-derive v0.6.6
10292024-12-20T21:19:25.732Z Downloaded toml_edit v0.19.15
10302024-12-20T21:19:25.749Z Downloaded petgraph v0.6.5
10312024-12-20T21:19:25.763Z Downloaded ssh-key v0.6.6
10322024-12-20T21:19:25.770Z Downloaded aws-lc-rs v1.10.0
10332024-12-20T21:19:25.779Z Downloaded futures-channel v0.3.31
10342024-12-20T21:19:25.782Z Downloaded flate2 v1.0.34
10352024-12-20T21:19:25.785Z Downloaded itertools v0.12.1
10362024-12-20T21:19:25.791Z Downloaded crossterm v0.28.1
10372024-12-20T21:19:25.796Z Downloaded sha3 v0.10.8
10382024-12-20T21:19:25.801Z Downloaded num-bigint v0.4.6
10392024-12-20T21:19:25.805Z Downloaded csv v1.3.0
10402024-12-20T21:19:25.826Z Downloaded hyper v1.5.0
10412024-12-20T21:19:25.831Z Downloaded defmt v0.3.8
10422024-12-20T21:19:25.833Z Downloaded zip v2.1.3
10432024-12-20T21:19:25.838Z Downloaded foreign-types v0.5.0
10442024-12-20T21:19:25.842Z Downloaded pem-rfc7468 v0.7.0
10452024-12-20T21:19:25.842Z Downloaded utf16_iter v1.0.5
10462024-12-20T21:19:25.844Z Downloaded utf-8 v0.7.6
10472024-12-20T21:19:25.844Z Downloaded tabwriter v1.4.0
10482024-12-20T21:19:25.844Z Downloaded schemars_derive v0.8.21
10492024-12-20T21:19:25.847Z Downloaded scheduled-thread-pool v0.2.7
10502024-12-20T21:19:25.847Z Downloaded psl-types v2.0.11
10512024-12-20T21:19:25.847Z Downloaded ron v0.7.1
10522024-12-20T21:19:25.851Z Downloaded unicode_categories v0.1.1
10532024-12-20T21:19:25.853Z Downloaded dropshot_endpoint v0.13.0
10542024-12-20T21:19:25.857Z Downloaded scrypt v0.11.0
10552024-12-20T21:19:25.859Z Downloaded rustls-pemfile v1.0.4
10562024-12-20T21:19:25.859Z Downloaded displaydoc v0.2.5
10572024-12-20T21:19:25.862Z Downloaded tungstenite v0.21.0
10582024-12-20T21:19:25.865Z Downloaded number_prefix v0.4.0
10592024-12-20T21:19:25.865Z Downloaded num_threads v0.1.7
10602024-12-20T21:19:25.868Z Downloaded walkdir v2.5.0
10612024-12-20T21:19:25.868Z Downloaded steno v0.4.1
10622024-12-20T21:19:25.871Z Downloaded itertools v0.10.5
10632024-12-20T21:19:25.877Z Downloaded derive-where v1.2.7
10642024-12-20T21:19:25.880Z Downloaded vergen v8.3.2
10652024-12-20T21:19:25.883Z Downloaded serde_path_to_error v0.1.16
10662024-12-20T21:19:25.885Z Downloaded sct v0.7.1
10672024-12-20T21:19:25.888Z Downloaded poly1305 v0.8.0
10682024-12-20T21:19:25.891Z Downloaded darling_core v0.20.10
10692024-12-20T21:19:25.893Z Downloaded writeable v0.5.5
10702024-12-20T21:19:25.897Z Downloaded serde_repr v0.1.19
10712024-12-20T21:19:25.899Z Downloaded serde_plain v1.0.2
10722024-12-20T21:19:25.899Z Downloaded libgit2-sys v0.17.0+1.8.1
10732024-12-20T21:19:25.953Z Downloaded unsafe-libyaml v0.2.11
10742024-12-20T21:19:25.956Z Downloaded foreign-types-shared v0.3.1
10752024-12-20T21:19:25.959Z Downloaded radium v0.7.0
10762024-12-20T21:19:25.959Z Downloaded qorb v0.2.1
10772024-12-20T21:19:25.963Z Downloaded cc v1.1.30
10782024-12-20T21:19:25.966Z Downloaded proc-macro-crate v1.3.1
10792024-12-20T21:19:25.966Z Downloaded pbkdf2 v0.12.2
10802024-12-20T21:19:25.968Z Downloaded pbkdf2 v0.11.0
10812024-12-20T21:19:25.971Z Downloaded termcolor v1.4.1
10822024-12-20T21:19:25.971Z Downloaded yoke-derive v0.7.4
10832024-12-20T21:19:25.971Z Downloaded olpc-cjson v0.1.4
10842024-12-20T21:19:25.973Z Downloaded oso v0.27.3
10852024-12-20T21:19:25.976Z Downloaded minimal-lexical v0.2.1
10862024-12-20T21:19:25.979Z Downloaded base64 v0.22.1
10872024-12-20T21:19:25.984Z Downloaded nibble_vec v0.1.0
10882024-12-20T21:19:25.987Z Downloaded slog-term v2.9.1
10892024-12-20T21:19:25.987Z Downloaded hash32 v0.2.1
10902024-12-20T21:19:25.987Z Downloaded russh-keys v0.45.0
10912024-12-20T21:19:25.991Z Downloaded hickory-server v0.24.1
10922024-12-20T21:19:25.994Z Downloaded allocator-api2 v0.2.18
10932024-12-20T21:19:25.997Z Downloaded chacha20poly1305 v0.10.1
10942024-12-20T21:19:25.999Z Downloaded backtrace v0.3.74
10952024-12-20T21:19:26.003Z Downloaded dsl_auto_type v0.1.2
10962024-12-20T21:19:26.005Z Downloaded pin-project-lite v0.2.14
10972024-12-20T21:19:26.009Z Downloaded prettyplease v0.2.25
10982024-12-20T21:19:26.012Z Downloaded http v1.1.0
10992024-12-20T21:19:26.015Z Downloaded base64 v0.21.7
11002024-12-20T21:19:26.020Z Downloaded base64 v0.13.1
11012024-12-20T21:19:26.023Z Downloaded slog v2.7.0
11022024-12-20T21:19:26.026Z Downloaded strum_macros v0.24.3
11032024-12-20T21:19:26.026Z Downloaded strum v0.26.3
11042024-12-20T21:19:26.029Z Downloaded secrecy v0.8.0
11052024-12-20T21:19:26.029Z Downloaded sec1 v0.7.3
11062024-12-20T21:19:26.029Z Downloaded heapless v0.7.17
11072024-12-20T21:19:26.033Z Downloaded ecdsa v0.16.9
11082024-12-20T21:19:26.035Z Downloaded slog-stdlog v4.1.1
11092024-12-20T21:19:26.038Z Downloaded xattr v1.3.1
11102024-12-20T21:19:26.038Z Downloaded universal-hash v0.5.1
11112024-12-20T21:19:26.041Z Downloaded twox-hash v1.6.3
11122024-12-20T21:19:26.041Z Downloaded cookie v0.18.1
11132024-12-20T21:19:26.044Z Downloaded arrayvec v0.7.6
11142024-12-20T21:19:26.044Z Downloaded cancel-safe-futures v0.1.5
11152024-12-20T21:19:26.049Z Downloaded encoding_rs v0.8.34
11162024-12-20T21:19:26.067Z Downloaded num-conv v0.1.0
11172024-12-20T21:19:26.069Z Downloaded const-oid v0.9.6
11182024-12-20T21:19:26.074Z Downloaded blake2 v0.10.6
11192024-12-20T21:19:26.074Z Downloaded semver v0.1.20
11202024-12-20T21:19:26.077Z Downloaded icu_provider v1.5.0
11212024-12-20T21:19:26.077Z Downloaded crc-any v2.5.0
11222024-12-20T21:19:26.079Z Downloaded vte_generate_state_changes v0.1.2
11232024-12-20T21:19:26.079Z Downloaded stringprep v0.1.5
11242024-12-20T21:19:26.079Z Downloaded shlex v1.3.0
11252024-12-20T21:19:26.082Z Downloaded rustc-hash v1.1.0
11262024-12-20T21:19:26.082Z Downloaded resolv-conf v0.7.0
11272024-12-20T21:19:26.085Z Downloaded zone_cfg_derive v0.1.2
11282024-12-20T21:19:26.085Z Downloaded bzip2 v0.4.4
11292024-12-20T21:19:26.085Z Downloaded async-trait v0.1.83
11302024-12-20T21:19:26.088Z Downloaded indent_write v2.2.0
11312024-12-20T21:19:26.091Z Downloaded csv-core v0.1.11
11322024-12-20T21:19:26.091Z Downloaded crc32fast v1.4.2
11332024-12-20T21:19:26.094Z Downloaded console v0.15.8
11342024-12-20T21:19:26.094Z Downloaded bcrypt-pbkdf v0.10.0
11352024-12-20T21:19:26.097Z Downloaded base64ct v1.6.0
11362024-12-20T21:19:26.100Z Downloaded argon2 v0.5.3
11372024-12-20T21:19:26.100Z Downloaded lazy_static v1.5.0
11382024-12-20T21:19:26.104Z Downloaded highway v1.2.0
11392024-12-20T21:19:26.104Z Downloaded array-init v0.0.4
11402024-12-20T21:19:26.104Z Downloaded lockfree-object-pool v0.1.6
11412024-12-20T21:19:26.106Z Downloaded curve25519-dalek-derive v0.1.1
11422024-12-20T21:19:26.106Z Downloaded ctr v0.9.2
11432024-12-20T21:19:26.109Z Downloaded async-stream v0.3.6
11442024-12-20T21:19:26.109Z Downloaded instability v0.3.2
11452024-12-20T21:19:26.112Z Downloaded cmake v0.1.51
11462024-12-20T21:19:26.112Z Downloaded castaway v0.2.3
11472024-12-20T21:19:26.113Z Downloaded convert_case v0.4.0
11482024-12-20T21:19:26.116Z Downloaded chacha20 v0.9.1
11492024-12-20T21:19:26.117Z Downloaded linear-map v1.2.0
11502024-12-20T21:19:26.117Z Downloaded inout v0.1.3
11512024-12-20T21:19:26.120Z Downloaded idna_adapter v1.2.0
11522024-12-20T21:19:26.120Z Downloaded crc-catalog v2.4.0
11532024-12-20T21:19:26.120Z Downloaded crc v3.2.1
11542024-12-20T21:19:26.123Z Downloaded ciborium-ll v0.2.2
11552024-12-20T21:19:26.123Z Downloaded chrono-tz-build v0.4.0
11562024-12-20T21:19:26.123Z Downloaded blowfish v0.9.1
11572024-12-20T21:19:26.126Z Downloaded lru-cache v0.1.2
11582024-12-20T21:19:26.126Z Downloaded cbc v0.1.2
11592024-12-20T21:19:26.126Z Downloaded bit-vec v0.6.3
11602024-12-20T21:19:26.130Z Downloaded hostname v0.3.1
11612024-12-20T21:19:26.130Z Downloaded colored v2.1.0
11622024-12-20T21:19:26.133Z Downloaded cassowary v0.3.0
11632024-12-20T21:19:26.133Z Downloaded block-padding v0.3.3
11642024-12-20T21:19:26.133Z Downloaded hostname v0.4.0
11652024-12-20T21:19:26.133Z Downloaded home v0.5.9
11662024-12-20T21:19:26.142Z Downloaded base16ct v0.2.0
11672024-12-20T21:19:26.250Z Downloaded libsqlite3-sys v0.30.1
11682024-12-20T21:19:26.707Z Downloaded ring v0.17.8
11692024-12-20T21:19:26.903Z Downloaded ring v0.16.20
11702024-12-20T21:19:27.164Z Downloaded aws-lc-sys v0.22.0
11712024-12-20T21:19:27.519Z Compiling serde v1.0.215
11722024-12-20T21:19:27.522Z Compiling lock_api v0.4.12
11732024-12-20T21:19:27.522Z Compiling scopeguard v1.2.0
11742024-12-20T21:19:27.522Z Compiling value-bag v1.9.0
11752024-12-20T21:19:27.522Z Compiling typenum v1.17.0
11762024-12-20T21:19:27.677Z Compiling generic-array v0.14.7
11772024-12-20T21:19:27.718Z Compiling syn v2.0.87
11782024-12-20T21:19:27.732Z Compiling getrandom v0.2.15
11792024-12-20T21:19:27.810Z Compiling subtle v2.6.1
11802024-12-20T21:19:28.047Z Compiling rand_core v0.6.4
11812024-12-20T21:19:28.164Z Compiling log v0.4.22
11822024-12-20T21:19:28.248Z Compiling shlex v1.3.0
11832024-12-20T21:19:28.269Z Compiling jobserver v0.1.32
11842024-12-20T21:19:28.326Z Compiling const-oid v0.9.6
11852024-12-20T21:19:28.604Z Compiling smallvec v1.13.2
11862024-12-20T21:19:28.606Z Compiling cc v1.1.30
11872024-12-20T21:19:28.660Z Compiling spin v0.9.8
11882024-12-20T21:19:29.021Z Compiling pin-project-lite v0.2.14
11892024-12-20T21:19:29.072Z Compiling rustix v0.38.37
11902024-12-20T21:19:29.113Z Compiling parking_lot_core v0.9.10
11912024-12-20T21:19:29.142Z Compiling futures-core v0.3.31
11922024-12-20T21:19:29.196Z Compiling signal-hook-registry v1.4.2
11932024-12-20T21:19:29.377Z Compiling mio v1.0.2
11942024-12-20T21:19:30.015Z Compiling parking_lot v0.12.3
11952024-12-20T21:19:30.065Z Compiling aho-corasick v1.1.3
11962024-12-20T21:19:30.287Z Compiling regex-syntax v0.8.5
11972024-12-20T21:19:30.333Z Compiling cpufeatures v0.2.14
11982024-12-20T21:19:30.408Z Compiling lazy_static v1.5.0
11992024-12-20T21:19:30.431Z Compiling futures-sink v0.3.31
12002024-12-20T21:19:30.533Z Compiling stable_deref_trait v1.2.0
12012024-12-20T21:19:30.590Z Compiling either v1.13.0
12022024-12-20T21:19:30.606Z Compiling glob v0.3.1
12032024-12-20T21:19:30.646Z Compiling socket2 v0.5.7
12042024-12-20T21:19:30.970Z Compiling slab v0.4.9
12052024-12-20T21:19:31.013Z Compiling prettyplease v0.2.25
12062024-12-20T21:19:31.360Z Compiling minimal-lexical v0.2.1
12072024-12-20T21:19:31.612Z Compiling clang-sys v1.8.1
12082024-12-20T21:19:31.647Z Compiling libloading v0.8.5
12092024-12-20T21:19:31.685Z Compiling home v0.5.9
12102024-12-20T21:19:31.849Z Compiling nom v7.1.3
12112024-12-20T21:19:31.935Z Compiling serde_json v1.0.132
12122024-12-20T21:19:32.044Z Compiling bindgen v0.69.5
12132024-12-20T21:19:32.256Z Compiling itertools v0.10.5
12142024-12-20T21:19:32.863Z Compiling futures-channel v0.3.31
12152024-12-20T21:19:32.909Z Compiling foldhash v0.1.3
12162024-12-20T21:19:33.198Z Compiling futures-io v0.3.31
12172024-12-20T21:19:33.288Z Compiling allocator-api2 v0.2.18
12182024-12-20T21:19:33.529Z Compiling lazycell v1.3.0
12192024-12-20T21:19:33.703Z Compiling futures-task v0.3.31
12202024-12-20T21:19:33.997Z Compiling regex-automata v0.4.8
12212024-12-20T21:19:34.066Z Compiling rustc-hash v1.1.0
12222024-12-20T21:19:34.217Z Compiling pin-utils v0.1.0
12232024-12-20T21:19:34.309Z Compiling hashbrown v0.15.1
12242024-12-20T21:19:35.078Z Compiling cmake v0.1.51
12252024-12-20T21:19:35.488Z Compiling synstructure v0.13.1
12262024-12-20T21:19:35.678Z Compiling cexpr v0.6.0
12272024-12-20T21:19:36.108Z Compiling fs_extra v1.3.0
12282024-12-20T21:19:36.703Z Compiling libm v0.2.8
12292024-12-20T21:19:37.029Z Compiling tinyvec_macros v0.1.1
12302024-12-20T21:19:37.058Z Compiling pkg-config v0.3.31
12312024-12-20T21:19:37.123Z Compiling dunce v1.0.5
12322024-12-20T21:19:37.163Z Compiling tinyvec v1.8.0
12332024-12-20T21:19:37.283Z Compiling num-traits v0.2.19
12342024-12-20T21:19:37.827Z Compiling ring v0.17.8
12352024-12-20T21:19:38.611Z Compiling paste v1.0.15
12362024-12-20T21:19:38.690Z Compiling unicode-normalization v0.1.24
12372024-12-20T21:19:38.847Z Compiling writeable v0.5.5
12382024-12-20T21:19:38.865Z Compiling unicode-bidi v0.3.17
12392024-12-20T21:19:38.934Z Compiling base64ct v1.6.0
12402024-12-20T21:19:39.121Z Compiling litemap v0.7.3
12412024-12-20T21:19:39.410Z Compiling regex v1.11.1
12422024-12-20T21:19:39.497Z Compiling pem-rfc7468 v0.7.0
12432024-12-20T21:19:40.196Z Compiling aws-lc-rs v1.10.0
12442024-12-20T21:19:40.255Z Compiling flagset v0.4.6
12452024-12-20T21:19:40.469Z Compiling httparse v1.9.5
12462024-12-20T21:19:40.637Z Compiling tracing-core v0.1.32
12472024-12-20T21:19:41.242Z Compiling crossbeam-utils v0.8.20
12482024-12-20T21:19:41.661Z Compiling rustls-pki-types v1.10.0
12492024-12-20T21:19:41.665Z Compiling percent-encoding v2.3.1
12502024-12-20T21:19:41.828Z Compiling icu_locid_transform_data v1.5.0
12512024-12-20T21:19:41.979Z Compiling time-core v0.1.2
12522024-12-20T21:19:42.031Z Compiling powerfmt v0.2.0
12532024-12-20T21:19:42.104Z Compiling serde_derive v1.0.215
12542024-12-20T21:19:42.145Z Compiling zeroize_derive v1.4.2
12552024-12-20T21:19:42.430Z Compiling zerocopy-derive v0.7.35
12562024-12-20T21:19:42.721Z Compiling tokio-macros v2.4.0
12572024-12-20T21:19:42.838Z Compiling zerofrom-derive v0.1.4
12582024-12-20T21:19:43.735Z Compiling zeroize v1.8.1
12592024-12-20T21:19:44.178Z Compiling yoke-derive v0.7.4
12602024-12-20T21:19:44.271Z Compiling thiserror-impl v1.0.69
12612024-12-20T21:19:44.689Z Compiling zerocopy v0.7.35
12622024-12-20T21:19:45.351Z Compiling crypto-common v0.1.6
12632024-12-20T21:19:45.419Z Compiling block-buffer v0.10.4
12642024-12-20T21:19:45.593Z Compiling zerovec-derive v0.10.3
12652024-12-20T21:19:45.682Z Compiling digest v0.10.7
12662024-12-20T21:19:46.162Z Compiling hmac v0.12.1
12672024-12-20T21:19:46.335Z Compiling futures-macro v0.3.31
12682024-12-20T21:19:46.401Z Compiling block-padding v0.3.3
12692024-12-20T21:19:46.653Z Compiling displaydoc v0.2.5
12702024-12-20T21:19:46.657Z Compiling inout v0.1.3
12712024-12-20T21:19:46.943Z Compiling zerofrom v0.1.4
12722024-12-20T21:19:46.963Z Compiling cipher v0.4.4
12732024-12-20T21:19:47.186Z Compiling sha2 v0.10.8
12742024-12-20T21:19:47.207Z Compiling yoke v0.7.4
12752024-12-20T21:19:47.509Z Compiling ppv-lite86 v0.2.20
12762024-12-20T21:19:47.594Z Compiling icu_provider_macros v1.5.0
12772024-12-20T21:19:47.646Z Compiling thiserror v1.0.69
12782024-12-20T21:19:47.772Z Compiling der_derive v0.7.3
12792024-12-20T21:19:48.359Z Compiling futures-util v0.3.31
12802024-12-20T21:19:48.398Z Compiling rand_chacha v0.3.1
12812024-12-20T21:19:48.434Z Compiling tracing-attributes v0.1.27
12822024-12-20T21:19:48.434Z Compiling zerovec v0.10.4
12832024-12-20T21:19:48.788Z Compiling rand v0.8.5
12842024-12-20T21:19:50.313Z Compiling tinystr v0.7.6
12852024-12-20T21:19:50.607Z Compiling der v0.7.9
12862024-12-20T21:19:50.625Z Compiling icu_collections v1.5.0
12872024-12-20T21:19:50.743Z Compiling icu_locid v1.5.0
12882024-12-20T21:19:50.765Z Compiling pest v2.7.14
12892024-12-20T21:19:50.974Z Compiling salsa20 v0.10.2
12902024-12-20T21:19:51.203Z Compiling pbkdf2 v0.12.2
12912024-12-20T21:19:51.378Z Compiling vcpkg v0.2.15
12922024-12-20T21:19:52.146Z Compiling icu_provider v1.5.0
12932024-12-20T21:19:52.299Z Compiling tracing v0.1.40
12942024-12-20T21:19:52.870Z Compiling spki v0.7.3
12952024-12-20T21:19:53.239Z Compiling icu_locid_transform v1.5.0
12962024-12-20T21:19:53.276Z Compiling untrusted v0.7.1
12972024-12-20T21:19:53.320Z Compiling untrusted v0.9.0
12982024-12-20T21:19:53.458Z Compiling num-conv v0.1.0
12992024-12-20T21:19:53.499Z Compiling icu_properties_data v1.5.0
13002024-12-20T21:19:53.560Z Compiling mirai-annotations v1.12.0
13012024-12-20T21:19:53.745Z Compiling openssl-sys v0.9.103
13022024-12-20T21:19:53.745Z Compiling time-macros v0.2.18
13032024-12-20T21:19:53.871Z Compiling pest_meta v2.7.14
13042024-12-20T21:19:53.927Z Compiling scrypt v0.11.0
13052024-12-20T21:19:54.451Z Compiling icu_properties v1.5.1
13062024-12-20T21:19:54.510Z Compiling cbc v0.1.2
13072024-12-20T21:19:54.761Z Compiling aes v0.8.4
13082024-12-20T21:19:54.837Z Compiling deranged v0.3.11
13092024-12-20T21:19:55.840Z Compiling scroll_derive v0.12.0
13102024-12-20T21:19:56.423Z Compiling bitflags v2.6.0
13112024-12-20T21:19:56.797Z Compiling bytes v1.8.0
13122024-12-20T21:19:57.301Z Compiling indexmap v2.6.0
13132024-12-20T21:19:57.537Z Compiling semver v1.0.23
13142024-12-20T21:19:58.105Z Compiling tokio v1.40.0
13152024-12-20T21:19:58.312Z Compiling http v1.1.0
13162024-12-20T21:19:58.774Z Compiling rustc_version v0.4.1
13172024-12-20T21:19:58.897Z Compiling icu_normalizer_data v1.5.0
13182024-12-20T21:19:59.002Z Compiling utf8_iter v1.0.4
13192024-12-20T21:19:59.020Z Compiling num_threads v0.1.7
13202024-12-20T21:19:59.148Z Compiling atomic-waker v1.1.2
13212024-12-20T21:19:59.251Z Compiling utf16_iter v1.0.5
13222024-12-20T21:19:59.339Z Compiling write16 v1.0.0
13232024-12-20T21:19:59.358Z Compiling time v0.3.36
13242024-12-20T21:19:59.455Z Compiling icu_normalizer v1.5.0
13252024-12-20T21:19:59.474Z Compiling scroll v0.12.0
13262024-12-20T21:19:59.492Z Compiling pkcs5 v0.7.1
13272024-12-20T21:20:00.017Z Compiling http-body v1.0.1
13282024-12-20T21:20:00.250Z Compiling pest_generator v2.7.14
13292024-12-20T21:20:00.369Z Compiling form_urlencoded v1.2.1
13302024-12-20T21:20:00.694Z Compiling which v4.4.2
13312024-12-20T21:20:00.719Z Compiling try-lock v0.2.5
13322024-12-20T21:20:00.801Z Compiling slog v2.7.0
13332024-12-20T21:20:00.874Z Compiling want v0.3.1
13342024-12-20T21:20:01.327Z Compiling goblin v0.8.2
13352024-12-20T21:20:01.441Z Compiling idna_adapter v1.2.0
13362024-12-20T21:20:01.529Z Compiling pkcs8 v0.10.2
13372024-12-20T21:20:01.656Z Compiling httpdate v1.0.3
13382024-12-20T21:20:02.100Z Compiling idna v1.0.3
13392024-12-20T21:20:02.259Z Compiling pest_derive v2.7.14
13402024-12-20T21:20:02.380Z Compiling serde_spanned v0.6.8
13412024-12-20T21:20:02.541Z Compiling toml_datetime v0.6.8
13422024-12-20T21:20:02.988Z Compiling uuid v1.11.0
13432024-12-20T21:20:03.011Z Compiling serde_tokenstream v0.2.2
13442024-12-20T21:20:03.025Z Compiling dtrace-parser v0.2.0
13452024-12-20T21:20:03.603Z Compiling base64 v0.22.1
13462024-12-20T21:20:03.971Z Compiling match_cfg v0.1.0
13472024-12-20T21:20:04.061Z Compiling tower-service v0.3.3
13482024-12-20T21:20:04.210Z Compiling openssl v0.10.66
13492024-12-20T21:20:04.366Z Compiling foreign-types-shared v0.1.1
13502024-12-20T21:20:04.456Z Compiling rustversion v1.0.17
13512024-12-20T21:20:04.499Z Compiling iana-time-zone v0.1.61
13522024-12-20T21:20:04.583Z Compiling adler2 v2.0.0
13532024-12-20T21:20:04.631Z Compiling chrono v0.4.38
13542024-12-20T21:20:04.783Z Compiling miniz_oxide v0.8.0
13552024-12-20T21:20:04.936Z Compiling foreign-types v0.3.2
13562024-12-20T21:20:05.414Z Compiling hostname v0.3.1
13572024-12-20T21:20:05.433Z Compiling url v2.5.3
13582024-12-20T21:20:05.433Z Compiling openssl-macros v0.1.1
13592024-12-20T21:20:06.051Z Compiling async-trait v0.1.83
13602024-12-20T21:20:06.282Z Compiling dirs-sys-next v0.1.2
13612024-12-20T21:20:06.632Z Compiling tokio-util v0.7.12
13622024-12-20T21:20:06.934Z Compiling dof v0.3.0
13632024-12-20T21:20:07.149Z Compiling syn v1.0.109
13642024-12-20T21:20:07.831Z Compiling h2 v0.4.6
13652024-12-20T21:20:08.111Z Compiling usdt-impl v0.5.0
13662024-12-20T21:20:08.284Z Compiling data-encoding v2.6.0
13672024-12-20T21:20:08.806Z Compiling rustls v0.22.4
13682024-12-20T21:20:09.060Z Compiling siphasher v0.3.11
13692024-12-20T21:20:09.094Z Compiling rustls v0.23.19
13702024-12-20T21:20:09.355Z Compiling native-tls v0.2.12
13712024-12-20T21:20:09.550Z Compiling dirs-next v2.0.0
13722024-12-20T21:20:09.738Z Compiling http-body-util v0.1.2
13732024-12-20T21:20:10.272Z Compiling heapless v0.7.17
13742024-12-20T21:20:10.685Z Compiling crossbeam-epoch v0.9.18
13752024-12-20T21:20:10.704Z Compiling signature v2.2.0
13762024-12-20T21:20:10.998Z Compiling sha1 v0.10.6
13772024-12-20T21:20:11.109Z Compiling bzip2-sys v0.1.11+1.0.8
13782024-12-20T21:20:11.420Z Compiling serde_derive_internals v0.29.1
13792024-12-20T21:20:11.444Z Compiling thread_local v1.1.8
13802024-12-20T21:20:11.567Z Compiling multer v3.1.0
13812024-12-20T21:20:11.585Z Compiling cookie v0.18.1
13822024-12-20T21:20:11.847Z Compiling encoding_rs v0.8.34
13832024-12-20T21:20:11.867Z Compiling mime v0.3.17
13842024-12-20T21:20:11.937Z Compiling openssl-probe v0.1.5
13852024-12-20T21:20:12.293Z Compiling schemars v0.8.21
13862024-12-20T21:20:12.507Z Compiling rayon-core v1.12.1
13872024-12-20T21:20:12.676Z Compiling slog-async v2.8.0
13882024-12-20T21:20:12.789Z Compiling unicode-properties v0.1.3
13892024-12-20T21:20:13.199Z Compiling ipnet v2.10.1
13902024-12-20T21:20:13.219Z Compiling gimli v0.31.1
13912024-12-20T21:20:13.562Z Compiling signal-hook v0.3.17
13922024-12-20T21:20:13.926Z Compiling stringprep v0.1.5
13932024-12-20T21:20:14.161Z Compiling schemars_derive v0.8.21
13942024-12-20T21:20:14.511Z Compiling toml_edit v0.22.22
13952024-12-20T21:20:15.188Z Compiling hyper v1.5.0
13962024-12-20T21:20:17.539Z Compiling hyper-util v0.1.10
13972024-12-20T21:20:18.156Z Compiling addr2line v0.24.2
13982024-12-20T21:20:18.262Z Compiling usdt-attr-macro v0.5.0
13992024-12-20T21:20:18.393Z Compiling usdt-macro v0.5.0
14002024-12-20T21:20:18.664Z Compiling crossbeam-deque v0.8.5
14012024-12-20T21:20:18.878Z Compiling term v0.7.0
14022024-12-20T21:20:19.297Z Compiling slog-json v2.6.1
14032024-12-20T21:20:19.657Z Compiling serde_urlencoded v0.7.1
14042024-12-20T21:20:19.855Z Compiling curve25519-dalek v4.1.3
14052024-12-20T21:20:19.891Z Compiling crossbeam-channel v0.5.13
14062024-12-20T21:20:20.194Z Compiling futures-executor v0.3.31
14072024-12-20T21:20:20.351Z Compiling md-5 v0.10.6
14082024-12-20T21:20:20.445Z Compiling rustls-pemfile v2.2.0
14092024-12-20T21:20:20.620Z Compiling async-stream-impl v0.3.6
14102024-12-20T21:20:20.676Z Compiling enum-as-inner v0.6.1
14112024-12-20T21:20:20.730Z Compiling num-integer v0.1.46
14122024-12-20T21:20:20.770Z Compiling idna v0.3.0
14132024-12-20T21:20:20.995Z Compiling idna v0.4.0
14142024-12-20T21:20:21.482Z Compiling hash32 v0.2.1
14152024-12-20T21:20:21.799Z Compiling ff v0.13.0
14162024-12-20T21:20:21.861Z Compiling is-terminal v0.4.13
14172024-12-20T21:20:21.973Z Compiling dropshot v0.12.0
14182024-12-20T21:20:21.994Z Compiling object v0.36.5
14192024-12-20T21:20:22.029Z Compiling num-bigint-dig v0.8.4
14202024-12-20T21:20:22.257Z Compiling psl-types v2.0.11
14212024-12-20T21:20:22.312Z Compiling anyhow v1.0.93
14222024-12-20T21:20:22.476Z Compiling fallible-iterator v0.2.0
14232024-12-20T21:20:22.519Z Compiling smoltcp v0.9.1
14242024-12-20T21:20:22.667Z Compiling quick-error v1.2.3
14252024-12-20T21:20:22.693Z Compiling portable-atomic v1.9.0
14262024-12-20T21:20:22.816Z Compiling base16ct v0.2.0
14272024-12-20T21:20:22.975Z Compiling utf-8 v0.7.6
14282024-12-20T21:20:23.173Z Compiling linked-hash-map v0.5.6
14292024-12-20T21:20:23.235Z Compiling rustc-demangle v0.1.24
14302024-12-20T21:20:23.283Z Compiling dyn-clone v1.0.17
14312024-12-20T21:20:23.372Z Compiling take_mut v0.2.2
14322024-12-20T21:20:23.600Z Compiling lru-cache v0.1.2
14332024-12-20T21:20:23.803Z Compiling tungstenite v0.24.0
14342024-12-20T21:20:23.855Z Compiling postgres-protocol v0.6.7
14352024-12-20T21:20:24.254Z Compiling sec1 v0.7.3
14362024-12-20T21:20:24.797Z Compiling resolv-conf v0.7.0
14372024-12-20T21:20:25.051Z Compiling publicsuffix v2.2.3
14382024-12-20T21:20:25.232Z Compiling group v0.13.0
14392024-12-20T21:20:25.306Z Compiling async-stream v0.3.6
14402024-12-20T21:20:25.562Z Compiling slog-term v2.9.1
14412024-12-20T21:20:25.587Z Compiling hickory-proto v0.24.1
14422024-12-20T21:20:25.626Z Compiling usdt v0.5.0
14432024-12-20T21:20:26.143Z Compiling num-iter v0.1.45
14442024-12-20T21:20:26.456Z Compiling futures v0.3.31
14452024-12-20T21:20:26.581Z Compiling slog-bunyan v2.5.0
14462024-12-20T21:20:26.963Z Compiling toml v0.8.19
14472024-12-20T21:20:28.337Z Compiling tokio-native-tls v0.3.1
14482024-12-20T21:20:28.403Z Compiling camino v1.1.9
14492024-12-20T21:20:28.622Z Compiling phf_shared v0.11.2
14502024-12-20T21:20:28.789Z Compiling dropshot_endpoint v0.12.0
14512024-12-20T21:20:29.017Z Compiling terminal_size v0.4.0
14522024-12-20T21:20:29.227Z Compiling waitgroup v0.1.2
14532024-12-20T21:20:29.383Z Compiling backtrace v0.3.74
14542024-12-20T21:20:29.443Z Compiling openapiv3 v2.0.0
14552024-12-20T21:20:29.599Z Compiling serde_path_to_error v0.1.16
14562024-12-20T21:20:30.028Z Compiling hkdf v0.12.4
14572024-12-20T21:20:30.278Z Compiling crypto-bigint v0.5.5
14582024-12-20T21:20:30.466Z Compiling webpki-roots v0.26.6
14592024-12-20T21:20:30.677Z Compiling zerocopy-derive v0.6.6
14602024-12-20T21:20:33.015Z Compiling curve25519-dalek-derive v0.1.1
14612024-12-20T21:20:33.051Z Compiling hubpack_derive v0.1.1
14622024-12-20T21:20:33.155Z Compiling idna v0.5.0
14632024-12-20T21:20:33.439Z Compiling hostname v0.4.0
14642024-12-20T21:20:33.715Z Compiling ahash v0.8.11
14652024-12-20T21:20:33.914Z Compiling fs-err v2.11.0
14662024-12-20T21:20:33.917Z Compiling crc32fast v1.4.2
14672024-12-20T21:20:34.055Z Compiling bitflags v1.3.2
14682024-12-20T21:20:34.154Z Compiling debug-ignore v1.0.5
14692024-12-20T21:20:34.191Z Compiling managed v0.8.0
14702024-12-20T21:20:34.263Z Compiling winnow v0.5.40
14712024-12-20T21:20:34.302Z Compiling clap_builder v4.5.21
14722024-12-20T21:20:34.814Z Compiling strum_macros v0.25.3
14732024-12-20T21:20:35.898Z Compiling console v0.15.8
14742024-12-20T21:20:36.539Z Compiling flate2 v1.0.34
14752024-12-20T21:20:36.939Z Compiling cookie_store v0.21.0
14762024-12-20T21:20:37.530Z Compiling hubpack v0.1.2
14772024-12-20T21:20:37.533Z Compiling elliptic-curve v0.13.8
14782024-12-20T21:20:38.013Z Compiling toml_edit v0.19.15
14792024-12-20T21:20:38.155Z Compiling zerocopy v0.6.6
14802024-12-20T21:20:38.401Z Compiling hickory-resolver v0.24.1
14812024-12-20T21:20:38.923Z Compiling signal-hook-mio v0.2.4
14822024-12-20T21:20:38.976Z Compiling phf v0.11.2
14832024-12-20T21:20:39.082Z Compiling hyper-tls v0.6.0
14842024-12-20T21:20:39.279Z Compiling rayon v1.10.0
14852024-12-20T21:20:39.477Z Compiling bzip2 v0.4.4
14862024-12-20T21:20:39.869Z Compiling tokio-tungstenite v0.24.0
14872024-12-20T21:20:40.396Z Compiling postgres-types v0.2.8
14882024-12-20T21:20:42.501Z Compiling ed25519 v2.2.3
14892024-12-20T21:20:43.390Z Compiling phf_shared v0.10.0
14902024-12-20T21:20:43.674Z Compiling tokio-stream v0.1.16
14912024-12-20T21:20:43.806Z Compiling pkcs1 v0.7.5
14922024-12-20T21:20:44.079Z Compiling serde-big-array v0.5.1
14932024-12-20T21:20:44.317Z Compiling rfc6979 v0.4.0
14942024-12-20T21:20:44.410Z Compiling clap_derive v4.5.18
14952024-12-20T21:20:44.515Z Compiling derive-where v1.2.7
14962024-12-20T21:20:44.763Z Compiling serde_repr v0.1.19
14972024-12-20T21:20:44.824Z Compiling float-cmp v0.9.0
14982024-12-20T21:20:45.034Z Compiling bstr v1.10.0
14992024-12-20T21:20:45.072Z Compiling sync_wrapper v1.0.1
15002024-12-20T21:20:45.226Z Compiling normalize-line-endings v0.3.0
15012024-12-20T21:20:45.361Z Compiling difflib v0.4.0
15022024-12-20T21:20:45.932Z Compiling unicode-width v0.2.0
15032024-12-20T21:20:45.953Z Compiling unicode-segmentation v1.12.0
15042024-12-20T21:20:46.469Z Compiling bit-vec v0.6.3
15052024-12-20T21:20:46.842Z Compiling whoami v1.5.2
15062024-12-20T21:20:46.864Z Compiling fixedbitset v0.4.2
15072024-12-20T21:20:46.922Z Compiling predicates-core v1.0.8
15082024-12-20T21:20:47.007Z Compiling precomputed-hash v0.1.1
15092024-12-20T21:20:47.130Z Compiling number_prefix v0.4.0
15102024-12-20T21:20:47.289Z Compiling static_assertions v1.1.0
15112024-12-20T21:20:47.325Z Compiling new_debug_unreachable v1.0.6
15122024-12-20T21:20:47.381Z Compiling indicatif v0.17.9
15132024-12-20T21:20:47.413Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15142024-12-20T21:20:47.441Z Compiling string_cache v0.8.7
15152024-12-20T21:20:47.479Z Compiling tokio-postgres v0.7.12
15162024-12-20T21:20:47.909Z Compiling petgraph v0.6.5
15172024-12-20T21:20:48.132Z Compiling predicates v3.1.2
15182024-12-20T21:20:49.440Z Compiling clap v4.5.21
15192024-12-20T21:20:49.565Z Compiling bit-set v0.5.3
15202024-12-20T21:20:49.623Z Compiling similar v2.6.0
15212024-12-20T21:20:49.866Z Compiling ecdsa v0.16.9
15222024-12-20T21:20:49.870Z Compiling rsa v0.9.6
15232024-12-20T21:20:50.724Z Compiling ed25519-dalek v2.1.1
15242024-12-20T21:20:52.013Z Compiling toml v0.7.8
15252024-12-20T21:20:52.035Z Compiling zip v0.6.6
15262024-12-20T21:20:52.055Z Compiling crossterm v0.28.1
15272024-12-20T21:20:53.722Z Compiling hex v0.4.3
15282024-12-20T21:20:53.827Z Compiling x509-cert v0.2.5
15292024-12-20T21:20:54.052Z Compiling unicode-xid v0.2.6
15302024-12-20T21:20:54.227Z Compiling lalrpop-util v0.19.12
15312024-12-20T21:20:54.306Z Compiling peg-runtime v0.8.3
15322024-12-20T21:20:54.324Z Compiling strum_macros v0.26.4
15332024-12-20T21:20:54.386Z Compiling xattr v1.3.1
15342024-12-20T21:20:54.582Z Compiling filetime v0.2.25
15352024-12-20T21:20:54.896Z Compiling tar v0.4.42
15362024-12-20T21:20:59.478Z Compiling strum v0.26.3
15372024-12-20T21:21:02.169Z Compiling aws-lc-sys v0.22.0
15382024-12-20T21:21:29.928Z Compiling rustls-webpki v0.102.8
15392024-12-20T21:21:33.316Z Compiling tokio-rustls v0.25.0
15402024-12-20T21:21:34.996Z Compiling tokio-rustls v0.26.0
15412024-12-20T21:21:35.375Z Compiling hyper-rustls v0.27.3
15422024-12-20T21:21:35.692Z Compiling reqwest v0.12.9
15432024-12-20T21:21:36.670Z Compiling qorb v0.2.1
15442024-12-20T21:21:41.531Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15452024-12-20T21:21:41.761Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15462024-12-20T21:21:47.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15472024-12-20T21:21:47.646Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15482024-12-20T21:21:47.697ZDec 20 21:21:46.935 INFO Starting download, target: Clickhouse
15492024-12-20T21:21:47.700ZDec 20 21:21:46.936 INFO Starting download, target: Cockroach
15502024-12-20T21:21:47.700ZDec 20 21:21:46.936 INFO Starting download, target: Console
15512024-12-20T21:21:47.700ZDec 20 21:21:46.936 INFO Starting download, target: DendriteOpenapi
15522024-12-20T21:21:47.700ZDec 20 21:21:46.936 INFO Starting download, target: DendriteStub
15532024-12-20T21:21:47.700ZDec 20 21:21:46.936 INFO Starting download, target: MaghemiteMgd
15542024-12-20T21:21:47.700ZDec 20 21:21:46.936 INFO Starting download, target: TransceiverControl
15552024-12-20T21:21:47.700ZDec 20 21:21:46.936 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15562024-12-20T21:21:47.700ZDec 20 21:21:46.936 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15572024-12-20T21:21:47.700ZDec 20 21:21:46.936 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15582024-12-20T21:21:47.700ZDec 20 21:21:46.937 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15592024-12-20T21:21:47.700ZDec 20 21:21:46.937 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15602024-12-20T21:21:47.700ZDec 20 21:21:46.937 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15612024-12-20T21:21:47.701ZDec 20 21:21:46.937 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15622024-12-20T21:21:47.897ZDec 20 21:21:47.122 INFO Download complete, target: DendriteOpenapi
15632024-12-20T21:21:48.145ZDec 20 21:21:47.311 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15642024-12-20T21:21:48.193ZDec 20 21:21:47.397 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15652024-12-20T21:21:48.552ZDec 20 21:21:47.765 INFO Download complete, target: Console
15662024-12-20T21:21:48.642ZDec 20 21:21:47.835 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15672024-12-20T21:21:48.645ZDec 20 21:21:47.860 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15682024-12-20T21:21:48.758ZDec 20 21:21:47.973 INFO Download complete, target: TransceiverControl
15692024-12-20T21:21:49.652ZDec 20 21:21:48.812 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15702024-12-20T21:21:49.804ZDec 20 21:21:49.018 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15712024-12-20T21:21:49.804ZDec 20 21:21:49.018 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15722024-12-20T21:21:51.456ZDec 20 21:21:50.694 INFO Download complete, target: DendriteStub
15732024-12-20T21:21:51.482ZDec 20 21:21:50.720 INFO Download complete, target: MaghemiteMgd
15742024-12-20T21:21:57.232ZDec 20 21:21:56.467 INFO Checking that binary works, target: Cockroach
15752024-12-20T21:21:57.387ZDec 20 21:21:56.623 INFO Download complete, target: Cockroach
15762024-12-20T21:22:02.179ZDec 20 21:22:01.415 INFO Checking that binary works, target: Clickhouse
15772024-12-20T21:22:02.290ZDec 20 21:22:01.526 INFO Download complete, target: Clickhouse
15782024-12-20T21:22:02.310ZAll builder prerequisites installed successfully, and PATH looks valid
15792024-12-20T21:22:02.314Z
15802024-12-20T21:22:02.314Zreal 5:29.528787848
15812024-12-20T21:22:02.314Zuser 16:17.029826714
15822024-12-20T21:22:02.314Zsys 3:12.907156767
15832024-12-20T21:22:02.314Ztrap 0.529400814
15842024-12-20T21:22:02.314Ztflt 1.580638016
15852024-12-20T21:22:02.314Zdflt 2.105445705
15862024-12-20T21:22:02.314Zkflt 0.027993240
15872024-12-20T21:22:02.314Zlock 29:11.856250605
15882024-12-20T21:22:02.314Zslp 1:01:47.518618783
15892024-12-20T21:22:02.314Zlat 57.472576529
15902024-12-20T21:22:02.314Zstop 2:19.168866727
15912024-12-20T21:22:02.314Z+ banner hack-check
15922024-12-20T21:22:02.333Z
15932024-12-20T21:22:02.334Z # # ## #### # # #### # # ###### #### # #
15942024-12-20T21:22:02.334Z # # # # # # # # # # # # # # # # #
15952024-12-20T21:22:02.334Z ###### # # # #### ##### # ###### ##### # ####
15962024-12-20T21:22:02.334Z # # ###### # # # # # # # # # #
15972024-12-20T21:22:02.334Z # # # # # # # # # # # # # # # # #
15982024-12-20T21:22:02.334Z # # # # #### # # #### # # ###### #### # #
15992024-12-20T21:22:02.334Z
16002024-12-20T21:22:02.334Z+ export CARGO_INCREMENTAL=0
16012024-12-20T21:22:02.334Z+ CARGO_INCREMENTAL=0
16022024-12-20T21:22:02.334Z+ ptime -m timeout 2h cargo xtask check-features --ci
16032024-12-20T21:22:02.840Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16042024-12-20T21:22:06.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
16052024-12-20T21:22:06.382Z Running `target/debug/xtask check-features --ci`
16062024-12-20T21:22:06.401Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16072024-12-20T21:22:06.404Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16082024-12-20T21:22:06.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16092024-12-20T21:22:06.872Z Running `target/debug/xtask download cargo-hack`
16102024-12-20T21:22:07.677Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16112024-12-20T21:22:08.121Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16122024-12-20T21:22:12.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s
16132024-12-20T21:22:13.115Z Running `target/debug/xtask-downloader cargo-hack`
16142024-12-20T21:22:13.149ZDec 20 21:22:12.384 INFO Starting download, target: CargoHack
16152024-12-20T21:22:13.151ZDec 20 21:22:12.385 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16162024-12-20T21:22:13.573ZDec 20 21:22:12.809 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16172024-12-20T21:22:13.662ZDec 20 21:22:12.897 INFO Download complete, target: CargoHack
16182024-12-20T21:22:13.665Zrunning: "/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"
16192024-12-20T21:22:13.681Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16202024-12-20T21:22:13.847Zinfo: running `cargo check --bins` on api_identity (1/175)
16212024-12-20T21:22:14.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-12-20T21:22:14.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-12-20T21:22:14.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-12-20T21:22:14.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16252024-12-20T21:22:14.442Z
16262024-12-20T21:22:14.442Zinfo: running `cargo check --bins` on bootstore (2/175)
16272024-12-20T21:22:15.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-12-20T21:22:15.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-12-20T21:22:15.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-12-20T21:22:15.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16312024-12-20T21:22:15.167Z
16322024-12-20T21:22:15.167Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/175)
16332024-12-20T21:22:15.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-12-20T21:22:15.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-12-20T21:22:15.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-12-20T21:22:15.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16372024-12-20T21:22:15.713Z
16382024-12-20T21:22:15.714Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175)
16392024-12-20T21:22:16.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-12-20T21:22:16.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-12-20T21:22:16.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-12-20T21:22:16.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16432024-12-20T21:22:16.304Z
16442024-12-20T21:22:16.305Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175)
16452024-12-20T21:22:16.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-12-20T21:22:16.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-12-20T21:22:16.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-12-20T21:22:16.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16492024-12-20T21:22:16.716Z
16502024-12-20T21:22:16.716Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175)
16512024-12-20T21:22:17.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-12-20T21:22:17.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-12-20T21:22:17.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-12-20T21:22:17.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16552024-12-20T21:22:17.157Z
16562024-12-20T21:22:17.157Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175)
16572024-12-20T21:22:17.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-12-20T21:22:17.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-12-20T21:22:17.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-12-20T21:22:17.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16612024-12-20T21:22:17.568Z
16622024-12-20T21:22:17.568Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175)
16632024-12-20T21:22:17.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-12-20T21:22:17.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-12-20T21:22:17.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-12-20T21:22:17.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16672024-12-20T21:22:17.985Z
16682024-12-20T21:22:17.985Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175)
16692024-12-20T21:22:18.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-12-20T21:22:18.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-12-20T21:22:18.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-12-20T21:22:18.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16732024-12-20T21:22:18.404Z
16742024-12-20T21:22:18.404Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175)
16752024-12-20T21:22:18.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-12-20T21:22:18.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-12-20T21:22:18.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-12-20T21:22:18.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16792024-12-20T21:22:18.817Z
16802024-12-20T21:22:18.817Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175)
16812024-12-20T21:22:19.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-12-20T21:22:19.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-12-20T21:22:19.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-12-20T21:22:19.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16852024-12-20T21:22:19.231Z
16862024-12-20T21:22:19.231Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175)
16872024-12-20T21:22:19.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-12-20T21:22:19.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-12-20T21:22:19.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-12-20T21:22:19.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16912024-12-20T21:22:19.720Z
16922024-12-20T21:22:19.720Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175)
16932024-12-20T21:22:20.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-12-20T21:22:20.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-12-20T21:22:20.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-12-20T21:22:20.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16972024-12-20T21:22:20.184Z
16982024-12-20T21:22:20.184Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175)
16992024-12-20T21:22:20.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-12-20T21:22:20.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-12-20T21:22:20.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-12-20T21:22:20.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17032024-12-20T21:22:20.699Z
17042024-12-20T21:22:20.699Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175)
17052024-12-20T21:22:20.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-12-20T21:22:20.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-12-20T21:22:20.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-12-20T21:22:20.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17092024-12-20T21:22:20.959Z
17102024-12-20T21:22:20.960Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175)
17112024-12-20T21:22:21.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-12-20T21:22:21.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-12-20T21:22:21.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-12-20T21:22:21.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17152024-12-20T21:22:21.306Z
17162024-12-20T21:22:21.307Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175)
17172024-12-20T21:22:21.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-12-20T21:22:21.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-12-20T21:22:21.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-12-20T21:22:21.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17212024-12-20T21:22:21.718Z
17222024-12-20T21:22:21.718Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175)
17232024-12-20T21:22:22.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-12-20T21:22:22.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-12-20T21:22:22.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-12-20T21:22:22.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17272024-12-20T21:22:22.139Z
17282024-12-20T21:22:22.139Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175)
17292024-12-20T21:22:22.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302024-12-20T21:22:22.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312024-12-20T21:22:22.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322024-12-20T21:22:22.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17332024-12-20T21:22:22.564Z
17342024-12-20T21:22:22.564Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175)
17352024-12-20T21:22:22.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362024-12-20T21:22:22.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372024-12-20T21:22:22.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382024-12-20T21:22:22.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17392024-12-20T21:22:22.980Z
17402024-12-20T21:22:22.980Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175)
17412024-12-20T21:22:23.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422024-12-20T21:22:23.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432024-12-20T21:22:23.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442024-12-20T21:22:23.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17452024-12-20T21:22:23.398Z
17462024-12-20T21:22:23.398Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175)
17472024-12-20T21:22:23.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482024-12-20T21:22:23.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492024-12-20T21:22:23.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502024-12-20T21:22:23.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17512024-12-20T21:22:23.816Z
17522024-12-20T21:22:23.816Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175)
17532024-12-20T21:22:24.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542024-12-20T21:22:24.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552024-12-20T21:22:24.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562024-12-20T21:22:24.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17572024-12-20T21:22:24.235Z
17582024-12-20T21:22:24.236Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175)
17592024-12-20T21:22:24.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602024-12-20T21:22:24.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612024-12-20T21:22:24.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622024-12-20T21:22:24.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17632024-12-20T21:22:24.652Z
17642024-12-20T21:22:24.652Zinfo: running `cargo check --bins` on sled-hardware-types (25/175)
17652024-12-20T21:22:25.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662024-12-20T21:22:25.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672024-12-20T21:22:25.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682024-12-20T21:22:25.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17692024-12-20T21:22:25.278Z
17702024-12-20T21:22:25.278Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/175)
17712024-12-20T21:22:25.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722024-12-20T21:22:25.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732024-12-20T21:22:25.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742024-12-20T21:22:25.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17752024-12-20T21:22:26.020Z
17762024-12-20T21:22:26.021Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175)
17772024-12-20T21:22:26.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782024-12-20T21:22:26.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792024-12-20T21:22:26.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802024-12-20T21:22:26.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17812024-12-20T21:22:26.534Z
17822024-12-20T21:22:26.534Zinfo: running `cargo check --bins` on oxlog (28/175)
17832024-12-20T21:22:27.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842024-12-20T21:22:27.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852024-12-20T21:22:27.134Z Checking cfg-if v1.0.0
17862024-12-20T21:22:27.137Z Checking libc v0.2.162
17872024-12-20T21:22:27.655Z Checking serde v1.0.215
17882024-12-20T21:22:27.689Z Checking zeroize v1.8.1
17892024-12-20T21:22:27.689Z Checking memchr v2.7.4
17902024-12-20T21:22:27.689Z Checking typenum v1.17.0
17912024-12-20T21:22:27.689Z Checking scopeguard v1.2.0
17922024-12-20T21:22:27.689Z Checking subtle v2.6.1
17932024-12-20T21:22:27.689Z Checking value-bag v1.9.0
17942024-12-20T21:22:27.689Z Checking lock_api v0.4.12
17952024-12-20T21:22:27.689Z Checking smallvec v1.13.2
17962024-12-20T21:22:27.689Z Checking const-oid v0.9.6
17972024-12-20T21:22:27.726Z Checking log v0.4.22
17982024-12-20T21:22:27.810Z Checking itoa v1.0.11
17992024-12-20T21:22:27.855Z Checking pin-project-lite v0.2.14
18002024-12-20T21:22:27.965Z Checking byteorder v1.5.0
18012024-12-20T21:22:28.026Z Checking futures-core v0.3.31
18022024-12-20T21:22:28.104Z Checking once_cell v1.20.2
18032024-12-20T21:22:28.198Z Checking cpufeatures v0.2.14
18042024-12-20T21:22:28.278Z Checking futures-sink v0.3.31
18052024-12-20T21:22:28.294Z Checking stable_deref_trait v1.2.0
18062024-12-20T21:22:28.362Z Checking spin v0.9.8
18072024-12-20T21:22:28.379Z Checking getrandom v0.2.15
18082024-12-20T21:22:28.379Z Checking parking_lot_core v0.9.10
18092024-12-20T21:22:28.379Z Checking signal-hook-registry v1.4.2
18102024-12-20T21:22:28.412Z Checking mio v1.0.2
18112024-12-20T21:22:28.548Z Checking generic-array v0.14.7
18122024-12-20T21:22:28.583Z Checking rand_core v0.6.4
18132024-12-20T21:22:28.625Z Checking socket2 v0.5.7
18142024-12-20T21:22:28.682Z Checking zerocopy v0.7.35
18152024-12-20T21:22:28.710Z Checking parking_lot v0.12.3
18162024-12-20T21:22:28.876Z Checking slab v0.4.9
18172024-12-20T21:22:28.999Z Checking zerofrom v0.1.4
18182024-12-20T21:22:29.032Z Checking futures-channel v0.3.31
18192024-12-20T21:22:29.125Z Checking equivalent v1.0.1
18202024-12-20T21:22:29.128Z Checking allocator-api2 v0.2.18
18212024-12-20T21:22:29.193Z Checking yoke v0.7.4
18222024-12-20T21:22:29.224Z Checking foldhash v0.1.3
18232024-12-20T21:22:29.365Z Checking pin-utils v0.1.0
18242024-12-20T21:22:29.378Z Checking futures-task v0.3.31
18252024-12-20T21:22:29.412Z Checking futures-io v0.3.31
18262024-12-20T21:22:29.451Z Checking ryu v1.0.18
18272024-12-20T21:22:29.516Z Checking zerovec v0.10.4
18282024-12-20T21:22:29.585Z Checking tinyvec_macros v0.1.1
18292024-12-20T21:22:29.600Z Checking futures-util v0.3.31
18302024-12-20T21:22:29.670Z Checking tinyvec v1.8.0
18312024-12-20T21:22:29.686Z Checking crypto-common v0.1.6
18322024-12-20T21:22:29.686Z Checking block-buffer v0.10.4
18332024-12-20T21:22:29.759Z Checking hashbrown v0.15.1
18342024-12-20T21:22:29.855Z Checking block-padding v0.3.3
18352024-12-20T21:22:29.904Z Checking digest v0.10.7
18362024-12-20T21:22:30.044Z Checking inout v0.1.3
18372024-12-20T21:22:30.073Z Checking fnv v1.0.7
18382024-12-20T21:22:30.190Z Checking libm v0.2.8
18392024-12-20T21:22:30.261Z Checking cipher v0.4.4
18402024-12-20T21:22:30.278Z Checking hmac v0.12.1
18412024-12-20T21:22:30.467Z Checking sha2 v0.10.8
18422024-12-20T21:22:30.676Z Checking litemap v0.7.3
18432024-12-20T21:22:30.855Z Checking writeable v0.5.5
18442024-12-20T21:22:30.977Z Checking unicode-normalization v0.1.24
18452024-12-20T21:22:31.017Z Checking base64ct v1.6.0
18462024-12-20T21:22:31.036Z Checking unicode-bidi v0.3.17
18472024-12-20T21:22:31.057Z Checking num-traits v0.2.19
18482024-12-20T21:22:31.149Z Checking tinystr v0.7.6
18492024-12-20T21:22:31.174Z Checking ppv-lite86 v0.2.20
18502024-12-20T21:22:31.418Z Checking pem-rfc7468 v0.7.0
18512024-12-20T21:22:31.528Z Checking icu_locid v1.5.0
18522024-12-20T21:22:31.669Z Checking flagset v0.4.6
18532024-12-20T21:22:31.686Z Checking tracing-core v0.1.32
18542024-12-20T21:22:31.857Z Checking der v0.7.9
18552024-12-20T21:22:31.888Z Checking thiserror v1.0.69
18562024-12-20T21:22:31.935Z Checking rand_chacha v0.3.1
18572024-12-20T21:22:32.015Z Checking rustls-pki-types v1.10.0
18582024-12-20T21:22:32.192Z Checking bytes v1.8.0
18592024-12-20T21:22:32.316Z Checking indexmap v2.6.0
18602024-12-20T21:22:32.335Z Checking serde_json v1.0.132
18612024-12-20T21:22:32.530Z Checking icu_provider v1.5.0
18622024-12-20T21:22:32.574Z Checking bitflags v2.6.0
18632024-12-20T21:22:32.728Z Checking percent-encoding v2.3.1
18642024-12-20T21:22:32.844Z Checking icu_locid_transform_data v1.5.0
18652024-12-20T21:22:32.936Z Checking tracing v0.1.40
18662024-12-20T21:22:32.939Z Checking rand v0.8.5
18672024-12-20T21:22:32.996Z Checking tokio v1.40.0
18682024-12-20T21:22:33.183Z Checking http v1.1.0
18692024-12-20T21:22:33.297Z Checking icu_locid_transform v1.5.0
18702024-12-20T21:22:33.598Z Checking icu_collections v1.5.0
18712024-12-20T21:22:33.716Z Checking spki v0.7.3
18722024-12-20T21:22:33.983Z Checking salsa20 v0.10.2
18732024-12-20T21:22:34.065Z Checking pbkdf2 v0.12.2
18742024-12-20T21:22:34.188Z Checking aws-lc-sys v0.22.0
18752024-12-20T21:22:34.219Z Checking httparse v1.9.5
18762024-12-20T21:22:34.234Z Checking untrusted v0.7.1
18772024-12-20T21:22:34.253Z Checking icu_properties_data v1.5.0
18782024-12-20T21:22:34.265Z Checking mirai-annotations v1.12.0
18792024-12-20T21:22:34.382Z Checking powerfmt v0.2.0
18802024-12-20T21:22:34.424Z Checking untrusted v0.9.0
18812024-12-20T21:22:34.474Z Checking icu_properties v1.5.1
18822024-12-20T21:22:34.489Z Checking scrypt v0.11.0
18832024-12-20T21:22:34.582Z Checking ring v0.17.8
18842024-12-20T21:22:34.623Z Checking aes v0.8.4
18852024-12-20T21:22:34.638Z Checking deranged v0.3.11
18862024-12-20T21:22:34.655Z Checking cbc v0.1.2
18872024-12-20T21:22:34.698Z Checking crossbeam-utils v0.8.20
18882024-12-20T21:22:34.859Z Checking time-core v0.1.2
18892024-12-20T21:22:35.001Z Checking write16 v1.0.0
18902024-12-20T21:22:35.121Z Checking atomic-waker v1.1.2
18912024-12-20T21:22:35.250Z Checking num-conv v0.1.0
18922024-12-20T21:22:35.366Z Checking icu_normalizer_data v1.5.0
18932024-12-20T21:22:35.460Z Checking utf16_iter v1.0.5
18942024-12-20T21:22:35.490Z Checking utf8_iter v1.0.4
18952024-12-20T21:22:35.528Z Checking num_threads v0.1.7
18962024-12-20T21:22:35.618Z Checking pkcs5 v0.7.1
18972024-12-20T21:22:35.636Z Checking http-body v1.0.1
18982024-12-20T21:22:35.675Z Checking form_urlencoded v1.2.1
18992024-12-20T21:22:35.837Z Checking try-lock v0.2.5
19002024-12-20T21:22:35.872Z Checking unicode-ident v1.0.13
19012024-12-20T21:22:35.969Z Checking want v0.3.1
19022024-12-20T21:22:36.038Z Checking httpdate v1.0.3
19032024-12-20T21:22:36.126Z Checking pkcs8 v0.10.2
19042024-12-20T21:22:36.149Z Checking proc-macro2 v1.0.89
19052024-12-20T21:22:36.264Z Checking serde_spanned v0.6.8
19062024-12-20T21:22:36.410Z Checking time v0.3.36
19072024-12-20T21:22:36.412Z Checking toml_datetime v0.6.8
19082024-12-20T21:22:36.412Z Checking uuid v1.11.0
19092024-12-20T21:22:36.447Z Checking slog v2.7.0
19102024-12-20T21:22:36.686Z Checking scroll v0.12.0
19112024-12-20T21:22:36.737Z Checking aws-lc-rs v1.10.0
19122024-12-20T21:22:36.788Z Checking tower-service v0.3.3
19132024-12-20T21:22:36.908Z Checking plain v0.2.3
19142024-12-20T21:22:36.925Z Checking foreign-types-shared v0.1.1
19152024-12-20T21:22:37.017Z Checking ucd-trie v0.1.7
19162024-12-20T21:22:37.035Z Checking adler2 v2.0.0
19172024-12-20T21:22:37.053Z Checking iana-time-zone v0.1.61
19182024-12-20T21:22:37.150Z Checking match_cfg v0.1.0
19192024-12-20T21:22:37.186Z Checking base64 v0.22.1
19202024-12-20T21:22:37.204Z Checking chrono v0.4.38
19212024-12-20T21:22:37.204Z Checking pest v2.7.14
19222024-12-20T21:22:37.234Z Checking hostname v0.3.1
19232024-12-20T21:22:37.350Z Checking miniz_oxide v0.8.0
19242024-12-20T21:22:37.673Z Checking goblin v0.8.2
19252024-12-20T21:22:37.771Z Checking icu_normalizer v1.5.0
19262024-12-20T21:22:38.050Z Checking foreign-types v0.3.2
19272024-12-20T21:22:38.135Z Checking quote v1.0.37
19282024-12-20T21:22:38.487Z Checking openssl-sys v0.9.103
19292024-12-20T21:22:38.541Z Checking idna_adapter v1.2.0
19302024-12-20T21:22:38.549Z Checking rustls-webpki v0.102.8
19312024-12-20T21:22:38.751Z Checking idna v1.0.3
19322024-12-20T21:22:38.866Z Checking dirs-sys-next v0.1.2
19332024-12-20T21:22:39.029Z Checking errno v0.3.9
19342024-12-20T21:22:39.200Z Checking aho-corasick v1.1.3
19352024-12-20T21:22:39.227Z Checking siphasher v0.3.11
19362024-12-20T21:22:39.242Z Checking url v2.5.3
19372024-12-20T21:22:39.368Z Checking data-encoding v2.6.0
19382024-12-20T21:22:39.508Z Checking regex-syntax v0.8.5
19392024-12-20T21:22:39.708Z Checking pretty-hex v0.4.1
19402024-12-20T21:22:39.735Z Checking openssl v0.10.66
19412024-12-20T21:22:39.862Z Checking dtrace-parser v0.2.0
19422024-12-20T21:22:39.979Z Checking rustix v0.38.37
19432024-12-20T21:22:40.078Z Checking dirs-next v2.0.0
19442024-12-20T21:22:40.118Z Checking tokio-util v0.7.12
19452024-12-20T21:22:40.202Z Checking syn v2.0.87
19462024-12-20T21:22:40.300Z Checking http-body-util v0.1.2
19472024-12-20T21:22:40.763Z Checking crossbeam-epoch v0.9.18
19482024-12-20T21:22:40.787Z Checking signature v2.2.0
19492024-12-20T21:22:40.983Z Checking sha1 v0.10.6
19502024-12-20T21:22:41.052Z Checking h2 v0.4.6
19512024-12-20T21:22:41.212Z Checking lazy_static v1.5.0
19522024-12-20T21:22:41.240Z Checking thread-id v4.2.2
19532024-12-20T21:22:41.332Z Checking thread_local v1.1.8
19542024-12-20T21:22:41.352Z Checking encoding_rs v0.8.34
19552024-12-20T21:22:41.605Z Checking anstyle v1.0.10
19562024-12-20T21:22:41.974Z Checking openssl-probe v0.1.5
19572024-12-20T21:22:42.137Z Checking ipnet v2.10.1
19582024-12-20T21:22:42.625Z Checking gimli v0.31.1
19592024-12-20T21:22:42.650Z Checking dof v0.3.0
19602024-12-20T21:22:42.682Z Checking regex-automata v0.4.8
19612024-12-20T21:22:43.229Z Checking utf8parse v0.2.2
19622024-12-20T21:22:43.363Z Checking unicode-properties v0.1.3
19632024-12-20T21:22:43.503Z Checking mime v0.3.17
19642024-12-20T21:22:43.663Z Checking winnow v0.6.20
19652024-12-20T21:22:43.744Z Checking stringprep v0.1.5
19662024-12-20T21:22:43.831Z Checking anstyle-parse v0.2.5
19672024-12-20T21:22:44.027Z Checking crossbeam-deque v0.8.5
19682024-12-20T21:22:44.104Z Checking term v0.7.0
19692024-12-20T21:22:44.335Z Checking rustls v0.22.4
19702024-12-20T21:22:44.534Z Checking rustls v0.23.19
19712024-12-20T21:22:45.153Z Checking native-tls v0.2.12
19722024-12-20T21:22:45.470Z Checking slog-json v2.6.1
19732024-12-20T21:22:45.722Z Checking serde_urlencoded v0.7.1
19742024-12-20T21:22:46.113Z Checking crossbeam-channel v0.5.13
19752024-12-20T21:22:46.503Z Checking usdt-impl v0.5.0
19762024-12-20T21:22:46.528Z Checking addr2line v0.24.2
19772024-12-20T21:22:46.580Z Checking toml_edit v0.22.22
19782024-12-20T21:22:46.813Z Checking futures-executor v0.3.31
19792024-12-20T21:22:47.022Z Checking num-integer v0.1.46
19802024-12-20T21:22:47.036Z Checking rustls-pemfile v2.2.0
19812024-12-20T21:22:47.055Z Checking idna v0.3.0
19822024-12-20T21:22:47.120Z Checking hyper v1.5.0
19832024-12-20T21:22:47.236Z Checking idna v0.4.0
19842024-12-20T21:22:47.254Z Checking md-5 v0.10.6
19852024-12-20T21:22:47.471Z Checking ff v0.13.0
19862024-12-20T21:22:47.484Z Checking memmap v0.7.0
19872024-12-20T21:22:47.670Z Checking is-terminal v0.4.13
19882024-12-20T21:22:47.686Z Checking hash32 v0.2.1
19892024-12-20T21:22:47.781Z Checking object v0.36.5
19902024-12-20T21:22:47.883Z Checking psl-types v2.0.11
19912024-12-20T21:22:47.971Z Checking dyn-clone v1.0.17
19922024-12-20T21:22:47.986Z Checking either v1.13.0
19932024-12-20T21:22:48.049Z Checking linked-hash-map v0.5.6
19942024-12-20T21:22:48.095Z Checking rustc-demangle v0.1.24
19952024-12-20T21:22:48.110Z Checking take_mut v0.2.2
19962024-12-20T21:22:48.242Z Checking quick-error v1.2.3
19972024-12-20T21:22:48.360Z Checking is_terminal_polyfill v1.70.1
19982024-12-20T21:22:48.377Z Checking colorchoice v1.0.2
19992024-12-20T21:22:48.380Z Checking utf-8 v0.7.6
20002024-12-20T21:22:48.472Z Checking fallible-iterator v0.2.0
20012024-12-20T21:22:48.500Z Checking anstyle-query v1.1.1
20022024-12-20T21:22:48.515Z Checking base16ct v0.2.0
20032024-12-20T21:22:48.578Z Checking tungstenite v0.24.0
20042024-12-20T21:22:48.618Z Checking anstream v0.6.15
20052024-12-20T21:22:48.696Z Checking sec1 v0.7.3
20062024-12-20T21:22:48.986Z Checking resolv-conf v0.7.0
20072024-12-20T21:22:49.061Z Checking lru-cache v0.1.2
20082024-12-20T21:22:49.078Z Checking postgres-protocol v0.6.7
20092024-12-20T21:22:49.110Z Checking toml v0.8.19
20102024-12-20T21:22:49.140Z Checking hyper-util v0.1.10
20112024-12-20T21:22:49.242Z Checking slog-async v2.8.0
20122024-12-20T21:22:49.310Z Checking schemars v0.8.21
20132024-12-20T21:22:49.445Z Checking hickory-proto v0.24.1
20142024-12-20T21:22:49.523Z Checking publicsuffix v2.2.3
20152024-12-20T21:22:49.726Z Checking heapless v0.7.17
20162024-12-20T21:22:49.761Z Checking tokio-rustls v0.25.0
20172024-12-20T21:22:49.837Z Checking slog-term v2.9.1
20182024-12-20T21:22:49.999Z Checking tokio-rustls v0.26.0
20192024-12-20T21:22:50.122Z Checking usdt v0.5.0
20202024-12-20T21:22:50.335Z Checking group v0.13.0
20212024-12-20T21:22:50.380Z Checking num-iter v0.1.45
20222024-12-20T21:22:50.420Z Checking futures v0.3.31
20232024-12-20T21:22:50.533Z Checking slog-bunyan v2.5.0
20242024-12-20T21:22:50.547Z Checking tokio-native-tls v0.3.1
20252024-12-20T21:22:50.565Z Checking rayon-core v1.12.1
20262024-12-20T21:22:50.696Z Checking multer v3.1.0
20272024-12-20T21:22:50.765Z Checking terminal_size v0.4.0
20282024-12-20T21:22:50.812Z Checking phf_shared v0.11.2
20292024-12-20T21:22:50.865Z Checking cookie v0.18.1
20302024-12-20T21:22:50.929Z Checking async-stream v0.3.6
20312024-12-20T21:22:51.040Z Checking bzip2-sys v0.1.11+1.0.8
20322024-12-20T21:22:51.065Z Checking camino v1.1.9
20332024-12-20T21:22:51.083Z Checking signal-hook v0.3.17
20342024-12-20T21:22:51.117Z Checking waitgroup v0.1.2
20352024-12-20T21:22:51.150Z Checking openapiv3 v2.0.0
20362024-12-20T21:22:51.216Z Checking webpki-roots v0.26.6
20372024-12-20T21:22:51.241Z Checking serde_path_to_error v0.1.16
20382024-12-20T21:22:51.318Z Checking idna v0.5.0
20392024-12-20T21:22:51.400Z Checking hkdf v0.12.4
20402024-12-20T21:22:51.416Z Checking crypto-bigint v0.5.5
20412024-12-20T21:22:51.599Z Checking hostname v0.4.0
20422024-12-20T21:22:51.621Z Checking crc32fast v1.4.2
20432024-12-20T21:22:51.742Z Checking clap_lex v0.7.2
20442024-12-20T21:22:51.816Z Checking winnow v0.5.40
20452024-12-20T21:22:51.855Z Checking managed v0.8.0
20462024-12-20T21:22:51.989Z Checking unicode-width v0.1.14
20472024-12-20T21:22:52.200Z Checking debug-ignore v1.0.5
20482024-12-20T21:22:52.226Z Checking bitflags v1.3.2
20492024-12-20T21:22:52.322Z Checking strsim v0.11.1
20502024-12-20T21:22:52.339Z Checking smoltcp v0.9.1
20512024-12-20T21:22:52.474Z Checking console v0.15.8
20522024-12-20T21:22:52.592Z Checking clap_builder v4.5.21
20532024-12-20T21:22:53.063Z Checking cookie_store v0.21.0
20542024-12-20T21:22:53.745Z Checking flate2 v1.0.34
20552024-12-20T21:22:53.765Z Checking hyper-rustls v0.27.3
20562024-12-20T21:22:54.081Z Checking signal-hook-mio v0.2.4
20572024-12-20T21:22:54.150Z Checking hickory-resolver v0.24.1
20582024-12-20T21:22:54.185Z Checking backtrace v0.3.74
20592024-12-20T21:22:54.207Z Checking rayon v1.10.0
20602024-12-20T21:22:54.257Z Checking elliptic-curve v0.13.8
20612024-12-20T21:22:54.370Z Checking bzip2 v0.4.4
20622024-12-20T21:22:54.473Z Checking dropshot v0.12.0
20632024-12-20T21:22:54.662Z Checking phf v0.11.2
20642024-12-20T21:22:54.732Z Checking anyhow v1.0.93
20652024-12-20T21:22:54.872Z Checking hyper-tls v0.6.0
20662024-12-20T21:22:54.911Z Checking toml_edit v0.19.15
20672024-12-20T21:22:54.927Z Checking num-bigint-dig v0.8.4
20682024-12-20T21:22:55.097Z Checking postgres-types v0.2.8
20692024-12-20T21:22:55.142Z Checking tokio-tungstenite v0.24.0
20702024-12-20T21:22:55.547Z Checking regex v1.11.1
20712024-12-20T21:22:55.615Z Checking bstr v1.10.0
20722024-12-20T21:22:55.738Z Checking tokio-stream v0.1.16
20732024-12-20T21:22:55.792Z Checking ed25519 v2.2.3
20742024-12-20T21:22:56.096Z Checking phf_shared v0.10.0
20752024-12-20T21:22:56.197Z Checking zerocopy v0.6.6
20762024-12-20T21:22:56.376Z Checking curve25519-dalek v4.1.3
20772024-12-20T21:22:56.564Z Checking pkcs1 v0.7.5
20782024-12-20T21:22:56.647Z Checking hubpack v0.1.2
20792024-12-20T21:22:56.960Z Checking portable-atomic v1.9.0
20802024-12-20T21:22:56.976Z Checking float-cmp v0.9.0
20812024-12-20T21:22:56.979Z Checking serde-big-array v0.5.1
20822024-12-20T21:22:57.061Z Checking rfc6979 v0.4.0
20832024-12-20T21:22:57.164Z Checking sync_wrapper v1.0.1
20842024-12-20T21:22:57.195Z Checking minimal-lexical v0.2.1
20852024-12-20T21:22:57.238Z Checking fixedbitset v0.4.2
20862024-12-20T21:22:57.296Z Checking new_debug_unreachable v1.0.6
20872024-12-20T21:22:57.351Z Checking number_prefix v0.4.0
20882024-12-20T21:22:57.383Z Checking precomputed-hash v0.1.1
20892024-12-20T21:22:57.494Z Checking unicode-segmentation v1.12.0
20902024-12-20T21:22:57.497Z Checking whoami v1.5.2
20912024-12-20T21:22:57.530Z Checking predicates-core v1.0.8
20922024-12-20T21:22:57.574Z Checking static_assertions v1.1.0
20932024-12-20T21:22:57.667Z Checking difflib v0.4.0
20942024-12-20T21:22:57.715Z Checking bit-vec v0.6.3
20952024-12-20T21:22:57.795Z Checking unicode-width v0.2.0
20962024-12-20T21:22:57.978Z Checking normalize-line-endings v0.3.0
20972024-12-20T21:22:57.995Z Checking tokio-postgres v0.7.12
20982024-12-20T21:22:58.010Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20992024-12-20T21:22:58.039Z Checking bit-set v0.5.3
21002024-12-20T21:22:58.083Z Checking predicates v3.1.2
21012024-12-20T21:22:58.098Z Checking qorb v0.2.1
21022024-12-20T21:22:58.135Z Checking similar v2.6.0
21032024-12-20T21:22:58.215Z Checking ed25519-dalek v2.1.1
21042024-12-20T21:22:58.251Z Checking indicatif v0.17.9
21052024-12-20T21:22:58.287Z Checking nom v7.1.3
21062024-12-20T21:22:58.616Z Checking string_cache v0.8.7
21072024-12-20T21:22:58.724Z Checking petgraph v0.6.5
21082024-12-20T21:22:58.893Z Checking toml v0.7.8
21092024-12-20T21:22:58.977Z Checking reqwest v0.12.9
21102024-12-20T21:22:59.017Z Checking ecdsa v0.16.9
21112024-12-20T21:22:59.615Z Checking rsa v0.9.6
21122024-12-20T21:22:59.714Z Checking clap v4.5.21
21132024-12-20T21:22:59.834Z Checking zip v0.6.6
21142024-12-20T21:23:00.513Z Checking crossterm v0.28.1
21152024-12-20T21:23:00.587Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21162024-12-20T21:23:00.612Z Checking itertools v0.10.5
21172024-12-20T21:23:00.634Z Checking fs-err v2.11.0
21182024-12-20T21:23:00.800Z Checking ahash v0.8.11
21192024-12-20T21:23:01.076Z Checking x509-cert v0.2.5
21202024-12-20T21:23:01.090Z Checking semver v1.0.23
21212024-12-20T21:23:01.176Z Checking hex v0.4.3
21222024-12-20T21:23:01.332Z Checking lalrpop-util v0.19.12
21232024-12-20T21:23:01.497Z Checking heck v0.4.1
21242024-12-20T21:23:01.628Z Checking peg-runtime v0.8.3
21252024-12-20T21:23:01.677Z Checking sigpipe v0.1.3
21262024-12-20T21:23:02.842Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21272024-12-20T21:23:03.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.61s
21282024-12-20T21:23:03.302Z
21292024-12-20T21:23:03.302Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175)
21302024-12-20T21:23:03.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312024-12-20T21:23:03.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322024-12-20T21:23:03.944Z Compiling hashbrown v0.14.5
21332024-12-20T21:23:04.060Z Checking heck v0.5.0
21342024-12-20T21:23:04.071Z Compiling unsafe-libyaml v0.2.11
21352024-12-20T21:23:04.083Z Compiling ident_case v1.0.1
21362024-12-20T21:23:04.085Z Checking progenitor-client v0.8.0
21372024-12-20T21:23:04.110Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21382024-12-20T21:23:04.124Z Compiling proc-macro-crate v1.3.1
21392024-12-20T21:23:04.213Z Compiling darling_core v0.20.10
21402024-12-20T21:23:04.240Z Checking ipnetwork v0.20.0
21412024-12-20T21:23:04.435Z Compiling structmeta-derive v0.3.0
21422024-12-20T21:23:04.451Z Compiling newtype-uuid v1.1.3
21432024-12-20T21:23:04.560Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21442024-12-20T21:23:04.735Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21452024-12-20T21:23:04.820Z Compiling lzma-sys v0.1.20
21462024-12-20T21:23:05.070Z Compiling foreign-types-macros v0.2.3
21472024-12-20T21:23:05.169Z Checking regress v0.10.1
21482024-12-20T21:23:05.190Z Compiling num_enum_derive v0.5.11
21492024-12-20T21:23:05.572Z Compiling serde_yaml v0.9.34+deprecated
21502024-12-20T21:23:05.987Z Compiling dropshot v0.13.0
21512024-12-20T21:23:06.264Z Checking arc-swap v1.7.1
21522024-12-20T21:23:06.388Z Checking foreign-types-shared v0.3.1
21532024-12-20T21:23:06.498Z Checking foreign-types v0.5.0
21542024-12-20T21:23:06.692Z Checking slog-scope v4.4.0
21552024-12-20T21:23:06.708Z Compiling proc-macro-error v1.0.4
21562024-12-20T21:23:07.379Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21572024-12-20T21:23:07.396Z Compiling structmeta v0.3.0
21582024-12-20T21:23:07.458Z Checking tungstenite v0.21.0
21592024-12-20T21:23:07.484Z Compiling heck v0.3.3
21602024-12-20T21:23:07.785Z Compiling parse-display-derive v0.10.0
21612024-12-20T21:23:07.821Z Checking num_enum v0.5.11
21622024-12-20T21:23:07.917Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21632024-12-20T21:23:07.967Z Compiling dropshot_endpoint v0.13.0
21642024-12-20T21:23:08.381Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21652024-12-20T21:23:08.641Z Checking typify-impl v0.2.0
21662024-12-20T21:23:08.730Z Checking cstr-argument v0.1.2
21672024-12-20T21:23:08.907Z Checking instant v0.1.13
21682024-12-20T21:23:09.007Z Checking pretty-hex v0.2.1
21692024-12-20T21:23:09.165Z Checking base64 v0.21.7
21702024-12-20T21:23:09.636Z Checking fastrand v2.1.1
21712024-12-20T21:23:09.838Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21722024-12-20T21:23:09.968Z Checking tempfile v3.13.0
21732024-12-20T21:23:10.136Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21742024-12-20T21:23:10.335Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752024-12-20T21:23:10.404Z Checking backoff v0.4.0
21762024-12-20T21:23:10.463Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21772024-12-20T21:23:10.478Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21782024-12-20T21:23:10.629Z Checking tokio-tungstenite v0.21.0
21792024-12-20T21:23:10.699Z Checking strum v0.26.3
21802024-12-20T21:23:10.779Z Compiling zone_cfg_derive v0.1.2
21812024-12-20T21:23:10.852Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21822024-12-20T21:23:11.092Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21832024-12-20T21:23:11.111Z Checking slog-stdlog v4.1.1
21842024-12-20T21:23:11.189Z Compiling darling_macro v0.20.10
21852024-12-20T21:23:11.304Z Checking regress v0.9.1
21862024-12-20T21:23:11.428Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21872024-12-20T21:23:11.576Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21882024-12-20T21:23:11.576Z Checking colored v2.1.0
21892024-12-20T21:23:11.883Z Checking macaddr v1.0.1
21902024-12-20T21:23:11.902Z Checking base64 v0.13.1
21912024-12-20T21:23:12.184Z Compiling darling v0.20.10
21922024-12-20T21:23:12.213Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21932024-12-20T21:23:12.304Z Compiling serde_with_macros v3.11.0
21942024-12-20T21:23:12.310Z Checking ron v0.7.1
21952024-12-20T21:23:12.331Z Checking zone v0.1.8
21962024-12-20T21:23:12.382Z Checking parse-display v0.10.0
21972024-12-20T21:23:12.675Z Checking xz2 v0.1.7
21982024-12-20T21:23:12.968Z Checking slog-envlogger v2.2.0
21992024-12-20T21:23:13.000Z Checking tabwriter v1.4.0
22002024-12-20T21:23:13.181Z Checking xattr v1.3.1
22012024-12-20T21:23:13.238Z Checking pem v3.0.4
22022024-12-20T21:23:13.372Z Checking yasna v0.5.2
22032024-12-20T21:23:13.490Z Checking headers-core v0.3.0
22042024-12-20T21:23:13.493Z Checking smf v0.2.3
22052024-12-20T21:23:13.624Z Checking filetime v0.2.25
22062024-12-20T21:23:13.831Z Checking same-file v1.0.6
22072024-12-20T21:23:13.945Z Checking tar v0.4.42
22082024-12-20T21:23:14.001Z Checking walkdir v2.5.0
22092024-12-20T21:23:14.248Z Checking rcgen v0.12.1
22102024-12-20T21:23:14.271Z Checking headers v0.4.0
22112024-12-20T21:23:14.511Z Checking atomicwrites v0.4.4
22122024-12-20T21:23:15.116Z Checking camino-tempfile v1.1.1
22132024-12-20T21:23:15.136Z Checking subprocess v0.2.9
22142024-12-20T21:23:15.136Z Checking serde_with v3.11.0
22152024-12-20T21:23:18.911Z Compiling typify-macro v0.2.0
22162024-12-20T21:23:20.748Z Compiling typify v0.2.0
22172024-12-20T21:23:20.818Z Compiling progenitor-impl v0.8.0
22182024-12-20T21:23:23.998Z Compiling progenitor-macro v0.8.0
22192024-12-20T21:23:28.780Z Checking progenitor v0.8.0
22202024-12-20T21:23:28.929Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22212024-12-20T21:23:28.932Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22222024-12-20T21:23:31.585Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22232024-12-20T21:23:31.892Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22242024-12-20T21:23:38.159Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22252024-12-20T21:23:39.709Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22262024-12-20T21:23:40.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.60s
22272024-12-20T21:23:41.082Z
22282024-12-20T21:23:41.082Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175)
22292024-12-20T21:23:41.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-12-20T21:23:41.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-12-20T21:23:41.723Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22322024-12-20T21:23:43.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
22332024-12-20T21:23:43.279Z
22342024-12-20T21:23:43.279Zinfo: running `cargo check --bins` on nexus-config (31/175)
22352024-12-20T21:23:43.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362024-12-20T21:23:43.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372024-12-20T21:23:43.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382024-12-20T21:23:43.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22392024-12-20T21:23:43.888Z
22402024-12-20T21:23:43.888Zinfo: running `cargo check --bins` on omicron-rpaths (32/175)
22412024-12-20T21:23:44.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-12-20T21:23:44.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-12-20T21:23:44.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442024-12-20T21:23:44.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22452024-12-20T21:23:44.484Z
22462024-12-20T21:23:44.485Zinfo: running `cargo check --bins` on omicron-certificates (33/175)
22472024-12-20T21:23:45.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-12-20T21:23:45.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-12-20T21:23:45.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502024-12-20T21:23:45.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22512024-12-20T21:23:45.101Z
22522024-12-20T21:23:45.101Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/175)
22532024-12-20T21:23:45.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542024-12-20T21:23:45.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552024-12-20T21:23:45.785Z Compiling zerocopy v0.8.10
22562024-12-20T21:23:45.785Z Compiling progenitor-client v0.8.0
22572024-12-20T21:23:45.785Z Compiling itertools v0.13.0
22582024-12-20T21:23:45.838Z Compiling zerocopy-derive v0.8.10
22592024-12-20T21:23:45.839Z Compiling heapless v0.8.0
22602024-12-20T21:23:45.839Z Compiling newtype-uuid v1.1.3
22612024-12-20T21:23:45.840Z Compiling ipnetwork v0.20.0
22622024-12-20T21:23:45.840Z Checking hash32 v0.3.1
22632024-12-20T21:23:46.141Z Compiling instant v0.1.13
22642024-12-20T21:23:46.222Z Compiling smoltcp v0.11.0
22652024-12-20T21:23:46.310Z Compiling backoff v0.4.0
22662024-12-20T21:23:46.401Z Compiling progenitor v0.8.0
22672024-12-20T21:23:46.605Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22682024-12-20T21:23:46.640Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22692024-12-20T21:23:46.786Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22702024-12-20T21:23:46.838Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22712024-12-20T21:23:46.855Z Compiling dropshot v0.13.0
22722024-12-20T21:23:46.994Z Compiling serde_with v3.11.0
22732024-12-20T21:23:47.141Z Compiling parse-display v0.10.0
22742024-12-20T21:23:47.323Z Checking num-rational v0.4.2
22752024-12-20T21:23:47.622Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22762024-12-20T21:23:47.852Z Compiling regress v0.9.1
22772024-12-20T21:23:47.998Z Compiling phf_generator v0.11.2
22782024-12-20T21:23:48.179Z Checking num-complex v0.4.6
22792024-12-20T21:23:49.166Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22802024-12-20T21:23:49.581Z Compiling macaddr v1.0.1
22812024-12-20T21:23:50.024Z Checking cobs v0.2.3
22822024-12-20T21:23:50.077Z Compiling num v0.4.3
22832024-12-20T21:23:50.198Z Checking postcard v1.0.10
22842024-12-20T21:23:50.293Z Compiling phf_codegen v0.11.2
22852024-12-20T21:23:50.771Z Compiling parse-zoneinfo v0.3.1
22862024-12-20T21:23:51.122Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22872024-12-20T21:23:51.389Z Compiling convert_case v0.4.0
22882024-12-20T21:23:51.864Z Compiling float-ord v0.3.2
22892024-12-20T21:23:52.041Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22902024-12-20T21:23:52.396Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22912024-12-20T21:23:52.696Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22922024-12-20T21:23:52.788Z Compiling derive_more v0.99.18
22932024-12-20T21:23:53.070Z Compiling chrono-tz-build v0.4.0
22942024-12-20T21:23:53.504Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22952024-12-20T21:23:54.427Z Compiling thiserror v2.0.3
22962024-12-20T21:23:54.504Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22972024-12-20T21:23:54.763Z Compiling crucible-workspace-hack v0.1.0
22982024-12-20T21:23:54.806Z Compiling chrono-tz v0.10.0
22992024-12-20T21:23:55.049Z Checking newline-converter v0.3.0
23002024-12-20T21:23:55.393Z Checking prettyplease v0.2.25
23012024-12-20T21:23:55.434Z Compiling thiserror-impl v2.0.3
23022024-12-20T21:23:56.265Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032024-12-20T21:23:56.320Z Compiling slog-dtrace v0.3.0
23042024-12-20T21:23:56.427Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23052024-12-20T21:23:56.443Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23062024-12-20T21:23:57.119Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23072024-12-20T21:23:57.481Z Checking expectorate v1.1.0
23082024-12-20T21:23:57.643Z Compiling zone_cfg_derive v0.3.0
23092024-12-20T21:23:57.892Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23102024-12-20T21:23:57.959Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23112024-12-20T21:23:58.247Z Compiling const_format_proc_macros v0.2.33
23122024-12-20T21:23:58.671Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23132024-12-20T21:23:59.081Z Compiling num-derive v0.4.2
23142024-12-20T21:23:59.137Z Checking highway v1.2.0
23152024-12-20T21:23:59.306Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23162024-12-20T21:23:59.458Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23172024-12-20T21:23:59.548Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23182024-12-20T21:23:59.595Z Checking zone v0.3.0
23192024-12-20T21:23:59.850Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23202024-12-20T21:24:00.375Z Checking const_format v0.2.33
23212024-12-20T21:24:00.441Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23222024-12-20T21:24:00.731Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23232024-12-20T21:24:00.829Z Checking gethostname v0.5.0
23242024-12-20T21:24:00.895Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23252024-12-20T21:24:00.919Z Checking bcs v0.1.6
23262024-12-20T21:24:00.947Z Compiling async-recursion v1.1.1
23272024-12-20T21:24:01.391Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23282024-12-20T21:24:02.577Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23292024-12-20T21:24:02.761Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23302024-12-20T21:24:08.511Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23312024-12-20T21:24:11.785Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23322024-12-20T21:24:14.378Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23332024-12-20T21:24:15.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.46s
23342024-12-20T21:24:15.754Z
23352024-12-20T21:24:15.754Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/175)
23362024-12-20T21:24:16.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-12-20T21:24:16.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-12-20T21:24:16.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392024-12-20T21:24:16.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23402024-12-20T21:24:16.367Z
23412024-12-20T21:24:16.367Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/175)
23422024-12-20T21:24:16.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-12-20T21:24:16.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-12-20T21:24:16.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452024-12-20T21:24:16.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23462024-12-20T21:24:16.984Z
23472024-12-20T21:24:16.984Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/175)
23482024-12-20T21:24:17.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-12-20T21:24:17.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-12-20T21:24:17.631Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23512024-12-20T21:24:18.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
23522024-12-20T21:24:18.432Z
23532024-12-20T21:24:18.432Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175)
23542024-12-20T21:24:18.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-12-20T21:24:19.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-12-20T21:24:19.074Z Compiling cfg_aliases v0.1.1
23572024-12-20T21:24:19.085Z Compiling vte_generate_state_changes v0.1.2
23582024-12-20T21:24:19.085Z Checking fd-lock v4.0.2
23592024-12-20T21:24:19.198Z Checking nibble_vec v0.1.0
23602024-12-20T21:24:19.210Z Checking endian-type v0.1.2
23612024-12-20T21:24:19.210Z Checking bytecount v0.6.8
23622024-12-20T21:24:19.220Z Compiling tabled_derive v0.7.0
23632024-12-20T21:24:19.243Z Checking itertools v0.12.1
23642024-12-20T21:24:19.260Z Compiling nix v0.28.0
23652024-12-20T21:24:19.355Z Checking papergrid v0.11.0
23662024-12-20T21:24:19.372Z Compiling peg-macros v0.8.4
23672024-12-20T21:24:19.372Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23682024-12-20T21:24:19.383Z Checking radix_trie v0.2.1
23692024-12-20T21:24:19.764Z Checking vte v0.11.1
23702024-12-20T21:24:19.768Z Compiling sqlparser_derive v0.2.2
23712024-12-20T21:24:20.533Z Checking unicode_categories v0.1.1
23722024-12-20T21:24:20.765Z Checking nu-ansi-term v0.50.1
23732024-12-20T21:24:20.813Z Checking home v0.5.9
23742024-12-20T21:24:20.840Z Checking sqlparser v0.45.0
23752024-12-20T21:24:20.956Z Checking sqlformat v0.2.6
23762024-12-20T21:24:21.154Z Checking strip-ansi-escapes v0.2.0
23772024-12-20T21:24:21.204Z Checking display-error-chain v0.2.2
23782024-12-20T21:24:21.667Z Checking tabled v0.15.0
23792024-12-20T21:24:21.826Z Checking reedline v0.35.0
23802024-12-20T21:24:22.373Z Checking peg v0.8.4
23812024-12-20T21:24:22.587Z Checking rustyline v14.0.0
23822024-12-20T21:24:31.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.85s
23832024-12-20T21:24:31.443Z
23842024-12-20T21:24:31.443Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175)
23852024-12-20T21:24:32.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-12-20T21:24:32.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-12-20T21:24:32.104Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23882024-12-20T21:24:37.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
23892024-12-20T21:24:37.217Z
23902024-12-20T21:24:37.217Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175)
23912024-12-20T21:24:37.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-12-20T21:24:37.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-12-20T21:24:37.867Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23942024-12-20T21:24:41.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
23952024-12-20T21:24:41.726Z
23962024-12-20T21:24:41.726Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175)
23972024-12-20T21:24:42.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-12-20T21:24:42.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-12-20T21:24:42.391Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002024-12-20T21:24:47.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
24012024-12-20T21:24:47.245Z
24022024-12-20T21:24:47.245Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175)
24032024-12-20T21:24:47.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-12-20T21:24:47.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-12-20T21:24:47.903Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062024-12-20T21:24:52.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
24072024-12-20T21:24:52.840Z
24082024-12-20T21:24:52.840Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175)
24092024-12-20T21:24:53.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-12-20T21:24:53.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-12-20T21:24:53.488Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122024-12-20T21:24:57.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
24132024-12-20T21:24:57.539Z
24142024-12-20T21:24:57.539Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175)
24152024-12-20T21:24:58.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-12-20T21:24:58.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-12-20T21:24:58.191Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182024-12-20T21:25:02.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
24192024-12-20T21:25:02.377Z
24202024-12-20T21:25:02.377Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175)
24212024-12-20T21:25:02.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-12-20T21:25:02.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-12-20T21:25:03.059Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24242024-12-20T21:25:07.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
24252024-12-20T21:25:08.131Z
24262024-12-20T21:25:08.131Zinfo: running `cargo check --bins` on oximeter (46/175)
24272024-12-20T21:25:08.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-12-20T21:25:08.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-12-20T21:25:08.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-12-20T21:25:08.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24312024-12-20T21:25:08.745Z
24322024-12-20T21:25:08.745Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/175)
24332024-12-20T21:25:09.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-12-20T21:25:09.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-12-20T21:25:09.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-12-20T21:25:09.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24372024-12-20T21:25:09.342Z
24382024-12-20T21:25:09.342Zinfo: running `cargo check --bins` on oximeter-schema (48/175)
24392024-12-20T21:25:09.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-12-20T21:25:09.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-12-20T21:25:09.961Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24422024-12-20T21:25:10.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
24432024-12-20T21:25:10.566Z
24442024-12-20T21:25:10.566Zinfo: running `cargo check --bins` on oximeter-types (49/175)
24452024-12-20T21:25:11.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-12-20T21:25:11.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-12-20T21:25:11.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-12-20T21:25:11.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24492024-12-20T21:25:11.187Z
24502024-12-20T21:25:11.187Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/175)
24512024-12-20T21:25:11.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-12-20T21:25:11.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-12-20T21:25:11.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-12-20T21:25:11.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24552024-12-20T21:25:11.805Z
24562024-12-20T21:25:11.805Zinfo: running `cargo check --bins` on oxql-types (51/175)
24572024-12-20T21:25:12.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-12-20T21:25:12.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-12-20T21:25:12.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-12-20T21:25:12.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24612024-12-20T21:25:12.415Z
24622024-12-20T21:25:12.415Zinfo: running `cargo check --bins` on oximeter-test-utils (52/175)
24632024-12-20T21:25:12.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-12-20T21:25:12.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-12-20T21:25:12.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-12-20T21:25:12.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24672024-12-20T21:25:13.058Z
24682024-12-20T21:25:13.058Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/175)
24692024-12-20T21:25:13.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-12-20T21:25:13.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-12-20T21:25:13.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-12-20T21:25:13.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24732024-12-20T21:25:13.678Z
24742024-12-20T21:25:13.678Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/175)
24752024-12-20T21:25:14.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-12-20T21:25:14.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-12-20T21:25:14.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-12-20T21:25:14.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24792024-12-20T21:25:14.309Z
24802024-12-20T21:25:14.309Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175)
24812024-12-20T21:25:14.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-12-20T21:25:14.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-12-20T21:25:14.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-12-20T21:25:14.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24852024-12-20T21:25:14.923Z
24862024-12-20T21:25:14.923Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/175)
24872024-12-20T21:25:15.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-12-20T21:25:15.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-12-20T21:25:15.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-12-20T21:25:15.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24912024-12-20T21:25:15.543Z
24922024-12-20T21:25:15.543Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/175)
24932024-12-20T21:25:16.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-12-20T21:25:16.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-12-20T21:25:16.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-12-20T21:25:16.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24972024-12-20T21:25:16.158Z
24982024-12-20T21:25:16.158Zinfo: running `cargo check --bins` on cockroach-admin-client (58/175)
24992024-12-20T21:25:16.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-12-20T21:25:16.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-12-20T21:25:16.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-12-20T21:25:16.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25032024-12-20T21:25:16.761Z
25042024-12-20T21:25:16.761Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/175)
25052024-12-20T21:25:17.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-12-20T21:25:17.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-12-20T21:25:17.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-12-20T21:25:17.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25092024-12-20T21:25:17.387Z
25102024-12-20T21:25:17.387Zinfo: running `cargo check --bins` on dns-service-client (60/175)
25112024-12-20T21:25:17.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-12-20T21:25:17.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-12-20T21:25:17.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-12-20T21:25:17.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25152024-12-20T21:25:18.007Z
25162024-12-20T21:25:18.007Zinfo: running `cargo check --bins` on internal-dns-types (61/175)
25172024-12-20T21:25:18.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-12-20T21:25:18.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-12-20T21:25:18.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-12-20T21:25:18.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25212024-12-20T21:25:18.623Z
25222024-12-20T21:25:18.623Zinfo: running `cargo check --bins` on dpd-client (62/175)
25232024-12-20T21:25:19.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-12-20T21:25:19.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-12-20T21:25:19.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-12-20T21:25:19.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25272024-12-20T21:25:19.238Z
25282024-12-20T21:25:19.238Zinfo: running `cargo check --bins` on gateway-client (63/175)
25292024-12-20T21:25:19.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-12-20T21:25:19.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-12-20T21:25:19.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-12-20T21:25:19.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25332024-12-20T21:25:19.841Z
25342024-12-20T21:25:19.841Zinfo: running `cargo check --bins` on installinator-client (64/175)
25352024-12-20T21:25:20.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-12-20T21:25:20.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-12-20T21:25:20.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-12-20T21:25:20.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25392024-12-20T21:25:20.466Z
25402024-12-20T21:25:20.466Zinfo: running `cargo check --bins` on installinator-common (65/175)
25412024-12-20T21:25:21.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-12-20T21:25:21.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-12-20T21:25:21.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-12-20T21:25:21.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25452024-12-20T21:25:21.105Z
25462024-12-20T21:25:21.105Zinfo: running `cargo check --bins` on update-engine (66/175)
25472024-12-20T21:25:21.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-12-20T21:25:21.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-12-20T21:25:21.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-12-20T21:25:21.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25512024-12-20T21:25:21.800Z
25522024-12-20T21:25:21.800Zinfo: running `cargo check --bins` on nexus-client (67/175)
25532024-12-20T21:25:22.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-12-20T21:25:22.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-12-20T21:25:22.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-12-20T21:25:22.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25572024-12-20T21:25:22.350Z
25582024-12-20T21:25:22.350Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/175)
25592024-12-20T21:25:22.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-12-20T21:25:22.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-12-20T21:25:22.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-12-20T21:25:22.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25632024-12-20T21:25:22.983Z
25642024-12-20T21:25:22.984Zinfo: running `cargo check --bins` on omicron-passwords (69/175)
25652024-12-20T21:25:23.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-12-20T21:25:23.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-12-20T21:25:23.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-12-20T21:25:23.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25692024-12-20T21:25:23.588Z
25702024-12-20T21:25:23.588Zinfo: running `cargo check --bins` on nexus-types (70/175)
25712024-12-20T21:25:24.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-12-20T21:25:24.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-12-20T21:25:24.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-12-20T21:25:24.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25752024-12-20T21:25:24.232Z
25762024-12-20T21:25:24.232Zinfo: running `cargo check --bins` on oxide-client (71/175)
25772024-12-20T21:25:24.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-12-20T21:25:24.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-12-20T21:25:24.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-12-20T21:25:24.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25812024-12-20T21:25:24.836Z
25822024-12-20T21:25:24.836Zinfo: running `cargo check --bins` on oximeter-client (72/175)
25832024-12-20T21:25:25.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-12-20T21:25:25.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-12-20T21:25:25.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-12-20T21:25:25.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25872024-12-20T21:25:25.452Z
25882024-12-20T21:25:25.452Zinfo: running `cargo check --bins` on repo-depot-client (73/175)
25892024-12-20T21:25:25.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-12-20T21:25:25.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-12-20T21:25:25.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-12-20T21:25:25.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25932024-12-20T21:25:26.056Z
25942024-12-20T21:25:26.056Zinfo: running `cargo check --bins` on sled-agent-client (74/175)
25952024-12-20T21:25:26.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-12-20T21:25:26.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-12-20T21:25:26.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-12-20T21:25:26.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25992024-12-20T21:25:26.689Z
26002024-12-20T21:25:26.689Zinfo: running `cargo check --bins` on wicketd-client (75/175)
26012024-12-20T21:25:27.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-12-20T21:25:27.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-12-20T21:25:27.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-12-20T21:25:27.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26052024-12-20T21:25:27.343Z
26062024-12-20T21:25:27.343Zinfo: running `cargo check --bins` on sled-agent-types (76/175)
26072024-12-20T21:25:27.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-12-20T21:25:27.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-12-20T21:25:27.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-12-20T21:25:27.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26112024-12-20T21:25:27.989Z
26122024-12-20T21:25:27.989Zinfo: running `cargo check --bins` on wicket-common (77/175)
26132024-12-20T21:25:28.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-12-20T21:25:28.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-12-20T21:25:28.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-12-20T21:25:28.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26172024-12-20T21:25:28.633Z
26182024-12-20T21:25:28.633Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/175)
26192024-12-20T21:25:29.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-12-20T21:25:29.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-12-20T21:25:29.285Z Checking csv-core v0.1.11
26222024-12-20T21:25:29.285Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26232024-12-20T21:25:29.289Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26242024-12-20T21:25:29.587Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26252024-12-20T21:25:29.600Z Checking csv v1.3.0
26262024-12-20T21:25:30.160Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26272024-12-20T21:25:30.489Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26282024-12-20T21:25:31.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
26292024-12-20T21:25:31.923Z
26302024-12-20T21:25:31.924Zinfo: running `cargo check --bins` on cockroach-admin-api (79/175)
26312024-12-20T21:25:32.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-12-20T21:25:32.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-12-20T21:25:32.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-12-20T21:25:32.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26352024-12-20T21:25:32.538Z
26362024-12-20T21:25:32.538Zinfo: running `cargo check --bins` on cockroach-admin-types (80/175)
26372024-12-20T21:25:33.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-12-20T21:25:33.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-12-20T21:25:33.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-12-20T21:25:33.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26412024-12-20T21:25:33.160Z
26422024-12-20T21:25:33.160Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175)
26432024-12-20T21:25:33.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-12-20T21:25:33.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-12-20T21:25:33.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-12-20T21:25:33.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26472024-12-20T21:25:33.884Z
26482024-12-20T21:25:33.884Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175)
26492024-12-20T21:25:34.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-12-20T21:25:34.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-12-20T21:25:34.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-12-20T21:25:34.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26532024-12-20T21:25:34.603Z
26542024-12-20T21:25:34.603Zinfo: running `cargo check --bins` on dns-server (83/175)
26552024-12-20T21:25:35.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-12-20T21:25:35.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-12-20T21:25:35.240Z Compiling parking_lot_core v0.8.6
26582024-12-20T21:25:35.240Z Checking fxhash v0.2.1
26592024-12-20T21:25:35.243Z Checking hickory-server v0.24.1
26602024-12-20T21:25:35.243Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26612024-12-20T21:25:35.243Z Checking hickory-client v0.24.1
26622024-12-20T21:25:35.915Z Checking parking_lot v0.11.2
26632024-12-20T21:25:36.061Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26642024-12-20T21:25:36.061Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26652024-12-20T21:25:36.158Z Checking sled v0.34.7
26662024-12-20T21:25:37.928Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26672024-12-20T21:25:39.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
26682024-12-20T21:25:39.319Z
26692024-12-20T21:25:39.319Zinfo: running `cargo check --bins` on dns-server-api (84/175)
26702024-12-20T21:25:39.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-12-20T21:25:39.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-12-20T21:25:39.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-12-20T21:25:39.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26742024-12-20T21:25:39.931Z
26752024-12-20T21:25:39.931Zinfo: running `cargo check --bins` on gateway-test-utils (85/175)
26762024-12-20T21:25:40.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-12-20T21:25:40.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-12-20T21:25:40.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-12-20T21:25:40.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26802024-12-20T21:25:40.599Z
26812024-12-20T21:25:40.599Zinfo: running `cargo check --bins` on gateway-types (86/175)
26822024-12-20T21:25:41.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-12-20T21:25:41.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-12-20T21:25:41.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-12-20T21:25:41.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26862024-12-20T21:25:41.219Z
26872024-12-20T21:25:41.219Zinfo: running `cargo check --bins` on ipcc (87/175)
26882024-12-20T21:25:41.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-12-20T21:25:41.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-12-20T21:25:41.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912024-12-20T21:25:41.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26922024-12-20T21:25:41.836Z
26932024-12-20T21:25:41.836Zinfo: running `cargo check --bins` on omicron-gateway (88/175)
26942024-12-20T21:25:42.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-12-20T21:25:42.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-12-20T21:25:42.521Z Compiling radium v0.7.0
26972024-12-20T21:25:42.521Z Compiling semver v0.1.20
26982024-12-20T21:25:42.634Z Checking tap v1.0.1
26992024-12-20T21:25:42.636Z Compiling maybe-uninit v2.0.0
27002024-12-20T21:25:42.650Z Checking password-hash v0.5.0
27012024-12-20T21:25:42.652Z Checking blake2 v0.10.6
27022024-12-20T21:25:42.653Z Checking funty v2.0.0
27032024-12-20T21:25:42.653Z Compiling cancel-safe-futures v0.1.5
27042024-12-20T21:25:42.780Z Checking wyz v0.5.1
27052024-12-20T21:25:43.004Z Compiling rustc_version v0.1.7
27062024-12-20T21:25:43.075Z Checking crc-catalog v2.4.0
27072024-12-20T21:25:43.135Z Compiling owo-colors v4.1.0
27082024-12-20T21:25:43.162Z Compiling packed_struct v0.10.1
27092024-12-20T21:25:43.201Z Checking crc v3.2.1
27102024-12-20T21:25:43.225Z Checking argon2 v0.5.3
27112024-12-20T21:25:43.301Z Compiling packed_struct_codegen v0.10.1
27122024-12-20T21:25:43.428Z Checking half v2.4.1
27132024-12-20T21:25:43.451Z Compiling indexmap v1.9.3
27142024-12-20T21:25:43.517Z Compiling newtype_derive v0.1.6
27152024-12-20T21:25:43.537Z Checking bitvec v1.0.1
27162024-12-20T21:25:43.616Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27172024-12-20T21:25:43.643Z Checking ciborium-io v0.2.2
27182024-12-20T21:25:43.733Z Checking nodrop v0.1.14
27192024-12-20T21:25:43.847Z Checking ciborium-ll v0.2.2
27202024-12-20T21:25:43.865Z Checking array-init v0.0.4
27212024-12-20T21:25:43.880Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27222024-12-20T21:25:43.937Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27232024-12-20T21:25:44.122Z Checking smallvec v0.6.14
27242024-12-20T21:25:44.179Z Checking libsw v3.3.1
27252024-12-20T21:25:44.399Z Compiling memoffset v0.9.1
27262024-12-20T21:25:44.451Z Checking bitfield v0.14.0
27272024-12-20T21:25:44.524Z Checking linear-map v1.2.0
27282024-12-20T21:25:44.676Z Checking hashbrown v0.12.3
27292024-12-20T21:25:44.692Z Checking swrite v0.1.0
27302024-12-20T21:25:44.706Z Checking termcolor v1.4.1
27312024-12-20T21:25:44.809Z Checking indent_write v2.2.0
27322024-12-20T21:25:44.863Z Checking serde-hex v0.1.0
27332024-12-20T21:25:44.982Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27342024-12-20T21:25:45.006Z Checking ron v0.8.1
27352024-12-20T21:25:45.118Z Checking env_logger v0.10.2
27362024-12-20T21:25:45.541Z Checking ciborium v0.2.2
27372024-12-20T21:25:45.650Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27382024-12-20T21:25:46.008Z Checking steno v0.4.1
27392024-12-20T21:25:46.353Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27402024-12-20T21:25:46.437Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27412024-12-20T21:25:46.512Z Checking hashbrown v0.13.2
27422024-12-20T21:25:46.585Z Checking crc-any v2.5.0
27432024-12-20T21:25:46.626Z Checking humantime v2.1.0
27442024-12-20T21:25:46.939Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27452024-12-20T21:25:46.983Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27462024-12-20T21:25:47.316Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27472024-12-20T21:25:47.574Z Checking object v0.30.4
27482024-12-20T21:25:47.591Z Checking path-slash v0.1.5
27492024-12-20T21:25:47.668Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27502024-12-20T21:25:47.725Z Checking nix v0.27.1
27512024-12-20T21:25:48.291Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27522024-12-20T21:25:48.682Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27532024-12-20T21:25:48.788Z Checking tungstenite v0.23.0
27542024-12-20T21:25:48.933Z Checking kstat-rs v0.2.4
27552024-12-20T21:25:48.992Z Checking signal-hook-tokio v0.3.1
27562024-12-20T21:25:49.255Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27572024-12-20T21:25:49.550Z Checking tokio-tungstenite v0.23.1
27582024-12-20T21:25:49.835Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27592024-12-20T21:25:50.233Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27602024-12-20T21:25:50.744Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27612024-12-20T21:25:56.877Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27622024-12-20T21:25:58.174Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27632024-12-20T21:26:01.348Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27642024-12-20T21:26:07.068Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27652024-12-20T21:26:07.755Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27662024-12-20T21:26:10.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.69s
27672024-12-20T21:26:10.710Z
27682024-12-20T21:26:10.711Zinfo: running `cargo check --bins` on gateway-api (89/175)
27692024-12-20T21:26:11.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-12-20T21:26:11.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-12-20T21:26:11.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-12-20T21:26:11.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27732024-12-20T21:26:11.334Z
27742024-12-20T21:26:11.334Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175)
27752024-12-20T21:26:11.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-12-20T21:26:11.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-12-20T21:26:11.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-12-20T21:26:11.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27792024-12-20T21:26:11.929Z
27802024-12-20T21:26:11.929Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175)
27812024-12-20T21:26:12.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-12-20T21:26:12.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-12-20T21:26:12.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-12-20T21:26:12.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27852024-12-20T21:26:12.544Z
27862024-12-20T21:26:12.544Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175)
27872024-12-20T21:26:13.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-12-20T21:26:13.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-12-20T21:26:13.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-12-20T21:26:13.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27912024-12-20T21:26:13.159Z
27922024-12-20T21:26:13.159Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175)
27932024-12-20T21:26:13.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-12-20T21:26:13.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-12-20T21:26:13.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-12-20T21:26:13.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27972024-12-20T21:26:13.774Z
27982024-12-20T21:26:13.774Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175)
27992024-12-20T21:26:14.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-12-20T21:26:14.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-12-20T21:26:14.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-12-20T21:26:14.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28032024-12-20T21:26:14.395Z
28042024-12-20T21:26:14.395Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175)
28052024-12-20T21:26:14.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-12-20T21:26:14.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-12-20T21:26:14.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-12-20T21:26:14.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28092024-12-20T21:26:15.006Z
28102024-12-20T21:26:15.006Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175)
28112024-12-20T21:26:15.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-12-20T21:26:15.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-12-20T21:26:15.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-12-20T21:26:15.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28152024-12-20T21:26:15.623Z
28162024-12-20T21:26:15.623Zinfo: running `cargo check --bins` on oximeter-producer (97/175)
28172024-12-20T21:26:16.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-12-20T21:26:16.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-12-20T21:26:16.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-12-20T21:26:16.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28212024-12-20T21:26:16.261Z
28222024-12-20T21:26:16.261Zinfo: running `cargo check --bins` on internal-dns-resolver (98/175)
28232024-12-20T21:26:16.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-12-20T21:26:16.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-12-20T21:26:16.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-12-20T21:26:16.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28272024-12-20T21:26:16.875Z
28282024-12-20T21:26:16.875Zinfo: running `cargo check --bins` on sp-sim (99/175)
28292024-12-20T21:26:17.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-12-20T21:26:17.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-12-20T21:26:17.499Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28322024-12-20T21:26:19.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
28332024-12-20T21:26:19.507Z
28342024-12-20T21:26:19.507Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175)
28352024-12-20T21:26:20.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-12-20T21:26:20.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-12-20T21:26:20.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-12-20T21:26:20.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28392024-12-20T21:26:20.164Z
28402024-12-20T21:26:20.165Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175)
28412024-12-20T21:26:20.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-12-20T21:26:20.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-12-20T21:26:20.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-12-20T21:26:20.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28452024-12-20T21:26:20.833Z
28462024-12-20T21:26:20.833Zinfo: running `cargo check --bins` on db-macros (102/175)
28472024-12-20T21:26:21.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-12-20T21:26:21.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-12-20T21:26:21.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-12-20T21:26:21.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28512024-12-20T21:26:21.428Z
28522024-12-20T21:26:21.428Zinfo: running `cargo check --bins` on nexus-macros-common (103/175)
28532024-12-20T21:26:21.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-12-20T21:26:21.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-12-20T21:26:21.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-12-20T21:26:21.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28572024-12-20T21:26:22.025Z
28582024-12-20T21:26:22.025Zinfo: running `cargo check --bins` on nexus-auth (104/175)
28592024-12-20T21:26:22.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-12-20T21:26:22.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-12-20T21:26:22.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-12-20T21:26:22.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28632024-12-20T21:26:22.684Z
28642024-12-20T21:26:22.684Zinfo: running `cargo check --bins` on authz-macros (105/175)
28652024-12-20T21:26:23.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-12-20T21:26:23.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-12-20T21:26:23.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-12-20T21:26:23.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28692024-12-20T21:26:23.278Z
28702024-12-20T21:26:23.278Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/175)
28712024-12-20T21:26:23.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-12-20T21:26:23.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-12-20T21:26:23.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-12-20T21:26:23.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28752024-12-20T21:26:23.921Z
28762024-12-20T21:26:23.921Zinfo: running `cargo check --bins` on nexus-db-model (107/175)
28772024-12-20T21:26:24.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-12-20T21:26:24.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-12-20T21:26:24.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-12-20T21:26:24.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28812024-12-20T21:26:24.565Z
28822024-12-20T21:26:24.565Zinfo: running `cargo check --bins` on nexus-defaults (108/175)
28832024-12-20T21:26:25.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-12-20T21:26:25.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-12-20T21:26:25.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-12-20T21:26:25.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28872024-12-20T21:26:25.237Z
28882024-12-20T21:26:25.237Zinfo: running `cargo check --bins` on nexus-inventory (109/175)
28892024-12-20T21:26:25.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-12-20T21:26:25.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-12-20T21:26:25.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-12-20T21:26:25.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28932024-12-20T21:26:25.818Z
28942024-12-20T21:26:25.818Zinfo: running `cargo check --bins` on typed-rng (110/175)
28952024-12-20T21:26:26.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-12-20T21:26:26.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-12-20T21:26:26.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-12-20T21:26:26.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28992024-12-20T21:26:26.415Z
29002024-12-20T21:26:26.415Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175)
29012024-12-20T21:26:27.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-12-20T21:26:27.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-12-20T21:26:27.142Z Checking keccak v0.1.5
29042024-12-20T21:26:27.252Z Checking secrecy v0.8.0
29052024-12-20T21:26:27.254Z Compiling unicase v2.7.0
29062024-12-20T21:26:27.254Z Compiling same-file v1.0.6
29072024-12-20T21:26:27.276Z Compiling tempfile v3.13.0
29082024-12-20T21:26:27.288Z Compiling thiserror-impl-no-std v2.0.2
29092024-12-20T21:26:27.290Z Checking universal-hash v0.5.1
29102024-12-20T21:26:27.290Z Compiling blake3 v1.5.4
29112024-12-20T21:26:27.430Z Compiling walkdir v2.5.0
29122024-12-20T21:26:27.469Z Compiling ring v0.16.20
29132024-12-20T21:26:27.526Z Checking sha3 v0.10.8
29142024-12-20T21:26:27.540Z Checking opaque-debug v0.3.1
29152024-12-20T21:26:27.630Z Checking poly1305 v0.8.0
29162024-12-20T21:26:27.687Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29172024-12-20T21:26:27.904Z Checking chacha20 v0.9.1
29182024-12-20T21:26:27.971Z Checking aead v0.5.2
29192024-12-20T21:26:28.099Z Compiling memmap2 v0.9.5
29202024-12-20T21:26:28.137Z Compiling libefi-sys v0.1.0
29212024-12-20T21:26:28.189Z Compiling spin v0.5.2
29222024-12-20T21:26:28.205Z Compiling salty v0.3.0
29232024-12-20T21:26:28.241Z Compiling constant_time_eq v0.3.1
29242024-12-20T21:26:28.381Z Compiling arrayvec v0.7.6
29252024-12-20T21:26:28.397Z Compiling arrayref v0.3.9
29262024-12-20T21:26:28.441Z Checking chacha20poly1305 v0.10.1
29272024-12-20T21:26:28.525Z Compiling toolchain_find v0.4.0
29282024-12-20T21:26:28.575Z Compiling camino-tempfile v1.1.1
29292024-12-20T21:26:28.616Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29302024-12-20T21:26:28.630Z Compiling bitfield-struct v0.6.2
29312024-12-20T21:26:28.932Z Compiling topological-sort v0.2.2
29322024-12-20T21:26:29.020Z Compiling mime_guess v2.0.5
29332024-12-20T21:26:29.112Z Compiling rustfmt-wrapper v0.2.1
29342024-12-20T21:26:29.570Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29352024-12-20T21:26:29.669Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29362024-12-20T21:26:29.690Z Checking primeorder v0.13.6
29372024-12-20T21:26:29.953Z Checking env_filter v0.1.2
29382024-12-20T21:26:30.004Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29392024-12-20T21:26:30.036Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29402024-12-20T21:26:30.152Z Checking p384 v0.13.0
29412024-12-20T21:26:30.172Z Checking env_logger v0.11.5
29422024-12-20T21:26:30.321Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29432024-12-20T21:26:30.339Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29442024-12-20T21:26:30.413Z Checking thiserror-no-std v2.0.2
29452024-12-20T21:26:30.517Z Checking vsss-rs v3.3.4
29462024-12-20T21:26:30.579Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29472024-12-20T21:26:30.596Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29482024-12-20T21:26:30.724Z Checking simd-adler32 v0.3.7
29492024-12-20T21:26:30.926Z Compiling zip v2.1.3
29502024-12-20T21:26:30.970Z Checking http-range v0.1.5
29512024-12-20T21:26:31.055Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29522024-12-20T21:26:31.073Z Checking bumpalo v3.16.0
29532024-12-20T21:26:31.133Z Checking lockfree-object-pool v0.1.6
29542024-12-20T21:26:31.201Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29552024-12-20T21:26:31.248Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29562024-12-20T21:26:31.376Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29572024-12-20T21:26:31.396Z Checking zopfli v0.8.1
29582024-12-20T21:26:31.473Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29592024-12-20T21:26:32.025Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29602024-12-20T21:26:32.065Z Checking nanorand v0.7.0
29612024-12-20T21:26:32.083Z Checking atty v0.2.14
29622024-12-20T21:26:32.100Z Checking glob v0.3.1
29632024-12-20T21:26:32.196Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29642024-12-20T21:26:32.437Z Checking flume v0.11.1
29652024-12-20T21:26:32.801Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29662024-12-20T21:26:32.934Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29672024-12-20T21:26:33.224Z Compiling omicron-zone-package v0.11.1
29682024-12-20T21:26:33.508Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29692024-12-20T21:26:33.929Z Checking hyper-staticfile v0.10.1
29702024-12-20T21:26:34.458Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29712024-12-20T21:26:34.676Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29722024-12-20T21:26:34.822Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29732024-12-20T21:26:34.869Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29742024-12-20T21:26:35.025Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29752024-12-20T21:26:35.545Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29762024-12-20T21:26:35.963Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29772024-12-20T21:26:36.071Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29782024-12-20T21:26:36.419Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29792024-12-20T21:26:37.575Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29802024-12-20T21:26:39.166Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29812024-12-20T21:26:39.169Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29822024-12-20T21:26:49.498Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29832024-12-20T21:27:03.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.70s
29842024-12-20T21:27:03.298Z
29852024-12-20T21:27:03.298Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175)
29862024-12-20T21:27:03.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-12-20T21:27:03.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-12-20T21:27:04.019Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29892024-12-20T21:27:17.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.16s
29902024-12-20T21:27:17.655Z
29912024-12-20T21:27:17.655Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175)
29922024-12-20T21:27:18.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-12-20T21:27:18.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-12-20T21:27:18.373Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29952024-12-20T21:27:31.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
29962024-12-20T21:27:32.167Z
29972024-12-20T21:27:32.168Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175)
29982024-12-20T21:27:32.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-12-20T21:27:32.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-12-20T21:27:32.885Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30012024-12-20T21:27:46.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
30022024-12-20T21:27:46.612Z
30032024-12-20T21:27:46.612Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175)
30042024-12-20T21:27:47.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-12-20T21:27:47.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-12-20T21:27:47.339Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30072024-12-20T21:28:00.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s
30082024-12-20T21:28:01.175Z
30092024-12-20T21:28:01.175Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175)
30102024-12-20T21:28:01.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-12-20T21:28:01.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-12-20T21:28:01.900Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30132024-12-20T21:28:15.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s
30142024-12-20T21:28:15.547Z
30152024-12-20T21:28:15.547Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175)
30162024-12-20T21:28:16.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-12-20T21:28:16.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-12-20T21:28:16.265Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30192024-12-20T21:28:29.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s
30202024-12-20T21:28:30.004Z
30212024-12-20T21:28:30.004Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175)
30222024-12-20T21:28:30.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-12-20T21:28:30.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-12-20T21:28:30.720Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30252024-12-20T21:28:44.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s
30262024-12-20T21:28:44.480Z
30272024-12-20T21:28:44.480Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/175)
30282024-12-20T21:28:45.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-12-20T21:28:45.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-12-20T21:28:45.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312024-12-20T21:28:45.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30322024-12-20T21:28:45.128Z
30332024-12-20T21:28:45.128Zinfo: running `cargo check --bins` on key-manager (120/175)
30342024-12-20T21:28:45.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-12-20T21:28:45.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-12-20T21:28:45.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372024-12-20T21:28:45.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30382024-12-20T21:28:45.746Z
30392024-12-20T21:28:45.746Zinfo: running `cargo check --bins` on range-requests (121/175)
30402024-12-20T21:28:46.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-12-20T21:28:46.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-12-20T21:28:46.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-12-20T21:28:46.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30442024-12-20T21:28:46.350Z
30452024-12-20T21:28:46.350Zinfo: running `cargo check --bins` on repo-depot-api (122/175)
30462024-12-20T21:28:46.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-12-20T21:28:46.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-12-20T21:28:46.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-12-20T21:28:46.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30502024-12-20T21:28:46.974Z
30512024-12-20T21:28:46.974Zinfo: running `cargo check --bins` on sled-agent-api (123/175)
30522024-12-20T21:28:47.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-12-20T21:28:47.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-12-20T21:28:47.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552024-12-20T21:28:47.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30562024-12-20T21:28:47.619Z
30572024-12-20T21:28:47.619Zinfo: running `cargo check --bins` on sled-diagnostics (124/175)
30582024-12-20T21:28:48.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-12-20T21:28:48.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-12-20T21:28:48.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-12-20T21:28:48.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30622024-12-20T21:28:48.221Z
30632024-12-20T21:28:48.221Zinfo: running `cargo check --bins` on sled-hardware (125/175)
30642024-12-20T21:28:48.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-12-20T21:28:48.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-12-20T21:28:48.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-12-20T21:28:48.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30682024-12-20T21:28:48.855Z
30692024-12-20T21:28:48.855Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/175)
30702024-12-20T21:28:49.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-12-20T21:28:49.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-12-20T21:28:49.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-12-20T21:28:49.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30742024-12-20T21:28:49.490Z
30752024-12-20T21:28:49.490Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175)
30762024-12-20T21:28:50.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-12-20T21:28:50.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-12-20T21:28:50.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-12-20T21:28:50.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30802024-12-20T21:28:50.129Z
30812024-12-20T21:28:50.129Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/175)
30822024-12-20T21:28:50.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-12-20T21:28:50.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-12-20T21:28:50.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852024-12-20T21:28:50.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30862024-12-20T21:28:50.777Z
30872024-12-20T21:28:50.777Zinfo: running `cargo check --bins` on nexus-test-interface (129/175)
30882024-12-20T21:28:51.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-12-20T21:28:51.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-12-20T21:28:51.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912024-12-20T21:28:51.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30922024-12-20T21:28:51.413Z
30932024-12-20T21:28:51.413Zinfo: running `cargo check --bins` on oximeter-collector (130/175)
30942024-12-20T21:28:51.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-12-20T21:28:51.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-12-20T21:28:52.094Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30972024-12-20T21:28:52.094Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30982024-12-20T21:28:52.952Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30992024-12-20T21:28:54.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
31002024-12-20T21:28:55.133Z
31012024-12-20T21:28:55.133Zinfo: running `cargo check --bins` on oximeter-api (131/175)
31022024-12-20T21:28:55.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-12-20T21:28:55.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-12-20T21:28:55.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052024-12-20T21:28:55.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31062024-12-20T21:28:55.749Z
31072024-12-20T21:28:55.749Zinfo: running `cargo check --bins` on cert-dev (132/175)
31082024-12-20T21:28:56.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-12-20T21:28:56.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-12-20T21:28:56.347Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31112024-12-20T21:28:56.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
31122024-12-20T21:28:56.769Z
31132024-12-20T21:28:56.769Zinfo: running `cargo check --bins` on clickana (133/175)
31142024-12-20T21:28:57.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-12-20T21:28:57.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-12-20T21:28:57.403Z Checking castaway v0.2.3
31172024-12-20T21:28:57.403Z Checking unicode-truncate v1.1.0
31182024-12-20T21:28:57.406Z Checking lru v0.12.5
31192024-12-20T21:28:57.406Z Compiling instability v0.3.2
31202024-12-20T21:28:57.406Z Checking cassowary v0.3.0
31212024-12-20T21:28:57.406Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222024-12-20T21:28:57.623Z Checking compact_str v0.8.0
31232024-12-20T21:28:58.221Z Checking ratatui v0.28.1
31242024-12-20T21:29:00.103Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31252024-12-20T21:29:00.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
31262024-12-20T21:29:01.090Z
31272024-12-20T21:29:01.090Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (134/175)
31282024-12-20T21:29:01.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292024-12-20T21:29:01.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302024-12-20T21:29:01.768Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31312024-12-20T21:29:01.768Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31322024-12-20T21:29:02.372Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31332024-12-20T21:29:02.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
31342024-12-20T21:29:02.906Z
31352024-12-20T21:29:02.906Zinfo: running `cargo check --bins` on ch-dev (135/175)
31362024-12-20T21:29:03.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372024-12-20T21:29:03.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382024-12-20T21:29:03.558Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31392024-12-20T21:29:04.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31402024-12-20T21:29:04.437Z
31412024-12-20T21:29:04.437Zinfo: running `cargo check --bins` on crdb-seed (136/175)
31422024-12-20T21:29:04.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432024-12-20T21:29:05.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442024-12-20T21:29:05.087Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31452024-12-20T21:29:05.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31462024-12-20T21:29:05.621Z
31472024-12-20T21:29:05.621Zinfo: running `cargo check --bins` on db-dev (137/175)
31482024-12-20T21:29:06.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-12-20T21:29:06.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-12-20T21:29:06.268Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31512024-12-20T21:29:06.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31522024-12-20T21:29:07.158Z
31532024-12-20T21:29:07.158Zinfo: running `cargo check --bins` on omicron-dev-lib (138/175)
31542024-12-20T21:29:07.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552024-12-20T21:29:07.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562024-12-20T21:29:07.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572024-12-20T21:29:07.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31582024-12-20T21:29:07.795Z
31592024-12-20T21:29:07.795Zinfo: running `cargo check --bins` on xtask-downloader (139/175)
31602024-12-20T21:29:08.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612024-12-20T21:29:08.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622024-12-20T21:29:08.403Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31632024-12-20T21:29:09.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
31642024-12-20T21:29:09.435Z
31652024-12-20T21:29:09.435Zinfo: running `cargo check --bins` on omicron-ls-apis (140/175)
31662024-12-20T21:29:09.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-12-20T21:29:09.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-12-20T21:29:10.047Z Checking cargo-platform v0.1.8
31692024-12-20T21:29:10.313Z Checking cargo_metadata v0.18.1
31702024-12-20T21:29:11.261Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31712024-12-20T21:29:12.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
31722024-12-20T21:29:12.254Z
31732024-12-20T21:29:12.254Zinfo: running `cargo check --bins` on mgs-dev (141/175)
31742024-12-20T21:29:12.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752024-12-20T21:29:12.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762024-12-20T21:29:12.956Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31772024-12-20T21:29:13.671Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31782024-12-20T21:29:14.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
31792024-12-20T21:29:14.407Z
31802024-12-20T21:29:14.407Zinfo: running `cargo check --bins` on omicron-omdb (142/175)
31812024-12-20T21:29:15.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-12-20T21:29:15.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-12-20T21:29:15.164Z Compiling crunchy v0.2.2
31842024-12-20T21:29:15.164Z Compiling tiny-keccak v2.0.2
31852024-12-20T21:29:15.167Z Compiling dsl_auto_type v0.1.2
31862024-12-20T21:29:15.167Z Checking scheduled-thread-pool v0.2.7
31872024-12-20T21:29:15.167Z Compiling diesel_table_macro_syntax v0.2.0
31882024-12-20T21:29:15.285Z Compiling ascii-canvas v3.0.0
31892024-12-20T21:29:15.292Z Compiling ena v0.14.3
31902024-12-20T21:29:15.300Z Compiling diff v0.1.13
31912024-12-20T21:29:15.463Z Checking r2d2 v0.8.10
31922024-12-20T21:29:15.571Z Compiling regex-syntax v0.6.29
31932024-12-20T21:29:15.703Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31942024-12-20T21:29:15.724Z Compiling ref-cast v1.0.23
31952024-12-20T21:29:15.786Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31962024-12-20T21:29:15.814Z Compiling derive_builder_core v0.20.2
31972024-12-20T21:29:15.926Z Compiling libxml v0.3.3
31982024-12-20T21:29:15.964Z Compiling ref-cast-impl v1.0.23
31992024-12-20T21:29:16.042Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32002024-12-20T21:29:16.310Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32012024-12-20T21:29:16.333Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32022024-12-20T21:29:16.476Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32032024-12-20T21:29:16.551Z Compiling strum_macros v0.24.3
32042024-12-20T21:29:16.602Z Compiling samael v0.0.17
32052024-12-20T21:29:16.882Z Compiling diesel_derives v2.2.3
32062024-12-20T21:29:16.900Z Compiling indoc v1.0.9
32072024-12-20T21:29:17.880Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32082024-12-20T21:29:18.157Z Compiling impl-trait-for-tuples v0.2.2
32092024-12-20T21:29:18.286Z Compiling derive_builder_macro v0.20.2
32102024-12-20T21:29:19.045Z Compiling lalrpop v0.19.12
32112024-12-20T21:29:19.155Z Checking derive_builder v0.20.2
32122024-12-20T21:29:19.303Z Compiling oso-derive v0.27.3
32132024-12-20T21:29:19.799Z Checking quick-xml v0.33.0
32142024-12-20T21:29:20.222Z Compiling diesel-dtrace v0.4.2
32152024-12-20T21:29:20.311Z Checking maplit v1.0.2
32162024-12-20T21:29:20.453Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32172024-12-20T21:29:20.580Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32182024-12-20T21:29:20.809Z Checking bb8 v0.8.5
32192024-12-20T21:29:20.879Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32202024-12-20T21:29:21.153Z Checking rand_seeder v0.3.0
32212024-12-20T21:29:21.328Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32222024-12-20T21:29:21.392Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32232024-12-20T21:29:21.425Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32242024-12-20T21:29:21.585Z Checking unicode-linebreak v0.1.5
32252024-12-20T21:29:21.695Z Checking smawk v0.3.2
32262024-12-20T21:29:21.977Z Checking is_ci v1.2.0
32272024-12-20T21:29:22.087Z Checking textwrap v0.16.1
32282024-12-20T21:29:22.124Z Checking supports-color v3.0.1
32292024-12-20T21:29:22.212Z Checking multimap v0.10.0
32302024-12-20T21:29:23.142Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32312024-12-20T21:29:25.530Z Checking diesel v2.2.6
32322024-12-20T21:29:51.635Z Compiling polar-core v0.27.3
32332024-12-20T21:29:54.049Z Checking async-bb8-diesel v0.2.1
32342024-12-20T21:29:59.094Z Checking oso v0.27.3
32352024-12-20T21:31:07.111Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32362024-12-20T21:31:13.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
32372024-12-20T21:31:13.373Z
32382024-12-20T21:31:13.373Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175)
32392024-12-20T21:31:13.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402024-12-20T21:31:13.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412024-12-20T21:31:13.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422024-12-20T21:31:13.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32432024-12-20T21:31:14.028Z
32442024-12-20T21:31:14.028Zinfo: running `cargo check --bins` on nexus-saga-recovery (144/175)
32452024-12-20T21:31:14.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462024-12-20T21:31:14.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472024-12-20T21:31:14.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482024-12-20T21:31:14.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32492024-12-20T21:31:14.707Z
32502024-12-20T21:31:14.707Zinfo: running `cargo check --bins` on nexus-test-utils-macros (145/175)
32512024-12-20T21:31:15.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522024-12-20T21:31:15.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532024-12-20T21:31:15.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542024-12-20T21:31:15.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32552024-12-20T21:31:15.290Z
32562024-12-20T21:31:15.290Zinfo: running `cargo check --bins` on omicron-nexus (146/175)
32572024-12-20T21:31:15.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582024-12-20T21:31:15.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592024-12-20T21:31:16.069Z Compiling libz-sys v1.1.20
32602024-12-20T21:31:16.183Z Compiling libgit2-sys v0.17.0+1.8.1
32612024-12-20T21:31:16.193Z Compiling vergen v8.3.2
32622024-12-20T21:31:16.196Z Compiling cargo-platform v0.1.8
32632024-12-20T21:31:16.196Z Compiling pin-project-internal v1.1.6
32642024-12-20T21:31:16.231Z Compiling snafu-derive v0.8.5
32652024-12-20T21:31:16.231Z Compiling libsqlite3-sys v0.30.1
32662024-12-20T21:31:16.234Z Compiling buf-list v1.0.3
32672024-12-20T21:31:16.469Z Compiling rustls v0.21.12
32682024-12-20T21:31:16.733Z Compiling cargo_metadata v0.18.1
32692024-12-20T21:31:16.736Z Compiling cfg_aliases v0.2.1
32702024-12-20T21:31:16.858Z Compiling nix v0.29.0
32712024-12-20T21:31:16.927Z Checking globset v0.4.15
32722024-12-20T21:31:16.998Z Checking olpc-cjson v0.1.4
32732024-12-20T21:31:17.109Z Checking sct v0.7.1
32742024-12-20T21:31:17.185Z Checking rustls-webpki v0.101.7
32752024-12-20T21:31:17.311Z Checking serde_plain v1.0.2
32762024-12-20T21:31:17.398Z Checking typed-path v0.9.3
32772024-12-20T21:31:17.847Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32782024-12-20T21:31:18.112Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32792024-12-20T21:31:18.188Z Checking hashlink v0.9.1
32802024-12-20T21:31:18.381Z Checking fallible-iterator v0.3.0
32812024-12-20T21:31:18.785Z Checking parse-size v1.1.0
32822024-12-20T21:31:18.964Z Checking fallible-streaming-iterator v0.1.9
32832024-12-20T21:31:19.169Z Checking rusqlite v0.32.1
32842024-12-20T21:31:19.252Z Checking pin-project v1.1.6
32852024-12-20T21:31:19.374Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32862024-12-20T21:31:19.419Z Checking rustls-pemfile v1.0.4
32872024-12-20T21:31:19.526Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32882024-12-20T21:31:19.618Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32892024-12-20T21:31:19.880Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32902024-12-20T21:31:20.203Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32912024-12-20T21:31:20.333Z Checking twox-hash v1.6.3
32922024-12-20T21:31:20.382Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32932024-12-20T21:31:20.751Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32942024-12-20T21:31:20.799Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32952024-12-20T21:31:20.877Z Checking tokio-rustls v0.24.1
32962024-12-20T21:31:21.217Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32972024-12-20T21:31:21.336Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32982024-12-20T21:31:21.358Z Checking fatfs v0.3.6
32992024-12-20T21:31:21.627Z Checking snafu v0.8.5
33002024-12-20T21:31:22.132Z Checking tough v0.19.0
33012024-12-20T21:31:22.297Z Checking assert_matches v1.5.0
33022024-12-20T21:31:26.184Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33032024-12-20T21:31:27.558Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33042024-12-20T21:31:28.089Z Compiling git2 v0.19.0
33052024-12-20T21:31:32.774Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33062024-12-20T21:32:24.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
33072024-12-20T21:32:24.714Z
33082024-12-20T21:32:24.714Zinfo: running `cargo check --bins` on nexus-external-api (147/175)
33092024-12-20T21:32:25.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102024-12-20T21:32:25.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112024-12-20T21:32:25.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122024-12-20T21:32:25.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33132024-12-20T21:32:25.384Z
33142024-12-20T21:32:25.384Zinfo: running `cargo check --bins` on openapi-manager-types (148/175)
33152024-12-20T21:32:25.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162024-12-20T21:32:25.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172024-12-20T21:32:25.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182024-12-20T21:32:25.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33192024-12-20T21:32:25.981Z
33202024-12-20T21:32:25.981Zinfo: running `cargo check --bins` on nexus-internal-api (149/175)
33212024-12-20T21:32:26.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222024-12-20T21:32:26.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232024-12-20T21:32:26.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242024-12-20T21:32:26.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33252024-12-20T21:32:26.639Z
33262024-12-20T21:32:26.639Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (150/175)
33272024-12-20T21:32:27.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-12-20T21:32:27.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-12-20T21:32:27.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302024-12-20T21:32:27.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33312024-12-20T21:32:27.303Z
33322024-12-20T21:32:27.303Zinfo: running `cargo check --bins` on nexus-networking (151/175)
33332024-12-20T21:32:27.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-12-20T21:32:27.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-12-20T21:32:27.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362024-12-20T21:32:27.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33372024-12-20T21:32:27.959Z
33382024-12-20T21:32:27.959Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (152/175)
33392024-12-20T21:32:28.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-12-20T21:32:28.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-12-20T21:32:28.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422024-12-20T21:32:28.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33432024-12-20T21:32:28.623Z
33442024-12-20T21:32:28.623Zinfo: running `cargo check --bins` on update-common (153/175)
33452024-12-20T21:32:29.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-12-20T21:32:29.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-12-20T21:32:29.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482024-12-20T21:32:29.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33492024-12-20T21:32:29.257Z
33502024-12-20T21:32:29.257Zinfo: running `cargo check --bins` on tufaceous-lib (154/175)
33512024-12-20T21:32:29.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-12-20T21:32:29.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-12-20T21:32:29.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542024-12-20T21:32:29.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33552024-12-20T21:32:29.894Z
33562024-12-20T21:32:29.894Zinfo: running `cargo check --bins` on tufaceous (155/175)
33572024-12-20T21:32:30.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-12-20T21:32:30.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-12-20T21:32:30.544Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33602024-12-20T21:32:31.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
33612024-12-20T21:32:31.680Z
33622024-12-20T21:32:31.680Zinfo: running `cargo check --bins` on omicron-dev (156/175)
33632024-12-20T21:32:32.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642024-12-20T21:32:32.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652024-12-20T21:32:32.510Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33662024-12-20T21:32:32.636Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33672024-12-20T21:32:32.638Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33682024-12-20T21:32:32.647Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33692024-12-20T21:32:58.294Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33702024-12-20T21:32:58.297Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33712024-12-20T21:32:58.297Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33722024-12-20T21:32:58.297Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33732024-12-20T21:32:58.297Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33742024-12-20T21:32:59.114Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33752024-12-20T21:33:00.364Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33762024-12-20T21:33:37.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
33772024-12-20T21:33:37.783Z
33782024-12-20T21:33:37.783Zinfo: running `cargo check --bins` on openapi-manager (157/175)
33792024-12-20T21:33:38.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802024-12-20T21:33:38.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812024-12-20T21:33:38.477Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33822024-12-20T21:33:38.477Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33832024-12-20T21:33:38.480Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33842024-12-20T21:33:40.108Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33852024-12-20T21:33:40.998Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33862024-12-20T21:33:42.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
33872024-12-20T21:33:42.266Z
33882024-12-20T21:33:42.266Zinfo: running `cargo check --bins` on installinator-api (158/175)
33892024-12-20T21:33:42.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902024-12-20T21:33:42.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912024-12-20T21:33:42.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922024-12-20T21:33:42.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33932024-12-20T21:33:42.899Z
33942024-12-20T21:33:42.899Zinfo: running `cargo check --bins` on wicketd-api (159/175)
33952024-12-20T21:33:43.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962024-12-20T21:33:43.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972024-12-20T21:33:43.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982024-12-20T21:33:43.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33992024-12-20T21:33:43.539Z
34002024-12-20T21:33:43.539Zinfo: running `cargo check --bins` on reconfigurator-cli (160/175)
34012024-12-20T21:33:44.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022024-12-20T21:33:44.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032024-12-20T21:33:44.210Z Compiling petname v2.0.2
34042024-12-20T21:33:44.212Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34052024-12-20T21:33:44.212Z Checking sync-ptr v0.1.1
34062024-12-20T21:33:45.614Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34072024-12-20T21:33:47.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
34082024-12-20T21:33:47.376Z
34092024-12-20T21:33:47.377Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175)
34102024-12-20T21:33:47.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112024-12-20T21:33:47.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122024-12-20T21:33:47.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132024-12-20T21:33:47.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34142024-12-20T21:33:48.030Z
34152024-12-20T21:33:48.030Zinfo: running `cargo check --bins` on omicron-releng (162/175)
34162024-12-20T21:33:48.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172024-12-20T21:33:48.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182024-12-20T21:33:48.695Z Checking memmap2 v0.9.5
34192024-12-20T21:33:48.695Z Checking constant_time_eq v0.3.1
34202024-12-20T21:33:48.698Z Checking arrayref v0.3.9
34212024-12-20T21:33:48.698Z Checking arrayvec v0.7.6
34222024-12-20T21:33:48.698Z Checking spin v0.5.2
34232024-12-20T21:33:48.698Z Checking topological-sort v0.2.2
34242024-12-20T21:33:48.698Z Checking shell-words v1.1.0
34252024-12-20T21:33:48.999Z Checking ring v0.16.20
34262024-12-20T21:33:49.071Z Checking blake3 v1.5.4
34272024-12-20T21:33:50.078Z Checking omicron-zone-package v0.11.1
34282024-12-20T21:33:51.198Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34292024-12-20T21:33:52.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
34302024-12-20T21:33:52.311Z
34312024-12-20T21:33:52.311Zinfo: running `cargo check --bins` on xtask (163/175)
34322024-12-20T21:33:52.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332024-12-20T21:33:52.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342024-12-20T21:33:52.744Z Checking bitflags v2.6.0
34352024-12-20T21:33:52.823Z Checking serde v1.0.215
34362024-12-20T21:33:52.825Z Checking thiserror v1.0.69
34372024-12-20T21:33:52.840Z Checking scroll v0.12.0
34382024-12-20T21:33:52.843Z Checking log v0.4.22
34392024-12-20T21:33:52.848Z Checking hashbrown v0.15.1
34402024-12-20T21:33:52.856Z Checking zerocopy v0.7.35
34412024-12-20T21:33:52.881Z Checking syn v2.0.87
34422024-12-20T21:33:52.941Z Checking pest v2.7.14
34432024-12-20T21:33:53.052Z Checking rustix v0.38.37
34442024-12-20T21:33:53.097Z Checking once_cell v1.20.2
34452024-12-20T21:33:53.259Z Checking goblin v0.8.2
34462024-12-20T21:33:53.390Z Checking fs-err v2.11.0
34472024-12-20T21:33:53.685Z Checking anyhow v1.0.93
34482024-12-20T21:33:53.903Z Checking indexmap v2.6.0
34492024-12-20T21:33:54.065Z Checking tabled v0.15.0
34502024-12-20T21:33:54.717Z Checking terminal_size v0.4.0
34512024-12-20T21:33:54.717Z Checking tempfile v3.13.0
34522024-12-20T21:33:54.879Z Checking clap_builder v4.5.21
34532024-12-20T21:33:55.375Z Checking dtrace-parser v0.2.0
34542024-12-20T21:33:57.254Z Checking clap v4.5.21
34552024-12-20T21:33:57.354Z Checking serde_json v1.0.132
34562024-12-20T21:33:57.354Z Checking toml_datetime v0.6.8
34572024-12-20T21:33:57.358Z Checking serde_spanned v0.6.8
34582024-12-20T21:33:57.358Z Checking camino v1.1.9
34592024-12-20T21:33:57.358Z Checking semver v1.0.23
34602024-12-20T21:33:57.358Z Checking cargo-platform v0.1.8
34612024-12-20T21:33:57.358Z Checking macaddr v1.0.1
34622024-12-20T21:33:57.623Z Checking toml_edit v0.22.22
34632024-12-20T21:33:57.798Z Checking camino-tempfile v1.1.1
34642024-12-20T21:33:58.426Z Checking dof v0.3.0
34652024-12-20T21:33:58.426Z Checking cargo_metadata v0.18.1
34662024-12-20T21:33:58.832Z Checking usdt-impl v0.5.0
34672024-12-20T21:33:59.176Z Checking usdt v0.5.0
34682024-12-20T21:33:59.332Z Checking toml v0.8.19
34692024-12-20T21:33:59.783Z Checking cargo_toml v0.20.5
34702024-12-20T21:34:00.972Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34712024-12-20T21:34:01.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
34722024-12-20T21:34:01.677Z
34732024-12-20T21:34:01.677Zinfo: running `cargo check --bins` on end-to-end-tests (164/175)
34742024-12-20T21:34:02.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752024-12-20T21:34:02.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762024-12-20T21:34:02.434Z Checking polyval v0.6.2
34772024-12-20T21:34:02.546Z Checking ctr v0.9.2
34782024-12-20T21:34:02.556Z Checking ssh-encoding v0.2.0
34792024-12-20T21:34:02.559Z Checking blowfish v0.9.1
34802024-12-20T21:34:02.575Z Checking password-hash v0.4.2
34812024-12-20T21:34:02.581Z Checking matches v0.1.10
34822024-12-20T21:34:02.604Z Checking p256 v0.13.2
34832024-12-20T21:34:02.604Z Checking p521 v0.13.3
34842024-12-20T21:34:02.678Z Checking idna v0.2.3
34852024-12-20T21:34:02.754Z Checking ghash v0.5.1
34862024-12-20T21:34:02.771Z Checking bcrypt-pbkdf v0.10.0
34872024-12-20T21:34:02.789Z Compiling enum-as-inner v0.5.1
34882024-12-20T21:34:02.879Z Checking russh-cryptovec v0.7.3
34892024-12-20T21:34:02.909Z Checking aes-gcm v0.10.3
34902024-12-20T21:34:02.985Z Checking pbkdf2 v0.11.0
34912024-12-20T21:34:03.033Z Checking md5 v0.7.0
34922024-12-20T21:34:03.061Z Checking num-bigint v0.4.6
34932024-12-20T21:34:03.077Z Checking des v0.8.1
34942024-12-20T21:34:03.139Z Checking ssh-cipher v0.2.0
34952024-12-20T21:34:03.295Z Checking hex-literal v0.4.1
34962024-12-20T21:34:03.298Z Compiling dhcproto-macros v0.1.0
34972024-12-20T21:34:03.349Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34982024-12-20T21:34:03.416Z Checking ssh-key v0.6.6
34992024-12-20T21:34:03.434Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35002024-12-20T21:34:03.477Z Checking internet-checksum v0.2.1
35012024-12-20T21:34:03.789Z Checking trust-dns-proto v0.22.0
35022024-12-20T21:34:04.733Z Checking russh-keys v0.45.0
35032024-12-20T21:34:05.646Z Checking russh v0.45.0
35042024-12-20T21:34:06.286Z Checking dhcproto v0.12.0
35052024-12-20T21:34:23.040Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35062024-12-20T21:34:24.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.74s
35072024-12-20T21:34:24.624Z
35082024-12-20T21:34:24.624Zinfo: running `cargo check --bins` on gateway-cli (165/175)
35092024-12-20T21:34:25.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102024-12-20T21:34:25.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112024-12-20T21:34:25.259Z Checking termios v0.3.3
35122024-12-20T21:34:25.474Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35132024-12-20T21:34:26.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
35142024-12-20T21:34:26.439Z
35152024-12-20T21:34:26.439Zinfo: running `cargo check --bins --no-default-features` on installinator (166/175)
35162024-12-20T21:34:27.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-12-20T21:34:27.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-12-20T21:34:27.124Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35192024-12-20T21:34:29.138Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35202024-12-20T21:34:30.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
35212024-12-20T21:34:31.177Z
35222024-12-20T21:34:31.177Zinfo: running `cargo check --bins` on internal-dns-cli (167/175)
35232024-12-20T21:34:31.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242024-12-20T21:34:31.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252024-12-20T21:34:31.802Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35262024-12-20T21:34:32.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
35272024-12-20T21:34:32.448Z
35282024-12-20T21:34:32.448Zinfo: running `cargo check --bins` on omicron-live-tests (168/175)
35292024-12-20T21:34:32.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302024-12-20T21:34:32.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312024-12-20T21:34:32.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322024-12-20T21:34:32.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35332024-12-20T21:34:33.047Z
35342024-12-20T21:34:33.047Zinfo: running `cargo check --bins` on live-tests-macros (169/175)
35352024-12-20T21:34:33.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362024-12-20T21:34:33.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372024-12-20T21:34:33.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382024-12-20T21:34:33.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35392024-12-20T21:34:33.647Z
35402024-12-20T21:34:33.647Zinfo: running `cargo check --bins` on omicron-package (170/175)
35412024-12-20T21:34:34.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422024-12-20T21:34:34.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432024-12-20T21:34:34.301Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35442024-12-20T21:34:35.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
35452024-12-20T21:34:35.821Z
35462024-12-20T21:34:35.821Zinfo: running `cargo check --bins` on wicket-dbg (171/175)
35472024-12-20T21:34:36.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482024-12-20T21:34:36.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492024-12-20T21:34:36.504Z Checking rtoolbox v0.0.2
35502024-12-20T21:34:36.504Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35512024-12-20T21:34:36.504Z Checking tui-tree-widget v0.22.0
35522024-12-20T21:34:36.727Z Checking rpassword v7.3.1
35532024-12-20T21:34:40.738Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35542024-12-20T21:34:43.726Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35552024-12-20T21:34:44.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
35562024-12-20T21:34:45.142Z
35572024-12-20T21:34:45.142Zinfo: running `cargo check --bins` on wicket (172/175)
35582024-12-20T21:34:45.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592024-12-20T21:34:45.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602024-12-20T21:34:45.828Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35612024-12-20T21:34:46.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35622024-12-20T21:34:46.453Z
35632024-12-20T21:34:46.453Zinfo: running `cargo check --bins` on wicketd (173/175)
35642024-12-20T21:34:47.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652024-12-20T21:34:47.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662024-12-20T21:34:47.153Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35672024-12-20T21:34:51.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
35682024-12-20T21:34:51.250Z
35692024-12-20T21:34:51.250Zinfo: running `cargo check --bins` on omicron-workspace-hack (174/175)
35702024-12-20T21:34:51.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712024-12-20T21:34:51.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722024-12-20T21:34:51.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732024-12-20T21:34:51.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35742024-12-20T21:34:51.848Z
35752024-12-20T21:34:51.848Zinfo: running `cargo check --bins` on zone-setup (175/175)
35762024-12-20T21:34:52.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772024-12-20T21:34:52.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782024-12-20T21:34:52.575Z Checking uzers v0.12.1
35792024-12-20T21:34:52.911Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35802024-12-20T21:34:54.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
35812024-12-20T21:34:54.273Z
35822024-12-20T21:34:54.273Zreal 12:51.859924783
35832024-12-20T21:34:54.273Zuser 23:57.057488214
35842024-12-20T21:34:54.273Zsys 5:22.965269558
35852024-12-20T21:34:54.273Ztrap 0.456600971
35862024-12-20T21:34:54.276Ztflt 2.305373646
35872024-12-20T21:34:54.276Zdflt 3.364597959
35882024-12-20T21:34:54.276Zkflt 0.000860594
35892024-12-20T21:34:54.276Zlock 45:13.337003527
35902024-12-20T21:34:54.276Zslp 2:04:54.842953947
35912024-12-20T21:34:54.276Zlat 1:02.766642289
35922024-12-20T21:34:54.276Zstop 3:14.624828138
35932024-12-20T21:34:54.276Zprocess exited: duration 1101536 ms, exit code 0
 
35942024-12-20T21:34:54.283Zfound 0 output files