01JBHRQRSTNNKTGPTFDN7SP71S: 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: 01JBHRR53454NSRXY168WC9E57

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-31T17:08:28.792Zjob assigned to worker 01JBHRR4QCHZWZDNGBTH1J09FJ (queued for 47 s)
 
22024-10-31T17:08:35.659Zstarting task 0: "setup"
32024-10-31T17:08:35.667Z++ uname -s
42024-10-31T17:08:35.670Z+ kern=SunOS
52024-10-31T17:08:35.670Z+ case "$kern" in
62024-10-31T17:08:35.670Z+ [[ 0 == 12345 ]]
72024-10-31T17:08:35.670Z+ groupadd -g 12345 build
82024-10-31T17:08:35.672Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-31T17:08:37.681Z+ zfs create -o mountpoint=/work rpool/work
102024-10-31T17:08:37.800Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-31T17:08:37.803Z+ home_fs=zfs
122024-10-31T17:08:37.803Z+ [[ zfs == autofs ]]
132024-10-31T17:08:37.803Z+ mkdir -p /home/build
142024-10-31T17:08:37.805Z+ chown build:build /home/build /work
152024-10-31T17:08:39.807Z+ chmod 0700 /home/build /work
162024-10-31T17:08:39.809Zprocess exited: duration 4149 ms, exit code 0
 
172024-10-31T17:08:39.815Zstarting task 1: "rust-toolchain"
182024-10-31T17:08:39.820Z+ printf ' * toolchain channel = "%s"
192024-10-31T17:08:39.820Z * toolchain channel = "1.80.1"
202024-10-31T17:08:39.820Z' 1.80.1
212024-10-31T17:08:39.820Z+ printf ' * toolchain profile = "%s"
222024-10-31T17:08:39.820Z' default
232024-10-31T17:08:39.820Z * toolchain profile = "default"
242024-10-31T17:08:39.823Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-31T17:08:39.823Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
262024-10-31T17:08:39.938Zinfo: downloading installer
272024-10-31T17:08:41.207Zinfo: profile set to 'default'
282024-10-31T17:08:41.208Zinfo: default host triple is x86_64-unknown-illumos
292024-10-31T17:08:41.210Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
302024-10-31T17:08:41.344Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
312024-10-31T17:08:41.344Zinfo: downloading component 'cargo'
322024-10-31T17:08:42.046Zinfo: downloading component 'clippy'
332024-10-31T17:08:42.294Zinfo: downloading component 'rust-docs'
342024-10-31T17:08:43.271Zinfo: downloading component 'rust-std'
352024-10-31T17:08:44.639Zinfo: downloading component 'rustc'
362024-10-31T17:08:48.430Zinfo: downloading component 'rustfmt'
372024-10-31T17:08:48.634Zinfo: installing component 'cargo'
382024-10-31T17:08:49.447Zinfo: installing component 'clippy'
392024-10-31T17:08:49.822Zinfo: installing component 'rust-docs'
402024-10-31T17:08:51.451Zinfo: installing component 'rust-std'
412024-10-31T17:08:53.087Zinfo: installing component 'rustc'
422024-10-31T17:08:57.163Zinfo: installing component 'rustfmt'
432024-10-31T17:08:57.495Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-10-31T17:08:57.495Z
452024-10-31T17:08:57.749Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
462024-10-31T17:08:57.749Z
472024-10-31T17:08:57.752Z
482024-10-31T17:08:57.752ZRust is installed now. Great!
492024-10-31T17:08:57.752Z
502024-10-31T17:08:57.752ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-31T17:08:57.752Zenvironment variable. This has not been done automatically.
522024-10-31T17:08:57.752Z
532024-10-31T17:08:57.752ZTo configure your current shell, you need to source
542024-10-31T17:08:57.752Zthe corresponding env file under $HOME/.cargo.
552024-10-31T17:08:57.752Z
562024-10-31T17:08:57.752ZThis is usually done by running one of the following (note the leading DOT):
572024-10-31T17:08:57.752Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-31T17:08:57.752Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-31T17:08:57.805Z+ rustc --version
602024-10-31T17:08:57.867Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
612024-10-31T17:08:57.870Zprocess exited: duration 18051 ms, exit code 0
 
622024-10-31T17:08:57.875Zstarting task 2: "authentication"
632024-10-31T17:08:57.895Zprocess exited: duration 20 ms, exit code 0
 
642024-10-31T17:08:57.902Zstarting task 3: "clone repository"
652024-10-31T17:08:57.906Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-31T17:08:57.909Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-31T17:08:58.160ZCloning into '/work/oxidecomputer/omicron'...
682024-10-31T17:09:05.746Z+ cd /work/oxidecomputer/omicron
692024-10-31T17:09:05.748Z+ git fetch origin 4f046351c7d5cef65b737a1aeab478a99826453a
702024-10-31T17:09:06.016ZFrom https://github.com/oxidecomputer/omicron
712024-10-31T17:09:06.016Z * branch 4f046351c7d5cef65b737a1aeab478a99826453a -> FETCH_HEAD
722024-10-31T17:09:06.024Z+ [[ -n refactor-networking-apis ]]
732024-10-31T17:09:06.027Z++ git branch --show-current
742024-10-31T17:09:06.030Z+ current=main
752024-10-31T17:09:06.030Z+ [[ main != refactor-networking-apis ]]
762024-10-31T17:09:06.030Z+ git branch -f refactor-networking-apis 4f046351c7d5cef65b737a1aeab478a99826453a
772024-10-31T17:09:06.034Z+ git checkout -f refactor-networking-apis
782024-10-31T17:09:06.188ZSwitched to branch 'refactor-networking-apis'
792024-10-31T17:09:06.190Z+ git reset --hard 4f046351c7d5cef65b737a1aeab478a99826453a
802024-10-31T17:09:06.351ZHEAD is now at 4f046351c remove unused params
812024-10-31T17:09:06.353Zprocess exited: duration 8449 ms, exit code 0
 
