01JCKP2FDTC47F7Q6PABCSYEVJ: 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: 01JCKP3890NMAMY5VDBJB4MT3Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-13T21:16:22.669Zjob assigned to worker 01JCKP3EV37KJVXF593NYJ7FJ1 (queued for 52 s)
 
22024-11-13T21:16:30.542Zstarting task 0: "setup"
32024-11-13T21:16:30.551Z++ uname -s
42024-11-13T21:16:30.554Z+ kern=SunOS
52024-11-13T21:16:30.554Z+ case "$kern" in
62024-11-13T21:16:30.554Z+ groupadd -g 12345 build
72024-11-13T21:16:30.557Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-13T21:16:32.569Z+ zfs create -o mountpoint=/work rpool/work
92024-11-13T21:16:32.741Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-13T21:16:32.750Z+ home_fs=zfs
112024-11-13T21:16:32.750Z+ [[ zfs == autofs ]]
122024-11-13T21:16:32.750Z+ mkdir -p /home/build
132024-11-13T21:16:32.754Z+ chown build:build /home/build /work
142024-11-13T21:16:33.746Z+ chmod 0700 /home/build /work
152024-11-13T21:16:33.749Zprocess exited: duration 3208 ms, exit code 0
 
162024-11-13T21:16:33.762Zstarting task 1: "rust-toolchain"
172024-11-13T21:16:33.768Z+ printf ' * toolchain channel = "%s"
182024-11-13T21:16:33.768Z' 1.81.0
192024-11-13T21:16:33.771Z * toolchain channel = "1.81.0"
202024-11-13T21:16:33.771Z+ printf ' * toolchain profile = "%s"
212024-11-13T21:16:33.771Z' default
222024-11-13T21:16:33.771Z * toolchain profile = "default"
232024-11-13T21:16:33.771Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-13T21:16:33.771Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-13T21:16:33.889Zinfo: downloading installer
262024-11-13T21:16:35.072Zinfo: profile set to 'default'
272024-11-13T21:16:35.072Zinfo: default host triple is x86_64-unknown-illumos
282024-11-13T21:16:35.074Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-13T21:16:35.207Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-13T21:16:35.207Zinfo: downloading component 'cargo'
312024-11-13T21:16:35.906Zinfo: downloading component 'clippy'
322024-11-13T21:16:36.172Zinfo: downloading component 'rust-docs'
332024-11-13T21:16:37.118Zinfo: downloading component 'rust-std'
342024-11-13T21:16:38.695Zinfo: downloading component 'rustc'
352024-11-13T21:16:44.224Zinfo: downloading component 'rustfmt'
362024-11-13T21:16:44.427Zinfo: installing component 'cargo'
372024-11-13T21:16:45.254Zinfo: installing component 'clippy'
382024-11-13T21:16:45.640Zinfo: installing component 'rust-docs'
392024-11-13T21:16:47.281Zinfo: installing component 'rust-std'
402024-11-13T21:16:49.096Zinfo: installing component 'rustc'
412024-11-13T21:16:54.745Zinfo: installing component 'rustfmt'
422024-11-13T21:16:55.084Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-13T21:16:55.084Z
442024-11-13T21:16:55.450Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-13T21:16:55.450Z
462024-11-13T21:16:55.453Z
472024-11-13T21:16:55.453ZRust is installed now. Great!
482024-11-13T21:16:55.453Z
492024-11-13T21:16:55.453ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-13T21:16:55.453Zenvironment variable. This has not been done automatically.
512024-11-13T21:16:55.453Z
522024-11-13T21:16:55.453ZTo configure your current shell, you need to source
532024-11-13T21:16:55.453Zthe corresponding env file under $HOME/.cargo.
542024-11-13T21:16:55.453Z
552024-11-13T21:16:55.453ZThis is usually done by running one of the following (note the leading DOT):
562024-11-13T21:16:55.453Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-13T21:16:55.453Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-13T21:16:55.523Z+ rustc --version
592024-11-13T21:16:55.587Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-13T21:16:55.590Zprocess exited: duration 21824 ms, exit code 0
 
612024-11-13T21:16:55.596Zstarting task 2: "authentication"
622024-11-13T21:16:55.616Zprocess exited: duration 20 ms, exit code 0
 
632024-11-13T21:16:55.622Zstarting task 3: "clone repository"
642024-11-13T21:16:55.627Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-13T21:16:55.630Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-13T21:16:55.747ZCloning into '/work/oxidecomputer/omicron'...
672024-11-13T21:17:35.138Z+ cd /work/oxidecomputer/omicron
682024-11-13T21:17:35.138Z+ git fetch origin 892047b197820e58fd196768326068cc7c781e1d
692024-11-13T21:17:35.874ZFrom https://github.com/oxidecomputer/omicron
702024-11-13T21:17:35.874Z * branch 892047b197820e58fd196768326068cc7c781e1d -> FETCH_HEAD
712024-11-13T21:17:35.884Z+ [[ -n dap/drafts/dropshot-update ]]
722024-11-13T21:17:35.887Z++ git branch --show-current
732024-11-13T21:17:35.889Z+ current=main
742024-11-13T21:17:35.889Z+ [[ main != dap/drafts/dropshot-update ]]
752024-11-13T21:17:35.889Z+ git branch -f dap/drafts/dropshot-update 892047b197820e58fd196768326068cc7c781e1d
762024-11-13T21:17:35.892Z+ git checkout -f dap/drafts/dropshot-update
772024-11-13T21:17:36.083ZSwitched to branch 'dap/drafts/dropshot-update'
782024-11-13T21:17:36.120Z+ git reset --hard 892047b197820e58fd196768326068cc7c781e1d
792024-11-13T21:17:36.120ZHEAD is now at 892047b19 hakari
802024-11-13T21:17:36.120Zprocess exited: duration 40460 ms, exit code 0
 
