01JATGA7W7RP6FZBNBQTJAGSDQ: 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: 01JATGAJDSERHS5YQDEZQHPGNR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-22T16:18:20.528Zjob assigned to worker 01JATGAKATWMDGWEGDJ5X8FRYT (queued for 24 s)
 
22024-10-22T16:18:21.019Zstarting task 0: "setup"
32024-10-22T16:18:21.044Z++ uname -s
42024-10-22T16:18:21.044Z+ kern=SunOS
52024-10-22T16:18:21.044Z+ case "$kern" in
62024-10-22T16:18:21.044Z+ groupadd -g 12345 build
72024-10-22T16:18:21.044Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-22T16:18:23.051Z+ zfs create -o mountpoint=/work rpool/work
92024-10-22T16:18:23.092Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-22T16:18:23.117Z+ home_fs=zfs
112024-10-22T16:18:23.117Z+ [[ zfs == autofs ]]
122024-10-22T16:18:23.117Z+ mkdir -p /home/build
132024-10-22T16:18:23.117Z+ chown build:build /home/build /work
142024-10-22T16:18:25.101Z+ chmod 0700 /home/build /work
152024-10-22T16:18:25.125Zprocess exited: duration 4086 ms, exit code 0
 
162024-10-22T16:18:25.174Zstarting task 1: "rust-toolchain"
172024-10-22T16:18:25.197Z+ printf ' * toolchain channel = "%s"
182024-10-22T16:18:25.198Z' 1.80.1
192024-10-22T16:18:25.198Z * toolchain channel = "1.80.1"
202024-10-22T16:18:25.198Z * toolchain profile = "default"
212024-10-22T16:18:25.198Z+ printf ' * toolchain profile = "%s"
222024-10-22T16:18:25.198Z' default
232024-10-22T16:18:25.198Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-22T16:18:25.198Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-22T16:18:25.308Zinfo: downloading installer
262024-10-22T16:18:25.853Zinfo: profile set to 'default'
272024-10-22T16:18:25.853Zinfo: default host triple is x86_64-unknown-illumos
282024-10-22T16:18:25.877Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-22T16:18:25.960Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-22T16:18:25.960Zinfo: downloading component 'cargo'
312024-10-22T16:18:26.090Zinfo: downloading component 'clippy'
322024-10-22T16:18:26.137Zinfo: downloading component 'rust-docs'
332024-10-22T16:18:26.298Zinfo: downloading component 'rust-std'
342024-10-22T16:18:26.532Zinfo: downloading component 'rustc'
352024-10-22T16:18:27.378Zinfo: downloading component 'rustfmt'
362024-10-22T16:18:27.435Zinfo: installing component 'cargo'
372024-10-22T16:18:28.552Zinfo: installing component 'clippy'
382024-10-22T16:18:29.032Zinfo: installing component 'rust-docs'
392024-10-22T16:18:31.702Zinfo: installing component 'rust-std'
402024-10-22T16:18:33.595Zinfo: installing component 'rustc'
412024-10-22T16:18:38.518Zinfo: installing component 'rustfmt'
422024-10-22T16:18:38.900Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-22T16:18:38.900Z
442024-10-22T16:18:39.001Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-22T16:18:39.001Z
462024-10-22T16:18:39.001Z
472024-10-22T16:18:39.001ZRust is installed now. Great!
482024-10-22T16:18:39.002Z
492024-10-22T16:18:39.002ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-22T16:18:39.002Zenvironment variable. This has not been done automatically.
512024-10-22T16:18:39.002Z
522024-10-22T16:18:39.002ZTo configure your current shell, you need to source
532024-10-22T16:18:39.002Zthe corresponding env file under $HOME/.cargo.
542024-10-22T16:18:39.002Z
552024-10-22T16:18:39.025ZThis is usually done by running one of the following (note the leading DOT):
562024-10-22T16:18:39.025Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-22T16:18:39.025Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-22T16:18:39.077Z+ rustc --version
592024-10-22T16:18:39.186Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-22T16:18:39.210Zprocess exited: duration 14016 ms, exit code 0
 
612024-10-22T16:18:39.260Zstarting task 2: "authentication"
622024-10-22T16:18:39.323Zprocess exited: duration 55 ms, exit code 0
 
632024-10-22T16:18:39.374Zstarting task 3: "clone repository"
642024-10-22T16:18:39.403Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-22T16:18:39.403Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-22T16:18:39.439ZCloning into '/work/oxidecomputer/omicron'...
672024-10-22T16:18:46.086Z+ cd /work/oxidecomputer/omicron
682024-10-22T16:18:46.086Z+ git fetch origin ab1f3779636d3b2ada924eb100005589d26c9a63
692024-10-22T16:18:46.504ZFrom https://github.com/oxidecomputer/omicron
702024-10-22T16:18:46.504Z * branch ab1f3779636d3b2ada924eb100005589d26c9a63 -> FETCH_HEAD
712024-10-22T16:18:46.528Z+ [[ -n zl/smf-sled-idents ]]
722024-10-22T16:18:46.529Z++ git branch --show-current
732024-10-22T16:18:46.529Z+ current=main
742024-10-22T16:18:46.529Z+ [[ main != zl/smf-sled-idents ]]
752024-10-22T16:18:46.529Z+ git branch -f zl/smf-sled-idents ab1f3779636d3b2ada924eb100005589d26c9a63
762024-10-22T16:18:46.553Z+ git checkout -f zl/smf-sled-idents
772024-10-22T16:18:46.690ZSwitched to branch 'zl/smf-sled-idents'
782024-10-22T16:18:46.714Z+ git reset --hard ab1f3779636d3b2ada924eb100005589d26c9a63
792024-10-22T16:18:46.846ZHEAD is now at ab1f37796 expunge dendrite ts and fix ts name
802024-10-22T16:18:46.870Zprocess exited: duration 7475 ms, exit code 0
 
