01JBWPP0YMTVNDBB4BVNNB6Y3D: 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: 01JBWPPD07WJ459XM44BGX8M5W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-04T23:04:21.576Zjob assigned to worker 01JBWPPK1E4NW094R7YFXTPE2P (queued for 56 s)
 
22024-11-04T23:04:30.134Zstarting task 0: "setup"
32024-11-04T23:04:30.144Z++ uname -s
42024-11-04T23:04:30.147Z+ kern=SunOS
52024-11-04T23:04:30.147Z+ case "$kern" in
62024-11-04T23:04:30.147Z+ [[ 0 == 12345 ]]
72024-11-04T23:04:30.147Z+ groupadd -g 12345 build
82024-11-04T23:04:30.149Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-04T23:04:32.163Z+ zfs create -o mountpoint=/work rpool/work
102024-11-04T23:04:32.269Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-04T23:04:32.272Z+ home_fs=zfs
122024-11-04T23:04:32.272Z+ [[ zfs == autofs ]]
132024-11-04T23:04:32.272Z+ mkdir -p /home/build
142024-11-04T23:04:32.274Z+ chown build:build /home/build /work
152024-11-04T23:04:34.277Z+ chmod 0700 /home/build /work
162024-11-04T23:04:34.280Zprocess exited: duration 4145 ms, exit code 0
 
172024-11-04T23:04:34.286Zstarting task 1: "rust-toolchain"
182024-11-04T23:04:34.292Z+ printf ' * toolchain channel = "%s"
192024-11-04T23:04:34.292Z' 1.82.0
202024-11-04T23:04:34.292Z+ printf ' * toolchain profile = "%s"
212024-11-04T23:04:34.292Z' default
222024-11-04T23:04:34.294Z * toolchain channel = "1.82.0"
232024-11-04T23:04:34.294Z * toolchain profile = "default"
242024-11-04T23:04:34.294Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-04T23:04:34.294Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-11-04T23:04:34.411Zinfo: downloading installer
272024-11-04T23:04:35.730Zinfo: profile set to 'default'
282024-11-04T23:04:35.730Zinfo: default host triple is x86_64-unknown-illumos
292024-11-04T23:04:35.732Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-11-04T23:04:35.900Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-04T23:04:35.900Zinfo: downloading component 'cargo'
322024-11-04T23:04:36.809Zinfo: downloading component 'clippy'
332024-11-04T23:04:37.163Zinfo: downloading component 'rust-docs'
342024-11-04T23:04:38.452Zinfo: downloading component 'rust-std'
352024-11-04T23:04:40.486Zinfo: downloading component 'rustc'
362024-11-04T23:04:47.107Zinfo: downloading component 'rustfmt'
372024-11-04T23:04:47.374Zinfo: installing component 'cargo'
382024-11-04T23:04:48.231Zinfo: installing component 'clippy'
392024-11-04T23:04:48.645Zinfo: installing component 'rust-docs'
402024-11-04T23:04:50.445Zinfo: installing component 'rust-std'
412024-11-04T23:04:52.414Zinfo: installing component 'rustc'
422024-11-04T23:04:58.656Zinfo: installing component 'rustfmt'
432024-11-04T23:04:59.011Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-11-04T23:04:59.011Z
452024-11-04T23:04:59.391Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-04T23:04:59.391Z
472024-11-04T23:04:59.393Z
482024-11-04T23:04:59.394ZRust is installed now. Great!
492024-11-04T23:04:59.394Z
502024-11-04T23:04:59.394ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-04T23:04:59.394Zenvironment variable. This has not been done automatically.
522024-11-04T23:04:59.394Z
532024-11-04T23:04:59.394ZTo configure your current shell, you need to source
542024-11-04T23:04:59.394Zthe corresponding env file under $HOME/.cargo.
552024-11-04T23:04:59.394Z
562024-11-04T23:04:59.394ZThis is usually done by running one of the following (note the leading DOT):
572024-11-04T23:04:59.394Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-04T23:04:59.394Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-04T23:04:59.476Z+ rustc --version
602024-11-04T23:04:59.547Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-04T23:04:59.551Zprocess exited: duration 25262 ms, exit code 0
 
622024-11-04T23:04:59.556Zstarting task 2: "authentication"
632024-11-04T23:04:59.581Zprocess exited: duration 25 ms, exit code 0
 
642024-11-04T23:04:59.587Zstarting task 3: "clone repository"
652024-11-04T23:04:59.593Z+ mkdir -p /work/oxidecomputer/omicron
662024-11-04T23:04:59.595Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-11-04T23:05:00.069ZCloning into '/work/oxidecomputer/omicron'...
682024-11-04T23:05:08.324Z+ cd /work/oxidecomputer/omicron
692024-11-04T23:05:08.327Z+ git fetch origin 6c2562d95f1a78eb9842c2448a9630fba7c03900
702024-11-04T23:05:08.644ZFrom https://github.com/oxidecomputer/omicron
712024-11-04T23:05:08.645Z * branch 6c2562d95f1a78eb9842c2448a9630fba7c03900 -> FETCH_HEAD
722024-11-04T23:05:08.656Z+ [[ -n range-requests ]]
732024-11-04T23:05:08.659Z++ git branch --show-current
742024-11-04T23:05:08.661Z+ current=main
752024-11-04T23:05:08.661Z+ [[ main != range-requests ]]
762024-11-04T23:05:08.661Z+ git branch -f range-requests 6c2562d95f1a78eb9842c2448a9630fba7c03900
772024-11-04T23:05:08.664Z+ git checkout -f range-requests
782024-11-04T23:05:08.838ZSwitched to branch 'range-requests'
792024-11-04T23:05:08.849Z+ git reset --hard 6c2562d95f1a78eb9842c2448a9630fba7c03900
802024-11-04T23:05:08.853ZHEAD is now at 6c2562d95 Make it harder to see 'not satisfiable' without corresponding headers
812024-11-04T23:05:08.856Zprocess exited: duration 9266 ms, exit code 0
 