812024-11-13T21:17:36.154Zstarting task 4: "build"
822024-11-13T21:17:36.165Z+ source .github/buildomat/ci-env.sh
832024-11-13T21:17:36.165Z++ export CARGO_TERM_COLOR=always
842024-11-13T21:17:36.165Z++ CARGO_TERM_COLOR=always
852024-11-13T21:17:36.165Z+ cargo --version
862024-11-13T21:17:36.253Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-13T21:17:36.271Z+ rustc --version
882024-11-13T21:17:36.287Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-13T21:17:36.287Z+ source ./env.sh
902024-11-13T21:17:36.287Z++ OLD_SHELL_OPTS=ehxB
912024-11-13T21:17:36.287Z++ set -o xtrace
922024-11-13T21:17:36.287Z++++ dirname ./env.sh
932024-11-13T21:17:36.287Z+++ readlink -f .
942024-11-13T21:17:36.287Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-13T21:17:36.287Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-13T21:17:36.287Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-13T21:17:36.287Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-13T21:17:36.287Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-11-13T21:17:36.287Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-11-13T21:17:36.287Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-11-13T21:17:36.287Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-11-13T21:17:36.288Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-11-13T21:17:36.288Z++ case $OLD_SHELL_OPTS in
1042024-11-13T21:17:36.288Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-13T21:17:36.288Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-11-13T21:17:36.288Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-11-13T21:17:36.288Z+ banner prerequisites
1082024-11-13T21:17:36.306Z
1092024-11-13T21:17:36.306Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-13T21:17:36.307Z # # # # # # # # # # # # # # #
1112024-11-13T21:17:36.307Z # # # # ##### # # ##### # # # # # #### #
1122024-11-13T21:17:36.307Z ##### ##### # ##### # # # # # # # # #
1132024-11-13T21:17:36.307Z # # # # # # # # # # # # # # #
1142024-11-13T21:17:36.308Z # # # ###### # # ###### ### # #### # #### #
1152024-11-13T21:17:36.308Z
1162024-11-13T21:17:36.308Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-13T21:17:46.861Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-13T21:17:50.325Z Startup: Caching catalogs ... Done
1192024-11-13T21:17:58.288ZPlanning: Solver setup ... Done (7.262s)
1202024-11-13T21:17:58.389ZPlanning: Running solver ... Done (0.101s)
1212024-11-13T21:17:58.481ZPlanning: Finding local manifests ... Done (0.004s)
1222024-11-13T21:17:58.935ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-13T21:17:59.535ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-13T21:17:59.635ZPlanning: Package planning ... Done (0.100s)
1252024-11-13T21:17:59.691ZPlanning: Merging actions ... Done (0.056s)
1262024-11-13T21:17:59.883ZPlanning: Checking for conflicting actions ... Done (0.192s)
1272024-11-13T21:18:02.075ZPlanning: Consolidating action changes ... Done (2.192s)
1282024-11-13T21:18:02.530ZPlanning: Evaluating mediators ... Done (0.454s)
1292024-11-13T21:18:02.608ZPlanning: Planning completed in 12.21 seconds
1302024-11-13T21:18:02.624Z Packages to install: 4
1312024-11-13T21:18:02.624Z Packages to update: 1
1322024-11-13T21:18:02.629Z Mediators to change: 2
1332024-11-13T21:18:02.629Z Services to change: 1
1342024-11-13T21:18:02.629Z Estimated space available: 155.64 GB
1352024-11-13T21:18:02.629ZEstimated space to be consumed: 1.59 GB
1362024-11-13T21:18:02.629Z Create boot environment: No
1372024-11-13T21:18:02.629ZCreate backup boot environment: Yes
1382024-11-13T21:18:02.629Z Rebuild boot archive: No
1392024-11-13T21:18:02.629Z
1402024-11-13T21:18:02.629ZChanged mediators:
1412024-11-13T21:18:02.629Z mediator clang:
1422024-11-13T21:18:02.629Z version: None -> 15 (system default)
1432024-11-13T21:18:02.629Z
1442024-11-13T21:18:02.629Z mediator llvm:
1452024-11-13T21:18:02.629Z version: 14 (system default) -> 15 (system default)
1462024-11-13T21:18:02.629Z
1472024-11-13T21:18:02.629ZChanged packages:
1482024-11-13T21:18:02.629Zhelios-dev
1492024-11-13T21:18:02.629Z developer/build-essential
1502024-11-13T21:18:02.629Z None -> 11-2.0
1512024-11-13T21:18:02.629Z library/libxmlsec1
1522024-11-13T21:18:02.629Z None -> 1.2.35-2.0
1532024-11-13T21:18:02.629Z ooce/developer/clang-15
1542024-11-13T21:18:02.629Z None -> 15.0.7-2.0
1552024-11-13T21:18:02.629Z ooce/developer/llvm-15
1562024-11-13T21:18:02.629Z None -> 15.0.7-2.0
1572024-11-13T21:18:02.629Z package/pkg
1582024-11-13T21:18:02.629Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-13T21:18:02.630Z
1602024-11-13T21:18:02.630ZServices:
1612024-11-13T21:18:02.630Z restart_fmri:
1622024-11-13T21:18:02.630Z svc:/system/update-man-index:default
1632024-11-13T21:18:02.630Z
1642024-11-13T21:18:02.630ZEditable files to change:
1652024-11-13T21:18:02.630Z Update:
1662024-11-13T21:18:02.630Z usr/share/lib/pkg/web/config.shtml
1672024-11-13T21:18:02.710Z
1682024-11-13T21:18:02.711ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-13T21:18:07.712ZDownload: 782/4281 items 18.6/220.6MB 8% complete (3.8M/s)
1702024-11-13T21:18:12.714ZDownload: 1685/4281 items 117.3/220.6MB 53% complete (11.9M/s)
1712024-11-13T21:18:17.784ZDownload: 3144/4281 items 139.8/220.6MB 63% complete (12.1M/s)
1722024-11-13T21:18:22.620ZDownload: Completed 220.60 MB in 19.91 seconds (11.1M/s)
1732024-11-13T21:18:23.766Z Actions: 1/5063 actions (Removing old actions)
1742024-11-13T21:18:23.788Z Actions: 194/5063 actions (Installing new actions)
1752024-11-13T21:18:28.453Z Actions: 4226/5063 actions (Updating modified actions)
1762024-11-13T21:18:28.778Z Actions: Completed 5063 actions in 5.01 seconds.
1772024-11-13T21:18:29.152Z Done (0.368s)
1782024-11-13T21:18:29.155Z Done (0.000s)
1792024-11-13T21:18:29.679Z Done (0.523s)
1802024-11-13T21:18:34.106Z Done (4.212s)
1812024-11-13T21:18:34.193Z Done (0.019s)
1822024-11-13T21:18:34.197Z Done (0.000s)
1832024-11-13T21:18:34.354Z Done (0.000s)
1842024-11-13T21:18:35.015ZPlanning: Evaluating mediator changes ... Done
1852024-11-13T21:18:35.173ZPlanning: Checking for conflicting actions ... Done
1862024-11-13T21:18:35.177ZPlanning: Consolidating action changes ... Done
1872024-11-13T21:18:35.436ZPlanning: Evaluating mediators ... Done
1882024-11-13T21:18:35.439ZPlanning: Planning completed in 0.42 seconds
1892024-11-13T21:18:35.475Z Mediators to change: 2
1902024-11-13T21:18:35.475Z Create boot environment: No
1912024-11-13T21:18:35.478ZCreate backup boot environment: No
1922024-11-13T21:18:35.583Z Done
1932024-11-13T21:18:35.584Z Done
1942024-11-13T21:18:35.892Z Done
1952024-11-13T21:18:39.345Z Done
1962024-11-13T21:18:39.430Z Done
1972024-11-13T21:18:39.433Z Done
1982024-11-13T21:18:39.571Z Done
1992024-11-13T21:18:40.174ZPlanning: Evaluating mediator changes ... Done
2002024-11-13T21:18:40.177ZPlanning: Merging actions ... Done
2012024-11-13T21:18:40.363ZPlanning: Checking for conflicting actions ... Done
2022024-11-13T21:18:40.366ZPlanning: Consolidating action changes ... Done
2032024-11-13T21:18:40.623ZPlanning: Evaluating mediators ... Done
2042024-11-13T21:18:40.676ZPlanning: Planning completed in 0.74 seconds
2052024-11-13T21:18:40.719Z Packages to change: 1
2062024-11-13T21:18:40.719Z Mediators to change: 1
2072024-11-13T21:18:40.719Z Services to change: 1
2082024-11-13T21:18:40.722Z Create boot environment: No
2092024-11-13T21:18:40.722ZCreate backup boot environment: Yes
2102024-11-13T21:18:42.837Z Actions: 1/6 actions (Updating modified actions)
2112024-11-13T21:18:42.841Z Actions: Completed 6 actions in 0.00 seconds.
2122024-11-13T21:18:42.841Z Done
2132024-11-13T21:18:42.841Z Done
2142024-11-13T21:18:42.947Z Done
2152024-11-13T21:18:46.520Z Done
2162024-11-13T21:18:46.608Z Done
2172024-11-13T21:18:46.612Z Done
2182024-11-13T21:18:46.733Z Done
2192024-11-13T21:18:47.159ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-11-13T21:18:47.159Zclang system 15 system
2212024-11-13T21:18:47.159Zcsh system system illumos
2222024-11-13T21:18:47.159Zctags system system illumos
2232024-11-13T21:18:47.159Zgcc vendor 12 vendor
2242024-11-13T21:18:47.159Zgcc system 10 system
2252024-11-13T21:18:47.159Zgcc system 7 system
2262024-11-13T21:18:47.159Zgo system 1.20 system
2272024-11-13T21:18:47.159Zgo system 1.19 system
2282024-11-13T21:18:47.159Zllvm system 15 system
2292024-11-13T21:18:47.159Zllvm system 14 system
2302024-11-13T21:18:47.159Zmariadb system 10.6 system
2312024-11-13T21:18:47.159Zmta vendor vendor dma
2322024-11-13T21:18:47.160Zopenjdk system 17 system
2332024-11-13T21:18:47.160Zopenjdk system 11 system
2342024-11-13T21:18:47.160Zopenjdk system 1.8 system
2352024-11-13T21:18:47.160Zopenssl vendor 3 vendor
2362024-11-13T21:18:47.160Zperl system 5.36 system
2372024-11-13T21:18:47.160Zpostgresql system 15 system
2382024-11-13T21:18:47.160Zpostgresql system 13 system
2392024-11-13T21:18:47.160Zpython vendor 3 vendor
2402024-11-13T21:18:47.160Zpython system 2 system
2412024-11-13T21:18:47.160Zpython3 system 3.11 system
2422024-11-13T21:18:47.160Zruby system 3.0 system
2432024-11-13T21:18:47.160Zwords vendor vendor american-english
2442024-11-13T21:18:47.160Zwords system system australian-english
2452024-11-13T21:18:47.160Zwords system system british-english
2462024-11-13T21:18:47.160Zwords system system canadian-english
2472024-11-13T21:18:47.160Zwords system system french
2482024-11-13T21:18:47.160Zwords system system italian
2492024-11-13T21:18:47.160Zwords system system ngerman
2502024-11-13T21:18:47.160Zwords system system ogerman
2512024-11-13T21:18:47.160Zwords system system spanish
2522024-11-13T21:18:47.480ZPUBLISHER TYPE STATUS P LOCATION
2532024-11-13T21:18:47.480Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-11-13T21:18:49.936ZFMRI IFO
2552024-11-13T21:18:49.936Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-11-13T21:18:49.936Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-11-13T21:18:49.937Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-11-13T21:18:49.937Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-11-13T21:18:49.937Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-11-13T21:18:49.937Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-11-13T21:18:49.937Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-11-13T21:18:49.937Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-11-13T21:18:49.937Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-11-13T21:18:49.937Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2652024-11-13T21:18:49.937Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-11-13T21:18:49.937Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-11-13T21:18:49.937Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2682024-11-13T21:18:49.937Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-11-13T21:18:49.937Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-11-13T21:18:50.644Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-11-13T21:18:51.380Z Updating crates.io index
2722024-11-13T21:18:51.436Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-11-13T21:18:53.497Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-11-13T21:18:54.342Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-11-13T21:18:54.969Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-11-13T21:18:55.628Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-11-13T21:18:59.196Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-11-13T21:19:05.201Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-11-13T21:19:07.846Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-11-13T21:19:11.944Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-11-13T21:19:12.659Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-11-13T21:19:13.373Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-11-13T21:19:14.653Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-11-13T21:19:15.319Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852024-11-13T21:19:16.199Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-11-13T21:19:16.886Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-11-13T21:19:17.497Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-11-13T21:19:18.087Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-11-13T21:19:18.779Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-11-13T21:19:19.474Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-11-13T21:19:20.197Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-11-13T21:19:20.972Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-11-13T21:19:21.956Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-11-13T21:19:22.638Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952024-11-13T21:19:23.669Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-11-13T21:19:24.777Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972024-11-13T21:19:25.406Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982024-11-13T21:19:26.204Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992024-11-13T21:19:27.890Z Downloading crates ...
3002024-11-13T21:19:27.980Z Downloaded anstyle-query v1.1.1
3012024-11-13T21:19:27.986Z Downloaded equivalent v1.0.1
3022024-11-13T21:19:27.988Z Downloaded anstream v0.6.15
3032024-11-13T21:19:27.991Z Downloaded dtrace-parser v0.2.0
3042024-11-13T21:19:27.991Z Downloaded bitflags v2.6.0
3052024-11-13T21:19:27.996Z Downloaded scroll_derive v0.12.0
3062024-11-13T21:19:27.999Z Downloaded swrite v0.1.0
3072024-11-13T21:19:28.002Z Downloaded pretty-hex v0.4.1
3082024-11-13T21:19:28.015Z Downloaded serde_spanned v0.6.8
3092024-11-13T21:19:28.018Z Downloaded pest_generator v2.7.14
3102024-11-13T21:19:28.018Z Downloaded is_terminal_polyfill v1.70.1
3112024-11-13T21:19:28.021Z Downloaded heck v0.5.0
3122024-11-13T21:19:28.021Z Downloaded bytecount v0.6.8
3132024-11-13T21:19:28.023Z Downloaded crypto-common v0.1.6
3142024-11-13T21:19:28.023Z Downloaded camino-tempfile v1.1.1
3152024-11-13T21:19:28.026Z Downloaded cargo_toml v0.20.5
3162024-11-13T21:19:28.029Z Downloaded toml_datetime v0.6.8
3172024-11-13T21:19:28.029Z Downloaded unicode-linebreak v0.1.5
3182024-11-13T21:19:28.032Z Downloaded utf8parse v0.2.2
3192024-11-13T21:19:28.032Z Downloaded tabled_derive v0.7.0
3202024-11-13T21:19:28.032Z Downloaded usdt-impl v0.5.0
3212024-11-13T21:19:28.038Z Downloaded version_check v0.9.5
3222024-11-13T21:19:28.040Z Downloaded anstyle v1.0.10
3232024-11-13T21:19:28.043Z Downloaded fnv v1.0.7
3242024-11-13T21:19:28.043Z Downloaded autocfg v1.4.0
3252024-11-13T21:19:28.046Z Downloaded thiserror-impl v1.0.69
3262024-11-13T21:19:28.048Z Downloaded block-buffer v0.10.4
3272024-11-13T21:19:28.048Z Downloaded anstyle-parse v0.2.5
3282024-11-13T21:19:28.051Z Downloaded sha2 v0.10.8
3292024-11-13T21:19:28.054Z Downloaded textwrap v0.16.1
3302024-11-13T21:19:28.057Z Downloaded log v0.4.22
3312024-11-13T21:19:28.059Z Downloaded typenum v1.17.0
3322024-11-13T21:19:28.062Z Downloaded anyhow v1.0.93
3332024-11-13T21:19:28.066Z Downloaded proc-macro2 v1.0.89
3342024-11-13T21:19:28.068Z Downloaded zerocopy-derive v0.7.35
3352024-11-13T21:19:28.073Z Downloaded papergrid v0.11.0
3362024-11-13T21:19:28.083Z Downloaded clap_lex v0.7.2
3372024-11-13T21:19:28.097Z Downloaded memchr v2.7.4
3382024-11-13T21:19:28.103Z Downloaded fs-err v2.11.0
3392024-11-13T21:19:28.105Z Downloaded cpufeatures v0.2.14
3402024-11-13T21:19:28.108Z Downloaded terminal_size v0.4.0
3412024-11-13T21:19:28.108Z Downloaded colorchoice v1.0.2
3422024-11-13T21:19:28.108Z Downloaded cargo-platform v0.1.8
3432024-11-13T21:19:28.110Z Downloaded usdt-attr-macro v0.5.0
3442024-11-13T21:19:28.110Z Downloaded dof v0.3.0
3452024-11-13T21:19:28.113Z Downloaded cfg-if v1.0.0
3462024-11-13T21:19:28.113Z Downloaded serde v1.0.215
3472024-11-13T21:19:28.116Z Downloaded heck v0.4.1
3482024-11-13T21:19:28.119Z Downloaded generic-array v0.14.7
3492024-11-13T21:19:28.119Z Downloaded byteorder v1.5.0
3502024-11-13T21:19:28.124Z Downloaded usdt-macro v0.5.0
3512024-11-13T21:19:28.124Z Downloaded cargo_metadata v0.18.1
3522024-11-13T21:19:28.124Z Downloaded errno v0.3.9
3532024-11-13T21:19:28.127Z Downloaded digest v0.10.7
3542024-11-13T21:19:28.127Z Downloaded smawk v0.3.2
3552024-11-13T21:19:28.129Z Downloaded plain v0.2.3
3562024-11-13T21:19:28.129Z Downloaded memmap v0.7.0
3572024-11-13T21:19:28.132Z Downloaded macaddr v1.0.1
3582024-11-13T21:19:28.132Z Downloaded thread-id v4.2.2
3592024-11-13T21:19:28.135Z Downloaded fastrand v2.1.1
3602024-11-13T21:19:28.135Z Downloaded clap_derive v4.5.18
3612024-11-13T21:19:28.142Z Downloaded strsim v0.11.1
3622024-11-13T21:19:28.142Z Downloaded serde_tokenstream v0.2.2
3632024-11-13T21:19:28.145Z Downloaded usdt v0.5.0
3642024-11-13T21:19:28.145Z Downloaded itoa v1.0.11
3652024-11-13T21:19:28.145Z Downloaded camino v1.1.9
3662024-11-13T21:19:28.149Z Downloaded pest_derive v2.7.14
3672024-11-13T21:19:28.156Z Downloaded once_cell v1.20.2
3682024-11-13T21:19:28.159Z Downloaded proc-macro-error v1.0.4
3692024-11-13T21:19:28.162Z Downloaded tempfile v3.13.0
3702024-11-13T21:19:28.164Z Downloaded scroll v0.12.0
3712024-11-13T21:19:28.167Z Downloaded quote v1.0.37
3722024-11-13T21:19:28.169Z Downloaded clap v4.5.20
3732024-11-13T21:19:28.177Z Downloaded thiserror v1.0.69
3742024-11-13T21:19:28.181Z Downloaded semver v1.0.23
3752024-11-13T21:19:28.184Z Downloaded ucd-trie v0.1.7
3762024-11-13T21:19:28.187Z Downloaded ryu v1.0.18
3772024-11-13T21:19:28.190Z Downloaded unicode-ident v1.0.13
3782024-11-13T21:19:28.193Z Downloaded toml v0.8.19
3792024-11-13T21:19:28.196Z Downloaded pest_meta v2.7.14
3802024-11-13T21:19:28.196Z Downloaded serde_derive v1.0.215
3812024-11-13T21:19:28.200Z Downloaded proc-macro-error-attr v1.0.4
3822024-11-13T21:19:28.208Z Downloaded indexmap v2.6.0
3832024-11-13T21:19:28.220Z Downloaded clap_builder v4.5.20
3842024-11-13T21:19:28.237Z Downloaded goblin v0.8.2
3852024-11-13T21:19:28.244Z Downloaded toml_edit v0.22.22
3862024-11-13T21:19:28.265Z Downloaded pest v2.7.14
3872024-11-13T21:19:28.275Z Downloaded hashbrown v0.15.0
3882024-11-13T21:19:28.283Z Downloaded zerocopy v0.7.35
3892024-11-13T21:19:28.298Z Downloaded winnow v0.6.20
3902024-11-13T21:19:28.307Z Downloaded serde_json v1.0.132
3912024-11-13T21:19:28.313Z Downloaded tabled v0.15.0
3922024-11-13T21:19:28.328Z Downloaded syn v1.0.109
3932024-11-13T21:19:28.338Z Downloaded rustix v0.38.37
3942024-11-13T21:19:28.359Z Downloaded unicode-width v0.1.14
3952024-11-13T21:19:28.364Z Downloaded syn v2.0.87
3962024-11-13T21:19:28.392Z Downloaded libc v0.2.162
3972024-11-13T21:19:28.687Z Compiling proc-macro2 v1.0.89
3982024-11-13T21:19:28.687Z Compiling unicode-ident v1.0.13
3992024-11-13T21:19:28.687Z Compiling serde v1.0.215
4002024-11-13T21:19:28.690Z Compiling version_check v0.9.5
4012024-11-13T21:19:28.690Z Compiling thiserror v1.0.69
4022024-11-13T21:19:28.690Z Compiling memchr v2.7.4
4032024-11-13T21:19:28.690Z Compiling libc v0.2.162
4042024-11-13T21:19:28.690Z Compiling ryu v1.0.18
4052024-11-13T21:19:28.928Z Compiling itoa v1.0.11
4062024-11-13T21:19:29.083Z Compiling ucd-trie v0.1.7
4072024-11-13T21:19:29.486Z Compiling once_cell v1.20.2
4082024-11-13T21:19:29.576Z Compiling byteorder v1.5.0
4092024-11-13T21:19:29.702Z Compiling rustix v0.38.37
4102024-11-13T21:19:29.793Z Compiling serde_json v1.0.132
4112024-11-13T21:19:30.042Z Compiling bitflags v2.6.0
4122024-11-13T21:19:30.147Z Compiling usdt-impl v0.5.0
4132024-11-13T21:19:30.230Z Compiling proc-macro-error-attr v1.0.4
4142024-11-13T21:19:30.364Z Compiling syn v1.0.109
4152024-11-13T21:19:30.474Z Compiling quote v1.0.37
4162024-11-13T21:19:30.616Z Compiling proc-macro-error v1.0.4
4172024-11-13T21:19:30.637Z Compiling utf8parse v0.2.2
4182024-11-13T21:19:30.660Z Compiling camino v1.1.9
4192024-11-13T21:19:30.801Z Compiling equivalent v1.0.1
4202024-11-13T21:19:30.892Z Compiling syn v2.0.87
4212024-11-13T21:19:30.925Z Compiling errno v0.3.9
4222024-11-13T21:19:31.035Z Compiling plain v0.2.3
4232024-11-13T21:19:31.148Z Compiling log v0.4.22
4242024-11-13T21:19:31.170Z Compiling hashbrown v0.15.0
4252024-11-13T21:19:31.280Z Compiling thread-id v4.2.2
4262024-11-13T21:19:31.404Z Compiling anstyle-parse v0.2.5
4272024-11-13T21:19:31.535Z Compiling is_terminal_polyfill v1.70.1
4282024-11-13T21:19:31.712Z Compiling unicode-width v0.1.14
4292024-11-13T21:19:31.798Z Compiling semver v1.0.23
4302024-11-13T21:19:31.878Z Compiling colorchoice v1.0.2
4312024-11-13T21:19:32.053Z Compiling anstyle-query v1.1.1
4322024-11-13T21:19:32.212Z Compiling pretty-hex v0.4.1
4332024-11-13T21:19:32.264Z Compiling autocfg v1.4.0
4342024-11-13T21:19:32.347Z Compiling winnow v0.6.20
4352024-11-13T21:19:32.371Z Compiling anstyle v1.0.10
4362024-11-13T21:19:32.439Z Compiling indexmap v2.6.0
4372024-11-13T21:19:32.866Z Compiling anstream v0.6.15
4382024-11-13T21:19:32.869Z Compiling strsim v0.11.1
4392024-11-13T21:19:33.449Z Compiling fs-err v2.11.0
4402024-11-13T21:19:33.607Z Compiling terminal_size v0.4.0
4412024-11-13T21:19:33.728Z Compiling heck v0.4.1
4422024-11-13T21:19:33.803Z Compiling anyhow v1.0.93
4432024-11-13T21:19:33.827Z Compiling heck v0.5.0
4442024-11-13T21:19:33.852Z Compiling bytecount v0.6.8
4452024-11-13T21:19:34.045Z Compiling clap_lex v0.7.2
4462024-11-13T21:19:34.076Z Compiling fnv v1.0.7
4472024-11-13T21:19:34.330Z Compiling fastrand v2.1.1
4482024-11-13T21:19:34.409Z Compiling cfg-if v1.0.0
4492024-11-13T21:19:34.557Z Compiling clap_builder v4.5.20
4502024-11-13T21:19:34.867Z Compiling tempfile v3.13.0
4512024-11-13T21:19:34.893Z Compiling papergrid v0.11.0
4522024-11-13T21:19:34.935Z Compiling memmap v0.7.0
4532024-11-13T21:19:35.059Z Compiling smawk v0.3.2
4542024-11-13T21:19:35.273Z Compiling unicode-linebreak v0.1.5
4552024-11-13T21:19:35.717Z Compiling textwrap v0.16.1
4562024-11-13T21:19:35.928Z Compiling swrite v0.1.0
4572024-11-13T21:19:37.063Z Compiling tabled_derive v0.7.0
4582024-11-13T21:19:38.684Z Compiling tabled v0.15.0
4592024-11-13T21:19:39.833Z Compiling serde_derive v1.0.215
4602024-11-13T21:19:39.833Z Compiling thiserror-impl v1.0.69
4612024-11-13T21:19:39.836Z Compiling zerocopy-derive v0.7.35
4622024-11-13T21:19:39.836Z Compiling scroll_derive v0.12.0
4632024-11-13T21:19:40.016Z Compiling clap_derive v4.5.18
4642024-11-13T21:19:41.144Z Compiling scroll v0.12.0
4652024-11-13T21:19:41.613Z Compiling goblin v0.8.2
4662024-11-13T21:19:42.380Z Compiling zerocopy v0.7.35
4672024-11-13T21:19:42.576Z Compiling pest v2.7.14
4682024-11-13T21:19:43.663Z Compiling clap v4.5.20
4692024-11-13T21:19:44.900Z Compiling pest_meta v2.7.14
4702024-11-13T21:19:45.728Z Compiling pest_generator v2.7.14
4712024-11-13T21:19:47.669Z Compiling pest_derive v2.7.14
4722024-11-13T21:19:48.272Z Compiling dtrace-parser v0.2.0
4732024-11-13T21:19:50.010Z Compiling serde_tokenstream v0.2.2
4742024-11-13T21:19:50.177Z Compiling serde_spanned v0.6.8
4752024-11-13T21:19:50.181Z Compiling toml_datetime v0.6.8
4762024-11-13T21:19:50.274Z Compiling cargo-platform v0.1.8
4772024-11-13T21:19:50.577Z Compiling toml_edit v0.22.22
4782024-11-13T21:19:50.580Z Compiling macaddr v1.0.1
4792024-11-13T21:19:50.829Z Compiling camino-tempfile v1.1.1
4802024-11-13T21:19:51.456Z Compiling dof v0.3.0
4812024-11-13T21:19:51.693Z Compiling cargo_metadata v0.18.1
4822024-11-13T21:19:53.107Z Compiling usdt-attr-macro v0.5.0
4832024-11-13T21:19:53.130Z Compiling usdt-macro v0.5.0
4842024-11-13T21:19:53.404Z Compiling toml v0.8.19
4852024-11-13T21:19:54.280Z Compiling cargo_toml v0.20.5
4862024-11-13T21:19:54.397Z Compiling usdt v0.5.0
4872024-11-13T21:19:57.654Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882024-11-13T21:20:01.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
4892024-11-13T21:20:01.989Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4902024-11-13T21:20:02.500Z Downloading crates ...
4912024-11-13T21:20:02.610Z Downloaded async-stream-impl v0.3.6
4922024-11-13T21:20:02.620Z Downloaded ascii-canvas v3.0.0
4932024-11-13T21:20:02.621Z Downloaded addr2line v0.24.2
4942024-11-13T21:20:02.621Z Downloaded atomicwrites v0.4.4
4952024-11-13T21:20:02.627Z Downloaded cfg_aliases v0.2.1
4962024-11-13T21:20:02.636Z Downloaded bitfield v0.14.0
4972024-11-13T21:20:02.639Z Downloaded crunchy v0.2.2
4982024-11-13T21:20:02.641Z Downloaded crc v3.2.1
4992024-11-13T21:20:02.644Z Downloaded http-body-util v0.1.2
5002024-11-13T21:20:02.647Z Downloaded darling v0.20.10
5012024-11-13T21:20:02.650Z Downloaded ident_case v1.0.1
5022024-11-13T21:20:02.652Z Downloaded headers-core v0.3.0
5032024-11-13T21:20:02.653Z Downloaded bcrypt-pbkdf v0.10.0
5042024-11-13T21:20:02.655Z Downloaded hubpack_derive v0.1.1
5052024-11-13T21:20:02.655Z Downloaded new_debug_unreachable v1.0.6
5062024-11-13T21:20:02.658Z Downloaded convert_case v0.4.0
5072024-11-13T21:20:02.658Z Downloaded crc32fast v1.4.2
5082024-11-13T21:20:02.661Z Downloaded httpdate v1.0.3
5092024-11-13T21:20:02.661Z Downloaded indoc v1.0.9
5102024-11-13T21:20:02.665Z Downloaded idna_adapter v1.2.0
5112024-11-13T21:20:02.667Z Downloaded maplit v1.0.2
5122024-11-13T21:20:02.667Z Downloaded ipnetwork v0.20.0
5132024-11-13T21:20:02.673Z Downloaded lazy_static v1.5.0
5142024-11-13T21:20:02.676Z Downloaded const-oid v0.9.6
5152024-11-13T21:20:02.676Z Downloaded mime_guess v2.0.5
5162024-11-13T21:20:02.678Z Downloaded nanorand v0.7.0
5172024-11-13T21:20:02.681Z Downloaded quick-error v1.2.3
5182024-11-13T21:20:02.681Z Downloaded crossbeam-utils v0.8.20
5192024-11-13T21:20:02.685Z Downloaded jobserver v0.1.32
5202024-11-13T21:20:02.687Z Downloaded memmap2 v0.9.5
5212024-11-13T21:20:02.690Z Downloaded hmac v0.12.1
5222024-11-13T21:20:02.694Z Downloaded chacha20poly1305 v0.10.1
5232024-11-13T21:20:02.698Z Downloaded base64 v0.22.1
5242024-11-13T21:20:02.701Z Downloaded mockall_derive v0.13.0
5252024-11-13T21:20:02.705Z Downloaded cc v1.1.30
5262024-11-13T21:20:02.707Z Downloaded icu_locid v1.5.0
5272024-11-13T21:20:02.713Z Downloaded http-range v0.1.5
5282024-11-13T21:20:02.717Z Downloaded bitfield-struct v0.6.2
5292024-11-13T21:20:02.717Z Downloaded http-body v1.0.1
5302024-11-13T21:20:02.723Z Downloaded icu_normalizer v1.5.0
5312024-11-13T21:20:02.729Z Downloaded signature v2.2.0
5322024-11-13T21:20:02.729Z Downloaded scopeguard v1.2.0
5332024-11-13T21:20:02.729Z Downloaded cfg_aliases v0.1.1
5342024-11-13T21:20:02.735Z Downloaded hostname v0.3.1
5352024-11-13T21:20:02.735Z Downloaded cstr-argument v0.1.2
5362024-11-13T21:20:02.735Z Downloaded hubpack v0.1.2
5372024-11-13T21:20:02.735Z Downloaded async-stream v0.3.6
5382024-11-13T21:20:02.743Z Downloaded bb8 v0.8.5
5392024-11-13T21:20:02.743Z Downloaded base64ct v1.6.0
5402024-11-13T21:20:02.751Z Downloaded arrayref v0.3.9
5412024-11-13T21:20:02.751Z Downloaded hostname v0.4.0
5422024-11-13T21:20:02.751Z Downloaded is_ci v1.2.0
5432024-11-13T21:20:02.751Z Downloaded icu_provider_macros v1.5.0
5442024-11-13T21:20:02.751Z Downloaded home v0.5.9
5452024-11-13T21:20:02.751Z Downloaded aead v0.5.2
5462024-11-13T21:20:02.760Z Downloaded bitflags v1.3.2
5472024-11-13T21:20:02.760Z Downloaded strum_macros v0.25.3
5482024-11-13T21:20:02.761Z Downloaded cbc v0.1.2
5492024-11-13T21:20:02.777Z Downloaded highway v1.2.0
5502024-11-13T21:20:02.777Z Downloaded sqlformat v0.2.6
5512024-11-13T21:20:02.777Z Downloaded termtree v0.4.1
5522024-11-13T21:20:02.777Z Downloaded match_cfg v0.1.0
5532024-11-13T21:20:02.777Z Downloaded mirai-annotations v1.12.0
5542024-11-13T21:20:02.777Z Downloaded md5 v0.7.0
5552024-11-13T21:20:02.777Z Downloaded serde_urlencoded v0.7.1
5562024-11-13T21:20:02.794Z Downloaded tui-tree-widget v0.22.0
5572024-11-13T21:20:02.794Z Downloaded instability v0.3.2
5582024-11-13T21:20:02.794Z Downloaded crc-catalog v2.4.0
5592024-11-13T21:20:02.795Z Downloaded constant_time_eq v0.3.1
5602024-11-13T21:20:02.795Z Downloaded impl-trait-for-tuples v0.2.2
5612024-11-13T21:20:02.795Z Downloaded humantime v2.1.0
5622024-11-13T21:20:02.795Z Downloaded async-trait v0.1.83
5632024-11-13T21:20:02.812Z Downloaded is-terminal v0.4.13
5642024-11-13T21:20:02.812Z Downloaded rustc-demangle v0.1.24
5652024-11-13T21:20:02.812Z Downloaded slog-dtrace v0.3.0
5662024-11-13T21:20:02.812Z Downloaded rand_core v0.6.4
5672024-11-13T21:20:02.812Z Downloaded managed v0.8.0
5682024-11-13T21:20:02.812Z Downloaded rustc-hash v1.1.0
5692024-11-13T21:20:02.812Z Downloaded slog-bunyan v2.5.0
5702024-11-13T21:20:02.813Z Downloaded schemars_derive v0.8.21
5712024-11-13T21:20:02.813Z Downloaded try-lock v0.2.5
5722024-11-13T21:20:02.813Z Downloaded slog-async v2.8.0
5732024-11-13T21:20:02.813Z Downloaded maybe-uninit v2.0.0
5742024-11-13T21:20:02.819Z Downloaded atomic-waker v1.1.2
5752024-11-13T21:20:02.819Z Downloaded libm v0.2.8
5762024-11-13T21:20:02.819Z Downloaded tokio-macros v2.4.0
5772024-11-13T21:20:02.819Z Downloaded mime v0.3.17
5782024-11-13T21:20:02.823Z Downloaded unicode-xid v0.2.6
5792024-11-13T21:20:02.824Z Downloaded unicode-truncate v1.1.0
5802024-11-13T21:20:02.835Z Downloaded icu_locid_transform v1.5.0
5812024-11-13T21:20:02.835Z Downloaded foreign-types-shared v0.1.1
5822024-11-13T21:20:02.849Z Downloaded ipnet v2.10.1
5832024-11-13T21:20:02.850Z Downloaded utf8_iter v1.0.4
5842024-11-13T21:20:02.850Z Downloaded lock_api v0.4.12
5852024-11-13T21:20:02.850Z Downloaded normalize-line-endings v0.3.0
5862024-11-13T21:20:02.850Z Downloaded signal-hook-tokio v0.3.1
5872024-11-13T21:20:02.850Z Downloaded quinn-udp v0.5.5
5882024-11-13T21:20:02.850Z Downloaded uzers v0.12.1
5892024-11-13T21:20:02.850Z Downloaded openssl-macros v0.1.1
5902024-11-13T21:20:02.850Z Downloaded toml v0.7.8
5912024-11-13T21:20:02.864Z Downloaded zerovec-derive v0.10.3
5922024-11-13T21:20:02.865Z Downloaded oso-derive v0.27.3
5932024-11-13T21:20:02.865Z Downloaded display-error-chain v0.2.2
5942024-11-13T21:20:02.865Z Downloaded lru-cache v0.1.2
5952024-11-13T21:20:02.865Z Downloaded lru v0.12.5
5962024-11-13T21:20:02.865Z Downloaded sigpipe v0.1.3
5972024-11-13T21:20:02.866Z Downloaded serde-big-array v0.5.1
5982024-11-13T21:20:02.911Z Downloaded debug-ignore v1.0.5
5992024-11-13T21:20:02.911Z Downloaded defmt v0.3.8
6002024-11-13T21:20:02.911Z Downloaded ff v0.13.0
6012024-11-13T21:20:02.911Z Downloaded ed25519 v2.2.3
6022024-11-13T21:20:02.911Z Downloaded dyn-clone v1.0.17
6032024-11-13T21:20:02.911Z Downloaded futures-sink v0.3.31
6042024-11-13T21:20:02.911Z Downloaded crossbeam-epoch v0.9.18
6052024-11-13T21:20:02.944Z Downloaded indexmap v1.9.3
6062024-11-13T21:20:02.944Z Downloaded ghash v0.5.1
6072024-11-13T21:20:02.944Z Downloaded simd-adler32 v0.3.7
6082024-11-13T21:20:02.944Z Downloaded rustls-pemfile v2.2.0
6092024-11-13T21:20:02.944Z Downloaded itertools v0.10.5
6102024-11-13T21:20:02.945Z Downloaded vte_generate_state_changes v0.1.2
6112024-11-13T21:20:02.945Z Downloaded downcast v0.11.0
6122024-11-13T21:20:02.945Z Downloaded peg v0.8.4
6132024-11-13T21:20:02.945Z Downloaded write16 v1.0.0
6142024-11-13T21:20:02.945Z Downloaded ref-cast-impl v1.0.23
6152024-11-13T21:20:02.945Z Downloaded ref-cast v1.0.23
6162024-11-13T21:20:02.945Z Downloaded base64 v0.13.1
6172024-11-13T21:20:02.945Z Downloaded futures-channel v0.3.31
6182024-11-13T21:20:02.945Z Downloaded test-strategy v0.3.1
6192024-11-13T21:20:02.946Z Downloaded foreign-types v0.5.0
6202024-11-13T21:20:02.946Z Downloaded indicatif v0.17.8
6212024-11-13T21:20:02.946Z Downloaded num-conv v0.1.0
6222024-11-13T21:20:02.946Z Downloaded static_assertions v1.1.0
6232024-11-13T21:20:02.965Z Downloaded serde_repr v0.1.19
6242024-11-13T21:20:02.965Z Downloaded opaque-debug v0.3.1
6252024-11-13T21:20:02.966Z Downloaded termcolor v1.4.1
6262024-11-13T21:20:02.966Z Downloaded string_cache v0.8.7
6272024-11-13T21:20:02.966Z Downloaded stable_deref_trait v1.2.0
6282024-11-13T21:20:02.966Z Downloaded signal-hook-registry v1.4.2
6292024-11-13T21:20:02.966Z Downloaded precomputed-hash v0.1.1
6302024-11-13T21:20:02.966Z Downloaded libxml v0.3.3
6312024-11-13T21:20:02.966Z Downloaded untrusted v0.7.1
6322024-11-13T21:20:02.966Z Downloaded twox-hash v1.6.3
6332024-11-13T21:20:02.966Z Downloaded rusty-fork v0.3.0
6342024-11-13T21:20:02.966Z Downloaded writeable v0.5.5
6352024-11-13T21:20:02.966Z Downloaded wait-timeout v0.2.0
6362024-11-13T21:20:02.967Z Downloaded dirs-sys-next v0.1.2
6372024-11-13T21:20:02.967Z Downloaded poly1305 v0.8.0
6382024-11-13T21:20:03.023Z Downloaded futures-macro v0.3.31
6392024-11-13T21:20:03.023Z Downloaded snafu v0.8.5
6402024-11-13T21:20:03.023Z Downloaded tower-service v0.3.3
6412024-11-13T21:20:03.023Z Downloaded take_mut v0.2.2
6422024-11-13T21:20:03.023Z Downloaded hash32 v0.3.1
6432024-11-13T21:20:03.023Z Downloaded hash32 v0.2.1
6442024-11-13T21:20:03.023Z Downloaded serde_with_macros v3.11.0
6452024-11-13T21:20:03.024Z Downloaded const_format v0.2.33
6462024-11-13T21:20:03.096Z Downloaded compact_str v0.8.0
6472024-11-13T21:20:03.096Z Downloaded snafu-derive v0.8.5
6482024-11-13T21:20:03.096Z Downloaded zone_cfg_derive v0.3.0
6492024-11-13T21:20:03.096Z Downloaded predicates-tree v1.0.11
6502024-11-13T21:20:03.096Z Downloaded ppv-lite86 v0.2.20
6512024-11-13T21:20:03.096Z Downloaded tungstenite v0.21.0
6522024-11-13T21:20:03.096Z Downloaded newtype_derive v0.1.6
6532024-11-13T21:20:03.096Z Downloaded walkdir v2.5.0
6542024-11-13T21:20:03.096Z Downloaded peg-runtime v0.8.3
6552024-11-13T21:20:03.096Z Downloaded rustfmt-wrapper v0.2.1
6562024-11-13T21:20:03.096Z Downloaded pin-project v1.1.6
6572024-11-13T21:20:03.096Z Downloaded phf_shared v0.10.0
6582024-11-13T21:20:03.096Z Downloaded icu_collections v1.5.0
6592024-11-13T21:20:03.096Z Downloaded phf_generator v0.11.2
6602024-11-13T21:20:03.096Z Downloaded tinystr v0.7.6
6612024-11-13T21:20:03.096Z Downloaded tap v1.0.1
6622024-11-13T21:20:03.097Z Downloaded structmeta-derive v0.3.0
6632024-11-13T21:20:03.097Z Downloaded sqlparser_derive v0.2.2
6642024-11-13T21:20:03.097Z Downloaded untrusted v0.9.0
6652024-11-13T21:20:03.097Z Downloaded universal-hash v0.5.1
6662024-11-13T21:20:03.097Z Downloaded term v0.7.0
6672024-11-13T21:20:03.097Z Downloaded diesel-dtrace v0.3.0
6682024-11-13T21:20:03.097Z Downloaded zone v0.3.0
6692024-11-13T21:20:03.097Z Downloaded parking_lot_core v0.9.10
6702024-11-13T21:20:03.131Z Downloaded embedded-io v0.6.1
6712024-11-13T21:20:03.131Z Downloaded foreign-types v0.3.2
6722024-11-13T21:20:03.131Z Downloaded embedded-io v0.4.0
6732024-11-13T21:20:03.131Z Downloaded pem v3.0.4
6742024-11-13T21:20:03.131Z Downloaded pbkdf2 v0.11.0
6752024-11-13T21:20:03.131Z Downloaded nodrop v0.1.14
6762024-11-13T21:20:03.131Z Downloaded gethostname v0.5.0
6772024-11-13T21:20:03.131Z Downloaded parse-size v1.1.0
6782024-11-13T21:20:03.132Z Downloaded path-slash v0.1.5
6792024-11-13T21:20:03.132Z Downloaded spin v0.9.8
6802024-11-13T21:20:03.133Z Downloaded slog-scope v4.4.0
6812024-11-13T21:20:03.133Z Downloaded form_urlencoded v1.2.1
6822024-11-13T21:20:03.133Z Downloaded phf v0.11.2
6832024-11-13T21:20:03.133Z Downloaded typify v0.2.0
6842024-11-13T21:20:03.133Z Downloaded num-complex v0.4.6
6852024-11-13T21:20:03.133Z Downloaded phf_codegen v0.11.2
6862024-11-13T21:20:03.133Z Downloaded fatfs v0.3.6
6872024-11-13T21:20:03.133Z Downloaded salsa20 v0.10.2
6882024-11-13T21:20:03.133Z Downloaded rustc_version v0.4.1
6892024-11-13T21:20:03.134Z Downloaded sync_wrapper v1.0.1
6902024-11-13T21:20:03.134Z Downloaded tar v0.4.43
6912024-11-13T21:20:03.134Z Downloaded smf v0.2.3
6922024-11-13T21:20:03.134Z Downloaded zeroize_derive v1.4.2
6932024-11-13T21:20:03.134Z Downloaded heapless v0.7.17
6942024-11-13T21:20:03.134Z Downloaded toml_edit v0.19.15
6952024-11-13T21:20:03.147Z Downloaded ena v0.14.3
6962024-11-13T21:20:03.147Z Downloaded zerofrom-derive v0.1.4
6972024-11-13T21:20:03.147Z Downloaded utf16_iter v1.0.5
6982024-11-13T21:20:03.147Z Downloaded owo-colors v4.1.0
6992024-11-13T21:20:03.147Z Downloaded tungstenite v0.24.0
7002024-11-13T21:20:03.147Z Downloaded newline-converter v0.3.0
7012024-11-13T21:20:03.147Z Downloaded difflib v0.4.0
7022024-11-13T21:20:03.148Z Downloaded diesel_table_macro_syntax v0.2.0
7032024-11-13T21:20:03.148Z Downloaded packed_struct v0.10.1
7042024-11-13T21:20:03.169Z Downloaded dhcproto-macros v0.1.0
7052024-11-13T21:20:03.169Z Downloaded fragile v2.0.0
7062024-11-13T21:20:03.170Z Downloaded float-ord v0.3.2
7072024-11-13T21:20:03.170Z Downloaded signal-hook-mio v0.2.4
7082024-11-13T21:20:03.170Z Downloaded radium v0.7.0
7092024-11-13T21:20:03.170Z Downloaded primeorder v0.13.6
7102024-11-13T21:20:03.170Z Downloaded zeroize v1.8.1
7112024-11-13T21:20:03.170Z Downloaded funty v2.0.0
7122024-11-13T21:20:03.170Z Downloaded strum v0.26.3
7132024-11-13T21:20:03.170Z Downloaded subtle v2.6.1
7142024-11-13T21:20:03.171Z Downloaded semver v0.1.20
7152024-11-13T21:20:03.171Z Downloaded progenitor-client v0.8.0
7162024-11-13T21:20:03.171Z Downloaded pretty-hex v0.2.1
7172024-11-13T21:20:03.171Z Downloaded supports-color v3.0.1
7182024-11-13T21:20:03.198Z Downloaded serde_path_to_error v0.1.16
7192024-11-13T21:20:03.198Z Downloaded smallvec v1.13.2
7202024-11-13T21:20:03.198Z Downloaded half v2.4.1
7212024-11-13T21:20:03.198Z Downloaded rustls-pki-types v1.9.0
7222024-11-13T21:20:03.198Z Downloaded defmt-macros v0.3.9
7232024-11-13T21:20:03.198Z Downloaded endian-type v0.1.2
7242024-11-13T21:20:03.198Z Downloaded serde-hex v0.1.0
7252024-11-13T21:20:03.198Z Downloaded unsafe-libyaml v0.2.11
7262024-11-13T21:20:03.199Z Downloaded derive_builder v0.20.2
7272024-11-13T21:20:03.219Z Downloaded value-bag v1.9.0
7282024-11-13T21:20:03.219Z Downloaded icu_properties_data v1.5.0
7292024-11-13T21:20:03.219Z Downloaded scheduled-thread-pool v0.2.7
7302024-11-13T21:20:03.219Z Downloaded packed_struct_codegen v0.10.1
7312024-11-13T21:20:03.219Z Downloaded tracing-attributes v0.1.27
7322024-11-13T21:20:03.220Z Downloaded tokio-rustls v0.25.0
7332024-11-13T21:20:03.227Z Downloaded strum_macros v0.24.3
7342024-11-13T21:20:03.227Z Downloaded strip-ansi-escapes v0.2.0
7352024-11-13T21:20:03.227Z Downloaded progenitor v0.8.0
7362024-11-13T21:20:03.227Z Downloaded proc-macro-crate v1.3.1
7372024-11-13T21:20:03.227Z Downloaded tabwriter v1.4.0
7382024-11-13T21:20:03.227Z Downloaded structmeta v0.2.0
7392024-11-13T21:20:03.227Z Downloaded shlex v1.3.0
7402024-11-13T21:20:03.227Z Downloaded elliptic-curve v0.13.8
7412024-11-13T21:20:03.232Z Downloaded fxhash v0.2.1
7422024-11-13T21:20:03.233Z Downloaded toolchain_find v0.4.0
7432024-11-13T21:20:03.233Z Downloaded newtype-uuid v1.1.3
7442024-11-13T21:20:03.233Z Downloaded dropshot_endpoint v0.12.0
7452024-11-13T21:20:03.243Z Downloaded pkg-config v0.3.31
7462024-11-13T21:20:03.243Z Downloaded env_filter v0.1.2
7472024-11-13T21:20:03.249Z Downloaded zerofrom v0.1.4
7482024-11-13T21:20:03.249Z Downloaded derive-where v1.2.7
7492024-11-13T21:20:03.249Z Downloaded tokio-rustls v0.24.1
7502024-11-13T21:20:03.250Z Downloaded phf_shared v0.11.2
7512024-11-13T21:20:03.255Z Downloaded tinyvec v1.8.0
7522024-11-13T21:20:03.255Z Downloaded hashbrown v0.12.3
7532024-11-13T21:20:03.275Z Downloaded slab v0.4.9
7542024-11-13T21:20:03.275Z Downloaded rustc-hash v2.0.0
7552024-11-13T21:20:03.275Z Downloaded thread_local v1.1.8
7562024-11-13T21:20:03.293Z Downloaded synstructure v0.13.1
7572024-11-13T21:20:03.294Z Downloaded typed-path v0.9.3
7582024-11-13T21:20:03.294Z Downloaded utf-8 v0.7.6
7592024-11-13T21:20:03.294Z Downloaded russh-keys v0.45.0
7602024-11-13T21:20:03.294Z Downloaded glob v0.3.1
7612024-11-13T21:20:03.294Z Downloaded sec1 v0.7.3
7622024-11-13T21:20:03.294Z Downloaded futures v0.3.31
7632024-11-13T21:20:03.316Z Downloaded group v0.13.0
7642024-11-13T21:20:03.317Z Downloaded futures-task v0.3.31
7652024-11-13T21:20:03.317Z Downloaded unicase v2.7.0
7662024-11-13T21:20:03.317Z Downloaded thiserror-no-std v2.0.2
7672024-11-13T21:20:03.317Z Downloaded rand_chacha v0.3.1
7682024-11-13T21:20:03.317Z Downloaded diff v0.1.13
7692024-11-13T21:20:03.317Z Downloaded flume v0.11.1
7702024-11-13T21:20:03.317Z Downloaded itertools v0.13.0
7712024-11-13T21:20:03.322Z Downloaded number_prefix v0.4.0
7722024-11-13T21:20:03.322Z Downloaded pin-utils v0.1.0
7732024-11-13T21:20:03.322Z Downloaded num_enum v0.5.11
7742024-11-13T21:20:03.322Z Downloaded paste v1.0.15
7752024-11-13T21:20:03.322Z Downloaded dhcproto v0.12.0
7762024-11-13T21:20:03.326Z Downloaded xattr v1.3.1
7772024-11-13T21:20:03.326Z Downloaded wyz v0.5.1
7782024-11-13T21:20:03.329Z Downloaded vsss-rs v3.3.4
7792024-11-13T21:20:03.333Z Downloaded darling_macro v0.20.10
7802024-11-13T21:20:03.333Z Downloaded rustc_version v0.1.7
7812024-11-13T21:20:03.333Z Downloaded globset v0.4.15
7822024-11-13T21:20:03.336Z Downloaded prettyplease v0.2.25
7832024-11-13T21:20:03.342Z Downloaded password-hash v0.4.2
7842024-11-13T21:20:03.342Z Downloaded futures-core v0.3.31
7852024-11-13T21:20:03.345Z Downloaded russh-cryptovec v0.7.3
7862024-11-13T21:20:03.345Z Downloaded tracing v0.1.40
7872024-11-13T21:20:03.349Z Downloaded num_threads v0.1.7
7882024-11-13T21:20:03.353Z Downloaded sct v0.7.1
7892024-11-13T21:20:03.357Z Downloaded yoke-derive v0.7.4
7902024-11-13T21:20:03.357Z Downloaded tracing-core v0.1.32
7912024-11-13T21:20:03.361Z Downloaded rpassword v7.3.1
7922024-11-13T21:20:03.361Z Downloaded num-rational v0.4.2
7932024-11-13T21:20:03.364Z Downloaded deranged v0.3.11
7942024-11-13T21:20:03.364Z Downloaded shell-words v1.1.0
7952024-11-13T21:20:03.368Z Downloaded same-file v1.0.6
7962024-11-13T21:20:03.368Z Downloaded idna v0.4.0
7972024-11-13T21:20:03.374Z Downloaded fallible-iterator v0.3.0
7982024-11-13T21:20:03.378Z Downloaded olpc-cjson v0.1.4
7992024-11-13T21:20:03.378Z Downloaded vergen v8.3.2
8002024-11-13T21:20:03.385Z Downloaded num-bigint-dig v0.8.4
8012024-11-13T21:20:03.392Z Downloaded resolv-conf v0.7.0
8022024-11-13T21:20:03.392Z Downloaded num_enum_derive v0.5.11
8032024-11-13T21:20:03.400Z Downloaded tiny-keccak v2.0.2
8042024-11-13T21:20:03.400Z Downloaded parse-display-derive v0.10.0
8052024-11-13T21:20:03.400Z Downloaded flagset v0.4.6
8062024-11-13T21:20:03.401Z Downloaded num v0.4.3
8072024-11-13T21:20:03.401Z Downloaded slog-envlogger v2.2.0
8082024-11-13T21:20:03.409Z Downloaded siphasher v0.3.11
8092024-11-13T21:20:03.409Z Downloaded hickory-resolver v0.24.1
8102024-11-13T21:20:03.414Z Downloaded der_derive v0.7.3
8112024-11-13T21:20:03.414Z Downloaded zone v0.1.8
8122024-11-13T21:20:03.414Z Downloaded secrecy v0.8.0
8132024-11-13T21:20:03.414Z Downloaded expectorate v1.1.0
8142024-11-13T21:20:03.415Z Downloaded parking_lot v0.11.2
8152024-11-13T21:20:03.420Z Downloaded parse-zoneinfo v0.3.1
8162024-11-13T21:20:03.420Z Downloaded password-hash v0.5.0
8172024-11-13T21:20:03.426Z Downloaded env_logger v0.10.2
8182024-11-13T21:20:03.426Z Downloaded qorb v0.2.0
8192024-11-13T21:20:03.431Z Downloaded tokio-rustls v0.26.0
8202024-11-13T21:20:03.431Z Downloaded rand_seeder v0.3.0
8212024-11-13T21:20:03.436Z Downloaded tokio-tungstenite v0.21.0
8222024-11-13T21:20:03.436Z Downloaded time-macros v0.2.18
8232024-11-13T21:20:03.441Z Downloaded parking_lot v0.12.3
8242024-11-13T21:20:03.442Z Downloaded url v2.5.3
8252024-11-13T21:20:03.453Z Downloaded hickory-server v0.24.1
8262024-11-13T21:20:03.457Z Downloaded tokio-tungstenite v0.23.1
8272024-11-13T21:20:03.457Z Downloaded ron v0.7.1
8282024-11-13T21:20:03.462Z Downloaded num-traits v0.2.19
8292024-11-13T21:20:03.463Z Downloaded zerocopy v0.6.6
8302024-11-13T21:20:03.471Z Downloaded num-derive v0.4.2
8312024-11-13T21:20:03.471Z Downloaded rustyline v14.0.0
8322024-11-13T21:20:03.477Z Downloaded slog v2.7.0
8332024-11-13T21:20:03.482Z Downloaded vte v0.11.1
8342024-11-13T21:20:03.482Z Downloaded bitvec v1.0.1
8352024-11-13T21:20:03.496Z Downloaded samael v0.0.17
8362024-11-13T21:20:03.501Z Downloaded curve25519-dalek v4.1.3
8372024-11-13T21:20:03.514Z Downloaded rand v0.8.5
8382024-11-13T21:20:03.519Z Downloaded hashbrown v0.14.5
8392024-11-13T21:20:03.526Z Downloaded proptest v1.5.0
8402024-11-13T21:20:03.539Z Downloaded rusqlite v0.32.1
8412024-11-13T21:20:03.544Z Downloaded darling_core v0.20.10
8422024-11-13T21:20:03.544Z Downloaded heapless v0.8.0
8432024-11-13T21:20:03.548Z Downloaded h2 v0.4.6
8442024-11-13T21:20:03.562Z Downloaded num-bigint v0.4.6
8452024-11-13T21:20:03.570Z Downloaded time v0.3.36
8462024-11-13T21:20:03.573Z Downloaded zip v2.1.3
8472024-11-13T21:20:03.573Z Downloaded rustls-webpki v0.102.8
8482024-11-13T21:20:03.595Z Downloaded rustls-webpki v0.101.7
8492024-11-13T21:20:03.611Z Downloaded x509-cert v0.2.5
8502024-11-13T21:20:03.617Z Downloaded idna v0.5.0
8512024-11-13T21:20:03.624Z Downloaded russh v0.45.0
8522024-11-13T21:20:03.629Z Downloaded zerovec v0.10.4
8532024-11-13T21:20:03.638Z Downloaded quinn-proto v0.11.8
8542024-11-13T21:20:03.644Z Downloaded futures-util v0.3.31
8552024-11-13T21:20:03.657Z Downloaded trust-dns-proto v0.22.0
8562024-11-13T21:20:03.671Z Downloaded vcpkg v0.2.15
8572024-11-13T21:20:03.710Z Downloaded quick-xml v0.33.0
8582024-11-13T21:20:03.716Z Downloaded gimli v0.31.1
8592024-11-13T21:20:03.726Z Downloaded p384 v0.13.0
8602024-11-13T21:20:03.732Z Downloaded regress v0.10.1
8612024-11-13T21:20:03.744Z Downloaded rustls v0.21.12
8622024-11-13T21:20:03.755Z Downloaded object v0.36.5
8632024-11-13T21:20:03.768Z Downloaded git2 v0.19.0
8642024-11-13T21:20:03.780Z Downloaded dropshot v0.12.0
8652024-11-13T21:20:03.802Z Downloaded smoltcp v0.9.1
8662024-11-13T21:20:03.810Z Downloaded rustls v0.23.14
8672024-11-13T21:20:03.824Z Downloaded object v0.30.4
8682024-11-13T21:20:03.833Z Downloaded regex-syntax v0.6.29
8692024-11-13T21:20:03.841Z Downloaded hickory-proto v0.24.1
8702024-11-13T21:20:03.858Z Downloaded openapiv3 v2.0.0
8712024-11-13T21:20:03.872Z Downloaded polar-core v0.27.3
8722024-11-13T21:20:03.880Z Downloaded diesel v2.2.4
8732024-11-13T21:20:03.902Z Downloaded nix v0.29.0
8742024-11-13T21:20:03.912Z Downloaded rustls v0.22.4
8752024-11-13T21:20:03.926Z Downloaded dropshot v0.13.0
8762024-11-13T21:20:03.952Z Downloaded regex-syntax v0.8.5
8772024-11-13T21:20:03.957Z Downloaded zerocopy-derive v0.6.6
8782024-11-13T21:20:03.969Z Downloaded typify-impl v0.2.0
8792024-11-13T21:20:03.983Z Downloaded ratatui v0.28.1
8802024-11-13T21:20:04.002Z Downloaded nix v0.28.0
8812024-11-13T21:20:04.014Z Downloaded bzip2-sys v0.1.11+1.0.8
8822024-11-13T21:20:04.028Z Downloaded sled v0.34.7
8832024-11-13T21:20:04.038Z Downloaded nix v0.27.1
8842024-11-13T21:20:04.049Z Downloaded regex-automata v0.4.8
8852024-11-13T21:20:04.067Z Downloaded regress v0.9.1
8862024-11-13T21:20:04.075Z Downloaded chrono-tz v0.10.0
8872024-11-13T21:20:04.083Z Downloaded lzma-sys v0.1.20
8882024-11-13T21:20:04.113Z Downloaded smoltcp v0.11.0
8892024-11-13T21:20:04.125Z Downloaded bstr v1.10.0
8902024-11-13T21:20:04.145Z Downloaded petgraph v0.6.5
8912024-11-13T21:20:04.153Z Downloaded radix_trie v0.2.1
8922024-11-13T21:20:04.158Z Downloaded regex v1.11.1
8932024-11-13T21:20:04.172Z Downloaded openssl v0.10.68
8942024-11-13T21:20:04.181Z Downloaded csv v1.3.0
8952024-11-13T21:20:04.201Z Downloaded tokio v1.40.0
8962024-11-13T21:20:04.238Z Downloaded libz-sys v1.1.20
8972024-11-13T21:20:04.259Z Downloaded sqlparser v0.45.0
8982024-11-13T21:20:04.264Z Downloaded idna v0.2.3
8992024-11-13T21:20:04.271Z Downloaded portable-atomic v1.9.0
9002024-11-13T21:20:04.278Z Downloaded webpki-roots v0.26.6
9012024-11-13T21:20:04.282Z Downloaded rayon v1.10.0
9022024-11-13T21:20:04.292Z Downloaded idna v0.3.0
9032024-11-13T21:20:04.300Z Downloaded p521 v0.13.3
9042024-11-13T21:20:04.303Z Downloaded der v0.7.9
9052024-11-13T21:20:04.307Z Downloaded tough v0.19.0
9062024-11-13T21:20:04.316Z Downloaded headers v0.4.0
9072024-11-13T21:20:04.321Z Downloaded sha3 v0.10.8
9082024-11-13T21:20:04.325Z Downloaded tokio-postgres v0.7.12
9092024-11-13T21:20:04.331Z Downloaded chrono v0.4.38
9102024-11-13T21:20:04.338Z Downloaded ron v0.8.1
9112024-11-13T21:20:04.343Z Downloaded schemars v0.8.21
9122024-11-13T21:20:04.355Z Downloaded bindgen v0.69.5
9132024-11-13T21:20:04.362Z Downloaded winnow v0.5.40
9142024-11-13T21:20:04.371Z Downloaded pkcs5 v0.7.1
9152024-11-13T21:20:04.374Z Downloaded quinn v0.11.5
9162024-11-13T21:20:04.378Z Downloaded unicode-normalization v0.1.24
9172024-11-13T21:20:04.383Z Downloaded flate2 v1.0.34
9182024-11-13T21:20:04.391Z Downloaded ssh-key v0.6.6
9192024-11-13T21:20:04.396Z Downloaded yoke v0.7.4
9202024-11-13T21:20:04.396Z Downloaded pkcs1 v0.7.5
9212024-11-13T21:20:04.399Z Downloaded hashlink v0.9.1
9222024-11-13T21:20:04.405Z Downloaded fixedbitset v0.4.2
9232024-11-13T21:20:04.405Z Downloaded defmt-parser v0.3.4
9242024-11-13T21:20:04.405Z Downloaded omicron-zone-package v0.11.1
9252024-11-13T21:20:04.407Z Downloaded unicode-segmentation v1.12.0
9262024-11-13T21:20:04.410Z Downloaded reqwest v0.12.9
9272024-11-13T21:20:04.418Z Downloaded aws-lc-rs v1.10.0
9282024-11-13T21:20:04.426Z Downloaded rfc6979 v0.4.0
9292024-11-13T21:20:04.429Z Downloaded yasna v0.5.2
9302024-11-13T21:20:04.431Z Downloaded pin-project-lite v0.2.14
9312024-11-13T21:20:04.434Z Downloaded fallible-iterator v0.2.0
9322024-11-13T21:20:04.437Z Downloaded env_logger v0.11.5
9332024-11-13T21:20:04.440Z Downloaded tungstenite v0.23.0
9342024-11-13T21:20:04.443Z Downloaded blake3 v1.5.4
9352024-11-13T21:20:04.449Z Downloaded tokio-util v0.7.12
9362024-11-13T21:20:04.456Z Downloaded reedline v0.35.0
9372024-11-13T21:20:04.464Z Downloaded termios v0.3.3
9382024-11-13T21:20:04.466Z Downloaded progenitor-impl v0.8.0
9392024-11-13T21:20:04.469Z Downloaded serde_with v3.11.0
9402024-11-13T21:20:04.476Z Downloaded idna v1.0.3
9412024-11-13T21:20:04.479Z Downloaded topological-sort v0.2.2
9422024-11-13T21:20:04.482Z Downloaded nu-ansi-term v0.50.1
9432024-11-13T21:20:04.485Z Downloaded hickory-client v0.24.1
9442024-11-13T21:20:04.487Z Downloaded smallvec v0.6.14
9452024-11-13T21:20:04.490Z Downloaded slog-term v2.9.1
9462024-11-13T21:20:04.493Z Downloaded encoding_rs v0.8.34
9472024-11-13T21:20:04.513Z Downloaded serde_yaml v0.9.34+deprecated
9482024-11-13T21:20:04.516Z Downloaded nom v7.1.3
9492024-11-13T21:20:04.522Z Downloaded rsa v0.9.6
9502024-11-13T21:20:04.526Z Downloaded hashbrown v0.13.2
9512024-11-13T21:20:04.530Z Downloaded rand_xorshift v0.3.0
9522024-11-13T21:20:04.533Z Downloaded unicode_categories v0.1.1
9532024-11-13T21:20:04.535Z Downloaded itertools v0.12.1
9542024-11-13T21:20:04.540Z Downloaded time-core v0.1.2
9552024-11-13T21:20:04.542Z Downloaded derive_builder_core v0.20.2
9562024-11-13T21:20:04.545Z Downloaded enum-as-inner v0.6.1
9572024-11-13T21:20:04.545Z Downloaded enum-as-inner v0.5.1
9582024-11-13T21:20:04.548Z Downloaded ssh-encoding v0.2.0
9592024-11-13T21:20:04.548Z Downloaded ssh-cipher v0.2.0
9602024-11-13T21:20:04.550Z Downloaded slog-stdlog v4.1.1
9612024-11-13T21:20:04.550Z Downloaded tokio-stream v0.1.16
9622024-11-13T21:20:04.555Z Downloaded p256 v0.13.2
9632024-11-13T21:20:04.558Z Downloaded hex v0.4.3
9642024-11-13T21:20:04.562Z Downloaded heck v0.3.3
9652024-11-13T21:20:04.562Z Downloaded unicode-bidi v0.3.17
9662024-11-13T21:20:04.566Z Downloaded libgit2-sys v0.17.0+1.8.1
9672024-11-13T21:20:04.623Z Downloaded serde_derive_internals v0.29.1
9682024-11-13T21:20:04.625Z Downloaded pkcs8 v0.10.2
9692024-11-13T21:20:04.627Z Downloaded lalrpop v0.19.12
9702024-11-13T21:20:04.638Z Downloaded hkdf v0.12.4
9712024-11-13T21:20:04.640Z Downloaded aes-gcm v0.10.3
9722024-11-13T21:20:04.644Z Downloaded foldhash v0.1.3
9732024-11-13T21:20:04.647Z Downloaded socket2 v0.5.7
9742024-11-13T21:20:04.647Z Downloaded signal-hook v0.3.17
9752024-11-13T21:20:04.652Z Downloaded crossterm v0.28.1
9762024-11-13T21:20:04.656Z Downloaded unarray v0.1.4
9772024-11-13T21:20:04.660Z Downloaded typify-macro v0.2.0
9782024-11-13T21:20:04.662Z Downloaded fs_extra v1.3.0
9792024-11-13T21:20:04.662Z Downloaded zopfli v0.8.1
9802024-11-13T21:20:04.665Z Downloaded dropshot_endpoint v0.13.0
9812024-11-13T21:20:04.668Z Downloaded unicode-properties v0.1.3
9822024-11-13T21:20:04.671Z Downloaded stringprep v0.1.5
9832024-11-13T21:20:04.671Z Downloaded r2d2 v0.8.10
9842024-11-13T21:20:04.673Z Downloaded float-cmp v0.9.0
9852024-11-13T21:20:04.676Z Downloaded salty v0.3.0
9862024-11-13T21:20:04.681Z Downloaded crossbeam-channel v0.5.13
9872024-11-13T21:20:04.686Z Downloaded publicsuffix v2.2.3
9882024-11-13T21:20:04.689Z Downloaded ed25519-dalek v2.1.1
9892024-11-13T21:20:04.691Z Downloaded steno v0.4.1
9902024-11-13T21:20:04.695Z Downloaded postgres-types v0.2.8
9912024-11-13T21:20:04.697Z Downloaded postgres-protocol v0.6.7
9922024-11-13T21:20:04.700Z Downloaded derive_more v0.99.18
9932024-11-13T21:20:04.704Z Downloaded whoami v1.5.2
9942024-11-13T21:20:04.706Z Downloaded openssl-sys v0.9.104
9952024-11-13T21:20:04.711Z Downloaded minimal-lexical v0.2.1
9962024-11-13T21:20:04.715Z Downloaded dunce v1.0.5
9972024-11-13T21:20:04.718Z Downloaded dsl_auto_type v0.1.2
9982024-11-13T21:20:04.718Z Downloaded postcard v1.0.10
9992024-11-13T21:20:04.720Z Downloaded pem-rfc7468 v0.7.0
10002024-11-13T21:20:04.723Z Downloaded parking_lot_core v0.8.6
10012024-11-13T21:20:04.725Z Downloaded oso v0.27.3
10022024-11-13T21:20:04.728Z Downloaded similar v2.6.0
10032024-11-13T21:20:04.732Z Downloaded crypto-bigint v0.5.5
10042024-11-13T21:20:04.739Z Downloaded structmeta-derive v0.2.0
10052024-11-13T21:20:04.742Z Downloaded spin v0.5.2
10062024-11-13T21:20:04.742Z Downloaded slog-json v2.6.1
10072024-11-13T21:20:04.744Z Downloaded sha1 v0.10.6
10082024-11-13T21:20:04.748Z Downloaded diesel_derives v2.2.3
10092024-11-13T21:20:04.751Z Downloaded rtoolbox v0.0.2
10102024-11-13T21:20:04.751Z Downloaded foreign-types-shared v0.3.1
10112024-11-13T21:20:04.751Z Downloaded serde_plain v1.0.2
10122024-11-13T21:20:04.754Z Downloaded tokio-tungstenite v0.24.0
10132024-11-13T21:20:04.754Z Downloaded powerfmt v0.2.0
10142024-11-13T21:20:04.757Z Downloaded percent-encoding v2.3.1
10152024-11-13T21:20:04.757Z Downloaded parse-display v0.10.0
10162024-11-13T21:20:04.757Z Downloaded zone_cfg_derive v0.1.2
10172024-11-13T21:20:04.759Z Downloaded futures-io v0.3.31
10182024-11-13T21:20:04.759Z Downloaded foreign-types-macros v0.2.3
10192024-11-13T21:20:04.759Z Downloaded fallible-streaming-iterator v0.1.9
10202024-11-13T21:20:04.762Z Downloaded dirs-next v2.0.0
10212024-11-13T21:20:04.762Z Downloaded progenitor-macro v0.8.0
10222024-11-13T21:20:04.762Z Downloaded ecdsa v0.16.9
10232024-11-13T21:20:04.764Z Downloaded zip v0.6.6
10242024-11-13T21:20:04.768Z Downloaded bumpalo v3.16.0
10252024-11-13T21:20:04.771Z Downloaded tinyvec_macros v0.1.1
10262024-11-13T21:20:04.773Z Downloaded backtrace v0.3.74
10272024-11-13T21:20:04.776Z Downloaded futures-executor v0.3.31
10282024-11-13T21:20:04.779Z Downloaded miniz_oxide v0.8.0
10292024-11-13T21:20:04.781Z Downloaded uuid v1.11.0
10302024-11-13T21:20:04.784Z Downloaded base64 v0.21.7
10312024-11-13T21:20:04.788Z Downloaded tokio-native-tls v0.3.1
10322024-11-13T21:20:04.791Z Downloaded tls_codec v0.4.1
10332024-11-13T21:20:04.791Z Downloaded peg-macros v0.8.4
10342024-11-13T21:20:04.794Z Downloaded subprocess v0.2.9
10352024-11-13T21:20:04.797Z Downloaded getrandom v0.2.15
10362024-11-13T21:20:04.800Z Downloaded rayon-core v1.12.1
10372024-11-13T21:20:04.802Z Downloaded rustversion v1.0.17
10382024-11-13T21:20:04.805Z Downloaded psl-types v2.0.11
10392024-11-13T21:20:04.807Z Downloaded strum_macros v0.26.4
10402024-11-13T21:20:04.810Z Downloaded icu_properties v1.5.1
10412024-11-13T21:20:04.812Z Downloaded ciborium v0.2.2
10422024-11-13T21:20:04.815Z Downloaded icu_provider v1.5.0
10432024-11-13T21:20:04.817Z Downloaded rcgen v0.12.1
10442024-11-13T21:20:04.821Z Downloaded hyper v1.5.0
10452024-11-13T21:20:04.827Z Downloaded arc-swap v1.7.1
10462024-11-13T21:20:04.831Z Downloaded displaydoc v0.2.5
10472024-11-13T21:20:04.833Z Downloaded des v0.8.1
10482024-11-13T21:20:04.837Z Downloaded want v0.3.1
10492024-11-13T21:20:04.837Z Downloaded predicates-core v1.0.8
10502024-11-13T21:20:04.840Z Downloaded predicates v3.1.2
10512024-11-13T21:20:04.840Z Downloaded polyval v0.6.2
10522024-11-13T21:20:04.843Z Downloaded pbkdf2 v0.12.2
10532024-11-13T21:20:04.843Z Downloaded derive_builder_macro v0.20.2
10542024-11-13T21:20:04.843Z Downloaded waitgroup v0.1.2
10552024-11-13T21:20:04.845Z Downloaded blake2 v0.10.6
10562024-11-13T21:20:04.848Z Downloaded pin-project-internal v1.1.6
10572024-11-13T21:20:04.848Z Downloaded openssl-probe v0.1.5
10582024-11-13T21:20:04.851Z Downloaded num-iter v0.1.45
10592024-11-13T21:20:04.851Z Downloaded num-integer v0.1.46
10602024-11-13T21:20:04.851Z Downloaded nibble_vec v0.1.0
10612024-11-13T21:20:04.854Z Downloaded thiserror-impl-no-std v2.0.2
10622024-11-13T21:20:04.854Z Downloaded icu_locid_transform_data v1.5.0
10632024-11-13T21:20:04.857Z Downloaded allocator-api2 v0.2.18
10642024-11-13T21:20:04.860Z Downloaded crc-any v2.5.0
10652024-11-13T21:20:04.862Z Downloaded csv-core v0.1.11
10662024-11-13T21:20:04.865Z Downloaded cookie v0.18.1
10672024-11-13T21:20:04.865Z Downloaded fd-lock v4.0.2
10682024-11-13T21:20:04.868Z Downloaded data-encoding v2.6.0
10692024-11-13T21:20:04.871Z Downloaded icu_normalizer_data v1.5.0
10702024-11-13T21:20:04.871Z Downloaded native-tls v0.2.12
10712024-11-13T21:20:04.874Z Downloaded multer v3.1.0
10722024-11-13T21:20:04.877Z Downloaded tls_codec_derive v0.4.1
10732024-11-13T21:20:04.877Z Downloaded filetime v0.2.25
10742024-11-13T21:20:04.880Z Downloaded either v1.13.0
10752024-11-13T21:20:04.880Z Downloaded xz2 v0.1.7
10762024-11-13T21:20:04.884Z Downloaded which v4.4.2
10772024-11-13T21:20:04.886Z Downloaded libsw v3.3.1
10782024-11-13T21:20:04.886Z Downloaded litemap v0.7.3
10792024-11-13T21:20:04.889Z Downloaded spki v0.7.3
10802024-11-13T21:20:04.892Z Downloaded aes v0.8.4
10812024-11-13T21:20:04.895Z Downloaded scrypt v0.11.0
10822024-11-13T21:20:04.895Z Downloaded lalrpop-util v0.19.12
10832024-11-13T21:20:04.897Z Downloaded libloading v0.8.5
10842024-11-13T21:20:04.897Z Downloaded hyper-rustls v0.27.3
10852024-11-13T21:20:04.900Z Downloaded async-bb8-diesel v0.2.1
10862024-11-13T21:20:04.902Z Downloaded iana-time-zone v0.1.61
10872024-11-13T21:20:04.905Z Downloaded cookie_store v0.21.0
10882024-11-13T21:20:04.907Z Downloaded ahash v0.8.11
10892024-11-13T21:20:04.910Z Downloaded multimap v0.10.0
10902024-11-13T21:20:04.913Z Downloaded mockall v0.13.0
10912024-11-13T21:20:04.913Z Downloaded mio v1.0.2
10922024-11-13T21:20:04.918Z Downloaded memoffset v0.9.1
10932024-11-13T21:20:04.920Z Downloaded linear-map v1.2.0
10942024-11-13T21:20:04.923Z Downloaded lazycell v1.3.0
10952024-11-13T21:20:04.923Z Downloaded console v0.15.8
10962024-11-13T21:20:04.925Z Downloaded cancel-safe-futures v0.1.5
10972024-11-13T21:20:04.928Z Downloaded bcs v0.1.6
10982024-11-13T21:20:04.932Z Downloaded libefi-sys v0.1.0
10992024-11-13T21:20:04.932Z Downloaded hyper-tls v0.6.0
11002024-11-13T21:20:04.934Z Downloaded kstat-rs v0.2.4
11012024-11-13T21:20:04.937Z Downloaded keccak v0.1.5
11022024-11-13T21:20:04.940Z Downloaded arrayvec v0.7.6
11032024-11-13T21:20:04.940Z Downloaded internet-checksum v0.2.1
11042024-11-13T21:20:04.942Z Downloaded inout v0.1.3
11052024-11-13T21:20:04.942Z Downloaded hex-literal v0.4.1
11062024-11-13T21:20:04.947Z Downloaded aho-corasick v1.1.3
11072024-11-13T21:20:04.949Z Downloaded curve25519-dalek-derive v0.1.1
11082024-11-13T21:20:04.952Z Downloaded ctr v0.9.2
11092024-11-13T21:20:04.954Z Downloaded cmake v0.1.51
11102024-11-13T21:20:04.954Z Downloaded blowfish v0.9.1
11112024-11-13T21:20:04.957Z Downloaded cexpr v0.6.0
11122024-11-13T21:20:04.957Z Downloaded castaway v0.2.3
11132024-11-13T21:20:04.960Z Downloaded assert_matches v1.5.0
11142024-11-13T21:20:04.960Z Downloaded backoff v0.4.0
11152024-11-13T21:20:04.963Z Downloaded rustls-pemfile v1.0.4
11162024-11-13T21:20:04.966Z Downloaded matches v0.1.10
11172024-11-13T21:20:04.966Z Downloaded httparse v1.9.5
11182024-11-13T21:20:04.969Z Downloaded cobs v0.2.3
11192024-11-13T21:20:04.971Z Downloaded cipher v0.4.4
11202024-11-13T21:20:04.974Z Downloaded chacha20 v0.9.1
11212024-11-13T21:20:04.976Z Downloaded buf-list v1.0.3
11222024-11-13T21:20:04.980Z Downloaded block-padding v0.3.3
11232024-11-13T21:20:04.982Z Downloaded ring v0.17.8
11242024-11-13T21:20:05.051Z Downloaded structmeta v0.3.0
11252024-11-13T21:20:05.054Z Downloaded bit-vec v0.6.3
11262024-11-13T21:20:05.054Z Downloaded crucible-workspace-hack v0.1.0
11272024-11-13T21:20:05.057Z Downloaded ciborium-io v0.2.2
11282024-11-13T21:20:05.057Z Downloaded hyper-util v0.1.10
11292024-11-13T21:20:05.059Z Downloaded atty v0.2.14
11302024-11-13T21:20:05.062Z Downloaded hyper-staticfile v0.10.1
11312024-11-13T21:20:05.065Z Downloaded bytes v1.7.2
11322024-11-13T21:20:05.069Z Downloaded md-5 v0.10.6
11332024-11-13T21:20:05.069Z Downloaded lockfree-object-pool v0.1.6
11342024-11-13T21:20:05.071Z Downloaded http v1.1.0
11352024-11-13T21:20:05.074Z Downloaded linked-hash-map v0.5.6
11362024-11-13T21:20:05.077Z Downloaded clang-sys v1.8.1
11372024-11-13T21:20:05.077Z Downloaded argon2 v0.5.3
11382024-11-13T21:20:05.080Z Downloaded const_format_proc_macros v0.2.33
11392024-11-13T21:20:05.083Z Downloaded adler2 v2.0.0
11402024-11-13T21:20:05.083Z Downloaded indent_write v2.2.0
11412024-11-13T21:20:05.090Z Downloaded bzip2 v0.4.4
11422024-11-13T21:20:05.090Z Downloaded ciborium-ll v0.2.2
11432024-11-13T21:20:05.090Z Downloaded chrono-tz-build v0.4.0
11442024-11-13T21:20:05.090Z Downloaded instant v0.1.13
11452024-11-13T21:20:05.093Z Downloaded crossbeam-deque v0.8.5
11462024-11-13T21:20:05.093Z Downloaded colored v2.1.0
11472024-11-13T21:20:05.093Z Downloaded base16ct v0.2.0
11482024-11-13T21:20:05.093Z Downloaded cassowary v0.3.0
11492024-11-13T21:20:05.096Z Downloaded async-recursion v1.1.1
11502024-11-13T21:20:05.099Z Downloaded array-init v0.0.4
11512024-11-13T21:20:05.100Z Downloaded bit-set v0.5.3
11522024-11-13T21:20:05.158Z Downloaded ring v0.16.20
11532024-11-13T21:20:05.242Z Downloaded libsqlite3-sys v0.30.1
11542024-11-13T21:20:05.489Z Downloaded aws-lc-sys v0.22.0
11552024-11-13T21:20:05.758Z Compiling serde v1.0.215
11562024-11-13T21:20:05.767Z Compiling lock_api v0.4.12
11572024-11-13T21:20:05.767Z Compiling scopeguard v1.2.0
11582024-11-13T21:20:05.768Z Compiling value-bag v1.9.0
11592024-11-13T21:20:05.768Z Compiling typenum v1.17.0
11602024-11-13T21:20:05.769Z Compiling generic-array v0.14.7
11612024-11-13T21:20:05.916Z Compiling syn v2.0.87
11622024-11-13T21:20:05.927Z Compiling getrandom v0.2.15
11632024-11-13T21:20:06.052Z Compiling subtle v2.6.1
11642024-11-13T21:20:06.220Z Compiling rand_core v0.6.4
11652024-11-13T21:20:06.340Z Compiling log v0.4.22
11662024-11-13T21:20:06.462Z Compiling shlex v1.3.0
11672024-11-13T21:20:06.505Z Compiling jobserver v0.1.32
11682024-11-13T21:20:06.508Z Compiling const-oid v0.9.6
11692024-11-13T21:20:06.860Z Compiling smallvec v1.13.2
11702024-11-13T21:20:06.881Z Compiling spin v0.9.8
11712024-11-13T21:20:07.016Z Compiling cc v1.1.30
11722024-11-13T21:20:07.297Z Compiling pin-project-lite v0.2.14
11732024-11-13T21:20:07.338Z Compiling rustix v0.38.37
11742024-11-13T21:20:07.341Z Compiling parking_lot_core v0.9.10
11752024-11-13T21:20:07.434Z Compiling futures-core v0.3.31
11762024-11-13T21:20:07.609Z Compiling signal-hook-registry v1.4.2
11772024-11-13T21:20:07.707Z Compiling mio v1.0.2
11782024-11-13T21:20:08.313Z Compiling parking_lot v0.12.3
11792024-11-13T21:20:08.517Z Compiling aho-corasick v1.1.3
11802024-11-13T21:20:08.536Z Compiling regex-syntax v0.8.5
11812024-11-13T21:20:08.649Z Compiling either v1.13.0
11822024-11-13T21:20:08.902Z Compiling cpufeatures v0.2.14
11832024-11-13T21:20:09.022Z Compiling lazy_static v1.5.0
11842024-11-13T21:20:09.067Z Compiling glob v0.3.1
11852024-11-13T21:20:09.177Z Compiling stable_deref_trait v1.2.0
11862024-11-13T21:20:09.204Z Compiling futures-sink v0.3.31
11872024-11-13T21:20:09.313Z Compiling socket2 v0.5.7
11882024-11-13T21:20:09.414Z Compiling slab v0.4.9
11892024-11-13T21:20:09.443Z Compiling prettyplease v0.2.25
11902024-11-13T21:20:09.736Z Compiling minimal-lexical v0.2.1
11912024-11-13T21:20:10.046Z Compiling clang-sys v1.8.1
11922024-11-13T21:20:10.120Z Compiling libloading v0.8.5
11932024-11-13T21:20:10.269Z Compiling nom v7.1.3
11942024-11-13T21:20:10.300Z Compiling bindgen v0.69.5
11952024-11-13T21:20:10.539Z Compiling serde_json v1.0.132
11962024-11-13T21:20:10.769Z Compiling home v0.5.9
11972024-11-13T21:20:11.032Z Compiling futures-channel v0.3.31
11982024-11-13T21:20:11.103Z Compiling itertools v0.12.1
11992024-11-13T21:20:11.453Z Compiling futures-task v0.3.31
12002024-11-13T21:20:11.584Z Compiling pin-utils v0.1.0
12012024-11-13T21:20:11.693Z Compiling allocator-api2 v0.2.18
12022024-11-13T21:20:11.761Z Compiling lazycell v1.3.0
12032024-11-13T21:20:11.929Z Compiling rustc-hash v1.1.0
12042024-11-13T21:20:12.083Z Compiling foldhash v0.1.3
12052024-11-13T21:20:12.383Z Compiling regex-automata v0.4.8
12062024-11-13T21:20:12.498Z Compiling futures-io v0.3.31
12072024-11-13T21:20:12.809Z Compiling hashbrown v0.15.0
12082024-11-13T21:20:13.976Z Compiling synstructure v0.13.1
12092024-11-13T21:20:14.211Z Compiling cexpr v0.6.0
12102024-11-13T21:20:14.240Z Compiling cmake v0.1.51
12112024-11-13T21:20:15.268Z Compiling fs_extra v1.3.0
12122024-11-13T21:20:15.533Z Compiling tinyvec_macros v0.1.1
12132024-11-13T21:20:15.628Z Compiling libm v0.2.8
12142024-11-13T21:20:15.676Z Compiling pkg-config v0.3.31
12152024-11-13T21:20:15.876Z Compiling dunce v1.0.5
12162024-11-13T21:20:15.982Z Compiling tinyvec v1.8.0
12172024-11-13T21:20:16.002Z Compiling num-traits v0.2.19
12182024-11-13T21:20:16.506Z Compiling ring v0.17.8
12192024-11-13T21:20:17.283Z Compiling unicode-bidi v0.3.17
12202024-11-13T21:20:17.304Z Compiling base64ct v1.6.0
12212024-11-13T21:20:17.453Z Compiling paste v1.0.15
12222024-11-13T21:20:17.527Z Compiling unicode-normalization v0.1.24
12232024-11-13T21:20:17.690Z Compiling litemap v0.7.3
12242024-11-13T21:20:17.851Z Compiling writeable v0.5.5
12252024-11-13T21:20:17.968Z Compiling regex v1.11.1
12262024-11-13T21:20:18.169Z Compiling pem-rfc7468 v0.7.0
12272024-11-13T21:20:18.695Z Compiling aws-lc-rs v1.10.0
12282024-11-13T21:20:18.898Z Compiling httparse v1.9.5
12292024-11-13T21:20:19.081Z Compiling flagset v0.4.6
12302024-11-13T21:20:19.299Z Compiling tracing-core v0.1.32
12312024-11-13T21:20:19.696Z Compiling crossbeam-utils v0.8.20
12322024-11-13T21:20:20.281Z Compiling icu_locid_transform_data v1.5.0
12332024-11-13T21:20:20.301Z Compiling rustls-pki-types v1.9.0
12342024-11-13T21:20:20.390Z Compiling percent-encoding v2.3.1
12352024-11-13T21:20:20.601Z Compiling untrusted v0.7.1
12362024-11-13T21:20:20.669Z Compiling serde_derive v1.0.215
12372024-11-13T21:20:20.718Z Compiling zeroize_derive v1.4.2
12382024-11-13T21:20:20.775Z Compiling zerocopy-derive v0.7.35
12392024-11-13T21:20:21.193Z Compiling tokio-macros v2.4.0
12402024-11-13T21:20:21.376Z Compiling zerofrom-derive v0.1.4
12412024-11-13T21:20:22.323Z Compiling zeroize v1.8.1
12422024-11-13T21:20:22.780Z Compiling thiserror-impl v1.0.69
12432024-11-13T21:20:23.109Z Compiling zerocopy v0.7.35
12442024-11-13T21:20:23.164Z Compiling yoke-derive v0.7.4
12452024-11-13T21:20:24.131Z Compiling crypto-common v0.1.6
12462024-11-13T21:20:24.385Z Compiling block-buffer v0.10.4
12472024-11-13T21:20:24.431Z Compiling zerovec-derive v0.10.3
12482024-11-13T21:20:24.637Z Compiling digest v0.10.7
12492024-11-13T21:20:24.640Z Compiling futures-macro v0.3.31
12502024-11-13T21:20:25.064Z Compiling hmac v0.12.1
12512024-11-13T21:20:25.136Z Compiling block-padding v0.3.3
12522024-11-13T21:20:25.304Z Compiling displaydoc v0.2.5
12532024-11-13T21:20:25.390Z Compiling inout v0.1.3
12542024-11-13T21:20:25.582Z Compiling zerofrom v0.1.4
12552024-11-13T21:20:25.677Z Compiling cipher v0.4.4
12562024-11-13T21:20:25.808Z Compiling sha2 v0.10.8
12572024-11-13T21:20:26.095Z Compiling thiserror v1.0.69
12582024-11-13T21:20:26.229Z Compiling ppv-lite86 v0.2.20
12592024-11-13T21:20:26.250Z Compiling icu_provider_macros v1.5.0
12602024-11-13T21:20:26.272Z Compiling yoke v0.7.4
12612024-11-13T21:20:26.596Z Compiling futures-util v0.3.31
12622024-11-13T21:20:26.639Z Compiling der_derive v0.7.3
12632024-11-13T21:20:27.096Z Compiling rand_chacha v0.3.1
12642024-11-13T21:20:27.140Z Compiling tracing-attributes v0.1.27
12652024-11-13T21:20:27.229Z Compiling zerovec v0.10.4
12662024-11-13T21:20:27.466Z Compiling pest v2.7.14
12672024-11-13T21:20:29.278Z Compiling tinystr v0.7.6
12682024-11-13T21:20:29.317Z Compiling der v0.7.9
12692024-11-13T21:20:29.420Z Compiling icu_collections v1.5.0
12702024-11-13T21:20:29.486Z Compiling rand v0.8.5
12712024-11-13T21:20:29.748Z Compiling icu_locid v1.5.0
12722024-11-13T21:20:30.550Z Compiling salsa20 v0.10.2
12732024-11-13T21:20:30.788Z Compiling pbkdf2 v0.12.2
12742024-11-13T21:20:30.958Z Compiling icu_provider v1.5.0
12752024-11-13T21:20:30.988Z Compiling untrusted v0.9.0
12762024-11-13T21:20:31.073Z Compiling tracing v0.1.40
12772024-11-13T21:20:31.167Z Compiling num-conv v0.1.0
12782024-11-13T21:20:31.470Z Compiling spki v0.7.3
12792024-11-13T21:20:31.611Z Compiling powerfmt v0.2.0
12802024-11-13T21:20:31.636Z Compiling icu_locid_transform v1.5.0
12812024-11-13T21:20:31.910Z Compiling icu_properties_data v1.5.0
12822024-11-13T21:20:32.059Z Compiling time-core v0.1.2
12832024-11-13T21:20:32.084Z Compiling mirai-annotations v1.12.0
12842024-11-13T21:20:32.104Z Compiling vcpkg v0.2.15
12852024-11-13T21:20:32.183Z Compiling deranged v0.3.11
12862024-11-13T21:20:32.243Z Compiling time-macros v0.2.18
12872024-11-13T21:20:32.708Z Compiling scrypt v0.11.0
12882024-11-13T21:20:32.839Z Compiling icu_properties v1.5.1
12892024-11-13T21:20:33.288Z Compiling pest_meta v2.7.14
12902024-11-13T21:20:34.019Z Compiling aes v0.8.4
12912024-11-13T21:20:34.329Z Compiling openssl-sys v0.9.104
12922024-11-13T21:20:34.383Z Compiling cbc v0.1.2
12932024-11-13T21:20:34.626Z Compiling scroll_derive v0.12.0
12942024-11-13T21:20:35.226Z Compiling bitflags v2.6.0
12952024-11-13T21:20:35.424Z Compiling bytes v1.7.2
12962024-11-13T21:20:36.053Z Compiling indexmap v2.6.0
12972024-11-13T21:20:36.109Z Compiling semver v1.0.23
12982024-11-13T21:20:36.737Z Compiling tokio v1.40.0
12992024-11-13T21:20:36.894Z Compiling http v1.1.0
13002024-11-13T21:20:36.925Z Compiling rustc_version v0.4.1
13012024-11-13T21:20:37.710Z Compiling write16 v1.0.0
13022024-11-13T21:20:37.837Z Compiling atomic-waker v1.1.2
13032024-11-13T21:20:37.893Z Compiling utf16_iter v1.0.5
13042024-11-13T21:20:38.037Z Compiling utf8_iter v1.0.4
13052024-11-13T21:20:38.103Z Compiling num_threads v0.1.7
13062024-11-13T21:20:38.241Z Compiling icu_normalizer_data v1.5.0
13072024-11-13T21:20:38.283Z Compiling time v0.3.36
13082024-11-13T21:20:38.348Z Compiling icu_normalizer v1.5.0
13092024-11-13T21:20:38.391Z Compiling scroll v0.12.0
13102024-11-13T21:20:38.828Z Compiling http-body v1.0.1
13112024-11-13T21:20:38.971Z Compiling pkcs5 v0.7.1
13122024-11-13T21:20:39.073Z Compiling pest_generator v2.7.14
13132024-11-13T21:20:39.096Z Compiling form_urlencoded v1.2.1
13142024-11-13T21:20:39.418Z Compiling try-lock v0.2.5
13152024-11-13T21:20:39.440Z Compiling which v4.4.2
13162024-11-13T21:20:39.567Z Compiling slog v2.7.0
13172024-11-13T21:20:40.143Z Compiling pkcs8 v0.10.2
13182024-11-13T21:20:40.182Z Compiling want v0.3.1
13192024-11-13T21:20:40.381Z Compiling goblin v0.8.2
13202024-11-13T21:20:40.475Z Compiling idna_adapter v1.2.0
13212024-11-13T21:20:40.702Z Compiling httpdate v1.0.3
13222024-11-13T21:20:40.883Z Compiling idna v1.0.3
13232024-11-13T21:20:41.143Z Compiling toml_datetime v0.6.8
13242024-11-13T21:20:41.194Z Compiling pest_derive v2.7.14
13252024-11-13T21:20:41.670Z Compiling uuid v1.11.0
13262024-11-13T21:20:41.766Z Compiling serde_spanned v0.6.8
13272024-11-13T21:20:41.987Z Compiling serde_tokenstream v0.2.2
13282024-11-13T21:20:42.017Z Compiling dtrace-parser v0.2.0
13292024-11-13T21:20:42.633Z Compiling rustversion v1.0.17
13302024-11-13T21:20:42.773Z Compiling base64 v0.22.1
13312024-11-13T21:20:43.181Z Compiling openssl v0.10.68
13322024-11-13T21:20:43.362Z Compiling match_cfg v0.1.0
13332024-11-13T21:20:43.462Z Compiling iana-time-zone v0.1.61
13342024-11-13T21:20:43.517Z Compiling adler2 v2.0.0
13352024-11-13T21:20:43.603Z Compiling foreign-types-shared v0.1.1
13362024-11-13T21:20:43.622Z Compiling tower-service v0.3.3
13372024-11-13T21:20:43.715Z Compiling foreign-types v0.3.2
13382024-11-13T21:20:43.736Z Compiling miniz_oxide v0.8.0
13392024-11-13T21:20:43.755Z Compiling chrono v0.4.38
13402024-11-13T21:20:43.839Z Compiling hostname v0.3.1
13412024-11-13T21:20:43.964Z Compiling url v2.5.3
13422024-11-13T21:20:44.220Z Compiling async-trait v0.1.83
13432024-11-13T21:20:45.279Z Compiling tokio-util v0.7.12
13442024-11-13T21:20:45.457Z Compiling openssl-macros v0.1.1
13452024-11-13T21:20:46.055Z Compiling dof v0.3.0
13462024-11-13T21:20:46.205Z Compiling dirs-sys-next v0.1.2
13472024-11-13T21:20:46.747Z Compiling h2 v0.4.6
13482024-11-13T21:20:46.896Z Compiling usdt-impl v0.5.0
13492024-11-13T21:20:47.023Z Compiling syn v1.0.109
13502024-11-13T21:20:47.756Z Compiling data-encoding v2.6.0
13512024-11-13T21:20:47.779Z Compiling native-tls v0.2.12
13522024-11-13T21:20:47.982Z Compiling rustls v0.23.14
13532024-11-13T21:20:48.231Z Compiling rustls v0.22.4
13542024-11-13T21:20:48.251Z Compiling siphasher v0.3.11
13552024-11-13T21:20:48.536Z Compiling dirs-next v2.0.0
13562024-11-13T21:20:48.732Z Compiling http-body-util v0.1.2
13572024-11-13T21:20:49.277Z Compiling crossbeam-epoch v0.9.18
13582024-11-13T21:20:50.008Z Compiling heapless v0.7.17
13592024-11-13T21:20:50.030Z Compiling sha1 v0.10.6
13602024-11-13T21:20:50.064Z Compiling signature v2.2.0
13612024-11-13T21:20:50.358Z Compiling bzip2-sys v0.1.11+1.0.8
13622024-11-13T21:20:50.437Z Compiling serde_derive_internals v0.29.1
13632024-11-13T21:20:50.456Z Compiling thread_local v1.1.8
13642024-11-13T21:20:50.732Z Compiling cookie v0.18.1
13652024-11-13T21:20:50.855Z Compiling multer v3.1.0
13662024-11-13T21:20:51.008Z Compiling encoding_rs v0.8.34
13672024-11-13T21:20:51.029Z Compiling ipnet v2.10.1
13682024-11-13T21:20:51.137Z Compiling rayon-core v1.12.1
13692024-11-13T21:20:51.413Z Compiling gimli v0.31.1
13702024-11-13T21:20:52.265Z Compiling slog-async v2.8.0
13712024-11-13T21:20:52.288Z Compiling unicode-properties v0.1.3
13722024-11-13T21:20:52.679Z Compiling schemars v0.8.21
13732024-11-13T21:20:52.762Z Compiling openssl-probe v0.1.5
13742024-11-13T21:20:53.014Z Compiling signal-hook v0.3.17
13752024-11-13T21:20:53.129Z Compiling mime v0.3.17
13762024-11-13T21:20:53.220Z Compiling schemars_derive v0.8.21
13772024-11-13T21:20:53.398Z Compiling toml_edit v0.22.22
13782024-11-13T21:20:53.716Z Compiling hyper v1.5.0
13792024-11-13T21:20:56.135Z Compiling hyper-util v0.1.10
13802024-11-13T21:20:56.589Z Compiling addr2line v0.24.2
13812024-11-13T21:20:56.674Z Compiling stringprep v0.1.5
13822024-11-13T21:20:57.432Z Compiling usdt-attr-macro v0.5.0
13832024-11-13T21:20:57.455Z Compiling usdt-macro v0.5.0
13842024-11-13T21:20:57.905Z Compiling crossbeam-deque v0.8.5
13852024-11-13T21:20:57.925Z Compiling term v0.7.0
13862024-11-13T21:20:58.858Z Compiling slog-json v2.6.1
13872024-11-13T21:20:58.908Z Compiling serde_urlencoded v0.7.1
13882024-11-13T21:20:59.043Z Compiling crossbeam-channel v0.5.13
13892024-11-13T21:20:59.241Z Compiling curve25519-dalek v4.1.3
13902024-11-13T21:20:59.243Z Compiling futures-executor v0.3.31
13912024-11-13T21:20:59.380Z Compiling enum-as-inner v0.6.1
13922024-11-13T21:20:59.448Z Compiling md-5 v0.10.6
13932024-11-13T21:20:59.720Z Compiling rustls-pemfile v2.2.0
13942024-11-13T21:20:59.825Z Compiling async-stream-impl v0.3.6
13952024-11-13T21:20:59.902Z Compiling num-integer v0.1.46
13962024-11-13T21:21:00.051Z Compiling idna v0.3.0
13972024-11-13T21:21:00.150Z Compiling idna v0.4.0
13982024-11-13T21:21:00.473Z Compiling hash32 v0.2.1
13992024-11-13T21:21:00.724Z Compiling ff v0.13.0
14002024-11-13T21:21:00.856Z Compiling is-terminal v0.4.13
14012024-11-13T21:21:00.960Z Compiling object v0.36.5
14022024-11-13T21:21:00.987Z Compiling dropshot v0.12.0
14032024-11-13T21:21:01.210Z Compiling num-bigint-dig v0.8.4
14042024-11-13T21:21:01.273Z Compiling take_mut v0.2.2
14052024-11-13T21:21:01.432Z Compiling base16ct v0.2.0
14062024-11-13T21:21:01.492Z Compiling psl-types v2.0.11
14072024-11-13T21:21:01.738Z Compiling linked-hash-map v0.5.6
14082024-11-13T21:21:01.757Z Compiling rustc-demangle v0.1.24
14092024-11-13T21:21:01.778Z Compiling fallible-iterator v0.2.0
14102024-11-13T21:21:01.795Z Compiling portable-atomic v1.9.0
14112024-11-13T21:21:01.844Z Compiling utf-8 v0.7.6
14122024-11-13T21:21:02.102Z Compiling quick-error v1.2.3
14132024-11-13T21:21:02.195Z Compiling anyhow v1.0.93
14142024-11-13T21:21:02.245Z Compiling smoltcp v0.9.1
14152024-11-13T21:21:02.503Z Compiling dyn-clone v1.0.17
14162024-11-13T21:21:02.735Z Compiling postgres-protocol v0.6.7
14172024-11-13T21:21:02.918Z Compiling resolv-conf v0.7.0
14182024-11-13T21:21:02.971Z Compiling lru-cache v0.1.2
14192024-11-13T21:21:03.163Z Compiling tungstenite v0.24.0
14202024-11-13T21:21:03.191Z Compiling publicsuffix v2.2.3
14212024-11-13T21:21:03.453Z Compiling sec1 v0.7.3
14222024-11-13T21:21:04.079Z Compiling async-stream v0.3.6
14232024-11-13T21:21:04.100Z Compiling hickory-proto v0.24.1
14242024-11-13T21:21:04.387Z Compiling usdt v0.5.0
14252024-11-13T21:21:04.898Z Compiling slog-term v2.9.1
14262024-11-13T21:21:04.926Z Compiling group v0.13.0
14272024-11-13T21:21:05.469Z Compiling num-iter v0.1.45
14282024-11-13T21:21:05.779Z Compiling futures v0.3.31
14292024-11-13T21:21:05.904Z Compiling slog-bunyan v2.5.0
14302024-11-13T21:21:06.507Z Compiling camino v1.1.9
14312024-11-13T21:21:07.426Z Compiling toml v0.8.19
14322024-11-13T21:21:07.521Z Compiling tokio-native-tls v0.3.1
14332024-11-13T21:21:07.791Z Compiling phf_shared v0.11.2
14342024-11-13T21:21:07.962Z Compiling dropshot_endpoint v0.12.0
14352024-11-13T21:21:08.193Z Compiling terminal_size v0.4.0
14362024-11-13T21:21:08.418Z Compiling backtrace v0.3.74
14372024-11-13T21:21:08.514Z Compiling waitgroup v0.1.2
14382024-11-13T21:21:08.733Z Compiling openapiv3 v2.0.0
14392024-11-13T21:21:09.187Z Compiling serde_path_to_error v0.1.16
14402024-11-13T21:21:09.224Z Compiling hkdf v0.12.4
14412024-11-13T21:21:09.478Z Compiling crypto-bigint v0.5.5
14422024-11-13T21:21:10.003Z Compiling webpki-roots v0.26.6
14432024-11-13T21:21:10.235Z Compiling curve25519-dalek-derive v0.1.1
14442024-11-13T21:21:11.864Z Compiling zerocopy-derive v0.6.6
14452024-11-13T21:21:12.139Z Compiling idna v0.5.0
14462024-11-13T21:21:12.550Z Compiling hubpack_derive v0.1.1
14472024-11-13T21:21:12.679Z Compiling hostname v0.4.0
14482024-11-13T21:21:12.952Z Compiling fs-err v2.11.0
14492024-11-13T21:21:13.121Z Compiling ahash v0.8.11
14502024-11-13T21:21:13.237Z Compiling crc32fast v1.4.2
14512024-11-13T21:21:13.446Z Compiling managed v0.8.0
14522024-11-13T21:21:13.449Z Compiling bitflags v1.3.2
14532024-11-13T21:21:13.570Z Compiling winnow v0.5.40
14542024-11-13T21:21:13.591Z Compiling debug-ignore v1.0.5
14552024-11-13T21:21:13.729Z Compiling strum_macros v0.25.3
14562024-11-13T21:21:13.752Z Compiling clap_builder v4.5.20
14572024-11-13T21:21:14.133Z Compiling zerocopy v0.6.6
14582024-11-13T21:21:14.820Z Compiling console v0.15.8
14592024-11-13T21:21:15.002Z Compiling flate2 v1.0.34
14602024-11-13T21:21:15.654Z Compiling hubpack v0.1.2
14612024-11-13T21:21:16.076Z Compiling cookie_store v0.21.0
14622024-11-13T21:21:16.114Z Compiling elliptic-curve v0.13.8
14632024-11-13T21:21:16.504Z Compiling hickory-resolver v0.24.1
14642024-11-13T21:21:17.502Z Compiling toml_edit v0.19.15
14652024-11-13T21:21:17.744Z Compiling phf v0.11.2
14662024-11-13T21:21:17.896Z Compiling signal-hook-mio v0.2.4
14672024-11-13T21:21:17.918Z Compiling hyper-tls v0.6.0
14682024-11-13T21:21:18.041Z Compiling rayon v1.10.0
14692024-11-13T21:21:18.070Z Compiling bzip2 v0.4.4
14702024-11-13T21:21:18.468Z Compiling tokio-tungstenite v0.24.0
14712024-11-13T21:21:19.013Z Compiling postgres-types v0.2.8
14722024-11-13T21:21:21.949Z Compiling ed25519 v2.2.3
14732024-11-13T21:21:22.917Z Compiling phf_shared v0.10.0
14742024-11-13T21:21:23.216Z Compiling tokio-stream v0.1.16
14752024-11-13T21:21:23.293Z Compiling pkcs1 v0.7.5
14762024-11-13T21:21:23.326Z Compiling serde-big-array v0.5.1
14772024-11-13T21:21:23.560Z Compiling clap_derive v4.5.18
14782024-11-13T21:21:23.841Z Compiling rfc6979 v0.4.0
14792024-11-13T21:21:24.038Z Compiling serde_repr v0.1.19
14802024-11-13T21:21:24.264Z Compiling derive-where v1.2.7
14812024-11-13T21:21:24.306Z Compiling float-cmp v0.9.0
14822024-11-13T21:21:24.327Z Compiling bstr v1.10.0
14832024-11-13T21:21:24.550Z Compiling sync_wrapper v1.0.1
14842024-11-13T21:21:24.713Z Compiling bit-vec v0.6.3
14852024-11-13T21:21:25.177Z Compiling fixedbitset v0.4.2
14862024-11-13T21:21:25.216Z Compiling unicode-segmentation v1.12.0
14872024-11-13T21:21:25.544Z Compiling number_prefix v0.4.0
14882024-11-13T21:21:25.632Z Compiling precomputed-hash v0.1.1
14892024-11-13T21:21:25.754Z Compiling static_assertions v1.1.0
14902024-11-13T21:21:25.774Z Compiling new_debug_unreachable v1.0.6
14912024-11-13T21:21:25.853Z Compiling whoami v1.5.2
14922024-11-13T21:21:25.874Z Compiling difflib v0.4.0
14932024-11-13T21:21:26.119Z Compiling predicates-core v1.0.8
14942024-11-13T21:21:26.140Z Compiling normalize-line-endings v0.3.0
14952024-11-13T21:21:26.269Z Compiling tokio-postgres v0.7.12
14962024-11-13T21:21:26.476Z Compiling predicates v3.1.2
14972024-11-13T21:21:26.494Z Compiling similar v2.6.0
14982024-11-13T21:21:27.598Z Compiling string_cache v0.8.7
14992024-11-13T21:21:27.928Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15002024-11-13T21:21:28.074Z Compiling indicatif v0.17.8
15012024-11-13T21:21:28.263Z Compiling petgraph v0.6.5
15022024-11-13T21:21:28.682Z Compiling clap v4.5.20
15032024-11-13T21:21:28.806Z Compiling bit-set v0.5.3
15042024-11-13T21:21:28.982Z Compiling ecdsa v0.16.9
15052024-11-13T21:21:29.109Z Compiling rsa v0.9.6
15062024-11-13T21:21:29.884Z Compiling ed25519-dalek v2.1.1
15072024-11-13T21:21:30.347Z Compiling toml v0.7.8
15082024-11-13T21:21:31.202Z Compiling zip v0.6.6
15092024-11-13T21:21:32.038Z Compiling crossterm v0.28.1
15102024-11-13T21:21:32.684Z Compiling hex v0.4.3
15112024-11-13T21:21:32.778Z Compiling x509-cert v0.2.5
15122024-11-13T21:21:33.007Z Compiling itertools v0.10.5
15132024-11-13T21:21:33.106Z Compiling peg-runtime v0.8.3
15142024-11-13T21:21:33.279Z Compiling lalrpop-util v0.19.12
15152024-11-13T21:21:33.650Z Compiling unicode-xid v0.2.6
15162024-11-13T21:21:33.778Z Compiling strum_macros v0.26.4
15172024-11-13T21:21:33.821Z Compiling xattr v1.3.1
15182024-11-13T21:21:34.103Z Compiling filetime v0.2.25
15192024-11-13T21:21:34.416Z Compiling tar v0.4.43
15202024-11-13T21:21:39.023Z Compiling strum v0.26.3
15212024-11-13T21:21:41.626Z Compiling aws-lc-sys v0.22.0
15222024-11-13T21:22:09.560Z Compiling rustls-webpki v0.102.8
15232024-11-13T21:22:12.932Z Compiling tokio-rustls v0.25.0
15242024-11-13T21:22:15.377Z Compiling tokio-rustls v0.26.0
15252024-11-13T21:22:15.654Z Compiling hyper-rustls v0.27.3
15262024-11-13T21:22:15.908Z Compiling reqwest v0.12.9
15272024-11-13T21:22:16.301Z Compiling qorb v0.2.0
15282024-11-13T21:22:21.745Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15292024-11-13T21:22:21.987Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15302024-11-13T21:22:27.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15312024-11-13T21:22:27.593Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15322024-11-13T21:22:27.643ZNov 13 21:22:26.907 INFO Starting download, target: Cockroach
15332024-11-13T21:22:27.643ZNov 13 21:22:26.908 INFO Starting download, target: Clickhouse
15342024-11-13T21:22:27.646ZNov 13 21:22:26.908 INFO Starting download, target: Console
15352024-11-13T21:22:27.646ZNov 13 21:22:26.908 INFO Starting download, target: DendriteOpenapi
15362024-11-13T21:22:27.646ZNov 13 21:22:26.908 INFO Starting download, target: DendriteStub
15372024-11-13T21:22:27.646ZNov 13 21:22:26.908 INFO Starting download, target: MaghemiteMgd
15382024-11-13T21:22:27.646ZNov 13 21:22:26.908 INFO Starting download, target: TransceiverControl
15392024-11-13T21:22:27.646ZNov 13 21:22:26.909 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
15402024-11-13T21:22:27.646ZNov 13 21:22:26.909 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15412024-11-13T21:22:27.647ZNov 13 21:22:26.909 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15422024-11-13T21:22:27.647ZNov 13 21:22:26.909 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15432024-11-13T21:22:27.647ZNov 13 21:22:26.909 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15442024-11-13T21:22:27.647ZNov 13 21:22:26.909 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15452024-11-13T21:22:27.647ZNov 13 21:22:26.909 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15462024-11-13T21:22:27.913ZNov 13 21:22:27.170 INFO Download complete, target: DendriteOpenapi
15472024-11-13T21:22:28.117ZNov 13 21:22:27.367 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15482024-11-13T21:22:28.177ZNov 13 21:22:27.433 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15492024-11-13T21:22:28.527ZNov 13 21:22:27.777 INFO Download complete, target: Console
15502024-11-13T21:22:28.583ZNov 13 21:22:27.846 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15512024-11-13T21:22:28.786ZNov 13 21:22:28.050 INFO Download complete, target: TransceiverControl
15522024-11-13T21:22:28.880ZNov 13 21:22:28.144 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15532024-11-13T21:22:29.632ZNov 13 21:22:28.897 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15542024-11-13T21:22:29.632ZNov 13 21:22:28.897 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15552024-11-13T21:22:29.841ZNov 13 21:22:29.105 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15562024-11-13T21:22:31.453ZNov 13 21:22:30.717 INFO Download complete, target: DendriteStub
15572024-11-13T21:22:31.945ZNov 13 21:22:31.209 INFO Download complete, target: MaghemiteMgd
15582024-11-13T21:22:37.371ZNov 13 21:22:36.634 INFO Checking that binary works, target: Cockroach
15592024-11-13T21:22:37.534ZNov 13 21:22:36.797 INFO Download complete, target: Cockroach
15602024-11-13T21:22:43.007ZNov 13 21:22:42.262 INFO Checking that binary works, target: Clickhouse
15612024-11-13T21:22:43.198ZNov 13 21:22:42.406 INFO Download complete, target: Clickhouse
15622024-11-13T21:22:43.249ZAll builder prerequisites installed successfully, and PATH looks valid
15632024-11-13T21:22:43.249Z
15642024-11-13T21:22:43.250Zreal 5:06.841284032
15652024-11-13T21:22:43.250Zuser 16:26.557192948
15662024-11-13T21:22:43.250Zsys 3:15.009188518
15672024-11-13T21:22:43.251Ztrap 0.573242738
15682024-11-13T21:22:43.251Ztflt 1.557355898
15692024-11-13T21:22:43.251Zdflt 2.211128798
15702024-11-13T21:22:43.251Zkflt 0.034431696
15712024-11-13T21:22:43.251Zlock 29:28.591181214
15722024-11-13T21:22:43.251Zslp 1:01:48.155880177
15732024-11-13T21:22:43.251Zlat 57.756466739
15742024-11-13T21:22:43.251Zstop 2:18.050020464
15752024-11-13T21:22:43.251Z+ banner hack-check
15762024-11-13T21:22:43.251Z
15772024-11-13T21:22:43.251Z # # ## #### # # #### # # ###### #### # #
15782024-11-13T21:22:43.252Z # # # # # # # # # # # # # # # # #
15792024-11-13T21:22:43.252Z ###### # # # #### ##### # ###### ##### # ####
15802024-11-13T21:22:43.252Z # # ###### # # # # # # # # # #
15812024-11-13T21:22:43.252Z # # # # # # # # # # # # # # # # #
15822024-11-13T21:22:43.252Z # # # # #### # # #### # # ###### #### # #
15832024-11-13T21:22:43.252Z
15842024-11-13T21:22:43.252Z+ export CARGO_INCREMENTAL=0
15852024-11-13T21:22:43.252Z+ CARGO_INCREMENTAL=0
15862024-11-13T21:22:43.252Z+ ptime -m timeout 2h cargo xtask check-features --ci
15872024-11-13T21:22:43.670Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15882024-11-13T21:22:47.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
15892024-11-13T21:22:47.238Z Running `target/debug/xtask check-features --ci`
15902024-11-13T21:22:47.258Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15912024-11-13T21:22:47.259Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15922024-11-13T21:22:47.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15932024-11-13T21:22:47.713Z Running `target/debug/xtask download cargo-hack`
15942024-11-13T21:22:48.544Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15952024-11-13T21:22:48.870Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15962024-11-13T21:22:53.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
15972024-11-13T21:22:53.640Z Running `target/debug/xtask-downloader cargo-hack`
15982024-11-13T21:22:53.676ZNov 13 21:22:52.937 INFO Starting download, target: CargoHack
15992024-11-13T21:22:53.679ZNov 13 21:22:52.938 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16002024-11-13T21:22:54.386ZNov 13 21:22:53.647 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16012024-11-13T21:22:54.475ZNov 13 21:22:53.736 INFO Download complete, target: CargoHack
16022024-11-13T21:22:54.479Zrunning: "/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"
16032024-11-13T21:22:54.496Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16042024-11-13T21:22:54.655Zinfo: running `cargo check --bins` on api_identity (1/168)
16052024-11-13T21:22:55.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16062024-11-13T21:22:55.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16072024-11-13T21:22:55.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16082024-11-13T21:22:55.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16092024-11-13T21:22:55.240Z
16102024-11-13T21:22:55.240Zinfo: running `cargo check --bins` on bootstore (2/168)
16112024-11-13T21:22:55.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16122024-11-13T21:22:55.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16132024-11-13T21:22:55.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16142024-11-13T21:22:55.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16152024-11-13T21:22:55.851Z
16162024-11-13T21:22:55.851Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/168)
16172024-11-13T21:22:56.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-11-13T21:22:56.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-11-13T21:22:56.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-11-13T21:22:56.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16212024-11-13T21:22:56.439Z
16222024-11-13T21:22:56.439Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168)
16232024-11-13T21:22:56.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-11-13T21:22:56.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-11-13T21:22:56.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-11-13T21:22:56.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16272024-11-13T21:22:57.032Z
16282024-11-13T21:22:57.032Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168)
16292024-11-13T21:22:57.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-11-13T21:22:57.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-11-13T21:22:57.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-11-13T21:22:57.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16332024-11-13T21:22:57.429Z
16342024-11-13T21:22:57.429Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168)
16352024-11-13T21:22:57.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-11-13T21:22:57.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-11-13T21:22:57.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-11-13T21:22:57.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16392024-11-13T21:22:57.826Z
16402024-11-13T21:22:57.829Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168)
16412024-11-13T21:22:58.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-11-13T21:22:58.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-11-13T21:22:58.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-11-13T21:22:58.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16452024-11-13T21:22:58.222Z
16462024-11-13T21:22:58.222Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168)
16472024-11-13T21:22:58.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-11-13T21:22:58.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-11-13T21:22:58.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-11-13T21:22:58.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16512024-11-13T21:22:58.623Z
16522024-11-13T21:22:58.623Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168)
16532024-11-13T21:22:58.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-11-13T21:22:58.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-11-13T21:22:58.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-11-13T21:22:58.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16572024-11-13T21:22:59.028Z
16582024-11-13T21:22:59.028Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168)
16592024-11-13T21:22:59.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-11-13T21:22:59.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-11-13T21:22:59.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-11-13T21:22:59.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16632024-11-13T21:22:59.429Z
16642024-11-13T21:22:59.429Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168)
16652024-11-13T21:22:59.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-11-13T21:22:59.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-11-13T21:22:59.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-11-13T21:22:59.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16692024-11-13T21:22:59.833Z
16702024-11-13T21:22:59.833Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168)
16712024-11-13T21:23:00.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-11-13T21:23:00.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-11-13T21:23:00.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-11-13T21:23:00.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16752024-11-13T21:23:00.236Z
16762024-11-13T21:23:00.237Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168)
16772024-11-13T21:23:00.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-11-13T21:23:00.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-11-13T21:23:00.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-11-13T21:23:00.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16812024-11-13T21:23:00.642Z
16822024-11-13T21:23:00.642Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168)
16832024-11-13T21:23:01.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-11-13T21:23:01.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-11-13T21:23:01.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-11-13T21:23:01.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16872024-11-13T21:23:01.040Z
16882024-11-13T21:23:01.041Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168)
16892024-11-13T21:23:01.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-11-13T21:23:01.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-11-13T21:23:01.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-11-13T21:23:01.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16932024-11-13T21:23:01.442Z
16942024-11-13T21:23:01.442Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168)
16952024-11-13T21:23:01.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-11-13T21:23:01.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-11-13T21:23:01.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-11-13T21:23:01.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16992024-11-13T21:23:01.839Z
17002024-11-13T21:23:01.839Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168)
17012024-11-13T21:23:02.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-11-13T21:23:02.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-11-13T21:23:02.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-11-13T21:23:02.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
17052024-11-13T21:23:02.237Z
17062024-11-13T21:23:02.237Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168)
17072024-11-13T21:23:02.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082024-11-13T21:23:02.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092024-11-13T21:23:02.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102024-11-13T21:23:02.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17112024-11-13T21:23:02.638Z
17122024-11-13T21:23:02.638Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168)
17132024-11-13T21:23:03.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-11-13T21:23:03.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-11-13T21:23:03.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-11-13T21:23:03.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17172024-11-13T21:23:03.043Z
17182024-11-13T21:23:03.043Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168)
17192024-11-13T21:23:03.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-11-13T21:23:03.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-11-13T21:23:03.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-11-13T21:23:03.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17232024-11-13T21:23:03.449Z
17242024-11-13T21:23:03.449Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168)
17252024-11-13T21:23:03.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-11-13T21:23:03.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-11-13T21:23:03.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-11-13T21:23:03.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17292024-11-13T21:23:03.852Z
17302024-11-13T21:23:03.852Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168)
17312024-11-13T21:23:04.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322024-11-13T21:23:04.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332024-11-13T21:23:04.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342024-11-13T21:23:04.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17352024-11-13T21:23:04.254Z
17362024-11-13T21:23:04.254Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168)
17372024-11-13T21:23:04.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-11-13T21:23:04.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-11-13T21:23:04.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-11-13T21:23:04.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17412024-11-13T21:23:04.665Z
17422024-11-13T21:23:04.666Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168)
17432024-11-13T21:23:05.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-11-13T21:23:05.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-11-13T21:23:05.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-11-13T21:23:05.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
17472024-11-13T21:23:05.063Z
17482024-11-13T21:23:05.063Zinfo: running `cargo check --bins` on sled-hardware-types (25/168)
17492024-11-13T21:23:05.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-11-13T21:23:05.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-11-13T21:23:05.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-11-13T21:23:05.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17532024-11-13T21:23:05.669Z
17542024-11-13T21:23:05.669Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/168)
17552024-11-13T21:23:06.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-11-13T21:23:06.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-11-13T21:23:06.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-11-13T21:23:06.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17592024-11-13T21:23:06.289Z
17602024-11-13T21:23:06.289Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168)
17612024-11-13T21:23:06.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622024-11-13T21:23:06.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632024-11-13T21:23:06.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642024-11-13T21:23:06.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17652024-11-13T21:23:06.895Z
17662024-11-13T21:23:06.896Zinfo: running `cargo check --bins` on oxlog (28/168)
17672024-11-13T21:23:07.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-11-13T21:23:07.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-11-13T21:23:07.489Z Checking cfg-if v1.0.0
17702024-11-13T21:23:07.491Z Checking libc v0.2.162
17712024-11-13T21:23:07.592Z Checking serde v1.0.215
17722024-11-13T21:23:07.595Z Checking zeroize v1.8.1
17732024-11-13T21:23:07.607Z Checking memchr v2.7.4
17742024-11-13T21:23:07.609Z Checking typenum v1.17.0
17752024-11-13T21:23:07.615Z Checking scopeguard v1.2.0
17762024-11-13T21:23:07.642Z Checking subtle v2.6.1
17772024-11-13T21:23:07.654Z Checking value-bag v1.9.0
17782024-11-13T21:23:07.805Z Checking itoa v1.0.11
17792024-11-13T21:23:07.890Z Checking smallvec v1.13.2
17802024-11-13T21:23:07.956Z Checking const-oid v0.9.6
17812024-11-13T21:23:08.042Z Checking log v0.4.22
17822024-11-13T21:23:08.178Z Checking pin-project-lite v0.2.14
17832024-11-13T21:23:08.295Z Checking byteorder v1.5.0
17842024-11-13T21:23:08.430Z Checking futures-core v0.3.31
17852024-11-13T21:23:08.609Z Checking once_cell v1.20.2
17862024-11-13T21:23:08.625Z Checking cpufeatures v0.2.14
17872024-11-13T21:23:08.650Z Checking futures-sink v0.3.31
17882024-11-13T21:23:08.666Z Checking getrandom v0.2.15
17892024-11-13T21:23:08.707Z Checking signal-hook-registry v1.4.2
17902024-11-13T21:23:08.785Z Checking parking_lot_core v0.9.10
17912024-11-13T21:23:08.800Z Checking lock_api v0.4.12
17922024-11-13T21:23:08.823Z Checking generic-array v0.14.7
17932024-11-13T21:23:08.871Z Checking rand_core v0.6.4
17942024-11-13T21:23:08.874Z Checking mio v1.0.2
17952024-11-13T21:23:08.949Z Checking stable_deref_trait v1.2.0
17962024-11-13T21:23:09.052Z Checking socket2 v0.5.7
17972024-11-13T21:23:09.100Z Checking zerocopy v0.7.35
17982024-11-13T21:23:09.167Z Checking zerofrom v0.1.4
17992024-11-13T21:23:09.205Z Checking parking_lot v0.12.3
18002024-11-13T21:23:09.391Z Checking spin v0.9.8
18012024-11-13T21:23:09.479Z Checking slab v0.4.9
18022024-11-13T21:23:09.862Z Checking yoke v0.7.4
18032024-11-13T21:23:09.878Z Checking futures-channel v0.3.31
18042024-11-13T21:23:09.878Z Checking foldhash v0.1.3
18052024-11-13T21:23:09.878Z Checking allocator-api2 v0.2.18
18062024-11-13T21:23:09.878Z Checking equivalent v1.0.1
18072024-11-13T21:23:09.878Z Checking futures-io v0.3.31
18082024-11-13T21:23:09.878Z Checking futures-task v0.3.31
18092024-11-13T21:23:09.910Z Checking pin-utils v0.1.0
18102024-11-13T21:23:09.929Z Checking zerovec v0.10.4
18112024-11-13T21:23:09.987Z Checking crypto-common v0.1.6
18122024-11-13T21:23:10.001Z Checking block-buffer v0.10.4
18132024-11-13T21:23:10.027Z Checking block-padding v0.3.3
18142024-11-13T21:23:10.081Z Checking futures-util v0.3.31
18152024-11-13T21:23:10.163Z Checking ryu v1.0.18
18162024-11-13T21:23:10.224Z Checking digest v0.10.7
18172024-11-13T21:23:10.240Z Checking tinyvec_macros v0.1.1
18182024-11-13T21:23:10.324Z Checking tinyvec v1.8.0
18192024-11-13T21:23:10.392Z Checking inout v0.1.3
18202024-11-13T21:23:10.408Z Checking hashbrown v0.15.0
18212024-11-13T21:23:10.515Z Checking fnv v1.0.7
18222024-11-13T21:23:10.598Z Checking cipher v0.4.4
18232024-11-13T21:23:10.614Z Checking hmac v0.12.1
18242024-11-13T21:23:10.634Z Checking sha2 v0.10.8
18252024-11-13T21:23:10.832Z Checking libm v0.2.8
18262024-11-13T21:23:10.983Z Checking unicode-bidi v0.3.17
18272024-11-13T21:23:11.211Z Checking writeable v0.5.5
18282024-11-13T21:23:11.530Z Checking base64ct v1.6.0
18292024-11-13T21:23:11.573Z Checking litemap v0.7.3
18302024-11-13T21:23:11.594Z Checking tinystr v0.7.6
18312024-11-13T21:23:11.608Z Checking ppv-lite86 v0.2.20
18322024-11-13T21:23:11.622Z Checking unicode-normalization v0.1.24
18332024-11-13T21:23:11.763Z Checking num-traits v0.2.19
18342024-11-13T21:23:11.919Z Checking flagset v0.4.6
18352024-11-13T21:23:11.952Z Checking pem-rfc7468 v0.7.0
18362024-11-13T21:23:11.966Z Checking icu_locid v1.5.0
18372024-11-13T21:23:12.111Z Checking tracing-core v0.1.32
18382024-11-13T21:23:12.221Z Checking der v0.7.9
18392024-11-13T21:23:12.357Z Checking rand_chacha v0.3.1
18402024-11-13T21:23:12.439Z Checking bytes v1.7.2
18412024-11-13T21:23:12.525Z Checking indexmap v2.6.0
18422024-11-13T21:23:12.741Z Checking serde_json v1.0.132
18432024-11-13T21:23:12.744Z Checking bitflags v2.6.0
18442024-11-13T21:23:13.041Z Checking icu_provider v1.5.0
18452024-11-13T21:23:13.063Z Checking thiserror v1.0.69
18462024-11-13T21:23:13.199Z Checking icu_locid_transform_data v1.5.0
18472024-11-13T21:23:13.237Z Checking tokio v1.40.0
18482024-11-13T21:23:13.299Z Checking http v1.1.0
18492024-11-13T21:23:13.470Z Checking rustls-pki-types v1.9.0
18502024-11-13T21:23:13.696Z Checking percent-encoding v2.3.1
18512024-11-13T21:23:13.828Z Checking icu_locid_transform v1.5.0
18522024-11-13T21:23:13.914Z Checking tracing v0.1.40
18532024-11-13T21:23:14.042Z Checking rand v0.8.5
18542024-11-13T21:23:14.056Z Checking spki v0.7.3
18552024-11-13T21:23:14.274Z Checking icu_collections v1.5.0
18562024-11-13T21:23:14.327Z Checking salsa20 v0.10.2
18572024-11-13T21:23:14.465Z Checking pbkdf2 v0.12.2
18582024-11-13T21:23:14.536Z Checking aws-lc-sys v0.22.0
18592024-11-13T21:23:14.628Z Checking httparse v1.9.5
18602024-11-13T21:23:14.664Z Checking untrusted v0.9.0
18612024-11-13T21:23:14.786Z Checking untrusted v0.7.1
18622024-11-13T21:23:14.809Z Checking icu_properties_data v1.5.0
18632024-11-13T21:23:14.936Z Checking powerfmt v0.2.0
18642024-11-13T21:23:14.949Z Checking mirai-annotations v1.12.0
18652024-11-13T21:23:15.067Z Checking ring v0.17.8
18662024-11-13T21:23:15.086Z Checking icu_properties v1.5.1
18672024-11-13T21:23:15.117Z Checking scrypt v0.11.0
18682024-11-13T21:23:15.203Z Checking deranged v0.3.11
18692024-11-13T21:23:15.221Z Checking aes v0.8.4
18702024-11-13T21:23:15.345Z Checking cbc v0.1.2
18712024-11-13T21:23:15.372Z Checking crossbeam-utils v0.8.20
18722024-11-13T21:23:15.545Z Checking atomic-waker v1.1.2
18732024-11-13T21:23:15.685Z Checking write16 v1.0.0
18742024-11-13T21:23:15.810Z Checking utf16_iter v1.0.5
18752024-11-13T21:23:15.971Z Checking time-core v0.1.2
18762024-11-13T21:23:16.124Z Checking num-conv v0.1.0
18772024-11-13T21:23:16.140Z Checking utf8_iter v1.0.4
18782024-11-13T21:23:16.154Z Checking num_threads v0.1.7
18792024-11-13T21:23:16.264Z Checking icu_normalizer_data v1.5.0
18802024-11-13T21:23:16.346Z Checking pkcs5 v0.7.1
18812024-11-13T21:23:16.370Z Checking http-body v1.0.1
18822024-11-13T21:23:16.385Z Checking form_urlencoded v1.2.1
18832024-11-13T21:23:16.566Z Checking try-lock v0.2.5
18842024-11-13T21:23:16.591Z Checking unicode-ident v1.0.13
18852024-11-13T21:23:16.703Z Checking want v0.3.1
18862024-11-13T21:23:16.752Z Checking httpdate v1.0.3
18872024-11-13T21:23:16.866Z Checking pkcs8 v0.10.2
18882024-11-13T21:23:16.882Z Checking proc-macro2 v1.0.89
18892024-11-13T21:23:16.948Z Checking uuid v1.11.0
18902024-11-13T21:23:16.973Z Checking toml_datetime v0.6.8
18912024-11-13T21:23:16.985Z Checking time v0.3.36
18922024-11-13T21:23:17.090Z Checking aws-lc-rs v1.10.0
18932024-11-13T21:23:17.180Z Checking serde_spanned v0.6.8
18942024-11-13T21:23:17.246Z Checking slog v2.7.0
18952024-11-13T21:23:17.377Z Checking scroll v0.12.0
18962024-11-13T21:23:17.553Z Checking plain v0.2.3
18972024-11-13T21:23:17.570Z Checking ucd-trie v0.1.7
18982024-11-13T21:23:17.693Z Checking adler2 v2.0.0
18992024-11-13T21:23:17.749Z Checking base64 v0.22.1
19002024-11-13T21:23:17.764Z Checking tower-service v0.3.3
19012024-11-13T21:23:17.842Z Checking match_cfg v0.1.0
19022024-11-13T21:23:17.858Z Checking iana-time-zone v0.1.61
19032024-11-13T21:23:17.877Z Checking foreign-types-shared v0.1.1
19042024-11-13T21:23:17.935Z Checking hostname v0.3.1
19052024-11-13T21:23:17.986Z Checking foreign-types v0.3.2
19062024-11-13T21:23:18.008Z Checking chrono v0.4.38
19072024-11-13T21:23:18.066Z Checking miniz_oxide v0.8.0
19082024-11-13T21:23:18.081Z Checking goblin v0.8.2
19092024-11-13T21:23:18.241Z Checking pest v2.7.14
19102024-11-13T21:23:18.478Z Checking icu_normalizer v1.5.0
19112024-11-13T21:23:18.810Z Checking quote v1.0.37
19122024-11-13T21:23:18.891Z Checking rustls-webpki v0.102.8
19132024-11-13T21:23:19.179Z Checking openssl-sys v0.9.104
19142024-11-13T21:23:19.273Z Checking idna_adapter v1.2.0
19152024-11-13T21:23:19.484Z Checking idna v1.0.3
19162024-11-13T21:23:19.509Z Checking errno v0.3.9
19172024-11-13T21:23:19.726Z Checking dirs-sys-next v0.1.2
19182024-11-13T21:23:19.754Z Checking aho-corasick v1.1.3
19192024-11-13T21:23:19.908Z Checking data-encoding v2.6.0
19202024-11-13T21:23:19.978Z Checking url v2.5.3
19212024-11-13T21:23:20.141Z Checking pretty-hex v0.4.1
19222024-11-13T21:23:20.325Z Checking siphasher v0.3.11
19232024-11-13T21:23:20.522Z Checking regex-syntax v0.8.5
19242024-11-13T21:23:20.591Z Checking openssl v0.10.68
19252024-11-13T21:23:20.609Z Checking tokio-util v0.7.12
19262024-11-13T21:23:20.622Z Checking dirs-next v2.0.0
19272024-11-13T21:23:20.745Z Checking rustix v0.38.37
19282024-11-13T21:23:20.793Z Checking dtrace-parser v0.2.0
19292024-11-13T21:23:20.842Z Checking syn v2.0.87
19302024-11-13T21:23:21.277Z Checking http-body-util v0.1.2
19312024-11-13T21:23:21.381Z Checking crossbeam-epoch v0.9.18
19322024-11-13T21:23:21.483Z Checking h2 v0.4.6
19332024-11-13T21:23:21.737Z Checking signature v2.2.0
19342024-11-13T21:23:21.790Z Checking sha1 v0.10.6
19352024-11-13T21:23:21.946Z Checking lazy_static v1.5.0
19362024-11-13T21:23:22.065Z Checking thread_local v1.1.8
19372024-11-13T21:23:22.082Z Checking thread-id v4.2.2
19382024-11-13T21:23:22.184Z Checking encoding_rs v0.8.34
19392024-11-13T21:23:22.347Z Checking openssl-probe v0.1.5
19402024-11-13T21:23:22.510Z Checking winnow v0.6.20
19412024-11-13T21:23:23.023Z Checking dof v0.3.0
19422024-11-13T21:23:23.664Z Checking ipnet v2.10.1
19432024-11-13T21:23:23.819Z Checking regex-automata v0.4.8
19442024-11-13T21:23:24.111Z Checking unicode-properties v0.1.3
19452024-11-13T21:23:24.187Z Checking mime v0.3.17
19462024-11-13T21:23:24.461Z Checking gimli v0.31.1
19472024-11-13T21:23:24.502Z Checking either v1.13.0
19482024-11-13T21:23:24.520Z Checking utf8parse v0.2.2
19492024-11-13T21:23:24.666Z Checking anstyle v1.0.10
19502024-11-13T21:23:24.867Z Checking anstyle-parse v0.2.5
19512024-11-13T21:23:25.036Z Checking stringprep v0.1.5
19522024-11-13T21:23:25.154Z Checking crossbeam-deque v0.8.5
19532024-11-13T21:23:25.335Z Checking term v0.7.0
19542024-11-13T21:23:25.457Z Checking rustls v0.23.14
19552024-11-13T21:23:25.550Z Checking toml_edit v0.22.22
19562024-11-13T21:23:25.757Z Checking rustls v0.22.4
19572024-11-13T21:23:26.195Z Checking native-tls v0.2.12
19582024-11-13T21:23:26.531Z Checking slog-json v2.6.1
19592024-11-13T21:23:26.788Z Checking serde_urlencoded v0.7.1
19602024-11-13T21:23:27.197Z Checking usdt-impl v0.5.0
19612024-11-13T21:23:27.216Z Checking crossbeam-channel v0.5.13
19622024-11-13T21:23:27.737Z Checking futures-executor v0.3.31
19632024-11-13T21:23:27.759Z Checking hyper v1.5.0
19642024-11-13T21:23:27.945Z Checking rustls-pemfile v2.2.0
19652024-11-13T21:23:27.965Z Checking num-integer v0.1.46
19662024-11-13T21:23:28.163Z Checking idna v0.3.0
19672024-11-13T21:23:28.178Z Checking idna v0.4.0
19682024-11-13T21:23:28.435Z Checking md-5 v0.10.6
19692024-11-13T21:23:28.477Z Checking ff v0.13.0
19702024-11-13T21:23:28.593Z Checking addr2line v0.24.2
19712024-11-13T21:23:28.658Z Checking is-terminal v0.4.13
19722024-11-13T21:23:28.685Z Checking memmap v0.7.0
19732024-11-13T21:23:28.773Z Checking hash32 v0.2.1
19742024-11-13T21:23:28.878Z Checking object v0.36.5
19752024-11-13T21:23:28.992Z Checking colorchoice v1.0.2
19762024-11-13T21:23:29.007Z Checking anstyle-query v1.1.1
19772024-11-13T21:23:29.082Z Checking rustc-demangle v0.1.24
19782024-11-13T21:23:29.096Z Checking dyn-clone v1.0.17
19792024-11-13T21:23:29.118Z Checking psl-types v2.0.11
19802024-11-13T21:23:29.133Z Checking is_terminal_polyfill v1.70.1
19812024-11-13T21:23:29.233Z Checking fallible-iterator v0.2.0
19822024-11-13T21:23:29.251Z Checking base16ct v0.2.0
19832024-11-13T21:23:29.285Z Checking utf-8 v0.7.6
19842024-11-13T21:23:29.444Z Checking linked-hash-map v0.5.6
19852024-11-13T21:23:29.459Z Checking quick-error v1.2.3
19862024-11-13T21:23:29.484Z Checking take_mut v0.2.2
19872024-11-13T21:23:29.501Z Checking tungstenite v0.24.0
19882024-11-13T21:23:29.591Z Checking resolv-conf v0.7.0
19892024-11-13T21:23:29.631Z Checking slog-async v2.8.0
19902024-11-13T21:23:29.758Z Checking lru-cache v0.1.2
19912024-11-13T21:23:29.791Z Checking hyper-util v0.1.10
19922024-11-13T21:23:29.837Z Checking postgres-protocol v0.6.7
19932024-11-13T21:23:29.912Z Checking sec1 v0.7.3
19942024-11-13T21:23:29.928Z Checking tokio-rustls v0.25.0
19952024-11-13T21:23:29.941Z Checking publicsuffix v2.2.3
19962024-11-13T21:23:30.177Z Checking anstream v0.6.15
19972024-11-13T21:23:30.304Z Checking schemars v0.8.21
19982024-11-13T21:23:30.330Z Checking heapless v0.7.17
19992024-11-13T21:23:30.365Z Checking hickory-proto v0.24.1
20002024-11-13T21:23:30.515Z Checking usdt v0.5.0
20012024-11-13T21:23:30.531Z Checking slog-term v2.9.1
20022024-11-13T21:23:30.772Z Checking group v0.13.0
20032024-11-13T21:23:30.928Z Checking tokio-rustls v0.26.0
20042024-11-13T21:23:31.010Z Checking num-iter v0.1.45
20052024-11-13T21:23:31.042Z Checking toml v0.8.19
20062024-11-13T21:23:31.189Z Checking futures v0.3.31
20072024-11-13T21:23:31.304Z Checking slog-bunyan v2.5.0
20082024-11-13T21:23:31.331Z Checking tokio-native-tls v0.3.1
20092024-11-13T21:23:31.355Z Checking rayon-core v1.12.1
20102024-11-13T21:23:31.460Z Checking multer v3.1.0
20112024-11-13T21:23:31.579Z Checking terminal_size v0.4.0
20122024-11-13T21:23:31.719Z Checking phf_shared v0.11.2
20132024-11-13T21:23:31.744Z Checking cookie v0.18.1
20142024-11-13T21:23:31.825Z Checking async-stream v0.3.6
20152024-11-13T21:23:31.859Z Checking bzip2-sys v0.1.11+1.0.8
20162024-11-13T21:23:31.975Z Checking camino v1.1.9
20172024-11-13T21:23:31.992Z Checking signal-hook v0.3.17
20182024-11-13T21:23:31.995Z Checking waitgroup v0.1.2
20192024-11-13T21:23:32.015Z Checking openapiv3 v2.0.0
20202024-11-13T21:23:32.043Z Checking webpki-roots v0.26.6
20212024-11-13T21:23:32.132Z Checking idna v0.5.0
20222024-11-13T21:23:32.192Z Checking serde_path_to_error v0.1.16
20232024-11-13T21:23:32.263Z Checking hkdf v0.12.4
20242024-11-13T21:23:32.317Z Checking crypto-bigint v0.5.5
20252024-11-13T21:23:32.480Z Checking hostname v0.4.0
20262024-11-13T21:23:32.525Z Checking crc32fast v1.4.2
20272024-11-13T21:23:32.619Z Checking winnow v0.5.40
20282024-11-13T21:23:32.752Z Checking bitflags v1.3.2
20292024-11-13T21:23:32.806Z Checking strsim v0.11.1
20302024-11-13T21:23:32.851Z Checking clap_lex v0.7.2
20312024-11-13T21:23:33.005Z Checking debug-ignore v1.0.5
20322024-11-13T21:23:33.074Z Checking managed v0.8.0
20332024-11-13T21:23:33.109Z Checking unicode-width v0.1.14
20342024-11-13T21:23:33.135Z Checking clap_builder v4.5.20
20352024-11-13T21:23:33.466Z Checking smoltcp v0.9.1
20362024-11-13T21:23:33.609Z Checking console v0.15.8
20372024-11-13T21:23:34.220Z Checking cookie_store v0.21.0
20382024-11-13T21:23:34.902Z Checking flate2 v1.0.34
20392024-11-13T21:23:34.990Z Checking signal-hook-mio v0.2.4
20402024-11-13T21:23:35.107Z Checking hickory-resolver v0.24.1
20412024-11-13T21:23:35.141Z Checking hyper-rustls v0.27.3
20422024-11-13T21:23:35.186Z Checking elliptic-curve v0.13.8
20432024-11-13T21:23:35.358Z Checking backtrace v0.3.74
20442024-11-13T21:23:35.477Z Checking dropshot v0.12.0
20452024-11-13T21:23:35.480Z Checking rayon v1.10.0
20462024-11-13T21:23:35.530Z Checking bzip2 v0.4.4
20472024-11-13T21:23:35.605Z Checking toml_edit v0.19.15
20482024-11-13T21:23:35.817Z Checking phf v0.11.2
20492024-11-13T21:23:35.821Z Checking hyper-tls v0.6.0
20502024-11-13T21:23:35.895Z Checking anyhow v1.0.93
20512024-11-13T21:23:36.099Z Checking num-bigint-dig v0.8.4
20522024-11-13T21:23:36.115Z Checking postgres-types v0.2.8
20532024-11-13T21:23:36.133Z Checking tokio-tungstenite v0.24.0
20542024-11-13T21:23:36.280Z Checking regex v1.11.1
20552024-11-13T21:23:36.598Z Checking bstr v1.10.0
20562024-11-13T21:23:36.705Z Checking ed25519 v2.2.3
20572024-11-13T21:23:36.853Z Checking tokio-stream v0.1.16
20582024-11-13T21:23:36.919Z Checking phf_shared v0.10.0
20592024-11-13T21:23:36.988Z Checking curve25519-dalek v4.1.3
20602024-11-13T21:23:37.210Z Checking zerocopy v0.6.6
20612024-11-13T21:23:37.533Z Checking pkcs1 v0.7.5
20622024-11-13T21:23:37.767Z Checking hubpack v0.1.2
20632024-11-13T21:23:37.945Z Checking portable-atomic v1.9.0
20642024-11-13T21:23:37.985Z Checking float-cmp v0.9.0
20652024-11-13T21:23:38.033Z Checking serde-big-array v0.5.1
20662024-11-13T21:23:38.076Z Checking rfc6979 v0.4.0
20672024-11-13T21:23:38.158Z Checking sync_wrapper v1.0.1
20682024-11-13T21:23:38.212Z Checking precomputed-hash v0.1.1
20692024-11-13T21:23:38.248Z Checking new_debug_unreachable v1.0.6
20702024-11-13T21:23:38.251Z Checking static_assertions v1.1.0
20712024-11-13T21:23:38.294Z Checking normalize-line-endings v0.3.0
20722024-11-13T21:23:38.320Z Checking number_prefix v0.4.0
20732024-11-13T21:23:38.338Z Checking unicode-segmentation v1.12.0
20742024-11-13T21:23:38.356Z Checking whoami v1.5.2
20752024-11-13T21:23:38.411Z Checking minimal-lexical v0.2.1
20762024-11-13T21:23:38.512Z Checking difflib v0.4.0
20772024-11-13T21:23:38.654Z Checking predicates-core v1.0.8
20782024-11-13T21:23:38.799Z Checking bit-vec v0.6.3
20792024-11-13T21:23:38.821Z Checking fixedbitset v0.4.2
20802024-11-13T21:23:38.835Z Checking predicates v3.1.2
20812024-11-13T21:23:38.874Z Checking ed25519-dalek v2.1.1
20822024-11-13T21:23:38.976Z Checking nom v7.1.3
20832024-11-13T21:23:39.018Z Checking similar v2.6.0
20842024-11-13T21:23:39.073Z Checking petgraph v0.6.5
20852024-11-13T21:23:39.088Z Checking qorb v0.2.0
20862024-11-13T21:23:39.115Z Checking bit-set v0.5.3
20872024-11-13T21:23:39.277Z Checking tokio-postgres v0.7.12
20882024-11-13T21:23:39.302Z Checking indicatif v0.17.8
20892024-11-13T21:23:39.384Z Checking string_cache v0.8.7
20902024-11-13T21:23:39.460Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20912024-11-13T21:23:39.664Z Checking reqwest v0.12.9
20922024-11-13T21:23:39.862Z Checking ecdsa v0.16.9
20932024-11-13T21:23:40.053Z Checking rsa v0.9.6
20942024-11-13T21:23:40.608Z Checking toml v0.7.8
20952024-11-13T21:23:41.158Z Checking clap v4.5.20
20962024-11-13T21:23:41.283Z Checking zip v0.6.6
20972024-11-13T21:23:41.340Z Checking crossterm v0.28.1
20982024-11-13T21:23:41.551Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20992024-11-13T21:23:41.577Z Checking itertools v0.10.5
21002024-11-13T21:23:41.608Z Checking itertools v0.12.1
21012024-11-13T21:23:41.876Z Checking fs-err v2.11.0
21022024-11-13T21:23:41.915Z Checking ahash v0.8.11
21032024-11-13T21:23:42.351Z Checking x509-cert v0.2.5
21042024-11-13T21:23:42.371Z Checking semver v1.0.23
21052024-11-13T21:23:42.405Z Checking hex v0.4.3
21062024-11-13T21:23:42.489Z Checking peg-runtime v0.8.3
21072024-11-13T21:23:42.706Z Checking lalrpop-util v0.19.12
21082024-11-13T21:23:42.783Z Checking sigpipe v0.1.3
21092024-11-13T21:23:44.220Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21102024-11-13T21:23:44.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.62s
21112024-11-13T21:23:44.681Z
21122024-11-13T21:23:44.682Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168)
21132024-11-13T21:23:45.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142024-11-13T21:23:45.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152024-11-13T21:23:45.325Z Compiling hashbrown v0.14.5
21162024-11-13T21:23:45.440Z Checking heck v0.5.0
21172024-11-13T21:23:45.450Z Compiling unsafe-libyaml v0.2.11
21182024-11-13T21:23:45.462Z Compiling ident_case v1.0.1
21192024-11-13T21:23:45.475Z Checking progenitor-client v0.8.0
21202024-11-13T21:23:45.488Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21212024-11-13T21:23:45.501Z Compiling proc-macro-crate v1.3.1
21222024-11-13T21:23:45.600Z Compiling darling_core v0.20.10
21232024-11-13T21:23:45.626Z Checking ipnetwork v0.20.0
21242024-11-13T21:23:45.833Z Compiling structmeta-derive v0.3.0
21252024-11-13T21:23:45.856Z Compiling newtype-uuid v1.1.3
21262024-11-13T21:23:45.963Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21272024-11-13T21:23:46.177Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21282024-11-13T21:23:46.254Z Compiling lzma-sys v0.1.20
21292024-11-13T21:23:46.519Z Compiling foreign-types-macros v0.2.3
21302024-11-13T21:23:46.565Z Compiling num_enum_derive v0.5.11
21312024-11-13T21:23:46.590Z Checking regress v0.10.1
21322024-11-13T21:23:47.008Z Compiling serde_yaml v0.9.34+deprecated
21332024-11-13T21:23:47.402Z Compiling dropshot v0.13.0
21342024-11-13T21:23:47.681Z Checking arc-swap v1.7.1
21352024-11-13T21:23:47.804Z Checking foreign-types-shared v0.3.1
21362024-11-13T21:23:47.919Z Checking foreign-types v0.5.0
21372024-11-13T21:23:48.119Z Checking slog-scope v4.4.0
21382024-11-13T21:23:48.135Z Compiling proc-macro-error v1.0.4
21392024-11-13T21:23:48.791Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21402024-11-13T21:23:48.845Z Compiling structmeta v0.3.0
21412024-11-13T21:23:48.869Z Checking tungstenite v0.21.0
21422024-11-13T21:23:48.896Z Compiling heck v0.3.3
21432024-11-13T21:23:49.160Z Checking num_enum v0.5.11
21442024-11-13T21:23:49.273Z Compiling parse-display-derive v0.10.0
21452024-11-13T21:23:49.316Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21462024-11-13T21:23:49.333Z Compiling dropshot_endpoint v0.13.0
21472024-11-13T21:23:49.815Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21482024-11-13T21:23:50.113Z Checking typify-impl v0.2.0
21492024-11-13T21:23:50.146Z Checking cstr-argument v0.1.2
21502024-11-13T21:23:50.331Z Checking instant v0.1.13
21512024-11-13T21:23:50.622Z Checking fastrand v2.1.1
21522024-11-13T21:23:50.969Z Checking base64 v0.21.7
21532024-11-13T21:23:51.313Z Checking pretty-hex v0.2.1
21542024-11-13T21:23:51.454Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21552024-11-13T21:23:51.486Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21562024-11-13T21:23:51.760Z Checking tempfile v3.13.0
21572024-11-13T21:23:51.775Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21582024-11-13T21:23:51.775Z Checking backoff v0.4.0
21592024-11-13T21:23:51.914Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21602024-11-13T21:23:52.108Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21612024-11-13T21:23:52.127Z Checking tokio-tungstenite v0.21.0
21622024-11-13T21:23:52.227Z Compiling zone_cfg_derive v0.1.2
21632024-11-13T21:23:52.254Z Checking strum v0.26.3
21642024-11-13T21:23:52.410Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21652024-11-13T21:23:52.603Z Compiling darling_macro v0.20.10
21662024-11-13T21:23:52.625Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21672024-11-13T21:23:52.628Z Checking slog-stdlog v4.1.1
21682024-11-13T21:23:52.848Z Checking regress v0.9.1
21692024-11-13T21:23:52.957Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21702024-11-13T21:23:53.113Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21712024-11-13T21:23:53.169Z Checking colored v2.1.0
21722024-11-13T21:23:53.383Z Checking macaddr v1.0.1
21732024-11-13T21:23:53.482Z Checking base64 v0.13.1
21742024-11-13T21:23:53.539Z Compiling darling v0.20.10
21752024-11-13T21:23:53.666Z Compiling serde_with_macros v3.11.0
21762024-11-13T21:23:53.702Z Checking zone v0.1.8
21772024-11-13T21:23:53.845Z Checking ron v0.7.1
21782024-11-13T21:23:53.941Z Checking parse-display v0.10.0
21792024-11-13T21:23:54.185Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21802024-11-13T21:23:54.346Z Checking xz2 v0.1.7
21812024-11-13T21:23:54.640Z Checking slog-envlogger v2.2.0
21822024-11-13T21:23:54.667Z Checking tabwriter v1.4.0
21832024-11-13T21:23:54.847Z Checking xattr v1.3.1
21842024-11-13T21:23:54.901Z Checking pem v3.0.4
21852024-11-13T21:23:54.975Z Checking yasna v0.5.2
21862024-11-13T21:23:55.041Z Checking headers-core v0.3.0
21872024-11-13T21:23:55.182Z Checking smf v0.2.3
21882024-11-13T21:23:55.235Z Checking filetime v0.2.25
21892024-11-13T21:23:55.453Z Checking same-file v1.0.6
21902024-11-13T21:23:55.633Z Checking walkdir v2.5.0
21912024-11-13T21:23:55.648Z Checking tar v0.4.43
21922024-11-13T21:23:55.664Z Checking headers v0.4.0
21932024-11-13T21:23:55.907Z Checking rcgen v0.12.1
21942024-11-13T21:23:55.923Z Checking camino-tempfile v1.1.1
21952024-11-13T21:23:56.206Z Checking atomicwrites v0.4.4
21962024-11-13T21:23:56.375Z Checking subprocess v0.2.9
21972024-11-13T21:23:56.578Z Checking serde_with v3.11.0
21982024-11-13T21:24:00.449Z Compiling typify-macro v0.2.0
21992024-11-13T21:24:02.279Z Compiling typify v0.2.0
22002024-11-13T21:24:02.346Z Compiling progenitor-impl v0.8.0
22012024-11-13T21:24:05.483Z Compiling progenitor-macro v0.8.0
22022024-11-13T21:24:10.710Z Checking progenitor v0.8.0
22032024-11-13T21:24:10.861Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22042024-11-13T21:24:10.864Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22052024-11-13T21:24:13.529Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22062024-11-13T21:24:13.716Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22072024-11-13T21:24:20.126Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22082024-11-13T21:24:21.676Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22092024-11-13T21:24:22.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.23s
22102024-11-13T21:24:23.088Z
22112024-11-13T21:24:23.088Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168)
22122024-11-13T21:24:23.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132024-11-13T21:24:23.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142024-11-13T21:24:23.728Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22152024-11-13T21:24:25.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
22162024-11-13T21:24:25.300Z
22172024-11-13T21:24:25.300Zinfo: running `cargo check --bins` on nexus-config (31/168)
22182024-11-13T21:24:25.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192024-11-13T21:24:25.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202024-11-13T21:24:25.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212024-11-13T21:24:25.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22222024-11-13T21:24:25.901Z
22232024-11-13T21:24:25.901Zinfo: running `cargo check --bins` on omicron-rpaths (32/168)
22242024-11-13T21:24:26.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-11-13T21:24:26.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-11-13T21:24:26.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272024-11-13T21:24:26.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22282024-11-13T21:24:26.483Z
22292024-11-13T21:24:26.483Zinfo: running `cargo check --bins` on omicron-certificates (33/168)
22302024-11-13T21:24:27.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-11-13T21:24:27.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-11-13T21:24:27.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332024-11-13T21:24:27.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22342024-11-13T21:24:27.089Z
22352024-11-13T21:24:27.090Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/168)
22362024-11-13T21:24:27.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372024-11-13T21:24:27.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382024-11-13T21:24:27.718Z Compiling heapless v0.8.0
22392024-11-13T21:24:27.721Z Checking hash32 v0.3.1
22402024-11-13T21:24:27.828Z Compiling smoltcp v0.11.0
22412024-11-13T21:24:27.840Z Checking cobs v0.2.3
22422024-11-13T21:24:27.851Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22432024-11-13T21:24:27.854Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22442024-11-13T21:24:27.873Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22452024-11-13T21:24:27.876Z Compiling crucible-workspace-hack v0.1.0
22462024-11-13T21:24:27.963Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22472024-11-13T21:24:27.994Z Checking postcard v1.0.10
22482024-11-13T21:24:27.997Z Checking newline-converter v0.3.0
22492024-11-13T21:24:28.161Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22502024-11-13T21:24:28.179Z Compiling convert_case v0.4.0
22512024-11-13T21:24:28.316Z Checking expectorate v1.1.0
22522024-11-13T21:24:28.360Z Compiling zone_cfg_derive v0.3.0
22532024-11-13T21:24:28.475Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22542024-11-13T21:24:28.489Z Checking itertools v0.13.0
22552024-11-13T21:24:28.538Z Compiling num-derive v0.4.2
22562024-11-13T21:24:28.706Z Compiling slog-dtrace v0.3.0
22572024-11-13T21:24:28.790Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22582024-11-13T21:24:29.053Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22592024-11-13T21:24:29.156Z Compiling derive_more v0.99.18
22602024-11-13T21:24:29.814Z Checking zone v0.3.0
22612024-11-13T21:24:30.406Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22622024-11-13T21:24:31.728Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22632024-11-13T21:24:32.675Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22642024-11-13T21:24:32.991Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22652024-11-13T21:24:33.744Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22662024-11-13T21:24:34.348Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22672024-11-13T21:24:35.601Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22682024-11-13T21:24:36.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s
22692024-11-13T21:24:36.716Z
22702024-11-13T21:24:36.716Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/168)
22712024-11-13T21:24:37.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722024-11-13T21:24:37.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732024-11-13T21:24:37.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742024-11-13T21:24:37.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22752024-11-13T21:24:37.318Z
22762024-11-13T21:24:37.318Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/168)
22772024-11-13T21:24:37.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782024-11-13T21:24:37.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792024-11-13T21:24:37.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802024-11-13T21:24:37.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22812024-11-13T21:24:37.923Z
22822024-11-13T21:24:37.923Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168)
22832024-11-13T21:24:38.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-11-13T21:24:38.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-11-13T21:24:38.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862024-11-13T21:24:38.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22872024-11-13T21:24:38.621Z
22882024-11-13T21:24:38.621Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168)
22892024-11-13T21:24:39.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-11-13T21:24:39.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-11-13T21:24:39.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922024-11-13T21:24:39.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22932024-11-13T21:24:39.314Z
22942024-11-13T21:24:39.314Zinfo: running `cargo check --bins` on dns-server (39/168)
22952024-11-13T21:24:39.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-11-13T21:24:39.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-11-13T21:24:39.930Z Compiling parking_lot_core v0.8.6
22982024-11-13T21:24:39.930Z Checking nibble_vec v0.1.0
22992024-11-13T21:24:39.932Z Checking endian-type v0.1.2
23002024-11-13T21:24:39.932Z Checking fxhash v0.2.1
23012024-11-13T21:24:39.932Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23022024-11-13T21:24:39.932Z Checking hickory-server v0.24.1
23032024-11-13T21:24:40.201Z Checking radix_trie v0.2.1
23042024-11-13T21:24:40.488Z Checking hickory-client v0.24.1
23052024-11-13T21:24:40.614Z Checking parking_lot v0.11.2
23062024-11-13T21:24:40.760Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23072024-11-13T21:24:40.760Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23082024-11-13T21:24:40.896Z Checking sled v0.34.7
23092024-11-13T21:24:42.632Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23102024-11-13T21:24:43.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
23112024-11-13T21:24:44.005Z
23122024-11-13T21:24:44.005Zinfo: running `cargo check --bins` on dns-server-api (40/168)
23132024-11-13T21:24:44.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142024-11-13T21:24:44.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152024-11-13T21:24:44.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162024-11-13T21:24:44.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23172024-11-13T21:24:44.600Z
23182024-11-13T21:24:44.600Zinfo: running `cargo check --bins` on internal-dns-types (41/168)
23192024-11-13T21:24:45.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202024-11-13T21:24:45.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212024-11-13T21:24:45.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222024-11-13T21:24:45.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23232024-11-13T21:24:45.204Z
23242024-11-13T21:24:45.204Zinfo: running `cargo check --bins` on dns-service-client (42/168)
23252024-11-13T21:24:45.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262024-11-13T21:24:45.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272024-11-13T21:24:45.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282024-11-13T21:24:45.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23292024-11-13T21:24:45.800Z
23302024-11-13T21:24:45.800Zinfo: running `cargo check --bins` on gateway-test-utils (43/168)
23312024-11-13T21:24:46.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-11-13T21:24:46.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-11-13T21:24:46.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342024-11-13T21:24:46.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23352024-11-13T21:24:46.446Z
23362024-11-13T21:24:46.447Zinfo: running `cargo check --bins` on gateway-types (44/168)
23372024-11-13T21:24:46.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-11-13T21:24:46.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-11-13T21:24:46.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402024-11-13T21:24:46.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23412024-11-13T21:24:47.043Z
23422024-11-13T21:24:47.043Zinfo: running `cargo check --bins` on ipcc (45/168)
23432024-11-13T21:24:47.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-11-13T21:24:47.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-11-13T21:24:47.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462024-11-13T21:24:47.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23472024-11-13T21:24:47.647Z
23482024-11-13T21:24:47.647Zinfo: running `cargo check --bins` on omicron-gateway (46/168)
23492024-11-13T21:24:48.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-11-13T21:24:48.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-11-13T21:24:48.321Z Checking num-rational v0.4.2
23522024-11-13T21:24:48.321Z Compiling progenitor-client v0.8.0
23532024-11-13T21:24:48.321Z Checking num-complex v0.4.6
23542024-11-13T21:24:48.323Z Compiling newtype-uuid v1.1.3
23552024-11-13T21:24:48.425Z Compiling ipnetwork v0.20.0
23562024-11-13T21:24:48.427Z Compiling instant v0.1.13
23572024-11-13T21:24:48.431Z Checking float-ord v0.3.2
23582024-11-13T21:24:48.438Z Compiling radium v0.7.0
23592024-11-13T21:24:48.559Z Compiling semver v0.1.20
23602024-11-13T21:24:48.574Z Compiling backoff v0.4.0
23612024-11-13T21:24:48.763Z Compiling progenitor v0.8.0
23622024-11-13T21:24:48.887Z Compiling rustc_version v0.1.7
23632024-11-13T21:24:48.909Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23642024-11-13T21:24:48.951Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23652024-11-13T21:24:49.020Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23662024-11-13T21:24:49.060Z Compiling dropshot v0.13.0
23672024-11-13T21:24:49.190Z Compiling parse-display v0.10.0
23682024-11-13T21:24:49.274Z Checking num v0.4.3
23692024-11-13T21:24:49.277Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23702024-11-13T21:24:49.351Z Compiling serde_with v3.11.0
23712024-11-13T21:24:49.375Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23722024-11-13T21:24:49.389Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23732024-11-13T21:24:49.459Z Compiling regress v0.9.1
23742024-11-13T21:24:49.862Z Compiling macaddr v1.0.1
23752024-11-13T21:24:50.352Z Compiling maybe-uninit v2.0.0
23762024-11-13T21:24:50.752Z Checking tap v1.0.1
23772024-11-13T21:24:50.909Z Checking wyz v0.5.1
23782024-11-13T21:24:51.071Z Compiling newtype_derive v0.1.6
23792024-11-13T21:24:51.353Z Checking password-hash v0.5.0
23802024-11-13T21:24:51.437Z Checking blake2 v0.10.6
23812024-11-13T21:24:51.719Z Checking funty v2.0.0
23822024-11-13T21:24:51.794Z Compiling owo-colors v4.1.0
23832024-11-13T21:24:52.063Z Checking crc-catalog v2.4.0
23842024-11-13T21:24:52.076Z Compiling cancel-safe-futures v0.1.5
23852024-11-13T21:24:52.208Z Compiling packed_struct v0.10.1
23862024-11-13T21:24:52.441Z Checking crc v3.2.1
23872024-11-13T21:24:52.665Z Checking bitvec v1.0.1
23882024-11-13T21:24:52.722Z Checking argon2 v0.5.3
23892024-11-13T21:24:52.945Z Compiling packed_struct_codegen v0.10.1
23902024-11-13T21:24:53.019Z Compiling indexmap v1.9.3
23912024-11-13T21:24:53.319Z Checking half v2.4.1
23922024-11-13T21:24:53.363Z Checking nodrop v0.1.14
23932024-11-13T21:24:53.420Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23942024-11-13T21:24:53.482Z Checking ciborium-io v0.2.2
23952024-11-13T21:24:53.614Z Checking array-init v0.0.4
23962024-11-13T21:24:53.729Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972024-11-13T21:24:53.764Z Checking ciborium-ll v0.2.2
23982024-11-13T21:24:54.055Z Checking smallvec v0.6.14
23992024-11-13T21:24:54.185Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002024-11-13T21:24:54.443Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24012024-11-13T21:24:55.107Z Checking prettyplease v0.2.25
24022024-11-13T21:24:55.241Z Checking libsw v3.3.1
24032024-11-13T21:24:55.535Z Compiling memoffset v0.9.1
24042024-11-13T21:24:55.738Z Checking hashbrown v0.12.3
24052024-11-13T21:24:55.834Z Checking termcolor v1.4.1
24062024-11-13T21:24:56.241Z Checking indent_write v2.2.0
24072024-11-13T21:24:56.256Z Checking bitfield v0.14.0
24082024-11-13T21:24:56.397Z Checking swrite v0.1.0
24092024-11-13T21:24:56.447Z Checking highway v1.2.0
24102024-11-13T21:24:56.518Z Checking linear-map v1.2.0
24112024-11-13T21:24:56.536Z Checking env_logger v0.10.2
24122024-11-13T21:24:56.841Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24132024-11-13T21:24:56.858Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24142024-11-13T21:24:56.874Z Checking ron v0.8.1
24152024-11-13T21:24:56.951Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24162024-11-13T21:24:57.562Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24172024-11-13T21:24:58.028Z Checking serde-hex v0.1.0
24182024-11-13T21:24:58.121Z Checking steno v0.4.1
24192024-11-13T21:24:58.377Z Checking ciborium v0.2.2
24202024-11-13T21:24:58.852Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24212024-11-13T21:24:59.109Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24222024-11-13T21:24:59.157Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24232024-11-13T21:24:59.175Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24242024-11-13T21:24:59.358Z Checking hashbrown v0.13.2
24252024-11-13T21:24:59.816Z Checking crc-any v2.5.0
24262024-11-13T21:25:00.168Z Checking humantime v2.1.0
24272024-11-13T21:25:00.332Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24282024-11-13T21:25:00.458Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24292024-11-13T21:25:00.460Z Checking object v0.30.4
24302024-11-13T21:25:00.598Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24312024-11-13T21:25:00.723Z Checking path-slash v0.1.5
24322024-11-13T21:25:00.882Z Checking nix v0.27.1
24332024-11-13T21:25:00.914Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24342024-11-13T21:25:01.002Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24352024-11-13T21:25:01.753Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24362024-11-13T21:25:02.009Z Checking tungstenite v0.23.0
24372024-11-13T21:25:02.056Z Checking kstat-rs v0.2.4
24382024-11-13T21:25:02.145Z Checking signal-hook-tokio v0.3.1
24392024-11-13T21:25:02.931Z Checking tokio-tungstenite v0.23.1
24402024-11-13T21:25:03.400Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24412024-11-13T21:25:03.474Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24422024-11-13T21:25:08.592Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24432024-11-13T21:25:10.476Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24442024-11-13T21:25:10.578Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24452024-11-13T21:25:13.975Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24462024-11-13T21:25:14.265Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24472024-11-13T21:25:15.425Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24482024-11-13T21:25:21.036Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24492024-11-13T21:25:21.706Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24502024-11-13T21:25:24.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s
24512024-11-13T21:25:24.570Z
24522024-11-13T21:25:24.570Zinfo: running `cargo check --bins` on gateway-api (47/168)
24532024-11-13T21:25:25.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542024-11-13T21:25:25.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552024-11-13T21:25:25.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562024-11-13T21:25:25.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24572024-11-13T21:25:25.182Z
24582024-11-13T21:25:25.182Zinfo: running `cargo check --bins` on oximeter (48/168)
24592024-11-13T21:25:25.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602024-11-13T21:25:25.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612024-11-13T21:25:25.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622024-11-13T21:25:25.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24632024-11-13T21:25:25.785Z
24642024-11-13T21:25:25.785Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/168)
24652024-11-13T21:25:26.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662024-11-13T21:25:26.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672024-11-13T21:25:26.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682024-11-13T21:25:26.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24692024-11-13T21:25:26.370Z
24702024-11-13T21:25:26.370Zinfo: running `cargo check --bins` on oximeter-schema (50/168)
24712024-11-13T21:25:26.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722024-11-13T21:25:26.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732024-11-13T21:25:26.974Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24742024-11-13T21:25:27.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
24752024-11-13T21:25:27.569Z
24762024-11-13T21:25:27.569Zinfo: running `cargo check --bins` on oximeter-types (51/168)
24772024-11-13T21:25:28.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-11-13T21:25:28.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-11-13T21:25:28.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802024-11-13T21:25:28.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24812024-11-13T21:25:28.169Z
24822024-11-13T21:25:28.169Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/168)
24832024-11-13T21:25:28.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-11-13T21:25:28.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-11-13T21:25:28.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862024-11-13T21:25:28.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24872024-11-13T21:25:28.766Z
24882024-11-13T21:25:28.766Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168)
24892024-11-13T21:25:29.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-11-13T21:25:29.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-11-13T21:25:29.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922024-11-13T21:25:29.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24932024-11-13T21:25:29.346Z
24942024-11-13T21:25:29.346Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168)
24952024-11-13T21:25:29.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-11-13T21:25:29.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-11-13T21:25:29.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982024-11-13T21:25:29.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24992024-11-13T21:25:29.949Z
25002024-11-13T21:25:29.949Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168)
25012024-11-13T21:25:30.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-11-13T21:25:30.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-11-13T21:25:30.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042024-11-13T21:25:30.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25052024-11-13T21:25:30.548Z
25062024-11-13T21:25:30.548Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168)
25072024-11-13T21:25:31.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-11-13T21:25:31.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-11-13T21:25:31.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102024-11-13T21:25:31.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25112024-11-13T21:25:31.148Z
25122024-11-13T21:25:31.148Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168)
25132024-11-13T21:25:31.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-11-13T21:25:31.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-11-13T21:25:31.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162024-11-13T21:25:31.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25172024-11-13T21:25:31.911Z
25182024-11-13T21:25:31.911Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168)
25192024-11-13T21:25:32.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-11-13T21:25:32.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-11-13T21:25:32.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222024-11-13T21:25:32.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25232024-11-13T21:25:32.344Z
25242024-11-13T21:25:32.344Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168)
25252024-11-13T21:25:32.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-11-13T21:25:32.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-11-13T21:25:32.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282024-11-13T21:25:32.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25292024-11-13T21:25:32.945Z
25302024-11-13T21:25:32.945Zinfo: running `cargo check --bins` on oximeter-producer (60/168)
25312024-11-13T21:25:33.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-11-13T21:25:33.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-11-13T21:25:33.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342024-11-13T21:25:33.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25352024-11-13T21:25:33.582Z
25362024-11-13T21:25:33.583Zinfo: running `cargo check --bins` on internal-dns-resolver (61/168)
25372024-11-13T21:25:34.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-11-13T21:25:34.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-11-13T21:25:34.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402024-11-13T21:25:34.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25412024-11-13T21:25:34.183Z
25422024-11-13T21:25:34.183Zinfo: running `cargo check --bins` on nexus-client (62/168)
25432024-11-13T21:25:34.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-11-13T21:25:34.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-11-13T21:25:34.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462024-11-13T21:25:34.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25472024-11-13T21:25:34.807Z
25482024-11-13T21:25:34.807Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/168)
25492024-11-13T21:25:35.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-11-13T21:25:35.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-11-13T21:25:35.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-11-13T21:25:35.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25532024-11-13T21:25:35.422Z
25542024-11-13T21:25:35.422Zinfo: running `cargo check --bins` on omicron-passwords (64/168)
25552024-11-13T21:25:35.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-11-13T21:25:35.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-11-13T21:25:35.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-11-13T21:25:35.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25592024-11-13T21:25:36.007Z
25602024-11-13T21:25:36.007Zinfo: running `cargo check --bins` on nexus-types (65/168)
25612024-11-13T21:25:36.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-11-13T21:25:36.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-11-13T21:25:36.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-11-13T21:25:36.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25652024-11-13T21:25:36.633Z
25662024-11-13T21:25:36.633Zinfo: running `cargo check --bins` on gateway-client (66/168)
25672024-11-13T21:25:37.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-11-13T21:25:37.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-11-13T21:25:37.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-11-13T21:25:37.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25712024-11-13T21:25:37.221Z
25722024-11-13T21:25:37.221Zinfo: running `cargo check --bins` on oxql-types (67/168)
25732024-11-13T21:25:37.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-11-13T21:25:37.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-11-13T21:25:37.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-11-13T21:25:37.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25772024-11-13T21:25:37.827Z
25782024-11-13T21:25:37.827Zinfo: running `cargo check --bins` on update-engine (68/168)
25792024-11-13T21:25:38.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-11-13T21:25:38.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-11-13T21:25:38.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-11-13T21:25:38.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25832024-11-13T21:25:38.416Z
25842024-11-13T21:25:38.416Zinfo: running `cargo check --bins` on sp-sim (69/168)
25852024-11-13T21:25:38.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-11-13T21:25:38.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-11-13T21:25:39.029Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25882024-11-13T21:25:40.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
25892024-11-13T21:25:41.022Z
25902024-11-13T21:25:41.022Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168)
25912024-11-13T21:25:41.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-11-13T21:25:41.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-11-13T21:25:41.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-11-13T21:25:41.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25952024-11-13T21:25:41.671Z
25962024-11-13T21:25:41.671Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168)
25972024-11-13T21:25:42.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-11-13T21:25:42.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-11-13T21:25:42.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-11-13T21:25:42.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26012024-11-13T21:25:42.328Z
26022024-11-13T21:25:42.328Zinfo: running `cargo check --bins` on db-macros (72/168)
26032024-11-13T21:25:42.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-11-13T21:25:42.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-11-13T21:25:42.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-11-13T21:25:42.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26072024-11-13T21:25:42.921Z
26082024-11-13T21:25:42.921Zinfo: running `cargo check --bins` on nexus-macros-common (73/168)
26092024-11-13T21:25:43.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-11-13T21:25:43.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-11-13T21:25:43.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122024-11-13T21:25:43.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26132024-11-13T21:25:43.507Z
26142024-11-13T21:25:43.507Zinfo: running `cargo check --bins` on nexus-auth (74/168)
26152024-11-13T21:25:44.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162024-11-13T21:25:44.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172024-11-13T21:25:44.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182024-11-13T21:25:44.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26192024-11-13T21:25:44.150Z
26202024-11-13T21:25:44.150Zinfo: running `cargo check --bins` on authz-macros (75/168)
26212024-11-13T21:25:44.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-11-13T21:25:44.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-11-13T21:25:44.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-11-13T21:25:44.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26252024-11-13T21:25:44.751Z
26262024-11-13T21:25:44.751Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/168)
26272024-11-13T21:25:45.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-11-13T21:25:45.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-11-13T21:25:45.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-11-13T21:25:45.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26312024-11-13T21:25:45.379Z
26322024-11-13T21:25:45.379Zinfo: running `cargo check --bins` on nexus-db-model (77/168)
26332024-11-13T21:25:45.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-11-13T21:25:45.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-11-13T21:25:45.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362024-11-13T21:25:45.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26372024-11-13T21:25:46.016Z
26382024-11-13T21:25:46.016Zinfo: running `cargo check --bins` on nexus-defaults (78/168)
26392024-11-13T21:25:46.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-11-13T21:25:46.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-11-13T21:25:46.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422024-11-13T21:25:46.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26432024-11-13T21:25:46.628Z
26442024-11-13T21:25:46.628Zinfo: running `cargo check --bins` on sled-agent-client (79/168)
26452024-11-13T21:25:47.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-11-13T21:25:47.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-11-13T21:25:47.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482024-11-13T21:25:47.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26492024-11-13T21:25:47.254Z
26502024-11-13T21:25:47.254Zinfo: running `cargo check --bins` on nexus-inventory (80/168)
26512024-11-13T21:25:47.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-11-13T21:25:47.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-11-13T21:25:47.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542024-11-13T21:25:47.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26552024-11-13T21:25:47.895Z
26562024-11-13T21:25:47.895Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168)
26572024-11-13T21:25:48.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-11-13T21:25:48.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-11-13T21:25:48.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602024-11-13T21:25:48.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26612024-11-13T21:25:48.509Z
26622024-11-13T21:25:48.509Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/168)
26632024-11-13T21:25:49.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-11-13T21:25:49.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-11-13T21:25:49.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-11-13T21:25:49.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26672024-11-13T21:25:49.121Z
26682024-11-13T21:25:49.121Zinfo: running `cargo check --bins` on typed-rng (83/168)
26692024-11-13T21:25:49.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-11-13T21:25:49.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-11-13T21:25:49.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-11-13T21:25:49.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26732024-11-13T21:25:49.714Z
26742024-11-13T21:25:49.714Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168)
26752024-11-13T21:25:50.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-11-13T21:25:50.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-11-13T21:25:50.439Z Checking keccak v0.1.5
26782024-11-13T21:25:50.546Z Checking secrecy v0.8.0
26792024-11-13T21:25:50.549Z Compiling unicase v2.7.0
26802024-11-13T21:25:50.549Z Compiling same-file v1.0.6
26812024-11-13T21:25:50.549Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26822024-11-13T21:25:50.563Z Compiling tempfile v3.13.0
26832024-11-13T21:25:50.586Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26842024-11-13T21:25:50.600Z Compiling thiserror-impl-no-std v2.0.2
26852024-11-13T21:25:50.719Z Checking universal-hash v0.5.1
26862024-11-13T21:25:50.821Z Checking sha3 v0.10.8
26872024-11-13T21:25:50.844Z Compiling walkdir v2.5.0
26882024-11-13T21:25:50.909Z Compiling blake3 v1.5.4
26892024-11-13T21:25:50.928Z Compiling ring v0.16.20
26902024-11-13T21:25:50.976Z Checking opaque-debug v0.3.1
26912024-11-13T21:25:51.071Z Checking poly1305 v0.8.0
26922024-11-13T21:25:51.229Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26932024-11-13T21:25:51.402Z Checking chacha20 v0.9.1
26942024-11-13T21:25:51.468Z Checking aead v0.5.2
26952024-11-13T21:25:51.496Z Compiling memmap2 v0.9.5
26962024-11-13T21:25:51.581Z Compiling salty v0.3.0
26972024-11-13T21:25:51.601Z Compiling arrayref v0.3.9
26982024-11-13T21:25:51.684Z Compiling libefi-sys v0.1.0
26992024-11-13T21:25:51.705Z Compiling constant_time_eq v0.3.1
27002024-11-13T21:25:51.755Z Compiling arrayvec v0.7.6
27012024-11-13T21:25:51.878Z Compiling spin v0.5.2
27022024-11-13T21:25:51.915Z Checking chacha20poly1305 v0.10.1
27032024-11-13T21:25:52.018Z Compiling toolchain_find v0.4.0
27042024-11-13T21:25:52.093Z Compiling camino-tempfile v1.1.1
27052024-11-13T21:25:52.148Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27062024-11-13T21:25:52.240Z Compiling bitfield-struct v0.6.2
27072024-11-13T21:25:52.524Z Compiling topological-sort v0.2.2
27082024-11-13T21:25:52.544Z Compiling mime_guess v2.0.5
27092024-11-13T21:25:52.647Z Compiling rustfmt-wrapper v0.2.1
27102024-11-13T21:25:53.148Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27112024-11-13T21:25:53.217Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27122024-11-13T21:25:53.234Z Checking primeorder v0.13.6
27132024-11-13T21:25:53.361Z Checking env_filter v0.1.2
27142024-11-13T21:25:53.500Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27152024-11-13T21:25:53.579Z Checking env_logger v0.11.5
27162024-11-13T21:25:53.692Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27172024-11-13T21:25:53.710Z Checking p384 v0.13.0
27182024-11-13T21:25:53.807Z Checking thiserror-no-std v2.0.2
27192024-11-13T21:25:53.863Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27202024-11-13T21:25:53.880Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27212024-11-13T21:25:53.921Z Checking vsss-rs v3.3.4
27222024-11-13T21:25:54.112Z Checking gethostname v0.5.0
27232024-11-13T21:25:54.165Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27242024-11-13T21:25:54.236Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27252024-11-13T21:25:54.267Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27262024-11-13T21:25:54.548Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27272024-11-13T21:25:54.565Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27282024-11-13T21:25:54.732Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27292024-11-13T21:25:54.778Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27302024-11-13T21:25:55.058Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27312024-11-13T21:25:55.120Z Checking nanorand v0.7.0
27322024-11-13T21:25:55.138Z Checking atty v0.2.14
27332024-11-13T21:25:55.211Z Checking glob v0.3.1
27342024-11-13T21:25:55.314Z Checking http-range v0.1.5
27352024-11-13T21:25:55.513Z Checking hyper-staticfile v0.10.1
27362024-11-13T21:25:55.533Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27372024-11-13T21:25:55.549Z Checking flume v0.11.1
27382024-11-13T21:25:56.039Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27392024-11-13T21:25:56.195Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27402024-11-13T21:25:56.293Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27412024-11-13T21:25:56.738Z Compiling omicron-zone-package v0.11.1
27422024-11-13T21:25:57.050Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27432024-11-13T21:25:57.515Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27442024-11-13T21:25:58.197Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27452024-11-13T21:25:58.254Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27462024-11-13T21:25:58.352Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27472024-11-13T21:25:58.676Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482024-11-13T21:25:58.945Z Checking display-error-chain v0.2.2
27492024-11-13T21:25:59.805Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27502024-11-13T21:26:00.717Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27512024-11-13T21:26:02.653Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27522024-11-13T21:26:02.653Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27532024-11-13T21:26:12.869Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27542024-11-13T21:26:25.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.78s
27552024-11-13T21:26:25.692Z
27562024-11-13T21:26:25.692Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168)
27572024-11-13T21:26:26.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-11-13T21:26:26.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-11-13T21:26:26.398Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27602024-11-13T21:26:39.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s
27612024-11-13T21:26:39.299Z
27622024-11-13T21:26:39.299Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168)
27632024-11-13T21:26:39.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-11-13T21:26:39.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-11-13T21:26:40.006Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27662024-11-13T21:26:52.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s
27672024-11-13T21:26:52.900Z
27682024-11-13T21:26:52.900Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168)
27692024-11-13T21:26:53.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-11-13T21:26:53.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-11-13T21:26:53.599Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27722024-11-13T21:27:06.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
27732024-11-13T21:27:06.614Z
27742024-11-13T21:27:06.614Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168)
27752024-11-13T21:27:07.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-11-13T21:27:07.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-11-13T21:27:07.277Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27782024-11-13T21:27:20.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
27792024-11-13T21:27:20.363Z
27802024-11-13T21:27:20.363Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168)
27812024-11-13T21:27:20.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-11-13T21:27:20.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-11-13T21:27:21.066Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27842024-11-13T21:27:33.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
27852024-11-13T21:27:34.074Z
27862024-11-13T21:27:34.074Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168)
27872024-11-13T21:27:34.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-11-13T21:27:34.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-11-13T21:27:34.778Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27902024-11-13T21:27:47.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
27912024-11-13T21:27:47.794Z
27922024-11-13T21:27:47.795Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168)
27932024-11-13T21:27:48.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-11-13T21:27:48.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-11-13T21:27:48.497Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27962024-11-13T21:28:01.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.37s
27972024-11-13T21:28:01.355Z
27982024-11-13T21:28:01.355Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/168)
27992024-11-13T21:28:01.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-11-13T21:28:01.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-11-13T21:28:01.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-11-13T21:28:01.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28032024-11-13T21:28:01.981Z
28042024-11-13T21:28:01.981Zinfo: running `cargo check --bins` on sled-agent-types (93/168)
28052024-11-13T21:28:02.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-11-13T21:28:02.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-11-13T21:28:02.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-11-13T21:28:02.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28092024-11-13T21:28:02.607Z
28102024-11-13T21:28:02.607Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/168)
28112024-11-13T21:28:03.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-11-13T21:28:03.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-11-13T21:28:03.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-11-13T21:28:03.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28152024-11-13T21:28:03.222Z
28162024-11-13T21:28:03.222Zinfo: running `cargo check --bins` on dpd-client (95/168)
28172024-11-13T21:28:03.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-11-13T21:28:03.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-11-13T21:28:03.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-11-13T21:28:03.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28212024-11-13T21:28:03.820Z
28222024-11-13T21:28:03.820Zinfo: running `cargo check --bins` on installinator-common (96/168)
28232024-11-13T21:28:04.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-11-13T21:28:04.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-11-13T21:28:04.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-11-13T21:28:04.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28272024-11-13T21:28:04.430Z
28282024-11-13T21:28:04.430Zinfo: running `cargo check --bins` on key-manager (97/168)
28292024-11-13T21:28:04.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-11-13T21:28:04.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-11-13T21:28:04.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-11-13T21:28:04.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28332024-11-13T21:28:05.042Z
28342024-11-13T21:28:05.042Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/168)
28352024-11-13T21:28:05.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-11-13T21:28:05.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-11-13T21:28:05.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-11-13T21:28:05.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28392024-11-13T21:28:05.661Z
28402024-11-13T21:28:05.661Zinfo: running `cargo check --bins` on repo-depot-api (99/168)
28412024-11-13T21:28:06.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-11-13T21:28:06.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-11-13T21:28:06.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-11-13T21:28:06.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28452024-11-13T21:28:06.263Z
28462024-11-13T21:28:06.263Zinfo: running `cargo check --bins` on repo-depot-client (100/168)
28472024-11-13T21:28:06.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-11-13T21:28:06.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-11-13T21:28:06.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-11-13T21:28:06.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28512024-11-13T21:28:06.856Z
28522024-11-13T21:28:06.856Zinfo: running `cargo check --bins` on sled-agent-api (101/168)
28532024-11-13T21:28:07.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-11-13T21:28:07.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-11-13T21:28:07.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-11-13T21:28:07.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28572024-11-13T21:28:07.482Z
28582024-11-13T21:28:07.482Zinfo: running `cargo check --bins` on sled-hardware (102/168)
28592024-11-13T21:28:08.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-11-13T21:28:08.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-11-13T21:28:08.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-11-13T21:28:08.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28632024-11-13T21:28:08.099Z
28642024-11-13T21:28:08.099Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/168)
28652024-11-13T21:28:08.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-11-13T21:28:08.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-11-13T21:28:08.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-11-13T21:28:08.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28692024-11-13T21:28:08.717Z
28702024-11-13T21:28:08.717Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168)
28712024-11-13T21:28:09.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-11-13T21:28:09.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-11-13T21:28:09.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-11-13T21:28:09.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28752024-11-13T21:28:09.333Z
28762024-11-13T21:28:09.333Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/168)
28772024-11-13T21:28:09.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-11-13T21:28:09.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-11-13T21:28:09.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-11-13T21:28:09.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28812024-11-13T21:28:09.965Z
28822024-11-13T21:28:09.965Zinfo: running `cargo check --bins` on nexus-test-interface (106/168)
28832024-11-13T21:28:10.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-11-13T21:28:10.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-11-13T21:28:10.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-11-13T21:28:10.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28872024-11-13T21:28:10.594Z
28882024-11-13T21:28:10.594Zinfo: running `cargo check --bins` on oximeter-collector (107/168)
28892024-11-13T21:28:11.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-11-13T21:28:11.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-11-13T21:28:11.259Z Compiling phf_generator v0.11.2
28922024-11-13T21:28:11.265Z Compiling parse-zoneinfo v0.3.1
28932024-11-13T21:28:11.371Z Compiling const_format_proc_macros v0.2.33
28942024-11-13T21:28:11.373Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28952024-11-13T21:28:11.374Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28962024-11-13T21:28:11.378Z Checking bcs v0.1.6
28972024-11-13T21:28:11.387Z Compiling async-recursion v1.1.1
28982024-11-13T21:28:11.399Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28992024-11-13T21:28:11.500Z Compiling phf_codegen v0.11.2
29002024-11-13T21:28:11.713Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29012024-11-13T21:28:11.973Z Compiling chrono-tz-build v0.4.0
29022024-11-13T21:28:13.039Z Checking const_format v0.2.33
29032024-11-13T21:28:13.096Z Compiling chrono-tz v0.10.0
29042024-11-13T21:28:23.558Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29052024-11-13T21:28:25.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s
29062024-11-13T21:28:25.549Z
29072024-11-13T21:28:25.549Zinfo: running `cargo check --bins` on oximeter-api (108/168)
29082024-11-13T21:28:26.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092024-11-13T21:28:26.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102024-11-13T21:28:26.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112024-11-13T21:28:26.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29122024-11-13T21:28:26.163Z
29132024-11-13T21:28:26.163Zinfo: running `cargo check --bins` on oximeter-client (109/168)
29142024-11-13T21:28:26.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152024-11-13T21:28:26.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162024-11-13T21:28:26.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172024-11-13T21:28:26.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29182024-11-13T21:28:26.772Z
29192024-11-13T21:28:26.772Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/168)
29202024-11-13T21:28:27.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212024-11-13T21:28:27.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222024-11-13T21:28:27.407Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29232024-11-13T21:28:28.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
29242024-11-13T21:28:28.225Z
29252024-11-13T21:28:28.225Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168)
29262024-11-13T21:28:28.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272024-11-13T21:28:28.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282024-11-13T21:28:28.880Z Compiling cfg_aliases v0.1.1
29292024-11-13T21:28:28.882Z Compiling vte_generate_state_changes v0.1.2
29302024-11-13T21:28:28.882Z Checking fd-lock v4.0.2
29312024-11-13T21:28:28.981Z Checking bytecount v0.6.8
29322024-11-13T21:28:29.005Z Compiling tabled_derive v0.7.0
29332024-11-13T21:28:29.007Z Compiling peg-macros v0.8.4
29342024-11-13T21:28:29.007Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29352024-11-13T21:28:29.007Z Compiling sqlparser_derive v0.2.2
29362024-11-13T21:28:29.063Z Compiling nix v0.28.0
29372024-11-13T21:28:29.117Z Checking papergrid v0.11.0
29382024-11-13T21:28:29.144Z Checking unicode_categories v0.1.1
29392024-11-13T21:28:29.445Z Checking home v0.5.9
29402024-11-13T21:28:29.597Z Checking vte v0.11.1
29412024-11-13T21:28:29.625Z Checking nu-ansi-term v0.50.1
29422024-11-13T21:28:30.040Z Checking sqlformat v0.2.6
29432024-11-13T21:28:30.086Z Checking sqlparser v0.45.0
29442024-11-13T21:28:30.996Z Checking strip-ansi-escapes v0.2.0
29452024-11-13T21:28:31.148Z Checking reedline v0.35.0
29462024-11-13T21:28:31.214Z Checking tabled v0.15.0
29472024-11-13T21:28:31.958Z Checking peg v0.8.4
29482024-11-13T21:28:32.337Z Checking rustyline v14.0.0
29492024-11-13T21:28:41.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
29502024-11-13T21:28:41.993Z
29512024-11-13T21:28:41.993Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168)
29522024-11-13T21:28:42.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-11-13T21:28:42.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-11-13T21:28:42.631Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29552024-11-13T21:28:48.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
29562024-11-13T21:28:48.796Z
29572024-11-13T21:28:48.796Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168)
29582024-11-13T21:28:49.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-11-13T21:28:49.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-11-13T21:28:49.437Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29612024-11-13T21:28:54.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
29622024-11-13T21:28:54.170Z
29632024-11-13T21:28:54.170Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168)
29642024-11-13T21:28:54.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652024-11-13T21:28:54.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662024-11-13T21:28:54.816Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29672024-11-13T21:29:00.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
29682024-11-13T21:29:00.713Z
29692024-11-13T21:29:00.713Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168)
29702024-11-13T21:29:01.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712024-11-13T21:29:01.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722024-11-13T21:29:01.384Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29732024-11-13T21:29:07.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s
29742024-11-13T21:29:07.330Z
29752024-11-13T21:29:07.331Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168)
29762024-11-13T21:29:07.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772024-11-13T21:29:07.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782024-11-13T21:29:07.976Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29792024-11-13T21:29:12.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
29802024-11-13T21:29:12.945Z
29812024-11-13T21:29:12.945Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168)
29822024-11-13T21:29:13.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-11-13T21:29:13.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-11-13T21:29:13.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29852024-11-13T21:29:18.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
29862024-11-13T21:29:18.579Z
29872024-11-13T21:29:18.579Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168)
29882024-11-13T21:29:19.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892024-11-13T21:29:19.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902024-11-13T21:29:19.217Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29912024-11-13T21:29:25.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s
29922024-11-13T21:29:25.301Z
29932024-11-13T21:29:25.301Zinfo: running `cargo check --bins` on oximeter-test-utils (119/168)
29942024-11-13T21:29:25.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952024-11-13T21:29:25.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962024-11-13T21:29:25.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972024-11-13T21:29:25.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29982024-11-13T21:29:25.926Z
29992024-11-13T21:29:25.926Zinfo: running `cargo check --bins` on cockroach-admin-client (120/168)
30002024-11-13T21:29:26.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-11-13T21:29:26.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-11-13T21:29:26.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032024-11-13T21:29:26.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30042024-11-13T21:29:26.515Z
30052024-11-13T21:29:26.515Zinfo: running `cargo check --bins` on installinator-client (121/168)
30062024-11-13T21:29:27.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-11-13T21:29:27.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-11-13T21:29:27.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092024-11-13T21:29:27.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30102024-11-13T21:29:27.128Z
30112024-11-13T21:29:27.128Zinfo: running `cargo check --bins` on oxide-client (122/168)
30122024-11-13T21:29:27.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132024-11-13T21:29:27.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142024-11-13T21:29:27.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152024-11-13T21:29:27.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30162024-11-13T21:29:27.723Z
30172024-11-13T21:29:27.723Zinfo: running `cargo check --bins` on wicketd-client (123/168)
30182024-11-13T21:29:28.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192024-11-13T21:29:28.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202024-11-13T21:29:28.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212024-11-13T21:29:28.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30222024-11-13T21:29:28.683Z
30232024-11-13T21:29:28.683Zinfo: running `cargo check --bins` on wicket-common (124/168)
30242024-11-13T21:29:28.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-11-13T21:29:28.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-11-13T21:29:28.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272024-11-13T21:29:28.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30282024-11-13T21:29:28.983Z
30292024-11-13T21:29:28.983Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/168)
30302024-11-13T21:29:29.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-11-13T21:29:29.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-11-13T21:29:29.626Z Checking csv-core v0.1.11
30332024-11-13T21:29:29.629Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30342024-11-13T21:29:29.926Z Checking csv v1.3.0
30352024-11-13T21:29:30.444Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30362024-11-13T21:29:30.773Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30372024-11-13T21:29:31.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
30382024-11-13T21:29:32.145Z
30392024-11-13T21:29:32.145Zinfo: running `cargo check --bins` on cockroach-admin-api (126/168)
30402024-11-13T21:29:32.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-11-13T21:29:32.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-11-13T21:29:32.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-11-13T21:29:32.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30442024-11-13T21:29:32.754Z
30452024-11-13T21:29:32.754Zinfo: running `cargo check --bins` on cockroach-admin-types (127/168)
30462024-11-13T21:29:33.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-11-13T21:29:33.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-11-13T21:29:33.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-11-13T21:29:33.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30502024-11-13T21:29:33.356Z
30512024-11-13T21:29:33.356Zinfo: running `cargo check --bins` on cert-dev (128/168)
30522024-11-13T21:29:33.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-11-13T21:29:33.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-11-13T21:29:33.946Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30552024-11-13T21:29:34.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
30562024-11-13T21:29:34.370Z
30572024-11-13T21:29:34.370Zinfo: running `cargo check --bins` on ch-dev (129/168)
30582024-11-13T21:29:34.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-11-13T21:29:34.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-11-13T21:29:35.006Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30612024-11-13T21:29:35.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
30622024-11-13T21:29:35.892Z
30632024-11-13T21:29:35.892Zinfo: running `cargo check --bins` on crdb-seed (130/168)
30642024-11-13T21:29:36.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-11-13T21:29:36.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-11-13T21:29:36.524Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30672024-11-13T21:29:36.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
30682024-11-13T21:29:37.068Z
30692024-11-13T21:29:37.068Zinfo: running `cargo check --bins` on db-dev (131/168)
30702024-11-13T21:29:37.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-11-13T21:29:37.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-11-13T21:29:37.699Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30732024-11-13T21:29:38.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
30742024-11-13T21:29:38.582Z
30752024-11-13T21:29:38.582Zinfo: running `cargo check --bins` on omicron-dev-lib (132/168)
30762024-11-13T21:29:39.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-11-13T21:29:39.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-11-13T21:29:39.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-11-13T21:29:39.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30802024-11-13T21:29:39.199Z
30812024-11-13T21:29:39.199Zinfo: running `cargo check --bins` on xtask-downloader (133/168)
30822024-11-13T21:29:39.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-11-13T21:29:39.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-11-13T21:29:39.788Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30852024-11-13T21:29:40.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
30862024-11-13T21:29:40.821Z
30872024-11-13T21:29:40.821Zinfo: running `cargo check --bins` on omicron-ls-apis (134/168)
30882024-11-13T21:29:41.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-11-13T21:29:41.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-11-13T21:29:41.414Z Checking cargo-platform v0.1.8
30912024-11-13T21:29:41.680Z Checking cargo_metadata v0.18.1
30922024-11-13T21:29:42.638Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30932024-11-13T21:29:43.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
30942024-11-13T21:29:43.517Z
30952024-11-13T21:29:43.517Zinfo: running `cargo check --bins` on mgs-dev (135/168)
30962024-11-13T21:29:44.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-11-13T21:29:44.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-11-13T21:29:44.212Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30992024-11-13T21:29:44.899Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31002024-11-13T21:29:45.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
31012024-11-13T21:29:45.615Z
31022024-11-13T21:29:45.615Zinfo: running `cargo check --bins` on omicron-omdb (136/168)
31032024-11-13T21:29:46.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-11-13T21:29:46.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-11-13T21:29:46.366Z Compiling crunchy v0.2.2
31062024-11-13T21:29:46.367Z Compiling tiny-keccak v2.0.2
31072024-11-13T21:29:46.367Z Compiling dsl_auto_type v0.1.2
31082024-11-13T21:29:46.369Z Checking scheduled-thread-pool v0.2.7
31092024-11-13T21:29:46.369Z Compiling diesel_table_macro_syntax v0.2.0
31102024-11-13T21:29:46.369Z Compiling ascii-canvas v3.0.0
31112024-11-13T21:29:46.369Z Compiling ena v0.14.3
31122024-11-13T21:29:46.479Z Compiling regex-syntax v0.6.29
31132024-11-13T21:29:46.779Z Compiling diff v0.1.13
31142024-11-13T21:29:46.852Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31152024-11-13T21:29:46.961Z Compiling ref-cast v1.0.23
31162024-11-13T21:29:47.034Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31172024-11-13T21:29:47.093Z Compiling derive_builder_core v0.20.2
31182024-11-13T21:29:47.306Z Compiling libxml v0.3.3
31192024-11-13T21:29:47.406Z Compiling ref-cast-impl v1.0.23
31202024-11-13T21:29:47.477Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31212024-11-13T21:29:47.678Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31222024-11-13T21:29:47.698Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31232024-11-13T21:29:47.934Z Checking r2d2 v0.8.10
31242024-11-13T21:29:47.968Z Compiling diesel_derives v2.2.3
31252024-11-13T21:29:47.987Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31262024-11-13T21:29:47.991Z Compiling strum_macros v0.24.3
31272024-11-13T21:29:48.232Z Compiling samael v0.0.17
31282024-11-13T21:29:48.387Z Compiling indoc v1.0.9
31292024-11-13T21:29:49.372Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31302024-11-13T21:29:49.504Z Compiling derive_builder_macro v0.20.2
31312024-11-13T21:29:49.660Z Compiling lalrpop v0.19.12
31322024-11-13T21:29:50.417Z Checking derive_builder v0.20.2
31332024-11-13T21:29:50.524Z Compiling impl-trait-for-tuples v0.2.2
31342024-11-13T21:29:50.567Z Compiling oso-derive v0.27.3
31352024-11-13T21:29:51.173Z Checking quick-xml v0.33.0
31362024-11-13T21:29:51.620Z Compiling diesel-dtrace v0.3.0
31372024-11-13T21:29:51.660Z Checking maplit v1.0.2
31382024-11-13T21:29:51.830Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31392024-11-13T21:29:52.000Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31402024-11-13T21:29:52.298Z Checking bb8 v0.8.5
31412024-11-13T21:29:52.392Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31422024-11-13T21:29:52.522Z Checking castaway v0.2.3
31432024-11-13T21:29:52.660Z Checking rand_seeder v0.3.0
31442024-11-13T21:29:52.680Z Checking compact_str v0.8.0
31452024-11-13T21:29:52.801Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31462024-11-13T21:29:52.889Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31472024-11-13T21:29:53.087Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31482024-11-13T21:29:53.534Z Checking unicode-truncate v1.1.0
31492024-11-13T21:29:53.568Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31502024-11-13T21:29:53.772Z Checking lru v0.12.5
31512024-11-13T21:29:53.858Z Compiling instability v0.3.2
31522024-11-13T21:29:54.077Z Checking smawk v0.3.2
31532024-11-13T21:29:54.285Z Checking unicode-linebreak v0.1.5
31542024-11-13T21:29:54.302Z Checking cassowary v0.3.0
31552024-11-13T21:29:54.696Z Checking is_ci v1.2.0
31562024-11-13T21:29:54.733Z Checking textwrap v0.16.1
31572024-11-13T21:29:54.841Z Checking supports-color v3.0.1
31582024-11-13T21:29:54.904Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31592024-11-13T21:29:54.923Z Checking ratatui v0.28.1
31602024-11-13T21:29:55.058Z Checking multimap v0.10.0
31612024-11-13T21:29:57.941Z Checking diesel v2.2.4
31622024-11-13T21:30:22.937Z Compiling polar-core v0.27.3
31632024-11-13T21:30:26.997Z Checking async-bb8-diesel v0.2.1
31642024-11-13T21:30:30.236Z Checking oso v0.27.3
31652024-11-13T21:31:38.465Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31662024-11-13T21:31:44.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
31672024-11-13T21:31:44.435Z
31682024-11-13T21:31:44.435Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168)
31692024-11-13T21:31:45.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702024-11-13T21:31:45.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712024-11-13T21:31:45.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722024-11-13T21:31:45.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31732024-11-13T21:31:45.090Z
31742024-11-13T21:31:45.090Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/168)
31752024-11-13T21:31:45.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762024-11-13T21:31:45.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772024-11-13T21:31:45.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782024-11-13T21:31:45.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31792024-11-13T21:31:45.737Z
31802024-11-13T21:31:45.737Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/168)
31812024-11-13T21:31:46.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-11-13T21:31:46.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-11-13T21:31:46.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842024-11-13T21:31:46.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31852024-11-13T21:31:46.322Z
31862024-11-13T21:31:46.322Zinfo: running `cargo check --bins` on omicron-nexus (140/168)
31872024-11-13T21:31:46.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882024-11-13T21:31:46.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892024-11-13T21:31:47.092Z Compiling libz-sys v1.1.20
31902024-11-13T21:31:47.204Z Compiling libgit2-sys v0.17.0+1.8.1
31912024-11-13T21:31:47.214Z Compiling vergen v8.3.2
31922024-11-13T21:31:47.216Z Compiling cargo-platform v0.1.8
31932024-11-13T21:31:47.216Z Compiling pin-project-internal v1.1.6
31942024-11-13T21:31:47.245Z Compiling libsqlite3-sys v0.30.1
31952024-11-13T21:31:47.248Z Compiling snafu-derive v0.8.5
31962024-11-13T21:31:47.248Z Checking bumpalo v3.16.0
31972024-11-13T21:31:47.491Z Compiling buf-list v1.0.3
31982024-11-13T21:31:47.605Z Compiling cargo_metadata v0.18.1
31992024-11-13T21:31:47.749Z Compiling rustls v0.21.12
32002024-11-13T21:31:47.787Z Compiling zip v2.1.3
32012024-11-13T21:31:48.015Z Checking lockfree-object-pool v0.1.6
32022024-11-13T21:31:48.075Z Compiling cfg_aliases v0.2.1
32032024-11-13T21:31:48.125Z Checking simd-adler32 v0.3.7
32042024-11-13T21:31:48.186Z Compiling nix v0.29.0
32052024-11-13T21:31:48.300Z Checking globset v0.4.15
32062024-11-13T21:31:48.325Z Checking olpc-cjson v0.1.4
32072024-11-13T21:31:48.458Z Checking zopfli v0.8.1
32082024-11-13T21:31:48.536Z Checking sct v0.7.1
32092024-11-13T21:31:48.745Z Checking rustls-webpki v0.101.7
32102024-11-13T21:31:48.795Z Checking serde_plain v1.0.2
32112024-11-13T21:31:49.043Z Checking typed-path v0.9.3
32122024-11-13T21:31:49.797Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32132024-11-13T21:31:50.067Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32142024-11-13T21:31:50.259Z Checking pin-project v1.1.6
32152024-11-13T21:31:50.278Z Checking hashlink v0.9.1
32162024-11-13T21:31:50.385Z Checking parse-size v1.1.0
32172024-11-13T21:31:50.752Z Checking fallible-iterator v0.3.0
32182024-11-13T21:31:50.768Z Checking fallible-streaming-iterator v0.1.9
32192024-11-13T21:31:50.914Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32202024-11-13T21:31:50.969Z Checking rustls-pemfile v1.0.4
32212024-11-13T21:31:51.028Z Checking rusqlite v0.32.1
32222024-11-13T21:31:51.166Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32232024-11-13T21:31:51.186Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32242024-11-13T21:31:51.320Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32252024-11-13T21:31:51.420Z Checking twox-hash v1.6.3
32262024-11-13T21:31:51.461Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32272024-11-13T21:31:51.955Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32282024-11-13T21:31:52.502Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32292024-11-13T21:31:52.651Z Checking tokio-rustls v0.24.1
32302024-11-13T21:31:52.861Z Checking snafu v0.8.5
32312024-11-13T21:31:52.864Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32322024-11-13T21:31:52.997Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32332024-11-13T21:31:53.030Z Checking fatfs v0.3.6
32342024-11-13T21:31:53.317Z Checking assert_matches v1.5.0
32352024-11-13T21:31:53.336Z Checking tough v0.19.0
32362024-11-13T21:31:57.384Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32372024-11-13T21:31:58.750Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32382024-11-13T21:31:59.550Z Compiling git2 v0.19.0
32392024-11-13T21:32:04.189Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32402024-11-13T21:33:16.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
32412024-11-13T21:33:16.712Z
32422024-11-13T21:33:16.712Zinfo: running `cargo check --bins` on nexus-external-api (141/168)
32432024-11-13T21:33:17.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442024-11-13T21:33:17.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452024-11-13T21:33:17.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462024-11-13T21:33:17.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32472024-11-13T21:33:17.374Z
32482024-11-13T21:33:17.374Zinfo: running `cargo check --bins` on openapi-manager-types (142/168)
32492024-11-13T21:33:17.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502024-11-13T21:33:17.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512024-11-13T21:33:17.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522024-11-13T21:33:17.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32532024-11-13T21:33:17.964Z
32542024-11-13T21:33:17.964Zinfo: running `cargo check --bins` on nexus-internal-api (143/168)
32552024-11-13T21:33:18.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562024-11-13T21:33:18.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572024-11-13T21:33:18.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582024-11-13T21:33:18.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32592024-11-13T21:33:18.593Z
32602024-11-13T21:33:18.593Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/168)
32612024-11-13T21:33:19.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622024-11-13T21:33:19.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632024-11-13T21:33:19.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642024-11-13T21:33:19.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32652024-11-13T21:33:19.238Z
32662024-11-13T21:33:19.238Zinfo: running `cargo check --bins` on nexus-networking (145/168)
32672024-11-13T21:33:19.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682024-11-13T21:33:19.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692024-11-13T21:33:19.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702024-11-13T21:33:19.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32712024-11-13T21:33:19.880Z
32722024-11-13T21:33:19.880Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/168)
32732024-11-13T21:33:20.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742024-11-13T21:33:20.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752024-11-13T21:33:20.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762024-11-13T21:33:20.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32772024-11-13T21:33:20.536Z
32782024-11-13T21:33:20.536Zinfo: running `cargo check --bins` on update-common (147/168)
32792024-11-13T21:33:21.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802024-11-13T21:33:21.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812024-11-13T21:33:21.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822024-11-13T21:33:21.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32832024-11-13T21:33:21.164Z
32842024-11-13T21:33:21.164Zinfo: running `cargo check --bins` on tufaceous-lib (148/168)
32852024-11-13T21:33:21.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862024-11-13T21:33:21.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872024-11-13T21:33:21.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882024-11-13T21:33:21.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32892024-11-13T21:33:21.785Z
32902024-11-13T21:33:21.785Zinfo: running `cargo check --bins` on tufaceous (149/168)
32912024-11-13T21:33:22.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922024-11-13T21:33:22.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932024-11-13T21:33:22.432Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32942024-11-13T21:33:23.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
32952024-11-13T21:33:23.562Z
32962024-11-13T21:33:23.562Zinfo: running `cargo check --bins` on omicron-dev (150/168)
32972024-11-13T21:33:24.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982024-11-13T21:33:24.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992024-11-13T21:33:24.398Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33002024-11-13T21:33:24.521Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33012024-11-13T21:33:24.524Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33022024-11-13T21:33:24.524Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33032024-11-13T21:33:49.408Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33042024-11-13T21:33:49.408Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33052024-11-13T21:33:49.411Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33062024-11-13T21:33:49.411Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33072024-11-13T21:33:49.411Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33082024-11-13T21:33:50.227Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33092024-11-13T21:33:51.445Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33102024-11-13T21:34:29.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
33112024-11-13T21:34:29.302Z
33122024-11-13T21:34:29.302Zinfo: running `cargo check --bins` on openapi-manager (151/168)
33132024-11-13T21:34:29.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142024-11-13T21:34:29.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152024-11-13T21:34:29.989Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33162024-11-13T21:34:29.992Z Checking heck v0.4.1
33172024-11-13T21:34:29.992Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33182024-11-13T21:34:30.233Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33192024-11-13T21:34:31.561Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33202024-11-13T21:34:32.406Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33212024-11-13T21:34:33.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
33222024-11-13T21:34:33.655Z
33232024-11-13T21:34:33.655Zinfo: running `cargo check --bins` on installinator-api (152/168)
33242024-11-13T21:34:34.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252024-11-13T21:34:34.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262024-11-13T21:34:34.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272024-11-13T21:34:34.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33282024-11-13T21:34:34.281Z
33292024-11-13T21:34:34.281Zinfo: running `cargo check --bins` on wicketd-api (153/168)
33302024-11-13T21:34:34.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-11-13T21:34:34.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-11-13T21:34:34.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332024-11-13T21:34:34.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33342024-11-13T21:34:34.911Z
33352024-11-13T21:34:34.911Zinfo: running `cargo check --bins` on reconfigurator-cli (154/168)
33362024-11-13T21:34:35.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-11-13T21:34:35.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-11-13T21:34:35.577Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33392024-11-13T21:34:36.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
33402024-11-13T21:34:36.900Z
33412024-11-13T21:34:36.900Zinfo: running `cargo check --bins` on omicron-releng (155/168)
33422024-11-13T21:34:37.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-11-13T21:34:37.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-11-13T21:34:37.542Z Checking memmap2 v0.9.5
33452024-11-13T21:34:37.542Z Checking arrayref v0.3.9
33462024-11-13T21:34:37.542Z Checking constant_time_eq v0.3.1
33472024-11-13T21:34:37.545Z Checking arrayvec v0.7.6
33482024-11-13T21:34:37.545Z Checking spin v0.5.2
33492024-11-13T21:34:37.545Z Checking topological-sort v0.2.2
33502024-11-13T21:34:37.545Z Checking shell-words v1.1.0
33512024-11-13T21:34:37.804Z Checking ring v0.16.20
33522024-11-13T21:34:37.939Z Checking blake3 v1.5.4
33532024-11-13T21:34:38.925Z Checking omicron-zone-package v0.11.1
33542024-11-13T21:34:40.010Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33552024-11-13T21:34:40.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
33562024-11-13T21:34:41.069Z
33572024-11-13T21:34:41.069Zinfo: running `cargo check --bins` on xtask (156/168)
33582024-11-13T21:34:41.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592024-11-13T21:34:41.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602024-11-13T21:34:41.482Z Checking bitflags v2.6.0
33612024-11-13T21:34:41.485Z Checking serde v1.0.215
33622024-11-13T21:34:41.485Z Checking thiserror v1.0.69
33632024-11-13T21:34:41.485Z Checking scroll v0.12.0
33642024-11-13T21:34:41.559Z Checking hashbrown v0.15.0
33652024-11-13T21:34:41.573Z Checking log v0.4.22
33662024-11-13T21:34:41.579Z Checking zerocopy v0.7.35
33672024-11-13T21:34:41.608Z Checking syn v2.0.87
33682024-11-13T21:34:41.661Z Checking pest v2.7.14
33692024-11-13T21:34:41.801Z Checking rustix v0.38.37
33702024-11-13T21:34:41.855Z Checking once_cell v1.20.2
33712024-11-13T21:34:42.024Z Checking goblin v0.8.2
33722024-11-13T21:34:42.157Z Checking fs-err v2.11.0
33732024-11-13T21:34:42.475Z Checking tabled v0.15.0
33742024-11-13T21:34:42.599Z Checking indexmap v2.6.0
33752024-11-13T21:34:42.949Z Checking anyhow v1.0.93
33762024-11-13T21:34:43.715Z Checking terminal_size v0.4.0
33772024-11-13T21:34:43.715Z Checking tempfile v3.13.0
33782024-11-13T21:34:43.890Z Checking clap_builder v4.5.20
33792024-11-13T21:34:44.152Z Checking dtrace-parser v0.2.0
33802024-11-13T21:34:46.040Z Checking serde_json v1.0.132
33812024-11-13T21:34:46.040Z Checking serde_spanned v0.6.8
33822024-11-13T21:34:46.043Z Checking toml_datetime v0.6.8
33832024-11-13T21:34:46.043Z Checking camino v1.1.9
33842024-11-13T21:34:46.043Z Checking semver v1.0.23
33852024-11-13T21:34:46.043Z Checking cargo-platform v0.1.8
33862024-11-13T21:34:46.167Z Checking macaddr v1.0.1
33872024-11-13T21:34:46.320Z Checking toml_edit v0.22.22
33882024-11-13T21:34:46.435Z Checking clap v4.5.20
33892024-11-13T21:34:46.580Z Checking camino-tempfile v1.1.1
33902024-11-13T21:34:47.239Z Checking dof v0.3.0
33912024-11-13T21:34:47.239Z Checking cargo_metadata v0.18.1
33922024-11-13T21:34:47.645Z Checking usdt-impl v0.5.0
33932024-11-13T21:34:47.987Z Checking toml v0.8.19
33942024-11-13T21:34:47.999Z Checking usdt v0.5.0
33952024-11-13T21:34:48.460Z Checking cargo_toml v0.20.5
33962024-11-13T21:34:49.634Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33972024-11-13T21:34:50.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s
33982024-11-13T21:34:50.331Z
33992024-11-13T21:34:50.331Zinfo: running `cargo check --bins` on end-to-end-tests (157/168)
34002024-11-13T21:34:50.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012024-11-13T21:34:50.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022024-11-13T21:34:51.072Z Checking polyval v0.6.2
34032024-11-13T21:34:51.182Z Checking ctr v0.9.2
34042024-11-13T21:34:51.194Z Checking ssh-encoding v0.2.0
34052024-11-13T21:34:51.197Z Checking blowfish v0.9.1
34062024-11-13T21:34:51.213Z Checking password-hash v0.4.2
34072024-11-13T21:34:51.215Z Checking matches v0.1.10
34082024-11-13T21:34:51.241Z Checking p256 v0.13.2
34092024-11-13T21:34:51.241Z Checking p521 v0.13.3
34102024-11-13T21:34:51.312Z Checking idna v0.2.3
34112024-11-13T21:34:51.408Z Checking bcrypt-pbkdf v0.10.0
34122024-11-13T21:34:51.426Z Checking ghash v0.5.1
34132024-11-13T21:34:51.448Z Compiling enum-as-inner v0.5.1
34142024-11-13T21:34:51.495Z Checking russh-cryptovec v0.7.3
34152024-11-13T21:34:51.595Z Checking aes-gcm v0.10.3
34162024-11-13T21:34:51.623Z Checking pbkdf2 v0.11.0
34172024-11-13T21:34:51.642Z Checking md5 v0.7.0
34182024-11-13T21:34:51.708Z Checking num-bigint v0.4.6
34192024-11-13T21:34:51.727Z Checking des v0.8.1
34202024-11-13T21:34:51.841Z Checking ssh-cipher v0.2.0
34212024-11-13T21:34:51.889Z Checking hex-literal v0.4.1
34222024-11-13T21:34:51.916Z Compiling dhcproto-macros v0.1.0
34232024-11-13T21:34:52.004Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34242024-11-13T21:34:52.024Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34252024-11-13T21:34:52.129Z Checking ssh-key v0.6.6
34262024-11-13T21:34:52.170Z Checking internet-checksum v0.2.1
34272024-11-13T21:34:52.428Z Checking trust-dns-proto v0.22.0
34282024-11-13T21:34:53.419Z Checking russh-keys v0.45.0
34292024-11-13T21:34:54.313Z Checking russh v0.45.0
34302024-11-13T21:34:54.958Z Checking dhcproto v0.12.0
34312024-11-13T21:35:11.689Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322024-11-13T21:35:13.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.69s
34332024-11-13T21:35:13.231Z
34342024-11-13T21:35:13.231Zinfo: running `cargo check --bins` on gateway-cli (158/168)
34352024-11-13T21:35:13.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362024-11-13T21:35:13.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372024-11-13T21:35:13.848Z Checking termios v0.3.3
34382024-11-13T21:35:14.063Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34392024-11-13T21:35:14.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
34402024-11-13T21:35:15.006Z
34412024-11-13T21:35:15.006Zinfo: running `cargo check --bins --no-default-features` on installinator (159/168)
34422024-11-13T21:35:15.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432024-11-13T21:35:15.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442024-11-13T21:35:15.683Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34452024-11-13T21:35:17.666Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34462024-11-13T21:35:19.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
34472024-11-13T21:35:19.664Z
34482024-11-13T21:35:19.664Zinfo: running `cargo check --bins` on internal-dns-cli (160/168)
34492024-11-13T21:35:20.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502024-11-13T21:35:20.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512024-11-13T21:35:20.280Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34522024-11-13T21:35:20.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
34532024-11-13T21:35:20.938Z
34542024-11-13T21:35:20.939Zinfo: running `cargo check --bins` on omicron-live-tests (161/168)
34552024-11-13T21:35:21.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562024-11-13T21:35:21.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572024-11-13T21:35:21.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582024-11-13T21:35:21.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34592024-11-13T21:35:21.524Z
34602024-11-13T21:35:21.524Zinfo: running `cargo check --bins` on live-tests-macros (162/168)
34612024-11-13T21:35:22.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622024-11-13T21:35:22.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632024-11-13T21:35:22.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642024-11-13T21:35:22.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652024-11-13T21:35:22.113Z
34662024-11-13T21:35:22.113Zinfo: running `cargo check --bins` on omicron-package (163/168)
34672024-11-13T21:35:22.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682024-11-13T21:35:22.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692024-11-13T21:35:22.762Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34702024-11-13T21:35:24.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
34712024-11-13T21:35:24.223Z
34722024-11-13T21:35:24.223Zinfo: running `cargo check --bins` on wicket-dbg (164/168)
34732024-11-13T21:35:24.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742024-11-13T21:35:24.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752024-11-13T21:35:24.905Z Checking rtoolbox v0.0.2
34762024-11-13T21:35:24.908Z Checking tui-tree-widget v0.22.0
34772024-11-13T21:35:24.908Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34782024-11-13T21:35:25.127Z Checking rpassword v7.3.1
34792024-11-13T21:35:29.117Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34802024-11-13T21:35:32.049Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
34812024-11-13T21:35:33.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s
34822024-11-13T21:35:33.394Z
34832024-11-13T21:35:33.394Zinfo: running `cargo check --bins` on wicket (165/168)
34842024-11-13T21:35:33.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852024-11-13T21:35:33.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862024-11-13T21:35:34.074Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34872024-11-13T21:35:34.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
34882024-11-13T21:35:34.676Z
34892024-11-13T21:35:34.676Zinfo: running `cargo check --bins` on wicketd (166/168)
34902024-11-13T21:35:35.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912024-11-13T21:35:35.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922024-11-13T21:35:35.368Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34932024-11-13T21:35:39.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
34942024-11-13T21:35:39.440Z
34952024-11-13T21:35:39.440Zinfo: running `cargo check --bins` on omicron-workspace-hack (167/168)
34962024-11-13T21:35:39.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972024-11-13T21:35:39.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982024-11-13T21:35:39.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992024-11-13T21:35:39.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35002024-11-13T21:35:40.031Z
35012024-11-13T21:35:40.031Zinfo: running `cargo check --bins` on zone-setup (168/168)
35022024-11-13T21:35:40.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032024-11-13T21:35:40.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042024-11-13T21:35:40.740Z Checking uzers v0.12.1
35052024-11-13T21:35:41.078Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35062024-11-13T21:35:42.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
35072024-11-13T21:35:42.379Z
35082024-11-13T21:35:42.379Zreal 12:59.100674935
35092024-11-13T21:35:42.379Zuser 23:30.813606806
35102024-11-13T21:35:42.379Zsys 5:17.513636554
35112024-11-13T21:35:42.379Ztrap 0.443565285
35122024-11-13T21:35:42.379Ztflt 2.472300286
35132024-11-13T21:35:42.379Zdflt 3.267797229
35142024-11-13T21:35:42.379Zkflt 0.000913731
35152024-11-13T21:35:42.379Zlock 45:49.954873532
35162024-11-13T21:35:42.379Zslp 2:04:46.275889066
35172024-11-13T21:35:42.382Zlat 1:00.660028283
35182024-11-13T21:35:42.382Zstop 3:12.865662762
35192024-11-13T21:35:42.382Zprocess exited: duration 1086091 ms, exit code 0
 
35202024-11-13T21:35:42.388Zfound 0 output files