01JA8MP60JT1PWP6G3MTVZYDQ9: 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: 01JA8MPRSTH3B7ZK8ZF9J2DD90

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-15T17:48:56.458Zjob assigned to worker 01JA8MPT6AFT4HF05Z2CZ52C23 (queued for 46 s)
 
22024-10-15T17:49:03.980Zstarting task 0: "setup"
32024-10-15T17:49:03.988Z++ uname -s
42024-10-15T17:49:03.990Z+ kern=SunOS
52024-10-15T17:49:03.990Z+ case "$kern" in
62024-10-15T17:49:03.990Z+ groupadd -g 12345 build
72024-10-15T17:49:03.993Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-15T17:49:06.003Z+ zfs create -o mountpoint=/work rpool/work
92024-10-15T17:49:06.126Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-15T17:49:06.129Z+ home_fs=zfs
112024-10-15T17:49:06.129Z+ [[ zfs == autofs ]]
122024-10-15T17:49:06.129Z+ mkdir -p /home/build
132024-10-15T17:49:06.132Z+ chown build:build /home/build /work
142024-10-15T17:49:08.134Z+ chmod 0700 /home/build /work
152024-10-15T17:49:08.138Zprocess exited: duration 4157 ms, exit code 0
 
162024-10-15T17:49:08.144Zstarting task 1: "rust-toolchain"
172024-10-15T17:49:08.149Z+ printf ' * toolchain channel = "%s"
182024-10-15T17:49:08.149Z * toolchain channel = "1.80.1"
192024-10-15T17:49:08.149Z' 1.80.1
202024-10-15T17:49:08.149Z+ printf ' * toolchain profile = "%s"
212024-10-15T17:49:08.149Z' default
222024-10-15T17:49:08.149Z * toolchain profile = "default"
232024-10-15T17:49:08.152Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-15T17:49:08.152Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-15T17:49:08.267Zinfo: downloading installer
262024-10-15T17:49:09.985Zinfo: profile set to 'default'
272024-10-15T17:49:09.985Zinfo: default host triple is x86_64-unknown-illumos
282024-10-15T17:49:09.989Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-15T17:49:10.138Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-15T17:49:10.138Zinfo: downloading component 'cargo'
312024-10-15T17:49:11.003Zinfo: downloading component 'clippy'
322024-10-15T17:49:11.309Zinfo: downloading component 'rust-docs'
332024-10-15T17:49:12.513Zinfo: downloading component 'rust-std'
342024-10-15T17:49:14.205Zinfo: downloading component 'rustc'
352024-10-15T17:49:18.992Zinfo: downloading component 'rustfmt'
362024-10-15T17:49:19.243Zinfo: installing component 'cargo'
372024-10-15T17:49:20.116Zinfo: installing component 'clippy'
382024-10-15T17:49:20.514Zinfo: installing component 'rust-docs'
392024-10-15T17:49:22.176Zinfo: installing component 'rust-std'
402024-10-15T17:49:23.878Zinfo: installing component 'rustc'
412024-10-15T17:49:28.395Zinfo: installing component 'rustfmt'
422024-10-15T17:49:28.749Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-15T17:49:28.749Z
442024-10-15T17:49:29.028Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-15T17:49:29.028Z
462024-10-15T17:49:29.031Z
472024-10-15T17:49:29.031ZRust is installed now. Great!
482024-10-15T17:49:29.031Z
492024-10-15T17:49:29.031ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-15T17:49:29.031Zenvironment variable. This has not been done automatically.
512024-10-15T17:49:29.031Z
522024-10-15T17:49:29.031ZTo configure your current shell, you need to source
532024-10-15T17:49:29.031Zthe corresponding env file under $HOME/.cargo.
542024-10-15T17:49:29.032Z
552024-10-15T17:49:29.032ZThis is usually done by running one of the following (note the leading DOT):
562024-10-15T17:49:29.032Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-15T17:49:29.032Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-15T17:49:29.080Z+ rustc --version
592024-10-15T17:49:29.144Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-15T17:49:29.147Zprocess exited: duration 20992 ms, exit code 0
 
612024-10-15T17:49:29.153Zstarting task 2: "authentication"
622024-10-15T17:49:29.173Zprocess exited: duration 20 ms, exit code 0
 
632024-10-15T17:49:29.179Zstarting task 3: "clone repository"
642024-10-15T17:49:29.184Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-15T17:49:29.187Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-15T17:49:29.503ZCloning into '/work/oxidecomputer/omicron'...
672024-10-15T17:49:36.716Z+ cd /work/oxidecomputer/omicron
682024-10-15T17:49:36.717Z+ git fetch origin 09e661d5cf4726faf70f73140f19b6ac790c0aa4
692024-10-15T17:49:37.049ZFrom https://github.com/oxidecomputer/omicron
702024-10-15T17:49:37.049Z * branch 09e661d5cf4726faf70f73140f19b6ac790c0aa4 -> FETCH_HEAD
712024-10-15T17:49:37.060Z+ [[ -n oximeter-qorb ]]
722024-10-15T17:49:37.063Z++ git branch --show-current
732024-10-15T17:49:37.065Z+ current=main
742024-10-15T17:49:37.065Z+ [[ main != oximeter-qorb ]]
752024-10-15T17:49:37.066Z+ git branch -f oximeter-qorb 09e661d5cf4726faf70f73140f19b6ac790c0aa4
762024-10-15T17:49:37.068Z+ git checkout -f oximeter-qorb
772024-10-15T17:49:37.234ZSwitched to branch 'oximeter-qorb'
782024-10-15T17:49:37.237Z+ git reset --hard 09e661d5cf4726faf70f73140f19b6ac790c0aa4
792024-10-15T17:49:37.252ZHEAD is now at 09e661d5c hakari
802024-10-15T17:49:37.255Zprocess exited: duration 8070 ms, exit code 0
 