822024-10-31T17:09:06.359Zstarting task 4: "build"
832024-10-31T17:09:06.365Z+ source .github/buildomat/ci-env.sh
842024-10-31T17:09:06.365Z++ export CARGO_TERM_COLOR=always
852024-10-31T17:09:06.365Z++ CARGO_TERM_COLOR=always
862024-10-31T17:09:06.369Z+ cargo --version
872024-10-31T17:09:06.419Zcargo 1.80.1 (376290515 2024-07-16)
882024-10-31T17:09:06.422Z+ rustc --version
892024-10-31T17:09:06.478Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
902024-10-31T17:09:06.481Z+ source ./env.sh
912024-10-31T17:09:06.481Z++ OLD_SHELL_OPTS=ehxB
922024-10-31T17:09:06.481Z++ set -o xtrace
932024-10-31T17:09:06.484Z++++ dirname ./env.sh
942024-10-31T17:09:06.484Z+++ readlink -f .
952024-10-31T17:09:06.503Z++ OMICRON_WS=/work/oxidecomputer/omicron
962024-10-31T17:09:06.507Z++ 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-10-31T17:09:06.507Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-10-31T17:09:06.507Z++ 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-10-31T17:09:06.507Z++ 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-10-31T17:09:06.507Z++ 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-10-31T17:09:06.507Z++ 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-10-31T17:09:06.507Z++ 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-10-31T17:09:06.507Z++ 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-10-31T17:09:06.507Z++ case $OLD_SHELL_OPTS in
1052024-10-31T17:09:06.507Z++ unset OLD_SHELL_OPTS OMICRON_WS
1062024-10-31T17:09:06.507Z+ 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-10-31T17:09:06.507Z+ 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-10-31T17:09:06.507Z+ banner prerequisites
1092024-10-31T17:09:06.523Z
1102024-10-31T17:09:06.523Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-10-31T17:09:06.523Z # # # # # # # # # # # # # # #
1122024-10-31T17:09:06.523Z # # # # ##### # # ##### # # # # # #### #
1132024-10-31T17:09:06.523Z ##### ##### # ##### # # # # # # # # #
1142024-10-31T17:09:06.523Z # # # # # # # # # # # # # # #
1152024-10-31T17:09:06.523Z # # # ###### # # ###### ### # #### # #### #
1162024-10-31T17:09:06.523Z
1172024-10-31T17:09:06.526Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1182024-10-31T17:09:16.442Z Startup: Refreshing catalog 'helios-dev' ... Done
1192024-10-31T17:09:20.043Z Startup: Caching catalogs ... Done
1202024-10-31T17:09:26.930ZPlanning: Solver setup ... Done (6.111s)
1212024-10-31T17:09:27.019ZPlanning: Running solver ... Done (0.090s)
1222024-10-31T17:09:27.257ZPlanning: Finding local manifests ... Done (0.162s)
1232024-10-31T17:09:27.269ZPlanning: Fetching manifests: 0/5 0% complete
1242024-10-31T17:09:27.483ZPlanning: Fetching manifests: 5/5 100% complete
1252024-10-31T17:09:27.884ZPlanning: Package planning ... Done (0.401s)
1262024-10-31T17:09:27.940ZPlanning: Merging actions ... Done (0.056s)
1272024-10-31T17:09:29.366ZPlanning: Checking for conflicting actions ... Done (1.426s)
1282024-10-31T17:09:40.162ZPlanning: Consolidating action changes ... Done (10.793s)
1292024-10-31T17:09:40.509ZPlanning: Evaluating mediators ... Done (0.347s)
1302024-10-31T17:09:40.587ZPlanning: Planning completed in 20.45 seconds
1312024-10-31T17:09:40.599Z Packages to install: 4
1322024-10-31T17:09:40.599Z Packages to update: 1
1332024-10-31T17:09:40.602Z Mediators to change: 2
1342024-10-31T17:09:40.602Z Services to change: 1
1352024-10-31T17:09:40.602Z Estimated space available: 155.71 GB
1362024-10-31T17:09:40.602ZEstimated space to be consumed: 1.58 GB
1372024-10-31T17:09:40.602Z Create boot environment: No
1382024-10-31T17:09:40.602ZCreate backup boot environment: Yes
1392024-10-31T17:09:40.602Z Rebuild boot archive: No
1402024-10-31T17:09:40.602Z
1412024-10-31T17:09:40.602ZChanged mediators:
1422024-10-31T17:09:40.602Z mediator clang:
1432024-10-31T17:09:40.602Z version: None -> 15 (system default)
1442024-10-31T17:09:40.602Z
1452024-10-31T17:09:40.602Z mediator llvm:
1462024-10-31T17:09:40.602Z version: 14 (system default) -> 15 (system default)
1472024-10-31T17:09:40.602Z
1482024-10-31T17:09:40.602ZChanged packages:
1492024-10-31T17:09:40.602Zhelios-dev
1502024-10-31T17:09:40.602Z developer/build-essential
1512024-10-31T17:09:40.603Z None -> 11-2.0
1522024-10-31T17:09:40.603Z library/libxmlsec1
1532024-10-31T17:09:40.603Z None -> 1.2.35-2.0
1542024-10-31T17:09:40.603Z ooce/developer/clang-15
1552024-10-31T17:09:40.603Z None -> 15.0.7-2.0
1562024-10-31T17:09:40.603Z ooce/developer/llvm-15
1572024-10-31T17:09:40.603Z None -> 15.0.7-2.0
1582024-10-31T17:09:40.603Z package/pkg
1592024-10-31T17:09:40.603Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1602024-10-31T17:09:40.603Z
1612024-10-31T17:09:40.603ZServices:
1622024-10-31T17:09:40.603Z restart_fmri:
1632024-10-31T17:09:40.603Z svc:/system/update-man-index:default
1642024-10-31T17:09:40.603Z
1652024-10-31T17:09:40.603ZEditable files to change:
1662024-10-31T17:09:40.603Z Update:
1672024-10-31T17:09:40.603Z usr/share/lib/pkg/web/config.shtml
1682024-10-31T17:09:40.985Z
1692024-10-31T17:09:40.985ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1702024-10-31T17:09:53.528ZDownload: 212/4281 items 1.3/220.6MB 0% complete (622k/s)
1712024-10-31T17:09:59.211ZDownload: 1197/4281 items 82.7/220.6MB 37% complete (17.4M/s)
1722024-10-31T17:10:04.207ZDownload: 1439/4281 items 117.0/220.6MB 53% complete (10.1M/s)
1732024-10-31T17:10:13.553ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (5.6M/s)
1742024-10-31T17:10:18.557ZDownload: 3058/4281 items 121.2/220.6MB 54% complete (205k/s)
1752024-10-31T17:10:23.879ZDownload: 3969/4281 items 218.2/220.6MB 98% complete (9.9M/s)
1762024-10-31T17:10:25.051ZDownload: Completed 220.60 MB in 44.06 seconds (5.0M/s)
1772024-10-31T17:10:26.209Z Actions: 1/5063 actions (Removing old actions)
1782024-10-31T17:10:26.222Z Actions: 194/5063 actions (Installing new actions)
1792024-10-31T17:10:31.280Z Actions: 4090/5063 actions (Installing new actions)
1802024-10-31T17:10:31.856Z Actions: 4226/5063 actions (Updating modified actions)
1812024-10-31T17:10:32.186Z Actions: Completed 5063 actions in 5.98 seconds.
1822024-10-31T17:10:32.554Z Done (0.360s)
1832024-10-31T17:10:32.557Z Done (0.000s)
1842024-10-31T17:10:33.053Z Done (0.498s)
1852024-10-31T17:10:39.532Z Done (6.271s)
1862024-10-31T17:10:40.002Z Done (0.397s)
1872024-10-31T17:10:40.005Z Done (0.000s)
1882024-10-31T17:10:40.323Z Done (0.000s)
1892024-10-31T17:10:40.972ZPlanning: Evaluating mediator changes ... Done
1902024-10-31T17:10:41.138ZPlanning: Checking for conflicting actions ... Done
1912024-10-31T17:10:41.141ZPlanning: Consolidating action changes ... Done
1922024-10-31T17:10:41.406ZPlanning: Evaluating mediators ... Done
1932024-10-31T17:10:41.408ZPlanning: Planning completed in 0.43 seconds
1942024-10-31T17:10:41.446Z Mediators to change: 2
1952024-10-31T17:10:41.446Z Create boot environment: No
1962024-10-31T17:10:41.448ZCreate backup boot environment: No
1972024-10-31T17:10:41.512Z Done
1982024-10-31T17:10:41.512Z Done
1992024-10-31T17:10:41.838Z Done
2002024-10-31T17:10:45.256Z Done
2012024-10-31T17:10:45.347Z Done
2022024-10-31T17:10:45.350Z Done
2032024-10-31T17:10:45.588Z Done
2042024-10-31T17:10:46.200ZPlanning: Evaluating mediator changes ... Done
2052024-10-31T17:10:46.203ZPlanning: Merging actions ... Done
2062024-10-31T17:10:46.392ZPlanning: Checking for conflicting actions ... Done
2072024-10-31T17:10:46.395ZPlanning: Consolidating action changes ... Done
2082024-10-31T17:10:46.660ZPlanning: Evaluating mediators ... Done
2092024-10-31T17:10:46.716ZPlanning: Planning completed in 0.76 seconds
2102024-10-31T17:10:46.755Z Packages to change: 1
2112024-10-31T17:10:46.755Z Mediators to change: 1
2122024-10-31T17:10:46.758Z Services to change: 1
2132024-10-31T17:10:46.758Z Create boot environment: No
2142024-10-31T17:10:46.758ZCreate backup boot environment: Yes
2152024-10-31T17:10:48.912Z Actions: 1/6 actions (Updating modified actions)
2162024-10-31T17:10:49.163Z Actions: Completed 6 actions in 0.25 seconds.
2172024-10-31T17:10:49.165Z Done
2182024-10-31T17:10:49.165Z Done
2192024-10-31T17:10:49.264Z Done
2202024-10-31T17:10:52.703Z Done
2212024-10-31T17:10:52.796Z Done
2222024-10-31T17:10:52.799Z Done
2232024-10-31T17:10:52.919Z Done
2242024-10-31T17:10:53.360ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-10-31T17:10:53.360Zclang system 15 system
2262024-10-31T17:10:53.360Zcsh system system illumos
2272024-10-31T17:10:53.360Zctags system system illumos
2282024-10-31T17:10:53.360Zgcc vendor 12 vendor
2292024-10-31T17:10:53.360Zgcc system 10 system
2302024-10-31T17:10:53.360Zgcc system 7 system
2312024-10-31T17:10:53.360Zgo system 1.20 system
2322024-10-31T17:10:53.360Zgo system 1.19 system
2332024-10-31T17:10:53.360Zllvm system 15 system
2342024-10-31T17:10:53.360Zllvm system 14 system
2352024-10-31T17:10:53.360Zmariadb system 10.6 system
2362024-10-31T17:10:53.360Zmta vendor vendor dma
2372024-10-31T17:10:53.360Zopenjdk system 17 system
2382024-10-31T17:10:53.360Zopenjdk system 11 system
2392024-10-31T17:10:53.360Zopenjdk system 1.8 system
2402024-10-31T17:10:53.360Zopenssl vendor 3 vendor
2412024-10-31T17:10:53.360Zperl system 5.36 system
2422024-10-31T17:10:53.360Zpostgresql system 15 system
2432024-10-31T17:10:53.360Zpostgresql system 13 system
2442024-10-31T17:10:53.360Zpython vendor 3 vendor
2452024-10-31T17:10:53.360Zpython system 2 system
2462024-10-31T17:10:53.360Zpython3 system 3.11 system
2472024-10-31T17:10:53.361Zruby system 3.0 system
2482024-10-31T17:10:53.361Zwords vendor vendor american-english
2492024-10-31T17:10:53.361Zwords system system australian-english
2502024-10-31T17:10:53.361Zwords system system british-english
2512024-10-31T17:10:53.361Zwords system system canadian-english
2522024-10-31T17:10:53.361Zwords system system french
2532024-10-31T17:10:53.361Zwords system system italian
2542024-10-31T17:10:53.361Zwords system system ngerman
2552024-10-31T17:10:53.361Zwords system system ogerman
2562024-10-31T17:10:53.361Zwords system system spanish
2572024-10-31T17:10:53.687ZPUBLISHER TYPE STATUS P LOCATION
2582024-10-31T17:10:53.687Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-10-31T17:10:56.095ZFMRI IFO
2602024-10-31T17:10:56.095Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-10-31T17:10:56.095Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-10-31T17:10:56.095Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-10-31T17:10:56.095Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-10-31T17:10:56.095Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-10-31T17:10:56.095Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-10-31T17:10:56.095Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2672024-10-31T17:10:56.095Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682024-10-31T17:10:56.096Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692024-10-31T17:10:56.096Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2702024-10-31T17:10:56.096Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-10-31T17:10:56.096Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-10-31T17:10:56.096Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2732024-10-31T17:10:56.096Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-10-31T17:10:56.096Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-10-31T17:10:56.796Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2762024-10-31T17:10:57.053Z Updating crates.io index
2772024-10-31T17:10:57.103Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782024-10-31T17:10:57.878Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2792024-10-31T17:10:58.224Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802024-10-31T17:10:58.464Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812024-10-31T17:10:58.739Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822024-10-31T17:10:59.460Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832024-10-31T17:11:01.716Z Updating git repository `https://github.com/oxidecomputer/opte`
2842024-10-31T17:11:02.682Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852024-10-31T17:11:03.543Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862024-10-31T17:11:03.834Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2872024-10-31T17:11:04.148Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-10-31T17:11:04.689Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2892024-10-31T17:11:05.047Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-10-31T17:11:05.420Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-10-31T17:11:05.704Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-10-31T17:11:05.944Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-10-31T17:11:06.183Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-10-31T17:11:06.457Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-10-31T17:11:06.771Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-10-31T17:11:07.101Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-10-31T17:11:07.493Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-10-31T17:11:07.920Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-10-31T17:11:08.252Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-10-31T17:11:08.727Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-10-31T17:11:09.125Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-10-31T17:11:09.470Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-10-31T17:11:09.744Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-10-31T17:11:11.074Z Downloading crates ...
3052024-10-31T17:11:11.135Z Downloaded bytecount v0.6.8
3062024-10-31T17:11:11.138Z Downloaded anstyle v1.0.8
3072024-10-31T17:11:11.142Z Downloaded anstyle-query v1.1.1
3082024-10-31T17:11:11.146Z Downloaded autocfg v1.4.0
3092024-10-31T17:11:11.158Z Downloaded dtrace-parser v0.2.0
3102024-10-31T17:11:11.166Z Downloaded swrite v0.1.0
3112024-10-31T17:11:11.169Z Downloaded pretty-hex v0.4.1
3122024-10-31T17:11:11.169Z Downloaded is_terminal_polyfill v1.70.1
3132024-10-31T17:11:11.177Z Downloaded generic-array v0.14.7
3142024-10-31T17:11:11.177Z Downloaded cfg-if v1.0.0
3152024-10-31T17:11:11.177Z Downloaded heck v0.4.1
3162024-10-31T17:11:11.180Z Downloaded digest v0.10.7
3172024-10-31T17:11:11.183Z Downloaded thread-id v4.2.2
3182024-10-31T17:11:11.183Z Downloaded memmap v0.7.0
3192024-10-31T17:11:11.186Z Downloaded ryu v1.0.18
3202024-10-31T17:11:11.189Z Downloaded version_check v0.9.5
3212024-10-31T17:11:11.189Z Downloaded fastrand v2.1.1
3222024-10-31T17:11:11.192Z Downloaded colorchoice v1.0.2
3232024-10-31T17:11:11.192Z Downloaded cargo_metadata v0.18.1
3242024-10-31T17:11:11.195Z Downloaded block-buffer v0.10.4
3252024-10-31T17:11:11.198Z Downloaded sha2 v0.10.8
3262024-10-31T17:11:11.205Z Downloaded tempfile v3.13.0
3272024-10-31T17:11:11.208Z Downloaded zerocopy-derive v0.7.35
3282024-10-31T17:11:11.211Z Downloaded anstyle-parse v0.2.5
3292024-10-31T17:11:11.214Z Downloaded byteorder v1.5.0
3302024-10-31T17:11:11.217Z Downloaded camino v1.1.9
3312024-10-31T17:11:11.245Z Downloaded ucd-trie v0.1.7
3322024-10-31T17:11:11.245Z Downloaded log v0.4.22
3332024-10-31T17:11:11.245Z Downloaded usdt-impl v0.5.0
3342024-10-31T17:11:11.245Z Downloaded semver v1.0.23
3352024-10-31T17:11:11.245Z Downloaded pest_meta v2.7.14
3362024-10-31T17:11:11.245Z Downloaded anstream v0.6.15
3372024-10-31T17:11:11.245Z Downloaded anyhow v1.0.89
3382024-10-31T17:11:11.254Z Downloaded bitflags v2.6.0
3392024-10-31T17:11:11.257Z Downloaded proc-macro2 v1.0.87
3402024-10-31T17:11:11.262Z Downloaded clap_lex v0.7.2
3412024-10-31T17:11:11.265Z Downloaded scroll_derive v0.12.0
3422024-10-31T17:11:11.270Z Downloaded proc-macro-error-attr v1.0.4
3432024-10-31T17:11:11.274Z Downloaded usdt-attr-macro v0.5.0
3442024-10-31T17:11:11.276Z Downloaded cargo-platform v0.1.8
3452024-10-31T17:11:11.281Z Downloaded cpufeatures v0.2.14
3462024-10-31T17:11:11.283Z Downloaded equivalent v1.0.1
3472024-10-31T17:11:11.283Z Downloaded crypto-common v0.1.6
3482024-10-31T17:11:11.287Z Downloaded macaddr v1.0.1
3492024-10-31T17:11:11.287Z Downloaded errno v0.3.9
3502024-10-31T17:11:11.289Z Downloaded thiserror-impl v1.0.64
3512024-10-31T17:11:11.293Z Downloaded toml_datetime v0.6.8
3522024-10-31T17:11:11.293Z Downloaded heck v0.5.0
3532024-10-31T17:11:11.296Z Downloaded fs-err v2.11.0
3542024-10-31T17:11:11.296Z Downloaded fnv v1.0.7
3552024-10-31T17:11:11.296Z Downloaded dof v0.3.0
3562024-10-31T17:11:11.301Z Downloaded usdt-macro v0.5.0
3572024-10-31T17:11:11.303Z Downloaded terminal_size v0.4.0
3582024-10-31T17:11:11.306Z Downloaded itoa v1.0.11
3592024-10-31T17:11:11.310Z Downloaded scroll v0.12.0
3602024-10-31T17:11:11.313Z Downloaded tabled_derive v0.7.0
3612024-10-31T17:11:11.313Z Downloaded strsim v0.11.1
3622024-10-31T17:11:11.314Z Downloaded serde_spanned v0.6.8
3632024-10-31T17:11:11.317Z Downloaded usdt v0.5.0
3642024-10-31T17:11:11.317Z Downloaded camino-tempfile v1.1.1
3652024-10-31T17:11:11.320Z Downloaded utf8parse v0.2.2
3662024-10-31T17:11:11.324Z Downloaded thiserror v1.0.64
3672024-10-31T17:11:11.327Z Downloaded plain v0.2.3
3682024-10-31T17:11:11.330Z Downloaded unicode-linebreak v0.1.5
3692024-10-31T17:11:11.330Z Downloaded smawk v0.3.2
3702024-10-31T17:11:11.330Z Downloaded quote v1.0.37
3712024-10-31T17:11:11.334Z Downloaded proc-macro-error v1.0.4
3722024-10-31T17:11:11.338Z Downloaded cargo_toml v0.20.5
3732024-10-31T17:11:11.338Z Downloaded pest_derive v2.7.14
3742024-10-31T17:11:11.342Z Downloaded clap_derive v4.5.18
3752024-10-31T17:11:11.342Z Downloaded toml_edit v0.22.22
3762024-10-31T17:11:11.361Z Downloaded once_cell v1.20.2
3772024-10-31T17:11:11.365Z Downloaded serde_tokenstream v0.2.2
3782024-10-31T17:11:11.368Z Downloaded pest_generator v2.7.14
3792024-10-31T17:11:11.371Z Downloaded unicode-ident v1.0.13
3802024-10-31T17:11:11.374Z Downloaded papergrid v0.11.0
3812024-10-31T17:11:11.380Z Downloaded serde_derive v1.0.210
3822024-10-31T17:11:11.385Z Downloaded clap v4.5.20
3832024-10-31T17:11:11.391Z Downloaded typenum v1.17.0
3842024-10-31T17:11:11.394Z Downloaded toml v0.8.19
3852024-10-31T17:11:11.397Z Downloaded textwrap v0.16.1
3862024-10-31T17:11:11.409Z Downloaded indexmap v2.6.0
3872024-10-31T17:11:11.419Z Downloaded pest v2.7.14
3882024-10-31T17:11:11.424Z Downloaded serde v1.0.210
3892024-10-31T17:11:11.440Z Downloaded clap_builder v4.5.20
3902024-10-31T17:11:11.447Z Downloaded memchr v2.7.4
3912024-10-31T17:11:11.452Z Downloaded serde_json v1.0.128
3922024-10-31T17:11:11.460Z Downloaded hashbrown v0.15.0
3932024-10-31T17:11:11.481Z Downloaded winnow v0.6.20
3942024-10-31T17:11:11.488Z Downloaded syn v2.0.79
3952024-10-31T17:11:11.498Z Downloaded zerocopy v0.7.35
3962024-10-31T17:11:11.514Z Downloaded goblin v0.8.2
3972024-10-31T17:11:11.518Z Downloaded unicode-width v0.1.14
3982024-10-31T17:11:11.524Z Downloaded syn v1.0.109
3992024-10-31T17:11:11.533Z Downloaded tabled v0.15.0
4002024-10-31T17:11:11.547Z Downloaded rustix v0.38.37
4012024-10-31T17:11:11.567Z Downloaded libc v0.2.161
4022024-10-31T17:11:11.874Z Compiling proc-macro2 v1.0.87
4032024-10-31T17:11:11.878Z Compiling unicode-ident v1.0.13
4042024-10-31T17:11:11.878Z Compiling serde v1.0.210
4052024-10-31T17:11:11.879Z Compiling version_check v0.9.5
4062024-10-31T17:11:11.879Z Compiling thiserror v1.0.64
4072024-10-31T17:11:11.879Z Compiling memchr v2.7.4
4082024-10-31T17:11:11.879Z Compiling libc v0.2.161
4092024-10-31T17:11:11.879Z Compiling itoa v1.0.11
4102024-10-31T17:11:12.131Z Compiling ryu v1.0.18
4112024-10-31T17:11:12.173Z Compiling ucd-trie v0.1.7
4122024-10-31T17:11:12.678Z Compiling once_cell v1.20.2
4132024-10-31T17:11:12.725Z Compiling byteorder v1.5.0
4142024-10-31T17:11:13.034Z Compiling serde_json v1.0.128
4152024-10-31T17:11:13.098Z Compiling rustix v0.38.37
4162024-10-31T17:11:14.300Z Compiling bitflags v2.6.0
4172024-10-31T17:11:14.339Z Compiling usdt-impl v0.5.0
4182024-10-31T17:11:14.384Z Compiling proc-macro-error-attr v1.0.4
4192024-10-31T17:11:14.428Z Compiling syn v1.0.109
4202024-10-31T17:11:14.618Z Compiling proc-macro-error v1.0.4
4212024-10-31T17:11:14.708Z Compiling log v0.4.22
4222024-10-31T17:11:14.736Z Compiling plain v0.2.3
4232024-10-31T17:11:14.833Z Compiling hashbrown v0.15.0
4242024-10-31T17:11:14.887Z Compiling camino v1.1.9
4252024-10-31T17:11:14.932Z Compiling utf8parse v0.2.2
4262024-10-31T17:11:15.049Z Compiling thread-id v4.2.2
4272024-10-31T17:11:15.075Z Compiling equivalent v1.0.1
4282024-10-31T17:11:15.119Z Compiling anstyle-parse v0.2.5
4292024-10-31T17:11:15.145Z Compiling quote v1.0.37
4302024-10-31T17:11:15.316Z Compiling colorchoice v1.0.2
4312024-10-31T17:11:15.453Z Compiling anstyle v1.0.8
4322024-10-31T17:11:15.478Z Compiling unicode-width v0.1.14
4332024-10-31T17:11:15.522Z Compiling syn v2.0.79
4342024-10-31T17:11:15.545Z Compiling errno v0.3.9
4352024-10-31T17:11:15.886Z Compiling autocfg v1.4.0
4362024-10-31T17:11:15.919Z Compiling anstyle-query v1.1.1
4372024-10-31T17:11:15.990Z Compiling indexmap v2.6.0
4382024-10-31T17:11:16.016Z Compiling semver v1.0.23
4392024-10-31T17:11:16.055Z Compiling is_terminal_polyfill v1.70.1
4402024-10-31T17:11:16.211Z Compiling winnow v0.6.20
4412024-10-31T17:11:16.532Z Compiling pretty-hex v0.4.1
4422024-10-31T17:11:16.815Z Compiling anstream v0.6.15
4432024-10-31T17:11:17.099Z Compiling fs-err v2.11.0
4442024-10-31T17:11:17.468Z Compiling cfg-if v1.0.0
4452024-10-31T17:11:17.521Z Compiling fastrand v2.1.1
4462024-10-31T17:11:17.565Z Compiling heck v0.5.0
4472024-10-31T17:11:17.590Z Compiling heck v0.4.1
4482024-10-31T17:11:17.925Z Compiling terminal_size v0.4.0
4492024-10-31T17:11:18.097Z Compiling strsim v0.11.1
4502024-10-31T17:11:18.127Z Compiling fnv v1.0.7
4512024-10-31T17:11:18.151Z Compiling anyhow v1.0.89
4522024-10-31T17:11:18.173Z Compiling clap_lex v0.7.2
4532024-10-31T17:11:18.258Z Compiling bytecount v0.6.8
4542024-10-31T17:11:18.479Z Compiling clap_builder v4.5.20
4552024-10-31T17:11:18.688Z Compiling papergrid v0.11.0
4562024-10-31T17:11:18.955Z Compiling tempfile v3.13.0
4572024-10-31T17:11:19.138Z Compiling memmap v0.7.0
4582024-10-31T17:11:19.277Z Compiling smawk v0.3.2
4592024-10-31T17:11:19.492Z Compiling unicode-linebreak v0.1.5
4602024-10-31T17:11:19.944Z Compiling textwrap v0.16.1
4612024-10-31T17:11:19.979Z Compiling swrite v0.1.0
4622024-10-31T17:11:21.281Z Compiling tabled_derive v0.7.0
4632024-10-31T17:11:22.965Z Compiling tabled v0.15.0
4642024-10-31T17:11:24.077Z Compiling serde_derive v1.0.210
4652024-10-31T17:11:24.077Z Compiling thiserror-impl v1.0.64
4662024-10-31T17:11:24.084Z Compiling zerocopy-derive v0.7.35
4672024-10-31T17:11:24.084Z Compiling scroll_derive v0.12.0
4682024-10-31T17:11:24.095Z Compiling clap_derive v4.5.18
4692024-10-31T17:11:25.270Z Compiling scroll v0.12.0
4702024-10-31T17:11:25.781Z Compiling goblin v0.8.2
4712024-10-31T17:11:25.860Z Compiling zerocopy v0.7.35
4722024-10-31T17:11:26.737Z Compiling pest v2.7.14
4732024-10-31T17:11:27.700Z Compiling clap v4.5.20
4742024-10-31T17:11:28.984Z Compiling pest_meta v2.7.14
4752024-10-31T17:11:29.769Z Compiling pest_generator v2.7.14
4762024-10-31T17:11:31.602Z Compiling pest_derive v2.7.14
4772024-10-31T17:11:32.368Z Compiling dtrace-parser v0.2.0
4782024-10-31T17:11:34.196Z Compiling serde_tokenstream v0.2.2
4792024-10-31T17:11:34.358Z Compiling serde_spanned v0.6.8
4802024-10-31T17:11:34.358Z Compiling toml_datetime v0.6.8
4812024-10-31T17:11:34.623Z Compiling cargo-platform v0.1.8
4822024-10-31T17:11:34.763Z Compiling toml_edit v0.22.22
4832024-10-31T17:11:34.801Z Compiling macaddr v1.0.1
4842024-10-31T17:11:35.095Z Compiling camino-tempfile v1.1.1
4852024-10-31T17:11:35.572Z Compiling dof v0.3.0
4862024-10-31T17:11:35.848Z Compiling cargo_metadata v0.18.1
4872024-10-31T17:11:37.210Z Compiling usdt-macro v0.5.0
4882024-10-31T17:11:37.210Z Compiling usdt-attr-macro v0.5.0
4892024-10-31T17:11:37.552Z Compiling toml v0.8.19
4902024-10-31T17:11:38.454Z Compiling usdt v0.5.0
4912024-10-31T17:11:38.527Z Compiling cargo_toml v0.20.5
4922024-10-31T17:11:41.959Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-10-31T17:11:45.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.29s
4942024-10-31T17:11:46.114Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-10-31T17:11:46.689Z Downloading crates ...
4962024-10-31T17:11:46.820Z Downloaded addr2line v0.24.2
4972024-10-31T17:11:46.834Z Downloaded assert_matches v1.5.0
4982024-10-31T17:11:46.843Z Downloaded cfg_aliases v0.1.1
4992024-10-31T17:11:46.843Z Downloaded ciborium-io v0.2.2
5002024-10-31T17:11:46.850Z Downloaded darling_macro v0.20.10
5012024-10-31T17:11:46.858Z Downloaded hickory-resolver v0.24.1
5022024-10-31T17:11:46.859Z Downloaded is-terminal v0.4.13
5032024-10-31T17:11:46.869Z Downloaded http-range v0.1.5
5042024-10-31T17:11:46.869Z Downloaded blowfish v0.9.1
5052024-10-31T17:11:46.869Z Downloaded async-stream v0.3.6
5062024-10-31T17:11:46.869Z Downloaded bitfield-struct v0.6.2
5072024-10-31T17:11:46.869Z Downloaded md5 v0.7.0
5082024-10-31T17:11:46.869Z Downloaded iana-time-zone v0.1.61
5092024-10-31T17:11:46.877Z Downloaded newline-converter v0.3.0
5102024-10-31T17:11:46.877Z Downloaded arrayref v0.3.9
5112024-10-31T17:11:46.877Z Downloaded newtype_derive v0.1.6
5122024-10-31T17:11:46.877Z Downloaded hostname v0.4.0
5132024-10-31T17:11:46.886Z Downloaded internet-checksum v0.2.1
5142024-10-31T17:11:46.886Z Downloaded inout v0.1.3
5152024-10-31T17:11:46.886Z Downloaded chacha20 v0.9.1
5162024-10-31T17:11:46.886Z Downloaded httpdate v1.0.3
5172024-10-31T17:11:46.886Z Downloaded nanorand v0.7.0
5182024-10-31T17:11:46.896Z Downloaded maplit v1.0.2
5192024-10-31T17:11:46.896Z Downloaded lru-cache v0.1.2
5202024-10-31T17:11:46.896Z Downloaded linked-hash-map v0.5.6
5212024-10-31T17:11:46.896Z Downloaded kstat-rs v0.2.4
5222024-10-31T17:11:46.896Z Downloaded libefi-sys v0.1.0
5232024-10-31T17:11:46.896Z Downloaded castaway v0.2.3
5242024-10-31T17:11:46.904Z Downloaded aead v0.5.2
5252024-10-31T17:11:46.904Z Downloaded keccak v0.1.5
5262024-10-31T17:11:46.904Z Downloaded impl-trait-for-tuples v0.2.2
5272024-10-31T17:11:46.904Z Downloaded mime v0.3.17
5282024-10-31T17:11:46.912Z Downloaded lalrpop-util v0.19.12
5292024-10-31T17:11:46.912Z Downloaded crossbeam-deque v0.8.5
5302024-10-31T17:11:46.912Z Downloaded crc32fast v1.4.2
5312024-10-31T17:11:46.912Z Downloaded backoff v0.4.0
5322024-10-31T17:11:46.921Z Downloaded indexmap v1.9.3
5332024-10-31T17:11:46.922Z Downloaded mockall_derive v0.13.0
5342024-10-31T17:11:46.922Z Downloaded miniz_oxide v0.8.0
5352024-10-31T17:11:46.928Z Downloaded sigpipe v0.1.3
5362024-10-31T17:11:46.928Z Downloaded http-body v0.4.6
5372024-10-31T17:11:46.928Z Downloaded hmac v0.12.1
5382024-10-31T17:11:46.935Z Downloaded adler2 v2.0.0
5392024-10-31T17:11:46.935Z Downloaded crc v3.2.1
5402024-10-31T17:11:46.935Z Downloaded http-body v1.0.1
5412024-10-31T17:11:46.935Z Downloaded async-stream-impl v0.3.6
5422024-10-31T17:11:46.942Z Downloaded atty v0.2.14
5432024-10-31T17:11:46.942Z Downloaded atomicwrites v0.4.4
5442024-10-31T17:11:46.942Z Downloaded debug-ignore v1.0.5
5452024-10-31T17:11:46.942Z Downloaded convert_case v0.4.0
5462024-10-31T17:11:46.942Z Downloaded clang-sys v1.8.1
5472024-10-31T17:11:46.954Z Downloaded chrono-tz-build v0.4.0
5482024-10-31T17:11:46.954Z Downloaded atomic-waker v1.1.2
5492024-10-31T17:11:46.954Z Downloaded matches v0.1.10
5502024-10-31T17:11:46.954Z Downloaded hubpack_derive v0.1.1
5512024-10-31T17:11:46.954Z Downloaded bit-set v0.5.3
5522024-10-31T17:11:46.969Z Downloaded bcrypt-pbkdf v0.10.0
5532024-10-31T17:11:46.969Z Downloaded ident_case v1.0.1
5542024-10-31T17:11:46.969Z Downloaded cfg_aliases v0.2.1
5552024-10-31T17:11:46.969Z Downloaded hickory-server v0.24.1
5562024-10-31T17:11:46.983Z Downloaded is_ci v1.2.0
5572024-10-31T17:11:46.983Z Downloaded structmeta v0.2.0
5582024-10-31T17:11:46.983Z Downloaded cstr-argument v0.1.2
5592024-10-31T17:11:46.983Z Downloaded match_cfg v0.1.0
5602024-10-31T17:11:46.984Z Downloaded instant v0.1.13
5612024-10-31T17:11:46.984Z Downloaded crucible-workspace-hack v0.1.0
5622024-10-31T17:11:46.984Z Downloaded serde_derive_internals v0.29.1
5632024-10-31T17:11:46.996Z Downloaded crunchy v0.2.2
5642024-10-31T17:11:46.996Z Downloaded normalize-line-endings v0.3.0
5652024-10-31T17:11:46.996Z Downloaded new_debug_unreachable v1.0.6
5662024-10-31T17:11:46.996Z Downloaded bytes v1.7.2
5672024-10-31T17:11:46.996Z Downloaded blake2 v0.10.6
5682024-10-31T17:11:47.004Z Downloaded async-recursion v1.1.1
5692024-10-31T17:11:47.004Z Downloaded memoffset v0.9.1
5702024-10-31T17:11:47.004Z Downloaded instability v0.3.2
5712024-10-31T17:11:47.004Z Downloaded bitfield v0.14.0
5722024-10-31T17:11:47.005Z Downloaded thiserror-impl-no-std v2.0.2
5732024-10-31T17:11:47.005Z Downloaded block-padding v0.3.3
5742024-10-31T17:11:47.015Z Downloaded nibble_vec v0.1.0
5752024-10-31T17:11:47.015Z Downloaded newtype-uuid v1.1.2
5762024-10-31T17:11:47.015Z Downloaded hostname v0.3.1
5772024-10-31T17:11:47.015Z Downloaded termtree v0.4.1
5782024-10-31T17:11:47.032Z Downloaded compact_str v0.8.0
5792024-10-31T17:11:47.032Z Downloaded home v0.5.9
5802024-10-31T17:11:47.032Z Downloaded slog-term v2.9.1
5812024-10-31T17:11:47.032Z Downloaded ipnetwork v0.20.0
5822024-10-31T17:11:47.032Z Downloaded cassowary v0.3.0
5832024-10-31T17:11:47.032Z Downloaded signal-hook v0.3.17
5842024-10-31T17:11:47.045Z Downloaded array-init v0.0.4
5852024-10-31T17:11:47.045Z Downloaded managed v0.8.0
5862024-10-31T17:11:47.045Z Downloaded libm v0.2.8
5872024-10-31T17:11:47.054Z Downloaded mockall v0.13.0
5882024-10-31T17:11:47.054Z Downloaded multimap v0.10.0
5892024-10-31T17:11:47.054Z Downloaded libsw v3.3.1
5902024-10-31T17:11:47.054Z Downloaded rustls-pemfile v1.0.4
5912024-10-31T17:11:47.054Z Downloaded lazy_static v1.5.0
5922024-10-31T17:11:47.054Z Downloaded mime_guess v2.0.5
5932024-10-31T17:11:47.054Z Downloaded const_format_proc_macros v0.2.33
5942024-10-31T17:11:47.070Z Downloaded md-5 v0.10.6
5952024-10-31T17:11:47.070Z Downloaded http-body-util v0.1.2
5962024-10-31T17:11:47.093Z Downloaded ciborium-ll v0.2.2
5972024-10-31T17:11:47.093Z Downloaded endian-type v0.1.2
5982024-10-31T17:11:47.093Z Downloaded ipnet v2.10.1
5992024-10-31T17:11:47.093Z Downloaded hyper-rustls v0.27.3
6002024-10-31T17:11:47.093Z Downloaded rand_core v0.6.4
6012024-10-31T17:11:47.093Z Downloaded httparse v1.9.5
6022024-10-31T17:11:47.093Z Downloaded zeroize v1.8.1
6032024-10-31T17:11:47.093Z Downloaded tokio-tungstenite v0.21.0
6042024-10-31T17:11:47.104Z Downloaded jobserver v0.1.32
6052024-10-31T17:11:47.104Z Downloaded untrusted v0.9.0
6062024-10-31T17:11:47.104Z Downloaded bcs v0.1.6
6072024-10-31T17:11:47.104Z Downloaded tokio-tungstenite v0.23.1
6082024-10-31T17:11:47.104Z Downloaded termios v0.3.3
6092024-10-31T17:11:47.104Z Downloaded ghash v0.5.1
6102024-10-31T17:11:47.104Z Downloaded foreign-types-shared v0.3.1
6112024-10-31T17:11:47.104Z Downloaded diesel-dtrace v0.3.0
6122024-10-31T17:11:47.104Z Downloaded buf-list v1.0.3
6132024-10-31T17:11:47.104Z Downloaded tokio-tungstenite v0.24.0
6142024-10-31T17:11:47.119Z Downloaded native-tls v0.2.12
6152024-10-31T17:11:47.119Z Downloaded multer v3.1.0
6162024-10-31T17:11:47.119Z Downloaded phf_shared v0.10.0
6172024-10-31T17:11:47.119Z Downloaded parse-size v1.0.0
6182024-10-31T17:11:47.119Z Downloaded oso-derive v0.27.3
6192024-10-31T17:11:47.119Z Downloaded memmap2 v0.9.5
6202024-10-31T17:11:47.119Z Downloaded bzip2 v0.4.4
6212024-10-31T17:11:47.128Z Downloaded dsl_auto_type v0.1.2
6222024-10-31T17:11:47.128Z Downloaded futures-core v0.3.31
6232024-10-31T17:11:47.129Z Downloaded foldhash v0.1.3
6242024-10-31T17:11:47.129Z Downloaded cipher v0.4.4
6252024-10-31T17:11:47.129Z Downloaded csv-core v0.1.11
6262024-10-31T17:11:47.129Z Downloaded untrusted v0.7.1
6272024-10-31T17:11:47.129Z Downloaded data-encoding v2.6.0
6282024-10-31T17:11:47.129Z Downloaded colored v2.1.0
6292024-10-31T17:11:47.138Z Downloaded serde-big-array v0.5.1
6302024-10-31T17:11:47.138Z Downloaded darling v0.20.10
6312024-10-31T17:11:47.138Z Downloaded pretty-hex v0.2.1
6322024-10-31T17:11:47.138Z Downloaded cookie_store v0.21.0
6332024-10-31T17:11:47.155Z Downloaded futures-sink v0.3.31
6342024-10-31T17:11:47.155Z Downloaded toolchain_find v0.4.0
6352024-10-31T17:11:47.155Z Downloaded fallible-streaming-iterator v0.1.9
6362024-10-31T17:11:47.155Z Downloaded waitgroup v0.1.2
6372024-10-31T17:11:47.155Z Downloaded itertools v0.12.1
6382024-10-31T17:11:47.163Z Downloaded same-file v1.0.6
6392024-10-31T17:11:47.163Z Downloaded num_enum_derive v0.5.11
6402024-10-31T17:11:47.163Z Downloaded num_enum v0.5.11
6412024-10-31T17:11:47.163Z Downloaded typify v0.2.0
6422024-10-31T17:11:47.170Z Downloaded progenitor v0.8.0
6432024-10-31T17:11:47.170Z Downloaded proc-macro-crate v1.3.1
6442024-10-31T17:11:47.177Z Downloaded take_mut v0.2.2
6452024-10-31T17:11:47.178Z Downloaded russh-keys v0.45.0
6462024-10-31T17:11:47.194Z Downloaded indicatif v0.17.8
6472024-10-31T17:11:47.215Z Downloaded rfc6979 v0.4.0
6482024-10-31T17:11:47.215Z Downloaded openssl-macros v0.1.1
6492024-10-31T17:11:47.215Z Downloaded headers-core v0.3.0
6502024-10-31T17:11:47.215Z Downloaded fxhash v0.2.1
6512024-10-31T17:11:47.215Z Downloaded semver v0.1.20
6522024-10-31T17:11:47.215Z Downloaded secrecy v0.8.0
6532024-10-31T17:11:47.215Z Downloaded openssl-probe v0.1.5
6542024-10-31T17:11:47.215Z Downloaded num-conv v0.1.0
6552024-10-31T17:11:47.215Z Downloaded cookie v0.18.1
6562024-10-31T17:11:47.223Z Downloaded slog v2.7.0
6572024-10-31T17:11:47.223Z Downloaded hyper v1.4.1
6582024-10-31T17:11:47.223Z Downloaded thread_local v1.1.8
6592024-10-31T17:11:47.223Z Downloaded utf-8 v0.7.6
6602024-10-31T17:11:47.223Z Downloaded sec1 v0.7.3
6612024-10-31T17:11:47.224Z Downloaded hashlink v0.9.1
6622024-10-31T17:11:47.224Z Downloaded termcolor v1.4.1
6632024-10-31T17:11:47.233Z Downloaded primeorder v0.13.6
6642024-10-31T17:11:47.233Z Downloaded poly1305 v0.8.0
6652024-10-31T17:11:47.233Z Downloaded password-hash v0.5.0
6662024-10-31T17:11:47.233Z Downloaded password-hash v0.4.2
6672024-10-31T17:11:47.239Z Downloaded zeroize_derive v1.4.2
6682024-10-31T17:11:47.239Z Downloaded smf v0.2.3
6692024-10-31T17:11:47.240Z Downloaded rand_xorshift v0.3.0
6702024-10-31T17:11:47.240Z Downloaded stable_deref_trait v1.2.0
6712024-10-31T17:11:47.240Z Downloaded chacha20poly1305 v0.10.1
6722024-10-31T17:11:47.246Z Downloaded embedded-io v0.6.1
6732024-10-31T17:11:47.246Z Downloaded time-core v0.1.2
6742024-10-31T17:11:47.246Z Downloaded embedded-io v0.4.0
6752024-10-31T17:11:47.246Z Downloaded allocator-api2 v0.2.18
6762024-10-31T17:11:47.253Z Downloaded tap v1.0.1
6772024-10-31T17:11:47.253Z Downloaded xz2 v0.1.7
6782024-10-31T17:11:47.254Z Downloaded gethostname v0.5.0
6792024-10-31T17:11:47.269Z Downloaded rustversion v1.0.17
6802024-10-31T17:11:47.269Z Downloaded xattr v1.3.1
6812024-10-31T17:11:47.269Z Downloaded diesel_table_macro_syntax v0.2.0
6822024-10-31T17:11:47.269Z Downloaded snafu-derive v0.8.5
6832024-10-31T17:11:47.269Z Downloaded crossbeam-epoch v0.9.18
6842024-10-31T17:11:47.281Z Downloaded wait-timeout v0.2.0
6852024-10-31T17:11:47.282Z Downloaded num_threads v0.1.7
6862024-10-31T17:11:47.282Z Downloaded dirs-sys-next v0.1.2
6872024-10-31T17:11:47.282Z Downloaded samael v0.0.17
6882024-10-31T17:11:47.300Z Downloaded scheduled-thread-pool v0.2.7
6892024-10-31T17:11:47.301Z Downloaded salsa20 v0.10.2
6902024-10-31T17:11:47.301Z Downloaded rtoolbox v0.0.2
6912024-10-31T17:11:47.301Z Downloaded either v1.13.0
6922024-10-31T17:11:47.301Z Downloaded powerfmt v0.2.0
6932024-10-31T17:11:47.301Z Downloaded slog-envlogger v2.2.0
6942024-10-31T17:11:47.301Z Downloaded slog-dtrace v0.3.0
6952024-10-31T17:11:47.301Z Downloaded num-integer v0.1.46
6962024-10-31T17:11:47.302Z Downloaded base64 v0.21.7
6972024-10-31T17:11:47.321Z Downloaded signature v2.2.0
6982024-10-31T17:11:47.321Z Downloaded peg v0.8.4
6992024-10-31T17:11:47.321Z Downloaded pbkdf2 v0.11.0
7002024-10-31T17:11:47.321Z Downloaded signal-hook-registry v1.4.2
7012024-10-31T17:11:47.321Z Downloaded ena v0.14.3
7022024-10-31T17:11:47.321Z Downloaded url v2.5.2
7032024-10-31T17:11:47.345Z Downloaded try-lock v0.2.5
7042024-10-31T17:11:47.345Z Downloaded opaque-debug v0.3.1
7052024-10-31T17:11:47.345Z Downloaded http v1.1.0
7062024-10-31T17:11:47.346Z Downloaded signal-hook-tokio v0.3.1
7072024-10-31T17:11:47.346Z Downloaded signal-hook-mio v0.2.4
7082024-10-31T17:11:47.346Z Downloaded wyz v0.5.1
7092024-10-31T17:11:47.346Z Downloaded rpassword v7.3.1
7102024-10-31T17:11:47.346Z Downloaded aes v0.8.4
7112024-10-31T17:11:47.357Z Downloaded slog-bunyan v2.5.0
7122024-10-31T17:11:47.357Z Downloaded tls_codec v0.4.1
7132024-10-31T17:11:47.357Z Downloaded postgres-types v0.2.8
7142024-10-31T17:11:47.357Z Downloaded env_filter v0.1.2
7152024-10-31T17:11:47.357Z Downloaded vte_generate_state_changes v0.1.2
7162024-10-31T17:11:47.358Z Downloaded tinyvec_macros v0.1.1
7172024-10-31T17:11:47.358Z Downloaded parking_lot v0.12.3
7182024-10-31T17:11:47.358Z Downloaded crypto-bigint v0.5.5
7192024-10-31T17:11:47.358Z Downloaded hash32 v0.2.1
7202024-10-31T17:11:47.375Z Downloaded uuid v1.10.0
7212024-10-31T17:11:47.375Z Downloaded mio v1.0.2
7222024-10-31T17:11:47.375Z Downloaded whoami v1.5.2
7232024-10-31T17:11:47.394Z Downloaded float-ord v0.3.2
7242024-10-31T17:11:47.394Z Downloaded quinn-udp v0.5.5
7252024-10-31T17:11:47.394Z Downloaded display-error-chain v0.2.1
7262024-10-31T17:11:47.394Z Downloaded packed_struct_codegen v0.10.1
7272024-10-31T17:11:47.394Z Downloaded static_assertions v1.1.0
7282024-10-31T17:11:47.395Z Downloaded peg-macros v0.8.4
7292024-10-31T17:11:47.395Z Downloaded path-slash v0.1.5
7302024-10-31T17:11:47.395Z Downloaded progenitor-client v0.8.0
7312024-10-31T17:11:47.395Z Downloaded crossterm v0.28.1
7322024-10-31T17:11:47.417Z Downloaded postgres-protocol v0.6.7
7332024-10-31T17:11:47.417Z Downloaded serde_plain v1.0.2
7342024-10-31T17:11:47.417Z Downloaded half v2.4.1
7352024-10-31T17:11:47.418Z Downloaded rustc_version v0.4.1
7362024-10-31T17:11:47.418Z Downloaded supports-color v3.0.1
7372024-10-31T17:11:47.418Z Downloaded rustc_version v0.1.7
7382024-10-31T17:11:47.418Z Downloaded scopeguard v1.2.0
7392024-10-31T17:11:47.434Z Downloaded quick-error v1.2.3
7402024-10-31T17:11:47.434Z Downloaded pkcs5 v0.7.1
7412024-10-31T17:11:47.434Z Downloaded rand_seeder v0.3.0
7422024-10-31T17:11:47.434Z Downloaded zone_cfg_derive v0.1.2
7432024-10-31T17:11:47.435Z Downloaded structmeta-derive v0.2.0
7442024-10-31T17:11:47.435Z Downloaded tokio-rustls v0.25.0
7452024-10-31T17:11:47.435Z Downloaded topological-sort v0.2.2
7462024-10-31T17:11:47.435Z Downloaded derive_builder_core v0.20.2
7472024-10-31T17:11:47.435Z Downloaded tokio-rustls v0.24.1
7482024-10-31T17:11:47.435Z Downloaded unicode_categories v0.1.1
7492024-10-31T17:11:47.444Z Downloaded tracing-core v0.1.32
7502024-10-31T17:11:47.444Z Downloaded snafu v0.8.5
7512024-10-31T17:11:47.444Z Downloaded fixedbitset v0.4.2
7522024-10-31T17:11:47.445Z Downloaded downcast v0.11.0
7532024-10-31T17:11:47.445Z Downloaded pin-utils v0.1.0
7542024-10-31T17:11:47.445Z Downloaded tiny-keccak v2.0.2
7552024-10-31T17:11:47.454Z Downloaded peg-runtime v0.8.3
7562024-10-31T17:11:47.454Z Downloaded parking_lot_core v0.9.10
7572024-10-31T17:11:47.454Z Downloaded parking_lot_core v0.8.6
7582024-10-31T17:11:47.454Z Downloaded pbkdf2 v0.12.2
7592024-10-31T17:11:47.454Z Downloaded predicates-tree v1.0.11
7602024-10-31T17:11:47.461Z Downloaded sct v0.7.1
7612024-10-31T17:11:47.461Z Downloaded itertools v0.10.5
7622024-10-31T17:11:47.499Z Downloaded futures-executor v0.3.31
7632024-10-31T17:11:47.500Z Downloaded siphasher v0.3.11
7642024-10-31T17:11:47.500Z Downloaded shlex v1.3.0
7652024-10-31T17:11:47.500Z Downloaded paste v1.0.15
7662024-10-31T17:11:47.514Z Downloaded crossbeam-channel v0.5.13
7672024-10-31T17:11:47.514Z Downloaded parse-display-derive v0.10.0
7682024-10-31T17:11:47.514Z Downloaded zone v0.3.0
7692024-10-31T17:11:47.514Z Downloaded zone v0.1.8
7702024-10-31T17:11:47.514Z Downloaded walkdir v2.5.0
7712024-10-31T17:11:47.514Z Downloaded vte v0.11.1
7722024-10-31T17:11:47.515Z Downloaded vsss-rs v3.3.4
7732024-10-31T17:11:47.515Z Downloaded rusty-fork v0.3.0
7742024-10-31T17:11:47.515Z Downloaded tar v0.4.42
7752024-10-31T17:11:47.515Z Downloaded number_prefix v0.4.0
7762024-10-31T17:11:47.515Z Downloaded dirs-next v2.0.0
7772024-10-31T17:11:47.515Z Downloaded tower-service v0.3.3
7782024-10-31T17:11:47.515Z Downloaded num-iter v0.1.45
7792024-10-31T17:11:47.515Z Downloaded glob v0.3.1
7802024-10-31T17:11:47.515Z Downloaded ssh-cipher v0.2.0
7812024-10-31T17:11:47.515Z Downloaded tungstenite v0.21.0
7822024-10-31T17:11:47.515Z Downloaded zip v0.6.6
7832024-10-31T17:11:47.522Z Downloaded subtle v2.6.1
7842024-10-31T17:11:47.522Z Downloaded stringprep v0.1.5
7852024-10-31T17:11:47.522Z Downloaded vergen v8.3.2
7862024-10-31T17:11:47.522Z Downloaded scrypt v0.11.0
7872024-10-31T17:11:47.529Z Downloaded phf_shared v0.11.2
7882024-10-31T17:11:47.529Z Downloaded openssl-sys v0.9.103
7892024-10-31T17:11:47.537Z Downloaded aes-gcm v0.10.3
7902024-10-31T17:11:47.537Z Downloaded zone_cfg_derive v0.3.0
7912024-10-31T17:11:47.537Z Downloaded slab v0.4.9
7922024-10-31T17:11:47.537Z Downloaded phf_codegen v0.11.2
7932024-10-31T17:11:47.548Z Downloaded strum_macros v0.25.3
7942024-10-31T17:11:47.549Z Downloaded ff v0.13.0
7952024-10-31T17:11:47.549Z Downloaded fd-lock v4.0.2
7962024-10-31T17:11:47.556Z Downloaded difflib v0.4.0
7972024-10-31T17:11:47.556Z Downloaded unarray v0.1.4
7982024-10-31T17:11:47.556Z Downloaded tokio-stream v0.1.16
7992024-10-31T17:11:47.556Z Downloaded ron v0.8.1
8002024-10-31T17:11:47.565Z Downloaded oso v0.27.3
8012024-10-31T17:11:47.565Z Downloaded socket2 v0.5.7
8022024-10-31T17:11:47.578Z Downloaded progenitor-macro v0.8.0
8032024-10-31T17:11:47.578Z Downloaded predicates-core v1.0.8
8042024-10-31T17:11:47.578Z Downloaded tracing v0.1.40
8052024-10-31T17:11:47.594Z Downloaded tokio-macros v2.4.0
8062024-10-31T17:11:47.594Z Downloaded psl-types v2.0.11
8072024-10-31T17:11:47.594Z Downloaded tungstenite v0.23.0
8082024-10-31T17:11:47.594Z Downloaded shell-words v1.1.0
8092024-10-31T17:11:47.594Z Downloaded percent-encoding v2.3.1
8102024-10-31T17:11:47.594Z Downloaded slog-async v2.8.0
8112024-10-31T17:11:47.594Z Downloaded heapless v0.7.17
8122024-10-31T17:11:47.617Z Downloaded hashbrown v0.13.2
8132024-10-31T17:11:47.617Z Downloaded pin-project-lite v0.2.14
8142024-10-31T17:11:47.617Z Downloaded diesel_derives v2.2.3
8152024-10-31T17:11:47.617Z Downloaded strum_macros v0.24.3
8162024-10-31T17:11:47.638Z Downloaded rustls-pemfile v2.2.0
8172024-10-31T17:11:47.638Z Downloaded rustc-hash v2.0.0
8182024-10-31T17:11:47.638Z Downloaded serde_urlencoded v0.7.1
8192024-10-31T17:11:47.638Z Downloaded predicates v3.1.2
8202024-10-31T17:11:47.638Z Downloaded polyval v0.6.2
8212024-10-31T17:11:47.638Z Downloaded strum v0.26.3
8222024-10-31T17:11:47.638Z Downloaded sqlparser_derive v0.2.2
8232024-10-31T17:11:47.638Z Downloaded fallible-iterator v0.3.0
8242024-10-31T17:11:47.638Z Downloaded structmeta-derive v0.3.0
8252024-10-31T17:11:47.638Z Downloaded string_cache v0.8.7
8262024-10-31T17:11:47.652Z Downloaded ssh-encoding v0.2.0
8272024-10-31T17:11:47.652Z Downloaded dyn-clone v1.0.17
8282024-10-31T17:11:47.652Z Downloaded schemars_derive v0.8.21
8292024-10-31T17:11:47.652Z Downloaded rustc-hash v1.1.0
8302024-10-31T17:11:47.652Z Downloaded unicode-bidi v0.3.17
8312024-10-31T17:11:47.652Z Downloaded tokio-rustls v0.26.0
8322024-10-31T17:11:47.652Z Downloaded dhcproto-macros v0.1.0
8332024-10-31T17:11:47.652Z Downloaded steno v0.4.1
8342024-10-31T17:11:47.653Z Downloaded russh-cryptovec v0.7.3
8352024-10-31T17:11:47.653Z Downloaded spin v0.5.2
8362024-10-31T17:11:47.653Z Downloaded parse-display v0.10.0
8372024-10-31T17:11:47.658Z Downloaded num v0.4.3
8382024-10-31T17:11:47.658Z Downloaded idna v0.3.0
8392024-10-31T17:11:47.658Z Downloaded itertools v0.13.0
8402024-10-31T17:11:47.664Z Downloaded sync_wrapper v1.0.1
8412024-10-31T17:11:47.673Z Downloaded precomputed-hash v0.1.1
8422024-10-31T17:11:47.673Z Downloaded futures-task v0.3.31
8432024-10-31T17:11:47.673Z Downloaded futures-macro v0.3.31
8442024-10-31T17:11:47.673Z Downloaded futures-io v0.3.31
8452024-10-31T17:11:47.673Z Downloaded filetime v0.2.25
8462024-10-31T17:11:47.673Z Downloaded hickory-client v0.24.1
8472024-10-31T17:11:47.683Z Downloaded unicode-properties v0.1.3
8482024-10-31T17:11:47.683Z Downloaded ed25519-dalek v2.1.1
8492024-10-31T17:11:47.683Z Downloaded fallible-iterator v0.2.0
8502024-10-31T17:11:47.683Z Downloaded ref-cast v1.0.23
8512024-10-31T17:11:47.701Z Downloaded r2d2 v0.8.10
8522024-10-31T17:11:47.701Z Downloaded pkcs1 v0.7.5
8532024-10-31T17:11:47.701Z Downloaded hex-literal v0.4.1
8542024-10-31T17:11:47.701Z Downloaded serde_with_macros v3.11.0
8552024-10-31T17:11:47.715Z Downloaded quinn v0.11.5
8562024-10-31T17:11:47.715Z Downloaded want v0.3.1
8572024-10-31T17:11:47.715Z Downloaded ed25519 v2.2.3
8582024-10-31T17:11:47.715Z Downloaded funty v2.0.0
8592024-10-31T17:11:47.715Z Downloaded sha1 v0.10.6
8602024-10-31T17:11:47.715Z Downloaded pem-rfc7468 v0.7.0
8612024-10-31T17:11:47.715Z Downloaded hkdf v0.12.4
8622024-10-31T17:11:47.715Z Downloaded value-bag v1.9.0
8632024-10-31T17:11:47.715Z Downloaded env_logger v0.11.5
8642024-10-31T17:11:47.725Z Downloaded ecdsa v0.16.9
8652024-10-31T17:11:47.725Z Downloaded spki v0.7.3
8662024-10-31T17:11:47.725Z Downloaded pin-project v1.1.6
8672024-10-31T17:11:47.732Z Downloaded p256 v0.13.2
8682024-10-31T17:11:47.740Z Downloaded rand_chacha v0.3.1
8692024-10-31T17:11:47.740Z Downloaded rustls-pki-types v1.9.0
8702024-10-31T17:11:47.740Z Downloaded olpc-cjson v0.1.4
8712024-10-31T17:11:47.740Z Downloaded ref-cast-impl v1.0.23
8722024-10-31T17:11:47.754Z Downloaded hex v0.4.3
8732024-10-31T17:11:47.754Z Downloaded unicode-truncate v1.1.0
8742024-10-31T17:11:47.754Z Downloaded unicase v2.7.0
8752024-10-31T17:11:47.754Z Downloaded serde_repr v0.1.19
8762024-10-31T17:11:47.764Z Downloaded pin-project-internal v1.1.6
8772024-10-31T17:11:47.764Z Downloaded fatfs v0.3.6
8782024-10-31T17:11:47.764Z Downloaded diff v0.1.13
8792024-10-31T17:11:47.764Z Downloaded futures-channel v0.3.31
8802024-10-31T17:11:47.764Z Downloaded toml v0.7.8
8812024-10-31T17:11:47.770Z Downloaded pem v3.0.4
8822024-10-31T17:11:47.770Z Downloaded progenitor-impl v0.8.0
8832024-10-31T17:11:47.770Z Downloaded num-traits v0.2.19
8842024-10-31T17:11:47.770Z Downloaded tls_codec_derive v0.4.1
8852024-10-31T17:11:47.781Z Downloaded pkcs8 v0.10.2
8862024-10-31T17:11:47.781Z Downloaded unicode-xid v0.2.6
8872024-10-31T17:11:47.781Z Downloaded spin v0.9.8
8882024-10-31T17:11:47.781Z Downloaded tokio-native-tls v0.3.1
8892024-10-31T17:11:47.789Z Downloaded deranged v0.3.11
8902024-10-31T17:11:47.789Z Downloaded ron v0.7.1
8912024-10-31T17:11:47.789Z Downloaded time-macros v0.2.18
8922024-10-31T17:11:47.802Z Downloaded derive-where v1.2.7
8932024-10-31T17:11:47.802Z Downloaded futures v0.3.31
8942024-10-31T17:11:47.808Z Downloaded flate2 v1.0.34
8952024-10-31T17:11:47.808Z Downloaded unicode-normalization v0.1.24
8962024-10-31T17:11:47.829Z Downloaded ppv-lite86 v0.2.20
8972024-10-31T17:11:47.829Z Downloaded uzers v0.12.1
8982024-10-31T17:11:47.829Z Downloaded tungstenite v0.24.0
8992024-10-31T17:11:47.837Z Downloaded derive_builder v0.20.2
9002024-10-31T17:11:47.837Z Downloaded tokio-postgres v0.7.12
9012024-10-31T17:11:47.837Z Downloaded salty v0.3.0
9022024-10-31T17:11:47.850Z Downloaded omicron-zone-package v0.11.1
9032024-10-31T17:11:47.850Z Downloaded hyper v0.14.30
9042024-10-31T17:11:47.861Z Downloaded nix v0.28.0
9052024-10-31T17:11:47.878Z Downloaded ssh-key v0.6.6
9062024-10-31T17:11:47.896Z Downloaded toml_edit v0.19.15
9072024-10-31T17:11:47.904Z Downloaded rand v0.8.5
9082024-10-31T17:11:47.911Z Downloaded serde_yaml v0.9.34+deprecated
9092024-10-31T17:11:47.911Z Downloaded hashbrown v0.12.3
9102024-10-31T17:11:47.921Z Downloaded rusqlite v0.32.1
9112024-10-31T17:11:47.921Z Downloaded chrono v0.4.38
9122024-10-31T17:11:47.931Z Downloaded flume v0.11.0
9132024-10-31T17:11:47.944Z Downloaded derive_more v0.99.18
9142024-10-31T17:11:47.944Z Downloaded tough v0.17.1
9152024-10-31T17:11:47.950Z Downloaded reqwest v0.11.27
9162024-10-31T17:11:47.958Z Downloaded unicode-segmentation v1.12.0
9172024-10-31T17:11:47.958Z Downloaded postcard v1.0.10
9182024-10-31T17:11:47.963Z Downloaded expectorate v1.1.0
9192024-10-31T17:11:47.969Z Downloaded p521 v0.13.3
9202024-10-31T17:11:47.969Z Downloaded h2 v0.4.6
9212024-10-31T17:11:47.976Z Downloaded lalrpop v0.19.12
9222024-10-31T17:11:47.987Z Downloaded x509-cert v0.2.5
9232024-10-31T17:11:47.994Z Downloaded num-bigint-dig v0.8.4
9242024-10-31T17:11:48.014Z Downloaded bindgen v0.69.5
9252024-10-31T17:11:48.022Z Downloaded reqwest v0.12.8
9262024-10-31T17:11:48.022Z Downloaded time v0.3.36
9272024-10-31T17:11:48.028Z Downloaded russh v0.45.0
9282024-10-31T17:11:48.034Z Downloaded quinn-proto v0.11.8
9292024-10-31T17:11:48.041Z Downloaded futures-util v0.3.31
9302024-10-31T17:11:48.051Z Downloaded bitvec v1.0.1
9312024-10-31T17:11:48.066Z Downloaded tokio-util v0.7.12
9322024-10-31T17:11:48.074Z Downloaded h2 v0.3.26
9332024-10-31T17:11:48.089Z Downloaded regex v1.11.0
9342024-10-31T17:11:48.114Z Downloaded nix v0.27.1
9352024-10-31T17:11:48.127Z Downloaded rustls-webpki v0.101.7
9362024-10-31T17:11:48.127Z Downloaded curve25519-dalek v4.1.3
9372024-10-31T17:11:48.139Z Downloaded nix v0.29.0
9382024-10-31T17:11:48.146Z Downloaded proptest v1.5.0
9392024-10-31T17:11:48.153Z Downloaded portable-atomic v1.9.0
9402024-10-31T17:11:48.168Z Downloaded trust-dns-proto v0.22.0
9412024-10-31T17:11:48.178Z Downloaded serde_with v3.11.0
9422024-10-31T17:11:48.189Z Downloaded rustls-webpki v0.102.8
9432024-10-31T17:11:48.200Z Downloaded p384 v0.13.0
9442024-10-31T17:11:48.205Z Downloaded rayon v1.10.0
9452024-10-31T17:11:48.210Z Downloaded radix_trie v0.2.1
9462024-10-31T17:11:48.218Z Downloaded gimli v0.31.1
9472024-10-31T17:11:48.226Z Downloaded rustls v0.23.14
9482024-10-31T17:11:48.240Z Downloaded smoltcp v0.11.0
9492024-10-31T17:11:48.279Z Downloaded object v0.30.4
9502024-10-31T17:11:48.279Z Downloaded rustls v0.22.4
9512024-10-31T17:11:48.294Z Downloaded git2 v0.19.0
9522024-10-31T17:11:48.314Z Downloaded webpki-roots v0.26.6
9532024-10-31T17:11:48.314Z Downloaded regex-syntax v0.6.29
9542024-10-31T17:11:48.314Z Downloaded regex-syntax v0.8.5
9552024-10-31T17:11:48.327Z Downloaded diesel v2.2.4
9562024-10-31T17:11:48.359Z Downloaded chrono-tz v0.10.0
9572024-10-31T17:11:48.359Z Downloaded object v0.36.5
9582024-10-31T17:11:48.378Z Downloaded regress v0.9.1
9592024-10-31T17:11:48.378Z Downloaded hickory-proto v0.24.1
9602024-10-31T17:11:48.409Z Downloaded openapiv3 v2.0.0
9612024-10-31T17:11:48.409Z Downloaded ratatui v0.28.1
9622024-10-31T17:11:48.427Z Downloaded rustls v0.21.12
9632024-10-31T17:11:48.427Z Downloaded typify-impl v0.2.0
9642024-10-31T17:11:48.457Z Downloaded bzip2-sys v0.1.11+1.0.8
9652024-10-31T17:11:48.484Z Downloaded sled v0.34.7
9662024-10-31T17:11:48.484Z Downloaded zerocopy-derive v0.6.6
9672024-10-31T17:11:48.522Z Downloaded regex-automata v0.4.8
9682024-10-31T17:11:48.522Z Downloaded bstr v1.10.0
9692024-10-31T17:11:48.554Z Downloaded dropshot v0.12.0
9702024-10-31T17:11:48.554Z Downloaded csv v1.3.0
9712024-10-31T17:11:48.570Z Downloaded lzma-sys v0.1.20
9722024-10-31T17:11:48.583Z Downloaded petgraph v0.6.5
9732024-10-31T17:11:48.611Z Downloaded libz-sys v1.1.20
9742024-10-31T17:11:48.633Z Downloaded tokio v1.40.0
9752024-10-31T17:11:48.667Z Downloaded sha3 v0.10.8
9762024-10-31T17:11:48.672Z Downloaded regress v0.10.1
9772024-10-31T17:11:48.685Z Downloaded smoltcp v0.9.1
9782024-10-31T17:11:48.708Z Downloaded polar-core v0.27.3
9792024-10-31T17:11:48.726Z Downloaded encoding_rs v0.8.34
9802024-10-31T17:11:48.737Z Downloaded sqlparser v0.45.0
9812024-10-31T17:11:48.737Z Downloaded vcpkg v0.2.15
9822024-10-31T17:11:48.791Z Downloaded openssl v0.10.66
9832024-10-31T17:11:48.808Z Downloaded idna v0.4.0
9842024-10-31T17:11:48.808Z Downloaded quick-xml v0.33.0
9852024-10-31T17:11:48.808Z Downloaded winnow v0.5.40
9862024-10-31T17:11:48.827Z Downloaded idna v0.5.0
9872024-10-31T17:11:48.827Z Downloaded idna v0.2.3
9882024-10-31T17:11:48.849Z Downloaded blake3 v1.5.4
9892024-10-31T17:11:48.850Z Downloaded rustyline v14.0.0
9902024-10-31T17:11:48.850Z Downloaded hashbrown v0.14.5
9912024-10-31T17:11:48.864Z Downloaded num-bigint v0.4.6
9922024-10-31T17:11:48.864Z Downloaded sqlformat v0.2.6
9932024-10-31T17:11:48.864Z Downloaded libgit2-sys v0.17.0+1.8.1
9942024-10-31T17:11:48.912Z Downloaded reedline v0.35.0
9952024-10-31T17:11:48.935Z Downloaded strum_macros v0.26.4
9962024-10-31T17:11:48.935Z Downloaded des v0.8.1
9972024-10-31T17:11:48.935Z Downloaded nu-ansi-term v0.50.1
9982024-10-31T17:11:48.951Z Downloaded heapless v0.8.0
9992024-10-31T17:11:48.951Z Downloaded num-rational v0.4.2
10002024-10-31T17:11:48.951Z Downloaded globset v0.4.15
10012024-10-31T17:11:48.951Z Downloaded foreign-types-shared v0.1.1
10022024-10-31T17:11:48.951Z Downloaded derive_builder_macro v0.20.2
10032024-10-31T17:11:48.951Z Downloaded which v4.4.2
10042024-10-31T17:11:48.951Z Downloaded subprocess v0.2.9
10052024-10-31T17:11:48.951Z Downloaded sync_wrapper v0.1.2
10062024-10-31T17:11:48.951Z Downloaded der_derive v0.7.3
10072024-10-31T17:11:48.951Z Downloaded defmt v0.3.8
10082024-10-31T17:11:48.951Z Downloaded dhcproto v0.12.0
10092024-10-31T17:11:48.963Z Downloaded parse-zoneinfo v0.3.1
10102024-10-31T17:11:48.963Z Downloaded typify-macro v0.2.0
10112024-10-31T17:11:48.963Z Downloaded twox-hash v1.6.3
10122024-10-31T17:11:48.963Z Downloaded rustfmt-wrapper v0.2.1
10132024-10-31T17:11:48.963Z Downloaded radium v0.7.0
10142024-10-31T17:11:48.963Z Downloaded phf v0.11.2
10152024-10-31T17:11:48.963Z Downloaded fragile v2.0.0
10162024-10-31T17:11:48.963Z Downloaded form_urlencoded v1.2.1
10172024-10-31T17:11:48.963Z Downloaded tinyvec v1.8.0
10182024-10-31T17:11:48.982Z Downloaded rcgen v0.12.1
10192024-10-31T17:11:48.982Z Downloaded qorb v0.1.2
10202024-10-31T17:11:48.982Z Downloaded publicsuffix v2.2.3
10212024-10-31T17:11:48.982Z Downloaded heck v0.3.3
10222024-10-31T17:11:48.982Z Downloaded hash32 v0.3.1
10232024-10-31T17:11:49.004Z Downloaded group v0.13.0
10242024-10-31T17:11:49.004Z Downloaded enum-as-inner v0.6.1
10252024-10-31T17:11:49.004Z Downloaded enum-as-inner v0.5.1
10262024-10-31T17:11:49.005Z Downloaded env_logger v0.10.2
10272024-10-31T17:11:49.005Z Downloaded similar v2.6.0
10282024-10-31T17:11:49.005Z Downloaded typed-path v0.7.1
10292024-10-31T17:11:49.028Z Downloaded schemars v0.8.21
10302024-10-31T17:11:49.028Z Downloaded parking_lot v0.11.2
10312024-10-31T17:11:49.029Z Downloaded unsafe-libyaml v0.2.11
10322024-10-31T17:11:49.029Z Downloaded headers v0.4.0
10332024-10-31T17:11:49.054Z Downloaded packed_struct v0.10.1
10342024-10-31T17:11:49.054Z Downloaded elliptic-curve v0.13.8
10352024-10-31T17:11:49.054Z Downloaded backtrace v0.3.74
10362024-10-31T17:11:49.054Z Downloaded http v0.2.12
10372024-10-31T17:11:49.054Z Downloaded flagset v0.4.6
10382024-10-31T17:11:49.054Z Downloaded num-complex v0.4.6
10392024-10-31T17:11:49.054Z Downloaded zerocopy v0.6.6
10402024-10-31T17:11:49.054Z Downloaded prettyplease v0.2.22
10412024-10-31T17:11:49.072Z Downloaded rsa v0.9.6
10422024-10-31T17:11:49.072Z Downloaded ring v0.16.20
10432024-10-31T17:11:49.135Z Downloaded minimal-lexical v0.2.1
10442024-10-31T17:11:49.164Z Downloaded dropshot_endpoint v0.12.0
10452024-10-31T17:11:49.164Z Downloaded der v0.7.9
10462024-10-31T17:11:49.164Z Downloaded float-cmp v0.9.0
10472024-10-31T17:11:49.164Z Downloaded term v0.7.0
10482024-10-31T17:11:52.887Z Downloaded owo-colors v4.1.0
10492024-10-31T17:11:52.887Z Downloaded yasna v0.5.2
10502024-10-31T17:11:52.887Z Downloaded tracing-attributes v0.1.27
10512024-10-31T17:11:52.889Z Downloaded rayon-core v1.12.1
10522024-10-31T17:11:52.889Z Downloaded foreign-types v0.5.0
10532024-10-31T17:11:52.889Z Downloaded foreign-types v0.3.2
10542024-10-31T17:11:52.889Z Downloaded getrandom v0.2.15
10552024-10-31T17:11:52.889Z Downloaded foreign-types-macros v0.2.3
10562024-10-31T17:11:52.889Z Downloaded crossbeam-utils v0.8.20
10572024-10-31T17:11:52.889Z Downloaded resolv-conf v0.7.0
10582024-10-31T17:11:52.889Z Downloaded pkg-config v0.3.31
10592024-10-31T17:11:52.889Z Downloaded phf_generator v0.11.2
10602024-10-31T17:11:52.889Z Downloaded num-derive v0.4.2
10612024-10-31T17:11:52.889Z Downloaded test-strategy v0.3.1
10622024-10-31T17:11:52.889Z Downloaded hyper-util v0.1.9
10632024-10-31T17:11:52.889Z Downloaded crc-any v2.5.0
10642024-10-31T17:11:52.889Z Downloaded const-oid v0.9.6
10652024-10-31T17:11:52.889Z Downloaded async-bb8-diesel v0.2.1
10662024-10-31T17:11:52.889Z Downloaded argon2 v0.5.3
10672024-10-31T17:11:52.889Z Downloaded ciborium v0.2.2
10682024-10-31T17:11:52.889Z Downloaded console v0.15.8
10692024-10-31T17:11:52.889Z Downloaded strip-ansi-escapes v0.2.0
10702024-10-31T17:11:52.890Z Downloaded smallvec v1.13.2
10712024-10-31T17:11:52.890Z Downloaded smallvec v0.6.14
10722024-10-31T17:11:52.890Z Downloaded universal-hash v0.5.1
10732024-10-31T17:11:52.890Z Downloaded rustc-demangle v0.1.24
10742024-10-31T17:11:52.890Z Downloaded lock_api v0.4.12
10752024-10-31T17:11:52.890Z Downloaded cancel-safe-futures v0.1.5
10762024-10-31T17:11:52.890Z Downloaded async-trait v0.1.83
10772024-10-31T17:11:52.890Z Downloaded maybe-uninit v2.0.0
10782024-10-31T17:11:52.890Z Downloaded defmt-parser v0.3.4
10792024-10-31T17:11:52.890Z Downloaded defmt-macros v0.3.9
10802024-10-31T17:11:52.890Z Downloaded tabwriter v1.4.0
10812024-10-31T17:11:52.890Z Downloaded const_format v0.2.33
10822024-10-31T17:11:52.890Z Downloaded base64 v0.13.1
10832024-10-31T17:11:52.890Z Downloaded nom v7.1.3
10842024-10-31T17:11:52.890Z Downloaded libxml v0.3.3
10852024-10-31T17:11:52.890Z Downloaded libloading v0.8.5
10862024-10-31T17:11:52.890Z Downloaded base64ct v1.6.0
10872024-10-31T17:11:52.890Z Downloaded arrayvec v0.7.6
10882024-10-31T17:11:52.890Z Downloaded tui-tree-widget v0.22.0
10892024-10-31T17:11:52.890Z Downloaded thiserror-no-std v2.0.2
10902024-10-31T17:11:52.890Z Downloaded highway v1.2.0
10912024-10-31T17:11:52.890Z Downloaded cc v1.1.30
10922024-10-31T17:11:52.890Z Downloaded slog-json v2.6.1
10932024-10-31T17:11:52.890Z Downloaded darling_core v0.20.10
10942024-10-31T17:11:52.890Z Downloaded structmeta v0.3.0
10952024-10-31T17:11:52.890Z Downloaded slog-stdlog v4.1.1
10962024-10-31T17:11:52.890Z Downloaded slog-scope v4.4.0
10972024-10-31T17:11:52.890Z Downloaded serde_path_to_error v0.1.16
10982024-10-31T17:11:52.890Z Downloaded serde-hex v0.1.0
10992024-10-31T17:11:52.890Z Downloaded base64 v0.22.1
11002024-10-31T17:11:52.890Z Downloaded arc-swap v1.7.1
11012024-10-31T17:11:52.890Z Downloaded indent_write v2.2.0
11022024-10-31T17:11:52.890Z Downloaded hyper-staticfile v0.10.1
11032024-10-31T17:11:52.890Z Downloaded crc-catalog v2.4.0
11042024-10-31T17:11:52.890Z Downloaded nodrop v0.1.14
11052024-10-31T17:11:52.890Z Downloaded lru v0.12.5
11062024-10-31T17:11:52.890Z Downloaded linear-map v1.2.0
11072024-10-31T17:11:52.891Z Downloaded ctr v0.9.2
11082024-10-31T17:11:52.891Z Downloaded constant_time_eq v0.3.1
11092024-10-31T17:11:52.891Z Downloaded hubpack v0.1.2
11102024-10-31T17:11:52.891Z Downloaded curve25519-dalek-derive v0.1.1
11112024-10-31T17:11:52.891Z Downloaded cobs v0.2.3
11122024-10-31T17:11:52.891Z Downloaded cexpr v0.6.0
11132024-10-31T17:11:52.891Z Downloaded base16ct v0.2.0
11142024-10-31T17:11:52.891Z Downloaded ascii-canvas v3.0.0
11152024-10-31T17:11:52.891Z Downloaded lazycell v1.3.0
11162024-10-31T17:11:52.891Z Downloaded cbc v0.1.2
11172024-10-31T17:11:52.891Z Downloaded bit-vec v0.6.3
11182024-10-31T17:11:52.891Z Downloaded aho-corasick v1.1.3
11192024-10-31T17:11:52.891Z Downloaded bitflags v1.3.2
11202024-10-31T17:11:52.891Z Downloaded bb8 v0.8.5
11212024-10-31T17:11:52.891Z Downloaded indoc v1.0.9
11222024-10-31T17:11:52.891Z Downloaded hyper-tls v0.6.0
11232024-10-31T17:11:52.891Z Downloaded humantime v2.1.0
11242024-10-31T17:11:52.891Z Downloaded ahash v0.8.11
11252024-10-31T17:11:52.891Z Downloaded ring v0.17.8
11262024-10-31T17:11:52.891Z Downloaded libsqlite3-sys v0.30.1
11272024-10-31T17:11:52.891Z Compiling serde v1.0.210
11282024-10-31T17:11:52.891Z Compiling typenum v1.17.0
11292024-10-31T17:11:52.891Z Compiling lock_api v0.4.12
11302024-10-31T17:11:52.891Z Compiling generic-array v0.14.7
11312024-10-31T17:11:52.891Z Compiling scopeguard v1.2.0
11322024-10-31T17:11:52.891Z Compiling subtle v2.6.1
11332024-10-31T17:11:52.891Z Compiling syn v2.0.79
11342024-10-31T17:11:52.891Z Compiling getrandom v0.2.15
11352024-10-31T17:11:52.891Z Compiling value-bag v1.9.0
11362024-10-31T17:11:52.891Z Compiling rand_core v0.6.4
11372024-10-31T17:11:52.891Z Compiling const-oid v0.9.6
11382024-10-31T17:11:52.891Z Compiling pin-project-lite v0.2.14
11392024-10-31T17:11:52.891Z Compiling log v0.4.22
11402024-10-31T17:11:52.891Z Compiling smallvec v1.13.2
11412024-10-31T17:11:52.891Z Compiling jobserver v0.1.32
11422024-10-31T17:11:52.891Z Compiling parking_lot_core v0.9.10
11432024-10-31T17:11:52.891Z Compiling shlex v1.3.0
11442024-10-31T17:11:52.919Z Compiling futures-core v0.3.31
11452024-10-31T17:11:52.919Z Compiling cc v1.1.30
11462024-10-31T17:11:52.919Z Compiling signal-hook-registry v1.4.2
11472024-10-31T17:11:52.919Z Compiling mio v1.0.2
11482024-10-31T17:11:52.919Z Compiling cpufeatures v0.2.14
11492024-10-31T17:11:52.919Z Compiling futures-sink v0.3.31
11502024-10-31T17:11:52.919Z Compiling parking_lot v0.12.3
11512024-10-31T17:11:52.919Z Compiling spin v0.9.8
11522024-10-31T17:11:52.919Z Compiling socket2 v0.5.7
11532024-10-31T17:11:52.919Z Compiling slab v0.4.9
11542024-10-31T17:11:52.919Z Compiling serde_json v1.0.128
11552024-10-31T17:11:52.919Z Compiling futures-channel v0.3.31
11562024-10-31T17:11:52.919Z Compiling futures-io v0.3.31
11572024-10-31T17:11:52.919Z Compiling pin-utils v0.1.0
11582024-10-31T17:11:52.919Z Compiling allocator-api2 v0.2.18
11592024-10-31T17:11:52.919Z Compiling foldhash v0.1.3
11602024-10-31T17:11:52.919Z Compiling tinyvec_macros v0.1.1
11612024-10-31T17:11:52.919Z Compiling futures-task v0.3.31
11622024-10-31T17:11:52.919Z Compiling tinyvec v1.8.0
11632024-10-31T17:11:52.919Z Compiling libm v0.2.8
11642024-10-31T17:11:52.998Z Compiling num-traits v0.2.19
11652024-10-31T17:11:53.021Z Compiling unicode-bidi v0.3.17
11662024-10-31T17:11:53.150Z Compiling base64ct v1.6.0
11672024-10-31T17:11:53.302Z Compiling hashbrown v0.15.0
11682024-10-31T17:11:53.613Z Compiling httparse v1.9.5
11692024-10-31T17:11:53.761Z Compiling pem-rfc7468 v0.7.0
11702024-10-31T17:11:54.417Z Compiling unicode-normalization v0.1.24
11712024-10-31T17:11:54.539Z Compiling flagset v0.4.6
11722024-10-31T17:11:54.635Z Compiling tracing-core v0.1.32
11732024-10-31T17:11:54.705Z Compiling percent-encoding v2.3.1
11742024-10-31T17:11:54.741Z Compiling rustls-pki-types v1.9.0
11752024-10-31T17:11:54.846Z Compiling crossbeam-utils v0.8.20
11762024-10-31T17:11:55.185Z Compiling ring v0.17.8
11772024-10-31T17:11:55.626Z Compiling pkg-config v0.3.31
11782024-10-31T17:11:55.645Z Compiling vcpkg v0.2.15
11792024-10-31T17:11:55.916Z Compiling powerfmt v0.2.0
11802024-10-31T17:11:55.985Z Compiling untrusted v0.9.0
11812024-10-31T17:11:56.158Z Compiling num-conv v0.1.0
11822024-10-31T17:11:56.179Z Compiling time-core v0.1.2
11832024-10-31T17:11:56.319Z Compiling deranged v0.3.11
11842024-10-31T17:11:56.435Z Compiling time-macros v0.2.18
11852024-10-31T17:11:56.643Z Compiling num_threads v0.1.7
11862024-10-31T17:11:56.766Z Compiling atomic-waker v1.1.2
11872024-10-31T17:11:56.932Z Compiling form_urlencoded v1.2.1
11882024-10-31T17:11:57.091Z Compiling try-lock v0.2.5
11892024-10-31T17:11:57.245Z Compiling slog v2.7.0
11902024-10-31T17:11:57.245Z Compiling rustix v0.38.37
11912024-10-31T17:11:57.641Z Compiling want v0.3.1
11922024-10-31T17:11:57.752Z Compiling openssl-sys v0.9.103
11932024-10-31T17:11:57.863Z Compiling httpdate v1.0.3
11942024-10-31T17:11:58.150Z Compiling idna v0.5.0
11952024-10-31T17:11:58.209Z Compiling match_cfg v0.1.0
11962024-10-31T17:11:58.292Z Compiling openssl v0.10.66
11972024-10-31T17:11:58.311Z Compiling rustversion v1.0.17
11982024-10-31T17:11:58.680Z Compiling iana-time-zone v0.1.61
11992024-10-31T17:11:58.698Z Compiling base64 v0.22.1
12002024-10-31T17:11:58.963Z Compiling tower-service v0.3.3
12012024-10-31T17:11:59.075Z Compiling foreign-types-shared v0.1.1
12022024-10-31T17:11:59.154Z Compiling foreign-types v0.3.2
12032024-10-31T17:11:59.172Z Compiling url v2.5.2
12042024-10-31T17:11:59.234Z Compiling hostname v0.3.1
12052024-10-31T17:11:59.405Z Compiling dirs-sys-next v0.1.2
12062024-10-31T17:11:59.445Z Compiling aho-corasick v1.1.3
12072024-10-31T17:11:59.513Z Compiling time v0.3.36
12082024-10-31T17:11:59.533Z Compiling rustls v0.22.4
12092024-10-31T17:11:59.767Z Compiling rustls v0.23.14
12102024-10-31T17:11:59.944Z Compiling adler2 v2.0.0
12112024-10-31T17:12:00.022Z Compiling regex-syntax v0.8.5
12122024-10-31T17:12:00.123Z Compiling siphasher v0.3.11
12132024-10-31T17:12:00.472Z Compiling syn v1.0.109
12142024-10-31T17:12:00.704Z Compiling data-encoding v2.6.0
12152024-10-31T17:12:01.033Z Compiling native-tls v0.2.12
12162024-10-31T17:12:01.368Z Compiling miniz_oxide v0.8.0
12172024-10-31T17:12:02.741Z Compiling dirs-next v2.0.0
12182024-10-31T17:12:02.927Z Compiling serde_derive_internals v0.29.1
12192024-10-31T17:12:03.305Z Compiling serde_derive v1.0.210
12202024-10-31T17:12:04.001Z Compiling zeroize_derive v1.4.2
12212024-10-31T17:12:04.027Z Compiling zerocopy-derive v0.7.35
12222024-10-31T17:12:04.046Z Compiling tokio-macros v2.4.0
12232024-10-31T17:12:04.415Z Compiling thiserror-impl v1.0.64
12242024-10-31T17:12:05.461Z Compiling zeroize v1.8.1
12252024-10-31T17:12:05.517Z Compiling futures-macro v0.3.31
12262024-10-31T17:12:05.560Z Compiling der_derive v0.7.3
12272024-10-31T17:12:05.895Z Compiling tracing-attributes v0.1.27
12282024-10-31T17:12:06.175Z Compiling zerocopy v0.7.35
12292024-10-31T17:12:07.238Z Compiling crypto-common v0.1.6
12302024-10-31T17:12:07.373Z Compiling block-buffer v0.10.4
12312024-10-31T17:12:07.460Z Compiling futures-util v0.3.31
12322024-10-31T17:12:07.585Z Compiling digest v0.10.7
12332024-10-31T17:12:07.617Z Compiling thiserror v1.0.64
12342024-10-31T17:12:07.744Z Compiling block-padding v0.3.3
12352024-10-31T17:12:07.746Z Compiling ppv-lite86 v0.2.20
12362024-10-31T17:12:07.867Z Compiling der v0.7.9
12372024-10-31T17:12:08.027Z Compiling hmac v0.12.1
12382024-10-31T17:12:08.059Z Compiling inout v0.1.3
12392024-10-31T17:12:08.249Z Compiling sha2 v0.10.8
12402024-10-31T17:12:08.317Z Compiling cipher v0.4.4
12412024-10-31T17:12:08.633Z Compiling rand_chacha v0.3.1
12422024-10-31T17:12:08.803Z Compiling salsa20 v0.10.2
12432024-10-31T17:12:09.021Z Compiling rand v0.8.5
12442024-10-31T17:12:09.612Z Compiling tracing v0.1.40
12452024-10-31T17:12:10.119Z Compiling spki v0.7.3
12462024-10-31T17:12:10.453Z Compiling pbkdf2 v0.12.2
12472024-10-31T17:12:10.622Z Compiling pest v2.7.14
12482024-10-31T17:12:10.723Z Compiling scrypt v0.11.0
12492024-10-31T17:12:10.960Z Compiling aes v0.8.4
12502024-10-31T17:12:11.086Z Compiling cbc v0.1.2
12512024-10-31T17:12:11.297Z Compiling scroll_derive v0.12.0
12522024-10-31T17:12:11.320Z Compiling openssl-macros v0.1.1
12532024-10-31T17:12:11.621Z Compiling async-trait v0.1.83
12542024-10-31T17:12:12.068Z Compiling pkcs5 v0.7.1
12552024-10-31T17:12:12.630Z Compiling scroll v0.12.0
12562024-10-31T17:12:13.202Z Compiling pest_meta v2.7.14
12572024-10-31T17:12:13.222Z Compiling goblin v0.8.2
12582024-10-31T17:12:13.267Z Compiling pkcs8 v0.10.2
12592024-10-31T17:12:13.518Z Compiling sha1 v0.10.6
12602024-10-31T17:12:13.542Z Compiling signature v2.2.0
12612024-10-31T17:12:13.827Z Compiling regex-automata v0.4.8
12622024-10-31T17:12:13.867Z Compiling crossbeam-epoch v0.9.18
12632024-10-31T17:12:13.996Z Compiling lazy_static v1.5.0
12642024-10-31T17:12:14.118Z Compiling thread_local v1.1.8
12652024-10-31T17:12:14.407Z Compiling pest_generator v2.7.14
12662024-10-31T17:12:14.587Z Compiling encoding_rs v0.8.34
12672024-10-31T17:12:14.680Z Compiling multer v3.1.0
12682024-10-31T17:12:14.991Z Compiling cookie v0.18.1
12692024-10-31T17:12:15.309Z Compiling slog-async v2.8.0
12702024-10-31T17:12:15.849Z Compiling rayon-core v1.12.1
12712024-10-31T17:12:16.144Z Compiling rustls-webpki v0.102.8
12722024-10-31T17:12:16.410Z Compiling mime v0.3.17
12732024-10-31T17:12:17.012Z Compiling bytes v1.7.2
12742024-10-31T17:12:17.707Z Compiling indexmap v2.6.0
12752024-10-31T17:12:18.255Z Compiling tokio v1.40.0
12762024-10-31T17:12:18.294Z Compiling http v1.1.0
12772024-10-31T17:12:18.296Z Compiling bitflags v2.6.0
12782024-10-31T17:12:18.735Z Compiling semver v1.0.23
12792024-10-31T17:12:19.039Z Compiling pest_derive v2.7.14
12802024-10-31T17:12:19.176Z Compiling rustc_version v0.4.1
12812024-10-31T17:12:19.490Z Compiling dof v0.3.0
12822024-10-31T17:12:19.845Z Compiling http-body v1.0.1
12832024-10-31T17:12:19.935Z Compiling dtrace-parser v0.2.0
12842024-10-31T17:12:20.184Z Compiling toml_datetime v0.6.8
12852024-10-31T17:12:20.690Z Compiling serde_spanned v0.6.8
12862024-10-31T17:12:20.710Z Compiling uuid v1.10.0
12872024-10-31T17:12:20.915Z Compiling serde_tokenstream v0.2.2
12882024-10-31T17:12:21.547Z Compiling usdt-impl v0.5.0
12892024-10-31T17:12:21.651Z Compiling chrono v0.4.38
12902024-10-31T17:12:22.087Z Compiling http-body-util v0.1.2
12912024-10-31T17:12:22.150Z Compiling heapless v0.7.17
12922024-10-31T17:12:22.614Z Compiling openssl-probe v0.1.5
12932024-10-31T17:12:22.989Z Compiling signal-hook v0.3.17
12942024-10-31T17:12:23.177Z Compiling unicode-properties v0.1.3
12952024-10-31T17:12:23.279Z Compiling gimli v0.31.1
12962024-10-31T17:12:23.502Z Compiling ipnet v2.10.1
12972024-10-31T17:12:23.562Z Compiling paste v1.0.15
12982024-10-31T17:12:24.089Z Compiling schemars v0.8.21
12992024-10-31T17:12:24.458Z Compiling either v1.13.0
13002024-10-31T17:12:24.780Z Compiling stringprep v0.1.5
13012024-10-31T17:12:24.880Z Compiling usdt-macro v0.5.0
13022024-10-31T17:12:25.436Z Compiling usdt-attr-macro v0.5.0
13032024-10-31T17:12:25.460Z Compiling toml_edit v0.22.22
13042024-10-31T17:12:26.016Z Compiling curve25519-dalek v4.1.3
13052024-10-31T17:12:26.434Z Compiling tokio-util v0.7.12
13062024-10-31T17:12:26.671Z Compiling slog-json v2.6.1
13072024-10-31T17:12:27.105Z Compiling serde_urlencoded v0.7.1
13082024-10-31T17:12:27.626Z Compiling h2 v0.4.6
13092024-10-31T17:12:27.803Z Compiling addr2line v0.24.2
13102024-10-31T17:12:28.728Z Compiling crossbeam-deque v0.8.5
13112024-10-31T17:12:29.073Z Compiling futures-executor v0.3.31
13122024-10-31T17:12:29.200Z Compiling md-5 v0.10.6
13132024-10-31T17:12:29.468Z Compiling schemars_derive v0.8.21
13142024-10-31T17:12:29.641Z Compiling async-stream-impl v0.3.6
13152024-10-31T17:12:31.036Z Compiling enum-as-inner v0.6.1
13162024-10-31T17:12:31.348Z Compiling term v0.7.0
13172024-10-31T17:12:32.824Z Compiling crossbeam-channel v0.5.13
13182024-10-31T17:12:32.844Z Compiling num-integer v0.1.46
13192024-10-31T17:12:33.362Z Compiling rustls-pemfile v2.2.0
13202024-10-31T17:12:33.654Z Compiling idna v0.4.0
13212024-10-31T17:12:33.687Z Compiling idna v0.3.0
13222024-10-31T17:12:33.754Z Compiling ff v0.13.0
13232024-10-31T17:12:33.980Z Compiling hash32 v0.2.1
13242024-10-31T17:12:34.022Z Compiling is-terminal v0.4.13
13252024-10-31T17:12:34.149Z Compiling dropshot v0.12.0
13262024-10-31T17:12:34.360Z Compiling object v0.36.5
13272024-10-31T17:12:34.465Z Compiling linked-hash-map v0.5.6
13282024-10-31T17:12:34.832Z Compiling hyper v1.4.1
13292024-10-31T17:12:35.198Z Compiling num-bigint-dig v0.8.4
13302024-10-31T17:12:35.268Z Compiling stable_deref_trait v1.2.0
13312024-10-31T17:12:35.382Z Compiling smoltcp v0.9.1
13322024-10-31T17:12:35.515Z Compiling take_mut v0.2.2
13332024-10-31T17:12:35.680Z Compiling fallible-iterator v0.2.0
13342024-10-31T17:12:36.163Z Compiling anyhow v1.0.89
13352024-10-31T17:12:36.385Z Compiling psl-types v2.0.11
13362024-10-31T17:12:36.579Z Compiling portable-atomic v1.9.0
13372024-10-31T17:12:36.794Z Compiling utf-8 v0.7.6
13382024-10-31T17:12:36.890Z Compiling quick-error v1.2.3
13392024-10-31T17:12:37.036Z Compiling base16ct v0.2.0
13402024-10-31T17:12:37.118Z Compiling rustc-demangle v0.1.24
13412024-10-31T17:12:37.369Z Compiling hyper-util v0.1.9
13422024-10-31T17:12:37.652Z Compiling dyn-clone v1.0.17
13432024-10-31T17:12:38.180Z Compiling sec1 v0.7.3
13442024-10-31T17:12:38.304Z Compiling resolv-conf v0.7.0
13452024-10-31T17:12:38.774Z Compiling tungstenite v0.24.0
13462024-10-31T17:12:39.108Z Compiling publicsuffix v2.2.3
13472024-10-31T17:12:39.148Z Compiling postgres-protocol v0.6.7
13482024-10-31T17:12:40.540Z Compiling lru-cache v0.1.2
13492024-10-31T17:12:40.583Z Compiling hickory-proto v0.24.1
13502024-10-31T17:12:40.802Z Compiling slog-term v2.9.1
13512024-10-31T17:12:41.106Z Compiling usdt v0.5.0
13522024-10-31T17:12:41.203Z Compiling group v0.13.0
13532024-10-31T17:12:41.528Z Compiling backtrace v0.3.74
13542024-10-31T17:12:41.601Z Compiling num-iter v0.1.45
13552024-10-31T17:12:41.621Z Compiling tokio-rustls v0.26.0
13562024-10-31T17:12:41.648Z Compiling async-stream v0.3.6
13572024-10-31T17:12:41.786Z Compiling tokio-rustls v0.25.0
13582024-10-31T17:12:41.949Z Compiling futures v0.3.31
13592024-10-31T17:12:42.060Z Compiling tokio-native-tls v0.3.1
13602024-10-31T17:12:42.174Z Compiling toml v0.8.19
13612024-10-31T17:12:42.320Z Compiling slog-bunyan v2.5.0
13622024-10-31T17:12:43.173Z Compiling camino v1.1.9
13632024-10-31T17:12:43.706Z Compiling terminal_size v0.4.0
13642024-10-31T17:12:43.819Z Compiling dropshot_endpoint v0.12.0
13652024-10-31T17:12:43.919Z Compiling openapiv3 v2.0.0
13662024-10-31T17:12:43.937Z Compiling serde_path_to_error v0.1.16
13672024-10-31T17:12:44.144Z Compiling hkdf v0.12.4
13682024-10-31T17:12:44.411Z Compiling crypto-bigint v0.5.5
13692024-10-31T17:12:44.462Z Compiling zerocopy-derive v0.6.6
13702024-10-31T17:12:44.766Z Compiling curve25519-dalek-derive v0.1.1
13712024-10-31T17:12:45.075Z Compiling phf_shared v0.11.2
13722024-10-31T17:12:45.461Z Compiling waitgroup v0.1.2
13732024-10-31T17:12:45.690Z Compiling webpki-roots v0.26.6
13742024-10-31T17:12:45.910Z Compiling hostname v0.4.0
13752024-10-31T17:12:46.163Z Compiling hubpack_derive v0.1.1
13762024-10-31T17:12:46.179Z Compiling ahash v0.8.11
13772024-10-31T17:12:46.311Z Compiling fs-err v2.11.0
13782024-10-31T17:12:46.535Z Compiling winnow v0.5.40
13792024-10-31T17:12:46.613Z Compiling debug-ignore v1.0.5
13802024-10-31T17:12:46.654Z Compiling bitflags v1.3.2
13812024-10-31T17:12:46.764Z Compiling managed v0.8.0
13822024-10-31T17:12:46.767Z Compiling clap_builder v4.5.20
13832024-10-31T17:12:47.052Z Compiling hubpack v0.1.2
13842024-10-31T17:12:47.499Z Compiling elliptic-curve v0.13.8
13852024-10-31T17:12:48.203Z Compiling zerocopy v0.6.6
13862024-10-31T17:12:48.493Z Compiling console v0.15.8
13872024-10-31T17:12:49.052Z Compiling strum_macros v0.25.3
13882024-10-31T17:12:50.086Z Compiling toml_edit v0.19.15
13892024-10-31T17:12:50.408Z Compiling hickory-resolver v0.24.1
13902024-10-31T17:12:50.411Z Compiling hyper-rustls v0.27.3
13912024-10-31T17:12:50.709Z Compiling phf v0.11.2
13922024-10-31T17:12:51.009Z Compiling signal-hook-mio v0.2.4
13932024-10-31T17:12:51.058Z Compiling rayon v1.10.0
13942024-10-31T17:12:51.175Z Compiling cookie_store v0.21.0
13952024-10-31T17:12:52.760Z Compiling hyper-tls v0.6.0
13962024-10-31T17:12:54.089Z Compiling postgres-types v0.2.8
13972024-10-31T17:12:55.620Z Compiling tokio-tungstenite v0.24.0
13982024-10-31T17:12:56.034Z Compiling tokio-stream v0.1.16
13992024-10-31T17:12:56.137Z Compiling bstr v1.10.0
14002024-10-31T17:12:57.010Z Compiling regex v1.11.0
14012024-10-31T17:12:57.081Z Compiling serde-big-array v0.5.1
14022024-10-31T17:12:57.160Z Compiling ed25519 v2.2.3
14032024-10-31T17:12:57.304Z Compiling pkcs1 v0.7.5
14042024-10-31T17:12:57.613Z Compiling rfc6979 v0.4.0
14052024-10-31T17:12:57.785Z Compiling serde_repr v0.1.19
14062024-10-31T17:12:57.805Z Compiling derive-where v1.2.7
14072024-10-31T17:12:57.891Z Compiling clap_derive v4.5.18
14082024-10-31T17:12:58.077Z Compiling phf_shared v0.10.0
14092024-10-31T17:12:58.096Z Compiling float-cmp v0.9.0
14102024-10-31T17:12:58.327Z Compiling sync_wrapper v1.0.1
14112024-10-31T17:12:58.364Z Compiling crc32fast v1.4.2
14122024-10-31T17:12:58.481Z Compiling fixedbitset v0.4.2
14132024-10-31T17:12:58.504Z Compiling number_prefix v0.4.0
14142024-10-31T17:12:58.687Z Compiling static_assertions v1.1.0
14152024-10-31T17:12:58.722Z Compiling precomputed-hash v0.1.1
14162024-10-31T17:12:58.795Z Compiling whoami v1.5.2
14172024-10-31T17:12:58.843Z Compiling minimal-lexical v0.2.1
14182024-10-31T17:12:58.936Z Compiling predicates-core v1.0.8
14192024-10-31T17:12:58.994Z Compiling bit-vec v0.6.3
14202024-10-31T17:12:59.190Z Compiling difflib v0.4.0
14212024-10-31T17:12:59.284Z Compiling normalize-line-endings v0.3.0
14222024-10-31T17:12:59.363Z Compiling new_debug_unreachable v1.0.6
14232024-10-31T17:12:59.415Z Compiling unicode-segmentation v1.12.0
14242024-10-31T17:12:59.436Z Compiling bit-set v0.5.3
14252024-10-31T17:12:59.459Z Compiling string_cache v0.8.7
14262024-10-31T17:12:59.470Z Compiling nom v7.1.3
14272024-10-31T17:12:59.725Z Compiling predicates v3.1.2
14282024-10-31T17:12:59.943Z Compiling tokio-postgres v0.7.12
14292024-10-31T17:13:00.342Z Compiling similar v2.6.0
14302024-10-31T17:13:00.769Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14312024-10-31T17:13:01.405Z Compiling qorb v0.1.2
14322024-10-31T17:13:01.443Z Compiling petgraph v0.6.5
14332024-10-31T17:13:02.748Z Compiling indicatif v0.17.8
14342024-10-31T17:13:02.968Z Compiling clap v4.5.20
14352024-10-31T17:13:03.105Z Compiling flate2 v1.0.34
14362024-10-31T17:13:03.126Z Compiling reqwest v0.12.8
14372024-10-31T17:13:04.104Z Compiling rsa v0.9.6
14382024-10-31T17:13:04.988Z Compiling ecdsa v0.16.9
14392024-10-31T17:13:05.378Z Compiling ed25519-dalek v2.1.1
14402024-10-31T17:13:05.735Z Compiling toml v0.7.8
14412024-10-31T17:13:05.844Z Compiling crossterm v0.28.1
14422024-10-31T17:13:07.450Z Compiling itertools v0.12.1
14432024-10-31T17:13:07.612Z Compiling itertools v0.10.5
14442024-10-31T17:13:07.777Z Compiling hex v0.4.3
14452024-10-31T17:13:07.816Z Compiling x509-cert v0.2.5
14462024-10-31T17:13:08.187Z Compiling lalrpop-util v0.19.12
14472024-10-31T17:13:08.430Z Compiling peg-runtime v0.8.3
14482024-10-31T17:13:08.570Z Compiling unicode-xid v0.2.6
14492024-10-31T17:13:08.757Z Compiling xattr v1.3.1
14502024-10-31T17:13:09.025Z Compiling strum_macros v0.26.4
14512024-10-31T17:13:09.104Z Compiling filetime v0.2.25
14522024-10-31T17:13:09.420Z Compiling tar v0.4.42
14532024-10-31T17:13:12.516Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14542024-10-31T17:13:12.531Z Compiling strum v0.26.3
14552024-10-31T17:13:12.774Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14562024-10-31T17:13:18.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
14572024-10-31T17:13:18.271Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14582024-10-31T17:13:18.317ZOct 31 17:13:16.951 INFO Starting download, target: Clickhouse
14592024-10-31T17:13:18.317ZOct 31 17:13:16.951 INFO Starting download, target: Cockroach
14602024-10-31T17:13:18.317ZOct 31 17:13:16.951 INFO Starting download, target: Console
14612024-10-31T17:13:18.320ZOct 31 17:13:16.951 INFO Starting download, target: DendriteOpenapi
14622024-10-31T17:13:18.320ZOct 31 17:13:16.951 INFO Starting download, target: DendriteStub
14632024-10-31T17:13:18.320ZOct 31 17:13:16.951 INFO Starting download, target: MaghemiteMgd
14642024-10-31T17:13:18.320ZOct 31 17:13:16.951 INFO Starting download, target: TransceiverControl
14652024-10-31T17:13:18.320ZOct 31 17:13:16.952 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14662024-10-31T17:13:18.320ZOct 31 17:13:16.952 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14672024-10-31T17:13:18.320ZOct 31 17:13:16.952 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14682024-10-31T17:13:18.320ZOct 31 17:13:16.952 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14692024-10-31T17:13:18.320ZOct 31 17:13:16.952 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14702024-10-31T17:13:18.320ZOct 31 17:13:16.952 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14712024-10-31T17:13:18.320ZOct 31 17:13:16.952 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14722024-10-31T17:13:18.659ZOct 31 17:13:17.238 INFO Download complete, target: DendriteOpenapi
14732024-10-31T17:13:18.906ZOct 31 17:13:17.471 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14742024-10-31T17:13:19.019ZOct 31 17:13:17.549 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14752024-10-31T17:13:19.293ZOct 31 17:13:17.913 INFO Download complete, target: Console
14762024-10-31T17:13:19.320ZOct 31 17:13:17.942 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14772024-10-31T17:13:19.417ZOct 31 17:13:18.050 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14782024-10-31T17:13:19.648ZOct 31 17:13:18.279 INFO Download complete, target: TransceiverControl
14792024-10-31T17:13:20.023ZOct 31 17:13:18.656 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14802024-10-31T17:13:20.023ZOct 31 17:13:18.656 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14812024-10-31T17:13:20.320ZOct 31 17:13:18.954 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14822024-10-31T17:13:22.349ZOct 31 17:13:20.983 INFO Download complete, target: DendriteStub
14832024-10-31T17:13:22.598ZOct 31 17:13:21.231 INFO Download complete, target: MaghemiteMgd
14842024-10-31T17:13:28.194ZOct 31 17:13:26.826 INFO Checking that binary works, target: Cockroach
14852024-10-31T17:13:28.349ZOct 31 17:13:26.981 INFO Download complete, target: Cockroach
14862024-10-31T17:13:34.285ZOct 31 17:13:32.916 INFO Checking that binary works, target: Clickhouse
14872024-10-31T17:13:35.412ZOct 31 17:13:34.043 INFO Download complete, target: Clickhouse
14882024-10-31T17:13:35.886ZAll builder prerequisites installed successfully, and PATH looks valid
14892024-10-31T17:13:35.888Z
14902024-10-31T17:13:35.888Zreal 4:29.315800330
14912024-10-31T17:13:35.888Zuser 12:36.013764344
14922024-10-31T17:13:35.888Zsys 2:39.579202991
14932024-10-31T17:13:35.888Ztrap 0.415749832
14942024-10-31T17:13:35.888Ztflt 10.012777916
14952024-10-31T17:13:35.888Zdflt 7.261621478
14962024-10-31T17:13:35.888Zkflt 0.247079209
14972024-10-31T17:13:35.888Zlock 24:15.215225678
14982024-10-31T17:13:35.888Zslp 51:02.764143759
14992024-10-31T17:13:35.888Zlat 41.117537287
15002024-10-31T17:13:35.889Zstop 1:58.090107844
15012024-10-31T17:13:35.889Z+ banner hack-check
15022024-10-31T17:13:35.891Z
15032024-10-31T17:13:35.891Z # # ## #### # # #### # # ###### #### # #
15042024-10-31T17:13:35.891Z # # # # # # # # # # # # # # # # #
15052024-10-31T17:13:35.891Z ###### # # # #### ##### # ###### ##### # ####
15062024-10-31T17:13:35.891Z # # ###### # # # # # # # # # #
15072024-10-31T17:13:35.891Z # # # # # # # # # # # # # # # # #
15082024-10-31T17:13:35.891Z # # # # #### # # #### # # ###### #### # #
15092024-10-31T17:13:35.891Z
15102024-10-31T17:13:35.891Z+ export CARGO_INCREMENTAL=0
15112024-10-31T17:13:35.891Z+ CARGO_INCREMENTAL=0
15122024-10-31T17:13:35.891Z+ ptime -m timeout 2h cargo xtask check-features --ci
15132024-10-31T17:13:36.472Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15142024-10-31T17:13:40.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
15152024-10-31T17:13:40.155Z Running `target/debug/xtask check-features --ci`
15162024-10-31T17:13:40.175Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15172024-10-31T17:13:40.177Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15182024-10-31T17:13:40.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15192024-10-31T17:13:40.684Z Running `target/debug/xtask download cargo-hack`
15202024-10-31T17:13:41.550Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15212024-10-31T17:13:41.915Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15222024-10-31T17:13:46.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
15232024-10-31T17:13:46.599Z Running `target/debug/xtask-downloader cargo-hack`
15242024-10-31T17:13:46.633ZOct 31 17:13:45.262 INFO Starting download, target: CargoHack
15252024-10-31T17:13:46.635ZOct 31 17:13:45.263 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15262024-10-31T17:13:47.530ZOct 31 17:13:46.159 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15272024-10-31T17:13:47.636ZOct 31 17:13:46.265 INFO Download complete, target: CargoHack
15282024-10-31T17:13:47.639Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15292024-10-31T17:13:47.655Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15302024-10-31T17:13:47.815Zinfo: running `cargo check --bins` on api_identity (1/166)
15312024-10-31T17:13:48.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15322024-10-31T17:13:48.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15332024-10-31T17:13:48.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15342024-10-31T17:13:48.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15352024-10-31T17:13:48.437Z
15362024-10-31T17:13:48.438Zinfo: running `cargo check --bins` on bootstore (2/166)
15372024-10-31T17:13:49.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-10-31T17:13:49.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-10-31T17:13:49.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-10-31T17:13:49.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15412024-10-31T17:13:49.088Z
15422024-10-31T17:13:49.088Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15432024-10-31T17:13:49.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-10-31T17:13:49.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-10-31T17:13:49.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-10-31T17:13:49.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15472024-10-31T17:13:49.731Z
15482024-10-31T17:13:49.731Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15492024-10-31T17:13:50.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-10-31T17:13:50.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-10-31T17:13:50.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-10-31T17:13:50.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15532024-10-31T17:13:50.373Z
15542024-10-31T17:13:50.373Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15552024-10-31T17:13:50.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-10-31T17:13:50.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-10-31T17:13:50.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-10-31T17:13:50.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15592024-10-31T17:13:50.835Z
15602024-10-31T17:13:50.835Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15612024-10-31T17:13:51.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-10-31T17:13:51.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-10-31T17:13:51.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-10-31T17:13:51.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15652024-10-31T17:13:51.305Z
15662024-10-31T17:13:51.305Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15672024-10-31T17:13:51.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-10-31T17:13:51.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-10-31T17:13:51.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-10-31T17:13:51.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15712024-10-31T17:13:51.769Z
15722024-10-31T17:13:51.769Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15732024-10-31T17:13:52.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-10-31T17:13:52.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-10-31T17:13:52.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-10-31T17:13:52.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15772024-10-31T17:13:52.232Z
15782024-10-31T17:13:52.232Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15792024-10-31T17:13:52.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-10-31T17:13:52.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-10-31T17:13:52.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-10-31T17:13:52.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15832024-10-31T17:13:52.704Z
15842024-10-31T17:13:52.704Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15852024-10-31T17:13:53.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-10-31T17:13:53.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-10-31T17:13:53.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-10-31T17:13:53.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15892024-10-31T17:13:53.171Z
15902024-10-31T17:13:53.171Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15912024-10-31T17:13:53.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-10-31T17:13:53.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-10-31T17:13:53.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-10-31T17:13:53.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15952024-10-31T17:13:53.672Z
15962024-10-31T17:13:53.672Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15972024-10-31T17:13:54.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-10-31T17:13:54.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-10-31T17:13:54.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-10-31T17:13:54.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16012024-10-31T17:13:54.102Z
16022024-10-31T17:13:54.102Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16032024-10-31T17:13:54.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-10-31T17:13:54.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-10-31T17:13:54.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-10-31T17:13:54.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16072024-10-31T17:13:54.573Z
16082024-10-31T17:13:54.573Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16092024-10-31T17:13:54.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-10-31T17:13:54.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-10-31T17:13:54.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-10-31T17:13:55.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16132024-10-31T17:13:55.034Z
16142024-10-31T17:13:55.034Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16152024-10-31T17:13:55.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-10-31T17:13:55.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-10-31T17:13:55.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-10-31T17:13:55.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16192024-10-31T17:13:55.498Z
16202024-10-31T17:13:55.498Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16212024-10-31T17:13:55.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-10-31T17:13:55.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-10-31T17:13:55.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-10-31T17:13:55.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16252024-10-31T17:13:55.960Z
16262024-10-31T17:13:55.960Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16272024-10-31T17:13:56.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-10-31T17:13:56.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-10-31T17:13:56.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-10-31T17:13:56.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16312024-10-31T17:13:56.430Z
16322024-10-31T17:13:56.431Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16332024-10-31T17:13:56.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-10-31T17:13:56.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-10-31T17:13:56.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-10-31T17:13:56.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16372024-10-31T17:13:56.904Z
16382024-10-31T17:13:56.904Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16392024-10-31T17:13:57.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-10-31T17:13:57.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-10-31T17:13:57.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-10-31T17:13:57.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16432024-10-31T17:13:57.374Z
16442024-10-31T17:13:57.374Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16452024-10-31T17:13:57.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-10-31T17:13:57.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-10-31T17:13:57.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-10-31T17:13:57.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16492024-10-31T17:13:57.841Z
16502024-10-31T17:13:57.841Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16512024-10-31T17:13:58.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-10-31T17:13:58.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-10-31T17:13:58.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-10-31T17:13:58.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16552024-10-31T17:13:58.302Z
16562024-10-31T17:13:58.302Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16572024-10-31T17:13:58.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-10-31T17:13:58.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-10-31T17:13:58.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-10-31T17:13:58.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16612024-10-31T17:13:58.769Z
16622024-10-31T17:13:58.769Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16632024-10-31T17:13:59.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-10-31T17:13:59.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-10-31T17:13:59.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-10-31T17:13:59.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16672024-10-31T17:13:59.230Z
16682024-10-31T17:13:59.231Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16692024-10-31T17:13:59.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-10-31T17:13:59.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-10-31T17:13:59.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-10-31T17:13:59.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16732024-10-31T17:13:59.686Z
16742024-10-31T17:13:59.686Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16752024-10-31T17:14:00.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-10-31T17:14:00.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-10-31T17:14:00.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-10-31T17:14:00.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16792024-10-31T17:14:00.341Z
16802024-10-31T17:14:00.341Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16812024-10-31T17:14:00.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-10-31T17:14:00.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-10-31T17:14:00.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-10-31T17:14:00.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16852024-10-31T17:14:01.004Z
16862024-10-31T17:14:01.004Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16872024-10-31T17:14:01.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-10-31T17:14:01.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-10-31T17:14:01.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-10-31T17:14:01.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16912024-10-31T17:14:01.665Z
16922024-10-31T17:14:01.665Zinfo: running `cargo check --bins` on oxlog (28/166)
16932024-10-31T17:14:02.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-10-31T17:14:02.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-10-31T17:14:02.303Z Checking cfg-if v1.0.0
16962024-10-31T17:14:02.306Z Checking libc v0.2.161
16972024-10-31T17:14:02.406Z Checking serde v1.0.210
16982024-10-31T17:14:02.408Z Checking zeroize v1.8.1
16992024-10-31T17:14:02.414Z Checking memchr v2.7.4
17002024-10-31T17:14:02.431Z Checking typenum v1.17.0
17012024-10-31T17:14:02.434Z Checking scopeguard v1.2.0
17022024-10-31T17:14:02.439Z Checking subtle v2.6.1
17032024-10-31T17:14:02.462Z Checking value-bag v1.9.0
17042024-10-31T17:14:02.723Z Checking lock_api v0.4.12
17052024-10-31T17:14:02.725Z Checking itoa v1.0.11
17062024-10-31T17:14:02.725Z Checking const-oid v0.9.6
17072024-10-31T17:14:02.855Z Checking pin-project-lite v0.2.14
17082024-10-31T17:14:02.876Z Checking log v0.4.22
17092024-10-31T17:14:02.968Z Checking smallvec v1.13.2
17102024-10-31T17:14:02.983Z Checking byteorder v1.5.0
17112024-10-31T17:14:03.236Z Checking futures-core v0.3.31
17122024-10-31T17:14:03.315Z Checking once_cell v1.20.2
17132024-10-31T17:14:03.340Z Checking cpufeatures v0.2.14
17142024-10-31T17:14:03.389Z Checking futures-sink v0.3.31
17152024-10-31T17:14:03.408Z Checking spin v0.9.8
17162024-10-31T17:14:03.422Z Checking zerocopy v0.7.35
17172024-10-31T17:14:03.489Z Checking getrandom v0.2.15
17182024-10-31T17:14:03.520Z Checking signal-hook-registry v1.4.2
17192024-10-31T17:14:03.598Z Checking parking_lot_core v0.9.10
17202024-10-31T17:14:03.704Z Checking rand_core v0.6.4
17212024-10-31T17:14:03.723Z Checking generic-array v0.14.7
17222024-10-31T17:14:03.734Z Checking mio v1.0.2
17232024-10-31T17:14:03.749Z Checking socket2 v0.5.7
17242024-10-31T17:14:03.927Z Checking parking_lot v0.12.3
17252024-10-31T17:14:04.012Z Checking slab v0.4.9
17262024-10-31T17:14:04.200Z Checking futures-channel v0.3.31
17272024-10-31T17:14:04.260Z Checking allocator-api2 v0.2.18
17282024-10-31T17:14:04.274Z Checking foldhash v0.1.3
17292024-10-31T17:14:04.311Z Checking tinyvec_macros v0.1.1
17302024-10-31T17:14:04.398Z Checking futures-io v0.3.31
17312024-10-31T17:14:04.468Z Checking equivalent v1.0.1
17322024-10-31T17:14:04.530Z Checking pin-utils v0.1.0
17332024-10-31T17:14:04.566Z Checking futures-task v0.3.31
17342024-10-31T17:14:04.579Z Checking tinyvec v1.8.0
17352024-10-31T17:14:04.592Z Checking ryu v1.0.18
17362024-10-31T17:14:04.608Z Checking fnv v1.0.7
17372024-10-31T17:14:04.721Z Checking unicode-bidi v0.3.17
17382024-10-31T17:14:04.779Z Checking futures-util v0.3.31
17392024-10-31T17:14:04.795Z Checking libm v0.2.8
17402024-10-31T17:14:04.808Z Checking base64ct v1.6.0
17412024-10-31T17:14:04.835Z Checking crypto-common v0.1.6
17422024-10-31T17:14:04.874Z Checking block-buffer v0.10.4
17432024-10-31T17:14:05.001Z Checking hashbrown v0.15.0
17442024-10-31T17:14:05.079Z Checking digest v0.10.7
17452024-10-31T17:14:05.243Z Checking block-padding v0.3.3
17462024-10-31T17:14:05.328Z Checking pem-rfc7468 v0.7.0
17472024-10-31T17:14:05.414Z Checking hmac v0.12.1
17482024-10-31T17:14:05.429Z Checking inout v0.1.3
17492024-10-31T17:14:05.584Z Checking sha2 v0.10.8
17502024-10-31T17:14:05.611Z Checking ppv-lite86 v0.2.20
17512024-10-31T17:14:05.638Z Checking cipher v0.4.4
17522024-10-31T17:14:05.687Z Checking num-traits v0.2.19
17532024-10-31T17:14:05.844Z Checking unicode-normalization v0.1.24
17542024-10-31T17:14:06.022Z Checking flagset v0.4.6
17552024-10-31T17:14:06.087Z Checking tracing-core v0.1.32
17562024-10-31T17:14:06.120Z Checking thiserror v1.0.64
17572024-10-31T17:14:06.217Z Checking der v0.7.9
17582024-10-31T17:14:06.244Z Checking rustls-pki-types v1.9.0
17592024-10-31T17:14:06.351Z Checking rand_chacha v0.3.1
17602024-10-31T17:14:06.721Z Checking percent-encoding v2.3.1
17612024-10-31T17:14:06.746Z Checking rand v0.8.5
17622024-10-31T17:14:06.765Z Checking tracing v0.1.40
17632024-10-31T17:14:06.780Z Checking salsa20 v0.10.2
17642024-10-31T17:14:06.915Z Checking pbkdf2 v0.12.2
17652024-10-31T17:14:06.975Z Checking httparse v1.9.5
17662024-10-31T17:14:07.070Z Checking untrusted v0.9.0
17672024-10-31T17:14:07.099Z Checking powerfmt v0.2.0
17682024-10-31T17:14:07.216Z Checking ring v0.17.8
17692024-10-31T17:14:07.292Z Checking bytes v1.7.2
17702024-10-31T17:14:07.370Z Checking indexmap v2.6.0
17712024-10-31T17:14:07.373Z Checking serde_json v1.0.128
17722024-10-31T17:14:07.410Z Checking bitflags v2.6.0
17732024-10-31T17:14:07.713Z Checking deranged v0.3.11
17742024-10-31T17:14:08.013Z Checking scrypt v0.11.0
17752024-10-31T17:14:08.029Z Checking spki v0.7.3
17762024-10-31T17:14:08.075Z Checking tokio v1.40.0
17772024-10-31T17:14:08.225Z Checking http v1.1.0
17782024-10-31T17:14:08.314Z Checking aes v0.8.4
17792024-10-31T17:14:08.635Z Checking cbc v0.1.2
17802024-10-31T17:14:08.829Z Checking crossbeam-utils v0.8.20
17812024-10-31T17:14:09.005Z Checking num_threads v0.1.7
17822024-10-31T17:14:09.021Z Checking time-core v0.1.2
17832024-10-31T17:14:09.115Z Checking atomic-waker v1.1.2
17842024-10-31T17:14:09.156Z Checking num-conv v0.1.0
17852024-10-31T17:14:09.192Z Checking pkcs5 v0.7.1
17862024-10-31T17:14:09.236Z Checking rustls-webpki v0.102.8
17872024-10-31T17:14:09.396Z Checking form_urlencoded v1.2.1
17882024-10-31T17:14:09.456Z Checking time v0.3.36
17892024-10-31T17:14:09.501Z Checking try-lock v0.2.5
17902024-10-31T17:14:09.548Z Checking http-body v1.0.1
17912024-10-31T17:14:09.591Z Checking unicode-ident v1.0.13
17922024-10-31T17:14:09.623Z Checking want v0.3.1
17932024-10-31T17:14:09.663Z Checking pkcs8 v0.10.2
17942024-10-31T17:14:09.737Z Checking httpdate v1.0.3
17952024-10-31T17:14:09.751Z Checking proc-macro2 v1.0.87
17962024-10-31T17:14:09.788Z Checking uuid v1.10.0
17972024-10-31T17:14:09.832Z Checking serde_spanned v0.6.8
17982024-10-31T17:14:09.949Z Checking toml_datetime v0.6.8
17992024-10-31T17:14:09.966Z Checking idna v0.5.0
18002024-10-31T17:14:09.968Z Checking slog v2.7.0
18012024-10-31T17:14:10.010Z Checking scroll v0.12.0
18022024-10-31T17:14:10.221Z Checking foreign-types-shared v0.1.1
18032024-10-31T17:14:10.321Z Checking match_cfg v0.1.0
18042024-10-31T17:14:10.362Z Checking ucd-trie v0.1.7
18052024-10-31T17:14:10.397Z Checking tower-service v0.3.3
18062024-10-31T17:14:10.415Z Checking plain v0.2.3
18072024-10-31T17:14:10.446Z Checking iana-time-zone v0.1.61
18082024-10-31T17:14:10.484Z Checking base64 v0.22.1
18092024-10-31T17:14:10.515Z Checking hostname v0.3.1
18102024-10-31T17:14:10.544Z Checking goblin v0.8.2
18112024-10-31T17:14:10.555Z Checking pest v2.7.14
18122024-10-31T17:14:10.587Z Checking chrono v0.4.38
18132024-10-31T17:14:10.637Z Checking quote v1.0.37
18142024-10-31T17:14:10.796Z Checking url v2.5.2
18152024-10-31T17:14:10.961Z Checking foreign-types v0.3.2
18162024-10-31T17:14:10.973Z Checking openssl-sys v0.9.103
18172024-10-31T17:14:11.048Z Checking dirs-sys-next v0.1.2
18182024-10-31T17:14:11.236Z Checking errno v0.3.9
18192024-10-31T17:14:11.405Z Checking aho-corasick v1.1.3
18202024-10-31T17:14:11.630Z Checking regex-syntax v0.8.5
18212024-10-31T17:14:11.896Z Checking data-encoding v2.6.0
18222024-10-31T17:14:12.280Z Checking siphasher v0.3.11
18232024-10-31T17:14:12.560Z Checking pretty-hex v0.4.1
18242024-10-31T17:14:12.576Z Checking adler2 v2.0.0
18252024-10-31T17:14:12.589Z Checking openssl v0.10.66
18262024-10-31T17:14:12.728Z Checking miniz_oxide v0.8.0
18272024-10-31T17:14:12.740Z Checking rustix v0.38.37
18282024-10-31T17:14:12.981Z Checking dirs-next v2.0.0
18292024-10-31T17:14:13.069Z Checking dtrace-parser v0.2.0
18302024-10-31T17:14:13.108Z Checking syn v2.0.79
18312024-10-31T17:14:13.495Z Checking http-body-util v0.1.2
18322024-10-31T17:14:13.511Z Checking crossbeam-epoch v0.9.18
18332024-10-31T17:14:13.915Z Checking signature v2.2.0
18342024-10-31T17:14:13.937Z Checking sha1 v0.10.6
18352024-10-31T17:14:14.096Z Checking lazy_static v1.5.0
18362024-10-31T17:14:14.202Z Checking thread_local v1.1.8
18372024-10-31T17:14:14.216Z Checking thread-id v4.2.2
18382024-10-31T17:14:14.311Z Checking encoding_rs v0.8.34
18392024-10-31T17:14:14.461Z Checking winnow v0.6.20
18402024-10-31T17:14:14.906Z Checking regex-automata v0.4.8
18412024-10-31T17:14:14.967Z Checking tokio-util v0.7.12
18422024-10-31T17:14:15.300Z Checking dof v0.3.0
18432024-10-31T17:14:15.842Z Checking h2 v0.4.6
18442024-10-31T17:14:15.895Z Checking openssl-probe v0.1.5
18452024-10-31T17:14:16.040Z Checking either v1.13.0
18462024-10-31T17:14:16.135Z Checking utf8parse v0.2.2
18472024-10-31T17:14:16.291Z Checking mime v0.3.17
18482024-10-31T17:14:16.435Z Checking unicode-properties v0.1.3
18492024-10-31T17:14:16.590Z Checking ipnet v2.10.1
18502024-10-31T17:14:16.612Z Checking anstyle v1.0.8
18512024-10-31T17:14:16.785Z Checking gimli v0.31.1
18522024-10-31T17:14:16.973Z Checking stringprep v0.1.5
18532024-10-31T17:14:17.050Z Checking anstyle-parse v0.2.5
18542024-10-31T17:14:17.225Z Checking crossbeam-deque v0.8.5
18552024-10-31T17:14:17.306Z Checking term v0.7.0
18562024-10-31T17:14:17.402Z Checking toml_edit v0.22.22
18572024-10-31T17:14:17.522Z Checking slog-json v2.6.1
18582024-10-31T17:14:17.735Z Checking rustls v0.22.4
18592024-10-31T17:14:17.769Z Checking rustls v0.23.14
18602024-10-31T17:14:17.939Z Checking native-tls v0.2.12
18612024-10-31T17:14:18.250Z Checking futures-executor v0.3.31
18622024-10-31T17:14:18.458Z Checking serde_urlencoded v0.7.1
18632024-10-31T17:14:18.866Z Checking crossbeam-channel v0.5.13
18642024-10-31T17:14:19.366Z Checking num-integer v0.1.46
18652024-10-31T17:14:19.399Z Checking usdt-impl v0.5.0
18662024-10-31T17:14:19.544Z Checking rustls-pemfile v2.2.0
18672024-10-31T17:14:19.742Z Checking idna v0.4.0
18682024-10-31T17:14:19.845Z Checking idna v0.3.0
18692024-10-31T17:14:19.860Z Checking md-5 v0.10.6
18702024-10-31T17:14:19.936Z Checking ff v0.13.0
18712024-10-31T17:14:20.058Z Checking memmap v0.7.0
18722024-10-31T17:14:20.141Z Checking is-terminal v0.4.13
18732024-10-31T17:14:20.257Z Checking hash32 v0.2.1
18742024-10-31T17:14:20.271Z Checking object v0.36.5
18752024-10-31T17:14:20.553Z Checking psl-types v2.0.11
18762024-10-31T17:14:20.569Z Checking linked-hash-map v0.5.6
18772024-10-31T17:14:20.687Z Checking utf-8 v0.7.6
18782024-10-31T17:14:20.728Z Checking is_terminal_polyfill v1.70.1
18792024-10-31T17:14:20.751Z Checking addr2line v0.24.2
18802024-10-31T17:14:20.838Z Checking take_mut v0.2.2
18812024-10-31T17:14:20.879Z Checking stable_deref_trait v1.2.0
18822024-10-31T17:14:20.881Z Checking rustc-demangle v0.1.24
18832024-10-31T17:14:20.979Z Checking anstyle-query v1.1.1
18842024-10-31T17:14:20.995Z Checking base16ct v0.2.0
18852024-10-31T17:14:21.096Z Checking dyn-clone v1.0.17
18862024-10-31T17:14:21.184Z Checking colorchoice v1.0.2
18872024-10-31T17:14:21.238Z Checking fallible-iterator v0.2.0
18882024-10-31T17:14:21.254Z Checking quick-error v1.2.3
18892024-10-31T17:14:21.304Z Checking schemars v0.8.21
18902024-10-31T17:14:21.319Z Checking anstream v0.6.15
18912024-10-31T17:14:21.336Z Checking tokio-rustls v0.25.0
18922024-10-31T17:14:21.379Z Checking resolv-conf v0.7.0
18932024-10-31T17:14:21.666Z Checking sec1 v0.7.3
18942024-10-31T17:14:21.682Z Checking heapless v0.7.17
18952024-10-31T17:14:21.710Z Checking slog-async v2.8.0
18962024-10-31T17:14:21.819Z Checking postgres-protocol v0.6.7
18972024-10-31T17:14:21.867Z Checking hyper v1.4.1
18982024-10-31T17:14:21.990Z Checking lru-cache v0.1.2
18992024-10-31T17:14:22.055Z Checking tungstenite v0.24.0
19002024-10-31T17:14:22.157Z Checking publicsuffix v2.2.3
19012024-10-31T17:14:22.395Z Checking hickory-proto v0.24.1
19022024-10-31T17:14:22.500Z Checking usdt v0.5.0
19032024-10-31T17:14:22.656Z Checking slog-term v2.9.1
19042024-10-31T17:14:22.728Z Checking tokio-rustls v0.26.0
19052024-10-31T17:14:22.750Z Checking group v0.13.0
19062024-10-31T17:14:22.864Z Checking toml v0.8.19
19072024-10-31T17:14:22.951Z Checking num-iter v0.1.45
19082024-10-31T17:14:23.009Z Checking futures v0.3.31
19092024-10-31T17:14:23.111Z Checking tokio-native-tls v0.3.1
19102024-10-31T17:14:23.124Z Checking slog-bunyan v2.5.0
19112024-10-31T17:14:23.127Z Checking rayon-core v1.12.1
19122024-10-31T17:14:23.127Z Checking multer v3.1.0
19132024-10-31T17:14:23.269Z Checking terminal_size v0.4.0
19142024-10-31T17:14:23.368Z Checking phf_shared v0.11.2
19152024-10-31T17:14:23.433Z Checking cookie v0.18.1
19162024-10-31T17:14:23.508Z Checking async-stream v0.3.6
19172024-10-31T17:14:23.582Z Checking signal-hook v0.3.17
19182024-10-31T17:14:23.642Z Checking camino v1.1.9
19192024-10-31T17:14:23.682Z Checking waitgroup v0.1.2
19202024-10-31T17:14:23.771Z Checking openapiv3 v2.0.0
19212024-10-31T17:14:23.805Z Checking serde_path_to_error v0.1.16
19222024-10-31T17:14:23.848Z Checking hyper-util v0.1.9
19232024-10-31T17:14:23.877Z Checking webpki-roots v0.26.6
19242024-10-31T17:14:23.890Z Checking hkdf v0.12.4
19252024-10-31T17:14:24.079Z Checking crypto-bigint v0.5.5
19262024-10-31T17:14:24.082Z Checking hostname v0.4.0
19272024-10-31T17:14:24.197Z Checking debug-ignore v1.0.5
19282024-10-31T17:14:24.217Z Checking winnow v0.5.40
19292024-10-31T17:14:24.327Z Checking clap_lex v0.7.2
19302024-10-31T17:14:24.418Z Checking strsim v0.11.1
19312024-10-31T17:14:24.575Z Checking managed v0.8.0
19322024-10-31T17:14:24.697Z Checking bitflags v1.3.2
19332024-10-31T17:14:24.799Z Checking unicode-width v0.1.14
19342024-10-31T17:14:24.957Z Checking smoltcp v0.9.1
19352024-10-31T17:14:25.297Z Checking console v0.15.8
19362024-10-31T17:14:25.835Z Checking hyper-tls v0.6.0
19372024-10-31T17:14:25.882Z Checking hyper-rustls v0.27.3
19382024-10-31T17:14:26.103Z Checking clap_builder v4.5.20
19392024-10-31T17:14:26.189Z Checking signal-hook-mio v0.2.4
19402024-10-31T17:14:26.330Z Checking cookie_store v0.21.0
19412024-10-31T17:14:26.433Z Checking rayon v1.10.0
19422024-10-31T17:14:26.606Z Checking backtrace v0.3.74
19432024-10-31T17:14:26.767Z Checking elliptic-curve v0.13.8
19442024-10-31T17:14:26.931Z Checking phf v0.11.2
19452024-10-31T17:14:27.068Z Checking hickory-resolver v0.24.1
19462024-10-31T17:14:27.122Z Checking anyhow v1.0.89
19472024-10-31T17:14:27.171Z Checking toml_edit v0.19.15
19482024-10-31T17:14:27.174Z Checking dropshot v0.12.0
19492024-10-31T17:14:27.200Z Checking num-bigint-dig v0.8.4
19502024-10-31T17:14:27.406Z Checking tokio-tungstenite v0.24.0
19512024-10-31T17:14:27.481Z Checking postgres-types v0.2.8
19522024-10-31T17:14:27.891Z Checking regex v1.11.0
19532024-10-31T17:14:28.221Z Checking bstr v1.10.0
19542024-10-31T17:14:28.497Z Checking tokio-stream v0.1.16
19552024-10-31T17:14:28.614Z Checking ed25519 v2.2.3
19562024-10-31T17:14:28.916Z Checking phf_shared v0.10.0
19572024-10-31T17:14:29.097Z Checking zerocopy v0.6.6
19582024-10-31T17:14:29.152Z Checking curve25519-dalek v4.1.3
19592024-10-31T17:14:29.192Z Checking pkcs1 v0.7.5
19602024-10-31T17:14:29.336Z Checking hubpack v0.1.2
19612024-10-31T17:14:29.379Z Checking portable-atomic v1.9.0
19622024-10-31T17:14:29.540Z Checking float-cmp v0.9.0
19632024-10-31T17:14:29.602Z Checking serde-big-array v0.5.1
19642024-10-31T17:14:29.627Z Checking rfc6979 v0.4.0
19652024-10-31T17:14:29.709Z Checking sync_wrapper v1.0.1
19662024-10-31T17:14:29.801Z Checking crc32fast v1.4.2
19672024-10-31T17:14:29.803Z Checking whoami v1.5.2
19682024-10-31T17:14:29.827Z Checking precomputed-hash v0.1.1
19692024-10-31T17:14:29.848Z Checking new_debug_unreachable v1.0.6
19702024-10-31T17:14:29.926Z Checking normalize-line-endings v0.3.0
19712024-10-31T17:14:29.940Z Checking bit-vec v0.6.3
19722024-10-31T17:14:30.013Z Checking predicates-core v1.0.8
19732024-10-31T17:14:30.045Z Checking unicode-segmentation v1.12.0
19742024-10-31T17:14:30.098Z Checking difflib v0.4.0
19752024-10-31T17:14:30.159Z Checking number_prefix v0.4.0
19762024-10-31T17:14:30.190Z Checking minimal-lexical v0.2.1
19772024-10-31T17:14:30.262Z Checking fixedbitset v0.4.2
19782024-10-31T17:14:30.329Z Checking static_assertions v1.1.0
19792024-10-31T17:14:30.352Z Checking indicatif v0.17.8
19802024-10-31T17:14:30.402Z Checking predicates v3.1.2
19812024-10-31T17:14:30.424Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19822024-10-31T17:14:30.514Z Checking petgraph v0.6.5
19832024-10-31T17:14:30.565Z Checking nom v7.1.3
19842024-10-31T17:14:30.712Z Checking similar v2.6.0
19852024-10-31T17:14:30.788Z Checking qorb v0.1.2
19862024-10-31T17:14:30.951Z Checking ed25519-dalek v2.1.1
19872024-10-31T17:14:31.059Z Checking bit-set v0.5.3
19882024-10-31T17:14:31.074Z Checking tokio-postgres v0.7.12
19892024-10-31T17:14:31.331Z Checking flate2 v1.0.34
19902024-10-31T17:14:31.363Z Checking string_cache v0.8.7
19912024-10-31T17:14:31.536Z Checking reqwest v0.12.8
19922024-10-31T17:14:31.649Z Checking ecdsa v0.16.9
19932024-10-31T17:14:31.951Z Checking rsa v0.9.6
19942024-10-31T17:14:32.388Z Checking toml v0.7.8
19952024-10-31T17:14:32.989Z Checking clap v4.5.20
19962024-10-31T17:14:33.073Z Checking crossterm v0.28.1
19972024-10-31T17:14:33.107Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19982024-10-31T17:14:33.121Z Checking itertools v0.10.5
19992024-10-31T17:14:33.140Z Checking itertools v0.12.1
20002024-10-31T17:14:33.316Z Checking fs-err v2.11.0
20012024-10-31T17:14:33.361Z Checking ahash v0.8.11
20022024-10-31T17:14:33.730Z Checking x509-cert v0.2.5
20032024-10-31T17:14:33.838Z Checking semver v1.0.23
20042024-10-31T17:14:33.874Z Checking hex v0.4.3
20052024-10-31T17:14:34.167Z Checking peg-runtime v0.8.3
20062024-10-31T17:14:34.231Z Checking lalrpop-util v0.19.12
20072024-10-31T17:14:34.375Z Checking sigpipe v0.1.3
20082024-10-31T17:14:35.356Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20092024-10-31T17:14:35.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.98s
20102024-10-31T17:14:35.804Z
20112024-10-31T17:14:35.804Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20122024-10-31T17:14:36.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132024-10-31T17:14:36.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142024-10-31T17:14:36.493Z Compiling hashbrown v0.14.5
20152024-10-31T17:14:36.605Z Checking heck v0.5.0
20162024-10-31T17:14:36.619Z Compiling unsafe-libyaml v0.2.11
20172024-10-31T17:14:36.630Z Compiling ident_case v1.0.1
20182024-10-31T17:14:36.633Z Checking progenitor-client v0.8.0
20192024-10-31T17:14:36.655Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20202024-10-31T17:14:36.667Z Compiling proc-macro-crate v1.3.1
20212024-10-31T17:14:36.754Z Compiling darling_core v0.20.10
20222024-10-31T17:14:36.793Z Checking ipnetwork v0.20.0
20232024-10-31T17:14:36.937Z Compiling structmeta-derive v0.3.0
20242024-10-31T17:14:37.038Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20252024-10-31T17:14:37.154Z Compiling newtype-uuid v1.1.2
20262024-10-31T17:14:37.347Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20272024-10-31T17:14:37.475Z Compiling lzma-sys v0.1.20
20282024-10-31T17:14:37.670Z Compiling foreign-types-macros v0.2.3
20292024-10-31T17:14:37.713Z Checking regress v0.10.1
20302024-10-31T17:14:37.727Z Compiling num_enum_derive v0.5.11
20312024-10-31T17:14:38.206Z Compiling serde_yaml v0.9.34+deprecated
20322024-10-31T17:14:38.537Z Checking foreign-types-shared v0.3.1
20332024-10-31T17:14:38.653Z Checking arc-swap v1.7.1
20342024-10-31T17:14:38.946Z Checking foreign-types v0.5.0
20352024-10-31T17:14:39.066Z Checking slog-scope v4.4.0
20362024-10-31T17:14:39.087Z Compiling proc-macro-error v1.0.4
20372024-10-31T17:14:39.751Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20382024-10-31T17:14:39.800Z Checking tungstenite v0.21.0
20392024-10-31T17:14:39.864Z Compiling heck v0.3.3
20402024-10-31T17:14:39.912Z Compiling structmeta v0.3.0
20412024-10-31T17:14:40.246Z Checking num_enum v0.5.11
20422024-10-31T17:14:40.305Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20432024-10-31T17:14:40.356Z Compiling parse-display-derive v0.10.0
20442024-10-31T17:14:40.391Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20452024-10-31T17:14:40.639Z Checking cstr-argument v0.1.2
20462024-10-31T17:14:40.818Z Checking instant v0.1.13
20472024-10-31T17:14:40.913Z Checking base64 v0.21.7
20482024-10-31T17:14:41.170Z Checking pretty-hex v0.2.1
20492024-10-31T17:14:41.186Z Checking fastrand v2.1.1
20502024-10-31T17:14:41.190Z Checking typify-impl v0.2.0
20512024-10-31T17:14:41.327Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20522024-10-31T17:14:41.403Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20532024-10-31T17:14:41.653Z Checking tempfile v3.13.0
20542024-10-31T17:14:41.672Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20552024-10-31T17:14:41.813Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20562024-10-31T17:14:41.962Z Checking backoff v0.4.0
20572024-10-31T17:14:42.012Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20582024-10-31T17:14:42.251Z Checking tokio-tungstenite v0.21.0
20592024-10-31T17:14:42.282Z Checking strum v0.26.3
20602024-10-31T17:14:42.319Z Compiling zone_cfg_derive v0.1.2
20612024-10-31T17:14:42.435Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20622024-10-31T17:14:42.730Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20632024-10-31T17:14:42.821Z Checking slog-stdlog v4.1.1
20642024-10-31T17:14:42.986Z Checking regress v0.9.1
20652024-10-31T17:14:43.096Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20662024-10-31T17:14:43.179Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20672024-10-31T17:14:43.239Z Checking colored v2.1.0
20682024-10-31T17:14:43.464Z Checking macaddr v1.0.1
20692024-10-31T17:14:43.525Z Checking base64 v0.13.1
20702024-10-31T17:14:43.681Z Compiling darling_macro v0.20.10
20712024-10-31T17:14:43.772Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20722024-10-31T17:14:43.811Z Checking zone v0.1.8
20732024-10-31T17:14:43.915Z Checking ron v0.7.1
20742024-10-31T17:14:44.226Z Checking xz2 v0.1.7
20752024-10-31T17:14:44.485Z Checking slog-envlogger v2.2.0
20762024-10-31T17:14:44.528Z Checking tabwriter v1.4.0
20772024-10-31T17:14:44.594Z Compiling darling v0.20.10
20782024-10-31T17:14:44.703Z Checking xattr v1.3.1
20792024-10-31T17:14:44.718Z Compiling serde_with_macros v3.11.0
20802024-10-31T17:14:44.750Z Checking pem v3.0.4
20812024-10-31T17:14:44.889Z Checking yasna v0.5.2
20822024-10-31T17:14:44.963Z Checking parse-display v0.10.0
20832024-10-31T17:14:44.998Z Checking headers-core v0.3.0
20842024-10-31T17:14:45.010Z Checking smf v0.2.3
20852024-10-31T17:14:45.130Z Checking filetime v0.2.25
20862024-10-31T17:14:45.168Z Checking same-file v1.0.6
20872024-10-31T17:14:45.319Z Checking tar v0.4.42
20882024-10-31T17:14:45.335Z Checking walkdir v2.5.0
20892024-10-31T17:14:45.438Z Checking headers v0.4.0
20902024-10-31T17:14:45.584Z Checking camino-tempfile v1.1.1
20912024-10-31T17:14:45.599Z Checking atomicwrites v0.4.4
20922024-10-31T17:14:45.752Z Checking rcgen v0.12.1
20932024-10-31T17:14:45.786Z Checking subprocess v0.2.9
20942024-10-31T17:14:47.126Z Checking serde_with v3.11.0
20952024-10-31T17:14:49.837Z Compiling typify-macro v0.2.0
20962024-10-31T17:14:51.734Z Compiling typify v0.2.0
20972024-10-31T17:14:51.800Z Compiling progenitor-impl v0.8.0
20982024-10-31T17:14:54.831Z Compiling progenitor-macro v0.8.0
20992024-10-31T17:15:01.025Z Checking progenitor v0.8.0
21002024-10-31T17:15:01.160Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21012024-10-31T17:15:01.160Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21022024-10-31T17:15:03.720Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21032024-10-31T17:15:04.026Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21042024-10-31T17:15:10.332Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21052024-10-31T17:15:11.819Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21062024-10-31T17:15:12.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.17s
21072024-10-31T17:15:13.156Z
21082024-10-31T17:15:13.156Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21092024-10-31T17:15:13.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-10-31T17:15:13.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-10-31T17:15:13.835Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21122024-10-31T17:15:15.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
21132024-10-31T17:15:15.304Z
21142024-10-31T17:15:15.304Zinfo: running `cargo check --bins` on nexus-config (31/166)
21152024-10-31T17:15:15.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-10-31T17:15:15.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-10-31T17:15:15.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182024-10-31T17:15:15.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21192024-10-31T17:15:15.958Z
21202024-10-31T17:15:15.958Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21212024-10-31T17:15:16.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-10-31T17:15:16.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-10-31T17:15:16.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242024-10-31T17:15:16.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21252024-10-31T17:15:16.600Z
21262024-10-31T17:15:16.600Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21272024-10-31T17:15:17.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-10-31T17:15:17.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-10-31T17:15:17.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302024-10-31T17:15:17.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21312024-10-31T17:15:17.256Z
21322024-10-31T17:15:17.256Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21332024-10-31T17:15:17.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342024-10-31T17:15:17.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352024-10-31T17:15:17.926Z Compiling heapless v0.8.0
21362024-10-31T17:15:17.928Z Checking hash32 v0.3.1
21372024-10-31T17:15:18.032Z Compiling smoltcp v0.11.0
21382024-10-31T17:15:18.040Z Checking cobs v0.2.3
21392024-10-31T17:15:18.049Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21402024-10-31T17:15:18.052Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21412024-10-31T17:15:18.071Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21422024-10-31T17:15:18.073Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21432024-10-31T17:15:18.177Z Compiling crucible-workspace-hack v0.1.0
21442024-10-31T17:15:18.193Z Checking postcard v1.0.10
21452024-10-31T17:15:18.308Z Checking newline-converter v0.3.0
21462024-10-31T17:15:18.389Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21472024-10-31T17:15:18.443Z Compiling convert_case v0.4.0
21482024-10-31T17:15:18.567Z Checking expectorate v1.1.0
21492024-10-31T17:15:18.582Z Compiling zone_cfg_derive v0.3.0
21502024-10-31T17:15:18.677Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21512024-10-31T17:15:18.710Z Checking itertools v0.13.0
21522024-10-31T17:15:18.728Z Compiling num-derive v0.4.2
21532024-10-31T17:15:18.901Z Compiling slog-dtrace v0.3.0
21542024-10-31T17:15:18.983Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21552024-10-31T17:15:19.269Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21562024-10-31T17:15:19.376Z Compiling derive_more v0.99.18
21572024-10-31T17:15:19.999Z Checking zone v0.3.0
21582024-10-31T17:15:20.581Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21592024-10-31T17:15:21.882Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21602024-10-31T17:15:22.819Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21612024-10-31T17:15:23.241Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21622024-10-31T17:15:23.860Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21632024-10-31T17:15:24.534Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21642024-10-31T17:15:25.623Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21652024-10-31T17:15:26.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
21662024-10-31T17:15:26.648Z
21672024-10-31T17:15:26.648Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21682024-10-31T17:15:27.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692024-10-31T17:15:27.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702024-10-31T17:15:27.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712024-10-31T17:15:27.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21722024-10-31T17:15:27.308Z
21732024-10-31T17:15:27.308Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21742024-10-31T17:15:27.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752024-10-31T17:15:27.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762024-10-31T17:15:27.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772024-10-31T17:15:27.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21782024-10-31T17:15:27.992Z
21792024-10-31T17:15:27.992Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21802024-10-31T17:15:28.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-10-31T17:15:28.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-10-31T17:15:28.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-10-31T17:15:28.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21842024-10-31T17:15:28.729Z
21852024-10-31T17:15:28.729Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21862024-10-31T17:15:29.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-10-31T17:15:29.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-10-31T17:15:29.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-10-31T17:15:29.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21902024-10-31T17:15:29.491Z
21912024-10-31T17:15:29.491Zinfo: running `cargo check --bins` on dns-server (39/166)
21922024-10-31T17:15:30.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-10-31T17:15:30.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-10-31T17:15:30.158Z Compiling parking_lot_core v0.8.6
21952024-10-31T17:15:30.162Z Checking nibble_vec v0.1.0
21962024-10-31T17:15:30.162Z Checking endian-type v0.1.2
21972024-10-31T17:15:30.162Z Checking fxhash v0.2.1
21982024-10-31T17:15:30.162Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21992024-10-31T17:15:30.162Z Checking hickory-server v0.24.1
22002024-10-31T17:15:30.433Z Checking radix_trie v0.2.1
22012024-10-31T17:15:30.709Z Checking hickory-client v0.24.1
22022024-10-31T17:15:30.895Z Checking parking_lot v0.11.2
22032024-10-31T17:15:30.986Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22042024-10-31T17:15:30.988Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22052024-10-31T17:15:31.187Z Checking sled v0.34.7
22062024-10-31T17:15:32.912Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22072024-10-31T17:15:34.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
22082024-10-31T17:15:34.246Z
22092024-10-31T17:15:34.246Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22102024-10-31T17:15:34.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112024-10-31T17:15:34.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122024-10-31T17:15:34.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132024-10-31T17:15:34.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22142024-10-31T17:15:34.904Z
22152024-10-31T17:15:34.904Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22162024-10-31T17:15:35.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172024-10-31T17:15:35.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182024-10-31T17:15:35.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192024-10-31T17:15:35.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22202024-10-31T17:15:35.561Z
22212024-10-31T17:15:35.561Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22222024-10-31T17:15:36.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232024-10-31T17:15:36.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242024-10-31T17:15:36.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252024-10-31T17:15:36.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22262024-10-31T17:15:36.216Z
22272024-10-31T17:15:36.216Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22282024-10-31T17:15:36.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-10-31T17:15:36.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-10-31T17:15:36.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312024-10-31T17:15:36.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22322024-10-31T17:15:36.916Z
22332024-10-31T17:15:36.916Zinfo: running `cargo check --bins` on gateway-types (44/166)
22342024-10-31T17:15:37.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-10-31T17:15:37.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-10-31T17:15:37.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-10-31T17:15:37.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22382024-10-31T17:15:37.574Z
22392024-10-31T17:15:37.574Zinfo: running `cargo check --bins` on ipcc (45/166)
22402024-10-31T17:15:38.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-10-31T17:15:38.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-10-31T17:15:38.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-10-31T17:15:38.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22442024-10-31T17:15:38.234Z
22452024-10-31T17:15:38.234Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22462024-10-31T17:15:38.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-10-31T17:15:38.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-10-31T17:15:38.956Z Checking num-rational v0.4.2
22492024-10-31T17:15:38.956Z Compiling progenitor-client v0.8.0
22502024-10-31T17:15:38.956Z Checking num-complex v0.4.6
22512024-10-31T17:15:38.959Z Compiling prettyplease v0.2.22
22522024-10-31T17:15:38.959Z Compiling newtype-uuid v1.1.2
22532024-10-31T17:15:38.959Z Compiling ipnetwork v0.20.0
22542024-10-31T17:15:39.056Z Compiling instant v0.1.13
22552024-10-31T17:15:39.058Z Compiling radium v0.7.0
22562024-10-31T17:15:39.245Z Checking float-ord v0.3.2
22572024-10-31T17:15:39.345Z Compiling semver v0.1.20
22582024-10-31T17:15:39.360Z Compiling progenitor v0.8.0
22592024-10-31T17:15:39.384Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602024-10-31T17:15:39.472Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22612024-10-31T17:15:39.544Z Compiling backoff v0.4.0
22622024-10-31T17:15:39.577Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22632024-10-31T17:15:39.665Z Compiling rustc_version v0.1.7
22642024-10-31T17:15:39.732Z Compiling parse-display v0.10.0
22652024-10-31T17:15:39.889Z Checking num v0.4.3
22662024-10-31T17:15:39.892Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672024-10-31T17:15:39.949Z Compiling serde_with v3.11.0
22682024-10-31T17:15:39.965Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22692024-10-31T17:15:39.984Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22702024-10-31T17:15:40.069Z Compiling regress v0.9.1
22712024-10-31T17:15:40.201Z Compiling macaddr v1.0.1
22722024-10-31T17:15:40.391Z Checking tap v1.0.1
22732024-10-31T17:15:40.553Z Compiling maybe-uninit v2.0.0
22742024-10-31T17:15:40.617Z Checking wyz v0.5.1
22752024-10-31T17:15:40.983Z Compiling newtype_derive v0.1.6
22762024-10-31T17:15:41.279Z Checking password-hash v0.5.0
22772024-10-31T17:15:41.296Z Checking blake2 v0.10.6
22782024-10-31T17:15:41.594Z Compiling bzip2-sys v0.1.11+1.0.8
22792024-10-31T17:15:41.745Z Compiling cancel-safe-futures v0.1.5
22802024-10-31T17:15:41.846Z Compiling owo-colors v4.1.0
22812024-10-31T17:15:41.882Z Compiling packed_struct v0.10.1
22822024-10-31T17:15:42.089Z Checking crc-catalog v2.4.0
22832024-10-31T17:15:42.105Z Checking funty v2.0.0
22842024-10-31T17:15:42.221Z Checking crc v3.2.1
22852024-10-31T17:15:42.381Z Checking argon2 v0.5.3
22862024-10-31T17:15:42.934Z Compiling packed_struct_codegen v0.10.1
22872024-10-31T17:15:43.012Z Checking bitvec v1.0.1
22882024-10-31T17:15:43.269Z Compiling indexmap v1.9.3
22892024-10-31T17:15:43.582Z Checking half v2.4.1
22902024-10-31T17:15:43.645Z Checking ciborium-io v0.2.2
22912024-10-31T17:15:43.761Z Checking nodrop v0.1.14
22922024-10-31T17:15:43.809Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22932024-10-31T17:15:43.879Z Checking array-init v0.0.4
22942024-10-31T17:15:44.010Z Checking ciborium-ll v0.2.2
22952024-10-31T17:15:44.286Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22962024-10-31T17:15:44.311Z Checking smallvec v0.6.14
22972024-10-31T17:15:44.579Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22982024-10-31T17:15:44.803Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22992024-10-31T17:15:45.441Z Checking libsw v3.3.1
23002024-10-31T17:15:45.699Z Compiling memoffset v0.9.1
23012024-10-31T17:15:45.715Z Checking bitfield v0.14.0
23022024-10-31T17:15:45.748Z Checking indent_write v2.2.0
23032024-10-31T17:15:45.949Z Checking highway v1.2.0
23042024-10-31T17:15:45.974Z Checking hashbrown v0.12.3
23052024-10-31T17:15:46.019Z Checking linear-map v1.2.0
23062024-10-31T17:15:46.361Z Checking termcolor v1.4.1
23072024-10-31T17:15:46.378Z Checking swrite v0.1.0
23082024-10-31T17:15:46.395Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23092024-10-31T17:15:46.493Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23102024-10-31T17:15:46.790Z Checking env_logger v0.10.2
23112024-10-31T17:15:46.975Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23122024-10-31T17:15:47.182Z Checking ron v0.8.1
23132024-10-31T17:15:47.436Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23142024-10-31T17:15:47.471Z Checking serde-hex v0.1.0
23152024-10-31T17:15:47.687Z Checking steno v0.4.1
23162024-10-31T17:15:47.778Z Checking ciborium v0.2.2
23172024-10-31T17:15:48.442Z Checking bzip2 v0.4.4
23182024-10-31T17:15:48.802Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23192024-10-31T17:15:48.925Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23202024-10-31T17:15:48.975Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23212024-10-31T17:15:49.050Z Checking hashbrown v0.13.2
23222024-10-31T17:15:49.472Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23232024-10-31T17:15:49.930Z Checking humantime v2.1.0
23242024-10-31T17:15:49.947Z Checking crc-any v2.5.0
23252024-10-31T17:15:50.085Z Checking object v0.30.4
23262024-10-31T17:15:50.127Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23272024-10-31T17:15:50.207Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23282024-10-31T17:15:50.345Z Checking zip v0.6.6
23292024-10-31T17:15:50.489Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23302024-10-31T17:15:50.773Z Checking path-slash v0.1.5
23312024-10-31T17:15:50.874Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23322024-10-31T17:15:50.908Z Checking nix v0.27.1
23332024-10-31T17:15:50.980Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23342024-10-31T17:15:51.332Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23352024-10-31T17:15:51.584Z Checking tungstenite v0.23.0
23362024-10-31T17:15:51.652Z Checking kstat-rs v0.2.4
23372024-10-31T17:15:51.982Z Checking signal-hook-tokio v0.3.1
23382024-10-31T17:15:52.493Z Checking tokio-tungstenite v0.23.1
23392024-10-31T17:15:53.079Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23402024-10-31T17:15:53.402Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23412024-10-31T17:15:58.635Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23422024-10-31T17:16:00.413Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23432024-10-31T17:16:00.607Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23442024-10-31T17:16:03.775Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23452024-10-31T17:16:04.027Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23462024-10-31T17:16:04.902Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23472024-10-31T17:16:10.203Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23482024-10-31T17:16:10.827Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23492024-10-31T17:16:13.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.20s
23502024-10-31T17:16:13.619Z
23512024-10-31T17:16:13.619Zinfo: running `cargo check --bins` on gateway-api (47/166)
23522024-10-31T17:16:14.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-10-31T17:16:14.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-10-31T17:16:14.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23552024-10-31T17:16:14.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23562024-10-31T17:16:14.281Z
23572024-10-31T17:16:14.281Zinfo: running `cargo check --bins` on oximeter (48/166)
23582024-10-31T17:16:14.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592024-10-31T17:16:14.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602024-10-31T17:16:14.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23612024-10-31T17:16:14.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23622024-10-31T17:16:14.931Z
23632024-10-31T17:16:14.931Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23642024-10-31T17:16:15.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652024-10-31T17:16:15.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662024-10-31T17:16:15.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23672024-10-31T17:16:15.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23682024-10-31T17:16:15.570Z
23692024-10-31T17:16:15.570Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23702024-10-31T17:16:16.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712024-10-31T17:16:16.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722024-10-31T17:16:16.231Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23732024-10-31T17:16:16.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
23742024-10-31T17:16:16.795Z
23752024-10-31T17:16:16.795Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23762024-10-31T17:16:17.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-10-31T17:16:17.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-10-31T17:16:17.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792024-10-31T17:16:17.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23802024-10-31T17:16:17.450Z
23812024-10-31T17:16:17.450Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23822024-10-31T17:16:18.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-10-31T17:16:18.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-10-31T17:16:18.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852024-10-31T17:16:18.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23862024-10-31T17:16:18.102Z
23872024-10-31T17:16:18.102Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23882024-10-31T17:16:18.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-10-31T17:16:18.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-10-31T17:16:18.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-10-31T17:16:18.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23922024-10-31T17:16:18.737Z
23932024-10-31T17:16:18.737Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23942024-10-31T17:16:19.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-10-31T17:16:19.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-10-31T17:16:19.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-10-31T17:16:19.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23982024-10-31T17:16:19.398Z
23992024-10-31T17:16:19.398Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
24002024-10-31T17:16:19.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-10-31T17:16:19.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-10-31T17:16:19.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24032024-10-31T17:16:19.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24042024-10-31T17:16:20.058Z
24052024-10-31T17:16:20.058Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24062024-10-31T17:16:20.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-10-31T17:16:20.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-10-31T17:16:20.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24092024-10-31T17:16:20.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24102024-10-31T17:16:20.710Z
24112024-10-31T17:16:20.710Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24122024-10-31T17:16:21.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-10-31T17:16:21.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-10-31T17:16:21.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24152024-10-31T17:16:21.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24162024-10-31T17:16:21.370Z
24172024-10-31T17:16:21.370Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24182024-10-31T17:16:21.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-10-31T17:16:21.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-10-31T17:16:21.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24212024-10-31T17:16:21.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24222024-10-31T17:16:22.031Z
24232024-10-31T17:16:22.031Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24242024-10-31T17:16:22.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-10-31T17:16:22.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-10-31T17:16:22.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-10-31T17:16:22.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24282024-10-31T17:16:22.694Z
24292024-10-31T17:16:22.694Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24302024-10-31T17:16:23.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-10-31T17:16:23.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-10-31T17:16:23.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-10-31T17:16:23.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24342024-10-31T17:16:23.370Z
24352024-10-31T17:16:23.370Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24362024-10-31T17:16:23.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-10-31T17:16:23.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-10-31T17:16:23.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392024-10-31T17:16:23.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24402024-10-31T17:16:24.022Z
24412024-10-31T17:16:24.023Zinfo: running `cargo check --bins` on nexus-client (62/166)
24422024-10-31T17:16:24.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-10-31T17:16:24.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-10-31T17:16:24.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-10-31T17:16:24.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24462024-10-31T17:16:24.706Z
24472024-10-31T17:16:24.706Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24482024-10-31T17:16:25.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-10-31T17:16:25.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-10-31T17:16:25.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-10-31T17:16:25.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24522024-10-31T17:16:25.373Z
24532024-10-31T17:16:25.373Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24542024-10-31T17:16:25.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-10-31T17:16:25.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-10-31T17:16:25.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-10-31T17:16:25.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24582024-10-31T17:16:26.027Z
24592024-10-31T17:16:26.028Zinfo: running `cargo check --bins` on nexus-types (65/166)
24602024-10-31T17:16:26.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-10-31T17:16:26.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-10-31T17:16:26.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-10-31T17:16:26.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24642024-10-31T17:16:26.710Z
24652024-10-31T17:16:26.710Zinfo: running `cargo check --bins` on gateway-client (66/166)
24662024-10-31T17:16:27.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-10-31T17:16:27.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-10-31T17:16:27.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-10-31T17:16:27.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24702024-10-31T17:16:27.356Z
24712024-10-31T17:16:27.356Zinfo: running `cargo check --bins` on oxql-types (67/166)
24722024-10-31T17:16:27.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-10-31T17:16:27.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-10-31T17:16:27.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-10-31T17:16:27.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24762024-10-31T17:16:28.013Z
24772024-10-31T17:16:28.013Zinfo: running `cargo check --bins` on update-engine (68/166)
24782024-10-31T17:16:28.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-10-31T17:16:28.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-10-31T17:16:28.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-10-31T17:16:28.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24822024-10-31T17:16:28.645Z
24832024-10-31T17:16:28.645Zinfo: running `cargo check --bins` on sp-sim (69/166)
24842024-10-31T17:16:29.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-10-31T17:16:29.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-10-31T17:16:29.305Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24872024-10-31T17:16:31.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
24882024-10-31T17:16:31.174Z
24892024-10-31T17:16:31.174Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24902024-10-31T17:16:31.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-10-31T17:16:31.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-10-31T17:16:31.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-10-31T17:16:31.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24942024-10-31T17:16:31.874Z
24952024-10-31T17:16:31.874Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24962024-10-31T17:16:32.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-10-31T17:16:32.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-10-31T17:16:32.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-10-31T17:16:32.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25002024-10-31T17:16:32.594Z
25012024-10-31T17:16:32.594Zinfo: running `cargo check --bins` on db-macros (72/166)
25022024-10-31T17:16:33.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-10-31T17:16:33.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-10-31T17:16:33.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-10-31T17:16:33.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25062024-10-31T17:16:33.239Z
25072024-10-31T17:16:33.240Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25082024-10-31T17:16:33.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-10-31T17:16:33.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-10-31T17:16:33.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-10-31T17:16:33.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25122024-10-31T17:16:33.880Z
25132024-10-31T17:16:33.880Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25142024-10-31T17:16:34.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-10-31T17:16:34.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-10-31T17:16:34.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-10-31T17:16:34.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25182024-10-31T17:16:34.580Z
25192024-10-31T17:16:34.580Zinfo: running `cargo check --bins` on authz-macros (75/166)
25202024-10-31T17:16:35.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-10-31T17:16:35.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-10-31T17:16:35.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-10-31T17:16:35.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25242024-10-31T17:16:35.223Z
25252024-10-31T17:16:35.223Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25262024-10-31T17:16:35.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-10-31T17:16:35.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-10-31T17:16:35.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-10-31T17:16:35.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25302024-10-31T17:16:35.904Z
25312024-10-31T17:16:35.904Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25322024-10-31T17:16:36.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-10-31T17:16:36.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-10-31T17:16:36.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-10-31T17:16:36.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25362024-10-31T17:16:36.593Z
25372024-10-31T17:16:36.593Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25382024-10-31T17:16:37.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-10-31T17:16:37.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-10-31T17:16:37.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-10-31T17:16:37.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25422024-10-31T17:16:37.242Z
25432024-10-31T17:16:37.242Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25442024-10-31T17:16:37.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-10-31T17:16:37.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-10-31T17:16:37.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-10-31T17:16:37.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25482024-10-31T17:16:37.907Z
25492024-10-31T17:16:37.907Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25502024-10-31T17:16:38.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-10-31T17:16:38.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-10-31T17:16:38.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-10-31T17:16:38.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25542024-10-31T17:16:38.583Z
25552024-10-31T17:16:38.583Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25562024-10-31T17:16:39.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-10-31T17:16:39.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-10-31T17:16:39.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-10-31T17:16:39.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25602024-10-31T17:16:39.240Z
25612024-10-31T17:16:39.240Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25622024-10-31T17:16:39.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-10-31T17:16:39.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-10-31T17:16:39.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-10-31T17:16:39.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25662024-10-31T17:16:39.891Z
25672024-10-31T17:16:39.891Zinfo: running `cargo check --bins` on typed-rng (83/166)
25682024-10-31T17:16:40.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-10-31T17:16:40.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-10-31T17:16:40.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-10-31T17:16:40.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25722024-10-31T17:16:40.528Z
25732024-10-31T17:16:40.528Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25742024-10-31T17:16:41.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-10-31T17:16:41.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-10-31T17:16:41.286Z Checking keccak v0.1.5
25772024-10-31T17:16:41.388Z Checking secrecy v0.8.0
25782024-10-31T17:16:41.391Z Compiling unicase v2.7.0
25792024-10-31T17:16:41.391Z Compiling same-file v1.0.6
25802024-10-31T17:16:41.391Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25812024-10-31T17:16:41.399Z Compiling tempfile v3.13.0
25822024-10-31T17:16:41.431Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25832024-10-31T17:16:41.434Z Compiling thiserror-impl-no-std v2.0.2
25842024-10-31T17:16:41.568Z Compiling walkdir v2.5.0
25852024-10-31T17:16:41.658Z Checking universal-hash v0.5.1
25862024-10-31T17:16:41.672Z Checking sha3 v0.10.8
25872024-10-31T17:16:41.737Z Compiling blake3 v1.5.4
25882024-10-31T17:16:41.834Z Compiling ring v0.16.20
25892024-10-31T17:16:41.876Z Checking opaque-debug v0.3.1
25902024-10-31T17:16:41.968Z Checking poly1305 v0.8.0
25912024-10-31T17:16:42.063Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25922024-10-31T17:16:42.241Z Checking chacha20 v0.9.1
25932024-10-31T17:16:42.282Z Checking aead v0.5.2
25942024-10-31T17:16:42.367Z Compiling memmap2 v0.9.5
25952024-10-31T17:16:42.420Z Compiling libefi-sys v0.1.0
25962024-10-31T17:16:42.488Z Compiling salty v0.3.0
25972024-10-31T17:16:42.552Z Compiling home v0.5.9
25982024-10-31T17:16:42.702Z Compiling arrayref v0.3.9
25992024-10-31T17:16:42.751Z Compiling constant_time_eq v0.3.1
26002024-10-31T17:16:42.788Z Compiling untrusted v0.7.1
26012024-10-31T17:16:42.791Z Compiling spin v0.5.2
26022024-10-31T17:16:42.862Z Compiling arrayvec v0.7.6
26032024-10-31T17:16:42.966Z Compiling toolchain_find v0.4.0
26042024-10-31T17:16:42.985Z Checking chacha20poly1305 v0.10.1
26052024-10-31T17:16:43.016Z Compiling camino-tempfile v1.1.1
26062024-10-31T17:16:43.146Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26072024-10-31T17:16:43.162Z Compiling bitfield-struct v0.6.2
26082024-10-31T17:16:43.382Z Compiling topological-sort v0.2.2
26092024-10-31T17:16:43.462Z Compiling mime_guess v2.0.5
26102024-10-31T17:16:43.599Z Compiling rustfmt-wrapper v0.2.1
26112024-10-31T17:16:43.990Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26122024-10-31T17:16:44.168Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26132024-10-31T17:16:44.437Z Checking primeorder v0.13.6
26142024-10-31T17:16:44.439Z Checking env_filter v0.1.2
26152024-10-31T17:16:44.439Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162024-10-31T17:16:44.518Z Checking thiserror-no-std v2.0.2
26172024-10-31T17:16:44.536Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182024-10-31T17:16:44.621Z Checking vsss-rs v3.3.4
26192024-10-31T17:16:44.679Z Checking env_logger v0.11.5
26202024-10-31T17:16:44.788Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26212024-10-31T17:16:44.812Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26222024-10-31T17:16:44.895Z Checking p384 v0.13.0
26232024-10-31T17:16:45.040Z Checking gethostname v0.5.0
26242024-10-31T17:16:45.057Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26252024-10-31T17:16:45.166Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26262024-10-31T17:16:45.221Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26272024-10-31T17:16:45.424Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26282024-10-31T17:16:45.500Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26292024-10-31T17:16:45.544Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26302024-10-31T17:16:46.023Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26312024-10-31T17:16:46.041Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26322024-10-31T17:16:46.057Z Checking nanorand v0.7.0
26332024-10-31T17:16:46.072Z Checking atty v0.2.14
26342024-10-31T17:16:46.229Z Checking glob v0.3.1
26352024-10-31T17:16:46.322Z Checking http-range v0.1.5
26362024-10-31T17:16:46.466Z Checking flume v0.11.0
26372024-10-31T17:16:46.500Z Checking hyper-staticfile v0.10.1
26382024-10-31T17:16:46.932Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26392024-10-31T17:16:46.950Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26402024-10-31T17:16:47.034Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26412024-10-31T17:16:47.209Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26422024-10-31T17:16:47.226Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26432024-10-31T17:16:47.885Z Compiling omicron-zone-package v0.11.1
26442024-10-31T17:16:48.348Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26452024-10-31T17:16:48.375Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26462024-10-31T17:16:48.619Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26472024-10-31T17:16:48.939Z Checking display-error-chain v0.2.1
26482024-10-31T17:16:50.026Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26492024-10-31T17:16:51.863Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26502024-10-31T17:16:52.794Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26512024-10-31T17:16:52.796Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26522024-10-31T17:17:03.361Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26532024-10-31T17:17:15.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.53s
26542024-10-31T17:17:15.255Z
26552024-10-31T17:17:15.255Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26562024-10-31T17:17:15.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-10-31T17:17:15.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-10-31T17:17:16.001Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26592024-10-31T17:17:27.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.43s
26602024-10-31T17:17:27.871Z
26612024-10-31T17:17:27.871Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26622024-10-31T17:17:28.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-10-31T17:17:28.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-10-31T17:17:28.624Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26652024-10-31T17:17:40.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.73s
26662024-10-31T17:17:40.789Z
26672024-10-31T17:17:40.789Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26682024-10-31T17:17:41.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-10-31T17:17:41.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-10-31T17:17:41.540Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26712024-10-31T17:17:53.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s
26722024-10-31T17:17:53.612Z
26732024-10-31T17:17:53.612Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26742024-10-31T17:17:54.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-10-31T17:17:54.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-10-31T17:17:54.364Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26772024-10-31T17:18:06.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s
26782024-10-31T17:18:06.303Z
26792024-10-31T17:18:06.303Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26802024-10-31T17:18:06.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-10-31T17:18:06.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-10-31T17:18:07.067Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26832024-10-31T17:18:18.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s
26842024-10-31T17:18:19.036Z
26852024-10-31T17:18:19.036Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26862024-10-31T17:18:19.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-10-31T17:18:19.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-10-31T17:18:19.782Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26892024-10-31T17:18:31.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.64s
26902024-10-31T17:18:31.858Z
26912024-10-31T17:18:31.858Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26922024-10-31T17:18:32.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-10-31T17:18:32.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-10-31T17:18:32.597Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26952024-10-31T17:18:44.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.68s
26962024-10-31T17:18:44.726Z
26972024-10-31T17:18:44.726Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26982024-10-31T17:18:45.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992024-10-31T17:18:45.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002024-10-31T17:18:45.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012024-10-31T17:18:45.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27022024-10-31T17:18:45.407Z
27032024-10-31T17:18:45.407Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27042024-10-31T17:18:46.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052024-10-31T17:18:46.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062024-10-31T17:18:46.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072024-10-31T17:18:46.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27082024-10-31T17:18:46.080Z
27092024-10-31T17:18:46.080Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27102024-10-31T17:18:46.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112024-10-31T17:18:46.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122024-10-31T17:18:46.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132024-10-31T17:18:46.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27142024-10-31T17:18:46.743Z
27152024-10-31T17:18:46.743Zinfo: running `cargo check --bins` on dpd-client (95/166)
27162024-10-31T17:18:47.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172024-10-31T17:18:47.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182024-10-31T17:18:47.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192024-10-31T17:18:47.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27202024-10-31T17:18:47.393Z
27212024-10-31T17:18:47.393Zinfo: running `cargo check --bins` on installinator-common (96/166)
27222024-10-31T17:18:47.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-10-31T17:18:47.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-10-31T17:18:47.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252024-10-31T17:18:47.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27262024-10-31T17:18:48.065Z
27272024-10-31T17:18:48.065Zinfo: running `cargo check --bins` on key-manager (97/166)
27282024-10-31T17:18:48.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-10-31T17:18:48.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-10-31T17:18:48.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312024-10-31T17:18:48.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27322024-10-31T17:18:48.720Z
27332024-10-31T17:18:48.720Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27342024-10-31T17:18:49.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-10-31T17:18:49.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-10-31T17:18:49.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372024-10-31T17:18:49.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27382024-10-31T17:18:49.387Z
27392024-10-31T17:18:49.387Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27402024-10-31T17:18:49.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-10-31T17:18:49.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-10-31T17:18:49.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432024-10-31T17:18:49.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27442024-10-31T17:18:50.066Z
27452024-10-31T17:18:50.066Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27462024-10-31T17:18:50.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-10-31T17:18:50.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-10-31T17:18:50.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492024-10-31T17:18:50.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27502024-10-31T17:18:50.729Z
27512024-10-31T17:18:50.729Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27522024-10-31T17:18:51.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-10-31T17:18:51.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-10-31T17:18:51.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552024-10-31T17:18:51.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27562024-10-31T17:18:51.401Z
27572024-10-31T17:18:51.401Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27582024-10-31T17:18:51.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-10-31T17:18:51.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-10-31T17:18:51.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-10-31T17:18:52.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27622024-10-31T17:18:52.070Z
27632024-10-31T17:18:52.070Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27642024-10-31T17:18:52.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-10-31T17:18:52.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-10-31T17:18:52.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-10-31T17:18:52.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27682024-10-31T17:18:52.758Z
27692024-10-31T17:18:52.758Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27702024-10-31T17:18:53.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-10-31T17:18:53.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-10-31T17:18:53.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-10-31T17:18:53.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27742024-10-31T17:18:53.442Z
27752024-10-31T17:18:53.442Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27762024-10-31T17:18:54.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-10-31T17:18:54.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-10-31T17:18:54.148Z Compiling phf_generator v0.11.2
27792024-10-31T17:18:54.150Z Compiling parse-zoneinfo v0.3.1
27802024-10-31T17:18:54.255Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27812024-10-31T17:18:54.257Z Checking bcs v0.1.6
27822024-10-31T17:18:54.257Z Compiling async-recursion v1.1.1
27832024-10-31T17:18:54.257Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27842024-10-31T17:18:54.257Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27852024-10-31T17:18:54.349Z Compiling phf_codegen v0.11.2
27862024-10-31T17:18:54.774Z Compiling chrono-tz-build v0.4.0
27872024-10-31T17:18:55.603Z Compiling chrono-tz v0.10.0
27882024-10-31T17:19:02.699Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27892024-10-31T17:19:06.639Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27902024-10-31T17:19:08.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.91s
27912024-10-31T17:19:08.523Z
27922024-10-31T17:19:08.523Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27932024-10-31T17:19:09.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-10-31T17:19:09.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-10-31T17:19:09.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-10-31T17:19:09.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27972024-10-31T17:19:09.176Z
27982024-10-31T17:19:09.176Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27992024-10-31T17:19:09.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-10-31T17:19:09.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-10-31T17:19:09.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-10-31T17:19:09.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28032024-10-31T17:19:09.831Z
28042024-10-31T17:19:09.831Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28052024-10-31T17:19:10.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-10-31T17:19:10.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-10-31T17:19:10.500Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082024-10-31T17:19:11.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
28092024-10-31T17:19:11.280Z
28102024-10-31T17:19:11.281Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166)
28112024-10-31T17:19:11.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-10-31T17:19:11.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-10-31T17:19:11.974Z Compiling cfg_aliases v0.1.1
28142024-10-31T17:19:11.976Z Compiling vte_generate_state_changes v0.1.2
28152024-10-31T17:19:11.976Z Checking fd-lock v4.0.2
28162024-10-31T17:19:11.976Z Checking bytecount v0.6.8
28172024-10-31T17:19:12.080Z Compiling tabled_derive v0.7.0
28182024-10-31T17:19:12.098Z Compiling peg-macros v0.8.4
28192024-10-31T17:19:12.101Z Compiling sqlparser_derive v0.2.2
28202024-10-31T17:19:12.101Z Checking nu-ansi-term v0.50.1
28212024-10-31T17:19:12.145Z Compiling nix v0.28.0
28222024-10-31T17:19:12.183Z Checking papergrid v0.11.0
28232024-10-31T17:19:12.254Z Checking home v0.5.9
28242024-10-31T17:19:12.396Z Checking unicode_categories v0.1.1
28252024-10-31T17:19:12.694Z Checking sqlformat v0.2.6
28262024-10-31T17:19:12.710Z Checking vte v0.11.1
28272024-10-31T17:19:13.164Z Checking sqlparser v0.45.0
28282024-10-31T17:19:14.086Z Checking tabled v0.15.0
28292024-10-31T17:19:14.109Z Checking strip-ansi-escapes v0.2.0
28302024-10-31T17:19:14.254Z Checking reedline v0.35.0
28312024-10-31T17:19:14.731Z Checking peg v0.8.4
28322024-10-31T17:19:15.118Z Checking rustyline v14.0.0
28332024-10-31T17:19:19.713Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342024-10-31T17:19:25.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
28352024-10-31T17:19:25.869Z
28362024-10-31T17:19:25.869Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28372024-10-31T17:19:26.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-10-31T17:19:26.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-10-31T17:19:26.551Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402024-10-31T17:19:32.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s
28412024-10-31T17:19:32.803Z
28422024-10-31T17:19:32.803Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166)
28432024-10-31T17:19:33.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-10-31T17:19:33.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-10-31T17:19:33.488Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462024-10-31T17:19:38.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
28472024-10-31T17:19:38.342Z
28482024-10-31T17:19:38.342Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28492024-10-31T17:19:38.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-10-31T17:19:38.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-10-31T17:19:39.014Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522024-10-31T17:19:44.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.47s
28532024-10-31T17:19:44.990Z
28542024-10-31T17:19:44.990Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166)
28552024-10-31T17:19:45.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-10-31T17:19:45.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-10-31T17:19:45.662Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582024-10-31T17:19:51.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s
28592024-10-31T17:19:51.665Z
28602024-10-31T17:19:51.665Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28612024-10-31T17:19:52.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-10-31T17:19:52.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-10-31T17:19:52.338Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642024-10-31T17:19:57.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
28652024-10-31T17:19:57.392Z
28662024-10-31T17:19:57.392Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166)
28672024-10-31T17:19:57.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-10-31T17:19:57.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-10-31T17:19:58.061Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702024-10-31T17:20:02.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
28712024-10-31T17:20:03.145Z
28722024-10-31T17:20:03.145Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28732024-10-31T17:20:03.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-10-31T17:20:03.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-10-31T17:20:03.817Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762024-10-31T17:20:09.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
28772024-10-31T17:20:10.046Z
28782024-10-31T17:20:10.046Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28792024-10-31T17:20:10.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-10-31T17:20:10.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-10-31T17:20:10.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822024-10-31T17:20:10.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28832024-10-31T17:20:10.725Z
28842024-10-31T17:20:10.725Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28852024-10-31T17:20:11.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-10-31T17:20:11.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-10-31T17:20:11.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882024-10-31T17:20:11.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28892024-10-31T17:20:11.367Z
28902024-10-31T17:20:11.367Zinfo: running `cargo check --bins` on installinator-client (119/166)
28912024-10-31T17:20:11.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-10-31T17:20:11.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-10-31T17:20:11.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942024-10-31T17:20:11.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28952024-10-31T17:20:12.039Z
28962024-10-31T17:20:12.039Zinfo: running `cargo check --bins` on oxide-client (120/166)
28972024-10-31T17:20:12.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982024-10-31T17:20:12.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992024-10-31T17:20:12.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002024-10-31T17:20:12.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29012024-10-31T17:20:12.678Z
29022024-10-31T17:20:12.678Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29032024-10-31T17:20:13.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042024-10-31T17:20:13.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052024-10-31T17:20:13.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062024-10-31T17:20:13.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29072024-10-31T17:20:13.372Z
29082024-10-31T17:20:13.372Zinfo: running `cargo check --bins` on wicket-common (122/166)
29092024-10-31T17:20:13.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-10-31T17:20:13.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-10-31T17:20:13.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122024-10-31T17:20:13.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29132024-10-31T17:20:14.044Z
29142024-10-31T17:20:14.044Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29152024-10-31T17:20:14.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-10-31T17:20:14.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-10-31T17:20:14.724Z Checking csv-core v0.1.11
29182024-10-31T17:20:14.726Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29192024-10-31T17:20:15.020Z Checking csv v1.3.0
29202024-10-31T17:20:15.522Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29212024-10-31T17:20:15.854Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29222024-10-31T17:20:17.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
29232024-10-31T17:20:17.182Z
29242024-10-31T17:20:17.182Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29252024-10-31T17:20:17.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262024-10-31T17:20:17.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272024-10-31T17:20:17.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282024-10-31T17:20:17.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29292024-10-31T17:20:17.833Z
29302024-10-31T17:20:17.833Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29312024-10-31T17:20:18.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322024-10-31T17:20:18.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332024-10-31T17:20:18.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342024-10-31T17:20:18.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29352024-10-31T17:20:18.481Z
29362024-10-31T17:20:18.481Zinfo: running `cargo check --bins` on cert-dev (126/166)
29372024-10-31T17:20:19.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382024-10-31T17:20:19.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392024-10-31T17:20:19.115Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29402024-10-31T17:20:19.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29412024-10-31T17:20:19.526Z
29422024-10-31T17:20:19.526Zinfo: running `cargo check --bins` on ch-dev (127/166)
29432024-10-31T17:20:20.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442024-10-31T17:20:20.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452024-10-31T17:20:20.212Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29462024-10-31T17:20:20.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29472024-10-31T17:20:21.066Z
29482024-10-31T17:20:21.067Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29492024-10-31T17:20:21.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502024-10-31T17:20:21.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512024-10-31T17:20:21.744Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29522024-10-31T17:20:22.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29532024-10-31T17:20:22.239Z
29542024-10-31T17:20:22.239Zinfo: running `cargo check --bins` on db-dev (129/166)
29552024-10-31T17:20:22.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-10-31T17:20:22.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-10-31T17:20:22.911Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29582024-10-31T17:20:23.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
29592024-10-31T17:20:23.761Z
29602024-10-31T17:20:23.761Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29612024-10-31T17:20:24.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622024-10-31T17:20:24.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632024-10-31T17:20:24.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642024-10-31T17:20:24.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29652024-10-31T17:20:24.435Z
29662024-10-31T17:20:24.435Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29672024-10-31T17:20:25.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682024-10-31T17:20:25.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692024-10-31T17:20:25.071Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29702024-10-31T17:20:25.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
29712024-10-31T17:20:26.028Z
29722024-10-31T17:20:26.028Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29732024-10-31T17:20:26.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-10-31T17:20:26.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-10-31T17:20:26.667Z Checking cargo-platform v0.1.8
29762024-10-31T17:20:26.924Z Checking cargo_metadata v0.18.1
29772024-10-31T17:20:27.855Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782024-10-31T17:20:28.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
29792024-10-31T17:20:28.696Z
29802024-10-31T17:20:28.696Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29812024-10-31T17:20:29.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822024-10-31T17:20:29.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832024-10-31T17:20:29.439Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29842024-10-31T17:20:30.086Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29852024-10-31T17:20:30.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
29862024-10-31T17:20:30.773Z
29872024-10-31T17:20:30.773Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29882024-10-31T17:20:31.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892024-10-31T17:20:31.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902024-10-31T17:20:31.576Z Compiling glob v0.3.1
29912024-10-31T17:20:31.576Z Compiling crunchy v0.2.2
29922024-10-31T17:20:31.576Z Compiling tiny-keccak v2.0.2
29932024-10-31T17:20:31.579Z Compiling dsl_auto_type v0.1.2
29942024-10-31T17:20:31.579Z Checking scheduled-thread-pool v0.2.7
29952024-10-31T17:20:31.579Z Compiling diesel_table_macro_syntax v0.2.0
29962024-10-31T17:20:31.720Z Compiling ascii-canvas v3.0.0
29972024-10-31T17:20:31.732Z Compiling ena v0.14.3
29982024-10-31T17:20:31.929Z Checking r2d2 v0.8.10
29992024-10-31T17:20:32.058Z Compiling libloading v0.8.5
30002024-10-31T17:20:32.112Z Compiling regex-syntax v0.6.29
30012024-10-31T17:20:32.130Z Compiling diff v0.1.13
30022024-10-31T17:20:32.235Z Compiling bindgen v0.69.5
30032024-10-31T17:20:32.311Z Compiling which v4.4.2
30042024-10-31T17:20:32.449Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30052024-10-31T17:20:32.600Z Compiling clang-sys v1.8.1
30062024-10-31T17:20:32.682Z Compiling cexpr v0.6.0
30072024-10-31T17:20:32.800Z Compiling ref-cast v1.0.23
30082024-10-31T17:20:32.890Z Compiling rustc-hash v1.1.0
30092024-10-31T17:20:32.947Z Compiling lazycell v1.3.0
30102024-10-31T17:20:33.029Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30112024-10-31T17:20:33.047Z Compiling derive_builder_core v0.20.2
30122024-10-31T17:20:33.111Z Compiling libxml v0.3.3
30132024-10-31T17:20:33.331Z Compiling ref-cast-impl v1.0.23
30142024-10-31T17:20:33.333Z Compiling diesel_derives v2.2.3
30152024-10-31T17:20:33.454Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30162024-10-31T17:20:33.539Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30172024-10-31T17:20:33.948Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30182024-10-31T17:20:34.251Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30192024-10-31T17:20:34.475Z Compiling strum_macros v0.24.3
30202024-10-31T17:20:34.640Z Compiling indoc v1.0.9
30212024-10-31T17:20:35.398Z Compiling lalrpop v0.19.12
30222024-10-31T17:20:35.618Z Compiling derive_builder_macro v0.20.2
30232024-10-31T17:20:36.485Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30242024-10-31T17:20:36.527Z Checking derive_builder v0.20.2
30252024-10-31T17:20:36.669Z Compiling oso-derive v0.27.3
30262024-10-31T17:20:36.969Z Compiling impl-trait-for-tuples v0.2.2
30272024-10-31T17:20:37.757Z Checking quick-xml v0.33.0
30282024-10-31T17:20:37.849Z Compiling diesel-dtrace v0.3.0
30292024-10-31T17:20:38.100Z Checking maplit v1.0.2
30302024-10-31T17:20:38.243Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30312024-10-31T17:20:38.260Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30322024-10-31T17:20:38.552Z Checking bb8 v0.8.5
30332024-10-31T17:20:39.034Z Compiling const_format_proc_macros v0.2.33
30342024-10-31T17:20:39.939Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30352024-10-31T17:20:39.962Z Checking castaway v0.2.3
30362024-10-31T17:20:40.128Z Checking rand_seeder v0.3.0
30372024-10-31T17:20:40.257Z Checking compact_str v0.8.0
30382024-10-31T17:20:40.353Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30392024-10-31T17:20:40.553Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30402024-10-31T17:20:41.140Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30412024-10-31T17:20:41.317Z Checking const_format v0.2.33
30422024-10-31T17:20:41.810Z Checking unicode-truncate v1.1.0
30432024-10-31T17:20:41.849Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30442024-10-31T17:20:42.034Z Checking lru v0.12.5
30452024-10-31T17:20:42.158Z Compiling instability v0.3.2
30462024-10-31T17:20:42.323Z Checking smawk v0.3.2
30472024-10-31T17:20:42.547Z Checking cassowary v0.3.0
30482024-10-31T17:20:42.982Z Checking unicode-linebreak v0.1.5
30492024-10-31T17:20:43.028Z Checking is_ci v1.2.0
30502024-10-31T17:20:43.174Z Checking supports-color v3.0.1
30512024-10-31T17:20:43.217Z Checking ratatui v0.28.1
30522024-10-31T17:20:43.370Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30532024-10-31T17:20:43.401Z Checking textwrap v0.16.1
30542024-10-31T17:20:43.810Z Checking multimap v0.10.0
30552024-10-31T17:20:45.761Z Checking diesel v2.2.4
30562024-10-31T17:21:04.473Z Compiling samael v0.0.17
30572024-10-31T17:21:19.596Z Compiling polar-core v0.27.3
30582024-10-31T17:21:20.930Z Checking async-bb8-diesel v0.2.1
30592024-10-31T17:21:26.408Z Checking oso v0.27.3
30602024-10-31T17:22:31.050Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30612024-10-31T17:22:36.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
30622024-10-31T17:22:36.781Z
30632024-10-31T17:22:36.781Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30642024-10-31T17:22:37.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-10-31T17:22:37.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-10-31T17:22:37.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-10-31T17:22:37.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30682024-10-31T17:22:37.495Z
30692024-10-31T17:22:37.495Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30702024-10-31T17:22:38.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-10-31T17:22:38.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-10-31T17:22:38.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-10-31T17:22:38.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30742024-10-31T17:22:38.202Z
30752024-10-31T17:22:38.202Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30762024-10-31T17:22:38.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-10-31T17:22:38.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-10-31T17:22:38.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-10-31T17:22:38.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30802024-10-31T17:22:38.843Z
30812024-10-31T17:22:38.843Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30822024-10-31T17:22:39.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-10-31T17:22:39.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-10-31T17:22:39.669Z Compiling libz-sys v1.1.20
30852024-10-31T17:22:39.777Z Checking http v0.2.12
30862024-10-31T17:22:39.780Z Compiling libgit2-sys v0.17.0+1.8.1
30872024-10-31T17:22:39.799Z Compiling vergen v8.3.2
30882024-10-31T17:22:39.802Z Compiling cargo-platform v0.1.8
30892024-10-31T17:22:39.802Z Compiling pin-project-internal v1.1.6
30902024-10-31T17:22:39.841Z Compiling libsqlite3-sys v0.30.1
30912024-10-31T17:22:39.841Z Compiling snafu-derive v0.8.5
30922024-10-31T17:22:40.145Z Compiling cargo_metadata v0.18.1
30932024-10-31T17:22:40.368Z Compiling rustls v0.21.12
30942024-10-31T17:22:40.370Z Checking sync_wrapper v0.1.2
30952024-10-31T17:22:40.504Z Compiling buf-list v1.0.3
30962024-10-31T17:22:40.656Z Compiling cfg_aliases v0.2.1
30972024-10-31T17:22:40.779Z Compiling nix v0.29.0
30982024-10-31T17:22:40.803Z Checking globset v0.4.15
30992024-10-31T17:22:40.976Z Checking h2 v0.3.26
31002024-10-31T17:22:41.135Z Checking http-body v0.4.6
31012024-10-31T17:22:41.366Z Checking sct v0.7.1
31022024-10-31T17:22:41.525Z Checking rustls-webpki v0.101.7
31032024-10-31T17:22:41.582Z Checking olpc-cjson v0.1.4
31042024-10-31T17:22:41.712Z Checking serde_plain v1.0.2
31052024-10-31T17:22:41.772Z Checking typed-path v0.7.1
31062024-10-31T17:22:42.689Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31072024-10-31T17:22:42.847Z Checking pin-project v1.1.6
31082024-10-31T17:22:42.980Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31092024-10-31T17:22:42.995Z Checking hashlink v0.9.1
31102024-10-31T17:22:43.275Z Checking fallible-iterator v0.3.0
31112024-10-31T17:22:43.539Z Checking parse-size v1.0.0
31122024-10-31T17:22:43.565Z Checking fallible-streaming-iterator v0.1.9
31132024-10-31T17:22:43.794Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31142024-10-31T17:22:43.832Z Checking rustls-pemfile v1.0.4
31152024-10-31T17:22:43.899Z Checking rusqlite v0.32.1
31162024-10-31T17:22:44.024Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31172024-10-31T17:22:44.202Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31182024-10-31T17:22:44.313Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31192024-10-31T17:22:44.454Z Checking twox-hash v1.6.3
31202024-10-31T17:22:44.819Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31212024-10-31T17:22:45.278Z Checking tokio-rustls v0.24.1
31222024-10-31T17:22:45.308Z Checking snafu v0.8.5
31232024-10-31T17:22:45.399Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31242024-10-31T17:22:45.619Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31252024-10-31T17:22:45.775Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31262024-10-31T17:22:45.819Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31272024-10-31T17:22:46.085Z Checking fatfs v0.3.6
31282024-10-31T17:22:46.776Z Checking assert_matches v1.5.0
31292024-10-31T17:22:46.924Z Checking hyper v0.14.30
31302024-10-31T17:22:50.868Z Checking reqwest v0.11.27
31312024-10-31T17:22:51.637Z Checking tough v0.17.1
31322024-10-31T17:22:52.659Z Compiling git2 v0.19.0
31332024-10-31T17:22:54.473Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31342024-10-31T17:22:55.587Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31352024-10-31T17:22:57.429Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31362024-10-31T17:23:51.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
31372024-10-31T17:23:51.894Z
31382024-10-31T17:23:51.895Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31392024-10-31T17:23:52.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402024-10-31T17:23:52.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412024-10-31T17:23:52.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422024-10-31T17:23:52.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31432024-10-31T17:23:52.614Z
31442024-10-31T17:23:52.614Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31452024-10-31T17:23:53.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462024-10-31T17:23:53.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472024-10-31T17:23:53.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482024-10-31T17:23:53.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31492024-10-31T17:23:53.257Z
31502024-10-31T17:23:53.258Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31512024-10-31T17:23:53.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-10-31T17:23:53.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-10-31T17:23:53.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542024-10-31T17:23:53.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31552024-10-31T17:23:53.937Z
31562024-10-31T17:23:53.937Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31572024-10-31T17:23:54.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-10-31T17:23:54.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-10-31T17:23:54.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602024-10-31T17:23:54.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31612024-10-31T17:23:54.644Z
31622024-10-31T17:23:54.644Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31632024-10-31T17:23:55.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642024-10-31T17:23:55.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652024-10-31T17:23:55.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662024-10-31T17:23:55.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31672024-10-31T17:23:55.348Z
31682024-10-31T17:23:55.348Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31692024-10-31T17:23:55.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702024-10-31T17:23:55.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712024-10-31T17:23:55.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722024-10-31T17:23:55.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31732024-10-31T17:23:56.056Z
31742024-10-31T17:23:56.056Zinfo: running `cargo check --bins` on update-common (145/166)
31752024-10-31T17:23:56.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762024-10-31T17:23:56.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772024-10-31T17:23:56.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782024-10-31T17:23:56.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31792024-10-31T17:23:56.740Z
31802024-10-31T17:23:56.740Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31812024-10-31T17:23:57.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-10-31T17:23:57.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-10-31T17:23:57.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842024-10-31T17:23:57.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31852024-10-31T17:23:57.413Z
31862024-10-31T17:23:57.413Zinfo: running `cargo check --bins` on tufaceous (147/166)
31872024-10-31T17:23:58.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882024-10-31T17:23:58.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892024-10-31T17:23:58.110Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31902024-10-31T17:23:59.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
31912024-10-31T17:23:59.187Z
31922024-10-31T17:23:59.187Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31932024-10-31T17:23:59.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-10-31T17:23:59.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-10-31T17:24:00.054Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31962024-10-31T17:24:00.054Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31972024-10-31T17:24:00.058Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31982024-10-31T17:24:01.511Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31992024-10-31T17:24:03.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
32002024-10-31T17:24:04.214Z
32012024-10-31T17:24:04.214Zinfo: running `cargo check --bins` on openapi-manager (149/166)
32022024-10-31T17:24:04.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032024-10-31T17:24:04.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042024-10-31T17:24:04.932Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32052024-10-31T17:24:04.932Z Checking heck v0.4.1
32062024-10-31T17:24:04.936Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32072024-10-31T17:24:05.164Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32082024-10-31T17:24:06.495Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32092024-10-31T17:24:07.302Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32102024-10-31T17:24:08.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
32112024-10-31T17:24:08.458Z
32122024-10-31T17:24:08.458Zinfo: running `cargo check --bins` on installinator-api (150/166)
32132024-10-31T17:24:09.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142024-10-31T17:24:09.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152024-10-31T17:24:09.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162024-10-31T17:24:09.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32172024-10-31T17:24:09.123Z
32182024-10-31T17:24:09.123Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32192024-10-31T17:24:09.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-10-31T17:24:09.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-10-31T17:24:09.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222024-10-31T17:24:09.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32232024-10-31T17:24:09.883Z
32242024-10-31T17:24:09.883Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32252024-10-31T17:24:10.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-10-31T17:24:10.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-10-31T17:24:10.509Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32282024-10-31T17:24:11.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
32292024-10-31T17:24:11.812Z
32302024-10-31T17:24:11.813Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32312024-10-31T17:24:12.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-10-31T17:24:12.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-10-31T17:24:17.019Z Checking memmap2 v0.9.5
32342024-10-31T17:24:17.019Z Checking arrayvec v0.7.6
32352024-10-31T17:24:17.019Z Checking constant_time_eq v0.3.1
32362024-10-31T17:24:17.019Z Checking untrusted v0.7.1
32372024-10-31T17:24:17.019Z Checking arrayref v0.3.9
32382024-10-31T17:24:17.019Z Checking spin v0.5.2
32392024-10-31T17:24:17.019Z Checking topological-sort v0.2.2
32402024-10-31T17:24:17.019Z Checking shell-words v1.1.0
32412024-10-31T17:24:17.093Z Checking ring v0.16.20
32422024-10-31T17:24:17.093Z Checking blake3 v1.5.4
32432024-10-31T17:24:17.093Z Checking omicron-zone-package v0.11.1
32442024-10-31T17:24:17.093Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32452024-10-31T17:24:17.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
32462024-10-31T17:24:17.094Z
32472024-10-31T17:24:17.094Zinfo: running `cargo check --bins` on xtask (154/166)
32482024-10-31T17:24:17.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492024-10-31T17:24:17.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502024-10-31T17:24:17.094Z Checking bitflags v2.6.0
32512024-10-31T17:24:17.094Z Checking serde v1.0.210
32522024-10-31T17:24:17.094Z Checking thiserror v1.0.64
32532024-10-31T17:24:17.094Z Checking scroll v0.12.0
32542024-10-31T17:24:17.094Z Checking log v0.4.22
32552024-10-31T17:24:17.094Z Checking hashbrown v0.15.0
32562024-10-31T17:24:17.094Z Checking zerocopy v0.7.35
32572024-10-31T17:24:17.094Z Checking syn v2.0.79
32582024-10-31T17:24:17.094Z Checking pest v2.7.14
32592024-10-31T17:24:17.094Z Checking rustix v0.38.37
32602024-10-31T17:24:17.094Z Checking once_cell v1.20.2
32612024-10-31T17:24:17.094Z Checking goblin v0.8.2
32622024-10-31T17:24:17.114Z Checking fs-err v2.11.0
32632024-10-31T17:24:17.449Z Checking anyhow v1.0.89
32642024-10-31T17:24:17.598Z Checking indexmap v2.6.0
32652024-10-31T17:24:17.852Z Checking tabled v0.15.0
32662024-10-31T17:24:18.690Z Checking terminal_size v0.4.0
32672024-10-31T17:24:18.690Z Checking tempfile v3.13.0
32682024-10-31T17:24:18.848Z Checking clap_builder v4.5.20
32692024-10-31T17:24:19.143Z Checking dtrace-parser v0.2.0
32702024-10-31T17:24:20.345Z Checking serde_json v1.0.128
32712024-10-31T17:24:20.345Z Checking serde_spanned v0.6.8
32722024-10-31T17:24:20.345Z Checking toml_datetime v0.6.8
32732024-10-31T17:24:20.348Z Checking camino v1.1.9
32742024-10-31T17:24:20.348Z Checking semver v1.0.23
32752024-10-31T17:24:20.554Z Checking cargo-platform v0.1.8
32762024-10-31T17:24:20.624Z Checking toml_edit v0.22.22
32772024-10-31T17:24:20.815Z Checking macaddr v1.0.1
32782024-10-31T17:24:20.966Z Checking camino-tempfile v1.1.1
32792024-10-31T17:24:21.587Z Checking dof v0.3.0
32802024-10-31T17:24:21.587Z Checking cargo_metadata v0.18.1
32812024-10-31T17:24:21.642Z Checking clap v4.5.20
32822024-10-31T17:24:22.004Z Checking usdt-impl v0.5.0
32832024-10-31T17:24:22.360Z Checking usdt v0.5.0
32842024-10-31T17:24:22.477Z Checking toml v0.8.19
32852024-10-31T17:24:22.925Z Checking cargo_toml v0.20.5
32862024-10-31T17:24:24.142Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32872024-10-31T17:24:24.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.73s
32882024-10-31T17:24:24.847Z
32892024-10-31T17:24:24.847Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32902024-10-31T17:24:25.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912024-10-31T17:24:25.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922024-10-31T17:24:25.642Z Checking polyval v0.6.2
32932024-10-31T17:24:25.748Z Checking ctr v0.9.2
32942024-10-31T17:24:25.757Z Checking ssh-encoding v0.2.0
32952024-10-31T17:24:25.761Z Checking blowfish v0.9.1
32962024-10-31T17:24:25.778Z Checking password-hash v0.4.2
32972024-10-31T17:24:25.781Z Checking matches v0.1.10
32982024-10-31T17:24:25.799Z Checking p256 v0.13.2
32992024-10-31T17:24:25.799Z Checking p521 v0.13.3
33002024-10-31T17:24:25.867Z Checking idna v0.2.3
33012024-10-31T17:24:25.965Z Checking ghash v0.5.1
33022024-10-31T17:24:25.988Z Checking bcrypt-pbkdf v0.10.0
33032024-10-31T17:24:26.005Z Compiling enum-as-inner v0.5.1
33042024-10-31T17:24:26.047Z Checking russh-cryptovec v0.7.3
33052024-10-31T17:24:26.128Z Checking aes-gcm v0.10.3
33062024-10-31T17:24:26.168Z Checking pbkdf2 v0.11.0
33072024-10-31T17:24:26.225Z Checking md5 v0.7.0
33082024-10-31T17:24:26.253Z Checking num-bigint v0.4.6
33092024-10-31T17:24:26.280Z Checking des v0.8.1
33102024-10-31T17:24:26.370Z Checking ssh-cipher v0.2.0
33112024-10-31T17:24:26.444Z Checking hex-literal v0.4.1
33122024-10-31T17:24:26.489Z Compiling dhcproto-macros v0.1.0
33132024-10-31T17:24:26.551Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33142024-10-31T17:24:26.572Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33152024-10-31T17:24:26.651Z Checking ssh-key v0.6.6
33162024-10-31T17:24:26.678Z Checking internet-checksum v0.2.1
33172024-10-31T17:24:27.014Z Checking trust-dns-proto v0.22.0
33182024-10-31T17:24:27.948Z Checking russh-keys v0.45.0
33192024-10-31T17:24:28.850Z Checking russh v0.45.0
33202024-10-31T17:24:29.538Z Checking dhcproto v0.12.0
33212024-10-31T17:24:46.995Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33222024-10-31T17:24:48.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.42s
33232024-10-31T17:24:48.461Z
33242024-10-31T17:24:48.461Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33252024-10-31T17:24:49.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262024-10-31T17:24:49.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272024-10-31T17:24:49.123Z Checking termios v0.3.3
33282024-10-31T17:24:49.328Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33292024-10-31T17:24:50.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
33302024-10-31T17:24:50.223Z
33312024-10-31T17:24:50.223Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33322024-10-31T17:24:50.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-10-31T17:24:50.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-10-31T17:24:50.951Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33352024-10-31T17:24:52.929Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33362024-10-31T17:24:54.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
33372024-10-31T17:24:54.857Z
33382024-10-31T17:24:54.857Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33392024-10-31T17:24:55.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-10-31T17:24:55.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-10-31T17:24:55.521Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33422024-10-31T17:24:55.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
33432024-10-31T17:24:56.125Z
33442024-10-31T17:24:56.125Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33452024-10-31T17:24:56.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-10-31T17:24:56.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-10-31T17:24:56.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482024-10-31T17:24:56.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33492024-10-31T17:24:56.763Z
33502024-10-31T17:24:56.763Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33512024-10-31T17:24:57.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-10-31T17:24:57.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-10-31T17:24:57.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542024-10-31T17:24:57.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33552024-10-31T17:24:57.403Z
33562024-10-31T17:24:57.403Zinfo: running `cargo check --bins` on omicron-package (161/166)
33572024-10-31T17:24:58.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-10-31T17:24:58.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-10-31T17:24:58.087Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33602024-10-31T17:24:59.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
33612024-10-31T17:24:59.469Z
33622024-10-31T17:24:59.470Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33632024-10-31T17:25:00.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642024-10-31T17:25:00.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652024-10-31T17:25:00.193Z Checking rtoolbox v0.0.2
33662024-10-31T17:25:00.195Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33672024-10-31T17:25:00.195Z Checking tui-tree-widget v0.22.0
33682024-10-31T17:25:00.405Z Checking rpassword v7.3.1
33692024-10-31T17:25:04.287Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33702024-10-31T17:25:07.165Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33712024-10-31T17:25:08.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.83s
33722024-10-31T17:25:08.477Z
33732024-10-31T17:25:08.477Zinfo: running `cargo check --bins` on wicket (163/166)
33742024-10-31T17:25:09.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752024-10-31T17:25:09.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762024-10-31T17:25:09.194Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33772024-10-31T17:25:09.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
33782024-10-31T17:25:09.762Z
33792024-10-31T17:25:09.762Zinfo: running `cargo check --bins` on wicketd (164/166)
33802024-10-31T17:25:10.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812024-10-31T17:25:10.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822024-10-31T17:25:10.501Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33832024-10-31T17:25:14.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
33842024-10-31T17:25:14.471Z
33852024-10-31T17:25:14.472Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33862024-10-31T17:25:15.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872024-10-31T17:25:15.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882024-10-31T17:25:15.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892024-10-31T17:25:15.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33902024-10-31T17:25:15.107Z
33912024-10-31T17:25:15.107Zinfo: running `cargo check --bins` on zone-setup (166/166)
33922024-10-31T17:25:15.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932024-10-31T17:25:15.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942024-10-31T17:25:15.864Z Checking uzers v0.12.1
33952024-10-31T17:25:16.191Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33962024-10-31T17:25:17.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
33972024-10-31T17:25:17.439Z
33982024-10-31T17:25:17.442Zreal 11:41.431511260
33992024-10-31T17:25:17.442Zuser 23:45.428580723
34002024-10-31T17:25:17.442Zsys 5:07.345948019
34012024-10-31T17:25:17.442Ztrap 0.462576286
34022024-10-31T17:25:17.442Ztflt 3.069061194
34032024-10-31T17:25:17.442Zdflt 2.366010871
34042024-10-31T17:25:17.442Zkflt 0.001832973
34052024-10-31T17:25:17.442Zlock 41:16.035602442
34062024-10-31T17:25:17.442Zslp 1:57:23.252888198
34072024-10-31T17:25:17.442Zlat 56.375218001
34082024-10-31T17:25:17.442Zstop 2:52.591876226
34092024-10-31T17:25:17.442Zprocess exited: duration 970920 ms, exit code 0
 
34102024-10-31T17:25:17.448Zfound 0 output files