01JF0W51X19ABK4HK97MBW4BYV: 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: 01JF0W5PD3SN8DFEKSVFD26H0W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T20:44:10.127Zjob assigned to worker 01JF0W60CSFQR2Y6YMCB48H2T9 [factory aws, i-07792346468c1b2f8] (queued for 57 s)
 
22024-12-13T20:44:17.787Zstarting task 0: "setup"
32024-12-13T20:44:17.794Z++ uname -s
42024-12-13T20:44:17.797Z+ kern=SunOS
52024-12-13T20:44:17.797Z+ case "$kern" in
62024-12-13T20:44:17.797Z+ groupadd -g 12345 build
72024-12-13T20:44:17.800Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T20:44:19.806Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T20:44:19.905Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T20:44:19.908Z+ home_fs=zfs
112024-12-13T20:44:19.908Z+ [[ zfs == autofs ]]
122024-12-13T20:44:19.908Z+ mkdir -p /home/build
132024-12-13T20:44:19.911Z+ chown build:build /home/build /work
142024-12-13T20:44:21.913Z+ chmod 0700 /home/build /work
152024-12-13T20:44:21.916Zprocess exited: duration 4129 ms, exit code 0
 
162024-12-13T20:44:21.920Zstarting task 1: "rust-toolchain"
172024-12-13T20:44:21.926Z+ printf ' * toolchain channel = "%s"
182024-12-13T20:44:21.926Z' 1.81.0
192024-12-13T20:44:21.926Z+ printf ' * toolchain profile = "%s"
202024-12-13T20:44:21.926Z' default
212024-12-13T20:44:21.926Z * toolchain channel = "1.81.0"
222024-12-13T20:44:21.926Z * toolchain profile = "default"
232024-12-13T20:44:21.929Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T20:44:21.929Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-13T20:44:22.041Zinfo: downloading installer
262024-12-13T20:44:23.533Zinfo: profile set to 'default'
272024-12-13T20:44:23.533Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T20:44:23.536Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-13T20:44:23.676Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-13T20:44:23.676Zinfo: downloading component 'cargo'
312024-12-13T20:44:24.397Zinfo: downloading component 'clippy'
322024-12-13T20:44:24.663Zinfo: downloading component 'rust-docs'
332024-12-13T20:44:25.672Zinfo: downloading component 'rust-std'
342024-12-13T20:44:27.251Zinfo: downloading component 'rustc'
352024-12-13T20:44:32.909Zinfo: downloading component 'rustfmt'
362024-12-13T20:44:33.124Zinfo: installing component 'cargo'
372024-12-13T20:44:33.914Zinfo: installing component 'clippy'
382024-12-13T20:44:34.272Zinfo: installing component 'rust-docs'
392024-12-13T20:44:35.885Zinfo: installing component 'rust-std'
402024-12-13T20:44:37.579Zinfo: installing component 'rustc'
412024-12-13T20:44:43.243Zinfo: installing component 'rustfmt'
422024-12-13T20:44:43.564Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-13T20:44:43.564Z
442024-12-13T20:44:43.938Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-13T20:44:43.938Z
462024-12-13T20:44:43.941Z
472024-12-13T20:44:43.941ZRust is installed now. Great!
482024-12-13T20:44:43.941Z
492024-12-13T20:44:43.941ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T20:44:43.941Zenvironment variable. This has not been done automatically.
512024-12-13T20:44:43.941Z
522024-12-13T20:44:43.941ZTo configure your current shell, you need to source
532024-12-13T20:44:43.941Zthe corresponding env file under $HOME/.cargo.
542024-12-13T20:44:43.941Z
552024-12-13T20:44:43.941ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T20:44:43.941Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T20:44:43.941Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T20:44:44.014Z+ rustc --version
592024-12-13T20:44:44.081Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-13T20:44:44.084Zprocess exited: duration 22159 ms, exit code 0
 
612024-12-13T20:44:44.091Zstarting task 2: "authentication"
622024-12-13T20:44:44.110Zprocess exited: duration 21 ms, exit code 0
 
632024-12-13T20:44:44.115Zstarting task 3: "clone repository"
642024-12-13T20:44:44.121Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-13T20:44:44.123Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-13T20:44:44.395ZCloning into '/work/oxidecomputer/omicron'...
672024-12-13T20:44:51.430Z+ cd /work/oxidecomputer/omicron
682024-12-13T20:44:51.430Z+ git fetch origin b6506393d435740ac3a1fb86ea44770a762df51c
692024-12-13T20:44:51.754ZFrom https://github.com/oxidecomputer/omicron
702024-12-13T20:44:51.754Z * branch b6506393d435740ac3a1fb86ea44770a762df51c -> FETCH_HEAD
712024-12-13T20:44:51.766Z+ [[ -n sluggish-datasets ]]
722024-12-13T20:44:51.769Z++ git branch --show-current
732024-12-13T20:44:51.777Z+ current=main
742024-12-13T20:44:51.778Z+ [[ main != sluggish-datasets ]]
752024-12-13T20:44:51.778Z+ git branch -f sluggish-datasets b6506393d435740ac3a1fb86ea44770a762df51c
762024-12-13T20:44:51.778Z+ git checkout -f sluggish-datasets
772024-12-13T20:44:51.921ZSwitched to branch 'sluggish-datasets'
782024-12-13T20:44:51.923Z+ git reset --hard b6506393d435740ac3a1fb86ea44770a762df51c
792024-12-13T20:44:52.066ZHEAD is now at b6506393d review feedback
802024-12-13T20:44:52.068Zprocess exited: duration 7951 ms, exit code 0
 