812024-10-15T17:49:37.260Zstarting task 4: "build"
822024-10-15T17:49:37.265Z+ source .github/buildomat/ci-env.sh
832024-10-15T17:49:37.265Z++ export CARGO_TERM_COLOR=always
842024-10-15T17:49:37.268Z++ CARGO_TERM_COLOR=always
852024-10-15T17:49:37.268Z+ cargo --version
862024-10-15T17:49:37.321Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-15T17:49:37.324Z+ rustc --version
882024-10-15T17:49:37.380Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-15T17:49:37.383Z+ source ./env.sh
902024-10-15T17:49:37.385Z++ OLD_SHELL_OPTS=ehxB
912024-10-15T17:49:37.385Z++ set -o xtrace
922024-10-15T17:49:37.387Z++++ dirname ./env.sh
932024-10-15T17:49:37.387Z+++ readlink -f .
942024-10-15T17:49:37.408Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-15T17:49:37.412Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-10-15T17:49:37.412Z++ 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-15T17:49:37.412Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-10-15T17:49:37.412Z++ 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-15T17:49:37.412Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-10-15T17:49:37.412Z++ 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-15T17:49:37.412Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-10-15T17:49:37.412Z++ 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-15T17:49:37.412Z++ case $OLD_SHELL_OPTS in
1042024-10-15T17:49:37.412Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-15T17:49:37.412Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-10-15T17:49:37.412Z+ 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-15T17:49:37.412Z+ banner prerequisites
1082024-10-15T17:49:37.430Z
1092024-10-15T17:49:37.430Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-15T17:49:37.430Z # # # # # # # # # # # # # # #
1112024-10-15T17:49:37.430Z # # # # ##### # # ##### # # # # # #### #
1122024-10-15T17:49:37.430Z ##### ##### # ##### # # # # # # # # #
1132024-10-15T17:49:37.430Z # # # # # # # # # # # # # # #
1142024-10-15T17:49:37.430Z # # # ###### # # ###### ### # #### # #### #
1152024-10-15T17:49:37.430Z
1162024-10-15T17:49:37.432Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-15T17:49:47.823Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-15T17:49:51.376Z Startup: Caching catalogs ... Done
1192024-10-15T17:49:57.196ZPlanning: Solver setup ... Done (4.988s)
1202024-10-15T17:49:57.271ZPlanning: Running solver ... Done (0.076s)
1212024-10-15T17:49:57.430ZPlanning: Finding local manifests ... Done (0.087s)
1222024-10-15T17:49:57.463ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-15T17:49:57.699ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-15T17:49:58.058ZPlanning: Package planning ... Done (0.346s)
1252024-10-15T17:49:58.124ZPlanning: Merging actions ... Done (0.056s)
1262024-10-15T17:49:59.271ZPlanning: Checking for conflicting actions ... Done (1.170s)
1272024-10-15T17:50:08.982ZPlanning: Consolidating action changes ... Done (9.705s)
1282024-10-15T17:50:09.402ZPlanning: Evaluating mediators ... Done (0.420s)
1292024-10-15T17:50:09.555ZPlanning: Planning completed in 18.09 seconds
1302024-10-15T17:50:10.545Z Packages to install: 4
1312024-10-15T17:50:10.545Z Packages to update: 1
1322024-10-15T17:50:10.545Z Mediators to change: 2
1332024-10-15T17:50:10.548Z Services to change: 1
1342024-10-15T17:50:10.548Z Estimated space available: 155.71 GB
1352024-10-15T17:50:10.548ZEstimated space to be consumed: 1.57 GB
1362024-10-15T17:50:10.548Z Create boot environment: No
1372024-10-15T17:50:10.548ZCreate backup boot environment: Yes
1382024-10-15T17:50:10.548Z Rebuild boot archive: No
1392024-10-15T17:50:10.548Z
1402024-10-15T17:50:10.548ZChanged mediators:
1412024-10-15T17:50:10.549Z mediator clang:
1422024-10-15T17:50:10.549Z version: None -> 15 (system default)
1432024-10-15T17:50:10.549Z
1442024-10-15T17:50:10.549Z mediator llvm:
1452024-10-15T17:50:10.549Z version: 14 (system default) -> 15 (system default)
1462024-10-15T17:50:10.549Z
1472024-10-15T17:50:10.549ZChanged packages:
1482024-10-15T17:50:10.549Zhelios-dev
1492024-10-15T17:50:10.549Z developer/build-essential
1502024-10-15T17:50:10.549Z None -> 11-2.0
1512024-10-15T17:50:10.549Z library/libxmlsec1
1522024-10-15T17:50:10.549Z None -> 1.2.35-2.0
1532024-10-15T17:50:10.549Z ooce/developer/clang-15
1542024-10-15T17:50:10.549Z None -> 15.0.7-2.0
1552024-10-15T17:50:10.549Z ooce/developer/llvm-15
1562024-10-15T17:50:10.549Z None -> 15.0.7-2.0
1572024-10-15T17:50:10.549Z package/pkg
1582024-10-15T17:50:10.549Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-15T17:50:10.549Z
1602024-10-15T17:50:10.549ZServices:
1612024-10-15T17:50:10.549Z restart_fmri:
1622024-10-15T17:50:10.549Z svc:/system/update-man-index:default
1632024-10-15T17:50:10.549Z
1642024-10-15T17:50:10.549ZEditable files to change:
1652024-10-15T17:50:10.549Z Update:
1662024-10-15T17:50:10.549Z usr/share/lib/pkg/web/config.shtml
1672024-10-15T17:50:11.064Z
1682024-10-15T17:50:11.064ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-15T17:50:17.217ZDownload: 212/4281 items 1.3/220.6MB 0% complete (563k/s)
1702024-10-15T17:50:22.227ZDownload: 904/4281 items 18.9/220.6MB 8% complete (1.9M/s)
1712024-10-15T17:50:33.480ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (8.2M/s)
1722024-10-15T17:50:38.483ZDownload: 1762/4281 items 114.0/220.6MB 51% complete (6.3M/s)
1732024-10-15T17:50:44.168ZDownload: 2221/4281 items 115.0/220.6MB 52% complete (3.8M/s)
1742024-10-15T17:50:49.169ZDownload: 2422/4281 items 120.1/220.6MB 54% complete (597k/s)
1752024-10-15T17:50:54.185ZDownload: 2768/4281 items 120.9/220.6MB 54% complete (639k/s)
1762024-10-15T17:50:59.188ZDownload: 3039/4281 items 121.4/220.6MB 55% complete (138k/s)
1772024-10-15T17:51:05.194ZDownload: 3243/4281 items 203.0/220.6MB 92% complete (8.1M/s)
1782024-10-15T17:51:14.116ZDownload: 3246/4281 items 203.1/220.6MB 92% complete (8.0M/s)
1792024-10-15T17:51:21.875ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
1802024-10-15T17:51:28.196ZDownload: 3281/4281 items 209.3/220.6MB 94% complete (681k/s)
1812024-10-15T17:51:34.599ZDownload: 3286/4281 items 211.1/220.6MB 95% complete (751k/s)
1822024-10-15T17:51:47.409ZDownload: 3289/4281 items 212.0/220.6MB 96% complete
1832024-10-15T17:51:52.413ZDownload: 3521/4281 items 215.5/220.6MB 97% complete (769k/s)
1842024-10-15T17:51:57.478ZDownload: 3880/4281 items 217.9/220.6MB 98% complete (582k/s)
1852024-10-15T17:52:03.132ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (540k/s)
1862024-10-15T17:52:04.810ZDownload: Completed 220.60 MB in 113.69 seconds (1.9M/s)
1872024-10-15T17:52:06.906Z Actions: 1/5063 actions (Removing old actions)
1882024-10-15T17:52:06.920Z Actions: 194/5063 actions (Installing new actions)
1892024-10-15T17:52:11.965Z Actions: 4082/5063 actions (Installing new actions)
1902024-10-15T17:52:13.333Z Actions: 4226/5063 actions (Updating modified actions)
1912024-10-15T17:52:13.742Z Actions: Completed 5063 actions in 6.84 seconds.
1922024-10-15T17:52:14.096Z Done (0.346s)
1932024-10-15T17:52:14.098Z Done (0.000s)
1942024-10-15T17:52:14.566Z Done (0.469s)
1952024-10-15T17:52:22.226Z Done (7.456s)
1962024-10-15T17:52:22.715Z Done (0.418s)
1972024-10-15T17:52:22.718Z Done (0.000s)
1982024-10-15T17:52:22.907Z Done (0.000s)
1992024-10-15T17:52:23.576ZPlanning: Evaluating mediator changes ... Done
2002024-10-15T17:52:23.742ZPlanning: Checking for conflicting actions ... Done
2012024-10-15T17:52:23.744ZPlanning: Consolidating action changes ... Done
2022024-10-15T17:52:24.023ZPlanning: Evaluating mediators ... Done
2032024-10-15T17:52:24.027ZPlanning: Planning completed in 0.45 seconds
2042024-10-15T17:52:24.064Z Mediators to change: 2
2052024-10-15T17:52:24.064Z Create boot environment: No
2062024-10-15T17:52:24.064ZCreate backup boot environment: No
2072024-10-15T17:52:24.148Z Done
2082024-10-15T17:52:24.148Z Done
2092024-10-15T17:52:24.472Z Done
2102024-10-15T17:52:28.027Z Done
2112024-10-15T17:52:28.116Z Done
2122024-10-15T17:52:28.119Z Done
2132024-10-15T17:52:28.272Z Done
2142024-10-15T17:52:28.894ZPlanning: Evaluating mediator changes ... Done
2152024-10-15T17:52:28.897ZPlanning: Merging actions ... Done
2162024-10-15T17:52:29.086ZPlanning: Checking for conflicting actions ... Done
2172024-10-15T17:52:29.089ZPlanning: Consolidating action changes ... Done
2182024-10-15T17:52:29.355ZPlanning: Evaluating mediators ... Done
2192024-10-15T17:52:29.415ZPlanning: Planning completed in 0.77 seconds
2202024-10-15T17:52:29.455Z Packages to change: 1
2212024-10-15T17:52:29.455Z Mediators to change: 1
2222024-10-15T17:52:29.455Z Services to change: 1
2232024-10-15T17:52:29.455Z Create boot environment: No
2242024-10-15T17:52:29.459ZCreate backup boot environment: Yes
2252024-10-15T17:52:31.914Z Actions: 1/6 actions (Updating modified actions)
2262024-10-15T17:52:32.159Z Actions: Completed 6 actions in 0.25 seconds.
2272024-10-15T17:52:32.159Z Done
2282024-10-15T17:52:32.159Z Done
2292024-10-15T17:52:32.260Z Done
2302024-10-15T17:52:36.076Z Done
2312024-10-15T17:52:36.170Z Done
2322024-10-15T17:52:36.173Z Done
2332024-10-15T17:52:36.333Z Done
2342024-10-15T17:52:36.773ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352024-10-15T17:52:36.773Zclang system 15 system
2362024-10-15T17:52:36.773Zcsh system system illumos
2372024-10-15T17:52:36.773Zctags system system illumos
2382024-10-15T17:52:36.773Zgcc vendor 12 vendor
2392024-10-15T17:52:36.773Zgcc system 10 system
2402024-10-15T17:52:36.773Zgcc system 7 system
2412024-10-15T17:52:36.773Zgo system 1.20 system
2422024-10-15T17:52:36.773Zgo system 1.19 system
2432024-10-15T17:52:36.773Zllvm system 15 system
2442024-10-15T17:52:36.773Zllvm system 14 system
2452024-10-15T17:52:36.774Zmariadb system 10.6 system
2462024-10-15T17:52:36.774Zmta vendor vendor dma
2472024-10-15T17:52:36.774Zopenjdk system 17 system
2482024-10-15T17:52:36.774Zopenjdk system 11 system
2492024-10-15T17:52:36.774Zopenjdk system 1.8 system
2502024-10-15T17:52:36.774Zopenssl vendor 3 vendor
2512024-10-15T17:52:36.774Zperl system 5.36 system
2522024-10-15T17:52:36.774Zpostgresql system 15 system
2532024-10-15T17:52:36.774Zpostgresql system 13 system
2542024-10-15T17:52:36.774Zpython vendor 3 vendor
2552024-10-15T17:52:36.774Zpython system 2 system
2562024-10-15T17:52:36.774Zpython3 system 3.11 system
2572024-10-15T17:52:36.774Zruby system 3.0 system
2582024-10-15T17:52:36.774Zwords vendor vendor american-english
2592024-10-15T17:52:36.774Zwords system system australian-english
2602024-10-15T17:52:36.774Zwords system system british-english
2612024-10-15T17:52:36.774Zwords system system canadian-english
2622024-10-15T17:52:36.774Zwords system system french
2632024-10-15T17:52:36.774Zwords system system italian
2642024-10-15T17:52:36.774Zwords system system ngerman
2652024-10-15T17:52:36.774Zwords system system ogerman
2662024-10-15T17:52:36.774Zwords system system spanish
2672024-10-15T17:52:37.107ZPUBLISHER TYPE STATUS P LOCATION
2682024-10-15T17:52:37.107Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692024-10-15T17:52:39.311ZFMRI IFO
2702024-10-15T17:52:39.311Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712024-10-15T17:52:39.311Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722024-10-15T17:52:39.311Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732024-10-15T17:52:39.311Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742024-10-15T17:52:39.311Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752024-10-15T17:52:39.311Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762024-10-15T17:52:39.311Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2772024-10-15T17:52:39.311Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782024-10-15T17:52:39.311Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792024-10-15T17:52:39.311Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2802024-10-15T17:52:39.311Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812024-10-15T17:52:39.311Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2822024-10-15T17:52:39.311Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832024-10-15T17:52:40.013Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842024-10-15T17:52:40.284Z Updating crates.io index
2852024-10-15T17:52:40.331Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862024-10-15T17:52:41.165Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2872024-10-15T17:52:41.430Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882024-10-15T17:52:41.642Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892024-10-15T17:52:41.847Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902024-10-15T17:52:42.709Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912024-10-15T17:52:44.975Z Updating git repository `https://github.com/oxidecomputer/opte`
2922024-10-15T17:52:45.929Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932024-10-15T17:52:46.663Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942024-10-15T17:52:46.914Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952024-10-15T17:52:47.287Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962024-10-15T17:52:47.913Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2972024-10-15T17:52:48.254Z Updating git repository `https://github.com/oxidecomputer/qorb`
2982024-10-15T17:52:48.562Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2992024-10-15T17:52:48.854Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3002024-10-15T17:52:49.136Z Updating git repository `https://github.com/oxidecomputer/tofino`
3012024-10-15T17:52:49.409Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022024-10-15T17:52:49.677Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032024-10-15T17:52:49.914Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042024-10-15T17:52:50.215Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052024-10-15T17:52:50.523Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062024-10-15T17:52:50.794Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3072024-10-15T17:52:51.112Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082024-10-15T17:52:51.404Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092024-10-15T17:52:51.839Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102024-10-15T17:52:52.120Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112024-10-15T17:52:52.482Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122024-10-15T17:52:52.866Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3132024-10-15T17:52:53.125Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3142024-10-15T17:52:53.474Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3152024-10-15T17:52:54.645Z Downloading crates ...
3162024-10-15T17:52:54.728Z Downloaded colorchoice v1.0.1
3172024-10-15T17:52:54.746Z Downloaded dtrace-parser v0.2.0
3182024-10-15T17:52:54.755Z Downloaded scroll_derive v0.12.0
3192024-10-15T17:52:54.758Z Downloaded is_terminal_polyfill v1.70.0
3202024-10-15T17:52:54.761Z Downloaded camino-tempfile v1.1.1
3212024-10-15T17:52:54.764Z Downloaded crypto-common v0.1.6
3222024-10-15T17:52:54.766Z Downloaded heck v0.5.0
3232024-10-15T17:52:54.766Z Downloaded digest v0.10.7
3242024-10-15T17:52:54.772Z Downloaded macaddr v1.0.1
3252024-10-15T17:52:54.772Z Downloaded block-buffer v0.10.4
3262024-10-15T17:52:54.777Z Downloaded anstyle v1.0.8
3272024-10-15T17:52:54.777Z Downloaded errno v0.3.9
3282024-10-15T17:52:54.777Z Downloaded autocfg v1.3.0
3292024-10-15T17:52:54.777Z Downloaded thiserror-impl v1.0.64
3302024-10-15T17:52:54.777Z Downloaded byteorder v1.5.0
3312024-10-15T17:52:54.780Z Downloaded anstyle-query v1.0.3
3322024-10-15T17:52:54.780Z Downloaded version_check v0.9.5
3332024-10-15T17:52:54.780Z Downloaded toml_datetime v0.6.8
3342024-10-15T17:52:54.782Z Downloaded smawk v0.3.2
3352024-10-15T17:52:54.783Z Downloaded unicode-linebreak v0.1.5
3362024-10-15T17:52:54.785Z Downloaded serde_tokenstream v0.2.2
3372024-10-15T17:52:54.785Z Downloaded plain v0.2.3
3382024-10-15T17:52:54.787Z Downloaded fs-err v2.11.0
3392024-10-15T17:52:54.787Z Downloaded cpufeatures v0.2.12
3402024-10-15T17:52:54.789Z Downloaded cargo_metadata v0.18.1
3412024-10-15T17:52:54.793Z Downloaded usdt v0.5.0
3422024-10-15T17:52:54.793Z Downloaded once_cell v1.20.2
3432024-10-15T17:52:54.796Z Downloaded proc-macro-error v1.0.4
3442024-10-15T17:52:54.799Z Downloaded anstream v0.6.14
3452024-10-15T17:52:54.802Z Downloaded pest_derive v2.7.10
3462024-10-15T17:52:54.802Z Downloaded clap_derive v4.5.18
3472024-10-15T17:52:54.804Z Downloaded usdt-impl v0.5.0
3482024-10-15T17:52:54.807Z Downloaded tempfile v3.13.0
3492024-10-15T17:52:54.811Z Downloaded quote v1.0.37
3502024-10-15T17:52:54.811Z Downloaded clap v4.5.20
3512024-10-15T17:52:54.818Z Downloaded ryu v1.0.18
3522024-10-15T17:52:54.821Z Downloaded proc-macro2 v1.0.87
3532024-10-15T17:52:54.823Z Downloaded typenum v1.17.0
3542024-10-15T17:52:54.826Z Downloaded equivalent v1.0.1
3552024-10-15T17:52:54.839Z Downloaded heck v0.4.1
3562024-10-15T17:52:54.842Z Downloaded pretty-hex v0.4.1
3572024-10-15T17:52:54.842Z Downloaded fastrand v2.1.1
3582024-10-15T17:52:54.848Z Downloaded usdt-macro v0.5.0
3592024-10-15T17:52:54.850Z Downloaded usdt-attr-macro v0.5.0
3602024-10-15T17:52:54.850Z Downloaded swrite v0.1.0
3612024-10-15T17:52:54.856Z Downloaded fnv v1.0.7
3622024-10-15T17:52:54.859Z Downloaded cargo-platform v0.1.8
3632024-10-15T17:52:54.861Z Downloaded cfg-if v1.0.0
3642024-10-15T17:52:54.863Z Downloaded generic-array v0.14.7
3652024-10-15T17:52:54.866Z Downloaded bytecount v0.6.8
3662024-10-15T17:52:54.868Z Downloaded anstyle-parse v0.2.4
3672024-10-15T17:52:54.870Z Downloaded textwrap v0.16.1
3682024-10-15T17:52:54.873Z Downloaded dof v0.3.0
3692024-10-15T17:52:54.873Z Downloaded scroll v0.12.0
3702024-10-15T17:52:54.876Z Downloaded memmap v0.7.0
3712024-10-15T17:52:54.878Z Downloaded strsim v0.11.1
3722024-10-15T17:52:54.881Z Downloaded terminal_size v0.4.0
3732024-10-15T17:52:54.883Z Downloaded proc-macro-error-attr v1.0.4
3742024-10-15T17:52:54.894Z Downloaded thiserror v1.0.64
3752024-10-15T17:52:54.897Z Downloaded tabled_derive v0.7.0
3762024-10-15T17:52:54.897Z Downloaded utf8parse v0.2.1
3772024-10-15T17:52:54.897Z Downloaded thread-id v4.2.1
3782024-10-15T17:52:54.899Z Downloaded serde_spanned v0.6.7
3792024-10-15T17:52:54.899Z Downloaded itoa v1.0.11
3802024-10-15T17:52:54.902Z Downloaded clap_lex v0.7.0
3812024-10-15T17:52:54.902Z Downloaded cargo_toml v0.20.5
3822024-10-15T17:52:54.906Z Downloaded camino v1.1.9
3832024-10-15T17:52:54.912Z Downloaded semver v1.0.23
3842024-10-15T17:52:54.920Z Downloaded serde v1.0.210
3852024-10-15T17:52:54.924Z Downloaded sha2 v0.10.8
3862024-10-15T17:52:54.931Z Downloaded memchr v2.7.2
3872024-10-15T17:52:54.933Z Downloaded bitflags v2.6.0
3882024-10-15T17:52:54.935Z Downloaded zerocopy-derive v0.7.34
3892024-10-15T17:52:54.938Z Downloaded pest_generator v2.7.10
3902024-10-15T17:52:54.941Z Downloaded toml v0.8.19
3912024-10-15T17:52:54.943Z Downloaded serde_derive v1.0.210
3922024-10-15T17:52:54.945Z Downloaded unicode-ident v1.0.13
3932024-10-15T17:52:54.948Z Downloaded ucd-trie v0.1.6
3942024-10-15T17:52:54.950Z Downloaded papergrid v0.11.0
3952024-10-15T17:52:54.953Z Downloaded pest_meta v2.7.10
3962024-10-15T17:52:54.956Z Downloaded anyhow v1.0.89
3972024-10-15T17:52:54.959Z Downloaded log v0.4.22
3982024-10-15T17:52:54.961Z Downloaded indexmap v2.6.0
3992024-10-15T17:52:54.965Z Downloaded hashbrown v0.15.0
4002024-10-15T17:52:54.974Z Downloaded zerocopy v0.7.34
4012024-10-15T17:52:54.989Z Downloaded serde_json v1.0.128
4022024-10-15T17:52:54.995Z Downloaded clap_builder v4.5.20
4032024-10-15T17:52:55.002Z Downloaded toml_edit v0.22.22
4042024-10-15T17:52:55.023Z Downloaded pest v2.7.10
4052024-10-15T17:52:55.030Z Downloaded tabled v0.15.0
4062024-10-15T17:52:55.045Z Downloaded winnow v0.6.18
4072024-10-15T17:52:55.053Z Downloaded syn v1.0.109
4082024-10-15T17:52:55.062Z Downloaded goblin v0.8.2
4092024-10-15T17:52:55.068Z Downloaded syn v2.0.79
4102024-10-15T17:52:55.090Z Downloaded rustix v0.38.37
4112024-10-15T17:52:55.109Z Downloaded unicode-width v0.1.13
4122024-10-15T17:52:55.128Z Downloaded libc v0.2.159
4132024-10-15T17:52:55.432Z Compiling proc-macro2 v1.0.87
4142024-10-15T17:52:55.432Z Compiling unicode-ident v1.0.13
4152024-10-15T17:52:55.435Z Compiling version_check v0.9.5
4162024-10-15T17:52:55.435Z Compiling serde v1.0.210
4172024-10-15T17:52:55.435Z Compiling thiserror v1.0.64
4182024-10-15T17:52:55.435Z Compiling memchr v2.7.2
4192024-10-15T17:52:55.435Z Compiling libc v0.2.159
4202024-10-15T17:52:55.435Z Compiling itoa v1.0.11
4212024-10-15T17:52:55.714Z Compiling ryu v1.0.18
4222024-10-15T17:52:55.818Z Compiling ucd-trie v0.1.6
4232024-10-15T17:52:56.035Z Compiling once_cell v1.20.2
4242024-10-15T17:52:56.387Z Compiling byteorder v1.5.0
4252024-10-15T17:52:56.779Z Compiling serde_json v1.0.128
4262024-10-15T17:52:56.910Z Compiling rustix v0.38.37
4272024-10-15T17:52:57.574Z Compiling bitflags v2.6.0
4282024-10-15T17:52:57.636Z Compiling proc-macro-error-attr v1.0.4
4292024-10-15T17:52:57.701Z Compiling usdt-impl v0.5.0
4302024-10-15T17:52:57.750Z Compiling syn v1.0.109
4312024-10-15T17:52:57.928Z Compiling proc-macro-error v1.0.4
4322024-10-15T17:52:57.961Z Compiling camino v1.1.9
4332024-10-15T17:52:58.216Z Compiling thread-id v4.2.1
4342024-10-15T17:52:58.239Z Compiling utf8parse v0.2.1
4352024-10-15T17:52:58.263Z Compiling equivalent v1.0.1
4362024-10-15T17:52:58.330Z Compiling log v0.4.22
4372024-10-15T17:52:58.372Z Compiling hashbrown v0.15.0
4382024-10-15T17:52:58.372Z Compiling plain v0.2.3
4392024-10-15T17:52:58.410Z Compiling quote v1.0.37
4402024-10-15T17:52:58.614Z Compiling anstyle-parse v0.2.4
4412024-10-15T17:52:58.786Z Compiling syn v2.0.79
4422024-10-15T17:52:58.936Z Compiling errno v0.3.9
4432024-10-15T17:52:59.037Z Compiling autocfg v1.3.0
4442024-10-15T17:52:59.062Z Compiling semver v1.0.23
4452024-10-15T17:52:59.303Z Compiling colorchoice v1.0.1
4462024-10-15T17:52:59.463Z Compiling indexmap v2.6.0
4472024-10-15T17:52:59.487Z Compiling unicode-width v0.1.13
4482024-10-15T17:52:59.575Z Compiling anstyle v1.0.8
4492024-10-15T17:52:59.730Z Compiling is_terminal_polyfill v1.70.0
4502024-10-15T17:52:59.861Z Compiling pretty-hex v0.4.1
4512024-10-15T17:52:59.934Z Compiling anstyle-query v1.0.3
4522024-10-15T17:53:00.035Z Compiling winnow v0.6.18
4532024-10-15T17:53:00.075Z Compiling anstream v0.6.14
4542024-10-15T17:53:00.097Z Compiling fs-err v2.11.0
4552024-10-15T17:53:00.620Z Compiling fastrand v2.1.1
4562024-10-15T17:53:00.702Z Compiling clap_lex v0.7.0
4572024-10-15T17:53:00.858Z Compiling heck v0.4.1
4582024-10-15T17:53:01.140Z Compiling strsim v0.11.1
4592024-10-15T17:53:01.191Z Compiling heck v0.5.0
4602024-10-15T17:53:01.260Z Compiling terminal_size v0.4.0
4612024-10-15T17:53:01.394Z Compiling fnv v1.0.7
4622024-10-15T17:53:01.493Z Compiling cfg-if v1.0.0
4632024-10-15T17:53:01.540Z Compiling bytecount v0.6.8
4642024-10-15T17:53:01.600Z Compiling anyhow v1.0.89
4652024-10-15T17:53:01.742Z Compiling papergrid v0.11.0
4662024-10-15T17:53:01.769Z Compiling tempfile v3.13.0
4672024-10-15T17:53:02.146Z Compiling clap_builder v4.5.20
4682024-10-15T17:53:02.566Z Compiling memmap v0.7.0
4692024-10-15T17:53:02.659Z Compiling smawk v0.3.2
4702024-10-15T17:53:02.816Z Compiling unicode-linebreak v0.1.5
4712024-10-15T17:53:03.308Z Compiling textwrap v0.16.1
4722024-10-15T17:53:03.473Z Compiling swrite v0.1.0
4732024-10-15T17:53:04.662Z Compiling tabled_derive v0.7.0
4742024-10-15T17:53:06.143Z Compiling tabled v0.15.0
4752024-10-15T17:53:07.502Z Compiling serde_derive v1.0.210
4762024-10-15T17:53:07.502Z Compiling thiserror-impl v1.0.64
4772024-10-15T17:53:07.505Z Compiling zerocopy-derive v0.7.34
4782024-10-15T17:53:07.505Z Compiling scroll_derive v0.12.0
4792024-10-15T17:53:07.681Z Compiling clap_derive v4.5.18
4802024-10-15T17:53:08.730Z Compiling scroll v0.12.0
4812024-10-15T17:53:09.227Z Compiling goblin v0.8.2
4822024-10-15T17:53:09.362Z Compiling zerocopy v0.7.34
4832024-10-15T17:53:10.081Z Compiling pest v2.7.10
4842024-10-15T17:53:11.407Z Compiling clap v4.5.20
4852024-10-15T17:53:12.365Z Compiling pest_meta v2.7.10
4862024-10-15T17:53:13.207Z Compiling pest_generator v2.7.10
4872024-10-15T17:53:15.213Z Compiling pest_derive v2.7.10
4882024-10-15T17:53:15.913Z Compiling dtrace-parser v0.2.0
4892024-10-15T17:53:17.486Z Compiling toml_datetime v0.6.8
4902024-10-15T17:53:17.486Z Compiling serde_spanned v0.6.7
4912024-10-15T17:53:17.488Z Compiling cargo-platform v0.1.8
4922024-10-15T17:53:17.862Z Compiling serde_tokenstream v0.2.2
4932024-10-15T17:53:17.914Z Compiling toml_edit v0.22.22
4942024-10-15T17:53:18.114Z Compiling macaddr v1.0.1
4952024-10-15T17:53:18.185Z Compiling camino-tempfile v1.1.1
4962024-10-15T17:53:19.925Z Compiling dof v0.3.0
4972024-10-15T17:53:19.926Z Compiling cargo_metadata v0.18.1
4982024-10-15T17:53:20.712Z Compiling toml v0.8.19
4992024-10-15T17:53:20.880Z Compiling usdt-attr-macro v0.5.0
5002024-10-15T17:53:20.880Z Compiling usdt-macro v0.5.0
5012024-10-15T17:53:21.520Z Compiling cargo_toml v0.20.5
5022024-10-15T17:53:22.339Z Compiling usdt v0.5.0
5032024-10-15T17:53:25.192Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5042024-10-15T17:53:29.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.66s
5052024-10-15T17:53:29.716Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5062024-10-15T17:53:30.297Z Downloading crates ...
5072024-10-15T17:53:30.415Z Downloaded adler v1.0.2
5082024-10-15T17:53:30.419Z Downloaded arrayvec v0.7.4
5092024-10-15T17:53:30.426Z Downloaded assert_matches v1.5.0
5102024-10-15T17:53:30.430Z Downloaded crunchy v0.2.2
5112024-10-15T17:53:30.442Z Downloaded atty v0.2.14
5122024-10-15T17:53:30.449Z Downloaded bitflags v1.3.2
5132024-10-15T17:53:30.449Z Downloaded bit-vec v0.6.3
5142024-10-15T17:53:30.451Z Downloaded httpdate v1.0.3
5152024-10-15T17:53:30.451Z Downloaded darling_macro v0.20.9
5162024-10-15T17:53:30.451Z Downloaded hyper-staticfile v0.10.1
5172024-10-15T17:53:30.451Z Downloaded ciborium-ll v0.2.2
5182024-10-15T17:53:30.453Z Downloaded cstr-argument v0.1.2
5192024-10-15T17:53:30.453Z Downloaded atomic-waker v1.1.2
5202024-10-15T17:53:30.456Z Downloaded debug-ignore v1.0.5
5212024-10-15T17:53:30.458Z Downloaded async-stream-impl v0.3.5
5222024-10-15T17:53:30.458Z Downloaded hyper-util v0.1.9
5232024-10-15T17:53:30.463Z Downloaded cobs v0.2.3
5242024-10-15T17:53:30.466Z Downloaded keccak v0.1.5
5252024-10-15T17:53:30.468Z Downloaded instant v0.1.12
5262024-10-15T17:53:30.468Z Downloaded http-range v0.1.5
5272024-10-15T17:53:30.471Z Downloaded base64ct v1.6.0
5282024-10-15T17:53:30.475Z Downloaded ciborium v0.2.2
5292024-10-15T17:53:30.478Z Downloaded is-terminal v0.4.12
5302024-10-15T17:53:30.478Z Downloaded cfg_aliases v0.2.1
5312024-10-15T17:53:30.478Z Downloaded array-init v0.0.4
5322024-10-15T17:53:30.482Z Downloaded const_format_proc_macros v0.2.33
5332024-10-15T17:53:30.482Z Downloaded crossbeam-deque v0.8.5
5342024-10-15T17:53:30.485Z Downloaded normalize-line-endings v0.3.0
5352024-10-15T17:53:30.485Z Downloaded csv-core v0.1.11
5362024-10-15T17:53:30.488Z Downloaded new_debug_unreachable v1.0.6
5372024-10-15T17:53:30.488Z Downloaded adler2 v2.0.0
5382024-10-15T17:53:30.490Z Downloaded indent_write v2.2.0
5392024-10-15T17:53:30.490Z Downloaded humantime v2.1.0
5402024-10-15T17:53:30.493Z Downloaded argon2 v0.5.3
5412024-10-15T17:53:30.495Z Downloaded lru v0.12.3
5422024-10-15T17:53:30.495Z Downloaded constant_time_eq v0.3.0
5432024-10-15T17:53:30.498Z Downloaded bcrypt-pbkdf v0.10.0
5442024-10-15T17:53:30.498Z Downloaded cancel-safe-futures v0.1.5
5452024-10-15T17:53:30.501Z Downloaded cookie_store v0.21.0
5462024-10-15T17:53:30.504Z Downloaded nibble_vec v0.1.0
5472024-10-15T17:53:30.506Z Downloaded maybe-uninit v2.0.0
5482024-10-15T17:53:30.508Z Downloaded num-derive v0.4.2
5492024-10-15T17:53:30.511Z Downloaded newtype-uuid v1.1.2
5502024-10-15T17:53:30.511Z Downloaded hubpack_derive v0.1.1
5512024-10-15T17:53:30.522Z Downloaded cfg_aliases v0.1.1
5522024-10-15T17:53:30.522Z Downloaded atomicwrites v0.4.4
5532024-10-15T17:53:30.522Z Downloaded arrayref v0.3.7
5542024-10-15T17:53:30.522Z Downloaded impl-trait-for-tuples v0.2.2
5552024-10-15T17:53:30.522Z Downloaded clang-sys v1.7.0
5562024-10-15T17:53:30.524Z Downloaded num-iter v0.1.45
5572024-10-15T17:53:30.524Z Downloaded crossbeam-utils v0.8.19
5582024-10-15T17:53:30.527Z Downloaded mime_guess v2.0.4
5592024-10-15T17:53:30.529Z Downloaded num-complex v0.4.6
5602024-10-15T17:53:30.529Z Downloaded ciborium-io v0.2.2
5612024-10-15T17:53:30.532Z Downloaded ipnet v2.10.1
5622024-10-15T17:53:30.534Z Downloaded crucible-workspace-hack v0.1.0
5632024-10-15T17:53:30.534Z Downloaded ident_case v1.0.1
5642024-10-15T17:53:30.537Z Downloaded bzip2 v0.4.4
5652024-10-15T17:53:30.537Z Downloaded is_ci v1.2.0
5662024-10-15T17:53:30.540Z Downloaded ascii-canvas v3.0.0
5672024-10-15T17:53:30.540Z Downloaded sigpipe v0.1.3
5682024-10-15T17:53:30.543Z Downloaded internet-checksum v0.2.1
5692024-10-15T17:53:30.543Z Downloaded darling v0.20.9
5702024-10-15T17:53:30.546Z Downloaded matches v0.1.10
5712024-10-15T17:53:30.549Z Downloaded rtoolbox v0.0.2
5722024-10-15T17:53:30.549Z Downloaded memoffset v0.9.1
5732024-10-15T17:53:30.552Z Downloaded cexpr v0.6.0
5742024-10-15T17:53:30.554Z Downloaded hyper-tls v0.6.0
5752024-10-15T17:53:30.554Z Downloaded blake2 v0.10.6
5762024-10-15T17:53:30.557Z Downloaded hubpack v0.1.2
5772024-10-15T17:53:30.559Z Downloaded lock_api v0.4.12
5782024-10-15T17:53:30.562Z Downloaded castaway v0.2.3
5792024-10-15T17:53:30.562Z Downloaded cipher v0.4.4
5802024-10-15T17:53:30.564Z Downloaded chacha20poly1305 v0.10.1
5812024-10-15T17:53:30.567Z Downloaded allocator-api2 v0.2.18
5822024-10-15T17:53:30.570Z Downloaded chacha20 v0.9.1
5832024-10-15T17:53:30.572Z Downloaded time-core v0.1.2
5842024-10-15T17:53:30.572Z Downloaded ctr v0.9.2
5852024-10-15T17:53:30.577Z Downloaded crc-catalog v2.4.0
5862024-10-15T17:53:30.579Z Downloaded rustversion v1.0.17
5872024-10-15T17:53:30.579Z Downloaded newtype_derive v0.1.6
5882024-10-15T17:53:30.582Z Downloaded crc v3.2.1
5892024-10-15T17:53:30.585Z Downloaded vte_generate_state_changes v0.1.1
5902024-10-15T17:53:30.585Z Downloaded convert_case v0.4.0
5912024-10-15T17:53:30.585Z Downloaded ipnetwork v0.20.0
5922024-10-15T17:53:30.587Z Downloaded const-oid v0.9.6
5932024-10-15T17:53:30.589Z Downloaded colored v2.1.0
5942024-10-15T17:53:30.592Z Downloaded spin v0.5.2
5952024-10-15T17:53:30.594Z Downloaded slog-scope v4.4.0
5962024-10-15T17:53:30.597Z Downloaded md-5 v0.10.6
5972024-10-15T17:53:30.597Z Downloaded rustc-demangle v0.1.24
5982024-10-15T17:53:30.600Z Downloaded bcs v0.1.6
5992024-10-15T17:53:30.602Z Downloaded libsw v3.3.1
6002024-10-15T17:53:30.604Z Downloaded indicatif v0.17.8
6012024-10-15T17:53:30.606Z Downloaded fxhash v0.2.1
6022024-10-15T17:53:30.609Z Downloaded slog-json v2.6.1
6032024-10-15T17:53:30.611Z Downloaded lru-cache v0.1.2
6042024-10-15T17:53:30.611Z Downloaded mockall_derive v0.13.0
6052024-10-15T17:53:30.614Z Downloaded linked-hash-map v0.5.6
6062024-10-15T17:53:30.616Z Downloaded parse-size v1.0.0
6072024-10-15T17:53:30.616Z Downloaded async-trait v0.1.83
6082024-10-15T17:53:30.619Z Downloaded httparse v1.8.0
6092024-10-15T17:53:30.621Z Downloaded foreign-types v0.3.2
6102024-10-15T17:53:30.624Z Downloaded dhcproto-macros v0.1.0
6112024-10-15T17:53:30.624Z Downloaded unicode-xid v0.2.4
6122024-10-15T17:53:30.626Z Downloaded unarray v0.1.4
6132024-10-15T17:53:30.626Z Downloaded headers-core v0.3.0
6142024-10-15T17:53:30.629Z Downloaded num v0.4.3
6152024-10-15T17:53:30.629Z Downloaded data-encoding v2.6.0
6162024-10-15T17:53:30.632Z Downloaded num-integer v0.1.46
6172024-10-15T17:53:30.632Z Downloaded base64 v0.21.7
6182024-10-15T17:53:30.635Z Downloaded lazy_static v1.5.0
6192024-10-15T17:53:30.638Z Downloaded xz2 v0.1.7
6202024-10-15T17:53:30.640Z Downloaded defmt-parser v0.3.4
6212024-10-15T17:53:30.642Z Downloaded cc v1.0.97
6222024-10-15T17:53:30.645Z Downloaded oso-derive v0.27.3
6232024-10-15T17:53:30.647Z Downloaded libloading v0.8.3
6242024-10-15T17:53:30.650Z Downloaded spki v0.7.3
6252024-10-15T17:53:30.652Z Downloaded compact_str v0.8.0
6262024-10-15T17:53:30.654Z Downloaded slog-stdlog v4.1.1
6272024-10-15T17:53:30.656Z Downloaded ff v0.13.0
6282024-10-15T17:53:30.659Z Downloaded termcolor v1.4.1
6292024-10-15T17:53:30.661Z Downloaded multimap v0.10.0
6302024-10-15T17:53:30.661Z Downloaded jobserver v0.1.32
6312024-10-15T17:53:30.663Z Downloaded hyper-rustls v0.27.3
6322024-10-15T17:53:30.666Z Downloaded pbkdf2 v0.12.2
6332024-10-15T17:53:30.669Z Downloaded tokio-stream v0.1.16
6342024-10-15T17:53:30.673Z Downloaded either v1.13.0
6352024-10-15T17:53:30.675Z Downloaded strum v0.26.3
6362024-10-15T17:53:30.678Z Downloaded native-tls v0.2.11
6372024-10-15T17:53:30.678Z Downloaded miniz_oxide v0.8.0
6382024-10-15T17:53:30.680Z Downloaded crossbeam-epoch v0.9.18
6392024-10-15T17:53:30.684Z Downloaded time-macros v0.2.18
6402024-10-15T17:53:30.686Z Downloaded polyval v0.6.2
6412024-10-15T17:53:30.689Z Downloaded olpc-cjson v0.1.3
6422024-10-15T17:53:30.692Z Downloaded rand_xorshift v0.3.0
6432024-10-15T17:53:30.692Z Downloaded gethostname v0.5.0
6442024-10-15T17:53:30.692Z Downloaded arc-swap v1.7.1
6452024-10-15T17:53:30.696Z Downloaded filetime v0.2.25
6462024-10-15T17:53:30.698Z Downloaded untrusted v0.7.1
6472024-10-15T17:53:30.701Z Downloaded untrusted v0.9.0
6482024-10-15T17:53:30.701Z Downloaded subprocess v0.2.9
6492024-10-15T17:53:30.704Z Downloaded multer v3.1.0
6502024-10-15T17:53:30.706Z Downloaded scrypt v0.11.0
6512024-10-15T17:53:30.709Z Downloaded schemars_derive v0.8.21
6522024-10-15T17:53:30.712Z Downloaded scopeguard v1.2.0
6532024-10-15T17:53:30.716Z Downloaded path-slash v0.1.5
6542024-10-15T17:53:30.716Z Downloaded primeorder v0.13.6
6552024-10-15T17:53:30.716Z Downloaded term v0.7.0
6562024-10-15T17:53:30.718Z Downloaded tracing-attributes v0.1.27
6572024-10-15T17:53:30.721Z Downloaded smf v0.2.3
6582024-10-15T17:53:30.725Z Downloaded shell-words v1.1.0
6592024-10-15T17:53:30.725Z Downloaded darling_core v0.20.9
6602024-10-15T17:53:30.729Z Downloaded indexmap v1.9.3
6612024-10-15T17:53:30.733Z Downloaded tokio-native-tls v0.3.1
6622024-10-15T17:53:30.735Z Downloaded universal-hash v0.5.1
6632024-10-15T17:53:30.738Z Downloaded rustfmt-wrapper v0.2.1
6642024-10-15T17:53:30.740Z Downloaded tokio-macros v2.4.0
6652024-10-15T17:53:30.740Z Downloaded utf-8 v0.7.6
6662024-10-15T17:53:30.743Z Downloaded derive_builder v0.20.0
6672024-10-15T17:53:30.746Z Downloaded num-traits v0.2.19
6682024-10-15T17:53:30.750Z Downloaded env_logger v0.10.2
6692024-10-15T17:53:30.755Z Downloaded pretty-hex v0.2.1
6702024-10-15T17:53:30.758Z Downloaded base64 v0.22.1
6712024-10-15T17:53:30.761Z Downloaded group v0.13.0
6722024-10-15T17:53:30.761Z Downloaded twox-hash v1.6.3
6732024-10-15T17:53:30.764Z Downloaded flagset v0.4.5
6742024-10-15T17:53:30.767Z Downloaded hashlink v0.9.1
6752024-10-15T17:53:30.767Z Downloaded take_mut v0.2.2
6762024-10-15T17:53:30.769Z Downloaded miniz_oxide v0.7.2
6772024-10-15T17:53:30.772Z Downloaded smallvec v1.13.2
6782024-10-15T17:53:30.774Z Downloaded memmap2 v0.9.4
6792024-10-15T17:53:30.784Z Downloaded signal-hook-tokio v0.3.1
6802024-10-15T17:53:30.787Z Downloaded enum-as-inner v0.6.0
6812024-10-15T17:53:30.789Z Downloaded zone v0.1.8
6822024-10-15T17:53:30.789Z Downloaded dsl_auto_type v0.1.2
6832024-10-15T17:53:30.792Z Downloaded zeroize_derive v1.4.2
6842024-10-15T17:53:30.792Z Downloaded pin-project-internal v1.1.5
6852024-10-15T17:53:30.794Z Downloaded pem-rfc7468 v0.7.0
6862024-10-15T17:53:30.797Z Downloaded foreign-types-shared v0.3.1
6872024-10-15T17:53:30.797Z Downloaded predicates-tree v1.0.9
6882024-10-15T17:53:30.800Z Downloaded pbkdf2 v0.11.0
6892024-10-15T17:53:30.802Z Downloaded hostname v0.3.1
6902024-10-15T17:53:30.802Z Downloaded postcard v1.0.8
6912024-10-15T17:53:30.805Z Downloaded home v0.5.9
6922024-10-15T17:53:30.808Z Downloaded downcast v0.11.0
6932024-10-15T17:53:30.810Z Downloaded backtrace v0.3.71
6942024-10-15T17:53:30.814Z Downloaded peg-runtime v0.8.3
6952024-10-15T17:53:30.816Z Downloaded precomputed-hash v0.1.1
6962024-10-15T17:53:30.816Z Downloaded crossbeam-channel v0.5.12
6972024-10-15T17:53:30.820Z Downloaded opaque-debug v0.3.1
6982024-10-15T17:53:30.822Z Downloaded phf_shared v0.10.0
6992024-10-15T17:53:30.822Z Downloaded same-file v1.0.6
7002024-10-15T17:53:30.825Z Downloaded tap v1.0.1
7012024-10-15T17:53:30.827Z Downloaded tabwriter v1.4.0
7022024-10-15T17:53:30.827Z Downloaded supports-color v3.0.1
7032024-10-15T17:53:30.830Z Downloaded strum_macros v0.26.4
7042024-10-15T17:53:30.833Z Downloaded wait-timeout v0.2.0
7052024-10-15T17:53:30.833Z Downloaded signature v2.2.0
7062024-10-15T17:53:30.836Z Downloaded highway v1.2.0
7072024-10-15T17:53:30.840Z Downloaded signal-hook-registry v1.4.2
7082024-10-15T17:53:30.841Z Downloaded oso v0.27.3
7092024-10-15T17:53:30.844Z Downloaded crypto-bigint v0.5.5
7102024-10-15T17:53:30.848Z Downloaded termios v0.3.3
7112024-10-15T17:53:30.851Z Downloaded postgres-protocol v0.6.7
7122024-10-15T17:53:30.853Z Downloaded funty v2.0.0
7132024-10-15T17:53:30.856Z Downloaded pin-project v1.1.5
7142024-10-15T17:53:30.867Z Downloaded uzers v0.11.3
7152024-10-15T17:53:30.870Z Downloaded toolchain_find v0.4.0
7162024-10-15T17:53:30.870Z Downloaded glob v0.3.1
7172024-10-15T17:53:30.872Z Downloaded try-lock v0.2.5
7182024-10-15T17:53:30.872Z Downloaded dyn-clone v1.0.17
7192024-10-15T17:53:30.874Z Downloaded itertools v0.10.5
7202024-10-15T17:53:30.880Z Downloaded packed_struct_codegen v0.10.1
7212024-10-15T17:53:30.883Z Downloaded aes v0.8.4
7222024-10-15T17:53:30.886Z Downloaded vte v0.11.1
7232024-10-15T17:53:30.888Z Downloaded ppv-lite86 v0.2.17
7242024-10-15T17:53:30.891Z Downloaded signal-hook v0.3.17
7252024-10-15T17:53:30.893Z Downloaded toml_edit v0.19.15
7262024-10-15T17:53:30.910Z Downloaded pin-utils v0.1.0
7272024-10-15T17:53:30.914Z Downloaded futures-sink v0.3.31
7282024-10-15T17:53:30.914Z Downloaded foreign-types-shared v0.1.1
7292024-10-15T17:53:30.916Z Downloaded thiserror-no-std v2.0.2
7302024-10-15T17:53:30.919Z Downloaded sha1 v0.10.6
7312024-10-15T17:53:30.922Z Downloaded futures-task v0.3.31
7322024-10-15T17:53:30.922Z Downloaded stringprep v0.1.4
7332024-10-15T17:53:30.924Z Downloaded slog-envlogger v2.2.0
7342024-10-15T17:53:30.924Z Downloaded slog-bunyan v2.5.0
7352024-10-15T17:53:30.927Z Downloaded snafu-derive v0.8.2
7362024-10-15T17:53:30.929Z Downloaded getrandom v0.2.14
7372024-10-15T17:53:30.932Z Downloaded string_cache v0.8.7
7382024-10-15T17:53:30.934Z Downloaded which v4.4.2
7392024-10-15T17:53:30.937Z Downloaded globset v0.4.14
7402024-10-15T17:53:30.937Z Downloaded slog-dtrace v0.3.0
7412024-10-15T17:53:30.939Z Downloaded diesel_derives v2.2.2
7422024-10-15T17:53:30.944Z Downloaded http-body v1.0.0
7432024-10-15T17:53:30.953Z Downloaded diesel_table_macro_syntax v0.2.0
7442024-10-15T17:53:30.953Z Downloaded tower-service v0.3.2
7452024-10-15T17:53:30.953Z Downloaded password-hash v0.4.2
7462024-10-15T17:53:30.957Z Downloaded ed25519-dalek v2.1.1
7472024-10-15T17:53:30.957Z Downloaded tracing-core v0.1.32
7482024-10-15T17:53:30.957Z Downloaded snafu v0.8.2
7492024-10-15T17:53:30.961Z Downloaded embedded-io v0.4.0
7502024-10-15T17:53:30.964Z Downloaded ref-cast v1.0.23
7512024-10-15T17:53:30.966Z Downloaded socket2 v0.5.7
7522024-10-15T17:53:30.969Z Downloaded socket2 v0.4.10
7532024-10-15T17:53:30.972Z Downloaded phf v0.11.2
7542024-10-15T17:53:30.974Z Downloaded ena v0.14.3
7552024-10-15T17:53:30.977Z Downloaded semver v0.1.20
7562024-10-15T17:53:30.977Z Downloaded rustyline v14.0.0
7572024-10-15T17:53:30.982Z Downloaded ssh-cipher v0.2.0
7582024-10-15T17:53:30.984Z Downloaded zone_cfg_derive v0.1.2
7592024-10-15T17:53:30.984Z Downloaded slog-async v2.8.0
7602024-10-15T17:53:30.987Z Downloaded russh-cryptovec v0.7.2
7612024-10-15T17:53:30.987Z Downloaded pkg-config v0.3.30
7622024-10-15T17:53:30.990Z Downloaded sqlparser_derive v0.2.2
7632024-10-15T17:53:30.990Z Downloaded rpassword v7.3.1
7642024-10-15T17:53:30.993Z Downloaded derive_builder_core v0.20.0
7652024-10-15T17:53:30.993Z Downloaded omicron-zone-package v0.11.1
7662024-10-15T17:53:30.996Z Downloaded futures v0.3.31
7672024-10-15T17:53:31.002Z Downloaded num_threads v0.1.7
7682024-10-15T17:53:31.005Z Downloaded rand_core v0.6.4
7692024-10-15T17:53:31.005Z Downloaded hyper v1.4.1
7702024-10-15T17:53:31.011Z Downloaded dirs-next v2.0.0
7712024-10-15T17:53:31.016Z Downloaded number_prefix v0.4.0
7722024-10-15T17:53:31.019Z Downloaded openssl-probe v0.1.5
7732024-10-15T17:53:31.019Z Downloaded rand_chacha v0.3.1
7742024-10-15T17:53:31.019Z Downloaded futures-macro v0.3.31
7752024-10-15T17:53:31.019Z Downloaded openssl-macros v0.1.1
7762024-10-15T17:53:31.022Z Downloaded prettyplease v0.2.22
7772024-10-15T17:53:31.024Z Downloaded pkcs8 v0.10.2
7782024-10-15T17:53:31.027Z Downloaded smallvec v0.6.14
7792024-10-15T17:53:31.027Z Downloaded half v2.4.1
7802024-10-15T17:53:31.030Z Downloaded samael v0.0.17
7812024-10-15T17:53:31.036Z Downloaded tinyvec_macros v0.1.1
7822024-10-15T17:53:31.039Z Downloaded percent-encoding v2.3.1
7832024-10-15T17:53:31.039Z Downloaded pkcs1 v0.7.5
7842024-10-15T17:53:31.041Z Downloaded ron v0.7.1
7852024-10-15T17:53:31.045Z Downloaded difflib v0.4.0
7862024-10-15T17:53:31.049Z Downloaded fatfs v0.3.6
7872024-10-15T17:53:31.052Z Downloaded itertools v0.13.0
7882024-10-15T17:53:31.058Z Downloaded derive-where v1.2.7
7892024-10-15T17:53:31.061Z Downloaded num_enum_derive v0.5.11
7902024-10-15T17:53:31.064Z Downloaded http-body v0.4.6
7912024-10-15T17:53:31.067Z Downloaded nom v7.1.3
7922024-10-15T17:53:31.071Z Downloaded hickory-server v0.24.1
7932024-10-15T17:53:31.077Z Downloaded schemars v0.8.21
7942024-10-15T17:53:31.091Z Downloaded endian-type v0.1.2
7952024-10-15T17:53:31.094Z Downloaded sec1 v0.7.3
7962024-10-15T17:53:31.094Z Downloaded hashbrown v0.13.2
7972024-10-15T17:53:31.097Z Downloaded scheduled-thread-pool v0.2.7
7982024-10-15T17:53:31.099Z Downloaded zone_cfg_derive v0.3.0
7992024-10-15T17:53:31.099Z Downloaded serde-big-array v0.5.1
8002024-10-15T17:53:31.102Z Downloaded pem v3.0.4
8012024-10-15T17:53:31.102Z Downloaded peg-macros v0.8.4
8022024-10-15T17:53:31.105Z Downloaded hex v0.4.3
8032024-10-15T17:53:31.109Z Downloaded predicates v3.1.2
8042024-10-15T17:53:31.112Z Downloaded powerfmt v0.2.0
8052024-10-15T17:53:31.112Z Downloaded tls_codec v0.4.1
8062024-10-15T17:53:31.112Z Downloaded futures-executor v0.3.31
8072024-10-15T17:53:31.114Z Downloaded yasna v0.5.2
8082024-10-15T17:53:31.116Z Downloaded diff v0.1.13
8092024-10-15T17:53:31.119Z Downloaded enum-as-inner v0.5.1
8102024-10-15T17:53:31.121Z Downloaded typify-macro v0.2.0
8112024-10-15T17:53:31.121Z Downloaded serde_urlencoded v0.7.1
8122024-10-15T17:53:31.124Z Downloaded rcgen v0.12.1
8132024-10-15T17:53:31.126Z Downloaded der v0.7.9
8142024-10-15T17:53:31.130Z Downloaded foreign-types v0.5.0
8152024-10-15T17:53:31.133Z Downloaded blake3 v1.5.1
8162024-10-15T17:53:31.140Z Downloaded progenitor-client v0.8.0
8172024-10-15T17:53:31.142Z Downloaded want v0.3.1
8182024-10-15T17:53:31.142Z Downloaded heck v0.3.3
8192024-10-15T17:53:31.144Z Downloaded foreign-types-macros v0.2.3
8202024-10-15T17:53:31.145Z Downloaded unicase v2.7.0
8212024-10-15T17:53:31.147Z Downloaded rustc_version v0.1.7
8222024-10-15T17:53:31.147Z Downloaded r2d2 v0.8.10
8232024-10-15T17:53:31.149Z Downloaded unicode-bidi v0.3.15
8242024-10-15T17:53:31.152Z Downloaded slab v0.4.9
8252024-10-15T17:53:31.152Z Downloaded siphasher v0.3.11
8262024-10-15T17:53:31.155Z Downloaded reqwest v0.11.27
8272024-10-15T17:53:31.162Z Downloaded wyz v0.5.1
8282024-10-15T17:53:31.164Z Downloaded tokio-postgres v0.7.12
8292024-10-15T17:53:31.168Z Downloaded futures-util v0.3.31
8302024-10-15T17:53:31.180Z Downloaded unicode-truncate v1.0.0
8312024-10-15T17:53:31.182Z Downloaded fallible-iterator v0.3.0
8322024-10-15T17:53:31.184Z Downloaded fallible-streaming-iterator v0.1.9
8332024-10-15T17:53:31.184Z Downloaded parking_lot_core v0.8.6
8342024-10-15T17:53:31.187Z Downloaded flate2 v1.0.34
8352024-10-15T17:53:31.192Z Downloaded derive_builder_macro v0.20.0
8362024-10-15T17:53:31.194Z Downloaded rustls-pemfile v2.2.0
8372024-10-15T17:53:31.197Z Downloaded tokio-rustls v0.26.0
8382024-10-15T17:53:31.200Z Downloaded serde_yaml v0.9.34+deprecated
8392024-10-15T17:53:31.203Z Downloaded tokio-rustls v0.25.0
8402024-10-15T17:53:31.205Z Downloaded tokio-rustls v0.24.1
8412024-10-15T17:53:31.205Z Downloaded tui-tree-widget v0.22.0
8422024-10-15T17:53:31.207Z Downloaded secrecy v0.8.0
8432024-10-15T17:53:31.210Z Downloaded structmeta v0.3.0
8442024-10-15T17:53:31.210Z Downloaded rand_seeder v0.3.0
8452024-10-15T17:53:31.212Z Downloaded radium v0.7.0
8462024-10-15T17:53:31.212Z Downloaded p256 v0.13.2
8472024-10-15T17:53:31.215Z Downloaded itertools v0.12.1
8482024-10-15T17:53:31.221Z Downloaded ed25519 v2.2.3
8492024-10-15T17:53:31.225Z Downloaded structmeta-derive v0.2.0
8502024-10-15T17:53:31.227Z Downloaded psl-types v2.0.11
8512024-10-15T17:53:31.227Z Downloaded whoami v1.5.2
8522024-10-15T17:53:31.230Z Downloaded serde_derive_internals v0.29.1
8532024-10-15T17:53:31.230Z Downloaded rand v0.8.5
8542024-10-15T17:53:31.245Z Downloaded aho-corasick v1.1.3
8552024-10-15T17:53:31.252Z Downloaded thiserror-impl-no-std v2.0.2
8562024-10-15T17:53:31.255Z Downloaded paste v1.0.15
8572024-10-15T17:53:31.259Z Downloaded fd-lock v4.0.2
8582024-10-15T17:53:31.262Z Downloaded fallible-iterator v0.2.0
8592024-10-15T17:53:31.265Z Downloaded thread_local v1.1.8
8602024-10-15T17:53:31.267Z Downloaded tungstenite v0.21.0
8612024-10-15T17:53:31.273Z Downloaded tokio-tungstenite v0.21.0
8622024-10-15T17:53:31.276Z Downloaded slog-term v2.9.1
8632024-10-15T17:53:31.279Z Downloaded quick-error v1.2.3
8642024-10-15T17:53:31.282Z Downloaded ecdsa v0.16.9
8652024-10-15T17:53:31.285Z Downloaded toml v0.7.8
8662024-10-15T17:53:31.287Z Downloaded value-bag v1.9.0
8672024-10-15T17:53:31.290Z Downloaded russh v0.45.0
8682024-10-15T17:53:31.297Z Downloaded password-hash v0.5.0
8692024-10-15T17:53:31.300Z Downloaded http v1.1.0
8702024-10-15T17:53:31.302Z Downloaded walkdir v2.5.0
8712024-10-15T17:53:31.305Z Downloaded tokio-tungstenite v0.23.1
8722024-10-15T17:53:31.307Z Downloaded tinyvec v1.6.0
8732024-10-15T17:53:31.310Z Downloaded bitvec v1.0.1
8742024-10-15T17:53:31.326Z Downloaded dirs-sys-next v0.1.2
8752024-10-15T17:53:31.329Z Downloaded quinn-udp v0.5.5
8762024-10-15T17:53:31.331Z Downloaded slog v2.7.0
8772024-10-15T17:53:31.333Z Downloaded ron v0.8.1
8782024-10-15T17:53:31.337Z Downloaded unicode-segmentation v1.11.0
8792024-10-15T17:53:31.341Z Downloaded flume v0.11.0
8802024-10-15T17:53:31.346Z Downloaded steno v0.4.1
8812024-10-15T17:53:31.350Z Downloaded rayon v1.10.0
8822024-10-15T17:53:31.360Z Downloaded progenitor-impl v0.8.0
8832024-10-15T17:53:31.362Z Downloaded russh-keys v0.45.0
8842024-10-15T17:53:31.365Z Downloaded unicode-normalization v0.1.23
8852024-10-15T17:53:31.369Z Downloaded hyper v0.14.30
8862024-10-15T17:53:31.378Z Downloaded heapless v0.7.17
8872024-10-15T17:53:31.382Z Downloaded openssl-sys v0.9.103
8882024-10-15T17:53:31.388Z Downloaded quick-xml v0.33.0
8892024-10-15T17:53:31.394Z Downloaded expectorate v1.1.0
8902024-10-15T17:53:31.398Z Downloaded quinn-proto v0.11.8
8912024-10-15T17:53:31.404Z Downloaded rayon-core v1.12.1
8922024-10-15T17:53:31.409Z Downloaded ssh-key v0.6.6
8932024-10-15T17:53:31.416Z Downloaded curve25519-dalek v4.1.3
8942024-10-15T17:53:31.426Z Downloaded proptest v1.5.0
8952024-10-15T17:53:31.435Z Downloaded tokio-util v0.7.12
8962024-10-15T17:53:31.442Z Downloaded rustls-webpki v0.101.7
8972024-10-15T17:53:31.457Z Downloaded reedline v0.35.0
8982024-10-15T17:53:31.466Z Downloaded p521 v0.13.3
8992024-10-15T17:53:31.470Z Downloaded winnow v0.5.40
9002024-10-15T17:53:31.480Z Downloaded idna v0.2.3
9012024-10-15T17:53:31.486Z Downloaded vcpkg v0.2.15
9022024-10-15T17:53:31.528Z Downloaded object v0.30.4
9032024-10-15T17:53:31.537Z Downloaded webpki-roots v0.26.3
9042024-10-15T17:53:31.541Z Downloaded idna v0.3.0
9052024-10-15T17:53:31.548Z Downloaded h2 v0.4.6
9062024-10-15T17:53:31.556Z Downloaded smoltcp v0.11.0
9072024-10-15T17:53:31.572Z Downloaded rustls-webpki v0.102.4
9082024-10-15T17:53:31.591Z Downloaded smoltcp v0.9.1
9092024-10-15T17:53:31.603Z Downloaded radix_trie v0.2.1
9102024-10-15T17:53:31.610Z Downloaded hickory-proto v0.24.1
9112024-10-15T17:53:31.627Z Downloaded idna v0.5.0
9122024-10-15T17:53:31.634Z Downloaded regex-syntax v0.6.29
9132024-10-15T17:53:31.641Z Downloaded rustls v0.22.4
9142024-10-15T17:53:31.657Z Downloaded git2 v0.19.0
9152024-10-15T17:53:31.666Z Downloaded regex-syntax v0.8.5
9162024-10-15T17:53:31.677Z Downloaded rustls v0.21.12
9172024-10-15T17:53:31.687Z Downloaded rustls v0.23.10
9182024-10-15T17:53:31.704Z Downloaded typify-impl v0.2.0
9192024-10-15T17:53:31.718Z Downloaded openssl v0.10.66
9202024-10-15T17:53:31.730Z Downloaded gimli v0.28.1
9212024-10-15T17:53:31.739Z Downloaded trust-dns-proto v0.22.0
9222024-10-15T17:53:31.751Z Downloaded diesel v2.2.4
9232024-10-15T17:53:31.775Z Downloaded bzip2-sys v0.1.11+1.0.8
9242024-10-15T17:53:31.787Z Downloaded regress v0.9.1
9252024-10-15T17:53:31.797Z Downloaded finl_unicode v1.2.0
9262024-10-15T17:53:31.812Z Downloaded sha3 v0.10.8
9272024-10-15T17:53:31.816Z Downloaded csv v1.3.0
9282024-10-15T17:53:31.840Z Downloaded tokio v1.40.0
9292024-10-15T17:53:31.883Z Downloaded polar-core v0.27.3
9302024-10-15T17:53:31.892Z Downloaded ratatui v0.28.1
9312024-10-15T17:53:31.914Z Downloaded zerocopy-derive v0.6.6
9322024-10-15T17:53:31.926Z Downloaded dropshot v0.12.0
9332024-10-15T17:53:31.949Z Downloaded sled v0.34.7
9342024-10-15T17:53:31.959Z Downloaded regress v0.10.1
9352024-10-15T17:53:31.969Z Downloaded regex-automata v0.4.8
9362024-10-15T17:53:31.989Z Downloaded openapiv3 v2.0.0
9372024-10-15T17:53:32.009Z Downloaded lzma-sys v0.1.20
9382024-10-15T17:53:32.065Z Downloaded p384 v0.13.0
9392024-10-15T17:53:32.070Z Downloaded petgraph v0.6.5
9402024-10-15T17:53:32.089Z Downloaded nix v0.29.0
9412024-10-15T17:53:32.100Z Downloaded nix v0.28.0
9422024-10-15T17:53:32.112Z Downloaded nix v0.27.1
9432024-10-15T17:53:32.124Z Downloaded bstr v1.9.1
9442024-10-15T17:53:32.135Z Downloaded publicsuffix v2.2.3
9452024-10-15T17:53:32.137Z Downloaded ring v0.17.8
9462024-10-15T17:53:32.206Z Downloaded regex v1.11.0
9472024-10-15T17:53:32.219Z Downloaded lalrpop v0.19.12
9482024-10-15T17:53:32.230Z Downloaded object v0.32.2
9492024-10-15T17:53:32.241Z Downloaded sqlparser v0.45.0
9502024-10-15T17:53:32.249Z Downloaded reqwest v0.12.8
9512024-10-15T17:53:32.256Z Downloaded idna v0.4.0
9522024-10-15T17:53:32.263Z Downloaded typed-path v0.7.1
9532024-10-15T17:53:32.269Z Downloaded h2 v0.3.26
9542024-10-15T17:53:32.276Z Downloaded time v0.3.36
9552024-10-15T17:53:32.283Z Downloaded chrono v0.4.38
9562024-10-15T17:53:32.290Z Downloaded parking_lot_core v0.9.10
9572024-10-15T17:53:32.294Z Downloaded hickory-client v0.24.1
9582024-10-15T17:53:32.296Z Downloaded test-strategy v0.3.1
9592024-10-15T17:53:32.299Z Downloaded heapless v0.8.0
9602024-10-15T17:53:32.303Z Downloaded uuid v1.10.0
9612024-10-15T17:53:32.305Z Downloaded elliptic-curve v0.13.8
9622024-10-15T17:53:32.314Z Downloaded salty v0.3.0
9632024-10-15T17:53:32.317Z Downloaded rusqlite v0.32.1
9642024-10-15T17:53:32.323Z Downloaded peg v0.8.4
9652024-10-15T17:53:32.326Z Downloaded packed_struct v0.10.1
9662024-10-15T17:53:32.330Z Downloaded parking_lot v0.11.2
9672024-10-15T17:53:32.330Z Downloaded rustc-hash v2.0.0
9682024-10-15T17:53:32.333Z Downloaded owo-colors v4.1.0
9692024-10-15T17:53:32.333Z Downloaded rustls-pki-types v1.9.0
9702024-10-15T17:53:32.335Z Downloaded rsa v0.9.6
9712024-10-15T17:53:32.340Z Downloaded hashbrown v0.14.5
9722024-10-15T17:53:32.346Z Downloaded defmt-macros v0.3.9
9732024-10-15T17:53:32.349Z Downloaded serde_with_macros v3.11.0
9742024-10-15T17:53:32.353Z Downloaded bindgen v0.69.4
9752024-10-15T17:53:32.357Z Downloaded postgres-types v0.2.8
9762024-10-15T17:53:32.359Z Downloaded poly1305 v0.8.0
9772024-10-15T17:53:32.362Z Downloaded encoding_rs v0.8.34
9782024-10-15T17:53:32.383Z Downloaded derive_more v0.99.18
9792024-10-15T17:53:32.387Z Downloaded hex-literal v0.4.1
9802024-10-15T17:53:32.390Z Downloaded portable-atomic v1.6.0
9812024-10-15T17:53:32.394Z Downloaded futures-channel v0.3.31
9822024-10-15T17:53:32.397Z Downloaded der_derive v0.7.2
9832024-10-15T17:53:32.399Z Downloaded num_enum v0.5.11
9842024-10-15T17:53:32.402Z Downloaded vergen v8.3.2
9852024-10-15T17:53:32.405Z Downloaded tough v0.17.1
9862024-10-15T17:53:32.413Z Downloaded progenitor-macro v0.8.0
9872024-10-15T17:53:32.415Z Downloaded hostname v0.4.0
9882024-10-15T17:53:32.415Z Downloaded vsss-rs v3.3.4
9892024-10-15T17:53:32.418Z Downloaded hashbrown v0.12.3
9902024-10-15T17:53:32.421Z Downloaded pkcs5 v0.7.1
9912024-10-15T17:53:32.424Z Downloaded serde_with v3.11.0
9922024-10-15T17:53:32.433Z Downloaded num-bigint-dig v0.8.4
9932024-10-15T17:53:32.437Z Downloaded termtree v0.4.1
9942024-10-15T17:53:32.440Z Downloaded hkdf v0.12.4
9952024-10-15T17:53:32.443Z Downloaded hickory-resolver v0.24.1
9962024-10-15T17:53:32.445Z Downloaded unicode_categories v0.1.1
9972024-10-15T17:53:32.448Z Downloaded futures-core v0.3.31
9982024-10-15T17:53:32.448Z Downloaded structmeta v0.2.0
9992024-10-15T17:53:32.451Z Downloaded serde_plain v1.0.2
10002024-10-15T17:53:32.451Z Downloaded serde_path_to_error v0.1.16
10012024-10-15T17:53:32.460Z Downloaded strip-ansi-escapes v0.2.0
10022024-10-15T17:53:32.460Z Downloaded static_assertions v1.1.0
10032024-10-15T17:53:32.460Z Downloaded stable_deref_trait v1.2.0
10042024-10-15T17:53:32.463Z Downloaded ssh-encoding v0.2.0
10052024-10-15T17:53:32.463Z Downloaded futures-io v0.3.31
10062024-10-15T17:53:32.463Z Downloaded deranged v0.3.11
10072024-10-15T17:53:32.464Z Downloaded tar v0.4.42
10082024-10-15T17:53:32.464Z Downloaded hmac v0.12.1
10092024-10-15T17:53:32.464Z Downloaded float-ord v0.3.2
10102024-10-15T17:53:32.468Z Downloaded libgit2-sys v0.17.0+1.8.1
10112024-10-15T17:53:32.521Z Downloaded libxml v0.3.3
10122024-10-15T17:53:32.527Z Downloaded libm v0.2.8
10132024-10-15T17:53:32.535Z Downloaded crossterm v0.28.1
10142024-10-15T17:53:32.541Z Downloaded hash32 v0.2.1
10152024-10-15T17:53:32.543Z Downloaded ghash v0.5.1
10162024-10-15T17:53:32.543Z Downloaded zip v0.6.6
10172024-10-15T17:53:32.547Z Downloaded topological-sort v0.2.2
10182024-10-15T17:53:32.550Z Downloaded sct v0.7.1
10192024-10-15T17:53:32.552Z Downloaded parse-display-derive v0.10.0
10202024-10-15T17:53:32.552Z Downloaded headers v0.4.0
10212024-10-15T17:53:32.557Z Downloaded zone v0.3.0
10222024-10-15T17:53:32.560Z Downloaded http v0.2.12
10232024-10-15T17:53:32.562Z Downloaded tls_codec_derive v0.4.1
10242024-10-15T17:53:32.565Z Downloaded des v0.8.1
10252024-10-15T17:53:32.569Z Downloaded quinn v0.11.5
10262024-10-15T17:53:32.571Z Downloaded x509-cert v0.2.5
10272024-10-15T17:53:32.574Z Downloaded rfc6979 v0.4.0
10282024-10-15T17:53:32.576Z Downloaded resolv-conf v0.7.0
10292024-10-15T17:53:32.576Z Downloaded unsafe-libyaml v0.2.11
10302024-10-15T17:53:32.579Z Downloaded tungstenite v0.23.0
10312024-10-15T17:53:32.583Z Downloaded url v2.5.2
10322024-10-15T17:53:32.586Z Downloaded tracing v0.1.40
10332024-10-15T17:53:32.590Z Downloaded typify v0.2.0
10342024-10-15T17:53:32.593Z Downloaded pin-project-lite v0.2.14
10352024-10-15T17:53:32.597Z Downloaded dropshot_endpoint v0.12.0
10362024-10-15T17:53:32.600Z Downloaded zerocopy v0.6.6
10372024-10-15T17:53:32.602Z Downloaded env_logger v0.11.5
10382024-10-15T17:53:32.604Z Downloaded zeroize v1.8.1
10392024-10-15T17:53:32.606Z Downloaded parking_lot v0.12.2
10402024-10-15T17:53:32.609Z Downloaded strum_macros v0.25.3
10412024-10-15T17:53:32.612Z Downloaded proc-macro-crate v1.3.1
10422024-10-15T17:53:32.612Z Downloaded serde_repr v0.1.19
10432024-10-15T17:53:32.615Z Downloaded progenitor v0.8.0
10442024-10-15T17:53:32.615Z Downloaded phf_shared v0.11.2
10452024-10-15T17:53:32.615Z Downloaded float-cmp v0.9.0
10462024-10-15T17:53:32.618Z Downloaded minimal-lexical v0.2.1
10472024-10-15T17:53:32.621Z Downloaded display-error-chain v0.2.1
10482024-10-15T17:53:32.621Z Downloaded waitgroup v0.1.2
10492024-10-15T17:53:32.621Z Downloaded ref-cast-impl v1.0.23
10502024-10-15T17:53:32.623Z Downloaded predicates-core v1.0.6
10512024-10-15T17:53:32.623Z Downloaded similar v2.6.0
10522024-10-15T17:53:32.627Z Downloaded const_format v0.2.33
10532024-10-15T17:53:32.631Z Downloaded bytes v1.7.2
10542024-10-15T17:53:32.635Z Downloaded sync_wrapper v1.0.1
10552024-10-15T17:53:32.638Z Downloaded sync_wrapper v0.1.2
10562024-10-15T17:53:32.638Z Downloaded strum_macros v0.24.3
10572024-10-15T17:53:32.641Z Downloaded signal-hook-mio v0.2.4
10582024-10-15T17:53:32.641Z Downloaded env_filter v0.1.2
10592024-10-15T17:53:32.641Z Downloaded dhcproto v0.12.0
10602024-10-15T17:53:32.643Z Downloaded fixedbitset v0.4.2
10612024-10-15T17:53:32.646Z Downloaded parse-display v0.10.0
10622024-10-15T17:53:32.646Z Downloaded num-bigint v0.4.5
10632024-10-15T17:53:32.650Z Downloaded mio v1.0.2
10642024-10-15T17:53:32.657Z Downloaded rustc_version v0.4.1
10652024-10-15T17:53:32.659Z Downloaded nu-ansi-term v0.50.0
10662024-10-15T17:53:32.659Z Downloaded mockall v0.13.0
10672024-10-15T17:53:32.661Z Downloaded console v0.15.8
10682024-10-15T17:53:32.664Z Downloaded base64 v0.13.1
10692024-10-15T17:53:32.666Z Downloaded num-rational v0.4.2
10702024-10-15T17:53:32.669Z Downloaded hash32 v0.3.1
10712024-10-15T17:53:32.669Z Downloaded fragile v2.0.0
10722024-10-15T17:53:32.671Z Downloaded form_urlencoded v1.2.1
10732024-10-15T17:53:32.671Z Downloaded structmeta-derive v0.3.0
10742024-10-15T17:53:32.674Z Downloaded spin v0.9.8
10752024-10-15T17:53:32.674Z Downloaded mime v0.3.17
10762024-10-15T17:53:32.677Z Downloaded serde-hex v0.1.0
10772024-10-15T17:53:32.677Z Downloaded rustls-pemfile v1.0.4
10782024-10-15T17:53:32.680Z Downloaded addr2line v0.21.0
10792024-10-15T17:53:32.682Z Downloaded xattr v1.3.1
10802024-10-15T17:53:32.682Z Downloaded sqlformat v0.2.6
10812024-10-15T17:53:32.684Z Downloaded nodrop v0.1.14
10822024-10-15T17:53:32.684Z Downloaded managed v0.8.0
10832024-10-15T17:53:32.688Z Downloaded libefi-sys v0.1.0
10842024-10-15T17:53:32.688Z Downloaded tiny-keccak v2.0.2
10852024-10-15T17:53:32.690Z Downloaded subtle v2.5.0
10862024-10-15T17:53:32.690Z Downloaded curve25519-dalek-derive v0.1.1
10872024-10-15T17:53:32.693Z Downloaded instability v0.3.2
10882024-10-15T17:53:32.693Z Downloaded indoc v1.0.9
10892024-10-15T17:53:32.695Z Downloaded async-bb8-diesel v0.2.1
10902024-10-15T17:53:32.697Z Downloaded shlex v1.3.0
10912024-10-15T17:53:32.697Z Downloaded salsa20 v0.10.2
10922024-10-15T17:53:32.700Z Downloaded rusty-fork v0.3.0
10932024-10-15T17:53:32.700Z Downloaded rustc-hash v1.1.0
10942024-10-15T17:53:32.702Z Downloaded newline-converter v0.3.0
10952024-10-15T17:53:32.703Z Downloaded md5 v0.7.0
10962024-10-15T17:53:32.703Z Downloaded match_cfg v0.1.0
10972024-10-15T17:53:32.703Z Downloaded blowfish v0.9.1
10982024-10-15T17:53:32.705Z Downloaded bb8 v0.8.5
10992024-10-15T17:53:32.705Z Downloaded async-stream v0.3.5
11002024-10-15T17:53:32.708Z Downloaded num-conv v0.1.0
11012024-10-15T17:53:32.708Z Downloaded cookie v0.18.1
11022024-10-15T17:53:32.710Z Downloaded aes-gcm v0.10.3
11032024-10-15T17:53:32.713Z Downloaded bitfield-struct v0.6.1
11042024-10-15T17:53:32.716Z Downloaded bit-set v0.5.3
11052024-10-15T17:53:32.716Z Downloaded crc-any v2.5.0
11062024-10-15T17:53:32.718Z Downloaded nanorand v0.7.0
11072024-10-15T17:53:32.718Z Downloaded lazycell v1.3.0
11082024-10-15T17:53:32.721Z Downloaded lalrpop-util v0.19.12
11092024-10-15T17:53:32.721Z Downloaded kstat-rs v0.2.4
11102024-10-15T17:53:32.724Z Downloaded iana-time-zone v0.1.60
11112024-10-15T17:53:32.724Z Downloaded crc32fast v1.4.0
11122024-10-15T17:53:32.726Z Downloaded ahash v0.8.11
11132024-10-15T17:53:32.730Z Downloaded http-body-util v0.1.2
11142024-10-15T17:53:32.730Z Downloaded cassowary v0.3.0
11152024-10-15T17:53:32.734Z Downloaded maplit v1.0.2
11162024-10-15T17:53:32.734Z Downloaded linear-map v1.2.0
11172024-10-15T17:53:32.734Z Downloaded async-recursion v1.1.1
11182024-10-15T17:53:32.736Z Downloaded backoff v0.4.0
11192024-10-15T17:53:32.738Z Downloaded defmt v0.3.8
11202024-10-15T17:53:32.741Z Downloaded aead v0.5.2
11212024-10-15T17:53:32.743Z Downloaded bitfield v0.14.0
11222024-10-15T17:53:32.743Z Downloaded buf-list v1.0.3
11232024-10-15T17:53:32.746Z Downloaded cbc v0.1.2
11242024-10-15T17:53:32.748Z Downloaded block-padding v0.3.3
11252024-10-15T17:53:32.748Z Downloaded inout v0.1.3
11262024-10-15T17:53:32.748Z Downloaded base16ct v0.2.0
11272024-10-15T17:53:32.940Z Downloaded libz-sys v1.1.16
11282024-10-15T17:53:33.145Z Downloaded libsqlite3-sys v0.30.1
11292024-10-15T17:53:33.224Z Downloaded ring v0.16.20
11302024-10-15T17:53:33.405Z Compiling serde v1.0.210
11312024-10-15T17:53:33.408Z Compiling typenum v1.17.0
11322024-10-15T17:53:33.408Z Compiling generic-array v0.14.7
11332024-10-15T17:53:33.408Z Compiling lock_api v0.4.12
11342024-10-15T17:53:33.408Z Compiling scopeguard v1.2.0
11352024-10-15T17:53:33.582Z Compiling subtle v2.5.0
11362024-10-15T17:53:33.612Z Compiling syn v2.0.79
11372024-10-15T17:53:33.630Z Compiling getrandom v0.2.14
11382024-10-15T17:53:33.671Z Compiling value-bag v1.9.0
11392024-10-15T17:53:33.892Z Compiling rand_core v0.6.4
11402024-10-15T17:53:33.981Z Compiling const-oid v0.9.6
11412024-10-15T17:53:34.109Z Compiling log v0.4.22
11422024-10-15T17:53:34.127Z Compiling jobserver v0.1.32
11432024-10-15T17:53:34.239Z Compiling pin-project-lite v0.2.14
11442024-10-15T17:53:34.376Z Compiling smallvec v1.13.2
11452024-10-15T17:53:34.411Z Compiling parking_lot_core v0.9.10
11462024-10-15T17:53:34.543Z Compiling cc v1.0.97
11472024-10-15T17:53:34.766Z Compiling futures-core v0.3.31
11482024-10-15T17:53:34.943Z Compiling signal-hook-registry v1.4.2
11492024-10-15T17:53:35.014Z Compiling mio v1.0.2
11502024-10-15T17:53:35.071Z Compiling cpufeatures v0.2.12
11512024-10-15T17:53:35.182Z Compiling futures-sink v0.3.31
11522024-10-15T17:53:35.332Z Compiling parking_lot v0.12.2
11532024-10-15T17:53:35.552Z Compiling spin v0.9.8
11542024-10-15T17:53:35.776Z Compiling socket2 v0.5.7
11552024-10-15T17:53:35.958Z Compiling slab v0.4.9
11562024-10-15T17:53:35.963Z Compiling serde_json v1.0.128
11572024-10-15T17:53:36.224Z Compiling futures-channel v0.3.31
11582024-10-15T17:53:36.292Z Compiling futures-io v0.3.31
11592024-10-15T17:53:36.295Z Compiling pin-utils v0.1.0
11602024-10-15T17:53:36.459Z Compiling tinyvec_macros v0.1.1
11612024-10-15T17:53:36.489Z Compiling futures-task v0.3.31
11622024-10-15T17:53:36.550Z Compiling tinyvec v1.6.0
11632024-10-15T17:53:36.682Z Compiling libm v0.2.8
11642024-10-15T17:53:36.704Z Compiling num-traits v0.2.19
11652024-10-15T17:53:36.776Z Compiling unicode-bidi v0.3.15
11662024-10-15T17:53:36.817Z Compiling base64ct v1.6.0
11672024-10-15T17:53:36.841Z Compiling flagset v0.4.5
11682024-10-15T17:53:37.033Z Compiling httparse v1.8.0
11692024-10-15T17:53:37.237Z Compiling ppv-lite86 v0.2.17
11702024-10-15T17:53:37.435Z Compiling pem-rfc7468 v0.7.0
11712024-10-15T17:53:37.548Z Compiling tracing-core v0.1.32
11722024-10-15T17:53:38.043Z Compiling rand_chacha v0.3.1
11732024-10-15T17:53:38.183Z Compiling unicode-normalization v0.1.23
11742024-10-15T17:53:38.330Z Compiling rustls-pki-types v1.9.0
11752024-10-15T17:53:38.625Z Compiling percent-encoding v2.3.1
11762024-10-15T17:53:38.779Z Compiling ring v0.17.8
11772024-10-15T17:53:38.995Z Compiling crossbeam-utils v0.8.19
11782024-10-15T17:53:39.040Z Compiling rand v0.8.5
11792024-10-15T17:53:39.464Z Compiling time-core v0.1.2
11802024-10-15T17:53:39.653Z Compiling untrusted v0.9.0
11812024-10-15T17:53:39.704Z Compiling num-conv v0.1.0
11822024-10-15T17:53:39.902Z Compiling powerfmt v0.2.0
11832024-10-15T17:53:40.035Z Compiling pkg-config v0.3.30
11842024-10-15T17:53:40.089Z Compiling vcpkg v0.2.15
11852024-10-15T17:53:40.284Z Compiling deranged v0.3.11
11862024-10-15T17:53:40.301Z Compiling time-macros v0.2.18
11872024-10-15T17:53:41.064Z Compiling num_threads v0.1.7
11882024-10-15T17:53:41.198Z Compiling atomic-waker v1.1.2
11892024-10-15T17:53:41.411Z Compiling form_urlencoded v1.2.1
11902024-10-15T17:53:41.519Z Compiling slog v2.7.0
11912024-10-15T17:53:41.716Z Compiling rustix v0.38.37
11922024-10-15T17:53:41.796Z Compiling try-lock v0.2.5
11932024-10-15T17:53:41.933Z Compiling want v0.3.1
11942024-10-15T17:53:42.097Z Compiling httpdate v1.0.3
11952024-10-15T17:53:42.172Z Compiling openssl-sys v0.9.103
11962024-10-15T17:53:42.201Z Compiling idna v0.5.0
11972024-10-15T17:53:42.554Z Compiling foreign-types-shared v0.1.1
11982024-10-15T17:53:42.557Z Compiling tower-service v0.3.2
11992024-10-15T17:53:42.668Z Compiling iana-time-zone v0.1.60
12002024-10-15T17:53:42.689Z Compiling openssl v0.10.66
12012024-10-15T17:53:42.892Z Compiling rustversion v1.0.17
12022024-10-15T17:53:43.105Z Compiling base64 v0.22.1
12032024-10-15T17:53:43.124Z Compiling match_cfg v0.1.0
12042024-10-15T17:53:43.224Z Compiling hostname v0.3.1
12052024-10-15T17:53:43.306Z Compiling time v0.3.36
12062024-10-15T17:53:43.450Z Compiling url v2.5.2
12072024-10-15T17:53:43.589Z Compiling foreign-types v0.3.2
12082024-10-15T17:53:43.609Z Compiling dirs-sys-next v0.1.2
12092024-10-15T17:53:43.684Z Compiling aho-corasick v1.1.3
12102024-10-15T17:53:43.756Z Compiling rustls v0.23.10
12112024-10-15T17:53:44.046Z Compiling data-encoding v2.6.0
12122024-10-15T17:53:44.243Z Compiling siphasher v0.3.11
12132024-10-15T17:53:44.585Z Compiling syn v1.0.109
12142024-10-15T17:53:45.117Z Compiling rustls v0.22.4
12152024-10-15T17:53:45.170Z Compiling regex-syntax v0.8.5
12162024-10-15T17:53:45.392Z Compiling native-tls v0.2.11
12172024-10-15T17:53:45.836Z Compiling dirs-next v2.0.0
12182024-10-15T17:53:46.273Z Compiling crossbeam-epoch v0.9.18
12192024-10-15T17:53:46.332Z Compiling serde_derive_internals v0.29.1
12202024-10-15T17:53:47.000Z Compiling backtrace v0.3.71
12212024-10-15T17:53:47.368Z Compiling serde_derive v1.0.210
12222024-10-15T17:53:47.433Z Compiling zeroize_derive v1.4.2
12232024-10-15T17:53:47.452Z Compiling tokio-macros v2.4.0
12242024-10-15T17:53:48.128Z Compiling thiserror-impl v1.0.64
12252024-10-15T17:53:48.743Z Compiling futures-macro v0.3.31
12262024-10-15T17:53:48.913Z Compiling der_derive v0.7.2
12272024-10-15T17:53:49.029Z Compiling zeroize v1.8.1
12282024-10-15T17:53:49.066Z Compiling tracing-attributes v0.1.27
12292024-10-15T17:53:50.694Z Compiling crypto-common v0.1.6
12302024-10-15T17:53:50.715Z Compiling block-buffer v0.10.4
12312024-10-15T17:53:50.935Z Compiling digest v0.10.7
12322024-10-15T17:53:50.972Z Compiling futures-util v0.3.31
12332024-10-15T17:53:51.331Z Compiling thiserror v1.0.64
12342024-10-15T17:53:51.369Z Compiling hmac v0.12.1
12352024-10-15T17:53:51.419Z Compiling block-padding v0.3.3
12362024-10-15T17:53:51.439Z Compiling sha2 v0.10.8
12372024-10-15T17:53:51.467Z Compiling der v0.7.9
12382024-10-15T17:53:51.606Z Compiling pbkdf2 v0.12.2
12392024-10-15T17:53:51.674Z Compiling inout v0.1.3
12402024-10-15T17:53:51.776Z Compiling pest v2.7.10
12412024-10-15T17:53:51.953Z Compiling cipher v0.4.4
12422024-10-15T17:53:52.471Z Compiling salsa20 v0.10.2
12432024-10-15T17:53:52.687Z Compiling scrypt v0.11.0
12442024-10-15T17:53:52.793Z Compiling tracing v0.1.40
12452024-10-15T17:53:53.276Z Compiling cbc v0.1.2
12462024-10-15T17:53:53.311Z Compiling aes v0.8.4
12472024-10-15T17:53:53.473Z Compiling spki v0.7.3
12482024-10-15T17:53:53.842Z Compiling zerocopy-derive v0.7.34
12492024-10-15T17:53:54.538Z Compiling pest_meta v2.7.10
12502024-10-15T17:53:54.597Z Compiling scroll_derive v0.12.0
12512024-10-15T17:53:55.011Z Compiling pkcs5 v0.7.1
12522024-10-15T17:53:56.068Z Compiling scroll v0.12.0
12532024-10-15T17:53:56.088Z Compiling zerocopy v0.7.34
12542024-10-15T17:53:56.137Z Compiling pest_generator v2.7.10
12552024-10-15T17:53:56.234Z Compiling pkcs8 v0.10.2
12562024-10-15T17:53:56.650Z Compiling rustls-webpki v0.102.4
12572024-10-15T17:53:56.998Z Compiling goblin v0.8.2
12582024-10-15T17:53:57.084Z Compiling openssl-macros v0.1.1
12592024-10-15T17:53:57.796Z Compiling async-trait v0.1.83
12602024-10-15T17:53:57.925Z Compiling signature v2.2.0
12612024-10-15T17:53:58.206Z Compiling sha1 v0.10.6
12622024-10-15T17:53:58.297Z Compiling regex-automata v0.4.8
12632024-10-15T17:53:58.356Z Compiling lazy_static v1.5.0
12642024-10-15T17:53:58.479Z Compiling multer v3.1.0
12652024-10-15T17:53:58.618Z Compiling cookie v0.18.1
12662024-10-15T17:53:58.792Z Compiling encoding_rs v0.8.34
12672024-10-15T17:53:58.812Z Compiling thread_local v1.1.8
12682024-10-15T17:53:58.915Z Compiling mime v0.3.17
12692024-10-15T17:53:59.371Z Compiling adler v1.0.2
12702024-10-15T17:53:59.471Z Compiling openssl-probe v0.1.5
12712024-10-15T17:53:59.553Z Compiling pest_derive v2.7.10
12722024-10-15T17:53:59.602Z Compiling gimli v0.28.1
12732024-10-15T17:53:59.835Z Compiling finl_unicode v1.2.0
12742024-10-15T17:54:00.361Z Compiling dtrace-parser v0.2.0
12752024-10-15T17:54:00.418Z Compiling signal-hook v0.3.17
12762024-10-15T17:54:00.574Z Compiling paste v1.0.15
12772024-10-15T17:54:00.718Z Compiling schemars v0.8.21
12782024-10-15T17:54:01.084Z Compiling slog-async v2.8.0
12792024-10-15T17:54:01.110Z Compiling bytes v1.7.2
12802024-10-15T17:54:01.656Z Compiling indexmap v2.6.0
12812024-10-15T17:54:02.466Z Compiling tokio v1.40.0
12822024-10-15T17:54:02.515Z Compiling http v1.1.0
12832024-10-15T17:54:03.065Z Compiling bitflags v2.6.0
12842024-10-15T17:54:03.306Z Compiling semver v1.0.23
12852024-10-15T17:54:03.516Z Compiling dof v0.3.0
12862024-10-15T17:54:04.092Z Compiling rustc_version v0.4.1
12872024-10-15T17:54:04.561Z Compiling http-body v1.0.0
12882024-10-15T17:54:04.804Z Compiling toml_datetime v0.6.8
12892024-10-15T17:54:04.853Z Compiling uuid v1.10.0
12902024-10-15T17:54:04.991Z Compiling serde_spanned v0.6.7
12912024-10-15T17:54:05.227Z Compiling serde_tokenstream v0.2.2
12922024-10-15T17:54:05.328Z Compiling usdt-impl v0.5.0
12932024-10-15T17:54:05.761Z Compiling chrono v0.4.38
12942024-10-15T17:54:05.853Z Compiling heapless v0.7.17
12952024-10-15T17:54:06.338Z Compiling http-body-util v0.1.2
12962024-10-15T17:54:06.864Z Compiling rayon-core v1.12.1
12972024-10-15T17:54:06.974Z Compiling ipnet v2.10.1
12982024-10-15T17:54:07.153Z Compiling either v1.13.0
12992024-10-15T17:54:07.540Z Compiling usdt-macro v0.5.0
13002024-10-15T17:54:07.582Z Compiling usdt-attr-macro v0.5.0
13012024-10-15T17:54:08.309Z Compiling toml_edit v0.22.22
13022024-10-15T17:54:09.079Z Compiling curve25519-dalek v4.1.3
13032024-10-15T17:54:09.375Z Compiling addr2line v0.21.0
13042024-10-15T17:54:09.536Z Compiling slog-json v2.6.1
13052024-10-15T17:54:09.891Z Compiling serde_urlencoded v0.7.1
13062024-10-15T17:54:09.976Z Compiling stringprep v0.1.4
13072024-10-15T17:54:10.002Z Compiling miniz_oxide v0.7.2
13082024-10-15T17:54:10.808Z Compiling tokio-util v0.7.12
13092024-10-15T17:54:11.077Z Compiling futures-executor v0.3.31
13102024-10-15T17:54:11.177Z Compiling md-5 v0.10.6
13112024-10-15T17:54:11.481Z Compiling schemars_derive v0.8.21
13122024-10-15T17:54:11.743Z Compiling enum-as-inner v0.6.0
13132024-10-15T17:54:12.256Z Compiling h2 v0.4.6
13142024-10-15T17:54:13.502Z Compiling async-stream-impl v0.3.5
13152024-10-15T17:54:14.856Z Compiling crossbeam-deque v0.8.5
13162024-10-15T17:54:14.877Z Compiling term v0.7.0
13172024-10-15T17:54:15.218Z Compiling crossbeam-channel v0.5.12
13182024-10-15T17:54:16.369Z Compiling num-integer v0.1.46
13192024-10-15T17:54:16.389Z Compiling idna v0.3.0
13202024-10-15T17:54:16.534Z Compiling idna v0.4.0
13212024-10-15T17:54:17.166Z Compiling rustls-pemfile v2.2.0
13222024-10-15T17:54:17.510Z Compiling hash32 v0.2.1
13232024-10-15T17:54:17.900Z Compiling ff v0.13.0
13242024-10-15T17:54:17.982Z Compiling is-terminal v0.4.12
13252024-10-15T17:54:18.024Z Compiling object v0.32.2
13262024-10-15T17:54:18.110Z Compiling dropshot v0.12.0
13272024-10-15T17:54:18.113Z Compiling stable_deref_trait v1.2.0
13282024-10-15T17:54:18.131Z Compiling rustc-demangle v0.1.24
13292024-10-15T17:54:18.225Z Compiling base16ct v0.2.0
13302024-10-15T17:54:18.422Z Compiling psl-types v2.0.11
13312024-10-15T17:54:18.562Z Compiling anyhow v1.0.89
13322024-10-15T17:54:18.625Z Compiling utf-8 v0.7.6
13332024-10-15T17:54:18.969Z Compiling portable-atomic v1.6.0
13342024-10-15T17:54:19.112Z Compiling hyper v1.4.1
13352024-10-15T17:54:19.176Z Compiling num-bigint-dig v0.8.4
13362024-10-15T17:54:19.494Z Compiling fallible-iterator v0.2.0
13372024-10-15T17:54:20.028Z Compiling linked-hash-map v0.5.6
13382024-10-15T17:54:20.235Z Compiling take_mut v0.2.2
13392024-10-15T17:54:20.395Z Compiling crc32fast v1.4.0
13402024-10-15T17:54:20.417Z Compiling quick-error v1.2.3
13412024-10-15T17:54:20.575Z Compiling smoltcp v0.9.1
13422024-10-15T17:54:20.821Z Compiling dyn-clone v1.0.17
13432024-10-15T17:54:21.046Z Compiling resolv-conf v0.7.0
13442024-10-15T17:54:21.361Z Compiling lru-cache v0.1.2
13452024-10-15T17:54:21.569Z Compiling hyper-util v0.1.9
13462024-10-15T17:54:22.691Z Compiling postgres-protocol v0.6.7
13472024-10-15T17:54:23.358Z Compiling tungstenite v0.23.0
13482024-10-15T17:54:23.379Z Compiling publicsuffix v2.2.3
13492024-10-15T17:54:23.642Z Compiling sec1 v0.7.3
13502024-10-15T17:54:24.215Z Compiling slog-term v2.9.1
13512024-10-15T17:54:24.273Z Compiling group v0.13.0
13522024-10-15T17:54:24.609Z Compiling usdt v0.5.0
13532024-10-15T17:54:24.888Z Compiling hickory-proto v0.24.1
13542024-10-15T17:54:25.108Z Compiling num-iter v0.1.45
13552024-10-15T17:54:25.295Z Compiling tokio-rustls v0.26.0
13562024-10-15T17:54:25.347Z Compiling async-stream v0.3.5
13572024-10-15T17:54:25.468Z Compiling tokio-rustls v0.25.0
13582024-10-15T17:54:25.634Z Compiling tokio-native-tls v0.3.1
13592024-10-15T17:54:25.716Z Compiling toml v0.8.19
13602024-10-15T17:54:25.752Z Compiling futures v0.3.31
13612024-10-15T17:54:25.913Z Compiling camino v1.1.9
13622024-10-15T17:54:27.012Z Compiling slog-bunyan v2.5.0
13632024-10-15T17:54:27.230Z Compiling terminal_size v0.4.0
13642024-10-15T17:54:27.273Z Compiling dropshot_endpoint v0.12.0
13652024-10-15T17:54:27.456Z Compiling openapiv3 v2.0.0
13662024-10-15T17:54:27.530Z Compiling serde_path_to_error v0.1.16
13672024-10-15T17:54:27.922Z Compiling hkdf v0.12.4
13682024-10-15T17:54:28.155Z Compiling crypto-bigint v0.5.5
13692024-10-15T17:54:28.226Z Compiling zerocopy-derive v0.6.6
13702024-10-15T17:54:28.317Z Compiling curve25519-dalek-derive v0.1.1
13712024-10-15T17:54:28.348Z Compiling phf_shared v0.11.2
13722024-10-15T17:54:28.741Z Compiling waitgroup v0.1.2
13732024-10-15T17:54:28.956Z Compiling webpki-roots v0.26.3
13742024-10-15T17:54:29.174Z Compiling hostname v0.4.0
13752024-10-15T17:54:29.428Z Compiling hubpack_derive v0.1.1
13762024-10-15T17:54:29.449Z Compiling ahash v0.8.11
13772024-10-15T17:54:29.795Z Compiling fs-err v2.11.0
13782024-10-15T17:54:29.900Z Compiling adler2 v2.0.0
13792024-10-15T17:54:30.103Z Compiling debug-ignore v1.0.5
13802024-10-15T17:54:30.121Z Compiling winnow v0.5.40
13812024-10-15T17:54:30.253Z Compiling bitflags v1.3.2
13822024-10-15T17:54:30.332Z Compiling managed v0.8.0
13832024-10-15T17:54:30.363Z Compiling hubpack v0.1.2
13842024-10-15T17:54:30.448Z Compiling zerocopy v0.6.6
13852024-10-15T17:54:30.811Z Compiling hickory-resolver v0.24.1
13862024-10-15T17:54:31.319Z Compiling elliptic-curve v0.13.8
13872024-10-15T17:54:31.844Z Compiling clap_builder v4.5.20
13882024-10-15T17:54:32.355Z Compiling console v0.15.8
13892024-10-15T17:54:32.955Z Compiling miniz_oxide v0.8.0
13902024-10-15T17:54:33.866Z Compiling toml_edit v0.19.15
13912024-10-15T17:54:34.321Z Compiling hyper-rustls v0.27.3
13922024-10-15T17:54:34.556Z Compiling phf v0.11.2
13932024-10-15T17:54:34.845Z Compiling signal-hook-mio v0.2.4
13942024-10-15T17:54:34.937Z Compiling cookie_store v0.21.0
13952024-10-15T17:54:35.009Z Compiling rayon v1.10.0
13962024-10-15T17:54:35.239Z Compiling hyper-tls v0.6.0
13972024-10-15T17:54:36.570Z Compiling tokio-tungstenite v0.23.1
13982024-10-15T17:54:37.093Z Compiling postgres-types v0.2.8
13992024-10-15T17:54:38.958Z Compiling tokio-stream v0.1.16
14002024-10-15T17:54:39.236Z Compiling regex v1.11.0
14012024-10-15T17:54:39.865Z Compiling bstr v1.9.1
14022024-10-15T17:54:40.018Z Compiling serde-big-array v0.5.1
14032024-10-15T17:54:40.259Z Compiling ed25519 v2.2.3
14042024-10-15T17:54:40.361Z Compiling pkcs1 v0.7.5
14052024-10-15T17:54:41.259Z Compiling rfc6979 v0.4.0
14062024-10-15T17:54:41.405Z Compiling strum_macros v0.25.3
14072024-10-15T17:54:41.454Z Compiling clap_derive v4.5.18
14082024-10-15T17:54:41.613Z Compiling derive-where v1.2.7
14092024-10-15T17:54:41.691Z Compiling serde_repr v0.1.19
14102024-10-15T17:54:41.789Z Compiling phf_shared v0.10.0
14112024-10-15T17:54:42.203Z Compiling float-cmp v0.9.0
14122024-10-15T17:54:42.257Z Compiling sync_wrapper v1.0.1
14132024-10-15T17:54:42.359Z Compiling minimal-lexical v0.2.1
14142024-10-15T17:54:42.418Z Compiling difflib v0.4.0
14152024-10-15T17:54:42.438Z Compiling static_assertions v1.1.0
14162024-10-15T17:54:42.543Z Compiling normalize-line-endings v0.3.0
14172024-10-15T17:54:42.684Z Compiling number_prefix v0.4.0
14182024-10-15T17:54:42.870Z Compiling predicates-core v1.0.6
14192024-10-15T17:54:42.893Z Compiling precomputed-hash v0.1.1
14202024-10-15T17:54:42.911Z Compiling whoami v1.5.2
14212024-10-15T17:54:43.009Z Compiling fixedbitset v0.4.2
14222024-10-15T17:54:43.226Z Compiling unicode-segmentation v1.11.0
14232024-10-15T17:54:43.490Z Compiling bit-vec v0.6.3
14242024-10-15T17:54:43.540Z Compiling new_debug_unreachable v1.0.6
14252024-10-15T17:54:43.639Z Compiling string_cache v0.8.7
14262024-10-15T17:54:43.956Z Compiling similar v2.6.0
14272024-10-15T17:54:44.007Z Compiling bit-set v0.5.3
14282024-10-15T17:54:44.096Z Compiling petgraph v0.6.5
14292024-10-15T17:54:44.125Z Compiling tokio-postgres v0.7.12
14302024-10-15T17:54:44.291Z Compiling predicates v3.1.2
14312024-10-15T17:54:45.210Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
14322024-10-15T17:54:45.439Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14332024-10-15T17:54:46.041Z Compiling indicatif v0.17.8
14342024-10-15T17:54:46.397Z Compiling nom v7.1.3
14352024-10-15T17:54:46.613Z Compiling clap v4.5.20
14362024-10-15T17:54:46.739Z Compiling reqwest v0.12.8
14372024-10-15T17:54:48.178Z Compiling ecdsa v0.16.9
14382024-10-15T17:54:48.342Z Compiling rsa v0.9.6
14392024-10-15T17:54:49.058Z Compiling ed25519-dalek v2.1.1
14402024-10-15T17:54:49.887Z Compiling flate2 v1.0.34
14412024-10-15T17:54:50.082Z Compiling toml v0.7.8
14422024-10-15T17:54:50.364Z Compiling crossterm v0.28.1
14432024-10-15T17:54:51.425Z Compiling itertools v0.10.5
14442024-10-15T17:54:51.547Z Compiling itertools v0.12.1
14452024-10-15T17:54:51.801Z Compiling hex v0.4.3
14462024-10-15T17:54:52.261Z Compiling x509-cert v0.2.5
14472024-10-15T17:54:52.280Z Compiling unicode-xid v0.2.4
14482024-10-15T17:54:52.413Z Compiling peg-runtime v0.8.3
14492024-10-15T17:54:52.462Z Compiling lalrpop-util v0.19.12
14502024-10-15T17:54:52.832Z Compiling xattr v1.3.1
14512024-10-15T17:54:53.079Z Compiling strum_macros v0.26.4
14522024-10-15T17:54:53.112Z Compiling filetime v0.2.25
14532024-10-15T17:54:53.432Z Compiling tar v0.4.42
14542024-10-15T17:54:56.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14552024-10-15T17:54:56.857Z Compiling strum v0.26.3
14562024-10-15T17:54:56.935Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14572024-10-15T17:55:02.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
14582024-10-15T17:55:02.191Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14592024-10-15T17:55:02.244ZOct 15 17:55:01.346 INFO Starting download, target: Clickhouse
14602024-10-15T17:55:02.244ZOct 15 17:55:01.346 INFO Starting download, target: Cockroach
14612024-10-15T17:55:02.244ZOct 15 17:55:01.346 INFO Starting download, target: Console
14622024-10-15T17:55:02.247ZOct 15 17:55:01.346 INFO Starting download, target: DendriteOpenapi
14632024-10-15T17:55:02.247ZOct 15 17:55:01.346 INFO Starting download, target: DendriteStub
14642024-10-15T17:55:02.247ZOct 15 17:55:01.346 INFO Starting download, target: MaghemiteMgd
14652024-10-15T17:55:02.247ZOct 15 17:55:01.346 INFO Starting download, target: TransceiverControl
14662024-10-15T17:55:02.247ZOct 15 17:55:01.347 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14672024-10-15T17:55:02.247ZOct 15 17:55:01.347 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14682024-10-15T17:55:02.247ZOct 15 17:55:01.347 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14692024-10-15T17:55:02.247ZOct 15 17:55:01.347 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14702024-10-15T17:55:02.247ZOct 15 17:55:01.347 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14712024-10-15T17:55:02.247ZOct 15 17:55:01.347 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14722024-10-15T17:55:02.247ZOct 15 17:55:01.347 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14732024-10-15T17:55:02.404ZOct 15 17:55:01.497 INFO Download complete, target: DendriteOpenapi
14742024-10-15T17:55:02.566ZOct 15 17:55:01.664 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14752024-10-15T17:55:02.780ZOct 15 17:55:01.865 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14762024-10-15T17:55:02.874ZOct 15 17:55:01.975 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14772024-10-15T17:55:02.973ZOct 15 17:55:02.074 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14782024-10-15T17:55:03.148ZOct 15 17:55:02.249 INFO Download complete, target: Console
14792024-10-15T17:55:03.370ZOct 15 17:55:02.472 INFO Download complete, target: TransceiverControl
14802024-10-15T17:55:03.482ZOct 15 17:55:02.584 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14812024-10-15T17:55:03.482ZOct 15 17:55:02.584 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14822024-10-15T17:55:04.113ZOct 15 17:55:03.215 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14832024-10-15T17:55:05.984ZOct 15 17:55:05.083 INFO Download complete, target: DendriteStub
14842024-10-15T17:55:06.166ZOct 15 17:55:05.266 INFO Download complete, target: MaghemiteMgd
14852024-10-15T17:55:11.636ZOct 15 17:55:10.734 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14862024-10-15T17:55:11.910ZOct 15 17:55:11.008 INFO Checking that binary works, target: Cockroach
14872024-10-15T17:55:12.072ZOct 15 17:55:11.169 INFO Download complete, target: Cockroach
14882024-10-15T17:55:17.902ZOct 15 17:55:16.995 INFO Checking that binary works, target: Clickhouse
14892024-10-15T17:55:18.860ZOct 15 17:55:17.954 INFO Download complete, target: Clickhouse
14902024-10-15T17:55:19.069ZAll builder prerequisites installed successfully, and PATH looks valid
14912024-10-15T17:55:19.072Z
14922024-10-15T17:55:19.072Zreal 5:41.465323370
14932024-10-15T17:55:19.072Zuser 12:43.364133771
14942024-10-15T17:55:19.072Zsys 2:39.755872825
14952024-10-15T17:55:19.072Ztrap 0.444279123
14962024-10-15T17:55:19.072Ztflt 7.770085788
14972024-10-15T17:55:19.072Zdflt 5.638197663
14982024-10-15T17:55:19.072Zkflt 0.165499969
14992024-10-15T17:55:19.072Zlock 25:06.624651261
15002024-10-15T17:55:19.072Zslp 53:38.807847614
15012024-10-15T17:55:19.072Zlat 42.866030590
15022024-10-15T17:55:19.072Zstop 1:59.494195033
15032024-10-15T17:55:19.072Z+ banner hack-check
15042024-10-15T17:55:19.075Z
15052024-10-15T17:55:19.075Z # # ## #### # # #### # # ###### #### # #
15062024-10-15T17:55:19.075Z # # # # # # # # # # # # # # # # #
15072024-10-15T17:55:19.075Z ###### # # # #### ##### # ###### ##### # ####
15082024-10-15T17:55:19.075Z # # ###### # # # # # # # # # #
15092024-10-15T17:55:19.075Z # # # # # # # # # # # # # # # # #
15102024-10-15T17:55:19.075Z # # # # #### # # #### # # ###### #### # #
15112024-10-15T17:55:19.076Z
15122024-10-15T17:55:19.076Z+ export CARGO_INCREMENTAL=0
15132024-10-15T17:55:19.076Z+ CARGO_INCREMENTAL=0
15142024-10-15T17:55:19.076Z+ ptime -m timeout 2h cargo xtask check-features --ci
15152024-10-15T17:55:19.673Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15162024-10-15T17:55:23.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
15172024-10-15T17:55:23.664Z Running `target/debug/xtask check-features --ci`
15182024-10-15T17:55:23.684Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15192024-10-15T17:55:23.687Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15202024-10-15T17:55:24.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15212024-10-15T17:55:24.222Z Running `target/debug/xtask download cargo-hack`
15222024-10-15T17:55:25.087Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15232024-10-15T17:55:25.428Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15242024-10-15T17:55:29.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
15252024-10-15T17:55:30.065Z Running `target/debug/xtask-downloader cargo-hack`
15262024-10-15T17:55:30.097ZOct 15 17:55:29.186 INFO Starting download, target: CargoHack
15272024-10-15T17:55:30.099ZOct 15 17:55:29.186 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15282024-10-15T17:55:30.529ZOct 15 17:55:29.617 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15292024-10-15T17:55:30.631ZOct 15 17:55:29.720 INFO Download complete, target: CargoHack
15302024-10-15T17:55:30.636Zrunning: "/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"
15312024-10-15T17:55:30.653Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15322024-10-15T17:55:30.818Zinfo: running `cargo check --bins` on api_identity (1/166)
15332024-10-15T17:55:31.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15342024-10-15T17:55:31.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15352024-10-15T17:55:31.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15362024-10-15T17:55:31.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15372024-10-15T17:55:31.459Z
15382024-10-15T17:55:31.459Zinfo: running `cargo check --bins` on bootstore (2/166)
15392024-10-15T17:55:32.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15402024-10-15T17:55:32.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15412024-10-15T17:55:32.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15422024-10-15T17:55:32.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15432024-10-15T17:55:32.132Z
15442024-10-15T17:55:32.132Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15452024-10-15T17:55:32.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15462024-10-15T17:55:32.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15472024-10-15T17:55:32.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15482024-10-15T17:55:32.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15492024-10-15T17:55:32.794Z
15502024-10-15T17:55:32.794Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15512024-10-15T17:55:33.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15522024-10-15T17:55:33.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15532024-10-15T17:55:33.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15542024-10-15T17:55:33.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15552024-10-15T17:55:33.445Z
15562024-10-15T17:55:33.445Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15572024-10-15T17:55:33.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15582024-10-15T17:55:33.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15592024-10-15T17:55:33.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15602024-10-15T17:55:33.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15612024-10-15T17:55:33.912Z
15622024-10-15T17:55:33.912Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15632024-10-15T17:55:34.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15642024-10-15T17:55:34.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15652024-10-15T17:55:34.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15662024-10-15T17:55:34.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15672024-10-15T17:55:34.402Z
15682024-10-15T17:55:34.402Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15692024-10-15T17:55:34.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15702024-10-15T17:55:34.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15712024-10-15T17:55:34.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15722024-10-15T17:55:34.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15732024-10-15T17:55:34.878Z
15742024-10-15T17:55:34.878Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15752024-10-15T17:55:35.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15762024-10-15T17:55:35.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15772024-10-15T17:55:35.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15782024-10-15T17:55:35.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15792024-10-15T17:55:35.344Z
15802024-10-15T17:55:35.344Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15812024-10-15T17:55:35.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15822024-10-15T17:55:35.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15832024-10-15T17:55:35.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15842024-10-15T17:55:35.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15852024-10-15T17:55:35.817Z
15862024-10-15T17:55:35.817Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15872024-10-15T17:55:36.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15882024-10-15T17:55:36.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15892024-10-15T17:55:36.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15902024-10-15T17:55:36.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15912024-10-15T17:55:36.286Z
15922024-10-15T17:55:36.286Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15932024-10-15T17:55:36.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15942024-10-15T17:55:36.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15952024-10-15T17:55:36.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15962024-10-15T17:55:36.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15972024-10-15T17:55:36.754Z
15982024-10-15T17:55:36.754Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15992024-10-15T17:55:37.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16002024-10-15T17:55:37.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16012024-10-15T17:55:37.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16022024-10-15T17:55:37.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16032024-10-15T17:55:37.229Z
16042024-10-15T17:55:37.229Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16052024-10-15T17:55:37.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16062024-10-15T17:55:37.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16072024-10-15T17:55:37.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16082024-10-15T17:55:37.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16092024-10-15T17:55:37.713Z
16102024-10-15T17:55:37.713Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16112024-10-15T17:55:38.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16122024-10-15T17:55:38.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16132024-10-15T17:55:38.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16142024-10-15T17:55:38.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16152024-10-15T17:55:38.185Z
16162024-10-15T17:55:38.185Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16172024-10-15T17:55:38.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-10-15T17:55:38.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-10-15T17:55:38.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-10-15T17:55:38.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16212024-10-15T17:55:38.668Z
16222024-10-15T17:55:38.668Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16232024-10-15T17:55:39.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-10-15T17:55:39.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-10-15T17:55:39.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-10-15T17:55:39.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16272024-10-15T17:55:39.137Z
16282024-10-15T17:55:39.137Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16292024-10-15T17:55:39.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-10-15T17:55:39.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-10-15T17:55:39.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-10-15T17:55:39.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16332024-10-15T17:55:39.609Z
16342024-10-15T17:55:39.609Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16352024-10-15T17:55:40.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-10-15T17:55:40.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-10-15T17:55:40.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-10-15T17:55:40.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16392024-10-15T17:55:40.084Z
16402024-10-15T17:55:40.084Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16412024-10-15T17:55:40.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-10-15T17:55:40.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-10-15T17:55:40.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-10-15T17:55:40.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16452024-10-15T17:55:40.558Z
16462024-10-15T17:55:40.558Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16472024-10-15T17:55:40.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-10-15T17:55:40.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-10-15T17:55:40.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-10-15T17:55:40.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16512024-10-15T17:55:41.032Z
16522024-10-15T17:55:41.032Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16532024-10-15T17:55:41.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-10-15T17:55:41.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-10-15T17:55:41.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-10-15T17:55:41.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16572024-10-15T17:55:41.520Z
16582024-10-15T17:55:41.520Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16592024-10-15T17:55:41.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-10-15T17:55:41.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-10-15T17:55:41.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-10-15T17:55:41.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16632024-10-15T17:55:41.989Z
16642024-10-15T17:55:41.989Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16652024-10-15T17:55:42.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-10-15T17:55:42.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-10-15T17:55:42.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-10-15T17:55:42.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16692024-10-15T17:55:42.482Z
16702024-10-15T17:55:42.483Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16712024-10-15T17:55:42.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-10-15T17:55:42.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-10-15T17:55:42.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-10-15T17:55:42.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16752024-10-15T17:55:42.935Z
16762024-10-15T17:55:42.935Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16772024-10-15T17:55:43.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-10-15T17:55:43.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-10-15T17:55:43.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-10-15T17:55:43.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16812024-10-15T17:55:43.601Z
16822024-10-15T17:55:43.601Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16832024-10-15T17:55:44.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-10-15T17:55:44.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-10-15T17:55:44.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-10-15T17:55:44.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16872024-10-15T17:55:44.273Z
16882024-10-15T17:55:44.273Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16892024-10-15T17:55:44.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-10-15T17:55:44.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-10-15T17:55:44.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-10-15T17:55:44.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16932024-10-15T17:55:44.957Z
16942024-10-15T17:55:44.957Zinfo: running `cargo check --bins` on oxlog (28/166)
16952024-10-15T17:55:45.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-10-15T17:55:45.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-10-15T17:55:45.592Z Checking cfg-if v1.0.0
16982024-10-15T17:55:45.594Z Checking libc v0.2.159
16992024-10-15T17:55:45.701Z Checking serde v1.0.210
17002024-10-15T17:55:45.701Z Checking zeroize v1.8.1
17012024-10-15T17:55:45.709Z Checking memchr v2.7.2
17022024-10-15T17:55:45.721Z Checking typenum v1.17.0
17032024-10-15T17:55:45.723Z Checking scopeguard v1.2.0
17042024-10-15T17:55:45.733Z Checking subtle v2.5.0
17052024-10-15T17:55:45.757Z Checking value-bag v1.9.0
17062024-10-15T17:55:45.860Z Checking lock_api v0.4.12
17072024-10-15T17:55:45.923Z Checking itoa v1.0.11
17082024-10-15T17:55:45.995Z Checking const-oid v0.9.6
17092024-10-15T17:55:46.134Z Checking pin-project-lite v0.2.14
17102024-10-15T17:55:46.153Z Checking log v0.4.22
17112024-10-15T17:55:46.251Z Checking smallvec v1.13.2
17122024-10-15T17:55:46.260Z Checking futures-core v0.3.31
17132024-10-15T17:55:46.425Z Checking once_cell v1.20.2
17142024-10-15T17:55:46.559Z Checking cpufeatures v0.2.12
17152024-10-15T17:55:46.598Z Checking futures-sink v0.3.31
17162024-10-15T17:55:46.641Z Checking spin v0.9.8
17172024-10-15T17:55:46.670Z Checking byteorder v1.5.0
17182024-10-15T17:55:46.712Z Checking slab v0.4.9
17192024-10-15T17:55:46.729Z Checking futures-channel v0.3.31
17202024-10-15T17:55:46.792Z Checking getrandom v0.2.14
17212024-10-15T17:55:46.968Z Checking parking_lot_core v0.9.10
17222024-10-15T17:55:46.989Z Checking signal-hook-registry v1.4.2
17232024-10-15T17:55:47.013Z Checking generic-array v0.14.7
17242024-10-15T17:55:47.043Z Checking rand_core v0.6.4
17252024-10-15T17:55:47.057Z Checking mio v1.0.2
17262024-10-15T17:55:47.060Z Checking socket2 v0.5.7
17272024-10-15T17:55:47.235Z Checking futures-io v0.3.31
17282024-10-15T17:55:47.285Z Checking parking_lot v0.12.2
17292024-10-15T17:55:47.345Z Checking futures-task v0.3.31
17302024-10-15T17:55:47.416Z Checking pin-utils v0.1.0
17312024-10-15T17:55:47.506Z Checking tinyvec_macros v0.1.1
17322024-10-15T17:55:47.563Z Checking ryu v1.0.18
17332024-10-15T17:55:47.583Z Checking futures-util v0.3.31
17342024-10-15T17:55:47.593Z Checking tinyvec v1.6.0
17352024-10-15T17:55:47.608Z Checking equivalent v1.0.1
17362024-10-15T17:55:47.642Z Checking hashbrown v0.15.0
17372024-10-15T17:55:47.700Z Checking fnv v1.0.7
17382024-10-15T17:55:47.795Z Checking unicode-bidi v0.3.15
17392024-10-15T17:55:47.821Z Checking libm v0.2.8
17402024-10-15T17:55:47.855Z Checking base64ct v1.6.0
17412024-10-15T17:55:48.175Z Checking crypto-common v0.1.6
17422024-10-15T17:55:48.297Z Checking block-buffer v0.10.4
17432024-10-15T17:55:48.362Z Checking block-padding v0.3.3
17442024-10-15T17:55:48.416Z Checking pem-rfc7468 v0.7.0
17452024-10-15T17:55:48.501Z Checking digest v0.10.7
17462024-10-15T17:55:48.560Z Checking inout v0.1.3
17472024-10-15T17:55:48.671Z Checking ppv-lite86 v0.2.17
17482024-10-15T17:55:48.687Z Checking flagset v0.4.5
17492024-10-15T17:55:48.715Z Checking num-traits v0.2.19
17502024-10-15T17:55:48.782Z Checking cipher v0.4.4
17512024-10-15T17:55:48.859Z Checking hmac v0.12.1
17522024-10-15T17:55:48.878Z Checking sha2 v0.10.8
17532024-10-15T17:55:48.892Z Checking unicode-normalization v0.1.23
17542024-10-15T17:55:49.067Z Checking der v0.7.9
17552024-10-15T17:55:49.189Z Checking tracing-core v0.1.32
17562024-10-15T17:55:49.380Z Checking rand_chacha v0.3.1
17572024-10-15T17:55:49.454Z Checking thiserror v1.0.64
17582024-10-15T17:55:49.590Z Checking rustls-pki-types v1.9.0
17592024-10-15T17:55:49.762Z Checking percent-encoding v2.3.1
17602024-10-15T17:55:49.810Z Checking tracing v0.1.40
17612024-10-15T17:55:49.825Z Checking rand v0.8.5
17622024-10-15T17:55:49.951Z Checking salsa20 v0.10.2
17632024-10-15T17:55:50.135Z Checking pbkdf2 v0.12.2
17642024-10-15T17:55:50.166Z Checking httparse v1.8.0
17652024-10-15T17:55:50.170Z Checking untrusted v0.9.0
17662024-10-15T17:55:50.290Z Checking powerfmt v0.2.0
17672024-10-15T17:55:50.322Z Checking ring v0.17.8
17682024-10-15T17:55:50.391Z Checking scrypt v0.11.0
17692024-10-15T17:55:50.541Z Checking deranged v0.3.11
17702024-10-15T17:55:50.557Z Checking cbc v0.1.2
17712024-10-15T17:55:50.587Z Checking bytes v1.7.2
17722024-10-15T17:55:50.602Z Checking indexmap v2.6.0
17732024-10-15T17:55:50.737Z Checking serde_json v1.0.128
17742024-10-15T17:55:50.928Z Checking bitflags v2.6.0
17752024-10-15T17:55:51.054Z Checking spki v0.7.3
17762024-10-15T17:55:51.225Z Checking aes v0.8.4
17772024-10-15T17:55:51.334Z Checking crossbeam-utils v0.8.19
17782024-10-15T17:55:51.390Z Checking tokio v1.40.0
17792024-10-15T17:55:51.906Z Checking http v1.1.0
17802024-10-15T17:55:52.028Z Checking time-core v0.1.2
17812024-10-15T17:55:52.088Z Checking num-conv v0.1.0
17822024-10-15T17:55:52.160Z Checking atomic-waker v1.1.2
17832024-10-15T17:55:52.176Z Checking num_threads v0.1.7
17842024-10-15T17:55:52.284Z Checking rustls-webpki v0.102.4
17852024-10-15T17:55:52.286Z Checking pkcs5 v0.7.1
17862024-10-15T17:55:52.313Z Checking form_urlencoded v1.2.1
17872024-10-15T17:55:52.325Z Checking time v0.3.36
17882024-10-15T17:55:52.349Z Checking try-lock v0.2.5
17892024-10-15T17:55:52.472Z Checking want v0.3.1
17902024-10-15T17:55:52.495Z Checking unicode-ident v1.0.13
17912024-10-15T17:55:52.637Z Checking httpdate v1.0.3
17922024-10-15T17:55:52.653Z Checking proc-macro2 v1.0.87
17932024-10-15T17:55:52.668Z Checking serde_spanned v0.6.7
17942024-10-15T17:55:52.780Z Checking pkcs8 v0.10.2
17952024-10-15T17:55:52.837Z Checking toml_datetime v0.6.8
17962024-10-15T17:55:52.876Z Checking uuid v1.10.0
17972024-10-15T17:55:53.025Z Checking idna v0.5.0
17982024-10-15T17:55:53.086Z Checking zerocopy v0.7.34
17992024-10-15T17:55:53.120Z Checking slog v2.7.0
18002024-10-15T17:55:53.264Z Checking http-body v1.0.0
18012024-10-15T17:55:53.297Z Checking scroll v0.12.0
18022024-10-15T17:55:53.471Z Checking match_cfg v0.1.0
18032024-10-15T17:55:53.495Z Checking ucd-trie v0.1.6
18042024-10-15T17:55:53.560Z Checking plain v0.2.3
18052024-10-15T17:55:53.583Z Checking tower-service v0.3.2
18062024-10-15T17:55:53.692Z Checking iana-time-zone v0.1.60
18072024-10-15T17:55:53.695Z Checking foreign-types-shared v0.1.1
18082024-10-15T17:55:53.707Z Checking base64 v0.22.1
18092024-10-15T17:55:53.745Z Checking goblin v0.8.2
18102024-10-15T17:55:53.804Z Checking foreign-types v0.3.2
18112024-10-15T17:55:53.838Z Checking chrono v0.4.38
18122024-10-15T17:55:53.887Z Checking url v2.5.2
18132024-10-15T17:55:53.904Z Checking pest v2.7.10
18142024-10-15T17:55:54.221Z Checking hostname v0.3.1
18152024-10-15T17:55:54.350Z Checking quote v1.0.37
18162024-10-15T17:55:54.518Z Checking openssl-sys v0.9.103
18172024-10-15T17:55:54.686Z Checking errno v0.3.9
18182024-10-15T17:55:54.707Z Checking dirs-sys-next v0.1.2
18192024-10-15T17:55:54.739Z Checking aho-corasick v1.1.3
18202024-10-15T17:55:54.858Z Checking data-encoding v2.6.0
18212024-10-15T17:55:54.885Z Checking siphasher v0.3.11
18222024-10-15T17:55:55.185Z Checking regex-syntax v0.8.5
18232024-10-15T17:55:55.530Z Checking pretty-hex v0.4.1
18242024-10-15T17:55:55.705Z Checking dirs-next v2.0.0
18252024-10-15T17:55:55.831Z Checking openssl v0.10.66
18262024-10-15T17:55:55.847Z Checking rustix v0.38.37
18272024-10-15T17:55:55.891Z Checking syn v2.0.79
18282024-10-15T17:55:56.384Z Checking dtrace-parser v0.2.0
18292024-10-15T17:55:56.397Z Checking http-body-util v0.1.2
18302024-10-15T17:55:56.832Z Checking crossbeam-epoch v0.9.18
18312024-10-15T17:55:56.872Z Checking signature v2.2.0
18322024-10-15T17:55:57.048Z Checking sha1 v0.10.6
18332024-10-15T17:55:57.246Z Checking lazy_static v1.5.0
18342024-10-15T17:55:57.325Z Checking thread-id v4.2.1
18352024-10-15T17:55:57.360Z Checking thread_local v1.1.8
18362024-10-15T17:55:57.427Z Checking encoding_rs v0.8.34
18372024-10-15T17:55:57.627Z Checking adler v1.0.2
18382024-10-15T17:55:57.784Z Checking either v1.13.0
18392024-10-15T17:55:58.131Z Checking finl_unicode v1.2.0
18402024-10-15T17:55:58.319Z Checking tokio-util v0.7.12
18412024-10-15T17:55:58.468Z Checking regex-automata v0.4.8
18422024-10-15T17:55:58.620Z Checking dof v0.3.0
18432024-10-15T17:55:58.688Z Checking openssl-probe v0.1.5
18442024-10-15T17:55:58.826Z Checking utf8parse v0.2.1
18452024-10-15T17:55:58.974Z Checking gimli v0.28.1
18462024-10-15T17:55:59.195Z Checking h2 v0.4.6
18472024-10-15T17:55:59.258Z Checking mime v0.3.17
18482024-10-15T17:55:59.395Z Checking anstyle v1.0.8
18492024-10-15T17:55:59.629Z Checking ipnet v2.10.1
18502024-10-15T17:55:59.754Z Checking winnow v0.6.18
18512024-10-15T17:55:59.797Z Checking anstyle-parse v0.2.4
18522024-10-15T17:56:00.072Z Checking stringprep v0.1.4
18532024-10-15T17:56:00.099Z Checking miniz_oxide v0.7.2
18542024-10-15T17:56:00.352Z Checking crossbeam-deque v0.8.5
18552024-10-15T17:56:00.535Z Checking term v0.7.0
18562024-10-15T17:56:00.663Z Checking slog-json v2.6.1
18572024-10-15T17:56:00.920Z Checking rustls v0.23.10
18582024-10-15T17:56:00.967Z Checking rustls v0.22.4
18592024-10-15T17:56:01.268Z Checking native-tls v0.2.11
18602024-10-15T17:56:01.602Z Checking futures-executor v0.3.31
18612024-10-15T17:56:01.818Z Checking serde_urlencoded v0.7.1
18622024-10-15T17:56:02.275Z Checking crossbeam-channel v0.5.12
18632024-10-15T17:56:02.306Z Checking usdt-impl v0.5.0
18642024-10-15T17:56:02.701Z Checking toml_edit v0.22.22
18652024-10-15T17:56:02.816Z Checking num-integer v0.1.46
18662024-10-15T17:56:02.846Z Checking addr2line v0.21.0
18672024-10-15T17:56:02.941Z Checking rustls-pemfile v2.2.0
18682024-10-15T17:56:03.151Z Checking idna v0.3.0
18692024-10-15T17:56:03.154Z Checking idna v0.4.0
18702024-10-15T17:56:03.310Z Checking md-5 v0.10.6
18712024-10-15T17:56:03.331Z Checking ff v0.13.0
18722024-10-15T17:56:03.523Z Checking hash32 v0.2.1
18732024-10-15T17:56:03.539Z Checking memmap v0.7.0
18742024-10-15T17:56:03.742Z Checking is-terminal v0.4.12
18752024-10-15T17:56:03.841Z Checking object v0.32.2
18762024-10-15T17:56:03.863Z Checking is_terminal_polyfill v1.70.0
18772024-10-15T17:56:03.970Z Checking colorchoice v1.0.1
18782024-10-15T17:56:03.984Z Checking dyn-clone v1.0.17
18792024-10-15T17:56:04.002Z Checking quick-error v1.2.3
18802024-10-15T17:56:04.099Z Checking anstyle-query v1.0.3
18812024-10-15T17:56:04.122Z Checking linked-hash-map v0.5.6
18822024-10-15T17:56:04.147Z Checking utf-8 v0.7.6
18832024-10-15T17:56:04.225Z Checking base16ct v0.2.0
18842024-10-15T17:56:04.356Z Checking psl-types v2.0.11
18852024-10-15T17:56:04.416Z Checking fallible-iterator v0.2.0
18862024-10-15T17:56:04.443Z Checking take_mut v0.2.2
18872024-10-15T17:56:04.528Z Checking stable_deref_trait v1.2.0
18882024-10-15T17:56:04.580Z Checking rustc-demangle v0.1.24
18892024-10-15T17:56:04.599Z Checking tokio-rustls v0.25.0
18902024-10-15T17:56:04.628Z Checking heapless v0.7.17
18912024-10-15T17:56:04.982Z Checking slog-async v2.8.0
18922024-10-15T17:56:04.998Z Checking postgres-protocol v0.6.7
18932024-10-15T17:56:05.011Z Checking publicsuffix v2.2.3
18942024-10-15T17:56:05.228Z Checking lru-cache v0.1.2
18952024-10-15T17:56:05.255Z Checking sec1 v0.7.3
18962024-10-15T17:56:05.289Z Checking toml v0.8.19
18972024-10-15T17:56:05.392Z Checking tungstenite v0.23.0
18982024-10-15T17:56:05.498Z Checking hyper v1.4.1
18992024-10-15T17:56:05.631Z Checking anstream v0.6.14
19002024-10-15T17:56:05.661Z Checking resolv-conf v0.7.0
19012024-10-15T17:56:05.679Z Checking schemars v0.8.21
19022024-10-15T17:56:05.916Z Checking tokio-rustls v0.26.0
19032024-10-15T17:56:05.978Z Checking hickory-proto v0.24.1
19042024-10-15T17:56:05.998Z Checking slog-term v2.9.1
19052024-10-15T17:56:06.062Z Checking usdt v0.5.0
19062024-10-15T17:56:06.298Z Checking group v0.13.0
19072024-10-15T17:56:06.316Z Checking num-iter v0.1.45
19082024-10-15T17:56:06.328Z Checking futures v0.3.31
19092024-10-15T17:56:06.435Z Checking tokio-native-tls v0.3.1
19102024-10-15T17:56:06.475Z Checking slog-bunyan v2.5.0
19112024-10-15T17:56:06.475Z Checking rayon-core v1.12.1
19122024-10-15T17:56:06.545Z Checking multer v3.1.0
19132024-10-15T17:56:06.657Z Checking terminal_size v0.4.0
19142024-10-15T17:56:06.692Z Checking phf_shared v0.11.2
19152024-10-15T17:56:06.818Z Checking cookie v0.18.1
19162024-10-15T17:56:06.948Z Checking async-stream v0.3.5
19172024-10-15T17:56:06.965Z Checking openapiv3 v2.0.0
19182024-10-15T17:56:07.140Z Checking signal-hook v0.3.17
19192024-10-15T17:56:07.155Z Checking camino v1.1.9
19202024-10-15T17:56:07.278Z Checking waitgroup v0.1.2
19212024-10-15T17:56:07.300Z Checking serde_path_to_error v0.1.16
19222024-10-15T17:56:07.417Z Checking webpki-roots v0.26.3
19232024-10-15T17:56:07.473Z Checking hkdf v0.12.4
19242024-10-15T17:56:07.606Z Checking hyper-util v0.1.9
19252024-10-15T17:56:07.608Z Checking crypto-bigint v0.5.5
19262024-10-15T17:56:07.686Z Checking hostname v0.4.0
19272024-10-15T17:56:07.717Z Checking adler2 v2.0.0
19282024-10-15T17:56:07.820Z Checking strsim v0.11.1
19292024-10-15T17:56:07.857Z Checking unicode-width v0.1.13
19302024-10-15T17:56:07.893Z Checking clap_lex v0.7.0
19312024-10-15T17:56:08.034Z Checking managed v0.8.0
19322024-10-15T17:56:08.099Z Checking bitflags v1.3.2
19332024-10-15T17:56:08.131Z Checking debug-ignore v1.0.5
19342024-10-15T17:56:08.200Z Checking winnow v0.5.40
19352024-10-15T17:56:08.270Z Checking clap_builder v4.5.20
19362024-10-15T17:56:08.393Z Checking smoltcp v0.9.1
19372024-10-15T17:56:09.610Z Checking hyper-rustls v0.27.3
19382024-10-15T17:56:09.851Z Checking backtrace v0.3.71
19392024-10-15T17:56:09.888Z Checking hyper-tls v0.6.0
19402024-10-15T17:56:09.964Z Checking console v0.15.8
19412024-10-15T17:56:10.180Z Checking miniz_oxide v0.8.0
19422024-10-15T17:56:10.402Z Checking anyhow v1.0.89
19432024-10-15T17:56:10.436Z Checking dropshot v0.12.0
19442024-10-15T17:56:10.500Z Checking elliptic-curve v0.13.8
19452024-10-15T17:56:10.517Z Checking signal-hook-mio v0.2.4
19462024-10-15T17:56:10.653Z Checking cookie_store v0.21.0
19472024-10-15T17:56:10.758Z Checking hickory-resolver v0.24.1
19482024-10-15T17:56:10.776Z Checking rayon v1.10.0
19492024-10-15T17:56:10.872Z Checking phf v0.11.2
19502024-10-15T17:56:11.121Z Checking num-bigint-dig v0.8.4
19512024-10-15T17:56:11.135Z Checking tokio-tungstenite v0.23.1
19522024-10-15T17:56:11.242Z Checking toml_edit v0.19.15
19532024-10-15T17:56:11.273Z Checking postgres-types v0.2.8
19542024-10-15T17:56:11.309Z Checking bstr v1.9.1
19552024-10-15T17:56:11.574Z Checking regex v1.11.0
19562024-10-15T17:56:12.011Z Checking tokio-stream v0.1.16
19572024-10-15T17:56:12.216Z Checking ed25519 v2.2.3
19582024-10-15T17:56:12.238Z Checking phf_shared v0.10.0
19592024-10-15T17:56:12.319Z Checking curve25519-dalek v4.1.3
19602024-10-15T17:56:12.503Z Checking zerocopy v0.6.6
19612024-10-15T17:56:12.523Z Checking pkcs1 v0.7.5
19622024-10-15T17:56:12.854Z Checking hubpack v0.1.2
19632024-10-15T17:56:12.940Z Checking crc32fast v1.4.0
19642024-10-15T17:56:13.156Z Checking portable-atomic v1.6.0
19652024-10-15T17:56:13.177Z Checking serde-big-array v0.5.1
19662024-10-15T17:56:13.217Z Checking float-cmp v0.9.0
19672024-10-15T17:56:13.266Z Checking rfc6979 v0.4.0
19682024-10-15T17:56:13.383Z Checking sync_wrapper v1.0.1
19692024-10-15T17:56:13.400Z Checking new_debug_unreachable v1.0.6
19702024-10-15T17:56:13.440Z Checking normalize-line-endings v0.3.0
19712024-10-15T17:56:13.482Z Checking difflib v0.4.0
19722024-10-15T17:56:13.522Z Checking bit-vec v0.6.3
19732024-10-15T17:56:13.560Z Checking minimal-lexical v0.2.1
19742024-10-15T17:56:13.741Z Checking precomputed-hash v0.1.1
19752024-10-15T17:56:13.795Z Checking predicates-core v1.0.6
19762024-10-15T17:56:13.855Z Checking unicode-segmentation v1.11.0
19772024-10-15T17:56:13.871Z Checking fixedbitset v0.4.2
19782024-10-15T17:56:13.954Z Checking number_prefix v0.4.0
19792024-10-15T17:56:13.969Z Checking static_assertions v1.1.0
19802024-10-15T17:56:14.057Z Checking whoami v1.5.2
19812024-10-15T17:56:14.091Z Checking qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
19822024-10-15T17:56:14.128Z Checking petgraph v0.6.5
19832024-10-15T17:56:14.147Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19842024-10-15T17:56:14.150Z Checking predicates v3.1.2
19852024-10-15T17:56:14.178Z Checking ed25519-dalek v2.1.1
19862024-10-15T17:56:14.364Z Checking tokio-postgres v0.7.12
19872024-10-15T17:56:14.503Z Checking similar v2.6.0
19882024-10-15T17:56:14.579Z Checking nom v7.1.3
19892024-10-15T17:56:14.619Z Checking indicatif v0.17.8
19902024-10-15T17:56:14.837Z Checking bit-set v0.5.3
19912024-10-15T17:56:15.095Z Checking string_cache v0.8.7
19922024-10-15T17:56:15.344Z Checking toml v0.7.8
19932024-10-15T17:56:15.358Z Checking reqwest v0.12.8
19942024-10-15T17:56:15.373Z Checking ecdsa v0.16.9
19952024-10-15T17:56:16.058Z Checking rsa v0.9.6
19962024-10-15T17:56:16.080Z Checking flate2 v1.0.34
19972024-10-15T17:56:16.328Z Checking clap v4.5.20
19982024-10-15T17:56:16.450Z Checking crossterm v0.28.1
19992024-10-15T17:56:16.694Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20002024-10-15T17:56:16.721Z Checking fs-err v2.11.0
20012024-10-15T17:56:17.085Z Checking itertools v0.12.1
20022024-10-15T17:56:17.136Z Checking itertools v0.10.5
20032024-10-15T17:56:17.277Z Checking ahash v0.8.11
20042024-10-15T17:56:17.378Z Checking x509-cert v0.2.5
20052024-10-15T17:56:17.413Z Checking semver v1.0.23
20062024-10-15T17:56:17.427Z Checking hex v0.4.3
20072024-10-15T17:56:17.816Z Checking lalrpop-util v0.19.12
20082024-10-15T17:56:17.831Z Checking peg-runtime v0.8.3
20092024-10-15T17:56:17.961Z Checking sigpipe v0.1.3
20102024-10-15T17:56:19.252Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20112024-10-15T17:56:19.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.60s
20122024-10-15T17:56:19.710Z
20132024-10-15T17:56:19.710Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20142024-10-15T17:56:20.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152024-10-15T17:56:20.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162024-10-15T17:56:20.397Z Compiling allocator-api2 v0.2.18
20172024-10-15T17:56:20.513Z Checking heck v0.5.0
20182024-10-15T17:56:20.527Z Compiling unsafe-libyaml v0.2.11
20192024-10-15T17:56:20.541Z Compiling ident_case v1.0.1
20202024-10-15T17:56:20.555Z Checking progenitor-client v0.8.0
20212024-10-15T17:56:20.570Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20222024-10-15T17:56:20.588Z Compiling proc-macro-crate v1.3.1
20232024-10-15T17:56:20.683Z Compiling darling_core v0.20.9
20242024-10-15T17:56:20.713Z Checking ipnetwork v0.20.0
20252024-10-15T17:56:20.875Z Compiling structmeta-derive v0.3.0
20262024-10-15T17:56:20.951Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20272024-10-15T17:56:21.075Z Compiling newtype-uuid v1.1.2
20282024-10-15T17:56:21.113Z Checking hashbrown v0.14.5
20292024-10-15T17:56:21.276Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20302024-10-15T17:56:21.383Z Compiling lzma-sys v0.1.20
20312024-10-15T17:56:21.616Z Compiling foreign-types-macros v0.2.3
20322024-10-15T17:56:21.684Z Compiling num_enum_derive v0.5.11
20332024-10-15T17:56:22.171Z Compiling serde_yaml v0.9.34+deprecated
20342024-10-15T17:56:22.299Z Checking regress v0.10.1
20352024-10-15T17:56:22.546Z Checking arc-swap v1.7.1
20362024-10-15T17:56:22.923Z Checking foreign-types-shared v0.3.1
20372024-10-15T17:56:22.962Z Checking slog-scope v4.4.0
20382024-10-15T17:56:23.037Z Checking foreign-types v0.5.0
20392024-10-15T17:56:23.159Z Compiling proc-macro-error v1.0.4
20402024-10-15T17:56:23.746Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20412024-10-15T17:56:23.829Z Checking tungstenite v0.21.0
20422024-10-15T17:56:23.854Z Compiling heck v0.3.3
20432024-10-15T17:56:23.896Z Compiling structmeta v0.3.0
20442024-10-15T17:56:24.260Z Checking num_enum v0.5.11
20452024-10-15T17:56:24.319Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20462024-10-15T17:56:24.369Z Compiling parse-display-derive v0.10.0
20472024-10-15T17:56:24.414Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20482024-10-15T17:56:24.757Z Checking cstr-argument v0.1.2
20492024-10-15T17:56:24.939Z Checking instant v0.1.12
20502024-10-15T17:56:25.061Z Checking fastrand v2.1.1
20512024-10-15T17:56:25.190Z Checking pretty-hex v0.2.1
20522024-10-15T17:56:25.206Z Checking base64 v0.21.7
20532024-10-15T17:56:25.353Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20542024-10-15T17:56:25.373Z Checking tempfile v3.13.0
20552024-10-15T17:56:25.680Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20562024-10-15T17:56:25.696Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20572024-10-15T17:56:25.762Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20582024-10-15T17:56:25.830Z Checking backoff v0.4.0
20592024-10-15T17:56:25.908Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20602024-10-15T17:56:25.934Z Checking tokio-tungstenite v0.21.0
20612024-10-15T17:56:25.936Z Checking typify-impl v0.2.0
20622024-10-15T17:56:26.119Z Checking strum v0.26.3
20632024-10-15T17:56:26.227Z Compiling zone_cfg_derive v0.1.2
20642024-10-15T17:56:26.268Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20652024-10-15T17:56:26.383Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20662024-10-15T17:56:26.757Z Checking slog-stdlog v4.1.1
20672024-10-15T17:56:26.923Z Checking regress v0.9.1
20682024-10-15T17:56:27.028Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20692024-10-15T17:56:27.183Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20702024-10-15T17:56:27.483Z Checking colored v2.1.0
20712024-10-15T17:56:27.687Z Checking macaddr v1.0.1
20722024-10-15T17:56:27.767Z Checking base64 v0.13.1
20732024-10-15T17:56:27.781Z Checking zone v0.1.8
20742024-10-15T17:56:27.798Z Compiling darling_macro v0.20.9
20752024-10-15T17:56:28.179Z Checking ron v0.7.1
20762024-10-15T17:56:28.427Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20772024-10-15T17:56:28.492Z Checking slog-envlogger v2.2.0
20782024-10-15T17:56:28.701Z Checking xz2 v0.1.7
20792024-10-15T17:56:28.754Z Compiling darling v0.20.9
20802024-10-15T17:56:28.882Z Compiling serde_with_macros v3.11.0
20812024-10-15T17:56:28.898Z Checking tabwriter v1.4.0
20822024-10-15T17:56:28.979Z Checking xattr v1.3.1
20832024-10-15T17:56:29.061Z Checking parse-display v0.10.0
20842024-10-15T17:56:29.120Z Checking pem v3.0.4
20852024-10-15T17:56:29.192Z Checking yasna v0.5.2
20862024-10-15T17:56:29.328Z Checking headers-core v0.3.0
20872024-10-15T17:56:29.331Z Checking smf v0.2.3
20882024-10-15T17:56:29.417Z Checking filetime v0.2.25
20892024-10-15T17:56:29.461Z Checking same-file v1.0.6
20902024-10-15T17:56:29.629Z Checking tar v0.4.42
20912024-10-15T17:56:29.646Z Checking walkdir v2.5.0
20922024-10-15T17:56:29.792Z Checking headers v0.4.0
20932024-10-15T17:56:29.922Z Checking atomicwrites v0.4.4
20942024-10-15T17:56:30.046Z Checking camino-tempfile v1.1.1
20952024-10-15T17:56:30.091Z Checking rcgen v0.12.1
20962024-10-15T17:56:30.109Z Checking subprocess v0.2.9
20972024-10-15T17:56:31.258Z Checking serde_with v3.11.0
20982024-10-15T17:56:34.491Z Compiling typify-macro v0.2.0
20992024-10-15T17:56:36.393Z Compiling typify v0.2.0
21002024-10-15T17:56:36.460Z Compiling progenitor-impl v0.8.0
21012024-10-15T17:56:39.647Z Compiling progenitor-macro v0.8.0
21022024-10-15T17:56:45.404Z Checking progenitor v0.8.0
21032024-10-15T17:56:45.535Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21042024-10-15T17:56:45.538Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21052024-10-15T17:56:48.140Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
21062024-10-15T17:56:48.448Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21072024-10-15T17:56:54.965Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21082024-10-15T17:56:56.504Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21092024-10-15T17:56:57.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.98s
21102024-10-15T17:56:57.881Z
21112024-10-15T17:56:57.881Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21122024-10-15T17:56:58.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-10-15T17:56:58.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-10-15T17:56:58.577Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21152024-10-15T17:56:59.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
21162024-10-15T17:57:00.096Z
21172024-10-15T17:57:00.096Zinfo: running `cargo check --bins` on nexus-config (31/166)
21182024-10-15T17:57:00.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-10-15T17:57:00.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-10-15T17:57:00.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212024-10-15T17:57:00.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21222024-10-15T17:57:00.775Z
21232024-10-15T17:57:00.775Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21242024-10-15T17:57:01.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-10-15T17:57:01.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-10-15T17:57:01.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272024-10-15T17:57:01.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21282024-10-15T17:57:01.422Z
21292024-10-15T17:57:01.422Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21302024-10-15T17:57:02.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312024-10-15T17:57:02.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322024-10-15T17:57:02.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332024-10-15T17:57:02.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21342024-10-15T17:57:02.073Z
21352024-10-15T17:57:02.074Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21362024-10-15T17:57:02.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372024-10-15T17:57:02.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382024-10-15T17:57:02.771Z Compiling heapless v0.8.0
21392024-10-15T17:57:02.774Z Checking hash32 v0.3.1
21402024-10-15T17:57:02.876Z Compiling smoltcp v0.11.0
21412024-10-15T17:57:02.888Z Checking embedded-io v0.4.0
21422024-10-15T17:57:02.891Z Checking cobs v0.2.3
21432024-10-15T17:57:02.911Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21442024-10-15T17:57:02.914Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21452024-10-15T17:57:02.941Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21462024-10-15T17:57:03.020Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21472024-10-15T17:57:03.061Z Compiling crucible-workspace-hack v0.1.0
21482024-10-15T17:57:03.073Z Checking postcard v1.0.8
21492024-10-15T17:57:03.086Z Checking newline-converter v0.3.0
21502024-10-15T17:57:03.235Z Checking socket2 v0.4.10
21512024-10-15T17:57:03.277Z Compiling convert_case v0.4.0
21522024-10-15T17:57:03.326Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21532024-10-15T17:57:03.455Z Checking expectorate v1.1.0
21542024-10-15T17:57:03.544Z Compiling zone_cfg_derive v0.3.0
21552024-10-15T17:57:03.612Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21562024-10-15T17:57:03.631Z Checking itertools v0.13.0
21572024-10-15T17:57:03.737Z Compiling num-derive v0.4.2
21582024-10-15T17:57:03.842Z Compiling slog-dtrace v0.3.0
21592024-10-15T17:57:03.945Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21602024-10-15T17:57:04.228Z Compiling derive_more v0.99.18
21612024-10-15T17:57:04.246Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21622024-10-15T17:57:04.986Z Checking zone v0.3.0
21632024-10-15T17:57:05.563Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21642024-10-15T17:57:06.980Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21652024-10-15T17:57:07.918Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21662024-10-15T17:57:08.262Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21672024-10-15T17:57:09.001Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21682024-10-15T17:57:09.594Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21692024-10-15T17:57:10.891Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21702024-10-15T17:57:11.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.69s
21712024-10-15T17:57:11.938Z
21722024-10-15T17:57:11.938Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21732024-10-15T17:57:12.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-10-15T17:57:12.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-10-15T17:57:12.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762024-10-15T17:57:12.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21772024-10-15T17:57:12.607Z
21782024-10-15T17:57:12.607Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21792024-10-15T17:57:13.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802024-10-15T17:57:13.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812024-10-15T17:57:13.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822024-10-15T17:57:13.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21832024-10-15T17:57:13.284Z
21842024-10-15T17:57:13.284Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21852024-10-15T17:57:13.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862024-10-15T17:57:13.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872024-10-15T17:57:13.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882024-10-15T17:57:13.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21892024-10-15T17:57:14.052Z
21902024-10-15T17:57:14.052Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21912024-10-15T17:57:14.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922024-10-15T17:57:14.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932024-10-15T17:57:14.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942024-10-15T17:57:14.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21952024-10-15T17:57:14.830Z
21962024-10-15T17:57:14.830Zinfo: running `cargo check --bins` on dns-server (39/166)
21972024-10-15T17:57:15.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982024-10-15T17:57:15.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992024-10-15T17:57:15.499Z Compiling parking_lot_core v0.8.6
22002024-10-15T17:57:15.499Z Checking nibble_vec v0.1.0
22012024-10-15T17:57:15.499Z Checking endian-type v0.1.2
22022024-10-15T17:57:15.502Z Checking fxhash v0.2.1
22032024-10-15T17:57:15.502Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22042024-10-15T17:57:15.502Z Checking hickory-server v0.24.1
22052024-10-15T17:57:15.767Z Checking radix_trie v0.2.1
22062024-10-15T17:57:16.069Z Checking hickory-client v0.24.1
22072024-10-15T17:57:16.264Z Checking parking_lot v0.11.2
22082024-10-15T17:57:16.310Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22092024-10-15T17:57:16.310Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22102024-10-15T17:57:16.546Z Checking sled v0.34.7
22112024-10-15T17:57:18.339Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22122024-10-15T17:57:19.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
22132024-10-15T17:57:19.704Z
22142024-10-15T17:57:19.705Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22152024-10-15T17:57:20.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162024-10-15T17:57:20.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172024-10-15T17:57:20.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182024-10-15T17:57:20.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22192024-10-15T17:57:20.366Z
22202024-10-15T17:57:20.366Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22212024-10-15T17:57:20.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-10-15T17:57:20.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-10-15T17:57:20.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242024-10-15T17:57:20.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22252024-10-15T17:57:21.035Z
22262024-10-15T17:57:21.035Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22272024-10-15T17:57:21.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-10-15T17:57:21.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-10-15T17:57:21.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-10-15T17:57:21.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22312024-10-15T17:57:21.695Z
22322024-10-15T17:57:21.696Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22332024-10-15T17:57:22.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-10-15T17:57:22.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-10-15T17:57:22.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-10-15T17:57:22.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
22372024-10-15T17:57:22.416Z
22382024-10-15T17:57:22.416Zinfo: running `cargo check --bins` on gateway-types (44/166)
22392024-10-15T17:57:23.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-10-15T17:57:23.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-10-15T17:57:23.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-10-15T17:57:23.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22432024-10-15T17:57:23.073Z
22442024-10-15T17:57:23.073Zinfo: running `cargo check --bins` on ipcc (45/166)
22452024-10-15T17:57:23.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-10-15T17:57:23.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-10-15T17:57:23.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482024-10-15T17:57:23.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22492024-10-15T17:57:23.730Z
22502024-10-15T17:57:23.730Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22512024-10-15T17:57:24.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-10-15T17:57:24.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-10-15T17:57:24.473Z Checking num-rational v0.4.2
22542024-10-15T17:57:24.473Z Compiling progenitor-client v0.8.0
22552024-10-15T17:57:24.476Z Checking num-complex v0.4.6
22562024-10-15T17:57:24.476Z Compiling prettyplease v0.2.22
22572024-10-15T17:57:24.476Z Compiling newtype-uuid v1.1.2
22582024-10-15T17:57:24.476Z Compiling ipnetwork v0.20.0
22592024-10-15T17:57:24.574Z Compiling instant v0.1.12
22602024-10-15T17:57:24.587Z Compiling semver v0.1.20
22612024-10-15T17:57:24.786Z Compiling radium v0.7.0
22622024-10-15T17:57:24.898Z Compiling progenitor v0.8.0
22632024-10-15T17:57:24.928Z Checking float-ord v0.3.2
22642024-10-15T17:57:24.992Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22652024-10-15T17:57:25.066Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22662024-10-15T17:57:25.111Z Compiling rustc_version v0.1.7
22672024-10-15T17:57:25.177Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682024-10-15T17:57:25.244Z Compiling backoff v0.4.0
22692024-10-15T17:57:25.284Z Compiling parse-display v0.10.0
22702024-10-15T17:57:25.416Z Checking num v0.4.3
22712024-10-15T17:57:25.474Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722024-10-15T17:57:25.512Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22732024-10-15T17:57:25.541Z Compiling serde_with v3.11.0
22742024-10-15T17:57:25.582Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22752024-10-15T17:57:25.601Z Compiling regress v0.9.1
22762024-10-15T17:57:25.737Z Compiling macaddr v1.0.1
22772024-10-15T17:57:25.943Z Checking tap v1.0.1
22782024-10-15T17:57:26.105Z Compiling maybe-uninit v2.0.0
22792024-10-15T17:57:26.166Z Checking wyz v0.5.1
22802024-10-15T17:57:26.530Z Compiling newtype_derive v0.1.6
22812024-10-15T17:57:26.832Z Checking password-hash v0.5.0
22822024-10-15T17:57:26.849Z Checking blake2 v0.10.6
22832024-10-15T17:57:27.164Z Compiling bzip2-sys v0.1.11+1.0.8
22842024-10-15T17:57:27.284Z Checking crc-catalog v2.4.0
22852024-10-15T17:57:27.300Z Compiling packed_struct v0.10.1
22862024-10-15T17:57:27.440Z Compiling owo-colors v4.1.0
22872024-10-15T17:57:27.607Z Compiling cancel-safe-futures v0.1.5
22882024-10-15T17:57:27.703Z Checking funty v2.0.0
22892024-10-15T17:57:27.808Z Checking crc v3.2.1
22902024-10-15T17:57:27.976Z Checking argon2 v0.5.3
22912024-10-15T17:57:28.664Z Checking bitvec v1.0.1
22922024-10-15T17:57:28.677Z Compiling packed_struct_codegen v0.10.1
22932024-10-15T17:57:28.785Z Checking half v2.4.1
22942024-10-15T17:57:29.200Z Compiling indexmap v1.9.3
22952024-10-15T17:57:29.228Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22962024-10-15T17:57:29.244Z Checking nodrop v0.1.14
22972024-10-15T17:57:29.361Z Checking ciborium-io v0.2.2
22982024-10-15T17:57:29.493Z Checking ciborium-ll v0.2.2
22992024-10-15T17:57:29.564Z Checking array-init v0.0.4
23002024-10-15T17:57:29.709Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23012024-10-15T17:57:29.793Z Checking smallvec v0.6.14
23022024-10-15T17:57:30.108Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23032024-10-15T17:57:30.207Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042024-10-15T17:57:31.022Z Checking libsw v3.3.1
23052024-10-15T17:57:31.265Z Compiling memoffset v0.9.1
23062024-10-15T17:57:31.456Z Checking indent_write v2.2.0
23072024-10-15T17:57:31.498Z Checking termcolor v1.4.1
23082024-10-15T17:57:31.596Z Checking highway v1.2.0
23092024-10-15T17:57:31.664Z Checking bitfield v0.14.0
23102024-10-15T17:57:31.822Z Checking linear-map v1.2.0
23112024-10-15T17:57:31.934Z Checking hashbrown v0.12.3
23122024-10-15T17:57:31.936Z Checking swrite v0.1.0
23132024-10-15T17:57:31.992Z Checking ron v0.8.1
23142024-10-15T17:57:32.043Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23152024-10-15T17:57:32.146Z Checking env_logger v0.10.2
23162024-10-15T17:57:32.483Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23172024-10-15T17:57:32.571Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23182024-10-15T17:57:32.992Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23192024-10-15T17:57:33.223Z Checking serde-hex v0.1.0
23202024-10-15T17:57:33.449Z Checking steno v0.4.1
23212024-10-15T17:57:33.607Z Checking ciborium v0.2.2
23222024-10-15T17:57:33.622Z Checking bzip2 v0.4.4
23232024-10-15T17:57:34.124Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23242024-10-15T17:57:34.400Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23252024-10-15T17:57:34.565Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23262024-10-15T17:57:34.655Z Checking hashbrown v0.13.2
23272024-10-15T17:57:35.191Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23282024-10-15T17:57:35.550Z Checking humantime v2.1.0
23292024-10-15T17:57:35.701Z Checking crc-any v2.5.0
23302024-10-15T17:57:35.720Z Checking object v0.30.4
23312024-10-15T17:57:35.834Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23322024-10-15T17:57:35.865Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23332024-10-15T17:57:36.081Z Checking zip v0.6.6
23342024-10-15T17:57:36.226Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23352024-10-15T17:57:36.400Z Checking path-slash v0.1.5
23362024-10-15T17:57:36.549Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23372024-10-15T17:57:36.629Z Checking nix v0.27.1
23382024-10-15T17:57:36.753Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23392024-10-15T17:57:37.099Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23402024-10-15T17:57:37.344Z Checking kstat-rs v0.2.4
23412024-10-15T17:57:37.465Z Checking signal-hook-tokio v0.3.1
23422024-10-15T17:57:38.887Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23432024-10-15T17:57:39.053Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23442024-10-15T17:57:44.156Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23452024-10-15T17:57:46.070Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23462024-10-15T17:57:46.085Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23472024-10-15T17:57:49.364Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23482024-10-15T17:57:49.620Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23492024-10-15T17:57:50.807Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23502024-10-15T17:57:56.018Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23512024-10-15T17:57:56.654Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23522024-10-15T17:57:59.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.68s
23532024-10-15T17:57:59.606Z
23542024-10-15T17:57:59.606Zinfo: running `cargo check --bins` on gateway-api (47/166)
23552024-10-15T17:58:00.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-10-15T17:58:00.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-10-15T17:58:00.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-10-15T17:58:00.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23592024-10-15T17:58:00.283Z
23602024-10-15T17:58:00.283Zinfo: running `cargo check --bins` on oximeter (48/166)
23612024-10-15T17:58:00.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-10-15T17:58:00.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-10-15T17:58:00.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-10-15T17:58:00.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23652024-10-15T17:58:00.958Z
23662024-10-15T17:58:00.958Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23672024-10-15T17:58:01.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-10-15T17:58:01.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-10-15T17:58:01.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702024-10-15T17:58:01.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23712024-10-15T17:58:01.607Z
23722024-10-15T17:58:01.607Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23732024-10-15T17:58:02.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-10-15T17:58:02.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-10-15T17:58:02.292Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23762024-10-15T17:58:02.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
23772024-10-15T17:58:02.859Z
23782024-10-15T17:58:02.859Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23792024-10-15T17:58:03.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-10-15T17:58:03.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-10-15T17:58:03.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-10-15T17:58:03.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23832024-10-15T17:58:03.524Z
23842024-10-15T17:58:03.524Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23852024-10-15T17:58:04.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-10-15T17:58:04.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-10-15T17:58:04.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-10-15T17:58:04.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23892024-10-15T17:58:04.195Z
23902024-10-15T17:58:04.195Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23912024-10-15T17:58:04.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-10-15T17:58:04.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-10-15T17:58:04.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-10-15T17:58:04.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23952024-10-15T17:58:04.845Z
23962024-10-15T17:58:04.845Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23972024-10-15T17:58:05.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-10-15T17:58:05.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-10-15T17:58:05.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-10-15T17:58:05.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24012024-10-15T17:58:05.516Z
24022024-10-15T17:58:05.516Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
24032024-10-15T17:58:06.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-10-15T17:58:06.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-10-15T17:58:06.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-10-15T17:58:06.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24072024-10-15T17:58:06.190Z
24082024-10-15T17:58:06.190Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24092024-10-15T17:58:06.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-10-15T17:58:06.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-10-15T17:58:06.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-10-15T17:58:06.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24132024-10-15T17:58:06.854Z
24142024-10-15T17:58:06.854Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24152024-10-15T17:58:07.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-10-15T17:58:07.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-10-15T17:58:07.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-10-15T17:58:07.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24192024-10-15T17:58:07.519Z
24202024-10-15T17:58:07.519Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24212024-10-15T17:58:08.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-10-15T17:58:08.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-10-15T17:58:08.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-10-15T17:58:08.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24252024-10-15T17:58:08.177Z
24262024-10-15T17:58:08.177Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24272024-10-15T17:58:08.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-10-15T17:58:08.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-10-15T17:58:08.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-10-15T17:58:08.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24312024-10-15T17:58:08.843Z
24322024-10-15T17:58:08.843Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24332024-10-15T17:58:09.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-10-15T17:58:09.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-10-15T17:58:09.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-10-15T17:58:09.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24372024-10-15T17:58:09.536Z
24382024-10-15T17:58:09.536Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24392024-10-15T17:58:10.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-10-15T17:58:10.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-10-15T17:58:10.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-10-15T17:58:10.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24432024-10-15T17:58:10.198Z
24442024-10-15T17:58:10.198Zinfo: running `cargo check --bins` on nexus-client (62/166)
24452024-10-15T17:58:10.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-10-15T17:58:10.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-10-15T17:58:10.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-10-15T17:58:10.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24492024-10-15T17:58:10.879Z
24502024-10-15T17:58:10.879Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24512024-10-15T17:58:11.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-10-15T17:58:11.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-10-15T17:58:11.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-10-15T17:58:11.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24552024-10-15T17:58:11.555Z
24562024-10-15T17:58:11.555Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24572024-10-15T17:58:12.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-10-15T17:58:12.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-10-15T17:58:12.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-10-15T17:58:12.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24612024-10-15T17:58:12.206Z
24622024-10-15T17:58:12.206Zinfo: running `cargo check --bins` on nexus-types (65/166)
24632024-10-15T17:58:12.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-10-15T17:58:12.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-10-15T17:58:12.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-10-15T17:58:12.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24672024-10-15T17:58:12.897Z
24682024-10-15T17:58:12.897Zinfo: running `cargo check --bins` on gateway-client (66/166)
24692024-10-15T17:58:13.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-10-15T17:58:13.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-10-15T17:58:13.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-10-15T17:58:13.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24732024-10-15T17:58:13.542Z
24742024-10-15T17:58:13.542Zinfo: running `cargo check --bins` on oxql-types (67/166)
24752024-10-15T17:58:14.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-10-15T17:58:14.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-10-15T17:58:14.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-10-15T17:58:14.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24792024-10-15T17:58:14.205Z
24802024-10-15T17:58:14.205Zinfo: running `cargo check --bins` on update-engine (68/166)
24812024-10-15T17:58:14.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-10-15T17:58:14.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-10-15T17:58:14.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-10-15T17:58:14.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24852024-10-15T17:58:14.859Z
24862024-10-15T17:58:14.859Zinfo: running `cargo check --bins` on sp-sim (69/166)
24872024-10-15T17:58:15.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-10-15T17:58:15.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-10-15T17:58:15.527Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24902024-10-15T17:58:17.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
24912024-10-15T17:58:17.440Z
24922024-10-15T17:58:17.440Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24932024-10-15T17:58:18.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-10-15T17:58:18.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-10-15T17:58:18.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-10-15T17:58:18.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24972024-10-15T17:58:18.158Z
24982024-10-15T17:58:18.158Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24992024-10-15T17:58:18.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-10-15T17:58:18.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-10-15T17:58:18.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-10-15T17:58:18.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25032024-10-15T17:58:18.883Z
25042024-10-15T17:58:18.883Zinfo: running `cargo check --bins` on db-macros (72/166)
25052024-10-15T17:58:19.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-10-15T17:58:19.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-10-15T17:58:19.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-10-15T17:58:19.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25092024-10-15T17:58:19.532Z
25102024-10-15T17:58:19.532Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25112024-10-15T17:58:20.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-10-15T17:58:20.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-10-15T17:58:20.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-10-15T17:58:20.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25152024-10-15T17:58:20.175Z
25162024-10-15T17:58:20.175Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25172024-10-15T17:58:20.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-10-15T17:58:20.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-10-15T17:58:20.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-10-15T17:58:20.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25212024-10-15T17:58:20.881Z
25222024-10-15T17:58:20.881Zinfo: running `cargo check --bins` on authz-macros (75/166)
25232024-10-15T17:58:21.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-10-15T17:58:21.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-10-15T17:58:21.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-10-15T17:58:21.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25272024-10-15T17:58:21.530Z
25282024-10-15T17:58:21.530Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25292024-10-15T17:58:22.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-10-15T17:58:22.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-10-15T17:58:22.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-10-15T17:58:22.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25332024-10-15T17:58:22.216Z
25342024-10-15T17:58:22.216Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25352024-10-15T17:58:22.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-10-15T17:58:22.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-10-15T17:58:22.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-10-15T17:58:22.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25392024-10-15T17:58:22.905Z
25402024-10-15T17:58:22.905Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25412024-10-15T17:58:23.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-10-15T17:58:23.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-10-15T17:58:23.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-10-15T17:58:23.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25452024-10-15T17:58:23.566Z
25462024-10-15T17:58:23.566Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25472024-10-15T17:58:24.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-10-15T17:58:24.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-10-15T17:58:24.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-10-15T17:58:24.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25512024-10-15T17:58:24.395Z
25522024-10-15T17:58:24.395Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25532024-10-15T17:58:24.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-10-15T17:58:24.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-10-15T17:58:24.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-10-15T17:58:24.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25572024-10-15T17:58:24.938Z
25582024-10-15T17:58:24.938Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25592024-10-15T17:58:25.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-10-15T17:58:25.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-10-15T17:58:25.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-10-15T17:58:25.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25632024-10-15T17:58:25.598Z
25642024-10-15T17:58:25.598Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25652024-10-15T17:58:26.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-10-15T17:58:26.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-10-15T17:58:26.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-10-15T17:58:26.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25692024-10-15T17:58:26.258Z
25702024-10-15T17:58:26.258Zinfo: running `cargo check --bins` on typed-rng (83/166)
25712024-10-15T17:58:26.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-10-15T17:58:26.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-10-15T17:58:26.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-10-15T17:58:26.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25752024-10-15T17:58:26.904Z
25762024-10-15T17:58:26.904Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25772024-10-15T17:58:27.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-10-15T17:58:27.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-10-15T17:58:27.663Z Checking keccak v0.1.5
25802024-10-15T17:58:27.767Z Checking secrecy v0.8.0
25812024-10-15T17:58:27.767Z Compiling unicase v2.7.0
25822024-10-15T17:58:27.771Z Compiling same-file v1.0.6
25832024-10-15T17:58:27.771Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25842024-10-15T17:58:27.777Z Compiling tempfile v3.13.0
25852024-10-15T17:58:27.810Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25862024-10-15T17:58:27.824Z Compiling thiserror-impl-no-std v2.0.2
25872024-10-15T17:58:27.951Z Compiling walkdir v2.5.0
25882024-10-15T17:58:28.058Z Checking sha3 v0.10.8
25892024-10-15T17:58:28.075Z Checking universal-hash v0.5.1
25902024-10-15T17:58:28.136Z Compiling blake3 v1.5.1
25912024-10-15T17:58:28.280Z Compiling ring v0.16.20
25922024-10-15T17:58:28.301Z Checking opaque-debug v0.3.1
25932024-10-15T17:58:28.392Z Checking poly1305 v0.8.0
25942024-10-15T17:58:28.447Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25952024-10-15T17:58:28.676Z Checking chacha20 v0.9.1
25962024-10-15T17:58:28.692Z Checking aead v0.5.2
25972024-10-15T17:58:28.741Z Compiling memmap2 v0.9.4
25982024-10-15T17:58:28.860Z Compiling constant_time_eq v0.3.0
25992024-10-15T17:58:28.888Z Compiling home v0.5.9
26002024-10-15T17:58:28.984Z Compiling libefi-sys v0.1.0
26012024-10-15T17:58:29.021Z Compiling salty v0.3.0
26022024-10-15T17:58:29.136Z Compiling arrayref v0.3.7
26032024-10-15T17:58:29.150Z Compiling spin v0.5.2
26042024-10-15T17:58:29.182Z Compiling untrusted v0.7.1
26052024-10-15T17:58:29.238Z Compiling arrayvec v0.7.4
26062024-10-15T17:58:29.347Z Compiling toolchain_find v0.4.0
26072024-10-15T17:58:29.369Z Checking chacha20poly1305 v0.10.1
26082024-10-15T17:58:29.463Z Compiling camino-tempfile v1.1.1
26092024-10-15T17:58:29.547Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26102024-10-15T17:58:29.565Z Compiling bitfield-struct v0.6.1
26112024-10-15T17:58:29.774Z Compiling topological-sort v0.2.2
26122024-10-15T17:58:29.918Z Compiling mime_guess v2.0.4
26132024-10-15T17:58:29.996Z Compiling rustfmt-wrapper v0.2.1
26142024-10-15T17:58:30.525Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26152024-10-15T17:58:30.553Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26162024-10-15T17:58:30.570Z Checking primeorder v0.13.6
26172024-10-15T17:58:30.801Z Checking env_filter v0.1.2
26182024-10-15T17:58:30.851Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26192024-10-15T17:58:30.950Z Checking thiserror-no-std v2.0.2
26202024-10-15T17:58:31.010Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26212024-10-15T17:58:31.028Z Checking env_logger v0.11.5
26222024-10-15T17:58:31.030Z Checking p384 v0.13.0
26232024-10-15T17:58:31.056Z Checking vsss-rs v3.3.4
26242024-10-15T17:58:31.180Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26252024-10-15T17:58:31.291Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26262024-10-15T17:58:31.530Z Checking gethostname v0.5.0
26272024-10-15T17:58:31.553Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26282024-10-15T17:58:31.612Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26292024-10-15T17:58:31.647Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26302024-10-15T17:58:31.880Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26312024-10-15T17:58:31.962Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26322024-10-15T17:58:31.998Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26332024-10-15T17:58:32.110Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26342024-10-15T17:58:32.424Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26352024-10-15T17:58:32.441Z Checking nanorand v0.7.0
26362024-10-15T17:58:32.459Z Checking atty v0.2.14
26372024-10-15T17:58:32.520Z Checking http-range v0.1.5
26382024-10-15T17:58:32.584Z Checking glob v0.3.1
26392024-10-15T17:58:32.707Z Checking hyper-staticfile v0.10.1
26402024-10-15T17:58:32.797Z Checking flume v0.11.0
26412024-10-15T17:58:32.912Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26422024-10-15T17:58:33.235Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26432024-10-15T17:58:33.409Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26442024-10-15T17:58:33.556Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26452024-10-15T17:58:33.950Z Compiling omicron-zone-package v0.11.1
26462024-10-15T17:58:34.246Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26472024-10-15T17:58:34.941Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26482024-10-15T17:58:35.269Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26492024-10-15T17:58:35.485Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26502024-10-15T17:58:35.508Z Checking display-error-chain v0.2.1
26512024-10-15T17:58:36.956Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26522024-10-15T17:58:37.905Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26532024-10-15T17:58:39.758Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26542024-10-15T17:58:39.760Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26552024-10-15T17:58:49.900Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26562024-10-15T17:59:02.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.29s
26572024-10-15T17:59:02.407Z
26582024-10-15T17:59:02.407Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26592024-10-15T17:59:03.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-10-15T17:59:03.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-10-15T17:59:03.170Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26622024-10-15T17:59:15.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.05s
26632024-10-15T17:59:15.646Z
26642024-10-15T17:59:15.646Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26652024-10-15T17:59:16.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-10-15T17:59:16.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-10-15T17:59:16.403Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26682024-10-15T17:59:28.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.01s
26692024-10-15T17:59:28.850Z
26702024-10-15T17:59:28.850Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26712024-10-15T17:59:29.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-10-15T17:59:29.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-10-15T17:59:29.611Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26742024-10-15T17:59:42.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.33s
26752024-10-15T17:59:42.369Z
26762024-10-15T17:59:42.369Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26772024-10-15T17:59:43.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-10-15T17:59:43.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-10-15T17:59:43.129Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26802024-10-15T17:59:55.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.15s
26812024-10-15T17:59:55.714Z
26822024-10-15T17:59:55.714Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26832024-10-15T17:59:56.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-10-15T17:59:56.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-10-15T17:59:56.544Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26862024-10-15T18:00:08.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.23s
26872024-10-15T18:00:09.155Z
26882024-10-15T18:00:09.155Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26892024-10-15T18:00:09.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-10-15T18:00:09.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-10-15T18:00:09.918Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26922024-10-15T18:00:22.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.29s
26932024-10-15T18:00:22.637Z
26942024-10-15T18:00:22.637Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26952024-10-15T18:00:23.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962024-10-15T18:00:23.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972024-10-15T18:00:23.396Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26982024-10-15T18:00:36.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.36s
26992024-10-15T18:00:36.194Z
27002024-10-15T18:00:36.194Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
27012024-10-15T18:00:36.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-10-15T18:00:36.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-10-15T18:00:36.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042024-10-15T18:00:36.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27052024-10-15T18:00:36.881Z
27062024-10-15T18:00:36.881Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27072024-10-15T18:00:37.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-10-15T18:00:37.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-10-15T18:00:37.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102024-10-15T18:00:37.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27112024-10-15T18:00:37.582Z
27122024-10-15T18:00:37.582Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27132024-10-15T18:00:38.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-10-15T18:00:38.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-10-15T18:00:38.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162024-10-15T18:00:38.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27172024-10-15T18:00:38.266Z
27182024-10-15T18:00:38.267Zinfo: running `cargo check --bins` on dpd-client (95/166)
27192024-10-15T18:00:38.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-10-15T18:00:38.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-10-15T18:00:38.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222024-10-15T18:00:38.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27232024-10-15T18:00:38.934Z
27242024-10-15T18:00:38.934Zinfo: running `cargo check --bins` on installinator-common (96/166)
27252024-10-15T18:00:39.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-10-15T18:00:39.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-10-15T18:00:39.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282024-10-15T18:00:39.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27292024-10-15T18:00:39.623Z
27302024-10-15T18:00:39.623Zinfo: running `cargo check --bins` on key-manager (97/166)
27312024-10-15T18:00:40.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-10-15T18:00:40.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-10-15T18:00:40.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342024-10-15T18:00:40.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27352024-10-15T18:00:40.291Z
27362024-10-15T18:00:40.291Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27372024-10-15T18:00:40.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-10-15T18:00:40.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-10-15T18:00:40.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402024-10-15T18:00:40.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27412024-10-15T18:00:40.963Z
27422024-10-15T18:00:40.963Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27432024-10-15T18:00:41.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-10-15T18:00:41.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-10-15T18:00:41.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462024-10-15T18:00:41.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27472024-10-15T18:00:41.649Z
27482024-10-15T18:00:41.649Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27492024-10-15T18:00:42.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-10-15T18:00:42.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-10-15T18:00:42.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522024-10-15T18:00:42.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27532024-10-15T18:00:42.327Z
27542024-10-15T18:00:42.327Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27552024-10-15T18:00:42.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-10-15T18:00:42.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-10-15T18:00:42.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582024-10-15T18:00:42.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27592024-10-15T18:00:43.004Z
27602024-10-15T18:00:43.004Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27612024-10-15T18:00:43.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-10-15T18:00:43.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-10-15T18:00:43.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-10-15T18:00:43.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27652024-10-15T18:00:43.682Z
27662024-10-15T18:00:43.682Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27672024-10-15T18:00:44.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-10-15T18:00:44.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-10-15T18:00:44.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-10-15T18:00:44.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27712024-10-15T18:00:44.380Z
27722024-10-15T18:00:44.380Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27732024-10-15T18:00:44.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-10-15T18:00:44.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-10-15T18:00:44.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762024-10-15T18:00:44.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27772024-10-15T18:00:45.067Z
27782024-10-15T18:00:45.067Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27792024-10-15T18:00:45.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-10-15T18:00:45.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-10-15T18:00:45.776Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27822024-10-15T18:00:45.776Z Checking bcs v0.1.6
27832024-10-15T18:00:45.777Z Compiling async-recursion v1.1.1
27842024-10-15T18:00:45.780Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27852024-10-15T18:00:45.780Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27862024-10-15T18:00:46.868Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27872024-10-15T18:00:50.468Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27882024-10-15T18:00:52.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.21s
27892024-10-15T18:00:52.451Z
27902024-10-15T18:00:52.451Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27912024-10-15T18:00:53.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-10-15T18:00:53.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-10-15T18:00:53.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-10-15T18:00:53.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27952024-10-15T18:00:53.214Z
27962024-10-15T18:00:53.214Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27972024-10-15T18:00:53.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-10-15T18:00:53.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-10-15T18:00:53.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-10-15T18:00:53.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28012024-10-15T18:00:53.778Z
28022024-10-15T18:00:53.779Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28032024-10-15T18:00:54.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-10-15T18:00:54.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-10-15T18:00:54.457Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062024-10-15T18:00:55.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
28072024-10-15T18:00:55.222Z
28082024-10-15T18:00:55.222Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (109/166)
28092024-10-15T18:00:55.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-10-15T18:00:55.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-10-15T18:00:55.928Z Compiling cfg_aliases v0.1.1
28122024-10-15T18:00:55.931Z Compiling vte_generate_state_changes v0.1.1
28132024-10-15T18:00:55.931Z Checking fd-lock v4.0.2
28142024-10-15T18:00:55.932Z Checking bytecount v0.6.8
28152024-10-15T18:00:56.020Z Compiling tabled_derive v0.7.0
28162024-10-15T18:00:56.050Z Compiling peg-macros v0.8.4
28172024-10-15T18:00:56.062Z Compiling sqlparser_derive v0.2.2
28182024-10-15T18:00:56.065Z Checking nu-ansi-term v0.50.0
28192024-10-15T18:00:56.102Z Compiling nix v0.28.0
28202024-10-15T18:00:56.153Z Checking papergrid v0.11.0
28212024-10-15T18:00:56.205Z Checking home v0.5.9
28222024-10-15T18:00:56.347Z Checking unicode_categories v0.1.1
28232024-10-15T18:00:56.658Z Checking sqlformat v0.2.6
28242024-10-15T18:00:56.674Z Checking vte v0.11.1
28252024-10-15T18:00:57.192Z Checking sqlparser v0.45.0
28262024-10-15T18:00:58.002Z Checking strip-ansi-escapes v0.2.0
28272024-10-15T18:00:58.117Z Checking tabled v0.15.0
28282024-10-15T18:00:58.157Z Checking reedline v0.35.0
28292024-10-15T18:00:58.767Z Checking peg v0.8.4
28302024-10-15T18:00:59.231Z Checking rustyline v14.0.0
28312024-10-15T18:01:03.488Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322024-10-15T18:01:09.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
28332024-10-15T18:01:09.719Z
28342024-10-15T18:01:09.719Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28352024-10-15T18:01:10.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-10-15T18:01:10.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-10-15T18:01:10.410Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382024-10-15T18:01:16.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.86s
28392024-10-15T18:01:16.764Z
28402024-10-15T18:01:16.764Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (111/166)
28412024-10-15T18:01:17.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-10-15T18:01:17.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-10-15T18:01:17.470Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442024-10-15T18:01:22.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
28452024-10-15T18:01:22.424Z
28462024-10-15T18:01:22.424Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28472024-10-15T18:01:23.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-10-15T18:01:23.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-10-15T18:01:23.112Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502024-10-15T18:01:28.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
28512024-10-15T18:01:28.855Z
28522024-10-15T18:01:28.855Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (113/166)
28532024-10-15T18:01:29.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-10-15T18:01:29.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-10-15T18:01:29.550Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562024-10-15T18:01:35.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
28572024-10-15T18:01:35.620Z
28582024-10-15T18:01:35.620Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28592024-10-15T18:01:36.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-10-15T18:01:36.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-10-15T18:01:36.310Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622024-10-15T18:01:40.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
28632024-10-15T18:01:41.004Z
28642024-10-15T18:01:41.004Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (115/166)
28652024-10-15T18:01:41.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-10-15T18:01:41.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-10-15T18:01:41.699Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682024-10-15T18:01:46.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
28692024-10-15T18:01:46.812Z
28702024-10-15T18:01:46.812Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28712024-10-15T18:01:47.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-10-15T18:01:47.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-10-15T18:01:47.510Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742024-10-15T18:01:53.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s
28752024-10-15T18:01:53.408Z
28762024-10-15T18:01:53.408Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28772024-10-15T18:01:54.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-10-15T18:01:54.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-10-15T18:01:54.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-10-15T18:01:54.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28812024-10-15T18:01:54.101Z
28822024-10-15T18:01:54.101Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28832024-10-15T18:01:54.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-10-15T18:01:54.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-10-15T18:01:54.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-10-15T18:01:54.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28872024-10-15T18:01:54.763Z
28882024-10-15T18:01:54.763Zinfo: running `cargo check --bins` on installinator-client (119/166)
28892024-10-15T18:01:55.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-10-15T18:01:55.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-10-15T18:01:55.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-10-15T18:01:55.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28932024-10-15T18:01:55.440Z
28942024-10-15T18:01:55.440Zinfo: running `cargo check --bins` on oxide-client (120/166)
28952024-10-15T18:01:56.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-10-15T18:01:56.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-10-15T18:01:56.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-10-15T18:01:56.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28992024-10-15T18:01:56.087Z
29002024-10-15T18:01:56.087Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29012024-10-15T18:01:56.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-10-15T18:01:56.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-10-15T18:01:56.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-10-15T18:01:56.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29052024-10-15T18:01:56.795Z
29062024-10-15T18:01:56.795Zinfo: running `cargo check --bins` on wicket-common (122/166)
29072024-10-15T18:01:57.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-10-15T18:01:57.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-10-15T18:01:57.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102024-10-15T18:01:57.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29112024-10-15T18:01:57.485Z
29122024-10-15T18:01:57.485Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29132024-10-15T18:01:58.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-10-15T18:01:58.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-10-15T18:01:58.182Z Checking csv-core v0.1.11
29162024-10-15T18:01:58.185Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29172024-10-15T18:01:58.478Z Checking csv v1.3.0
29182024-10-15T18:01:58.999Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29192024-10-15T18:01:59.342Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29202024-10-15T18:02:00.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
29212024-10-15T18:02:00.670Z
29222024-10-15T18:02:00.670Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29232024-10-15T18:02:01.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242024-10-15T18:02:01.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252024-10-15T18:02:01.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262024-10-15T18:02:01.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29272024-10-15T18:02:01.340Z
29282024-10-15T18:02:01.340Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29292024-10-15T18:02:01.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302024-10-15T18:02:01.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312024-10-15T18:02:01.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322024-10-15T18:02:01.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29332024-10-15T18:02:02.003Z
29342024-10-15T18:02:02.003Zinfo: running `cargo check --bins` on cert-dev (126/166)
29352024-10-15T18:02:02.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-10-15T18:02:02.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-10-15T18:02:02.652Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29382024-10-15T18:02:02.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
29392024-10-15T18:02:03.060Z
29402024-10-15T18:02:03.060Zinfo: running `cargo check --bins` on ch-dev (127/166)
29412024-10-15T18:02:03.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422024-10-15T18:02:03.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432024-10-15T18:02:03.747Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29442024-10-15T18:02:04.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
29452024-10-15T18:02:04.613Z
29462024-10-15T18:02:04.613Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29472024-10-15T18:02:05.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482024-10-15T18:02:05.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492024-10-15T18:02:05.304Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29502024-10-15T18:02:05.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
29512024-10-15T18:02:05.799Z
29522024-10-15T18:02:05.799Zinfo: running `cargo check --bins` on db-dev (129/166)
29532024-10-15T18:02:06.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542024-10-15T18:02:06.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552024-10-15T18:02:06.482Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29562024-10-15T18:02:07.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29572024-10-15T18:02:07.351Z
29582024-10-15T18:02:07.351Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29592024-10-15T18:02:07.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-10-15T18:02:07.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-10-15T18:02:07.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622024-10-15T18:02:07.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29632024-10-15T18:02:08.027Z
29642024-10-15T18:02:08.027Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29652024-10-15T18:02:08.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-10-15T18:02:08.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-10-15T18:02:08.684Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29682024-10-15T18:02:09.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
29692024-10-15T18:02:09.700Z
29702024-10-15T18:02:09.700Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29712024-10-15T18:02:10.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-10-15T18:02:10.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-10-15T18:02:10.354Z Checking cargo-platform v0.1.8
29742024-10-15T18:02:10.616Z Checking cargo_metadata v0.18.1
29752024-10-15T18:02:11.592Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29762024-10-15T18:02:12.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
29772024-10-15T18:02:12.473Z
29782024-10-15T18:02:12.473Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29792024-10-15T18:02:13.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-10-15T18:02:13.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-10-15T18:02:13.216Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29822024-10-15T18:02:13.865Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29832024-10-15T18:02:14.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
29842024-10-15T18:02:14.538Z
29852024-10-15T18:02:14.538Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29862024-10-15T18:02:15.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-10-15T18:02:15.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-10-15T18:02:15.348Z Compiling glob v0.3.1
29892024-10-15T18:02:15.348Z Compiling crunchy v0.2.2
29902024-10-15T18:02:15.350Z Compiling tiny-keccak v2.0.2
29912024-10-15T18:02:15.350Z Compiling dsl_auto_type v0.1.2
29922024-10-15T18:02:15.350Z Checking scheduled-thread-pool v0.2.7
29932024-10-15T18:02:15.464Z Compiling diesel_table_macro_syntax v0.2.0
29942024-10-15T18:02:15.517Z Compiling ascii-canvas v3.0.0
29952024-10-15T18:02:15.520Z Compiling ena v0.14.3
29962024-10-15T18:02:15.672Z Checking r2d2 v0.8.10
29972024-10-15T18:02:15.824Z Compiling libloading v0.8.3
29982024-10-15T18:02:15.928Z Compiling diff v0.1.13
29992024-10-15T18:02:15.931Z Compiling regex-syntax v0.6.29
30002024-10-15T18:02:15.995Z Compiling bindgen v0.69.4
30012024-10-15T18:02:16.045Z Compiling which v4.4.2
30022024-10-15T18:02:16.229Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30032024-10-15T18:02:16.361Z Compiling clang-sys v1.7.0
30042024-10-15T18:02:16.458Z Compiling cexpr v0.6.0
30052024-10-15T18:02:16.609Z Compiling shlex v1.3.0
30062024-10-15T18:02:16.634Z Compiling rustc-hash v1.1.0
30072024-10-15T18:02:16.793Z Compiling lazycell v1.3.0
30082024-10-15T18:02:16.812Z Compiling ref-cast v1.0.23
30092024-10-15T18:02:16.830Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30102024-10-15T18:02:16.956Z Compiling derive_builder_core v0.20.0
30112024-10-15T18:02:17.037Z Compiling libxml v0.3.3
30122024-10-15T18:02:17.056Z Compiling diesel_derives v2.2.2
30132024-10-15T18:02:17.151Z Compiling ref-cast-impl v1.0.23
30142024-10-15T18:02:17.412Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30152024-10-15T18:02:17.502Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30162024-10-15T18:02:17.929Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30172024-10-15T18:02:18.208Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30182024-10-15T18:02:18.211Z Compiling strum_macros v0.24.3
30192024-10-15T18:02:18.487Z Compiling indoc v1.0.9
30202024-10-15T18:02:19.409Z Compiling lalrpop v0.19.12
30212024-10-15T18:02:19.508Z Compiling derive_builder_macro v0.20.0
30222024-10-15T18:02:20.355Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30232024-10-15T18:02:20.393Z Checking derive_builder v0.20.0
30242024-10-15T18:02:20.545Z Compiling oso-derive v0.27.3
30252024-10-15T18:02:21.212Z Compiling impl-trait-for-tuples v0.2.2
30262024-10-15T18:02:21.645Z Checking quick-xml v0.33.0
30272024-10-15T18:02:21.893Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
30282024-10-15T18:02:22.002Z Checking maplit v1.0.2
30292024-10-15T18:02:22.160Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30302024-10-15T18:02:22.283Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30312024-10-15T18:02:22.598Z Checking bb8 v0.8.5
30322024-10-15T18:02:23.094Z Compiling const_format_proc_macros v0.2.33
30332024-10-15T18:02:23.799Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30342024-10-15T18:02:23.922Z Checking castaway v0.2.3
30352024-10-15T18:02:24.109Z Checking compact_str v0.8.0
30362024-10-15T18:02:24.135Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30372024-10-15T18:02:24.450Z Checking unicode-truncate v1.0.0
30382024-10-15T18:02:24.705Z Checking lru v0.12.3
30392024-10-15T18:02:25.044Z Compiling instability v0.3.2
30402024-10-15T18:02:25.127Z Checking smawk v0.3.2
30412024-10-15T18:02:25.321Z Checking is_ci v1.2.0
30422024-10-15T18:02:25.339Z Checking const_format v0.2.33
30432024-10-15T18:02:25.464Z Checking cassowary v0.3.0
30442024-10-15T18:02:25.834Z Checking unicode-linebreak v0.1.5
30452024-10-15T18:02:25.879Z Checking supports-color v3.0.1
30462024-10-15T18:02:26.090Z Checking multimap v0.10.0
30472024-10-15T18:02:26.107Z Checking ratatui v0.28.1
30482024-10-15T18:02:26.238Z Checking textwrap v0.16.1
30492024-10-15T18:02:29.056Z Checking diesel v2.2.4
30502024-10-15T18:02:48.731Z Compiling samael v0.0.17
30512024-10-15T18:03:04.880Z Compiling polar-core v0.27.3
30522024-10-15T18:03:05.689Z Checking async-bb8-diesel v0.2.1
30532024-10-15T18:03:12.044Z Checking oso v0.27.3
30542024-10-15T18:04:20.765Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30552024-10-15T18:04:26.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
30562024-10-15T18:04:26.922Z
30572024-10-15T18:04:26.922Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30582024-10-15T18:04:27.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-10-15T18:04:27.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-10-15T18:04:27.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-10-15T18:04:27.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30622024-10-15T18:04:27.667Z
30632024-10-15T18:04:27.667Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30642024-10-15T18:04:28.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-10-15T18:04:28.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-10-15T18:04:28.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-10-15T18:04:28.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30682024-10-15T18:04:28.423Z
30692024-10-15T18:04:28.423Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30702024-10-15T18:04:29.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-10-15T18:04:29.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-10-15T18:04:29.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-10-15T18:04:29.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30742024-10-15T18:04:29.105Z
30752024-10-15T18:04:29.105Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30762024-10-15T18:04:29.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-10-15T18:04:29.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-10-15T18:04:29.996Z Compiling libz-sys v1.1.16
30792024-10-15T18:04:30.104Z Checking http v0.2.12
30802024-10-15T18:04:30.107Z Compiling libgit2-sys v0.17.0+1.8.1
30812024-10-15T18:04:30.130Z Compiling vergen v8.3.2
30822024-10-15T18:04:30.133Z Compiling cargo-platform v0.1.8
30832024-10-15T18:04:30.133Z Compiling pin-project-internal v1.1.5
30842024-10-15T18:04:30.133Z Compiling snafu-derive v0.8.2
30852024-10-15T18:04:30.133Z Compiling libsqlite3-sys v0.30.1
30862024-10-15T18:04:30.543Z Compiling cargo_metadata v0.18.1
30872024-10-15T18:04:30.673Z Compiling rustls v0.21.12
30882024-10-15T18:04:30.830Z Compiling buf-list v1.0.3
30892024-10-15T18:04:30.965Z Checking sync_wrapper v0.1.2
30902024-10-15T18:04:31.014Z Compiling cfg_aliases v0.2.1
30912024-10-15T18:04:31.150Z Compiling nix v0.29.0
30922024-10-15T18:04:31.177Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30932024-10-15T18:04:31.387Z Checking http-body v0.4.6
30942024-10-15T18:04:31.534Z Checking h2 v0.3.26
30952024-10-15T18:04:31.866Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30962024-10-15T18:04:32.085Z Checking globset v0.4.14
30972024-10-15T18:04:32.578Z Checking rustls-webpki v0.101.7
30982024-10-15T18:04:32.929Z Checking sct v0.7.1
30992024-10-15T18:04:33.127Z Checking olpc-cjson v0.1.3
31002024-10-15T18:04:33.147Z Checking rand_seeder v0.3.0
31012024-10-15T18:04:33.165Z Checking pin-project v1.1.5
31022024-10-15T18:04:33.293Z Checking serde_plain v1.0.2
31032024-10-15T18:04:33.323Z Checking typed-path v0.7.1
31042024-10-15T18:04:33.380Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31052024-10-15T18:04:33.859Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31062024-10-15T18:04:33.987Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31072024-10-15T18:04:34.170Z Checking hashlink v0.9.1
31082024-10-15T18:04:34.307Z Checking fallible-iterator v0.3.0
31092024-10-15T18:04:34.359Z Checking fallible-streaming-iterator v0.1.9
31102024-10-15T18:04:34.608Z Checking parse-size v1.0.0
31112024-10-15T18:04:34.854Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31122024-10-15T18:04:34.950Z Checking rusqlite v0.32.1
31132024-10-15T18:04:35.284Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31142024-10-15T18:04:35.329Z Checking rustls-pemfile v1.0.4
31152024-10-15T18:04:35.534Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31162024-10-15T18:04:35.789Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31172024-10-15T18:04:35.836Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31182024-10-15T18:04:35.949Z Checking snafu v0.8.2
31192024-10-15T18:04:35.967Z Checking twox-hash v1.6.3
31202024-10-15T18:04:36.320Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31212024-10-15T18:04:36.451Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31222024-10-15T18:04:36.488Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31232024-10-15T18:04:36.642Z Checking tokio-rustls v0.24.1
31242024-10-15T18:04:36.974Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31252024-10-15T18:04:37.013Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31262024-10-15T18:04:37.314Z Checking fatfs v0.3.6
31272024-10-15T18:04:37.839Z Checking hyper v0.14.30
31282024-10-15T18:04:37.979Z Checking assert_matches v1.5.0
31292024-10-15T18:04:42.056Z Checking reqwest v0.11.27
31302024-10-15T18:04:43.166Z Checking tough v0.17.1
31312024-10-15T18:04:43.906Z Compiling git2 v0.19.0
31322024-10-15T18:04:45.984Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31332024-10-15T18:04:47.181Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31342024-10-15T18:04:48.924Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31352024-10-15T18:05:44.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
31362024-10-15T18:05:44.460Z
31372024-10-15T18:05:44.460Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31382024-10-15T18:05:45.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-10-15T18:05:45.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-10-15T18:05:45.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412024-10-15T18:05:45.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31422024-10-15T18:05:45.176Z
31432024-10-15T18:05:45.176Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31442024-10-15T18:05:45.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-10-15T18:05:45.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-10-15T18:05:45.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472024-10-15T18:05:45.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31482024-10-15T18:05:45.824Z
31492024-10-15T18:05:45.824Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31502024-10-15T18:05:46.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-10-15T18:05:46.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-10-15T18:05:46.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532024-10-15T18:05:46.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31542024-10-15T18:05:46.519Z
31552024-10-15T18:05:46.519Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31562024-10-15T18:05:47.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572024-10-15T18:05:47.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582024-10-15T18:05:47.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592024-10-15T18:05:47.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31602024-10-15T18:05:47.235Z
31612024-10-15T18:05:47.235Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31622024-10-15T18:05:47.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-10-15T18:05:47.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-10-15T18:05:47.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652024-10-15T18:05:47.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31662024-10-15T18:05:47.953Z
31672024-10-15T18:05:47.953Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31682024-10-15T18:05:48.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692024-10-15T18:05:48.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702024-10-15T18:05:48.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712024-10-15T18:05:48.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31722024-10-15T18:05:48.677Z
31732024-10-15T18:05:48.677Zinfo: running `cargo check --bins` on update-common (145/166)
31742024-10-15T18:05:49.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752024-10-15T18:05:49.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762024-10-15T18:05:49.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772024-10-15T18:05:49.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31782024-10-15T18:05:49.368Z
31792024-10-15T18:05:49.368Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31802024-10-15T18:05:49.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812024-10-15T18:05:49.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822024-10-15T18:05:49.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832024-10-15T18:05:49.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31842024-10-15T18:05:50.049Z
31852024-10-15T18:05:50.049Zinfo: running `cargo check --bins` on tufaceous (147/166)
31862024-10-15T18:05:50.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-10-15T18:05:50.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-10-15T18:05:50.765Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31892024-10-15T18:05:51.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
31902024-10-15T18:05:51.837Z
31912024-10-15T18:05:51.837Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31922024-10-15T18:05:52.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-10-15T18:05:52.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-10-15T18:05:52.714Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31952024-10-15T18:05:52.717Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31962024-10-15T18:05:52.717Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31972024-10-15T18:05:54.215Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31982024-10-15T18:05:56.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
31992024-10-15T18:05:56.906Z
32002024-10-15T18:05:56.906Zinfo: running `cargo check --bins` on openapi-manager (149/166)
32012024-10-15T18:05:57.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022024-10-15T18:05:57.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032024-10-15T18:05:57.649Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32042024-10-15T18:05:57.649Z Checking heck v0.4.1
32052024-10-15T18:05:57.651Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32062024-10-15T18:05:57.885Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32072024-10-15T18:05:59.217Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32082024-10-15T18:06:00.042Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32092024-10-15T18:06:01.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
32102024-10-15T18:06:01.202Z
32112024-10-15T18:06:01.202Zinfo: running `cargo check --bins` on installinator-api (150/166)
32122024-10-15T18:06:01.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-10-15T18:06:01.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-10-15T18:06:01.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152024-10-15T18:06:01.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32162024-10-15T18:06:01.882Z
32172024-10-15T18:06:01.882Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32182024-10-15T18:06:02.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192024-10-15T18:06:02.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202024-10-15T18:06:02.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212024-10-15T18:06:02.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32222024-10-15T18:06:02.574Z
32232024-10-15T18:06:02.574Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32242024-10-15T18:06:03.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252024-10-15T18:06:03.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262024-10-15T18:06:03.300Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272024-10-15T18:06:04.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
32282024-10-15T18:06:04.621Z
32292024-10-15T18:06:04.621Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32302024-10-15T18:06:05.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312024-10-15T18:06:05.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322024-10-15T18:06:05.330Z Checking memmap2 v0.9.4
32332024-10-15T18:06:05.330Z Checking untrusted v0.7.1
32342024-10-15T18:06:05.333Z Checking arrayvec v0.7.4
32352024-10-15T18:06:05.333Z Checking spin v0.5.2
32362024-10-15T18:06:05.333Z Checking constant_time_eq v0.3.0
32372024-10-15T18:06:05.333Z Checking arrayref v0.3.7
32382024-10-15T18:06:05.333Z Checking topological-sort v0.2.2
32392024-10-15T18:06:05.439Z Checking shell-words v1.1.0
32402024-10-15T18:06:05.637Z Checking ring v0.16.20
32412024-10-15T18:06:05.724Z Checking blake3 v1.5.1
32422024-10-15T18:06:06.732Z Checking omicron-zone-package v0.11.1
32432024-10-15T18:06:07.832Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32442024-10-15T18:06:08.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
32452024-10-15T18:06:08.871Z
32462024-10-15T18:06:08.871Zinfo: running `cargo check --bins` on xtask (154/166)
32472024-10-15T18:06:09.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482024-10-15T18:06:09.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492024-10-15T18:06:09.360Z Checking bitflags v2.6.0
32502024-10-15T18:06:09.363Z Checking serde v1.0.210
32512024-10-15T18:06:09.363Z Checking thiserror v1.0.64
32522024-10-15T18:06:09.452Z Checking scroll v0.12.0
32532024-10-15T18:06:09.455Z Checking log v0.4.22
32542024-10-15T18:06:09.462Z Checking zerocopy v0.7.34
32552024-10-15T18:06:09.462Z Checking indexmap v2.6.0
32562024-10-15T18:06:09.498Z Checking syn v2.0.79
32572024-10-15T18:06:09.540Z Checking pest v2.7.10
32582024-10-15T18:06:09.673Z Checking rustix v0.38.37
32592024-10-15T18:06:09.713Z Checking once_cell v1.20.2
32602024-10-15T18:06:09.890Z Checking goblin v0.8.2
32612024-10-15T18:06:10.004Z Checking fs-err v2.11.0
32622024-10-15T18:06:10.331Z Checking tabled v0.15.0
32632024-10-15T18:06:10.638Z Checking anyhow v1.0.89
32642024-10-15T18:06:11.382Z Checking terminal_size v0.4.0
32652024-10-15T18:06:11.382Z Checking tempfile v3.13.0
32662024-10-15T18:06:11.560Z Checking clap_builder v4.5.20
32672024-10-15T18:06:12.043Z Checking dtrace-parser v0.2.0
32682024-10-15T18:06:13.312Z Checking serde_json v1.0.128
32692024-10-15T18:06:13.312Z Checking toml_datetime v0.6.8
32702024-10-15T18:06:13.315Z Checking serde_spanned v0.6.7
32712024-10-15T18:06:13.315Z Checking camino v1.1.9
32722024-10-15T18:06:13.315Z Checking semver v1.0.23
32732024-10-15T18:06:13.503Z Checking cargo-platform v0.1.8
32742024-10-15T18:06:13.570Z Checking macaddr v1.0.1
32752024-10-15T18:06:13.633Z Checking toml_edit v0.22.22
32762024-10-15T18:06:13.880Z Checking camino-tempfile v1.1.1
32772024-10-15T18:06:14.303Z Checking clap v4.5.20
32782024-10-15T18:06:14.565Z Checking dof v0.3.0
32792024-10-15T18:06:14.565Z Checking cargo_metadata v0.18.1
32802024-10-15T18:06:14.967Z Checking usdt-impl v0.5.0
32812024-10-15T18:06:15.323Z Checking usdt v0.5.0
32822024-10-15T18:06:15.395Z Checking toml v0.8.19
32832024-10-15T18:06:15.858Z Checking cargo_toml v0.20.5
32842024-10-15T18:06:17.097Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32852024-10-15T18:06:17.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s
32862024-10-15T18:06:17.820Z
32872024-10-15T18:06:17.820Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32882024-10-15T18:06:18.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892024-10-15T18:06:18.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902024-10-15T18:06:18.632Z Checking polyval v0.6.2
32912024-10-15T18:06:18.738Z Checking ctr v0.9.2
32922024-10-15T18:06:18.750Z Checking ssh-encoding v0.2.0
32932024-10-15T18:06:18.752Z Checking blowfish v0.9.1
32942024-10-15T18:06:18.774Z Checking password-hash v0.4.2
32952024-10-15T18:06:18.777Z Checking matches v0.1.10
32962024-10-15T18:06:18.805Z Checking p256 v0.13.2
32972024-10-15T18:06:18.805Z Checking p521 v0.13.3
32982024-10-15T18:06:18.878Z Checking idna v0.2.3
32992024-10-15T18:06:18.962Z Checking ghash v0.5.1
33002024-10-15T18:06:18.971Z Checking bcrypt-pbkdf v0.10.0
33012024-10-15T18:06:19.022Z Compiling enum-as-inner v0.5.1
33022024-10-15T18:06:19.048Z Checking russh-cryptovec v0.7.2
33032024-10-15T18:06:19.158Z Checking aes-gcm v0.10.3
33042024-10-15T18:06:19.176Z Checking pbkdf2 v0.11.0
33052024-10-15T18:06:19.238Z Checking md5 v0.7.0
33062024-10-15T18:06:19.257Z Checking num-bigint v0.4.5
33072024-10-15T18:06:19.260Z Checking des v0.8.1
33082024-10-15T18:06:19.393Z Checking ssh-cipher v0.2.0
33092024-10-15T18:06:19.436Z Compiling dhcproto-macros v0.1.0
33102024-10-15T18:06:19.526Z Checking hex-literal v0.4.1
33112024-10-15T18:06:19.544Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33122024-10-15T18:06:19.656Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33132024-10-15T18:06:19.661Z Checking ssh-key v0.6.6
33142024-10-15T18:06:19.717Z Checking internet-checksum v0.2.1
33152024-10-15T18:06:20.041Z Checking trust-dns-proto v0.22.0
33162024-10-15T18:06:20.965Z Checking russh-keys v0.45.0
33172024-10-15T18:06:21.865Z Checking russh v0.45.0
33182024-10-15T18:06:22.501Z Checking dhcproto v0.12.0
33192024-10-15T18:06:39.683Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33202024-10-15T18:06:40.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.15s
33212024-10-15T18:06:41.171Z
33222024-10-15T18:06:41.172Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33232024-10-15T18:06:41.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-10-15T18:06:41.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-10-15T18:06:41.846Z Checking termios v0.3.3
33262024-10-15T18:06:42.056Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33272024-10-15T18:06:42.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
33282024-10-15T18:06:42.974Z
33292024-10-15T18:06:42.974Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33302024-10-15T18:06:43.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-10-15T18:06:43.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-10-15T18:06:43.703Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33332024-10-15T18:06:45.674Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33342024-10-15T18:06:47.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
33352024-10-15T18:06:47.627Z
33362024-10-15T18:06:47.628Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33372024-10-15T18:06:48.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-10-15T18:06:48.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-10-15T18:06:48.290Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33402024-10-15T18:06:48.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
33412024-10-15T18:06:48.910Z
33422024-10-15T18:06:48.910Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33432024-10-15T18:06:49.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-10-15T18:06:49.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-10-15T18:06:49.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462024-10-15T18:06:49.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33472024-10-15T18:06:49.566Z
33482024-10-15T18:06:49.566Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33492024-10-15T18:06:50.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-10-15T18:06:50.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-10-15T18:06:50.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522024-10-15T18:06:50.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33532024-10-15T18:06:50.214Z
33542024-10-15T18:06:50.214Zinfo: running `cargo check --bins` on omicron-package (161/166)
33552024-10-15T18:06:50.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-10-15T18:06:50.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-10-15T18:06:50.913Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33582024-10-15T18:06:52.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
33592024-10-15T18:06:52.302Z
33602024-10-15T18:06:52.302Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33612024-10-15T18:06:52.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-10-15T18:06:52.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-10-15T18:06:53.037Z Checking rtoolbox v0.0.2
33642024-10-15T18:06:53.037Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33652024-10-15T18:06:53.041Z Checking tui-tree-widget v0.22.0
33662024-10-15T18:06:53.298Z Checking rpassword v7.3.1
33672024-10-15T18:06:57.270Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33682024-10-15T18:07:00.254Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33692024-10-15T18:07:01.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
33702024-10-15T18:07:01.569Z
33712024-10-15T18:07:01.569Zinfo: running `cargo check --bins` on wicket (163/166)
33722024-10-15T18:07:02.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-10-15T18:07:02.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-10-15T18:07:02.317Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33752024-10-15T18:07:02.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
33762024-10-15T18:07:02.875Z
33772024-10-15T18:07:02.875Zinfo: running `cargo check --bins` on wicketd (164/166)
33782024-10-15T18:07:03.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-10-15T18:07:03.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-10-15T18:07:03.626Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33812024-10-15T18:07:07.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
33822024-10-15T18:07:07.671Z
33832024-10-15T18:07:07.671Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33842024-10-15T18:07:08.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-10-15T18:07:08.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-10-15T18:07:08.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872024-10-15T18:07:08.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33882024-10-15T18:07:08.331Z
33892024-10-15T18:07:08.331Zinfo: running `cargo check --bins` on zone-setup (166/166)
33902024-10-15T18:07:08.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912024-10-15T18:07:08.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922024-10-15T18:07:09.092Z Checking uzers v0.11.3
33932024-10-15T18:07:09.395Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33942024-10-15T18:07:10.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
33952024-10-15T18:07:10.653Z
33962024-10-15T18:07:10.653Zreal 11:51.222378932
33972024-10-15T18:07:10.653Zuser 24:11.130166540
33982024-10-15T18:07:10.653Zsys 5:10.286253767
33992024-10-15T18:07:10.653Ztrap 0.499137115
34002024-10-15T18:07:10.653Ztflt 3.125665806
34012024-10-15T18:07:10.656Zdflt 2.434000142
34022024-10-15T18:07:10.656Zkflt 0.003530840
34032024-10-15T18:07:10.656Zlock 42:56.177701680
34042024-10-15T18:07:10.656Zslp 1:58:44.859323899
34052024-10-15T18:07:10.656Zlat 58.595053415
34062024-10-15T18:07:10.656Zstop 3:02.529617769
34072024-10-15T18:07:10.656Zprocess exited: duration 1052867 ms, exit code 0
 
34082024-10-15T18:07:10.662Zfound 0 output files