812024-10-22T16:18:46.917Zstarting task 4: "build"
822024-10-22T16:18:46.941Z+ source .github/buildomat/ci-env.sh
832024-10-22T16:18:46.941Z++ export CARGO_TERM_COLOR=always
842024-10-22T16:18:46.941Z++ CARGO_TERM_COLOR=always
852024-10-22T16:18:46.941Z+ cargo --version
862024-10-22T16:18:46.997Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-22T16:18:47.021Z+ rustc --version
882024-10-22T16:18:47.069Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-22T16:18:47.093Z+ source ./env.sh
902024-10-22T16:18:47.094Z++ OLD_SHELL_OPTS=ehxB
912024-10-22T16:18:47.094Z++ set -o xtrace
922024-10-22T16:18:47.094Z++++ dirname ./env.sh
932024-10-22T16:18:47.094Z+++ readlink -f .
942024-10-22T16:18:47.094Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-22T16:18:47.094Z++ 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-10-22T16:18:47.094Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-22T16:18:47.094Z++ 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-10-22T16:18:47.094Z++ 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-10-22T16:18:47.094Z++ 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-10-22T16:18:47.094Z++ 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-10-22T16:18:47.094Z++ 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-10-22T16:18:47.094Z++ 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-10-22T16:18:47.094Z++ case $OLD_SHELL_OPTS in
1042024-10-22T16:18:47.094Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-22T16:18:47.094Z+ 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-10-22T16:18:47.094Z+ 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-10-22T16:18:47.094Z+ banner prerequisites
1082024-10-22T16:18:47.094Z
1092024-10-22T16:18:47.094Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-22T16:18:47.094Z # # # # # # # # # # # # # # #
1112024-10-22T16:18:47.094Z # # # # ##### # # ##### # # # # # #### #
1122024-10-22T16:18:47.094Z ##### ##### # ##### # # # # # # # # #
1132024-10-22T16:18:47.094Z # # # # # # # # # # # # # # #
1142024-10-22T16:18:47.094Z # # # ###### # # ###### ### # #### # #### #
1152024-10-22T16:18:47.094Z
1162024-10-22T16:18:47.094Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-22T16:18:55.830Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-22T16:18:59.622Z Startup: Caching catalogs ... Done
1192024-10-22T16:19:07.301ZPlanning: Solver setup ... Done (6.790s)
1202024-10-22T16:19:07.404ZPlanning: Running solver ... Done (0.103s)
1212024-10-22T16:19:07.473ZPlanning: Finding local manifests ... Done (0.002s)
1222024-10-22T16:19:07.552ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-22T16:19:07.998ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-22T16:19:08.293ZPlanning: Package planning ... Done (0.295s)
1252024-10-22T16:19:08.361ZPlanning: Merging actions ... Done (0.068s)
1262024-10-22T16:19:08.590ZPlanning: Checking for conflicting actions ... Done (0.229s)
1272024-10-22T16:19:09.632ZPlanning: Consolidating action changes ... Done (1.041s)
1282024-10-22T16:19:10.047ZPlanning: Evaluating mediators ... Done (0.415s)
1292024-10-22T16:19:10.146ZPlanning: Planning completed in 10.45 seconds
1302024-10-22T16:19:10.173Z Packages to install: 4
1312024-10-22T16:19:10.173Z Packages to update: 1
1322024-10-22T16:19:10.173Z Mediators to change: 2
1332024-10-22T16:19:10.173Z Services to change: 1
1342024-10-22T16:19:10.173Z Estimated space available: 148.81 GB
1352024-10-22T16:19:10.173ZEstimated space to be consumed: 1.58 GB
1362024-10-22T16:19:10.173Z Create boot environment: No
1372024-10-22T16:19:10.173ZCreate backup boot environment: Yes
1382024-10-22T16:19:10.173Z Rebuild boot archive: No
1392024-10-22T16:19:10.173Z
1402024-10-22T16:19:10.173ZChanged mediators:
1412024-10-22T16:19:10.173Z mediator clang:
1422024-10-22T16:19:10.173Z version: None -> 15 (system default)
1432024-10-22T16:19:10.173Z
1442024-10-22T16:19:10.173Z mediator llvm:
1452024-10-22T16:19:10.173Z version: 14 (system default) -> 15 (system default)
1462024-10-22T16:19:10.173Z
1472024-10-22T16:19:10.174ZChanged packages:
1482024-10-22T16:19:10.174Zhelios-dev
1492024-10-22T16:19:10.174Z developer/build-essential
1502024-10-22T16:19:10.174Z None -> 11-2.0
1512024-10-22T16:19:10.174Z library/libxmlsec1
1522024-10-22T16:19:10.174Z None -> 1.2.35-2.0
1532024-10-22T16:19:10.174Z ooce/developer/clang-15
1542024-10-22T16:19:10.174Z None -> 15.0.7-2.0
1552024-10-22T16:19:10.174Z ooce/developer/llvm-15
1562024-10-22T16:19:10.174Z None -> 15.0.7-2.0
1572024-10-22T16:19:10.174Z package/pkg
1582024-10-22T16:19:10.174Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-22T16:19:10.174Z
1602024-10-22T16:19:10.174ZServices:
1612024-10-22T16:19:10.174Z restart_fmri:
1622024-10-22T16:19:10.174Z svc:/system/update-man-index:default
1632024-10-22T16:19:10.174Z
1642024-10-22T16:19:10.174ZEditable files to change:
1652024-10-22T16:19:10.174Z Update:
1662024-10-22T16:19:10.174Z usr/share/lib/pkg/web/config.shtml
1672024-10-22T16:19:10.235Z
1682024-10-22T16:19:10.235ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-22T16:19:15.235ZDownload: 915/4281 items 18.5/220.6MB 8% complete (3.7M/s)
1702024-10-22T16:19:20.247ZDownload: 1481/4281 items 117.2/220.6MB 53% complete (11.9M/s)
1712024-10-22T16:19:25.260ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (10.2M/s)
1722024-10-22T16:19:30.261ZDownload: 3133/4281 items 141.9/220.6MB 64% complete (2.4M/s)
1732024-10-22T16:19:35.266ZDownload: 3248/4281 items 191.0/220.6MB 86% complete (7.1M/s)
1742024-10-22T16:19:40.267ZDownload: 3322/4281 items 212.8/220.6MB 96% complete (7.6M/s)
1752024-10-22T16:19:45.361ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (3.5M/s)
1762024-10-22T16:19:45.492ZDownload: Completed 220.60 MB in 35.26 seconds (6.3M/s)
1772024-10-22T16:19:46.977Z Actions: 1/5063 actions (Removing old actions)
1782024-10-22T16:19:47.002Z Actions: 194/5063 actions (Installing new actions)
1792024-10-22T16:19:52.001Z Actions: 3978/5063 actions (Installing new actions)
1802024-10-22T16:19:52.839Z Actions: 4226/5063 actions (Updating modified actions)
1812024-10-22T16:19:53.268Z Actions: Completed 5063 actions in 6.29 seconds.
1822024-10-22T16:19:53.776Z Done (0.500s)
1832024-10-22T16:19:53.809Z Done (0.000s)
1842024-10-22T16:19:54.368Z Done (0.590s)
1852024-10-22T16:19:59.362Z Done (4.835s)
1862024-10-22T16:19:59.455Z Done (0.020s)
1872024-10-22T16:19:59.479Z Done (0.000s)
1882024-10-22T16:19:59.642Z Done (0.000s)
1892024-10-22T16:20:00.354ZPlanning: Evaluating mediator changes ... Done
1902024-10-22T16:20:00.556ZPlanning: Checking for conflicting actions ... Done
1912024-10-22T16:20:00.580ZPlanning: Consolidating action changes ... Done
1922024-10-22T16:20:00.882ZPlanning: Evaluating mediators ... Done
1932024-10-22T16:20:00.906ZPlanning: Planning completed in 0.53 seconds
1942024-10-22T16:20:00.930Z Mediators to change: 2
1952024-10-22T16:20:00.930Z Create boot environment: No
1962024-10-22T16:20:00.930ZCreate backup boot environment: No
1972024-10-22T16:20:00.990Z Done
1982024-10-22T16:20:00.990Z Done
1992024-10-22T16:20:01.380Z Done
2002024-10-22T16:20:05.831Z Done
2012024-10-22T16:20:05.925Z Done
2022024-10-22T16:20:05.925Z Done
2032024-10-22T16:20:06.045Z Done
2042024-10-22T16:20:06.754ZPlanning: Evaluating mediator changes ... Done
2052024-10-22T16:20:06.778ZPlanning: Merging actions ... Done
2062024-10-22T16:20:06.986ZPlanning: Checking for conflicting actions ... Done
2072024-10-22T16:20:07.011ZPlanning: Consolidating action changes ... Done
2082024-10-22T16:20:07.306ZPlanning: Evaluating mediators ... Done
2092024-10-22T16:20:07.372ZPlanning: Planning completed in 0.91 seconds
2102024-10-22T16:20:07.417Z Packages to change: 1
2112024-10-22T16:20:07.417Z Mediators to change: 1
2122024-10-22T16:20:07.417Z Services to change: 1
2132024-10-22T16:20:07.417Z Create boot environment: No
2142024-10-22T16:20:07.417ZCreate backup boot environment: Yes
2152024-10-22T16:20:08.991Z Actions: 1/6 actions (Updating modified actions)
2162024-10-22T16:20:09.015Z Actions: Completed 6 actions in 0.00 seconds.
2172024-10-22T16:20:09.015Z Done
2182024-10-22T16:20:09.015Z Done
2192024-10-22T16:20:09.113Z Done
2202024-10-22T16:20:13.370Z Done
2212024-10-22T16:20:13.457Z Done
2222024-10-22T16:20:13.481Z Done
2232024-10-22T16:20:13.550Z Done
2242024-10-22T16:20:14.076ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-10-22T16:20:14.076Zclang system 15 system
2262024-10-22T16:20:14.076Zcsh system system illumos
2272024-10-22T16:20:14.076Zctags system system illumos
2282024-10-22T16:20:14.076Zgcc vendor 12 vendor
2292024-10-22T16:20:14.076Zgcc system 10 system
2302024-10-22T16:20:14.076Zgcc system 7 system
2312024-10-22T16:20:14.076Zgo system 1.20 system
2322024-10-22T16:20:14.076Zgo system 1.19 system
2332024-10-22T16:20:14.076Zllvm system 15 system
2342024-10-22T16:20:14.077Zllvm system 14 system
2352024-10-22T16:20:14.077Zmariadb system 10.6 system
2362024-10-22T16:20:14.077Zmta vendor vendor dma
2372024-10-22T16:20:14.077Zopenjdk system 17 system
2382024-10-22T16:20:14.077Zopenjdk system 11 system
2392024-10-22T16:20:14.077Zopenjdk system 1.8 system
2402024-10-22T16:20:14.077Zopenssl vendor 3 vendor
2412024-10-22T16:20:14.077Zperl system 5.36 system
2422024-10-22T16:20:14.077Zpostgresql system 15 system
2432024-10-22T16:20:14.077Zpostgresql system 13 system
2442024-10-22T16:20:14.077Zpython vendor 3 vendor
2452024-10-22T16:20:14.077Zpython system 2 system
2462024-10-22T16:20:14.077Zpython3 system 3.11 system
2472024-10-22T16:20:14.077Zruby system 3.0 system
2482024-10-22T16:20:14.077Zwords vendor vendor american-english
2492024-10-22T16:20:14.077Zwords system system australian-english
2502024-10-22T16:20:14.077Zwords system system british-english
2512024-10-22T16:20:14.077Zwords system system canadian-english
2522024-10-22T16:20:14.077Zwords system system french
2532024-10-22T16:20:14.077Zwords system system italian
2542024-10-22T16:20:14.077Zwords system system ngerman
2552024-10-22T16:20:14.077Zwords system system ogerman
2562024-10-22T16:20:14.077Zwords system system spanish
2572024-10-22T16:20:14.483ZPUBLISHER TYPE STATUS P LOCATION
2582024-10-22T16:20:14.483Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-10-22T16:20:17.317ZFMRI IFO
2602024-10-22T16:20:17.317Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-10-22T16:20:17.317Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-10-22T16:20:17.317Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-10-22T16:20:17.317Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-10-22T16:20:17.317Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-10-22T16:20:17.317Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-10-22T16:20:17.317Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2672024-10-22T16:20:17.317Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682024-10-22T16:20:17.317Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692024-10-22T16:20:17.317Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2702024-10-22T16:20:17.317Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-10-22T16:20:17.317Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-10-22T16:20:17.317Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2732024-10-22T16:20:17.317Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-10-22T16:20:17.317Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-10-22T16:20:18.072Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2762024-10-22T16:20:18.522Z Updating crates.io index
2772024-10-22T16:20:18.563Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782024-10-22T16:20:19.601Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2792024-10-22T16:20:20.009Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802024-10-22T16:20:20.364Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812024-10-22T16:20:20.709Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822024-10-22T16:20:21.785Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832024-10-22T16:20:24.327Z Updating git repository `https://github.com/oxidecomputer/opte`
2842024-10-22T16:20:25.456Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852024-10-22T16:20:26.363Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862024-10-22T16:20:26.756Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2872024-10-22T16:20:27.172Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-10-22T16:20:27.920Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2892024-10-22T16:20:28.364Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-10-22T16:20:28.866Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-10-22T16:20:29.350Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-10-22T16:20:29.708Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-10-22T16:20:30.052Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-10-22T16:20:30.520Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-10-22T16:20:30.966Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-10-22T16:20:31.411Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-10-22T16:20:31.783Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-10-22T16:20:32.379Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-10-22T16:20:32.818Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-10-22T16:20:33.378Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-10-22T16:20:33.952Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-10-22T16:20:34.304Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-10-22T16:20:34.723Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-10-22T16:20:36.053Z Downloading crates ...
3052024-10-22T16:20:36.110Z Downloaded anstyle-parse v0.2.5
3062024-10-22T16:20:36.137Z Downloaded generic-array v0.14.7
3072024-10-22T16:20:36.137Z Downloaded scroll_derive v0.12.0
3082024-10-22T16:20:36.137Z Downloaded byteorder v1.5.0
3092024-10-22T16:20:36.137Z Downloaded usdt-macro v0.5.0
3102024-10-22T16:20:36.137Z Downloaded version_check v0.9.5
3112024-10-22T16:20:36.137Z Downloaded terminal_size v0.4.0
3122024-10-22T16:20:36.137Z Downloaded typenum v1.17.0
3132024-10-22T16:20:36.163Z Downloaded equivalent v1.0.1
3142024-10-22T16:20:36.163Z Downloaded unicode-ident v1.0.13
3152024-10-22T16:20:36.163Z Downloaded unicode-linebreak v0.1.5
3162024-10-22T16:20:36.163Z Downloaded thiserror-impl v1.0.64
3172024-10-22T16:20:36.163Z Downloaded utf8parse v0.2.2
3182024-10-22T16:20:36.163Z Downloaded sha2 v0.10.8
3192024-10-22T16:20:36.163Z Downloaded usdt-impl v0.5.0
3202024-10-22T16:20:36.163Z Downloaded zerocopy-derive v0.7.35
3212024-10-22T16:20:36.188Z Downloaded memchr v2.7.4
3222024-10-22T16:20:36.188Z Downloaded zerocopy v0.7.35
3232024-10-22T16:20:36.212Z Downloaded toml_edit v0.22.22
3242024-10-22T16:20:36.236Z Downloaded winnow v0.6.20
3252024-10-22T16:20:36.236Z Downloaded rustix v0.38.37
3262024-10-22T16:20:36.260Z Downloaded unicode-width v0.1.14
3272024-10-22T16:20:36.260Z Downloaded libc v0.2.161
3282024-10-22T16:20:36.284Z Downloaded tabled v0.15.0
3292024-10-22T16:20:36.308Z Downloaded syn v2.0.79
3302024-10-22T16:20:36.332Z Downloaded syn v1.0.109
3312024-10-22T16:20:36.332Z Downloaded pest v2.7.14
3322024-10-22T16:20:36.332Z Downloaded goblin v0.8.2
3332024-10-22T16:20:36.356Z Downloaded toml v0.8.19
3342024-10-22T16:20:36.356Z Downloaded ucd-trie v0.1.7
3352024-10-22T16:20:36.356Z Downloaded serde_json v1.0.128
3362024-10-22T16:20:36.356Z Downloaded indexmap v2.6.0
3372024-10-22T16:20:36.356Z Downloaded log v0.4.22
3382024-10-22T16:20:36.356Z Downloaded clap_builder v4.5.20
3392024-10-22T16:20:36.380Z Downloaded clap v4.5.20
3402024-10-22T16:20:36.380Z Downloaded textwrap v0.16.1
3412024-10-22T16:20:36.380Z Downloaded tempfile v3.13.0
3422024-10-22T16:20:36.380Z Downloaded serde_derive v1.0.210
3432024-10-22T16:20:36.404Z Downloaded usdt v0.5.0
3442024-10-22T16:20:36.404Z Downloaded proc-macro2 v1.0.87
3452024-10-22T16:20:36.404Z Downloaded hashbrown v0.15.0
3462024-10-22T16:20:36.404Z Downloaded semver v1.0.23
3472024-10-22T16:20:36.404Z Downloaded proc-macro-error v1.0.4
3482024-10-22T16:20:36.404Z Downloaded strsim v0.11.1
3492024-10-22T16:20:36.404Z Downloaded serde_spanned v0.6.8
3502024-10-22T16:20:36.404Z Downloaded scroll v0.12.0
3512024-10-22T16:20:36.404Z Downloaded dof v0.3.0
3522024-10-22T16:20:36.404Z Downloaded clap_derive v4.5.18
3532024-10-22T16:20:36.404Z Downloaded cargo_toml v0.20.5
3542024-10-22T16:20:36.428Z Downloaded pest_generator v2.7.14
3552024-10-22T16:20:36.428Z Downloaded once_cell v1.20.2
3562024-10-22T16:20:36.428Z Downloaded itoa v1.0.11
3572024-10-22T16:20:36.428Z Downloaded heck v0.4.1
3582024-10-22T16:20:36.428Z Downloaded fs-err v2.11.0
3592024-10-22T16:20:36.428Z Downloaded fastrand v2.1.1
3602024-10-22T16:20:36.428Z Downloaded crypto-common v0.1.6
3612024-10-22T16:20:36.428Z Downloaded colorchoice v1.0.2
3622024-10-22T16:20:36.428Z Downloaded serde v1.0.210
3632024-10-22T16:20:36.428Z Downloaded plain v0.2.3
3642024-10-22T16:20:36.428Z Downloaded cargo-platform v0.1.8
3652024-10-22T16:20:36.428Z Downloaded serde_tokenstream v0.2.2
3662024-10-22T16:20:36.428Z Downloaded ryu v1.0.18
3672024-10-22T16:20:36.428Z Downloaded pest_meta v2.7.14
3682024-10-22T16:20:36.452Z Downloaded papergrid v0.11.0
3692024-10-22T16:20:36.452Z Downloaded tabled_derive v0.7.0
3702024-10-22T16:20:36.452Z Downloaded proc-macro-error-attr v1.0.4
3712024-10-22T16:20:36.452Z Downloaded digest v0.10.7
3722024-10-22T16:20:36.453Z Downloaded anyhow v1.0.89
3732024-10-22T16:20:36.453Z Downloaded usdt-attr-macro v0.5.0
3742024-10-22T16:20:36.453Z Downloaded toml_datetime v0.6.8
3752024-10-22T16:20:36.453Z Downloaded thread-id v4.2.2
3762024-10-22T16:20:36.453Z Downloaded thiserror v1.0.64
3772024-10-22T16:20:36.453Z Downloaded swrite v0.1.0
3782024-10-22T16:20:36.453Z Downloaded smawk v0.3.2
3792024-10-22T16:20:36.453Z Downloaded quote v1.0.37
3802024-10-22T16:20:36.477Z Downloaded pest_derive v2.7.14
3812024-10-22T16:20:36.477Z Downloaded memmap v0.7.0
3822024-10-22T16:20:36.477Z Downloaded macaddr v1.0.1
3832024-10-22T16:20:36.477Z Downloaded is_terminal_polyfill v1.70.1
3842024-10-22T16:20:36.477Z Downloaded heck v0.5.0
3852024-10-22T16:20:36.477Z Downloaded fnv v1.0.7
3862024-10-22T16:20:36.477Z Downloaded errno v0.3.9
3872024-10-22T16:20:36.477Z Downloaded cpufeatures v0.2.14
3882024-10-22T16:20:36.477Z Downloaded cfg-if v1.0.0
3892024-10-22T16:20:36.477Z Downloaded cargo_metadata v0.18.1
3902024-10-22T16:20:36.477Z Downloaded camino v1.1.9
3912024-10-22T16:20:36.477Z Downloaded bitflags v2.6.0
3922024-10-22T16:20:36.477Z Downloaded autocfg v1.4.0
3932024-10-22T16:20:36.501Z Downloaded anstream v0.6.15
3942024-10-22T16:20:36.501Z Downloaded bytecount v0.6.8
3952024-10-22T16:20:36.501Z Downloaded anstyle-query v1.1.1
3962024-10-22T16:20:36.501Z Downloaded anstyle v1.0.8
3972024-10-22T16:20:36.501Z Downloaded pretty-hex v0.4.1
3982024-10-22T16:20:36.501Z Downloaded dtrace-parser v0.2.0
3992024-10-22T16:20:36.501Z Downloaded clap_lex v0.7.2
4002024-10-22T16:20:36.501Z Downloaded camino-tempfile v1.1.1
4012024-10-22T16:20:36.501Z Downloaded block-buffer v0.10.4
4022024-10-22T16:20:36.624Z Compiling proc-macro2 v1.0.87
4032024-10-22T16:20:36.624Z Compiling unicode-ident v1.0.13
4042024-10-22T16:20:36.624Z Compiling serde v1.0.210
4052024-10-22T16:20:36.648Z Compiling version_check v0.9.5
4062024-10-22T16:20:36.648Z Compiling memchr v2.7.4
4072024-10-22T16:20:36.648Z Compiling thiserror v1.0.64
4082024-10-22T16:20:36.648Z Compiling libc v0.2.161
4092024-10-22T16:20:36.648Z Compiling ucd-trie v0.1.7
4102024-10-22T16:20:37.001Z Compiling ryu v1.0.18
4112024-10-22T16:20:37.300Z Compiling itoa v1.0.11
4122024-10-22T16:20:37.354Z Compiling once_cell v1.20.2
4132024-10-22T16:20:37.470Z Compiling byteorder v1.5.0
4142024-10-22T16:20:37.504Z Compiling serde_json v1.0.128
4152024-10-22T16:20:37.722Z Compiling rustix v0.38.37
4162024-10-22T16:20:37.946Z Compiling bitflags v2.6.0
4172024-10-22T16:20:38.148Z Compiling usdt-impl v0.5.0
4182024-10-22T16:20:38.246Z Compiling quote v1.0.37
4192024-10-22T16:20:38.314Z Compiling proc-macro-error-attr v1.0.4
4202024-10-22T16:20:38.344Z Compiling syn v1.0.109
4212024-10-22T16:20:38.591Z Compiling proc-macro-error v1.0.4
4222024-10-22T16:20:38.670Z Compiling syn v2.0.79
4232024-10-22T16:20:38.714Z Compiling errno v0.3.9
4242024-10-22T16:20:38.959Z Compiling equivalent v1.0.1
4252024-10-22T16:20:38.959Z Compiling camino v1.1.9
4262024-10-22T16:20:39.017Z Compiling log v0.4.22
4272024-10-22T16:20:39.093Z Compiling utf8parse v0.2.2
4282024-10-22T16:20:39.122Z Compiling hashbrown v0.15.0
4292024-10-22T16:20:39.151Z Compiling plain v0.2.3
4302024-10-22T16:20:39.256Z Compiling thread-id v4.2.2
4312024-10-22T16:20:39.299Z Compiling anstyle-parse v0.2.5
4322024-10-22T16:20:39.607Z Compiling autocfg v1.4.0
4332024-10-22T16:20:39.634Z Compiling colorchoice v1.0.2
4342024-10-22T16:20:39.810Z Compiling pretty-hex v0.4.1
4352024-10-22T16:20:39.958Z Compiling is_terminal_polyfill v1.70.1
4362024-10-22T16:20:40.020Z Compiling semver v1.0.23
4372024-10-22T16:20:40.080Z Compiling unicode-width v0.1.14
4382024-10-22T16:20:40.104Z Compiling indexmap v2.6.0
4392024-10-22T16:20:40.192Z Compiling anstyle v1.0.8
4402024-10-22T16:20:40.513Z Compiling winnow v0.6.20
4412024-10-22T16:20:40.540Z Compiling anstyle-query v1.1.1
4422024-10-22T16:20:40.641Z Compiling fs-err v2.11.0
4432024-10-22T16:20:40.670Z Compiling anstream v0.6.15
4442024-10-22T16:20:40.695Z Compiling terminal_size v0.4.0
4452024-10-22T16:20:41.043Z Compiling strsim v0.11.1
4462024-10-22T16:20:41.067Z Compiling clap_lex v0.7.2
4472024-10-22T16:20:41.290Z Compiling anyhow v1.0.89
4482024-10-22T16:20:41.321Z Compiling cfg-if v1.0.0
4492024-10-22T16:20:41.424Z Compiling fastrand v2.1.1
4502024-10-22T16:20:41.509Z Compiling heck v0.4.1
4512024-10-22T16:20:41.817Z Compiling bytecount v0.6.8
4522024-10-22T16:20:41.842Z Compiling fnv v1.0.7
4532024-10-22T16:20:41.909Z Compiling heck v0.5.0
4542024-10-22T16:20:41.969Z Compiling papergrid v0.11.0
4552024-10-22T16:20:42.021Z Compiling tempfile v3.13.0
4562024-10-22T16:20:42.122Z Compiling clap_builder v4.5.20
4572024-10-22T16:20:42.358Z Compiling memmap v0.7.0
4582024-10-22T16:20:42.460Z Compiling smawk v0.3.2
4592024-10-22T16:20:42.678Z Compiling unicode-linebreak v0.1.5
4602024-10-22T16:20:43.150Z Compiling textwrap v0.16.1
4612024-10-22T16:20:43.291Z Compiling swrite v0.1.0
4622024-10-22T16:20:44.398Z Compiling tabled_derive v0.7.0
4632024-10-22T16:20:46.044Z Compiling tabled v0.15.0
4642024-10-22T16:20:46.709Z Compiling serde_derive v1.0.210
4652024-10-22T16:20:46.709Z Compiling thiserror-impl v1.0.64
4662024-10-22T16:20:46.733Z Compiling zerocopy-derive v0.7.35
4672024-10-22T16:20:46.733Z Compiling scroll_derive v0.12.0
4682024-10-22T16:20:46.849Z Compiling clap_derive v4.5.18
4692024-10-22T16:20:47.855Z Compiling scroll v0.12.0
4702024-10-22T16:20:48.339Z Compiling goblin v0.8.2
4712024-10-22T16:20:48.574Z Compiling zerocopy v0.7.35
4722024-10-22T16:20:49.252Z Compiling pest v2.7.14
4732024-10-22T16:20:50.127Z Compiling clap v4.5.20
4742024-10-22T16:20:51.258Z Compiling pest_meta v2.7.14
4752024-10-22T16:20:52.256Z Compiling pest_generator v2.7.14
4762024-10-22T16:20:54.057Z Compiling pest_derive v2.7.14
4772024-10-22T16:20:54.670Z Compiling dtrace-parser v0.2.0
4782024-10-22T16:20:56.066Z Compiling serde_tokenstream v0.2.2
4792024-10-22T16:20:56.171Z Compiling serde_spanned v0.6.8
4802024-10-22T16:20:56.171Z Compiling toml_datetime v0.6.8
4812024-10-22T16:20:56.426Z Compiling cargo-platform v0.1.8
4822024-10-22T16:20:56.491Z Compiling toml_edit v0.22.22
4832024-10-22T16:20:56.602Z Compiling macaddr v1.0.1
4842024-10-22T16:20:56.863Z Compiling camino-tempfile v1.1.1
4852024-10-22T16:20:57.476Z Compiling dof v0.3.0
4862024-10-22T16:20:57.555Z Compiling cargo_metadata v0.18.1
4872024-10-22T16:20:59.086Z Compiling toml v0.8.19
4882024-10-22T16:20:59.167Z Compiling usdt-macro v0.5.0
4892024-10-22T16:20:59.191Z Compiling usdt-attr-macro v0.5.0
4902024-10-22T16:20:59.773Z Compiling cargo_toml v0.20.5
4912024-10-22T16:21:00.316Z Compiling usdt v0.5.0
4922024-10-22T16:21:04.045Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-10-22T16:21:08.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.05s
4942024-10-22T16:21:09.104Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-10-22T16:21:09.833Z Downloading crates ...
4962024-10-22T16:21:09.949Z Downloaded adler2 v2.0.0
4972024-10-22T16:21:09.973Z Downloaded blowfish v0.9.1
4982024-10-22T16:21:09.997Z Downloaded curve25519-dalek-derive v0.1.1
4992024-10-22T16:21:09.997Z Downloaded data-encoding v2.6.0
5002024-10-22T16:21:09.997Z Downloaded match_cfg v0.1.0
5012024-10-22T16:21:10.021Z Downloaded bitfield v0.14.0
5022024-10-22T16:21:10.021Z Downloaded num-conv v0.1.0
5032024-10-22T16:21:10.021Z Downloaded md5 v0.7.0
5042024-10-22T16:21:10.021Z Downloaded hubpack_derive v0.1.1
5052024-10-22T16:21:10.021Z Downloaded colored v2.1.0
5062024-10-22T16:21:10.021Z Downloaded ipnet v2.10.1
5072024-10-22T16:21:10.021Z Downloaded lru-cache v0.1.2
5082024-10-22T16:21:10.045Z Downloaded base64 v0.13.1
5092024-10-22T16:21:10.045Z Downloaded linear-map v1.2.0
5102024-10-22T16:21:10.069Z Downloaded russh-cryptovec v0.7.3
5112024-10-22T16:21:10.070Z Downloaded endian-type v0.1.2
5122024-10-22T16:21:10.070Z Downloaded try-lock v0.2.5
5132024-10-22T16:21:10.093Z Downloaded unicase v2.7.0
5142024-10-22T16:21:10.093Z Downloaded proc-macro-crate v1.3.1
5152024-10-22T16:21:10.118Z Downloaded tower-service v0.3.3
5162024-10-22T16:21:10.142Z Downloaded salsa20 v0.10.2
5172024-10-22T16:21:10.142Z Downloaded untrusted v0.9.0
5182024-10-22T16:21:10.167Z Downloaded float-ord v0.3.2
5192024-10-22T16:21:10.167Z Downloaded foreign-types-shared v0.3.1
5202024-10-22T16:21:10.167Z Downloaded peg-runtime v0.8.3
5212024-10-22T16:21:10.190Z Downloaded path-slash v0.1.5
5222024-10-22T16:21:10.190Z Downloaded want v0.3.1
5232024-10-22T16:21:10.222Z Downloaded strum v0.26.3
5242024-10-22T16:21:10.247Z Downloaded r2d2 v0.8.10
5252024-10-22T16:21:10.271Z Downloaded strum_macros v0.25.3
5262024-10-22T16:21:10.271Z Downloaded strum_macros v0.26.4
5272024-10-22T16:21:10.271Z Downloaded vte v0.11.1
5282024-10-22T16:21:10.271Z Downloaded toml v0.7.8
5292024-10-22T16:21:10.271Z Downloaded structmeta-derive v0.2.0
5302024-10-22T16:21:10.271Z Downloaded strip-ansi-escapes v0.2.0
5312024-10-22T16:21:10.295Z Downloaded structmeta v0.3.0
5322024-10-22T16:21:10.295Z Downloaded tokio-tungstenite v0.21.0
5332024-10-22T16:21:10.295Z Downloaded structmeta v0.2.0
5342024-10-22T16:21:10.295Z Downloaded parse-zoneinfo v0.3.1
5352024-10-22T16:21:10.295Z Downloaded sct v0.7.1
5362024-10-22T16:21:10.295Z Downloaded fxhash v0.2.1
5372024-10-22T16:21:10.295Z Downloaded stringprep v0.1.5
5382024-10-22T16:21:10.319Z Downloaded progenitor-impl v0.8.0
5392024-10-22T16:21:10.319Z Downloaded downcast v0.11.0
5402024-10-22T16:21:10.319Z Downloaded diesel_table_macro_syntax v0.2.0
5412024-10-22T16:21:10.319Z Downloaded tokio-rustls v0.25.0
5422024-10-22T16:21:10.319Z Downloaded quick-xml v0.33.0
5432024-10-22T16:21:10.343Z Downloaded progenitor-client v0.8.0
5442024-10-22T16:21:10.343Z Downloaded time-core v0.1.2
5452024-10-22T16:21:10.366Z Downloaded derive_builder_macro v0.20.2
5462024-10-22T16:21:10.366Z Downloaded scopeguard v1.2.0
5472024-10-22T16:21:10.366Z Downloaded tap v1.0.1
5482024-10-22T16:21:10.366Z Downloaded dhcproto-macros v0.1.0
5492024-10-22T16:21:10.366Z Downloaded thiserror-no-std v2.0.2
5502024-10-22T16:21:10.390Z Downloaded thiserror-impl-no-std v2.0.2
5512024-10-22T16:21:10.390Z Downloaded tokio-macros v2.4.0
5522024-10-22T16:21:10.390Z Downloaded time-macros v0.2.18
5532024-10-22T16:21:10.390Z Downloaded serde_with_macros v3.11.0
5542024-10-22T16:21:10.414Z Downloaded tokio-native-tls v0.3.1
5552024-10-22T16:21:10.414Z Downloaded term v0.7.0
5562024-10-22T16:21:10.414Z Downloaded dhcproto v0.12.0
5572024-10-22T16:21:10.439Z Downloaded p256 v0.13.2
5582024-10-22T16:21:10.439Z Downloaded tokio-postgres v0.7.12
5592024-10-22T16:21:10.463Z Downloaded tar v0.4.42
5602024-10-22T16:21:10.463Z Downloaded time v0.3.36
5612024-10-22T16:21:10.487Z Downloaded ssh-key v0.6.6
5622024-10-22T16:21:10.511Z Downloaded serde_with v3.11.0
5632024-10-22T16:21:10.536Z Downloaded p384 v0.13.0
5642024-10-22T16:21:10.560Z Downloaded regex-syntax v0.6.29
5652024-10-22T16:21:10.560Z Downloaded regress v0.10.1
5662024-10-22T16:21:11.039Z Downloaded regex-syntax v0.8.5
5672024-10-22T16:21:11.039Z Downloaded bzip2-sys v0.1.11+1.0.8
5682024-10-22T16:21:11.039Z Downloaded ratatui v0.28.1
5692024-10-22T16:21:11.039Z Downloaded regex-automata v0.4.8
5702024-10-22T16:21:11.039Z Downloaded tokio v1.40.0
5712024-10-22T16:21:11.039Z Downloaded encoding_rs v0.8.34
5722024-10-22T16:21:11.039Z Downloaded sha3 v0.10.8
5732024-10-22T16:21:11.039Z Downloaded lzma-sys v0.1.20
5742024-10-22T16:21:11.039Z Downloaded libz-sys v1.1.20
5752024-10-22T16:21:11.039Z Downloaded libgit2-sys v0.17.0+1.8.1
5762024-10-22T16:21:11.039Z Downloaded csv v1.3.0
5772024-10-22T16:21:11.039Z Downloaded zerocopy-derive v0.6.6
5782024-10-22T16:21:11.040Z Downloaded petgraph v0.6.5
5792024-10-22T16:21:11.171Z Downloaded regress v0.9.1
5802024-10-22T16:21:11.171Z Downloaded regex v1.11.0
5812024-10-22T16:21:11.171Z Downloaded diesel v2.2.4
5822024-10-22T16:21:11.171Z Downloaded openapiv3 v2.0.0
5832024-10-22T16:21:11.171Z Downloaded object v0.36.5
5842024-10-22T16:21:11.171Z Downloaded hickory-proto v0.24.1
5852024-10-22T16:21:11.171Z Downloaded typify-impl v0.2.0
5862024-10-22T16:21:11.195Z Downloaded sled v0.34.7
5872024-10-22T16:21:11.195Z Downloaded ring v0.17.8
5882024-10-22T16:21:11.268Z Downloaded openssl v0.10.66
5892024-10-22T16:21:11.292Z Downloaded dropshot v0.12.0
5902024-10-22T16:21:11.316Z Downloaded smoltcp v0.11.0
5912024-10-22T16:21:11.340Z Downloaded polar-core v0.27.3
5922024-10-22T16:21:11.340Z Downloaded rustls v0.22.4
5932024-10-22T16:21:11.365Z Downloaded ring v0.16.20
5942024-10-22T16:21:11.438Z Downloaded libsqlite3-sys v0.30.1
5952024-10-22T16:21:11.529Z Downloaded reqwest v0.12.8
5962024-10-22T16:21:11.552Z Downloaded reqwest v0.11.27
5972024-10-22T16:21:11.552Z Downloaded reedline v0.35.0
5982024-10-22T16:21:11.576Z Downloaded rayon v1.10.0
5992024-10-22T16:21:11.576Z Downloaded object v0.30.4
6002024-10-22T16:21:11.576Z Downloaded rustls v0.23.14
6012024-10-22T16:21:11.602Z Downloaded nix v0.29.0
6022024-10-22T16:21:11.626Z Downloaded p521 v0.13.3
6032024-10-22T16:21:11.626Z Downloaded futures-util v0.3.31
6042024-10-22T16:21:11.626Z Downloaded radix_trie v0.2.1
6052024-10-22T16:21:11.651Z Downloaded proptest v1.5.0
6062024-10-22T16:21:11.651Z Downloaded sqlparser v0.45.0
6072024-10-22T16:21:11.651Z Downloaded webpki-roots v0.26.6
6082024-10-22T16:21:11.651Z Downloaded nix v0.28.0
6092024-10-22T16:21:11.676Z Downloaded heapless v0.8.0
6102024-10-22T16:21:11.676Z Downloaded rustls v0.21.12
6112024-10-22T16:21:11.700Z Downloaded nix v0.27.1
6122024-10-22T16:21:11.700Z Downloaded idna v0.5.0
6132024-10-22T16:21:11.700Z Downloaded idna v0.2.3
6142024-10-22T16:21:11.724Z Downloaded chrono-tz v0.10.0
6152024-10-22T16:21:11.724Z Downloaded bstr v1.10.0
6162024-10-22T16:21:11.748Z Downloaded steno v0.4.1
6172024-10-22T16:21:11.748Z Downloaded hkdf v0.12.4
6182024-10-22T16:21:11.748Z Downloaded vcpkg v0.2.15
6192024-10-22T16:21:11.779Z Downloaded idna v0.4.0
6202024-10-22T16:21:11.804Z Downloaded serde_yaml v0.9.34+deprecated
6212024-10-22T16:21:11.804Z Downloaded heapless v0.7.17
6222024-10-22T16:21:11.804Z Downloaded expectorate v1.1.0
6232024-10-22T16:21:11.804Z Downloaded tokio-util v0.7.12
6242024-10-22T16:21:11.828Z Downloaded winnow v0.5.40
6252024-10-22T16:21:11.828Z Downloaded gimli v0.31.1
6262024-10-22T16:21:11.828Z Downloaded openssl-sys v0.9.103
6272024-10-22T16:21:11.851Z Downloaded headers v0.4.0
6282024-10-22T16:21:11.851Z Downloaded trust-dns-proto v0.22.0
6292024-10-22T16:21:11.851Z Downloaded idna v0.3.0
6302024-10-22T16:21:11.875Z Downloaded derive_more v0.99.18
6312024-10-22T16:21:11.875Z Downloaded derive-where v1.2.7
6322024-10-22T16:21:11.875Z Downloaded test-strategy v0.3.1
6332024-10-22T16:21:11.875Z Downloaded portable-atomic v1.9.0
6342024-10-22T16:21:11.899Z Downloaded quinn-proto v0.11.8
6352024-10-22T16:21:11.899Z Downloaded subprocess v0.2.9
6362024-10-22T16:21:11.899Z Downloaded rcgen v0.12.1
6372024-10-22T16:21:11.899Z Downloaded rayon-core v1.12.1
6382024-10-22T16:21:11.899Z Downloaded parking_lot v0.12.3
6392024-10-22T16:21:11.899Z Downloaded owo-colors v4.1.0
6402024-10-22T16:21:11.923Z Downloaded oso v0.27.3
6412024-10-22T16:21:11.923Z Downloaded des v0.8.1
6422024-10-22T16:21:11.923Z Downloaded derive_builder_core v0.20.2
6432024-10-22T16:21:11.923Z Downloaded derive_builder v0.20.2
6442024-10-22T16:21:11.923Z Downloaded deranged v0.3.11
6452024-10-22T16:21:11.923Z Downloaded termios v0.3.3
6462024-10-22T16:21:11.923Z Downloaded serde_derive_internals v0.29.1
6472024-10-22T16:21:11.923Z Downloaded futures-channel v0.3.31
6482024-10-22T16:21:11.923Z Downloaded diesel_derives v2.2.3
6492024-10-22T16:21:11.948Z Downloaded salty v0.3.0
6502024-10-22T16:21:11.948Z Downloaded lalrpop v0.19.12
6512024-10-22T16:21:11.948Z Downloaded smoltcp v0.9.1
6522024-10-22T16:21:11.972Z Downloaded curve25519-dalek v4.1.3
6532024-10-22T16:21:11.972Z Downloaded parking_lot v0.11.2
6542024-10-22T16:21:11.972Z Downloaded futures v0.3.31
6552024-10-22T16:21:11.996Z Downloaded serde_repr v0.1.19
6562024-10-22T16:21:11.996Z Downloaded diff v0.1.13
6572024-10-22T16:21:11.996Z Downloaded tiny-keccak v2.0.2
6582024-10-22T16:21:11.996Z Downloaded thread_local v1.1.8
6592024-10-22T16:21:11.996Z Downloaded termcolor v1.4.1
6602024-10-22T16:21:11.996Z Downloaded sha1 v0.10.6
6612024-10-22T16:21:11.996Z Downloaded x509-cert v0.2.5
6622024-10-22T16:21:12.020Z Downloaded hyper v0.14.30
6632024-10-22T16:21:12.020Z Downloaded tabwriter v1.4.0
6642024-10-22T16:21:12.020Z Downloaded supports-color v3.0.1
6652024-10-22T16:21:12.020Z Downloaded subtle v2.6.1
6662024-10-22T16:21:12.020Z Downloaded static_assertions v1.1.0
6672024-10-22T16:21:12.020Z Downloaded stable_deref_trait v1.2.0
6682024-10-22T16:21:12.020Z Downloaded serde_urlencoded v0.7.1
6692024-10-22T16:21:12.020Z Downloaded serde_plain v1.0.2
6702024-10-22T16:21:12.020Z Downloaded serde_path_to_error v0.1.16
6712024-10-22T16:21:12.020Z Downloaded serde-hex v0.1.0
6722024-10-22T16:21:12.020Z Downloaded rand_xorshift v0.3.0
6732024-10-22T16:21:12.021Z Downloaded rand_seeder v0.3.0
6742024-10-22T16:21:12.044Z Downloaded rand_core v0.6.4
6752024-10-22T16:21:12.044Z Downloaded rand_chacha v0.3.1
6762024-10-22T16:21:12.045Z Downloaded packed_struct_codegen v0.10.1
6772024-10-22T16:21:12.045Z Downloaded hashlink v0.9.1
6782024-10-22T16:21:12.045Z Downloaded getrandom v0.2.15
6792024-10-22T16:21:12.045Z Downloaded rfc6979 v0.4.0
6802024-10-22T16:21:12.045Z Downloaded resolv-conf v0.7.0
6812024-10-22T16:21:12.045Z Downloaded ref-cast-impl v1.0.23
6822024-10-22T16:21:12.045Z Downloaded ref-cast v1.0.23
6832024-10-22T16:21:12.045Z Downloaded packed_struct v0.10.1
6842024-10-22T16:21:12.045Z Downloaded termtree v0.4.1
6852024-10-22T16:21:12.045Z Downloaded take_mut v0.2.2
6862024-10-22T16:21:12.045Z Downloaded sync_wrapper v1.0.1
6872024-10-22T16:21:12.045Z Downloaded sync_wrapper v0.1.2
6882024-10-22T16:21:12.045Z Downloaded heck v0.3.3
6892024-10-22T16:21:12.045Z Downloaded futures-io v0.3.31
6902024-10-22T16:21:12.069Z Downloaded env_logger v0.11.5
6912024-10-22T16:21:12.069Z Downloaded ecdsa v0.16.9
6922024-10-22T16:21:12.069Z Downloaded hickory-server v0.24.1
6932024-10-22T16:21:12.069Z Downloaded rustls-webpki v0.102.8
6942024-10-22T16:21:12.095Z Downloaded git2 v0.19.0
6952024-10-22T16:21:12.095Z Downloaded serde-big-array v0.5.1
6962024-10-22T16:21:12.095Z Downloaded oso-derive v0.27.3
6972024-10-22T16:21:12.095Z Downloaded openssl-probe v0.1.5
6982024-10-22T16:21:12.095Z Downloaded openssl-macros v0.1.1
6992024-10-22T16:21:12.095Z Downloaded headers-core v0.3.0
7002024-10-22T16:21:12.095Z Downloaded ghash v0.5.1
7012024-10-22T16:21:12.095Z Downloaded futures-executor v0.3.31
7022024-10-22T16:21:12.120Z Downloaded futures-core v0.3.31
7032024-10-22T16:21:12.120Z Downloaded ed25519 v2.2.3
7042024-10-22T16:21:12.120Z Downloaded difflib v0.4.0
7052024-10-22T16:21:12.120Z Downloaded diesel-dtrace v0.3.0
7062024-10-22T16:21:12.120Z Downloaded h2 v0.3.26
7072024-10-22T16:21:12.120Z Downloaded gethostname v0.5.0
7082024-10-22T16:21:12.120Z Downloaded futures-task v0.3.31
7092024-10-22T16:21:12.120Z Downloaded futures-sink v0.3.31
7102024-10-22T16:21:12.120Z Downloaded futures-macro v0.3.31
7112024-10-22T16:21:12.120Z Downloaded funty v2.0.0
7122024-10-22T16:21:12.120Z Downloaded fragile v2.0.0
7132024-10-22T16:21:12.120Z Downloaded fallible-iterator v0.3.0
7142024-10-22T16:21:12.120Z Downloaded fallible-iterator v0.2.0
7152024-10-22T16:21:12.120Z Downloaded dyn-clone v1.0.17
7162024-10-22T16:21:12.120Z Downloaded dsl_auto_type v0.1.2
7172024-10-22T16:21:12.144Z Downloaded display-error-chain v0.2.1
7182024-10-22T16:21:12.144Z Downloaded dirs-sys-next v0.1.2
7192024-10-22T16:21:12.144Z Downloaded dirs-next v2.0.0
7202024-10-22T16:21:12.144Z Downloaded rand v0.8.5
7212024-10-22T16:21:12.144Z Downloaded der v0.7.9
7222024-10-22T16:21:12.144Z Downloaded h2 v0.4.6
7232024-10-22T16:21:12.144Z Downloaded snafu v0.8.5
7242024-10-22T16:21:12.169Z Downloaded rustls-webpki v0.101.7
7252024-10-22T16:21:12.169Z Downloaded itertools v0.12.1
7262024-10-22T16:21:12.193Z Downloaded flate2 v1.0.34
7272024-10-22T16:21:12.193Z Downloaded tough v0.17.1
7282024-10-22T16:21:12.193Z Downloaded progenitor-macro v0.8.0
7292024-10-22T16:21:12.193Z Downloaded tokio-tungstenite v0.24.0
7302024-10-22T16:21:12.193Z Downloaded tokio-stream v0.1.16
7312024-10-22T16:21:12.216Z Downloaded socket2 v0.5.7
7322024-10-22T16:21:12.217Z Downloaded unicode-normalization v0.1.24
7332024-10-22T16:21:12.217Z Downloaded tokio-tungstenite v0.23.1
7342024-10-22T16:21:12.217Z Downloaded tokio-rustls v0.26.0
7352024-10-22T16:21:12.217Z Downloaded zip v0.6.6
7362024-10-22T16:21:12.217Z Downloaded hashbrown v0.14.5
7372024-10-22T16:21:12.240Z Downloaded string_cache v0.8.7
7382024-10-22T16:21:12.240Z Downloaded sec1 v0.7.3
7392024-10-22T16:21:12.241Z Downloaded scrypt v0.11.0
7402024-10-22T16:21:12.241Z Downloaded tokio-rustls v0.24.1
7412024-10-22T16:21:12.241Z Downloaded spin v0.9.8
7422024-10-22T16:21:12.241Z Downloaded prettyplease v0.2.22
7432024-10-22T16:21:12.241Z Downloaded hashbrown v0.13.2
7442024-10-22T16:21:12.241Z Downloaded num-bigint v0.4.6
7452024-10-22T16:21:12.265Z Downloaded nom v7.1.3
7462024-10-22T16:21:12.265Z Downloaded itertools v0.13.0
7472024-10-22T16:21:12.265Z Downloaded strum_macros v0.24.3
7482024-10-22T16:21:12.265Z Downloaded semver v0.1.20
7492024-10-22T16:21:12.265Z Downloaded radium v0.7.0
7502024-10-22T16:21:12.265Z Downloaded der_derive v0.7.3
7512024-10-22T16:21:12.265Z Downloaded ssh-cipher v0.2.0
7522024-10-22T16:21:12.265Z Downloaded sqlformat v0.2.6
7532024-10-22T16:21:12.265Z Downloaded spki v0.7.3
7542024-10-22T16:21:12.289Z Downloaded spin v0.5.2
7552024-10-22T16:21:12.289Z Downloaded snafu-derive v0.8.5
7562024-10-22T16:21:12.289Z Downloaded shell-words v1.1.0
7572024-10-22T16:21:12.289Z Downloaded omicron-zone-package v0.11.1
7582024-10-22T16:21:12.289Z Downloaded highway v1.2.0
7592024-10-22T16:21:12.290Z Downloaded zerocopy v0.6.6
7602024-10-22T16:21:12.290Z Downloaded rustyline v14.0.0
7612024-10-22T16:21:12.290Z Downloaded quinn v0.11.5
7622024-10-22T16:21:12.290Z Downloaded hashbrown v0.12.3
7632024-10-22T16:21:12.314Z Downloaded unicode_categories v0.1.1
7642024-10-22T16:21:12.314Z Downloaded unicode-segmentation v1.12.0
7652024-10-22T16:21:12.314Z Downloaded mio v1.0.2
7662024-10-22T16:21:12.314Z Downloaded minimal-lexical v0.2.1
7672024-10-22T16:21:12.314Z Downloaded libxml v0.3.3
7682024-10-22T16:21:12.338Z Downloaded libm v0.2.8
7692024-10-22T16:21:12.338Z Downloaded hyper v1.4.1
7702024-10-22T16:21:12.338Z Downloaded defmt-parser v0.3.4
7712024-10-22T16:21:12.338Z Downloaded defmt-macros v0.3.9
7722024-10-22T16:21:12.338Z Downloaded defmt v0.3.8
7732024-10-22T16:21:12.362Z Downloaded walkdir v2.5.0
7742024-10-22T16:21:12.362Z Downloaded wait-timeout v0.2.0
7752024-10-22T16:21:12.362Z Downloaded vte_generate_state_changes v0.1.2
7762024-10-22T16:21:12.362Z Downloaded vsss-rs v3.3.4
7772024-10-22T16:21:12.362Z Downloaded sqlparser_derive v0.2.2
7782024-10-22T16:21:12.362Z Downloaded opaque-debug v0.3.1
7792024-10-22T16:21:12.362Z Downloaded olpc-cjson v0.1.4
7802024-10-22T16:21:12.362Z Downloaded number_prefix v0.4.0
7812024-10-22T16:21:12.362Z Downloaded num_threads v0.1.7
7822024-10-22T16:21:12.362Z Downloaded num_enum_derive v0.5.11
7832024-10-22T16:21:12.362Z Downloaded num_enum v0.5.11
7842024-10-22T16:21:12.362Z Downloaded num-traits v0.2.19
7852024-10-22T16:21:12.386Z Downloaded num-rational v0.4.2
7862024-10-22T16:21:12.386Z Downloaded hickory-client v0.24.1
7872024-10-22T16:21:12.386Z Downloaded zone_cfg_derive v0.1.2
7882024-10-22T16:21:12.386Z Downloaded zone v0.3.0
7892024-10-22T16:21:12.386Z Downloaded zone v0.1.8
7902024-10-22T16:21:12.386Z Downloaded xz2 v0.1.7
7912024-10-22T16:21:12.386Z Downloaded xattr v1.3.1
7922024-10-22T16:21:12.386Z Downloaded wyz v0.5.1
7932024-10-22T16:21:12.386Z Downloaded whoami v1.5.2
7942024-10-22T16:21:12.386Z Downloaded which v4.4.2
7952024-10-22T16:21:12.386Z Downloaded postcard v1.0.10
7962024-10-22T16:21:12.386Z Downloaded pkcs1 v0.7.5
7972024-10-22T16:21:12.386Z Downloaded pin-project-lite v0.2.14
7982024-10-22T16:21:12.410Z Downloaded pin-project-internal v1.1.6
7992024-10-22T16:21:12.410Z Downloaded pin-project v1.1.6
8002024-10-22T16:21:12.410Z Downloaded phf_shared v0.11.2
8012024-10-22T16:21:12.410Z Downloaded peg-macros v0.8.4
8022024-10-22T16:21:12.410Z Downloaded peg v0.8.4
8032024-10-22T16:21:12.436Z Downloaded password-hash v0.5.0
8042024-10-22T16:21:12.436Z Downloaded password-hash v0.4.2
8052024-10-22T16:21:12.436Z Downloaded flume v0.11.0
8062024-10-22T16:21:12.436Z Downloaded fallible-streaming-iterator v0.1.9
8072024-10-22T16:21:12.436Z Downloaded url v2.5.2
8082024-10-22T16:21:12.436Z Downloaded unsafe-libyaml v0.2.11
8092024-10-22T16:21:12.436Z Downloaded tracing v0.1.40
8102024-10-22T16:21:12.436Z Downloaded toml_edit v0.19.15
8112024-10-22T16:21:12.461Z Downloaded schemars v0.8.21
8122024-10-22T16:21:12.484Z Downloaded samael v0.0.17
8132024-10-22T16:21:12.485Z Downloaded half v2.4.1
8142024-10-22T16:21:12.485Z Downloaded num-bigint-dig v0.8.4
8152024-10-22T16:21:12.485Z Downloaded itertools v0.10.5
8162024-10-22T16:21:12.509Z Downloaded structmeta-derive v0.3.0
8172024-10-22T16:21:12.509Z Downloaded secrecy v0.8.0
8182024-10-22T16:21:12.509Z Downloaded zone_cfg_derive v0.3.0
8192024-10-22T16:21:12.509Z Downloaded waitgroup v0.1.2
8202024-10-22T16:21:12.509Z Downloaded ssh-encoding v0.2.0
8212024-10-22T16:21:12.509Z Downloaded num-iter v0.1.45
8222024-10-22T16:21:12.509Z Downloaded hex-literal v0.4.1
8232024-10-22T16:21:12.510Z Downloaded hex v0.4.3
8242024-10-22T16:21:12.510Z Downloaded zeroize_derive v1.4.2
8252024-10-22T16:21:12.510Z Downloaded zeroize v1.8.1
8262024-10-22T16:21:12.510Z Downloaded yasna v0.5.2
8272024-10-22T16:21:12.510Z Downloaded progenitor v0.8.0
8282024-10-22T16:21:12.510Z Downloaded primeorder v0.13.6
8292024-10-22T16:21:12.510Z Downloaded predicates-tree v1.0.11
8302024-10-22T16:21:12.510Z Downloaded predicates-core v1.0.8
8312024-10-22T16:21:12.510Z Downloaded predicates v3.1.2
8322024-10-22T16:21:12.510Z Downloaded ppv-lite86 v0.2.20
8332024-10-22T16:21:12.534Z Downloaded powerfmt v0.2.0
8342024-10-22T16:21:12.534Z Downloaded postgres-types v0.2.8
8352024-10-22T16:21:12.534Z Downloaded postgres-protocol v0.6.7
8362024-10-22T16:21:12.534Z Downloaded polyval v0.6.2
8372024-10-22T16:21:12.534Z Downloaded poly1305 v0.8.0
8382024-10-22T16:21:12.534Z Downloaded pkg-config v0.3.31
8392024-10-22T16:21:12.534Z Downloaded pkcs8 v0.10.2
8402024-10-22T16:21:12.535Z Downloaded pkcs5 v0.7.1
8412024-10-22T16:21:12.535Z Downloaded pin-utils v0.1.0
8422024-10-22T16:21:12.535Z Downloaded pbkdf2 v0.12.2
8432024-10-22T16:21:12.535Z Downloaded paste v1.0.15
8442024-10-22T16:21:12.559Z Downloaded fatfs v0.3.6
8452024-10-22T16:21:12.559Z Downloaded vergen v8.3.2
8462024-10-22T16:21:12.559Z Downloaded value-bag v1.9.0
8472024-10-22T16:21:12.559Z Downloaded uzers v0.12.1
8482024-10-22T16:21:12.559Z Downloaded unicode-properties v0.1.3
8492024-10-22T16:21:12.559Z Downloaded http v0.2.12
8502024-10-22T16:21:12.559Z Downloaded pretty-hex v0.2.1
8512024-10-22T16:21:12.559Z Downloaded precomputed-hash v0.1.1
8522024-10-22T16:21:12.559Z Downloaded parse-display-derive v0.10.0
8532024-10-22T16:21:12.559Z Downloaded parse-display v0.10.0
8542024-10-22T16:21:12.559Z Downloaded form_urlencoded v1.2.1
8552024-10-22T16:21:12.559Z Downloaded foldhash v0.1.3
8562024-10-22T16:21:12.583Z Downloaded fd-lock v4.0.2
8572024-10-22T16:21:12.583Z Downloaded publicsuffix v2.2.3
8582024-10-22T16:21:12.583Z Downloaded rusqlite v0.32.1
8592024-10-22T16:21:12.583Z Downloaded memmap2 v0.9.5
8602024-10-22T16:21:12.583Z Downloaded parse-size v1.0.0
8612024-10-22T16:21:12.584Z Downloaded tracing-core v0.1.32
8622024-10-22T16:21:12.584Z Downloaded unicode-bidi v0.3.17
8632024-10-22T16:21:12.584Z Downloaded http v1.1.0
8642024-10-22T16:21:12.607Z Downloaded flagset v0.4.6
8652024-10-22T16:21:12.607Z Downloaded filetime v0.2.25
8662024-10-22T16:21:12.607Z Downloaded tls_codec_derive v0.4.1
8672024-10-22T16:21:12.607Z Downloaded tls_codec v0.4.1
8682024-10-22T16:21:12.608Z Downloaded qorb v0.1.2
8692024-10-22T16:21:12.608Z Downloaded mockall_derive v0.13.0
8702024-10-22T16:21:12.608Z Downloaded foreign-types-shared v0.1.1
8712024-10-22T16:21:12.608Z Downloaded foreign-types-macros v0.2.3
8722024-10-22T16:21:12.608Z Downloaded foreign-types v0.5.0
8732024-10-22T16:21:12.608Z Downloaded foreign-types v0.3.2
8742024-10-22T16:21:12.608Z Downloaded float-cmp v0.9.0
8752024-10-22T16:21:12.608Z Downloaded fixedbitset v0.4.2
8762024-10-22T16:21:12.608Z Downloaded ff v0.13.0
8772024-10-22T16:21:12.608Z Downloaded uuid v1.10.0
8782024-10-22T16:21:12.632Z Downloaded schemars_derive v0.8.21
8792024-10-22T16:21:12.632Z Downloaded scheduled-thread-pool v0.2.7
8802024-10-22T16:21:12.632Z Downloaded same-file v1.0.6
8812024-10-22T16:21:12.632Z Downloaded rustls-pki-types v1.9.0
8822024-10-22T16:21:12.632Z Downloaded quinn-udp v0.5.5
8832024-10-22T16:21:12.632Z Downloaded parking_lot_core v0.9.10
8842024-10-22T16:21:12.632Z Downloaded env_logger v0.10.2
8852024-10-22T16:21:12.632Z Downloaded russh v0.45.0
8862024-10-22T16:21:12.632Z Downloaded jobserver v0.1.32
8872024-10-22T16:21:12.656Z Downloaded indexmap v1.9.3
8882024-10-22T16:21:12.656Z Downloaded crossterm v0.28.1
8892024-10-22T16:21:12.656Z Downloaded chrono v0.4.38
8902024-10-22T16:21:12.656Z Downloaded utf-8 v0.7.6
8912024-10-22T16:21:12.656Z Downloaded untrusted v0.7.1
8922024-10-22T16:21:12.656Z Downloaded universal-hash v0.5.1
8932024-10-22T16:21:12.680Z Downloaded tracing-attributes v0.1.27
8942024-10-22T16:21:12.680Z Downloaded topological-sort v0.2.2
8952024-10-22T16:21:12.680Z Downloaded tinyvec v1.8.0
8962024-10-22T16:21:12.680Z Downloaded elliptic-curve v0.13.8
8972024-10-22T16:21:12.680Z Downloaded ed25519-dalek v2.1.1
8982024-10-22T16:21:12.680Z Downloaded typed-path v0.7.1
8992024-10-22T16:21:12.680Z Downloaded miniz_oxide v0.8.0
9002024-10-22T16:21:12.704Z Downloaded bitvec v1.0.1
9012024-10-22T16:21:12.704Z Downloaded aho-corasick v1.1.3
9022024-10-22T16:21:12.728Z Downloaded toolchain_find v0.4.0
9032024-10-22T16:21:12.728Z Downloaded tinyvec_macros v0.1.1
9042024-10-22T16:21:12.728Z Downloaded rustls-pemfile v2.2.0
9052024-10-22T16:21:12.728Z Downloaded rustc_version v0.1.7
9062024-10-22T16:21:12.728Z Downloaded phf_generator v0.11.2
9072024-10-22T16:21:12.728Z Downloaded phf_codegen v0.11.2
9082024-10-22T16:21:12.728Z Downloaded phf v0.11.2
9092024-10-22T16:21:12.728Z Downloaded pbkdf2 v0.11.0
9102024-10-22T16:21:12.728Z Downloaded hash32 v0.3.1
9112024-10-22T16:21:12.728Z Downloaded tungstenite v0.24.0
9122024-10-22T16:21:12.728Z Downloaded tungstenite v0.21.0
9132024-10-22T16:21:12.728Z Downloaded num-complex v0.4.6
9142024-10-22T16:21:12.728Z Downloaded nu-ansi-term v0.50.1
9152024-10-22T16:21:12.753Z Downloaded native-tls v0.2.12
9162024-10-22T16:21:12.753Z Downloaded nanorand v0.7.0
9172024-10-22T16:21:12.753Z Downloaded internet-checksum v0.2.1
9182024-10-22T16:21:12.753Z Downloaded iana-time-zone v0.1.61
9192024-10-22T16:21:12.753Z Downloaded hyper-rustls v0.27.3
9202024-10-22T16:21:12.753Z Downloaded bindgen v0.69.5
9212024-10-22T16:21:12.753Z Downloaded rusty-fork v0.3.0
9222024-10-22T16:21:12.753Z Downloaded rustversion v1.0.17
9232024-10-22T16:21:12.777Z Downloaded hash32 v0.2.1
9242024-10-22T16:21:12.777Z Downloaded dropshot_endpoint v0.12.0
9252024-10-22T16:21:12.777Z Downloaded unicode-xid v0.2.6
9262024-10-22T16:21:12.778Z Downloaded unicode-truncate v1.1.0
9272024-10-22T16:21:12.778Z Downloaded slog-envlogger v2.2.0
9282024-10-22T16:21:12.778Z Downloaded slog v2.7.0
9292024-10-22T16:21:12.778Z Downloaded multimap v0.10.0
9302024-10-22T16:21:12.778Z Downloaded mime_guess v2.0.5
9312024-10-22T16:21:12.778Z Downloaded lru v0.12.5
9322024-10-22T16:21:12.778Z Downloaded linked-hash-map v0.5.6
9332024-10-22T16:21:12.778Z Downloaded indicatif v0.17.8
9342024-10-22T16:21:12.802Z Downloaded hyper-tls v0.6.0
9352024-10-22T16:21:12.802Z Downloaded const_format v0.2.33
9362024-10-22T16:21:12.802Z Downloaded blake3 v1.5.4
9372024-10-22T16:21:12.802Z Downloaded aes-gcm v0.10.3
9382024-10-22T16:21:12.802Z Downloaded rustls-pemfile v1.0.4
9392024-10-22T16:21:12.802Z Downloaded rustfmt-wrapper v0.2.1
9402024-10-22T16:21:12.802Z Downloaded rustc_version v0.4.1
9412024-10-22T16:21:12.826Z Downloaded quick-error v1.2.3
9422024-10-22T16:21:12.826Z Downloaded psl-types v2.0.11
9432024-10-22T16:21:12.826Z Downloaded phf_shared v0.10.0
9442024-10-22T16:21:12.826Z Downloaded pem v3.0.4
9452024-10-22T16:21:12.826Z Downloaded parking_lot_core v0.8.6
9462024-10-22T16:21:12.826Z Downloaded group v0.13.0
9472024-10-22T16:21:12.826Z Downloaded globset v0.4.15
9482024-10-22T16:21:12.827Z Downloaded glob v0.3.1
9492024-10-22T16:21:12.827Z Downloaded env_filter v0.1.2
9502024-10-22T16:21:12.827Z Downloaded enum-as-inner v0.6.1
9512024-10-22T16:21:12.827Z Downloaded enum-as-inner v0.5.1
9522024-10-22T16:21:12.827Z Downloaded ena v0.14.3
9532024-10-22T16:21:12.827Z Downloaded embedded-io v0.6.1
9542024-10-22T16:21:12.827Z Downloaded embedded-io v0.4.0
9552024-10-22T16:21:12.827Z Downloaded tungstenite v0.23.0
9562024-10-22T16:21:12.851Z Downloaded tui-tree-widget v0.22.0
9572024-10-22T16:21:12.851Z Downloaded smallvec v1.13.2
9582024-10-22T16:21:12.851Z Downloaded slog-term v2.9.1
9592024-10-22T16:21:12.851Z Downloaded slog-json v2.6.1
9602024-10-22T16:21:12.851Z Downloaded similar v2.6.0
9612024-10-22T16:21:12.851Z Downloaded signal-hook-registry v1.4.2
9622024-10-22T16:21:12.851Z Downloaded signal-hook v0.3.17
9632024-10-22T16:21:12.851Z Downloaded rsa v0.9.6
9642024-10-22T16:21:12.875Z Downloaded ron v0.8.1
9652024-10-22T16:21:12.875Z Downloaded ron v0.7.1
9662024-10-22T16:21:12.875Z Downloaded num-derive v0.4.2
9672024-10-22T16:21:12.875Z Downloaded libsw v3.3.1
9682024-10-22T16:21:12.875Z Downloaded lazycell v1.3.0
9692024-10-22T16:21:12.875Z Downloaded lalrpop-util v0.19.12
9702024-10-22T16:21:12.875Z Downloaded ipnetwork v0.20.0
9712024-10-22T16:21:12.875Z Downloaded instability v0.3.2
9722024-10-22T16:21:12.875Z Downloaded indoc v1.0.9
9732024-10-22T16:21:12.875Z Downloaded impl-trait-for-tuples v0.2.2
9742024-10-22T16:21:12.899Z Downloaded crossbeam-channel v0.5.13
9752024-10-22T16:21:12.899Z Downloaded percent-encoding v2.3.1
9762024-10-22T16:21:12.899Z Downloaded pem-rfc7468 v0.7.0
9772024-10-22T16:21:12.899Z Downloaded either v1.13.0
9782024-10-22T16:21:12.899Z Downloaded unarray v0.1.4
9792024-10-22T16:21:12.899Z Downloaded typify v0.2.0
9802024-10-22T16:21:12.899Z Downloaded twox-hash v1.6.3
9812024-10-22T16:21:12.899Z Downloaded smf v0.2.3
9822024-10-22T16:21:12.899Z Downloaded slab v0.4.9
9832024-10-22T16:21:12.899Z Downloaded shlex v1.3.0
9842024-10-22T16:21:12.899Z Downloaded newtype_derive v0.1.6
9852024-10-22T16:21:12.899Z Downloaded mockall v0.13.0
9862024-10-22T16:21:12.923Z Downloaded mime v0.3.17
9872024-10-22T16:21:12.923Z Downloaded md-5 v0.10.6
9882024-10-22T16:21:12.923Z Downloaded maplit v1.0.2
9892024-10-22T16:21:12.923Z Downloaded kstat-rs v0.2.4
9902024-10-22T16:21:12.923Z Downloaded hyper-util v0.1.9
9912024-10-22T16:21:12.923Z Downloaded bytes v1.7.2
9922024-10-22T16:21:12.923Z Downloaded typify-macro v0.2.0
9932024-10-22T16:21:12.923Z Downloaded smallvec v0.6.14
9942024-10-22T16:21:12.923Z Downloaded slog-stdlog v4.1.1
9952024-10-22T16:21:12.923Z Downloaded slog-scope v4.4.0
9962024-10-22T16:21:12.923Z Downloaded slog-dtrace v0.3.0
9972024-10-22T16:21:12.923Z Downloaded slog-bunyan v2.5.0
9982024-10-22T16:21:12.923Z Downloaded slog-async v2.8.0
9992024-10-22T16:21:12.947Z Downloaded siphasher v0.3.11
10002024-10-22T16:21:12.947Z Downloaded signature v2.2.0
10012024-10-22T16:21:12.947Z Downloaded signal-hook-mio v0.2.4
10022024-10-22T16:21:12.947Z Downloaded rustc-hash v1.1.0
10032024-10-22T16:21:12.948Z Downloaded rustc-demangle v0.1.24
10042024-10-22T16:21:12.948Z Downloaded russh-keys v0.45.0
10052024-10-22T16:21:12.948Z Downloaded newline-converter v0.3.0
10062024-10-22T16:21:12.948Z Downloaded multer v3.1.0
10072024-10-22T16:21:12.948Z Downloaded memoffset v0.9.1
10082024-10-22T16:21:12.948Z Downloaded libloading v0.8.5
10092024-10-22T16:21:12.948Z Downloaded hmac v0.12.1
10102024-10-22T16:21:12.948Z Downloaded matches v0.1.10
10112024-10-22T16:21:12.948Z Downloaded managed v0.8.0
10122024-10-22T16:21:12.973Z Downloaded lock_api v0.4.12
10132024-10-22T16:21:12.973Z Downloaded sigpipe v0.1.3
10142024-10-22T16:21:12.973Z Downloaded signal-hook-tokio v0.3.1
10152024-10-22T16:21:12.973Z Downloaded rustc-hash v2.0.0
10162024-10-22T16:21:12.973Z Downloaded rpassword v7.3.1
10172024-10-22T16:21:12.973Z Downloaded num-integer v0.1.46
10182024-10-22T16:21:12.973Z Downloaded nodrop v0.1.14
10192024-10-22T16:21:12.973Z Downloaded maybe-uninit v2.0.0
10202024-10-22T16:21:12.973Z Downloaded is_ci v1.2.0
10212024-10-22T16:21:12.973Z Downloaded httpdate v1.0.3
10222024-10-22T16:21:12.973Z Downloaded httparse v1.9.5
10232024-10-22T16:21:12.973Z Downloaded hostname v0.3.1
10242024-10-22T16:21:12.973Z Downloaded hickory-resolver v0.24.1
10252024-10-22T16:21:12.973Z Downloaded darling v0.20.10
10262024-10-22T16:21:12.997Z Downloaded csv-core v0.1.11
10272024-10-22T16:21:12.997Z Downloaded crypto-bigint v0.5.5
10282024-10-22T16:21:12.997Z Downloaded crossbeam-epoch v0.9.18
10292024-10-22T16:21:12.997Z Downloaded chacha20poly1305 v0.10.1
10302024-10-22T16:21:12.997Z Downloaded cexpr v0.6.0
10312024-10-22T16:21:12.997Z Downloaded cbc v0.1.2
10322024-10-22T16:21:12.997Z Downloaded base64 v0.22.1
10332024-10-22T16:21:12.997Z Downloaded backtrace v0.3.74
10342024-10-22T16:21:13.022Z Downloaded rtoolbox v0.0.2
10352024-10-22T16:21:13.022Z Downloaded num v0.4.3
10362024-10-22T16:21:13.022Z Downloaded nibble_vec v0.1.0
10372024-10-22T16:21:13.022Z Downloaded newtype-uuid v1.1.2
10382024-10-22T16:21:13.022Z Downloaded cookie v0.18.1
10392024-10-22T16:21:13.022Z Downloaded constant_time_eq v0.3.1
10402024-10-22T16:21:13.022Z Downloaded clang-sys v1.8.1
10412024-10-22T16:21:13.022Z Downloaded libefi-sys v0.1.0
10422024-10-22T16:21:13.022Z Downloaded keccak v0.1.5
10432024-10-22T16:21:13.022Z Downloaded console v0.15.8
10442024-10-22T16:21:13.022Z Downloaded ciborium v0.2.2
10452024-10-22T16:21:13.046Z Downloaded cassowary v0.3.0
10462024-10-22T16:21:13.046Z Downloaded blake2 v0.10.6
10472024-10-22T16:21:13.046Z Downloaded lazy_static v1.5.0
10482024-10-22T16:21:13.046Z Downloaded is-terminal v0.4.13
10492024-10-22T16:21:13.046Z Downloaded inout v0.1.3
10502024-10-22T16:21:13.046Z Downloaded indent_write v2.2.0
10512024-10-22T16:21:13.046Z Downloaded hyper-staticfile v0.10.1
10522024-10-22T16:21:13.046Z Downloaded humantime v2.1.0
10532024-10-22T16:21:13.046Z Downloaded hubpack v0.1.2
10542024-10-22T16:21:13.046Z Downloaded http-range v0.1.5
10552024-10-22T16:21:13.046Z Downloaded crc-catalog v2.4.0
10562024-10-22T16:21:13.046Z Downloaded crc v3.2.1
10572024-10-22T16:21:13.046Z Downloaded ciborium-ll v0.2.2
10582024-10-22T16:21:13.046Z Downloaded cc v1.1.30
10592024-10-22T16:21:13.070Z Downloaded normalize-line-endings v0.3.0
10602024-10-22T16:21:13.070Z Downloaded new_debug_unreachable v1.0.6
10612024-10-22T16:21:13.070Z Downloaded hostname v0.4.0
10622024-10-22T16:21:13.070Z Downloaded darling_macro v0.20.10
10632024-10-22T16:21:13.070Z Downloaded cstr-argument v0.1.2
10642024-10-22T16:21:13.071Z Downloaded crunchy v0.2.2
10652024-10-22T16:21:13.071Z Downloaded compact_str v0.8.0
10662024-10-22T16:21:13.071Z Downloaded cfg_aliases v0.2.1
10672024-10-22T16:21:13.071Z Downloaded bcs v0.1.6
10682024-10-22T16:21:13.071Z Downloaded arrayvec v0.7.6
10692024-10-22T16:21:13.071Z Downloaded arc-swap v1.7.1
10702024-10-22T16:21:13.071Z Downloaded instant v0.1.13
10712024-10-22T16:21:13.095Z Downloaded ident_case v1.0.1
10722024-10-22T16:21:13.095Z Downloaded http-body-util v0.1.2
10732024-10-22T16:21:13.095Z Downloaded http-body v1.0.1
10742024-10-22T16:21:13.095Z Downloaded http-body v0.4.6
10752024-10-22T16:21:13.095Z Downloaded home v0.5.9
10762024-10-22T16:21:13.095Z Downloaded debug-ignore v1.0.5
10772024-10-22T16:21:13.095Z Downloaded darling_core v0.20.10
10782024-10-22T16:21:13.095Z Downloaded crc-any v2.5.0
10792024-10-22T16:21:13.095Z Downloaded const-oid v0.9.6
10802024-10-22T16:21:13.095Z Downloaded block-padding v0.3.3
10812024-10-22T16:21:13.095Z Downloaded bb8 v0.8.5
10822024-10-22T16:21:13.095Z Downloaded atty v0.2.14
10832024-10-22T16:21:13.095Z Downloaded atomic-waker v1.1.2
10842024-10-22T16:21:13.119Z Downloaded async-stream-impl v0.3.6
10852024-10-22T16:21:13.119Z Downloaded async-recursion v1.1.1
10862024-10-22T16:21:13.120Z Downloaded assert_matches v1.5.0
10872024-10-22T16:21:13.120Z Downloaded array-init v0.0.4
10882024-10-22T16:21:13.120Z Downloaded allocator-api2 v0.2.18
10892024-10-22T16:21:13.120Z Downloaded crucible-workspace-hack v0.1.0
10902024-10-22T16:21:13.120Z Downloaded cookie_store v0.21.0
10912024-10-22T16:21:13.120Z Downloaded convert_case v0.4.0
10922024-10-22T16:21:13.120Z Downloaded const_format_proc_macros v0.2.33
10932024-10-22T16:21:13.120Z Downloaded cobs v0.2.3
10942024-10-22T16:21:13.120Z Downloaded cipher v0.4.4
10952024-10-22T16:21:13.120Z Downloaded ciborium-io v0.2.2
10962024-10-22T16:21:13.120Z Downloaded chrono-tz-build v0.4.0
10972024-10-22T16:21:13.120Z Downloaded chacha20 v0.9.1
10982024-10-22T16:21:13.120Z Downloaded castaway v0.2.3
10992024-10-22T16:21:13.120Z Downloaded cancel-safe-futures v0.1.5
11002024-10-22T16:21:13.144Z Downloaded bitflags v1.3.2
11012024-10-22T16:21:13.144Z Downloaded bitfield-struct v0.6.2
11022024-10-22T16:21:13.144Z Downloaded bit-set v0.5.3
11032024-10-22T16:21:13.144Z Downloaded base64ct v1.6.0
11042024-10-22T16:21:13.145Z Downloaded base64 v0.21.7
11052024-10-22T16:21:13.145Z Downloaded async-trait v0.1.83
11062024-10-22T16:21:13.145Z Downloaded async-stream v0.3.6
11072024-10-22T16:21:13.145Z Downloaded argon2 v0.5.3
11082024-10-22T16:21:13.145Z Downloaded ahash v0.8.11
11092024-10-22T16:21:13.169Z Downloaded aes v0.8.4
11102024-10-22T16:21:13.169Z Downloaded aead v0.5.2
11112024-10-22T16:21:13.169Z Downloaded addr2line v0.24.2
11122024-10-22T16:21:13.169Z Downloaded ctr v0.9.2
11132024-10-22T16:21:13.169Z Downloaded crossbeam-utils v0.8.20
11142024-10-22T16:21:13.169Z Downloaded crossbeam-deque v0.8.5
11152024-10-22T16:21:13.169Z Downloaded crc32fast v1.4.2
11162024-10-22T16:21:13.169Z Downloaded cfg_aliases v0.1.1
11172024-10-22T16:21:13.169Z Downloaded bzip2 v0.4.4
11182024-10-22T16:21:13.169Z Downloaded buf-list v1.0.3
11192024-10-22T16:21:13.169Z Downloaded base16ct v0.2.0
11202024-10-22T16:21:13.193Z Downloaded backoff v0.4.0
11212024-10-22T16:21:13.193Z Downloaded atomicwrites v0.4.4
11222024-10-22T16:21:13.193Z Downloaded async-bb8-diesel v0.2.1
11232024-10-22T16:21:13.193Z Downloaded ascii-canvas v3.0.0
11242024-10-22T16:21:13.193Z Downloaded bit-vec v0.6.3
11252024-10-22T16:21:13.193Z Downloaded bcrypt-pbkdf v0.10.0
11262024-10-22T16:21:13.193Z Downloaded arrayref v0.3.9
11272024-10-22T16:21:13.304Z Compiling serde v1.0.210
11282024-10-22T16:21:13.328Z Compiling typenum v1.17.0
11292024-10-22T16:21:13.328Z Compiling lock_api v0.4.12
11302024-10-22T16:21:13.328Z Compiling generic-array v0.14.7
11312024-10-22T16:21:13.328Z Compiling scopeguard v1.2.0
11322024-10-22T16:21:13.328Z Compiling subtle v2.6.1
11332024-10-22T16:21:13.328Z Compiling syn v2.0.79
11342024-10-22T16:21:13.328Z Compiling getrandom v0.2.15
11352024-10-22T16:21:13.586Z Compiling value-bag v1.9.0
11362024-10-22T16:21:13.944Z Compiling rand_core v0.6.4
11372024-10-22T16:21:14.137Z Compiling const-oid v0.9.6
11382024-10-22T16:21:14.160Z Compiling pin-project-lite v0.2.14
11392024-10-22T16:21:14.198Z Compiling smallvec v1.13.2
11402024-10-22T16:21:14.252Z Compiling log v0.4.22
11412024-10-22T16:21:14.466Z Compiling jobserver v0.1.32
11422024-10-22T16:21:14.528Z Compiling parking_lot_core v0.9.10
11432024-10-22T16:21:14.647Z Compiling shlex v1.3.0
11442024-10-22T16:21:14.758Z Compiling futures-core v0.3.31
11452024-10-22T16:21:15.117Z Compiling cc v1.1.30
11462024-10-22T16:21:15.141Z Compiling signal-hook-registry v1.4.2
11472024-10-22T16:21:15.209Z Compiling mio v1.0.2
11482024-10-22T16:21:15.472Z Compiling cpufeatures v0.2.14
11492024-10-22T16:21:15.562Z Compiling parking_lot v0.12.3
11502024-10-22T16:21:15.717Z Compiling futures-sink v0.3.31
11512024-10-22T16:21:15.775Z Compiling spin v0.9.8
11522024-10-22T16:21:15.813Z Compiling socket2 v0.5.7
11532024-10-22T16:21:15.854Z Compiling slab v0.4.9
11542024-10-22T16:21:15.973Z Compiling serde_json v1.0.128
11552024-10-22T16:21:16.130Z Compiling futures-channel v0.3.31
11562024-10-22T16:21:16.210Z Compiling pin-utils v0.1.0
11572024-10-22T16:21:16.295Z Compiling foldhash v0.1.3
11582024-10-22T16:21:16.320Z Compiling futures-task v0.3.31
11592024-10-22T16:21:16.345Z Compiling futures-io v0.3.31
11602024-10-22T16:21:16.493Z Compiling tinyvec_macros v0.1.1
11612024-10-22T16:21:16.517Z Compiling allocator-api2 v0.2.18
11622024-10-22T16:21:16.561Z Compiling libm v0.2.8
11632024-10-22T16:21:16.587Z Compiling tinyvec v1.8.0
11642024-10-22T16:21:16.612Z Compiling num-traits v0.2.19
11652024-10-22T16:21:16.636Z Compiling unicode-bidi v0.3.17
11662024-10-22T16:21:16.661Z Compiling base64ct v1.6.0
11672024-10-22T16:21:17.062Z Compiling pem-rfc7468 v0.7.0
11682024-10-22T16:21:17.150Z Compiling hashbrown v0.15.0
11692024-10-22T16:21:17.191Z Compiling flagset v0.4.6
11702024-10-22T16:21:17.366Z Compiling httparse v1.9.5
11712024-10-22T16:21:17.824Z Compiling unicode-normalization v0.1.24
11722024-10-22T16:21:17.849Z Compiling tracing-core v0.1.32
11732024-10-22T16:21:18.084Z Compiling rustls-pki-types v1.9.0
11742024-10-22T16:21:18.188Z Compiling crossbeam-utils v0.8.20
11752024-10-22T16:21:18.326Z Compiling percent-encoding v2.3.1
11762024-10-22T16:21:18.692Z Compiling ring v0.17.8
11772024-10-22T16:21:18.865Z Compiling num-conv v0.1.0
11782024-10-22T16:21:18.904Z Compiling vcpkg v0.2.15
11792024-10-22T16:21:19.161Z Compiling powerfmt v0.2.0
11802024-10-22T16:21:19.185Z Compiling pkg-config v0.3.31
11812024-10-22T16:21:19.209Z Compiling time-core v0.1.2
11822024-10-22T16:21:19.381Z Compiling untrusted v0.9.0
11832024-10-22T16:21:19.426Z Compiling deranged v0.3.11
11842024-10-22T16:21:19.556Z Compiling time-macros v0.2.18
11852024-10-22T16:21:19.602Z Compiling num_threads v0.1.7
11862024-10-22T16:21:19.719Z Compiling atomic-waker v1.1.2
11872024-10-22T16:21:19.903Z Compiling form_urlencoded v1.2.1
11882024-10-22T16:21:20.204Z Compiling try-lock v0.2.5
11892024-10-22T16:21:20.352Z Compiling slog v2.7.0
11902024-10-22T16:21:20.631Z Compiling rustix v0.38.37
11912024-10-22T16:21:20.810Z Compiling openssl-sys v0.9.103
11922024-10-22T16:21:20.857Z Compiling want v0.3.1
11932024-10-22T16:21:21.043Z Compiling httpdate v1.0.3
11942024-10-22T16:21:21.395Z Compiling idna v0.5.0
11952024-10-22T16:21:21.430Z Compiling match_cfg v0.1.0
11962024-10-22T16:21:21.524Z Compiling rustversion v1.0.17
11972024-10-22T16:21:21.778Z Compiling iana-time-zone v0.1.61
11982024-10-22T16:21:21.802Z Compiling foreign-types-shared v0.1.1
11992024-10-22T16:21:21.906Z Compiling base64 v0.22.1
12002024-10-22T16:21:22.143Z Compiling openssl v0.10.66
12012024-10-22T16:21:22.172Z Compiling tower-service v0.3.3
12022024-10-22T16:21:22.221Z Compiling time v0.3.36
12032024-10-22T16:21:22.268Z Compiling url v2.5.2
12042024-10-22T16:21:22.296Z Compiling foreign-types v0.3.2
12052024-10-22T16:21:22.526Z Compiling hostname v0.3.1
12062024-10-22T16:21:22.549Z Compiling dirs-sys-next v0.1.2
12072024-10-22T16:21:22.623Z Compiling aho-corasick v1.1.3
12082024-10-22T16:21:22.753Z Compiling data-encoding v2.6.0
12092024-10-22T16:21:23.112Z Compiling siphasher v0.3.11
12102024-10-22T16:21:23.433Z Compiling regex-syntax v0.8.5
12112024-10-22T16:21:23.463Z Compiling adler2 v2.0.0
12122024-10-22T16:21:23.711Z Compiling rustls v0.23.14
12132024-10-22T16:21:23.891Z Compiling native-tls v0.2.12
12142024-10-22T16:21:23.969Z Compiling rustls v0.22.4
12152024-10-22T16:21:24.190Z Compiling syn v1.0.109
12162024-10-22T16:21:24.241Z Compiling miniz_oxide v0.8.0
12172024-10-22T16:21:24.825Z Compiling dirs-next v2.0.0
12182024-10-22T16:21:25.011Z Compiling crossbeam-epoch v0.9.18
12192024-10-22T16:21:25.508Z Compiling serde_derive_internals v0.29.1
12202024-10-22T16:21:25.641Z Compiling lazy_static v1.5.0
12212024-10-22T16:21:25.749Z Compiling thread_local v1.1.8
12222024-10-22T16:21:25.920Z Compiling serde_derive v1.0.210
12232024-10-22T16:21:26.046Z Compiling zeroize_derive v1.4.2
12242024-10-22T16:21:26.210Z Compiling zerocopy-derive v0.7.35
12252024-10-22T16:21:26.579Z Compiling tokio-macros v2.4.0
12262024-10-22T16:21:27.076Z Compiling thiserror-impl v1.0.64
12272024-10-22T16:21:27.288Z Compiling zeroize v1.8.1
12282024-10-22T16:21:27.715Z Compiling futures-macro v0.3.31
12292024-10-22T16:21:27.760Z Compiling der_derive v0.7.3
12302024-10-22T16:21:27.932Z Compiling tracing-attributes v0.1.27
12312024-10-22T16:21:28.019Z Compiling zerocopy v0.7.35
12322024-10-22T16:21:28.865Z Compiling crypto-common v0.1.6
12332024-10-22T16:21:28.890Z Compiling block-buffer v0.10.4
12342024-10-22T16:21:29.080Z Compiling block-padding v0.3.3
12352024-10-22T16:21:29.128Z Compiling digest v0.10.7
12362024-10-22T16:21:29.306Z Compiling inout v0.1.3
12372024-10-22T16:21:29.329Z Compiling futures-util v0.3.31
12382024-10-22T16:21:29.379Z Compiling ppv-lite86 v0.2.20
12392024-10-22T16:21:29.537Z Compiling hmac v0.12.1
12402024-10-22T16:21:29.563Z Compiling cipher v0.4.4
12412024-10-22T16:21:29.745Z Compiling thiserror v1.0.64
12422024-10-22T16:21:29.769Z Compiling sha2 v0.10.8
12432024-10-22T16:21:29.794Z Compiling der v0.7.9
12442024-10-22T16:21:29.873Z Compiling pest v2.7.14
12452024-10-22T16:21:30.003Z Compiling salsa20 v0.10.2
12462024-10-22T16:21:30.065Z Compiling rand_chacha v0.3.1
12472024-10-22T16:21:30.194Z Compiling pbkdf2 v0.12.2
12482024-10-22T16:21:30.343Z Compiling scrypt v0.11.0
12492024-10-22T16:21:30.827Z Compiling rand v0.8.5
12502024-10-22T16:21:31.009Z Compiling tracing v0.1.40
12512024-10-22T16:21:31.445Z Compiling cbc v0.1.2
12522024-10-22T16:21:31.643Z Compiling spki v0.7.3
12532024-10-22T16:21:31.830Z Compiling aes v0.8.4
12542024-10-22T16:21:31.954Z Compiling pest_meta v2.7.14
12552024-10-22T16:21:32.267Z Compiling scroll_derive v0.12.0
12562024-10-22T16:21:32.335Z Compiling rustls-webpki v0.102.8
12572024-10-22T16:21:32.556Z Compiling async-trait v0.1.83
12582024-10-22T16:21:32.594Z Compiling pkcs5 v0.7.1
12592024-10-22T16:21:33.419Z Compiling scroll v0.12.0
12602024-10-22T16:21:33.633Z Compiling pest_generator v2.7.14
12612024-10-22T16:21:33.939Z Compiling goblin v0.8.2
12622024-10-22T16:21:33.968Z Compiling pkcs8 v0.10.2
12632024-10-22T16:21:34.152Z Compiling openssl-macros v0.1.1
12642024-10-22T16:21:34.491Z Compiling sha1 v0.10.6
12652024-10-22T16:21:34.582Z Compiling signature v2.2.0
12662024-10-22T16:21:34.779Z Compiling regex-automata v0.4.8
12672024-10-22T16:21:34.833Z Compiling encoding_rs v0.8.34
12682024-10-22T16:21:34.858Z Compiling cookie v0.18.1
12692024-10-22T16:21:34.882Z Compiling multer v3.1.0
12702024-10-22T16:21:35.103Z Compiling mime v0.3.17
12712024-10-22T16:21:35.133Z Compiling either v1.13.0
12722024-10-22T16:21:35.192Z Compiling schemars v0.8.21
12732024-10-22T16:21:35.470Z Compiling signal-hook v0.3.17
12742024-10-22T16:21:35.495Z Compiling openssl-probe v0.1.5
12752024-10-22T16:21:35.608Z Compiling gimli v0.31.1
12762024-10-22T16:21:35.697Z Compiling ipnet v2.10.1
12772024-10-22T16:21:35.785Z Compiling unicode-properties v0.1.3
12782024-10-22T16:21:36.000Z Compiling pest_derive v2.7.14
12792024-10-22T16:21:36.094Z Compiling slog-async v2.8.0
12802024-10-22T16:21:36.529Z Compiling paste v1.0.15
12812024-10-22T16:21:36.650Z Compiling dtrace-parser v0.2.0
12822024-10-22T16:21:36.696Z Compiling rayon-core v1.12.1
12832024-10-22T16:21:37.028Z Compiling stringprep v0.1.5
12842024-10-22T16:21:37.169Z Compiling bytes v1.7.2
12852024-10-22T16:21:37.953Z Compiling tokio v1.40.0
12862024-10-22T16:21:38.182Z Compiling indexmap v2.6.0
12872024-10-22T16:21:38.246Z Compiling http v1.1.0
12882024-10-22T16:21:38.374Z Compiling bitflags v2.6.0
12892024-10-22T16:21:38.835Z Compiling semver v1.0.23
12902024-10-22T16:21:39.480Z Compiling rustc_version v0.4.1
12912024-10-22T16:21:39.514Z Compiling dof v0.3.0
12922024-10-22T16:21:39.793Z Compiling http-body v1.0.1
12932024-10-22T16:21:40.147Z Compiling serde_spanned v0.6.8
12942024-10-22T16:21:40.246Z Compiling serde_tokenstream v0.2.2
12952024-10-22T16:21:40.381Z Compiling toml_datetime v0.6.8
12962024-10-22T16:21:40.497Z Compiling uuid v1.10.0
12972024-10-22T16:21:40.825Z Compiling usdt-impl v0.5.0
12982024-10-22T16:21:40.856Z Compiling chrono v0.4.38
12992024-10-22T16:21:41.346Z Compiling heapless v0.7.17
13002024-10-22T16:21:41.702Z Compiling http-body-util v0.1.2
13012024-10-22T16:21:42.166Z Compiling toml_edit v0.22.22
13022024-10-22T16:21:42.218Z Compiling curve25519-dalek v4.1.3
13032024-10-22T16:21:42.471Z Compiling usdt-macro v0.5.0
13042024-10-22T16:21:42.725Z Compiling usdt-attr-macro v0.5.0
13052024-10-22T16:21:43.714Z Compiling slog-json v2.6.1
13062024-10-22T16:21:44.005Z Compiling addr2line v0.24.2
13072024-10-22T16:21:44.040Z Compiling serde_urlencoded v0.7.1
13082024-10-22T16:21:44.160Z Compiling futures-executor v0.3.31
13092024-10-22T16:21:44.601Z Compiling md-5 v0.10.6
13102024-10-22T16:21:44.637Z Compiling schemars_derive v0.8.21
13112024-10-22T16:21:44.832Z Compiling async-stream-impl v0.3.6
13122024-10-22T16:21:45.349Z Compiling tokio-util v0.7.12
13132024-10-22T16:21:45.893Z Compiling enum-as-inner v0.6.1
13142024-10-22T16:21:46.494Z Compiling h2 v0.4.6
13152024-10-22T16:21:47.232Z Compiling crossbeam-deque v0.8.5
13162024-10-22T16:21:47.269Z Compiling term v0.7.0
13172024-10-22T16:21:48.612Z Compiling crossbeam-channel v0.5.13
13182024-10-22T16:21:48.804Z Compiling num-integer v0.1.46
13192024-10-22T16:21:48.966Z Compiling rustls-pemfile v2.2.0
13202024-10-22T16:21:49.238Z Compiling idna v0.4.0
13212024-10-22T16:21:49.437Z Compiling idna v0.3.0
13222024-10-22T16:21:49.511Z Compiling ff v0.13.0
13232024-10-22T16:21:49.703Z Compiling hash32 v0.2.1
13242024-10-22T16:21:50.029Z Compiling is-terminal v0.4.13
13252024-10-22T16:21:50.142Z Compiling object v0.36.5
13262024-10-22T16:21:50.420Z Compiling dropshot v0.12.0
13272024-10-22T16:21:50.658Z Compiling fallible-iterator v0.2.0
13282024-10-22T16:21:50.681Z Compiling rustc-demangle v0.1.24
13292024-10-22T16:21:50.774Z Compiling quick-error v1.2.3
13302024-10-22T16:21:50.899Z Compiling linked-hash-map v0.5.6
13312024-10-22T16:21:51.209Z Compiling portable-atomic v1.9.0
13322024-10-22T16:21:51.243Z Compiling take_mut v0.2.2
13332024-10-22T16:21:51.379Z Compiling utf-8 v0.7.6
13342024-10-22T16:21:51.479Z Compiling num-bigint-dig v0.8.4
13352024-10-22T16:21:51.658Z Compiling base16ct v0.2.0
13362024-10-22T16:21:51.734Z Compiling anyhow v1.0.89
13372024-10-22T16:21:51.939Z Compiling hyper v1.4.1
13382024-10-22T16:21:52.084Z Compiling stable_deref_trait v1.2.0
13392024-10-22T16:21:52.181Z Compiling smoltcp v0.9.1
13402024-10-22T16:21:52.223Z Compiling dyn-clone v1.0.17
13412024-10-22T16:21:52.406Z Compiling psl-types v2.0.11
13422024-10-22T16:21:52.572Z Compiling publicsuffix v2.2.3
13432024-10-22T16:21:53.024Z Compiling sec1 v0.7.3
13442024-10-22T16:21:53.560Z Compiling tungstenite v0.24.0
13452024-10-22T16:21:54.839Z Compiling hyper-util v0.1.9
13462024-10-22T16:21:54.916Z Compiling postgres-protocol v0.6.7
13472024-10-22T16:21:55.423Z Compiling lru-cache v0.1.2
13482024-10-22T16:21:55.519Z Compiling resolv-conf v0.7.0
13492024-10-22T16:21:55.670Z Compiling slog-term v2.9.1
13502024-10-22T16:21:55.762Z Compiling usdt v0.5.0
13512024-10-22T16:21:55.869Z Compiling backtrace v0.3.74
13522024-10-22T16:21:56.006Z Compiling hickory-proto v0.24.1
13532024-10-22T16:21:56.179Z Compiling group v0.13.0
13542024-10-22T16:21:56.214Z Compiling tokio-rustls v0.26.0
13552024-10-22T16:21:56.464Z Compiling num-iter v0.1.45
13562024-10-22T16:21:56.488Z Compiling tokio-rustls v0.25.0
13572024-10-22T16:21:56.630Z Compiling tokio-native-tls v0.3.1
13582024-10-22T16:21:56.684Z Compiling async-stream v0.3.6
13592024-10-22T16:21:56.829Z Compiling toml v0.8.19
13602024-10-22T16:21:56.867Z Compiling futures v0.3.31
13612024-10-22T16:21:56.974Z Compiling slog-bunyan v2.5.0
13622024-10-22T16:21:57.152Z Compiling terminal_size v0.4.0
13632024-10-22T16:21:57.394Z Compiling dropshot_endpoint v0.12.0
13642024-10-22T16:21:57.863Z Compiling openapiv3 v2.0.0
13652024-10-22T16:21:58.076Z Compiling serde_path_to_error v0.1.16
13662024-10-22T16:21:58.227Z Compiling camino v1.1.9
13672024-10-22T16:21:58.844Z Compiling hkdf v0.12.4
13682024-10-22T16:21:59.000Z Compiling hubpack_derive v0.1.1
13692024-10-22T16:21:59.073Z Compiling crypto-bigint v0.5.5
13702024-10-22T16:21:59.098Z Compiling zerocopy-derive v0.6.6
13712024-10-22T16:21:59.190Z Compiling curve25519-dalek-derive v0.1.1
13722024-10-22T16:21:59.741Z Compiling phf_shared v0.11.2
13732024-10-22T16:21:59.795Z Compiling waitgroup v0.1.2
13742024-10-22T16:21:59.984Z Compiling webpki-roots v0.26.6
13752024-10-22T16:22:00.081Z Compiling hostname v0.4.0
13762024-10-22T16:22:00.172Z Compiling ahash v0.8.11
13772024-10-22T16:22:00.310Z Compiling fs-err v2.11.0
13782024-10-22T16:22:00.410Z Compiling managed v0.8.0
13792024-10-22T16:22:00.481Z Compiling winnow v0.5.40
13802024-10-22T16:22:00.583Z Compiling debug-ignore v1.0.5
13812024-10-22T16:22:00.718Z Compiling bitflags v1.3.2
13822024-10-22T16:22:00.790Z Compiling strum_macros v0.25.3
13832024-10-22T16:22:00.872Z Compiling zerocopy v0.6.6
13842024-10-22T16:22:01.291Z Compiling clap_builder v4.5.20
13852024-10-22T16:22:01.571Z Compiling elliptic-curve v0.13.8
13862024-10-22T16:22:02.233Z Compiling console v0.15.8
13872024-10-22T16:22:02.684Z Compiling hickory-resolver v0.24.1
13882024-10-22T16:22:03.513Z Compiling toml_edit v0.19.15
13892024-10-22T16:22:03.910Z Compiling hyper-rustls v0.27.3
13902024-10-22T16:22:04.027Z Compiling phf v0.11.2
13912024-10-22T16:22:04.277Z Compiling hubpack v0.1.2
13922024-10-22T16:22:04.413Z Compiling signal-hook-mio v0.2.4
13932024-10-22T16:22:04.446Z Compiling cookie_store v0.21.0
13942024-10-22T16:22:04.562Z Compiling rayon v1.10.0
13952024-10-22T16:22:04.655Z Compiling hyper-tls v0.6.0
13962024-10-22T16:22:06.428Z Compiling postgres-types v0.2.8
13972024-10-22T16:22:07.620Z Compiling tokio-tungstenite v0.24.0
13982024-10-22T16:22:08.160Z Compiling tokio-stream v0.1.16
13992024-10-22T16:22:08.352Z Compiling regex v1.11.0
14002024-10-22T16:22:08.676Z Compiling bstr v1.10.0
14012024-10-22T16:22:08.993Z Compiling serde-big-array v0.5.1
14022024-10-22T16:22:09.067Z Compiling ed25519 v2.2.3
14032024-10-22T16:22:09.206Z Compiling pkcs1 v0.7.5
14042024-10-22T16:22:09.233Z Compiling rfc6979 v0.4.0
14052024-10-22T16:22:09.317Z Compiling serde_repr v0.1.19
14062024-10-22T16:22:09.409Z Compiling clap_derive v4.5.18
14072024-10-22T16:22:09.759Z Compiling derive-where v1.2.7
14082024-10-22T16:22:09.979Z Compiling phf_shared v0.10.0
14092024-10-22T16:22:10.060Z Compiling float-cmp v0.9.0
14102024-10-22T16:22:10.164Z Compiling sync_wrapper v1.0.1
14112024-10-22T16:22:10.264Z Compiling crc32fast v1.4.2
14122024-10-22T16:22:10.288Z Compiling normalize-line-endings v0.3.0
14132024-10-22T16:22:10.313Z Compiling precomputed-hash v0.1.1
14142024-10-22T16:22:10.340Z Compiling unicode-segmentation v1.12.0
14152024-10-22T16:22:10.409Z Compiling new_debug_unreachable v1.0.6
14162024-10-22T16:22:10.433Z Compiling bit-vec v0.6.3
14172024-10-22T16:22:10.505Z Compiling minimal-lexical v0.2.1
14182024-10-22T16:22:10.566Z Compiling fixedbitset v0.4.2
14192024-10-22T16:22:10.694Z Compiling predicates-core v1.0.8
14202024-10-22T16:22:10.834Z Compiling static_assertions v1.1.0
14212024-10-22T16:22:10.933Z Compiling number_prefix v0.4.0
14222024-10-22T16:22:10.957Z Compiling whoami v1.5.2
14232024-10-22T16:22:10.981Z Compiling difflib v0.4.0
14242024-10-22T16:22:11.046Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14252024-10-22T16:22:11.088Z Compiling similar v2.6.0
14262024-10-22T16:22:11.148Z Compiling indicatif v0.17.8
14272024-10-22T16:22:11.534Z Compiling predicates v3.1.2
14282024-10-22T16:22:12.329Z Compiling tokio-postgres v0.7.12
14292024-10-22T16:22:12.643Z Compiling qorb v0.1.2
14302024-10-22T16:22:12.979Z Compiling nom v7.1.3
14312024-10-22T16:22:13.055Z Compiling petgraph v0.6.5
14322024-10-22T16:22:13.080Z Compiling bit-set v0.5.3
14332024-10-22T16:22:13.345Z Compiling string_cache v0.8.7
14342024-10-22T16:22:13.371Z Compiling clap v4.5.20
14352024-10-22T16:22:13.483Z Compiling flate2 v1.0.34
14362024-10-22T16:22:13.808Z Compiling reqwest v0.12.8
14372024-10-22T16:22:14.337Z Compiling rsa v0.9.6
14382024-10-22T16:22:16.006Z Compiling ecdsa v0.16.9
14392024-10-22T16:22:16.380Z Compiling ed25519-dalek v2.1.1
14402024-10-22T16:22:16.515Z Compiling toml v0.7.8
14412024-10-22T16:22:16.563Z Compiling crossterm v0.28.1
14422024-10-22T16:22:17.220Z Compiling hex v0.4.3
14432024-10-22T16:22:17.448Z Compiling itertools v0.10.5
14442024-10-22T16:22:17.678Z Compiling itertools v0.12.1
14452024-10-22T16:22:17.719Z Compiling x509-cert v0.2.5
14462024-10-22T16:22:17.924Z Compiling peg-runtime v0.8.3
14472024-10-22T16:22:18.082Z Compiling lalrpop-util v0.19.12
14482024-10-22T16:22:18.392Z Compiling unicode-xid v0.2.6
14492024-10-22T16:22:18.478Z Compiling xattr v1.3.1
14502024-10-22T16:22:18.573Z Compiling strum_macros v0.26.4
14512024-10-22T16:22:18.738Z Compiling filetime v0.2.25
14522024-10-22T16:22:19.017Z Compiling tar v0.4.42
14532024-10-22T16:22:21.691Z Compiling strum v0.26.3
14542024-10-22T16:22:21.968Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14552024-10-22T16:22:22.293Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14562024-10-22T16:22:28.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
14572024-10-22T16:22:28.864Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14582024-10-22T16:22:28.936ZOct 22 16:22:28.039 INFO Starting download, target: Clickhouse
14592024-10-22T16:22:28.936ZOct 22 16:22:28.040 INFO Starting download, target: Cockroach
14602024-10-22T16:22:28.936ZOct 22 16:22:28.040 INFO Starting download, target: Console
14612024-10-22T16:22:28.936ZOct 22 16:22:28.040 INFO Starting download, target: DendriteOpenapi
14622024-10-22T16:22:28.936ZOct 22 16:22:28.040 INFO Starting download, target: DendriteStub
14632024-10-22T16:22:28.936ZOct 22 16:22:28.040 INFO Starting download, target: MaghemiteMgd
14642024-10-22T16:22:28.961ZOct 22 16:22:28.040 INFO Starting download, target: TransceiverControl
14652024-10-22T16:22:28.961ZOct 22 16:22:28.041 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14662024-10-22T16:22:28.961ZOct 22 16:22:28.041 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14672024-10-22T16:22:28.961ZOct 22 16:22:28.041 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14682024-10-22T16:22:28.961ZOct 22 16:22:28.042 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14692024-10-22T16:22:28.961ZOct 22 16:22:28.042 INFO Downloading out/downloads/dpd-b425a6c783b3081613ffa00407f271cae06568c4.json (attempt 1/3), target: DendriteOpenapi
14702024-10-22T16:22:28.961ZOct 22 16:22:28.043 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14712024-10-22T16:22:28.961ZOct 22 16:22:28.043 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14722024-10-22T16:22:29.309ZOct 22 16:22:28.410 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14732024-10-22T16:22:29.383ZOct 22 16:22:28.486 INFO Download complete, target: DendriteOpenapi
14742024-10-22T16:22:29.630ZOct 22 16:22:28.731 INFO Download complete, target: Console
14752024-10-22T16:22:29.684ZOct 22 16:22:28.787 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14762024-10-22T16:22:30.394ZOct 22 16:22:29.497 INFO Download complete, target: TransceiverControl
14772024-10-22T16:22:31.071ZOct 22 16:22:30.175 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14782024-10-22T16:22:31.939ZOct 22 16:22:31.041 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14792024-10-22T16:22:34.395ZOct 22 16:22:33.499 INFO Download complete, target: MaghemiteMgd
14802024-10-22T16:22:35.615ZOct 22 16:22:34.719 INFO Download complete, target: DendriteStub
14812024-10-22T16:22:42.438ZOct 22 16:22:41.541 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14822024-10-22T16:22:42.438ZOct 22 16:22:41.541 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14832024-10-22T16:22:43.574ZOct 22 16:22:42.677 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14842024-10-22T16:22:51.399ZOct 22 16:22:50.502 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14852024-10-22T16:22:51.995ZOct 22 16:22:51.099 INFO Checking that binary works, target: Cockroach
14862024-10-22T16:22:53.282ZOct 22 16:22:51.361 INFO Download complete, target: Cockroach
14872024-10-22T16:22:59.004ZOct 22 16:22:58.068 INFO Checking that binary works, target: Clickhouse
14882024-10-22T16:22:59.248ZOct 22 16:22:58.348 INFO Download complete, target: Clickhouse
14892024-10-22T16:22:59.279ZAll builder prerequisites installed successfully, and PATH looks valid
14902024-10-22T16:22:59.310Z
14912024-10-22T16:22:59.310Zreal 4:12.190236459
14922024-10-22T16:22:59.310Zuser 11:05.650480746
14932024-10-22T16:22:59.310Zsys 2:34.664001993
14942024-10-22T16:22:59.310Ztrap 0.363672405
14952024-10-22T16:22:59.310Ztflt 0.733260282
14962024-10-22T16:22:59.310Zdflt 1.506768451
14972024-10-22T16:22:59.310Zkflt 0.007331750
14982024-10-22T16:22:59.310Zlock 25:02.584397040
14992024-10-22T16:22:59.310Zslp 42:18.837563766
15002024-10-22T16:22:59.311Zlat 48.437771825
15012024-10-22T16:22:59.311Zstop 2:01.096065304
15022024-10-22T16:22:59.311Z+ banner hack-check
15032024-10-22T16:22:59.311Z
15042024-10-22T16:22:59.311Z # # ## #### # # #### # # ###### #### # #
15052024-10-22T16:22:59.311Z # # # # # # # # # # # # # # # # #
15062024-10-22T16:22:59.311Z ###### # # # #### ##### # ###### ##### # ####
15072024-10-22T16:22:59.311Z # # ###### # # # # # # # # # #
15082024-10-22T16:22:59.311Z # # # # # # # # # # # # # # # # #
15092024-10-22T16:22:59.311Z # # # # #### # # #### # # ###### #### # #
15102024-10-22T16:22:59.311Z
15112024-10-22T16:22:59.311Z+ export CARGO_INCREMENTAL=0
15122024-10-22T16:22:59.311Z+ CARGO_INCREMENTAL=0
15132024-10-22T16:22:59.311Z+ ptime -m timeout 2h cargo xtask check-features --ci
15142024-10-22T16:23:00.134Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15152024-10-22T16:23:04.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
15162024-10-22T16:23:04.954Z Running `target/debug/xtask check-features --ci`
15172024-10-22T16:23:04.986Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15182024-10-22T16:23:04.986Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15192024-10-22T16:23:05.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
15202024-10-22T16:23:05.763Z Running `target/debug/xtask download cargo-hack`
15212024-10-22T16:23:07.039Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15222024-10-22T16:23:07.404Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15232024-10-22T16:23:12.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s
15242024-10-22T16:23:12.955Z Running `target/debug/xtask-downloader cargo-hack`
15252024-10-22T16:23:13.000ZOct 22 16:23:12.103 INFO Starting download, target: CargoHack
15262024-10-22T16:23:13.024ZOct 22 16:23:12.105 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15272024-10-22T16:23:13.696ZOct 22 16:23:12.800 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15282024-10-22T16:23:13.813ZOct 22 16:23:12.917 INFO Download complete, target: CargoHack
15292024-10-22T16:23:13.837Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15302024-10-22T16:23:13.861Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15312024-10-22T16:23:14.045Zinfo: running `cargo check --bins` on api_identity (1/166)
15322024-10-22T16:23:14.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-10-22T16:23:14.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-10-22T16:23:14.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-10-22T16:23:14.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
15362024-10-22T16:23:14.839Z
15372024-10-22T16:23:14.839Zinfo: running `cargo check --bins` on bootstore (2/166)
15382024-10-22T16:23:15.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-10-22T16:23:15.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-10-22T16:23:15.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-10-22T16:23:15.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
15422024-10-22T16:23:15.681Z
15432024-10-22T16:23:15.681Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15442024-10-22T16:23:16.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-10-22T16:23:16.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-10-22T16:23:16.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15472024-10-22T16:23:16.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
15482024-10-22T16:23:16.488Z
15492024-10-22T16:23:16.488Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15502024-10-22T16:23:17.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15512024-10-22T16:23:17.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15522024-10-22T16:23:17.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15532024-10-22T16:23:17.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
15542024-10-22T16:23:17.326Z
15552024-10-22T16:23:17.326Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15562024-10-22T16:23:17.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15572024-10-22T16:23:17.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15582024-10-22T16:23:17.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15592024-10-22T16:23:17.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15602024-10-22T16:23:17.919Z
15612024-10-22T16:23:17.919Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15622024-10-22T16:23:18.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-10-22T16:23:18.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-10-22T16:23:18.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15652024-10-22T16:23:18.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15662024-10-22T16:23:18.537Z
15672024-10-22T16:23:18.537Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15682024-10-22T16:23:19.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15692024-10-22T16:23:19.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15702024-10-22T16:23:19.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15712024-10-22T16:23:19.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15722024-10-22T16:23:19.127Z
15732024-10-22T16:23:19.127Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15742024-10-22T16:23:19.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15752024-10-22T16:23:19.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15762024-10-22T16:23:19.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15772024-10-22T16:23:19.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15782024-10-22T16:23:19.721Z
15792024-10-22T16:23:19.722Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15802024-10-22T16:23:20.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15812024-10-22T16:23:20.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15822024-10-22T16:23:20.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15832024-10-22T16:23:20.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15842024-10-22T16:23:20.311Z
15852024-10-22T16:23:20.311Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15862024-10-22T16:23:20.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15872024-10-22T16:23:20.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15882024-10-22T16:23:20.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15892024-10-22T16:23:20.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15902024-10-22T16:23:20.915Z
15912024-10-22T16:23:20.915Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15922024-10-22T16:23:21.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15932024-10-22T16:23:21.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15942024-10-22T16:23:21.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15952024-10-22T16:23:21.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15962024-10-22T16:23:21.533Z
15972024-10-22T16:23:21.533Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15982024-10-22T16:23:22.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15992024-10-22T16:23:22.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16002024-10-22T16:23:22.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16012024-10-22T16:23:22.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16022024-10-22T16:23:22.123Z
16032024-10-22T16:23:22.123Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16042024-10-22T16:23:22.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16052024-10-22T16:23:22.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16062024-10-22T16:23:22.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16072024-10-22T16:23:22.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16082024-10-22T16:23:22.726Z
16092024-10-22T16:23:22.726Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16102024-10-22T16:23:23.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16112024-10-22T16:23:23.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16122024-10-22T16:23:23.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16132024-10-22T16:23:23.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16142024-10-22T16:23:23.339Z
16152024-10-22T16:23:23.340Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16162024-10-22T16:23:23.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-10-22T16:23:23.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-10-22T16:23:23.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-10-22T16:23:23.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16202024-10-22T16:23:23.941Z
16212024-10-22T16:23:23.941Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16222024-10-22T16:23:24.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-10-22T16:23:24.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-10-22T16:23:24.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-10-22T16:23:24.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16262024-10-22T16:23:24.536Z
16272024-10-22T16:23:24.536Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16282024-10-22T16:23:25.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-10-22T16:23:25.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-10-22T16:23:25.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-10-22T16:23:25.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16322024-10-22T16:23:25.138Z
16332024-10-22T16:23:25.138Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16342024-10-22T16:23:25.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-10-22T16:23:25.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-10-22T16:23:25.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-10-22T16:23:25.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16382024-10-22T16:23:25.725Z
16392024-10-22T16:23:25.725Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16402024-10-22T16:23:26.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-10-22T16:23:26.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-10-22T16:23:26.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-10-22T16:23:26.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16442024-10-22T16:23:26.324Z
16452024-10-22T16:23:26.324Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16462024-10-22T16:23:26.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-10-22T16:23:26.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-10-22T16:23:26.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-10-22T16:23:26.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16502024-10-22T16:23:26.947Z
16512024-10-22T16:23:26.948Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16522024-10-22T16:23:27.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-10-22T16:23:27.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-10-22T16:23:27.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-10-22T16:23:27.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16562024-10-22T16:23:27.545Z
16572024-10-22T16:23:27.545Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16582024-10-22T16:23:28.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-10-22T16:23:28.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-10-22T16:23:28.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-10-22T16:23:28.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16622024-10-22T16:23:28.159Z
16632024-10-22T16:23:28.159Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16642024-10-22T16:23:28.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-10-22T16:23:28.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-10-22T16:23:28.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-10-22T16:23:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16682024-10-22T16:23:28.780Z
16692024-10-22T16:23:28.781Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16702024-10-22T16:23:29.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-10-22T16:23:29.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-10-22T16:23:29.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-10-22T16:23:29.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16742024-10-22T16:23:29.376Z
16752024-10-22T16:23:29.376Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16762024-10-22T16:23:30.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-10-22T16:23:30.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-10-22T16:23:30.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-10-22T16:23:30.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
16802024-10-22T16:23:30.231Z
16812024-10-22T16:23:30.231Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16822024-10-22T16:23:30.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-10-22T16:23:30.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-10-22T16:23:30.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852024-10-22T16:23:30.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
16862024-10-22T16:23:31.052Z
16872024-10-22T16:23:31.052Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16882024-10-22T16:23:31.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-10-22T16:23:31.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-10-22T16:23:31.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-10-22T16:23:31.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
16922024-10-22T16:23:31.895Z
16932024-10-22T16:23:31.895Zinfo: running `cargo check --bins` on oxlog (28/166)
16942024-10-22T16:23:32.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-10-22T16:23:32.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-10-22T16:23:32.717Z Checking cfg-if v1.0.0
16972024-10-22T16:23:32.741Z Checking libc v0.2.161
16982024-10-22T16:23:32.765Z Checking serde v1.0.210
16992024-10-22T16:23:32.765Z Checking zeroize v1.8.1
17002024-10-22T16:23:32.765Z Checking memchr v2.7.4
17012024-10-22T16:23:32.801Z Checking typenum v1.17.0
17022024-10-22T16:23:32.824Z Checking scopeguard v1.2.0
17032024-10-22T16:23:32.824Z Checking subtle v2.6.1
17042024-10-22T16:23:32.848Z Checking value-bag v1.9.0
17052024-10-22T16:23:32.929Z Checking lock_api v0.4.12
17062024-10-22T16:23:33.002Z Checking const-oid v0.9.6
17072024-10-22T16:23:33.053Z Checking itoa v1.0.11
17082024-10-22T16:23:33.181Z Checking log v0.4.22
17092024-10-22T16:23:33.225Z Checking pin-project-lite v0.2.14
17102024-10-22T16:23:33.275Z Checking smallvec v1.13.2
17112024-10-22T16:23:33.336Z Checking byteorder v1.5.0
17122024-10-22T16:23:33.514Z Checking futures-core v0.3.31
17132024-10-22T16:23:33.560Z Checking once_cell v1.20.2
17142024-10-22T16:23:33.603Z Checking cpufeatures v0.2.14
17152024-10-22T16:23:33.654Z Checking getrandom v0.2.15
17162024-10-22T16:23:33.677Z Checking signal-hook-registry v1.4.2
17172024-10-22T16:23:33.701Z Checking parking_lot_core v0.9.10
17182024-10-22T16:23:33.725Z Checking mio v1.0.2
17192024-10-22T16:23:33.808Z Checking generic-array v0.14.7
17202024-10-22T16:23:33.832Z Checking futures-sink v0.3.31
17212024-10-22T16:23:33.861Z Checking rand_core v0.6.4
17222024-10-22T16:23:33.896Z Checking socket2 v0.5.7
17232024-10-22T16:23:33.956Z Checking spin v0.9.8
17242024-10-22T16:23:33.980Z Checking parking_lot v0.12.3
17252024-10-22T16:23:34.117Z Checking zerocopy v0.7.35
17262024-10-22T16:23:34.194Z Checking slab v0.4.9
17272024-10-22T16:23:34.254Z Checking futures-channel v0.3.31
17282024-10-22T16:23:34.278Z Checking equivalent v1.0.1
17292024-10-22T16:23:34.302Z Checking futures-io v0.3.31
17302024-10-22T16:23:34.343Z Checking pin-utils v0.1.0
17312024-10-22T16:23:34.369Z Checking foldhash v0.1.3
17322024-10-22T16:23:34.420Z Checking tinyvec_macros v0.1.1
17332024-10-22T16:23:34.444Z Checking futures-task v0.3.31
17342024-10-22T16:23:34.468Z Checking allocator-api2 v0.2.18
17352024-10-22T16:23:34.500Z Checking tinyvec v1.8.0
17362024-10-22T16:23:34.542Z Checking ryu v1.0.18
17372024-10-22T16:23:34.568Z Checking fnv v1.0.7
17382024-10-22T16:23:34.639Z Checking futures-util v0.3.31
17392024-10-22T16:23:34.677Z Checking unicode-bidi v0.3.17
17402024-10-22T16:23:34.730Z Checking crypto-common v0.1.6
17412024-10-22T16:23:34.755Z Checking block-buffer v0.10.4
17422024-10-22T16:23:34.882Z Checking block-padding v0.3.3
17432024-10-22T16:23:34.924Z Checking digest v0.10.7
17442024-10-22T16:23:34.989Z Checking hashbrown v0.15.0
17452024-10-22T16:23:35.050Z Checking inout v0.1.3
17462024-10-22T16:23:35.200Z Checking libm v0.2.8
17472024-10-22T16:23:35.234Z Checking hmac v0.12.1
17482024-10-22T16:23:35.258Z Checking cipher v0.4.4
17492024-10-22T16:23:35.283Z Checking sha2 v0.10.8
17502024-10-22T16:23:35.412Z Checking base64ct v1.6.0
17512024-10-22T16:23:35.538Z Checking unicode-normalization v0.1.24
17522024-10-22T16:23:35.589Z Checking ppv-lite86 v0.2.20
17532024-10-22T16:23:35.715Z Checking flagset v0.4.6
17542024-10-22T16:23:35.779Z Checking pem-rfc7468 v0.7.0
17552024-10-22T16:23:35.877Z Checking tracing-core v0.1.32
17562024-10-22T16:23:35.901Z Checking thiserror v1.0.64
17572024-10-22T16:23:35.925Z Checking num-traits v0.2.19
17582024-10-22T16:23:36.005Z Checking der v0.7.9
17592024-10-22T16:23:36.041Z Checking percent-encoding v2.3.1
17602024-10-22T16:23:36.241Z Checking rustls-pki-types v1.9.0
17612024-10-22T16:23:36.266Z Checking rand_chacha v0.3.1
17622024-10-22T16:23:36.290Z Checking salsa20 v0.10.2
17632024-10-22T16:23:36.432Z Checking tracing v0.1.40
17642024-10-22T16:23:36.460Z Checking pbkdf2 v0.12.2
17652024-10-22T16:23:36.593Z Checking rand v0.8.5
17662024-10-22T16:23:36.618Z Checking httparse v1.9.5
17672024-10-22T16:23:36.715Z Checking powerfmt v0.2.0
17682024-10-22T16:23:36.740Z Checking untrusted v0.9.0
17692024-10-22T16:23:36.764Z Checking bytes v1.7.2
17702024-10-22T16:23:36.873Z Checking indexmap v2.6.0
17712024-10-22T16:23:36.950Z Checking serde_json v1.0.128
17722024-10-22T16:23:36.980Z Checking bitflags v2.6.0
17732024-10-22T16:23:37.221Z Checking deranged v0.3.11
17742024-10-22T16:23:37.277Z Checking ring v0.17.8
17752024-10-22T16:23:37.428Z Checking tokio v1.40.0
17762024-10-22T16:23:37.551Z Checking http v1.1.0
17772024-10-22T16:23:37.628Z Checking spki v0.7.3
17782024-10-22T16:23:37.885Z Checking scrypt v0.11.0
17792024-10-22T16:23:37.972Z Checking aes v0.8.4
17802024-10-22T16:23:38.081Z Checking cbc v0.1.2
17812024-10-22T16:23:38.260Z Checking crossbeam-utils v0.8.20
17822024-10-22T16:23:38.407Z Checking time-core v0.1.2
17832024-10-22T16:23:38.551Z Checking num_threads v0.1.7
17842024-10-22T16:23:38.652Z Checking atomic-waker v1.1.2
17852024-10-22T16:23:38.699Z Checking num-conv v0.1.0
17862024-10-22T16:23:38.724Z Checking http-body v1.0.1
17872024-10-22T16:23:38.724Z Checking pkcs5 v0.7.1
17882024-10-22T16:23:38.776Z Checking form_urlencoded v1.2.1
17892024-10-22T16:23:38.840Z Checking rustls-webpki v0.102.8
17902024-10-22T16:23:38.865Z Checking try-lock v0.2.5
17912024-10-22T16:23:38.914Z Checking time v0.3.36
17922024-10-22T16:23:38.939Z Checking unicode-ident v1.0.13
17932024-10-22T16:23:38.964Z Checking httpdate v1.0.3
17942024-10-22T16:23:38.988Z Checking want v0.3.1
17952024-10-22T16:23:39.013Z Checking serde_spanned v0.6.8
17962024-10-22T16:23:39.081Z Checking proc-macro2 v1.0.87
17972024-10-22T16:23:39.134Z Checking uuid v1.10.0
17982024-10-22T16:23:39.159Z Checking pkcs8 v0.10.2
17992024-10-22T16:23:39.184Z Checking toml_datetime v0.6.8
18002024-10-22T16:23:39.184Z Checking idna v0.5.0
18012024-10-22T16:23:39.398Z Checking slog v2.7.0
18022024-10-22T16:23:39.423Z Checking scroll v0.12.0
18032024-10-22T16:23:39.511Z Checking base64 v0.22.1
18042024-10-22T16:23:39.644Z Checking ucd-trie v0.1.7
18052024-10-22T16:23:39.669Z Checking match_cfg v0.1.0
18062024-10-22T16:23:39.742Z Checking iana-time-zone v0.1.61
18072024-10-22T16:23:39.801Z Checking plain v0.2.3
18082024-10-22T16:23:39.826Z Checking tower-service v0.3.3
18092024-10-22T16:23:39.851Z Checking foreign-types-shared v0.1.1
18102024-10-22T16:23:39.851Z Checking url v2.5.2
18112024-10-22T16:23:39.876Z Checking chrono v0.4.38
18122024-10-22T16:23:39.930Z Checking pest v2.7.14
18132024-10-22T16:23:39.955Z Checking foreign-types v0.3.2
18142024-10-22T16:23:39.955Z Checking goblin v0.8.2
18152024-10-22T16:23:39.955Z Checking hostname v0.3.1
18162024-10-22T16:23:40.026Z Checking quote v1.0.37
18172024-10-22T16:23:40.302Z Checking openssl-sys v0.9.103
18182024-10-22T16:23:40.488Z Checking errno v0.3.9
18192024-10-22T16:23:40.635Z Checking dirs-sys-next v0.1.2
18202024-10-22T16:23:40.795Z Checking aho-corasick v1.1.3
18212024-10-22T16:23:40.982Z Checking data-encoding v2.6.0
18222024-10-22T16:23:41.294Z Checking pretty-hex v0.4.1
18232024-10-22T16:23:41.437Z Checking siphasher v0.3.11
18242024-10-22T16:23:41.530Z Checking adler2 v2.0.0
18252024-10-22T16:23:41.556Z Checking regex-syntax v0.8.5
18262024-10-22T16:23:41.662Z Checking miniz_oxide v0.8.0
18272024-10-22T16:23:41.693Z Checking openssl v0.10.66
18282024-10-22T16:23:41.945Z Checking dtrace-parser v0.2.0
18292024-10-22T16:23:42.133Z Checking dirs-next v2.0.0
18302024-10-22T16:23:42.240Z Checking rustix v0.38.37
18312024-10-22T16:23:42.276Z Checking syn v2.0.79
18322024-10-22T16:23:42.337Z Checking http-body-util v0.1.2
18332024-10-22T16:23:42.738Z Checking crossbeam-epoch v0.9.18
18342024-10-22T16:23:43.156Z Checking signature v2.2.0
18352024-10-22T16:23:43.347Z Checking sha1 v0.10.6
18362024-10-22T16:23:43.472Z Checking tokio-util v0.7.12
18372024-10-22T16:23:43.573Z Checking lazy_static v1.5.0
18382024-10-22T16:23:43.689Z Checking thread_local v1.1.8
18392024-10-22T16:23:43.929Z Checking thread-id v4.2.2
18402024-10-22T16:23:43.953Z Checking encoding_rs v0.8.34
18412024-10-22T16:23:44.018Z Checking dof v0.3.0
18422024-10-22T16:23:44.043Z Checking anstyle v1.0.8
18432024-10-22T16:23:44.219Z Checking h2 v0.4.6
18442024-10-22T16:23:44.243Z Checking regex-automata v0.4.8
18452024-10-22T16:23:44.336Z Checking winnow v0.6.20
18462024-10-22T16:23:44.520Z Checking either v1.13.0
18472024-10-22T16:23:44.825Z Checking openssl-probe v0.1.5
18482024-10-22T16:23:44.957Z Checking gimli v0.31.1
18492024-10-22T16:23:45.160Z Checking mime v0.3.17
18502024-10-22T16:23:45.412Z Checking utf8parse v0.2.2
18512024-10-22T16:23:45.537Z Checking ipnet v2.10.1
18522024-10-22T16:23:45.799Z Checking unicode-properties v0.1.3
18532024-10-22T16:23:45.935Z Checking anstyle-parse v0.2.5
18542024-10-22T16:23:46.079Z Checking stringprep v0.1.5
18552024-10-22T16:23:46.164Z Checking crossbeam-deque v0.8.5
18562024-10-22T16:23:46.190Z Checking native-tls v0.2.12
18572024-10-22T16:23:46.305Z Checking term v0.7.0
18582024-10-22T16:23:46.430Z Checking slog-json v2.6.1
18592024-10-22T16:23:46.457Z Checking rustls v0.22.4
18602024-10-22T16:23:46.631Z Checking toml_edit v0.22.22
18612024-10-22T16:23:46.655Z Checking rustls v0.23.14
18622024-10-22T16:23:46.679Z Checking futures-executor v0.3.31
18632024-10-22T16:23:46.872Z Checking serde_urlencoded v0.7.1
18642024-10-22T16:23:47.226Z Checking crossbeam-channel v0.5.13
18652024-10-22T16:23:47.384Z Checking usdt-impl v0.5.0
18662024-10-22T16:23:47.853Z Checking num-integer v0.1.46
18672024-10-22T16:23:47.878Z Checking rustls-pemfile v2.2.0
18682024-10-22T16:23:48.028Z Checking idna v0.3.0
18692024-10-22T16:23:48.058Z Checking idna v0.4.0
18702024-10-22T16:23:48.141Z Checking addr2line v0.24.2
18712024-10-22T16:23:48.278Z Checking md-5 v0.10.6
18722024-10-22T16:23:48.460Z Checking ff v0.13.0
18732024-10-22T16:23:48.571Z Checking hash32 v0.2.1
18742024-10-22T16:23:48.638Z Checking is-terminal v0.4.13
18752024-10-22T16:23:48.662Z Checking memmap v0.7.0
18762024-10-22T16:23:48.715Z Checking object v0.36.5
18772024-10-22T16:23:48.753Z Checking is_terminal_polyfill v1.70.1
18782024-10-22T16:23:48.819Z Checking stable_deref_trait v1.2.0
18792024-10-22T16:23:48.844Z Checking base16ct v0.2.0
18802024-10-22T16:23:48.868Z Checking psl-types v2.0.11
18812024-10-22T16:23:48.868Z Checking linked-hash-map v0.5.6
18822024-10-22T16:23:48.915Z Checking rustc-demangle v0.1.24
18832024-10-22T16:23:49.005Z Checking quick-error v1.2.3
18842024-10-22T16:23:49.030Z Checking dyn-clone v1.0.17
18852024-10-22T16:23:49.138Z Checking fallible-iterator v0.2.0
18862024-10-22T16:23:49.163Z Checking take_mut v0.2.2
18872024-10-22T16:23:49.187Z Checking utf-8 v0.7.6
18882024-10-22T16:23:49.287Z Checking hyper v1.4.1
18892024-10-22T16:23:49.312Z Checking colorchoice v1.0.2
18902024-10-22T16:23:49.312Z Checking anstyle-query v1.1.1
18912024-10-22T16:23:49.352Z Checking tungstenite v0.24.0
18922024-10-22T16:23:49.429Z Checking slog-async v2.8.0
18932024-10-22T16:23:49.459Z Checking anstream v0.6.15
18942024-10-22T16:23:49.486Z Checking tokio-rustls v0.25.0
18952024-10-22T16:23:49.647Z Checking postgres-protocol v0.6.7
18962024-10-22T16:23:49.684Z Checking lru-cache v0.1.2
18972024-10-22T16:23:49.762Z Checking schemars v0.8.21
18982024-10-22T16:23:49.787Z Checking resolv-conf v0.7.0
18992024-10-22T16:23:49.845Z Checking publicsuffix v2.2.3
19002024-10-22T16:23:50.041Z Checking sec1 v0.7.3
19012024-10-22T16:23:50.067Z Checking heapless v0.7.17
19022024-10-22T16:23:50.110Z Checking usdt v0.5.0
19032024-10-22T16:23:50.204Z Checking toml v0.8.19
19042024-10-22T16:23:50.326Z Checking slog-term v2.9.1
19052024-10-22T16:23:50.364Z Checking hickory-proto v0.24.1
19062024-10-22T16:23:50.701Z Checking tokio-rustls v0.26.0
19072024-10-22T16:23:50.725Z Checking group v0.13.0
19082024-10-22T16:23:50.808Z Checking num-iter v0.1.45
19092024-10-22T16:23:50.939Z Checking futures v0.3.31
19102024-10-22T16:23:50.964Z Checking slog-bunyan v2.5.0
19112024-10-22T16:23:50.964Z Checking tokio-native-tls v0.3.1
19122024-10-22T16:23:50.998Z Checking hyper-util v0.1.9
19132024-10-22T16:23:51.043Z Checking rayon-core v1.12.1
19142024-10-22T16:23:51.068Z Checking multer v3.1.0
19152024-10-22T16:23:51.068Z Checking terminal_size v0.4.0
19162024-10-22T16:23:51.099Z Checking phf_shared v0.11.2
19172024-10-22T16:23:51.192Z Checking cookie v0.18.1
19182024-10-22T16:23:51.216Z Checking async-stream v0.3.6
19192024-10-22T16:23:51.330Z Checking signal-hook v0.3.17
19202024-10-22T16:23:51.367Z Checking camino v1.1.9
19212024-10-22T16:23:51.406Z Checking waitgroup v0.1.2
19222024-10-22T16:23:51.528Z Checking openapiv3 v2.0.0
19232024-10-22T16:23:51.577Z Checking serde_path_to_error v0.1.16
19242024-10-22T16:23:51.601Z Checking webpki-roots v0.26.6
19252024-10-22T16:23:51.625Z Checking hkdf v0.12.4
19262024-10-22T16:23:51.769Z Checking crypto-bigint v0.5.5
19272024-10-22T16:23:51.793Z Checking hostname v0.4.0
19282024-10-22T16:23:51.824Z Checking strsim v0.11.1
19292024-10-22T16:23:51.896Z Checking managed v0.8.0
19302024-10-22T16:23:52.067Z Checking clap_lex v0.7.2
19312024-10-22T16:23:52.091Z Checking debug-ignore v1.0.5
19322024-10-22T16:23:52.203Z Checking bitflags v1.3.2
19332024-10-22T16:23:52.240Z Checking winnow v0.5.40
19342024-10-22T16:23:52.285Z Checking unicode-width v0.1.14
19352024-10-22T16:23:52.319Z Checking smoltcp v0.9.1
19362024-10-22T16:23:52.605Z Checking hyper-rustls v0.27.3
19372024-10-22T16:23:52.646Z Checking console v0.15.8
19382024-10-22T16:23:52.897Z Checking hyper-tls v0.6.0
19392024-10-22T16:23:53.136Z Checking clap_builder v4.5.20
19402024-10-22T16:23:53.190Z Checking rayon v1.10.0
19412024-10-22T16:23:53.511Z Checking signal-hook-mio v0.2.4
19422024-10-22T16:23:53.630Z Checking cookie_store v0.21.0
19432024-10-22T16:23:53.914Z Checking backtrace v0.3.74
19442024-10-22T16:23:54.011Z Checking elliptic-curve v0.13.8
19452024-10-22T16:23:54.154Z Checking phf v0.11.2
19462024-10-22T16:23:54.215Z Checking hickory-resolver v0.24.1
19472024-10-22T16:23:54.267Z Checking dropshot v0.12.0
19482024-10-22T16:23:54.383Z Checking num-bigint-dig v0.8.4
19492024-10-22T16:23:54.407Z Checking anyhow v1.0.89
19502024-10-22T16:23:54.535Z Checking postgres-types v0.2.8
19512024-10-22T16:23:54.662Z Checking toml_edit v0.19.15
19522024-10-22T16:23:54.713Z Checking tokio-tungstenite v0.24.0
19532024-10-22T16:23:55.112Z Checking bstr v1.10.0
19542024-10-22T16:23:55.136Z Checking regex v1.11.0
19552024-10-22T16:23:55.497Z Checking tokio-stream v0.1.16
19562024-10-22T16:23:55.625Z Checking ed25519 v2.2.3
19572024-10-22T16:23:55.700Z Checking phf_shared v0.10.0
19582024-10-22T16:23:55.872Z Checking zerocopy v0.6.6
19592024-10-22T16:23:55.896Z Checking curve25519-dalek v4.1.3
19602024-10-22T16:23:55.932Z Checking pkcs1 v0.7.5
19612024-10-22T16:23:56.124Z Checking hubpack v0.1.2
19622024-10-22T16:23:56.185Z Checking portable-atomic v1.9.0
19632024-10-22T16:23:56.276Z Checking float-cmp v0.9.0
19642024-10-22T16:23:56.377Z Checking serde-big-array v0.5.1
19652024-10-22T16:23:56.401Z Checking rfc6979 v0.4.0
19662024-10-22T16:23:56.434Z Checking sync_wrapper v1.0.1
19672024-10-22T16:23:56.508Z Checking crc32fast v1.4.2
19682024-10-22T16:23:56.542Z Checking fixedbitset v0.4.2
19692024-10-22T16:23:56.566Z Checking difflib v0.4.0
19702024-10-22T16:23:56.590Z Checking whoami v1.5.2
19712024-10-22T16:23:56.671Z Checking normalize-line-endings v0.3.0
19722024-10-22T16:23:56.707Z Checking new_debug_unreachable v1.0.6
19732024-10-22T16:23:56.779Z Checking minimal-lexical v0.2.1
19742024-10-22T16:23:56.779Z Checking precomputed-hash v0.1.1
19752024-10-22T16:23:56.809Z Checking predicates-core v1.0.8
19762024-10-22T16:23:56.844Z Checking static_assertions v1.1.0
19772024-10-22T16:23:56.871Z Checking number_prefix v0.4.0
19782024-10-22T16:23:56.902Z Checking unicode-segmentation v1.12.0
19792024-10-22T16:23:56.941Z Checking bit-vec v0.6.3
19802024-10-22T16:23:56.974Z Checking predicates v3.1.2
19812024-10-22T16:23:57.027Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19822024-10-22T16:23:57.051Z Checking indicatif v0.17.8
19832024-10-22T16:23:57.111Z Checking nom v7.1.3
19842024-10-22T16:23:57.219Z Checking bit-set v0.5.3
19852024-10-22T16:23:57.305Z Checking qorb v0.1.2
19862024-10-22T16:23:57.425Z Checking ed25519-dalek v2.1.1
19872024-10-22T16:23:57.461Z Checking string_cache v0.8.7
19882024-10-22T16:23:57.485Z Checking similar v2.6.0
19892024-10-22T16:23:57.524Z Checking tokio-postgres v0.7.12
19902024-10-22T16:23:57.673Z Checking petgraph v0.6.5
19912024-10-22T16:23:57.697Z Checking flate2 v1.0.34
19922024-10-22T16:23:57.780Z Checking toml v0.7.8
19932024-10-22T16:23:58.181Z Checking reqwest v0.12.8
19942024-10-22T16:23:58.228Z Checking ecdsa v0.16.9
19952024-10-22T16:23:58.390Z Checking rsa v0.9.6
19962024-10-22T16:23:58.812Z Checking clap v4.5.20
19972024-10-22T16:23:58.918Z Checking crossterm v0.28.1
19982024-10-22T16:23:59.210Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19992024-10-22T16:23:59.235Z Checking itertools v0.12.1
20002024-10-22T16:23:59.259Z Checking itertools v0.10.5
20012024-10-22T16:23:59.438Z Checking fs-err v2.11.0
20022024-10-22T16:23:59.647Z Checking ahash v0.8.11
20032024-10-22T16:23:59.902Z Checking x509-cert v0.2.5
20042024-10-22T16:23:59.940Z Checking semver v1.0.23
20052024-10-22T16:24:00.074Z Checking hex v0.4.3
20062024-10-22T16:24:00.284Z Checking lalrpop-util v0.19.12
20072024-10-22T16:24:00.385Z Checking peg-runtime v0.8.3
20082024-10-22T16:24:00.409Z Checking sigpipe v0.1.3
20092024-10-22T16:24:01.391Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20102024-10-22T16:24:01.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.89s
20112024-10-22T16:24:01.931Z
20122024-10-22T16:24:01.931Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20132024-10-22T16:24:02.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142024-10-22T16:24:02.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152024-10-22T16:24:02.846Z Compiling hashbrown v0.14.5
20162024-10-22T16:24:02.893Z Checking heck v0.5.0
20172024-10-22T16:24:02.917Z Compiling unsafe-libyaml v0.2.11
20182024-10-22T16:24:02.941Z Compiling ident_case v1.0.1
20192024-10-22T16:24:02.941Z Checking progenitor-client v0.8.0
20202024-10-22T16:24:02.965Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20212024-10-22T16:24:02.989Z Compiling proc-macro-crate v1.3.1
20222024-10-22T16:24:03.059Z Checking ipnetwork v0.20.0
20232024-10-22T16:24:03.103Z Compiling darling_core v0.20.10
20242024-10-22T16:24:03.236Z Compiling structmeta-derive v0.3.0
20252024-10-22T16:24:03.286Z Compiling newtype-uuid v1.1.2
20262024-10-22T16:24:03.350Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20272024-10-22T16:24:03.549Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20282024-10-22T16:24:03.635Z Compiling lzma-sys v0.1.20
20292024-10-22T16:24:03.830Z Compiling foreign-types-macros v0.2.3
20302024-10-22T16:24:03.853Z Checking regress v0.10.1
20312024-10-22T16:24:03.877Z Compiling num_enum_derive v0.5.11
20322024-10-22T16:24:04.223Z Compiling serde_yaml v0.9.34+deprecated
20332024-10-22T16:24:04.410Z Checking foreign-types-shared v0.3.1
20342024-10-22T16:24:04.509Z Checking arc-swap v1.7.1
20352024-10-22T16:24:04.839Z Checking foreign-types v0.5.0
20362024-10-22T16:24:04.867Z Checking slog-scope v4.4.0
20372024-10-22T16:24:04.965Z Compiling proc-macro-error v1.0.4
20382024-10-22T16:24:05.516Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20392024-10-22T16:24:05.550Z Checking tungstenite v0.21.0
20402024-10-22T16:24:05.579Z Compiling structmeta v0.3.0
20412024-10-22T16:24:05.616Z Compiling heck v0.3.3
20422024-10-22T16:24:05.968Z Compiling parse-display-derive v0.10.0
20432024-10-22T16:24:05.994Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20442024-10-22T16:24:06.018Z Checking num_enum v0.5.11
20452024-10-22T16:24:06.153Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20462024-10-22T16:24:06.311Z Checking cstr-argument v0.1.2
20472024-10-22T16:24:06.464Z Checking instant v0.1.13
20482024-10-22T16:24:06.574Z Checking typify-impl v0.2.0
20492024-10-22T16:24:06.598Z Checking pretty-hex v0.2.1
20502024-10-22T16:24:06.700Z Checking fastrand v2.1.1
20512024-10-22T16:24:06.745Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20522024-10-22T16:24:06.984Z Checking base64 v0.21.7
20532024-10-22T16:24:07.027Z Checking tempfile v3.13.0
20542024-10-22T16:24:07.349Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20552024-10-22T16:24:07.391Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20562024-10-22T16:24:07.475Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20572024-10-22T16:24:07.607Z Checking backoff v0.4.0
20582024-10-22T16:24:07.633Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20592024-10-22T16:24:07.672Z Checking tokio-tungstenite v0.21.0
20602024-10-22T16:24:07.959Z Checking strum v0.26.3
20612024-10-22T16:24:07.983Z Compiling zone_cfg_derive v0.1.2
20622024-10-22T16:24:07.983Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20632024-10-22T16:24:08.107Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20642024-10-22T16:24:08.131Z Checking slog-stdlog v4.1.1
20652024-10-22T16:24:08.319Z Checking regress v0.9.1
20662024-10-22T16:24:08.423Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20672024-10-22T16:24:08.563Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20682024-10-22T16:24:08.630Z Checking colored v2.1.0
20692024-10-22T16:24:08.672Z Checking macaddr v1.0.1
20702024-10-22T16:24:08.817Z Checking base64 v0.13.1
20712024-10-22T16:24:08.870Z Compiling darling_macro v0.20.10
20722024-10-22T16:24:08.967Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20732024-10-22T16:24:09.171Z Checking ron v0.7.1
20742024-10-22T16:24:09.214Z Checking zone v0.1.8
20752024-10-22T16:24:09.358Z Checking xz2 v0.1.7
20762024-10-22T16:24:09.611Z Checking slog-envlogger v2.2.0
20772024-10-22T16:24:09.635Z Compiling darling v0.20.10
20782024-10-22T16:24:09.743Z Compiling serde_with_macros v3.11.0
20792024-10-22T16:24:09.773Z Checking tabwriter v1.4.0
20802024-10-22T16:24:09.807Z Checking xattr v1.3.1
20812024-10-22T16:24:09.909Z Checking parse-display v0.10.0
20822024-10-22T16:24:09.975Z Checking pem v3.0.4
20832024-10-22T16:24:09.999Z Checking yasna v0.5.2
20842024-10-22T16:24:10.108Z Checking headers-core v0.3.0
20852024-10-22T16:24:10.132Z Checking smf v0.2.3
20862024-10-22T16:24:10.200Z Checking filetime v0.2.25
20872024-10-22T16:24:10.232Z Checking same-file v1.0.6
20882024-10-22T16:24:10.379Z Checking tar v0.4.42
20892024-10-22T16:24:10.402Z Checking walkdir v2.5.0
20902024-10-22T16:24:10.490Z Checking headers v0.4.0
20912024-10-22T16:24:10.527Z Checking atomicwrites v0.4.4
20922024-10-22T16:24:10.636Z Checking camino-tempfile v1.1.1
20932024-10-22T16:24:10.704Z Checking subprocess v0.2.9
20942024-10-22T16:24:10.728Z Checking rcgen v0.12.1
20952024-10-22T16:24:11.863Z Checking serde_with v3.11.0
20962024-10-22T16:24:15.438Z Compiling typify-macro v0.2.0
20972024-10-22T16:24:17.860Z Compiling typify v0.2.0
20982024-10-22T16:24:17.935Z Checking progenitor-impl v0.8.0
20992024-10-22T16:24:22.158Z Compiling progenitor-macro v0.8.0
21002024-10-22T16:24:30.278Z Checking progenitor v0.8.0
21012024-10-22T16:24:30.442Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21022024-10-22T16:24:30.466Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21032024-10-22T16:24:33.826Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21042024-10-22T16:24:34.176Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21052024-10-22T16:24:42.171Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21062024-10-22T16:24:44.144Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21072024-10-22T16:24:45.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.73s
21082024-10-22T16:24:45.824Z
21092024-10-22T16:24:45.824Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21102024-10-22T16:24:46.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112024-10-22T16:24:46.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122024-10-22T16:24:46.757Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21132024-10-22T16:24:48.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
21142024-10-22T16:24:48.541Z
21152024-10-22T16:24:48.541Zinfo: running `cargo check --bins` on nexus-config (31/166)
21162024-10-22T16:24:49.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172024-10-22T16:24:49.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182024-10-22T16:24:49.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192024-10-22T16:24:49.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21202024-10-22T16:24:49.403Z
21212024-10-22T16:24:49.403Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21222024-10-22T16:24:50.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-10-22T16:24:50.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-10-22T16:24:50.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252024-10-22T16:24:50.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21262024-10-22T16:24:50.248Z
21272024-10-22T16:24:50.248Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21282024-10-22T16:24:51.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-10-22T16:24:51.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-10-22T16:24:51.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312024-10-22T16:24:51.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21322024-10-22T16:24:51.110Z
21332024-10-22T16:24:51.110Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21342024-10-22T16:24:51.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-10-22T16:24:51.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-10-22T16:24:51.994Z Compiling heapless v0.8.0
21372024-10-22T16:24:52.019Z Checking hash32 v0.3.1
21382024-10-22T16:24:52.019Z Compiling smoltcp v0.11.0
21392024-10-22T16:24:52.053Z Checking cobs v0.2.3
21402024-10-22T16:24:52.078Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21412024-10-22T16:24:52.078Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21422024-10-22T16:24:52.104Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21432024-10-22T16:24:52.171Z Compiling crucible-workspace-hack v0.1.0
21442024-10-22T16:24:52.197Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21452024-10-22T16:24:52.225Z Checking newline-converter v0.3.0
21462024-10-22T16:24:52.251Z Checking postcard v1.0.10
21472024-10-22T16:24:52.378Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21482024-10-22T16:24:52.408Z Compiling convert_case v0.4.0
21492024-10-22T16:24:52.507Z Checking expectorate v1.1.0
21502024-10-22T16:24:52.574Z Compiling zone_cfg_derive v0.3.0
21512024-10-22T16:24:52.649Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21522024-10-22T16:24:52.729Z Checking itertools v0.13.0
21532024-10-22T16:24:52.760Z Compiling num-derive v0.4.2
21542024-10-22T16:24:52.868Z Compiling slog-dtrace v0.3.0
21552024-10-22T16:24:52.984Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21562024-10-22T16:24:53.197Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21572024-10-22T16:24:53.299Z Compiling derive_more v0.99.18
21582024-10-22T16:24:53.870Z Checking zone v0.3.0
21592024-10-22T16:24:54.309Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21602024-10-22T16:24:56.061Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21612024-10-22T16:24:57.166Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21622024-10-22T16:24:57.777Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21632024-10-22T16:24:58.556Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21642024-10-22T16:24:59.441Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21652024-10-22T16:25:00.809Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21662024-10-22T16:25:01.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.83s
21672024-10-22T16:25:02.081Z
21682024-10-22T16:25:02.081Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21692024-10-22T16:25:02.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702024-10-22T16:25:02.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712024-10-22T16:25:02.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722024-10-22T16:25:02.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21732024-10-22T16:25:02.986Z
21742024-10-22T16:25:02.986Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21752024-10-22T16:25:03.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762024-10-22T16:25:03.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772024-10-22T16:25:03.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782024-10-22T16:25:03.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
21792024-10-22T16:25:03.895Z
21802024-10-22T16:25:03.896Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21812024-10-22T16:25:04.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822024-10-22T16:25:04.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832024-10-22T16:25:04.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842024-10-22T16:25:04.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
21852024-10-22T16:25:04.900Z
21862024-10-22T16:25:04.900Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21872024-10-22T16:25:05.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882024-10-22T16:25:05.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892024-10-22T16:25:05.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902024-10-22T16:25:05.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
21912024-10-22T16:25:05.908Z
21922024-10-22T16:25:05.909Zinfo: running `cargo check --bins` on dns-server (39/166)
21932024-10-22T16:25:06.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942024-10-22T16:25:06.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952024-10-22T16:25:06.791Z Compiling parking_lot_core v0.8.6
21962024-10-22T16:25:06.791Z Checking nibble_vec v0.1.0
21972024-10-22T16:25:06.791Z Checking endian-type v0.1.2
21982024-10-22T16:25:06.791Z Checking fxhash v0.2.1
21992024-10-22T16:25:06.816Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22002024-10-22T16:25:06.816Z Checking hickory-server v0.24.1
22012024-10-22T16:25:07.051Z Checking radix_trie v0.2.1
22022024-10-22T16:25:07.411Z Checking hickory-client v0.24.1
22032024-10-22T16:25:07.500Z Checking parking_lot v0.11.2
22042024-10-22T16:25:07.639Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22052024-10-22T16:25:07.639Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22062024-10-22T16:25:07.786Z Checking sled v0.34.7
22072024-10-22T16:25:09.993Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22082024-10-22T16:25:11.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
22092024-10-22T16:25:11.650Z
22102024-10-22T16:25:11.650Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22112024-10-22T16:25:12.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122024-10-22T16:25:12.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132024-10-22T16:25:12.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142024-10-22T16:25:12.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22152024-10-22T16:25:12.534Z
22162024-10-22T16:25:12.534Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22172024-10-22T16:25:13.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182024-10-22T16:25:13.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192024-10-22T16:25:13.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202024-10-22T16:25:13.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
22212024-10-22T16:25:13.442Z
22222024-10-22T16:25:13.442Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22232024-10-22T16:25:14.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242024-10-22T16:25:14.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252024-10-22T16:25:14.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262024-10-22T16:25:14.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22272024-10-22T16:25:14.326Z
22282024-10-22T16:25:14.326Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22292024-10-22T16:25:15.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-10-22T16:25:15.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-10-22T16:25:15.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322024-10-22T16:25:15.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
22332024-10-22T16:25:15.267Z
22342024-10-22T16:25:15.267Zinfo: running `cargo check --bins` on gateway-types (44/166)
22352024-10-22T16:25:16.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362024-10-22T16:25:16.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372024-10-22T16:25:16.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382024-10-22T16:25:16.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22392024-10-22T16:25:16.142Z
22402024-10-22T16:25:16.142Zinfo: running `cargo check --bins` on ipcc (45/166)
22412024-10-22T16:25:16.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-10-22T16:25:16.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-10-22T16:25:16.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442024-10-22T16:25:16.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22452024-10-22T16:25:17.010Z
22462024-10-22T16:25:17.010Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22472024-10-22T16:25:17.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-10-22T16:25:17.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-10-22T16:25:17.988Z Checking num-rational v0.4.2
22502024-10-22T16:25:17.988Z Compiling progenitor-client v0.8.0
22512024-10-22T16:25:17.988Z Checking num-complex v0.4.6
22522024-10-22T16:25:18.013Z Compiling prettyplease v0.2.22
22532024-10-22T16:25:18.013Z Compiling newtype-uuid v1.1.2
22542024-10-22T16:25:18.013Z Compiling ipnetwork v0.20.0
22552024-10-22T16:25:18.038Z Compiling instant v0.1.13
22562024-10-22T16:25:18.038Z Compiling semver v0.1.20
22572024-10-22T16:25:18.257Z Compiling radium v0.7.0
22582024-10-22T16:25:18.344Z Checking float-ord v0.3.2
22592024-10-22T16:25:18.414Z Compiling progenitor v0.8.0
22602024-10-22T16:25:18.456Z Compiling rustc_version v0.1.7
22612024-10-22T16:25:18.481Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22622024-10-22T16:25:18.562Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632024-10-22T16:25:18.616Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22642024-10-22T16:25:18.679Z Compiling backoff v0.4.0
22652024-10-22T16:25:18.704Z Compiling parse-display v0.10.0
22662024-10-22T16:25:18.817Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672024-10-22T16:25:18.858Z Compiling serde_with v3.11.0
22682024-10-22T16:25:18.894Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22692024-10-22T16:25:18.919Z Checking num v0.4.3
22702024-10-22T16:25:18.981Z Compiling regress v0.9.1
22712024-10-22T16:25:19.015Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22722024-10-22T16:25:19.103Z Compiling macaddr v1.0.1
22732024-10-22T16:25:19.310Z Checking tap v1.0.1
22742024-10-22T16:25:19.453Z Compiling maybe-uninit v2.0.0
22752024-10-22T16:25:19.483Z Checking wyz v0.5.1
22762024-10-22T16:25:19.921Z Compiling newtype_derive v0.1.6
22772024-10-22T16:25:20.030Z Checking password-hash v0.5.0
22782024-10-22T16:25:20.222Z Checking blake2 v0.10.6
22792024-10-22T16:25:20.332Z Compiling bzip2-sys v0.1.11+1.0.8
22802024-10-22T16:25:20.466Z Checking crc-catalog v2.4.0
22812024-10-22T16:25:20.508Z Compiling cancel-safe-futures v0.1.5
22822024-10-22T16:25:20.639Z Checking funty v2.0.0
22832024-10-22T16:25:20.785Z Compiling owo-colors v4.1.0
22842024-10-22T16:25:20.850Z Compiling packed_struct v0.10.1
22852024-10-22T16:25:21.106Z Checking argon2 v0.5.3
22862024-10-22T16:25:21.348Z Checking crc v3.2.1
22872024-10-22T16:25:21.506Z Checking bitvec v1.0.1
22882024-10-22T16:25:21.854Z Compiling packed_struct_codegen v0.10.1
22892024-10-22T16:25:21.879Z Checking half v2.4.1
22902024-10-22T16:25:22.127Z Compiling indexmap v1.9.3
22912024-10-22T16:25:22.276Z Checking nodrop v0.1.14
22922024-10-22T16:25:22.388Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22932024-10-22T16:25:22.414Z Checking ciborium-io v0.2.2
22942024-10-22T16:25:22.523Z Checking ciborium-ll v0.2.2
22952024-10-22T16:25:22.676Z Checking array-init v0.0.4
22962024-10-22T16:25:22.732Z Checking smallvec v0.6.14
22972024-10-22T16:25:22.935Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22982024-10-22T16:25:23.127Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22992024-10-22T16:25:23.206Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23002024-10-22T16:25:23.904Z Checking libsw v3.3.1
23012024-10-22T16:25:24.141Z Compiling memoffset v0.9.1
23022024-10-22T16:25:24.166Z Checking bitfield v0.14.0
23032024-10-22T16:25:24.389Z Checking termcolor v1.4.1
23042024-10-22T16:25:24.436Z Checking hashbrown v0.12.3
23052024-10-22T16:25:24.461Z Checking linear-map v1.2.0
23062024-10-22T16:25:24.485Z Checking swrite v0.1.0
23072024-10-22T16:25:24.592Z Checking highway v1.2.0
23082024-10-22T16:25:24.756Z Checking indent_write v2.2.0
23092024-10-22T16:25:24.781Z Checking env_logger v0.10.2
23102024-10-22T16:25:24.922Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23112024-10-22T16:25:24.955Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23122024-10-22T16:25:24.980Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23132024-10-22T16:25:25.258Z Checking ron v0.8.1
23142024-10-22T16:25:25.295Z Checking serde-hex v0.1.0
23152024-10-22T16:25:25.751Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23162024-10-22T16:25:25.913Z Checking steno v0.4.1
23172024-10-22T16:25:26.128Z Checking ciborium v0.2.2
23182024-10-22T16:25:26.473Z Checking bzip2 v0.4.4
23192024-10-22T16:25:26.718Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23202024-10-22T16:25:26.917Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23212024-10-22T16:25:26.941Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23222024-10-22T16:25:26.971Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23232024-10-22T16:25:26.996Z Checking hashbrown v0.13.2
23242024-10-22T16:25:27.387Z Checking crc-any v2.5.0
23252024-10-22T16:25:27.696Z Checking humantime v2.1.0
23262024-10-22T16:25:27.858Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23272024-10-22T16:25:27.883Z Checking object v0.30.4
23282024-10-22T16:25:27.940Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23292024-10-22T16:25:27.972Z Checking zip v0.6.6
23302024-10-22T16:25:28.265Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23312024-10-22T16:25:28.428Z Checking path-slash v0.1.5
23322024-10-22T16:25:28.552Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23332024-10-22T16:25:28.599Z Checking nix v0.27.1
23342024-10-22T16:25:28.624Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23352024-10-22T16:25:28.651Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23362024-10-22T16:25:28.863Z Checking tungstenite v0.23.0
23372024-10-22T16:25:29.194Z Checking kstat-rs v0.2.4
23382024-10-22T16:25:29.480Z Checking signal-hook-tokio v0.3.1
23392024-10-22T16:25:29.613Z Checking tokio-tungstenite v0.23.1
23402024-10-22T16:25:30.642Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23412024-10-22T16:25:30.887Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23422024-10-22T16:25:36.251Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23432024-10-22T16:25:38.054Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23442024-10-22T16:25:38.118Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23452024-10-22T16:25:42.123Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23462024-10-22T16:25:42.433Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23472024-10-22T16:25:43.845Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23482024-10-22T16:25:50.775Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23492024-10-22T16:25:51.556Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23502024-10-22T16:25:55.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.06s
23512024-10-22T16:25:55.267Z
23522024-10-22T16:25:55.267Zinfo: running `cargo check --bins` on gateway-api (47/166)
23532024-10-22T16:25:56.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-10-22T16:25:56.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-10-22T16:25:56.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562024-10-22T16:25:56.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23572024-10-22T16:25:56.143Z
23582024-10-22T16:25:56.143Zinfo: running `cargo check --bins` on oximeter (48/166)
23592024-10-22T16:25:56.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602024-10-22T16:25:56.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612024-10-22T16:25:56.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622024-10-22T16:25:56.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23632024-10-22T16:25:56.977Z
23642024-10-22T16:25:56.977Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23652024-10-22T16:25:57.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662024-10-22T16:25:57.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672024-10-22T16:25:57.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682024-10-22T16:25:57.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23692024-10-22T16:25:57.845Z
23702024-10-22T16:25:57.845Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23712024-10-22T16:25:58.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-10-22T16:25:58.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-10-22T16:25:58.760Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23742024-10-22T16:25:59.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
23752024-10-22T16:25:59.313Z
23762024-10-22T16:25:59.313Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23772024-10-22T16:26:00.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-10-22T16:26:00.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-10-22T16:26:00.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-10-22T16:26:00.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23812024-10-22T16:26:00.166Z
23822024-10-22T16:26:00.166Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23832024-10-22T16:26:00.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-10-22T16:26:00.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-10-22T16:26:00.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-10-22T16:26:00.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23872024-10-22T16:26:01.041Z
23882024-10-22T16:26:01.041Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23892024-10-22T16:26:01.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-10-22T16:26:01.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-10-22T16:26:01.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-10-22T16:26:01.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23932024-10-22T16:26:01.877Z
23942024-10-22T16:26:01.877Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23952024-10-22T16:26:02.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-10-22T16:26:02.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-10-22T16:26:02.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-10-22T16:26:02.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23992024-10-22T16:26:02.772Z
24002024-10-22T16:26:02.772Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
24012024-10-22T16:26:03.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-10-22T16:26:03.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-10-22T16:26:03.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-10-22T16:26:03.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24052024-10-22T16:26:03.650Z
24062024-10-22T16:26:03.651Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24072024-10-22T16:26:04.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-10-22T16:26:04.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-10-22T16:26:04.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-10-22T16:26:04.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24112024-10-22T16:26:04.536Z
24122024-10-22T16:26:04.536Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24132024-10-22T16:26:05.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-10-22T16:26:05.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-10-22T16:26:05.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162024-10-22T16:26:05.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24172024-10-22T16:26:05.420Z
24182024-10-22T16:26:05.420Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24192024-10-22T16:26:06.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-10-22T16:26:06.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-10-22T16:26:06.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-10-22T16:26:06.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24232024-10-22T16:26:06.293Z
24242024-10-22T16:26:06.295Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24252024-10-22T16:26:07.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-10-22T16:26:07.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-10-22T16:26:07.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-10-22T16:26:07.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24292024-10-22T16:26:07.147Z
24302024-10-22T16:26:07.147Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24312024-10-22T16:26:07.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-10-22T16:26:07.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-10-22T16:26:07.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-10-22T16:26:07.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24352024-10-22T16:26:08.047Z
24362024-10-22T16:26:08.047Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24372024-10-22T16:26:08.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-10-22T16:26:08.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-10-22T16:26:08.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-10-22T16:26:08.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24412024-10-22T16:26:08.919Z
24422024-10-22T16:26:08.919Zinfo: running `cargo check --bins` on nexus-client (62/166)
24432024-10-22T16:26:09.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-10-22T16:26:09.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-10-22T16:26:09.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-10-22T16:26:09.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24472024-10-22T16:26:09.824Z
24482024-10-22T16:26:09.824Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24492024-10-22T16:26:10.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-10-22T16:26:10.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-10-22T16:26:10.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-10-22T16:26:10.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24532024-10-22T16:26:10.736Z
24542024-10-22T16:26:10.736Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24552024-10-22T16:26:11.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-10-22T16:26:11.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-10-22T16:26:11.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-10-22T16:26:11.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24592024-10-22T16:26:11.629Z
24602024-10-22T16:26:11.629Zinfo: running `cargo check --bins` on nexus-types (65/166)
24612024-10-22T16:26:12.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-10-22T16:26:12.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-10-22T16:26:12.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-10-22T16:26:12.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24652024-10-22T16:26:12.547Z
24662024-10-22T16:26:12.547Zinfo: running `cargo check --bins` on gateway-client (66/166)
24672024-10-22T16:26:13.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-10-22T16:26:13.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-10-22T16:26:13.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-10-22T16:26:13.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24712024-10-22T16:26:13.416Z
24722024-10-22T16:26:13.416Zinfo: running `cargo check --bins` on oxql-types (67/166)
24732024-10-22T16:26:14.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-10-22T16:26:14.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-10-22T16:26:14.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-10-22T16:26:14.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24772024-10-22T16:26:14.298Z
24782024-10-22T16:26:14.298Zinfo: running `cargo check --bins` on update-engine (68/166)
24792024-10-22T16:26:15.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-10-22T16:26:15.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-10-22T16:26:15.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-10-22T16:26:15.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24832024-10-22T16:26:15.166Z
24842024-10-22T16:26:15.166Zinfo: running `cargo check --bins` on sp-sim (69/166)
24852024-10-22T16:26:15.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-10-22T16:26:15.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-10-22T16:26:16.064Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24882024-10-22T16:26:18.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
24892024-10-22T16:26:18.319Z
24902024-10-22T16:26:18.319Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24912024-10-22T16:26:19.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-10-22T16:26:19.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-10-22T16:26:19.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-10-22T16:26:19.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24952024-10-22T16:26:19.265Z
24962024-10-22T16:26:19.265Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24972024-10-22T16:26:20.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-10-22T16:26:20.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-10-22T16:26:20.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-10-22T16:26:20.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
25012024-10-22T16:26:20.224Z
25022024-10-22T16:26:20.224Zinfo: running `cargo check --bins` on db-macros (72/166)
25032024-10-22T16:26:20.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-10-22T16:26:21.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-10-22T16:26:21.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-10-22T16:26:21.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25072024-10-22T16:26:21.077Z
25082024-10-22T16:26:21.077Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25092024-10-22T16:26:21.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-10-22T16:26:21.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-10-22T16:26:21.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-10-22T16:26:21.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25132024-10-22T16:26:21.913Z
25142024-10-22T16:26:21.913Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25152024-10-22T16:26:22.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-10-22T16:26:22.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-10-22T16:26:22.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-10-22T16:26:22.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
25192024-10-22T16:26:22.838Z
25202024-10-22T16:26:22.838Zinfo: running `cargo check --bins` on authz-macros (75/166)
25212024-10-22T16:26:23.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-10-22T16:26:23.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-10-22T16:26:23.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-10-22T16:26:23.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
25252024-10-22T16:26:23.721Z
25262024-10-22T16:26:23.721Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25272024-10-22T16:26:24.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-10-22T16:26:24.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-10-22T16:26:24.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-10-22T16:26:24.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
25312024-10-22T16:26:24.645Z
25322024-10-22T16:26:24.645Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25332024-10-22T16:26:25.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-10-22T16:26:25.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-10-22T16:26:25.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-10-22T16:26:25.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25372024-10-22T16:26:25.550Z
25382024-10-22T16:26:25.550Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25392024-10-22T16:26:26.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-10-22T16:26:26.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-10-22T16:26:26.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-10-22T16:26:26.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25432024-10-22T16:26:26.412Z
25442024-10-22T16:26:26.412Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25452024-10-22T16:26:27.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-10-22T16:26:27.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-10-22T16:26:27.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-10-22T16:26:27.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25492024-10-22T16:26:27.320Z
25502024-10-22T16:26:27.320Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25512024-10-22T16:26:28.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-10-22T16:26:28.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-10-22T16:26:28.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-10-22T16:26:28.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
25552024-10-22T16:26:28.253Z
25562024-10-22T16:26:28.253Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25572024-10-22T16:26:29.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-10-22T16:26:29.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-10-22T16:26:29.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-10-22T16:26:29.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25612024-10-22T16:26:29.129Z
25622024-10-22T16:26:29.129Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25632024-10-22T16:26:29.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-10-22T16:26:29.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-10-22T16:26:29.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-10-22T16:26:29.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25672024-10-22T16:26:30.006Z
25682024-10-22T16:26:30.006Zinfo: running `cargo check --bins` on typed-rng (83/166)
25692024-10-22T16:26:30.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-10-22T16:26:30.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-10-22T16:26:30.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-10-22T16:26:30.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25732024-10-22T16:26:30.867Z
25742024-10-22T16:26:30.867Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25752024-10-22T16:26:31.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-10-22T16:26:31.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-10-22T16:26:31.877Z Checking keccak v0.1.5
25782024-10-22T16:26:31.902Z Checking secrecy v0.8.0
25792024-10-22T16:26:31.902Z Compiling unicase v2.7.0
25802024-10-22T16:26:31.902Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25812024-10-22T16:26:31.902Z Compiling same-file v1.0.6
25822024-10-22T16:26:31.902Z Compiling tempfile v3.13.0
25832024-10-22T16:26:31.902Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25842024-10-22T16:26:31.902Z Compiling thiserror-impl-no-std v2.0.2
25852024-10-22T16:26:32.185Z Checking sha3 v0.10.8
25862024-10-22T16:26:32.210Z Compiling walkdir v2.5.0
25872024-10-22T16:26:32.253Z Checking universal-hash v0.5.1
25882024-10-22T16:26:32.290Z Compiling blake3 v1.5.4
25892024-10-22T16:26:32.420Z Compiling ring v0.16.20
25902024-10-22T16:26:32.468Z Checking opaque-debug v0.3.1
25912024-10-22T16:26:32.524Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25922024-10-22T16:26:32.556Z Checking poly1305 v0.8.0
25932024-10-22T16:26:32.717Z Checking chacha20 v0.9.1
25942024-10-22T16:26:32.781Z Checking aead v0.5.2
25952024-10-22T16:26:32.806Z Compiling memmap2 v0.9.5
25962024-10-22T16:26:32.886Z Compiling spin v0.5.2
25972024-10-22T16:26:32.989Z Compiling home v0.5.9
25982024-10-22T16:26:33.014Z Compiling untrusted v0.7.1
25992024-10-22T16:26:33.040Z Compiling arrayvec v0.7.6
26002024-10-22T16:26:33.116Z Compiling arrayref v0.3.9
26012024-10-22T16:26:33.192Z Compiling constant_time_eq v0.3.1
26022024-10-22T16:26:33.235Z Compiling libefi-sys v0.1.0
26032024-10-22T16:26:33.235Z Compiling salty v0.3.0
26042024-10-22T16:26:33.275Z Compiling toolchain_find v0.4.0
26052024-10-22T16:26:33.368Z Checking chacha20poly1305 v0.10.1
26062024-10-22T16:26:33.584Z Compiling camino-tempfile v1.1.1
26072024-10-22T16:26:33.698Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26082024-10-22T16:26:33.722Z Compiling bitfield-struct v0.6.2
26092024-10-22T16:26:33.882Z Compiling topological-sort v0.2.2
26102024-10-22T16:26:33.914Z Compiling mime_guess v2.0.5
26112024-10-22T16:26:34.165Z Compiling rustfmt-wrapper v0.2.1
26122024-10-22T16:26:34.431Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26132024-10-22T16:26:34.513Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26142024-10-22T16:26:34.641Z Checking primeorder v0.13.6
26152024-10-22T16:26:34.666Z Checking env_filter v0.1.2
26162024-10-22T16:26:34.766Z Checking thiserror-no-std v2.0.2
26172024-10-22T16:26:34.791Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182024-10-22T16:26:34.865Z Checking vsss-rs v3.3.4
26192024-10-22T16:26:34.889Z Checking env_logger v0.11.5
26202024-10-22T16:26:34.952Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26212024-10-22T16:26:35.072Z Checking p384 v0.13.0
26222024-10-22T16:26:35.097Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26232024-10-22T16:26:35.122Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26242024-10-22T16:26:35.330Z Checking gethostname v0.5.0
26252024-10-22T16:26:35.432Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26262024-10-22T16:26:35.457Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26272024-10-22T16:26:35.481Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26282024-10-22T16:26:35.678Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26292024-10-22T16:26:35.743Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26302024-10-22T16:26:35.881Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26312024-10-22T16:26:35.965Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26322024-10-22T16:26:36.172Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26332024-10-22T16:26:36.210Z Checking nanorand v0.7.0
26342024-10-22T16:26:36.234Z Checking atty v0.2.14
26352024-10-22T16:26:36.234Z Checking glob v0.3.1
26362024-10-22T16:26:36.329Z Checking http-range v0.1.5
26372024-10-22T16:26:36.490Z Checking hyper-staticfile v0.10.1
26382024-10-22T16:26:36.519Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26392024-10-22T16:26:36.544Z Checking flume v0.11.0
26402024-10-22T16:26:36.930Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26412024-10-22T16:26:37.065Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26422024-10-22T16:26:37.113Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26432024-10-22T16:26:37.552Z Compiling omicron-zone-package v0.11.1
26442024-10-22T16:26:37.725Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26452024-10-22T16:26:38.092Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26462024-10-22T16:26:38.619Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26472024-10-22T16:26:38.705Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26482024-10-22T16:26:38.986Z Checking display-error-chain v0.2.1
26492024-10-22T16:26:39.795Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26502024-10-22T16:26:41.355Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26512024-10-22T16:26:42.673Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26522024-10-22T16:26:42.698Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26532024-10-22T16:26:56.095Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26542024-10-22T16:27:12.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.27s
26552024-10-22T16:27:12.308Z
26562024-10-22T16:27:12.308Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26572024-10-22T16:27:13.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-10-22T16:27:13.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-10-22T16:27:13.372Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26602024-10-22T16:27:28.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.48s
26612024-10-22T16:27:28.955Z
26622024-10-22T16:27:28.955Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26632024-10-22T16:27:29.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-10-22T16:27:29.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-10-22T16:27:29.956Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26662024-10-22T16:27:45.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.79s
26672024-10-22T16:27:45.912Z
26682024-10-22T16:27:45.912Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26692024-10-22T16:27:46.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-10-22T16:27:46.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-10-22T16:27:46.913Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26722024-10-22T16:28:02.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.44s
26732024-10-22T16:28:02.540Z
26742024-10-22T16:28:02.540Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26752024-10-22T16:28:03.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-10-22T16:28:03.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-10-22T16:28:03.531Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26782024-10-22T16:28:19.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s
26792024-10-22T16:28:19.574Z
26802024-10-22T16:28:19.574Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26812024-10-22T16:28:20.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-10-22T16:28:20.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-10-22T16:28:20.579Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26842024-10-22T16:28:36.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
26852024-10-22T16:28:36.980Z
26862024-10-22T16:28:36.980Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26872024-10-22T16:28:37.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-10-22T16:28:37.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-10-22T16:28:38.028Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26902024-10-22T16:28:53.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.66s
26912024-10-22T16:28:53.803Z
26922024-10-22T16:28:53.803Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26932024-10-22T16:28:54.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-10-22T16:28:54.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-10-22T16:28:54.766Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26962024-10-22T16:29:10.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.30s
26972024-10-22T16:29:10.272Z
26982024-10-22T16:29:10.272Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26992024-10-22T16:29:11.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-10-22T16:29:11.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-10-22T16:29:11.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022024-10-22T16:29:11.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27032024-10-22T16:29:11.173Z
27042024-10-22T16:29:11.173Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27052024-10-22T16:29:11.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-10-22T16:29:11.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-10-22T16:29:11.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-10-22T16:29:11.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27092024-10-22T16:29:12.057Z
27102024-10-22T16:29:12.057Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27112024-10-22T16:29:12.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-10-22T16:29:12.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-10-22T16:29:12.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-10-22T16:29:12.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27152024-10-22T16:29:12.942Z
27162024-10-22T16:29:12.942Zinfo: running `cargo check --bins` on dpd-client (95/166)
27172024-10-22T16:29:13.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-10-22T16:29:13.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-10-22T16:29:13.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202024-10-22T16:29:13.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27212024-10-22T16:29:13.789Z
27222024-10-22T16:29:13.789Zinfo: running `cargo check --bins` on installinator-common (96/166)
27232024-10-22T16:29:14.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-10-22T16:29:14.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-10-22T16:29:14.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262024-10-22T16:29:14.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27272024-10-22T16:29:14.672Z
27282024-10-22T16:29:14.672Zinfo: running `cargo check --bins` on key-manager (97/166)
27292024-10-22T16:29:15.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302024-10-22T16:29:15.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312024-10-22T16:29:15.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322024-10-22T16:29:15.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27332024-10-22T16:29:15.541Z
27342024-10-22T16:29:15.541Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27352024-10-22T16:29:16.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362024-10-22T16:29:16.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372024-10-22T16:29:16.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382024-10-22T16:29:16.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27392024-10-22T16:29:16.437Z
27402024-10-22T16:29:16.437Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27412024-10-22T16:29:17.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422024-10-22T16:29:17.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432024-10-22T16:29:17.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442024-10-22T16:29:17.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27452024-10-22T16:29:17.330Z
27462024-10-22T16:29:17.330Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27472024-10-22T16:29:18.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482024-10-22T16:29:18.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492024-10-22T16:29:18.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502024-10-22T16:29:18.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27512024-10-22T16:29:18.211Z
27522024-10-22T16:29:18.211Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27532024-10-22T16:29:18.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542024-10-22T16:29:19.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552024-10-22T16:29:19.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562024-10-22T16:29:19.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27572024-10-22T16:29:19.080Z
27582024-10-22T16:29:19.080Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27592024-10-22T16:29:19.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-10-22T16:29:19.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-10-22T16:29:19.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622024-10-22T16:29:19.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27632024-10-22T16:29:19.941Z
27642024-10-22T16:29:19.941Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27652024-10-22T16:29:20.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-10-22T16:29:20.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-10-22T16:29:20.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682024-10-22T16:29:20.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27692024-10-22T16:29:20.879Z
27702024-10-22T16:29:20.879Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27712024-10-22T16:29:21.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-10-22T16:29:21.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-10-22T16:29:21.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742024-10-22T16:29:21.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27752024-10-22T16:29:21.779Z
27762024-10-22T16:29:21.779Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27772024-10-22T16:29:22.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-10-22T16:29:22.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-10-22T16:29:22.687Z Compiling phf_generator v0.11.2
27802024-10-22T16:29:22.712Z Compiling parse-zoneinfo v0.3.1
27812024-10-22T16:29:22.737Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27822024-10-22T16:29:22.737Z Checking bcs v0.1.6
27832024-10-22T16:29:22.761Z Compiling async-recursion v1.1.1
27842024-10-22T16:29:22.786Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27852024-10-22T16:29:22.786Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27862024-10-22T16:29:22.828Z Compiling phf_codegen v0.11.2
27872024-10-22T16:29:23.234Z Compiling chrono-tz-build v0.4.0
27882024-10-22T16:29:24.212Z Compiling chrono-tz v0.10.0
27892024-10-22T16:29:33.223Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27902024-10-22T16:29:38.442Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27912024-10-22T16:29:40.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.89s
27922024-10-22T16:29:40.829Z
27932024-10-22T16:29:40.829Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27942024-10-22T16:29:41.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-10-22T16:29:41.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-10-22T16:29:41.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-10-22T16:29:41.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27982024-10-22T16:29:41.694Z
27992024-10-22T16:29:41.694Zinfo: running `cargo check --bins` on oximeter-client (107/166)
28002024-10-22T16:29:42.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-10-22T16:29:42.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-10-22T16:29:42.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-10-22T16:29:42.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28042024-10-22T16:29:42.553Z
28052024-10-22T16:29:42.553Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28062024-10-22T16:29:43.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-10-22T16:29:43.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-10-22T16:29:43.466Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28092024-10-22T16:29:44.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
28102024-10-22T16:29:44.278Z
28112024-10-22T16:29:44.278Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166)
28122024-10-22T16:29:45.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-10-22T16:29:45.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-10-22T16:29:45.175Z Compiling cfg_aliases v0.1.1
28152024-10-22T16:29:45.175Z Compiling vte_generate_state_changes v0.1.2
28162024-10-22T16:29:45.200Z Checking fd-lock v4.0.2
28172024-10-22T16:29:45.200Z Checking bytecount v0.6.8
28182024-10-22T16:29:45.200Z Compiling tabled_derive v0.7.0
28192024-10-22T16:29:45.224Z Compiling peg-macros v0.8.4
28202024-10-22T16:29:45.225Z Compiling sqlparser_derive v0.2.2
28212024-10-22T16:29:45.225Z Checking home v0.5.9
28222024-10-22T16:29:45.310Z Compiling nix v0.28.0
28232024-10-22T16:29:45.367Z Checking papergrid v0.11.0
28242024-10-22T16:29:45.393Z Checking nu-ansi-term v0.50.1
28252024-10-22T16:29:45.418Z Checking unicode_categories v0.1.1
28262024-10-22T16:29:45.670Z Checking sqlformat v0.2.6
28272024-10-22T16:29:45.756Z Checking vte v0.11.1
28282024-10-22T16:29:46.153Z Checking sqlparser v0.45.0
28292024-10-22T16:29:46.758Z Checking strip-ansi-escapes v0.2.0
28302024-10-22T16:29:46.888Z Checking reedline v0.35.0
28312024-10-22T16:29:47.008Z Checking tabled v0.15.0
28322024-10-22T16:29:47.655Z Checking peg v0.8.4
28332024-10-22T16:29:47.995Z Checking rustyline v14.0.0
28342024-10-22T16:29:53.287Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352024-10-22T16:30:01.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.91s
28362024-10-22T16:30:01.351Z
28372024-10-22T16:30:01.351Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28382024-10-22T16:30:02.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-10-22T16:30:02.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-10-22T16:30:02.264Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412024-10-22T16:30:10.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.76s
28422024-10-22T16:30:10.293Z
28432024-10-22T16:30:10.293Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166)
28442024-10-22T16:30:11.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-10-22T16:30:11.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-10-22T16:30:11.207Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472024-10-22T16:30:17.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.99s
28482024-10-22T16:30:17.450Z
28492024-10-22T16:30:17.451Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28502024-10-22T16:30:18.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-10-22T16:30:18.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-10-22T16:30:18.385Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532024-10-22T16:30:25.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s
28542024-10-22T16:30:26.038Z
28552024-10-22T16:30:26.038Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166)
28562024-10-22T16:30:26.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-10-22T16:30:26.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-10-22T16:30:26.982Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592024-10-22T16:30:34.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.45s
28602024-10-22T16:30:34.660Z
28612024-10-22T16:30:34.660Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28622024-10-22T16:30:35.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-10-22T16:30:35.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-10-22T16:30:35.565Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652024-10-22T16:30:41.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.13s
28662024-10-22T16:30:41.953Z
28672024-10-22T16:30:41.953Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166)
28682024-10-22T16:30:42.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-10-22T16:30:42.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-10-22T16:30:42.898Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712024-10-22T16:30:49.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.39s
28722024-10-22T16:30:49.511Z
28732024-10-22T16:30:49.511Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28742024-10-22T16:30:50.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-10-22T16:30:50.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-10-22T16:30:50.421Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772024-10-22T16:30:58.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s
28782024-10-22T16:30:58.626Z
28792024-10-22T16:30:58.626Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28802024-10-22T16:30:59.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-10-22T16:30:59.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-10-22T16:30:59.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-10-22T16:30:59.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28842024-10-22T16:30:59.565Z
28852024-10-22T16:30:59.565Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28862024-10-22T16:31:00.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-10-22T16:31:00.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-10-22T16:31:00.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-10-22T16:31:00.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28902024-10-22T16:31:00.426Z
28912024-10-22T16:31:00.426Zinfo: running `cargo check --bins` on installinator-client (119/166)
28922024-10-22T16:31:01.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-10-22T16:31:01.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-10-22T16:31:01.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-10-22T16:31:01.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28962024-10-22T16:31:01.319Z
28972024-10-22T16:31:01.319Zinfo: running `cargo check --bins` on oxide-client (120/166)
28982024-10-22T16:31:02.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-10-22T16:31:02.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-10-22T16:31:02.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012024-10-22T16:31:02.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29022024-10-22T16:31:02.178Z
29032024-10-22T16:31:02.178Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29042024-10-22T16:31:02.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052024-10-22T16:31:03.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062024-10-22T16:31:03.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072024-10-22T16:31:03.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29082024-10-22T16:31:03.098Z
29092024-10-22T16:31:03.098Zinfo: running `cargo check --bins` on wicket-common (122/166)
29102024-10-22T16:31:03.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112024-10-22T16:31:03.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122024-10-22T16:31:03.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132024-10-22T16:31:03.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29142024-10-22T16:31:04.025Z
29152024-10-22T16:31:04.025Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29162024-10-22T16:31:04.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172024-10-22T16:31:04.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182024-10-22T16:31:04.922Z Checking csv-core v0.1.11
29192024-10-22T16:31:04.946Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29202024-10-22T16:31:05.212Z Checking csv v1.3.0
29212024-10-22T16:31:05.878Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29222024-10-22T16:31:06.312Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29232024-10-22T16:31:07.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
29242024-10-22T16:31:07.948Z
29252024-10-22T16:31:07.948Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29262024-10-22T16:31:08.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272024-10-22T16:31:08.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282024-10-22T16:31:08.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292024-10-22T16:31:08.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29302024-10-22T16:31:08.848Z
29312024-10-22T16:31:08.848Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29322024-10-22T16:31:09.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332024-10-22T16:31:09.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342024-10-22T16:31:09.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352024-10-22T16:31:09.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
29362024-10-22T16:31:09.723Z
29372024-10-22T16:31:09.723Zinfo: running `cargo check --bins` on cert-dev (126/166)
29382024-10-22T16:31:10.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392024-10-22T16:31:10.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402024-10-22T16:31:10.561Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29412024-10-22T16:31:10.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
29422024-10-22T16:31:10.961Z
29432024-10-22T16:31:10.961Zinfo: running `cargo check --bins` on ch-dev (127/166)
29442024-10-22T16:31:11.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452024-10-22T16:31:11.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462024-10-22T16:31:11.887Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29472024-10-22T16:31:12.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
29482024-10-22T16:31:12.838Z
29492024-10-22T16:31:12.838Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29502024-10-22T16:31:13.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-10-22T16:31:13.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-10-22T16:31:13.782Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29532024-10-22T16:31:14.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
29542024-10-22T16:31:14.254Z
29552024-10-22T16:31:14.254Zinfo: running `cargo check --bins` on db-dev (129/166)
29562024-10-22T16:31:15.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-10-22T16:31:15.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-10-22T16:31:15.157Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29592024-10-22T16:31:15.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
29602024-10-22T16:31:16.114Z
29612024-10-22T16:31:16.114Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29622024-10-22T16:31:16.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-10-22T16:31:16.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-10-22T16:31:16.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652024-10-22T16:31:16.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29662024-10-22T16:31:17.032Z
29672024-10-22T16:31:17.033Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29682024-10-22T16:31:17.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-10-22T16:31:17.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-10-22T16:31:17.881Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29712024-10-22T16:31:18.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
29722024-10-22T16:31:19.013Z
29732024-10-22T16:31:19.013Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29742024-10-22T16:31:19.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-10-22T16:31:19.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-10-22T16:31:19.914Z Checking cargo-platform v0.1.8
29772024-10-22T16:31:20.163Z Checking cargo_metadata v0.18.1
29782024-10-22T16:31:21.351Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792024-10-22T16:31:22.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
29802024-10-22T16:31:22.442Z
29812024-10-22T16:31:22.442Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29822024-10-22T16:31:23.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-10-22T16:31:23.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-10-22T16:31:23.455Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29852024-10-22T16:31:24.164Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29862024-10-22T16:31:24.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
29872024-10-22T16:31:24.940Z
29882024-10-22T16:31:24.940Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29892024-10-22T16:31:25.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-10-22T16:31:25.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-10-22T16:31:26.009Z Compiling crunchy v0.2.2
29922024-10-22T16:31:26.009Z Compiling glob v0.3.1
29932024-10-22T16:31:26.009Z Compiling tiny-keccak v2.0.2
29942024-10-22T16:31:26.058Z Compiling dsl_auto_type v0.1.2
29952024-10-22T16:31:26.058Z Checking scheduled-thread-pool v0.2.7
29962024-10-22T16:31:26.058Z Compiling diesel_table_macro_syntax v0.2.0
29972024-10-22T16:31:26.083Z Compiling ascii-canvas v3.0.0
29982024-10-22T16:31:26.083Z Compiling ena v0.14.3
29992024-10-22T16:31:26.265Z Checking r2d2 v0.8.10
30002024-10-22T16:31:26.320Z Compiling libloading v0.8.5
30012024-10-22T16:31:26.497Z Compiling bindgen v0.69.5
30022024-10-22T16:31:26.522Z Compiling regex-syntax v0.6.29
30032024-10-22T16:31:26.554Z Compiling diff v0.1.13
30042024-10-22T16:31:26.655Z Compiling which v4.4.2
30052024-10-22T16:31:26.691Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30062024-10-22T16:31:26.895Z Compiling cexpr v0.6.0
30072024-10-22T16:31:26.921Z Compiling clang-sys v1.8.1
30082024-10-22T16:31:27.142Z Compiling ref-cast v1.0.23
30092024-10-22T16:31:27.191Z Compiling rustc-hash v1.1.0
30102024-10-22T16:31:27.216Z Compiling lazycell v1.3.0
30112024-10-22T16:31:27.275Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30122024-10-22T16:31:27.343Z Compiling derive_builder_core v0.20.2
30132024-10-22T16:31:27.374Z Compiling libxml v0.3.3
30142024-10-22T16:31:27.541Z Compiling diesel_derives v2.2.3
30152024-10-22T16:31:27.565Z Compiling ref-cast-impl v1.0.23
30162024-10-22T16:31:27.709Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30172024-10-22T16:31:27.797Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30182024-10-22T16:31:28.149Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30192024-10-22T16:31:28.399Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30202024-10-22T16:31:28.433Z Compiling strum_macros v0.24.3
30212024-10-22T16:31:28.702Z Compiling indoc v1.0.9
30222024-10-22T16:31:29.451Z Compiling lalrpop v0.19.12
30232024-10-22T16:31:29.524Z Compiling derive_builder_macro v0.20.2
30242024-10-22T16:31:30.159Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30252024-10-22T16:31:30.270Z Checking derive_builder v0.20.2
30262024-10-22T16:31:30.411Z Compiling impl-trait-for-tuples v0.2.2
30272024-10-22T16:31:30.436Z Compiling oso-derive v0.27.3
30282024-10-22T16:31:31.341Z Checking quick-xml v0.33.0
30292024-10-22T16:31:31.378Z Compiling diesel-dtrace v0.3.0
30302024-10-22T16:31:31.440Z Checking maplit v1.0.2
30312024-10-22T16:31:31.593Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30322024-10-22T16:31:31.792Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30332024-10-22T16:31:32.086Z Checking bb8 v0.8.5
30342024-10-22T16:31:32.542Z Compiling const_format_proc_macros v0.2.33
30352024-10-22T16:31:33.170Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30362024-10-22T16:31:33.305Z Checking castaway v0.2.3
30372024-10-22T16:31:33.447Z Checking rand_seeder v0.3.0
30382024-10-22T16:31:33.472Z Checking compact_str v0.8.0
30392024-10-22T16:31:33.662Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30402024-10-22T16:31:33.863Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30412024-10-22T16:31:34.258Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30422024-10-22T16:31:34.391Z Checking const_format v0.2.33
30432024-10-22T16:31:34.786Z Checking unicode-truncate v1.1.0
30442024-10-22T16:31:34.980Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30452024-10-22T16:31:35.236Z Checking lru v0.12.5
30462024-10-22T16:31:35.284Z Compiling instability v0.3.2
30472024-10-22T16:31:35.358Z Checking smawk v0.3.2
30482024-10-22T16:31:35.495Z Checking unicode-linebreak v0.1.5
30492024-10-22T16:31:35.532Z Checking cassowary v0.3.0
30502024-10-22T16:31:35.841Z Checking is_ci v1.2.0
30512024-10-22T16:31:35.879Z Checking textwrap v0.16.1
30522024-10-22T16:31:35.970Z Checking supports-color v3.0.1
30532024-10-22T16:31:36.143Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30542024-10-22T16:31:36.168Z Checking ratatui v0.28.1
30552024-10-22T16:31:36.246Z Checking multimap v0.10.0
30562024-10-22T16:31:37.513Z Checking diesel v2.2.4
30572024-10-22T16:31:55.308Z Compiling samael v0.0.17
30582024-10-22T16:32:06.942Z Checking async-bb8-diesel v0.2.1
30592024-10-22T16:32:08.803Z Compiling polar-core v0.27.3
30602024-10-22T16:32:17.669Z Checking oso v0.27.3
30612024-10-22T16:33:39.083Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30622024-10-22T16:33:46.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
30632024-10-22T16:33:46.454Z
30642024-10-22T16:33:46.454Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30652024-10-22T16:33:47.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-10-22T16:33:47.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-10-22T16:33:47.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682024-10-22T16:33:47.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30692024-10-22T16:33:47.396Z
30702024-10-22T16:33:47.396Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30712024-10-22T16:33:48.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-10-22T16:33:48.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-10-22T16:33:48.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742024-10-22T16:33:48.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30752024-10-22T16:33:48.332Z
30762024-10-22T16:33:48.332Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30772024-10-22T16:33:49.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-10-22T16:33:49.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-10-22T16:33:49.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802024-10-22T16:33:49.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30812024-10-22T16:33:49.192Z
30822024-10-22T16:33:49.192Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30832024-10-22T16:33:50.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-10-22T16:33:50.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-10-22T16:33:50.281Z Compiling libz-sys v1.1.20
30862024-10-22T16:33:50.305Z Checking http v0.2.12
30872024-10-22T16:33:50.305Z Compiling libgit2-sys v0.17.0+1.8.1
30882024-10-22T16:33:50.349Z Compiling vergen v8.3.2
30892024-10-22T16:33:50.373Z Compiling cargo-platform v0.1.8
30902024-10-22T16:33:50.373Z Compiling pin-project-internal v1.1.6
30912024-10-22T16:33:50.408Z Compiling libsqlite3-sys v0.30.1
30922024-10-22T16:33:50.432Z Compiling snafu-derive v0.8.5
30932024-10-22T16:33:50.633Z Compiling buf-list v1.0.3
30942024-10-22T16:33:50.855Z Compiling cargo_metadata v0.18.1
30952024-10-22T16:33:50.886Z Compiling rustls v0.21.12
30962024-10-22T16:33:51.125Z Checking sync_wrapper v0.1.2
30972024-10-22T16:33:51.164Z Compiling cfg_aliases v0.2.1
30982024-10-22T16:33:51.259Z Compiling nix v0.29.0
30992024-10-22T16:33:51.298Z Checking globset v0.4.15
31002024-10-22T16:33:51.323Z Checking sct v0.7.1
31012024-10-22T16:33:51.451Z Checking http-body v0.4.6
31022024-10-22T16:33:51.496Z Checking h2 v0.3.26
31032024-10-22T16:33:51.726Z Checking olpc-cjson v0.1.4
31042024-10-22T16:33:51.779Z Checking rustls-webpki v0.101.7
31052024-10-22T16:33:51.922Z Checking serde_plain v1.0.2
31062024-10-22T16:33:52.006Z Checking typed-path v0.7.1
31072024-10-22T16:33:52.843Z Checking pin-project v1.1.6
31082024-10-22T16:33:52.867Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31092024-10-22T16:33:52.965Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31102024-10-22T16:33:53.127Z Checking hashlink v0.9.1
31112024-10-22T16:33:53.228Z Checking fallible-iterator v0.3.0
31122024-10-22T16:33:53.663Z Checking parse-size v1.0.0
31132024-10-22T16:33:53.687Z Checking fallible-streaming-iterator v0.1.9
31142024-10-22T16:33:53.844Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31152024-10-22T16:33:53.872Z Checking rustls-pemfile v1.0.4
31162024-10-22T16:33:53.896Z Checking rusqlite v0.32.1
31172024-10-22T16:33:54.063Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31182024-10-22T16:33:54.286Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31192024-10-22T16:33:54.310Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31202024-10-22T16:33:54.428Z Checking twox-hash v1.6.3
31212024-10-22T16:33:54.733Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31222024-10-22T16:33:55.102Z Checking snafu v0.8.5
31232024-10-22T16:33:55.142Z Checking tokio-rustls v0.24.1
31242024-10-22T16:33:55.192Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31252024-10-22T16:33:55.456Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31262024-10-22T16:33:55.513Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31272024-10-22T16:33:55.634Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31282024-10-22T16:33:55.883Z Checking fatfs v0.3.6
31292024-10-22T16:33:56.194Z Checking assert_matches v1.5.0
31302024-10-22T16:33:56.548Z Checking hyper v0.14.30
31312024-10-22T16:34:00.317Z Checking reqwest v0.11.27
31322024-10-22T16:34:01.133Z Checking tough v0.17.1
31332024-10-22T16:34:02.486Z Compiling git2 v0.19.0
31342024-10-22T16:34:04.897Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31352024-10-22T16:34:06.283Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31362024-10-22T16:34:09.145Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31372024-10-22T16:35:15.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
31382024-10-22T16:35:15.631Z
31392024-10-22T16:35:15.631Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31402024-10-22T16:35:16.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-10-22T16:35:16.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-10-22T16:35:16.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432024-10-22T16:35:16.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
31442024-10-22T16:35:16.597Z
31452024-10-22T16:35:16.597Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31462024-10-22T16:35:17.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-10-22T16:35:17.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-10-22T16:35:17.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492024-10-22T16:35:17.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31502024-10-22T16:35:17.451Z
31512024-10-22T16:35:17.451Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31522024-10-22T16:35:18.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-10-22T16:35:18.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-10-22T16:35:18.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552024-10-22T16:35:18.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31562024-10-22T16:35:18.393Z
31572024-10-22T16:35:18.393Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31582024-10-22T16:35:19.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592024-10-22T16:35:19.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602024-10-22T16:35:19.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612024-10-22T16:35:19.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31622024-10-22T16:35:19.328Z
31632024-10-22T16:35:19.328Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31642024-10-22T16:35:20.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652024-10-22T16:35:20.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662024-10-22T16:35:20.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672024-10-22T16:35:20.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
31682024-10-22T16:35:20.235Z
31692024-10-22T16:35:20.235Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31702024-10-22T16:35:21.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712024-10-22T16:35:21.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722024-10-22T16:35:21.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732024-10-22T16:35:21.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31742024-10-22T16:35:21.133Z
31752024-10-22T16:35:21.133Zinfo: running `cargo check --bins` on update-common (145/166)
31762024-10-22T16:35:21.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772024-10-22T16:35:21.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782024-10-22T16:35:21.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792024-10-22T16:35:21.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31802024-10-22T16:35:22.035Z
31812024-10-22T16:35:22.035Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31822024-10-22T16:35:22.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832024-10-22T16:35:22.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842024-10-22T16:35:22.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852024-10-22T16:35:22.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31862024-10-22T16:35:22.889Z
31872024-10-22T16:35:22.889Zinfo: running `cargo check --bins` on tufaceous (147/166)
31882024-10-22T16:35:23.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892024-10-22T16:35:23.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902024-10-22T16:35:23.817Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31912024-10-22T16:35:24.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
31922024-10-22T16:35:25.010Z
31932024-10-22T16:35:25.010Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31942024-10-22T16:35:25.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952024-10-22T16:35:25.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962024-10-22T16:35:26.153Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31972024-10-22T16:35:26.154Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31982024-10-22T16:35:26.178Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31992024-10-22T16:35:27.861Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32002024-10-22T16:35:30.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
32012024-10-22T16:35:31.033Z
32022024-10-22T16:35:31.033Zinfo: running `cargo check --bins` on openapi-manager (149/166)
32032024-10-22T16:35:31.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042024-10-22T16:35:31.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052024-10-22T16:35:31.971Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32062024-10-22T16:35:31.971Z Checking heck v0.4.1
32072024-10-22T16:35:31.996Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32082024-10-22T16:35:32.200Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32092024-10-22T16:35:33.874Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32102024-10-22T16:35:34.885Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32112024-10-22T16:35:36.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s
32122024-10-22T16:35:36.267Z
32132024-10-22T16:35:36.267Zinfo: running `cargo check --bins` on installinator-api (150/166)
32142024-10-22T16:35:37.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152024-10-22T16:35:37.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162024-10-22T16:35:37.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172024-10-22T16:35:37.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32182024-10-22T16:35:37.145Z
32192024-10-22T16:35:37.145Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32202024-10-22T16:35:37.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212024-10-22T16:35:37.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222024-10-22T16:35:37.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232024-10-22T16:35:37.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32242024-10-22T16:35:38.035Z
32252024-10-22T16:35:38.035Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32262024-10-22T16:35:38.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272024-10-22T16:35:38.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282024-10-22T16:35:38.940Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32292024-10-22T16:35:40.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
32302024-10-22T16:35:40.442Z
32312024-10-22T16:35:40.442Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32322024-10-22T16:35:41.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-10-22T16:35:41.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-10-22T16:35:41.336Z Checking memmap2 v0.9.5
32352024-10-22T16:35:41.336Z Checking constant_time_eq v0.3.1
32362024-10-22T16:35:41.361Z Checking arrayref v0.3.9
32372024-10-22T16:35:41.361Z Checking arrayvec v0.7.6
32382024-10-22T16:35:41.361Z Checking spin v0.5.2
32392024-10-22T16:35:41.361Z Checking untrusted v0.7.1
32402024-10-22T16:35:41.361Z Checking topological-sort v0.2.2
32412024-10-22T16:35:41.361Z Checking shell-words v1.1.0
32422024-10-22T16:35:41.582Z Checking ring v0.16.20
32432024-10-22T16:35:41.767Z Checking blake3 v1.5.4
32442024-10-22T16:35:43.003Z Checking omicron-zone-package v0.11.1
32452024-10-22T16:35:44.359Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32462024-10-22T16:35:45.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
32472024-10-22T16:35:45.575Z
32482024-10-22T16:35:45.575Zinfo: running `cargo check --bins` on xtask (154/166)
32492024-10-22T16:35:46.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502024-10-22T16:35:46.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512024-10-22T16:35:46.181Z Checking bitflags v2.6.0
32522024-10-22T16:35:46.181Z Checking serde v1.0.210
32532024-10-22T16:35:46.182Z Checking thiserror v1.0.64
32542024-10-22T16:35:46.222Z Checking scroll v0.12.0
32552024-10-22T16:35:46.247Z Checking hashbrown v0.15.0
32562024-10-22T16:35:46.247Z Checking log v0.4.22
32572024-10-22T16:35:46.247Z Checking zerocopy v0.7.35
32582024-10-22T16:35:46.277Z Checking syn v2.0.79
32592024-10-22T16:35:46.331Z Checking pest v2.7.14
32602024-10-22T16:35:46.432Z Checking rustix v0.38.37
32612024-10-22T16:35:46.476Z Checking once_cell v1.20.2
32622024-10-22T16:35:46.618Z Checking goblin v0.8.2
32632024-10-22T16:35:46.738Z Checking fs-err v2.11.0
32642024-10-22T16:35:46.986Z Checking anyhow v1.0.89
32652024-10-22T16:35:47.135Z Checking indexmap v2.6.0
32662024-10-22T16:35:47.325Z Checking tabled v0.15.0
32672024-10-22T16:35:48.000Z Checking terminal_size v0.4.0
32682024-10-22T16:35:48.000Z Checking tempfile v3.13.0
32692024-10-22T16:35:48.144Z Checking clap_builder v4.5.20
32702024-10-22T16:35:48.371Z Checking dtrace-parser v0.2.0
32712024-10-22T16:35:50.194Z Checking serde_json v1.0.128
32722024-10-22T16:35:50.194Z Checking toml_datetime v0.6.8
32732024-10-22T16:35:50.218Z Checking serde_spanned v0.6.8
32742024-10-22T16:35:50.218Z Checking camino v1.1.9
32752024-10-22T16:35:50.219Z Checking cargo-platform v0.1.8
32762024-10-22T16:35:50.292Z Checking semver v1.0.23
32772024-10-22T16:35:50.410Z Checking macaddr v1.0.1
32782024-10-22T16:35:50.480Z Checking toml_edit v0.22.22
32792024-10-22T16:35:50.617Z Checking clap v4.5.20
32802024-10-22T16:35:50.693Z Checking camino-tempfile v1.1.1
32812024-10-22T16:35:51.374Z Checking dof v0.3.0
32822024-10-22T16:35:51.374Z Checking cargo_metadata v0.18.1
32832024-10-22T16:35:51.864Z Checking usdt-impl v0.5.0
32842024-10-22T16:35:52.269Z Checking usdt v0.5.0
32852024-10-22T16:35:52.589Z Checking toml v0.8.19
32862024-10-22T16:35:53.152Z Checking cargo_toml v0.20.5
32872024-10-22T16:35:54.660Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32882024-10-22T16:35:55.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.82s
32892024-10-22T16:35:55.488Z
32902024-10-22T16:35:55.489Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32912024-10-22T16:35:56.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922024-10-22T16:35:56.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932024-10-22T16:35:56.483Z Checking polyval v0.6.2
32942024-10-22T16:35:56.508Z Checking ctr v0.9.2
32952024-10-22T16:35:56.533Z Checking ssh-encoding v0.2.0
32962024-10-22T16:35:56.557Z Checking blowfish v0.9.1
32972024-10-22T16:35:56.581Z Checking password-hash v0.4.2
32982024-10-22T16:35:56.581Z Checking matches v0.1.10
32992024-10-22T16:35:56.581Z Checking p256 v0.13.2
33002024-10-22T16:35:56.581Z Checking p521 v0.13.3
33012024-10-22T16:35:56.691Z Checking idna v0.2.3
33022024-10-22T16:35:56.738Z Checking ghash v0.5.1
33032024-10-22T16:35:56.763Z Checking bcrypt-pbkdf v0.10.0
33042024-10-22T16:35:56.787Z Compiling enum-as-inner v0.5.1
33052024-10-22T16:35:56.857Z Checking russh-cryptovec v0.7.3
33062024-10-22T16:35:56.891Z Checking aes-gcm v0.10.3
33072024-10-22T16:35:56.970Z Checking pbkdf2 v0.11.0
33082024-10-22T16:35:56.995Z Checking md5 v0.7.0
33092024-10-22T16:35:57.037Z Checking num-bigint v0.4.6
33102024-10-22T16:35:57.061Z Checking des v0.8.1
33112024-10-22T16:35:57.090Z Checking ssh-cipher v0.2.0
33122024-10-22T16:35:57.207Z Checking hex-literal v0.4.1
33132024-10-22T16:35:57.231Z Compiling dhcproto-macros v0.1.0
33142024-10-22T16:35:57.290Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33152024-10-22T16:35:57.329Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33162024-10-22T16:35:57.353Z Checking ssh-key v0.6.6
33172024-10-22T16:35:57.353Z Checking internet-checksum v0.2.1
33182024-10-22T16:35:57.646Z Checking trust-dns-proto v0.22.0
33192024-10-22T16:35:58.695Z Checking russh-keys v0.45.0
33202024-10-22T16:35:59.808Z Checking russh v0.45.0
33212024-10-22T16:36:00.548Z Checking dhcproto v0.12.0
33222024-10-22T16:36:22.278Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33232024-10-22T16:36:23.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.42s
33242024-10-22T16:36:24.086Z
33252024-10-22T16:36:24.086Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33262024-10-22T16:36:24.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-10-22T16:36:24.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-10-22T16:36:24.943Z Checking termios v0.3.3
33292024-10-22T16:36:25.120Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33302024-10-22T16:36:26.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
33312024-10-22T16:36:26.195Z
33322024-10-22T16:36:26.195Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33332024-10-22T16:36:26.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-10-22T16:36:27.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-10-22T16:36:27.119Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33362024-10-22T16:36:29.467Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33372024-10-22T16:36:31.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
33382024-10-22T16:36:31.850Z
33392024-10-22T16:36:31.850Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33402024-10-22T16:36:32.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412024-10-22T16:36:32.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422024-10-22T16:36:32.728Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33432024-10-22T16:36:33.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
33442024-10-22T16:36:33.355Z
33452024-10-22T16:36:33.355Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33462024-10-22T16:36:34.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472024-10-22T16:36:34.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482024-10-22T16:36:34.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492024-10-22T16:36:34.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33502024-10-22T16:36:34.187Z
33512024-10-22T16:36:34.187Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33522024-10-22T16:36:34.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532024-10-22T16:36:34.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542024-10-22T16:36:34.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552024-10-22T16:36:34.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33562024-10-22T16:36:35.032Z
33572024-10-22T16:36:35.032Zinfo: running `cargo check --bins` on omicron-package (161/166)
33582024-10-22T16:36:35.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592024-10-22T16:36:35.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602024-10-22T16:36:35.939Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33612024-10-22T16:36:37.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
33622024-10-22T16:36:37.577Z
33632024-10-22T16:36:37.578Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33642024-10-22T16:36:38.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652024-10-22T16:36:38.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662024-10-22T16:36:38.546Z Checking rtoolbox v0.0.2
33672024-10-22T16:36:38.571Z Checking tui-tree-widget v0.22.0
33682024-10-22T16:36:38.571Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33692024-10-22T16:36:38.730Z Checking rpassword v7.3.1
33702024-10-22T16:36:43.632Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33712024-10-22T16:36:47.302Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33722024-10-22T16:36:48.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
33732024-10-22T16:36:48.869Z
33742024-10-22T16:36:48.869Zinfo: running `cargo check --bins` on wicket (163/166)
33752024-10-22T16:36:49.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762024-10-22T16:36:49.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772024-10-22T16:36:49.848Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33782024-10-22T16:36:50.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
33792024-10-22T16:36:50.400Z
33802024-10-22T16:36:50.400Zinfo: running `cargo check --bins` on wicketd (164/166)
33812024-10-22T16:36:51.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822024-10-22T16:36:51.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832024-10-22T16:36:51.333Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33842024-10-22T16:36:55.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
33852024-10-22T16:36:56.120Z
33862024-10-22T16:36:56.120Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33872024-10-22T16:36:56.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882024-10-22T16:36:56.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892024-10-22T16:36:56.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902024-10-22T16:36:56.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33912024-10-22T16:36:56.974Z
33922024-10-22T16:36:56.974Zinfo: running `cargo check --bins` on zone-setup (166/166)
33932024-10-22T16:36:57.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942024-10-22T16:36:57.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952024-10-22T16:36:57.940Z Checking uzers v0.12.1
33962024-10-22T16:36:58.260Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33972024-10-22T16:36:59.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
33982024-10-22T16:36:59.731Z
33992024-10-22T16:36:59.731Zreal 14:00.457669481
34002024-10-22T16:36:59.731Zuser 24:04.571320745
34012024-10-22T16:36:59.731Zsys 5:32.586042479
34022024-10-22T16:36:59.731Ztrap 0.537742478
34032024-10-22T16:36:59.731Ztflt 1.715440223
34042024-10-22T16:36:59.731Zdflt 2.869222343
34052024-10-22T16:36:59.731Zkflt 0.001068573
34062024-10-22T16:36:59.732Zlock 45:56.409826242
34072024-10-22T16:36:59.732Zslp 2:06:48.181729779
34082024-10-22T16:36:59.732Zlat 57.088109991
34092024-10-22T16:36:59.732Zstop 2:47.989483104
34102024-10-22T16:36:59.757Zprocess exited: duration 1092827 ms, exit code 0
 
34112024-10-22T16:36:59.806Zfound 0 output files