812024-12-13T20:44:52.073Zstarting task 4: "build"
822024-12-13T20:44:52.078Z+ source .github/buildomat/ci-env.sh
832024-12-13T20:44:52.078Z++ export CARGO_TERM_COLOR=always
842024-12-13T20:44:52.078Z++ CARGO_TERM_COLOR=always
852024-12-13T20:44:52.078Z+ cargo --version
862024-12-13T20:44:52.137Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-13T20:44:52.140Z+ rustc --version
882024-12-13T20:44:52.200Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-13T20:44:52.202Z+ source ./env.sh
902024-12-13T20:44:52.204Z++ OLD_SHELL_OPTS=ehxB
912024-12-13T20:44:52.204Z++ set -o xtrace
922024-12-13T20:44:52.207Z++++ dirname ./env.sh
932024-12-13T20:44:52.207Z+++ readlink -f .
942024-12-13T20:44:52.224Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-13T20:44:52.227Z++ 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-13T20:44:52.227Z++ 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-13T20:44:52.227Z++ 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-13T20:44:52.227Z++ 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-13T20:44:52.227Z++ 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-13T20:44:52.227Z++ 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-13T20:44:52.227Z++ 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-13T20:44:52.227Z++ 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-13T20:44:52.227Z++ case $OLD_SHELL_OPTS in
1042024-12-13T20:44:52.227Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-13T20:44:52.227Z+ 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-13T20:44:52.227Z+ 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-13T20:44:52.227Z+ banner prerequisites
1082024-12-13T20:44:52.255Z
1092024-12-13T20:44:52.255Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-13T20:44:52.255Z # # # # # # # # # # # # # # #
1112024-12-13T20:44:52.255Z # # # # ##### # # ##### # # # # # #### #
1122024-12-13T20:44:52.255Z ##### ##### # ##### # # # # # # # # #
1132024-12-13T20:44:52.255Z # # # # # # # # # # # # # # #
1142024-12-13T20:44:52.255Z # # # ###### # # ###### ### # #### # #### #
1152024-12-13T20:44:52.255Z
1162024-12-13T20:44:52.257Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-13T20:45:03.645Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-13T20:45:07.602Z Startup: Caching catalogs ... Done
1192024-12-13T20:45:17.784ZPlanning: Solver setup ... Done (9.310s)
1202024-12-13T20:45:17.910ZPlanning: Running solver ... Done (0.126s)
1212024-12-13T20:45:18.097ZPlanning: Finding local manifests ... Done (0.092s)
1222024-12-13T20:45:18.125ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-13T20:45:18.377ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-13T20:45:18.559ZPlanning: Package planning ... Done (0.183s)
1252024-12-13T20:45:18.617ZPlanning: Merging actions ... Done (0.058s)
1262024-12-13T20:45:19.316ZPlanning: Checking for conflicting actions ... Done (0.699s)
1272024-12-13T20:45:26.723ZPlanning: Consolidating action changes ... Done (7.405s)
1282024-12-13T20:45:27.110ZPlanning: Evaluating mediators ... Done (0.387s)
1292024-12-13T20:45:27.188ZPlanning: Planning completed in 19.49 seconds
1302024-12-13T20:45:28.360Z Packages to install: 4
1312024-12-13T20:45:28.360Z Packages to update: 1
1322024-12-13T20:45:28.360Z Mediators to change: 2
1332024-12-13T20:45:28.360Z Services to change: 1
1342024-12-13T20:45:28.362Z Estimated space available: 155.63 GB
1352024-12-13T20:45:28.362ZEstimated space to be consumed: 1.61 GB
1362024-12-13T20:45:28.362Z Create boot environment: No
1372024-12-13T20:45:28.362ZCreate backup boot environment: Yes
1382024-12-13T20:45:28.362Z Rebuild boot archive: No
1392024-12-13T20:45:28.362Z
1402024-12-13T20:45:28.362ZChanged mediators:
1412024-12-13T20:45:28.362Z mediator clang:
1422024-12-13T20:45:28.362Z version: None -> 15 (system default)
1432024-12-13T20:45:28.363Z
1442024-12-13T20:45:28.363Z mediator llvm:
1452024-12-13T20:45:28.363Z version: 14 (system default) -> 15 (system default)
1462024-12-13T20:45:28.363Z
1472024-12-13T20:45:28.363ZChanged packages:
1482024-12-13T20:45:28.363Zhelios-dev
1492024-12-13T20:45:28.363Z developer/build-essential
1502024-12-13T20:45:28.363Z None -> 11-2.0
1512024-12-13T20:45:28.363Z library/libxmlsec1
1522024-12-13T20:45:28.363Z None -> 1.2.35-2.0
1532024-12-13T20:45:28.363Z ooce/developer/clang-15
1542024-12-13T20:45:28.363Z None -> 15.0.7-2.0
1552024-12-13T20:45:28.363Z ooce/developer/llvm-15
1562024-12-13T20:45:28.363Z None -> 15.0.7-2.0
1572024-12-13T20:45:28.363Z package/pkg
1582024-12-13T20:45:28.363Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-13T20:45:28.363Z
1602024-12-13T20:45:28.363ZServices:
1612024-12-13T20:45:28.363Z restart_fmri:
1622024-12-13T20:45:28.363Z svc:/system/update-man-index:default
1632024-12-13T20:45:28.363Z
1642024-12-13T20:45:28.363ZEditable files to change:
1652024-12-13T20:45:28.363Z Update:
1662024-12-13T20:45:28.363Z usr/share/lib/pkg/web/config.shtml
1672024-12-13T20:45:28.919Z
1682024-12-13T20:45:28.919ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-13T20:45:35.394ZDownload: 212/4281 items 1.3/220.6MB 0% complete (349k/s)
1702024-12-13T20:45:40.485ZDownload: 1198/4281 items 71.0/220.6MB 32% complete (7.0M/s)
1712024-12-13T20:45:45.464ZDownload: 1692/4281 items 118.0/220.6MB 53% complete (12.0M/s)
1722024-12-13T20:45:50.466ZDownload: 2466/4281 items 120.2/220.6MB 54% complete (4.9M/s)
1732024-12-13T20:45:55.651ZDownload: 3239/4281 items 200.3/220.6MB 90% complete (8.2M/s)
1742024-12-13T20:46:00.845ZDownload: 3289/4281 items 211.4/220.6MB 95% complete (9.0M/s)
1752024-12-13T20:46:05.850ZDownload: 3973/4281 items 218.9/220.6MB 99% complete (1.9M/s)
1762024-12-13T20:46:12.939ZDownload: 4205/4281 items 220.6/220.6MB 99% complete (1.8M/s)
1772024-12-13T20:46:16.974ZDownload: Completed 220.60 MB in 48.04 seconds (4.6M/s)
1782024-12-13T20:46:18.912Z Actions: 1/5063 actions (Removing old actions)
1792024-12-13T20:46:18.922Z Actions: 194/5063 actions (Installing new actions)
1802024-12-13T20:46:23.981Z Actions: 4122/5063 actions (Installing new actions)
1812024-12-13T20:46:27.523Z Actions: 4226/5063 actions (Updating modified actions)
1822024-12-13T20:46:27.661Z Actions: Completed 5063 actions in 6.56 seconds.
1832024-12-13T20:46:27.661Z Done (0.218s)
1842024-12-13T20:46:27.661Z Done (0.000s)
1852024-12-13T20:46:27.661Z Done (0.547s)
1862024-12-13T20:46:33.296Z Done (6.843s)
1872024-12-13T20:46:33.798Z Done (0.427s)
1882024-12-13T20:46:33.801Z Done (0.000s)
1892024-12-13T20:46:33.958Z Done (0.000s)
1902024-12-13T20:46:34.654ZPlanning: Evaluating mediator changes ... Done
1912024-12-13T20:46:34.818ZPlanning: Checking for conflicting actions ... Done
1922024-12-13T20:46:34.820ZPlanning: Consolidating action changes ... Done
1932024-12-13T20:46:35.089ZPlanning: Evaluating mediators ... Done
1942024-12-13T20:46:35.093ZPlanning: Planning completed in 0.44 seconds
1952024-12-13T20:46:35.292Z Mediators to change: 2
1962024-12-13T20:46:35.292Z Create boot environment: No
1972024-12-13T20:46:35.298ZCreate backup boot environment: No
1982024-12-13T20:46:35.298Z Done
1992024-12-13T20:46:35.298Z Done
2002024-12-13T20:46:35.560Z Done
2012024-12-13T20:46:39.356Z Done
2022024-12-13T20:46:39.469Z Done
2032024-12-13T20:46:39.516Z Done
2042024-12-13T20:46:39.576Z Done
2052024-12-13T20:46:40.129ZPlanning: Evaluating mediator changes ... Done
2062024-12-13T20:46:40.150ZPlanning: Merging actions ... Done
2072024-12-13T20:46:40.335ZPlanning: Checking for conflicting actions ... Done
2082024-12-13T20:46:40.358ZPlanning: Consolidating action changes ... Done
2092024-12-13T20:46:40.604ZPlanning: Evaluating mediators ... Done
2102024-12-13T20:46:40.704ZPlanning: Planning completed in 0.74 seconds
2112024-12-13T20:46:40.736Z Packages to change: 1
2122024-12-13T20:46:40.736Z Mediators to change: 1
2132024-12-13T20:46:40.736Z Services to change: 1
2142024-12-13T20:46:40.736Z Create boot environment: No
2152024-12-13T20:46:40.737ZCreate backup boot environment: Yes
2162024-12-13T20:46:45.011Z Actions: 1/6 actions (Updating modified actions)
2172024-12-13T20:46:45.112Z Actions: Completed 6 actions in 0.07 seconds.
2182024-12-13T20:46:45.112Z Done
2192024-12-13T20:46:45.112Z Done
2202024-12-13T20:46:45.128Z Done
2212024-12-13T20:46:46.680Z Done
2222024-12-13T20:46:46.792Z Done
2232024-12-13T20:46:46.804Z Done
2242024-12-13T20:46:46.902Z Done
2252024-12-13T20:46:47.344ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262024-12-13T20:46:47.345Zclang system 15 system
2272024-12-13T20:46:47.345Zcsh system system illumos
2282024-12-13T20:46:47.345Zctags system system illumos
2292024-12-13T20:46:47.345Zgcc vendor 12 vendor
2302024-12-13T20:46:47.345Zgcc system 10 system
2312024-12-13T20:46:47.345Zgcc system 7 system
2322024-12-13T20:46:47.345Zgo system 1.20 system
2332024-12-13T20:46:47.345Zgo system 1.19 system
2342024-12-13T20:46:47.345Zllvm system 15 system
2352024-12-13T20:46:47.345Zllvm system 14 system
2362024-12-13T20:46:47.345Zmariadb system 10.6 system
2372024-12-13T20:46:47.346Zmta vendor vendor dma
2382024-12-13T20:46:47.346Zopenjdk system 17 system
2392024-12-13T20:46:47.346Zopenjdk system 11 system
2402024-12-13T20:46:47.346Zopenjdk system 1.8 system
2412024-12-13T20:46:47.346Zopenssl vendor 3 vendor
2422024-12-13T20:46:47.346Zperl system 5.36 system
2432024-12-13T20:46:47.346Zpostgresql system 15 system
2442024-12-13T20:46:47.346Zpostgresql system 13 system
2452024-12-13T20:46:47.346Zpython vendor 3 vendor
2462024-12-13T20:46:47.346Zpython system 2 system
2472024-12-13T20:46:47.346Zpython3 system 3.11 system
2482024-12-13T20:46:47.346Zruby system 3.0 system
2492024-12-13T20:46:47.346Zwords vendor vendor american-english
2502024-12-13T20:46:47.346Zwords system system australian-english
2512024-12-13T20:46:47.346Zwords system system british-english
2522024-12-13T20:46:47.347Zwords system system canadian-english
2532024-12-13T20:46:47.347Zwords system system french
2542024-12-13T20:46:47.347Zwords system system italian
2552024-12-13T20:46:47.347Zwords system system ngerman
2562024-12-13T20:46:47.347Zwords system system ogerman
2572024-12-13T20:46:47.347Zwords system system spanish
2582024-12-13T20:46:47.674ZPUBLISHER TYPE STATUS P LOCATION
2592024-12-13T20:46:47.674Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2602024-12-13T20:46:50.390ZFMRI IFO
2612024-12-13T20:46:50.390Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2622024-12-13T20:46:50.391Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2632024-12-13T20:46:50.391Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2642024-12-13T20:46:50.391Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2652024-12-13T20:46:50.391Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2662024-12-13T20:46:50.391Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672024-12-13T20:46:50.391Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2682024-12-13T20:46:50.391Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2692024-12-13T20:46:50.391Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702024-12-13T20:46:50.392Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2712024-12-13T20:46:50.392Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2722024-12-13T20:46:50.392Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732024-12-13T20:46:50.392Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2742024-12-13T20:46:50.392Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2752024-12-13T20:46:50.392Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2762024-12-13T20:46:51.136Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2772024-12-13T20:46:51.422Z Updating crates.io index
2782024-12-13T20:46:51.489Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2792024-12-13T20:46:51.991Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2802024-12-13T20:46:52.264Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2812024-12-13T20:46:52.495Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822024-12-13T20:46:52.759Z Updating git repository `https://github.com/oxidecomputer/propolis`
2832024-12-13T20:46:53.620Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842024-12-13T20:46:55.073Z Updating git repository `https://github.com/oxidecomputer/opte`
2852024-12-13T20:46:56.178Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862024-12-13T20:46:56.916Z Updating git repository `https://github.com/oxidecomputer/clickward`
2872024-12-13T20:46:57.233Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2882024-12-13T20:46:57.588Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892024-12-13T20:46:58.183Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2902024-12-13T20:46:58.561Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2912024-12-13T20:46:58.869Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922024-12-13T20:46:59.122Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2932024-12-13T20:46:59.349Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2942024-12-13T20:46:59.553Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2952024-12-13T20:46:59.873Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2962024-12-13T20:47:00.199Z Updating git repository `https://github.com/oxidecomputer/ispf`
2972024-12-13T20:47:00.518Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2982024-12-13T20:47:00.766Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2992024-12-13T20:47:01.182Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3002024-12-13T20:47:01.493Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012024-12-13T20:47:01.916Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3022024-12-13T20:47:02.341Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3032024-12-13T20:47:02.723Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3042024-12-13T20:47:02.963Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3052024-12-13T20:47:03.228Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3062024-12-13T20:47:04.566Z Downloading crates ...
3072024-12-13T20:47:04.636Z Downloaded anstyle v1.0.10
3082024-12-13T20:47:04.639Z Downloaded anstyle-query v1.1.1
3092024-12-13T20:47:04.639Z Downloaded cargo-platform v0.1.8
3102024-12-13T20:47:04.641Z Downloaded anstyle-parse v0.2.5
3112024-12-13T20:47:04.660Z Downloaded scroll_derive v0.12.0
3122024-12-13T20:47:04.671Z Downloaded swrite v0.1.0
3132024-12-13T20:47:04.682Z Downloaded pretty-hex v0.4.1
3142024-12-13T20:47:04.688Z Downloaded usdt-macro v0.5.0
3152024-12-13T20:47:04.691Z Downloaded block-buffer v0.10.4
3162024-12-13T20:47:04.691Z Downloaded usdt-attr-macro v0.5.0
3172024-12-13T20:47:04.694Z Downloaded equivalent v1.0.1
3182024-12-13T20:47:04.694Z Downloaded dtrace-parser v0.2.0
3192024-12-13T20:47:04.708Z Downloaded bytecount v0.6.8
3202024-12-13T20:47:04.710Z Downloaded autocfg v1.4.0
3212024-12-13T20:47:04.713Z Downloaded proc-macro-error-attr v1.0.4
3222024-12-13T20:47:04.716Z Downloaded plain v0.2.3
3232024-12-13T20:47:04.716Z Downloaded heck v0.5.0
3242024-12-13T20:47:04.716Z Downloaded crypto-common v0.1.6
3252024-12-13T20:47:04.719Z Downloaded colorchoice v1.0.2
3262024-12-13T20:47:04.719Z Downloaded clap_lex v0.7.2
3272024-12-13T20:47:04.720Z Downloaded heck v0.4.1
3282024-12-13T20:47:04.722Z Downloaded fastrand v2.1.1
3292024-12-13T20:47:04.722Z Downloaded cfg-if v1.0.0
3302024-12-13T20:47:04.726Z Downloaded memmap v0.7.0
3312024-12-13T20:47:04.727Z Downloaded thread-id v4.2.2
3322024-12-13T20:47:04.733Z Downloaded fs-err v2.11.0
3332024-12-13T20:47:04.736Z Downloaded serde_spanned v0.6.8
3342024-12-13T20:47:04.736Z Downloaded errno v0.3.9
3352024-12-13T20:47:04.741Z Downloaded usdt v0.5.0
3362024-12-13T20:47:04.746Z Downloaded thiserror-impl v1.0.69
3372024-12-13T20:47:04.746Z Downloaded pest_generator v2.7.14
3382024-12-13T20:47:04.748Z Downloaded strsim v0.11.1
3392024-12-13T20:47:04.754Z Downloaded tabled_derive v0.7.0
3402024-12-13T20:47:04.754Z Downloaded smawk v0.3.2
3412024-12-13T20:47:04.757Z Downloaded macaddr v1.0.1
3422024-12-13T20:47:04.757Z Downloaded fnv v1.0.7
3432024-12-13T20:47:04.757Z Downloaded serde_tokenstream v0.2.2
3442024-12-13T20:47:04.757Z Downloaded utf8parse v0.2.2
3452024-12-13T20:47:04.760Z Downloaded toml_datetime v0.6.8
3462024-12-13T20:47:04.760Z Downloaded anyhow v1.0.93
3472024-12-13T20:47:04.763Z Downloaded digest v0.10.7
3482024-12-13T20:47:04.779Z Downloaded cpufeatures v0.2.14
3492024-12-13T20:47:04.779Z Downloaded generic-array v0.14.7
3502024-12-13T20:47:04.779Z Downloaded terminal_size v0.4.0
3512024-12-13T20:47:04.779Z Downloaded camino-tempfile v1.1.1
3522024-12-13T20:47:04.783Z Downloaded anstream v0.6.15
3532024-12-13T20:47:04.783Z Downloaded unicode-linebreak v0.1.5
3542024-12-13T20:47:04.783Z Downloaded is_terminal_polyfill v1.70.1
3552024-12-13T20:47:04.783Z Downloaded byteorder v1.5.0
3562024-12-13T20:47:04.787Z Downloaded version_check v0.9.5
3572024-12-13T20:47:04.787Z Downloaded scroll v0.12.0
3582024-12-13T20:47:04.787Z Downloaded pest_derive v2.7.14
3592024-12-13T20:47:04.790Z Downloaded itoa v1.0.11
3602024-12-13T20:47:04.790Z Downloaded proc-macro-error v1.0.4
3612024-12-13T20:47:04.793Z Downloaded dof v0.3.0
3622024-12-13T20:47:04.797Z Downloaded sha2 v0.10.8
3632024-12-13T20:47:04.797Z Downloaded once_cell v1.20.2
3642024-12-13T20:47:04.800Z Downloaded cargo_metadata v0.18.1
3652024-12-13T20:47:04.807Z Downloaded tempfile v3.13.0
3662024-12-13T20:47:04.810Z Downloaded usdt-impl v0.5.0
3672024-12-13T20:47:04.813Z Downloaded cargo_toml v0.20.5
3682024-12-13T20:47:04.813Z Downloaded bitflags v2.6.0
3692024-12-13T20:47:04.816Z Downloaded zerocopy-derive v0.7.35
3702024-12-13T20:47:04.824Z Downloaded semver v1.0.23
3712024-12-13T20:47:04.834Z Downloaded quote v1.0.37
3722024-12-13T20:47:04.836Z Downloaded pest_meta v2.7.14
3732024-12-13T20:47:04.839Z Downloaded textwrap v0.16.1
3742024-12-13T20:47:04.841Z Downloaded proc-macro2 v1.0.89
3752024-12-13T20:47:04.844Z Downloaded toml v0.8.19
3762024-12-13T20:47:04.847Z Downloaded log v0.4.22
3772024-12-13T20:47:04.850Z Downloaded unicode-ident v1.0.13
3782024-12-13T20:47:04.852Z Downloaded typenum v1.17.0
3792024-12-13T20:47:04.855Z Downloaded thiserror v1.0.69
3802024-12-13T20:47:04.859Z Downloaded ucd-trie v0.1.7
3812024-12-13T20:47:04.862Z Downloaded camino v1.1.9
3822024-12-13T20:47:04.868Z Downloaded ryu v1.0.18
3832024-12-13T20:47:04.878Z Downloaded serde_derive v1.0.215
3842024-12-13T20:47:04.878Z Downloaded clap v4.5.21
3852024-12-13T20:47:04.881Z Downloaded papergrid v0.11.0
3862024-12-13T20:47:04.881Z Downloaded clap_derive v4.5.18
3872024-12-13T20:47:04.900Z Downloaded serde v1.0.215
3882024-12-13T20:47:04.911Z Downloaded memchr v2.7.4
3892024-12-13T20:47:04.916Z Downloaded indexmap v2.6.0
3902024-12-13T20:47:04.929Z Downloaded toml_edit v0.22.22
3912024-12-13T20:47:04.949Z Downloaded hashbrown v0.15.1
3922024-12-13T20:47:04.960Z Downloaded pest v2.7.14
3932024-12-13T20:47:04.980Z Downloaded serde_json v1.0.132
3942024-12-13T20:47:04.991Z Downloaded zerocopy v0.7.35
3952024-12-13T20:47:05.006Z Downloaded winnow v0.6.20
3962024-12-13T20:47:05.014Z Downloaded goblin v0.8.2
3972024-12-13T20:47:05.019Z Downloaded tabled v0.15.0
3982024-12-13T20:47:05.034Z Downloaded clap_builder v4.5.21
3992024-12-13T20:47:05.040Z Downloaded syn v1.0.109
4002024-12-13T20:47:05.050Z Downloaded unicode-width v0.1.14
4012024-12-13T20:47:05.056Z Downloaded syn v2.0.87
4022024-12-13T20:47:05.070Z Downloaded rustix v0.38.37
4032024-12-13T20:47:05.112Z Downloaded libc v0.2.162
4042024-12-13T20:47:05.419Z Compiling proc-macro2 v1.0.89
4052024-12-13T20:47:05.419Z Compiling unicode-ident v1.0.13
4062024-12-13T20:47:05.420Z Compiling version_check v0.9.5
4072024-12-13T20:47:05.423Z Compiling serde v1.0.215
4082024-12-13T20:47:05.423Z Compiling memchr v2.7.4
4092024-12-13T20:47:05.423Z Compiling thiserror v1.0.69
4102024-12-13T20:47:05.455Z Compiling libc v0.2.162
4112024-12-13T20:47:05.458Z Compiling itoa v1.0.11
4122024-12-13T20:47:05.724Z Compiling ryu v1.0.18
4132024-12-13T20:47:05.761Z Compiling ucd-trie v0.1.7
4142024-12-13T20:47:06.062Z Compiling once_cell v1.20.2
4152024-12-13T20:47:06.316Z Compiling byteorder v1.5.0
4162024-12-13T20:47:06.677Z Compiling rustix v0.38.37
4172024-12-13T20:47:06.933Z Compiling serde_json v1.0.132
4182024-12-13T20:47:07.771Z Compiling bitflags v2.6.0
4192024-12-13T20:47:07.904Z Compiling usdt-impl v0.5.0
4202024-12-13T20:47:07.926Z Compiling proc-macro-error-attr v1.0.4
4212024-12-13T20:47:07.981Z Compiling syn v1.0.109
4222024-12-13T20:47:08.186Z Compiling proc-macro-error v1.0.4
4232024-12-13T20:47:08.262Z Compiling equivalent v1.0.1
4242024-12-13T20:47:08.286Z Compiling hashbrown v0.15.1
4252024-12-13T20:47:08.367Z Compiling camino v1.1.9
4262024-12-13T20:47:08.392Z Compiling utf8parse v0.2.2
4272024-12-13T20:47:08.465Z Compiling log v0.4.22
4282024-12-13T20:47:08.540Z Compiling thread-id v4.2.2
4292024-12-13T20:47:08.595Z Compiling plain v0.2.3
4302024-12-13T20:47:08.657Z Compiling anstyle-parse v0.2.5
4312024-12-13T20:47:08.746Z Compiling quote v1.0.37
4322024-12-13T20:47:08.942Z Compiling winnow v0.6.20
4332024-12-13T20:47:09.004Z Compiling anstyle v1.0.10
4342024-12-13T20:47:09.097Z Compiling is_terminal_polyfill v1.70.1
4352024-12-13T20:47:09.197Z Compiling syn v2.0.87
4362024-12-13T20:47:09.482Z Compiling errno v0.3.9
4372024-12-13T20:47:09.504Z Compiling indexmap v2.6.0
4382024-12-13T20:47:09.531Z Compiling anstyle-query v1.1.1
4392024-12-13T20:47:09.571Z Compiling autocfg v1.4.0
4402024-12-13T20:47:09.714Z Compiling colorchoice v1.0.2
4412024-12-13T20:47:09.897Z Compiling unicode-width v0.1.14
4422024-12-13T20:47:10.426Z Compiling pretty-hex v0.4.1
4432024-12-13T20:47:10.653Z Compiling semver v1.0.23
4442024-12-13T20:47:10.737Z Compiling fs-err v2.11.0
4452024-12-13T20:47:10.918Z Compiling anstream v0.6.15
4462024-12-13T20:47:11.070Z Compiling heck v0.4.1
4472024-12-13T20:47:11.221Z Compiling heck v0.5.0
4482024-12-13T20:47:11.586Z Compiling fnv v1.0.7
4492024-12-13T20:47:11.586Z Compiling anyhow v1.0.93
4502024-12-13T20:47:11.660Z Compiling fastrand v2.1.1
4512024-12-13T20:47:11.723Z Compiling strsim v0.11.1
4522024-12-13T20:47:11.749Z Compiling terminal_size v0.4.0
4532024-12-13T20:47:12.030Z Compiling clap_lex v0.7.2
4542024-12-13T20:47:12.290Z Compiling bytecount v0.6.8
4552024-12-13T20:47:12.485Z Compiling cfg-if v1.0.0
4562024-12-13T20:47:12.564Z Compiling papergrid v0.11.0
4572024-12-13T20:47:12.585Z Compiling tempfile v3.13.0
4582024-12-13T20:47:12.621Z Compiling clap_builder v4.5.21
4592024-12-13T20:47:12.954Z Compiling memmap v0.7.0
4602024-12-13T20:47:12.998Z Compiling smawk v0.3.2
4612024-12-13T20:47:13.059Z Compiling unicode-linebreak v0.1.5
4622024-12-13T20:47:13.470Z Compiling textwrap v0.16.1
4632024-12-13T20:47:13.574Z Compiling swrite v0.1.0
4642024-12-13T20:47:14.838Z Compiling tabled_derive v0.7.0
4652024-12-13T20:47:16.447Z Compiling tabled v0.15.0
4662024-12-13T20:47:18.070Z Compiling serde_derive v1.0.215
4672024-12-13T20:47:18.070Z Compiling thiserror-impl v1.0.69
4682024-12-13T20:47:18.072Z Compiling zerocopy-derive v0.7.35
4692024-12-13T20:47:18.072Z Compiling scroll_derive v0.12.0
4702024-12-13T20:47:18.140Z Compiling clap_derive v4.5.18
4712024-12-13T20:47:19.454Z Compiling scroll v0.12.0
4722024-12-13T20:47:19.805Z Compiling zerocopy v0.7.35
4732024-12-13T20:47:19.965Z Compiling goblin v0.8.2
4742024-12-13T20:47:20.641Z Compiling pest v2.7.14
4752024-12-13T20:47:21.995Z Compiling clap v4.5.21
4762024-12-13T20:47:23.000Z Compiling pest_meta v2.7.14
4772024-12-13T20:47:23.848Z Compiling pest_generator v2.7.14
4782024-12-13T20:47:25.729Z Compiling pest_derive v2.7.14
4792024-12-13T20:47:26.419Z Compiling dtrace-parser v0.2.0
4802024-12-13T20:47:28.428Z Compiling toml_datetime v0.6.8
4812024-12-13T20:47:28.428Z Compiling serde_spanned v0.6.8
4822024-12-13T20:47:28.440Z Compiling cargo-platform v0.1.8
4832024-12-13T20:47:28.811Z Compiling serde_tokenstream v0.2.2
4842024-12-13T20:47:28.912Z Compiling toml_edit v0.22.22
4852024-12-13T20:47:29.039Z Compiling macaddr v1.0.1
4862024-12-13T20:47:29.065Z Compiling camino-tempfile v1.1.1
4872024-12-13T20:47:29.889Z Compiling dof v0.3.0
4882024-12-13T20:47:29.889Z Compiling cargo_metadata v0.18.1
4892024-12-13T20:47:31.655Z Compiling toml v0.8.19
4902024-12-13T20:47:31.836Z Compiling usdt-macro v0.5.0
4912024-12-13T20:47:31.836Z Compiling usdt-attr-macro v0.5.0
4922024-12-13T20:47:32.517Z Compiling cargo_toml v0.20.5
4932024-12-13T20:47:33.250Z Compiling usdt v0.5.0
4942024-12-13T20:47:36.129Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4952024-12-13T20:47:40.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.40s
4962024-12-13T20:47:40.585Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4972024-12-13T20:47:41.136Z Downloading crates ...
4982024-12-13T20:47:41.254Z Downloaded darling v0.20.10
4992024-12-13T20:47:41.295Z Downloaded hex-literal v0.4.1
5002024-12-13T20:47:41.295Z Downloaded hickory-client v0.24.1
5012024-12-13T20:47:41.295Z Downloaded heapless v0.8.0
5022024-12-13T20:47:41.305Z Downloaded headers-core v0.3.0
5032024-12-13T20:47:41.305Z Downloaded ident_case v1.0.1
5042024-12-13T20:47:41.305Z Downloaded http-range v0.1.5
5052024-12-13T20:47:41.305Z Downloaded icu_provider_macros v1.5.0
5062024-12-13T20:47:41.305Z Downloaded aes-gcm v0.10.3
5072024-12-13T20:47:41.305Z Downloaded hubpack_derive v0.1.1
5082024-12-13T20:47:41.305Z Downloaded http-body v1.0.1
5092024-12-13T20:47:41.305Z Downloaded md5 v0.7.0
5102024-12-13T20:47:41.305Z Downloaded aead v0.5.2
5112024-12-13T20:47:41.307Z Downloaded matches v0.1.10
5122024-12-13T20:47:41.307Z Downloaded match_cfg v0.1.0
5132024-12-13T20:47:41.307Z Downloaded adler2 v2.0.0
5142024-12-13T20:47:41.307Z Downloaded is_ci v1.2.0
5152024-12-13T20:47:41.364Z Downloaded hostname v0.3.1
5162024-12-13T20:47:41.365Z Downloaded hex v0.4.3
5172024-12-13T20:47:41.365Z Downloaded ahash v0.8.11
5182024-12-13T20:47:41.365Z Downloaded progenitor-client v0.8.0
5192024-12-13T20:47:41.365Z Downloaded impl-trait-for-tuples v0.2.2
5202024-12-13T20:47:41.365Z Downloaded hyper-tls v0.6.0
5212024-12-13T20:47:41.365Z Downloaded linear-map v1.2.0
5222024-12-13T20:47:41.365Z Downloaded addr2line v0.24.2
5232024-12-13T20:47:41.365Z Downloaded async-stream-impl v0.3.6
5242024-12-13T20:47:41.366Z Downloaded ipnetwork v0.20.0
5252024-12-13T20:47:41.366Z Downloaded indent_write v2.2.0
5262024-12-13T20:47:41.366Z Downloaded inout v0.1.3
5272024-12-13T20:47:41.366Z Downloaded instability v0.3.2
5282024-12-13T20:47:41.509Z Downloaded idna_adapter v1.2.0
5292024-12-13T20:47:41.509Z Downloaded hostname v0.4.0
5302024-12-13T20:47:41.509Z Downloaded httpdate v1.0.3
5312024-12-13T20:47:41.509Z Downloaded home v0.5.9
5322024-12-13T20:47:41.510Z Downloaded maplit v1.0.2
5332024-12-13T20:47:41.510Z Downloaded libefi-sys v0.1.0
5342024-12-13T20:47:41.510Z Downloaded lalrpop-util v0.19.12
5352024-12-13T20:47:41.510Z Downloaded atty v0.2.14
5362024-12-13T20:47:41.510Z Downloaded assert_matches v1.5.0
5372024-12-13T20:47:41.510Z Downloaded lazycell v1.3.0
5382024-12-13T20:47:41.510Z Downloaded atomic-waker v1.1.2
5392024-12-13T20:47:41.510Z Downloaded async-stream v0.3.6
5402024-12-13T20:47:41.510Z Downloaded async-recursion v1.1.1
5412024-12-13T20:47:41.511Z Downloaded memoffset v0.9.1
5422024-12-13T20:47:41.511Z Downloaded allocator-api2 v0.2.18
5432024-12-13T20:47:41.511Z Downloaded managed v0.8.0
5442024-12-13T20:47:41.511Z Downloaded lru-cache v0.1.2
5452024-12-13T20:47:41.511Z Downloaded cfg_aliases v0.2.1
5462024-12-13T20:47:41.511Z Downloaded cfg_aliases v0.1.1
5472024-12-13T20:47:41.512Z Downloaded base16ct v0.2.0
5482024-12-13T20:47:41.512Z Downloaded atomicwrites v0.4.4
5492024-12-13T20:47:41.512Z Downloaded serde-big-array v0.5.1
5502024-12-13T20:47:41.512Z Downloaded lazy_static v1.5.0
5512024-12-13T20:47:41.512Z Downloaded bb8 v0.8.5
5522024-12-13T20:47:41.512Z Downloaded kstat-rs v0.2.4
5532024-12-13T20:47:41.512Z Downloaded maybe-uninit v2.0.0
5542024-12-13T20:47:41.512Z Downloaded mime v0.3.17
5552024-12-13T20:47:41.512Z Downloaded hyper-staticfile v0.10.1
5562024-12-13T20:47:41.513Z Downloaded ciborium-io v0.2.2
5572024-12-13T20:47:41.513Z Downloaded indoc v1.0.9
5582024-12-13T20:47:41.513Z Downloaded mime_guess v2.0.5
5592024-12-13T20:47:41.513Z Downloaded lock_api v0.4.12
5602024-12-13T20:47:41.513Z Downloaded ipnet v2.10.1
5612024-12-13T20:47:41.513Z Downloaded icu_locid_transform v1.5.0
5622024-12-13T20:47:41.513Z Downloaded jobserver v0.1.32
5632024-12-13T20:47:41.513Z Downloaded crunchy v0.2.2
5642024-12-13T20:47:41.513Z Downloaded iana-time-zone v0.1.61
5652024-12-13T20:47:41.513Z Downloaded keccak v0.1.5
5662024-12-13T20:47:41.513Z Downloaded humantime v2.1.0
5672024-12-13T20:47:41.513Z Downloaded cstr-argument v0.1.2
5682024-12-13T20:47:41.514Z Downloaded hyper-rustls v0.27.3
5692024-12-13T20:47:41.514Z Downloaded md-5 v0.10.6
5702024-12-13T20:47:41.514Z Downloaded litemap v0.7.3
5712024-12-13T20:47:41.514Z Downloaded libloading v0.8.5
5722024-12-13T20:47:41.756Z Downloaded bit-vec v0.6.3
5732024-12-13T20:47:41.756Z Downloaded bcrypt-pbkdf v0.10.0
5742024-12-13T20:47:41.757Z Downloaded async-trait v0.1.83
5752024-12-13T20:47:41.757Z Downloaded bit-set v0.5.3
5762024-12-13T20:47:41.757Z Downloaded arrayvec v0.7.6
5772024-12-13T20:47:41.758Z Downloaded blowfish v0.9.1
5782024-12-13T20:47:41.758Z Downloaded block-padding v0.3.3
5792024-12-13T20:47:41.758Z Downloaded crucible-workspace-hack v0.1.0
5802024-12-13T20:47:41.758Z Downloaded http-body-util v0.1.2
5812024-12-13T20:47:41.758Z Downloaded write16 v1.0.0
5822024-12-13T20:47:41.758Z Downloaded semver v0.1.20
5832024-12-13T20:47:41.758Z Downloaded salsa20 v0.10.2
5842024-12-13T20:47:41.758Z Downloaded bitflags v1.3.2
5852024-12-13T20:47:41.758Z Downloaded siphasher v0.3.11
5862024-12-13T20:47:41.758Z Downloaded httparse v1.9.5
5872024-12-13T20:47:41.758Z Downloaded chacha20 v0.9.1
5882024-12-13T20:47:41.758Z Downloaded ciborium-ll v0.2.2
5892024-12-13T20:47:41.759Z Downloaded icu_normalizer_data v1.5.0
5902024-12-13T20:47:41.759Z Downloaded cmake v0.1.51
5912024-12-13T20:47:41.759Z Downloaded cexpr v0.6.0
5922024-12-13T20:47:41.759Z Downloaded convert_case v0.4.0
5932024-12-13T20:47:41.759Z Downloaded cbc v0.1.2
5942024-12-13T20:47:41.759Z Downloaded castaway v0.2.3
5952024-12-13T20:47:41.759Z Downloaded icu_locid_transform_data v1.5.0
5962024-12-13T20:47:41.759Z Downloaded crc v3.2.1
5972024-12-13T20:47:41.760Z Downloaded colored v2.1.0
5982024-12-13T20:47:41.760Z Downloaded cipher v0.4.4
5992024-12-13T20:47:41.760Z Downloaded memmap2 v0.9.5
6002024-12-13T20:47:41.760Z Downloaded icu_normalizer v1.5.0
6012024-12-13T20:47:41.760Z Downloaded heapless v0.7.17
6022024-12-13T20:47:41.760Z Downloaded slab v0.4.9
6032024-12-13T20:47:41.760Z Downloaded spin v0.5.2
6042024-12-13T20:47:41.760Z Downloaded crossbeam-deque v0.8.5
6052024-12-13T20:47:41.760Z Downloaded ref-cast-impl v1.0.23
6062024-12-13T20:47:41.760Z Downloaded crc-catalog v2.4.0
6072024-12-13T20:47:41.760Z Downloaded form_urlencoded v1.2.1
6082024-12-13T20:47:41.760Z Downloaded futures-sink v0.3.31
6092024-12-13T20:47:41.761Z Downloaded curve25519-dalek-derive v0.1.1
6102024-12-13T20:47:41.761Z Downloaded constant_time_eq v0.3.1
6112024-12-13T20:47:41.761Z Downloaded ctr v0.9.2
6122024-12-13T20:47:41.761Z Downloaded cobs v0.2.3
6132024-12-13T20:47:41.761Z Downloaded derive_builder_macro v0.20.2
6142024-12-13T20:47:41.761Z Downloaded untrusted v0.9.0
6152024-12-13T20:47:41.761Z Downloaded unicase v2.7.0
6162024-12-13T20:47:41.761Z Downloaded aes v0.8.4
6172024-12-13T20:47:41.761Z Downloaded deranged v0.3.11
6182024-12-13T20:47:41.761Z Downloaded xattr v1.3.1
6192024-12-13T20:47:41.761Z Downloaded cancel-safe-futures v0.1.5
6202024-12-13T20:47:41.761Z Downloaded endian-type v0.1.2
6212024-12-13T20:47:41.761Z Downloaded bitfield-struct v0.6.2
6222024-12-13T20:47:41.761Z Downloaded nibble_vec v0.1.0
6232024-12-13T20:47:41.761Z Downloaded wyz v0.5.1
6242024-12-13T20:47:41.762Z Downloaded oso-derive v0.27.3
6252024-12-13T20:47:41.762Z Downloaded indexmap v1.9.3
6262024-12-13T20:47:41.763Z Downloaded peg-runtime v0.8.3
6272024-12-13T20:47:41.763Z Downloaded string_cache v0.8.7
6282024-12-13T20:47:41.763Z Downloaded tabwriter v1.4.0
6292024-12-13T20:47:41.763Z Downloaded bzip2 v0.4.4
6302024-12-13T20:47:41.763Z Downloaded shell-words v1.1.0
6312024-12-13T20:47:41.763Z Downloaded ciborium v0.2.2
6322024-12-13T20:47:41.763Z Downloaded rustls-pemfile v1.0.4
6332024-12-13T20:47:41.763Z Downloaded icu_locid v1.5.0
6342024-12-13T20:47:41.764Z Downloaded icu_properties v1.5.1
6352024-12-13T20:47:41.764Z Downloaded cassowary v0.3.0
6362024-12-13T20:47:41.764Z Downloaded const_format_proc_macros v0.2.33
6372024-12-13T20:47:41.764Z Downloaded crc32fast v1.4.2
6382024-12-13T20:47:41.764Z Downloaded fixedbitset v0.4.2
6392024-12-13T20:47:41.764Z Downloaded typify-macro v0.2.0
6402024-12-13T20:47:41.764Z Downloaded spin v0.9.8
6412024-12-13T20:47:41.764Z Downloaded base64 v0.13.1
6422024-12-13T20:47:41.764Z Downloaded hash32 v0.3.1
6432024-12-13T20:47:41.764Z Downloaded untrusted v0.7.1
6442024-12-13T20:47:41.764Z Downloaded utf-8 v0.7.6
6452024-12-13T20:47:41.764Z Downloaded tokio-tungstenite v0.24.0
6462024-12-13T20:47:41.764Z Downloaded csv-core v0.1.11
6472024-12-13T20:47:41.764Z Downloaded futures-macro v0.3.31
6482024-12-13T20:47:41.764Z Downloaded precomputed-hash v0.1.1
6492024-12-13T20:47:41.764Z Downloaded console v0.15.8
6502024-12-13T20:47:41.764Z Downloaded fragile v2.0.0
6512024-12-13T20:47:41.764Z Downloaded writeable v0.5.5
6522024-12-13T20:47:41.764Z Downloaded whoami v1.5.2
6532024-12-13T20:47:41.764Z Downloaded blake2 v0.10.6
6542024-12-13T20:47:41.764Z Downloaded prettyplease v0.2.25
6552024-12-13T20:47:41.764Z Downloaded strum v0.26.3
6562024-12-13T20:47:41.764Z Downloaded slog-bunyan v2.5.0
6572024-12-13T20:47:41.764Z Downloaded indicatif v0.17.9
6582024-12-13T20:47:41.765Z Downloaded foldhash v0.1.3
6592024-12-13T20:47:41.765Z Downloaded pem v3.0.4
6602024-12-13T20:47:41.765Z Downloaded num_enum_derive v0.5.11
6612024-12-13T20:47:41.765Z Downloaded num_enum v0.5.11
6622024-12-13T20:47:41.765Z Downloaded glob v0.3.1
6632024-12-13T20:47:41.765Z Downloaded clang-sys v1.8.1
6642024-12-13T20:47:41.765Z Downloaded derive_builder_core v0.20.2
6652024-12-13T20:47:41.765Z Downloaded derive_builder v0.20.2
6662024-12-13T20:47:41.765Z Downloaded r2d2 v0.8.10
6672024-12-13T20:47:41.765Z Downloaded rustc_version v0.4.1
6682024-12-13T20:47:41.765Z Downloaded crossbeam-utils v0.8.20
6692024-12-13T20:47:41.765Z Downloaded rustfmt-wrapper v0.2.1
6702024-12-13T20:47:41.765Z Downloaded term v0.7.0
6712024-12-13T20:47:41.765Z Downloaded foreign-types-shared v0.3.1
6722024-12-13T20:47:41.989Z Downloaded thiserror-impl v2.0.3
6732024-12-13T20:47:41.990Z Downloaded ssh-encoding v0.2.0
6742024-12-13T20:47:41.990Z Downloaded sha1 v0.10.6
6752024-12-13T20:47:41.990Z Downloaded subprocess v0.2.9
6762024-12-13T20:47:41.990Z Downloaded openssl-macros v0.1.1
6772024-12-13T20:47:41.990Z Downloaded slog v2.7.0
6782024-12-13T20:47:41.990Z Downloaded crossbeam-epoch v0.9.18
6792024-12-13T20:47:41.990Z Downloaded owo-colors v4.1.0
6802024-12-13T20:47:41.990Z Downloaded derive-where v1.2.7
6812024-12-13T20:47:41.990Z Downloaded rusty-fork v0.3.0
6822024-12-13T20:47:41.990Z Downloaded rfc6979 v0.4.0
6832024-12-13T20:47:41.990Z Downloaded icu_collections v1.5.0
6842024-12-13T20:47:41.990Z Downloaded phf_shared v0.10.0
6852024-12-13T20:47:41.990Z Downloaded hickory-resolver v0.24.1
6862024-12-13T20:47:41.990Z Downloaded unicode-xid v0.2.6
6872024-12-13T20:47:41.990Z Downloaded tinystr v0.7.6
6882024-12-13T20:47:41.990Z Downloaded zerovec-derive v0.10.3
6892024-12-13T20:47:41.991Z Downloaded zeroize_derive v1.4.2
6902024-12-13T20:47:41.991Z Downloaded strum_macros v0.24.3
6912024-12-13T20:47:41.991Z Downloaded structmeta-derive v0.3.0
6922024-12-13T20:47:41.991Z Downloaded predicates v3.1.2
6932024-12-13T20:47:41.991Z Downloaded tar v0.4.42
6942024-12-13T20:47:41.991Z Downloaded socket2 v0.5.7
6952024-12-13T20:47:41.991Z Downloaded tracing-attributes v0.1.27
6962024-12-13T20:47:41.991Z Downloaded tokio-rustls v0.26.0
6972024-12-13T20:47:41.991Z Downloaded cookie_store v0.21.0
6982024-12-13T20:47:41.991Z Downloaded want v0.3.1
6992024-12-13T20:47:41.991Z Downloaded waitgroup v0.1.2
7002024-12-13T20:47:41.991Z Downloaded pkcs8 v0.10.2
7012024-12-13T20:47:41.991Z Downloaded crc-any v2.5.0
7022024-12-13T20:47:41.991Z Downloaded ppv-lite86 v0.2.20
7032024-12-13T20:47:41.991Z Downloaded flagset v0.4.6
7042024-12-13T20:47:41.991Z Downloaded phf_shared v0.11.2
7052024-12-13T20:47:41.991Z Downloaded peg v0.8.4
7062024-12-13T20:47:41.991Z Downloaded russh-cryptovec v0.7.3
7072024-12-13T20:47:41.991Z Downloaded qorb v0.2.1
7082024-12-13T20:47:41.991Z Downloaded sync_wrapper v1.0.1
7092024-12-13T20:47:41.991Z Downloaded futures-executor v0.3.31
7102024-12-13T20:47:41.991Z Downloaded pbkdf2 v0.12.2
7112024-12-13T20:47:41.991Z Downloaded compact_str v0.8.0
7122024-12-13T20:47:41.991Z Downloaded foreign-types v0.3.2
7132024-12-13T20:47:41.991Z Downloaded mirai-annotations v1.12.0
7142024-12-13T20:47:41.991Z Downloaded predicates-tree v1.0.11
7152024-12-13T20:47:41.991Z Downloaded serde_derive_internals v0.29.1
7162024-12-13T20:47:41.991Z Downloaded derive_more v0.99.18
7172024-12-13T20:47:41.991Z Downloaded opaque-debug v0.3.1
7182024-12-13T20:47:41.991Z Downloaded vte_generate_state_changes v0.1.2
7192024-12-13T20:47:41.991Z Downloaded sync-ptr v0.1.1
7202024-12-13T20:47:41.991Z Downloaded structmeta v0.2.0
7212024-12-13T20:47:41.992Z Downloaded smf v0.2.3
7222024-12-13T20:47:41.992Z Downloaded rand v0.8.5
7232024-12-13T20:47:41.992Z Downloaded powerfmt v0.2.0
7242024-12-13T20:47:41.992Z Downloaded num-integer v0.1.46
7252024-12-13T20:47:41.992Z Downloaded tinyvec v1.8.0
7262024-12-13T20:47:41.992Z Downloaded vte v0.11.1
7272024-12-13T20:47:41.992Z Downloaded typify v0.2.0
7282024-12-13T20:47:41.992Z Downloaded defmt-parser v0.3.4
7292024-12-13T20:47:41.992Z Downloaded wait-timeout v0.2.0
7302024-12-13T20:47:41.992Z Downloaded universal-hash v0.5.1
7312024-12-13T20:47:41.992Z Downloaded unicode-truncate v1.1.0
7322024-12-13T20:47:41.992Z Downloaded crypto-bigint v0.5.5
7332024-12-13T20:47:41.992Z Downloaded zeroize v1.8.1
7342024-12-13T20:47:41.992Z Downloaded same-file v1.0.6
7352024-12-13T20:47:41.992Z Downloaded pkcs5 v0.7.1
7362024-12-13T20:47:41.992Z Downloaded ed25519 v2.2.3
7372024-12-13T20:47:41.992Z Downloaded libxml v0.3.3
7382024-12-13T20:47:41.992Z Downloaded libm v0.2.8
7392024-12-13T20:47:41.992Z Downloaded try-lock v0.2.5
7402024-12-13T20:47:41.992Z Downloaded smallvec v1.13.2
7412024-12-13T20:47:41.992Z Downloaded bumpalo v3.16.0
7422024-12-13T20:47:41.992Z Downloaded synstructure v0.13.1
7432024-12-13T20:47:41.994Z Downloaded samael v0.0.17
7442024-12-13T20:47:41.994Z Downloaded supports-color v3.0.1
7452024-12-13T20:47:41.994Z Downloaded zerofrom v0.1.4
7462024-12-13T20:47:41.994Z Downloaded toolchain_find v0.4.0
7472024-12-13T20:47:41.994Z Downloaded signal-hook-tokio v0.3.1
7482024-12-13T20:47:41.994Z Downloaded group v0.13.0
7492024-12-13T20:47:41.994Z Downloaded tokio-native-tls v0.3.1
7502024-12-13T20:47:41.994Z Downloaded pkg-config v0.3.31
7512024-12-13T20:47:41.995Z Downloaded walkdir v2.5.0
7522024-12-13T20:47:41.995Z Downloaded fd-lock v4.0.2
7532024-12-13T20:47:41.995Z Downloaded debug-ignore v1.0.5
7542024-12-13T20:47:41.995Z Downloaded p256 v0.13.2
7552024-12-13T20:47:41.995Z Downloaded tls_codec_derive v0.4.1
7562024-12-13T20:47:41.995Z Downloaded fxhash v0.2.1
7572024-12-13T20:47:41.995Z Downloaded const_format v0.2.33
7582024-12-13T20:47:41.995Z Downloaded pretty-hex v0.2.1
7592024-12-13T20:47:42.209Z Downloaded signature v2.2.0
7602024-12-13T20:47:42.209Z Downloaded num v0.4.3
7612024-12-13T20:47:42.211Z Downloaded thiserror-no-std v2.0.2
7622024-12-13T20:47:42.211Z Downloaded slog-term v2.9.1
7632024-12-13T20:47:42.211Z Downloaded tracing v0.1.40
7642024-12-13T20:47:42.211Z Downloaded yoke-derive v0.7.4
7652024-12-13T20:47:42.211Z Downloaded path-slash v0.1.5
7662024-12-13T20:47:42.212Z Downloaded tui-tree-widget v0.22.0
7672024-12-13T20:47:42.212Z Downloaded pkcs1 v0.7.5
7682024-12-13T20:47:42.212Z Downloaded x509-cert v0.2.5
7692024-12-13T20:47:42.212Z Downloaded pin-utils v0.1.0
7702024-12-13T20:47:42.212Z Downloaded phf_generator v0.11.2
7712024-12-13T20:47:42.212Z Downloaded phf_codegen v0.11.2
7722024-12-13T20:47:42.212Z Downloaded phf v0.11.2
7732024-12-13T20:47:42.212Z Downloaded ref-cast v1.0.23
7742024-12-13T20:47:42.213Z Downloaded diesel_table_macro_syntax v0.2.0
7752024-12-13T20:47:42.213Z Downloaded dunce v1.0.5
7762024-12-13T20:47:42.213Z Downloaded dsl_auto_type v0.1.2
7772024-12-13T20:47:42.213Z Downloaded hashbrown v0.13.2
7782024-12-13T20:47:42.213Z Downloaded openssl-probe v0.1.5
7792024-12-13T20:47:42.213Z Downloaded defmt-macros v0.3.9
7802024-12-13T20:47:42.213Z Downloaded progenitor-macro v0.8.0
7812024-12-13T20:47:42.213Z Downloaded parse-display v0.10.0
7822024-12-13T20:47:42.213Z Downloaded dropshot_endpoint v0.12.0
7832024-12-13T20:47:42.213Z Downloaded gethostname v0.5.0
7842024-12-13T20:47:42.213Z Downloaded rustls-pki-types v1.10.0
7852024-12-13T20:47:42.213Z Downloaded rustc-hash v2.0.0
7862024-12-13T20:47:42.213Z Downloaded rustc-hash v1.1.0
7872024-12-13T20:47:42.215Z Downloaded futures-task v0.3.31
7882024-12-13T20:47:42.215Z Downloaded toml_edit v0.19.15
7892024-12-13T20:47:42.215Z Downloaded termtree v0.4.1
7902024-12-13T20:47:42.215Z Downloaded parse-size v1.1.0
7912024-12-13T20:47:42.215Z Downloaded dhcproto-macros v0.1.0
7922024-12-13T20:47:42.215Z Downloaded xz2 v0.1.7
7932024-12-13T20:47:42.215Z Downloaded structmeta v0.3.0
7942024-12-13T20:47:42.215Z Downloaded display-error-chain v0.2.2
7952024-12-13T20:47:42.215Z Downloaded hkdf v0.12.4
7962024-12-13T20:47:42.215Z Downloaded zone_cfg_derive v0.1.2
7972024-12-13T20:47:42.215Z Downloaded futures-io v0.3.31
7982024-12-13T20:47:42.215Z Downloaded paste v1.0.15
7992024-12-13T20:47:42.215Z Downloaded multimap v0.10.0
8002024-12-13T20:47:42.215Z Downloaded dirs-sys-next v0.1.2
8012024-12-13T20:47:42.216Z Downloaded dirs-next v2.0.0
8022024-12-13T20:47:42.216Z Downloaded signal-hook-registry v1.4.2
8032024-12-13T20:47:42.216Z Downloaded newtype_derive v0.1.6
8042024-12-13T20:47:42.216Z Downloaded newline-converter v0.3.0
8052024-12-13T20:47:42.216Z Downloaded new_debug_unreachable v1.0.6
8062024-12-13T20:47:42.216Z Downloaded pin-project-lite v0.2.14
8072024-12-13T20:47:42.216Z Downloaded float-ord v0.3.2
8082024-12-13T20:47:42.216Z Downloaded stable_deref_trait v1.2.0
8092024-12-13T20:47:42.216Z Downloaded topological-sort v0.2.2
8102024-12-13T20:47:42.216Z Downloaded strip-ansi-escapes v0.2.0
8112024-12-13T20:47:42.216Z Downloaded rustc-demangle v0.1.24
8122024-12-13T20:47:42.216Z Downloaded ed25519-dalek v2.1.1
8132024-12-13T20:47:42.216Z Downloaded unicode_categories v0.1.1
8142024-12-13T20:47:42.216Z Downloaded tokio-rustls v0.25.0
8152024-12-13T20:47:42.216Z Downloaded num-bigint v0.4.6
8162024-12-13T20:47:42.216Z Downloaded termios v0.3.3
8172024-12-13T20:47:42.216Z Downloaded rayon-core v1.12.1
8182024-12-13T20:47:42.217Z Downloaded serde_with v3.11.0
8192024-12-13T20:47:42.217Z Downloaded number_prefix v0.4.0
8202024-12-13T20:47:42.217Z Downloaded zone v0.3.0
8212024-12-13T20:47:42.217Z Downloaded data-encoding v2.6.0
8222024-12-13T20:47:42.217Z Downloaded itertools v0.13.0
8232024-12-13T20:47:42.217Z Downloaded hashbrown v0.12.3
8242024-12-13T20:47:42.217Z Downloaded newtype-uuid v1.1.3
8252024-12-13T20:47:42.217Z Downloaded password-hash v0.5.0
8262024-12-13T20:47:42.217Z Downloaded schemars_derive v0.8.21
8272024-12-13T20:47:42.217Z Downloaded rand_core v0.6.4
8282024-12-13T20:47:42.218Z Downloaded slog-json v2.6.1
8292024-12-13T20:47:42.218Z Downloaded rand_chacha v0.3.1
8302024-12-13T20:47:42.218Z Downloaded radium v0.7.0
8312024-12-13T20:47:42.218Z Downloaded pin-project v1.1.6
8322024-12-13T20:47:42.218Z Downloaded thread_local v1.1.8
8332024-12-13T20:47:42.218Z Downloaded float-cmp v0.9.0
8342024-12-13T20:47:42.218Z Downloaded ff v0.13.0
8352024-12-13T20:47:42.218Z Downloaded packed_struct v0.10.1
8362024-12-13T20:47:42.219Z Downloaded zone v0.1.8
8372024-12-13T20:47:42.219Z Downloaded salty v0.3.0
8382024-12-13T20:47:42.220Z Downloaded olpc-cjson v0.1.4
8392024-12-13T20:47:42.220Z Downloaded termcolor v1.4.1
8402024-12-13T20:47:42.220Z Downloaded subtle v2.6.1
8412024-12-13T20:47:42.220Z Downloaded test-strategy v0.3.1
8422024-12-13T20:47:42.220Z Downloaded diff v0.1.13
8432024-12-13T20:47:42.220Z Downloaded zerocopy v0.6.6
8442024-12-13T20:47:42.220Z Downloaded der v0.7.9
8452024-12-13T20:47:42.220Z Downloaded tower-service v0.3.3
8462024-12-13T20:47:42.220Z Downloaded serde_urlencoded v0.7.1
8472024-12-13T20:47:42.220Z Downloaded psl-types v2.0.11
8482024-12-13T20:47:42.220Z Downloaded postgres-types v0.2.8
8492024-12-13T20:47:42.220Z Downloaded parking_lot_core v0.9.10
8502024-12-13T20:47:42.220Z Downloaded utf8_iter v1.0.4
8512024-12-13T20:47:42.221Z Downloaded rayon v1.10.0
8522024-12-13T20:47:42.393Z Downloaded sqlparser_derive v0.2.2
8532024-12-13T20:47:42.393Z Downloaded normalize-line-endings v0.3.0
8542024-12-13T20:47:42.393Z Downloaded num-conv v0.1.0
8552024-12-13T20:47:42.393Z Downloaded scrypt v0.11.0
8562024-12-13T20:47:42.393Z Downloaded value-bag v1.9.0
8572024-12-13T20:47:42.393Z Downloaded winnow v0.5.40
8582024-12-13T20:47:42.394Z Downloaded dyn-clone v1.0.17
8592024-12-13T20:47:42.394Z Downloaded env_logger v0.11.5
8602024-12-13T20:47:42.394Z Downloaded rtoolbox v0.0.2
8612024-12-13T20:47:42.394Z Downloaded num_threads v0.1.7
8622024-12-13T20:47:42.394Z Downloaded strum_macros v0.26.4
8632024-12-13T20:47:42.396Z Downloaded sct v0.7.1
8642024-12-13T20:47:42.396Z Downloaded russh-keys v0.45.0
8652024-12-13T20:47:42.396Z Downloaded expectorate v1.1.0
8662024-12-13T20:47:42.396Z Downloaded progenitor v0.8.0
8672024-12-13T20:47:42.396Z Downloaded fallible-streaming-iterator v0.1.9
8682024-12-13T20:47:42.396Z Downloaded fallible-iterator v0.3.0
8692024-12-13T20:47:42.396Z Downloaded tokio-postgres v0.7.12
8702024-12-13T20:47:42.397Z Downloaded slog-scope v4.4.0
8712024-12-13T20:47:42.397Z Downloaded utf16_iter v1.0.5
8722024-12-13T20:47:42.397Z Downloaded time-macros v0.2.18
8732024-12-13T20:47:42.397Z Downloaded schemars v0.8.21
8742024-12-13T20:47:42.397Z Downloaded foreign-types-shared v0.1.1
8752024-12-13T20:47:42.397Z Downloaded darling_macro v0.20.10
8762024-12-13T20:47:42.397Z Downloaded tinyvec_macros v0.1.1
8772024-12-13T20:47:42.397Z Downloaded time-core v0.1.2
8782024-12-13T20:47:42.398Z Downloaded proc-macro-crate v1.3.1
8792024-12-13T20:47:42.398Z Downloaded ena v0.14.3
8802024-12-13T20:47:42.398Z Downloaded twox-hash v1.6.3
8812024-12-13T20:47:42.398Z Downloaded parse-display-derive v0.10.0
8822024-12-13T20:47:42.398Z Downloaded primeorder v0.13.6
8832024-12-13T20:47:42.398Z Downloaded omicron-zone-package v0.11.1
8842024-12-13T20:47:42.398Z Downloaded flate2 v1.0.34
8852024-12-13T20:47:42.398Z Downloaded lalrpop v0.19.12
8862024-12-13T20:47:42.398Z Downloaded slog-stdlog v4.1.1
8872024-12-13T20:47:42.398Z Downloaded zone_cfg_derive v0.3.0
8882024-12-13T20:47:42.399Z Downloaded sqlformat v0.2.6
8892024-12-13T20:47:42.399Z Downloaded snafu-derive v0.8.5
8902024-12-13T20:47:42.399Z Downloaded serde_with_macros v3.11.0
8912024-12-13T20:47:42.399Z Downloaded zerovec v0.10.4
8922024-12-13T20:47:42.399Z Downloaded hashlink v0.9.1
8932024-12-13T20:47:42.399Z Downloaded rcgen v0.12.1
8942024-12-13T20:47:42.400Z Downloaded percent-encoding v2.3.1
8952024-12-13T20:47:42.400Z Downloaded zerofrom-derive v0.1.4
8962024-12-13T20:47:42.400Z Downloaded ecdsa v0.16.9
8972024-12-13T20:47:42.400Z Downloaded mio v1.0.2
8982024-12-13T20:47:42.400Z Downloaded postcard v1.0.10
8992024-12-13T20:47:42.400Z Downloaded fatfs v0.3.6
9002024-12-13T20:47:42.400Z Downloaded fs_extra v1.3.0
9012024-12-13T20:47:42.400Z Downloaded signal-hook v0.3.17
9022024-12-13T20:47:42.400Z Downloaded progenitor-impl v0.8.0
9032024-12-13T20:47:42.400Z Downloaded unicode-bidi v0.3.17
9042024-12-13T20:47:42.400Z Downloaded unsafe-libyaml v0.2.11
9052024-12-13T20:47:42.400Z Downloaded publicsuffix v2.2.3
9062024-12-13T20:47:42.401Z Downloaded quick-xml v0.33.0
9072024-12-13T20:47:42.401Z Downloaded tokio-tungstenite v0.21.0
9082024-12-13T20:47:42.401Z Downloaded quinn-proto v0.11.8
9092024-12-13T20:47:42.401Z Downloaded tokio-tungstenite v0.23.1
9102024-12-13T20:47:42.401Z Downloaded icu_properties_data v1.5.0
9112024-12-13T20:47:42.401Z Downloaded ron v0.7.1
9122024-12-13T20:47:42.401Z Downloaded mockall v0.13.0
9132024-12-13T20:47:42.484Z Downloaded unicode-properties v0.1.3
9142024-12-13T20:47:42.484Z Downloaded serde-hex v0.1.0
9152024-12-13T20:47:42.484Z Downloaded secrecy v0.8.0
9162024-12-13T20:47:42.484Z Downloaded multer v3.1.0
9172024-12-13T20:47:42.485Z Downloaded half v2.4.1
9182024-12-13T20:47:42.486Z Downloaded snafu v0.8.5
9192024-12-13T20:47:42.486Z Downloaded tls_codec v0.4.1
9202024-12-13T20:47:42.486Z Downloaded zopfli v0.8.1
9212024-12-13T20:47:42.486Z Downloaded num-rational v0.4.2
9222024-12-13T20:47:42.486Z Downloaded num-complex v0.4.6
9232024-12-13T20:47:42.486Z Downloaded idna v0.3.0
9242024-12-13T20:47:42.487Z Downloaded rustyline v14.0.0
9252024-12-13T20:47:42.487Z Downloaded poly1305 v0.8.0
9262024-12-13T20:47:42.487Z Downloaded pem-rfc7468 v0.7.0
9272024-12-13T20:47:42.487Z Downloaded ron v0.8.1
9282024-12-13T20:47:42.487Z Downloaded similar v2.6.0
9292024-12-13T20:47:42.487Z Downloaded tiny-keccak v2.0.2
9302024-12-13T20:47:42.487Z Downloaded time v0.3.36
9312024-12-13T20:47:42.487Z Downloaded idna v0.5.0
9322024-12-13T20:47:42.487Z Downloaded globset v0.4.15
9332024-12-13T20:47:42.488Z Downloaded zip v0.6.6
9342024-12-13T20:47:42.488Z Downloaded serde_path_to_error v0.1.16
9352024-12-13T20:47:42.488Z Downloaded idna v0.2.3
9362024-12-13T20:47:42.488Z Downloaded p384 v0.13.0
9372024-12-13T20:47:42.488Z Downloaded funty v2.0.0
9382024-12-13T20:47:42.488Z Downloaded num-traits v0.2.19
9392024-12-13T20:47:42.488Z Downloaded mockall_derive v0.13.0
9402024-12-13T20:47:42.488Z Downloaded futures v0.3.31
9412024-12-13T20:47:42.488Z Downloaded aws-lc-rs v1.10.0
9422024-12-13T20:47:42.488Z Downloaded postgres-protocol v0.6.7
9432024-12-13T20:47:42.488Z Downloaded toml v0.7.8
9442024-12-13T20:47:42.488Z Downloaded num-bigint-dig v0.8.4
9452024-12-13T20:47:42.489Z Downloaded nix v0.27.1
9462024-12-13T20:47:42.489Z Downloaded blake3 v1.5.4
9472024-12-13T20:47:42.489Z Downloaded futures-util v0.3.31
9482024-12-13T20:47:42.489Z Downloaded typed-path v0.9.3
9492024-12-13T20:47:42.489Z Downloaded object v0.30.4
9502024-12-13T20:47:42.489Z Downloaded rusqlite v0.32.1
9512024-12-13T20:47:42.539Z Downloaded parse-zoneinfo v0.3.1
9522024-12-13T20:47:42.539Z Downloaded rustls-webpki v0.102.8
9532024-12-13T20:47:42.539Z Downloaded zip v2.1.3
9542024-12-13T20:47:42.539Z Downloaded bindgen v0.69.5
9552024-12-13T20:47:42.539Z Downloaded chrono v0.4.38
9562024-12-13T20:47:42.539Z Downloaded git2 v0.19.0
9572024-12-13T20:47:42.539Z Downloaded proptest v1.5.0
9582024-12-13T20:47:42.587Z Downloaded reedline v0.35.0
9592024-12-13T20:47:42.587Z Downloaded unicode-normalization v0.1.24
9602024-12-13T20:47:42.587Z Downloaded reqwest v0.12.9
9612024-12-13T20:47:42.587Z Downloaded polar-core v0.27.3
9622024-12-13T20:47:42.587Z Downloaded gimli v0.31.1
9632024-12-13T20:47:42.588Z Downloaded zerocopy v0.8.10
9642024-12-13T20:47:42.615Z Downloaded nom v7.1.3
9652024-12-13T20:47:42.616Z Downloaded regress v0.10.1
9662024-12-13T20:47:42.616Z Downloaded dropshot v0.12.0
9672024-12-13T20:47:42.626Z Downloaded vcpkg v0.2.15
9682024-12-13T20:47:42.708Z Downloaded tough v0.19.0
9692024-12-13T20:47:42.781Z Downloaded ssh-key v0.6.6
9702024-12-13T20:47:42.781Z Downloaded russh v0.45.0
9712024-12-13T20:47:42.781Z Downloaded regex-syntax v0.6.29
9722024-12-13T20:47:42.781Z Downloaded object v0.36.5
9732024-12-13T20:47:42.781Z Downloaded sled v0.34.7
9742024-12-13T20:47:42.781Z Downloaded portable-atomic v1.9.0
9752024-12-13T20:47:42.782Z Downloaded sqlparser v0.45.0
9762024-12-13T20:47:42.782Z Downloaded regex-syntax v0.8.5
9772024-12-13T20:47:42.782Z Downloaded p521 v0.13.3
9782024-12-13T20:47:42.782Z Downloaded radix_trie v0.2.1
9792024-12-13T20:47:42.962Z Downloaded unicode-width v0.2.0
9802024-12-13T20:47:42.962Z Downloaded h2 v0.4.6
9812024-12-13T20:47:42.962Z Downloaded petname v2.0.2
9822024-12-13T20:47:42.962Z Downloaded openssl v0.10.66
9832024-12-13T20:47:42.962Z Downloaded curve25519-dalek v4.1.3
9842024-12-13T20:47:42.962Z Downloaded dropshot v0.13.0
9852024-12-13T20:47:42.962Z Downloaded openapiv3 v2.0.0
9862024-12-13T20:47:42.962Z Downloaded zerocopy-derive v0.6.6
9872024-12-13T20:47:42.963Z Downloaded regex v1.11.1
9882024-12-13T20:47:43.100Z Downloaded nix v0.28.0
9892024-12-13T20:47:43.100Z Downloaded nix v0.29.0
9902024-12-13T20:47:43.101Z Downloaded webpki-roots v0.26.6
9912024-12-13T20:47:43.101Z Downloaded regex-automata v0.4.8
9922024-12-13T20:47:43.101Z Downloaded smoltcp v0.9.1
9932024-12-13T20:47:43.101Z Downloaded tokio v1.40.0
9942024-12-13T20:47:43.101Z Downloaded libz-sys v1.1.20
9952024-12-13T20:47:43.101Z Downloaded lzma-sys v0.1.20
9962024-12-13T20:47:43.101Z Downloaded trust-dns-proto v0.22.0
9972024-12-13T20:47:43.101Z Downloaded smoltcp v0.11.0
9982024-12-13T20:47:43.102Z Downloaded rustls v0.22.4
9992024-12-13T20:47:43.213Z Downloaded diesel v2.2.6
10002024-12-13T20:47:43.213Z Downloaded chrono-tz v0.10.0
10012024-12-13T20:47:43.213Z Downloaded bstr v1.10.0
10022024-12-13T20:47:43.213Z Downloaded sha3 v0.10.8
10032024-12-13T20:47:43.213Z Downloaded rustls v0.23.19
10042024-12-13T20:47:43.213Z Downloaded rustls v0.21.12
10052024-12-13T20:47:43.213Z Downloaded hickory-proto v0.24.1
10062024-12-13T20:47:43.214Z Downloaded typify-impl v0.2.0
10072024-12-13T20:47:43.214Z Downloaded bitvec v1.0.1
10082024-12-13T20:47:43.214Z Downloaded ratatui v0.28.1
10092024-12-13T20:47:43.364Z Downloaded regress v0.9.1
10102024-12-13T20:47:43.364Z Downloaded tokio-stream v0.1.16
10112024-12-13T20:47:43.364Z Downloaded unicode-segmentation v1.12.0
10122024-12-13T20:47:43.364Z Downloaded rustls-webpki v0.101.7
10132024-12-13T20:47:43.364Z Downloaded idna v0.4.0
10142024-12-13T20:47:43.364Z Downloaded diesel_derives v2.2.3
10152024-12-13T20:47:43.364Z Downloaded bzip2-sys v0.1.11+1.0.8
10162024-12-13T20:47:43.364Z Downloaded zerocopy-derive v0.8.10
10172024-12-13T20:47:43.364Z Downloaded foreign-types-macros v0.2.3
10182024-12-13T20:47:43.364Z Downloaded sec1 v0.7.3
10192024-12-13T20:47:43.364Z Downloaded openssl-sys v0.9.103
10202024-12-13T20:47:43.365Z Downloaded strum_macros v0.25.3
10212024-12-13T20:47:43.365Z Downloaded darling_core v0.20.10
10222024-12-13T20:47:43.368Z Downloaded uuid v1.11.0
10232024-12-13T20:47:43.368Z Downloaded tungstenite v0.21.0
10242024-12-13T20:47:43.368Z Downloaded fallible-iterator v0.2.0
10252024-12-13T20:47:43.369Z Downloaded enum-as-inner v0.6.1
10262024-12-13T20:47:43.369Z Downloaded embedded-io v0.6.1
10272024-12-13T20:47:43.369Z Downloaded env_logger v0.10.2
10282024-12-13T20:47:43.369Z Downloaded vergen v8.3.2
10292024-12-13T20:47:43.370Z Downloaded hash32 v0.2.1
10302024-12-13T20:47:43.370Z Downloaded env_filter v0.1.2
10312024-12-13T20:47:43.370Z Downloaded spki v0.7.3
10322024-12-13T20:47:43.370Z Downloaded uzers v0.12.1
10332024-12-13T20:47:43.370Z Downloaded rustversion v1.0.17
10342024-12-13T20:47:43.370Z Downloaded tungstenite v0.24.0
10352024-12-13T20:47:43.370Z Downloaded crossterm v0.28.1
10362024-12-13T20:47:43.370Z Downloaded serde_plain v1.0.2
10372024-12-13T20:47:43.370Z Downloaded steno v0.4.1
10382024-12-13T20:47:43.370Z Downloaded hashbrown v0.14.5
10392024-12-13T20:47:43.370Z Downloaded futures-channel v0.3.31
10402024-12-13T20:47:43.370Z Downloaded serde_yaml v0.9.34+deprecated
10412024-12-13T20:47:43.370Z Downloaded rand_xorshift v0.3.0
10422024-12-13T20:47:43.371Z Downloaded rand_seeder v0.3.0
10432024-12-13T20:47:43.473Z Downloaded num-iter v0.1.45
10442024-12-13T20:47:43.473Z Downloaded num-derive v0.4.2
10452024-12-13T20:47:43.473Z Downloaded nodrop v0.1.14
10462024-12-13T20:47:43.473Z Downloaded flume v0.11.1
10472024-12-13T20:47:43.473Z Downloaded stringprep v0.1.5
10482024-12-13T20:47:43.473Z Downloaded scopeguard v1.2.0
10492024-12-13T20:47:43.474Z Downloaded petgraph v0.6.5
10502024-12-13T20:47:43.474Z Downloaded pbkdf2 v0.11.0
10512024-12-13T20:47:43.474Z Downloaded pin-project-internal v1.1.6
10522024-12-13T20:47:43.474Z Downloaded difflib v0.4.0
10532024-12-13T20:47:43.474Z Downloaded filetime v0.2.25
10542024-12-13T20:47:43.474Z Downloaded libgit2-sys v0.17.0+1.8.1
10552024-12-13T20:47:43.474Z Downloaded itertools v0.12.1
10562024-12-13T20:47:43.474Z Downloaded csv v1.3.0
10572024-12-13T20:47:43.474Z Downloaded futures-core v0.3.31
10582024-12-13T20:47:43.474Z Downloaded headers v0.4.0
10592024-12-13T20:47:43.474Z Downloaded hyper v1.5.0
10602024-12-13T20:47:43.474Z Downloaded diesel-dtrace v0.4.0
10612024-12-13T20:47:43.474Z Downloaded parking_lot v0.12.3
10622024-12-13T20:47:43.474Z Downloaded parking_lot v0.11.2
10632024-12-13T20:47:43.547Z Downloaded packed_struct_codegen v0.10.1
10642024-12-13T20:47:43.547Z Downloaded nu-ansi-term v0.50.1
10652024-12-13T20:47:43.547Z Downloaded url v2.5.3
10662024-12-13T20:47:43.547Z Downloaded tokio-util v0.7.12
10672024-12-13T20:47:43.547Z Downloaded static_assertions v1.1.0
10682024-12-13T20:47:43.547Z Downloaded vsss-rs v3.3.4
10692024-12-13T20:47:43.548Z Downloaded miniz_oxide v0.8.0
10702024-12-13T20:47:43.548Z Downloaded ghash v0.5.1
10712024-12-13T20:47:43.548Z Downloaded tokio-rustls v0.24.1
10722024-12-13T20:47:43.548Z Downloaded quinn v0.11.5
10732024-12-13T20:47:43.548Z Downloaded thiserror-impl-no-std v2.0.2
10742024-12-13T20:47:43.548Z Downloaded native-tls v0.2.12
10752024-12-13T20:47:43.548Z Downloaded elliptic-curve v0.13.8
10762024-12-13T20:47:43.548Z Downloaded nanorand v0.7.0
10772024-12-13T20:47:43.549Z Downloaded rustls-pemfile v2.2.0
10782024-12-13T20:47:43.549Z Downloaded dropshot_endpoint v0.13.0
10792024-12-13T20:47:43.549Z Downloaded yasna v0.5.2
10802024-12-13T20:47:43.549Z Downloaded crossbeam-channel v0.5.13
10812024-12-13T20:47:43.549Z Downloaded downcast v0.11.0
10822024-12-13T20:47:43.549Z Downloaded scheduled-thread-pool v0.2.7
10832024-12-13T20:47:43.549Z Downloaded polyval v0.6.2
10842024-12-13T20:47:43.549Z Downloaded password-hash v0.4.2
10852024-12-13T20:47:43.550Z Downloaded parking_lot_core v0.8.6
10862024-12-13T20:47:43.550Z Downloaded idna v1.0.3
10872024-12-13T20:47:43.550Z Downloaded base64 v0.21.7
10882024-12-13T20:47:43.550Z Downloaded sigpipe v0.1.3
10892024-12-13T20:47:43.551Z Downloaded serde_repr v0.1.19
10902024-12-13T20:47:43.551Z Downloaded foreign-types v0.5.0
10912024-12-13T20:47:43.551Z Downloaded smallvec v0.6.14
10922024-12-13T20:47:43.551Z Downloaded signal-hook-mio v0.2.4
10932024-12-13T20:47:43.551Z Downloaded getrandom v0.2.15
10942024-12-13T20:47:43.551Z Downloaded dhcproto v0.12.0
10952024-12-13T20:47:43.551Z Downloaded aho-corasick v1.1.3
10962024-12-13T20:47:43.551Z Downloaded itertools v0.10.5
10972024-12-13T20:47:43.551Z Downloaded der_derive v0.7.3
10982024-12-13T20:47:43.551Z Downloaded cc v1.1.30
10992024-12-13T20:47:43.551Z Downloaded yoke v0.7.4
11002024-12-13T20:47:43.551Z Downloaded tungstenite v0.23.0
11012024-12-13T20:47:43.617Z Downloaded rsa v0.9.6
11022024-12-13T20:47:43.617Z Downloaded chacha20poly1305 v0.10.1
11032024-12-13T20:47:43.618Z Downloaded base64 v0.22.1
11042024-12-13T20:47:43.618Z Downloaded thiserror v2.0.3
11052024-12-13T20:47:43.618Z Downloaded oso v0.27.3
11062024-12-13T20:47:43.628Z Downloaded tracing-core v0.1.32
11072024-12-13T20:47:43.628Z Downloaded simd-adler32 v0.3.7
11082024-12-13T20:47:43.628Z Downloaded embedded-io v0.4.0
11092024-12-13T20:47:43.631Z Downloaded displaydoc v0.2.5
11102024-12-13T20:47:43.632Z Downloaded slog-async v2.8.0
11112024-12-13T20:47:43.632Z Downloaded ssh-cipher v0.2.0
11122024-12-13T20:47:43.635Z Downloaded slog-envlogger v2.2.0
11132024-12-13T20:47:43.635Z Downloaded slog-dtrace v0.3.0
11142024-12-13T20:47:43.635Z Downloaded peg-macros v0.8.4
11152024-12-13T20:47:43.636Z Downloaded des v0.8.1
11162024-12-13T20:47:43.636Z Downloaded minimal-lexical v0.2.1
11172024-12-13T20:47:43.636Z Downloaded http v1.1.0
11182024-12-13T20:47:43.636Z Downloaded backtrace v0.3.74
11192024-12-13T20:47:43.637Z Downloaded bytes v1.8.0
11202024-12-13T20:47:43.637Z Downloaded encoding_rs v0.8.34
11212024-12-13T20:47:43.637Z Downloaded resolv-conf v0.7.0
11222024-12-13T20:47:43.637Z Downloaded defmt v0.3.8
11232024-12-13T20:47:43.637Z Downloaded quinn-udp v0.5.5
11242024-12-13T20:47:43.637Z Downloaded quick-error v1.2.3
11252024-12-13T20:47:43.680Z Downloaded predicates-core v1.0.8
11262024-12-13T20:47:43.681Z Downloaded cookie v0.18.1
11272024-12-13T20:47:43.681Z Downloaded const-oid v0.9.6
11282024-12-13T20:47:43.681Z Downloaded enum-as-inner v0.5.1
11292024-12-13T20:47:43.681Z Downloaded either v1.13.0
11302024-12-13T20:47:43.681Z Downloaded structmeta-derive v0.2.0
11312024-12-13T20:47:43.681Z Downloaded hyper-util v0.1.10
11322024-12-13T20:47:43.681Z Downloaded hickory-server v0.24.1
11332024-12-13T20:47:43.682Z Downloaded which v4.4.2
11342024-12-13T20:47:43.682Z Downloaded bitfield v0.14.0
11352024-12-13T20:47:43.682Z Downloaded tap v1.0.1
11362024-12-13T20:47:43.682Z Downloaded unarray v0.1.4
11372024-12-13T20:47:43.682Z Downloaded base64ct v1.6.0
11382024-12-13T20:47:43.682Z Downloaded tokio-macros v2.4.0
11392024-12-13T20:47:43.683Z Downloaded icu_provider v1.5.0
11402024-12-13T20:47:43.683Z Downloaded argon2 v0.5.3
11412024-12-13T20:47:43.683Z Downloaded backoff v0.4.0
11422024-12-13T20:47:43.684Z Downloaded chrono-tz-build v0.4.0
11432024-12-13T20:47:43.684Z Downloaded buf-list v1.0.3
11442024-12-13T20:47:43.684Z Downloaded shlex v1.3.0
11452024-12-13T20:47:43.684Z Downloaded bcs v0.1.6
11462024-12-13T20:47:43.684Z Downloaded async-bb8-diesel v0.2.1
11472024-12-13T20:47:43.684Z Downloaded rustc_version v0.1.7
11482024-12-13T20:47:43.685Z Downloaded rpassword v7.3.1
11492024-12-13T20:47:43.685Z Downloaded highway v1.2.0
11502024-12-13T20:47:43.685Z Downloaded take_mut v0.2.2
11512024-12-13T20:47:43.685Z Downloaded hmac v0.12.1
11522024-12-13T20:47:43.685Z Downloaded lru v0.12.5
11532024-12-13T20:47:43.685Z Downloaded lockfree-object-pool v0.1.6
11542024-12-13T20:47:43.685Z Downloaded linked-hash-map v0.5.6
11552024-12-13T20:47:43.685Z Downloaded libsw v3.3.1
11562024-12-13T20:47:43.685Z Downloaded is-terminal v0.4.13
11572024-12-13T20:47:43.685Z Downloaded internet-checksum v0.2.1
11582024-12-13T20:47:43.686Z Downloaded arc-swap v1.7.1
11592024-12-13T20:47:43.686Z Downloaded ascii-canvas v3.0.0
11602024-12-13T20:47:43.686Z Downloaded hubpack v0.1.2
11612024-12-13T20:47:43.686Z Downloaded array-init v0.0.4
11622024-12-13T20:47:43.686Z Downloaded arrayref v0.3.9
11632024-12-13T20:47:43.686Z Downloaded heck v0.3.3
11642024-12-13T20:47:43.686Z Downloaded instant v0.1.13
11652024-12-13T20:47:43.811Z Downloaded libsqlite3-sys v0.30.1
11662024-12-13T20:47:44.421Z Downloaded ring v0.17.8
11672024-12-13T20:47:44.610Z Downloaded ring v0.16.20
11682024-12-13T20:47:44.977Z Downloaded aws-lc-sys v0.22.0
11692024-12-13T20:47:45.240Z Compiling serde v1.0.215
11702024-12-13T20:47:45.403Z Compiling lock_api v0.4.12
11712024-12-13T20:47:45.403Z Compiling scopeguard v1.2.0
11722024-12-13T20:47:45.403Z Compiling value-bag v1.9.0
11732024-12-13T20:47:45.403Z Compiling typenum v1.17.0
11742024-12-13T20:47:45.403Z Compiling generic-array v0.14.7
11752024-12-13T20:47:45.403Z Compiling syn v2.0.87
11762024-12-13T20:47:45.403Z Compiling getrandom v0.2.15
11772024-12-13T20:47:45.549Z Compiling subtle v2.6.1
11782024-12-13T20:47:45.715Z Compiling rand_core v0.6.4
11792024-12-13T20:47:45.853Z Compiling log v0.4.22
11802024-12-13T20:47:45.918Z Compiling shlex v1.3.0
11812024-12-13T20:47:45.918Z Compiling jobserver v0.1.32
11822024-12-13T20:47:45.918Z Compiling smallvec v1.13.2
11832024-12-13T20:47:46.161Z Compiling const-oid v0.9.6
11842024-12-13T20:47:46.230Z Compiling spin v0.9.8
11852024-12-13T20:47:46.368Z Compiling cc v1.1.30
11862024-12-13T20:47:46.450Z Compiling pin-project-lite v0.2.14
11872024-12-13T20:47:46.527Z Compiling rustix v0.38.37
11882024-12-13T20:47:46.596Z Compiling parking_lot_core v0.9.10
11892024-12-13T20:47:46.658Z Compiling futures-core v0.3.31
11902024-12-13T20:47:46.927Z Compiling signal-hook-registry v1.4.2
11912024-12-13T20:47:47.152Z Compiling mio v1.0.2
11922024-12-13T20:47:47.541Z Compiling aho-corasick v1.1.3
11932024-12-13T20:47:47.902Z Compiling parking_lot v0.12.3
11942024-12-13T20:47:48.218Z Compiling regex-syntax v0.8.5
11952024-12-13T20:47:48.311Z Compiling cpufeatures v0.2.14
11962024-12-13T20:47:48.311Z Compiling lazy_static v1.5.0
11972024-12-13T20:47:48.312Z Compiling stable_deref_trait v1.2.0
11982024-12-13T20:47:48.357Z Compiling futures-sink v0.3.31
11992024-12-13T20:47:48.357Z Compiling either v1.13.0
12002024-12-13T20:47:48.357Z Compiling glob v0.3.1
12012024-12-13T20:47:48.454Z Compiling socket2 v0.5.7
12022024-12-13T20:47:48.749Z Compiling slab v0.4.9
12032024-12-13T20:47:48.797Z Compiling prettyplease v0.2.25
12042024-12-13T20:47:49.148Z Compiling minimal-lexical v0.2.1
12052024-12-13T20:47:49.418Z Compiling clang-sys v1.8.1
12062024-12-13T20:47:49.484Z Compiling libloading v0.8.5
12072024-12-13T20:47:49.528Z Compiling serde_json v1.0.132
12082024-12-13T20:47:49.710Z Compiling nom v7.1.3
12092024-12-13T20:47:49.978Z Compiling bindgen v0.69.5
12102024-12-13T20:47:49.990Z Compiling home v0.5.9
12112024-12-13T20:47:50.701Z Compiling itertools v0.10.5
12122024-12-13T20:47:51.295Z Compiling futures-channel v0.3.31
12132024-12-13T20:47:51.295Z Compiling rustc-hash v1.1.0
12142024-12-13T20:47:51.736Z Compiling lazycell v1.3.0
12152024-12-13T20:47:51.736Z Compiling pin-utils v0.1.0
12162024-12-13T20:47:51.736Z Compiling allocator-api2 v0.2.18
12172024-12-13T20:47:51.736Z Compiling foldhash v0.1.3
12182024-12-13T20:47:52.160Z Compiling regex-automata v0.4.8
12192024-12-13T20:47:52.407Z Compiling futures-task v0.3.31
12202024-12-13T20:47:52.619Z Compiling futures-io v0.3.31
12212024-12-13T20:47:52.843Z Compiling hashbrown v0.15.1
12222024-12-13T20:47:53.254Z Compiling cexpr v0.6.0
12232024-12-13T20:47:53.476Z Compiling synstructure v0.13.1
12242024-12-13T20:47:54.256Z Compiling cmake v0.1.51
12252024-12-13T20:47:55.022Z Compiling pkg-config v0.3.31
12262024-12-13T20:47:55.263Z Compiling dunce v1.0.5
12272024-12-13T20:47:55.263Z Compiling fs_extra v1.3.0
12282024-12-13T20:47:55.263Z Compiling tinyvec_macros v0.1.1
12292024-12-13T20:47:55.526Z Compiling libm v0.2.8
12302024-12-13T20:47:55.526Z Compiling tinyvec v1.8.0
12312024-12-13T20:47:55.822Z Compiling num-traits v0.2.19
12322024-12-13T20:47:56.155Z Compiling ring v0.17.8
12332024-12-13T20:47:56.459Z Compiling base64ct v1.6.0
12342024-12-13T20:47:56.849Z Compiling unicode-normalization v0.1.24
12352024-12-13T20:47:57.140Z Compiling unicode-bidi v0.3.17
12362024-12-13T20:47:57.489Z Compiling paste v1.0.15
12372024-12-13T20:47:57.489Z Compiling litemap v0.7.3
12382024-12-13T20:47:57.489Z Compiling regex v1.11.1
12392024-12-13T20:47:57.765Z Compiling writeable v0.5.5
12402024-12-13T20:47:58.147Z Compiling pem-rfc7468 v0.7.0
12412024-12-13T20:47:58.372Z Compiling httparse v1.9.5
12422024-12-13T20:47:58.548Z Compiling aws-lc-rs v1.10.0
12432024-12-13T20:47:58.741Z Compiling flagset v0.4.6
12442024-12-13T20:47:58.983Z Compiling tracing-core v0.1.32
12452024-12-13T20:47:59.215Z Compiling rustls-pki-types v1.10.0
12462024-12-13T20:48:00.073Z Compiling crossbeam-utils v0.8.20
12472024-12-13T20:48:00.324Z Compiling icu_locid_transform_data v1.5.0
12482024-12-13T20:48:00.324Z Compiling percent-encoding v2.3.1
12492024-12-13T20:48:00.324Z Compiling icu_properties_data v1.5.0
12502024-12-13T20:48:00.491Z Compiling serde_derive v1.0.215
12512024-12-13T20:48:00.491Z Compiling zeroize_derive v1.4.2
12522024-12-13T20:48:00.491Z Compiling zerocopy-derive v0.7.35
12532024-12-13T20:48:00.579Z Compiling tokio-macros v2.4.0
12542024-12-13T20:48:00.867Z Compiling zerofrom-derive v0.1.4
12552024-12-13T20:48:01.898Z Compiling zeroize v1.8.1
12562024-12-13T20:48:02.105Z Compiling thiserror-impl v1.0.69
12572024-12-13T20:48:02.449Z Compiling yoke-derive v0.7.4
12582024-12-13T20:48:02.765Z Compiling zerocopy v0.7.35
12592024-12-13T20:48:03.819Z Compiling crypto-common v0.1.6
12602024-12-13T20:48:03.940Z Compiling block-buffer v0.10.4
12612024-12-13T20:48:04.224Z Compiling digest v0.10.7
12622024-12-13T20:48:04.266Z Compiling futures-macro v0.3.31
12632024-12-13T20:48:04.523Z Compiling zerovec-derive v0.10.3
12642024-12-13T20:48:04.630Z Compiling hmac v0.12.1
12652024-12-13T20:48:04.821Z Compiling zerofrom v0.1.4
12662024-12-13T20:48:04.849Z Compiling block-padding v0.3.3
12672024-12-13T20:48:05.037Z Compiling displaydoc v0.2.5
12682024-12-13T20:48:05.097Z Compiling inout v0.1.3
12692024-12-13T20:48:05.213Z Compiling thiserror v1.0.69
12702024-12-13T20:48:05.351Z Compiling cipher v0.4.4
12712024-12-13T20:48:05.371Z Compiling yoke v0.7.4
12722024-12-13T20:48:05.375Z Compiling sha2 v0.10.8
12732024-12-13T20:48:05.751Z Compiling ppv-lite86 v0.2.20
12742024-12-13T20:48:05.862Z Compiling icu_provider_macros v1.5.0
12752024-12-13T20:48:06.114Z Compiling futures-util v0.3.31
12762024-12-13T20:48:06.572Z Compiling der_derive v0.7.3
12772024-12-13T20:48:06.641Z Compiling rand_chacha v0.3.1
12782024-12-13T20:48:07.040Z Compiling tracing-attributes v0.1.27
12792024-12-13T20:48:07.112Z Compiling zerovec v0.10.4
12802024-12-13T20:48:08.866Z Compiling rand v0.8.5
12812024-12-13T20:48:08.887Z Compiling salsa20 v0.10.2
12822024-12-13T20:48:09.128Z Compiling tinystr v0.7.6
12832024-12-13T20:48:09.131Z Compiling der v0.7.9
12842024-12-13T20:48:09.375Z Compiling icu_collections v1.5.0
12852024-12-13T20:48:09.572Z Compiling icu_locid v1.5.0
12862024-12-13T20:48:10.699Z Compiling icu_provider v1.5.0
12872024-12-13T20:48:10.735Z Compiling tracing v0.1.40
12882024-12-13T20:48:11.013Z Compiling pest v2.7.14
12892024-12-13T20:48:11.276Z Compiling spki v0.7.3
12902024-12-13T20:48:11.631Z Compiling icu_locid_transform v1.5.0
12912024-12-13T20:48:11.739Z Compiling pbkdf2 v0.12.2
12922024-12-13T20:48:11.923Z Compiling untrusted v0.7.1
12932024-12-13T20:48:11.960Z Compiling mirai-annotations v1.12.0
12942024-12-13T20:48:12.107Z Compiling vcpkg v0.2.15
12952024-12-13T20:48:12.140Z Compiling untrusted v0.9.0
12962024-12-13T20:48:12.650Z Compiling time-core v0.1.2
12972024-12-13T20:48:12.672Z Compiling num-conv v0.1.0
12982024-12-13T20:48:12.672Z Compiling powerfmt v0.2.0
12992024-12-13T20:48:12.672Z Compiling time-macros v0.2.18
13002024-12-13T20:48:12.807Z Compiling icu_properties v1.5.1
13012024-12-13T20:48:13.645Z Compiling pest_meta v2.7.14
13022024-12-13T20:48:14.063Z Compiling bitflags v2.6.0
13032024-12-13T20:48:14.159Z Compiling bytes v1.8.0
13042024-12-13T20:48:14.245Z Compiling indexmap v2.6.0
13052024-12-13T20:48:14.703Z Compiling semver v1.0.23
13062024-12-13T20:48:15.481Z Compiling tokio v1.40.0
13072024-12-13T20:48:15.502Z Compiling http v1.1.0
13082024-12-13T20:48:15.706Z Compiling rustc_version v0.4.1
13092024-12-13T20:48:16.504Z Compiling openssl-sys v0.9.103
13102024-12-13T20:48:17.604Z Compiling deranged v0.3.11
13112024-12-13T20:48:17.624Z Compiling scrypt v0.11.0
13122024-12-13T20:48:17.679Z Compiling aes v0.8.4
13132024-12-13T20:48:18.032Z Compiling cbc v0.1.2
13142024-12-13T20:48:18.233Z Compiling scroll_derive v0.12.0
13152024-12-13T20:48:18.282Z Compiling icu_normalizer_data v1.5.0
13162024-12-13T20:48:18.395Z Compiling utf8_iter v1.0.4
13172024-12-13T20:48:18.651Z Compiling which v4.4.2
13182024-12-13T20:48:18.845Z Compiling write16 v1.0.0
13192024-12-13T20:48:19.273Z Compiling utf16_iter v1.0.5
13202024-12-13T20:48:19.492Z Compiling atomic-waker v1.1.2
13212024-12-13T20:48:19.518Z Compiling num_threads v0.1.7
13222024-12-13T20:48:19.659Z Compiling time v0.3.36
13232024-12-13T20:48:19.692Z Compiling icu_normalizer v1.5.0
13242024-12-13T20:48:19.714Z Compiling scroll v0.12.0
13252024-12-13T20:48:19.844Z Compiling pkcs5 v0.7.1
13262024-12-13T20:48:20.231Z Compiling http-body v1.0.1
13272024-12-13T20:48:20.319Z Compiling pest_generator v2.7.14
13282024-12-13T20:48:20.468Z Compiling form_urlencoded v1.2.1
13292024-12-13T20:48:20.526Z Compiling slog v2.7.0
13302024-12-13T20:48:20.818Z Compiling try-lock v0.2.5
13312024-12-13T20:48:20.964Z Compiling want v0.3.1
13322024-12-13T20:48:21.079Z Compiling goblin v0.8.2
13332024-12-13T20:48:21.114Z Compiling idna_adapter v1.2.0
13342024-12-13T20:48:21.251Z Compiling pkcs8 v0.10.2
13352024-12-13T20:48:21.334Z Compiling httpdate v1.0.3
13362024-12-13T20:48:21.694Z Compiling idna v1.0.3
13372024-12-13T20:48:22.008Z Compiling serde_tokenstream v0.2.2
13382024-12-13T20:48:22.429Z Compiling pest_derive v2.7.14
13392024-12-13T20:48:22.599Z Compiling toml_datetime v0.6.8
13402024-12-13T20:48:22.739Z Compiling uuid v1.11.0
13412024-12-13T20:48:23.135Z Compiling serde_spanned v0.6.8
13422024-12-13T20:48:23.216Z Compiling dtrace-parser v0.2.0
13432024-12-13T20:48:23.364Z Compiling foreign-types-shared v0.1.1
13442024-12-13T20:48:23.481Z Compiling rustversion v1.0.17
13452024-12-13T20:48:23.603Z Compiling tower-service v0.3.3
13462024-12-13T20:48:23.737Z Compiling openssl v0.10.66
13472024-12-13T20:48:24.159Z Compiling tokio-util v0.7.12
13482024-12-13T20:48:24.183Z Compiling iana-time-zone v0.1.61
13492024-12-13T20:48:24.201Z Compiling base64 v0.22.1
13502024-12-13T20:48:24.649Z Compiling match_cfg v0.1.0
13512024-12-13T20:48:24.746Z Compiling adler2 v2.0.0
13522024-12-13T20:48:24.956Z Compiling miniz_oxide v0.8.0
13532024-12-13T20:48:24.978Z Compiling hostname v0.3.1
13542024-12-13T20:48:24.983Z Compiling chrono v0.4.38
13552024-12-13T20:48:25.219Z Compiling h2 v0.4.6
13562024-12-13T20:48:25.540Z Compiling foreign-types v0.3.2
13572024-12-13T20:48:25.632Z Compiling url v2.5.3
13582024-12-13T20:48:26.573Z Compiling openssl-macros v0.1.1
13592024-12-13T20:48:27.108Z Compiling dof v0.3.0
13602024-12-13T20:48:27.381Z Compiling async-trait v0.1.83
13612024-12-13T20:48:27.669Z Compiling dirs-sys-next v0.1.2
13622024-12-13T20:48:28.361Z Compiling usdt-impl v0.5.0
13632024-12-13T20:48:28.870Z Compiling syn v1.0.109
13642024-12-13T20:48:29.377Z Compiling data-encoding v2.6.0
13652024-12-13T20:48:29.515Z Compiling rustls v0.23.19
13662024-12-13T20:48:29.799Z Compiling siphasher v0.3.11
13672024-12-13T20:48:29.995Z Compiling rustls v0.22.4
13682024-12-13T20:48:30.171Z Compiling native-tls v0.2.12
13692024-12-13T20:48:30.273Z Compiling dirs-next v2.0.0
13702024-12-13T20:48:30.523Z Compiling http-body-util v0.1.2
13712024-12-13T20:48:31.078Z Compiling heapless v0.7.17
13722024-12-13T20:48:31.457Z Compiling crossbeam-epoch v0.9.18
13732024-12-13T20:48:31.518Z Compiling signature v2.2.0
13742024-12-13T20:48:31.590Z Compiling sha1 v0.10.6
13752024-12-13T20:48:31.767Z Compiling bzip2-sys v0.1.11+1.0.8
13762024-12-13T20:48:31.797Z Compiling serde_derive_internals v0.29.1
13772024-12-13T20:48:31.919Z Compiling thread_local v1.1.8
13782024-12-13T20:48:31.994Z Compiling multer v3.1.0
13792024-12-13T20:48:32.267Z Compiling hyper v1.5.0
13802024-12-13T20:48:32.286Z Compiling encoding_rs v0.8.34
13812024-12-13T20:48:32.307Z Compiling cookie v0.18.1
13822024-12-13T20:48:32.507Z Compiling unicode-properties v0.1.3
13832024-12-13T20:48:32.593Z Compiling mime v0.3.17
13842024-12-13T20:48:32.921Z Compiling ipnet v2.10.1
13852024-12-13T20:48:33.207Z Compiling rayon-core v1.12.1
13862024-12-13T20:48:33.481Z Compiling signal-hook v0.3.17
13872024-12-13T20:48:33.747Z Compiling slog-async v2.8.0
13882024-12-13T20:48:34.212Z Compiling schemars v0.8.21
13892024-12-13T20:48:34.264Z Compiling openssl-probe v0.1.5
13902024-12-13T20:48:34.534Z Compiling gimli v0.31.1
13912024-12-13T20:48:34.587Z Compiling schemars_derive v0.8.21
13922024-12-13T20:48:34.714Z Compiling hyper-util v0.1.10
13932024-12-13T20:48:36.016Z Compiling toml_edit v0.22.22
13942024-12-13T20:48:36.910Z Compiling stringprep v0.1.5
13952024-12-13T20:48:38.083Z Compiling crossbeam-deque v0.8.5
13962024-12-13T20:48:38.102Z Compiling usdt-attr-macro v0.5.0
13972024-12-13T20:48:38.202Z Compiling usdt-macro v0.5.0
13982024-12-13T20:48:38.497Z Compiling term v0.7.0
13992024-12-13T20:48:39.141Z Compiling addr2line v0.24.2
14002024-12-13T20:48:39.653Z Compiling slog-json v2.6.1
14012024-12-13T20:48:39.689Z Compiling serde_urlencoded v0.7.1
14022024-12-13T20:48:39.760Z Compiling curve25519-dalek v4.1.3
14032024-12-13T20:48:39.866Z Compiling crossbeam-channel v0.5.13
14042024-12-13T20:48:40.020Z Compiling futures-executor v0.3.31
14052024-12-13T20:48:40.060Z Compiling md-5 v0.10.6
14062024-12-13T20:48:40.227Z Compiling enum-as-inner v0.6.1
14072024-12-13T20:48:40.320Z Compiling async-stream-impl v0.3.6
14082024-12-13T20:48:40.368Z Compiling num-integer v0.1.46
14092024-12-13T20:48:40.591Z Compiling rustls-pemfile v2.2.0
14102024-12-13T20:48:40.940Z Compiling idna v0.3.0
14112024-12-13T20:48:40.994Z Compiling idna v0.4.0
14122024-12-13T20:48:41.165Z Compiling hash32 v0.2.1
14132024-12-13T20:48:41.330Z Compiling ff v0.13.0
14142024-12-13T20:48:41.526Z Compiling is-terminal v0.4.13
14152024-12-13T20:48:41.550Z Compiling dropshot v0.12.0
14162024-12-13T20:48:41.667Z Compiling object v0.36.5
14172024-12-13T20:48:41.739Z Compiling quick-error v1.2.3
14182024-12-13T20:48:41.844Z Compiling dyn-clone v1.0.17
14192024-12-13T20:48:41.914Z Compiling psl-types v2.0.11
14202024-12-13T20:48:42.083Z Compiling take_mut v0.2.2
14212024-12-13T20:48:42.126Z Compiling rustc-demangle v0.1.24
14222024-12-13T20:48:42.259Z Compiling smoltcp v0.9.1
14232024-12-13T20:48:42.624Z Compiling fallible-iterator v0.2.0
14242024-12-13T20:48:42.866Z Compiling base16ct v0.2.0
14252024-12-13T20:48:43.021Z Compiling anyhow v1.0.93
14262024-12-13T20:48:43.109Z Compiling num-bigint-dig v0.8.4
14272024-12-13T20:48:43.180Z Compiling linked-hash-map v0.5.6
14282024-12-13T20:48:43.345Z Compiling utf-8 v0.7.6
14292024-12-13T20:48:43.413Z Compiling portable-atomic v1.9.0
14302024-12-13T20:48:43.556Z Compiling tungstenite v0.24.0
14312024-12-13T20:48:43.679Z Compiling lru-cache v0.1.2
14322024-12-13T20:48:43.916Z Compiling postgres-protocol v0.6.7
14332024-12-13T20:48:44.038Z Compiling sec1 v0.7.3
14342024-12-13T20:48:44.583Z Compiling publicsuffix v2.2.3
14352024-12-13T20:48:44.848Z Compiling hickory-proto v0.24.1
14362024-12-13T20:48:45.322Z Compiling resolv-conf v0.7.0
14372024-12-13T20:48:45.867Z Compiling async-stream v0.3.6
14382024-12-13T20:48:45.880Z Compiling slog-term v2.9.1
14392024-12-13T20:48:46.145Z Compiling usdt v0.5.0
14402024-12-13T20:48:46.197Z Compiling group v0.13.0
14412024-12-13T20:48:46.654Z Compiling num-iter v0.1.45
14422024-12-13T20:48:46.997Z Compiling futures v0.3.31
14432024-12-13T20:48:47.160Z Compiling slog-bunyan v2.5.0
14442024-12-13T20:48:47.191Z Compiling toml v0.8.19
14452024-12-13T20:48:51.408Z Compiling tokio-native-tls v0.3.1
14462024-12-13T20:48:51.458Z Compiling backtrace v0.3.74
14472024-12-13T20:48:51.458Z Compiling camino v1.1.9
14482024-12-13T20:48:51.458Z Compiling phf_shared v0.11.2
14492024-12-13T20:48:51.458Z Compiling dropshot_endpoint v0.12.0
14502024-12-13T20:48:51.458Z Compiling waitgroup v0.1.2
14512024-12-13T20:48:51.458Z Compiling terminal_size v0.4.0
14522024-12-13T20:48:51.458Z Compiling openapiv3 v2.0.0
14532024-12-13T20:48:51.458Z Compiling serde_path_to_error v0.1.16
14542024-12-13T20:48:51.458Z Compiling hkdf v0.12.4
14552024-12-13T20:48:51.458Z Compiling crypto-bigint v0.5.5
14562024-12-13T20:48:51.458Z Compiling curve25519-dalek-derive v0.1.1
14572024-12-13T20:48:52.844Z Compiling zerocopy-derive v0.6.6
14582024-12-13T20:48:53.036Z Compiling webpki-roots v0.26.6
14592024-12-13T20:48:53.265Z Compiling idna v0.5.0
14602024-12-13T20:48:53.268Z Compiling hubpack_derive v0.1.1
14612024-12-13T20:48:54.191Z Compiling hostname v0.4.0
14622024-12-13T20:48:54.436Z Compiling crc32fast v1.4.2
14632024-12-13T20:48:54.730Z Compiling fs-err v2.11.0
14642024-12-13T20:48:54.773Z Compiling ahash v0.8.11
14652024-12-13T20:48:54.823Z Compiling managed v0.8.0
14662024-12-13T20:48:54.961Z Compiling winnow v0.5.40
14672024-12-13T20:48:55.005Z Compiling bitflags v1.3.2
14682024-12-13T20:48:55.098Z Compiling debug-ignore v1.0.5
14692024-12-13T20:48:55.138Z Compiling zerocopy v0.6.6
14702024-12-13T20:48:55.186Z Compiling console v0.15.8
14712024-12-13T20:48:55.437Z Compiling clap_builder v4.5.21
14722024-12-13T20:48:55.615Z Compiling strum_macros v0.25.3
14732024-12-13T20:48:56.015Z Compiling flate2 v1.0.34
14742024-12-13T20:48:56.822Z Compiling hubpack v0.1.2
14752024-12-13T20:48:56.978Z Compiling cookie_store v0.21.0
14762024-12-13T20:48:57.072Z Compiling elliptic-curve v0.13.8
14772024-12-13T20:48:57.431Z Compiling hickory-resolver v0.24.1
14782024-12-13T20:48:57.941Z Compiling phf v0.11.2
14792024-12-13T20:48:58.636Z Compiling toml_edit v0.19.15
14802024-12-13T20:48:58.930Z Compiling signal-hook-mio v0.2.4
14812024-12-13T20:48:59.104Z Compiling hyper-tls v0.6.0
14822024-12-13T20:48:59.162Z Compiling rayon v1.10.0
14832024-12-13T20:48:59.548Z Compiling bzip2 v0.4.4
14842024-12-13T20:49:00.124Z Compiling postgres-types v0.2.8
14852024-12-13T20:49:02.956Z Compiling tokio-tungstenite v0.24.0
14862024-12-13T20:49:03.509Z Compiling ed25519 v2.2.3
14872024-12-13T20:49:04.213Z Compiling phf_shared v0.10.0
14882024-12-13T20:49:04.423Z Compiling tokio-stream v0.1.16
14892024-12-13T20:49:04.629Z Compiling pkcs1 v0.7.5
14902024-12-13T20:49:05.119Z Compiling serde-big-array v0.5.1
14912024-12-13T20:49:05.365Z Compiling rfc6979 v0.4.0
14922024-12-13T20:49:05.409Z Compiling derive-where v1.2.7
14932024-12-13T20:49:05.521Z Compiling serde_repr v0.1.19
14942024-12-13T20:49:05.538Z Compiling clap_derive v4.5.18
14952024-12-13T20:49:05.557Z Compiling float-cmp v0.9.0
14962024-12-13T20:49:05.684Z Compiling bstr v1.10.0
14972024-12-13T20:49:05.789Z Compiling sync_wrapper v1.0.1
14982024-12-13T20:49:05.949Z Compiling precomputed-hash v0.1.1
14992024-12-13T20:49:06.071Z Compiling whoami v1.5.2
15002024-12-13T20:49:06.731Z Compiling unicode-segmentation v1.12.0
15012024-12-13T20:49:06.751Z Compiling bit-vec v0.6.3
15022024-12-13T20:49:06.754Z Compiling static_assertions v1.1.0
15032024-12-13T20:49:06.899Z Compiling predicates-core v1.0.8
15042024-12-13T20:49:07.252Z Compiling number_prefix v0.4.0
15052024-12-13T20:49:07.277Z Compiling unicode-width v0.2.0
15062024-12-13T20:49:07.496Z Compiling fixedbitset v0.4.2
15072024-12-13T20:49:07.574Z Compiling normalize-line-endings v0.3.0
15082024-12-13T20:49:07.664Z Compiling difflib v0.4.0
15092024-12-13T20:49:07.704Z Compiling new_debug_unreachable v1.0.6
15102024-12-13T20:49:07.797Z Compiling string_cache v0.8.7
15112024-12-13T20:49:07.818Z Compiling petgraph v0.6.5
15122024-12-13T20:49:07.939Z Compiling indicatif v0.17.9
15132024-12-13T20:49:08.272Z Compiling predicates v3.1.2
15142024-12-13T20:49:09.177Z Compiling similar v2.6.0
15152024-12-13T20:49:09.350Z Compiling bit-set v0.5.3
15162024-12-13T20:49:09.652Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15172024-12-13T20:49:10.041Z Compiling tokio-postgres v0.7.12
15182024-12-13T20:49:10.265Z Compiling ecdsa v0.16.9
15192024-12-13T20:49:10.723Z Compiling clap v4.5.21
15202024-12-13T20:49:10.856Z Compiling rsa v0.9.6
15212024-12-13T20:49:11.129Z Compiling ed25519-dalek v2.1.1
15222024-12-13T20:49:11.691Z Compiling toml v0.7.8
15232024-12-13T20:49:12.114Z Compiling zip v0.6.6
15242024-12-13T20:49:12.512Z Compiling crossterm v0.28.1
15252024-12-13T20:49:14.268Z Compiling hex v0.4.3
15262024-12-13T20:49:14.420Z Compiling x509-cert v0.2.5
15272024-12-13T20:49:14.557Z Compiling lalrpop-util v0.19.12
15282024-12-13T20:49:14.885Z Compiling peg-runtime v0.8.3
15292024-12-13T20:49:14.911Z Compiling unicode-xid v0.2.6
15302024-12-13T20:49:15.091Z Compiling strum_macros v0.26.4
15312024-12-13T20:49:15.546Z Compiling xattr v1.3.1
15322024-12-13T20:49:15.820Z Compiling filetime v0.2.25
15332024-12-13T20:49:16.141Z Compiling tar v0.4.42
15342024-12-13T20:49:20.343Z Compiling strum v0.26.3
15352024-12-13T20:49:23.351Z Compiling aws-lc-sys v0.22.0
15362024-12-13T20:50:01.279Z Compiling rustls-webpki v0.102.8
15372024-12-13T20:50:04.691Z Compiling tokio-rustls v0.25.0
15382024-12-13T20:50:06.508Z Compiling tokio-rustls v0.26.0
15392024-12-13T20:50:06.885Z Compiling hyper-rustls v0.27.3
15402024-12-13T20:50:07.240Z Compiling reqwest v0.12.9
15412024-12-13T20:50:08.219Z Compiling qorb v0.2.1
15422024-12-13T20:50:13.357Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15432024-12-13T20:50:13.593Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15442024-12-13T20:50:19.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s
15452024-12-13T20:50:19.636Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15462024-12-13T20:50:19.688ZDec 13 20:50:18.359 INFO Starting download, target: Cockroach
15472024-12-13T20:50:19.688ZDec 13 20:50:18.359 INFO Starting download, target: Clickhouse
15482024-12-13T20:50:19.688ZDec 13 20:50:18.359 INFO Starting download, target: Console
15492024-12-13T20:50:19.690ZDec 13 20:50:18.359 INFO Starting download, target: DendriteOpenapi
15502024-12-13T20:50:19.690ZDec 13 20:50:18.359 INFO Starting download, target: MaghemiteMgd
15512024-12-13T20:50:19.690ZDec 13 20:50:18.359 INFO Starting download, target: DendriteStub
15522024-12-13T20:50:19.691ZDec 13 20:50:18.359 INFO Starting download, target: TransceiverControl
15532024-12-13T20:50:19.691ZDec 13 20:50:18.360 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15542024-12-13T20:50:19.691ZDec 13 20:50:18.360 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15552024-12-13T20:50:19.691ZDec 13 20:50:18.360 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15562024-12-13T20:50:19.691ZDec 13 20:50:18.360 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15572024-12-13T20:50:19.691ZDec 13 20:50:18.360 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15582024-12-13T20:50:19.691ZDec 13 20:50:18.360 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15592024-12-13T20:50:19.691ZDec 13 20:50:18.360 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15602024-12-13T20:50:19.918ZDec 13 20:50:18.582 INFO Download complete, target: DendriteOpenapi
15612024-12-13T20:50:20.079ZDec 13 20:50:18.742 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15622024-12-13T20:50:20.185ZDec 13 20:50:18.836 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15632024-12-13T20:50:20.508ZDec 13 20:50:19.174 INFO Download complete, target: Console
15642024-12-13T20:50:20.610ZDec 13 20:50:19.278 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15652024-12-13T20:50:20.630ZDec 13 20:50:19.301 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15662024-12-13T20:50:20.752ZDec 13 20:50:19.420 INFO Download complete, target: TransceiverControl
15672024-12-13T20:50:21.231ZDec 13 20:50:19.902 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15682024-12-13T20:50:21.231ZDec 13 20:50:19.902 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15692024-12-13T20:50:21.568ZDec 13 20:50:20.239 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15702024-12-13T20:50:23.586ZDec 13 20:50:22.257 INFO Download complete, target: DendriteStub
15712024-12-13T20:50:23.632ZDec 13 20:50:22.302 INFO Download complete, target: MaghemiteMgd
15722024-12-13T20:50:28.721ZDec 13 20:50:27.391 INFO Checking that binary works, target: Cockroach
15732024-12-13T20:50:28.878ZDec 13 20:50:27.548 INFO Download complete, target: Cockroach
15742024-12-13T20:50:34.158ZDec 13 20:50:32.827 INFO Checking that binary works, target: Clickhouse
15752024-12-13T20:50:35.119ZDec 13 20:50:33.754 INFO Download complete, target: Clickhouse
15762024-12-13T20:50:35.253ZAll builder prerequisites installed successfully, and PATH looks valid
15772024-12-13T20:50:35.258Z
15782024-12-13T20:50:35.258Zreal 5:42.935019564
15792024-12-13T20:50:35.259Zuser 16:36.820342251
15802024-12-13T20:50:35.259Zsys 3:14.353884625
15812024-12-13T20:50:35.259Ztrap 0.554814386
15822024-12-13T20:50:35.259Ztflt 9.829102991
15832024-12-13T20:50:35.259Zdflt 9.131418590
15842024-12-13T20:50:35.260Zkflt 0.320682049
15852024-12-13T20:50:35.260Zlock 30:12.176930787
15862024-12-13T20:50:35.260Zslp 1:05:10.072079585
15872024-12-13T20:50:35.260Zlat 52.102273828
15882024-12-13T20:50:35.260Zstop 2:15.889564422
15892024-12-13T20:50:35.260Z+ banner hack-check
15902024-12-13T20:50:35.262Z
15912024-12-13T20:50:35.262Z # # ## #### # # #### # # ###### #### # #
15922024-12-13T20:50:35.263Z # # # # # # # # # # # # # # # # #
15932024-12-13T20:50:35.263Z ###### # # # #### ##### # ###### ##### # ####
15942024-12-13T20:50:35.263Z # # ###### # # # # # # # # # #
15952024-12-13T20:50:35.263Z # # # # # # # # # # # # # # # # #
15962024-12-13T20:50:35.263Z # # # # #### # # #### # # ###### #### # #
15972024-12-13T20:50:35.263Z
15982024-12-13T20:50:35.263Z+ export CARGO_INCREMENTAL=0
15992024-12-13T20:50:35.263Z+ CARGO_INCREMENTAL=0
16002024-12-13T20:50:35.263Z+ ptime -m timeout 2h cargo xtask check-features --ci
16012024-12-13T20:50:35.788Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16022024-12-13T20:50:39.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
16032024-12-13T20:50:39.415Z Running `target/debug/xtask check-features --ci`
16042024-12-13T20:50:39.438Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16052024-12-13T20:50:39.441Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16062024-12-13T20:50:39.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16072024-12-13T20:50:39.897Z Running `target/debug/xtask download cargo-hack`
16082024-12-13T20:50:40.713Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16092024-12-13T20:50:41.072Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16102024-12-13T20:50:46.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
16112024-12-13T20:50:46.361Z Running `target/debug/xtask-downloader cargo-hack`
16122024-12-13T20:50:46.397ZDec 13 20:50:45.063 INFO Starting download, target: CargoHack
16132024-12-13T20:50:46.400ZDec 13 20:50:45.064 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16142024-12-13T20:50:47.002ZDec 13 20:50:45.669 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16152024-12-13T20:50:47.098ZDec 13 20:50:45.764 INFO Download complete, target: CargoHack
16162024-12-13T20:50:47.103Zrunning: "/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"
16172024-12-13T20:50:47.121Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16182024-12-13T20:50:47.295Zinfo: running `cargo check --bins` on api_identity (1/173)
16192024-12-13T20:50:47.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-12-13T20:50:47.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-12-13T20:50:47.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-12-13T20:50:47.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16232024-12-13T20:50:47.910Z
16242024-12-13T20:50:47.911Zinfo: running `cargo check --bins` on bootstore (2/173)
16252024-12-13T20:50:48.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-12-13T20:50:48.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-12-13T20:50:48.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-12-13T20:50:48.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16292024-12-13T20:50:48.551Z
16302024-12-13T20:50:48.551Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16312024-12-13T20:50:49.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-12-13T20:50:49.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-12-13T20:50:49.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-12-13T20:50:49.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16352024-12-13T20:50:49.173Z
16362024-12-13T20:50:49.173Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16372024-12-13T20:50:49.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-12-13T20:50:49.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-12-13T20:50:49.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-12-13T20:50:49.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16412024-12-13T20:50:49.795Z
16422024-12-13T20:50:49.795Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16432024-12-13T20:50:50.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-12-13T20:50:50.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-12-13T20:50:50.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-12-13T20:50:50.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16472024-12-13T20:50:50.214Z
16482024-12-13T20:50:50.214Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16492024-12-13T20:50:50.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-12-13T20:50:50.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-12-13T20:50:50.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-12-13T20:50:50.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16532024-12-13T20:50:50.636Z
16542024-12-13T20:50:50.636Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16552024-12-13T20:50:51.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-12-13T20:50:51.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-12-13T20:50:51.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-12-13T20:50:51.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16592024-12-13T20:50:51.053Z
16602024-12-13T20:50:51.053Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16612024-12-13T20:50:51.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-12-13T20:50:51.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-12-13T20:50:51.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-12-13T20:50:51.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16652024-12-13T20:50:51.477Z
16662024-12-13T20:50:51.479Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16672024-12-13T20:50:51.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-12-13T20:50:51.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-12-13T20:50:51.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-12-13T20:50:51.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16712024-12-13T20:50:51.900Z
16722024-12-13T20:50:51.900Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16732024-12-13T20:50:52.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-12-13T20:50:52.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-12-13T20:50:52.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-12-13T20:50:52.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16772024-12-13T20:50:52.321Z
16782024-12-13T20:50:52.321Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16792024-12-13T20:50:52.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-12-13T20:50:52.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-12-13T20:50:52.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-12-13T20:50:52.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16832024-12-13T20:50:52.742Z
16842024-12-13T20:50:52.742Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16852024-12-13T20:50:53.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-12-13T20:50:53.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-12-13T20:50:53.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-12-13T20:50:53.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16892024-12-13T20:50:53.165Z
16902024-12-13T20:50:53.165Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16912024-12-13T20:50:53.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-12-13T20:50:53.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-12-13T20:50:53.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-12-13T20:50:53.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16952024-12-13T20:50:53.588Z
16962024-12-13T20:50:53.588Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16972024-12-13T20:50:53.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-12-13T20:50:53.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-12-13T20:50:53.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-12-13T20:50:53.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17012024-12-13T20:50:54.005Z
17022024-12-13T20:50:54.005Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17032024-12-13T20:50:54.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-12-13T20:50:54.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-12-13T20:50:54.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-12-13T20:50:54.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17072024-12-13T20:50:54.425Z
17082024-12-13T20:50:54.425Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17092024-12-13T20:50:54.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-12-13T20:50:54.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-12-13T20:50:54.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-12-13T20:50:54.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17132024-12-13T20:50:54.843Z
17142024-12-13T20:50:54.843Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17152024-12-13T20:50:55.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-12-13T20:50:55.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-12-13T20:50:55.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-12-13T20:50:55.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17192024-12-13T20:50:55.262Z
17202024-12-13T20:50:55.262Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17212024-12-13T20:50:55.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-12-13T20:50:55.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-12-13T20:50:55.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-12-13T20:50:55.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17252024-12-13T20:50:55.687Z
17262024-12-13T20:50:55.687Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17272024-12-13T20:50:56.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-12-13T20:50:56.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-12-13T20:50:56.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-12-13T20:50:56.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17312024-12-13T20:50:56.111Z
17322024-12-13T20:50:56.111Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17332024-12-13T20:50:56.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-12-13T20:50:56.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-12-13T20:50:56.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-12-13T20:50:56.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17372024-12-13T20:50:56.533Z
17382024-12-13T20:50:56.533Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17392024-12-13T20:50:56.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-12-13T20:50:56.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-12-13T20:50:56.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-12-13T20:50:56.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17432024-12-13T20:50:56.955Z
17442024-12-13T20:50:56.955Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17452024-12-13T20:50:57.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-12-13T20:50:57.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-12-13T20:50:57.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-12-13T20:50:57.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17492024-12-13T20:50:57.380Z
17502024-12-13T20:50:57.380Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17512024-12-13T20:50:57.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-12-13T20:50:57.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-12-13T20:50:57.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-12-13T20:50:57.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17552024-12-13T20:50:57.807Z
17562024-12-13T20:50:57.807Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17572024-12-13T20:50:58.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-12-13T20:50:58.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-12-13T20:50:58.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-12-13T20:50:58.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17612024-12-13T20:50:58.226Z
17622024-12-13T20:50:58.226Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17632024-12-13T20:50:58.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-12-13T20:50:58.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-12-13T20:50:58.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-12-13T20:50:58.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17672024-12-13T20:50:58.868Z
17682024-12-13T20:50:58.868Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17692024-12-13T20:50:59.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-12-13T20:50:59.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-12-13T20:50:59.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-12-13T20:50:59.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17732024-12-13T20:50:59.500Z
17742024-12-13T20:50:59.500Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17752024-12-13T20:51:00.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-12-13T20:51:00.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-12-13T20:51:00.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782024-12-13T20:51:00.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17792024-12-13T20:51:00.140Z
17802024-12-13T20:51:00.140Zinfo: running `cargo check --bins` on oxlog (28/173)
17812024-12-13T20:51:00.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822024-12-13T20:51:00.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832024-12-13T20:51:00.767Z Checking cfg-if v1.0.0
17842024-12-13T20:51:00.770Z Checking libc v0.2.162
17852024-12-13T20:51:00.876Z Checking serde v1.0.215
17862024-12-13T20:51:00.878Z Checking zeroize v1.8.1
17872024-12-13T20:51:00.896Z Checking memchr v2.7.4
17882024-12-13T20:51:00.898Z Checking typenum v1.17.0
17892024-12-13T20:51:00.907Z Checking scopeguard v1.2.0
17902024-12-13T20:51:00.931Z Checking subtle v2.6.1
17912024-12-13T20:51:00.947Z Checking value-bag v1.9.0
17922024-12-13T20:51:01.038Z Checking lock_api v0.4.12
17932024-12-13T20:51:01.127Z Checking const-oid v0.9.6
17942024-12-13T20:51:01.187Z Checking smallvec v1.13.2
17952024-12-13T20:51:01.349Z Checking log v0.4.22
17962024-12-13T20:51:01.448Z Checking itoa v1.0.11
17972024-12-13T20:51:01.534Z Checking pin-project-lite v0.2.14
17982024-12-13T20:51:01.657Z Checking byteorder v1.5.0
17992024-12-13T20:51:01.676Z Checking futures-core v0.3.31
18002024-12-13T20:51:01.748Z Checking once_cell v1.20.2
18012024-12-13T20:51:01.846Z Checking cpufeatures v0.2.14
18022024-12-13T20:51:01.869Z Checking futures-sink v0.3.31
18032024-12-13T20:51:01.937Z Checking stable_deref_trait v1.2.0
18042024-12-13T20:51:01.996Z Checking spin v0.9.8
18052024-12-13T20:51:02.022Z Checking getrandom v0.2.15
18062024-12-13T20:51:02.035Z Checking parking_lot_core v0.9.10
18072024-12-13T20:51:02.048Z Checking signal-hook-registry v1.4.2
18082024-12-13T20:51:02.065Z Checking mio v1.0.2
18092024-12-13T20:51:02.234Z Checking rand_core v0.6.4
18102024-12-13T20:51:02.300Z Checking socket2 v0.5.7
18112024-12-13T20:51:02.327Z Checking generic-array v0.14.7
18122024-12-13T20:51:02.345Z Checking zerocopy v0.7.35
18132024-12-13T20:51:02.376Z Checking parking_lot v0.12.3
18142024-12-13T20:51:02.533Z Checking slab v0.4.9
18152024-12-13T20:51:02.691Z Checking zerofrom v0.1.4
18162024-12-13T20:51:02.711Z Checking futures-channel v0.3.31
18172024-12-13T20:51:02.784Z Checking futures-io v0.3.31
18182024-12-13T20:51:02.799Z Checking futures-task v0.3.31
18192024-12-13T20:51:02.901Z Checking yoke v0.7.4
18202024-12-13T20:51:02.961Z Checking equivalent v1.0.1
18212024-12-13T20:51:03.018Z Checking foldhash v0.1.3
18222024-12-13T20:51:03.034Z Checking allocator-api2 v0.2.18
18232024-12-13T20:51:03.047Z Checking pin-utils v0.1.0
18242024-12-13T20:51:03.062Z Checking ryu v1.0.18
18252024-12-13T20:51:03.131Z Checking futures-util v0.3.31
18262024-12-13T20:51:03.219Z Checking tinyvec_macros v0.1.1
18272024-12-13T20:51:03.245Z Checking zerovec v0.10.4
18282024-12-13T20:51:03.293Z Checking fnv v1.0.7
18292024-12-13T20:51:03.309Z Checking tinyvec v1.8.0
18302024-12-13T20:51:03.416Z Checking libm v0.2.8
18312024-12-13T20:51:03.475Z Checking crypto-common v0.1.6
18322024-12-13T20:51:03.648Z Checking block-buffer v0.10.4
18332024-12-13T20:51:03.666Z Checking hashbrown v0.15.1
18342024-12-13T20:51:03.759Z Checking block-padding v0.3.3
18352024-12-13T20:51:03.878Z Checking digest v0.10.7
18362024-12-13T20:51:03.960Z Checking inout v0.1.3
18372024-12-13T20:51:04.198Z Checking cipher v0.4.4
18382024-12-13T20:51:04.243Z Checking hmac v0.12.1
18392024-12-13T20:51:04.337Z Checking sha2 v0.10.8
18402024-12-13T20:51:04.468Z Checking litemap v0.7.3
18412024-12-13T20:51:04.603Z Checking unicode-bidi v0.3.17
18422024-12-13T20:51:04.643Z Checking unicode-normalization v0.1.24
18432024-12-13T20:51:04.777Z Checking writeable v0.5.5
18442024-12-13T20:51:04.815Z Checking base64ct v1.6.0
18452024-12-13T20:51:04.904Z Checking num-traits v0.2.19
18462024-12-13T20:51:04.920Z Checking tinystr v0.7.6
18472024-12-13T20:51:05.087Z Checking ppv-lite86 v0.2.20
18482024-12-13T20:51:05.203Z Checking flagset v0.4.6
18492024-12-13T20:51:05.274Z Checking pem-rfc7468 v0.7.0
18502024-12-13T20:51:05.288Z Checking icu_locid v1.5.0
18512024-12-13T20:51:05.405Z Checking tracing-core v0.1.32
18522024-12-13T20:51:05.517Z Checking der v0.7.9
18532024-12-13T20:51:05.541Z Checking thiserror v1.0.69
18542024-12-13T20:51:05.675Z Checking rustls-pki-types v1.10.0
18552024-12-13T20:51:05.832Z Checking rand_chacha v0.3.1
18562024-12-13T20:51:05.861Z Checking bytes v1.8.0
18572024-12-13T20:51:06.073Z Checking indexmap v2.6.0
18582024-12-13T20:51:06.239Z Checking serde_json v1.0.132
18592024-12-13T20:51:06.259Z Checking bitflags v2.6.0
18602024-12-13T20:51:06.357Z Checking icu_provider v1.5.0
18612024-12-13T20:51:06.542Z Checking percent-encoding v2.3.1
18622024-12-13T20:51:06.559Z Checking icu_locid_transform_data v1.5.0
18632024-12-13T20:51:06.656Z Checking rand v0.8.5
18642024-12-13T20:51:06.691Z Checking tokio v1.40.0
18652024-12-13T20:51:06.738Z Checking http v1.1.0
18662024-12-13T20:51:07.012Z Checking icu_locid_transform v1.5.0
18672024-12-13T20:51:07.376Z Checking tracing v0.1.40
18682024-12-13T20:51:07.395Z Checking spki v0.7.3
18692024-12-13T20:51:07.688Z Checking icu_collections v1.5.0
18702024-12-13T20:51:07.726Z Checking salsa20 v0.10.2
18712024-12-13T20:51:07.928Z Checking pbkdf2 v0.12.2
18722024-12-13T20:51:07.944Z Checking aws-lc-sys v0.22.0
18732024-12-13T20:51:07.985Z Checking httparse v1.9.5
18742024-12-13T20:51:08.006Z Checking powerfmt v0.2.0
18752024-12-13T20:51:08.077Z Checking mirai-annotations v1.12.0
18762024-12-13T20:51:08.079Z Checking icu_properties_data v1.5.0
18772024-12-13T20:51:08.240Z Checking untrusted v0.7.1
18782024-12-13T20:51:08.261Z Checking untrusted v0.9.0
18792024-12-13T20:51:08.319Z Checking deranged v0.3.11
18802024-12-13T20:51:08.335Z Checking scrypt v0.11.0
18812024-12-13T20:51:08.350Z Checking icu_properties v1.5.1
18822024-12-13T20:51:08.391Z Checking cbc v0.1.2
18832024-12-13T20:51:08.406Z Checking ring v0.17.8
18842024-12-13T20:51:08.409Z Checking aes v0.8.4
18852024-12-13T20:51:08.551Z Checking crossbeam-utils v0.8.20
18862024-12-13T20:51:08.582Z Checking time-core v0.1.2
18872024-12-13T20:51:08.735Z Checking utf8_iter v1.0.4
18882024-12-13T20:51:08.936Z Checking icu_normalizer_data v1.5.0
18892024-12-13T20:51:09.038Z Checking num_threads v0.1.7
18902024-12-13T20:51:09.145Z Checking atomic-waker v1.1.2
18912024-12-13T20:51:09.285Z Checking utf16_iter v1.0.5
18922024-12-13T20:51:09.324Z Checking num-conv v0.1.0
18932024-12-13T20:51:09.356Z Checking write16 v1.0.0
18942024-12-13T20:51:09.422Z Checking pkcs5 v0.7.1
18952024-12-13T20:51:09.474Z Checking http-body v1.0.1
18962024-12-13T20:51:09.524Z Checking form_urlencoded v1.2.1
18972024-12-13T20:51:09.671Z Checking try-lock v0.2.5
18982024-12-13T20:51:09.716Z Checking httpdate v1.0.3
18992024-12-13T20:51:09.805Z Checking want v0.3.1
19002024-12-13T20:51:09.913Z Checking pkcs8 v0.10.2
19012024-12-13T20:51:09.954Z Checking unicode-ident v1.0.13
19022024-12-13T20:51:09.973Z Checking serde_spanned v0.6.8
19032024-12-13T20:51:10.109Z Checking proc-macro2 v1.0.89
19042024-12-13T20:51:10.133Z Checking time v0.3.36
19052024-12-13T20:51:10.148Z Checking toml_datetime v0.6.8
19062024-12-13T20:51:10.216Z Checking uuid v1.11.0
19072024-12-13T20:51:10.315Z Checking slog v2.7.0
19082024-12-13T20:51:10.419Z Checking scroll v0.12.0
19092024-12-13T20:51:10.558Z Checking aws-lc-rs v1.10.0
19102024-12-13T20:51:10.792Z Checking foreign-types-shared v0.1.1
19112024-12-13T20:51:10.805Z Checking plain v0.2.3
19122024-12-13T20:51:10.835Z Checking tower-service v0.3.3
19132024-12-13T20:51:10.889Z Checking ucd-trie v0.1.7
19142024-12-13T20:51:10.923Z Checking base64 v0.22.1
19152024-12-13T20:51:10.938Z Checking adler2 v2.0.0
19162024-12-13T20:51:10.952Z Checking iana-time-zone v0.1.61
19172024-12-13T20:51:11.079Z Checking match_cfg v0.1.0
19182024-12-13T20:51:11.098Z Checking miniz_oxide v0.8.0
19192024-12-13T20:51:11.109Z Checking chrono v0.4.38
19202024-12-13T20:51:11.165Z Checking hostname v0.3.1
19212024-12-13T20:51:11.290Z Checking pest v2.7.14
19222024-12-13T20:51:11.405Z Checking goblin v0.8.2
19232024-12-13T20:51:11.652Z Checking icu_normalizer v1.5.0
19242024-12-13T20:51:11.837Z Checking foreign-types v0.3.2
19252024-12-13T20:51:11.929Z Checking quote v1.0.37
19262024-12-13T20:51:12.309Z Checking openssl-sys v0.9.103
19272024-12-13T20:51:12.417Z Checking idna_adapter v1.2.0
19282024-12-13T20:51:12.486Z Checking rustls-webpki v0.102.8
19292024-12-13T20:51:12.602Z Checking idna v1.0.3
19302024-12-13T20:51:12.721Z Checking errno v0.3.9
19312024-12-13T20:51:12.881Z Checking dirs-sys-next v0.1.2
19322024-12-13T20:51:13.058Z Checking aho-corasick v1.1.3
19332024-12-13T20:51:13.109Z Checking url v2.5.3
19342024-12-13T20:51:13.215Z Checking siphasher v0.3.11
19352024-12-13T20:51:13.343Z Checking regex-syntax v0.8.5
19362024-12-13T20:51:13.511Z Checking data-encoding v2.6.0
19372024-12-13T20:51:13.538Z Checking pretty-hex v0.4.1
19382024-12-13T20:51:13.720Z Checking openssl v0.10.66
19392024-12-13T20:51:13.817Z Checking dtrace-parser v0.2.0
19402024-12-13T20:51:13.955Z Checking dirs-next v2.0.0
19412024-12-13T20:51:14.049Z Checking tokio-util v0.7.12
19422024-12-13T20:51:14.087Z Checking rustix v0.38.37
19432024-12-13T20:51:14.196Z Checking syn v2.0.87
19442024-12-13T20:51:14.269Z Checking http-body-util v0.1.2
19452024-12-13T20:51:14.739Z Checking crossbeam-epoch v0.9.18
19462024-12-13T20:51:14.758Z Checking sha1 v0.10.6
19472024-12-13T20:51:14.923Z Checking h2 v0.4.6
19482024-12-13T20:51:15.030Z Checking signature v2.2.0
19492024-12-13T20:51:15.150Z Checking lazy_static v1.5.0
19502024-12-13T20:51:15.231Z Checking thread_local v1.1.8
19512024-12-13T20:51:15.270Z Checking thread-id v4.2.2
19522024-12-13T20:51:15.367Z Checking encoding_rs v0.8.34
19532024-12-13T20:51:15.512Z Checking anstyle v1.0.10
19542024-12-13T20:51:15.881Z Checking ipnet v2.10.1
19552024-12-13T20:51:16.388Z Checking unicode-properties v0.1.3
19562024-12-13T20:51:16.446Z Checking dof v0.3.0
19572024-12-13T20:51:16.517Z Checking regex-automata v0.4.8
19582024-12-13T20:51:16.745Z Checking gimli v0.31.1
19592024-12-13T20:51:17.071Z Checking mime v0.3.17
19602024-12-13T20:51:17.411Z Checking winnow v0.6.20
19612024-12-13T20:51:17.693Z Checking openssl-probe v0.1.5
19622024-12-13T20:51:17.713Z Checking utf8parse v0.2.2
19632024-12-13T20:51:17.853Z Checking stringprep v0.1.5
19642024-12-13T20:51:17.868Z Checking anstyle-parse v0.2.5
19652024-12-13T20:51:18.111Z Checking crossbeam-deque v0.8.5
19662024-12-13T20:51:18.128Z Checking term v0.7.0
19672024-12-13T20:51:18.437Z Checking rustls v0.23.19
19682024-12-13T20:51:18.571Z Checking rustls v0.22.4
19692024-12-13T20:51:19.197Z Checking native-tls v0.2.12
19702024-12-13T20:51:19.528Z Checking slog-json v2.6.1
19712024-12-13T20:51:19.792Z Checking serde_urlencoded v0.7.1
19722024-12-13T20:51:20.222Z Checking crossbeam-channel v0.5.13
19732024-12-13T20:51:20.482Z Checking toml_edit v0.22.22
19742024-12-13T20:51:20.767Z Checking usdt-impl v0.5.0
19752024-12-13T20:51:20.788Z Checking addr2line v0.24.2
19762024-12-13T20:51:20.920Z Checking futures-executor v0.3.31
19772024-12-13T20:51:21.148Z Checking num-integer v0.1.46
19782024-12-13T20:51:21.169Z Checking hyper v1.5.0
19792024-12-13T20:51:21.213Z Checking rustls-pemfile v2.2.0
19802024-12-13T20:51:21.263Z Checking idna v0.3.0
19812024-12-13T20:51:21.279Z Checking idna v0.4.0
19822024-12-13T20:51:21.430Z Checking md-5 v0.10.6
19832024-12-13T20:51:21.601Z Checking ff v0.13.0
19842024-12-13T20:51:21.642Z Checking hash32 v0.2.1
19852024-12-13T20:51:21.809Z Checking is-terminal v0.4.13
19862024-12-13T20:51:21.928Z Checking memmap v0.7.0
19872024-12-13T20:51:21.954Z Checking object v0.36.5
19882024-12-13T20:51:22.595Z Checking is_terminal_polyfill v1.70.1
19892024-12-13T20:51:22.630Z Checking dyn-clone v1.0.17
19902024-12-13T20:51:22.630Z Checking either v1.13.0
19912024-12-13T20:51:22.630Z Checking anstyle-query v1.1.1
19922024-12-13T20:51:22.630Z Checking linked-hash-map v0.5.6
19932024-12-13T20:51:22.630Z Checking quick-error v1.2.3
19942024-12-13T20:51:22.631Z Checking utf-8 v0.7.6
19952024-12-13T20:51:22.631Z Checking psl-types v2.0.11
19962024-12-13T20:51:22.631Z Checking take_mut v0.2.2
19972024-12-13T20:51:22.631Z Checking fallible-iterator v0.2.0
19982024-12-13T20:51:22.631Z Checking base16ct v0.2.0
19992024-12-13T20:51:22.645Z Checking colorchoice v1.0.2
20002024-12-13T20:51:22.667Z Checking rustc-demangle v0.1.24
20012024-12-13T20:51:22.736Z Checking anstream v0.6.15
20022024-12-13T20:51:22.785Z Checking sec1 v0.7.3
20032024-12-13T20:51:23.068Z Checking toml v0.8.19
20042024-12-13T20:51:23.100Z Checking slog-async v2.8.0
20052024-12-13T20:51:23.116Z Checking publicsuffix v2.2.3
20062024-12-13T20:51:23.148Z Checking postgres-protocol v0.6.7
20072024-12-13T20:51:23.172Z Checking lru-cache v0.1.2
20082024-12-13T20:51:23.244Z Checking hyper-util v0.1.10
20092024-12-13T20:51:23.318Z Checking tungstenite v0.24.0
20102024-12-13T20:51:23.354Z Checking resolv-conf v0.7.0
20112024-12-13T20:51:23.385Z Checking schemars v0.8.21
20122024-12-13T20:51:23.723Z Checking tokio-rustls v0.25.0
20132024-12-13T20:51:23.769Z Checking hickory-proto v0.24.1
20142024-12-13T20:51:23.811Z Checking usdt v0.5.0
20152024-12-13T20:51:24.019Z Checking tokio-rustls v0.26.0
20162024-12-13T20:51:24.059Z Checking heapless v0.7.17
20172024-12-13T20:51:24.062Z Checking slog-term v2.9.1
20182024-12-13T20:51:24.278Z Checking group v0.13.0
20192024-12-13T20:51:24.447Z Checking num-iter v0.1.45
20202024-12-13T20:51:24.539Z Checking futures v0.3.31
20212024-12-13T20:51:24.580Z Checking slog-bunyan v2.5.0
20222024-12-13T20:51:24.626Z Checking tokio-native-tls v0.3.1
20232024-12-13T20:51:24.647Z Checking rayon-core v1.12.1
20242024-12-13T20:51:24.751Z Checking multer v3.1.0
20252024-12-13T20:51:24.877Z Checking terminal_size v0.4.0
20262024-12-13T20:51:25.002Z Checking phf_shared v0.11.2
20272024-12-13T20:51:25.050Z Checking cookie v0.18.1
20282024-12-13T20:51:25.122Z Checking async-stream v0.3.6
20292024-12-13T20:51:25.156Z Checking bzip2-sys v0.1.11+1.0.8
20302024-12-13T20:51:25.274Z Checking camino v1.1.9
20312024-12-13T20:51:25.290Z Checking signal-hook v0.3.17
20322024-12-13T20:51:25.307Z Checking waitgroup v0.1.2
20332024-12-13T20:51:25.307Z Checking openapiv3 v2.0.0
20342024-12-13T20:51:25.307Z Checking webpki-roots v0.26.6
20352024-12-13T20:51:25.461Z Checking serde_path_to_error v0.1.16
20362024-12-13T20:51:25.510Z Checking idna v0.5.0
20372024-12-13T20:51:25.526Z Checking hkdf v0.12.4
20382024-12-13T20:51:25.617Z Checking crypto-bigint v0.5.5
20392024-12-13T20:51:25.728Z Checking hostname v0.4.0
20402024-12-13T20:51:25.817Z Checking crc32fast v1.4.2
20412024-12-13T20:51:25.864Z Checking winnow v0.5.40
20422024-12-13T20:51:26.048Z Checking managed v0.8.0
20432024-12-13T20:51:26.069Z Checking bitflags v1.3.2
20442024-12-13T20:51:26.166Z Checking strsim v0.11.1
20452024-12-13T20:51:26.380Z Checking debug-ignore v1.0.5
20462024-12-13T20:51:26.416Z Checking unicode-width v0.1.14
20472024-12-13T20:51:26.459Z Checking clap_lex v0.7.2
20482024-12-13T20:51:26.520Z Checking smoltcp v0.9.1
20492024-12-13T20:51:26.718Z Checking clap_builder v4.5.21
20502024-12-13T20:51:26.920Z Checking console v0.15.8
20512024-12-13T20:51:27.497Z Checking cookie_store v0.21.0
20522024-12-13T20:51:28.023Z Checking flate2 v1.0.34
20532024-12-13T20:51:28.198Z Checking signal-hook-mio v0.2.4
20542024-12-13T20:51:28.334Z Checking hyper-rustls v0.27.3
20552024-12-13T20:51:28.421Z Checking backtrace v0.3.74
20562024-12-13T20:51:28.533Z Checking elliptic-curve v0.13.8
20572024-12-13T20:51:28.536Z Checking hickory-resolver v0.24.1
20582024-12-13T20:51:28.659Z Checking rayon v1.10.0
20592024-12-13T20:51:28.672Z Checking phf v0.11.2
20602024-12-13T20:51:28.697Z Checking dropshot v0.12.0
20612024-12-13T20:51:28.923Z Checking hyper-tls v0.6.0
20622024-12-13T20:51:28.966Z Checking anyhow v1.0.93
20632024-12-13T20:51:28.986Z Checking toml_edit v0.19.15
20642024-12-13T20:51:29.155Z Checking bzip2 v0.4.4
20652024-12-13T20:51:29.212Z Checking num-bigint-dig v0.8.4
20662024-12-13T20:51:29.356Z Checking tokio-tungstenite v0.24.0
20672024-12-13T20:51:29.452Z Checking postgres-types v0.2.8
20682024-12-13T20:51:29.802Z Checking bstr v1.10.0
20692024-12-13T20:51:29.821Z Checking regex v1.11.1
20702024-12-13T20:51:30.174Z Checking ed25519 v2.2.3
20712024-12-13T20:51:30.227Z Checking tokio-stream v0.1.16
20722024-12-13T20:51:30.415Z Checking phf_shared v0.10.0
20732024-12-13T20:51:30.476Z Checking zerocopy v0.6.6
20742024-12-13T20:51:30.693Z Checking curve25519-dalek v4.1.3
20752024-12-13T20:51:30.743Z Checking pkcs1 v0.7.5
20762024-12-13T20:51:31.107Z Checking hubpack v0.1.2
20772024-12-13T20:51:31.132Z Checking portable-atomic v1.9.0
20782024-12-13T20:51:31.231Z Checking float-cmp v0.9.0
20792024-12-13T20:51:31.327Z Checking serde-big-array v0.5.1
20802024-12-13T20:51:31.391Z Checking rfc6979 v0.4.0
20812024-12-13T20:51:31.410Z Checking sync_wrapper v1.0.1
20822024-12-13T20:51:31.427Z Checking new_debug_unreachable v1.0.6
20832024-12-13T20:51:31.515Z Checking bit-vec v0.6.3
20842024-12-13T20:51:31.542Z Checking fixedbitset v0.4.2
20852024-12-13T20:51:31.551Z Checking difflib v0.4.0
20862024-12-13T20:51:31.580Z Checking whoami v1.5.2
20872024-12-13T20:51:31.844Z Checking number_prefix v0.4.0
20882024-12-13T20:51:31.943Z Checking unicode-segmentation v1.12.0
20892024-12-13T20:51:31.943Z Checking minimal-lexical v0.2.1
20902024-12-13T20:51:31.944Z Checking precomputed-hash v0.1.1
20912024-12-13T20:51:32.006Z Checking normalize-line-endings v0.3.0
20922024-12-13T20:51:32.006Z Checking static_assertions v1.1.0
20932024-12-13T20:51:32.086Z Checking unicode-width v0.2.0
20942024-12-13T20:51:32.182Z Checking predicates-core v1.0.8
20952024-12-13T20:51:32.356Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20962024-12-13T20:51:32.555Z Checking nom v7.1.3
20972024-12-13T20:51:32.555Z Checking predicates v3.1.2
20982024-12-13T20:51:32.731Z Checking qorb v0.2.1
20992024-12-13T20:51:32.732Z Checking similar v2.6.0
21002024-12-13T20:51:32.732Z Checking string_cache v0.8.7
21012024-12-13T20:51:32.732Z Checking indicatif v0.17.9
21022024-12-13T20:51:32.732Z Checking ed25519-dalek v2.1.1
21032024-12-13T20:51:32.892Z Checking tokio-postgres v0.7.12
21042024-12-13T20:51:33.023Z Checking bit-set v0.5.3
21052024-12-13T20:51:33.023Z Checking petgraph v0.6.5
21062024-12-13T20:51:33.248Z Checking ecdsa v0.16.9
21072024-12-13T20:51:33.348Z Checking reqwest v0.12.9
21082024-12-13T20:51:33.403Z Checking toml v0.7.8
21092024-12-13T20:51:33.939Z Checking rsa v0.9.6
21102024-12-13T20:51:34.114Z Checking clap v4.5.21
21112024-12-13T20:51:34.241Z Checking zip v0.6.6
21122024-12-13T20:51:34.946Z Checking crossterm v0.28.1
21132024-12-13T20:51:34.967Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21142024-12-13T20:51:34.981Z Checking itertools v0.10.5
21152024-12-13T20:51:34.999Z Checking fs-err v2.11.0
21162024-12-13T20:51:35.152Z Checking ahash v0.8.11
21172024-12-13T20:51:35.227Z Checking x509-cert v0.2.5
21182024-12-13T20:51:35.553Z Checking hex v0.4.3
21192024-12-13T20:51:35.702Z Checking semver v1.0.23
21202024-12-13T20:51:35.888Z Checking peg-runtime v0.8.3
21212024-12-13T20:51:36.074Z Checking lalrpop-util v0.19.12
21222024-12-13T20:51:36.099Z Checking sigpipe v0.1.3
21232024-12-13T20:51:37.189Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21242024-12-13T20:51:37.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.29s
21252024-12-13T20:51:37.612Z
21262024-12-13T20:51:37.612Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21272024-12-13T20:51:38.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-12-13T20:51:38.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-12-13T20:51:38.402Z Compiling hashbrown v0.14.5
21302024-12-13T20:51:38.463Z Checking heck v0.5.0
21312024-12-13T20:51:38.463Z Compiling unsafe-libyaml v0.2.11
21322024-12-13T20:51:38.464Z Compiling ident_case v1.0.1
21332024-12-13T20:51:38.464Z Checking progenitor-client v0.8.0
21342024-12-13T20:51:38.520Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21352024-12-13T20:51:38.520Z Compiling proc-macro-crate v1.3.1
21362024-12-13T20:51:38.564Z Compiling darling_core v0.20.10
21372024-12-13T20:51:38.619Z Checking ipnetwork v0.20.0
21382024-12-13T20:51:38.759Z Compiling structmeta-derive v0.3.0
21392024-12-13T20:51:38.773Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21402024-12-13T20:51:38.930Z Compiling newtype-uuid v1.1.3
21412024-12-13T20:51:39.053Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21422024-12-13T20:51:39.221Z Compiling lzma-sys v0.1.20
21432024-12-13T20:51:39.393Z Compiling foreign-types-macros v0.2.3
21442024-12-13T20:51:39.543Z Checking regress v0.10.1
21452024-12-13T20:51:39.587Z Compiling num_enum_derive v0.5.11
21462024-12-13T20:51:39.980Z Compiling serde_yaml v0.9.34+deprecated
21472024-12-13T20:51:40.371Z Compiling dropshot v0.13.0
21482024-12-13T20:51:40.635Z Checking foreign-types-shared v0.3.1
21492024-12-13T20:51:40.652Z Checking arc-swap v1.7.1
21502024-12-13T20:51:40.748Z Checking foreign-types v0.5.0
21512024-12-13T20:51:40.970Z Compiling proc-macro-error v1.0.4
21522024-12-13T20:51:41.079Z Checking slog-scope v4.4.0
21532024-12-13T20:51:41.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21542024-12-13T20:51:41.727Z Compiling structmeta v0.3.0
21552024-12-13T20:51:41.772Z Checking tungstenite v0.21.0
21562024-12-13T20:51:41.817Z Compiling heck v0.3.3
21572024-12-13T20:51:42.176Z Compiling parse-display-derive v0.10.0
21582024-12-13T20:51:42.237Z Checking num_enum v0.5.11
21592024-12-13T20:51:42.288Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21602024-12-13T20:51:42.381Z Compiling dropshot_endpoint v0.13.0
21612024-12-13T20:51:42.781Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21622024-12-13T20:51:43.145Z Checking typify-impl v0.2.0
21632024-12-13T20:51:43.160Z Checking cstr-argument v0.1.2
21642024-12-13T20:51:43.329Z Checking instant v0.1.13
21652024-12-13T20:51:43.534Z Checking pretty-hex v0.2.1
21662024-12-13T20:51:43.687Z Checking base64 v0.21.7
21672024-12-13T20:51:44.165Z Checking fastrand v2.1.1
21682024-12-13T20:51:44.398Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21692024-12-13T20:51:44.503Z Checking tempfile v3.13.0
21702024-12-13T20:51:44.691Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21712024-12-13T20:51:44.872Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21722024-12-13T20:51:44.875Z Checking backoff v0.4.0
21732024-12-13T20:51:44.960Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21742024-12-13T20:51:45.008Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21752024-12-13T20:51:45.156Z Checking tokio-tungstenite v0.21.0
21762024-12-13T20:51:45.180Z Checking strum v0.26.3
21772024-12-13T20:51:45.274Z Compiling zone_cfg_derive v0.1.2
21782024-12-13T20:51:45.336Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21792024-12-13T20:51:45.606Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21802024-12-13T20:51:45.632Z Compiling darling_macro v0.20.10
21812024-12-13T20:51:45.667Z Checking slog-stdlog v4.1.1
21822024-12-13T20:51:45.850Z Checking regress v0.9.1
21832024-12-13T20:51:46.004Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21842024-12-13T20:51:46.087Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21852024-12-13T20:51:46.151Z Checking colored v2.1.0
21862024-12-13T20:51:46.378Z Checking macaddr v1.0.1
21872024-12-13T20:51:46.429Z Checking base64 v0.13.1
21882024-12-13T20:51:46.596Z Compiling darling v0.20.10
21892024-12-13T20:51:46.730Z Checking zone v0.1.8
21902024-12-13T20:51:46.730Z Compiling serde_with_macros v3.11.0
21912024-12-13T20:51:46.789Z Checking ron v0.7.1
21922024-12-13T20:51:46.888Z Checking parse-display v0.10.0
21932024-12-13T20:51:47.152Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21942024-12-13T20:51:47.427Z Checking xz2 v0.1.7
21952024-12-13T20:51:47.660Z Checking slog-envlogger v2.2.0
21962024-12-13T20:51:47.735Z Checking tabwriter v1.4.0
21972024-12-13T20:51:47.887Z Checking xattr v1.3.1
21982024-12-13T20:51:47.986Z Checking pem v3.0.4
21992024-12-13T20:51:48.002Z Checking yasna v0.5.2
22002024-12-13T20:51:48.080Z Checking headers-core v0.3.0
22012024-12-13T20:51:48.225Z Checking smf v0.2.3
22022024-12-13T20:51:48.253Z Checking filetime v0.2.25
22032024-12-13T20:51:48.462Z Checking same-file v1.0.6
22042024-12-13T20:51:48.642Z Checking walkdir v2.5.0
22052024-12-13T20:51:48.703Z Checking tar v0.4.42
22062024-12-13T20:51:48.780Z Checking headers v0.4.0
22072024-12-13T20:51:48.891Z Checking rcgen v0.12.1
22082024-12-13T20:51:48.919Z Checking atomicwrites v0.4.4
22092024-12-13T20:51:49.120Z Checking camino-tempfile v1.1.1
22102024-12-13T20:51:49.373Z Checking subprocess v0.2.9
22112024-12-13T20:51:49.665Z Checking serde_with v3.11.0
22122024-12-13T20:51:53.665Z Compiling typify-macro v0.2.0
22132024-12-13T20:51:55.543Z Compiling typify v0.2.0
22142024-12-13T20:51:55.610Z Compiling progenitor-impl v0.8.0
22152024-12-13T20:51:58.858Z Compiling progenitor-macro v0.8.0
22162024-12-13T20:52:03.713Z Checking progenitor v0.8.0
22172024-12-13T20:52:03.866Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22182024-12-13T20:52:03.869Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22192024-12-13T20:52:06.597Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22202024-12-13T20:52:06.917Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22212024-12-13T20:52:13.429Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22222024-12-13T20:52:15.027Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22232024-12-13T20:52:16.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.69s
22242024-12-13T20:52:16.482Z
22252024-12-13T20:52:16.482Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22262024-12-13T20:52:17.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-12-13T20:52:17.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-12-13T20:52:17.149Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22292024-12-13T20:52:18.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
22302024-12-13T20:52:18.775Z
22312024-12-13T20:52:18.776Zinfo: running `cargo check --bins` on nexus-config (31/173)
22322024-12-13T20:52:19.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-12-13T20:52:19.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-12-13T20:52:19.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-12-13T20:52:19.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22362024-12-13T20:52:19.401Z
22372024-12-13T20:52:19.401Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22382024-12-13T20:52:19.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-12-13T20:52:19.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-12-13T20:52:19.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-12-13T20:52:19.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22422024-12-13T20:52:20.012Z
22432024-12-13T20:52:20.013Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22442024-12-13T20:52:20.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-12-13T20:52:20.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-12-13T20:52:20.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472024-12-13T20:52:20.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22482024-12-13T20:52:20.642Z
22492024-12-13T20:52:20.642Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22502024-12-13T20:52:21.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-12-13T20:52:21.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-12-13T20:52:21.330Z Compiling zerocopy v0.8.10
22532024-12-13T20:52:21.331Z Compiling progenitor-client v0.8.0
22542024-12-13T20:52:21.331Z Compiling itertools v0.13.0
22552024-12-13T20:52:21.331Z Compiling zerocopy-derive v0.8.10
22562024-12-13T20:52:21.335Z Compiling heapless v0.8.0
22572024-12-13T20:52:21.335Z Compiling newtype-uuid v1.1.3
22582024-12-13T20:52:21.335Z Compiling ipnetwork v0.20.0
22592024-12-13T20:52:21.335Z Checking hash32 v0.3.1
22602024-12-13T20:52:21.634Z Compiling instant v0.1.13
22612024-12-13T20:52:21.722Z Compiling smoltcp v0.11.0
22622024-12-13T20:52:21.776Z Compiling backoff v0.4.0
22632024-12-13T20:52:21.931Z Compiling progenitor v0.8.0
22642024-12-13T20:52:22.097Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22652024-12-13T20:52:22.195Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22662024-12-13T20:52:22.366Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672024-12-13T20:52:22.427Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22682024-12-13T20:52:22.482Z Compiling dropshot v0.13.0
22692024-12-13T20:52:22.601Z Compiling serde_with v3.11.0
22702024-12-13T20:52:22.726Z Compiling parse-display v0.10.0
22712024-12-13T20:52:22.835Z Checking num-rational v0.4.2
22722024-12-13T20:52:23.227Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22732024-12-13T20:52:23.446Z Compiling regress v0.9.1
22742024-12-13T20:52:23.529Z Compiling phf_generator v0.11.2
22752024-12-13T20:52:23.709Z Checking num-complex v0.4.6
22762024-12-13T20:52:24.670Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22772024-12-13T20:52:25.241Z Compiling macaddr v1.0.1
22782024-12-13T20:52:25.671Z Checking cobs v0.2.3
22792024-12-13T20:52:25.695Z Compiling num v0.4.3
22802024-12-13T20:52:25.854Z Checking postcard v1.0.10
22812024-12-13T20:52:25.910Z Compiling phf_codegen v0.11.2
22822024-12-13T20:52:26.418Z Compiling parse-zoneinfo v0.3.1
22832024-12-13T20:52:26.684Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22842024-12-13T20:52:26.977Z Compiling float-ord v0.3.2
22852024-12-13T20:52:27.303Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22862024-12-13T20:52:27.457Z Compiling convert_case v0.4.0
22872024-12-13T20:52:27.766Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22882024-12-13T20:52:28.465Z Compiling derive_more v0.99.18
22892024-12-13T20:52:28.515Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22902024-12-13T20:52:28.790Z Compiling chrono-tz-build v0.4.0
22912024-12-13T20:52:29.289Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22922024-12-13T20:52:30.199Z Compiling thiserror v2.0.3
22932024-12-13T20:52:30.324Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22942024-12-13T20:52:30.555Z Compiling crucible-workspace-hack v0.1.0
22952024-12-13T20:52:30.624Z Compiling chrono-tz v0.10.0
22962024-12-13T20:52:30.841Z Checking newline-converter v0.3.0
22972024-12-13T20:52:31.219Z Checking prettyplease v0.2.25
22982024-12-13T20:52:31.274Z Compiling thiserror-impl v2.0.3
22992024-12-13T20:52:31.986Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23002024-12-13T20:52:32.010Z Compiling slog-dtrace v0.3.0
23012024-12-13T20:52:32.138Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23022024-12-13T20:52:32.241Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23032024-12-13T20:52:32.832Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23042024-12-13T20:52:33.294Z Checking expectorate v1.1.0
23052024-12-13T20:52:33.464Z Compiling zone_cfg_derive v0.3.0
23062024-12-13T20:52:33.675Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23072024-12-13T20:52:33.722Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23082024-12-13T20:52:34.036Z Compiling const_format_proc_macros v0.2.33
23092024-12-13T20:52:34.414Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23102024-12-13T20:52:34.870Z Compiling num-derive v0.4.2
23112024-12-13T20:52:34.999Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23122024-12-13T20:52:35.159Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23132024-12-13T20:52:35.199Z Checking highway v1.2.0
23142024-12-13T20:52:35.290Z Checking zone v0.3.0
23152024-12-13T20:52:35.550Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23162024-12-13T20:52:35.593Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23172024-12-13T20:52:36.195Z Checking const_format v0.2.33
23182024-12-13T20:52:36.452Z Checking gethostname v0.5.0
23192024-12-13T20:52:36.580Z Checking bcs v0.1.6
23202024-12-13T20:52:36.584Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23212024-12-13T20:52:36.655Z Compiling async-recursion v1.1.1
23222024-12-13T20:52:36.657Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23232024-12-13T20:52:37.075Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23242024-12-13T20:52:37.237Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23252024-12-13T20:52:38.220Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23262024-12-13T20:52:38.973Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23272024-12-13T20:52:44.527Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23282024-12-13T20:52:47.865Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23292024-12-13T20:52:50.504Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23302024-12-13T20:52:51.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.06s
23312024-12-13T20:52:51.900Z
23322024-12-13T20:52:51.900Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23332024-12-13T20:52:52.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-12-13T20:52:52.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-12-13T20:52:52.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362024-12-13T20:52:52.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23372024-12-13T20:52:52.565Z
23382024-12-13T20:52:52.566Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23392024-12-13T20:52:53.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402024-12-13T20:52:53.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412024-12-13T20:52:53.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422024-12-13T20:52:53.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23432024-12-13T20:52:53.209Z
23442024-12-13T20:52:53.209Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23452024-12-13T20:52:53.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462024-12-13T20:52:53.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472024-12-13T20:52:53.861Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23482024-12-13T20:52:54.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23492024-12-13T20:52:54.669Z
23502024-12-13T20:52:54.669Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23512024-12-13T20:52:55.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522024-12-13T20:52:55.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532024-12-13T20:52:55.344Z Compiling cfg_aliases v0.1.1
23542024-12-13T20:52:55.347Z Compiling vte_generate_state_changes v0.1.2
23552024-12-13T20:52:55.347Z Checking fd-lock v4.0.2
23562024-12-13T20:52:55.347Z Checking nibble_vec v0.1.0
23572024-12-13T20:52:55.347Z Checking bytecount v0.6.8
23582024-12-13T20:52:55.446Z Checking endian-type v0.1.2
23592024-12-13T20:52:55.479Z Compiling tabled_derive v0.7.0
23602024-12-13T20:52:55.488Z Checking itertools v0.12.1
23612024-12-13T20:52:55.526Z Compiling nix v0.28.0
23622024-12-13T20:52:55.593Z Checking papergrid v0.11.0
23632024-12-13T20:52:55.610Z Compiling peg-macros v0.8.4
23642024-12-13T20:52:55.659Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23652024-12-13T20:52:55.676Z Checking radix_trie v0.2.1
23662024-12-13T20:52:56.044Z Checking vte v0.11.1
23672024-12-13T20:52:56.071Z Compiling sqlparser_derive v0.2.2
23682024-12-13T20:52:56.816Z Checking home v0.5.9
23692024-12-13T20:52:56.947Z Checking unicode_categories v0.1.1
23702024-12-13T20:52:57.499Z Checking nu-ansi-term v0.50.1
23712024-12-13T20:52:57.513Z Checking sqlparser v0.45.0
23722024-12-13T20:52:57.513Z Checking sqlformat v0.2.6
23732024-12-13T20:52:57.513Z Checking strip-ansi-escapes v0.2.0
23742024-12-13T20:52:57.564Z Checking display-error-chain v0.2.2
23752024-12-13T20:52:57.940Z Checking tabled v0.15.0
23762024-12-13T20:52:58.198Z Checking reedline v0.35.0
23772024-12-13T20:52:58.744Z Checking peg v0.8.4
23782024-12-13T20:52:58.881Z Checking rustyline v14.0.0
23792024-12-13T20:53:07.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.26s
23802024-12-13T20:53:08.109Z
23812024-12-13T20:53:08.109Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23822024-12-13T20:53:08.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-12-13T20:53:08.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-12-13T20:53:08.775Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23852024-12-13T20:53:13.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
23862024-12-13T20:53:14.006Z
23872024-12-13T20:53:14.006Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23882024-12-13T20:53:14.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-12-13T20:53:14.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-12-13T20:53:14.670Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23912024-12-13T20:53:18.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
23922024-12-13T20:53:18.640Z
23932024-12-13T20:53:18.640Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23942024-12-13T20:53:19.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-12-13T20:53:19.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-12-13T20:53:19.295Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23972024-12-13T20:53:24.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
23982024-12-13T20:53:24.282Z
23992024-12-13T20:53:24.282Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
24002024-12-13T20:53:24.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-12-13T20:53:24.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-12-13T20:53:24.947Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24032024-12-13T20:53:29.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
24042024-12-13T20:53:29.966Z
24052024-12-13T20:53:29.966Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24062024-12-13T20:53:30.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-12-13T20:53:30.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-12-13T20:53:30.635Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24092024-12-13T20:53:34.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
24102024-12-13T20:53:34.856Z
24112024-12-13T20:53:34.856Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24122024-12-13T20:53:35.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-12-13T20:53:35.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-12-13T20:53:35.524Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24152024-12-13T20:53:39.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
24162024-12-13T20:53:39.810Z
24172024-12-13T20:53:39.810Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24182024-12-13T20:53:40.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-12-13T20:53:40.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-12-13T20:53:40.489Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24212024-12-13T20:53:45.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
24222024-12-13T20:53:45.722Z
24232024-12-13T20:53:45.722Zinfo: running `cargo check --bins` on oximeter (46/173)
24242024-12-13T20:53:46.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-12-13T20:53:46.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-12-13T20:53:46.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-12-13T20:53:46.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24282024-12-13T20:53:46.347Z
24292024-12-13T20:53:46.347Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24302024-12-13T20:53:46.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-12-13T20:53:46.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-12-13T20:53:46.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-12-13T20:53:46.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24342024-12-13T20:53:46.955Z
24352024-12-13T20:53:46.955Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24362024-12-13T20:53:47.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-12-13T20:53:47.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-12-13T20:53:47.591Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24392024-12-13T20:53:48.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
24402024-12-13T20:53:48.204Z
24412024-12-13T20:53:48.205Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24422024-12-13T20:53:48.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-12-13T20:53:48.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-12-13T20:53:48.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-12-13T20:53:48.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24462024-12-13T20:53:48.828Z
24472024-12-13T20:53:48.828Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24482024-12-13T20:53:49.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-12-13T20:53:49.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-12-13T20:53:49.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-12-13T20:53:49.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24522024-12-13T20:53:49.457Z
24532024-12-13T20:53:49.457Zinfo: running `cargo check --bins` on oxql-types (51/173)
24542024-12-13T20:53:50.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-12-13T20:53:50.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-12-13T20:53:50.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-12-13T20:53:50.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24582024-12-13T20:53:50.087Z
24592024-12-13T20:53:50.087Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24602024-12-13T20:53:50.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-12-13T20:53:50.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-12-13T20:53:50.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-12-13T20:53:50.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24642024-12-13T20:53:50.743Z
24652024-12-13T20:53:50.743Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24662024-12-13T20:53:51.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-12-13T20:53:51.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-12-13T20:53:51.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-12-13T20:53:51.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24702024-12-13T20:53:51.379Z
24712024-12-13T20:53:51.379Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24722024-12-13T20:53:51.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-12-13T20:53:51.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-12-13T20:53:51.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-12-13T20:53:51.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24762024-12-13T20:53:52.022Z
24772024-12-13T20:53:52.022Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24782024-12-13T20:53:52.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-12-13T20:53:52.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-12-13T20:53:52.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-12-13T20:53:52.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24822024-12-13T20:53:52.652Z
24832024-12-13T20:53:52.652Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24842024-12-13T20:53:53.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-12-13T20:53:53.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-12-13T20:53:53.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-12-13T20:53:53.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24882024-12-13T20:53:53.278Z
24892024-12-13T20:53:53.278Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24902024-12-13T20:53:53.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-12-13T20:53:53.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-12-13T20:53:53.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-12-13T20:53:53.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24942024-12-13T20:53:53.905Z
24952024-12-13T20:53:53.905Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24962024-12-13T20:53:54.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-12-13T20:53:54.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-12-13T20:53:54.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-12-13T20:53:54.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25002024-12-13T20:53:54.514Z
25012024-12-13T20:53:54.514Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
25022024-12-13T20:53:55.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-12-13T20:53:55.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-12-13T20:53:55.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-12-13T20:53:55.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25062024-12-13T20:53:55.156Z
25072024-12-13T20:53:55.156Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25082024-12-13T20:53:55.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-12-13T20:53:55.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-12-13T20:53:55.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-12-13T20:53:55.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25122024-12-13T20:53:55.781Z
25132024-12-13T20:53:55.781Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25142024-12-13T20:53:56.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-12-13T20:53:56.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-12-13T20:53:56.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-12-13T20:53:56.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25182024-12-13T20:53:56.407Z
25192024-12-13T20:53:56.407Zinfo: running `cargo check --bins` on dpd-client (62/173)
25202024-12-13T20:53:56.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-12-13T20:53:56.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-12-13T20:53:56.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-12-13T20:53:56.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25242024-12-13T20:53:57.022Z
25252024-12-13T20:53:57.022Zinfo: running `cargo check --bins` on gateway-client (63/173)
25262024-12-13T20:53:57.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-12-13T20:53:57.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-12-13T20:53:57.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-12-13T20:53:57.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25302024-12-13T20:53:57.637Z
25312024-12-13T20:53:57.637Zinfo: running `cargo check --bins` on installinator-client (64/173)
25322024-12-13T20:53:58.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-12-13T20:53:58.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-12-13T20:53:58.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-12-13T20:53:58.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25362024-12-13T20:53:58.324Z
25372024-12-13T20:53:58.324Zinfo: running `cargo check --bins` on installinator-common (65/173)
25382024-12-13T20:53:58.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-12-13T20:53:58.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-12-13T20:53:58.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-12-13T20:53:58.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25422024-12-13T20:53:58.933Z
25432024-12-13T20:53:58.933Zinfo: running `cargo check --bins` on update-engine (66/173)
25442024-12-13T20:53:59.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-12-13T20:53:59.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-12-13T20:53:59.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-12-13T20:53:59.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25482024-12-13T20:53:59.537Z
25492024-12-13T20:53:59.537Zinfo: running `cargo check --bins` on nexus-client (67/173)
25502024-12-13T20:54:00.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-12-13T20:54:00.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-12-13T20:54:00.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-12-13T20:54:00.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25542024-12-13T20:54:00.187Z
25552024-12-13T20:54:00.187Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25562024-12-13T20:54:00.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-12-13T20:54:00.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-12-13T20:54:00.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-12-13T20:54:00.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25602024-12-13T20:54:00.829Z
25612024-12-13T20:54:00.829Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25622024-12-13T20:54:01.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-12-13T20:54:01.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-12-13T20:54:01.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-12-13T20:54:01.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25662024-12-13T20:54:01.443Z
25672024-12-13T20:54:01.444Zinfo: running `cargo check --bins` on nexus-types (70/173)
25682024-12-13T20:54:02.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-12-13T20:54:02.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-12-13T20:54:02.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-12-13T20:54:02.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25722024-12-13T20:54:02.122Z
25732024-12-13T20:54:02.122Zinfo: running `cargo check --bins` on oxide-client (71/173)
25742024-12-13T20:54:02.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-12-13T20:54:02.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-12-13T20:54:02.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-12-13T20:54:02.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25782024-12-13T20:54:02.723Z
25792024-12-13T20:54:02.723Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25802024-12-13T20:54:03.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-12-13T20:54:03.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-12-13T20:54:03.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-12-13T20:54:03.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25842024-12-13T20:54:03.353Z
25852024-12-13T20:54:03.353Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25862024-12-13T20:54:03.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-12-13T20:54:03.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-12-13T20:54:03.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-12-13T20:54:03.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25902024-12-13T20:54:03.959Z
25912024-12-13T20:54:03.959Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25922024-12-13T20:54:04.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-12-13T20:54:04.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-12-13T20:54:04.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-12-13T20:54:04.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25962024-12-13T20:54:04.618Z
25972024-12-13T20:54:04.618Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25982024-12-13T20:54:05.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-12-13T20:54:05.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-12-13T20:54:05.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-12-13T20:54:05.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26022024-12-13T20:54:05.293Z
26032024-12-13T20:54:05.293Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26042024-12-13T20:54:05.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-12-13T20:54:05.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-12-13T20:54:05.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-12-13T20:54:05.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26082024-12-13T20:54:05.934Z
26092024-12-13T20:54:05.934Zinfo: running `cargo check --bins` on wicket-common (77/173)
26102024-12-13T20:54:06.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-12-13T20:54:11.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-12-13T20:54:11.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-12-13T20:54:11.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26142024-12-13T20:54:11.110Z
26152024-12-13T20:54:11.110Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26162024-12-13T20:54:11.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-12-13T20:54:11.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-12-13T20:54:11.376Z Checking csv-core v0.1.11
26192024-12-13T20:54:11.376Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26202024-12-13T20:54:11.376Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26212024-12-13T20:54:11.376Z Checking csv v1.3.0
26222024-12-13T20:54:11.376Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26232024-12-13T20:54:11.469Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26242024-12-13T20:54:11.469Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26252024-12-13T20:54:11.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
26262024-12-13T20:54:11.469Z
26272024-12-13T20:54:11.469Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26282024-12-13T20:54:11.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-12-13T20:54:11.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-12-13T20:54:11.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-12-13T20:54:11.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26322024-12-13T20:54:11.469Z
26332024-12-13T20:54:11.469Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26342024-12-13T20:54:11.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-12-13T20:54:11.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-12-13T20:54:11.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-12-13T20:54:11.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26382024-12-13T20:54:11.469Z
26392024-12-13T20:54:11.469Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26402024-12-13T20:54:11.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-12-13T20:54:11.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-12-13T20:54:11.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-12-13T20:54:11.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26442024-12-13T20:54:11.934Z
26452024-12-13T20:54:11.934Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26462024-12-13T20:54:12.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-12-13T20:54:12.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-12-13T20:54:12.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-12-13T20:54:12.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26502024-12-13T20:54:12.674Z
26512024-12-13T20:54:12.674Zinfo: running `cargo check --bins` on dns-server (83/173)
26522024-12-13T20:54:13.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-12-13T20:54:13.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-12-13T20:54:13.321Z Compiling parking_lot_core v0.8.6
26552024-12-13T20:54:13.324Z Checking fxhash v0.2.1
26562024-12-13T20:54:13.325Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26572024-12-13T20:54:13.325Z Checking hickory-server v0.24.1
26582024-12-13T20:54:13.424Z Checking hickory-client v0.24.1
26592024-12-13T20:54:13.995Z Checking parking_lot v0.11.2
26602024-12-13T20:54:14.129Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26612024-12-13T20:54:14.129Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26622024-12-13T20:54:14.238Z Checking sled v0.34.7
26632024-12-13T20:54:16.077Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26642024-12-13T20:54:17.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
26652024-12-13T20:54:17.506Z
26662024-12-13T20:54:17.507Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26672024-12-13T20:54:18.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-12-13T20:54:18.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-12-13T20:54:18.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-12-13T20:54:18.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26712024-12-13T20:54:18.129Z
26722024-12-13T20:54:18.130Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26732024-12-13T20:54:18.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-12-13T20:54:18.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-12-13T20:54:18.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-12-13T20:54:18.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26772024-12-13T20:54:18.810Z
26782024-12-13T20:54:18.810Zinfo: running `cargo check --bins` on gateway-types (86/173)
26792024-12-13T20:54:19.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-12-13T20:54:19.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-12-13T20:54:19.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-12-13T20:54:19.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26832024-12-13T20:54:19.439Z
26842024-12-13T20:54:19.439Zinfo: running `cargo check --bins` on ipcc (87/173)
26852024-12-13T20:54:20.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-12-13T20:54:20.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-12-13T20:54:20.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-12-13T20:54:20.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26892024-12-13T20:54:20.101Z
26902024-12-13T20:54:20.101Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26912024-12-13T20:54:20.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-12-13T20:54:20.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-12-13T20:54:20.760Z Compiling radium v0.7.0
26942024-12-13T20:54:20.760Z Compiling semver v0.1.20
26952024-12-13T20:54:20.865Z Checking tap v1.0.1
26962024-12-13T20:54:20.868Z Compiling maybe-uninit v2.0.0
26972024-12-13T20:54:20.894Z Checking password-hash v0.5.0
26982024-12-13T20:54:20.897Z Checking blake2 v0.10.6
26992024-12-13T20:54:20.897Z Checking crc-catalog v2.4.0
27002024-12-13T20:54:20.897Z Checking funty v2.0.0
27012024-12-13T20:54:21.019Z Checking wyz v0.5.1
27022024-12-13T20:54:21.056Z Compiling packed_struct v0.10.1
27032024-12-13T20:54:21.290Z Compiling rustc_version v0.1.7
27042024-12-13T20:54:21.375Z Compiling owo-colors v4.1.0
27052024-12-13T20:54:21.393Z Compiling cancel-safe-futures v0.1.5
27062024-12-13T20:54:21.485Z Checking argon2 v0.5.3
27072024-12-13T20:54:21.526Z Checking crc v3.2.1
27082024-12-13T20:54:21.548Z Compiling packed_struct_codegen v0.10.1
27092024-12-13T20:54:21.666Z Compiling indexmap v1.9.3
27102024-12-13T20:54:21.716Z Checking half v2.4.1
27112024-12-13T20:54:21.761Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27122024-12-13T20:54:21.809Z Compiling newtype_derive v0.1.6
27132024-12-13T20:54:21.858Z Checking bitvec v1.0.1
27142024-12-13T20:54:21.944Z Checking ciborium-io v0.2.2
27152024-12-13T20:54:21.966Z Checking nodrop v0.1.14
27162024-12-13T20:54:22.082Z Checking array-init v0.0.4
27172024-12-13T20:54:22.159Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27182024-12-13T20:54:22.173Z Checking ciborium-ll v0.2.2
27192024-12-13T20:54:22.299Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27202024-12-13T20:54:22.463Z Checking smallvec v0.6.14
27212024-12-13T20:54:22.491Z Checking libsw v3.3.1
27222024-12-13T20:54:22.515Z Compiling memoffset v0.9.1
27232024-12-13T20:54:22.731Z Checking swrite v0.1.0
27242024-12-13T20:54:22.821Z Checking indent_write v2.2.0
27252024-12-13T20:54:22.859Z Checking hashbrown v0.12.3
27262024-12-13T20:54:22.880Z Checking linear-map v1.2.0
27272024-12-13T20:54:23.012Z Checking termcolor v1.4.1
27282024-12-13T20:54:23.056Z Checking bitfield v0.14.0
27292024-12-13T20:54:23.074Z Checking serde-hex v0.1.0
27302024-12-13T20:54:23.200Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27312024-12-13T20:54:23.336Z Checking ron v0.8.1
27322024-12-13T20:54:23.442Z Checking env_logger v0.10.2
27332024-12-13T20:54:23.979Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27342024-12-13T20:54:24.004Z Checking ciborium v0.2.2
27352024-12-13T20:54:24.321Z Checking steno v0.4.1
27362024-12-13T20:54:24.614Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27372024-12-13T20:54:24.763Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27382024-12-13T20:54:24.824Z Checking hashbrown v0.13.2
27392024-12-13T20:54:24.845Z Checking humantime v2.1.0
27402024-12-13T20:54:25.033Z Checking crc-any v2.5.0
27412024-12-13T20:54:25.124Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27422024-12-13T20:54:25.417Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27432024-12-13T20:54:25.749Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27442024-12-13T20:54:25.777Z Checking path-slash v0.1.5
27452024-12-13T20:54:25.836Z Checking object v0.30.4
27462024-12-13T20:54:25.926Z Checking nix v0.27.1
27472024-12-13T20:54:26.098Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27482024-12-13T20:54:26.611Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27492024-12-13T20:54:26.996Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27502024-12-13T20:54:27.052Z Checking tungstenite v0.23.0
27512024-12-13T20:54:27.236Z Checking kstat-rs v0.2.4
27522024-12-13T20:54:27.263Z Checking signal-hook-tokio v0.3.1
27532024-12-13T20:54:27.587Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27542024-12-13T20:54:28.014Z Checking tokio-tungstenite v0.23.1
27552024-12-13T20:54:28.205Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27562024-12-13T20:54:28.866Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27572024-12-13T20:54:28.954Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27582024-12-13T20:54:35.412Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27592024-12-13T20:54:36.723Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27602024-12-13T20:54:39.496Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27612024-12-13T20:54:45.311Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27622024-12-13T20:54:46.013Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27632024-12-13T20:54:48.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.77s
27642024-12-13T20:54:49.028Z
27652024-12-13T20:54:49.028Zinfo: running `cargo check --bins` on gateway-api (89/173)
27662024-12-13T20:54:49.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672024-12-13T20:54:49.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682024-12-13T20:54:49.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692024-12-13T20:54:49.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27702024-12-13T20:54:49.662Z
27712024-12-13T20:54:49.662Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27722024-12-13T20:54:50.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-12-13T20:54:50.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-12-13T20:54:50.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752024-12-13T20:54:50.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27762024-12-13T20:54:50.276Z
27772024-12-13T20:54:50.276Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27782024-12-13T20:54:50.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-12-13T20:54:50.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-12-13T20:54:50.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-12-13T20:54:50.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27822024-12-13T20:54:50.911Z
27832024-12-13T20:54:50.911Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27842024-12-13T20:54:51.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-12-13T20:54:51.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-12-13T20:54:51.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-12-13T20:54:51.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27882024-12-13T20:54:51.542Z
27892024-12-13T20:54:51.542Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27902024-12-13T20:54:52.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-12-13T20:54:52.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-12-13T20:54:52.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-12-13T20:54:52.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27942024-12-13T20:54:52.174Z
27952024-12-13T20:54:52.174Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27962024-12-13T20:54:52.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-12-13T20:54:52.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-12-13T20:54:52.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-12-13T20:54:52.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28002024-12-13T20:54:52.801Z
28012024-12-13T20:54:52.801Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
28022024-12-13T20:54:53.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-12-13T20:54:53.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-12-13T20:54:53.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052024-12-13T20:54:53.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28062024-12-13T20:54:53.434Z
28072024-12-13T20:54:53.434Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28082024-12-13T20:54:53.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-12-13T20:54:53.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-12-13T20:54:53.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112024-12-13T20:54:53.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28122024-12-13T20:54:54.067Z
28132024-12-13T20:54:54.067Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28142024-12-13T20:54:54.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152024-12-13T20:54:54.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162024-12-13T20:54:54.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172024-12-13T20:54:54.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28182024-12-13T20:54:54.727Z
28192024-12-13T20:54:54.727Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28202024-12-13T20:54:55.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-12-13T20:54:55.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-12-13T20:54:55.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232024-12-13T20:54:55.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28242024-12-13T20:54:55.360Z
28252024-12-13T20:54:55.360Zinfo: running `cargo check --bins` on sp-sim (99/173)
28262024-12-13T20:54:55.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-12-13T20:54:55.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-12-13T20:54:55.994Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28292024-12-13T20:54:57.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
28302024-12-13T20:54:58.039Z
28312024-12-13T20:54:58.039Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28322024-12-13T20:54:58.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-12-13T20:54:58.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-12-13T20:54:58.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-12-13T20:54:58.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28362024-12-13T20:54:58.713Z
28372024-12-13T20:54:58.713Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28382024-12-13T20:54:59.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-12-13T20:54:59.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-12-13T20:54:59.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-12-13T20:54:59.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28422024-12-13T20:54:59.394Z
28432024-12-13T20:54:59.394Zinfo: running `cargo check --bins` on db-macros (102/173)
28442024-12-13T20:54:59.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-12-13T20:54:59.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-12-13T20:54:59.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-12-13T20:54:59.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28482024-12-13T20:55:00.003Z
28492024-12-13T20:55:00.003Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28502024-12-13T20:55:00.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-12-13T20:55:00.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-12-13T20:55:00.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-12-13T20:55:00.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28542024-12-13T20:55:00.615Z
28552024-12-13T20:55:00.615Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28562024-12-13T20:55:01.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-12-13T20:55:01.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-12-13T20:55:01.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-12-13T20:55:01.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28602024-12-13T20:55:01.279Z
28612024-12-13T20:55:01.279Zinfo: running `cargo check --bins` on authz-macros (105/173)
28622024-12-13T20:55:01.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-12-13T20:55:01.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-12-13T20:55:01.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-12-13T20:55:01.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28662024-12-13T20:55:01.888Z
28672024-12-13T20:55:01.888Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28682024-12-13T20:55:02.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-12-13T20:55:02.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-12-13T20:55:02.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-12-13T20:55:02.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28722024-12-13T20:55:02.549Z
28732024-12-13T20:55:02.549Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28742024-12-13T20:55:03.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-12-13T20:55:03.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-12-13T20:55:03.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-12-13T20:55:03.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28782024-12-13T20:55:03.208Z
28792024-12-13T20:55:03.208Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28802024-12-13T20:55:03.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-12-13T20:55:03.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-12-13T20:55:03.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-12-13T20:55:03.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28842024-12-13T20:55:03.837Z
28852024-12-13T20:55:03.837Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28862024-12-13T20:55:04.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-12-13T20:55:04.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-12-13T20:55:04.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-12-13T20:55:04.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28902024-12-13T20:55:04.499Z
28912024-12-13T20:55:04.500Zinfo: running `cargo check --bins` on typed-rng (110/173)
28922024-12-13T20:55:05.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-12-13T20:55:05.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-12-13T20:55:05.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-12-13T20:55:05.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28962024-12-13T20:55:05.112Z
28972024-12-13T20:55:05.112Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28982024-12-13T20:55:05.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-12-13T20:55:05.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-12-13T20:55:05.851Z Checking keccak v0.1.5
29012024-12-13T20:55:05.960Z Checking secrecy v0.8.0
29022024-12-13T20:55:05.963Z Compiling unicase v2.7.0
29032024-12-13T20:55:05.963Z Compiling same-file v1.0.6
29042024-12-13T20:55:05.993Z Compiling tempfile v3.13.0
29052024-12-13T20:55:06.007Z Compiling thiserror-impl-no-std v2.0.2
29062024-12-13T20:55:06.009Z Checking universal-hash v0.5.1
29072024-12-13T20:55:06.009Z Compiling blake3 v1.5.4
29082024-12-13T20:55:06.129Z Compiling walkdir v2.5.0
29092024-12-13T20:55:06.179Z Compiling ring v0.16.20
29102024-12-13T20:55:06.233Z Checking sha3 v0.10.8
29112024-12-13T20:55:06.258Z Checking opaque-debug v0.3.1
29122024-12-13T20:55:06.353Z Checking poly1305 v0.8.0
29132024-12-13T20:55:06.398Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29142024-12-13T20:55:06.665Z Checking chacha20 v0.9.1
29152024-12-13T20:55:06.684Z Checking aead v0.5.2
29162024-12-13T20:55:06.971Z Compiling memmap2 v0.9.5
29172024-12-13T20:55:06.983Z Compiling salty v0.3.0
29182024-12-13T20:55:06.983Z Compiling arrayref v0.3.9
29192024-12-13T20:55:06.983Z Compiling libefi-sys v0.1.0
29202024-12-13T20:55:07.010Z Compiling spin v0.5.2
29212024-12-13T20:55:07.041Z Compiling arrayvec v0.7.6
29222024-12-13T20:55:07.196Z Compiling constant_time_eq v0.3.1
29232024-12-13T20:55:07.276Z Checking chacha20poly1305 v0.10.1
29242024-12-13T20:55:07.325Z Compiling toolchain_find v0.4.0
29252024-12-13T20:55:07.355Z Compiling camino-tempfile v1.1.1
29262024-12-13T20:55:07.369Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29272024-12-13T20:55:07.473Z Compiling bitfield-struct v0.6.2
29282024-12-13T20:55:07.718Z Compiling topological-sort v0.2.2
29292024-12-13T20:55:07.817Z Compiling mime_guess v2.0.5
29302024-12-13T20:55:07.872Z Compiling rustfmt-wrapper v0.2.1
29312024-12-13T20:55:08.328Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29322024-12-13T20:55:08.440Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29332024-12-13T20:55:08.551Z Checking primeorder v0.13.6
29342024-12-13T20:55:08.724Z Checking env_filter v0.1.2
29352024-12-13T20:55:08.724Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29362024-12-13T20:55:08.897Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29372024-12-13T20:55:08.970Z Checking env_logger v0.11.5
29382024-12-13T20:55:09.025Z Checking p384 v0.13.0
29392024-12-13T20:55:09.059Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29402024-12-13T20:55:09.144Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29412024-12-13T20:55:09.171Z Checking thiserror-no-std v2.0.2
29422024-12-13T20:55:09.287Z Checking vsss-rs v3.3.4
29432024-12-13T20:55:09.376Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29442024-12-13T20:55:09.466Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29452024-12-13T20:55:09.527Z Compiling zip v2.1.3
29462024-12-13T20:55:09.681Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29472024-12-13T20:55:09.783Z Checking simd-adler32 v0.3.7
29482024-12-13T20:55:09.830Z Checking lockfree-object-pool v0.1.6
29492024-12-13T20:55:09.937Z Checking http-range v0.1.5
29502024-12-13T20:55:09.967Z Checking bumpalo v3.16.0
29512024-12-13T20:55:10.104Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29522024-12-13T20:55:10.123Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29532024-12-13T20:55:10.174Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29542024-12-13T20:55:10.276Z Checking zopfli v0.8.1
29552024-12-13T20:55:10.452Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29562024-12-13T20:55:10.826Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29572024-12-13T20:55:10.891Z Checking nanorand v0.7.0
29582024-12-13T20:55:10.965Z Checking atty v0.2.14
29592024-12-13T20:55:10.992Z Checking glob v0.3.1
29602024-12-13T20:55:11.089Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29612024-12-13T20:55:11.270Z Checking flume v0.11.1
29622024-12-13T20:55:11.308Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29632024-12-13T20:55:11.569Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29642024-12-13T20:55:11.783Z Compiling omicron-zone-package v0.11.1
29652024-12-13T20:55:12.002Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29662024-12-13T20:55:12.803Z Checking hyper-staticfile v0.10.1
29672024-12-13T20:55:13.498Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29682024-12-13T20:55:13.732Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29692024-12-13T20:55:13.766Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29702024-12-13T20:55:13.904Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29712024-12-13T20:55:14.026Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29722024-12-13T20:55:14.094Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29732024-12-13T20:55:14.662Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29742024-12-13T20:55:15.306Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29752024-12-13T20:55:16.345Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29762024-12-13T20:55:18.127Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29772024-12-13T20:55:18.129Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29782024-12-13T20:55:28.781Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29792024-12-13T20:55:42.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.38s
29802024-12-13T20:55:42.689Z
29812024-12-13T20:55:42.689Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29822024-12-13T20:55:43.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-12-13T20:55:43.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-12-13T20:55:43.420Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29852024-12-13T20:55:57.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
29862024-12-13T20:55:57.366Z
29872024-12-13T20:55:57.367Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29882024-12-13T20:55:57.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892024-12-13T20:55:57.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902024-12-13T20:55:58.111Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29912024-12-13T20:56:12.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.69s
29922024-12-13T20:56:12.258Z
29932024-12-13T20:56:12.258Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29942024-12-13T20:56:12.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952024-12-13T20:56:12.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962024-12-13T20:56:12.992Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29972024-12-13T20:56:26.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
29982024-12-13T20:56:26.809Z
29992024-12-13T20:56:26.809Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
30002024-12-13T20:56:27.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-12-13T20:56:27.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-12-13T20:56:27.559Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30032024-12-13T20:56:41.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.63s
30042024-12-13T20:56:41.641Z
30052024-12-13T20:56:41.641Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30062024-12-13T20:56:42.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-12-13T20:56:42.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-12-13T20:56:42.387Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30092024-12-13T20:56:56.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s
30102024-12-13T20:56:56.429Z
30112024-12-13T20:56:56.429Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30122024-12-13T20:56:57.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132024-12-13T20:56:57.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142024-12-13T20:56:57.207Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30152024-12-13T20:57:11.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
30162024-12-13T20:57:11.554Z
30172024-12-13T20:57:11.554Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30182024-12-13T20:57:11.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192024-12-13T20:57:11.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202024-12-13T20:57:11.912Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30212024-12-13T20:57:25.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s
30222024-12-13T20:57:25.823Z
30232024-12-13T20:57:25.823Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30242024-12-13T20:57:26.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-12-13T20:57:26.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-12-13T20:57:26.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272024-12-13T20:57:26.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30282024-12-13T20:57:26.477Z
30292024-12-13T20:57:26.477Zinfo: running `cargo check --bins` on key-manager (120/173)
30302024-12-13T20:57:27.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-12-13T20:57:27.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-12-13T20:57:27.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332024-12-13T20:57:27.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30342024-12-13T20:57:27.105Z
30352024-12-13T20:57:27.105Zinfo: running `cargo check --bins` on range-requests (121/173)
30362024-12-13T20:57:27.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-12-13T20:57:27.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-12-13T20:57:27.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392024-12-13T20:57:27.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30402024-12-13T20:57:27.728Z
30412024-12-13T20:57:27.728Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30422024-12-13T20:57:28.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-12-13T20:57:28.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-12-13T20:57:28.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452024-12-13T20:57:28.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30462024-12-13T20:57:28.354Z
30472024-12-13T20:57:28.354Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30482024-12-13T20:57:28.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-12-13T20:57:28.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-12-13T20:57:28.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512024-12-13T20:57:28.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30522024-12-13T20:57:29.009Z
30532024-12-13T20:57:29.010Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30542024-12-13T20:57:29.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-12-13T20:57:29.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-12-13T20:57:29.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572024-12-13T20:57:29.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30582024-12-13T20:57:29.648Z
30592024-12-13T20:57:29.648Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30602024-12-13T20:57:30.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-12-13T20:57:30.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-12-13T20:57:30.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-12-13T20:57:30.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30642024-12-13T20:57:30.290Z
30652024-12-13T20:57:30.290Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30662024-12-13T20:57:30.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-12-13T20:57:30.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-12-13T20:57:30.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692024-12-13T20:57:30.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30702024-12-13T20:57:30.936Z
30712024-12-13T20:57:30.936Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30722024-12-13T20:57:31.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-12-13T20:57:31.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-12-13T20:57:31.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752024-12-13T20:57:31.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30762024-12-13T20:57:31.592Z
30772024-12-13T20:57:31.593Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30782024-12-13T20:57:32.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-12-13T20:57:32.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-12-13T20:57:32.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812024-12-13T20:57:32.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30822024-12-13T20:57:32.244Z
30832024-12-13T20:57:32.244Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30842024-12-13T20:57:32.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-12-13T20:57:32.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-12-13T20:57:32.935Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30872024-12-13T20:57:32.939Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30882024-12-13T20:57:33.813Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30892024-12-13T20:57:35.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
30902024-12-13T20:57:36.060Z
30912024-12-13T20:57:36.060Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30922024-12-13T20:57:36.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-12-13T20:57:36.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-12-13T20:57:36.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952024-12-13T20:57:36.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30962024-12-13T20:57:36.700Z
30972024-12-13T20:57:36.700Zinfo: running `cargo check --bins` on cert-dev (131/173)
30982024-12-13T20:57:37.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-12-13T20:57:37.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-12-13T20:57:37.378Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31012024-12-13T20:57:37.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31022024-12-13T20:57:37.764Z
31032024-12-13T20:57:37.764Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31042024-12-13T20:57:38.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052024-12-13T20:57:38.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062024-12-13T20:57:38.437Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31072024-12-13T20:57:38.437Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31082024-12-13T20:57:39.003Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31092024-12-13T20:57:39.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
31102024-12-13T20:57:39.549Z
31112024-12-13T20:57:39.549Zinfo: running `cargo check --bins` on ch-dev (133/173)
31122024-12-13T20:57:40.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-12-13T20:57:40.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-12-13T20:57:40.204Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31152024-12-13T20:57:40.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31162024-12-13T20:57:41.091Z
31172024-12-13T20:57:41.091Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31182024-12-13T20:57:41.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-12-13T20:57:41.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-12-13T20:57:41.746Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31212024-12-13T20:57:42.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31222024-12-13T20:57:42.291Z
31232024-12-13T20:57:42.291Zinfo: running `cargo check --bins` on db-dev (135/173)
31242024-12-13T20:57:42.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252024-12-13T20:57:42.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262024-12-13T20:57:43.002Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31272024-12-13T20:57:43.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31282024-12-13T20:57:43.851Z
31292024-12-13T20:57:43.851Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31302024-12-13T20:57:44.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312024-12-13T20:57:44.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322024-12-13T20:57:44.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332024-12-13T20:57:44.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31342024-12-13T20:57:44.490Z
31352024-12-13T20:57:44.490Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31362024-12-13T20:57:45.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372024-12-13T20:57:45.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382024-12-13T20:57:45.102Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31392024-12-13T20:57:46.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
31402024-12-13T20:57:46.172Z
31412024-12-13T20:57:46.172Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31422024-12-13T20:57:46.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432024-12-13T20:57:46.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442024-12-13T20:57:46.787Z Checking cargo-platform v0.1.8
31452024-12-13T20:57:47.053Z Checking cargo_metadata v0.18.1
31462024-12-13T20:57:48.035Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31472024-12-13T20:57:48.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
31482024-12-13T20:57:48.943Z
31492024-12-13T20:57:48.943Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31502024-12-13T20:57:49.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-12-13T20:57:49.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-12-13T20:57:49.651Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31532024-12-13T20:57:50.371Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31542024-12-13T20:57:50.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
31552024-12-13T20:57:51.120Z
31562024-12-13T20:57:51.120Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31572024-12-13T20:57:51.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-12-13T20:57:51.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-12-13T20:57:51.899Z Compiling crunchy v0.2.2
31602024-12-13T20:57:51.899Z Compiling tiny-keccak v2.0.2
31612024-12-13T20:57:51.901Z Compiling dsl_auto_type v0.1.2
31622024-12-13T20:57:51.901Z Checking scheduled-thread-pool v0.2.7
31632024-12-13T20:57:51.901Z Compiling diesel_table_macro_syntax v0.2.0
31642024-12-13T20:57:52.013Z Compiling ascii-canvas v3.0.0
31652024-12-13T20:57:52.015Z Compiling ena v0.14.3
31662024-12-13T20:57:52.025Z Compiling diff v0.1.13
31672024-12-13T20:57:52.224Z Checking r2d2 v0.8.10
31682024-12-13T20:57:52.332Z Compiling regex-syntax v0.6.29
31692024-12-13T20:57:52.515Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31702024-12-13T20:57:52.531Z Compiling ref-cast v1.0.23
31712024-12-13T20:57:52.549Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31722024-12-13T20:57:52.621Z Compiling derive_builder_core v0.20.2
31732024-12-13T20:57:52.723Z Compiling libxml v0.3.3
31742024-12-13T20:57:52.744Z Compiling ref-cast-impl v1.0.23
31752024-12-13T20:57:52.803Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31762024-12-13T20:57:53.126Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31772024-12-13T20:57:53.146Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31782024-12-13T20:57:53.250Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31792024-12-13T20:57:53.294Z Compiling strum_macros v0.24.3
31802024-12-13T20:57:53.421Z Compiling samael v0.0.17
31812024-12-13T20:57:53.636Z Compiling diesel_derives v2.2.3
31822024-12-13T20:57:53.654Z Compiling indoc v1.0.9
31832024-12-13T20:57:54.590Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31842024-12-13T20:57:54.887Z Compiling oso-derive v0.27.3
31852024-12-13T20:57:55.126Z Compiling derive_builder_macro v0.20.2
31862024-12-13T20:57:55.901Z Compiling lalrpop v0.19.12
31872024-12-13T20:57:55.920Z Compiling impl-trait-for-tuples v0.2.2
31882024-12-13T20:57:56.018Z Checking derive_builder v0.20.2
31892024-12-13T20:57:56.164Z Checking quick-xml v0.33.0
31902024-12-13T20:57:56.576Z Compiling diesel-dtrace v0.4.0
31912024-12-13T20:57:56.859Z Checking maplit v1.0.2
31922024-12-13T20:57:56.992Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31932024-12-13T20:57:57.025Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31942024-12-13T20:57:57.411Z Checking bb8 v0.8.5
31952024-12-13T20:57:57.713Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31962024-12-13T20:57:57.893Z Checking castaway v0.2.3
31972024-12-13T20:57:57.991Z Checking rand_seeder v0.3.0
31982024-12-13T20:57:58.075Z Checking compact_str v0.8.0
31992024-12-13T20:57:58.242Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32002024-12-13T20:57:58.415Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32012024-12-13T20:57:58.451Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32022024-12-13T20:57:58.761Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32032024-12-13T20:57:58.961Z Checking unicode-truncate v1.1.0
32042024-12-13T20:57:59.035Z Checking lru v0.12.5
32052024-12-13T20:57:59.190Z Compiling instability v0.3.2
32062024-12-13T20:57:59.348Z Checking unicode-linebreak v0.1.5
32072024-12-13T20:57:59.749Z Checking smawk v0.3.2
32082024-12-13T20:57:59.971Z Checking is_ci v1.2.0
32092024-12-13T20:58:00.039Z Checking cassowary v0.3.0
32102024-12-13T20:58:00.112Z Checking supports-color v3.0.1
32112024-12-13T20:58:00.295Z Checking textwrap v0.16.1
32122024-12-13T20:58:00.342Z Checking multimap v0.10.0
32132024-12-13T20:58:00.367Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32142024-12-13T20:58:00.448Z Checking ratatui v0.28.1
32152024-12-13T20:58:03.649Z Checking diesel v2.2.6
32162024-12-13T20:58:30.477Z Compiling polar-core v0.27.3
32172024-12-13T20:58:33.726Z Checking async-bb8-diesel v0.2.1
32182024-12-13T20:58:37.756Z Checking oso v0.27.3
32192024-12-13T20:59:48.494Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32202024-12-13T20:59:54.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
32212024-12-13T20:59:54.895Z
32222024-12-13T20:59:54.895Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32232024-12-13T20:59:55.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-12-13T20:59:55.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-12-13T20:59:55.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262024-12-13T20:59:55.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32272024-12-13T20:59:55.566Z
32282024-12-13T20:59:55.566Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32292024-12-13T20:59:56.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-12-13T20:59:56.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-12-13T20:59:56.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322024-12-13T20:59:56.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32332024-12-13T20:59:56.245Z
32342024-12-13T20:59:56.245Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32352024-12-13T20:59:56.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362024-12-13T20:59:56.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372024-12-13T20:59:56.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382024-12-13T20:59:56.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32392024-12-13T20:59:56.857Z
32402024-12-13T20:59:56.857Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32412024-12-13T20:59:57.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422024-12-13T20:59:57.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432024-12-13T20:59:57.660Z Compiling libz-sys v1.1.20
32442024-12-13T20:59:57.775Z Compiling libgit2-sys v0.17.0+1.8.1
32452024-12-13T20:59:57.788Z Compiling vergen v8.3.2
32462024-12-13T20:59:57.790Z Compiling cargo-platform v0.1.8
32472024-12-13T20:59:57.791Z Compiling pin-project-internal v1.1.6
32482024-12-13T20:59:57.826Z Compiling libsqlite3-sys v0.30.1
32492024-12-13T20:59:57.829Z Compiling snafu-derive v0.8.5
32502024-12-13T20:59:57.829Z Compiling buf-list v1.0.3
32512024-12-13T20:59:58.065Z Compiling cargo_metadata v0.18.1
32522024-12-13T20:59:58.342Z Compiling rustls v0.21.12
32532024-12-13T20:59:58.358Z Compiling cfg_aliases v0.2.1
32542024-12-13T20:59:58.482Z Compiling nix v0.29.0
32552024-12-13T20:59:58.642Z Checking globset v0.4.15
32562024-12-13T20:59:58.659Z Checking olpc-cjson v0.1.4
32572024-12-13T20:59:58.749Z Checking rustls-webpki v0.101.7
32582024-12-13T20:59:58.873Z Checking sct v0.7.1
32592024-12-13T20:59:59.082Z Checking serde_plain v1.0.2
32602024-12-13T20:59:59.148Z Checking typed-path v0.9.3
32612024-12-13T20:59:59.713Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32622024-12-13T20:59:59.769Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32632024-12-13T20:59:59.991Z Checking hashlink v0.9.1
32642024-12-13T21:00:00.038Z Checking fallible-iterator v0.3.0
32652024-12-13T21:00:00.578Z Checking parse-size v1.1.0
32662024-12-13T21:00:00.713Z Checking fallible-streaming-iterator v0.1.9
32672024-12-13T21:00:00.901Z Checking pin-project v1.1.6
32682024-12-13T21:00:00.952Z Checking rusqlite v0.32.1
32692024-12-13T21:00:01.028Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32702024-12-13T21:00:01.151Z Checking rustls-pemfile v1.0.4
32712024-12-13T21:00:01.288Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32722024-12-13T21:00:01.361Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32732024-12-13T21:00:01.639Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32742024-12-13T21:00:01.705Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32752024-12-13T21:00:01.836Z Checking twox-hash v1.6.3
32762024-12-13T21:00:02.071Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32772024-12-13T21:00:02.398Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32782024-12-13T21:00:02.637Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32792024-12-13T21:00:02.667Z Checking tokio-rustls v0.24.1
32802024-12-13T21:00:03.036Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32812024-12-13T21:00:03.127Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32822024-12-13T21:00:03.236Z Checking fatfs v0.3.6
32832024-12-13T21:00:03.374Z Checking snafu v0.8.5
32842024-12-13T21:00:03.844Z Checking tough v0.19.0
32852024-12-13T21:00:04.009Z Checking assert_matches v1.5.0
32862024-12-13T21:00:08.059Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32872024-12-13T21:00:09.401Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32882024-12-13T21:00:10.043Z Compiling git2 v0.19.0
32892024-12-13T21:00:14.917Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32902024-12-13T21:01:09.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
32912024-12-13T21:01:09.443Z
32922024-12-13T21:01:09.443Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32932024-12-13T21:01:10.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942024-12-13T21:01:10.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952024-12-13T21:01:10.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962024-12-13T21:01:10.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32972024-12-13T21:01:10.129Z
32982024-12-13T21:01:10.129Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32992024-12-13T21:01:10.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002024-12-13T21:01:10.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012024-12-13T21:01:10.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022024-12-13T21:01:10.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33032024-12-13T21:01:10.751Z
33042024-12-13T21:01:10.751Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33052024-12-13T21:01:11.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062024-12-13T21:01:11.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072024-12-13T21:01:11.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082024-12-13T21:01:11.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33092024-12-13T21:01:11.416Z
33102024-12-13T21:01:11.416Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33112024-12-13T21:01:12.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122024-12-13T21:01:12.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132024-12-13T21:01:12.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142024-12-13T21:01:12.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33152024-12-13T21:01:12.099Z
33162024-12-13T21:01:12.099Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33172024-12-13T21:01:12.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-12-13T21:01:12.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-12-13T21:01:12.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202024-12-13T21:01:12.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33212024-12-13T21:01:12.780Z
33222024-12-13T21:01:12.780Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33232024-12-13T21:01:13.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-12-13T21:01:13.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-12-13T21:01:13.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262024-12-13T21:01:13.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33272024-12-13T21:01:13.461Z
33282024-12-13T21:01:13.461Zinfo: running `cargo check --bins` on update-common (151/173)
33292024-12-13T21:01:14.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-12-13T21:01:14.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-12-13T21:01:14.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322024-12-13T21:01:14.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33332024-12-13T21:01:14.119Z
33342024-12-13T21:01:14.119Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33352024-12-13T21:01:14.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362024-12-13T21:01:14.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372024-12-13T21:01:14.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382024-12-13T21:01:14.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33392024-12-13T21:01:14.777Z
33402024-12-13T21:01:14.777Zinfo: running `cargo check --bins` on tufaceous (153/173)
33412024-12-13T21:01:15.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422024-12-13T21:01:15.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432024-12-13T21:01:15.451Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33442024-12-13T21:01:16.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
33452024-12-13T21:01:16.618Z
33462024-12-13T21:01:16.618Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33472024-12-13T21:01:17.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482024-12-13T21:01:17.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492024-12-13T21:01:17.473Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33502024-12-13T21:01:17.598Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33512024-12-13T21:01:17.601Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33522024-12-13T21:01:17.601Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33532024-12-13T21:01:44.103Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33542024-12-13T21:01:44.107Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33552024-12-13T21:01:44.107Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33562024-12-13T21:01:44.107Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33572024-12-13T21:01:44.107Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33582024-12-13T21:01:45.074Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33592024-12-13T21:01:46.342Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33602024-12-13T21:02:25.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33612024-12-13T21:02:25.565Z
33622024-12-13T21:02:25.565Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33632024-12-13T21:02:26.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642024-12-13T21:02:26.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652024-12-13T21:02:26.271Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33662024-12-13T21:02:26.271Z Checking heck v0.4.1
33672024-12-13T21:02:26.274Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33682024-12-13T21:02:26.515Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33692024-12-13T21:02:28.339Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33702024-12-13T21:02:28.845Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33712024-12-13T21:02:29.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
33722024-12-13T21:02:30.159Z
33732024-12-13T21:02:30.159Zinfo: running `cargo check --bins` on installinator-api (156/173)
33742024-12-13T21:02:30.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752024-12-13T21:02:30.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762024-12-13T21:02:30.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772024-12-13T21:02:30.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33782024-12-13T21:02:30.806Z
33792024-12-13T21:02:30.806Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33802024-12-13T21:02:31.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812024-12-13T21:02:31.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822024-12-13T21:02:31.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832024-12-13T21:02:31.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33842024-12-13T21:02:31.459Z
33852024-12-13T21:02:31.459Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33862024-12-13T21:02:32.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872024-12-13T21:02:32.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882024-12-13T21:02:32.152Z Compiling petname v2.0.2
33892024-12-13T21:02:32.154Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33902024-12-13T21:02:32.154Z Checking sync-ptr v0.1.1
33912024-12-13T21:02:33.610Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33922024-12-13T21:02:35.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s
33932024-12-13T21:02:35.363Z
33942024-12-13T21:02:35.363Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33952024-12-13T21:02:35.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962024-12-13T21:02:35.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972024-12-13T21:02:35.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982024-12-13T21:02:35.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33992024-12-13T21:02:36.022Z
34002024-12-13T21:02:36.022Zinfo: running `cargo check --bins` on omicron-releng (160/173)
34012024-12-13T21:02:36.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022024-12-13T21:02:36.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032024-12-13T21:02:36.698Z Checking memmap2 v0.9.5
34042024-12-13T21:02:36.698Z Checking constant_time_eq v0.3.1
34052024-12-13T21:02:36.698Z Checking arrayvec v0.7.6
34062024-12-13T21:02:36.703Z Checking spin v0.5.2
34072024-12-13T21:02:36.703Z Checking arrayref v0.3.9
34082024-12-13T21:02:36.703Z Checking topological-sort v0.2.2
34092024-12-13T21:02:36.703Z Checking shell-words v1.1.0
34102024-12-13T21:02:36.958Z Checking ring v0.16.20
34112024-12-13T21:02:37.089Z Checking blake3 v1.5.4
34122024-12-13T21:02:38.135Z Checking omicron-zone-package v0.11.1
34132024-12-13T21:02:39.251Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34142024-12-13T21:02:40.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
34152024-12-13T21:02:40.356Z
34162024-12-13T21:02:40.356Zinfo: running `cargo check --bins` on xtask (161/173)
34172024-12-13T21:02:40.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182024-12-13T21:02:40.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192024-12-13T21:02:40.777Z Checking bitflags v2.6.0
34202024-12-13T21:02:40.782Z Checking serde v1.0.215
34212024-12-13T21:02:40.782Z Checking thiserror v1.0.69
34222024-12-13T21:02:40.863Z Checking scroll v0.12.0
34232024-12-13T21:02:40.879Z Checking log v0.4.22
34242024-12-13T21:02:40.879Z Checking hashbrown v0.15.1
34252024-12-13T21:02:40.887Z Checking zerocopy v0.7.35
34262024-12-13T21:02:40.907Z Checking syn v2.0.87
34272024-12-13T21:02:40.964Z Checking pest v2.7.14
34282024-12-13T21:02:41.099Z Checking rustix v0.38.37
34292024-12-13T21:02:41.120Z Checking once_cell v1.20.2
34302024-12-13T21:02:41.319Z Checking goblin v0.8.2
34312024-12-13T21:02:41.415Z Checking fs-err v2.11.0
34322024-12-13T21:02:41.716Z Checking tabled v0.15.0
34332024-12-13T21:02:41.973Z Checking indexmap v2.6.0
34342024-12-13T21:02:42.327Z Checking anyhow v1.0.93
34352024-12-13T21:02:43.126Z Checking terminal_size v0.4.0
34362024-12-13T21:02:43.147Z Checking tempfile v3.13.0
34372024-12-13T21:02:43.296Z Checking clap_builder v4.5.21
34382024-12-13T21:02:43.463Z Checking dtrace-parser v0.2.0
34392024-12-13T21:02:44.967Z Checking serde_json v1.0.132
34402024-12-13T21:02:44.967Z Checking serde_spanned v0.6.8
34412024-12-13T21:02:44.971Z Checking toml_datetime v0.6.8
34422024-12-13T21:02:44.971Z Checking camino v1.1.9
34432024-12-13T21:02:44.971Z Checking cargo-platform v0.1.8
34442024-12-13T21:02:45.169Z Checking semver v1.0.23
34452024-12-13T21:02:45.273Z Checking macaddr v1.0.1
34462024-12-13T21:02:45.287Z Checking toml_edit v0.22.22
34472024-12-13T21:02:45.555Z Checking camino-tempfile v1.1.1
34482024-12-13T21:02:45.961Z Checking clap v4.5.21
34492024-12-13T21:02:46.261Z Checking dof v0.3.0
34502024-12-13T21:02:46.261Z Checking cargo_metadata v0.18.1
34512024-12-13T21:02:46.675Z Checking usdt-impl v0.5.0
34522024-12-13T21:02:47.030Z Checking usdt v0.5.0
34532024-12-13T21:02:47.172Z Checking toml v0.8.19
34542024-12-13T21:02:47.647Z Checking cargo_toml v0.20.5
34552024-12-13T21:02:48.871Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34562024-12-13T21:02:49.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
34572024-12-13T21:02:49.582Z
34582024-12-13T21:02:49.582Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34592024-12-13T21:02:50.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602024-12-13T21:02:50.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612024-12-13T21:02:50.360Z Checking polyval v0.6.2
34622024-12-13T21:02:50.467Z Checking ctr v0.9.2
34632024-12-13T21:02:50.478Z Checking ssh-encoding v0.2.0
34642024-12-13T21:02:50.481Z Checking blowfish v0.9.1
34652024-12-13T21:02:50.503Z Checking password-hash v0.4.2
34662024-12-13T21:02:50.508Z Checking matches v0.1.10
34672024-12-13T21:02:50.536Z Checking p521 v0.13.3
34682024-12-13T21:02:50.536Z Checking p256 v0.13.2
34692024-12-13T21:02:50.622Z Checking idna v0.2.3
34702024-12-13T21:02:50.674Z Checking ghash v0.5.1
34712024-12-13T21:02:50.710Z Checking bcrypt-pbkdf v0.10.0
34722024-12-13T21:02:50.737Z Compiling enum-as-inner v0.5.1
34732024-12-13T21:02:50.824Z Checking russh-cryptovec v0.7.3
34742024-12-13T21:02:50.843Z Checking aes-gcm v0.10.3
34752024-12-13T21:02:50.906Z Checking pbkdf2 v0.11.0
34762024-12-13T21:02:50.969Z Checking md5 v0.7.0
34772024-12-13T21:02:50.997Z Checking num-bigint v0.4.6
34782024-12-13T21:02:51.021Z Checking des v0.8.1
34792024-12-13T21:02:51.068Z Checking ssh-cipher v0.2.0
34802024-12-13T21:02:51.173Z Checking hex-literal v0.4.1
34812024-12-13T21:02:51.261Z Compiling dhcproto-macros v0.1.0
34822024-12-13T21:02:51.277Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34832024-12-13T21:02:51.310Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34842024-12-13T21:02:51.347Z Checking ssh-key v0.6.6
34852024-12-13T21:02:51.428Z Checking internet-checksum v0.2.1
34862024-12-13T21:02:51.781Z Checking trust-dns-proto v0.22.0
34872024-12-13T21:02:52.710Z Checking russh-keys v0.45.0
34882024-12-13T21:02:53.658Z Checking russh v0.45.0
34892024-12-13T21:02:54.361Z Checking dhcproto v0.12.0
34902024-12-13T21:03:13.674Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34912024-12-13T21:03:13.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.66s
34922024-12-13T21:03:13.732Z
34932024-12-13T21:03:13.732Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34942024-12-13T21:03:14.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952024-12-13T21:03:14.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962024-12-13T21:03:14.107Z Checking termios v0.3.3
34972024-12-13T21:03:14.333Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34982024-12-13T21:03:15.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
34992024-12-13T21:03:15.283Z
35002024-12-13T21:03:15.283Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
35012024-12-13T21:03:15.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022024-12-13T21:03:15.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032024-12-13T21:03:16.004Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35042024-12-13T21:03:18.043Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35052024-12-13T21:03:19.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
35062024-12-13T21:03:20.124Z
35072024-12-13T21:03:20.124Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35082024-12-13T21:03:20.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092024-12-13T21:03:20.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102024-12-13T21:03:20.766Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35112024-12-13T21:03:21.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35122024-12-13T21:03:21.420Z
35132024-12-13T21:03:21.420Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35142024-12-13T21:03:21.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152024-12-13T21:03:21.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162024-12-13T21:03:21.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172024-12-13T21:03:21.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182024-12-13T21:03:22.040Z
35192024-12-13T21:03:22.040Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35202024-12-13T21:03:22.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212024-12-13T21:03:22.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222024-12-13T21:03:22.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232024-12-13T21:03:22.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35242024-12-13T21:03:22.660Z
35252024-12-13T21:03:22.660Zinfo: running `cargo check --bins` on omicron-package (168/173)
35262024-12-13T21:03:23.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272024-12-13T21:03:23.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282024-12-13T21:03:23.327Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35292024-12-13T21:03:24.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
35302024-12-13T21:03:24.846Z
35312024-12-13T21:03:24.846Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35322024-12-13T21:03:25.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332024-12-13T21:03:25.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342024-12-13T21:03:25.540Z Checking rtoolbox v0.0.2
35352024-12-13T21:03:25.544Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35362024-12-13T21:03:25.544Z Checking tui-tree-widget v0.22.0
35372024-12-13T21:03:25.764Z Checking rpassword v7.3.1
35382024-12-13T21:03:31.410Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35392024-12-13T21:03:33.102Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35402024-12-13T21:03:34.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.55s
35412024-12-13T21:03:34.569Z
35422024-12-13T21:03:34.569Zinfo: running `cargo check --bins` on wicket (170/173)
35432024-12-13T21:03:35.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442024-12-13T21:03:35.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452024-12-13T21:03:35.269Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35462024-12-13T21:03:35.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35472024-12-13T21:03:35.902Z
35482024-12-13T21:03:35.902Zinfo: running `cargo check --bins` on wicketd (171/173)
35492024-12-13T21:03:36.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502024-12-13T21:03:36.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512024-12-13T21:03:36.624Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35522024-12-13T21:03:40.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
35532024-12-13T21:03:40.866Z
35542024-12-13T21:03:40.866Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35552024-12-13T21:03:41.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562024-12-13T21:03:41.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572024-12-13T21:03:41.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582024-12-13T21:03:41.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592024-12-13T21:03:41.484Z
35602024-12-13T21:03:41.484Zinfo: running `cargo check --bins` on zone-setup (173/173)
35612024-12-13T21:03:42.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622024-12-13T21:03:42.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632024-12-13T21:03:42.229Z Checking uzers v0.12.1
35642024-12-13T21:03:42.569Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35652024-12-13T21:03:43.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
35662024-12-13T21:03:43.951Z
35672024-12-13T21:03:43.951Zreal 13:08.551587926
35682024-12-13T21:03:43.951Zuser 24:35.537845205
35692024-12-13T21:03:43.951Zsys 5:28.252224971
35702024-12-13T21:03:43.951Ztrap 0.486479983
35712024-12-13T21:03:43.951Ztflt 2.184882860
35722024-12-13T21:03:43.951Zdflt 3.122495056
35732024-12-13T21:03:43.951Zkflt 0.001680604
35742024-12-13T21:03:43.951Zlock 46:56.652690384
35752024-12-13T21:03:43.951Zslp 2:08:07.957840188
35762024-12-13T21:03:43.951Zlat 1:02.714685808
35772024-12-13T21:03:43.951Zstop 3:25.533548363
35782024-12-13T21:03:43.954Zprocess exited: duration 1131678 ms, exit code 0
 
35792024-12-13T21:03:43.960Zfound 0 output files