822024-11-04T23:05:08.862Zstarting task 4: "build"
832024-11-04T23:05:08.867Z+ source .github/buildomat/ci-env.sh
842024-11-04T23:05:08.867Z++ export CARGO_TERM_COLOR=always
852024-11-04T23:05:08.867Z++ CARGO_TERM_COLOR=always
862024-11-04T23:05:08.867Z+ cargo --version
872024-11-04T23:05:08.928Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-11-04T23:05:08.930Z+ rustc --version
892024-11-04T23:05:08.992Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-11-04T23:05:08.995Z+ source ./env.sh
912024-11-04T23:05:08.997Z++ OLD_SHELL_OPTS=ehxB
922024-11-04T23:05:08.997Z++ set -o xtrace
932024-11-04T23:05:08.998Z++++ dirname ./env.sh
942024-11-04T23:05:09.000Z+++ readlink -f .
952024-11-04T23:05:09.159Z++ OMICRON_WS=/work/oxidecomputer/omicron
962024-11-04T23:05:09.162Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-04T23:05:09.162Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-04T23:05:09.162Z++ 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
992024-11-04T23:05:09.162Z++ 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
1002024-11-04T23:05:09.162Z++ 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
1012024-11-04T23:05:09.162Z++ 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
1022024-11-04T23:05:09.162Z++ 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
1032024-11-04T23:05:09.162Z++ 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
1042024-11-04T23:05:09.162Z++ case $OLD_SHELL_OPTS in
1052024-11-04T23:05:09.162Z++ unset OLD_SHELL_OPTS OMICRON_WS
1062024-11-04T23:05:09.162Z+ 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
1072024-11-04T23:05:09.162Z+ 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
1082024-11-04T23:05:09.162Z+ banner prerequisites
1092024-11-04T23:05:09.314Z
1102024-11-04T23:05:09.314Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-11-04T23:05:09.314Z # # # # # # # # # # # # # # #
1122024-11-04T23:05:09.314Z # # # # ##### # # ##### # # # # # #### #
1132024-11-04T23:05:09.314Z ##### ##### # ##### # # # # # # # # #
1142024-11-04T23:05:09.314Z # # # # # # # # # # # # # # #
1152024-11-04T23:05:09.314Z # # # ###### # # ###### ### # #### # #### #
1162024-11-04T23:05:09.314Z
1172024-11-04T23:05:09.316Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1182024-11-04T23:05:35.309Z Startup: Refreshing catalog 'helios-dev' ... Done
1192024-11-04T23:05:39.246Z Startup: Caching catalogs ... Done
1202024-11-04T23:05:47.160ZPlanning: Solver setup ... Done (7.154s)
1212024-11-04T23:05:47.256ZPlanning: Running solver ... Done (0.097s)
1222024-11-04T23:05:47.519ZPlanning: Finding local manifests ... Done (0.178s)
1232024-11-04T23:05:47.534ZPlanning: Fetching manifests: 0/5 0% complete
1242024-11-04T23:05:47.785ZPlanning: Fetching manifests: 5/5 100% complete
1252024-11-04T23:05:48.155ZPlanning: Package planning ... Done (0.370s)
1262024-11-04T23:05:48.214ZPlanning: Merging actions ... Done (0.059s)
1272024-11-04T23:05:49.376ZPlanning: Checking for conflicting actions ... Done (1.161s)
1282024-11-04T23:05:57.797ZPlanning: Consolidating action changes ... Done (8.419s)
1292024-11-04T23:05:58.260ZPlanning: Evaluating mediators ... Done (0.463s)
1302024-11-04T23:05:58.345ZPlanning: Planning completed in 19.01 seconds
1312024-11-04T23:05:59.535Z Packages to install: 4
1322024-11-04T23:05:59.535Z Packages to update: 1
1332024-11-04T23:05:59.535Z Mediators to change: 2
1342024-11-04T23:05:59.539Z Services to change: 1
1352024-11-04T23:05:59.539Z Estimated space available: 155.61 GB
1362024-11-04T23:05:59.539ZEstimated space to be consumed: 1.59 GB
1372024-11-04T23:05:59.539Z Create boot environment: No
1382024-11-04T23:05:59.539ZCreate backup boot environment: Yes
1392024-11-04T23:05:59.539Z Rebuild boot archive: No
1402024-11-04T23:05:59.539Z
1412024-11-04T23:05:59.539ZChanged mediators:
1422024-11-04T23:05:59.539Z mediator clang:
1432024-11-04T23:05:59.539Z version: None -> 15 (system default)
1442024-11-04T23:05:59.539Z
1452024-11-04T23:05:59.539Z mediator llvm:
1462024-11-04T23:05:59.539Z version: 14 (system default) -> 15 (system default)
1472024-11-04T23:05:59.539Z
1482024-11-04T23:05:59.539ZChanged packages:
1492024-11-04T23:05:59.539Zhelios-dev
1502024-11-04T23:05:59.539Z developer/build-essential
1512024-11-04T23:05:59.539Z None -> 11-2.0
1522024-11-04T23:05:59.539Z library/libxmlsec1
1532024-11-04T23:05:59.539Z None -> 1.2.35-2.0
1542024-11-04T23:05:59.539Z ooce/developer/clang-15
1552024-11-04T23:05:59.539Z None -> 15.0.7-2.0
1562024-11-04T23:05:59.539Z ooce/developer/llvm-15
1572024-11-04T23:05:59.539Z None -> 15.0.7-2.0
1582024-11-04T23:05:59.539Z package/pkg
1592024-11-04T23:05:59.539Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1602024-11-04T23:05:59.539Z
1612024-11-04T23:05:59.539ZServices:
1622024-11-04T23:05:59.539Z restart_fmri:
1632024-11-04T23:05:59.539Z svc:/system/update-man-index:default
1642024-11-04T23:05:59.539Z
1652024-11-04T23:05:59.539ZEditable files to change:
1662024-11-04T23:05:59.539Z Update:
1672024-11-04T23:05:59.539Z usr/share/lib/pkg/web/config.shtml
1682024-11-04T23:06:00.067Z
1692024-11-04T23:06:00.067ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1702024-11-04T23:06:07.493ZDownload: 213/4281 items 1.3/220.6MB 0% complete (730k/s)
1712024-11-04T23:06:12.513ZDownload: 604/4281 items 17.5/220.6MB 7% complete (1.7M/s)
1722024-11-04T23:06:17.641ZDownload: 1193/4281 items 55.7/220.6MB 25% complete (5.6M/s)
1732024-11-04T23:06:22.645ZDownload: 1247/4281 items 89.2/220.6MB 40% complete (7.1M/s)
1742024-11-04T23:06:27.647ZDownload: 2010/4281 items 118.7/220.6MB 53% complete (6.4M/s)
1752024-11-04T23:06:41.335ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
1762024-11-04T23:06:46.336ZDownload: 3130/4281 items 154.5/220.6MB 70% complete (6.9M/s)
1772024-11-04T23:06:51.875ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (10.2M/s)
1782024-11-04T23:06:57.056ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (5.0M/s)
1792024-11-04T23:06:57.160ZDownload: Completed 220.60 MB in 57.09 seconds (3.9M/s)
1802024-11-04T23:06:59.144Z Actions: 1/5063 actions (Removing old actions)
1812024-11-04T23:06:59.163Z Actions: 194/5063 actions (Installing new actions)
1822024-11-04T23:07:04.221Z Actions: 4124/5063 actions (Installing new actions)
1832024-11-04T23:07:04.564Z Actions: 4226/5063 actions (Updating modified actions)
1842024-11-04T23:07:04.921Z Actions: Completed 5063 actions in 5.78 seconds.
1852024-11-04T23:07:05.139Z Done (0.210s)
1862024-11-04T23:07:05.142Z Done (0.000s)
1872024-11-04T23:07:05.653Z Done (0.511s)
1882024-11-04T23:07:12.018Z Done (6.155s)
1892024-11-04T23:07:12.299Z Done (0.191s)
1902024-11-04T23:07:12.301Z Done (0.000s)
1912024-11-04T23:07:12.469Z Done (0.000s)
1922024-11-04T23:07:13.184ZPlanning: Evaluating mediator changes ... Done
1932024-11-04T23:07:13.382ZPlanning: Checking for conflicting actions ... Done
1942024-11-04T23:07:13.385ZPlanning: Consolidating action changes ... Done
1952024-11-04T23:07:13.683ZPlanning: Evaluating mediators ... Done
1962024-11-04T23:07:13.686ZPlanning: Planning completed in 0.50 seconds
1972024-11-04T23:07:13.724Z Mediators to change: 2
1982024-11-04T23:07:13.724Z Create boot environment: No
1992024-11-04T23:07:13.724ZCreate backup boot environment: No
2002024-11-04T23:07:13.806Z Done
2012024-11-04T23:07:13.806Z Done
2022024-11-04T23:07:14.144Z Done
2032024-11-04T23:07:18.114Z Done
2042024-11-04T23:07:18.210Z Done
2052024-11-04T23:07:18.213Z Done
2062024-11-04T23:07:18.316Z Done
2072024-11-04T23:07:18.981ZPlanning: Evaluating mediator changes ... Done
2082024-11-04T23:07:18.983ZPlanning: Merging actions ... Done
2092024-11-04T23:07:19.182ZPlanning: Checking for conflicting actions ... Done
2102024-11-04T23:07:19.184ZPlanning: Consolidating action changes ... Done
2112024-11-04T23:07:19.451ZPlanning: Evaluating mediators ... Done
2122024-11-04T23:07:19.506ZPlanning: Planning completed in 0.79 seconds
2132024-11-04T23:07:19.546Z Packages to change: 1
2142024-11-04T23:07:19.546Z Mediators to change: 1
2152024-11-04T23:07:19.548Z Services to change: 1
2162024-11-04T23:07:19.548Z Create boot environment: No
2172024-11-04T23:07:19.548ZCreate backup boot environment: Yes
2182024-11-04T23:07:21.491Z Actions: 1/6 actions (Updating modified actions)
2192024-11-04T23:07:21.579Z Actions: Completed 6 actions in 0.09 seconds.
2202024-11-04T23:07:21.582Z Done
2212024-11-04T23:07:21.582Z Done
2222024-11-04T23:07:21.690Z Done
2232024-11-04T23:07:25.660Z Done
2242024-11-04T23:07:25.754Z Done
2252024-11-04T23:07:25.756Z Done
2262024-11-04T23:07:26.011Z Done
2272024-11-04T23:07:26.499ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282024-11-04T23:07:26.499Zclang system 15 system
2292024-11-04T23:07:26.499Zcsh system system illumos
2302024-11-04T23:07:26.499Zctags system system illumos
2312024-11-04T23:07:26.499Zgcc vendor 12 vendor
2322024-11-04T23:07:26.499Zgcc system 10 system
2332024-11-04T23:07:26.499Zgcc system 7 system
2342024-11-04T23:07:26.499Zgo system 1.20 system
2352024-11-04T23:07:26.499Zgo system 1.19 system
2362024-11-04T23:07:26.499Zllvm system 15 system
2372024-11-04T23:07:26.499Zllvm system 14 system
2382024-11-04T23:07:26.499Zmariadb system 10.6 system
2392024-11-04T23:07:26.499Zmta vendor vendor dma
2402024-11-04T23:07:26.499Zopenjdk system 17 system
2412024-11-04T23:07:26.499Zopenjdk system 11 system
2422024-11-04T23:07:26.499Zopenjdk system 1.8 system
2432024-11-04T23:07:26.499Zopenssl vendor 3 vendor
2442024-11-04T23:07:26.499Zperl system 5.36 system
2452024-11-04T23:07:26.499Zpostgresql system 15 system
2462024-11-04T23:07:26.499Zpostgresql system 13 system
2472024-11-04T23:07:26.499Zpython vendor 3 vendor
2482024-11-04T23:07:26.499Zpython system 2 system
2492024-11-04T23:07:26.499Zpython3 system 3.11 system
2502024-11-04T23:07:26.499Zruby system 3.0 system
2512024-11-04T23:07:26.499Zwords vendor vendor american-english
2522024-11-04T23:07:26.499Zwords system system australian-english
2532024-11-04T23:07:26.500Zwords system system british-english
2542024-11-04T23:07:26.500Zwords system system canadian-english
2552024-11-04T23:07:26.500Zwords system system french
2562024-11-04T23:07:26.500Zwords system system italian
2572024-11-04T23:07:26.500Zwords system system ngerman
2582024-11-04T23:07:26.500Zwords system system ogerman
2592024-11-04T23:07:26.500Zwords system system spanish
2602024-11-04T23:07:26.847ZPUBLISHER TYPE STATUS P LOCATION
2612024-11-04T23:07:26.847Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622024-11-04T23:07:29.324ZFMRI IFO
2632024-11-04T23:07:29.324Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642024-11-04T23:07:29.324Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652024-11-04T23:07:29.324Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662024-11-04T23:07:29.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672024-11-04T23:07:29.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682024-11-04T23:07:29.324Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692024-11-04T23:07:29.324Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2702024-11-04T23:07:29.324Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712024-11-04T23:07:29.324Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722024-11-04T23:07:29.324Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2732024-11-04T23:07:29.324Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2742024-11-04T23:07:29.324Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752024-11-04T23:07:29.324Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2762024-11-04T23:07:29.324Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2772024-11-04T23:07:29.324Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782024-11-04T23:07:30.033Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792024-11-04T23:07:30.278Z Updating crates.io index
2802024-11-04T23:07:30.280Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2812024-11-04T23:07:31.079Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2822024-11-04T23:07:31.359Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832024-11-04T23:07:31.625Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842024-11-04T23:07:31.862Z Updating git repository `https://github.com/oxidecomputer/propolis`
2852024-11-04T23:07:32.673Z Updating git repository `https://github.com/oxidecomputer/crucible`
2862024-11-04T23:07:35.127Z Updating git repository `https://github.com/oxidecomputer/opte`
2872024-11-04T23:07:36.060Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882024-11-04T23:07:36.862Z Updating git repository `https://github.com/oxidecomputer/clickward`
2892024-11-04T23:07:37.092Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2902024-11-04T23:07:37.340Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912024-11-04T23:07:37.928Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2922024-11-04T23:07:38.268Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2932024-11-04T23:07:38.602Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942024-11-04T23:07:38.852Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2952024-11-04T23:07:39.084Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2962024-11-04T23:07:39.304Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2972024-11-04T23:07:39.584Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982024-11-04T23:07:39.939Z Updating git repository `https://github.com/oxidecomputer/ispf`
2992024-11-04T23:07:40.222Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3002024-11-04T23:07:40.590Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3012024-11-04T23:07:40.994Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3022024-11-04T23:07:41.326Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032024-11-04T23:07:41.659Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3042024-11-04T23:07:42.089Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3052024-11-04T23:07:42.376Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3062024-11-04T23:07:42.623Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3072024-11-04T23:07:43.843Z Downloading crates ...
3082024-11-04T23:07:43.912Z Downloaded equivalent v1.0.1
3092024-11-04T23:07:43.921Z Downloaded block-buffer v0.10.4
3102024-11-04T23:07:43.927Z Downloaded fnv v1.0.7
3112024-11-04T23:07:43.927Z Downloaded cargo_metadata v0.18.1
3122024-11-04T23:07:43.927Z Downloaded anstyle-parse v0.2.5
3132024-11-04T23:07:43.927Z Downloaded autocfg v1.4.0
3142024-11-04T23:07:43.931Z Downloaded swrite v0.1.0
3152024-11-04T23:07:43.931Z Downloaded pretty-hex v0.4.1
3162024-11-04T23:07:43.935Z Downloaded digest v0.10.7
3172024-11-04T23:07:43.935Z Downloaded usdt-macro v0.5.0
3182024-11-04T23:07:43.935Z Downloaded is_terminal_polyfill v1.70.1
3192024-11-04T23:07:43.937Z Downloaded colorchoice v1.0.2
3202024-11-04T23:07:43.937Z Downloaded cfg-if v1.0.0
3212024-11-04T23:07:43.938Z Downloaded generic-array v0.14.7
3222024-11-04T23:07:43.941Z Downloaded heck v0.4.1
3232024-11-04T23:07:43.945Z Downloaded camino v1.1.9
3242024-11-04T23:07:43.948Z Downloaded toml_datetime v0.6.8
3252024-11-04T23:07:43.954Z Downloaded semver v1.0.23
3262024-11-04T23:07:43.961Z Downloaded tempfile v3.13.0
3272024-11-04T23:07:43.966Z Downloaded proc-macro2 v1.0.87
3282024-11-04T23:07:43.969Z Downloaded thread-id v4.2.2
3292024-11-04T23:07:43.971Z Downloaded ryu v1.0.18
3302024-11-04T23:07:43.974Z Downloaded anstyle-query v1.1.1
3312024-11-04T23:07:43.976Z Downloaded ucd-trie v0.1.7
3322024-11-04T23:07:43.978Z Downloaded sha2 v0.10.8
3332024-11-04T23:07:43.981Z Downloaded textwrap v0.16.1
3342024-11-04T23:07:43.984Z Downloaded pest_meta v2.7.14
3352024-11-04T23:07:43.987Z Downloaded memmap v0.7.0
3362024-11-04T23:07:43.987Z Downloaded dtrace-parser v0.2.0
3372024-11-04T23:07:43.987Z Downloaded anstyle v1.0.8
3382024-11-04T23:07:43.991Z Downloaded log v0.4.22
3392024-11-04T23:07:43.995Z Downloaded bitflags v2.6.0
3402024-11-04T23:07:44.000Z Downloaded fastrand v2.1.1
3412024-11-04T23:07:44.006Z Downloaded clap_lex v0.7.2
3422024-11-04T23:07:44.006Z Downloaded anyhow v1.0.92
3432024-11-04T23:07:44.010Z Downloaded camino-tempfile v1.1.1
3442024-11-04T23:07:44.013Z Downloaded anstream v0.6.15
3452024-11-04T23:07:44.018Z Downloaded scroll_derive v0.12.0
3462024-11-04T23:07:44.023Z Downloaded proc-macro-error-attr v1.0.4
3472024-11-04T23:07:44.023Z Downloaded errno v0.3.9
3482024-11-04T23:07:44.023Z Downloaded dof v0.3.0
3492024-11-04T23:07:44.023Z Downloaded crypto-common v0.1.6
3502024-11-04T23:07:44.027Z Downloaded byteorder v1.5.0
3512024-11-04T23:07:44.027Z Downloaded heck v0.5.0
3522024-11-04T23:07:44.027Z Downloaded cargo-platform v0.1.8
3532024-11-04T23:07:44.033Z Downloaded cpufeatures v0.2.14
3542024-11-04T23:07:44.033Z Downloaded bytecount v0.6.8
3552024-11-04T23:07:44.037Z Downloaded fs-err v2.11.0
3562024-11-04T23:07:44.043Z Downloaded terminal_size v0.4.0
3572024-11-04T23:07:44.043Z Downloaded plain v0.2.3
3582024-11-04T23:07:44.044Z Downloaded pest_generator v2.7.14
3592024-11-04T23:07:44.054Z Downloaded macaddr v1.0.1
3602024-11-04T23:07:44.054Z Downloaded scroll v0.12.0
3612024-11-04T23:07:44.054Z Downloaded tabled_derive v0.7.0
3622024-11-04T23:07:44.054Z Downloaded smawk v0.3.2
3632024-11-04T23:07:44.054Z Downloaded usdt v0.5.0
3642024-11-04T23:07:44.062Z Downloaded thiserror-impl v1.0.64
3652024-11-04T23:07:44.062Z Downloaded thiserror v1.0.64
3662024-11-04T23:07:44.062Z Downloaded utf8parse v0.2.2
3672024-11-04T23:07:44.062Z Downloaded cargo_toml v0.20.5
3682024-11-04T23:07:44.063Z Downloaded usdt-attr-macro v0.5.0
3692024-11-04T23:07:44.063Z Downloaded unicode-linebreak v0.1.5
3702024-11-04T23:07:44.063Z Downloaded strsim v0.11.1
3712024-11-04T23:07:44.063Z Downloaded pest_derive v2.7.14
3722024-11-04T23:07:44.080Z Downloaded proc-macro-error v1.0.4
3732024-11-04T23:07:44.081Z Downloaded once_cell v1.20.2
3742024-11-04T23:07:44.081Z Downloaded serde_spanned v0.6.8
3752024-11-04T23:07:44.081Z Downloaded clap_derive v4.5.18
3762024-11-04T23:07:44.081Z Downloaded itoa v1.0.11
3772024-11-04T23:07:44.081Z Downloaded version_check v0.9.5
3782024-11-04T23:07:44.092Z Downloaded zerocopy-derive v0.7.35
3792024-11-04T23:07:44.092Z Downloaded usdt-impl v0.5.0
3802024-11-04T23:07:44.092Z Downloaded quote v1.0.37
3812024-11-04T23:07:44.092Z Downloaded serde_tokenstream v0.2.2
3822024-11-04T23:07:44.093Z Downloaded unicode-ident v1.0.13
3832024-11-04T23:07:44.093Z Downloaded papergrid v0.11.0
3842024-11-04T23:07:44.101Z Downloaded typenum v1.17.0
3852024-11-04T23:07:44.101Z Downloaded toml v0.8.19
3862024-11-04T23:07:44.106Z Downloaded serde_json v1.0.128
3872024-11-04T23:07:44.107Z Downloaded pest v2.7.14
3882024-11-04T23:07:44.111Z Downloaded indexmap v2.6.0
3892024-11-04T23:07:44.116Z Downloaded clap v4.5.20
3902024-11-04T23:07:44.124Z Downloaded serde v1.0.210
3912024-11-04T23:07:44.128Z Downloaded winnow v0.6.20
3922024-11-04T23:07:44.134Z Downloaded toml_edit v0.22.22
3932024-11-04T23:07:44.157Z Downloaded memchr v2.7.4
3942024-11-04T23:07:44.162Z Downloaded hashbrown v0.15.0
3952024-11-04T23:07:44.166Z Downloaded clap_builder v4.5.20
3962024-11-04T23:07:44.173Z Downloaded zerocopy v0.7.35
3972024-11-04T23:07:44.189Z Downloaded syn v2.0.79
3982024-11-04T23:07:44.200Z Downloaded serde_derive v1.0.210
3992024-11-04T23:07:44.210Z Downloaded goblin v0.8.2
4002024-11-04T23:07:44.218Z Downloaded unicode-width v0.1.14
4012024-11-04T23:07:44.222Z Downloaded tabled v0.15.0
4022024-11-04T23:07:44.237Z Downloaded syn v1.0.109
4032024-11-04T23:07:44.255Z Downloaded rustix v0.38.37
4042024-11-04T23:07:44.285Z Downloaded libc v0.2.161
4052024-11-04T23:07:44.631Z Compiling proc-macro2 v1.0.87
4062024-11-04T23:07:44.631Z Compiling unicode-ident v1.0.13
4072024-11-04T23:07:44.634Z Compiling serde v1.0.210
4082024-11-04T23:07:44.634Z Compiling version_check v0.9.5
4092024-11-04T23:07:44.634Z Compiling thiserror v1.0.64
4102024-11-04T23:07:44.634Z Compiling memchr v2.7.4
4112024-11-04T23:07:44.634Z Compiling libc v0.2.161
4122024-11-04T23:07:44.676Z Compiling ucd-trie v0.1.7
4132024-11-04T23:07:44.904Z Compiling ryu v1.0.18
4142024-11-04T23:07:45.250Z Compiling itoa v1.0.11
4152024-11-04T23:07:45.275Z Compiling once_cell v1.20.2
4162024-11-04T23:07:45.527Z Compiling byteorder v1.5.0
4172024-11-04T23:07:45.638Z Compiling rustix v0.38.37
4182024-11-04T23:07:45.932Z Compiling serde_json v1.0.128
4192024-11-04T23:07:46.345Z Compiling bitflags v2.6.0
4202024-11-04T23:07:46.433Z Compiling proc-macro-error-attr v1.0.4
4212024-11-04T23:07:46.475Z Compiling usdt-impl v0.5.0
4222024-11-04T23:07:46.515Z Compiling syn v1.0.109
4232024-11-04T23:07:46.810Z Compiling proc-macro-error v1.0.4
4242024-11-04T23:07:46.810Z Compiling camino v1.1.9
4252024-11-04T23:07:46.923Z Compiling plain v0.2.3
4262024-11-04T23:07:47.048Z Compiling utf8parse v0.2.2
4272024-11-04T23:07:47.087Z Compiling log v0.4.22
4282024-11-04T23:07:47.129Z Compiling equivalent v1.0.1
4292024-11-04T23:07:47.199Z Compiling hashbrown v0.15.0
4302024-11-04T23:07:47.224Z Compiling anstyle-parse v0.2.5
4312024-11-04T23:07:47.470Z Compiling quote v1.0.37
4322024-11-04T23:07:47.569Z Compiling pretty-hex v0.4.1
4332024-11-04T23:07:47.605Z Compiling anstyle-query v1.1.1
4342024-11-04T23:07:47.724Z Compiling errno v0.3.9
4352024-11-04T23:07:47.779Z Compiling thread-id v4.2.2
4362024-11-04T23:07:47.811Z Compiling colorchoice v1.0.2
4372024-11-04T23:07:47.838Z Compiling semver v1.0.23
4382024-11-04T23:07:47.916Z Compiling syn v2.0.79
4392024-11-04T23:07:48.011Z Compiling unicode-width v0.1.14
4402024-11-04T23:07:48.188Z Compiling anstyle v1.0.8
4412024-11-04T23:07:48.392Z Compiling winnow v0.6.20
4422024-11-04T23:07:48.519Z Compiling indexmap v2.6.0
4432024-11-04T23:07:48.550Z Compiling is_terminal_polyfill v1.70.1
4442024-11-04T23:07:48.676Z Compiling autocfg v1.4.0
4452024-11-04T23:07:48.719Z Compiling anstream v0.6.15
4462024-11-04T23:07:49.722Z Compiling strsim v0.11.1
4472024-11-04T23:07:49.764Z Compiling clap_lex v0.7.2
4482024-11-04T23:07:49.829Z Compiling fs-err v2.11.0
4492024-11-04T23:07:49.945Z Compiling bytecount v0.6.8
4502024-11-04T23:07:50.161Z Compiling terminal_size v0.4.0
4512024-11-04T23:07:50.305Z Compiling fnv v1.0.7
4522024-11-04T23:07:50.388Z Compiling heck v0.4.1
4532024-11-04T23:07:50.458Z Compiling fastrand v2.1.1
4542024-11-04T23:07:50.620Z Compiling heck v0.5.0
4552024-11-04T23:07:50.690Z Compiling anyhow v1.0.92
4562024-11-04T23:07:50.871Z Compiling cfg-if v1.0.0
4572024-11-04T23:07:50.981Z Compiling tempfile v3.13.0
4582024-11-04T23:07:51.081Z Compiling papergrid v0.11.0
4592024-11-04T23:07:51.198Z Compiling clap_builder v4.5.20
4602024-11-04T23:07:51.779Z Compiling memmap v0.7.0
4612024-11-04T23:07:51.812Z Compiling smawk v0.3.2
4622024-11-04T23:07:51.857Z Compiling unicode-linebreak v0.1.5
4632024-11-04T23:07:52.193Z Compiling swrite v0.1.0
4642024-11-04T23:07:52.334Z Compiling textwrap v0.16.1
4652024-11-04T23:07:53.411Z Compiling tabled_derive v0.7.0
4662024-11-04T23:07:54.867Z Compiling tabled v0.15.0
4672024-11-04T23:07:56.240Z Compiling serde_derive v1.0.210
4682024-11-04T23:07:56.240Z Compiling thiserror-impl v1.0.64
4692024-11-04T23:07:56.242Z Compiling zerocopy-derive v0.7.35
4702024-11-04T23:07:56.242Z Compiling scroll_derive v0.12.0
4712024-11-04T23:07:56.569Z Compiling clap_derive v4.5.18
4722024-11-04T23:07:57.709Z Compiling scroll v0.12.0
4732024-11-04T23:07:58.218Z Compiling zerocopy v0.7.35
4742024-11-04T23:07:58.249Z Compiling goblin v0.8.2
4752024-11-04T23:07:58.972Z Compiling pest v2.7.14
4762024-11-04T23:08:00.369Z Compiling clap v4.5.20
4772024-11-04T23:08:01.238Z Compiling pest_meta v2.7.14
4782024-11-04T23:08:02.155Z Compiling pest_generator v2.7.14
4792024-11-04T23:08:03.847Z Compiling pest_derive v2.7.14
4802024-11-04T23:08:04.634Z Compiling dtrace-parser v0.2.0
4812024-11-04T23:08:06.326Z Compiling toml_datetime v0.6.8
4822024-11-04T23:08:06.330Z Compiling serde_spanned v0.6.8
4832024-11-04T23:08:06.330Z Compiling cargo-platform v0.1.8
4842024-11-04T23:08:06.702Z Compiling serde_tokenstream v0.2.2
4852024-11-04T23:08:06.870Z Compiling toml_edit v0.22.22
4862024-11-04T23:08:06.912Z Compiling macaddr v1.0.1
4872024-11-04T23:08:07.016Z Compiling camino-tempfile v1.1.1
4882024-11-04T23:08:07.835Z Compiling dof v0.3.0
4892024-11-04T23:08:07.835Z Compiling cargo_metadata v0.18.1
4902024-11-04T23:08:09.758Z Compiling toml v0.8.19
4912024-11-04T23:08:09.873Z Compiling usdt-macro v0.5.0
4922024-11-04T23:08:09.873Z Compiling usdt-attr-macro v0.5.0
4932024-11-04T23:08:10.601Z Compiling cargo_toml v0.20.5
4942024-11-04T23:08:11.298Z Compiling usdt v0.5.0
4952024-11-04T23:08:14.286Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4962024-11-04T23:08:18.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.49s
4972024-11-04T23:08:18.577Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4982024-11-04T23:08:19.151Z Downloading crates ...
4992024-11-04T23:08:19.282Z Downloaded addr2line v0.24.2
5002024-11-04T23:08:19.286Z Downloaded atomicwrites v0.4.4
5012024-11-04T23:08:19.289Z Downloaded array-init v0.0.4
5022024-11-04T23:08:19.291Z Downloaded async-stream-impl v0.3.6
5032024-11-04T23:08:19.291Z Downloaded ascii-canvas v3.0.0
5042024-11-04T23:08:19.296Z Downloaded atty v0.2.14
5052024-11-04T23:08:19.303Z Downloaded ident_case v1.0.1
5062024-11-04T23:08:19.305Z Downloaded hyper-tls v0.6.0
5072024-11-04T23:08:19.315Z Downloaded hubpack_derive v0.1.1
5082024-11-04T23:08:19.320Z Downloaded newtype_derive v0.1.6
5092024-11-04T23:08:19.323Z Downloaded allocator-api2 v0.2.18
5102024-11-04T23:08:19.325Z Downloaded new_debug_unreachable v1.0.6
5112024-11-04T23:08:19.329Z Downloaded bcrypt-pbkdf v0.10.0
5122024-11-04T23:08:19.329Z Downloaded hostname v0.4.0
5132024-11-04T23:08:19.331Z Downloaded is_ci v1.2.0
5142024-11-04T23:08:19.331Z Downloaded cipher v0.4.4
5152024-11-04T23:08:19.334Z Downloaded maplit v1.0.2
5162024-11-04T23:08:19.338Z Downloaded maybe-uninit v2.0.0
5172024-11-04T23:08:19.338Z Downloaded libsw v3.3.1
5182024-11-04T23:08:19.341Z Downloaded impl-trait-for-tuples v0.2.2
5192024-11-04T23:08:19.345Z Downloaded lru-cache v0.1.2
5202024-11-04T23:08:19.345Z Downloaded crossbeam-deque v0.8.5
5212024-11-04T23:08:19.345Z Downloaded crc-catalog v2.4.0
5222024-11-04T23:08:19.349Z Downloaded data-encoding v2.6.0
5232024-11-04T23:08:19.349Z Downloaded libloading v0.8.5
5242024-11-04T23:08:19.352Z Downloaded jobserver v0.1.32
5252024-11-04T23:08:19.354Z Downloaded lock_api v0.4.12
5262024-11-04T23:08:19.357Z Downloaded mime_guess v2.0.5
5272024-11-04T23:08:19.359Z Downloaded memmap2 v0.9.5
5282024-11-04T23:08:19.361Z Downloaded ipnet v2.10.1
5292024-11-04T23:08:19.364Z Downloaded mockall_derive v0.13.0
5302024-11-04T23:08:19.367Z Downloaded bzip2 v0.4.4
5312024-11-04T23:08:19.369Z Downloaded async-bb8-diesel v0.2.1
5322024-11-04T23:08:19.372Z Downloaded const_format_proc_macros v0.2.33
5332024-11-04T23:08:19.374Z Downloaded hickory-client v0.24.1
5342024-11-04T23:08:19.378Z Downloaded indicatif v0.17.8
5352024-11-04T23:08:19.383Z Downloaded ciborium-io v0.2.2
5362024-11-04T23:08:19.386Z Downloaded http-body v1.0.1
5372024-11-04T23:08:19.388Z Downloaded cfg_aliases v0.1.1
5382024-11-04T23:08:19.388Z Downloaded http-range v0.1.5
5392024-11-04T23:08:19.390Z Downloaded arrayvec v0.7.6
5402024-11-04T23:08:19.393Z Downloaded instant v0.1.13
5412024-11-04T23:08:19.396Z Downloaded http v1.1.0
5422024-11-04T23:08:19.400Z Downloaded termtree v0.4.1
5432024-11-04T23:08:19.402Z Downloaded humantime v2.1.0
5442024-11-04T23:08:19.402Z Downloaded cstr-argument v0.1.2
5452024-11-04T23:08:19.402Z Downloaded hubpack v0.1.2
5462024-11-04T23:08:19.404Z Downloaded darling_macro v0.20.10
5472024-11-04T23:08:19.407Z Downloaded http-body-util v0.1.2
5482024-11-04T23:08:19.407Z Downloaded match_cfg v0.1.0
5492024-11-04T23:08:19.409Z Downloaded http-body v0.4.6
5502024-11-04T23:08:19.412Z Downloaded hostname v0.3.1
5512024-11-04T23:08:19.412Z Downloaded rand_seeder v0.3.0
5522024-11-04T23:08:19.414Z Downloaded matches v0.1.10
5532024-11-04T23:08:19.414Z Downloaded newline-converter v0.3.0
5542024-11-04T23:08:19.417Z Downloaded cookie_store v0.21.0
5552024-11-04T23:08:19.420Z Downloaded ahash v0.8.11
5562024-11-04T23:08:19.422Z Downloaded md5 v0.7.0
5572024-11-04T23:08:19.424Z Downloaded atomic-waker v1.1.2
5582024-11-04T23:08:19.424Z Downloaded assert_matches v1.5.0
5592024-11-04T23:08:19.427Z Downloaded crucible-workspace-hack v0.1.0
5602024-11-04T23:08:19.427Z Downloaded home v0.5.9
5612024-11-04T23:08:19.427Z Downloaded simd-adler32 v0.3.7
5622024-11-04T23:08:19.429Z Downloaded is-terminal v0.4.13
5632024-11-04T23:08:19.432Z Downloaded inout v0.1.3
5642024-11-04T23:08:19.432Z Downloaded schemars_derive v0.8.21
5652024-11-04T23:08:19.435Z Downloaded httpdate v1.0.3
5662024-11-04T23:08:19.435Z Downloaded indoc v1.0.9
5672024-11-04T23:08:19.437Z Downloaded indent_write v2.2.0
5682024-11-04T23:08:19.441Z Downloaded chrono-tz-build v0.4.0
5692024-11-04T23:08:19.443Z Downloaded bitflags v1.3.2
5702024-11-04T23:08:19.445Z Downloaded mime v0.3.17
5712024-11-04T23:08:19.446Z Downloaded bitfield v0.14.0
5722024-11-04T23:08:19.448Z Downloaded lazy_static v1.5.0
5732024-11-04T23:08:19.450Z Downloaded internet-checksum v0.2.1
5742024-11-04T23:08:19.450Z Downloaded async-recursion v1.1.1
5752024-11-04T23:08:19.453Z Downloaded memoffset v0.9.1
5762024-11-04T23:08:19.455Z Downloaded cassowary v0.3.0
5772024-11-04T23:08:19.457Z Downloaded static_assertions v1.1.0
5782024-11-04T23:08:19.460Z Downloaded multimap v0.10.0
5792024-11-04T23:08:19.462Z Downloaded mockall v0.13.0
5802024-11-04T23:08:19.462Z Downloaded managed v0.8.0
5812024-11-04T23:08:19.464Z Downloaded nanorand v0.7.0
5822024-11-04T23:08:19.467Z Downloaded zone_cfg_derive v0.3.0
5832024-11-04T23:08:19.467Z Downloaded mio v1.0.2
5842024-11-04T23:08:19.473Z Downloaded unicase v2.7.0
5852024-11-04T23:08:19.475Z Downloaded blake2 v0.10.6
5862024-11-04T23:08:19.478Z Downloaded ipnetwork v0.20.0
5872024-11-04T23:08:19.480Z Downloaded foreign-types-shared v0.3.1
5882024-11-04T23:08:19.483Z Downloaded ctr v0.9.2
5892024-11-04T23:08:19.483Z Downloaded nibble_vec v0.1.0
5902024-11-04T23:08:19.485Z Downloaded xattr v1.3.1
5912024-11-04T23:08:19.488Z Downloaded rustc-hash v1.1.0
5922024-11-04T23:08:19.488Z Downloaded term v0.7.0
5932024-11-04T23:08:19.491Z Downloaded rand_xorshift v0.3.0
5942024-11-04T23:08:19.493Z Downloaded newtype-uuid v1.1.2
5952024-11-04T23:08:19.497Z Downloaded arc-swap v1.7.1
5962024-11-04T23:08:19.499Z Downloaded peg-runtime v0.8.3
5972024-11-04T23:08:19.499Z Downloaded termcolor v1.4.1
5982024-11-04T23:08:19.501Z Downloaded derive_builder_macro v0.20.2
5992024-11-04T23:08:19.504Z Downloaded termios v0.3.3
6002024-11-04T23:08:19.506Z Downloaded headers-core v0.3.0
6012024-11-04T23:08:19.506Z Downloaded same-file v1.0.6
6022024-11-04T23:08:19.509Z Downloaded multer v3.1.0
6032024-11-04T23:08:19.511Z Downloaded slog-scope v4.4.0
6042024-11-04T23:08:19.514Z Downloaded slog-json v2.6.1
6052024-11-04T23:08:19.516Z Downloaded slog-dtrace v0.3.0
6062024-11-04T23:08:19.516Z Downloaded tap v1.0.1
6072024-11-04T23:08:19.519Z Downloaded ena v0.14.3
6082024-11-04T23:08:19.519Z Downloaded stable_deref_trait v1.2.0
6092024-11-04T23:08:19.519Z Downloaded ciborium-ll v0.2.2
6102024-11-04T23:08:19.522Z Downloaded backoff v0.4.0
6112024-11-04T23:08:19.524Z Downloaded scheduled-thread-pool v0.2.7
6122024-11-04T23:08:19.526Z Downloaded bcs v0.1.6
6132024-11-04T23:08:19.527Z Downloaded aes v0.8.4
6142024-11-04T23:08:19.530Z Downloaded progenitor-client v0.8.0
6152024-11-04T23:08:19.533Z Downloaded form_urlencoded v1.2.1
6162024-11-04T23:08:19.533Z Downloaded base64ct v1.6.0
6172024-11-04T23:08:19.535Z Downloaded hyper v1.4.1
6182024-11-04T23:08:19.542Z Downloaded crc32fast v1.4.2
6192024-11-04T23:08:19.545Z Downloaded console v0.15.8
6202024-11-04T23:08:19.548Z Downloaded slog-bunyan v2.5.0
6212024-11-04T23:08:19.550Z Downloaded slog-async v2.8.0
6222024-11-04T23:08:19.552Z Downloaded signal-hook-mio v0.2.4
6232024-11-04T23:08:19.554Z Downloaded num v0.4.3
6242024-11-04T23:08:19.554Z Downloaded vsss-rs v3.3.4
6252024-11-04T23:08:19.557Z Downloaded unicode-xid v0.2.6
6262024-11-04T23:08:19.559Z Downloaded unicode-truncate v1.1.0
6272024-11-04T23:08:19.562Z Downloaded darling v0.20.10
6282024-11-04T23:08:19.566Z Downloaded hyper-util v0.1.9
6292024-11-04T23:08:19.570Z Downloaded pin-utils v0.1.0
6302024-11-04T23:08:19.572Z Downloaded difflib v0.4.0
6312024-11-04T23:08:19.574Z Downloaded fallible-iterator v0.3.0
6322024-11-04T23:08:19.577Z Downloaded fallible-iterator v0.2.0
6332024-11-04T23:08:19.577Z Downloaded dirs-next v2.0.0
6342024-11-04T23:08:19.579Z Downloaded indexmap v1.9.3
6352024-11-04T23:08:19.582Z Downloaded want v0.3.1
6362024-11-04T23:08:19.582Z Downloaded progenitor v0.8.0
6372024-11-04T23:08:19.585Z Downloaded peg v0.8.4
6382024-11-04T23:08:19.588Z Downloaded rand_core v0.6.4
6392024-11-04T23:08:19.591Z Downloaded vergen v8.3.2
6402024-11-04T23:08:19.594Z Downloaded rustc_version v0.4.1
6412024-11-04T23:08:19.596Z Downloaded blowfish v0.9.1
6422024-11-04T23:08:19.598Z Downloaded rand_chacha v0.3.1
6432024-11-04T23:08:19.598Z Downloaded packed_struct v0.10.1
6442024-11-04T23:08:19.600Z Downloaded nu-ansi-term v0.50.1
6452024-11-04T23:08:19.603Z Downloaded rustls-pki-types v1.9.0
6462024-11-04T23:08:19.606Z Downloaded oso-derive v0.27.3
6472024-11-04T23:08:19.609Z Downloaded nodrop v0.1.14
6482024-11-04T23:08:19.609Z Downloaded cancel-safe-futures v0.1.5
6492024-11-04T23:08:19.612Z Downloaded structmeta-derive v0.2.0
6502024-11-04T23:08:19.614Z Downloaded endian-type v0.1.2
6512024-11-04T23:08:19.614Z Downloaded structmeta v0.3.0
6522024-11-04T23:08:19.617Z Downloaded structmeta v0.2.0
6532024-11-04T23:08:19.617Z Downloaded strip-ansi-escapes v0.2.0
6542024-11-04T23:08:19.619Z Downloaded password-hash v0.5.0
6552024-11-04T23:08:19.621Z Downloaded parse-size v1.1.0
6562024-11-04T23:08:19.621Z Downloaded crossbeam-utils v0.8.20
6572024-11-04T23:08:19.624Z Downloaded postgres-types v0.2.8
6582024-11-04T23:08:19.627Z Downloaded tiny-keccak v2.0.2
6592024-11-04T23:08:19.629Z Downloaded vte v0.11.1
6602024-11-04T23:08:19.632Z Downloaded tokio-tungstenite v0.23.1
6612024-11-04T23:08:19.635Z Downloaded itertools v0.12.1
6622024-11-04T23:08:19.652Z Downloaded pretty-hex v0.2.1
6632024-11-04T23:08:19.655Z Downloaded sqlparser_derive v0.2.2
6642024-11-04T23:08:19.655Z Downloaded serde-big-array v0.5.1
6652024-11-04T23:08:19.657Z Downloaded hickory-server v0.24.1
6662024-11-04T23:08:19.662Z Downloaded fallible-streaming-iterator v0.1.9
6672024-11-04T23:08:19.664Z Downloaded slog-stdlog v4.1.1
6682024-11-04T23:08:19.667Z Downloaded rustfmt-wrapper v0.2.1
6692024-11-04T23:08:19.667Z Downloaded deranged v0.3.11
6702024-11-04T23:08:19.669Z Downloaded group v0.13.0
6712024-11-04T23:08:19.671Z Downloaded sha1 v0.10.6
6722024-11-04T23:08:19.671Z Downloaded zeroize v1.8.1
6732024-11-04T23:08:19.674Z Downloaded base64 v0.13.1
6742024-11-04T23:08:19.676Z Downloaded toolchain_find v0.4.0
6752024-11-04T23:08:19.679Z Downloaded time-core v0.1.2
6762024-11-04T23:08:19.679Z Downloaded serde_with_macros v3.11.0
6772024-11-04T23:08:19.681Z Downloaded chacha20poly1305 v0.10.1
6782024-11-04T23:08:19.683Z Downloaded pbkdf2 v0.11.0
6792024-11-04T23:08:19.686Z Downloaded enum-as-inner v0.6.1
6802024-11-04T23:08:19.688Z Downloaded ed25519 v2.2.3
6812024-11-04T23:08:19.691Z Downloaded tokio-tungstenite v0.21.0
6822024-11-04T23:08:19.693Z Downloaded time-macros v0.2.18
6832024-11-04T23:08:19.695Z Downloaded tracing-attributes v0.1.27
6842024-11-04T23:08:19.698Z Downloaded tracing-core v0.1.32
6852024-11-04T23:08:19.700Z Downloaded crossbeam-epoch v0.9.18
6862024-11-04T23:08:19.703Z Downloaded paste v1.0.15
6872024-11-04T23:08:19.706Z Downloaded wyz v0.5.1
6882024-11-04T23:08:19.709Z Downloaded hickory-resolver v0.24.1
6892024-11-04T23:08:19.713Z Downloaded diesel_table_macro_syntax v0.2.0
6902024-11-04T23:08:19.716Z Downloaded serde-hex v0.1.0
6912024-11-04T23:08:19.718Z Downloaded path-slash v0.1.5
6922024-11-04T23:08:19.718Z Downloaded diff v0.1.13
6932024-11-04T23:08:19.720Z Downloaded openssl-probe v0.1.5
6942024-11-04T23:08:19.723Z Downloaded opaque-debug v0.3.1
6952024-11-04T23:08:19.725Z Downloaded schemars v0.8.21
6962024-11-04T23:08:19.735Z Downloaded structmeta-derive v0.3.0
6972024-11-04T23:08:19.737Z Downloaded ssh-encoding v0.2.0
6982024-11-04T23:08:19.739Z Downloaded ssh-cipher v0.2.0
6992024-11-04T23:08:19.740Z Downloaded shlex v1.3.0
7002024-11-04T23:08:19.742Z Downloaded tokio-rustls v0.25.0
7012024-11-04T23:08:19.744Z Downloaded universal-hash v0.5.1
7022024-11-04T23:08:19.746Z Downloaded der_derive v0.7.3
7032024-11-04T23:08:19.746Z Downloaded unicode_categories v0.1.1
7042024-11-04T23:08:19.749Z Downloaded tar v0.4.42
7052024-11-04T23:08:19.751Z Downloaded tower-service v0.3.3
7062024-11-04T23:08:19.754Z Downloaded russh-cryptovec v0.7.3
7072024-11-04T23:08:19.754Z Downloaded env_filter v0.1.2
7082024-11-04T23:08:19.757Z Downloaded enum-as-inner v0.5.1
7092024-11-04T23:08:19.757Z Downloaded float-cmp v0.9.0
7102024-11-04T23:08:19.760Z Downloaded ed25519-dalek v2.1.1
7112024-11-04T23:08:19.762Z Downloaded base64 v0.21.7
7122024-11-04T23:08:19.766Z Downloaded shell-words v1.1.0
7132024-11-04T23:08:19.769Z Downloaded funty v2.0.0
7142024-11-04T23:08:19.769Z Downloaded derive-where v1.2.7
7152024-11-04T23:08:19.772Z Downloaded hash32 v0.3.1
7162024-11-04T23:08:19.775Z Downloaded slog v2.7.0
7172024-11-04T23:08:19.777Z Downloaded ron v0.7.1
7182024-11-04T23:08:19.782Z Downloaded env_logger v0.11.5
7192024-11-04T23:08:19.784Z Downloaded either v1.13.0
7202024-11-04T23:08:19.787Z Downloaded serde_yaml v0.9.34+deprecated
7212024-11-04T23:08:19.790Z Downloaded steno v0.4.1
7222024-11-04T23:08:19.795Z Downloaded rfc6979 v0.4.0
7232024-11-04T23:08:19.797Z Downloaded flagset v0.4.6
7242024-11-04T23:08:19.799Z Downloaded typed-path v0.7.1
7252024-11-04T23:08:19.806Z Downloaded number_prefix v0.4.0
7262024-11-04T23:08:19.808Z Downloaded num_threads v0.1.7
7272024-11-04T23:08:19.808Z Downloaded futures-io v0.3.31
7282024-11-04T23:08:19.811Z Downloaded signature v2.2.0
7292024-11-04T23:08:19.811Z Downloaded ecdsa v0.16.9
7302024-11-04T23:08:19.813Z Downloaded des v0.8.1
7312024-11-04T23:08:19.816Z Downloaded rustc-demangle v0.1.24
7322024-11-04T23:08:19.821Z Downloaded itertools v0.10.5
7332024-11-04T23:08:19.824Z Downloaded rustls-pemfile v1.0.4
7342024-11-04T23:08:19.827Z Downloaded polyval v0.6.2
7352024-11-04T23:08:19.830Z Downloaded hex v0.4.3
7362024-11-04T23:08:19.832Z Downloaded dyn-clone v1.0.17
7372024-11-04T23:08:19.834Z Downloaded dsl_auto_type v0.1.2
7382024-11-04T23:08:19.837Z Downloaded heck v0.3.3
7392024-11-04T23:08:19.839Z Downloaded serde_repr v0.1.19
7402024-11-04T23:08:19.842Z Downloaded serde_plain v1.0.2
7412024-11-04T23:08:19.844Z Downloaded serde_path_to_error v0.1.16
7422024-11-04T23:08:19.844Z Downloaded ghash v0.5.1
7432024-11-04T23:08:19.846Z Downloaded tinyvec v1.8.0
7442024-11-04T23:08:19.850Z Downloaded num-traits v0.2.19
7452024-11-04T23:08:19.853Z Downloaded pem v3.0.4
7462024-11-04T23:08:19.856Z Downloaded num-bigint v0.4.6
7472024-11-04T23:08:19.862Z Downloaded waitgroup v0.1.2
7482024-11-04T23:08:19.866Z Downloaded aes-gcm v0.10.3
7492024-11-04T23:08:19.869Z Downloaded uzers v0.12.1
7502024-11-04T23:08:19.872Z Downloaded utf-8 v0.7.6
7512024-11-04T23:08:19.874Z Downloaded topological-sort v0.2.2
7522024-11-04T23:08:19.876Z Downloaded salsa20 v0.10.2
7532024-11-04T23:08:19.879Z Downloaded sync_wrapper v0.1.2
7542024-11-04T23:08:19.879Z Downloaded float-ord v0.3.2
7552024-11-04T23:08:19.881Z Downloaded headers v0.4.0
7562024-11-04T23:08:19.886Z Downloaded futures-sink v0.3.31
7572024-11-04T23:08:19.889Z Downloaded strum_macros v0.25.3
7582024-11-04T23:08:19.891Z Downloaded futures-macro v0.3.31
7592024-11-04T23:08:19.894Z Downloaded futures-executor v0.3.31
7602024-11-04T23:08:19.894Z Downloaded futures-core v0.3.31
7612024-11-04T23:08:19.897Z Downloaded phf_shared v0.10.0
7622024-11-04T23:08:19.899Z Downloaded oso v0.27.3
7632024-11-04T23:08:19.902Z Downloaded rusqlite v0.32.1
7642024-11-04T23:08:19.910Z Downloaded pbkdf2 v0.12.2
7652024-11-04T23:08:19.913Z Downloaded parse-display v0.10.0
7662024-11-04T23:08:19.916Z Downloaded rustversion v1.0.17
7672024-11-04T23:08:19.919Z Downloaded thread_local v1.1.8
7682024-11-04T23:08:19.921Z Downloaded thiserror-no-std v2.0.2
7692024-11-04T23:08:19.923Z Downloaded thiserror-impl-no-std v2.0.2
7702024-11-04T23:08:19.926Z Downloaded unicode-properties v0.1.3
7712024-11-04T23:08:19.928Z Downloaded smallvec v0.6.14
7722024-11-04T23:08:19.930Z Downloaded zone v0.1.8
7732024-11-04T23:08:19.930Z Downloaded zopfli v0.8.1
7742024-11-04T23:08:19.932Z Downloaded uuid v1.10.0
7752024-11-04T23:08:19.935Z Downloaded pin-project-internal v1.1.6
7762024-11-04T23:08:19.937Z Downloaded zerocopy v0.6.6
7772024-11-04T23:08:19.940Z Downloaded lalrpop v0.19.12
7782024-11-04T23:08:19.952Z Downloaded glob v0.3.1
7792024-11-04T23:08:19.955Z Downloaded fragile v2.0.0
7802024-11-04T23:08:19.957Z Downloaded dropshot_endpoint v0.12.0
7812024-11-04T23:08:19.960Z Downloaded p256 v0.13.2
7822024-11-04T23:08:19.963Z Downloaded strum v0.26.3
7832024-11-04T23:08:19.965Z Downloaded spki v0.7.3
7842024-11-04T23:08:19.967Z Downloaded spin v0.5.2
7852024-11-04T23:08:19.967Z Downloaded ref-cast-impl v1.0.23
7862024-11-04T23:08:19.970Z Downloaded sqlformat v0.2.6
7872024-11-04T23:08:19.972Z Downloaded tokio-postgres v0.7.12
7882024-11-04T23:08:19.976Z Downloaded try-lock v0.2.5
7892024-11-04T23:08:19.978Z Downloaded vte_generate_state_changes v0.1.2
7902024-11-04T23:08:19.978Z Downloaded powerfmt v0.2.0
7912024-11-04T23:08:19.981Z Downloaded poly1305 v0.8.0
7922024-11-04T23:08:19.983Z Downloaded russh-keys v0.45.0
7932024-11-04T23:08:19.985Z Downloaded slab v0.4.9
7942024-11-04T23:08:19.988Z Downloaded parking_lot_core v0.9.10
7952024-11-04T23:08:19.991Z Downloaded wait-timeout v0.2.0
7962024-11-04T23:08:19.991Z Downloaded subprocess v0.2.9
7972024-11-04T23:08:19.993Z Downloaded heapless v0.7.17
7982024-11-04T23:08:19.997Z Downloaded defmt-macros v0.3.9
7992024-11-04T23:08:20.001Z Downloaded defmt-parser v0.3.4
8002024-11-04T23:08:20.004Z Downloaded xz2 v0.1.7
8012024-11-04T23:08:20.004Z Downloaded tungstenite v0.23.0
8022024-11-04T23:08:20.007Z Downloaded progenitor-macro v0.8.0
8032024-11-04T23:08:20.009Z Downloaded phf_generator v0.11.2
8042024-11-04T23:08:20.009Z Downloaded num_enum_derive v0.5.11
8052024-11-04T23:08:20.012Z Downloaded derive_builder v0.20.2
8062024-11-04T23:08:20.015Z Downloaded tui-tree-widget v0.22.0
8072024-11-04T23:08:20.018Z Downloaded sigpipe v0.1.3
8082024-11-04T23:08:20.018Z Downloaded phf v0.11.2
8092024-11-04T23:08:20.020Z Downloaded supports-color v3.0.1
8102024-11-04T23:08:20.023Z Downloaded subtle v2.6.1
8112024-11-04T23:08:20.023Z Downloaded parking_lot v0.12.3
8122024-11-04T23:08:20.026Z Downloaded percent-encoding v2.3.1
8132024-11-04T23:08:20.026Z Downloaded strum_macros v0.24.3
8142024-11-04T23:08:20.028Z Downloaded typify v0.2.0
8152024-11-04T23:08:20.031Z Downloaded spin v0.9.8
8162024-11-04T23:08:20.034Z Downloaded walkdir v2.5.0
8172024-11-04T23:08:20.036Z Downloaded num-iter v0.1.45
8182024-11-04T23:08:20.036Z Downloaded num-integer v0.1.46
8192024-11-04T23:08:20.039Z Downloaded hash32 v0.2.1
8202024-11-04T23:08:20.041Z Downloaded num-derive v0.4.2
8212024-11-04T23:08:20.041Z Downloaded downcast v0.11.0
8222024-11-04T23:08:20.045Z Downloaded dirs-sys-next v0.1.2
8232024-11-04T23:08:20.046Z Downloaded rayon-core v1.12.1
8242024-11-04T23:08:20.048Z Downloaded phf_shared v0.11.2
8252024-11-04T23:08:20.051Z Downloaded tungstenite v0.21.0
8262024-11-04T23:08:20.053Z Downloaded idna v0.3.0
8272024-11-04T23:08:20.061Z Downloaded sync_wrapper v1.0.1
8282024-11-04T23:08:20.064Z Downloaded hashlink v0.9.1
8292024-11-04T23:08:20.064Z Downloaded half v2.4.1
8302024-11-04T23:08:20.069Z Downloaded libxml v0.3.3
8312024-11-04T23:08:20.072Z Downloaded tinyvec_macros v0.1.1
8322024-11-04T23:08:20.076Z Downloaded take_mut v0.2.2
8332024-11-04T23:08:20.076Z Downloaded tokio-native-tls v0.3.1
8342024-11-04T23:08:20.078Z Downloaded foreign-types v0.3.2
8352024-11-04T23:08:20.078Z Downloaded pin-project v1.1.6
8362024-11-04T23:08:20.088Z Downloaded debug-ignore v1.0.5
8372024-11-04T23:08:20.091Z Downloaded rtoolbox v0.0.2
8382024-11-04T23:08:20.091Z Downloaded rcgen v0.12.1
8392024-11-04T23:08:20.094Z Downloaded parking_lot v0.11.2
8402024-11-04T23:08:20.097Z Downloaded embedded-io v0.4.0
8412024-11-04T23:08:20.102Z Downloaded rpassword v7.3.1
8422024-11-04T23:08:20.102Z Downloaded psl-types v2.0.11
8432024-11-04T23:08:20.102Z Downloaded num-rational v0.4.2
8442024-11-04T23:08:20.105Z Downloaded hyper v0.14.30
8452024-11-04T23:08:20.111Z Downloaded resolv-conf v0.7.0
8462024-11-04T23:08:20.113Z Downloaded smf v0.2.3
8472024-11-04T23:08:20.113Z Downloaded siphasher v0.3.11
8482024-11-04T23:08:20.113Z Downloaded derive_more v0.99.18
8492024-11-04T23:08:20.118Z Downloaded dhcproto-macros v0.1.0
8502024-11-04T23:08:20.120Z Downloaded sec1 v0.7.3
8512024-11-04T23:08:20.120Z Downloaded foreign-types v0.5.0
8522024-11-04T23:08:20.123Z Downloaded pin-project-lite v0.2.14
8532024-11-04T23:08:20.126Z Downloaded embedded-io v0.6.1
8542024-11-04T23:08:20.129Z Downloaded hex-literal v0.4.1
8552024-11-04T23:08:20.129Z Downloaded h2 v0.4.6
8562024-11-04T23:08:20.135Z Downloaded dhcproto v0.12.0
8572024-11-04T23:08:20.139Z Downloaded ron v0.8.1
8582024-11-04T23:08:20.144Z Downloaded quinn v0.11.5
8592024-11-04T23:08:20.147Z Downloaded rustls-pemfile v2.2.0
8602024-11-04T23:08:20.150Z Downloaded tabwriter v1.4.0
8612024-11-04T23:08:20.152Z Downloaded tls_codec v0.4.1
8622024-11-04T23:08:20.155Z Downloaded sct v0.7.1
8632024-11-04T23:08:20.157Z Downloaded similar v2.6.0
8642024-11-04T23:08:20.161Z Downloaded snafu-derive v0.8.5
8652024-11-04T23:08:20.164Z Downloaded toml v0.7.8
8662024-11-04T23:08:20.166Z Downloaded precomputed-hash v0.1.1
8672024-11-04T23:08:20.171Z Downloaded ppv-lite86 v0.2.20
8682024-11-04T23:08:20.176Z Downloaded yasna v0.5.2
8692024-11-04T23:08:20.176Z Downloaded pkcs5 v0.7.1
8702024-11-04T23:08:20.176Z Downloaded pkcs1 v0.7.5
8712024-11-04T23:08:20.178Z Downloaded phf_codegen v0.11.2
8722024-11-04T23:08:20.178Z Downloaded toml_edit v0.19.15
8732024-11-04T23:08:20.194Z Downloaded diesel-dtrace v0.3.0
8742024-11-04T23:08:20.196Z Downloaded unicode-bidi v0.3.17
8752024-11-04T23:08:20.199Z Downloaded parse-zoneinfo v0.3.1
8762024-11-04T23:08:20.201Z Downloaded test-strategy v0.3.1
8772024-11-04T23:08:20.205Z Downloaded tungstenite v0.24.0
8782024-11-04T23:08:20.208Z Downloaded num-complex v0.4.6
8792024-11-04T23:08:20.210Z Downloaded elliptic-curve v0.13.8
8802024-11-04T23:08:20.213Z Downloaded which v4.4.2
8812024-11-04T23:08:20.216Z Downloaded foldhash v0.1.3
8822024-11-04T23:08:20.218Z Downloaded samael v0.0.17
8832024-11-04T23:08:20.222Z Downloaded der v0.7.9
8842024-11-04T23:08:20.227Z Downloaded proc-macro-crate v1.3.1
8852024-11-04T23:08:20.229Z Downloaded nix v0.28.0
8862024-11-04T23:08:20.240Z Downloaded primeorder v0.13.6
8872024-11-04T23:08:20.242Z Downloaded aho-corasick v1.1.3
8882024-11-04T23:08:20.248Z Downloaded whoami v1.5.2
8892024-11-04T23:08:20.251Z Downloaded filetime v0.2.25
8902024-11-04T23:08:20.254Z Downloaded pkg-config v0.3.31
8912024-11-04T23:08:20.254Z Downloaded progenitor-impl v0.8.0
8922024-11-04T23:08:20.256Z Downloaded rsa v0.9.6
8932024-11-04T23:08:20.260Z Downloaded qorb v0.2.0
8942024-11-04T23:08:20.265Z Downloaded futures-util v0.3.31
8952024-11-04T23:08:20.279Z Downloaded socket2 v0.5.7
8962024-11-04T23:08:20.281Z Downloaded idna v0.5.0
8972024-11-04T23:08:20.289Z Downloaded blake3 v1.5.4
8982024-11-04T23:08:20.298Z Downloaded zip v0.6.6
8992024-11-04T23:08:20.302Z Downloaded idna v0.2.3
9002024-11-04T23:08:20.309Z Downloaded chrono v0.4.38
9012024-11-04T23:08:20.317Z Downloaded rayon v1.10.0
9022024-11-04T23:08:20.326Z Downloaded idna v0.4.0
9032024-11-04T23:08:20.333Z Downloaded p521 v0.13.3
9042024-11-04T23:08:20.337Z Downloaded hickory-proto v0.24.1
9052024-11-04T23:08:20.353Z Downloaded time v0.3.36
9062024-11-04T23:08:20.360Z Downloaded nix v0.27.1
9072024-11-04T23:08:20.372Z Downloaded quick-xml v0.33.0
9082024-11-04T23:08:20.378Z Downloaded quinn-proto v0.11.8
9092024-11-04T23:08:20.385Z Downloaded nix v0.29.0
9102024-11-04T23:08:20.398Z Downloaded flume v0.11.0
9112024-11-04T23:08:20.402Z Downloaded publicsuffix v2.2.3
9122024-11-04T23:08:20.404Z Downloaded hashbrown v0.13.2
9132024-11-04T23:08:20.409Z Downloaded reqwest v0.12.8
9142024-11-04T23:08:20.417Z Downloaded vcpkg v0.2.15
9152024-11-04T23:08:20.457Z Downloaded smoltcp v0.9.1
9162024-11-04T23:08:20.468Z Downloaded openssl v0.10.66
9172024-11-04T23:08:20.478Z Downloaded bindgen v0.69.5
9182024-11-04T23:08:20.485Z Downloaded reedline v0.35.0
9192024-11-04T23:08:20.492Z Downloaded radix_trie v0.2.1
9202024-11-04T23:08:20.498Z Downloaded smoltcp v0.11.0
9212024-11-04T23:08:20.510Z Downloaded rustls v0.22.4
9222024-11-04T23:08:20.525Z Downloaded num-bigint-dig v0.8.4
9232024-11-04T23:08:20.530Z Downloaded webpki-roots v0.26.6
9242024-11-04T23:08:20.533Z Downloaded rustls-webpki v0.101.7
9252024-11-04T23:08:20.548Z Downloaded hashbrown v0.14.5
9262024-11-04T23:08:20.553Z Downloaded trust-dns-proto v0.22.0
9272024-11-04T23:08:20.566Z Downloaded proptest v1.5.0
9282024-11-04T23:08:20.576Z Downloaded bitvec v1.0.1
9292024-11-04T23:08:20.592Z Downloaded rustls-webpki v0.102.8
9302024-11-04T23:08:20.610Z Downloaded winnow v0.5.40
9312024-11-04T23:08:20.619Z Downloaded regex-syntax v0.6.29
9322024-11-04T23:08:20.627Z Downloaded regex-syntax v0.8.5
9332024-11-04T23:08:20.635Z Downloaded curve25519-dalek v4.1.3
9342024-11-04T23:08:20.645Z Downloaded salty v0.3.0
9352024-11-04T23:08:20.652Z Downloaded sqlparser v0.45.0
9362024-11-04T23:08:20.658Z Downloaded p384 v0.13.0
9372024-11-04T23:08:20.664Z Downloaded portable-atomic v1.9.0
9382024-11-04T23:08:20.671Z Downloaded git2 v0.19.0
9392024-11-04T23:08:20.680Z Downloaded sled v0.34.7
9402024-11-04T23:08:20.690Z Downloaded rustls v0.23.14
9412024-11-04T23:08:20.703Z Downloaded regress v0.9.1
9422024-11-04T23:08:20.711Z Downloaded hashbrown v0.12.3
9432024-11-04T23:08:20.715Z Downloaded tough v0.17.1
9442024-11-04T23:08:20.723Z Downloaded reqwest v0.11.27
9452024-11-04T23:08:20.730Z Downloaded unicode-normalization v0.1.24
9462024-11-04T23:08:20.734Z Downloaded rustls v0.21.12
9472024-11-04T23:08:20.746Z Downloaded object v0.30.4
9482024-11-04T23:08:20.755Z Downloaded regress v0.10.1
9492024-11-04T23:08:20.764Z Downloaded regex-automata v0.4.8
9502024-11-04T23:08:20.782Z Downloaded polar-core v0.27.3
9512024-11-04T23:08:20.791Z Downloaded openapiv3 v2.0.0
9522024-11-04T23:08:20.809Z Downloaded lzma-sys v0.1.20
9532024-11-04T23:08:20.849Z Downloaded gimli v0.31.1
9542024-11-04T23:08:20.860Z Downloaded object v0.36.5
9552024-11-04T23:08:20.875Z Downloaded diesel v2.2.4
9562024-11-04T23:08:20.893Z Downloaded ratatui v0.28.1
9572024-11-04T23:08:20.914Z Downloaded libz-sys v1.1.20
9582024-11-04T23:08:20.936Z Downloaded chrono-tz v0.10.0
9592024-11-04T23:08:20.944Z Downloaded bstr v1.10.0
9602024-11-04T23:08:20.956Z Downloaded typify-impl v0.2.0
9612024-11-04T23:08:20.973Z Downloaded tokio v1.40.0
9622024-11-04T23:08:21.026Z Downloaded regex v1.11.0
9632024-11-04T23:08:21.040Z Downloaded zerocopy-derive v0.6.6
9642024-11-04T23:08:21.050Z Downloaded bzip2-sys v0.1.11+1.0.8
9652024-11-04T23:08:21.061Z Downloaded dropshot v0.12.0
9662024-11-04T23:08:21.082Z Downloaded tracing v0.1.40
9672024-11-04T23:08:21.088Z Downloaded smallvec v1.13.2
9682024-11-04T23:08:21.096Z Downloaded pkcs8 v0.10.2
9692024-11-04T23:08:21.097Z Downloaded unicode-segmentation v1.12.0
9702024-11-04T23:08:21.097Z Downloaded rustyline v14.0.0
9712024-11-04T23:08:21.100Z Downloaded ssh-key v0.6.6
9722024-11-04T23:08:21.108Z Downloaded fixedbitset v0.4.2
9732024-11-04T23:08:21.110Z Downloaded petgraph v0.6.5
9742024-11-04T23:08:21.126Z Downloaded diesel_derives v2.2.3
9752024-11-04T23:08:21.130Z Downloaded russh v0.45.0
9762024-11-04T23:08:21.136Z Downloaded h2 v0.3.26
9772024-11-04T23:08:21.143Z Downloaded heapless v0.8.0
9782024-11-04T23:08:21.148Z Downloaded serde_with v3.11.0
9792024-11-04T23:08:21.157Z Downloaded num-conv v0.1.0
9802024-11-04T23:08:21.159Z Downloaded sha3 v0.10.8
9812024-11-04T23:08:21.163Z Downloaded futures v0.3.31
9822024-11-04T23:08:21.169Z Downloaded url v2.5.2
9832024-11-04T23:08:21.172Z Downloaded tokio-macros v2.4.0
9842024-11-04T23:08:21.174Z Downloaded zip v2.1.3
9852024-11-04T23:08:21.177Z Downloaded csv v1.3.0
9862024-11-04T23:08:21.198Z Downloaded defmt v0.3.8
9872024-11-04T23:08:21.201Z Downloaded tokio-util v0.7.12
9882024-11-04T23:08:21.207Z Downloaded nom v7.1.3
9892024-11-04T23:08:21.212Z Downloaded strum_macros v0.26.4
9902024-11-04T23:08:21.216Z Downloaded itertools v0.13.0
9912024-11-04T23:08:21.223Z Downloaded parking_lot_core v0.8.6
9922024-11-04T23:08:21.225Z Downloaded signal-hook v0.3.17
9932024-11-04T23:08:21.228Z Downloaded packed_struct_codegen v0.10.1
9942024-11-04T23:08:21.230Z Downloaded futures-channel v0.3.31
9952024-11-04T23:08:21.234Z Downloaded omicron-zone-package v0.11.1
9962024-11-04T23:08:21.236Z Downloaded openssl-sys v0.9.103
9972024-11-04T23:08:21.240Z Downloaded expectorate v1.1.0
9982024-11-04T23:08:21.243Z Downloaded encoding_rs v0.8.34
9992024-11-04T23:08:21.267Z Downloaded ff v0.13.0
10002024-11-04T23:08:21.269Z Downloaded fd-lock v4.0.2
10012024-11-04T23:08:21.272Z Downloaded display-error-chain v0.2.2
10022024-11-04T23:08:21.272Z Downloaded quick-error v1.2.3
10032024-11-04T23:08:21.276Z Downloaded foreign-types-macros v0.2.3
10042024-11-04T23:08:21.276Z Downloaded value-bag v1.9.0
10052024-11-04T23:08:21.279Z Downloaded unarray v0.1.4
10062024-11-04T23:08:21.279Z Downloaded typify-macro v0.2.0
10072024-11-04T23:08:21.279Z Downloaded twox-hash v1.6.3
10082024-11-04T23:08:21.281Z Downloaded tls_codec_derive v0.4.1
10092024-11-04T23:08:21.284Z Downloaded hkdf v0.12.4
10102024-11-04T23:08:21.284Z Downloaded prettyplease v0.2.22
10112024-11-04T23:08:21.288Z Downloaded rand v0.8.5
10122024-11-04T23:08:21.292Z Downloaded pem-rfc7468 v0.7.0
10132024-11-04T23:08:21.295Z Downloaded getrandom v0.2.15
10142024-11-04T23:08:21.297Z Downloaded serde_urlencoded v0.7.1
10152024-11-04T23:08:21.299Z Downloaded crossbeam-channel v0.5.13
10162024-11-04T23:08:21.304Z Downloaded libm v0.2.8
10172024-11-04T23:08:21.313Z Downloaded serde_derive_internals v0.29.1
10182024-11-04T23:08:21.316Z Downloaded flate2 v1.0.34
10192024-11-04T23:08:21.321Z Downloaded signal-hook-registry v1.4.2
10202024-11-04T23:08:21.323Z Downloaded unsafe-libyaml v0.2.11
10212024-11-04T23:08:21.326Z Downloaded crossterm v0.28.1
10222024-11-04T23:08:21.332Z Downloaded secrecy v0.8.0
10232024-11-04T23:08:21.335Z Downloaded fatfs v0.3.6
10242024-11-04T23:08:21.337Z Downloaded slog-term v2.9.1
10252024-11-04T23:08:21.339Z Downloaded olpc-cjson v0.1.4
10262024-11-04T23:08:21.339Z Downloaded libgit2-sys v0.17.0+1.8.1
10272024-11-04T23:08:21.396Z Downloaded futures-task v0.3.31
10282024-11-04T23:08:21.398Z Downloaded predicates v3.1.2
10292024-11-04T23:08:21.401Z Downloaded password-hash v0.4.2
10302024-11-04T23:08:21.403Z Downloaded snafu v0.8.5
10312024-11-04T23:08:21.406Z Downloaded x509-cert v0.2.5
10322024-11-04T23:08:21.413Z Downloaded minimal-lexical v0.2.1
10332024-11-04T23:08:21.417Z Downloaded const_format v0.2.33
10342024-11-04T23:08:21.421Z Downloaded bumpalo v3.16.0
10352024-11-04T23:08:21.424Z Downloaded signal-hook-tokio v0.3.1
10362024-11-04T23:08:21.426Z Downloaded zeroize_derive v1.4.2
10372024-11-04T23:08:21.426Z Downloaded rustc-hash v2.0.0
10382024-11-04T23:08:21.429Z Downloaded ref-cast v1.0.23
10392024-11-04T23:08:21.431Z Downloaded miniz_oxide v0.8.0
10402024-11-04T23:08:21.434Z Downloaded cc v1.1.30
10412024-11-04T23:08:21.436Z Downloaded backtrace v0.3.74
10422024-11-04T23:08:21.439Z Downloaded predicates-tree v1.0.11
10432024-11-04T23:08:21.442Z Downloaded predicates-core v1.0.8
10442024-11-04T23:08:21.442Z Downloaded owo-colors v4.1.0
10452024-11-04T23:08:21.446Z Downloaded env_logger v0.10.2
10462024-11-04T23:08:21.448Z Downloaded tokio-rustls v0.24.1
10472024-11-04T23:08:21.448Z Downloaded parse-display-derive v0.10.0
10482024-11-04T23:08:21.451Z Downloaded globset v0.4.15
10492024-11-04T23:08:21.451Z Downloaded displaydoc v0.2.5
10502024-11-04T23:08:21.454Z Downloaded http v0.2.12
10512024-11-04T23:08:21.457Z Downloaded tokio-stream v0.1.16
10522024-11-04T23:08:21.461Z Downloaded tokio-rustls v0.26.0
10532024-11-04T23:08:21.464Z Downloaded num_enum v0.5.11
10542024-11-04T23:08:21.468Z Downloaded peg-macros v0.8.4
10552024-11-04T23:08:21.471Z Downloaded cookie v0.18.1
10562024-11-04T23:08:21.475Z Downloaded compact_str v0.8.0
10572024-11-04T23:08:21.477Z Downloaded bytes v1.7.2
10582024-11-04T23:08:21.481Z Downloaded untrusted v0.9.0
10592024-11-04T23:08:21.483Z Downloaded semver v0.1.20
10602024-11-04T23:08:21.485Z Downloaded rustc_version v0.1.7
10612024-11-04T23:08:21.485Z Downloaded radium v0.7.0
10622024-11-04T23:08:21.487Z Downloaded r2d2 v0.8.10
10632024-11-04T23:08:21.488Z Downloaded quinn-udp v0.5.5
10642024-11-04T23:08:21.490Z Downloaded postgres-protocol v0.6.7
10652024-11-04T23:08:21.492Z Downloaded postcard v1.0.10
10662024-11-04T23:08:21.495Z Downloaded derive_builder_core v0.20.2
10672024-11-04T23:08:21.497Z Downloaded crypto-bigint v0.5.5
10682024-11-04T23:08:21.502Z Downloaded base64 v0.22.1
10692024-11-04T23:08:21.506Z Downloaded crc-any v2.5.0
10702024-11-04T23:08:21.508Z Downloaded const-oid v0.9.6
10712024-11-04T23:08:21.519Z Downloaded clang-sys v1.8.1
10722024-11-04T23:08:21.519Z Downloaded untrusted v0.7.1
10732024-11-04T23:08:21.519Z Downloaded slog-envlogger v2.2.0
10742024-11-04T23:08:21.522Z Downloaded zone v0.3.0
10752024-11-04T23:08:21.522Z Downloaded foreign-types-shared v0.1.1
10762024-11-04T23:08:21.522Z Downloaded hyper-rustls v0.27.3
10772024-11-04T23:08:21.522Z Downloaded gethostname v0.5.0
10782024-11-04T23:08:21.522Z Downloaded tokio-tungstenite v0.24.0
10792024-11-04T23:08:21.524Z Downloaded native-tls v0.2.12
10802024-11-04T23:08:21.528Z Downloaded lalrpop-util v0.19.12
10812024-11-04T23:08:21.528Z Downloaded fxhash v0.2.1
10822024-11-04T23:08:21.530Z Downloaded stringprep v0.1.5
10832024-11-04T23:08:21.530Z Downloaded string_cache v0.8.7
10842024-11-04T23:08:21.532Z Downloaded openssl-macros v0.1.1
10852024-11-04T23:08:21.532Z Downloaded normalize-line-endings v0.3.0
10862024-11-04T23:08:21.532Z Downloaded zone_cfg_derive v0.1.2
10872024-11-04T23:08:21.535Z Downloaded scrypt v0.11.0
10882024-11-04T23:08:21.535Z Downloaded scopeguard v1.2.0
10892024-11-04T23:08:21.537Z Downloaded rusty-fork v0.3.0
10902024-11-04T23:08:21.537Z Downloaded darling_core v0.20.10
10912024-11-04T23:08:21.542Z Downloaded async-trait v0.1.83
10922024-11-04T23:08:21.545Z Downloaded iana-time-zone v0.1.61
10932024-11-04T23:08:21.548Z Downloaded hyper-staticfile v0.10.1
10942024-11-04T23:08:21.550Z Downloaded crc v3.2.1
10952024-11-04T23:08:21.553Z Downloaded convert_case v0.4.0
10962024-11-04T23:08:21.555Z Downloaded constant_time_eq v0.3.1
10972024-11-04T23:08:21.557Z Downloaded lru v0.12.5
10982024-11-04T23:08:21.557Z Downloaded linked-hash-map v0.5.6
10992024-11-04T23:08:21.559Z Downloaded cbc v0.1.2
11002024-11-04T23:08:21.562Z Downloaded md-5 v0.10.6
11012024-11-04T23:08:21.563Z Downloaded libefi-sys v0.1.0
11022024-11-04T23:08:21.565Z Downloaded lockfree-object-pool v0.1.6
11032024-11-04T23:08:21.565Z Downloaded kstat-rs v0.2.4
11042024-11-04T23:08:21.568Z Downloaded keccak v0.1.5
11052024-11-04T23:08:21.568Z Downloaded bit-vec v0.6.3
11062024-11-04T23:08:21.570Z Downloaded bb8 v0.8.5
11072024-11-04T23:08:21.570Z Downloaded async-stream v0.3.6
11082024-11-04T23:08:21.573Z Downloaded crunchy v0.2.2
11092024-11-04T23:08:21.576Z Downloaded cfg_aliases v0.2.1
11102024-11-04T23:08:21.576Z Downloaded argon2 v0.5.3
11112024-11-04T23:08:21.578Z Downloaded curve25519-dalek-derive v0.1.1
11122024-11-04T23:08:21.581Z Downloaded adler2 v2.0.0
11132024-11-04T23:08:21.581Z Downloaded httparse v1.9.5
11142024-11-04T23:08:21.584Z Downloaded ciborium v0.2.2
11152024-11-04T23:08:21.586Z Downloaded block-padding v0.3.3
11162024-11-04T23:08:21.586Z Downloaded colored v2.1.0
11172024-11-04T23:08:21.589Z Downloaded highway v1.2.0
11182024-11-04T23:08:21.592Z Downloaded csv-core v0.1.11
11192024-11-04T23:08:21.592Z Downloaded cexpr v0.6.0
11202024-11-04T23:08:21.595Z Downloaded linear-map v1.2.0
11212024-11-04T23:08:21.595Z Downloaded lazycell v1.3.0
11222024-11-04T23:08:21.598Z Downloaded instability v0.3.2
11232024-11-04T23:08:21.598Z Downloaded aead v0.5.2
11242024-11-04T23:08:21.600Z Downloaded castaway v0.2.3
11252024-11-04T23:08:21.601Z Downloaded buf-list v1.0.3
11262024-11-04T23:08:21.603Z Downloaded bitfield-struct v0.6.2
11272024-11-04T23:08:21.603Z Downloaded bit-set v0.5.3
11282024-11-04T23:08:21.605Z Downloaded arrayref v0.3.9
11292024-11-04T23:08:21.605Z Downloaded hmac v0.12.1
11302024-11-04T23:08:21.608Z Downloaded cobs v0.2.3
11312024-11-04T23:08:21.608Z Downloaded chacha20 v0.9.1
11322024-11-04T23:08:21.611Z Downloaded base16ct v0.2.0
11332024-11-04T23:08:21.847Z Downloaded ring v0.17.8
11342024-11-04T23:08:22.002Z Downloaded libsqlite3-sys v0.30.1
11352024-11-04T23:08:22.089Z Downloaded ring v0.16.20
11362024-11-04T23:08:22.272Z Compiling serde v1.0.210
11372024-11-04T23:08:22.274Z Compiling typenum v1.17.0
11382024-11-04T23:08:22.274Z Compiling lock_api v0.4.12
11392024-11-04T23:08:22.274Z Compiling generic-array v0.14.7
11402024-11-04T23:08:22.274Z Compiling scopeguard v1.2.0
11412024-11-04T23:08:22.275Z Compiling subtle v2.6.1
11422024-11-04T23:08:22.463Z Compiling syn v2.0.79
11432024-11-04T23:08:22.481Z Compiling getrandom v0.2.15
11442024-11-04T23:08:22.596Z Compiling value-bag v1.9.0
11452024-11-04T23:08:22.705Z Compiling rand_core v0.6.4
11462024-11-04T23:08:22.911Z Compiling const-oid v0.9.6
11472024-11-04T23:08:22.913Z Compiling jobserver v0.1.32
11482024-11-04T23:08:22.968Z Compiling shlex v1.3.0
11492024-11-04T23:08:23.185Z Compiling log v0.4.22
11502024-11-04T23:08:23.248Z Compiling pin-project-lite v0.2.14
11512024-11-04T23:08:23.387Z Compiling cc v1.1.30
11522024-11-04T23:08:23.410Z Compiling smallvec v1.13.2
11532024-11-04T23:08:23.464Z Compiling parking_lot_core v0.9.10
11542024-11-04T23:08:23.810Z Compiling futures-core v0.3.31
11552024-11-04T23:08:23.829Z Compiling signal-hook-registry v1.4.2
11562024-11-04T23:08:24.077Z Compiling mio v1.0.2
11572024-11-04T23:08:24.104Z Compiling cpufeatures v0.2.14
11582024-11-04T23:08:24.216Z Compiling futures-sink v0.3.31
11592024-11-04T23:08:24.384Z Compiling parking_lot v0.12.3
11602024-11-04T23:08:24.622Z Compiling spin v0.9.8
11612024-11-04T23:08:24.641Z Compiling socket2 v0.5.7
11622024-11-04T23:08:24.874Z Compiling slab v0.4.9
11632024-11-04T23:08:25.046Z Compiling serde_json v1.0.128
11642024-11-04T23:08:25.243Z Compiling futures-channel v0.3.31
11652024-11-04T23:08:25.293Z Compiling allocator-api2 v0.2.18
11662024-11-04T23:08:25.318Z Compiling pin-utils v0.1.0
11672024-11-04T23:08:25.416Z Compiling futures-task v0.3.31
11682024-11-04T23:08:25.440Z Compiling foldhash v0.1.3
11692024-11-04T23:08:25.638Z Compiling futures-io v0.3.31
11702024-11-04T23:08:25.657Z Compiling tinyvec_macros v0.1.1
11712024-11-04T23:08:25.675Z Compiling libm v0.2.8
11722024-11-04T23:08:25.732Z Compiling tinyvec v1.8.0
11732024-11-04T23:08:25.752Z Compiling pkg-config v0.3.31
11742024-11-04T23:08:25.754Z Compiling num-traits v0.2.19
11752024-11-04T23:08:26.040Z Compiling hashbrown v0.15.0
11762024-11-04T23:08:26.087Z Compiling unicode-bidi v0.3.17
11772024-11-04T23:08:26.367Z Compiling base64ct v1.6.0
11782024-11-04T23:08:27.021Z Compiling pem-rfc7468 v0.7.0
11792024-11-04T23:08:27.508Z Compiling unicode-normalization v0.1.24
11802024-11-04T23:08:27.545Z Compiling httparse v1.9.5
11812024-11-04T23:08:27.546Z Compiling flagset v0.4.6
11822024-11-04T23:08:27.601Z Compiling tracing-core v0.1.32
11832024-11-04T23:08:27.614Z Compiling ring v0.17.8
11842024-11-04T23:08:27.762Z Compiling crossbeam-utils v0.8.20
11852024-11-04T23:08:27.858Z Compiling percent-encoding v2.3.1
11862024-11-04T23:08:28.192Z Compiling rustls-pki-types v1.9.0
11872024-11-04T23:08:28.400Z Compiling untrusted v0.9.0
11882024-11-04T23:08:28.613Z Compiling powerfmt v0.2.0
11892024-11-04T23:08:28.634Z Compiling time-core v0.1.2
11902024-11-04T23:08:28.883Z Compiling num-conv v0.1.0
11912024-11-04T23:08:28.989Z Compiling vcpkg v0.2.15
11922024-11-04T23:08:29.034Z Compiling deranged v0.3.11
11932024-11-04T23:08:29.141Z Compiling time-macros v0.2.18
11942024-11-04T23:08:29.318Z Compiling atomic-waker v1.1.2
11952024-11-04T23:08:29.452Z Compiling num_threads v0.1.7
11962024-11-04T23:08:29.499Z Compiling form_urlencoded v1.2.1
11972024-11-04T23:08:29.572Z Compiling slog v2.7.0
11982024-11-04T23:08:29.831Z Compiling try-lock v0.2.5
11992024-11-04T23:08:29.968Z Compiling rustix v0.38.37
12002024-11-04T23:08:30.158Z Compiling want v0.3.1
12012024-11-04T23:08:30.440Z Compiling httpdate v1.0.3
12022024-11-04T23:08:30.869Z Compiling idna v0.5.0
12032024-11-04T23:08:30.884Z Compiling openssl v0.10.66
12042024-11-04T23:08:30.947Z Compiling openssl-sys v0.9.103
12052024-11-04T23:08:30.966Z Compiling rustversion v1.0.17
12062024-11-04T23:08:31.234Z Compiling base64 v0.22.1
12072024-11-04T23:08:31.295Z Compiling tower-service v0.3.3
12082024-11-04T23:08:31.427Z Compiling adler2 v2.0.0
12092024-11-04T23:08:31.634Z Compiling foreign-types-shared v0.1.1
12102024-11-04T23:08:31.706Z Compiling iana-time-zone v0.1.61
12112024-11-04T23:08:31.770Z Compiling match_cfg v0.1.0
12122024-11-04T23:08:31.865Z Compiling hostname v0.3.1
12132024-11-04T23:08:31.942Z Compiling foreign-types v0.3.2
12142024-11-04T23:08:32.080Z Compiling time v0.3.36
12152024-11-04T23:08:32.098Z Compiling url v2.5.2
12162024-11-04T23:08:32.114Z Compiling miniz_oxide v0.8.0
12172024-11-04T23:08:32.116Z Compiling dirs-sys-next v0.1.2
12182024-11-04T23:08:32.330Z Compiling aho-corasick v1.1.3
12192024-11-04T23:08:32.721Z Compiling rustls v0.22.4
12202024-11-04T23:08:33.022Z Compiling data-encoding v2.6.0
12212024-11-04T23:08:33.503Z Compiling rustls v0.23.14
12222024-11-04T23:08:33.563Z Compiling siphasher v0.3.11
12232024-11-04T23:08:33.774Z Compiling native-tls v0.2.12
12242024-11-04T23:08:33.893Z Compiling regex-syntax v0.8.5
12252024-11-04T23:08:33.965Z Compiling syn v1.0.109
12262024-11-04T23:08:34.152Z Compiling dirs-next v2.0.0
12272024-11-04T23:08:34.618Z Compiling serde_derive_internals v0.29.1
12282024-11-04T23:08:35.177Z Compiling crossbeam-epoch v0.9.18
12292024-11-04T23:08:35.652Z Compiling bzip2-sys v0.1.11+1.0.8
12302024-11-04T23:08:35.912Z Compiling lazy_static v1.5.0
12312024-11-04T23:08:36.033Z Compiling thread_local v1.1.8
12322024-11-04T23:08:36.146Z Compiling multer v3.1.0
12332024-11-04T23:08:36.208Z Compiling serde_derive v1.0.210
12342024-11-04T23:08:36.437Z Compiling zeroize_derive v1.4.2
12352024-11-04T23:08:36.582Z Compiling zerocopy-derive v0.7.35
12362024-11-04T23:08:37.126Z Compiling tokio-macros v2.4.0
12372024-11-04T23:08:37.218Z Compiling thiserror-impl v1.0.64
12382024-11-04T23:08:37.297Z Compiling futures-macro v0.3.31
12392024-11-04T23:08:37.975Z Compiling zeroize v1.8.1
12402024-11-04T23:08:38.704Z Compiling der_derive v0.7.3
12412024-11-04T23:08:38.754Z Compiling zerocopy v0.7.35
12422024-11-04T23:08:39.269Z Compiling futures-util v0.3.31
12432024-11-04T23:08:39.775Z Compiling crypto-common v0.1.6
12442024-11-04T23:08:40.052Z Compiling block-buffer v0.10.4
12452024-11-04T23:08:40.077Z Compiling block-padding v0.3.3
12462024-11-04T23:08:40.232Z Compiling tracing-attributes v0.1.27
12472024-11-04T23:08:40.346Z Compiling digest v0.10.7
12482024-11-04T23:08:40.373Z Compiling inout v0.1.3
12492024-11-04T23:08:40.424Z Compiling ppv-lite86 v0.2.20
12502024-11-04T23:08:40.426Z Compiling thiserror v1.0.64
12512024-11-04T23:08:40.590Z Compiling pest v2.7.14
12522024-11-04T23:08:40.670Z Compiling cipher v0.4.4
12532024-11-04T23:08:40.911Z Compiling hmac v0.12.1
12542024-11-04T23:08:41.208Z Compiling sha2 v0.10.8
12552024-11-04T23:08:41.228Z Compiling der v0.7.9
12562024-11-04T23:08:41.281Z Compiling salsa20 v0.10.2
12572024-11-04T23:08:41.425Z Compiling rand_chacha v0.3.1
12582024-11-04T23:08:41.514Z Compiling pbkdf2 v0.12.2
12592024-11-04T23:08:41.701Z Compiling aes v0.8.4
12602024-11-04T23:08:43.809Z Compiling spki v0.7.3
12612024-11-04T23:08:43.878Z Compiling rand v0.8.5
12622024-11-04T23:08:44.072Z Compiling tracing v0.1.40
12632024-11-04T23:08:44.224Z Compiling pest_meta v2.7.14
12642024-11-04T23:08:44.590Z Compiling scrypt v0.11.0
12652024-11-04T23:08:44.686Z Compiling cbc v0.1.2
12662024-11-04T23:08:44.826Z Compiling scroll_derive v0.12.0
12672024-11-04T23:08:44.944Z Compiling pkcs5 v0.7.1
12682024-11-04T23:08:45.165Z Compiling openssl-macros v0.1.1
12692024-11-04T23:08:46.032Z Compiling pest_generator v2.7.14
12702024-11-04T23:08:46.114Z Compiling pkcs8 v0.10.2
12712024-11-04T23:08:46.165Z Compiling async-trait v0.1.83
12722024-11-04T23:08:46.244Z Compiling signature v2.2.0
12732024-11-04T23:08:46.434Z Compiling scroll v0.12.0
12742024-11-04T23:08:46.559Z Compiling sha1 v0.10.6
12752024-11-04T23:08:46.900Z Compiling regex-automata v0.4.8
12762024-11-04T23:08:47.012Z Compiling rustls-webpki v0.102.8
12772024-11-04T23:08:47.053Z Compiling goblin v0.8.2
12782024-11-04T23:08:48.112Z Compiling cookie v0.18.1
12792024-11-04T23:08:48.452Z Compiling encoding_rs v0.8.34
12802024-11-04T23:08:48.643Z Compiling openssl-probe v0.1.5
12812024-11-04T23:08:48.907Z Compiling signal-hook v0.3.17
12822024-11-04T23:08:49.034Z Compiling mime v0.3.17
12832024-11-04T23:08:49.089Z Compiling pest_derive v2.7.14
12842024-11-04T23:08:49.137Z Compiling either v1.13.0
12852024-11-04T23:08:49.207Z Compiling schemars v0.8.21
12862024-11-04T23:08:49.547Z Compiling unicode-properties v0.1.3
12872024-11-04T23:08:49.585Z Compiling slog-async v2.8.0
12882024-11-04T23:08:49.592Z Compiling rayon-core v1.12.1
12892024-11-04T23:08:49.856Z Compiling dtrace-parser v0.2.0
12902024-11-04T23:08:49.882Z Compiling gimli v0.31.1
12912024-11-04T23:08:49.935Z Compiling ipnet v2.10.1
12922024-11-04T23:08:50.134Z Compiling paste v1.0.15
12932024-11-04T23:08:50.727Z Compiling bytes v1.7.2
12942024-11-04T23:08:51.515Z Compiling indexmap v2.6.0
12952024-11-04T23:08:51.941Z Compiling tokio v1.40.0
12962024-11-04T23:08:52.159Z Compiling http v1.1.0
12972024-11-04T23:08:52.772Z Compiling bitflags v2.6.0
12982024-11-04T23:08:52.792Z Compiling semver v1.0.23
12992024-11-04T23:08:53.574Z Compiling rustc_version v0.4.1
13002024-11-04T23:08:53.941Z Compiling http-body v1.0.1
13012024-11-04T23:08:54.180Z Compiling dof v0.3.0
13022024-11-04T23:08:54.340Z Compiling serde_spanned v0.6.8
13032024-11-04T23:08:54.595Z Compiling toml_datetime v0.6.8
13042024-11-04T23:08:54.690Z Compiling uuid v1.10.0
13052024-11-04T23:08:55.160Z Compiling serde_tokenstream v0.2.2
13062024-11-04T23:08:55.292Z Compiling usdt-impl v0.5.0
13072024-11-04T23:08:55.788Z Compiling chrono v0.4.38
13082024-11-04T23:08:56.236Z Compiling heapless v0.7.17
13092024-11-04T23:08:56.334Z Compiling http-body-util v0.1.2
13102024-11-04T23:08:56.808Z Compiling toml_edit v0.22.22
13112024-11-04T23:08:56.974Z Compiling addr2line v0.24.2
13122024-11-04T23:08:57.377Z Compiling usdt-macro v0.5.0
13132024-11-04T23:08:57.707Z Compiling usdt-attr-macro v0.5.0
13142024-11-04T23:08:58.780Z Compiling curve25519-dalek v4.1.3
13152024-11-04T23:08:58.867Z Compiling slog-json v2.6.1
13162024-11-04T23:08:59.322Z Compiling serde_urlencoded v0.7.1
13172024-11-04T23:08:59.389Z Compiling stringprep v0.1.5
13182024-11-04T23:08:59.614Z Compiling futures-executor v0.3.31
13192024-11-04T23:08:59.826Z Compiling md-5 v0.10.6
13202024-11-04T23:09:00.087Z Compiling schemars_derive v0.8.21
13212024-11-04T23:09:00.229Z Compiling enum-as-inner v0.6.1
13222024-11-04T23:09:00.590Z Compiling tokio-util v0.7.12
13232024-11-04T23:09:01.394Z Compiling async-stream-impl v0.3.6
13242024-11-04T23:09:02.054Z Compiling h2 v0.4.6
13252024-11-04T23:09:04.099Z Compiling crossbeam-deque v0.8.5
13262024-11-04T23:09:04.452Z Compiling term v0.7.0
13272024-11-04T23:09:04.967Z Compiling crossbeam-channel v0.5.13
13282024-11-04T23:09:05.473Z Compiling num-integer v0.1.46
13292024-11-04T23:09:05.997Z Compiling rustls-pemfile v2.2.0
13302024-11-04T23:09:06.149Z Compiling idna v0.4.0
13312024-11-04T23:09:06.335Z Compiling idna v0.3.0
13322024-11-04T23:09:06.369Z Compiling hash32 v0.2.1
13332024-11-04T23:09:06.766Z Compiling ff v0.13.0
13342024-11-04T23:09:06.794Z Compiling is-terminal v0.4.13
13352024-11-04T23:09:06.934Z Compiling dropshot v0.12.0
13362024-11-04T23:09:07.012Z Compiling object v0.36.5
13372024-11-04T23:09:07.247Z Compiling linked-hash-map v0.5.6
13382024-11-04T23:09:07.637Z Compiling stable_deref_trait v1.2.0
13392024-11-04T23:09:07.748Z Compiling rustc-demangle v0.1.24
13402024-11-04T23:09:07.809Z Compiling anyhow v1.0.92
13412024-11-04T23:09:08.030Z Compiling num-bigint-dig v0.8.4
13422024-11-04T23:09:08.372Z Compiling dyn-clone v1.0.17
13432024-11-04T23:09:08.508Z Compiling utf-8 v0.7.6
13442024-11-04T23:09:08.601Z Compiling portable-atomic v1.9.0
13452024-11-04T23:09:08.749Z Compiling smoltcp v0.9.1
13462024-11-04T23:09:08.849Z Compiling base16ct v0.2.0
13472024-11-04T23:09:09.192Z Compiling take_mut v0.2.2
13482024-11-04T23:09:09.373Z Compiling hyper v1.4.1
13492024-11-04T23:09:09.444Z Compiling quick-error v1.2.3
13502024-11-04T23:09:09.475Z Compiling fallible-iterator v0.2.0
13512024-11-04T23:09:09.585Z Compiling psl-types v2.0.11
13522024-11-04T23:09:09.722Z Compiling resolv-conf v0.7.0
13532024-11-04T23:09:09.784Z Compiling publicsuffix v2.2.3
13542024-11-04T23:09:10.208Z Compiling postgres-protocol v0.6.7
13552024-11-04T23:09:10.486Z Compiling sec1 v0.7.3
13562024-11-04T23:09:11.137Z Compiling tungstenite v0.24.0
13572024-11-04T23:09:11.985Z Compiling hyper-util v0.1.9
13582024-11-04T23:09:13.336Z Compiling lru-cache v0.1.2
13592024-11-04T23:09:13.571Z Compiling hickory-proto v0.24.1
13602024-11-04T23:09:13.607Z Compiling group v0.13.0
13612024-11-04T23:09:13.626Z Compiling usdt v0.5.0
13622024-11-04T23:09:14.031Z Compiling slog-term v2.9.1
13632024-11-04T23:09:14.122Z Compiling num-iter v0.1.45
13642024-11-04T23:09:14.213Z Compiling tokio-rustls v0.26.0
13652024-11-04T23:09:14.698Z Compiling tokio-rustls v0.25.0
13662024-11-04T23:09:15.151Z Compiling backtrace v0.3.74
13672024-11-04T23:09:15.154Z Compiling tokio-native-tls v0.3.1
13682024-11-04T23:09:15.181Z Compiling async-stream v0.3.6
13692024-11-04T23:09:15.487Z Compiling toml v0.8.19
13702024-11-04T23:09:15.594Z Compiling futures v0.3.31
13712024-11-04T23:09:16.528Z Compiling camino v1.1.9
13722024-11-04T23:09:17.166Z Compiling slog-bunyan v2.5.0
13732024-11-04T23:09:17.272Z Compiling terminal_size v0.4.0
13742024-11-04T23:09:17.403Z Compiling dropshot_endpoint v0.12.0
13752024-11-04T23:09:17.475Z Compiling openapiv3 v2.0.0
13762024-11-04T23:09:17.496Z Compiling serde_path_to_error v0.1.16
13772024-11-04T23:09:17.960Z Compiling hkdf v0.12.4
13782024-11-04T23:09:18.133Z Compiling hubpack_derive v0.1.1
13792024-11-04T23:09:18.207Z Compiling crypto-bigint v0.5.5
13802024-11-04T23:09:18.334Z Compiling zerocopy-derive v0.6.6
13812024-11-04T23:09:18.356Z Compiling curve25519-dalek-derive v0.1.1
13822024-11-04T23:09:18.376Z Compiling phf_shared v0.11.2
13832024-11-04T23:09:18.768Z Compiling waitgroup v0.1.2
13842024-11-04T23:09:19.000Z Compiling webpki-roots v0.26.6
13852024-11-04T23:09:19.066Z Compiling hostname v0.4.0
13862024-11-04T23:09:19.220Z Compiling crc32fast v1.4.2
13872024-11-04T23:09:19.360Z Compiling ahash v0.8.11
13882024-11-04T23:09:19.613Z Compiling fs-err v2.11.0
13892024-11-04T23:09:19.778Z Compiling bitflags v1.3.2
13902024-11-04T23:09:19.863Z Compiling debug-ignore v1.0.5
13912024-11-04T23:09:19.898Z Compiling managed v0.8.0
13922024-11-04T23:09:19.935Z Compiling winnow v0.5.40
13932024-11-04T23:09:20.024Z Compiling strum_macros v0.25.3
13942024-11-04T23:09:20.573Z Compiling zerocopy v0.6.6
13952024-11-04T23:09:21.585Z Compiling elliptic-curve v0.13.8
13962024-11-04T23:09:22.075Z Compiling console v0.15.8
13972024-11-04T23:09:22.450Z Compiling clap_builder v4.5.20
13982024-11-04T23:09:23.740Z Compiling flate2 v1.0.34
13992024-11-04T23:09:23.850Z Compiling toml_edit v0.19.15
14002024-11-04T23:09:24.127Z Compiling hickory-resolver v0.24.1
14012024-11-04T23:09:24.147Z Compiling hyper-rustls v0.27.3
14022024-11-04T23:09:24.590Z Compiling hubpack v0.1.2
14032024-11-04T23:09:24.708Z Compiling phf v0.11.2
14042024-11-04T23:09:24.808Z Compiling signal-hook-mio v0.2.4
14052024-11-04T23:09:24.987Z Compiling cookie_store v0.21.0
14062024-11-04T23:09:25.029Z Compiling hyper-tls v0.6.0
14072024-11-04T23:09:25.478Z Compiling rayon v1.10.0
14082024-11-04T23:09:25.966Z Compiling bzip2 v0.4.4
14092024-11-04T23:09:26.605Z Compiling tokio-tungstenite v0.24.0
14102024-11-04T23:09:27.167Z Compiling postgres-types v0.2.8
14112024-11-04T23:09:30.115Z Compiling tokio-stream v0.1.16
14122024-11-04T23:09:30.652Z Compiling bstr v1.10.0
14132024-11-04T23:09:30.773Z Compiling regex v1.11.0
14142024-11-04T23:09:31.140Z Compiling serde-big-array v0.5.1
14152024-11-04T23:09:31.219Z Compiling ed25519 v2.2.3
14162024-11-04T23:09:31.372Z Compiling pkcs1 v0.7.5
14172024-11-04T23:09:31.389Z Compiling rfc6979 v0.4.0
14182024-11-04T23:09:31.514Z Compiling serde_repr v0.1.19
14192024-11-04T23:09:31.576Z Compiling derive-where v1.2.7
14202024-11-04T23:09:31.668Z Compiling clap_derive v4.5.18
14212024-11-04T23:09:31.921Z Compiling phf_shared v0.10.0
14222024-11-04T23:09:32.354Z Compiling float-cmp v0.9.0
14232024-11-04T23:09:32.374Z Compiling sync_wrapper v1.0.1
14242024-11-04T23:09:32.420Z Compiling fixedbitset v0.4.2
14252024-11-04T23:09:32.535Z Compiling minimal-lexical v0.2.1
14262024-11-04T23:09:32.596Z Compiling normalize-line-endings v0.3.0
14272024-11-04T23:09:32.676Z Compiling static_assertions v1.1.0
14282024-11-04T23:09:32.724Z Compiling new_debug_unreachable v1.0.6
14292024-11-04T23:09:32.798Z Compiling bit-vec v0.6.3
14302024-11-04T23:09:32.845Z Compiling precomputed-hash v0.1.1
14312024-11-04T23:09:32.875Z Compiling whoami v1.5.2
14322024-11-04T23:09:32.987Z Compiling difflib v0.4.0
14332024-11-04T23:09:33.078Z Compiling predicates-core v1.0.8
14342024-11-04T23:09:33.098Z Compiling number_prefix v0.4.0
14352024-11-04T23:09:33.305Z Compiling unicode-segmentation v1.12.0
14362024-11-04T23:09:33.332Z Compiling indicatif v0.17.8
14372024-11-04T23:09:33.440Z Compiling predicates v3.1.2
14382024-11-04T23:09:33.564Z Compiling tokio-postgres v0.7.12
14392024-11-04T23:09:34.220Z Compiling similar v2.6.0
14402024-11-04T23:09:34.632Z Compiling bit-set v0.5.3
14412024-11-04T23:09:34.935Z Compiling nom v7.1.3
14422024-11-04T23:09:35.094Z Compiling qorb v0.2.0
14432024-11-04T23:09:35.114Z Compiling string_cache v0.8.7
14442024-11-04T23:09:35.495Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14452024-11-04T23:09:35.557Z Compiling petgraph v0.6.5
14462024-11-04T23:09:36.507Z Compiling clap v4.5.20
14472024-11-04T23:09:36.633Z Compiling reqwest v0.12.8
14482024-11-04T23:09:36.665Z Compiling rsa v0.9.6
14492024-11-04T23:09:38.780Z Compiling ecdsa v0.16.9
14502024-11-04T23:09:39.530Z Compiling ed25519-dalek v2.1.1
14512024-11-04T23:09:39.689Z Compiling toml v0.7.8
14522024-11-04T23:09:39.709Z Compiling zip v0.6.6
14532024-11-04T23:09:40.681Z Compiling crossterm v0.28.1
14542024-11-04T23:09:41.418Z Compiling hex v0.4.3
14552024-11-04T23:09:41.642Z Compiling itertools v0.12.1
14562024-11-04T23:09:41.928Z Compiling itertools v0.10.5
14572024-11-04T23:09:42.067Z Compiling x509-cert v0.2.5
14582024-11-04T23:09:42.129Z Compiling peg-runtime v0.8.3
14592024-11-04T23:09:42.752Z Compiling unicode-xid v0.2.6
14602024-11-04T23:09:42.915Z Compiling lalrpop-util v0.19.12
14612024-11-04T23:09:42.935Z Compiling xattr v1.3.1
14622024-11-04T23:09:43.233Z Compiling strum_macros v0.26.4
14632024-11-04T23:09:43.297Z Compiling filetime v0.2.25
14642024-11-04T23:09:43.658Z Compiling tar v0.4.42
14652024-11-04T23:09:46.671Z Compiling strum v0.26.3
14662024-11-04T23:09:46.756Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14672024-11-04T23:09:47.041Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14682024-11-04T23:09:52.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
14692024-11-04T23:09:52.931Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14702024-11-04T23:09:52.981ZNov 04 23:09:51.581 INFO Starting download, target: Cockroach
14712024-11-04T23:09:52.981ZNov 04 23:09:51.581 INFO Starting download, target: DendriteOpenapi
14722024-11-04T23:09:52.981ZNov 04 23:09:51.581 INFO Starting download, target: Clickhouse
14732024-11-04T23:09:52.984ZNov 04 23:09:51.581 INFO Starting download, target: Console
14742024-11-04T23:09:52.984ZNov 04 23:09:51.581 INFO Starting download, target: DendriteStub
14752024-11-04T23:09:52.984ZNov 04 23:09:51.581 INFO Starting download, target: MaghemiteMgd
14762024-11-04T23:09:52.984ZNov 04 23:09:51.581 INFO Starting download, target: TransceiverControl
14772024-11-04T23:09:52.984ZNov 04 23:09:51.582 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14782024-11-04T23:09:52.984ZNov 04 23:09:51.582 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14792024-11-04T23:09:52.984ZNov 04 23:09:51.582 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi
14802024-11-04T23:09:52.984ZNov 04 23:09:51.582 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14812024-11-04T23:09:52.984ZNov 04 23:09:51.582 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14822024-11-04T23:09:52.984ZNov 04 23:09:51.582 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14832024-11-04T23:09:52.984ZNov 04 23:09:51.582 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14842024-11-04T23:09:53.296ZNov 04 23:09:51.884 INFO Download complete, target: DendriteOpenapi
14852024-11-04T23:09:53.477ZNov 04 23:09:52.029 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14862024-11-04T23:09:53.625ZNov 04 23:09:52.189 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14872024-11-04T23:09:53.944ZNov 04 23:09:52.527 INFO Download complete, target: Console
14882024-11-04T23:09:53.987ZNov 04 23:09:52.586 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14892024-11-04T23:09:54.083ZNov 04 23:09:52.682 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14902024-11-04T23:09:54.122ZNov 04 23:09:52.721 INFO Download complete, target: TransceiverControl
14912024-11-04T23:09:54.831ZNov 04 23:09:53.431 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14922024-11-04T23:09:54.832ZNov 04 23:09:53.431 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14932024-11-04T23:09:55.410ZNov 04 23:09:54.010 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14942024-11-04T23:09:56.830ZNov 04 23:09:55.429 INFO Download complete, target: DendriteStub
14952024-11-04T23:09:57.039ZNov 04 23:09:55.638 INFO Download complete, target: MaghemiteMgd
14962024-11-04T23:10:02.214ZNov 04 23:10:00.801 INFO Checking that binary works, target: Cockroach
14972024-11-04T23:10:02.386ZNov 04 23:10:00.966 INFO Download complete, target: Cockroach
14982024-11-04T23:10:07.747ZNov 04 23:10:06.344 INFO Checking that binary works, target: Clickhouse
14992024-11-04T23:10:08.196ZNov 04 23:10:06.794 INFO Download complete, target: Clickhouse
15002024-11-04T23:10:08.627ZAll builder prerequisites installed successfully, and PATH looks valid
15012024-11-04T23:10:08.630Z
15022024-11-04T23:10:08.630Zreal 4:59.264776230
15032024-11-04T23:10:08.630Zuser 12:40.447204862
15042024-11-04T23:10:08.630Zsys 2:47.675898573
15052024-11-04T23:10:08.630Ztrap 0.444938445
15062024-11-04T23:10:08.630Ztflt 4.375543057
15072024-11-04T23:10:08.630Zdflt 4.201718675
15082024-11-04T23:10:08.630Zkflt 0.383228507
15092024-11-04T23:10:08.630Zlock 23:00.365198185
15102024-11-04T23:10:08.630Zslp 51:41.268298970
15112024-11-04T23:10:08.630Zlat 44.533777827
15122024-11-04T23:10:08.630Zstop 2:05.649265373
15132024-11-04T23:10:08.630Z+ banner hack-check
15142024-11-04T23:10:08.633Z
15152024-11-04T23:10:08.633Z # # ## #### # # #### # # ###### #### # #
15162024-11-04T23:10:08.633Z # # # # # # # # # # # # # # # # #
15172024-11-04T23:10:08.633Z ###### # # # #### ##### # ###### ##### # ####
15182024-11-04T23:10:08.633Z # # ###### # # # # # # # # # #
15192024-11-04T23:10:08.633Z # # # # # # # # # # # # # # # # #
15202024-11-04T23:10:08.633Z # # # # #### # # #### # # ###### #### # #
15212024-11-04T23:10:08.633Z
15222024-11-04T23:10:08.633Z+ export CARGO_INCREMENTAL=0
15232024-11-04T23:10:08.633Z+ CARGO_INCREMENTAL=0
15242024-11-04T23:10:08.633Z+ ptime -m timeout 2h cargo xtask check-features --ci
15252024-11-04T23:10:09.144Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15262024-11-04T23:10:12.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
15272024-11-04T23:10:12.919Z Running `target/debug/xtask check-features --ci`
15282024-11-04T23:10:12.941Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15292024-11-04T23:10:12.941Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15302024-11-04T23:10:13.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15312024-11-04T23:10:13.397Z Running `target/debug/xtask download cargo-hack`
15322024-11-04T23:10:14.191Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15332024-11-04T23:10:14.625Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15342024-11-04T23:10:19.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
15352024-11-04T23:10:19.871Z Running `target/debug/xtask-downloader cargo-hack`
15362024-11-04T23:10:19.917ZNov 04 23:10:18.513 INFO Starting download, target: CargoHack
15372024-11-04T23:10:19.920ZNov 04 23:10:18.514 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15382024-11-04T23:10:20.343ZNov 04 23:10:18.939 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15392024-11-04T23:10:20.432ZNov 04 23:10:19.027 INFO Download complete, target: CargoHack
15402024-11-04T23:10:20.436Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15412024-11-04T23:10:20.453Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15422024-11-04T23:10:20.626Zinfo: running `cargo check --bins` on api_identity (1/169)
15432024-11-04T23:10:21.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-11-04T23:10:21.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-11-04T23:10:21.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-11-04T23:10:21.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15472024-11-04T23:10:21.233Z
15482024-11-04T23:10:21.233Zinfo: running `cargo check --bins` on bootstore (2/169)
15492024-11-04T23:10:21.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-11-04T23:10:21.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-11-04T23:10:21.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-11-04T23:10:21.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15532024-11-04T23:10:21.882Z
15542024-11-04T23:10:21.882Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/169)
15552024-11-04T23:10:22.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-11-04T23:10:22.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-11-04T23:10:22.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-11-04T23:10:22.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15592024-11-04T23:10:22.494Z
15602024-11-04T23:10:22.494Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/169)
15612024-11-04T23:10:23.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-11-04T23:10:23.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-11-04T23:10:23.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-11-04T23:10:23.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15652024-11-04T23:10:23.107Z
15662024-11-04T23:10:23.107Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/169)
15672024-11-04T23:10:23.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-11-04T23:10:23.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-11-04T23:10:23.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-11-04T23:10:23.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15712024-11-04T23:10:23.514Z
15722024-11-04T23:10:23.514Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/169)
15732024-11-04T23:10:23.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-11-04T23:10:23.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-11-04T23:10:23.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-11-04T23:10:23.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15772024-11-04T23:10:23.965Z
15782024-11-04T23:10:23.965Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/169)
15792024-11-04T23:10:24.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-11-04T23:10:24.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-11-04T23:10:24.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-11-04T23:10:24.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15832024-11-04T23:10:24.397Z
15842024-11-04T23:10:24.397Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/169)
15852024-11-04T23:10:24.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-11-04T23:10:24.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-11-04T23:10:24.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-11-04T23:10:24.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15892024-11-04T23:10:24.866Z
15902024-11-04T23:10:24.866Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/169)
15912024-11-04T23:10:25.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-11-04T23:10:25.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-11-04T23:10:25.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-11-04T23:10:25.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15952024-11-04T23:10:25.302Z
15962024-11-04T23:10:25.302Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/169)
15972024-11-04T23:10:25.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-11-04T23:10:25.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-11-04T23:10:25.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-11-04T23:10:25.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16012024-11-04T23:10:25.719Z
16022024-11-04T23:10:25.719Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/169)
16032024-11-04T23:10:26.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-11-04T23:10:26.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-11-04T23:10:26.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-11-04T23:10:26.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16072024-11-04T23:10:26.151Z
16082024-11-04T23:10:26.151Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/169)
16092024-11-04T23:10:26.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-11-04T23:10:26.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-11-04T23:10:26.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-11-04T23:10:26.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16132024-11-04T23:10:26.565Z
16142024-11-04T23:10:26.565Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/169)
16152024-11-04T23:10:26.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-11-04T23:10:26.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-11-04T23:10:26.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-11-04T23:10:26.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16192024-11-04T23:10:26.987Z
16202024-11-04T23:10:26.987Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/169)
16212024-11-04T23:10:27.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-11-04T23:10:27.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-11-04T23:10:27.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-11-04T23:10:27.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16252024-11-04T23:10:27.408Z
16262024-11-04T23:10:27.408Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/169)
16272024-11-04T23:10:27.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-11-04T23:10:27.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-11-04T23:10:27.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-11-04T23:10:27.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16312024-11-04T23:10:27.820Z
16322024-11-04T23:10:27.820Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/169)
16332024-11-04T23:10:28.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-11-04T23:10:28.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-11-04T23:10:28.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-11-04T23:10:28.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16372024-11-04T23:10:28.263Z
16382024-11-04T23:10:28.263Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/169)
16392024-11-04T23:10:28.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-11-04T23:10:28.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-11-04T23:10:28.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-11-04T23:10:28.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16432024-11-04T23:10:28.687Z
16442024-11-04T23:10:28.687Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/169)
16452024-11-04T23:10:29.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-11-04T23:10:29.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-11-04T23:10:29.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-11-04T23:10:29.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16492024-11-04T23:10:29.116Z
16502024-11-04T23:10:29.116Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/169)
16512024-11-04T23:10:29.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-11-04T23:10:29.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-11-04T23:10:29.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-11-04T23:10:29.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16552024-11-04T23:10:29.531Z
16562024-11-04T23:10:29.531Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/169)
16572024-11-04T23:10:29.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-11-04T23:10:29.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-11-04T23:10:29.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-11-04T23:10:29.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16612024-11-04T23:10:29.943Z
16622024-11-04T23:10:29.943Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/169)
16632024-11-04T23:10:30.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-11-04T23:10:30.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-11-04T23:10:30.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-11-04T23:10:30.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16672024-11-04T23:10:30.366Z
16682024-11-04T23:10:30.366Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/169)
16692024-11-04T23:10:30.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-11-04T23:10:30.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-11-04T23:10:30.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-11-04T23:10:30.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16732024-11-04T23:10:30.792Z
16742024-11-04T23:10:30.792Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/169)
16752024-11-04T23:10:31.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-11-04T23:10:31.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-11-04T23:10:31.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-11-04T23:10:31.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16792024-11-04T23:10:31.222Z
16802024-11-04T23:10:31.222Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/169)
16812024-11-04T23:10:31.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-11-04T23:10:31.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-11-04T23:10:31.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-11-04T23:10:31.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16852024-11-04T23:10:31.641Z
16862024-11-04T23:10:31.641Zinfo: running `cargo check --bins` on sled-hardware-types (25/169)
16872024-11-04T23:10:32.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-11-04T23:10:32.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-11-04T23:10:32.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-11-04T23:10:32.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16912024-11-04T23:10:32.245Z
16922024-11-04T23:10:32.245Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/169)
16932024-11-04T23:10:32.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-11-04T23:10:32.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-11-04T23:10:32.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-11-04T23:10:32.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16972024-11-04T23:10:32.885Z
16982024-11-04T23:10:32.886Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/169)
16992024-11-04T23:10:33.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-11-04T23:10:33.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-11-04T23:10:33.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-11-04T23:10:33.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17032024-11-04T23:10:33.555Z
17042024-11-04T23:10:33.555Zinfo: running `cargo check --bins` on oxlog (28/169)
17052024-11-04T23:10:34.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-11-04T23:10:34.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-11-04T23:10:34.164Z Checking cfg-if v1.0.0
17082024-11-04T23:10:34.167Z Checking libc v0.2.161
17092024-11-04T23:10:34.270Z Checking serde v1.0.210
17102024-11-04T23:10:34.270Z Checking zeroize v1.8.1
17112024-11-04T23:10:34.279Z Checking memchr v2.7.4
17122024-11-04T23:10:34.303Z Checking typenum v1.17.0
17132024-11-04T23:10:34.305Z Checking scopeguard v1.2.0
17142024-11-04T23:10:34.305Z Checking subtle v2.6.1
17152024-11-04T23:10:34.356Z Checking value-bag v1.9.0
17162024-11-04T23:10:34.491Z Checking lock_api v0.4.12
17172024-11-04T23:10:34.549Z Checking const-oid v0.9.6
17182024-11-04T23:10:34.624Z Checking itoa v1.0.11
17192024-11-04T23:10:34.816Z Checking log v0.4.22
17202024-11-04T23:10:35.851Z Checking pin-project-lite v0.2.14
17212024-11-04T23:10:35.853Z Checking smallvec v1.13.2
17222024-11-04T23:10:35.853Z Checking byteorder v1.5.0
17232024-11-04T23:10:35.853Z Checking futures-core v0.3.31
17242024-11-04T23:10:35.853Z Checking once_cell v1.20.2
17252024-11-04T23:10:35.853Z Checking cpufeatures v0.2.14
17262024-11-04T23:10:35.853Z Checking futures-sink v0.3.31
17272024-11-04T23:10:35.853Z Checking spin v0.9.8
17282024-11-04T23:10:35.853Z Checking zerocopy v0.7.35
17292024-11-04T23:10:35.853Z Checking getrandom v0.2.15
17302024-11-04T23:10:35.853Z Checking parking_lot_core v0.9.10
17312024-11-04T23:10:35.853Z Checking signal-hook-registry v1.4.2
17322024-11-04T23:10:35.853Z Checking rand_core v0.6.4
17332024-11-04T23:10:35.853Z Checking generic-array v0.14.7
17342024-11-04T23:10:35.853Z Checking mio v1.0.2
17352024-11-04T23:10:35.863Z Checking parking_lot v0.12.3
17362024-11-04T23:10:35.865Z Checking socket2 v0.5.7
17372024-11-04T23:10:35.991Z Checking slab v0.4.9
17382024-11-04T23:10:36.214Z Checking futures-channel v0.3.31
17392024-11-04T23:10:36.263Z Checking pin-utils v0.1.0
17402024-11-04T23:10:36.331Z Checking foldhash v0.1.3
17412024-11-04T23:10:36.349Z Checking allocator-api2 v0.2.18
17422024-11-04T23:10:36.362Z Checking futures-task v0.3.31
17432024-11-04T23:10:36.378Z Checking futures-io v0.3.31
17442024-11-04T23:10:36.541Z Checking equivalent v1.0.1
17452024-11-04T23:10:36.567Z Checking tinyvec_macros v0.1.1
17462024-11-04T23:10:36.606Z Checking ryu v1.0.18
17472024-11-04T23:10:36.627Z Checking futures-util v0.3.31
17482024-11-04T23:10:36.670Z Checking tinyvec v1.8.0
17492024-11-04T23:10:36.685Z Checking fnv v1.0.7
17502024-11-04T23:10:36.804Z Checking unicode-bidi v0.3.17
17512024-11-04T23:10:36.834Z Checking libm v0.2.8
17522024-11-04T23:10:36.956Z Checking crypto-common v0.1.6
17532024-11-04T23:10:36.959Z Checking block-buffer v0.10.4
17542024-11-04T23:10:37.012Z Checking hashbrown v0.15.0
17552024-11-04T23:10:37.140Z Checking block-padding v0.3.3
17562024-11-04T23:10:37.198Z Checking digest v0.10.7
17572024-11-04T23:10:37.418Z Checking inout v0.1.3
17582024-11-04T23:10:37.518Z Checking base64ct v1.6.0
17592024-11-04T23:10:37.676Z Checking hmac v0.12.1
17602024-11-04T23:10:37.693Z Checking cipher v0.4.4
17612024-11-04T23:10:37.828Z Checking sha2 v0.10.8
17622024-11-04T23:10:37.888Z Checking num-traits v0.2.19
17632024-11-04T23:10:37.990Z Checking pem-rfc7468 v0.7.0
17642024-11-04T23:10:38.073Z Checking unicode-normalization v0.1.24
17652024-11-04T23:10:38.091Z Checking ppv-lite86 v0.2.20
17662024-11-04T23:10:38.246Z Checking flagset v0.4.6
17672024-11-04T23:10:38.261Z Checking tracing-core v0.1.32
17682024-11-04T23:10:38.413Z Checking thiserror v1.0.64
17692024-11-04T23:10:38.445Z Checking der v0.7.9
17702024-11-04T23:10:38.551Z Checking percent-encoding v2.3.1
17712024-11-04T23:10:38.782Z Checking rustls-pki-types v1.9.0
17722024-11-04T23:10:38.906Z Checking rand_chacha v0.3.1
17732024-11-04T23:10:38.967Z Checking tracing v0.1.40
17742024-11-04T23:10:39.046Z Checking salsa20 v0.10.2
17752024-11-04T23:10:39.290Z Checking pbkdf2 v0.12.2
17762024-11-04T23:10:39.349Z Checking rand v0.8.5
17772024-11-04T23:10:39.392Z Checking httparse v1.9.5
17782024-11-04T23:10:39.426Z Checking powerfmt v0.2.0
17792024-11-04T23:10:39.494Z Checking untrusted v0.9.0
17802024-11-04T23:10:39.575Z Checking bytes v1.7.2
17812024-11-04T23:10:39.651Z Checking indexmap v2.6.0
17822024-11-04T23:10:39.669Z Checking serde_json v1.0.128
17832024-11-04T23:10:39.721Z Checking bitflags v2.6.0
17842024-11-04T23:10:39.845Z Checking deranged v0.3.11
17852024-11-04T23:10:40.035Z Checking ring v0.17.8
17862024-11-04T23:10:40.458Z Checking tokio v1.40.0
17872024-11-04T23:10:40.539Z Checking http v1.1.0
17882024-11-04T23:10:40.742Z Checking spki v0.7.3
17892024-11-04T23:10:41.029Z Checking scrypt v0.11.0
17902024-11-04T23:10:41.045Z Checking cbc v0.1.2
17912024-11-04T23:10:41.256Z Checking aes v0.8.4
17922024-11-04T23:10:41.271Z Checking crossbeam-utils v0.8.20
17932024-11-04T23:10:41.472Z Checking atomic-waker v1.1.2
17942024-11-04T23:10:41.603Z Checking num-conv v0.1.0
17952024-11-04T23:10:41.693Z Checking num_threads v0.1.7
17962024-11-04T23:10:41.807Z Checking time-core v0.1.2
17972024-11-04T23:10:41.865Z Checking form_urlencoded v1.2.1
17982024-11-04T23:10:41.960Z Checking time v0.3.36
17992024-11-04T23:10:41.986Z Checking try-lock v0.2.5
18002024-11-04T23:10:42.001Z Checking http-body v1.0.1
18012024-11-04T23:10:42.016Z Checking rustls-webpki v0.102.8
18022024-11-04T23:10:42.063Z Checking unicode-ident v1.0.13
18032024-11-04T23:10:42.113Z Checking want v0.3.1
18042024-11-04T23:10:42.191Z Checking httpdate v1.0.3
18052024-11-04T23:10:42.215Z Checking pkcs5 v0.7.1
18062024-11-04T23:10:42.226Z Checking proc-macro2 v1.0.87
18072024-11-04T23:10:42.301Z Checking toml_datetime v0.6.8
18082024-11-04T23:10:42.320Z Checking serde_spanned v0.6.8
18092024-11-04T23:10:42.428Z Checking uuid v1.10.0
18102024-11-04T23:10:42.542Z Checking idna v0.5.0
18112024-11-04T23:10:42.611Z Checking slog v2.7.0
18122024-11-04T23:10:42.789Z Checking pkcs8 v0.10.2
18132024-11-04T23:10:42.806Z Checking scroll v0.12.0
18142024-11-04T23:10:42.960Z Checking tower-service v0.3.3
18152024-11-04T23:10:43.077Z Checking ucd-trie v0.1.7
18162024-11-04T23:10:43.094Z Checking foreign-types-shared v0.1.1
18172024-11-04T23:10:43.123Z Checking adler2 v2.0.0
18182024-11-04T23:10:43.135Z Checking match_cfg v0.1.0
18192024-11-04T23:10:43.205Z Checking base64 v0.22.1
18202024-11-04T23:10:43.223Z Checking iana-time-zone v0.1.61
18212024-11-04T23:10:43.273Z Checking plain v0.2.3
18222024-11-04T23:10:43.289Z Checking miniz_oxide v0.8.0
18232024-11-04T23:10:43.292Z Checking pest v2.7.14
18242024-11-04T23:10:43.369Z Checking chrono v0.4.38
18252024-11-04T23:10:43.414Z Checking goblin v0.8.2
18262024-11-04T23:10:43.440Z Checking url v2.5.2
18272024-11-04T23:10:43.701Z Checking hostname v0.3.1
18282024-11-04T23:10:43.851Z Checking foreign-types v0.3.2
18292024-11-04T23:10:43.966Z Checking quote v1.0.37
18302024-11-04T23:10:44.128Z Checking openssl-sys v0.9.103
18312024-11-04T23:10:44.315Z Checking dirs-sys-next v0.1.2
18322024-11-04T23:10:44.330Z Checking errno v0.3.9
18332024-11-04T23:10:44.500Z Checking aho-corasick v1.1.3
18342024-11-04T23:10:44.517Z Checking siphasher v0.3.11
18352024-11-04T23:10:44.673Z Checking pretty-hex v0.4.1
18362024-11-04T23:10:44.839Z Checking regex-syntax v0.8.5
18372024-11-04T23:10:44.864Z Checking data-encoding v2.6.0
18382024-11-04T23:10:45.428Z Checking openssl v0.10.66
18392024-11-04T23:10:45.576Z Checking rustix v0.38.37
18402024-11-04T23:10:45.624Z Checking dirs-next v2.0.0
18412024-11-04T23:10:45.773Z Checking syn v2.0.79
18422024-11-04T23:10:46.033Z Checking dtrace-parser v0.2.0
18432024-11-04T23:10:46.277Z Checking http-body-util v0.1.2
18442024-11-04T23:10:46.502Z Checking crossbeam-epoch v0.9.18
18452024-11-04T23:10:46.760Z Checking sha1 v0.10.6
18462024-11-04T23:10:46.963Z Checking signature v2.2.0
18472024-11-04T23:10:47.053Z Checking lazy_static v1.5.0
18482024-11-04T23:10:47.172Z Checking thread_local v1.1.8
18492024-11-04T23:10:47.188Z Checking thread-id v4.2.2
18502024-11-04T23:10:47.301Z Checking encoding_rs v0.8.34
18512024-11-04T23:10:47.441Z Checking utf8parse v0.2.2
18522024-11-04T23:10:47.589Z Checking unicode-properties v0.1.3
18532024-11-04T23:10:47.950Z Checking anstyle v1.0.8
18542024-11-04T23:10:48.028Z Checking tokio-util v0.7.12
18552024-11-04T23:10:48.287Z Checking regex-automata v0.4.8
18562024-11-04T23:10:48.311Z Checking winnow v0.6.20
18572024-11-04T23:10:48.680Z Checking dof v0.3.0
18582024-11-04T23:10:49.012Z Checking h2 v0.4.6
18592024-11-04T23:10:49.308Z Checking gimli v0.31.1
18602024-11-04T23:10:49.382Z Checking openssl-probe v0.1.5
18612024-11-04T23:10:49.540Z Checking ipnet v2.10.1
18622024-11-04T23:10:49.744Z Checking mime v0.3.17
18632024-11-04T23:10:50.014Z Checking either v1.13.0
18642024-11-04T23:10:50.103Z Checking stringprep v0.1.5
18652024-11-04T23:10:50.395Z Checking anstyle-parse v0.2.5
18662024-11-04T23:10:50.415Z Checking crossbeam-deque v0.8.5
18672024-11-04T23:10:50.682Z Checking term v0.7.0
18682024-11-04T23:10:50.725Z Checking slog-json v2.6.1
18692024-11-04T23:10:51.007Z Checking rustls v0.22.4
18702024-11-04T23:10:51.149Z Checking rustls v0.23.14
18712024-11-04T23:10:51.168Z Checking native-tls v0.2.12
18722024-11-04T23:10:51.456Z Checking toml_edit v0.22.22
18732024-11-04T23:10:51.486Z Checking futures-executor v0.3.31
18742024-11-04T23:10:51.731Z Checking serde_urlencoded v0.7.1
18752024-11-04T23:10:52.210Z Checking crossbeam-channel v0.5.13
18762024-11-04T23:10:52.510Z Checking usdt-impl v0.5.0
18772024-11-04T23:10:52.880Z Checking num-integer v0.1.46
18782024-11-04T23:10:52.964Z Checking rustls-pemfile v2.2.0
18792024-11-04T23:10:53.027Z Checking idna v0.4.0
18802024-11-04T23:10:53.199Z Checking idna v0.3.0
18812024-11-04T23:10:53.412Z Checking md-5 v0.10.6
18822024-11-04T23:10:53.578Z Checking addr2line v0.24.2
18832024-11-04T23:10:53.645Z Checking ff v0.13.0
18842024-11-04T23:10:53.867Z Checking is-terminal v0.4.13
18852024-11-04T23:10:53.895Z Checking memmap v0.7.0
18862024-11-04T23:10:54.025Z Checking hash32 v0.2.1
18872024-11-04T23:10:54.104Z Checking object v0.36.5
18882024-11-04T23:10:54.121Z Checking fallible-iterator v0.2.0
18892024-11-04T23:10:54.140Z Checking utf-8 v0.7.6
18902024-11-04T23:10:54.225Z Checking psl-types v2.0.11
18912024-11-04T23:10:54.353Z Checking dyn-clone v1.0.17
18922024-11-04T23:10:54.375Z Checking stable_deref_trait v1.2.0
18932024-11-04T23:10:54.429Z Checking linked-hash-map v0.5.6
18942024-11-04T23:10:54.479Z Checking quick-error v1.2.3
18952024-11-04T23:10:54.506Z Checking anstyle-query v1.1.1
18962024-11-04T23:10:54.625Z Checking is_terminal_polyfill v1.70.1
18972024-11-04T23:10:54.627Z Checking rustc-demangle v0.1.24
18982024-11-04T23:10:54.736Z Checking colorchoice v1.0.2
18992024-11-04T23:10:54.752Z Checking base16ct v0.2.0
19002024-11-04T23:10:54.767Z Checking take_mut v0.2.2
19012024-11-04T23:10:54.865Z Checking anstream v0.6.15
19022024-11-04T23:10:54.883Z Checking tokio-rustls v0.25.0
19032024-11-04T23:10:54.914Z Checking slog-async v2.8.0
19042024-11-04T23:10:54.946Z Checking sec1 v0.7.3
19052024-11-04T23:10:55.069Z Checking lru-cache v0.1.2
19062024-11-04T23:10:55.201Z Checking postgres-protocol v0.6.7
19072024-11-04T23:10:55.219Z Checking resolv-conf v0.7.0
19082024-11-04T23:10:55.247Z Checking schemars v0.8.21
19092024-11-04T23:10:55.265Z Checking heapless v0.7.17
19102024-11-04T23:10:55.347Z Checking publicsuffix v2.2.3
19112024-11-04T23:10:55.561Z Checking tungstenite v0.24.0
19122024-11-04T23:10:55.594Z Checking toml v0.8.19
19132024-11-04T23:10:55.723Z Checking hyper v1.4.1
19142024-11-04T23:10:55.862Z Checking usdt v0.5.0
19152024-11-04T23:10:56.155Z Checking slog-term v2.9.1
19162024-11-04T23:10:56.325Z Checking hickory-proto v0.24.1
19172024-11-04T23:10:56.389Z Checking group v0.13.0
19182024-11-04T23:10:56.450Z Checking tokio-rustls v0.26.0
19192024-11-04T23:10:56.524Z Checking num-iter v0.1.45
19202024-11-04T23:10:56.647Z Checking futures v0.3.31
19212024-11-04T23:10:56.672Z Checking tokio-native-tls v0.3.1
19222024-11-04T23:10:56.693Z Checking slog-bunyan v2.5.0
19232024-11-04T23:10:56.753Z Checking rayon-core v1.12.1
19242024-11-04T23:10:56.855Z Checking multer v3.1.0
19252024-11-04T23:10:56.855Z Checking terminal_size v0.4.0
19262024-11-04T23:10:56.915Z Checking phf_shared v0.11.2
19272024-11-04T23:10:57.016Z Checking cookie v0.18.1
19282024-11-04T23:10:57.032Z Checking async-stream v0.3.6
19292024-11-04T23:10:57.203Z Checking bzip2-sys v0.1.11+1.0.8
19302024-11-04T23:10:57.232Z Checking signal-hook v0.3.17
19312024-11-04T23:10:57.274Z Checking camino v1.1.9
19322024-11-04T23:10:57.327Z Checking waitgroup v0.1.2
19332024-11-04T23:10:57.435Z Checking openapiv3 v2.0.0
19342024-11-04T23:10:57.463Z Checking serde_path_to_error v0.1.16
19352024-11-04T23:10:57.466Z Checking webpki-roots v0.26.6
19362024-11-04T23:10:57.581Z Checking hkdf v0.12.4
19372024-11-04T23:10:57.690Z Checking crypto-bigint v0.5.5
19382024-11-04T23:10:57.797Z Checking hostname v0.4.0
19392024-11-04T23:10:57.857Z Checking crc32fast v1.4.2
19402024-11-04T23:10:57.930Z Checking clap_lex v0.7.2
19412024-11-04T23:10:57.932Z Checking hyper-util v0.1.9
19422024-11-04T23:10:58.063Z Checking bitflags v1.3.2
19432024-11-04T23:10:58.080Z Checking winnow v0.5.40
19442024-11-04T23:10:58.194Z Checking strsim v0.11.1
19452024-11-04T23:10:58.212Z Checking unicode-width v0.1.14
19462024-11-04T23:10:58.515Z Checking debug-ignore v1.0.5
19472024-11-04T23:10:58.658Z Checking managed v0.8.0
19482024-11-04T23:10:58.684Z Checking console v0.15.8
19492024-11-04T23:10:59.053Z Checking smoltcp v0.9.1
19502024-11-04T23:10:59.287Z Checking clap_builder v4.5.20
19512024-11-04T23:11:00.294Z Checking hyper-tls v0.6.0
19522024-11-04T23:11:00.570Z Checking hyper-rustls v0.27.3
19532024-11-04T23:11:00.617Z Checking flate2 v1.0.34
19542024-11-04T23:11:00.744Z Checking elliptic-curve v0.13.8
19552024-11-04T23:11:00.888Z Checking signal-hook-mio v0.2.4
19562024-11-04T23:11:01.022Z Checking cookie_store v0.21.0
19572024-11-04T23:11:01.049Z Checking dropshot v0.12.0
19582024-11-04T23:11:01.095Z Checking backtrace v0.3.74
19592024-11-04T23:11:01.194Z Checking toml_edit v0.19.15
19602024-11-04T23:11:01.197Z Checking hickory-resolver v0.24.1
19612024-11-04T23:11:01.263Z Checking rayon v1.10.0
19622024-11-04T23:11:01.344Z Checking bzip2 v0.4.4
19632024-11-04T23:11:01.648Z Checking phf v0.11.2
19642024-11-04T23:11:01.686Z Checking anyhow v1.0.92
19652024-11-04T23:11:01.701Z Checking num-bigint-dig v0.8.4
19662024-11-04T23:11:01.918Z Checking tokio-tungstenite v0.24.0
19672024-11-04T23:11:02.078Z Checking postgres-types v0.2.8
19682024-11-04T23:11:02.422Z Checking bstr v1.10.0
19692024-11-04T23:11:02.459Z Checking regex v1.11.0
19702024-11-04T23:11:02.823Z Checking tokio-stream v0.1.16
19712024-11-04T23:11:02.896Z Checking ed25519 v2.2.3
19722024-11-04T23:11:03.132Z Checking phf_shared v0.10.0
19732024-11-04T23:11:03.211Z Checking pkcs1 v0.7.5
19742024-11-04T23:11:03.414Z Checking curve25519-dalek v4.1.3
19752024-11-04T23:11:03.435Z Checking zerocopy v0.6.6
19762024-11-04T23:11:03.639Z Checking hubpack v0.1.2
19772024-11-04T23:11:03.696Z Checking portable-atomic v1.9.0
19782024-11-04T23:11:03.809Z Checking float-cmp v0.9.0
19792024-11-04T23:11:03.939Z Checking serde-big-array v0.5.1
19802024-11-04T23:11:03.941Z Checking rfc6979 v0.4.0
19812024-11-04T23:11:03.986Z Checking sync_wrapper v1.0.1
19822024-11-04T23:11:04.128Z Checking normalize-line-endings v0.3.0
19832024-11-04T23:11:04.144Z Checking number_prefix v0.4.0
19842024-11-04T23:11:04.158Z Checking difflib v0.4.0
19852024-11-04T23:11:04.209Z Checking whoami v1.5.2
19862024-11-04T23:11:04.260Z Checking unicode-segmentation v1.12.0
19872024-11-04T23:11:04.369Z Checking minimal-lexical v0.2.1
19882024-11-04T23:11:04.531Z Checking bit-vec v0.6.3
19892024-11-04T23:11:04.553Z Checking precomputed-hash v0.1.1
19902024-11-04T23:11:04.680Z Checking new_debug_unreachable v1.0.6
19912024-11-04T23:11:04.774Z Checking predicates-core v1.0.8
19922024-11-04T23:11:04.792Z Checking static_assertions v1.1.0
19932024-11-04T23:11:04.822Z Checking fixedbitset v0.4.2
19942024-11-04T23:11:04.882Z Checking bit-set v0.5.3
19952024-11-04T23:11:04.897Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19962024-11-04T23:11:04.950Z Checking predicates v3.1.2
19972024-11-04T23:11:04.966Z Checking qorb v0.2.0
19982024-11-04T23:11:04.980Z Checking similar v2.6.0
19992024-11-04T23:11:05.079Z Checking petgraph v0.6.5
20002024-11-04T23:11:05.126Z Checking nom v7.1.3
20012024-11-04T23:11:05.334Z Checking ed25519-dalek v2.1.1
20022024-11-04T23:11:05.354Z Checking indicatif v0.17.8
20032024-11-04T23:11:05.625Z Checking string_cache v0.8.7
20042024-11-04T23:11:05.738Z Checking tokio-postgres v0.7.12
20052024-11-04T23:11:05.855Z Checking reqwest v0.12.8
20062024-11-04T23:11:05.921Z Checking ecdsa v0.16.9
20072024-11-04T23:11:06.119Z Checking rsa v0.9.6
20082024-11-04T23:11:06.649Z Checking toml v0.7.8
20092024-11-04T23:11:07.196Z Checking clap v4.5.20
20102024-11-04T23:11:07.320Z Checking zip v0.6.6
20112024-11-04T23:11:07.447Z Checking crossterm v0.28.1
20122024-11-04T23:11:07.714Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20132024-11-04T23:11:07.743Z Checking itertools v0.10.5
20142024-11-04T23:11:07.825Z Checking itertools v0.12.1
20152024-11-04T23:11:08.055Z Checking fs-err v2.11.0
20162024-11-04T23:11:08.152Z Checking ahash v0.8.11
20172024-11-04T23:11:08.551Z Checking x509-cert v0.2.5
20182024-11-04T23:11:08.623Z Checking semver v1.0.23
20192024-11-04T23:11:08.745Z Checking hex v0.4.3
20202024-11-04T23:11:09.066Z Checking lalrpop-util v0.19.12
20212024-11-04T23:11:09.069Z Checking peg-runtime v0.8.3
20222024-11-04T23:11:09.299Z Checking sigpipe v0.1.3
20232024-11-04T23:11:10.245Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20242024-11-04T23:11:10.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.01s
20252024-11-04T23:11:10.749Z
20262024-11-04T23:11:10.749Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/169)
20272024-11-04T23:11:11.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282024-11-04T23:11:11.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292024-11-04T23:11:11.409Z Compiling hashbrown v0.14.5
20302024-11-04T23:11:11.524Z Checking heck v0.5.0
20312024-11-04T23:11:11.538Z Compiling unsafe-libyaml v0.2.11
20322024-11-04T23:11:11.555Z Compiling ident_case v1.0.1
20332024-11-04T23:11:11.558Z Checking progenitor-client v0.8.0
20342024-11-04T23:11:11.596Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20352024-11-04T23:11:11.619Z Compiling proc-macro-crate v1.3.1
20362024-11-04T23:11:11.706Z Checking ipnetwork v0.20.0
20372024-11-04T23:11:11.763Z Compiling darling_core v0.20.10
20382024-11-04T23:11:11.933Z Compiling structmeta-derive v0.3.0
20392024-11-04T23:11:12.046Z Compiling newtype-uuid v1.1.2
20402024-11-04T23:11:12.116Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20412024-11-04T23:11:12.371Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20422024-11-04T23:11:12.433Z Compiling lzma-sys v0.1.20
20432024-11-04T23:11:12.699Z Compiling num_enum_derive v0.5.11
20442024-11-04T23:11:12.734Z Compiling foreign-types-macros v0.2.3
20452024-11-04T23:11:12.760Z Compiling regress v0.10.1
20462024-11-04T23:11:13.207Z Compiling serde_yaml v0.9.34+deprecated
20472024-11-04T23:11:13.538Z Checking arc-swap v1.7.1
20482024-11-04T23:11:14.022Z Checking foreign-types-shared v0.3.1
20492024-11-04T23:11:14.076Z Checking slog-scope v4.4.0
20502024-11-04T23:11:14.148Z Checking foreign-types v0.5.0
20512024-11-04T23:11:14.298Z Compiling proc-macro-error v1.0.4
20522024-11-04T23:11:14.843Z Compiling structmeta v0.3.0
20532024-11-04T23:11:14.948Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20542024-11-04T23:11:15.027Z Checking tungstenite v0.21.0
20552024-11-04T23:11:15.083Z Compiling heck v0.3.3
20562024-11-04T23:11:15.270Z Checking num_enum v0.5.11
20572024-11-04T23:11:15.284Z Compiling parse-display-derive v0.10.0
20582024-11-04T23:11:15.421Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20592024-11-04T23:11:15.539Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20602024-11-04T23:11:16.010Z Checking cstr-argument v0.1.2
20612024-11-04T23:11:16.213Z Checking instant v0.1.13
20622024-11-04T23:11:16.309Z Checking pretty-hex v0.2.1
20632024-11-04T23:11:16.328Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20642024-11-04T23:11:16.379Z Checking fastrand v2.1.1
20652024-11-04T23:11:16.468Z Checking base64 v0.21.7
20662024-11-04T23:11:16.648Z Compiling typify-impl v0.2.0
20672024-11-04T23:11:16.690Z Checking tempfile v3.13.0
20682024-11-04T23:11:16.979Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20692024-11-04T23:11:17.109Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20702024-11-04T23:11:17.264Z Checking backoff v0.4.0
20712024-11-04T23:11:17.283Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20722024-11-04T23:11:17.364Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20732024-11-04T23:11:17.432Z Checking tokio-tungstenite v0.21.0
20742024-11-04T23:11:17.555Z Compiling zone_cfg_derive v0.1.2
20752024-11-04T23:11:17.695Z Checking strum v0.26.3
20762024-11-04T23:11:17.882Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20772024-11-04T23:11:17.961Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20782024-11-04T23:11:18.019Z Checking slog-stdlog v4.1.1
20792024-11-04T23:11:18.228Z Checking regress v0.9.1
20802024-11-04T23:11:18.394Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20812024-11-04T23:11:18.554Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20822024-11-04T23:11:18.577Z Compiling darling_macro v0.20.10
20832024-11-04T23:11:18.713Z Checking colored v2.1.0
20842024-11-04T23:11:18.815Z Checking macaddr v1.0.1
20852024-11-04T23:11:19.019Z Checking base64 v0.13.1
20862024-11-04T23:11:19.053Z Checking zone v0.1.8
20872024-11-04T23:11:19.460Z Checking ron v0.7.1
20882024-11-04T23:11:19.463Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20892024-11-04T23:11:19.601Z Compiling darling v0.20.10
20902024-11-04T23:11:19.731Z Compiling serde_with_macros v3.11.0
20912024-11-04T23:11:19.764Z Checking parse-display v0.10.0
20922024-11-04T23:11:19.797Z Checking xz2 v0.1.7
20932024-11-04T23:11:19.969Z Checking slog-envlogger v2.2.0
20942024-11-04T23:11:20.005Z Checking tabwriter v1.4.0
20952024-11-04T23:11:20.135Z Checking xattr v1.3.1
20962024-11-04T23:11:20.187Z Checking pem v3.0.4
20972024-11-04T23:11:20.245Z Checking yasna v0.5.2
20982024-11-04T23:11:20.343Z Checking headers-core v0.3.0
20992024-11-04T23:11:20.463Z Checking smf v0.2.3
21002024-11-04T23:11:20.485Z Checking filetime v0.2.25
21012024-11-04T23:11:20.648Z Checking same-file v1.0.6
21022024-11-04T23:11:20.690Z Checking tar v0.4.42
21032024-11-04T23:11:20.823Z Checking walkdir v2.5.0
21042024-11-04T23:11:20.929Z Checking headers v0.4.0
21052024-11-04T23:11:21.122Z Checking camino-tempfile v1.1.1
21062024-11-04T23:11:21.144Z Checking rcgen v0.12.1
21072024-11-04T23:11:21.314Z Checking atomicwrites v0.4.4
21082024-11-04T23:11:21.421Z Checking subprocess v0.2.9
21092024-11-04T23:11:22.317Z Checking serde_with v3.11.0
21102024-11-04T23:11:25.616Z Compiling typify-macro v0.2.0
21112024-11-04T23:11:27.512Z Compiling typify v0.2.0
21122024-11-04T23:11:27.578Z Compiling progenitor-impl v0.8.0
21132024-11-04T23:11:30.778Z Compiling progenitor-macro v0.8.0
21142024-11-04T23:11:36.247Z Checking progenitor v0.8.0
21152024-11-04T23:11:36.378Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21162024-11-04T23:11:36.381Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21172024-11-04T23:11:39.195Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21182024-11-04T23:11:39.482Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21192024-11-04T23:11:46.476Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21202024-11-04T23:11:48.110Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21212024-11-04T23:11:49.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.64s
21222024-11-04T23:11:49.625Z
21232024-11-04T23:11:49.625Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/169)
21242024-11-04T23:11:50.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-11-04T23:11:50.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-11-04T23:11:50.298Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21272024-11-04T23:11:51.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
21282024-11-04T23:11:51.980Z
21292024-11-04T23:11:51.980Zinfo: running `cargo check --bins` on nexus-config (31/169)
21302024-11-04T23:11:52.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312024-11-04T23:11:52.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322024-11-04T23:11:52.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332024-11-04T23:11:52.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21342024-11-04T23:11:52.583Z
21352024-11-04T23:11:52.583Zinfo: running `cargo check --bins` on omicron-rpaths (32/169)
21362024-11-04T23:11:53.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372024-11-04T23:11:53.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382024-11-04T23:11:53.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392024-11-04T23:11:53.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21402024-11-04T23:11:53.170Z
21412024-11-04T23:11:53.170Zinfo: running `cargo check --bins` on omicron-certificates (33/169)
21422024-11-04T23:11:53.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432024-11-04T23:11:53.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442024-11-04T23:11:53.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452024-11-04T23:11:53.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21462024-11-04T23:11:53.764Z
21472024-11-04T23:11:53.764Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/169)
21482024-11-04T23:11:54.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492024-11-04T23:11:54.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502024-11-04T23:11:54.456Z Compiling heapless v0.8.0
21512024-11-04T23:11:54.459Z Checking hash32 v0.3.1
21522024-11-04T23:11:54.564Z Compiling smoltcp v0.11.0
21532024-11-04T23:11:54.574Z Checking cobs v0.2.3
21542024-11-04T23:11:54.583Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21552024-11-04T23:11:54.586Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21562024-11-04T23:11:54.611Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21572024-11-04T23:11:54.613Z Compiling crucible-workspace-hack v0.1.0
21582024-11-04T23:11:54.715Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21592024-11-04T23:11:54.731Z Checking postcard v1.0.10
21602024-11-04T23:11:54.734Z Checking newline-converter v0.3.0
21612024-11-04T23:11:54.920Z Compiling convert_case v0.4.0
21622024-11-04T23:11:54.964Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21632024-11-04T23:11:55.110Z Checking expectorate v1.1.0
21642024-11-04T23:11:55.186Z Compiling zone_cfg_derive v0.3.0
21652024-11-04T23:11:55.277Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21662024-11-04T23:11:55.320Z Checking itertools v0.13.0
21672024-11-04T23:11:55.334Z Compiling num-derive v0.4.2
21682024-11-04T23:11:55.488Z Compiling slog-dtrace v0.3.0
21692024-11-04T23:11:55.635Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21702024-11-04T23:11:55.854Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21712024-11-04T23:11:55.870Z Compiling derive_more v0.99.18
21722024-11-04T23:11:56.625Z Checking zone v0.3.0
21732024-11-04T23:11:57.343Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21742024-11-04T23:11:58.560Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21752024-11-04T23:11:59.522Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21762024-11-04T23:11:59.789Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21772024-11-04T23:12:00.646Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21782024-11-04T23:12:01.130Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21792024-11-04T23:12:02.556Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21802024-11-04T23:12:03.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.70s
21812024-11-04T23:12:03.634Z
21822024-11-04T23:12:03.634Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/169)
21832024-11-04T23:12:04.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-11-04T23:12:04.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-11-04T23:12:04.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-11-04T23:12:04.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21872024-11-04T23:12:04.249Z
21882024-11-04T23:12:04.249Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/169)
21892024-11-04T23:12:04.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-11-04T23:12:04.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-11-04T23:12:04.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922024-11-04T23:12:04.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21932024-11-04T23:12:04.899Z
21942024-11-04T23:12:04.899Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/169)
21952024-11-04T23:12:05.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962024-11-04T23:12:05.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972024-11-04T23:12:05.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982024-11-04T23:12:05.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21992024-11-04T23:12:05.644Z
22002024-11-04T23:12:05.644Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/169)
22012024-11-04T23:12:06.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022024-11-04T23:12:06.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032024-11-04T23:12:06.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042024-11-04T23:12:06.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22052024-11-04T23:12:06.371Z
22062024-11-04T23:12:06.371Zinfo: running `cargo check --bins` on dns-server (39/169)
22072024-11-04T23:12:06.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082024-11-04T23:12:06.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092024-11-04T23:12:07.006Z Compiling parking_lot_core v0.8.6
22102024-11-04T23:12:07.008Z Checking nibble_vec v0.1.0
22112024-11-04T23:12:07.008Z Checking endian-type v0.1.2
22122024-11-04T23:12:07.008Z Checking fxhash v0.2.1
22132024-11-04T23:12:07.008Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22142024-11-04T23:12:07.008Z Checking hickory-server v0.24.1
22152024-11-04T23:12:07.333Z Checking radix_trie v0.2.1
22162024-11-04T23:12:07.667Z Checking hickory-client v0.24.1
22172024-11-04T23:12:07.799Z Checking parking_lot v0.11.2
22182024-11-04T23:12:07.857Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22192024-11-04T23:12:07.860Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22202024-11-04T23:12:08.092Z Checking sled v0.34.7
22212024-11-04T23:12:10.023Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22222024-11-04T23:12:11.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
22232024-11-04T23:12:11.510Z
22242024-11-04T23:12:11.510Zinfo: running `cargo check --bins` on dns-server-api (40/169)
22252024-11-04T23:12:12.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-11-04T23:12:12.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-11-04T23:12:12.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282024-11-04T23:12:12.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22292024-11-04T23:12:12.153Z
22302024-11-04T23:12:12.153Zinfo: running `cargo check --bins` on internal-dns-types (41/169)
22312024-11-04T23:12:12.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-11-04T23:12:12.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-11-04T23:12:12.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-11-04T23:12:12.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22352024-11-04T23:12:12.796Z
22362024-11-04T23:12:12.796Zinfo: running `cargo check --bins` on dns-service-client (42/169)
22372024-11-04T23:12:13.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-11-04T23:12:13.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-11-04T23:12:13.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-11-04T23:12:13.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22412024-11-04T23:12:13.396Z
22422024-11-04T23:12:13.396Zinfo: running `cargo check --bins` on gateway-test-utils (43/169)
22432024-11-04T23:12:13.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-11-04T23:12:13.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-11-04T23:12:13.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462024-11-04T23:12:13.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22472024-11-04T23:12:14.063Z
22482024-11-04T23:12:14.063Zinfo: running `cargo check --bins` on gateway-types (44/169)
22492024-11-04T23:12:14.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502024-11-04T23:12:14.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512024-11-04T23:12:14.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522024-11-04T23:12:14.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22532024-11-04T23:12:14.711Z
22542024-11-04T23:12:14.711Zinfo: running `cargo check --bins` on ipcc (45/169)
22552024-11-04T23:12:15.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562024-11-04T23:12:15.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572024-11-04T23:12:15.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582024-11-04T23:12:15.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22592024-11-04T23:12:15.327Z
22602024-11-04T23:12:15.327Zinfo: running `cargo check --bins` on omicron-gateway (46/169)
22612024-11-04T23:12:15.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622024-11-04T23:12:15.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632024-11-04T23:12:16.029Z Checking num-rational v0.4.2
22642024-11-04T23:12:16.029Z Compiling progenitor-client v0.8.0
22652024-11-04T23:12:16.032Z Checking num-complex v0.4.6
22662024-11-04T23:12:16.032Z Compiling prettyplease v0.2.22
22672024-11-04T23:12:16.032Z Compiling newtype-uuid v1.1.2
22682024-11-04T23:12:16.032Z Compiling ipnetwork v0.20.0
22692024-11-04T23:12:16.132Z Compiling instant v0.1.13
22702024-11-04T23:12:16.145Z Compiling semver v0.1.20
22712024-11-04T23:12:16.328Z Checking float-ord v0.3.2
22722024-11-04T23:12:16.440Z Compiling radium v0.7.0
22732024-11-04T23:12:16.457Z Compiling progenitor v0.8.0
22742024-11-04T23:12:16.477Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22752024-11-04T23:12:16.553Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22762024-11-04T23:12:16.693Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22772024-11-04T23:12:16.764Z Compiling rustc_version v0.1.7
22782024-11-04T23:12:16.830Z Compiling backoff v0.4.0
22792024-11-04T23:12:16.878Z Compiling parse-display v0.10.0
22802024-11-04T23:12:16.944Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22812024-11-04T23:12:17.048Z Checking num v0.4.3
22822024-11-04T23:12:17.063Z Compiling serde_with v3.11.0
22832024-11-04T23:12:17.125Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22842024-11-04T23:12:17.154Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22852024-11-04T23:12:17.205Z Compiling regress v0.9.1
22862024-11-04T23:12:17.337Z Compiling macaddr v1.0.1
22872024-11-04T23:12:17.563Z Compiling maybe-uninit v2.0.0
22882024-11-04T23:12:17.804Z Checking tap v1.0.1
22892024-11-04T23:12:17.971Z Checking wyz v0.5.1
22902024-11-04T23:12:18.186Z Compiling newtype_derive v0.1.6
22912024-11-04T23:12:18.477Z Checking password-hash v0.5.0
22922024-11-04T23:12:18.495Z Checking blake2 v0.10.6
22932024-11-04T23:12:18.823Z Compiling packed_struct v0.10.1
22942024-11-04T23:12:18.975Z Checking crc-catalog v2.4.0
22952024-11-04T23:12:19.030Z Compiling owo-colors v4.1.0
22962024-11-04T23:12:19.119Z Compiling cancel-safe-futures v0.1.5
22972024-11-04T23:12:19.119Z Checking funty v2.0.0
22982024-11-04T23:12:19.354Z Checking crc v3.2.1
22992024-11-04T23:12:19.375Z Checking argon2 v0.5.3
23002024-11-04T23:12:19.841Z Compiling packed_struct_codegen v0.10.1
23012024-11-04T23:12:20.113Z Checking bitvec v1.0.1
23022024-11-04T23:12:20.131Z Compiling indexmap v1.9.3
23032024-11-04T23:12:20.442Z Checking half v2.4.1
23042024-11-04T23:12:20.789Z Checking nodrop v0.1.14
23052024-11-04T23:12:20.961Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23062024-11-04T23:12:20.961Z Checking ciborium-io v0.2.2
23072024-11-04T23:12:21.050Z Checking array-init v0.0.4
23082024-11-04T23:12:21.130Z Checking ciborium-ll v0.2.2
23092024-11-04T23:12:21.350Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23102024-11-04T23:12:21.454Z Checking smallvec v0.6.14
23112024-11-04T23:12:21.781Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23122024-11-04T23:12:22.351Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23132024-11-04T23:12:22.615Z Checking libsw v3.3.1
23142024-11-04T23:12:22.617Z Compiling memoffset v0.9.1
23152024-11-04T23:12:22.764Z Checking termcolor v1.4.1
23162024-11-04T23:12:22.798Z Checking indent_write v2.2.0
23172024-11-04T23:12:22.929Z Checking bitfield v0.14.0
23182024-11-04T23:12:23.026Z Checking linear-map v1.2.0
23192024-11-04T23:12:23.232Z Checking swrite v0.1.0
23202024-11-04T23:12:23.248Z Checking hashbrown v0.12.3
23212024-11-04T23:12:23.377Z Checking highway v1.2.0
23222024-11-04T23:12:23.394Z Checking env_logger v0.10.2
23232024-11-04T23:12:23.610Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23242024-11-04T23:12:23.802Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23252024-11-04T23:12:23.817Z Checking ron v0.8.1
23262024-11-04T23:12:24.143Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23272024-11-04T23:12:24.790Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23282024-11-04T23:12:24.882Z Checking serde-hex v0.1.0
23292024-11-04T23:12:25.101Z Checking steno v0.4.1
23302024-11-04T23:12:25.266Z Checking ciborium v0.2.2
23312024-11-04T23:12:25.581Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23322024-11-04T23:12:25.846Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23332024-11-04T23:12:26.337Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23342024-11-04T23:12:26.436Z Checking hashbrown v0.13.2
23352024-11-04T23:12:27.253Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23362024-11-04T23:12:27.447Z Checking crc-any v2.5.0
23372024-11-04T23:12:27.494Z Checking humantime v2.1.0
23382024-11-04T23:12:27.512Z Checking object v0.30.4
23392024-11-04T23:12:27.514Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23402024-11-04T23:12:27.802Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23412024-11-04T23:12:27.956Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23422024-11-04T23:12:28.061Z Checking path-slash v0.1.5
23432024-11-04T23:12:28.103Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23442024-11-04T23:12:28.200Z Checking nix v0.27.1
23452024-11-04T23:12:28.333Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23462024-11-04T23:12:28.839Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23472024-11-04T23:12:29.094Z Checking tungstenite v0.23.0
23482024-11-04T23:12:29.127Z Checking kstat-rs v0.2.4
23492024-11-04T23:12:29.526Z Checking signal-hook-tokio v0.3.1
23502024-11-04T23:12:30.081Z Checking tokio-tungstenite v0.23.1
23512024-11-04T23:12:30.614Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23522024-11-04T23:12:31.162Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23532024-11-04T23:12:36.642Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23542024-11-04T23:12:38.432Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23552024-11-04T23:12:38.661Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23562024-11-04T23:12:42.173Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23572024-11-04T23:12:42.436Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23582024-11-04T23:12:43.626Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23592024-11-04T23:12:50.068Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23602024-11-04T23:12:50.825Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23612024-11-04T23:12:54.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.45s
23622024-11-04T23:12:54.966Z
23632024-11-04T23:12:54.966Zinfo: running `cargo check --bins` on gateway-api (47/169)
23642024-11-04T23:12:55.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652024-11-04T23:12:55.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662024-11-04T23:12:55.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23672024-11-04T23:12:55.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23682024-11-04T23:12:55.612Z
23692024-11-04T23:12:55.612Zinfo: running `cargo check --bins` on oximeter (48/169)
23702024-11-04T23:12:56.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712024-11-04T23:12:56.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722024-11-04T23:12:56.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23732024-11-04T23:12:56.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23742024-11-04T23:12:56.217Z
23752024-11-04T23:12:56.217Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/169)
23762024-11-04T23:12:56.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-11-04T23:12:56.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-11-04T23:12:56.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792024-11-04T23:12:56.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23802024-11-04T23:12:56.830Z
23812024-11-04T23:12:56.830Zinfo: running `cargo check --bins` on oximeter-schema (50/169)
23822024-11-04T23:12:57.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-11-04T23:12:57.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-11-04T23:12:57.452Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23852024-11-04T23:12:57.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
23862024-11-04T23:12:58.045Z
23872024-11-04T23:12:58.045Zinfo: running `cargo check --bins` on oximeter-types (51/169)
23882024-11-04T23:12:58.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-11-04T23:12:58.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-11-04T23:12:58.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-11-04T23:12:58.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23922024-11-04T23:12:58.668Z
23932024-11-04T23:12:58.668Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/169)
23942024-11-04T23:12:59.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-11-04T23:12:59.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-11-04T23:12:59.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-11-04T23:12:59.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23982024-11-04T23:12:59.274Z
23992024-11-04T23:12:59.275Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/169)
24002024-11-04T23:12:59.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-11-04T23:12:59.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-11-04T23:12:59.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24032024-11-04T23:12:59.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24042024-11-04T23:12:59.847Z
24052024-11-04T23:12:59.847Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/169)
24062024-11-04T23:13:00.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-11-04T23:13:00.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-11-04T23:13:00.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24092024-11-04T23:13:00.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24102024-11-04T23:13:00.462Z
24112024-11-04T23:13:00.462Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/169)
24122024-11-04T23:13:00.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-11-04T23:13:00.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-11-04T23:13:00.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24152024-11-04T23:13:01.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24162024-11-04T23:13:01.070Z
24172024-11-04T23:13:01.070Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/169)
24182024-11-04T23:13:01.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-11-04T23:13:01.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-11-04T23:13:01.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24212024-11-04T23:13:01.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24222024-11-04T23:13:01.696Z
24232024-11-04T23:13:01.696Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/169)
24242024-11-04T23:13:02.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-11-04T23:13:02.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-11-04T23:13:02.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-11-04T23:13:02.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24282024-11-04T23:13:02.305Z
24292024-11-04T23:13:02.305Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/169)
24302024-11-04T23:13:02.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-11-04T23:13:02.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-11-04T23:13:02.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-11-04T23:13:02.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24342024-11-04T23:13:02.927Z
24352024-11-04T23:13:02.927Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/169)
24362024-11-04T23:13:03.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-11-04T23:13:03.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-11-04T23:13:03.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392024-11-04T23:13:03.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24402024-11-04T23:13:03.521Z
24412024-11-04T23:13:03.521Zinfo: running `cargo check --bins` on oximeter-producer (60/169)
24422024-11-04T23:13:04.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-11-04T23:13:04.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-11-04T23:13:04.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-11-04T23:13:04.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24462024-11-04T23:13:04.157Z
24472024-11-04T23:13:04.157Zinfo: running `cargo check --bins` on internal-dns-resolver (61/169)
24482024-11-04T23:13:04.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-11-04T23:13:04.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-11-04T23:13:04.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-11-04T23:13:04.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24522024-11-04T23:13:04.807Z
24532024-11-04T23:13:04.807Zinfo: running `cargo check --bins` on nexus-client (62/169)
24542024-11-04T23:13:05.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-11-04T23:13:05.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-11-04T23:13:05.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-11-04T23:13:05.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24582024-11-04T23:13:05.424Z
24592024-11-04T23:13:05.424Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/169)
24602024-11-04T23:13:06.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-11-04T23:13:06.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-11-04T23:13:06.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-11-04T23:13:06.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24642024-11-04T23:13:06.096Z
24652024-11-04T23:13:06.096Zinfo: running `cargo check --bins` on omicron-passwords (64/169)
24662024-11-04T23:13:06.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-11-04T23:13:06.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-11-04T23:13:06.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-11-04T23:13:06.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24702024-11-04T23:13:06.696Z
24712024-11-04T23:13:06.696Zinfo: running `cargo check --bins` on nexus-types (65/169)
24722024-11-04T23:13:07.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-11-04T23:13:07.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-11-04T23:13:07.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-11-04T23:13:07.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24762024-11-04T23:13:07.331Z
24772024-11-04T23:13:07.331Zinfo: running `cargo check --bins` on gateway-client (66/169)
24782024-11-04T23:13:07.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-11-04T23:13:07.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-11-04T23:13:07.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-11-04T23:13:07.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24822024-11-04T23:13:07.940Z
24832024-11-04T23:13:07.940Zinfo: running `cargo check --bins` on oxql-types (67/169)
24842024-11-04T23:13:08.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-11-04T23:13:08.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-11-04T23:13:08.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-11-04T23:13:08.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24882024-11-04T23:13:08.530Z
24892024-11-04T23:13:08.530Zinfo: running `cargo check --bins` on update-engine (68/169)
24902024-11-04T23:13:09.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-11-04T23:13:09.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-11-04T23:13:09.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-11-04T23:13:09.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24942024-11-04T23:13:09.174Z
24952024-11-04T23:13:09.174Zinfo: running `cargo check --bins` on sp-sim (69/169)
24962024-11-04T23:13:09.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-11-04T23:13:09.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-11-04T23:13:09.820Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24992024-11-04T23:13:11.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
25002024-11-04T23:13:11.884Z
25012024-11-04T23:13:11.884Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/169)
25022024-11-04T23:13:12.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-11-04T23:13:12.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-11-04T23:13:12.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-11-04T23:13:12.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25062024-11-04T23:13:12.527Z
25072024-11-04T23:13:12.527Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/169)
25082024-11-04T23:13:13.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-11-04T23:13:13.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-11-04T23:13:13.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-11-04T23:13:13.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25122024-11-04T23:13:13.271Z
25132024-11-04T23:13:13.271Zinfo: running `cargo check --bins` on db-macros (72/169)
25142024-11-04T23:13:13.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-11-04T23:13:13.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-11-04T23:13:13.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-11-04T23:13:13.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25182024-11-04T23:13:13.903Z
25192024-11-04T23:13:13.903Zinfo: running `cargo check --bins` on nexus-macros-common (73/169)
25202024-11-04T23:13:14.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-11-04T23:13:14.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-11-04T23:13:14.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-11-04T23:13:14.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25242024-11-04T23:13:14.547Z
25252024-11-04T23:13:14.547Zinfo: running `cargo check --bins` on nexus-auth (74/169)
25262024-11-04T23:13:15.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-11-04T23:13:15.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-11-04T23:13:15.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-11-04T23:13:15.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25302024-11-04T23:13:15.188Z
25312024-11-04T23:13:15.188Zinfo: running `cargo check --bins` on authz-macros (75/169)
25322024-11-04T23:13:15.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-11-04T23:13:15.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-11-04T23:13:15.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-11-04T23:13:15.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25362024-11-04T23:13:15.777Z
25372024-11-04T23:13:15.777Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/169)
25382024-11-04T23:13:16.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-11-04T23:13:16.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-11-04T23:13:16.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-11-04T23:13:16.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25422024-11-04T23:13:16.436Z
25432024-11-04T23:13:16.436Zinfo: running `cargo check --bins` on nexus-db-model (77/169)
25442024-11-04T23:13:17.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-11-04T23:13:17.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-11-04T23:13:17.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-11-04T23:13:17.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25482024-11-04T23:13:17.082Z
25492024-11-04T23:13:17.082Zinfo: running `cargo check --bins` on nexus-defaults (78/169)
25502024-11-04T23:13:17.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-11-04T23:13:17.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-11-04T23:13:17.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-11-04T23:13:17.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25542024-11-04T23:13:17.694Z
25552024-11-04T23:13:17.694Zinfo: running `cargo check --bins` on sled-agent-client (79/169)
25562024-11-04T23:13:18.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-11-04T23:13:18.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-11-04T23:13:18.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-11-04T23:13:18.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25602024-11-04T23:13:18.369Z
25612024-11-04T23:13:18.369Zinfo: running `cargo check --bins` on nexus-inventory (80/169)
25622024-11-04T23:13:18.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-11-04T23:13:18.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-11-04T23:13:18.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-11-04T23:13:18.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25662024-11-04T23:13:19.005Z
25672024-11-04T23:13:19.005Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/169)
25682024-11-04T23:13:19.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-11-04T23:13:19.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-11-04T23:13:19.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-11-04T23:13:19.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25722024-11-04T23:13:19.656Z
25732024-11-04T23:13:19.656Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/169)
25742024-11-04T23:13:20.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-11-04T23:13:20.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-11-04T23:13:20.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-11-04T23:13:20.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25782024-11-04T23:13:20.282Z
25792024-11-04T23:13:20.282Zinfo: running `cargo check --bins` on typed-rng (83/169)
25802024-11-04T23:13:20.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-11-04T23:13:20.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-11-04T23:13:20.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-11-04T23:13:20.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25842024-11-04T23:13:20.865Z
25852024-11-04T23:13:20.865Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/169)
25862024-11-04T23:13:21.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-11-04T23:13:21.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-11-04T23:13:21.593Z Checking keccak v0.1.5
25892024-11-04T23:13:21.697Z Checking secrecy v0.8.0
25902024-11-04T23:13:21.700Z Compiling unicase v2.7.0
25912024-11-04T23:13:21.700Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25922024-11-04T23:13:21.700Z Compiling same-file v1.0.6
25932024-11-04T23:13:21.720Z Compiling tempfile v3.13.0
25942024-11-04T23:13:21.744Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25952024-11-04T23:13:21.768Z Compiling thiserror-impl-no-std v2.0.2
25962024-11-04T23:13:21.885Z Compiling walkdir v2.5.0
25972024-11-04T23:13:21.986Z Checking sha3 v0.10.8
25982024-11-04T23:13:22.015Z Checking universal-hash v0.5.1
25992024-11-04T23:13:22.042Z Compiling ring v0.16.20
26002024-11-04T23:13:22.187Z Compiling blake3 v1.5.4
26012024-11-04T23:13:22.213Z Checking opaque-debug v0.3.1
26022024-11-04T23:13:22.336Z Checking poly1305 v0.8.0
26032024-11-04T23:13:22.429Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26042024-11-04T23:13:22.601Z Checking chacha20 v0.9.1
26052024-11-04T23:13:22.628Z Checking aead v0.5.2
26062024-11-04T23:13:22.737Z Compiling memmap2 v0.9.5
26072024-11-04T23:13:22.846Z Compiling libefi-sys v0.1.0
26082024-11-04T23:13:22.862Z Compiling constant_time_eq v0.3.1
26092024-11-04T23:13:22.947Z Compiling arrayref v0.3.9
26102024-11-04T23:13:23.027Z Compiling salty v0.3.0
26112024-11-04T23:13:23.049Z Compiling untrusted v0.7.1
26122024-11-04T23:13:23.110Z Compiling arrayvec v0.7.6
26132024-11-04T23:13:23.166Z Compiling spin v0.5.2
26142024-11-04T23:13:23.214Z Compiling home v0.5.9
26152024-11-04T23:13:23.413Z Compiling toolchain_find v0.4.0
26162024-11-04T23:13:23.541Z Checking chacha20poly1305 v0.10.1
26172024-11-04T23:13:23.574Z Compiling camino-tempfile v1.1.1
26182024-11-04T23:13:23.593Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26192024-11-04T23:13:23.732Z Compiling bitfield-struct v0.6.2
26202024-11-04T23:13:23.941Z Compiling topological-sort v0.2.2
26212024-11-04T23:13:24.040Z Compiling mime_guess v2.0.5
26222024-11-04T23:13:24.057Z Compiling rustfmt-wrapper v0.2.1
26232024-11-04T23:13:24.602Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26242024-11-04T23:13:24.710Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26252024-11-04T23:13:24.778Z Checking primeorder v0.13.6
26262024-11-04T23:13:24.852Z Checking env_filter v0.1.2
26272024-11-04T23:13:24.868Z Checking thiserror-no-std v2.0.2
26282024-11-04T23:13:24.986Z Checking vsss-rs v3.3.4
26292024-11-04T23:13:25.022Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26302024-11-04T23:13:25.082Z Checking env_logger v0.11.5
26312024-11-04T23:13:25.211Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26322024-11-04T23:13:25.238Z Checking p384 v0.13.0
26332024-11-04T23:13:25.361Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26342024-11-04T23:13:25.385Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26352024-11-04T23:13:25.634Z Checking gethostname v0.5.0
26362024-11-04T23:13:25.723Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26372024-11-04T23:13:25.761Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26382024-11-04T23:13:25.799Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26392024-11-04T23:13:26.091Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26402024-11-04T23:13:26.141Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26412024-11-04T23:13:26.306Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422024-11-04T23:13:26.394Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26432024-11-04T23:13:26.728Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26442024-11-04T23:13:26.748Z Checking nanorand v0.7.0
26452024-11-04T23:13:26.748Z Checking atty v0.2.14
26462024-11-04T23:13:26.808Z Checking http-range v0.1.5
26472024-11-04T23:13:26.893Z Checking glob v0.3.1
26482024-11-04T23:13:27.001Z Checking hyper-staticfile v0.10.1
26492024-11-04T23:13:27.112Z Checking flume v0.11.0
26502024-11-04T23:13:27.213Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26512024-11-04T23:13:27.635Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26522024-11-04T23:13:27.742Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532024-11-04T23:13:27.911Z Compiling omicron-zone-package v0.11.1
26542024-11-04T23:13:28.301Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26552024-11-04T23:13:28.991Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26562024-11-04T23:13:29.032Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572024-11-04T23:13:29.404Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26582024-11-04T23:13:29.684Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26592024-11-04T23:13:30.265Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26602024-11-04T23:13:30.385Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26612024-11-04T23:13:30.760Z Checking display-error-chain v0.2.2
26622024-11-04T23:13:31.027Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26632024-11-04T23:13:32.288Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26642024-11-04T23:13:34.019Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26652024-11-04T23:13:34.022Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26662024-11-04T23:13:45.895Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26672024-11-04T23:14:35.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
26682024-11-04T23:14:35.329Z
26692024-11-04T23:14:35.329Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/169)
26702024-11-04T23:14:35.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-11-04T23:14:35.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-11-04T23:14:36.014Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26732024-11-04T23:15:25.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.18s
26742024-11-04T23:15:25.708Z
26752024-11-04T23:15:25.708Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/169)
26762024-11-04T23:15:26.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-11-04T23:15:26.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-11-04T23:15:26.456Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26792024-11-04T23:16:16.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.63s
26802024-11-04T23:16:16.542Z
26812024-11-04T23:16:16.542Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/169)
26822024-11-04T23:16:17.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-11-04T23:16:17.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-11-04T23:16:17.260Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26852024-11-04T23:17:06.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.43s
26862024-11-04T23:17:07.173Z
26872024-11-04T23:17:07.173Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/169)
26882024-11-04T23:17:07.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-11-04T23:17:07.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-11-04T23:17:07.940Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26912024-11-04T23:17:58.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.75s
26922024-11-04T23:17:59.148Z
26932024-11-04T23:17:59.149Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/169)
26942024-11-04T23:17:59.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-11-04T23:17:59.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-11-04T23:17:59.943Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26972024-11-04T23:18:50.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.91s
26982024-11-04T23:18:50.252Z
26992024-11-04T23:18:50.252Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/169)
27002024-11-04T23:18:50.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-11-04T23:18:50.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-11-04T23:18:51.022Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27032024-11-04T23:19:40.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.38s
27042024-11-04T23:19:40.825Z
27052024-11-04T23:19:40.825Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/169)
27062024-11-04T23:19:41.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-11-04T23:19:41.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-11-04T23:19:41.535Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27092024-11-04T23:20:32.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.23s
27102024-11-04T23:20:32.252Z
27112024-11-04T23:20:32.252Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/169)
27122024-11-04T23:20:32.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-11-04T23:20:32.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-11-04T23:20:32.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152024-11-04T23:20:32.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27162024-11-04T23:20:32.904Z
27172024-11-04T23:20:32.904Zinfo: running `cargo check --bins` on sled-agent-types (93/169)
27182024-11-04T23:20:33.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-11-04T23:20:33.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-11-04T23:20:33.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212024-11-04T23:20:33.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27222024-11-04T23:20:33.600Z
27232024-11-04T23:20:33.600Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/169)
27242024-11-04T23:20:34.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252024-11-04T23:20:34.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262024-11-04T23:20:34.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272024-11-04T23:20:34.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27282024-11-04T23:20:34.204Z
27292024-11-04T23:20:34.204Zinfo: running `cargo check --bins` on dpd-client (95/169)
27302024-11-04T23:20:34.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312024-11-04T23:20:34.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322024-11-04T23:20:34.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332024-11-04T23:20:34.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27342024-11-04T23:20:34.851Z
27352024-11-04T23:20:34.851Zinfo: running `cargo check --bins` on installinator-common (96/169)
27362024-11-04T23:20:35.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-11-04T23:20:35.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-11-04T23:20:35.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392024-11-04T23:20:35.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27402024-11-04T23:20:35.479Z
27412024-11-04T23:20:35.479Zinfo: running `cargo check --bins` on key-manager (97/169)
27422024-11-04T23:20:35.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432024-11-04T23:20:35.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442024-11-04T23:20:35.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452024-11-04T23:20:36.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27462024-11-04T23:20:36.069Z
27472024-11-04T23:20:36.069Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/169)
27482024-11-04T23:20:36.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492024-11-04T23:20:36.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502024-11-04T23:20:36.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512024-11-04T23:20:36.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27522024-11-04T23:20:36.740Z
27532024-11-04T23:20:36.740Zinfo: running `cargo check --bins` on repo-depot-api (99/169)
27542024-11-04T23:20:37.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552024-11-04T23:20:37.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562024-11-04T23:20:37.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572024-11-04T23:20:37.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27582024-11-04T23:20:37.359Z
27592024-11-04T23:20:37.359Zinfo: running `cargo check --bins` on repo-depot-client (100/169)
27602024-11-04T23:20:38.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612024-11-04T23:20:38.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622024-11-04T23:20:38.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632024-11-04T23:20:38.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27642024-11-04T23:20:38.014Z
27652024-11-04T23:20:38.014Zinfo: running `cargo check --bins` on sled-agent-api (101/169)
27662024-11-04T23:20:38.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672024-11-04T23:20:38.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682024-11-04T23:20:38.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692024-11-04T23:20:38.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27702024-11-04T23:20:38.616Z
27712024-11-04T23:20:38.616Zinfo: running `cargo check --bins` on sled-hardware (102/169)
27722024-11-04T23:20:39.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-11-04T23:20:39.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-11-04T23:20:39.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752024-11-04T23:20:39.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27762024-11-04T23:20:39.245Z
27772024-11-04T23:20:39.246Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/169)
27782024-11-04T23:20:39.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-11-04T23:20:39.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-11-04T23:20:39.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-11-04T23:20:39.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27822024-11-04T23:20:39.926Z
27832024-11-04T23:20:39.926Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/169)
27842024-11-04T23:20:40.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-11-04T23:20:40.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-11-04T23:20:40.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-11-04T23:20:40.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27882024-11-04T23:20:40.589Z
27892024-11-04T23:20:40.589Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/169)
27902024-11-04T23:20:41.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-11-04T23:20:41.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-11-04T23:20:41.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-11-04T23:20:41.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27942024-11-04T23:20:41.245Z
27952024-11-04T23:20:41.245Zinfo: running `cargo check --bins` on nexus-test-interface (106/169)
27962024-11-04T23:20:41.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-11-04T23:20:41.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-11-04T23:20:41.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-11-04T23:20:41.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28002024-11-04T23:20:41.928Z
28012024-11-04T23:20:41.928Zinfo: running `cargo check --bins` on oximeter-collector (107/169)
28022024-11-04T23:20:42.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-11-04T23:20:42.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-11-04T23:20:42.593Z Compiling phf_generator v0.11.2
28052024-11-04T23:20:42.596Z Compiling parse-zoneinfo v0.3.1
28062024-11-04T23:20:42.716Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28072024-11-04T23:20:42.718Z Checking bcs v0.1.6
28082024-11-04T23:20:42.718Z Compiling async-recursion v1.1.1
28092024-11-04T23:20:42.718Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28102024-11-04T23:20:42.718Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28112024-11-04T23:20:42.819Z Compiling phf_codegen v0.11.2
28122024-11-04T23:20:43.310Z Compiling chrono-tz-build v0.4.0
28132024-11-04T23:20:44.255Z Compiling chrono-tz v0.10.0
28142024-11-04T23:20:51.768Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28152024-11-04T23:20:56.260Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28162024-11-04T23:20:58.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.88s
28172024-11-04T23:20:58.992Z
28182024-11-04T23:20:58.992Zinfo: running `cargo check --bins` on oximeter-api (108/169)
28192024-11-04T23:20:59.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202024-11-04T23:20:59.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212024-11-04T23:20:59.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222024-11-04T23:20:59.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28232024-11-04T23:20:59.634Z
28242024-11-04T23:20:59.634Zinfo: running `cargo check --bins` on oximeter-client (109/169)
28252024-11-04T23:21:00.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-11-04T23:21:00.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-11-04T23:21:00.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282024-11-04T23:21:00.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28292024-11-04T23:21:00.240Z
28302024-11-04T23:21:00.240Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/169)
28312024-11-04T23:21:00.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322024-11-04T23:21:00.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332024-11-04T23:21:00.898Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342024-11-04T23:21:01.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
28352024-11-04T23:21:01.735Z
28362024-11-04T23:21:01.735Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/169)
28372024-11-04T23:21:02.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-11-04T23:21:02.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-11-04T23:21:02.365Z Compiling cfg_aliases v0.1.1
28402024-11-04T23:21:02.368Z Compiling vte_generate_state_changes v0.1.2
28412024-11-04T23:21:02.368Z Checking fd-lock v4.0.2
28422024-11-04T23:21:02.368Z Checking bytecount v0.6.8
28432024-11-04T23:21:02.482Z Compiling tabled_derive v0.7.0
28442024-11-04T23:21:02.504Z Compiling peg-macros v0.8.4
28452024-11-04T23:21:02.506Z Compiling sqlparser_derive v0.2.2
28462024-11-04T23:21:02.506Z Checking home v0.5.9
28472024-11-04T23:21:02.573Z Compiling nix v0.28.0
28482024-11-04T23:21:02.625Z Checking papergrid v0.11.0
28492024-11-04T23:21:02.662Z Checking nu-ansi-term v0.50.1
28502024-11-04T23:21:03.033Z Checking unicode_categories v0.1.1
28512024-11-04T23:21:03.106Z Checking vte v0.11.1
28522024-11-04T23:21:03.320Z Checking sqlformat v0.2.6
28532024-11-04T23:21:03.713Z Checking sqlparser v0.45.0
28542024-11-04T23:21:04.460Z Checking tabled v0.15.0
28552024-11-04T23:21:04.497Z Checking strip-ansi-escapes v0.2.0
28562024-11-04T23:21:04.680Z Checking reedline v0.35.0
28572024-11-04T23:21:05.299Z Checking peg v0.8.4
28582024-11-04T23:21:06.220Z Checking rustyline v14.0.0
28592024-11-04T23:21:10.294Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602024-11-04T23:21:16.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.17s
28612024-11-04T23:21:17.157Z
28622024-11-04T23:21:17.157Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/169)
28632024-11-04T23:21:17.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-11-04T23:21:17.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-11-04T23:21:17.787Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662024-11-04T23:21:24.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s
28672024-11-04T23:21:24.770Z
28682024-11-04T23:21:24.770Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/169)
28692024-11-04T23:21:25.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-11-04T23:21:25.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-11-04T23:21:25.402Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722024-11-04T23:21:30.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
28732024-11-04T23:21:30.802Z
28742024-11-04T23:21:30.803Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/169)
28752024-11-04T23:21:31.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-11-04T23:21:31.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-11-04T23:21:31.442Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28782024-11-04T23:21:37.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.11s
28792024-11-04T23:21:38.089Z
28802024-11-04T23:21:38.089Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/169)
28812024-11-04T23:21:38.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-11-04T23:21:38.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-11-04T23:21:38.729Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28842024-11-04T23:21:45.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.14s
28852024-11-04T23:21:45.422Z
28862024-11-04T23:21:45.422Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/169)
28872024-11-04T23:21:45.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-11-04T23:21:45.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-11-04T23:21:46.069Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28902024-11-04T23:21:51.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s
28912024-11-04T23:21:51.637Z
28922024-11-04T23:21:51.637Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/169)
28932024-11-04T23:21:52.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-11-04T23:21:52.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-11-04T23:21:52.271Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962024-11-04T23:21:57.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
28972024-11-04T23:21:57.961Z
28982024-11-04T23:21:57.961Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/169)
28992024-11-04T23:21:58.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002024-11-04T23:21:58.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012024-11-04T23:21:58.588Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29022024-11-04T23:22:05.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s
29032024-11-04T23:22:05.308Z
29042024-11-04T23:22:05.308Zinfo: running `cargo check --bins` on oximeter-test-utils (119/169)
29052024-11-04T23:22:05.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062024-11-04T23:22:05.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072024-11-04T23:22:05.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082024-11-04T23:22:05.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29092024-11-04T23:22:05.973Z
29102024-11-04T23:22:05.973Zinfo: running `cargo check --bins` on cockroach-admin-client (120/169)
29112024-11-04T23:22:06.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122024-11-04T23:22:06.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132024-11-04T23:22:06.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142024-11-04T23:22:06.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29152024-11-04T23:22:06.582Z
29162024-11-04T23:22:06.582Zinfo: running `cargo check --bins` on installinator-client (121/169)
29172024-11-04T23:22:07.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182024-11-04T23:22:07.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192024-11-04T23:22:07.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202024-11-04T23:22:07.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29212024-11-04T23:22:07.240Z
29222024-11-04T23:22:07.240Zinfo: running `cargo check --bins` on oxide-client (122/169)
29232024-11-04T23:22:07.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242024-11-04T23:22:07.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252024-11-04T23:22:07.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262024-11-04T23:22:07.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29272024-11-04T23:22:07.825Z
29282024-11-04T23:22:07.825Zinfo: running `cargo check --bins` on wicketd-client (123/169)
29292024-11-04T23:22:08.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302024-11-04T23:22:08.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312024-11-04T23:22:08.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322024-11-04T23:22:08.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29332024-11-04T23:22:08.500Z
29342024-11-04T23:22:08.500Zinfo: running `cargo check --bins` on wicket-common (124/169)
29352024-11-04T23:22:09.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-11-04T23:22:09.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-11-04T23:22:09.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382024-11-04T23:22:09.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29392024-11-04T23:22:09.164Z
29402024-11-04T23:22:09.165Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/169)
29412024-11-04T23:22:09.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422024-11-04T23:22:09.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432024-11-04T23:22:09.805Z Checking csv-core v0.1.11
29442024-11-04T23:22:09.808Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29452024-11-04T23:22:10.114Z Checking csv v1.3.0
29462024-11-04T23:22:10.687Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29472024-11-04T23:22:11.044Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29482024-11-04T23:22:12.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
29492024-11-04T23:22:12.511Z
29502024-11-04T23:22:12.511Zinfo: running `cargo check --bins` on cockroach-admin-api (126/169)
29512024-11-04T23:22:13.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522024-11-04T23:22:13.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532024-11-04T23:22:13.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542024-11-04T23:22:13.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29552024-11-04T23:22:13.111Z
29562024-11-04T23:22:13.111Zinfo: running `cargo check --bins` on cockroach-admin-types (127/169)
29572024-11-04T23:22:13.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582024-11-04T23:22:13.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592024-11-04T23:22:13.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602024-11-04T23:22:13.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29612024-11-04T23:22:13.727Z
29622024-11-04T23:22:13.727Zinfo: running `cargo check --bins` on cert-dev (128/169)
29632024-11-04T23:22:14.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642024-11-04T23:22:14.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652024-11-04T23:22:14.347Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29662024-11-04T23:22:14.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
29672024-11-04T23:22:14.779Z
29682024-11-04T23:22:14.780Zinfo: running `cargo check --bins` on ch-dev (129/169)
29692024-11-04T23:22:15.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702024-11-04T23:22:15.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712024-11-04T23:22:15.449Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29722024-11-04T23:22:16.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29732024-11-04T23:22:16.359Z
29742024-11-04T23:22:16.359Zinfo: running `cargo check --bins` on crdb-seed (130/169)
29752024-11-04T23:22:16.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762024-11-04T23:22:16.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772024-11-04T23:22:16.992Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29782024-11-04T23:22:17.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
29792024-11-04T23:22:17.529Z
29802024-11-04T23:22:17.529Zinfo: running `cargo check --bins` on db-dev (131/169)
29812024-11-04T23:22:18.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822024-11-04T23:22:18.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832024-11-04T23:22:18.147Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29842024-11-04T23:22:18.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
29852024-11-04T23:22:19.011Z
29862024-11-04T23:22:19.011Zinfo: running `cargo check --bins` on omicron-dev-lib (132/169)
29872024-11-04T23:22:19.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882024-11-04T23:22:19.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892024-11-04T23:22:19.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29902024-11-04T23:22:19.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29912024-11-04T23:22:19.632Z
29922024-11-04T23:22:19.632Zinfo: running `cargo check --bins` on xtask-downloader (133/169)
29932024-11-04T23:22:20.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942024-11-04T23:22:20.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952024-11-04T23:22:20.221Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29962024-11-04T23:22:21.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
29972024-11-04T23:22:21.373Z
29982024-11-04T23:22:21.373Zinfo: running `cargo check --bins` on omicron-ls-apis (134/169)
29992024-11-04T23:22:21.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002024-11-04T23:22:21.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012024-11-04T23:22:21.973Z Checking cargo-platform v0.1.8
30022024-11-04T23:22:22.237Z Checking cargo_metadata v0.18.1
30032024-11-04T23:22:23.259Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30042024-11-04T23:22:24.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
30052024-11-04T23:22:24.184Z
30062024-11-04T23:22:24.184Zinfo: running `cargo check --bins` on mgs-dev (135/169)
30072024-11-04T23:22:24.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-11-04T23:22:24.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-11-04T23:22:24.875Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30102024-11-04T23:22:25.565Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30112024-11-04T23:22:26.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
30122024-11-04T23:22:26.255Z
30132024-11-04T23:22:26.255Zinfo: running `cargo check --bins` on omicron-omdb (136/169)
30142024-11-04T23:22:26.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-11-04T23:22:26.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-11-04T23:22:27.047Z Compiling glob v0.3.1
30172024-11-04T23:22:27.047Z Compiling crunchy v0.2.2
30182024-11-04T23:22:27.049Z Compiling tiny-keccak v2.0.2
30192024-11-04T23:22:27.049Z Compiling dsl_auto_type v0.1.2
30202024-11-04T23:22:27.049Z Checking scheduled-thread-pool v0.2.7
30212024-11-04T23:22:27.049Z Compiling diesel_table_macro_syntax v0.2.0
30222024-11-04T23:22:27.196Z Compiling ascii-canvas v3.0.0
30232024-11-04T23:22:27.207Z Compiling ena v0.14.3
30242024-11-04T23:22:27.376Z Checking r2d2 v0.8.10
30252024-11-04T23:22:27.501Z Compiling libloading v0.8.5
30262024-11-04T23:22:27.611Z Compiling bindgen v0.69.5
30272024-11-04T23:22:27.651Z Compiling diff v0.1.13
30282024-11-04T23:22:27.716Z Compiling regex-syntax v0.6.29
30292024-11-04T23:22:27.739Z Compiling which v4.4.2
30302024-11-04T23:22:27.920Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30312024-11-04T23:22:28.039Z Compiling clang-sys v1.8.1
30322024-11-04T23:22:28.125Z Compiling cexpr v0.6.0
30332024-11-04T23:22:28.260Z Compiling lazycell v1.3.0
30342024-11-04T23:22:28.304Z Compiling ref-cast v1.0.23
30352024-11-04T23:22:28.452Z Compiling rustc-hash v1.1.0
30362024-11-04T23:22:28.470Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30372024-11-04T23:22:28.625Z Compiling derive_builder_core v0.20.2
30382024-11-04T23:22:28.733Z Compiling diesel_derives v2.2.3
30392024-11-04T23:22:28.780Z Compiling libxml v0.3.3
30402024-11-04T23:22:28.892Z Compiling ref-cast-impl v1.0.23
30412024-11-04T23:22:28.955Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30422024-11-04T23:22:29.253Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30432024-11-04T23:22:29.473Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30442024-11-04T23:22:29.790Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30452024-11-04T23:22:29.922Z Compiling strum_macros v0.24.3
30462024-11-04T23:22:30.226Z Compiling indoc v1.0.9
30472024-11-04T23:22:31.136Z Compiling derive_builder_macro v0.20.2
30482024-11-04T23:22:31.273Z Compiling lalrpop v0.19.12
30492024-11-04T23:22:32.102Z Checking derive_builder v0.20.2
30502024-11-04T23:22:32.171Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30512024-11-04T23:22:32.249Z Compiling oso-derive v0.27.3
30522024-11-04T23:22:32.667Z Compiling impl-trait-for-tuples v0.2.2
30532024-11-04T23:22:33.353Z Checking quick-xml v0.33.0
30542024-11-04T23:22:33.454Z Compiling diesel-dtrace v0.3.0
30552024-11-04T23:22:33.669Z Checking maplit v1.0.2
30562024-11-04T23:22:33.826Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30572024-11-04T23:22:33.852Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30582024-11-04T23:22:34.227Z Checking bb8 v0.8.5
30592024-11-04T23:22:34.822Z Compiling const_format_proc_macros v0.2.33
30602024-11-04T23:22:35.686Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30612024-11-04T23:22:35.714Z Checking castaway v0.2.3
30622024-11-04T23:22:35.899Z Checking rand_seeder v0.3.0
30632024-11-04T23:22:36.005Z Checking compact_str v0.8.0
30642024-11-04T23:22:36.152Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30652024-11-04T23:22:36.376Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30662024-11-04T23:22:36.965Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30672024-11-04T23:22:36.968Z Checking const_format v0.2.33
30682024-11-04T23:22:37.484Z Checking unicode-truncate v1.1.0
30692024-11-04T23:22:37.725Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30702024-11-04T23:22:38.048Z Checking lru v0.12.5
30712024-11-04T23:22:38.331Z Compiling instability v0.3.2
30722024-11-04T23:22:38.351Z Checking unicode-linebreak v0.1.5
30732024-11-04T23:22:38.369Z Checking cassowary v0.3.0
30742024-11-04T23:22:38.791Z Checking is_ci v1.2.0
30752024-11-04T23:22:38.809Z Checking smawk v0.3.2
30762024-11-04T23:22:38.930Z Checking supports-color v3.0.1
30772024-11-04T23:22:39.020Z Checking textwrap v0.16.1
30782024-11-04T23:22:39.132Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30792024-11-04T23:22:39.436Z Checking ratatui v0.28.1
30802024-11-04T23:22:39.493Z Checking multimap v0.10.0
30812024-11-04T23:22:40.949Z Checking diesel v2.2.4
30822024-11-04T23:23:00.435Z Compiling samael v0.0.17
30832024-11-04T23:23:18.112Z Checking async-bb8-diesel v0.2.1
30842024-11-04T23:23:18.554Z Compiling polar-core v0.27.3
30852024-11-04T23:23:26.668Z Checking oso v0.27.3
30862024-11-04T23:25:10.424Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30872024-11-04T23:25:19.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
30882024-11-04T23:25:19.217Z
30892024-11-04T23:25:19.218Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/169)
30902024-11-04T23:25:19.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-11-04T23:25:19.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-11-04T23:25:19.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932024-11-04T23:25:19.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30942024-11-04T23:25:19.941Z
30952024-11-04T23:25:19.941Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/169)
30962024-11-04T23:25:20.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-11-04T23:25:20.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-11-04T23:25:20.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992024-11-04T23:25:20.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31002024-11-04T23:25:20.658Z
31012024-11-04T23:25:20.658Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/169)
31022024-11-04T23:25:21.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-11-04T23:25:21.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-11-04T23:25:21.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052024-11-04T23:25:21.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31062024-11-04T23:25:21.318Z
31072024-11-04T23:25:21.318Zinfo: running `cargo check --bins` on omicron-nexus (140/169)
31082024-11-04T23:25:21.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-11-04T23:25:21.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-11-04T23:25:22.145Z Compiling libz-sys v1.1.20
31112024-11-04T23:25:22.148Z Checking http v0.2.12
31122024-11-04T23:25:22.256Z Compiling libgit2-sys v0.17.0+1.8.1
31132024-11-04T23:25:22.282Z Compiling vergen v8.3.2
31142024-11-04T23:25:22.282Z Compiling cargo-platform v0.1.8
31152024-11-04T23:25:22.285Z Compiling pin-project-internal v1.1.6
31162024-11-04T23:25:22.330Z Compiling libsqlite3-sys v0.30.1
31172024-11-04T23:25:22.330Z Compiling snafu-derive v0.8.5
31182024-11-04T23:25:22.603Z Compiling cargo_metadata v0.18.1
31192024-11-04T23:25:22.881Z Checking simd-adler32 v0.3.7
31202024-11-04T23:25:22.920Z Checking sync_wrapper v0.1.2
31212024-11-04T23:25:23.061Z Checking bumpalo v3.16.0
31222024-11-04T23:25:23.207Z Compiling buf-list v1.0.3
31232024-11-04T23:25:23.250Z Compiling rustls v0.21.12
31242024-11-04T23:25:23.409Z Compiling zip v2.1.3
31252024-11-04T23:25:23.533Z Checking lockfree-object-pool v0.1.6
31262024-11-04T23:25:23.602Z Checking http-body v0.4.6
31272024-11-04T23:25:23.730Z Checking h2 v0.3.26
31282024-11-04T23:25:23.798Z Compiling cfg_aliases v0.2.1
31292024-11-04T23:25:23.936Z Compiling nix v0.29.0
31302024-11-04T23:25:23.966Z Checking zopfli v0.8.1
31312024-11-04T23:25:24.150Z Checking globset v0.4.15
31322024-11-04T23:25:24.689Z Checking sct v0.7.1
31332024-11-04T23:25:24.707Z Checking rustls-webpki v0.101.7
31342024-11-04T23:25:24.841Z Checking olpc-cjson v0.1.4
31352024-11-04T23:25:24.924Z Checking serde_plain v1.0.2
31362024-11-04T23:25:25.114Z Compiling displaydoc v0.2.5
31372024-11-04T23:25:25.183Z Checking typed-path v0.7.1
31382024-11-04T23:25:25.309Z Checking pin-project v1.1.6
31392024-11-04T23:25:26.191Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31402024-11-04T23:25:26.288Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31412024-11-04T23:25:26.496Z Checking hashlink v0.9.1
31422024-11-04T23:25:26.580Z Checking fallible-streaming-iterator v0.1.9
31432024-11-04T23:25:26.872Z Checking parse-size v1.1.0
31442024-11-04T23:25:27.103Z Checking fallible-iterator v0.3.0
31452024-11-04T23:25:27.230Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31462024-11-04T23:25:27.709Z Checking rusqlite v0.32.1
31472024-11-04T23:25:27.727Z Checking snafu v0.8.5
31482024-11-04T23:25:27.729Z Checking rustls-pemfile v1.0.4
31492024-11-04T23:25:27.909Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31502024-11-04T23:25:27.962Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31512024-11-04T23:25:28.215Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31522024-11-04T23:25:28.236Z Checking twox-hash v1.6.3
31532024-11-04T23:25:28.348Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31542024-11-04T23:25:28.722Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31552024-11-04T23:25:28.828Z Checking tokio-rustls v0.24.1
31562024-11-04T23:25:29.190Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31572024-11-04T23:25:29.235Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31582024-11-04T23:25:29.390Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31592024-11-04T23:25:29.742Z Checking fatfs v0.3.6
31602024-11-04T23:25:30.223Z Checking hyper v0.14.30
31612024-11-04T23:25:30.460Z Checking assert_matches v1.5.0
31622024-11-04T23:25:34.905Z Checking reqwest v0.11.27
31632024-11-04T23:25:35.698Z Checking tough v0.17.1
31642024-11-04T23:25:36.222Z Compiling git2 v0.19.0
31652024-11-04T23:25:39.013Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31662024-11-04T23:25:40.345Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31672024-11-04T23:25:41.676Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31682024-11-04T23:29:21.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 59s
31692024-11-04T23:29:21.240Z
31702024-11-04T23:29:21.240Zinfo: running `cargo check --bins` on nexus-external-api (141/169)
31712024-11-04T23:29:21.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722024-11-04T23:29:21.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732024-11-04T23:29:21.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742024-11-04T23:29:21.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31752024-11-04T23:29:21.902Z
31762024-11-04T23:29:21.902Zinfo: running `cargo check --bins` on openapi-manager-types (142/169)
31772024-11-04T23:29:22.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782024-11-04T23:29:22.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792024-11-04T23:29:22.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802024-11-04T23:29:22.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31812024-11-04T23:29:22.508Z
31822024-11-04T23:29:22.508Zinfo: running `cargo check --bins` on nexus-internal-api (143/169)
31832024-11-04T23:29:23.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842024-11-04T23:29:23.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852024-11-04T23:29:23.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862024-11-04T23:29:23.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31872024-11-04T23:29:23.209Z
31882024-11-04T23:29:23.209Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/169)
31892024-11-04T23:29:23.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902024-11-04T23:29:23.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912024-11-04T23:29:23.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922024-11-04T23:29:23.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31932024-11-04T23:29:23.881Z
31942024-11-04T23:29:23.881Zinfo: running `cargo check --bins` on nexus-networking (145/169)
31952024-11-04T23:29:24.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962024-11-04T23:29:24.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972024-11-04T23:29:24.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982024-11-04T23:29:24.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31992024-11-04T23:29:24.587Z
32002024-11-04T23:29:24.587Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/169)
32012024-11-04T23:29:25.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022024-11-04T23:29:25.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032024-11-04T23:29:25.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042024-11-04T23:29:25.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32052024-11-04T23:29:25.244Z
32062024-11-04T23:29:25.245Zinfo: running `cargo check --bins` on update-common (147/169)
32072024-11-04T23:29:25.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082024-11-04T23:29:25.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092024-11-04T23:29:25.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102024-11-04T23:29:25.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32112024-11-04T23:29:25.924Z
32122024-11-04T23:29:25.924Zinfo: running `cargo check --bins` on tufaceous-lib (148/169)
32132024-11-04T23:29:26.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142024-11-04T23:29:26.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152024-11-04T23:29:26.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162024-11-04T23:29:26.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32172024-11-04T23:29:26.586Z
32182024-11-04T23:29:26.586Zinfo: running `cargo check --bins` on tufaceous (149/169)
32192024-11-04T23:29:27.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-11-04T23:29:27.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-11-04T23:29:27.236Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32222024-11-04T23:29:28.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
32232024-11-04T23:29:28.385Z
32242024-11-04T23:29:28.385Zinfo: running `cargo check --bins` on omicron-dev (150/169)
32252024-11-04T23:29:29.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-11-04T23:29:29.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-11-04T23:29:29.227Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32282024-11-04T23:29:29.349Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32292024-11-04T23:29:29.349Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32302024-11-04T23:29:29.352Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32312024-11-04T23:30:29.751Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32322024-11-04T23:30:29.752Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32332024-11-04T23:30:29.755Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32342024-11-04T23:30:29.755Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32352024-11-04T23:30:29.755Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32362024-11-04T23:30:30.649Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32372024-11-04T23:30:31.980Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32382024-11-04T23:33:57.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 28s
32392024-11-04T23:33:57.470Z
32402024-11-04T23:33:57.470Zinfo: running `cargo check --bins` on openapi-manager (151/169)
32412024-11-04T23:33:58.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422024-11-04T23:33:58.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432024-11-04T23:33:58.216Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32442024-11-04T23:33:58.218Z Checking heck v0.4.1
32452024-11-04T23:33:58.218Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32462024-11-04T23:33:58.461Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32472024-11-04T23:33:59.907Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32482024-11-04T23:34:00.801Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32492024-11-04T23:34:01.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
32502024-11-04T23:34:02.029Z
32512024-11-04T23:34:02.029Zinfo: running `cargo check --bins` on installinator-api (152/169)
32522024-11-04T23:34:02.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532024-11-04T23:34:02.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542024-11-04T23:34:02.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552024-11-04T23:34:02.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32562024-11-04T23:34:02.704Z
32572024-11-04T23:34:02.704Zinfo: running `cargo check --bins` on wicketd-api (153/169)
32582024-11-04T23:34:03.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592024-11-04T23:34:03.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602024-11-04T23:34:03.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612024-11-04T23:34:03.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32622024-11-04T23:34:03.378Z
32632024-11-04T23:34:03.378Zinfo: running `cargo check --bins` on reconfigurator-cli (154/169)
32642024-11-04T23:34:03.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652024-11-04T23:34:03.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662024-11-04T23:34:04.057Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32672024-11-04T23:34:05.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
32682024-11-04T23:34:05.413Z
32692024-11-04T23:34:05.413Zinfo: running `cargo check --bins` on omicron-releng (155/169)
32702024-11-04T23:34:05.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712024-11-04T23:34:05.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722024-11-04T23:34:06.101Z Checking memmap2 v0.9.5
32732024-11-04T23:34:06.101Z Checking constant_time_eq v0.3.1
32742024-11-04T23:34:06.103Z Checking arrayref v0.3.9
32752024-11-04T23:34:06.103Z Checking untrusted v0.7.1
32762024-11-04T23:34:06.103Z Checking arrayvec v0.7.6
32772024-11-04T23:34:06.103Z Checking spin v0.5.2
32782024-11-04T23:34:06.103Z Checking topological-sort v0.2.2
32792024-11-04T23:34:06.208Z Checking shell-words v1.1.0
32802024-11-04T23:34:06.402Z Checking ring v0.16.20
32812024-11-04T23:34:06.515Z Checking blake3 v1.5.4
32822024-11-04T23:34:07.605Z Checking omicron-zone-package v0.11.1
32832024-11-04T23:34:08.775Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32842024-11-04T23:34:09.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
32852024-11-04T23:34:09.943Z
32862024-11-04T23:34:09.943Zinfo: running `cargo check --bins` on xtask (156/169)
32872024-11-04T23:34:10.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882024-11-04T23:34:10.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892024-11-04T23:34:10.372Z Checking bitflags v2.6.0
32902024-11-04T23:34:10.375Z Checking serde v1.0.210
32912024-11-04T23:34:10.375Z Checking thiserror v1.0.64
32922024-11-04T23:34:10.479Z Checking scroll v0.12.0
32932024-11-04T23:34:10.493Z Checking log v0.4.22
32942024-11-04T23:34:10.496Z Checking hashbrown v0.15.0
32952024-11-04T23:34:10.496Z Checking zerocopy v0.7.35
32962024-11-04T23:34:10.546Z Checking syn v2.0.79
32972024-11-04T23:34:10.613Z Checking pest v2.7.14
32982024-11-04T23:34:10.769Z Checking rustix v0.38.37
32992024-11-04T23:34:10.841Z Checking once_cell v1.20.2
33002024-11-04T23:34:11.014Z Checking goblin v0.8.2
33012024-11-04T23:34:11.180Z Checking fs-err v2.11.0
33022024-11-04T23:34:11.517Z Checking tabled v0.15.0
33032024-11-04T23:34:11.691Z Checking indexmap v2.6.0
33042024-11-04T23:34:12.088Z Checking anyhow v1.0.92
33052024-11-04T23:34:12.790Z Checking terminal_size v0.4.0
33062024-11-04T23:34:12.793Z Checking tempfile v3.13.0
33072024-11-04T23:34:12.978Z Checking clap_builder v4.5.20
33082024-11-04T23:34:13.290Z Checking dtrace-parser v0.2.0
33092024-11-04T23:34:15.024Z Checking serde_json v1.0.128
33102024-11-04T23:34:15.024Z Checking serde_spanned v0.6.8
33112024-11-04T23:34:15.026Z Checking toml_datetime v0.6.8
33122024-11-04T23:34:15.026Z Checking camino v1.1.9
33132024-11-04T23:34:15.026Z Checking cargo-platform v0.1.8
33142024-11-04T23:34:15.086Z Checking semver v1.0.23
33152024-11-04T23:34:15.235Z Checking macaddr v1.0.1
33162024-11-04T23:34:15.375Z Checking toml_edit v0.22.22
33172024-11-04T23:34:15.648Z Checking camino-tempfile v1.1.1
33182024-11-04T23:34:15.869Z Checking clap v4.5.20
33192024-11-04T23:34:16.284Z Checking dof v0.3.0
33202024-11-04T23:34:16.284Z Checking cargo_metadata v0.18.1
33212024-11-04T23:34:16.720Z Checking usdt-impl v0.5.0
33222024-11-04T23:34:17.115Z Checking usdt v0.5.0
33232024-11-04T23:34:17.302Z Checking toml v0.8.19
33242024-11-04T23:34:17.802Z Checking cargo_toml v0.20.5
33252024-11-04T23:34:19.150Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33262024-11-04T23:34:19.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.96s
33272024-11-04T23:34:20.018Z
33282024-11-04T23:34:20.018Zinfo: running `cargo check --bins` on end-to-end-tests (157/169)
33292024-11-04T23:34:20.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-11-04T23:34:20.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-11-04T23:34:20.744Z Checking polyval v0.6.2
33322024-11-04T23:34:20.852Z Checking ctr v0.9.2
33332024-11-04T23:34:20.864Z Checking ssh-encoding v0.2.0
33342024-11-04T23:34:20.867Z Checking blowfish v0.9.1
33352024-11-04T23:34:20.888Z Checking password-hash v0.4.2
33362024-11-04T23:34:20.890Z Checking matches v0.1.10
33372024-11-04T23:34:20.915Z Checking p521 v0.13.3
33382024-11-04T23:34:20.918Z Checking p256 v0.13.2
33392024-11-04T23:34:20.989Z Checking idna v0.2.3
33402024-11-04T23:34:21.093Z Checking ghash v0.5.1
33412024-11-04T23:34:21.108Z Compiling enum-as-inner v0.5.1
33422024-11-04T23:34:21.169Z Checking bcrypt-pbkdf v0.10.0
33432024-11-04T23:34:21.190Z Checking russh-cryptovec v0.7.3
33442024-11-04T23:34:21.287Z Checking aes-gcm v0.10.3
33452024-11-04T23:34:21.305Z Checking pbkdf2 v0.11.0
33462024-11-04T23:34:21.388Z Checking md5 v0.7.0
33472024-11-04T23:34:21.407Z Checking num-bigint v0.4.6
33482024-11-04T23:34:21.423Z Checking des v0.8.1
33492024-11-04T23:34:21.525Z Checking ssh-cipher v0.2.0
33502024-11-04T23:34:21.579Z Checking hex-literal v0.4.1
33512024-11-04T23:34:21.675Z Compiling dhcproto-macros v0.1.0
33522024-11-04T23:34:21.707Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33532024-11-04T23:34:21.723Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33542024-11-04T23:34:21.816Z Checking internet-checksum v0.2.1
33552024-11-04T23:34:21.844Z Checking ssh-key v0.6.6
33562024-11-04T23:34:22.225Z Checking trust-dns-proto v0.22.0
33572024-11-04T23:34:23.319Z Checking russh-keys v0.45.0
33582024-11-04T23:34:24.279Z Checking russh v0.45.0
33592024-11-04T23:34:24.953Z Checking dhcproto v0.12.0
33602024-11-04T23:34:48.108Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33612024-11-04T23:34:49.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.48s
33622024-11-04T23:34:49.702Z
33632024-11-04T23:34:49.702Zinfo: running `cargo check --bins` on gateway-cli (158/169)
33642024-11-04T23:34:50.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652024-11-04T23:34:50.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662024-11-04T23:34:50.312Z Checking termios v0.3.3
33672024-11-04T23:34:50.526Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33682024-11-04T23:34:51.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
33692024-11-04T23:34:51.577Z
33702024-11-04T23:34:51.577Zinfo: running `cargo check --bins --no-default-features` on installinator (159/169)
33712024-11-04T23:34:52.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-11-04T23:34:52.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-11-04T23:34:52.315Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33742024-11-04T23:34:54.425Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33752024-11-04T23:34:56.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
33762024-11-04T23:34:56.753Z
33772024-11-04T23:34:56.753Zinfo: running `cargo check --bins` on internal-dns-cli (160/169)
33782024-11-04T23:34:57.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-11-04T23:34:57.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-11-04T23:34:57.377Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33812024-11-04T23:34:57.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
33822024-11-04T23:34:58.089Z
33832024-11-04T23:34:58.089Zinfo: running `cargo check --bins` on omicron-live-tests (161/169)
33842024-11-04T23:34:58.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-11-04T23:34:58.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-11-04T23:34:58.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872024-11-04T23:34:58.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882024-11-04T23:34:58.674Z
33892024-11-04T23:34:58.674Zinfo: running `cargo check --bins` on live-tests-macros (162/169)
33902024-11-04T23:34:59.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912024-11-04T23:34:59.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922024-11-04T23:34:59.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932024-11-04T23:34:59.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33942024-11-04T23:34:59.303Z
33952024-11-04T23:34:59.303Zinfo: running `cargo check --bins` on omicron-package (163/169)
33962024-11-04T23:34:59.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972024-11-04T23:34:59.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982024-11-04T23:34:59.927Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33992024-11-04T23:35:01.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
34002024-11-04T23:35:01.401Z
34012024-11-04T23:35:01.401Zinfo: running `cargo check --bins` on range-requests (164/169)
34022024-11-04T23:35:01.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032024-11-04T23:35:01.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042024-11-04T23:35:01.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052024-11-04T23:35:01.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062024-11-04T23:35:01.989Z
34072024-11-04T23:35:01.989Zinfo: running `cargo check --bins` on wicket-dbg (165/169)
34082024-11-04T23:35:02.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092024-11-04T23:35:02.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102024-11-04T23:35:02.752Z Checking rtoolbox v0.0.2
34112024-11-04T23:35:02.755Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34122024-11-04T23:35:02.755Z Checking tui-tree-widget v0.22.0
34132024-11-04T23:35:02.976Z Checking rpassword v7.3.1
34142024-11-04T23:35:07.184Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34152024-11-04T23:35:10.546Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
34162024-11-04T23:35:11.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.78s
34172024-11-04T23:35:11.953Z
34182024-11-04T23:35:11.953Zinfo: running `cargo check --bins` on wicket (166/169)
34192024-11-04T23:35:12.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202024-11-04T23:35:12.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212024-11-04T23:35:12.646Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34222024-11-04T23:35:13.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
34232024-11-04T23:35:13.220Z
34242024-11-04T23:35:13.220Zinfo: running `cargo check --bins` on wicketd (167/169)
34252024-11-04T23:35:13.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262024-11-04T23:35:13.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272024-11-04T23:35:13.943Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34282024-11-04T23:35:23.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.44s
34292024-11-04T23:35:23.892Z
34302024-11-04T23:35:23.892Zinfo: running `cargo check --bins` on omicron-workspace-hack (168/169)
34312024-11-04T23:35:24.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322024-11-04T23:35:24.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332024-11-04T23:35:24.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342024-11-04T23:35:24.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352024-11-04T23:35:24.486Z
34362024-11-04T23:35:24.486Zinfo: running `cargo check --bins` on zone-setup (169/169)
34372024-11-04T23:35:25.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382024-11-04T23:35:25.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392024-11-04T23:35:25.236Z Checking uzers v0.12.1
34402024-11-04T23:35:25.573Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34412024-11-04T23:35:26.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
34422024-11-04T23:35:26.924Z
34432024-11-04T23:35:26.924Zreal 25:18.064772668
34442024-11-04T23:35:26.924Zuser 38:08.077144407
34452024-11-04T23:35:26.924Zsys 5:32.917980686
34462024-11-04T23:35:26.924Ztrap 0.658447789
34472024-11-04T23:35:26.924Ztflt 2.823595740
34482024-11-04T23:35:26.927Zdflt 2.583341346
34492024-11-04T23:35:26.927Zkflt 0.001599429
34502024-11-04T23:35:26.927Zlock 1:31:24.222414739
34512024-11-04T23:35:26.927Zslp 3:35:23.868079889
34522024-11-04T23:35:26.927Zlat 1:00.907243445
34532024-11-04T23:35:26.927Zstop 3:20.944756068
34542024-11-04T23:35:26.927Zprocess exited: duration 1817794 ms, exit code 0
 
34552024-11-04T23:35:26.932Zfound 0 output files