01JARQSTMJBTZ5H15XTN06CT7Z: 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: 01JARQT82CWEDYA26GGJT2J99Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-21T23:51:15.571Zjob assigned to worker 01JARQTHE1FZP123VSVQRCDWPY (queued for 55 s)
 
22024-10-21T23:51:23.698Zstarting task 0: "setup"
32024-10-21T23:51:23.705Z++ uname -s
42024-10-21T23:51:23.707Z+ kern=SunOS
52024-10-21T23:51:23.707Z+ case "$kern" in
62024-10-21T23:51:23.708Z+ groupadd -g 12345 build
72024-10-21T23:51:23.710Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-21T23:51:25.719Z+ zfs create -o mountpoint=/work rpool/work
92024-10-21T23:51:25.833Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-21T23:51:25.835Z+ home_fs=zfs
112024-10-21T23:51:25.835Z+ [[ zfs == autofs ]]
122024-10-21T23:51:25.835Z+ mkdir -p /home/build
132024-10-21T23:51:25.838Z+ chown build:build /home/build /work
142024-10-21T23:51:27.840Z+ chmod 0700 /home/build /work
152024-10-21T23:51:27.843Zprocess exited: duration 4146 ms, exit code 0
 
162024-10-21T23:51:27.848Zstarting task 1: "rust-toolchain"
172024-10-21T23:51:27.854Z+ printf ' * toolchain channel = "%s"
182024-10-21T23:51:27.854Z' 1.80.1
192024-10-21T23:51:27.856Z * toolchain channel = "1.80.1"
202024-10-21T23:51:27.857Z+ printf ' * toolchain profile = "%s"
212024-10-21T23:51:27.857Z' default
222024-10-21T23:51:27.857Z * toolchain profile = "default"
232024-10-21T23:51:27.857Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-21T23:51:27.857Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-21T23:51:27.983Zinfo: downloading installer
262024-10-21T23:51:29.463Zinfo: profile set to 'default'
272024-10-21T23:51:29.463Zinfo: default host triple is x86_64-unknown-illumos
282024-10-21T23:51:29.465Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-21T23:51:29.616Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-21T23:51:29.616Zinfo: downloading component 'cargo'
312024-10-21T23:51:30.489Zinfo: downloading component 'clippy'
322024-10-21T23:51:30.799Zinfo: downloading component 'rust-docs'
332024-10-21T23:51:32.018Zinfo: downloading component 'rust-std'
342024-10-21T23:51:33.727Zinfo: downloading component 'rustc'
352024-10-21T23:51:38.490Zinfo: downloading component 'rustfmt'
362024-10-21T23:51:38.745Zinfo: installing component 'cargo'
372024-10-21T23:51:39.642Zinfo: installing component 'clippy'
382024-10-21T23:51:40.042Zinfo: installing component 'rust-docs'
392024-10-21T23:51:41.620Zinfo: installing component 'rust-std'
402024-10-21T23:51:43.375Zinfo: installing component 'rustc'
412024-10-21T23:51:48.030Zinfo: installing component 'rustfmt'
422024-10-21T23:51:48.404Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-21T23:51:48.404Z
442024-10-21T23:51:48.663Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-21T23:51:48.663Z
462024-10-21T23:51:48.666Z
472024-10-21T23:51:48.666ZRust is installed now. Great!
482024-10-21T23:51:48.666Z
492024-10-21T23:51:48.666ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-21T23:51:48.666Zenvironment variable. This has not been done automatically.
512024-10-21T23:51:48.666Z
522024-10-21T23:51:48.666ZTo configure your current shell, you need to source
532024-10-21T23:51:48.666Zthe corresponding env file under $HOME/.cargo.
542024-10-21T23:51:48.666Z
552024-10-21T23:51:48.666ZThis is usually done by running one of the following (note the leading DOT):
562024-10-21T23:51:48.666Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-21T23:51:48.666Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-21T23:51:48.720Z+ rustc --version
592024-10-21T23:51:48.787Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-21T23:51:48.791Zprocess exited: duration 20938 ms, exit code 0
 
612024-10-21T23:51:48.796Zstarting task 2: "authentication"
622024-10-21T23:51:48.817Zprocess exited: duration 20 ms, exit code 0
 
632024-10-21T23:51:48.824Zstarting task 3: "clone repository"
642024-10-21T23:51:48.828Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-21T23:51:48.831Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-21T23:51:49.150ZCloning into '/work/oxidecomputer/omicron'...
672024-10-21T23:51:56.826Z+ cd /work/oxidecomputer/omicron
682024-10-21T23:51:56.826Z+ git fetch origin f02e00366cdb78d5f049699edd7bc9ba81265d0e
692024-10-21T23:51:57.099ZFrom https://github.com/oxidecomputer/omicron
702024-10-21T23:51:57.099Z * branch f02e00366cdb78d5f049699edd7bc9ba81265d0e -> FETCH_HEAD
712024-10-21T23:51:57.110Z+ [[ -n zl/smf-sled-idents ]]
722024-10-21T23:51:57.113Z++ git branch --show-current
732024-10-21T23:51:57.116Z+ current=main
742024-10-21T23:51:57.116Z+ [[ main != zl/smf-sled-idents ]]
752024-10-21T23:51:57.116Z+ git branch -f zl/smf-sled-idents f02e00366cdb78d5f049699edd7bc9ba81265d0e
762024-10-21T23:51:57.118Z+ git checkout -f zl/smf-sled-idents
772024-10-21T23:51:57.285ZSwitched to branch 'zl/smf-sled-idents'
782024-10-21T23:51:57.288Z+ git reset --hard f02e00366cdb78d5f049699edd7bc9ba81265d0e
792024-10-21T23:51:57.303ZHEAD is now at f02e00366 expunge dendrite ts
802024-10-21T23:51:57.305Zprocess exited: duration 8479 ms, exit code 0
 
812024-10-21T23:51:57.311Zstarting task 4: "build"
822024-10-21T23:51:57.316Z+ source .github/buildomat/ci-env.sh
832024-10-21T23:51:57.316Z++ export CARGO_TERM_COLOR=always
842024-10-21T23:51:57.319Z++ CARGO_TERM_COLOR=always
852024-10-21T23:51:57.319Z+ cargo --version
862024-10-21T23:51:57.373Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-21T23:51:57.376Z+ rustc --version
882024-10-21T23:51:57.436Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-21T23:51:57.439Z+ source ./env.sh
902024-10-21T23:51:57.441Z++ OLD_SHELL_OPTS=ehxB
912024-10-21T23:51:57.441Z++ set -o xtrace
922024-10-21T23:51:57.444Z++++ dirname ./env.sh
932024-10-21T23:51:57.444Z+++ readlink -f .
942024-10-21T23:51:57.466Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-21T23:51:57.468Z++ 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-21T23:51:57.468Z++ 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-21T23:51:57.469Z++ 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-21T23:51:57.469Z++ 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-21T23:51:57.469Z++ 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-21T23:51:57.469Z++ 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-21T23:51:57.469Z++ 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-21T23:51:57.469Z++ 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-21T23:51:57.469Z++ case $OLD_SHELL_OPTS in
1042024-10-21T23:51:57.469Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-21T23:51:57.469Z+ 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-21T23:51:57.469Z+ 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-21T23:51:57.469Z+ banner prerequisites
1082024-10-21T23:51:57.487Z
1092024-10-21T23:51:57.487Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-21T23:51:57.487Z # # # # # # # # # # # # # # #
1112024-10-21T23:51:57.487Z # # # # ##### # # ##### # # # # # #### #
1122024-10-21T23:51:57.487Z ##### ##### # ##### # # # # # # # # #
1132024-10-21T23:51:57.487Z # # # # # # # # # # # # # # #
1142024-10-21T23:51:57.487Z # # # ###### # # ###### ### # #### # #### #
1152024-10-21T23:51:57.487Z
1162024-10-21T23:51:57.490Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-21T23:52:10.669Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-21T23:52:14.135Z Startup: Caching catalogs ... Done
1192024-10-21T23:52:20.555ZPlanning: Solver setup ... Done (5.704s)
1202024-10-21T23:52:20.642ZPlanning: Running solver ... Done (0.087s)
1212024-10-21T23:52:20.760ZPlanning: Finding local manifests ... Done (0.042s)
1222024-10-21T23:52:20.807ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-21T23:52:21.443ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-21T23:52:21.927ZPlanning: Package planning ... Done (0.484s)
1252024-10-21T23:52:21.985ZPlanning: Merging actions ... Done (0.057s)
1262024-10-21T23:52:23.259ZPlanning: Checking for conflicting actions ... Done (1.274s)
1272024-10-21T23:52:31.046ZPlanning: Consolidating action changes ... Done (7.785s)
1282024-10-21T23:52:31.479ZPlanning: Evaluating mediators ... Done (0.434s)
1292024-10-21T23:52:31.637ZPlanning: Planning completed in 17.41 seconds
1302024-10-21T23:52:32.708Z Packages to install: 4
1312024-10-21T23:52:32.708Z Packages to update: 1
1322024-10-21T23:52:32.708Z Mediators to change: 2
1332024-10-21T23:52:32.708Z Services to change: 1
1342024-10-21T23:52:32.711Z Estimated space available: 155.71 GB
1352024-10-21T23:52:32.711ZEstimated space to be consumed: 1.58 GB
1362024-10-21T23:52:32.711Z Create boot environment: No
1372024-10-21T23:52:32.711ZCreate backup boot environment: Yes
1382024-10-21T23:52:32.711Z Rebuild boot archive: No
1392024-10-21T23:52:32.711Z
1402024-10-21T23:52:32.711ZChanged mediators:
1412024-10-21T23:52:32.711Z mediator clang:
1422024-10-21T23:52:32.711Z version: None -> 15 (system default)
1432024-10-21T23:52:32.711Z
1442024-10-21T23:52:32.711Z mediator llvm:
1452024-10-21T23:52:32.711Z version: 14 (system default) -> 15 (system default)
1462024-10-21T23:52:32.711Z
1472024-10-21T23:52:32.711ZChanged packages:
1482024-10-21T23:52:32.711Zhelios-dev
1492024-10-21T23:52:32.711Z developer/build-essential
1502024-10-21T23:52:32.711Z None -> 11-2.0
1512024-10-21T23:52:32.711Z library/libxmlsec1
1522024-10-21T23:52:32.711Z None -> 1.2.35-2.0
1532024-10-21T23:52:32.711Z ooce/developer/clang-15
1542024-10-21T23:52:32.711Z None -> 15.0.7-2.0
1552024-10-21T23:52:32.711Z ooce/developer/llvm-15
1562024-10-21T23:52:32.711Z None -> 15.0.7-2.0
1572024-10-21T23:52:32.711Z package/pkg
1582024-10-21T23:52:32.711Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-21T23:52:32.712Z
1602024-10-21T23:52:32.712ZServices:
1612024-10-21T23:52:32.712Z restart_fmri:
1622024-10-21T23:52:32.712Z svc:/system/update-man-index:default
1632024-10-21T23:52:32.712Z
1642024-10-21T23:52:32.712ZEditable files to change:
1652024-10-21T23:52:32.712Z Update:
1662024-10-21T23:52:32.712Z usr/share/lib/pkg/web/config.shtml
1672024-10-21T23:52:33.283Z
1682024-10-21T23:52:33.283ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-21T23:52:38.287ZDownload: 763/4281 items 4.5/220.6MB 2% complete (934k/s)
1702024-10-21T23:52:43.292ZDownload: 1263/4281 items 114.2/220.6MB 51% complete (11.4M/s)
1712024-10-21T23:52:48.294ZDownload: 1799/4281 items 117.0/220.6MB 53% complete (11.2M/s)
1722024-10-21T23:52:53.996ZDownload: 2218/4281 items 117.8/220.6MB 53% complete (10.9M/s)
1732024-10-21T23:52:59.000ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (8.5M/s)
1742024-10-21T23:53:02.789ZDownload: Completed 220.60 MB in 29.50 seconds (7.5M/s)
1752024-10-21T23:53:03.910Z Actions: 1/5063 actions (Removing old actions)
1762024-10-21T23:53:03.927Z Actions: 194/5063 actions (Installing new actions)
1772024-10-21T23:53:09.077Z Actions: 4099/5063 actions (Installing new actions)
1782024-10-21T23:53:10.112Z Actions: 4226/5063 actions (Updating modified actions)
1792024-10-21T23:53:10.476Z Actions: Completed 5063 actions in 6.56 seconds.
1802024-10-21T23:53:10.840Z Done (0.356s)
1812024-10-21T23:53:10.843Z Done (0.000s)
1822024-10-21T23:53:11.333Z Done (0.491s)
1832024-10-21T23:53:17.268Z Done (5.732s)
1842024-10-21T23:53:17.570Z Done (0.227s)
1852024-10-21T23:53:17.573Z Done (0.000s)
1862024-10-21T23:53:17.721Z Done (0.000s)
1872024-10-21T23:53:18.403ZPlanning: Evaluating mediator changes ... Done
1882024-10-21T23:53:18.570ZPlanning: Checking for conflicting actions ... Done
1892024-10-21T23:53:18.572ZPlanning: Consolidating action changes ... Done
1902024-10-21T23:53:18.842ZPlanning: Evaluating mediators ... Done
1912024-10-21T23:53:18.845ZPlanning: Planning completed in 0.44 seconds
1922024-10-21T23:53:18.882Z Mediators to change: 2
1932024-10-21T23:53:18.882Z Create boot environment: No
1942024-10-21T23:53:18.884ZCreate backup boot environment: No
1952024-10-21T23:53:18.974Z Done
1962024-10-21T23:53:18.974Z Done
1972024-10-21T23:53:19.301Z Done
1982024-10-21T23:53:23.055Z Done
1992024-10-21T23:53:23.151Z Done
2002024-10-21T23:53:23.154Z Done
2012024-10-21T23:53:23.316Z Done
2022024-10-21T23:53:23.952ZPlanning: Evaluating mediator changes ... Done
2032024-10-21T23:53:23.955ZPlanning: Merging actions ... Done
2042024-10-21T23:53:24.150ZPlanning: Checking for conflicting actions ... Done
2052024-10-21T23:53:24.153ZPlanning: Consolidating action changes ... Done
2062024-10-21T23:53:24.425ZPlanning: Evaluating mediators ... Done
2072024-10-21T23:53:24.483ZPlanning: Planning completed in 0.78 seconds
2082024-10-21T23:53:24.523Z Packages to change: 1
2092024-10-21T23:53:24.524Z Mediators to change: 1
2102024-10-21T23:53:24.524Z Services to change: 1
2112024-10-21T23:53:24.524Z Create boot environment: No
2122024-10-21T23:53:24.526ZCreate backup boot environment: Yes
2132024-10-21T23:53:26.661Z Actions: 1/6 actions (Updating modified actions)
2142024-10-21T23:53:26.775Z Actions: Completed 6 actions in 0.11 seconds.
2152024-10-21T23:53:26.778Z Done
2162024-10-21T23:53:26.778Z Done
2172024-10-21T23:53:26.877Z Done
2182024-10-21T23:53:30.648Z Done
2192024-10-21T23:53:30.743Z Done
2202024-10-21T23:53:30.745Z Done
2212024-10-21T23:53:30.949Z Done
2222024-10-21T23:53:31.403ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-10-21T23:53:31.403Zclang system 15 system
2242024-10-21T23:53:31.403Zcsh system system illumos
2252024-10-21T23:53:31.403Zctags system system illumos
2262024-10-21T23:53:31.403Zgcc vendor 12 vendor
2272024-10-21T23:53:31.403Zgcc system 10 system
2282024-10-21T23:53:31.403Zgcc system 7 system
2292024-10-21T23:53:31.407Zgo system 1.20 system
2302024-10-21T23:53:31.407Zgo system 1.19 system
2312024-10-21T23:53:31.407Zllvm system 15 system
2322024-10-21T23:53:31.407Zllvm system 14 system
2332024-10-21T23:53:31.407Zmariadb system 10.6 system
2342024-10-21T23:53:31.407Zmta vendor vendor dma
2352024-10-21T23:53:31.407Zopenjdk system 17 system
2362024-10-21T23:53:31.407Zopenjdk system 11 system
2372024-10-21T23:53:31.407Zopenjdk system 1.8 system
2382024-10-21T23:53:31.407Zopenssl vendor 3 vendor
2392024-10-21T23:53:31.407Zperl system 5.36 system
2402024-10-21T23:53:31.407Zpostgresql system 15 system
2412024-10-21T23:53:31.407Zpostgresql system 13 system
2422024-10-21T23:53:31.407Zpython vendor 3 vendor
2432024-10-21T23:53:31.407Zpython system 2 system
2442024-10-21T23:53:31.407Zpython3 system 3.11 system
2452024-10-21T23:53:31.407Zruby system 3.0 system
2462024-10-21T23:53:31.407Zwords vendor vendor american-english
2472024-10-21T23:53:31.407Zwords system system australian-english
2482024-10-21T23:53:31.407Zwords system system british-english
2492024-10-21T23:53:31.407Zwords system system canadian-english
2502024-10-21T23:53:31.407Zwords system system french
2512024-10-21T23:53:31.407Zwords system system italian
2522024-10-21T23:53:31.407Zwords system system ngerman
2532024-10-21T23:53:31.407Zwords system system ogerman
2542024-10-21T23:53:31.407Zwords system system spanish
2552024-10-21T23:53:31.744ZPUBLISHER TYPE STATUS P LOCATION
2562024-10-21T23:53:31.744Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-10-21T23:53:34.109ZFMRI IFO
2582024-10-21T23:53:34.109Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-10-21T23:53:34.109Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-10-21T23:53:34.109Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-10-21T23:53:34.109Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-10-21T23:53:34.109Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-10-21T23:53:34.109Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-10-21T23:53:34.109Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-10-21T23:53:34.109Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-10-21T23:53:34.109Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-10-21T23:53:34.109Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2682024-10-21T23:53:34.109Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-10-21T23:53:34.109Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-10-21T23:53:34.109Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2712024-10-21T23:53:34.109Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2722024-10-21T23:53:34.110Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2732024-10-21T23:53:34.879Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742024-10-21T23:53:35.100Z Updating crates.io index
2752024-10-21T23:53:35.102Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-10-21T23:53:35.939Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-10-21T23:53:36.190Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-10-21T23:53:36.400Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-10-21T23:53:36.651Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-10-21T23:53:37.433Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-10-21T23:53:39.634Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-10-21T23:53:40.670Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-10-21T23:53:41.496Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-10-21T23:53:41.756Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-10-21T23:53:42.028Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-10-21T23:53:42.534Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-10-21T23:53:42.825Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-10-21T23:53:43.165Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-10-21T23:53:43.425Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-10-21T23:53:43.671Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-10-21T23:53:43.904Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-10-21T23:53:44.199Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-10-21T23:53:44.494Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-10-21T23:53:44.903Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-10-21T23:53:45.136Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-10-21T23:53:45.536Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-10-21T23:53:45.845Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982024-10-21T23:53:46.184Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-10-21T23:53:46.593Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-10-21T23:53:46.846Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-10-21T23:53:47.109Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-10-21T23:53:48.350Z Downloading crates ...
3032024-10-21T23:53:48.407Z Downloaded anstyle v1.0.8
3042024-10-21T23:53:48.410Z Downloaded block-buffer v0.10.4
3052024-10-21T23:53:48.413Z Downloaded itoa v1.0.11
3062024-10-21T23:53:48.416Z Downloaded anstyle-query v1.1.1
3072024-10-21T23:53:48.418Z Downloaded autocfg v1.4.0
3082024-10-21T23:53:48.421Z Downloaded memchr v2.7.4
3092024-10-21T23:53:48.428Z Downloaded equivalent v1.0.1
3102024-10-21T23:53:48.431Z Downloaded scroll_derive v0.12.0
3112024-10-21T23:53:48.438Z Downloaded usdt-macro v0.5.0
3122024-10-21T23:53:48.440Z Downloaded fs-err v2.11.0
3132024-10-21T23:53:48.443Z Downloaded memmap v0.7.0
3142024-10-21T23:53:48.446Z Downloaded fastrand v2.1.1
3152024-10-21T23:53:48.448Z Downloaded cfg-if v1.0.0
3162024-10-21T23:53:48.448Z Downloaded pest_generator v2.7.14
3172024-10-21T23:53:48.451Z Downloaded crypto-common v0.1.6
3182024-10-21T23:53:48.451Z Downloaded byteorder v1.5.0
3192024-10-21T23:53:48.453Z Downloaded strsim v0.11.1
3202024-10-21T23:53:48.456Z Downloaded cargo_metadata v0.18.1
3212024-10-21T23:53:48.456Z Downloaded dof v0.3.0
3222024-10-21T23:53:48.458Z Downloaded toml_datetime v0.6.8
3232024-10-21T23:53:48.458Z Downloaded smawk v0.3.2
3242024-10-21T23:53:48.461Z Downloaded serde_tokenstream v0.2.2
3252024-10-21T23:53:48.465Z Downloaded plain v0.2.3
3262024-10-21T23:53:48.467Z Downloaded thiserror v1.0.64
3272024-10-21T23:53:48.472Z Downloaded version_check v0.9.5
3282024-10-21T23:53:48.474Z Downloaded thread-id v4.2.2
3292024-10-21T23:53:48.477Z Downloaded heck v0.4.1
3302024-10-21T23:53:48.477Z Downloaded proc-macro-error v1.0.4
3312024-10-21T23:53:48.480Z Downloaded colorchoice v1.0.2
3322024-10-21T23:53:48.484Z Downloaded quote v1.0.37
3332024-10-21T23:53:48.487Z Downloaded log v0.4.22
3342024-10-21T23:53:48.487Z Downloaded camino-tempfile v1.1.1
3352024-10-21T23:53:48.491Z Downloaded anstream v0.6.15
3362024-10-21T23:53:48.494Z Downloaded bytecount v0.6.8
3372024-10-21T23:53:48.494Z Downloaded typenum v1.17.0
3382024-10-21T23:53:48.497Z Downloaded anstyle-parse v0.2.5
3392024-10-21T23:53:48.501Z Downloaded dtrace-parser v0.2.0
3402024-10-21T23:53:48.505Z Downloaded unicode-ident v1.0.13
3412024-10-21T23:53:48.509Z Downloaded ryu v1.0.18
3422024-10-21T23:53:48.509Z Downloaded pretty-hex v0.4.1
3432024-10-21T23:53:48.516Z Downloaded swrite v0.1.0
3442024-10-21T23:53:48.519Z Downloaded papergrid v0.11.0
3452024-10-21T23:53:48.524Z Downloaded heck v0.5.0
3462024-10-21T23:53:48.526Z Downloaded macaddr v1.0.1
3472024-10-21T23:53:48.529Z Downloaded is_terminal_polyfill v1.70.1
3482024-10-21T23:53:48.529Z Downloaded errno v0.3.9
3492024-10-21T23:53:48.531Z Downloaded clap_lex v0.7.2
3502024-10-21T23:53:48.531Z Downloaded cpufeatures v0.2.14
3512024-10-21T23:53:48.534Z Downloaded fnv v1.0.7
3522024-10-21T23:53:48.534Z Downloaded camino v1.1.9
3532024-10-21T23:53:48.538Z Downloaded terminal_size v0.4.0
3542024-10-21T23:53:48.541Z Downloaded usdt-attr-macro v0.5.0
3552024-10-21T23:53:48.541Z Downloaded digest v0.10.7
3562024-10-21T23:53:48.543Z Downloaded generic-array v0.14.7
3572024-10-21T23:53:48.546Z Downloaded cargo-platform v0.1.8
3582024-10-21T23:53:48.546Z Downloaded utf8parse v0.2.2
3592024-10-21T23:53:48.548Z Downloaded proc-macro-error-attr v1.0.4
3602024-10-21T23:53:48.548Z Downloaded unicode-linebreak v0.1.5
3612024-10-21T23:53:48.551Z Downloaded thiserror-impl v1.0.64
3622024-10-21T23:53:48.554Z Downloaded usdt-impl v0.5.0
3632024-10-21T23:53:48.557Z Downloaded tempfile v3.13.0
3642024-10-21T23:53:48.557Z Downloaded indexmap v2.6.0
3652024-10-21T23:53:48.562Z Downloaded tabled_derive v0.7.0
3662024-10-21T23:53:48.565Z Downloaded once_cell v1.20.2
3672024-10-21T23:53:48.565Z Downloaded clap_derive v4.5.18
3682024-10-21T23:53:48.568Z Downloaded cargo_toml v0.20.5
3692024-10-21T23:53:48.570Z Downloaded bitflags v2.6.0
3702024-10-21T23:53:48.573Z Downloaded semver v1.0.23
3712024-10-21T23:53:48.575Z Downloaded sha2 v0.10.8
3722024-10-21T23:53:48.577Z Downloaded serde_spanned v0.6.8
3732024-10-21T23:53:48.580Z Downloaded zerocopy-derive v0.7.35
3742024-10-21T23:53:48.583Z Downloaded usdt v0.5.0
3752024-10-21T23:53:48.586Z Downloaded textwrap v0.16.1
3762024-10-21T23:53:48.589Z Downloaded pest_meta v2.7.14
3772024-10-21T23:53:48.591Z Downloaded pest_derive v2.7.14
3782024-10-21T23:53:48.594Z Downloaded proc-macro2 v1.0.87
3792024-10-21T23:53:48.596Z Downloaded toml v0.8.19
3802024-10-21T23:53:48.599Z Downloaded serde_derive v1.0.210
3812024-10-21T23:53:48.601Z Downloaded anyhow v1.0.89
3822024-10-21T23:53:48.604Z Downloaded serde v1.0.210
3832024-10-21T23:53:48.608Z Downloaded clap v4.5.20
3842024-10-21T23:53:48.618Z Downloaded ucd-trie v0.1.7
3852024-10-21T23:53:48.620Z Downloaded scroll v0.12.0
3862024-10-21T23:53:48.625Z Downloaded pest v2.7.14
3872024-10-21T23:53:48.633Z Downloaded serde_json v1.0.128
3882024-10-21T23:53:48.640Z Downloaded zerocopy v0.7.35
3892024-10-21T23:53:48.656Z Downloaded toml_edit v0.22.22
3902024-10-21T23:53:48.677Z Downloaded clap_builder v4.5.20
3912024-10-21T23:53:48.683Z Downloaded tabled v0.15.0
3922024-10-21T23:53:48.699Z Downloaded hashbrown v0.15.0
3932024-10-21T23:53:48.704Z Downloaded winnow v0.6.20
3942024-10-21T23:53:48.712Z Downloaded unicode-width v0.1.14
3952024-10-21T23:53:48.718Z Downloaded syn v1.0.109
3962024-10-21T23:53:48.728Z Downloaded syn v2.0.79
3972024-10-21T23:53:48.739Z Downloaded rustix v0.38.37
3982024-10-21T23:53:48.760Z Downloaded goblin v0.8.2
3992024-10-21T23:53:48.766Z Downloaded libc v0.2.161
4002024-10-21T23:53:49.077Z Compiling proc-macro2 v1.0.87
4012024-10-21T23:53:49.077Z Compiling unicode-ident v1.0.13
4022024-10-21T23:53:49.079Z Compiling serde v1.0.210
4032024-10-21T23:53:49.079Z Compiling version_check v0.9.5
4042024-10-21T23:53:49.079Z Compiling memchr v2.7.4
4052024-10-21T23:53:49.079Z Compiling thiserror v1.0.64
4062024-10-21T23:53:49.079Z Compiling libc v0.2.161
4072024-10-21T23:53:49.112Z Compiling ucd-trie v0.1.7
4082024-10-21T23:53:49.422Z Compiling itoa v1.0.11
4092024-10-21T23:53:49.652Z Compiling ryu v1.0.18
4102024-10-21T23:53:49.745Z Compiling once_cell v1.20.2
4112024-10-21T23:53:49.974Z Compiling byteorder v1.5.0
4122024-10-21T23:53:50.083Z Compiling rustix v0.38.37
4132024-10-21T23:53:50.579Z Compiling serde_json v1.0.128
4142024-10-21T23:53:50.605Z Compiling bitflags v2.6.0
4152024-10-21T23:53:50.765Z Compiling usdt-impl v0.5.0
4162024-10-21T23:53:50.960Z Compiling proc-macro-error-attr v1.0.4
4172024-10-21T23:53:50.986Z Compiling syn v1.0.109
4182024-10-21T23:53:51.043Z Compiling proc-macro-error v1.0.4
4192024-10-21T23:53:51.111Z Compiling camino v1.1.9
4202024-10-21T23:53:51.337Z Compiling log v0.4.22
4212024-10-21T23:53:51.364Z Compiling hashbrown v0.15.0
4222024-10-21T23:53:51.390Z Compiling utf8parse v0.2.2
4232024-10-21T23:53:51.557Z Compiling quote v1.0.37
4242024-10-21T23:53:51.744Z Compiling equivalent v1.0.1
4252024-10-21T23:53:51.775Z Compiling plain v0.2.3
4262024-10-21T23:53:51.876Z Compiling errno v0.3.9
4272024-10-21T23:53:51.905Z Compiling anstyle-parse v0.2.5
4282024-10-21T23:53:51.937Z Compiling syn v2.0.79
4292024-10-21T23:53:52.105Z Compiling thread-id v4.2.2
4302024-10-21T23:53:52.295Z Compiling semver v1.0.23
4312024-10-21T23:53:52.383Z Compiling pretty-hex v0.4.1
4322024-10-21T23:53:52.581Z Compiling indexmap v2.6.0
4332024-10-21T23:53:52.605Z Compiling autocfg v1.4.0
4342024-10-21T23:53:52.628Z Compiling unicode-width v0.1.14
4352024-10-21T23:53:52.843Z Compiling anstyle-query v1.1.1
4362024-10-21T23:53:53.007Z Compiling is_terminal_polyfill v1.70.1
4372024-10-21T23:53:53.145Z Compiling winnow v0.6.20
4382024-10-21T23:53:53.167Z Compiling anstyle v1.0.8
4392024-10-21T23:53:53.644Z Compiling colorchoice v1.0.2
4402024-10-21T23:53:53.784Z Compiling fs-err v2.11.0
4412024-10-21T23:53:53.810Z Compiling anstream v0.6.15
4422024-10-21T23:53:53.984Z Compiling fnv v1.0.7
4432024-10-21T23:53:54.073Z Compiling heck v0.5.0
4442024-10-21T23:53:54.098Z Compiling strsim v0.11.1
4452024-10-21T23:53:54.130Z Compiling fastrand v2.1.1
4462024-10-21T23:53:54.601Z Compiling terminal_size v0.4.0
4472024-10-21T23:53:54.634Z Compiling heck v0.4.1
4482024-10-21T23:53:54.694Z Compiling clap_lex v0.7.2
4492024-10-21T23:53:54.822Z Compiling bytecount v0.6.8
4502024-10-21T23:53:55.059Z Compiling anyhow v1.0.89
4512024-10-21T23:53:55.094Z Compiling cfg-if v1.0.0
4522024-10-21T23:53:55.203Z Compiling papergrid v0.11.0
4532024-10-21T23:53:55.236Z Compiling clap_builder v4.5.20
4542024-10-21T23:53:55.568Z Compiling tempfile v3.13.0
4552024-10-21T23:53:55.901Z Compiling memmap v0.7.0
4562024-10-21T23:53:55.951Z Compiling unicode-linebreak v0.1.5
4572024-10-21T23:53:56.283Z Compiling smawk v0.3.2
4582024-10-21T23:53:56.494Z Compiling textwrap v0.16.1
4592024-10-21T23:53:57.028Z Compiling swrite v0.1.0
4602024-10-21T23:53:58.059Z Compiling tabled_derive v0.7.0
4612024-10-21T23:53:59.710Z Compiling tabled v0.15.0
4622024-10-21T23:54:00.782Z Compiling serde_derive v1.0.210
4632024-10-21T23:54:00.785Z Compiling thiserror-impl v1.0.64
4642024-10-21T23:54:00.785Z Compiling zerocopy-derive v0.7.35
4652024-10-21T23:54:00.928Z Compiling scroll_derive v0.12.0
4662024-10-21T23:54:00.991Z Compiling clap_derive v4.5.18
4672024-10-21T23:54:02.274Z Compiling scroll v0.12.0
4682024-10-21T23:54:02.657Z Compiling zerocopy v0.7.35
4692024-10-21T23:54:02.790Z Compiling goblin v0.8.2
4702024-10-21T23:54:04.564Z Compiling clap v4.5.20
4712024-10-21T23:54:06.235Z Compiling pest v2.7.14
4722024-10-21T23:54:07.940Z Compiling pest_meta v2.7.14
4732024-10-21T23:54:09.054Z Compiling pest_generator v2.7.14
4742024-10-21T23:54:10.638Z Compiling pest_derive v2.7.14
4752024-10-21T23:54:10.682Z Compiling serde_tokenstream v0.2.2
4762024-10-21T23:54:11.003Z Compiling toml_datetime v0.6.8
4772024-10-21T23:54:11.003Z Compiling serde_spanned v0.6.8
4782024-10-21T23:54:11.322Z Compiling cargo-platform v0.1.8
4792024-10-21T23:54:11.359Z Compiling dtrace-parser v0.2.0
4802024-10-21T23:54:11.415Z Compiling toml_edit v0.22.22
4812024-10-21T23:54:11.596Z Compiling macaddr v1.0.1
4822024-10-21T23:54:11.959Z Compiling camino-tempfile v1.1.1
4832024-10-21T23:54:12.418Z Compiling dof v0.3.0
4842024-10-21T23:54:12.769Z Compiling cargo_metadata v0.18.1
4852024-10-21T23:54:14.148Z Compiling usdt-macro v0.5.0
4862024-10-21T23:54:14.148Z Compiling usdt-attr-macro v0.5.0
4872024-10-21T23:54:14.704Z Compiling toml v0.8.19
4882024-10-21T23:54:15.424Z Compiling usdt v0.5.0
4892024-10-21T23:54:15.510Z Compiling cargo_toml v0.20.5
4902024-10-21T23:54:19.079Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912024-10-21T23:54:23.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.56s
4922024-10-21T23:54:23.436Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4932024-10-21T23:54:24.025Z Downloading crates ...
4942024-10-21T23:54:24.165Z Downloaded atomicwrites v0.4.4
4952024-10-21T23:54:24.167Z Downloaded async-stream-impl v0.3.6
4962024-10-21T23:54:24.170Z Downloaded array-init v0.0.4
4972024-10-21T23:54:24.170Z Downloaded async-recursion v1.1.1
4982024-10-21T23:54:24.172Z Downloaded atomic-waker v1.1.2
4992024-10-21T23:54:24.176Z Downloaded ahash v0.8.11
5002024-10-21T23:54:24.183Z Downloaded ciborium-io v0.2.2
5012024-10-21T23:54:24.185Z Downloaded http-range v0.1.5
5022024-10-21T23:54:24.188Z Downloaded cfg_aliases v0.1.1
5032024-10-21T23:54:24.188Z Downloaded http-body v1.0.1
5042024-10-21T23:54:24.191Z Downloaded crunchy v0.2.2
5052024-10-21T23:54:24.195Z Downloaded hostname v0.4.0
5062024-10-21T23:54:24.198Z Downloaded debug-ignore v1.0.5
5072024-10-21T23:54:24.201Z Downloaded arc-swap v1.7.1
5082024-10-21T23:54:24.208Z Downloaded cipher v0.4.4
5092024-10-21T23:54:24.211Z Downloaded cobs v0.2.3
5102024-10-21T23:54:24.213Z Downloaded bitfield-struct v0.6.2
5112024-10-21T23:54:24.213Z Downloaded bcrypt-pbkdf v0.10.0
5122024-10-21T23:54:24.216Z Downloaded castaway v0.2.3
5132024-10-21T23:54:24.218Z Downloaded blowfish v0.9.1
5142024-10-21T23:54:24.221Z Downloaded match_cfg v0.1.0
5152024-10-21T23:54:24.221Z Downloaded chacha20 v0.9.1
5162024-10-21T23:54:24.223Z Downloaded bit-vec v0.6.3
5172024-10-21T23:54:24.226Z Downloaded data-encoding v2.6.0
5182024-10-21T23:54:24.228Z Downloaded is_ci v1.2.0
5192024-10-21T23:54:24.228Z Downloaded ctr v0.9.2
5202024-10-21T23:54:24.231Z Downloaded newline-converter v0.3.0
5212024-10-21T23:54:24.233Z Downloaded md5 v0.7.0
5222024-10-21T23:54:24.233Z Downloaded ident_case v1.0.1
5232024-10-21T23:54:24.235Z Downloaded nodrop v0.1.14
5242024-10-21T23:54:24.235Z Downloaded adler2 v2.0.0
5252024-10-21T23:54:24.241Z Downloaded home v0.5.9
5262024-10-21T23:54:24.241Z Downloaded base16ct v0.2.0
5272024-10-21T23:54:24.246Z Downloaded curve25519-dalek-derive v0.1.1
5282024-10-21T23:54:24.246Z Downloaded assert_matches v1.5.0
5292024-10-21T23:54:24.246Z Downloaded crc-catalog v2.4.0
5302024-10-21T23:54:24.249Z Downloaded lru-cache v0.1.2
5312024-10-21T23:54:24.249Z Downloaded internet-checksum v0.2.1
5322024-10-21T23:54:24.252Z Downloaded cookie_store v0.21.0
5332024-10-21T23:54:24.252Z Downloaded chrono-tz-build v0.4.0
5342024-10-21T23:54:24.254Z Downloaded bzip2 v0.4.4
5352024-10-21T23:54:24.257Z Downloaded mime v0.3.17
5362024-10-21T23:54:24.260Z Downloaded nanorand v0.7.0
5372024-10-21T23:54:24.264Z Downloaded mockall v0.13.0
5382024-10-21T23:54:24.264Z Downloaded atty v0.2.14
5392024-10-21T23:54:24.266Z Downloaded managed v0.8.0
5402024-10-21T23:54:24.266Z Downloaded ipnetwork v0.20.0
5412024-10-21T23:54:24.269Z Downloaded convert_case v0.4.0
5422024-10-21T23:54:24.269Z Downloaded nibble_vec v0.1.0
5432024-10-21T23:54:24.272Z Downloaded aead v0.5.2
5442024-10-21T23:54:24.274Z Downloaded rfc6979 v0.4.0
5452024-10-21T23:54:24.277Z Downloaded ref-cast-impl v1.0.23
5462024-10-21T23:54:24.277Z Downloaded memoffset v0.9.1
5472024-10-21T23:54:24.279Z Downloaded maybe-uninit v2.0.0
5482024-10-21T23:54:24.281Z Downloaded jobserver v0.1.32
5492024-10-21T23:54:24.284Z Downloaded instability v0.3.2
5502024-10-21T23:54:24.286Z Downloaded rand_seeder v0.3.0
5512024-10-21T23:54:24.286Z Downloaded http-body-util v0.1.2
5522024-10-21T23:54:24.289Z Downloaded http-body v0.4.6
5532024-10-21T23:54:24.292Z Downloaded multer v3.1.0
5542024-10-21T23:54:24.295Z Downloaded async-stream v0.3.6
5552024-10-21T23:54:24.298Z Downloaded rustversion v1.0.17
5562024-10-21T23:54:24.301Z Downloaded hostname v0.3.1
5572024-10-21T23:54:24.306Z Downloaded cfg_aliases v0.2.1
5582024-10-21T23:54:24.306Z Downloaded newtype-uuid v1.1.2
5592024-10-21T23:54:24.309Z Downloaded impl-trait-for-tuples v0.2.2
5602024-10-21T23:54:24.309Z Downloaded lock_api v0.4.12
5612024-10-21T23:54:24.313Z Downloaded httparse v1.9.5
5622024-10-21T23:54:24.316Z Downloaded arrayref v0.3.9
5632024-10-21T23:54:24.316Z Downloaded allocator-api2 v0.2.18
5642024-10-21T23:54:24.322Z Downloaded is-terminal v0.4.13
5652024-10-21T23:54:24.326Z Downloaded matches v0.1.10
5662024-10-21T23:54:24.326Z Downloaded new_debug_unreachable v1.0.6
5672024-10-21T23:54:24.326Z Downloaded lazycell v1.3.0
5682024-10-21T23:54:24.326Z Downloaded hyper-tls v0.6.0
5692024-10-21T23:54:24.330Z Downloaded normalize-line-endings v0.3.0
5702024-10-21T23:54:24.330Z Downloaded darling_macro v0.20.10
5712024-10-21T23:54:24.330Z Downloaded newtype_derive v0.1.6
5722024-10-21T23:54:24.334Z Downloaded indexmap v1.9.3
5732024-10-21T23:54:24.337Z Downloaded cstr-argument v0.1.2
5742024-10-21T23:54:24.337Z Downloaded crossbeam-epoch v0.9.18
5752024-10-21T23:54:24.340Z Downloaded crucible-workspace-hack v0.1.0
5762024-10-21T23:54:24.343Z Downloaded instant v0.1.13
5772024-10-21T23:54:24.343Z Downloaded serde_plain v1.0.2
5782024-10-21T23:54:24.346Z Downloaded darling_core v0.20.10
5792024-10-21T23:54:24.349Z Downloaded humantime v2.1.0
5802024-10-21T23:54:24.352Z Downloaded md-5 v0.10.6
5812024-10-21T23:54:24.355Z Downloaded compact_str v0.8.0
5822024-10-21T23:54:24.358Z Downloaded lalrpop-util v0.19.12
5832024-10-21T23:54:24.361Z Downloaded derive_builder_macro v0.20.2
5842024-10-21T23:54:24.364Z Downloaded zone_cfg_derive v0.1.2
5852024-10-21T23:54:24.364Z Downloaded bit-set v0.5.3
5862024-10-21T23:54:24.364Z Downloaded try-lock v0.2.5
5872024-10-21T23:54:24.367Z Downloaded termtree v0.4.1
5882024-10-21T23:54:24.368Z Downloaded slog-async v2.8.0
5892024-10-21T23:54:24.371Z Downloaded shell-words v1.1.0
5902024-10-21T23:54:24.371Z Downloaded hubpack_derive v0.1.1
5912024-10-21T23:54:24.371Z Downloaded sha1 v0.10.6
5922024-10-21T23:54:24.375Z Downloaded rustls-pemfile v1.0.4
5932024-10-21T23:54:24.377Z Downloaded httpdate v1.0.3
5942024-10-21T23:54:24.378Z Downloaded lazy_static v1.5.0
5952024-10-21T23:54:24.382Z Downloaded cbc v0.1.2
5962024-10-21T23:54:24.384Z Downloaded inout v0.1.3
5972024-10-21T23:54:24.384Z Downloaded colored v2.1.0
5982024-10-21T23:54:24.387Z Downloaded bitfield v0.14.0
5992024-10-21T23:54:24.390Z Downloaded maplit v1.0.2
6002024-10-21T23:54:24.390Z Downloaded bitflags v1.3.2
6012024-10-21T23:54:24.393Z Downloaded downcast v0.11.0
6022024-10-21T23:54:24.396Z Downloaded async-trait v0.1.83
6032024-10-21T23:54:24.399Z Downloaded argon2 v0.5.3
6042024-10-21T23:54:24.402Z Downloaded scopeguard v1.2.0
6052024-10-21T23:54:24.405Z Downloaded multimap v0.10.0
6062024-10-21T23:54:24.405Z Downloaded lru v0.12.5
6072024-10-21T23:54:24.406Z Downloaded libsw v3.3.1
6082024-10-21T23:54:24.409Z Downloaded crc v3.2.1
6092024-10-21T23:54:24.411Z Downloaded ciborium-ll v0.2.2
6102024-10-21T23:54:24.415Z Downloaded hmac v0.12.1
6112024-10-21T23:54:24.417Z Downloaded block-padding v0.3.3
6122024-10-21T23:54:24.418Z Downloaded constant_time_eq v0.3.1
6132024-10-21T23:54:24.422Z Downloaded addr2line v0.24.2
6142024-10-21T23:54:24.425Z Downloaded rand_core v0.6.4
6152024-10-21T23:54:24.425Z Downloaded libefi-sys v0.1.0
6162024-10-21T23:54:24.425Z Downloaded base64 v0.21.7
6172024-10-21T23:54:24.429Z Downloaded async-bb8-diesel v0.2.1
6182024-10-21T23:54:24.432Z Downloaded path-slash v0.1.5
6192024-10-21T23:54:24.435Z Downloaded unicode-xid v0.2.6
6202024-10-21T23:54:24.436Z Downloaded unicode-truncate v1.1.0
6212024-10-21T23:54:24.439Z Downloaded openssl-probe v0.1.5
6222024-10-21T23:54:24.439Z Downloaded bcs v0.1.6
6232024-10-21T23:54:24.442Z Downloaded zone v0.3.0
6242024-10-21T23:54:24.445Z Downloaded progenitor-client v0.8.0
6252024-10-21T23:54:24.445Z Downloaded static_assertions v1.1.0
6262024-10-21T23:54:24.448Z Downloaded cassowary v0.3.0
6272024-10-21T23:54:24.448Z Downloaded tls_codec v0.4.1
6282024-10-21T23:54:24.451Z Downloaded peg-runtime v0.8.3
6292024-10-21T23:54:24.454Z Downloaded iana-time-zone v0.1.61
6302024-10-21T23:54:24.457Z Downloaded which v4.4.2
6312024-10-21T23:54:24.457Z Downloaded hyper-rustls v0.27.3
6322024-10-21T23:54:24.460Z Downloaded fallible-iterator v0.2.0
6332024-10-21T23:54:24.464Z Downloaded strum_macros v0.25.3
6342024-10-21T23:54:24.466Z Downloaded crossbeam-deque v0.8.5
6352024-10-21T23:54:24.467Z Downloaded console v0.15.8
6362024-10-21T23:54:24.471Z Downloaded fragile v2.0.0
6372024-10-21T23:54:24.473Z Downloaded ipnet v2.10.1
6382024-10-21T23:54:24.476Z Downloaded russh-cryptovec v0.7.3
6392024-10-21T23:54:24.476Z Downloaded ciborium v0.2.2
6402024-10-21T23:54:24.479Z Downloaded hash32 v0.3.1
6412024-10-21T23:54:24.481Z Downloaded serde-big-array v0.5.1
6422024-10-21T23:54:24.484Z Downloaded filetime v0.2.25
6432024-10-21T23:54:24.487Z Downloaded dyn-clone v1.0.17
6442024-10-21T23:54:24.490Z Downloaded futures-task v0.3.31
6452024-10-21T23:54:24.490Z Downloaded futures-macro v0.3.31
6462024-10-21T23:54:24.490Z Downloaded crc32fast v1.4.2
6472024-10-21T23:54:24.493Z Downloaded futures-io v0.3.31
6482024-10-21T23:54:24.496Z Downloaded indicatif v0.17.8
6492024-10-21T23:54:24.499Z Downloaded csv-core v0.1.11
6502024-10-21T23:54:24.502Z Downloaded take_mut v0.2.2
6512024-10-21T23:54:24.514Z Downloaded tokio-tungstenite v0.21.0
6522024-10-21T23:54:24.517Z Downloaded diesel_table_macro_syntax v0.2.0
6532024-10-21T23:54:24.520Z Downloaded phf_generator v0.11.2
6542024-10-21T23:54:24.522Z Downloaded zone_cfg_derive v0.3.0
6552024-10-21T23:54:24.522Z Downloaded ref-cast v1.0.23
6562024-10-21T23:54:24.525Z Downloaded endian-type v0.1.2
6572024-10-21T23:54:24.528Z Downloaded pin-utils v0.1.0
6582024-10-21T23:54:24.528Z Downloaded derive_builder_core v0.20.2
6592024-10-21T23:54:24.532Z Downloaded want v0.3.1
6602024-10-21T23:54:24.532Z Downloaded whoami v1.5.2
6612024-10-21T23:54:24.535Z Downloaded mime_guess v2.0.5
6622024-10-21T23:54:24.538Z Downloaded const-oid v0.9.6
6632024-10-21T23:54:24.540Z Downloaded miniz_oxide v0.8.0
6642024-10-21T23:54:24.543Z Downloaded clang-sys v1.8.1
6652024-10-21T23:54:24.546Z Downloaded quinn-udp v0.5.5
6662024-10-21T23:54:24.548Z Downloaded const_format_proc_macros v0.2.33
6672024-10-21T23:54:24.551Z Downloaded semver v0.1.20
6682024-10-21T23:54:24.554Z Downloaded foreign-types v0.3.2
6692024-10-21T23:54:24.554Z Downloaded cookie v0.18.1
6702024-10-21T23:54:24.557Z Downloaded sec1 v0.7.3
6712024-10-21T23:54:24.560Z Downloaded minimal-lexical v0.2.1
6722024-10-21T23:54:24.566Z Downloaded headers-core v0.3.0
6732024-10-21T23:54:24.571Z Downloaded number_prefix v0.4.0
6742024-10-21T23:54:24.571Z Downloaded serde_urlencoded v0.7.1
6752024-10-21T23:54:24.574Z Downloaded serde_repr v0.1.19
6762024-10-21T23:54:24.574Z Downloaded toolchain_find v0.4.0
6772024-10-21T23:54:24.577Z Downloaded time-macros v0.2.18
6782024-10-21T23:54:24.577Z Downloaded serde_path_to_error v0.1.16
6792024-10-21T23:54:24.580Z Downloaded vergen v8.3.2
6802024-10-21T23:54:24.583Z Downloaded thiserror-impl-no-std v2.0.2
6812024-10-21T23:54:24.586Z Downloaded utf-8 v0.7.6
6822024-10-21T23:54:24.586Z Downloaded tokio-macros v2.4.0
6832024-10-21T23:54:24.589Z Downloaded http v1.1.0
6842024-10-21T23:54:24.593Z Downloaded crossbeam-channel v0.5.13
6852024-10-21T23:54:24.597Z Downloaded strum v0.26.3
6862024-10-21T23:54:24.600Z Downloaded defmt-macros v0.3.9
6872024-10-21T23:54:24.603Z Downloaded enum-as-inner v0.5.1
6882024-10-21T23:54:24.606Z Downloaded bytes v1.7.2
6892024-10-21T23:54:24.610Z Downloaded postgres-types v0.2.8
6902024-10-21T23:54:24.613Z Downloaded ghash v0.5.1
6912024-10-21T23:54:24.616Z Downloaded hash32 v0.2.1
6922024-10-21T23:54:24.619Z Downloaded rustc-demangle v0.1.24
6932024-10-21T23:54:24.620Z Downloaded derive-where v1.2.7
6942024-10-21T23:54:24.624Z Downloaded sqlparser_derive v0.2.2
6952024-10-21T23:54:24.627Z Downloaded waitgroup v0.1.2
6962024-10-21T23:54:24.627Z Downloaded vte_generate_state_changes v0.1.2
6972024-10-21T23:54:24.627Z Downloaded topological-sort v0.2.2
6982024-10-21T23:54:24.632Z Downloaded owo-colors v4.1.0
6992024-10-21T23:54:24.635Z Downloaded http v0.2.12
7002024-10-21T23:54:24.638Z Downloaded form_urlencoded v1.2.1
7012024-10-21T23:54:24.639Z Downloaded polyval v0.6.2
7022024-10-21T23:54:24.641Z Downloaded pem v3.0.4
7032024-10-21T23:54:24.642Z Downloaded packed_struct_codegen v0.10.1
7042024-10-21T23:54:24.645Z Downloaded serde_derive_internals v0.29.1
7052024-10-21T23:54:24.647Z Downloaded samael v0.0.17
7062024-10-21T23:54:24.652Z Downloaded oso v0.27.3
7072024-10-21T23:54:24.656Z Downloaded rustc_version v0.1.7
7082024-10-21T23:54:24.659Z Downloaded openssl-macros v0.1.1
7092024-10-21T23:54:24.659Z Downloaded walkdir v2.5.0
7102024-10-21T23:54:24.662Z Downloaded r2d2 v0.8.10
7112024-10-21T23:54:24.665Z Downloaded pretty-hex v0.2.1
7122024-10-21T23:54:24.665Z Downloaded sigpipe v0.1.3
7132024-10-21T23:54:24.669Z Downloaded poly1305 v0.8.0
7142024-10-21T23:54:24.672Z Downloaded parse-size v1.0.0
7152024-10-21T23:54:24.672Z Downloaded shlex v1.3.0
7162024-10-21T23:54:24.675Z Downloaded smf v0.2.3
7172024-10-21T23:54:24.675Z Downloaded termcolor v1.4.1
7182024-10-21T23:54:24.678Z Downloaded progenitor-impl v0.8.0
7192024-10-21T23:54:24.680Z Downloaded pem-rfc7468 v0.7.0
7202024-10-21T23:54:24.680Z Downloaded funty v2.0.0
7212024-10-21T23:54:24.683Z Downloaded uuid v1.10.0
7222024-10-21T23:54:24.686Z Downloaded structmeta v0.2.0
7232024-10-21T23:54:24.689Z Downloaded stringprep v0.1.5
7242024-10-21T23:54:24.689Z Downloaded dropshot_endpoint v0.12.0
7252024-10-21T23:54:24.692Z Downloaded backtrace v0.3.74
7262024-10-21T23:54:24.697Z Downloaded serde_yaml v0.9.34+deprecated
7272024-10-21T23:54:24.702Z Downloaded flume v0.11.0
7282024-10-21T23:54:24.707Z Downloaded untrusted v0.9.0
7292024-10-21T23:54:24.710Z Downloaded typify-macro v0.2.0
7302024-10-21T23:54:24.712Z Downloaded num_enum_derive v0.5.11
7312024-10-21T23:54:24.713Z Downloaded wait-timeout v0.2.0
7322024-10-21T23:54:24.716Z Downloaded libm v0.2.8
7332024-10-21T23:54:24.723Z Downloaded fallible-iterator v0.3.0
7342024-10-21T23:54:24.726Z Downloaded foreign-types-shared v0.3.1
7352024-10-21T23:54:24.729Z Downloaded foreign-types-shared v0.1.1
7362024-10-21T23:54:24.729Z Downloaded hex-literal v0.4.1
7372024-10-21T23:54:24.729Z Downloaded fixedbitset v0.4.2
7382024-10-21T23:54:24.732Z Downloaded defmt v0.3.8
7392024-10-21T23:54:24.734Z Downloaded ff v0.13.0
7402024-10-21T23:54:24.737Z Downloaded sync_wrapper v0.1.2
7412024-10-21T23:54:24.740Z Downloaded pkg-config v0.3.31
7422024-10-21T23:54:24.740Z Downloaded diff v0.1.13
7432024-10-21T23:54:24.744Z Downloaded sct v0.7.1
7442024-10-21T23:54:24.748Z Downloaded rustfmt-wrapper v0.2.1
7452024-10-21T23:54:24.750Z Downloaded rustls-pemfile v2.2.0
7462024-10-21T23:54:24.753Z Downloaded rustc-hash v2.0.0
7472024-10-21T23:54:24.756Z Downloaded smallvec v1.13.2
7482024-10-21T23:54:24.759Z Downloaded rpassword v7.3.1
7492024-10-21T23:54:24.759Z Downloaded rand_chacha v0.3.1
7502024-10-21T23:54:24.762Z Downloaded predicates-tree v1.0.11
7512024-10-21T23:54:24.762Z Downloaded percent-encoding v2.3.1
7522024-10-21T23:54:24.765Z Downloaded tokio-tungstenite v0.24.0
7532024-10-21T23:54:24.768Z Downloaded xattr v1.3.1
7542024-10-21T23:54:24.768Z Downloaded tokio-rustls v0.24.1
7552024-10-21T23:54:24.771Z Downloaded password-hash v0.4.2
7562024-10-21T23:54:24.774Z Downloaded strum_macros v0.24.3
7572024-10-21T23:54:24.778Z Downloaded vsss-rs v3.3.4
7582024-10-21T23:54:24.781Z Downloaded tokio-tungstenite v0.23.1
7592024-10-21T23:54:24.784Z Downloaded term v0.7.0
7602024-10-21T23:54:24.787Z Downloaded wyz v0.5.1
7612024-10-21T23:54:24.790Z Downloaded supports-color v3.0.1
7622024-10-21T23:54:24.790Z Downloaded subtle v2.6.1
7632024-10-21T23:54:24.792Z Downloaded ssh-encoding v0.2.0
7642024-10-21T23:54:24.796Z Downloaded num-conv v0.1.0
7652024-10-21T23:54:24.796Z Downloaded fxhash v0.2.1
7662024-10-21T23:54:24.799Z Downloaded hickory-client v0.24.1
7672024-10-21T23:54:24.801Z Downloaded openssl-sys v0.9.103
7682024-10-21T23:54:24.806Z Downloaded env_logger v0.11.5
7692024-10-21T23:54:24.810Z Downloaded group v0.13.0
7702024-10-21T23:54:24.813Z Downloaded embedded-io v0.6.1
7712024-10-21T23:54:24.813Z Downloaded unicode-bidi v0.3.17
7722024-10-21T23:54:24.817Z Downloaded phf_shared v0.10.0
7732024-10-21T23:54:24.820Z Downloaded ppv-lite86 v0.2.20
7742024-10-21T23:54:24.820Z Downloaded powerfmt v0.2.0
7752024-10-21T23:54:24.820Z Downloaded phf_codegen v0.11.2
7762024-10-21T23:54:24.823Z Downloaded peg-macros v0.8.4
7772024-10-21T23:54:24.826Z Downloaded parse-display v0.10.0
7782024-10-21T23:54:24.829Z Downloaded quinn v0.11.5
7792024-10-21T23:54:24.832Z Downloaded uzers v0.12.1
7802024-10-21T23:54:24.835Z Downloaded fatfs v0.3.6
7812024-10-21T23:54:24.837Z Downloaded vte v0.11.1
7822024-10-21T23:54:24.840Z Downloaded getrandom v0.2.15
7832024-10-21T23:54:24.843Z Downloaded steno v0.4.1
7842024-10-21T23:54:24.848Z Downloaded scheduled-thread-pool v0.2.7
7852024-10-21T23:54:24.850Z Downloaded same-file v1.0.6
7862024-10-21T23:54:24.853Z Downloaded smallvec v0.6.14
7872024-10-21T23:54:24.853Z Downloaded headers v0.4.0
7882024-10-21T23:54:24.859Z Downloaded either v1.13.0
7892024-10-21T23:54:24.861Z Downloaded tinyvec_macros v0.1.1
7902024-10-21T23:54:24.864Z Downloaded itertools v0.12.1
7912024-10-21T23:54:24.870Z Downloaded rustc-hash v1.1.0
7922024-10-21T23:54:24.874Z Downloaded unicode-segmentation v1.12.0
7932024-10-21T23:54:24.877Z Downloaded tui-tree-widget v0.22.0
7942024-10-21T23:54:24.880Z Downloaded num-derive v0.4.2
7952024-10-21T23:54:24.883Z Downloaded gethostname v0.5.0
7962024-10-21T23:54:24.883Z Downloaded env_filter v0.1.2
7972024-10-21T23:54:24.886Z Downloaded enum-as-inner v0.6.1
7982024-10-21T23:54:24.889Z Downloaded sync_wrapper v1.0.1
7992024-10-21T23:54:24.889Z Downloaded parking_lot v0.12.3
8002024-10-21T23:54:24.892Z Downloaded progenitor v0.8.0
8012024-10-21T23:54:24.892Z Downloaded parking_lot_core v0.9.10
8022024-10-21T23:54:24.895Z Downloaded psl-types v2.0.11
8032024-10-21T23:54:24.898Z Downloaded display-error-chain v0.2.1
8042024-10-21T23:54:24.898Z Downloaded similar v2.6.0
8052024-10-21T23:54:24.904Z Downloaded diesel_derives v2.2.3
8062024-10-21T23:54:24.908Z Downloaded tar v0.4.42
8072024-10-21T23:54:24.913Z Downloaded rustls-pki-types v1.9.0
8082024-10-21T23:54:24.916Z Downloaded phf v0.11.2
8092024-10-21T23:54:24.919Z Downloaded globset v0.4.15
8102024-10-21T23:54:24.922Z Downloaded tracing-attributes v0.1.27
8112024-10-21T23:54:24.925Z Downloaded slog-dtrace v0.3.0
8122024-10-21T23:54:24.928Z Downloaded structmeta-derive v0.2.0
8132024-10-21T23:54:24.928Z Downloaded rand_xorshift v0.3.0
8142024-10-21T23:54:24.928Z Downloaded slog-bunyan v2.5.0
8152024-10-21T23:54:24.931Z Downloaded signal-hook-registry v1.4.2
8162024-10-21T23:54:24.931Z Downloaded twox-hash v1.6.3
8172024-10-21T23:54:24.934Z Downloaded unicase v2.7.0
8182024-10-21T23:54:24.937Z Downloaded structmeta-derive v0.3.0
8192024-10-21T23:54:24.938Z Downloaded diesel-dtrace v0.3.0
8202024-10-21T23:54:24.940Z Downloaded tiny-keccak v2.0.2
8212024-10-21T23:54:24.943Z Downloaded snafu-derive v0.8.5
8222024-10-21T23:54:24.947Z Downloaded toml v0.7.8
8232024-10-21T23:54:24.950Z Downloaded tls_codec_derive v0.4.1
8242024-10-21T23:54:24.950Z Downloaded elliptic-curve v0.13.8
8252024-10-21T23:54:24.955Z Downloaded hyper v1.4.1
8262024-10-21T23:54:24.962Z Downloaded quick-error v1.2.3
8272024-10-21T23:54:24.966Z Downloaded aes-gcm v0.10.3
8282024-10-21T23:54:24.970Z Downloaded sqlformat v0.2.6
8292024-10-21T23:54:24.973Z Downloaded progenitor-macro v0.8.0
8302024-10-21T23:54:24.974Z Downloaded proc-macro-crate v1.3.1
8312024-10-21T23:54:24.974Z Downloaded precomputed-hash v0.1.1
8322024-10-21T23:54:24.976Z Downloaded parking_lot_core v0.8.6
8332024-10-21T23:54:24.977Z Downloaded xz2 v0.1.7
8342024-10-21T23:54:24.979Z Downloaded float-cmp v0.9.0
8352024-10-21T23:54:24.982Z Downloaded flagset v0.4.6
8362024-10-21T23:54:24.983Z Downloaded pin-project v1.1.6
8372024-10-21T23:54:24.996Z Downloaded defmt-parser v0.3.4
8382024-10-21T23:54:24.998Z Downloaded opaque-debug v0.3.1
8392024-10-21T23:54:24.999Z Downloaded slab v0.4.9
8402024-10-21T23:54:25.002Z Downloaded num_enum v0.5.11
8412024-10-21T23:54:25.005Z Downloaded hashbrown v0.13.2
8422024-10-21T23:54:25.011Z Downloaded rtoolbox v0.0.2
8432024-10-21T23:54:25.013Z Downloaded tokio-postgres v0.7.12
8442024-10-21T23:54:25.018Z Downloaded libxml v0.3.3
8452024-10-21T23:54:25.026Z Downloaded difflib v0.4.0
8462024-10-21T23:54:25.028Z Downloaded deranged v0.3.11
8472024-10-21T23:54:25.028Z Downloaded dirs-next v2.0.0
8482024-10-21T23:54:25.032Z Downloaded dhcproto-macros v0.1.0
8492024-10-21T23:54:25.032Z Downloaded termios v0.3.3
8502024-10-21T23:54:25.035Z Downloaded tabwriter v1.4.0
8512024-10-21T23:54:25.035Z Downloaded num-rational v0.4.2
8522024-10-21T23:54:25.038Z Downloaded structmeta v0.3.0
8532024-10-21T23:54:25.038Z Downloaded typify v0.2.0
8542024-10-21T23:54:25.041Z Downloaded num-complex v0.4.6
8552024-10-21T23:54:25.044Z Downloaded unsafe-libyaml v0.2.11
8562024-10-21T23:54:25.047Z Downloaded radium v0.7.0
8572024-10-21T23:54:25.049Z Downloaded predicates v3.1.2
8582024-10-21T23:54:25.055Z Downloaded futures-core v0.3.31
8592024-10-21T23:54:25.056Z Downloaded stable_deref_trait v1.2.0
8602024-10-21T23:54:25.056Z Downloaded tokio-native-tls v0.3.1
8612024-10-21T23:54:25.058Z Downloaded blake3 v1.5.4
8622024-10-21T23:54:25.065Z Downloaded zeroize_derive v1.4.2
8632024-10-21T23:54:25.068Z Downloaded num v0.4.3
8642024-10-21T23:54:25.068Z Downloaded schemars_derive v0.8.21
8652024-10-21T23:54:25.071Z Downloaded ena v0.14.3
8662024-10-21T23:54:25.072Z Downloaded rand v0.8.5
8672024-10-21T23:54:25.076Z Downloaded zeroize v1.8.1
8682024-10-21T23:54:25.078Z Downloaded strip-ansi-escapes v0.2.0
8692024-10-21T23:54:25.081Z Downloaded parse-display-derive v0.10.0
8702024-10-21T23:54:25.081Z Downloaded packed_struct v0.10.1
8712024-10-21T23:54:25.084Z Downloaded itertools v0.10.5
8722024-10-21T23:54:25.089Z Downloaded slog v2.7.0
8732024-10-21T23:54:25.093Z Downloaded snafu v0.8.5
8742024-10-21T23:54:25.100Z Downloaded time-core v0.1.2
8752024-10-21T23:54:25.103Z Downloaded spin v0.5.2
8762024-10-21T23:54:25.103Z Downloaded resolv-conf v0.7.0
8772024-10-21T23:54:25.106Z Downloaded futures-executor v0.3.31
8782024-10-21T23:54:25.109Z Downloaded ecdsa v0.16.9
8792024-10-21T23:54:25.109Z Downloaded dirs-sys-next v0.1.2
8802024-10-21T23:54:25.112Z Downloaded expectorate v1.1.0
8812024-10-21T23:54:25.115Z Downloaded unicode-properties v0.1.3
8822024-10-21T23:54:25.116Z Downloaded slog-envlogger v2.2.0
8832024-10-21T23:54:25.119Z Downloaded phf_shared v0.11.2
8842024-10-21T23:54:25.119Z Downloaded string_cache v0.8.7
8852024-10-21T23:54:25.122Z Downloaded tungstenite v0.24.0
8862024-10-21T23:54:25.125Z Downloaded tungstenite v0.23.0
8872024-10-21T23:54:25.129Z Downloaded tracing v0.1.40
8882024-10-21T23:54:25.133Z Downloaded salsa20 v0.10.2
8892024-10-21T23:54:25.136Z Downloaded foldhash v0.1.3
8902024-10-21T23:54:25.136Z Downloaded hex v0.4.3
8912024-10-21T23:54:25.140Z Downloaded heck v0.3.3
8922024-10-21T23:54:25.140Z Downloaded yasna v0.5.2
8932024-10-21T23:54:25.143Z Downloaded p256 v0.13.2
8942024-10-21T23:54:25.147Z Downloaded paste v1.0.15
8952024-10-21T23:54:25.149Z Downloaded heapless v0.7.17
8962024-10-21T23:54:25.155Z Downloaded itertools v0.13.0
8972024-10-21T23:54:25.162Z Downloaded reedline v0.35.0
8982024-10-21T23:54:25.171Z Downloaded signal-hook-tokio v0.3.1
8992024-10-21T23:54:25.174Z Downloaded thiserror-no-std v2.0.2
9002024-10-21T23:54:25.177Z Downloaded foreign-types-macros v0.2.3
9012024-10-21T23:54:25.180Z Downloaded des v0.8.1
9022024-10-21T23:54:25.180Z Downloaded embedded-io v0.4.0
9032024-10-21T23:54:25.183Z Downloaded ed25519 v2.2.3
9042024-10-21T23:54:25.183Z Downloaded pin-project-internal v1.1.6
9052024-10-21T23:54:25.187Z Downloaded signature v2.2.0
9062024-10-21T23:54:25.189Z Downloaded slog-json v2.6.1
9072024-10-21T23:54:25.189Z Downloaded futures-channel v0.3.31
9082024-10-21T23:54:25.192Z Downloaded publicsuffix v2.2.3
9092024-10-21T23:54:25.195Z Downloaded futures v0.3.31
9102024-10-21T23:54:25.201Z Downloaded derive_more v0.99.18
9112024-10-21T23:54:25.206Z Downloaded zerocopy v0.6.6
9122024-10-21T23:54:25.210Z Downloaded pkcs8 v0.10.2
9132024-10-21T23:54:25.213Z Downloaded zip v0.6.6
9142024-10-21T23:54:25.217Z Downloaded prettyplease v0.2.22
9152024-10-21T23:54:25.221Z Downloaded ron v0.8.1
9162024-10-21T23:54:25.227Z Downloaded ron v0.7.1
9172024-10-21T23:54:25.232Z Downloaded dhcproto v0.12.0
9182024-10-21T23:54:25.236Z Downloaded tungstenite v0.21.0
9192024-10-21T23:54:25.240Z Downloaded pkcs1 v0.7.5
9202024-10-21T23:54:25.244Z Downloaded pin-project-lite v0.2.14
9212024-10-21T23:54:25.249Z Downloaded toml_edit v0.19.15
9222024-10-21T23:54:25.268Z Downloaded thread_local v1.1.8
9232024-10-21T23:54:25.271Z Downloaded socket2 v0.5.7
9242024-10-21T23:54:25.273Z Downloaded unicode-normalization v0.1.24
9252024-10-21T23:54:25.276Z Downloaded slog-term v2.9.1
9262024-10-21T23:54:25.279Z Downloaded x509-cert v0.2.5
9272024-10-21T23:54:25.285Z Downloaded rusty-fork v0.3.0
9282024-10-21T23:54:25.288Z Downloaded omicron-zone-package v0.11.1
9292024-10-21T23:54:25.291Z Downloaded pkcs5 v0.7.1
9302024-10-21T23:54:25.295Z Downloaded foreign-types v0.5.0
9312024-10-21T23:54:25.298Z Downloaded bitvec v1.0.1
9322024-10-21T23:54:25.313Z Downloaded aho-corasick v1.1.3
9332024-10-21T23:54:25.319Z Downloaded der v0.7.9
9342024-10-21T23:54:25.333Z Downloaded typed-path v0.7.1
9352024-10-21T23:54:25.345Z Downloaded num-traits v0.2.19
9362024-10-21T23:54:25.345Z Downloaded qorb v0.1.2
9372024-10-21T23:54:25.345Z Downloaded reqwest v0.11.27
9382024-10-21T23:54:25.355Z Downloaded tracing-core v0.1.32
9392024-10-21T23:54:25.360Z Downloaded serde_with v3.11.0
9402024-10-21T23:54:25.363Z Downloaded hyper v0.14.30
9412024-10-21T23:54:25.371Z Downloaded parse-zoneinfo v0.3.1
9422024-10-21T23:54:25.375Z Downloaded tokio-util v0.7.12
9432024-10-21T23:54:25.380Z Downloaded portable-atomic v1.9.0
9442024-10-21T23:54:25.386Z Downloaded winnow v0.5.40
9452024-10-21T23:54:25.395Z Downloaded num-bigint v0.4.6
9462024-10-21T23:54:25.401Z Downloaded heapless v0.8.0
9472024-10-21T23:54:25.404Z Downloaded rustls-webpki v0.101.7
9482024-10-21T23:54:25.419Z Downloaded sqlparser v0.45.0
9492024-10-21T23:54:25.425Z Downloaded reqwest v0.12.8
9502024-10-21T23:54:25.432Z Downloaded idna v0.5.0
9512024-10-21T23:54:25.440Z Downloaded quinn-proto v0.11.8
9522024-10-21T23:54:25.446Z Downloaded chrono v0.4.38
9532024-10-21T23:54:25.453Z Downloaded h2 v0.3.26
9542024-10-21T23:54:25.461Z Downloaded ed25519-dalek v2.1.1
9552024-10-21T23:54:25.464Z Downloaded idna v0.4.0
9562024-10-21T23:54:25.470Z Downloaded h2 v0.4.6
9572024-10-21T23:54:25.477Z Downloaded rayon v1.10.0
9582024-10-21T23:54:25.486Z Downloaded idna v0.3.0
9592024-10-21T23:54:25.493Z Downloaded nix v0.28.0
9602024-10-21T23:54:25.506Z Downloaded nix v0.27.1
9612024-10-21T23:54:25.515Z Downloaded ssh-key v0.6.6
9622024-10-21T23:54:25.523Z Downloaded rusqlite v0.32.1
9632024-10-21T23:54:25.529Z Downloaded p521 v0.13.3
9642024-10-21T23:54:25.533Z Downloaded russh v0.45.0
9652024-10-21T23:54:25.539Z Downloaded dropshot v0.12.0
9662024-10-21T23:54:25.560Z Downloaded rustyline v14.0.0
9672024-10-21T23:54:25.565Z Downloaded futures-util v0.3.31
9682024-10-21T23:54:25.577Z Downloaded proptest v1.5.0
9692024-10-21T23:54:25.586Z Downloaded salty v0.3.0
9702024-10-21T23:54:25.593Z Downloaded time v0.3.36
9712024-10-21T23:54:25.601Z Downloaded git2 v0.19.0
9722024-10-21T23:54:25.609Z Downloaded openssl v0.10.66
9732024-10-21T23:54:25.619Z Downloaded regex v1.11.0
9742024-10-21T23:54:25.632Z Downloaded num-bigint-dig v0.8.4
9752024-10-21T23:54:25.637Z Downloaded gimli v0.31.1
9762024-10-21T23:54:25.647Z Downloaded curve25519-dalek v4.1.3
9772024-10-21T23:54:25.655Z Downloaded trust-dns-proto v0.22.0
9782024-10-21T23:54:25.668Z Downloaded object v0.36.5
9792024-10-21T23:54:25.679Z Downloaded rustls v0.22.4
9802024-10-21T23:54:25.692Z Downloaded hickory-proto v0.24.1
9812024-10-21T23:54:25.708Z Downloaded polar-core v0.27.3
9822024-10-21T23:54:25.717Z Downloaded p384 v0.13.0
9832024-10-21T23:54:25.723Z Downloaded rustls v0.23.14
9842024-10-21T23:54:25.735Z Downloaded regress v0.9.1
9852024-10-21T23:54:25.744Z Downloaded smoltcp v0.9.1
9862024-10-21T23:54:25.755Z Downloaded regress v0.10.1
9872024-10-21T23:54:25.765Z Downloaded openapiv3 v2.0.0
9882024-10-21T23:54:25.777Z Downloaded bstr v1.10.0
9892024-10-21T23:54:25.788Z Downloaded chrono-tz v0.10.0
9902024-10-21T23:54:25.807Z Downloaded radix_trie v0.2.1
9912024-10-21T23:54:25.807Z Downloaded rustls v0.21.12
9922024-10-21T23:54:25.824Z Downloaded object v0.30.4
9932024-10-21T23:54:25.835Z Downloaded regex-syntax v0.6.29
9942024-10-21T23:54:25.845Z Downloaded regex-automata v0.4.8
9952024-10-21T23:54:25.867Z Downloaded regex-syntax v0.8.5
9962024-10-21T23:54:25.878Z Downloaded typify-impl v0.2.0
9972024-10-21T23:54:25.892Z Downloaded lzma-sys v0.1.20
9982024-10-21T23:54:25.922Z Downloaded libz-sys v1.1.20
9992024-10-21T23:54:25.946Z Downloaded diesel v2.2.4
10002024-10-21T23:54:25.967Z Downloaded zerocopy-derive v0.6.6
10012024-10-21T23:54:25.978Z Downloaded ratatui v0.28.1
10022024-10-21T23:54:26.001Z Downloaded sled v0.34.7
10032024-10-21T23:54:26.008Z Downloaded smoltcp v0.11.0
10042024-10-21T23:54:26.021Z Downloaded bzip2-sys v0.1.11+1.0.8
10052024-10-21T23:54:26.034Z Downloaded webpki-roots v0.26.6
10062024-10-21T23:54:26.037Z Downloaded nix v0.29.0
10072024-10-21T23:54:26.050Z Downloaded idna v0.2.3
10082024-10-21T23:54:26.057Z Downloaded vcpkg v0.2.15
10092024-10-21T23:54:26.099Z Downloaded unicode_categories v0.1.1
10102024-10-21T23:54:26.102Z Downloaded flate2 v1.0.34
10112024-10-21T23:54:27.109Z Downloaded quick-xml v0.33.0
10122024-10-21T23:54:27.113Z Downloaded bindgen v0.69.5
10132024-10-21T23:54:27.113Z Downloaded petgraph v0.6.5
10142024-10-21T23:54:27.113Z Downloaded tokio v1.40.0
10152024-10-21T23:54:27.113Z Downloaded sha3 v0.10.8
10162024-10-21T23:54:27.113Z Downloaded csv v1.3.0
10172024-10-21T23:54:27.113Z Downloaded hashbrown v0.14.5
10182024-10-21T23:54:27.113Z Downloaded libgit2-sys v0.17.0+1.8.1
10192024-10-21T23:54:27.113Z Downloaded rustls-webpki v0.102.8
10202024-10-21T23:54:27.113Z Downloaded lalrpop v0.19.12
10212024-10-21T23:54:27.113Z Downloaded tough v0.17.1
10222024-10-21T23:54:27.113Z Downloaded glob v0.3.1
10232024-10-21T23:54:27.113Z Downloaded universal-hash v0.5.1
10242024-10-21T23:54:27.113Z Downloaded signal-hook-mio v0.2.4
10252024-10-21T23:54:27.113Z Downloaded password-hash v0.5.0
10262024-10-21T23:54:27.113Z Downloaded der_derive v0.7.3
10272024-10-21T23:54:27.113Z Downloaded tinyvec v1.8.0
10282024-10-21T23:54:27.113Z Downloaded encoding_rs v0.8.34
10292024-10-21T23:54:27.113Z Downloaded schemars v0.8.21
10302024-10-21T23:54:27.113Z Downloaded rcgen v0.12.1
10312024-10-21T23:54:27.113Z Downloaded url v2.5.2
10322024-10-21T23:54:27.113Z Downloaded zone v0.1.8
10332024-10-21T23:54:27.114Z Downloaded primeorder v0.13.6
10342024-10-21T23:54:27.114Z Downloaded pbkdf2 v0.11.0
10352024-10-21T23:54:27.114Z Downloaded signal-hook v0.3.17
10362024-10-21T23:54:27.114Z Downloaded pbkdf2 v0.12.2
10372024-10-21T23:54:27.114Z Downloaded env_logger v0.10.2
10382024-10-21T23:54:27.114Z Downloaded unarray v0.1.4
10392024-10-21T23:54:27.114Z Downloaded half v2.4.1
10402024-10-21T23:54:27.114Z Downloaded rayon-core v1.12.1
10412024-10-21T23:54:27.114Z Downloaded value-bag v1.9.0
10422024-10-21T23:54:27.114Z Downloaded hashbrown v0.12.3
10432024-10-21T23:54:27.114Z Downloaded untrusted v0.7.1
10442024-10-21T23:54:27.114Z Downloaded ssh-cipher v0.2.0
10452024-10-21T23:54:27.114Z Downloaded siphasher v0.3.11
10462024-10-21T23:54:27.114Z Downloaded peg v0.8.4
10472024-10-21T23:54:27.114Z Downloaded nom v7.1.3
10482024-10-21T23:54:27.114Z Downloaded rsa v0.9.6
10492024-10-21T23:54:27.114Z Downloaded serde_with_macros v3.11.0
10502024-10-21T23:54:27.114Z Downloaded fd-lock v4.0.2
10512024-10-21T23:54:27.114Z Downloaded fallible-streaming-iterator v0.1.9
10522024-10-21T23:54:27.114Z Downloaded postgres-protocol v0.6.7
10532024-10-21T23:54:27.114Z Downloaded subprocess v0.2.9
10542024-10-21T23:54:27.114Z Downloaded base64 v0.22.1
10552024-10-21T23:54:27.114Z Downloaded postcard v1.0.10
10562024-10-21T23:54:27.114Z Downloaded crossterm v0.28.1
10572024-10-21T23:54:27.114Z Downloaded parking_lot v0.11.2
10582024-10-21T23:54:27.114Z Downloaded hashlink v0.9.1
10592024-10-21T23:54:27.114Z Downloaded hickory-resolver v0.24.1
10602024-10-21T23:54:27.114Z Downloaded aes v0.8.4
10612024-10-21T23:54:27.114Z Downloaded mio v1.0.2
10622024-10-21T23:54:27.114Z Downloaded num_threads v0.1.7
10632024-10-21T23:54:27.114Z Downloaded serde-hex v0.1.0
10642024-10-21T23:54:27.114Z Downloaded backoff v0.4.0
10652024-10-21T23:54:27.114Z Downloaded darling v0.20.10
10662024-10-21T23:54:27.114Z Downloaded crossbeam-utils v0.8.20
10672024-10-21T23:54:27.114Z Downloaded crc-any v2.5.0
10682024-10-21T23:54:27.114Z Downloaded hyper-util v0.1.9
10692024-10-21T23:54:27.114Z Downloaded test-strategy v0.3.1
10702024-10-21T23:54:27.115Z Downloaded secrecy v0.8.0
10712024-10-21T23:54:27.115Z Downloaded nu-ansi-term v0.50.1
10722024-10-21T23:54:27.115Z Downloaded mockall_derive v0.13.0
10732024-10-21T23:54:27.115Z Downloaded base64 v0.13.1
10742024-10-21T23:54:27.115Z Downloaded blake2 v0.10.6
10752024-10-21T23:54:27.115Z Downloaded tokio-stream v0.1.16
10762024-10-21T23:54:27.115Z Downloaded tokio-rustls v0.26.0
10772024-10-21T23:54:27.115Z Downloaded predicates-core v1.0.8
10782024-10-21T23:54:27.115Z Downloaded tower-service v0.3.3
10792024-10-21T23:54:27.115Z Downloaded dsl_auto_type v0.1.2
10802024-10-21T23:54:27.115Z Downloaded derive_builder v0.20.2
10812024-10-21T23:54:27.115Z Downloaded tokio-rustls v0.25.0
10822024-10-21T23:54:27.115Z Downloaded spin v0.9.8
10832024-10-21T23:54:27.115Z Downloaded russh-keys v0.45.0
10842024-10-21T23:54:27.115Z Downloaded strum_macros v0.26.4
10852024-10-21T23:54:27.115Z Downloaded oso-derive v0.27.3
10862024-10-21T23:54:27.115Z Downloaded olpc-cjson v0.1.4
10872024-10-21T23:54:27.115Z Downloaded num-iter v0.1.45
10882024-10-21T23:54:27.115Z Downloaded num-integer v0.1.46
10892024-10-21T23:54:27.115Z Downloaded memmap2 v0.9.5
10902024-10-21T23:54:27.115Z Downloaded hickory-server v0.24.1
10912024-10-21T23:54:27.115Z Downloaded crypto-bigint v0.5.5
10922024-10-21T23:54:27.115Z Downloaded const_format v0.2.33
10932024-10-21T23:54:27.115Z Downloaded futures-sink v0.3.31
10942024-10-21T23:54:27.115Z Downloaded float-ord v0.3.2
10952024-10-21T23:54:27.115Z Downloaded spki v0.7.3
10962024-10-21T23:54:27.115Z Downloaded native-tls v0.2.12
10972024-10-21T23:54:27.115Z Downloaded libloading v0.8.5
10982024-10-21T23:54:27.115Z Downloaded ring v0.17.8
10992024-10-21T23:54:27.115Z Downloaded hyper-staticfile v0.10.1
11002024-10-21T23:54:27.115Z Downloaded tap v1.0.1
11012024-10-21T23:54:27.115Z Downloaded slog-stdlog v4.1.1
11022024-10-21T23:54:27.115Z Downloaded slog-scope v4.4.0
11032024-10-21T23:54:27.115Z Downloaded cexpr v0.6.0
11042024-10-21T23:54:27.115Z Downloaded scrypt v0.11.0
11052024-10-21T23:54:27.115Z Downloaded rustc_version v0.4.1
11062024-10-21T23:54:27.115Z Downloaded chacha20poly1305 v0.10.1
11072024-10-21T23:54:27.115Z Downloaded cc v1.1.30
11082024-10-21T23:54:27.115Z Downloaded hkdf v0.12.4
11092024-10-21T23:54:27.115Z Downloaded ascii-canvas v3.0.0
11102024-10-21T23:54:27.116Z Downloaded bb8 v0.8.5
11112024-10-21T23:54:27.116Z Downloaded linked-hash-map v0.5.6
11122024-10-21T23:54:27.118Z Downloaded keccak v0.1.5
11132024-10-21T23:54:27.118Z Downloaded indent_write v2.2.0
11142024-10-21T23:54:27.118Z Downloaded highway v1.2.0
11152024-10-21T23:54:27.118Z Downloaded hubpack v0.1.2
11162024-10-21T23:54:27.118Z Downloaded cancel-safe-futures v0.1.5
11172024-10-21T23:54:27.118Z Downloaded kstat-rs v0.2.4
11182024-10-21T23:54:27.118Z Downloaded buf-list v1.0.3
11192024-10-21T23:54:27.118Z Downloaded linear-map v1.2.0
11202024-10-21T23:54:27.118Z Downloaded indoc v1.0.9
11212024-10-21T23:54:27.118Z Downloaded base64ct v1.6.0
11222024-10-21T23:54:27.119Z Downloaded arrayvec v0.7.6
11232024-10-21T23:54:27.119Z Downloaded libsqlite3-sys v0.30.1
11242024-10-21T23:54:27.119Z Downloaded ring v0.16.20
11252024-10-21T23:54:27.153Z Compiling serde v1.0.210
11262024-10-21T23:54:27.157Z Compiling typenum v1.17.0
11272024-10-21T23:54:27.157Z Compiling lock_api v0.4.12
11282024-10-21T23:54:27.157Z Compiling generic-array v0.14.7
11292024-10-21T23:54:27.157Z Compiling scopeguard v1.2.0
11302024-10-21T23:54:27.157Z Compiling subtle v2.6.1
11312024-10-21T23:54:27.338Z Compiling syn v2.0.79
11322024-10-21T23:54:27.352Z Compiling getrandom v0.2.15
11332024-10-21T23:54:27.514Z Compiling value-bag v1.9.0
11342024-10-21T23:54:27.624Z Compiling rand_core v0.6.4
11352024-10-21T23:54:27.715Z Compiling const-oid v0.9.6
11362024-10-21T23:54:27.769Z Compiling pin-project-lite v0.2.14
11372024-10-21T23:54:27.882Z Compiling smallvec v1.13.2
11382024-10-21T23:54:27.901Z Compiling jobserver v0.1.32
11392024-10-21T23:54:28.083Z Compiling log v0.4.22
11402024-10-21T23:54:28.178Z Compiling parking_lot_core v0.9.10
11412024-10-21T23:54:28.261Z Compiling shlex v1.3.0
11422024-10-21T23:54:28.305Z Compiling futures-core v0.3.31
11432024-10-21T23:54:28.577Z Compiling cc v1.1.30
11442024-10-21T23:54:28.687Z Compiling signal-hook-registry v1.4.2
11452024-10-21T23:54:28.892Z Compiling mio v1.0.2
11462024-10-21T23:54:28.960Z Compiling cpufeatures v0.2.14
11472024-10-21T23:54:29.071Z Compiling parking_lot v0.12.3
11482024-10-21T23:54:29.304Z Compiling futures-sink v0.3.31
11492024-10-21T23:54:29.465Z Compiling spin v0.9.8
11502024-10-21T23:54:29.556Z Compiling socket2 v0.5.7
11512024-10-21T23:54:29.631Z Compiling slab v0.4.9
11522024-10-21T23:54:29.859Z Compiling serde_json v1.0.128
11532024-10-21T23:54:30.044Z Compiling futures-channel v0.3.31
11542024-10-21T23:54:30.078Z Compiling tinyvec_macros v0.1.1
11552024-10-21T23:54:30.121Z Compiling pin-utils v0.1.0
11562024-10-21T23:54:30.177Z Compiling foldhash v0.1.3
11572024-10-21T23:54:30.219Z Compiling allocator-api2 v0.2.18
11582024-10-21T23:54:30.243Z Compiling futures-task v0.3.31
11592024-10-21T23:54:30.389Z Compiling futures-io v0.3.31
11602024-10-21T23:54:30.451Z Compiling tinyvec v1.8.0
11612024-10-21T23:54:30.484Z Compiling libm v0.2.8
11622024-10-21T23:54:30.542Z Compiling num-traits v0.2.19
11632024-10-21T23:54:30.561Z Compiling unicode-bidi v0.3.17
11642024-10-21T23:54:30.732Z Compiling base64ct v1.6.0
11652024-10-21T23:54:31.113Z Compiling hashbrown v0.15.0
11662024-10-21T23:54:31.186Z Compiling httparse v1.9.5
11672024-10-21T23:54:31.429Z Compiling pem-rfc7468 v0.7.0
11682024-10-21T23:54:32.042Z Compiling unicode-normalization v0.1.24
11692024-10-21T23:54:32.206Z Compiling flagset v0.4.6
11702024-10-21T23:54:32.298Z Compiling tracing-core v0.1.32
11712024-10-21T23:54:32.415Z Compiling percent-encoding v2.3.1
11722024-10-21T23:54:32.434Z Compiling crossbeam-utils v0.8.20
11732024-10-21T23:54:32.544Z Compiling rustls-pki-types v1.9.0
11742024-10-21T23:54:33.046Z Compiling ring v0.17.8
11752024-10-21T23:54:33.150Z Compiling powerfmt v0.2.0
11762024-10-21T23:54:33.205Z Compiling time-core v0.1.2
11772024-10-21T23:54:33.421Z Compiling vcpkg v0.2.15
11782024-10-21T23:54:33.583Z Compiling pkg-config v0.3.31
11792024-10-21T23:54:33.629Z Compiling untrusted v0.9.0
11802024-10-21T23:54:33.766Z Compiling num-conv v0.1.0
11812024-10-21T23:54:33.800Z Compiling deranged v0.3.11
11822024-10-21T23:54:34.072Z Compiling time-macros v0.2.18
11832024-10-21T23:54:34.210Z Compiling atomic-waker v1.1.2
11842024-10-21T23:54:34.411Z Compiling num_threads v0.1.7
11852024-10-21T23:54:34.538Z Compiling form_urlencoded v1.2.1
11862024-10-21T23:54:34.847Z Compiling slog v2.7.0
11872024-10-21T23:54:35.069Z Compiling try-lock v0.2.5
11882024-10-21T23:54:35.117Z Compiling rustix v0.38.37
11892024-10-21T23:54:35.215Z Compiling want v0.3.1
11902024-10-21T23:54:35.419Z Compiling httpdate v1.0.3
11912024-10-21T23:54:35.570Z Compiling openssl-sys v0.9.103
11922024-10-21T23:54:35.666Z Compiling idna v0.5.0
11932024-10-21T23:54:35.811Z Compiling base64 v0.22.1
11942024-10-21T23:54:36.065Z Compiling rustversion v1.0.17
11952024-10-21T23:54:36.273Z Compiling iana-time-zone v0.1.61
11962024-10-21T23:54:36.524Z Compiling openssl v0.10.66
11972024-10-21T23:54:36.704Z Compiling foreign-types-shared v0.1.1
11982024-10-21T23:54:36.740Z Compiling match_cfg v0.1.0
11992024-10-21T23:54:36.812Z Compiling tower-service v0.3.3
12002024-10-21T23:54:36.833Z Compiling hostname v0.3.1
12012024-10-21T23:54:36.914Z Compiling foreign-types v0.3.2
12022024-10-21T23:54:36.990Z Compiling url v2.5.2
12032024-10-21T23:54:36.993Z Compiling dirs-sys-next v0.1.2
12042024-10-21T23:54:37.056Z Compiling aho-corasick v1.1.3
12052024-10-21T23:54:37.183Z Compiling time v0.3.36
12062024-10-21T23:54:37.198Z Compiling syn v1.0.109
12072024-10-21T23:54:37.524Z Compiling rustls v0.22.4
12082024-10-21T23:54:37.735Z Compiling adler2 v2.0.0
12092024-10-21T23:54:37.810Z Compiling native-tls v0.2.12
12102024-10-21T23:54:37.931Z Compiling siphasher v0.3.11
12112024-10-21T23:54:38.134Z Compiling rustls v0.23.14
12122024-10-21T23:54:38.331Z Compiling data-encoding v2.6.0
12132024-10-21T23:54:38.433Z Compiling regex-syntax v0.8.5
12142024-10-21T23:54:38.790Z Compiling miniz_oxide v0.8.0
12152024-10-21T23:54:39.381Z Compiling dirs-next v2.0.0
12162024-10-21T23:54:40.359Z Compiling serde_derive_internals v0.29.1
12172024-10-21T23:54:40.586Z Compiling crossbeam-epoch v0.9.18
12182024-10-21T23:54:40.953Z Compiling lazy_static v1.5.0
12192024-10-21T23:54:41.086Z Compiling thread_local v1.1.8
12202024-10-21T23:54:41.376Z Compiling cookie v0.18.1
12212024-10-21T23:54:41.607Z Compiling encoding_rs v0.8.34
12222024-10-21T23:54:41.629Z Compiling serde_derive v1.0.210
12232024-10-21T23:54:41.672Z Compiling zeroize_derive v1.4.2
12242024-10-21T23:54:42.158Z Compiling zerocopy-derive v0.7.35
12252024-10-21T23:54:42.209Z Compiling tokio-macros v2.4.0
12262024-10-21T23:54:43.008Z Compiling thiserror-impl v1.0.64
12272024-10-21T23:54:43.243Z Compiling zeroize v1.8.1
12282024-10-21T23:54:43.833Z Compiling futures-macro v0.3.31
12292024-10-21T23:54:44.428Z Compiling zerocopy v0.7.35
12302024-10-21T23:54:44.671Z Compiling der_derive v0.7.3
12312024-10-21T23:54:45.095Z Compiling crypto-common v0.1.6
12322024-10-21T23:54:45.336Z Compiling block-buffer v0.10.4
12332024-10-21T23:54:45.579Z Compiling digest v0.10.7
12342024-10-21T23:54:45.754Z Compiling block-padding v0.3.3
12352024-10-21T23:54:45.833Z Compiling futures-util v0.3.31
12362024-10-21T23:54:46.019Z Compiling hmac v0.12.1
12372024-10-21T23:54:46.074Z Compiling inout v0.1.3
12382024-10-21T23:54:46.095Z Compiling sha2 v0.10.8
12392024-10-21T23:54:46.251Z Compiling ppv-lite86 v0.2.20
12402024-10-21T23:54:46.339Z Compiling cipher v0.4.4
12412024-10-21T23:54:46.358Z Compiling thiserror v1.0.64
12422024-10-21T23:54:46.496Z Compiling tracing-attributes v0.1.27
12432024-10-21T23:54:46.829Z Compiling salsa20 v0.10.2
12442024-10-21T23:54:47.011Z Compiling rand_chacha v0.3.1
12452024-10-21T23:54:47.033Z Compiling pest v2.7.14
12462024-10-21T23:54:47.054Z Compiling pbkdf2 v0.12.2
12472024-10-21T23:54:47.152Z Compiling der v0.7.9
12482024-10-21T23:54:47.228Z Compiling scrypt v0.11.0
12492024-10-21T23:54:47.846Z Compiling rand v0.8.5
12502024-10-21T23:54:49.424Z Compiling spki v0.7.3
12512024-10-21T23:54:49.664Z Compiling pest_meta v2.7.14
12522024-10-21T23:54:49.998Z Compiling aes v0.8.4
12532024-10-21T23:54:50.157Z Compiling cbc v0.1.2
12542024-10-21T23:54:50.383Z Compiling tracing v0.1.40
12552024-10-21T23:54:50.405Z Compiling scroll_derive v0.12.0
12562024-10-21T23:54:50.557Z Compiling async-trait v0.1.83
12572024-10-21T23:54:50.902Z Compiling openssl-macros v0.1.1
12582024-10-21T23:54:51.709Z Compiling pest_generator v2.7.14
12592024-10-21T23:54:51.937Z Compiling scroll v0.12.0
12602024-10-21T23:54:52.174Z Compiling rustls-webpki v0.102.8
12612024-10-21T23:54:52.507Z Compiling pkcs5 v0.7.1
12622024-10-21T23:54:52.842Z Compiling goblin v0.8.2
12632024-10-21T23:54:53.425Z Compiling pkcs8 v0.10.2
12642024-10-21T23:54:53.813Z Compiling sha1 v0.10.6
12652024-10-21T23:54:53.836Z Compiling signature v2.2.0
12662024-10-21T23:54:53.836Z Compiling regex-automata v0.4.8
12672024-10-21T23:54:54.124Z Compiling multer v3.1.0
12682024-10-21T23:54:54.164Z Compiling signal-hook v0.3.17
12692024-10-21T23:54:54.238Z Compiling either v1.13.0
12702024-10-21T23:54:54.315Z Compiling unicode-properties v0.1.3
12712024-10-21T23:54:54.434Z Compiling ipnet v2.10.1
12722024-10-21T23:54:54.453Z Compiling gimli v0.31.1
12732024-10-21T23:54:54.674Z Compiling openssl-probe v0.1.5
12742024-10-21T23:54:54.705Z Compiling rayon-core v1.12.1
12752024-10-21T23:54:54.856Z Compiling pest_derive v2.7.14
12762024-10-21T23:54:55.002Z Compiling slog-async v2.8.0
12772024-10-21T23:54:55.025Z Compiling mime v0.3.17
12782024-10-21T23:54:55.563Z Compiling schemars v0.8.21
12792024-10-21T23:54:55.625Z Compiling paste v1.0.15
12802024-10-21T23:54:55.687Z Compiling dtrace-parser v0.2.0
12812024-10-21T23:54:55.718Z Compiling bytes v1.7.2
12822024-10-21T23:54:56.167Z Compiling indexmap v2.6.0
12832024-10-21T23:54:56.268Z Compiling bitflags v2.6.0
12842024-10-21T23:54:56.740Z Compiling tokio v1.40.0
12852024-10-21T23:54:57.133Z Compiling http v1.1.0
12862024-10-21T23:54:57.669Z Compiling semver v1.0.23
12872024-10-21T23:54:58.461Z Compiling rustc_version v0.4.1
12882024-10-21T23:54:59.142Z Compiling http-body v1.0.1
12892024-10-21T23:54:59.225Z Compiling dof v0.3.0
12902024-10-21T23:54:59.403Z Compiling toml_datetime v0.6.8
12912024-10-21T23:54:59.609Z Compiling uuid v1.10.0
12922024-10-21T23:54:59.659Z Compiling serde_tokenstream v0.2.2
12932024-10-21T23:54:59.955Z Compiling serde_spanned v0.6.8
12942024-10-21T23:55:00.192Z Compiling usdt-impl v0.5.0
12952024-10-21T23:55:00.278Z Compiling chrono v0.4.38
12962024-10-21T23:55:01.089Z Compiling http-body-util v0.1.2
12972024-10-21T23:55:01.575Z Compiling heapless v0.7.17
12982024-10-21T23:55:01.817Z Compiling toml_edit v0.22.22
12992024-10-21T23:55:02.110Z Compiling curve25519-dalek v4.1.3
13002024-10-21T23:55:02.773Z Compiling addr2line v0.24.2
13012024-10-21T23:55:03.305Z Compiling slog-json v2.6.1
13022024-10-21T23:55:03.464Z Compiling usdt-attr-macro v0.5.0
13032024-10-21T23:55:03.482Z Compiling usdt-macro v0.5.0
13042024-10-21T23:55:03.802Z Compiling serde_urlencoded v0.7.1
13052024-10-21T23:55:04.166Z Compiling stringprep v0.1.5
13062024-10-21T23:55:05.165Z Compiling tokio-util v0.7.12
13072024-10-21T23:55:05.321Z Compiling futures-executor v0.3.31
13082024-10-21T23:55:05.954Z Compiling md-5 v0.10.6
13092024-10-21T23:55:06.239Z Compiling h2 v0.4.6
13102024-10-21T23:55:06.644Z Compiling schemars_derive v0.8.21
13112024-10-21T23:55:07.242Z Compiling enum-as-inner v0.6.1
13122024-10-21T23:55:08.998Z Compiling async-stream-impl v0.3.6
13132024-10-21T23:55:10.091Z Compiling crossbeam-deque v0.8.5
13142024-10-21T23:55:10.277Z Compiling term v0.7.0
13152024-10-21T23:55:10.450Z Compiling crossbeam-channel v0.5.13
13162024-10-21T23:55:10.539Z Compiling num-integer v0.1.46
13172024-10-21T23:55:11.398Z Compiling rustls-pemfile v2.2.0
13182024-10-21T23:55:11.609Z Compiling idna v0.4.0
13192024-10-21T23:55:11.739Z Compiling idna v0.3.0
13202024-10-21T23:55:11.869Z Compiling ff v0.13.0
13212024-10-21T23:55:12.106Z Compiling hash32 v0.2.1
13222024-10-21T23:55:12.498Z Compiling is-terminal v0.4.13
13232024-10-21T23:55:12.543Z Compiling dropshot v0.12.0
13242024-10-21T23:55:12.635Z Compiling object v0.36.5
13252024-10-21T23:55:12.857Z Compiling quick-error v1.2.3
13262024-10-21T23:55:13.024Z Compiling smoltcp v0.9.1
13272024-10-21T23:55:13.264Z Compiling rustc-demangle v0.1.24
13282024-10-21T23:55:13.409Z Compiling hyper v1.4.1
13292024-10-21T23:55:13.768Z Compiling base16ct v0.2.0
13302024-10-21T23:55:14.129Z Compiling dyn-clone v1.0.17
13312024-10-21T23:55:14.301Z Compiling take_mut v0.2.2
13322024-10-21T23:55:14.413Z Compiling portable-atomic v1.9.0
13332024-10-21T23:55:14.551Z Compiling fallible-iterator v0.2.0
13342024-10-21T23:55:15.090Z Compiling linked-hash-map v0.5.6
13352024-10-21T23:55:15.183Z Compiling anyhow v1.0.89
13362024-10-21T23:55:15.460Z Compiling num-bigint-dig v0.8.4
13372024-10-21T23:55:15.480Z Compiling stable_deref_trait v1.2.0
13382024-10-21T23:55:15.590Z Compiling utf-8 v0.7.6
13392024-10-21T23:55:15.792Z Compiling psl-types v2.0.11
13402024-10-21T23:55:15.956Z Compiling hyper-util v0.1.9
13412024-10-21T23:55:16.004Z Compiling publicsuffix v2.2.3
13422024-10-21T23:55:16.027Z Compiling tungstenite v0.24.0
13432024-10-21T23:55:17.217Z Compiling lru-cache v0.1.2
13442024-10-21T23:55:17.578Z Compiling postgres-protocol v0.6.7
13452024-10-21T23:55:18.516Z Compiling sec1 v0.7.3
13462024-10-21T23:55:18.808Z Compiling resolv-conf v0.7.0
13472024-10-21T23:55:18.906Z Compiling slog-term v2.9.1
13482024-10-21T23:55:19.099Z Compiling hickory-proto v0.24.1
13492024-10-21T23:55:19.120Z Compiling usdt v0.5.0
13502024-10-21T23:55:19.603Z Compiling group v0.13.0
13512024-10-21T23:55:19.633Z Compiling tokio-rustls v0.26.0
13522024-10-21T23:55:19.778Z Compiling backtrace v0.3.74
13532024-10-21T23:55:19.936Z Compiling num-iter v0.1.45
13542024-10-21T23:55:20.088Z Compiling async-stream v0.3.6
13552024-10-21T23:55:20.170Z Compiling tokio-rustls v0.25.0
13562024-10-21T23:55:20.398Z Compiling tokio-native-tls v0.3.1
13572024-10-21T23:55:20.615Z Compiling futures v0.3.31
13582024-10-21T23:55:20.690Z Compiling toml v0.8.19
13592024-10-21T23:55:21.867Z Compiling slog-bunyan v2.5.0
13602024-10-21T23:55:22.066Z Compiling terminal_size v0.4.0
13612024-10-21T23:55:22.091Z Compiling dropshot_endpoint v0.12.0
13622024-10-21T23:55:22.305Z Compiling openapiv3 v2.0.0
13632024-10-21T23:55:22.491Z Compiling camino v1.1.9
13642024-10-21T23:55:22.764Z Compiling serde_path_to_error v0.1.16
13652024-10-21T23:55:22.991Z Compiling hkdf v0.12.4
13662024-10-21T23:55:23.265Z Compiling crypto-bigint v0.5.5
13672024-10-21T23:55:23.407Z Compiling curve25519-dalek-derive v0.1.1
13682024-10-21T23:55:23.462Z Compiling zerocopy-derive v0.6.6
13692024-10-21T23:55:23.619Z Compiling phf_shared v0.11.2
13702024-10-21T23:55:24.008Z Compiling waitgroup v0.1.2
13712024-10-21T23:55:24.237Z Compiling webpki-roots v0.26.6
13722024-10-21T23:55:24.452Z Compiling hostname v0.4.0
13732024-10-21T23:55:24.737Z Compiling fs-err v2.11.0
13742024-10-21T23:55:25.017Z Compiling ahash v0.8.11
13752024-10-21T23:55:25.037Z Compiling hubpack_derive v0.1.1
13762024-10-21T23:55:25.052Z Compiling winnow v0.5.40
13772024-10-21T23:55:25.376Z Compiling managed v0.8.0
13782024-10-21T23:55:25.703Z Compiling debug-ignore v1.0.5
13792024-10-21T23:55:25.808Z Compiling bitflags v1.3.2
13802024-10-21T23:55:25.864Z Compiling console v0.15.8
13812024-10-21T23:55:25.969Z Compiling hubpack v0.1.2
13822024-10-21T23:55:26.459Z Compiling elliptic-curve v0.13.8
13832024-10-21T23:55:26.685Z Compiling clap_builder v4.5.20
13842024-10-21T23:55:27.295Z Compiling zerocopy v0.6.6
13852024-10-21T23:55:27.586Z Compiling strum_macros v0.25.3
13862024-10-21T23:55:28.308Z Compiling hickory-resolver v0.24.1
13872024-10-21T23:55:29.097Z Compiling toml_edit v0.19.15
13882024-10-21T23:55:29.570Z Compiling hyper-rustls v0.27.3
13892024-10-21T23:55:29.689Z Compiling phf v0.11.2
13902024-10-21T23:55:29.987Z Compiling signal-hook-mio v0.2.4
13912024-10-21T23:55:30.161Z Compiling cookie_store v0.21.0
13922024-10-21T23:55:30.191Z Compiling rayon v1.10.0
13932024-10-21T23:55:31.796Z Compiling hyper-tls v0.6.0
13942024-10-21T23:55:32.824Z Compiling postgres-types v0.2.8
13952024-10-21T23:55:35.184Z Compiling tokio-tungstenite v0.24.0
13962024-10-21T23:55:35.219Z Compiling tokio-stream v0.1.16
13972024-10-21T23:55:35.745Z Compiling bstr v1.10.0
13982024-10-21T23:55:35.775Z Compiling regex v1.11.0
13992024-10-21T23:55:36.350Z Compiling serde-big-array v0.5.1
14002024-10-21T23:55:36.373Z Compiling ed25519 v2.2.3
14012024-10-21T23:55:36.597Z Compiling pkcs1 v0.7.5
14022024-10-21T23:55:36.617Z Compiling rfc6979 v0.4.0
14032024-10-21T23:55:36.646Z Compiling clap_derive v4.5.18
14042024-10-21T23:55:36.809Z Compiling derive-where v1.2.7
14052024-10-21T23:55:36.883Z Compiling serde_repr v0.1.19
14062024-10-21T23:55:37.255Z Compiling phf_shared v0.10.0
14072024-10-21T23:55:37.593Z Compiling float-cmp v0.9.0
14082024-10-21T23:55:37.662Z Compiling sync_wrapper v1.0.1
14092024-10-21T23:55:37.691Z Compiling crc32fast v1.4.2
14102024-10-21T23:55:37.822Z Compiling static_assertions v1.1.0
14112024-10-21T23:55:37.825Z Compiling predicates-core v1.0.8
14122024-10-21T23:55:37.932Z Compiling normalize-line-endings v0.3.0
14132024-10-21T23:55:38.012Z Compiling difflib v0.4.0
14142024-10-21T23:55:38.054Z Compiling fixedbitset v0.4.2
14152024-10-21T23:55:38.092Z Compiling bit-vec v0.6.3
14162024-10-21T23:55:38.208Z Compiling unicode-segmentation v1.12.0
14172024-10-21T23:55:38.435Z Compiling whoami v1.5.2
14182024-10-21T23:55:38.544Z Compiling new_debug_unreachable v1.0.6
14192024-10-21T23:55:38.574Z Compiling number_prefix v0.4.0
14202024-10-21T23:55:38.646Z Compiling minimal-lexical v0.2.1
14212024-10-21T23:55:38.808Z Compiling precomputed-hash v0.1.1
14222024-10-21T23:55:38.930Z Compiling string_cache v0.8.7
14232024-10-21T23:55:39.109Z Compiling nom v7.1.3
14242024-10-21T23:55:39.130Z Compiling similar v2.6.0
14252024-10-21T23:55:39.190Z Compiling tokio-postgres v0.7.12
14262024-10-21T23:55:39.416Z Compiling indicatif v0.17.8
14272024-10-21T23:55:39.618Z Compiling bit-set v0.5.3
14282024-10-21T23:55:39.917Z Compiling predicates v3.1.2
14292024-10-21T23:55:40.514Z Compiling qorb v0.1.2
14302024-10-21T23:55:41.684Z Compiling petgraph v0.6.5
14312024-10-21T23:55:41.717Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14322024-10-21T23:55:41.738Z Compiling flate2 v1.0.34
14332024-10-21T23:55:41.888Z Compiling clap v4.5.20
14342024-10-21T23:55:42.018Z Compiling reqwest v0.12.8
14352024-10-21T23:55:42.697Z Compiling rsa v0.9.6
14362024-10-21T23:55:42.888Z Compiling ecdsa v0.16.9
14372024-10-21T23:55:43.782Z Compiling ed25519-dalek v2.1.1
14382024-10-21T23:55:45.110Z Compiling toml v0.7.8
14392024-10-21T23:55:45.130Z Compiling crossterm v0.28.1
14402024-10-21T23:55:46.897Z Compiling hex v0.4.3
14412024-10-21T23:55:47.292Z Compiling itertools v0.12.1
14422024-10-21T23:55:47.328Z Compiling itertools v0.10.5
14432024-10-21T23:55:47.470Z Compiling x509-cert v0.2.5
14442024-10-21T23:55:47.528Z Compiling unicode-xid v0.2.6
14452024-10-21T23:55:47.712Z Compiling peg-runtime v0.8.3
14462024-10-21T23:55:48.422Z Compiling lalrpop-util v0.19.12
14472024-10-21T23:55:48.789Z Compiling xattr v1.3.1
14482024-10-21T23:55:48.808Z Compiling strum_macros v0.26.4
14492024-10-21T23:55:49.012Z Compiling filetime v0.2.25
14502024-10-21T23:55:49.342Z Compiling tar v0.4.42
14512024-10-21T23:55:52.006Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14522024-10-21T23:55:52.273Z Compiling strum v0.26.3
14532024-10-21T23:55:52.356Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14542024-10-21T23:55:57.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
14552024-10-21T23:55:57.947Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14562024-10-21T23:55:58.002ZOct 21 23:55:57.096 INFO Starting download, target: Cockroach
14572024-10-21T23:55:58.002ZOct 21 23:55:57.096 INFO Starting download, target: Clickhouse
14582024-10-21T23:55:58.002ZOct 21 23:55:57.096 INFO Starting download, target: Console
14592024-10-21T23:55:58.002ZOct 21 23:55:57.096 INFO Starting download, target: DendriteOpenapi
14602024-10-21T23:55:58.002ZOct 21 23:55:57.096 INFO Starting download, target: DendriteStub
14612024-10-21T23:55:58.005ZOct 21 23:55:57.096 INFO Starting download, target: MaghemiteMgd
14622024-10-21T23:55:58.005ZOct 21 23:55:57.096 INFO Starting download, target: TransceiverControl
14632024-10-21T23:55:58.005ZOct 21 23:55:57.097 INFO Downloading out/downloads/dpd-b425a6c783b3081613ffa00407f271cae06568c4.json (attempt 1/3), target: DendriteOpenapi
14642024-10-21T23:55:58.005ZOct 21 23:55:57.097 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14652024-10-21T23:55:58.005ZOct 21 23:55:57.097 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14662024-10-21T23:55:58.005ZOct 21 23:55:57.097 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14672024-10-21T23:55:58.005ZOct 21 23:55:57.097 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14682024-10-21T23:55:58.005ZOct 21 23:55:57.097 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14692024-10-21T23:55:58.005ZOct 21 23:55:57.097 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14702024-10-21T23:55:58.137ZOct 21 23:55:57.229 INFO Download complete, target: DendriteOpenapi
14712024-10-21T23:55:58.305ZOct 21 23:55:57.379 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14722024-10-21T23:55:58.612ZOct 21 23:55:57.699 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14732024-10-21T23:55:58.681ZOct 21 23:55:57.775 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14742024-10-21T23:55:58.709ZOct 21 23:55:57.803 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14752024-10-21T23:55:58.997ZOct 21 23:55:58.091 INFO Download complete, target: Console
14762024-10-21T23:55:59.093ZOct 21 23:55:58.187 INFO Download complete, target: TransceiverControl
14772024-10-21T23:55:59.132ZOct 21 23:55:58.226 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14782024-10-21T23:55:59.132ZOct 21 23:55:58.226 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14792024-10-21T23:56:00.285ZOct 21 23:55:59.378 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14802024-10-21T23:56:02.038ZOct 21 23:56:01.132 INFO Download complete, target: MaghemiteMgd
14812024-10-21T23:56:02.105ZOct 21 23:56:01.198 INFO Download complete, target: DendriteStub
14822024-10-21T23:56:07.536ZOct 21 23:56:06.628 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14832024-10-21T23:56:07.840ZOct 21 23:56:06.932 INFO Checking that binary works, target: Cockroach
14842024-10-21T23:56:08.009ZOct 21 23:56:07.102 INFO Download complete, target: Cockroach
14852024-10-21T23:56:14.214ZOct 21 23:56:13.306 INFO Checking that binary works, target: Clickhouse
14862024-10-21T23:56:14.733ZOct 21 23:56:13.824 INFO Download complete, target: Clickhouse
14872024-10-21T23:56:14.881ZAll builder prerequisites installed successfully, and PATH looks valid
14882024-10-21T23:56:14.885Z
14892024-10-21T23:56:14.885Zreal 4:17.339458743
14902024-10-21T23:56:14.885Zuser 13:02.933335148
14912024-10-21T23:56:14.885Zsys 2:44.611050528
14922024-10-21T23:56:14.885Ztrap 0.456728650
14932024-10-21T23:56:14.885Ztflt 6.061100307
14942024-10-21T23:56:14.885Zdflt 4.465938474
14952024-10-21T23:56:14.886Zkflt 0.118745456
14962024-10-21T23:56:14.886Zlock 25:16.162132918
14972024-10-21T23:56:14.886Zslp 51:11.272179066
14982024-10-21T23:56:14.886Zlat 44.628985862
14992024-10-21T23:56:14.886Zstop 2:05.560630882
15002024-10-21T23:56:14.886Z+ banner hack-check
15012024-10-21T23:56:14.888Z
15022024-10-21T23:56:14.888Z # # ## #### # # #### # # ###### #### # #
15032024-10-21T23:56:14.888Z # # # # # # # # # # # # # # # # #
15042024-10-21T23:56:14.888Z ###### # # # #### ##### # ###### ##### # ####
15052024-10-21T23:56:14.888Z # # ###### # # # # # # # # # #
15062024-10-21T23:56:14.888Z # # # # # # # # # # # # # # # # #
15072024-10-21T23:56:14.888Z # # # # #### # # #### # # ###### #### # #
15082024-10-21T23:56:14.888Z
15092024-10-21T23:56:14.888Z+ export CARGO_INCREMENTAL=0
15102024-10-21T23:56:14.888Z+ CARGO_INCREMENTAL=0
15112024-10-21T23:56:14.888Z+ ptime -m timeout 2h cargo xtask check-features --ci
15122024-10-21T23:56:15.474Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15132024-10-21T23:56:19.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
15142024-10-21T23:56:19.396Z Running `target/debug/xtask check-features --ci`
15152024-10-21T23:56:19.423Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15162024-10-21T23:56:19.423Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15172024-10-21T23:56:19.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15182024-10-21T23:56:19.947Z Running `target/debug/xtask download cargo-hack`
15192024-10-21T23:56:20.827Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15202024-10-21T23:56:21.213Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15212024-10-21T23:56:25.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
15222024-10-21T23:56:25.993Z Running `target/debug/xtask-downloader cargo-hack`
15232024-10-21T23:56:26.033ZOct 21 23:56:25.122 INFO Starting download, target: CargoHack
15242024-10-21T23:56:26.036ZOct 21 23:56:25.123 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15252024-10-21T23:56:26.626ZOct 21 23:56:25.715 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15262024-10-21T23:56:26.728ZOct 21 23:56:25.817 INFO Download complete, target: CargoHack
15272024-10-21T23:56:26.732Zrunning: "/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"
15282024-10-21T23:56:26.749Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15292024-10-21T23:56:26.918Zinfo: running `cargo check --bins` on api_identity (1/166)
15302024-10-21T23:56:27.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-10-21T23:56:27.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-10-21T23:56:27.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-10-21T23:56:27.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15342024-10-21T23:56:27.580Z
15352024-10-21T23:56:27.580Zinfo: running `cargo check --bins` on bootstore (2/166)
15362024-10-21T23:56:28.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-10-21T23:56:28.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-10-21T23:56:28.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-10-21T23:56:28.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15402024-10-21T23:56:28.267Z
15412024-10-21T23:56:28.267Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15422024-10-21T23:56:28.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-10-21T23:56:28.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-10-21T23:56:28.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-10-21T23:56:28.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15462024-10-21T23:56:28.960Z
15472024-10-21T23:56:28.960Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15482024-10-21T23:56:29.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-10-21T23:56:29.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-10-21T23:56:29.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-10-21T23:56:29.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15522024-10-21T23:56:29.635Z
15532024-10-21T23:56:29.635Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15542024-10-21T23:56:30.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-10-21T23:56:30.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-10-21T23:56:30.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-10-21T23:56:30.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15582024-10-21T23:56:30.110Z
15592024-10-21T23:56:30.110Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15602024-10-21T23:56:30.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-10-21T23:56:30.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-10-21T23:56:30.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15632024-10-21T23:56:30.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15642024-10-21T23:56:30.588Z
15652024-10-21T23:56:30.588Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15662024-10-21T23:56:31.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15672024-10-21T23:56:31.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15682024-10-21T23:56:31.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15692024-10-21T23:56:31.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15702024-10-21T23:56:31.067Z
15712024-10-21T23:56:31.067Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15722024-10-21T23:56:31.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15732024-10-21T23:56:31.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15742024-10-21T23:56:31.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15752024-10-21T23:56:31.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15762024-10-21T23:56:31.553Z
15772024-10-21T23:56:31.553Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15782024-10-21T23:56:31.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15792024-10-21T23:56:31.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15802024-10-21T23:56:31.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15812024-10-21T23:56:31.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15822024-10-21T23:56:32.035Z
15832024-10-21T23:56:32.035Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15842024-10-21T23:56:32.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15852024-10-21T23:56:32.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15862024-10-21T23:56:32.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15872024-10-21T23:56:32.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15882024-10-21T23:56:32.511Z
15892024-10-21T23:56:32.511Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15902024-10-21T23:56:32.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15912024-10-21T23:56:32.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15922024-10-21T23:56:32.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15932024-10-21T23:56:32.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15942024-10-21T23:56:32.988Z
15952024-10-21T23:56:32.988Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15962024-10-21T23:56:33.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15972024-10-21T23:56:33.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15982024-10-21T23:56:33.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15992024-10-21T23:56:33.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16002024-10-21T23:56:33.471Z
16012024-10-21T23:56:33.471Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16022024-10-21T23:56:33.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16032024-10-21T23:56:33.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16042024-10-21T23:56:33.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16052024-10-21T23:56:33.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16062024-10-21T23:56:33.946Z
16072024-10-21T23:56:33.946Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16082024-10-21T23:56:34.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16092024-10-21T23:56:34.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16102024-10-21T23:56:34.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16112024-10-21T23:56:34.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16122024-10-21T23:56:34.422Z
16132024-10-21T23:56:34.422Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16142024-10-21T23:56:34.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16152024-10-21T23:56:34.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16162024-10-21T23:56:34.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16172024-10-21T23:56:34.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16182024-10-21T23:56:34.900Z
16192024-10-21T23:56:34.900Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16202024-10-21T23:56:35.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-10-21T23:56:35.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-10-21T23:56:35.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232024-10-21T23:56:35.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16242024-10-21T23:56:35.386Z
16252024-10-21T23:56:35.386Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16262024-10-21T23:56:35.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-10-21T23:56:35.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-10-21T23:56:35.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292024-10-21T23:56:35.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16302024-10-21T23:56:35.871Z
16312024-10-21T23:56:35.871Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16322024-10-21T23:56:36.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332024-10-21T23:56:36.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342024-10-21T23:56:36.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352024-10-21T23:56:36.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16362024-10-21T23:56:36.360Z
16372024-10-21T23:56:36.360Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16382024-10-21T23:56:36.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392024-10-21T23:56:36.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402024-10-21T23:56:36.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412024-10-21T23:56:36.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16422024-10-21T23:56:36.844Z
16432024-10-21T23:56:36.844Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16442024-10-21T23:56:37.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-10-21T23:56:37.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-10-21T23:56:37.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-10-21T23:56:37.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16482024-10-21T23:56:37.332Z
16492024-10-21T23:56:37.332Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16502024-10-21T23:56:37.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-10-21T23:56:37.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-10-21T23:56:37.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-10-21T23:56:37.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16542024-10-21T23:56:37.817Z
16552024-10-21T23:56:37.817Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16562024-10-21T23:56:38.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-10-21T23:56:38.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-10-21T23:56:38.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-10-21T23:56:38.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16602024-10-21T23:56:38.309Z
16612024-10-21T23:56:38.309Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16622024-10-21T23:56:38.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632024-10-21T23:56:38.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642024-10-21T23:56:38.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652024-10-21T23:56:38.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16662024-10-21T23:56:38.794Z
16672024-10-21T23:56:38.794Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16682024-10-21T23:56:39.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692024-10-21T23:56:39.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702024-10-21T23:56:39.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712024-10-21T23:56:39.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16722024-10-21T23:56:39.272Z
16732024-10-21T23:56:39.272Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16742024-10-21T23:56:39.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752024-10-21T23:56:39.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762024-10-21T23:56:39.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772024-10-21T23:56:39.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16782024-10-21T23:56:39.976Z
16792024-10-21T23:56:39.976Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16802024-10-21T23:56:40.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812024-10-21T23:56:40.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822024-10-21T23:56:40.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832024-10-21T23:56:40.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16842024-10-21T23:56:40.679Z
16852024-10-21T23:56:40.679Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16862024-10-21T23:56:41.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872024-10-21T23:56:41.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882024-10-21T23:56:41.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892024-10-21T23:56:41.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16902024-10-21T23:56:41.378Z
16912024-10-21T23:56:41.378Zinfo: running `cargo check --bins` on oxlog (28/166)
16922024-10-21T23:56:41.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932024-10-21T23:56:41.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942024-10-21T23:56:42.043Z Checking cfg-if v1.0.0
16952024-10-21T23:56:42.045Z Checking libc v0.2.161
16962024-10-21T23:56:42.147Z Checking serde v1.0.210
16972024-10-21T23:56:42.149Z Checking zeroize v1.8.1
16982024-10-21T23:56:42.167Z Checking memchr v2.7.4
16992024-10-21T23:56:42.181Z Checking typenum v1.17.0
17002024-10-21T23:56:42.183Z Checking scopeguard v1.2.0
17012024-10-21T23:56:42.183Z Checking subtle v2.6.1
17022024-10-21T23:56:42.220Z Checking value-bag v1.9.0
17032024-10-21T23:56:42.318Z Checking lock_api v0.4.12
17042024-10-21T23:56:42.414Z Checking const-oid v0.9.6
17052024-10-21T23:56:42.450Z Checking itoa v1.0.11
17062024-10-21T23:56:42.637Z Checking log v0.4.22
17072024-10-21T23:56:42.684Z Checking pin-project-lite v0.2.14
17082024-10-21T23:56:42.737Z Checking smallvec v1.13.2
17092024-10-21T23:56:42.812Z Checking byteorder v1.5.0
17102024-10-21T23:56:43.039Z Checking futures-core v0.3.31
17112024-10-21T23:56:43.099Z Checking once_cell v1.20.2
17122024-10-21T23:56:43.161Z Checking cpufeatures v0.2.14
17132024-10-21T23:56:43.209Z Checking futures-sink v0.3.31
17142024-10-21T23:56:43.225Z Checking spin v0.9.8
17152024-10-21T23:56:43.251Z Checking zerocopy v0.7.35
17162024-10-21T23:56:43.269Z Checking getrandom v0.2.15
17172024-10-21T23:56:43.348Z Checking parking_lot_core v0.9.10
17182024-10-21T23:56:43.380Z Checking signal-hook-registry v1.4.2
17192024-10-21T23:56:43.604Z Checking rand_core v0.6.4
17202024-10-21T23:56:43.609Z Checking generic-array v0.14.7
17212024-10-21T23:56:43.609Z Checking mio v1.0.2
17222024-10-21T23:56:43.623Z Checking socket2 v0.5.7
17232024-10-21T23:56:43.694Z Checking parking_lot v0.12.3
17242024-10-21T23:56:43.799Z Checking slab v0.4.9
17252024-10-21T23:56:44.050Z Checking futures-channel v0.3.31
17262024-10-21T23:56:44.067Z Checking futures-task v0.3.31
17272024-10-21T23:56:44.099Z Checking foldhash v0.1.3
17282024-10-21T23:56:44.194Z Checking allocator-api2 v0.2.18
17292024-10-21T23:56:44.247Z Checking pin-utils v0.1.0
17302024-10-21T23:56:44.297Z Checking equivalent v1.0.1
17312024-10-21T23:56:44.300Z Checking tinyvec_macros v0.1.1
17322024-10-21T23:56:44.334Z Checking futures-io v0.3.31
17332024-10-21T23:56:44.398Z Checking tinyvec v1.8.0
17342024-10-21T23:56:44.414Z Checking ryu v1.0.18
17352024-10-21T23:56:44.416Z Checking fnv v1.0.7
17362024-10-21T23:56:44.511Z Checking futures-util v0.3.31
17372024-10-21T23:56:44.548Z Checking unicode-bidi v0.3.17
17382024-10-21T23:56:44.642Z Checking libm v0.2.8
17392024-10-21T23:56:44.719Z Checking base64ct v1.6.0
17402024-10-21T23:56:44.767Z Checking crypto-common v0.1.6
17412024-10-21T23:56:44.816Z Checking block-buffer v0.10.4
17422024-10-21T23:56:44.955Z Checking hashbrown v0.15.0
17432024-10-21T23:56:45.032Z Checking digest v0.10.7
17442024-10-21T23:56:45.163Z Checking block-padding v0.3.3
17452024-10-21T23:56:45.199Z Checking pem-rfc7468 v0.7.0
17462024-10-21T23:56:45.375Z Checking inout v0.1.3
17472024-10-21T23:56:45.407Z Checking hmac v0.12.1
17482024-10-21T23:56:45.444Z Checking sha2 v0.10.8
17492024-10-21T23:56:45.568Z Checking num-traits v0.2.19
17502024-10-21T23:56:45.594Z Checking cipher v0.4.4
17512024-10-21T23:56:45.610Z Checking ppv-lite86 v0.2.20
17522024-10-21T23:56:45.719Z Checking unicode-normalization v0.1.24
17532024-10-21T23:56:45.990Z Checking flagset v0.4.6
17542024-10-21T23:56:46.018Z Checking tracing-core v0.1.32
17552024-10-21T23:56:46.113Z Checking thiserror v1.0.64
17562024-10-21T23:56:46.176Z Checking der v0.7.9
17572024-10-21T23:56:46.248Z Checking percent-encoding v2.3.1
17582024-10-21T23:56:46.362Z Checking rand_chacha v0.3.1
17592024-10-21T23:56:46.452Z Checking rustls-pki-types v1.9.0
17602024-10-21T23:56:46.666Z Checking salsa20 v0.10.2
17612024-10-21T23:56:46.695Z Checking tracing v0.1.40
17622024-10-21T23:56:46.746Z Checking rand v0.8.5
17632024-10-21T23:56:46.890Z Checking pbkdf2 v0.12.2
17642024-10-21T23:56:47.041Z Checking httparse v1.9.5
17652024-10-21T23:56:47.055Z Checking powerfmt v0.2.0
17662024-10-21T23:56:47.067Z Checking untrusted v0.9.0
17672024-10-21T23:56:47.226Z Checking ring v0.17.8
17682024-10-21T23:56:47.250Z Checking bytes v1.7.2
17692024-10-21T23:56:47.285Z Checking indexmap v2.6.0
17702024-10-21T23:56:47.316Z Checking serde_json v1.0.128
17712024-10-21T23:56:47.503Z Checking bitflags v2.6.0
17722024-10-21T23:56:47.814Z Checking deranged v0.3.11
17732024-10-21T23:56:48.027Z Checking scrypt v0.11.0
17742024-10-21T23:56:48.057Z Checking spki v0.7.3
17752024-10-21T23:56:48.074Z Checking tokio v1.40.0
17762024-10-21T23:56:48.260Z Checking http v1.1.0
17772024-10-21T23:56:48.361Z Checking cbc v0.1.2
17782024-10-21T23:56:48.550Z Checking aes v0.8.4
17792024-10-21T23:56:48.568Z Checking crossbeam-utils v0.8.20
17802024-10-21T23:56:49.013Z Checking time-core v0.1.2
17812024-10-21T23:56:49.161Z Checking atomic-waker v1.1.2
17822024-10-21T23:56:49.179Z Checking num_threads v0.1.7
17832024-10-21T23:56:49.289Z Checking num-conv v0.1.0
17842024-10-21T23:56:49.305Z Checking rustls-webpki v0.102.8
17852024-10-21T23:56:49.324Z Checking form_urlencoded v1.2.1
17862024-10-21T23:56:49.489Z Checking pkcs5 v0.7.1
17872024-10-21T23:56:49.519Z Checking try-lock v0.2.5
17882024-10-21T23:56:49.536Z Checking httpdate v1.0.3
17892024-10-21T23:56:49.607Z Checking time v0.3.36
17902024-10-21T23:56:49.637Z Checking http-body v1.0.1
17912024-10-21T23:56:49.656Z Checking want v0.3.1
17922024-10-21T23:56:49.710Z Checking unicode-ident v1.0.13
17932024-10-21T23:56:49.766Z Checking uuid v1.10.0
17942024-10-21T23:56:49.823Z Checking toml_datetime v0.6.8
17952024-10-21T23:56:49.825Z Checking serde_spanned v0.6.8
17962024-10-21T23:56:49.878Z Checking proc-macro2 v1.0.87
17972024-10-21T23:56:50.005Z Checking pkcs8 v0.10.2
17982024-10-21T23:56:50.023Z Checking idna v0.5.0
17992024-10-21T23:56:50.069Z Checking slog v2.7.0
18002024-10-21T23:56:50.101Z Checking scroll v0.12.0
18012024-10-21T23:56:50.315Z Checking ucd-trie v0.1.7
18022024-10-21T23:56:50.379Z Checking iana-time-zone v0.1.61
18032024-10-21T23:56:50.515Z Checking foreign-types-shared v0.1.1
18042024-10-21T23:56:50.533Z Checking base64 v0.22.1
18052024-10-21T23:56:50.549Z Checking match_cfg v0.1.0
18062024-10-21T23:56:50.568Z Checking tower-service v0.3.3
18072024-10-21T23:56:50.590Z Checking plain v0.2.3
18082024-10-21T23:56:50.612Z Checking foreign-types v0.3.2
18092024-10-21T23:56:50.639Z Checking hostname v0.3.1
18102024-10-21T23:56:50.687Z Checking quote v1.0.37
18112024-10-21T23:56:50.703Z Checking chrono v0.4.38
18122024-10-21T23:56:50.729Z Checking goblin v0.8.2
18132024-10-21T23:56:50.774Z Checking pest v2.7.14
18142024-10-21T23:56:50.886Z Checking url v2.5.2
18152024-10-21T23:56:51.011Z Checking openssl-sys v0.9.103
18162024-10-21T23:56:51.027Z Checking errno v0.3.9
18172024-10-21T23:56:51.194Z Checking dirs-sys-next v0.1.2
18182024-10-21T23:56:51.381Z Checking aho-corasick v1.1.3
18192024-10-21T23:56:51.706Z Checking adler2 v2.0.0
18202024-10-21T23:56:51.871Z Checking regex-syntax v0.8.5
18212024-10-21T23:56:52.153Z Checking siphasher v0.3.11
18222024-10-21T23:56:52.313Z Checking data-encoding v2.6.0
18232024-10-21T23:56:52.478Z Checking pretty-hex v0.4.1
18242024-10-21T23:56:52.656Z Checking openssl v0.10.66
18252024-10-21T23:56:52.783Z Checking miniz_oxide v0.8.0
18262024-10-21T23:56:52.977Z Checking dirs-next v2.0.0
18272024-10-21T23:56:53.042Z Checking rustix v0.38.37
18282024-10-21T23:56:53.104Z Checking syn v2.0.79
18292024-10-21T23:56:53.366Z Checking dtrace-parser v0.2.0
18302024-10-21T23:56:53.544Z Checking http-body-util v0.1.2
18312024-10-21T23:56:53.870Z Checking crossbeam-epoch v0.9.18
18322024-10-21T23:56:53.996Z Checking signature v2.2.0
18332024-10-21T23:56:54.194Z Checking sha1 v0.10.6
18342024-10-21T23:56:54.300Z Checking lazy_static v1.5.0
18352024-10-21T23:56:54.423Z Checking thread_local v1.1.8
18362024-10-21T23:56:54.483Z Checking thread-id v4.2.2
18372024-10-21T23:56:54.601Z Checking encoding_rs v0.8.34
18382024-10-21T23:56:54.705Z Checking winnow v0.6.20
18392024-10-21T23:56:55.166Z Checking regex-automata v0.4.8
18402024-10-21T23:56:55.362Z Checking tokio-util v0.7.12
18412024-10-21T23:56:55.840Z Checking dof v0.3.0
18422024-10-21T23:56:56.250Z Checking h2 v0.4.6
18432024-10-21T23:56:56.438Z Checking anstyle v1.0.8
18442024-10-21T23:56:56.545Z Checking utf8parse v0.2.2
18452024-10-21T23:56:56.701Z Checking ipnet v2.10.1
18462024-10-21T23:56:56.785Z Checking either v1.13.0
18472024-10-21T23:56:57.080Z Checking mime v0.3.17
18482024-10-21T23:56:57.174Z Checking openssl-probe v0.1.5
18492024-10-21T23:56:57.188Z Checking unicode-properties v0.1.3
18502024-10-21T23:56:57.317Z Checking gimli v0.31.1
18512024-10-21T23:56:57.399Z Checking anstyle-parse v0.2.5
18522024-10-21T23:56:57.555Z Checking stringprep v0.1.5
18532024-10-21T23:56:57.677Z Checking crossbeam-deque v0.8.5
18542024-10-21T23:56:57.693Z Checking toml_edit v0.22.22
18552024-10-21T23:56:57.828Z Checking term v0.7.0
18562024-10-21T23:56:57.983Z Checking slog-json v2.6.1
18572024-10-21T23:56:58.017Z Checking native-tls v0.2.12
18582024-10-21T23:56:58.235Z Checking rustls v0.22.4
18592024-10-21T23:56:58.248Z Checking rustls v0.23.14
18602024-10-21T23:56:58.338Z Checking futures-executor v0.3.31
18612024-10-21T23:56:58.574Z Checking serde_urlencoded v0.7.1
18622024-10-21T23:56:59.020Z Checking crossbeam-channel v0.5.13
18632024-10-21T23:56:59.534Z Checking usdt-impl v0.5.0
18642024-10-21T23:56:59.769Z Checking num-integer v0.1.46
18652024-10-21T23:56:59.929Z Checking rustls-pemfile v2.2.0
18662024-10-21T23:57:00.095Z Checking idna v0.4.0
18672024-10-21T23:57:00.156Z Checking idna v0.3.0
18682024-10-21T23:57:00.286Z Checking md-5 v0.10.6
18692024-10-21T23:57:00.361Z Checking ff v0.13.0
18702024-10-21T23:57:00.517Z Checking is-terminal v0.4.13
18712024-10-21T23:57:00.573Z Checking memmap v0.7.0
18722024-10-21T23:57:00.644Z Checking hash32 v0.2.1
18732024-10-21T23:57:00.783Z Checking object v0.36.5
18742024-10-21T23:57:00.934Z Checking quick-error v1.2.3
18752024-10-21T23:57:00.937Z Checking utf-8 v0.7.6
18762024-10-21T23:57:00.998Z Checking dyn-clone v1.0.17
18772024-10-21T23:57:01.076Z Checking psl-types v2.0.11
18782024-10-21T23:57:01.139Z Checking stable_deref_trait v1.2.0
18792024-10-21T23:57:01.154Z Checking colorchoice v1.0.2
18802024-10-21T23:57:01.241Z Checking fallible-iterator v0.2.0
18812024-10-21T23:57:01.262Z Checking anstyle-query v1.1.1
18822024-10-21T23:57:01.289Z Checking is_terminal_polyfill v1.70.1
18832024-10-21T23:57:01.387Z Checking rustc-demangle v0.1.24
18842024-10-21T23:57:01.404Z Checking take_mut v0.2.2
18852024-10-21T23:57:01.441Z Checking addr2line v0.24.2
18862024-10-21T23:57:01.550Z Checking linked-hash-map v0.5.6
18872024-10-21T23:57:01.821Z Checking base16ct v0.2.0
18882024-10-21T23:57:01.835Z Checking postgres-protocol v0.6.7
18892024-10-21T23:57:01.889Z Checking lru-cache v0.1.2
18902024-10-21T23:57:01.951Z Checking slog-async v2.8.0
18912024-10-21T23:57:01.995Z Checking tokio-rustls v0.25.0
18922024-10-21T23:57:02.012Z Checking sec1 v0.7.3
18932024-10-21T23:57:02.062Z Checking anstream v0.6.15
18942024-10-21T23:57:02.230Z Checking publicsuffix v2.2.3
18952024-10-21T23:57:02.365Z Checking heapless v0.7.17
18962024-10-21T23:57:02.412Z Checking tungstenite v0.24.0
18972024-10-21T23:57:02.427Z Checking schemars v0.8.21
18982024-10-21T23:57:02.461Z Checking resolv-conf v0.7.0
18992024-10-21T23:57:02.489Z Checking hickory-proto v0.24.1
19002024-10-21T23:57:02.610Z Checking hyper v1.4.1
19012024-10-21T23:57:02.806Z Checking usdt v0.5.0
19022024-10-21T23:57:03.083Z Checking slog-term v2.9.1
19032024-10-21T23:57:03.293Z Checking group v0.13.0
19042024-10-21T23:57:03.411Z Checking toml v0.8.19
19052024-10-21T23:57:03.523Z Checking tokio-rustls v0.26.0
19062024-10-21T23:57:03.551Z Checking num-iter v0.1.45
19072024-10-21T23:57:03.583Z Checking futures v0.3.31
19082024-10-21T23:57:03.704Z Checking tokio-native-tls v0.3.1
19092024-10-21T23:57:03.740Z Checking slog-bunyan v2.5.0
19102024-10-21T23:57:03.906Z Checking rayon-core v1.12.1
19112024-10-21T23:57:03.946Z Checking multer v3.1.0
19122024-10-21T23:57:03.977Z Checking terminal_size v0.4.0
19132024-10-21T23:57:04.104Z Checking phf_shared v0.11.2
19142024-10-21T23:57:04.147Z Checking cookie v0.18.1
19152024-10-21T23:57:04.176Z Checking async-stream v0.3.6
19162024-10-21T23:57:04.328Z Checking signal-hook v0.3.17
19172024-10-21T23:57:04.354Z Checking camino v1.1.9
19182024-10-21T23:57:04.382Z Checking waitgroup v0.1.2
19192024-10-21T23:57:04.512Z Checking openapiv3 v2.0.0
19202024-10-21T23:57:04.563Z Checking serde_path_to_error v0.1.16
19212024-10-21T23:57:04.621Z Checking webpki-roots v0.26.6
19222024-10-21T23:57:04.660Z Checking hkdf v0.12.4
19232024-10-21T23:57:04.736Z Checking hyper-util v0.1.9
19242024-10-21T23:57:04.836Z Checking crypto-bigint v0.5.5
19252024-10-21T23:57:04.877Z Checking hostname v0.4.0
19262024-10-21T23:57:04.919Z Checking winnow v0.5.40
19272024-10-21T23:57:05.022Z Checking bitflags v1.3.2
19282024-10-21T23:57:05.134Z Checking clap_lex v0.7.2
19292024-10-21T23:57:05.159Z Checking debug-ignore v1.0.5
19302024-10-21T23:57:05.292Z Checking unicode-width v0.1.14
19312024-10-21T23:57:05.399Z Checking managed v0.8.0
19322024-10-21T23:57:05.788Z Checking strsim v0.11.1
19332024-10-21T23:57:05.805Z Checking console v0.15.8
19342024-10-21T23:57:06.068Z Checking clap_builder v4.5.20
19352024-10-21T23:57:06.399Z Checking smoltcp v0.9.1
19362024-10-21T23:57:06.804Z Checking hyper-tls v0.6.0
19372024-10-21T23:57:07.110Z Checking hyper-rustls v0.27.3
19382024-10-21T23:57:07.243Z Checking backtrace v0.3.74
19392024-10-21T23:57:07.445Z Checking signal-hook-mio v0.2.4
19402024-10-21T23:57:07.577Z Checking hickory-resolver v0.24.1
19412024-10-21T23:57:07.593Z Checking cookie_store v0.21.0
19422024-10-21T23:57:07.665Z Checking elliptic-curve v0.13.8
19432024-10-21T23:57:07.815Z Checking anyhow v1.0.89
19442024-10-21T23:57:07.832Z Checking rayon v1.10.0
19452024-10-21T23:57:07.943Z Checking dropshot v0.12.0
19462024-10-21T23:57:08.037Z Checking toml_edit v0.19.15
19472024-10-21T23:57:08.190Z Checking phf v0.11.2
19482024-10-21T23:57:08.205Z Checking num-bigint-dig v0.8.4
19492024-10-21T23:57:08.301Z Checking tokio-tungstenite v0.24.0
19502024-10-21T23:57:08.458Z Checking postgres-types v0.2.8
19512024-10-21T23:57:08.777Z Checking bstr v1.10.0
19522024-10-21T23:57:09.187Z Checking regex v1.11.0
19532024-10-21T23:57:09.203Z Checking tokio-stream v0.1.16
19542024-10-21T23:57:09.227Z Checking ed25519 v2.2.3
19552024-10-21T23:57:09.523Z Checking phf_shared v0.10.0
19562024-10-21T23:57:09.716Z Checking zerocopy v0.6.6
19572024-10-21T23:57:09.793Z Checking curve25519-dalek v4.1.3
19582024-10-21T23:57:09.826Z Checking pkcs1 v0.7.5
19592024-10-21T23:57:10.044Z Checking hubpack v0.1.2
19602024-10-21T23:57:10.230Z Checking portable-atomic v1.9.0
19612024-10-21T23:57:10.357Z Checking float-cmp v0.9.0
19622024-10-21T23:57:10.474Z Checking serde-big-array v0.5.1
19632024-10-21T23:57:10.519Z Checking rfc6979 v0.4.0
19642024-10-21T23:57:10.543Z Checking sync_wrapper v1.0.1
19652024-10-21T23:57:10.563Z Checking crc32fast v1.4.2
19662024-10-21T23:57:10.683Z Checking normalize-line-endings v0.3.0
19672024-10-21T23:57:10.685Z Checking static_assertions v1.1.0
19682024-10-21T23:57:10.711Z Checking precomputed-hash v0.1.1
19692024-10-21T23:57:10.771Z Checking fixedbitset v0.4.2
19702024-10-21T23:57:10.791Z Checking new_debug_unreachable v1.0.6
19712024-10-21T23:57:10.806Z Checking minimal-lexical v0.2.1
19722024-10-21T23:57:10.821Z Checking bit-vec v0.6.3
19732024-10-21T23:57:10.876Z Checking whoami v1.5.2
19742024-10-21T23:57:11.053Z Checking unicode-segmentation v1.12.0
19752024-10-21T23:57:11.192Z Checking predicates-core v1.0.8
19762024-10-21T23:57:11.209Z Checking difflib v0.4.0
19772024-10-21T23:57:11.209Z Checking number_prefix v0.4.0
19782024-10-21T23:57:11.259Z Checking nom v7.1.3
19792024-10-21T23:57:11.368Z Checking bit-set v0.5.3
19802024-10-21T23:57:11.408Z Checking tokio-postgres v0.7.12
19812024-10-21T23:57:11.521Z Checking predicates v3.1.2
19822024-10-21T23:57:11.612Z Checking petgraph v0.6.5
19832024-10-21T23:57:11.646Z Checking ed25519-dalek v2.1.1
19842024-10-21T23:57:11.662Z Checking qorb v0.1.2
19852024-10-21T23:57:11.730Z Checking similar v2.6.0
19862024-10-21T23:57:11.760Z Checking indicatif v0.17.8
19872024-10-21T23:57:12.053Z Checking string_cache v0.8.7
19882024-10-21T23:57:12.213Z Checking flate2 v1.0.34
19892024-10-21T23:57:12.332Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19902024-10-21T23:57:12.532Z Checking ecdsa v0.16.9
19912024-10-21T23:57:12.583Z Checking reqwest v0.12.8
19922024-10-21T23:57:12.883Z Checking toml v0.7.8
19932024-10-21T23:57:13.290Z Checking rsa v0.9.6
19942024-10-21T23:57:13.644Z Checking clap v4.5.20
19952024-10-21T23:57:13.779Z Checking crossterm v0.28.1
19962024-10-21T23:57:14.166Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19972024-10-21T23:57:14.194Z Checking itertools v0.10.5
19982024-10-21T23:57:14.211Z Checking itertools v0.12.1
19992024-10-21T23:57:14.307Z Checking fs-err v2.11.0
20002024-10-21T23:57:14.468Z Checking ahash v0.8.11
20012024-10-21T23:57:14.549Z Checking x509-cert v0.2.5
20022024-10-21T23:57:14.864Z Checking semver v1.0.23
20032024-10-21T23:57:14.977Z Checking hex v0.4.3
20042024-10-21T23:57:15.007Z Checking peg-runtime v0.8.3
20052024-10-21T23:57:15.242Z Checking lalrpop-util v0.19.12
20062024-10-21T23:57:15.286Z Checking sigpipe v0.1.3
20072024-10-21T23:57:17.041Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20082024-10-21T23:57:17.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.97s
20092024-10-21T23:57:17.520Z
20102024-10-21T23:57:17.520Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20112024-10-21T23:57:18.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122024-10-21T23:57:18.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132024-10-21T23:57:18.217Z Compiling hashbrown v0.14.5
20142024-10-21T23:57:18.332Z Checking heck v0.5.0
20152024-10-21T23:57:18.346Z Compiling unsafe-libyaml v0.2.11
20162024-10-21T23:57:18.361Z Compiling ident_case v1.0.1
20172024-10-21T23:57:18.364Z Checking progenitor-client v0.8.0
20182024-10-21T23:57:18.391Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20192024-10-21T23:57:18.407Z Compiling proc-macro-crate v1.3.1
20202024-10-21T23:57:18.497Z Compiling darling_core v0.20.10
20212024-10-21T23:57:18.536Z Checking ipnetwork v0.20.0
20222024-10-21T23:57:18.696Z Compiling structmeta-derive v0.3.0
20232024-10-21T23:57:18.760Z Compiling newtype-uuid v1.1.2
20242024-10-21T23:57:18.896Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20252024-10-21T23:57:19.092Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20262024-10-21T23:57:19.233Z Compiling lzma-sys v0.1.20
20272024-10-21T23:57:19.420Z Compiling foreign-types-macros v0.2.3
20282024-10-21T23:57:19.469Z Checking regress v0.10.1
20292024-10-21T23:57:19.660Z Compiling serde_yaml v0.9.34+deprecated
20302024-10-21T23:57:20.032Z Compiling num_enum_derive v0.5.11
20312024-10-21T23:57:20.311Z Checking foreign-types-shared v0.3.1
20322024-10-21T23:57:20.431Z Checking arc-swap v1.7.1
20332024-10-21T23:57:20.750Z Checking foreign-types v0.5.0
20342024-10-21T23:57:20.881Z Checking slog-scope v4.4.0
20352024-10-21T23:57:20.903Z Compiling proc-macro-error v1.0.4
20362024-10-21T23:57:21.593Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20372024-10-21T23:57:21.672Z Checking tungstenite v0.21.0
20382024-10-21T23:57:21.723Z Compiling structmeta v0.3.0
20392024-10-21T23:57:21.739Z Compiling heck v0.3.3
20402024-10-21T23:57:22.168Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20412024-10-21T23:57:22.185Z Compiling parse-display-derive v0.10.0
20422024-10-21T23:57:22.557Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20432024-10-21T23:57:22.714Z Checking num_enum v0.5.11
20442024-10-21T23:57:22.859Z Checking cstr-argument v0.1.2
20452024-10-21T23:57:23.027Z Checking instant v0.1.13
20462024-10-21T23:57:23.030Z Checking pretty-hex v0.2.1
20472024-10-21T23:57:23.057Z Checking typify-impl v0.2.0
20482024-10-21T23:57:23.155Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20492024-10-21T23:57:23.178Z Checking base64 v0.21.7
20502024-10-21T23:57:23.453Z Checking fastrand v2.1.1
20512024-10-21T23:57:23.677Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20522024-10-21T23:57:23.818Z Checking tempfile v3.13.0
20532024-10-21T23:57:23.850Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20542024-10-21T23:57:23.874Z Checking backoff v0.4.0
20552024-10-21T23:57:24.139Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20562024-10-21T23:57:24.174Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20572024-10-21T23:57:24.213Z Checking tokio-tungstenite v0.21.0
20582024-10-21T23:57:24.301Z Checking strum v0.26.3
20592024-10-21T23:57:24.466Z Compiling zone_cfg_derive v0.1.2
20602024-10-21T23:57:24.511Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20612024-10-21T23:57:24.666Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20622024-10-21T23:57:24.709Z Checking slog-stdlog v4.1.1
20632024-10-21T23:57:24.894Z Checking regress v0.9.1
20642024-10-21T23:57:25.047Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20652024-10-21T23:57:25.198Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20662024-10-21T23:57:25.303Z Checking colored v2.1.0
20672024-10-21T23:57:25.474Z Checking macaddr v1.0.1
20682024-10-21T23:57:25.598Z Checking base64 v0.13.1
20692024-10-21T23:57:25.780Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20702024-10-21T23:57:25.801Z Compiling darling_macro v0.20.10
20712024-10-21T23:57:26.000Z Checking ron v0.7.1
20722024-10-21T23:57:26.003Z Checking zone v0.1.8
20732024-10-21T23:57:26.282Z Checking xz2 v0.1.7
20742024-10-21T23:57:26.578Z Checking slog-envlogger v2.2.0
20752024-10-21T23:57:26.786Z Compiling darling v0.20.10
20762024-10-21T23:57:26.815Z Checking tabwriter v1.4.0
20772024-10-21T23:57:26.909Z Compiling serde_with_macros v3.11.0
20782024-10-21T23:57:26.972Z Checking parse-display v0.10.0
20792024-10-21T23:57:27.035Z Checking xattr v1.3.1
20802024-10-21T23:57:27.110Z Checking pem v3.0.4
20812024-10-21T23:57:27.140Z Checking yasna v0.5.2
20822024-10-21T23:57:27.198Z Checking headers-core v0.3.0
20832024-10-21T23:57:27.228Z Checking smf v0.2.3
20842024-10-21T23:57:27.338Z Checking filetime v0.2.25
20852024-10-21T23:57:27.376Z Checking same-file v1.0.6
20862024-10-21T23:57:27.552Z Checking tar v0.4.42
20872024-10-21T23:57:27.552Z Checking walkdir v2.5.0
20882024-10-21T23:57:27.585Z Checking headers v0.4.0
20892024-10-21T23:57:27.689Z Checking camino-tempfile v1.1.1
20902024-10-21T23:57:27.843Z Checking atomicwrites v0.4.4
20912024-10-21T23:57:27.984Z Checking subprocess v0.2.9
20922024-10-21T23:57:28.001Z Checking rcgen v0.12.1
20932024-10-21T23:57:29.405Z Checking serde_with v3.11.0
20942024-10-21T23:57:32.079Z Compiling typify-macro v0.2.0
20952024-10-21T23:57:34.058Z Compiling typify v0.2.0
20962024-10-21T23:57:34.128Z Compiling progenitor-impl v0.8.0
20972024-10-21T23:57:37.376Z Compiling progenitor-macro v0.8.0
20982024-10-21T23:57:43.897Z Checking progenitor v0.8.0
20992024-10-21T23:57:44.034Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21002024-10-21T23:57:44.037Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21012024-10-21T23:57:46.828Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21022024-10-21T23:57:47.086Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21032024-10-21T23:57:53.738Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21042024-10-21T23:57:55.357Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21052024-10-21T23:57:56.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.05s
21062024-10-21T23:57:56.750Z
21072024-10-21T23:57:56.750Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21082024-10-21T23:57:57.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092024-10-21T23:57:57.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102024-10-21T23:57:57.457Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21112024-10-21T23:57:58.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
21122024-10-21T23:57:59.009Z
21132024-10-21T23:57:59.009Zinfo: running `cargo check --bins` on nexus-config (31/166)
21142024-10-21T23:57:59.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152024-10-21T23:57:59.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162024-10-21T23:57:59.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172024-10-21T23:57:59.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21182024-10-21T23:57:59.688Z
21192024-10-21T23:57:59.688Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21202024-10-21T23:58:00.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-10-21T23:58:00.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-10-21T23:58:00.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232024-10-21T23:58:00.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21242024-10-21T23:58:00.340Z
21252024-10-21T23:58:00.340Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21262024-10-21T23:58:00.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272024-10-21T23:58:00.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282024-10-21T23:58:00.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292024-10-21T23:58:00.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21302024-10-21T23:58:01.010Z
21312024-10-21T23:58:01.010Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21322024-10-21T23:58:01.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332024-10-21T23:58:01.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342024-10-21T23:58:01.726Z Compiling heapless v0.8.0
21352024-10-21T23:58:01.729Z Checking hash32 v0.3.1
21362024-10-21T23:58:01.834Z Compiling smoltcp v0.11.0
21372024-10-21T23:58:01.844Z Checking cobs v0.2.3
21382024-10-21T23:58:01.855Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21392024-10-21T23:58:01.858Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21402024-10-21T23:58:01.884Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21412024-10-21T23:58:01.887Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21422024-10-21T23:58:01.983Z Compiling crucible-workspace-hack v0.1.0
21432024-10-21T23:58:02.012Z Checking postcard v1.0.10
21442024-10-21T23:58:02.015Z Checking newline-converter v0.3.0
21452024-10-21T23:58:02.170Z Compiling convert_case v0.4.0
21462024-10-21T23:58:02.211Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21472024-10-21T23:58:02.383Z Checking expectorate v1.1.0
21482024-10-21T23:58:02.415Z Compiling zone_cfg_derive v0.3.0
21492024-10-21T23:58:02.532Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21502024-10-21T23:58:02.574Z Checking itertools v0.13.0
21512024-10-21T23:58:02.594Z Compiling num-derive v0.4.2
21522024-10-21T23:58:02.751Z Compiling slog-dtrace v0.3.0
21532024-10-21T23:58:02.882Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21542024-10-21T23:58:03.128Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21552024-10-21T23:58:03.155Z Compiling derive_more v0.99.18
21562024-10-21T23:58:03.948Z Checking zone v0.3.0
21572024-10-21T23:58:04.658Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21582024-10-21T23:58:05.813Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21592024-10-21T23:58:06.775Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21602024-10-21T23:58:07.277Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21612024-10-21T23:58:07.874Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21622024-10-21T23:58:08.650Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21632024-10-21T23:58:09.774Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21642024-10-21T23:58:10.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.66s
21652024-10-21T23:58:10.859Z
21662024-10-21T23:58:10.859Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21672024-10-21T23:58:11.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682024-10-21T23:58:11.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692024-10-21T23:58:11.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702024-10-21T23:58:11.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21712024-10-21T23:58:11.543Z
21722024-10-21T23:58:11.543Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21732024-10-21T23:58:12.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-10-21T23:58:12.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-10-21T23:58:12.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762024-10-21T23:58:12.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21772024-10-21T23:58:12.231Z
21782024-10-21T23:58:12.231Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21792024-10-21T23:58:12.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802024-10-21T23:58:12.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812024-10-21T23:58:12.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822024-10-21T23:58:12.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21832024-10-21T23:58:13.020Z
21842024-10-21T23:58:13.020Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21852024-10-21T23:58:13.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862024-10-21T23:58:13.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872024-10-21T23:58:13.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882024-10-21T23:58:13.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21892024-10-21T23:58:13.818Z
21902024-10-21T23:58:13.818Zinfo: running `cargo check --bins` on dns-server (39/166)
21912024-10-21T23:58:14.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922024-10-21T23:58:14.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932024-10-21T23:58:14.515Z Compiling parking_lot_core v0.8.6
21942024-10-21T23:58:14.515Z Checking nibble_vec v0.1.0
21952024-10-21T23:58:14.518Z Checking endian-type v0.1.2
21962024-10-21T23:58:14.518Z Checking fxhash v0.2.1
21972024-10-21T23:58:14.518Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21982024-10-21T23:58:14.518Z Checking hickory-server v0.24.1
21992024-10-21T23:58:14.825Z Checking radix_trie v0.2.1
22002024-10-21T23:58:15.124Z Checking hickory-client v0.24.1
22012024-10-21T23:58:15.275Z Checking parking_lot v0.11.2
22022024-10-21T23:58:15.364Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22032024-10-21T23:58:15.364Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22042024-10-21T23:58:15.537Z Checking sled v0.34.7
22052024-10-21T23:58:17.384Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22062024-10-21T23:58:18.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
22072024-10-21T23:58:18.795Z
22082024-10-21T23:58:18.795Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22092024-10-21T23:58:19.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102024-10-21T23:58:19.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112024-10-21T23:58:19.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122024-10-21T23:58:19.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22132024-10-21T23:58:19.477Z
22142024-10-21T23:58:19.477Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22152024-10-21T23:58:20.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162024-10-21T23:58:20.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172024-10-21T23:58:20.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182024-10-21T23:58:20.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22192024-10-21T23:58:20.154Z
22202024-10-21T23:58:20.154Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22212024-10-21T23:58:20.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-10-21T23:58:20.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-10-21T23:58:20.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242024-10-21T23:58:20.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22252024-10-21T23:58:20.841Z
22262024-10-21T23:58:20.841Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22272024-10-21T23:58:21.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-10-21T23:58:21.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-10-21T23:58:21.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-10-21T23:58:21.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
22312024-10-21T23:58:21.581Z
22322024-10-21T23:58:21.581Zinfo: running `cargo check --bins` on gateway-types (44/166)
22332024-10-21T23:58:22.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-10-21T23:58:22.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-10-21T23:58:22.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-10-21T23:58:22.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22372024-10-21T23:58:22.260Z
22382024-10-21T23:58:22.260Zinfo: running `cargo check --bins` on ipcc (45/166)
22392024-10-21T23:58:22.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-10-21T23:58:22.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-10-21T23:58:22.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-10-21T23:58:22.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22432024-10-21T23:58:22.953Z
22442024-10-21T23:58:22.953Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22452024-10-21T23:58:23.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-10-21T23:58:23.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-10-21T23:58:23.709Z Checking num-rational v0.4.2
22482024-10-21T23:58:23.709Z Compiling progenitor-client v0.8.0
22492024-10-21T23:58:23.712Z Checking num-complex v0.4.6
22502024-10-21T23:58:23.712Z Compiling prettyplease v0.2.22
22512024-10-21T23:58:23.712Z Compiling newtype-uuid v1.1.2
22522024-10-21T23:58:23.811Z Compiling ipnetwork v0.20.0
22532024-10-21T23:58:23.814Z Compiling instant v0.1.13
22542024-10-21T23:58:23.814Z Checking float-ord v0.3.2
22552024-10-21T23:58:23.959Z Compiling radium v0.7.0
22562024-10-21T23:58:24.020Z Compiling semver v0.1.20
22572024-10-21T23:58:24.157Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582024-10-21T23:58:24.160Z Compiling backoff v0.4.0
22592024-10-21T23:58:24.290Z Compiling progenitor v0.8.0
22602024-10-21T23:58:24.436Z Compiling rustc_version v0.1.7
22612024-10-21T23:58:24.479Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22622024-10-21T23:58:24.502Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22632024-10-21T23:58:24.519Z Compiling parse-display v0.10.0
22642024-10-21T23:58:24.522Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652024-10-21T23:58:24.689Z Compiling serde_with v3.11.0
22662024-10-21T23:58:24.704Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22672024-10-21T23:58:24.708Z Compiling regress v0.9.1
22682024-10-21T23:58:24.735Z Checking num v0.4.3
22692024-10-21T23:58:24.837Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22702024-10-21T23:58:25.202Z Compiling macaddr v1.0.1
22712024-10-21T23:58:25.226Z Compiling maybe-uninit v2.0.0
22722024-10-21T23:58:25.670Z Checking tap v1.0.1
22732024-10-21T23:58:25.832Z Checking wyz v0.5.1
22742024-10-21T23:58:25.956Z Compiling newtype_derive v0.1.6
22752024-10-21T23:58:26.226Z Checking password-hash v0.5.0
22762024-10-21T23:58:26.279Z Checking blake2 v0.10.6
22772024-10-21T23:58:26.368Z Compiling bzip2-sys v0.1.11+1.0.8
22782024-10-21T23:58:26.723Z Checking crc-catalog v2.4.0
22792024-10-21T23:58:26.738Z Compiling packed_struct v0.10.1
22802024-10-21T23:58:26.869Z Checking funty v2.0.0
22812024-10-21T23:58:26.871Z Compiling cancel-safe-futures v0.1.5
22822024-10-21T23:58:26.901Z Compiling owo-colors v4.1.0
22832024-10-21T23:58:27.270Z Checking crc v3.2.1
22842024-10-21T23:58:27.309Z Checking argon2 v0.5.3
22852024-10-21T23:58:27.795Z Checking bitvec v1.0.1
22862024-10-21T23:58:28.017Z Compiling packed_struct_codegen v0.10.1
22872024-10-21T23:58:28.333Z Compiling indexmap v1.9.3
22882024-10-21T23:58:28.434Z Checking half v2.4.1
22892024-10-21T23:58:28.658Z Checking ciborium-io v0.2.2
22902024-10-21T23:58:28.712Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22912024-10-21T23:58:28.809Z Checking nodrop v0.1.14
22922024-10-21T23:58:28.905Z Checking ciborium-ll v0.2.2
22932024-10-21T23:58:28.940Z Checking array-init v0.0.4
22942024-10-21T23:58:29.232Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22952024-10-21T23:58:29.249Z Checking smallvec v0.6.14
22962024-10-21T23:58:29.650Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22972024-10-21T23:58:29.667Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22982024-10-21T23:58:30.376Z Checking libsw v3.3.1
22992024-10-21T23:58:30.642Z Compiling memoffset v0.9.1
23002024-10-21T23:58:30.882Z Checking indent_write v2.2.0
23012024-10-21T23:58:30.982Z Checking highway v1.2.0
23022024-10-21T23:58:31.014Z Checking bitfield v0.14.0
23032024-10-21T23:58:31.085Z Checking hashbrown v0.12.3
23042024-10-21T23:58:31.311Z Checking linear-map v1.2.0
23052024-10-21T23:58:31.397Z Checking swrite v0.1.0
23062024-10-21T23:58:31.482Z Checking termcolor v1.4.1
23072024-10-21T23:58:31.524Z Checking ron v0.8.1
23082024-10-21T23:58:31.641Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23092024-10-21T23:58:31.813Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23102024-10-21T23:58:31.941Z Checking env_logger v0.10.2
23112024-10-21T23:58:32.377Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23122024-10-21T23:58:32.539Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23132024-10-21T23:58:32.688Z Checking serde-hex v0.1.0
23142024-10-21T23:58:32.729Z Checking steno v0.4.1
23152024-10-21T23:58:32.844Z Checking ciborium v0.2.2
23162024-10-21T23:58:33.907Z Checking bzip2 v0.4.4
23172024-10-21T23:58:34.133Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23182024-10-21T23:58:34.148Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23192024-10-21T23:58:34.204Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23202024-10-21T23:58:34.371Z Checking hashbrown v0.13.2
23212024-10-21T23:58:34.428Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23222024-10-21T23:58:34.878Z Checking humantime v2.1.0
23232024-10-21T23:58:35.105Z Checking crc-any v2.5.0
23242024-10-21T23:58:35.188Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23252024-10-21T23:58:35.399Z Checking zip v0.6.6
23262024-10-21T23:58:35.422Z Checking object v0.30.4
23272024-10-21T23:58:35.439Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23282024-10-21T23:58:35.627Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23292024-10-21T23:58:35.951Z Checking path-slash v0.1.5
23302024-10-21T23:58:36.040Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23312024-10-21T23:58:36.122Z Checking nix v0.27.1
23322024-10-21T23:58:36.178Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23332024-10-21T23:58:36.795Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23342024-10-21T23:58:36.929Z Checking tungstenite v0.23.0
23352024-10-21T23:58:37.055Z Checking kstat-rs v0.2.4
23362024-10-21T23:58:37.415Z Checking signal-hook-tokio v0.3.1
23372024-10-21T23:58:37.891Z Checking tokio-tungstenite v0.23.1
23382024-10-21T23:58:38.631Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23392024-10-21T23:58:38.745Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23402024-10-21T23:58:44.367Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23412024-10-21T23:58:46.875Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23422024-10-21T23:58:46.877Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23432024-10-21T23:58:49.205Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23442024-10-21T23:58:49.474Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23452024-10-21T23:58:51.021Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23462024-10-21T23:58:56.556Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23472024-10-21T23:58:57.225Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23482024-10-21T23:59:00.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.08s
23492024-10-21T23:59:00.214Z
23502024-10-21T23:59:00.214Zinfo: running `cargo check --bins` on gateway-api (47/166)
23512024-10-21T23:59:00.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522024-10-21T23:59:00.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532024-10-21T23:59:00.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542024-10-21T23:59:00.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23552024-10-21T23:59:00.900Z
23562024-10-21T23:59:00.900Zinfo: running `cargo check --bins` on oximeter (48/166)
23572024-10-21T23:59:01.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582024-10-21T23:59:01.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592024-10-21T23:59:01.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602024-10-21T23:59:01.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23612024-10-21T23:59:01.581Z
23622024-10-21T23:59:01.581Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23632024-10-21T23:59:02.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642024-10-21T23:59:02.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652024-10-21T23:59:02.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662024-10-21T23:59:02.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23672024-10-21T23:59:02.245Z
23682024-10-21T23:59:02.245Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23692024-10-21T23:59:02.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702024-10-21T23:59:02.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712024-10-21T23:59:02.928Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23722024-10-21T23:59:03.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
23732024-10-21T23:59:03.513Z
23742024-10-21T23:59:03.514Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23752024-10-21T23:59:04.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-10-21T23:59:04.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-10-21T23:59:04.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782024-10-21T23:59:04.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23792024-10-21T23:59:04.196Z
23802024-10-21T23:59:04.196Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23812024-10-21T23:59:04.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-10-21T23:59:04.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-10-21T23:59:04.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842024-10-21T23:59:04.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23852024-10-21T23:59:04.871Z
23862024-10-21T23:59:04.871Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23872024-10-21T23:59:05.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-10-21T23:59:05.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-10-21T23:59:05.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902024-10-21T23:59:05.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23912024-10-21T23:59:05.530Z
23922024-10-21T23:59:05.530Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23932024-10-21T23:59:06.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-10-21T23:59:06.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-10-21T23:59:06.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962024-10-21T23:59:06.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23972024-10-21T23:59:06.213Z
23982024-10-21T23:59:06.213Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
23992024-10-21T23:59:06.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-10-21T23:59:06.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-10-21T23:59:06.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022024-10-21T23:59:06.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24032024-10-21T23:59:06.885Z
24042024-10-21T23:59:06.885Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24052024-10-21T23:59:07.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-10-21T23:59:07.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-10-21T23:59:07.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082024-10-21T23:59:07.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24092024-10-21T23:59:07.558Z
24102024-10-21T23:59:07.558Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24112024-10-21T23:59:08.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-10-21T23:59:08.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-10-21T23:59:08.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142024-10-21T23:59:08.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24152024-10-21T23:59:08.233Z
24162024-10-21T23:59:08.233Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24172024-10-21T23:59:08.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-10-21T23:59:08.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-10-21T23:59:08.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202024-10-21T23:59:08.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24212024-10-21T23:59:08.913Z
24222024-10-21T23:59:08.913Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24232024-10-21T23:59:09.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-10-21T23:59:09.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-10-21T23:59:09.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262024-10-21T23:59:09.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24272024-10-21T23:59:09.581Z
24282024-10-21T23:59:09.581Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24292024-10-21T23:59:10.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-10-21T23:59:10.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-10-21T23:59:10.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322024-10-21T23:59:10.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24332024-10-21T23:59:10.284Z
24342024-10-21T23:59:10.284Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24352024-10-21T23:59:10.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-10-21T23:59:10.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-10-21T23:59:10.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382024-10-21T23:59:10.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24392024-10-21T23:59:10.955Z
24402024-10-21T23:59:10.955Zinfo: running `cargo check --bins` on nexus-client (62/166)
24412024-10-21T23:59:11.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-10-21T23:59:11.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-10-21T23:59:11.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442024-10-21T23:59:11.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24452024-10-21T23:59:11.652Z
24462024-10-21T23:59:11.652Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24472024-10-21T23:59:12.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482024-10-21T23:59:12.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492024-10-21T23:59:12.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502024-10-21T23:59:12.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24512024-10-21T23:59:12.337Z
24522024-10-21T23:59:12.337Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24532024-10-21T23:59:12.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542024-10-21T23:59:12.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552024-10-21T23:59:12.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562024-10-21T23:59:12.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24572024-10-21T23:59:13.003Z
24582024-10-21T23:59:13.003Zinfo: running `cargo check --bins` on nexus-types (65/166)
24592024-10-21T23:59:13.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602024-10-21T23:59:13.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612024-10-21T23:59:13.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622024-10-21T23:59:13.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24632024-10-21T23:59:13.706Z
24642024-10-21T23:59:13.707Zinfo: running `cargo check --bins` on gateway-client (66/166)
24652024-10-21T23:59:14.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662024-10-21T23:59:14.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672024-10-21T23:59:14.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682024-10-21T23:59:14.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24692024-10-21T23:59:14.378Z
24702024-10-21T23:59:14.378Zinfo: running `cargo check --bins` on oxql-types (67/166)
24712024-10-21T23:59:15.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722024-10-21T23:59:15.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732024-10-21T23:59:15.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742024-10-21T23:59:15.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24752024-10-21T23:59:15.097Z
24762024-10-21T23:59:15.097Zinfo: running `cargo check --bins` on update-engine (68/166)
24772024-10-21T23:59:15.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-10-21T23:59:15.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-10-21T23:59:15.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802024-10-21T23:59:15.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24812024-10-21T23:59:15.715Z
24822024-10-21T23:59:15.715Zinfo: running `cargo check --bins` on sp-sim (69/166)
24832024-10-21T23:59:16.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-10-21T23:59:16.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-10-21T23:59:16.394Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24862024-10-21T23:59:18.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
24872024-10-21T23:59:18.364Z
24882024-10-21T23:59:18.364Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24892024-10-21T23:59:19.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-10-21T23:59:19.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-10-21T23:59:19.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922024-10-21T23:59:19.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24932024-10-21T23:59:19.095Z
24942024-10-21T23:59:19.096Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24952024-10-21T23:59:19.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-10-21T23:59:19.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-10-21T23:59:19.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982024-10-21T23:59:19.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
24992024-10-21T23:59:19.826Z
25002024-10-21T23:59:19.826Zinfo: running `cargo check --bins` on db-macros (72/166)
25012024-10-21T23:59:20.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-10-21T23:59:20.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-10-21T23:59:20.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042024-10-21T23:59:20.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25052024-10-21T23:59:20.489Z
25062024-10-21T23:59:20.489Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25072024-10-21T23:59:21.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-10-21T23:59:21.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-10-21T23:59:21.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102024-10-21T23:59:21.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25112024-10-21T23:59:21.149Z
25122024-10-21T23:59:21.149Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25132024-10-21T23:59:21.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-10-21T23:59:21.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-10-21T23:59:21.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162024-10-21T23:59:21.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25172024-10-21T23:59:21.867Z
25182024-10-21T23:59:21.867Zinfo: running `cargo check --bins` on authz-macros (75/166)
25192024-10-21T23:59:22.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-10-21T23:59:22.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-10-21T23:59:22.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222024-10-21T23:59:22.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25232024-10-21T23:59:22.524Z
25242024-10-21T23:59:22.524Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25252024-10-21T23:59:23.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-10-21T23:59:23.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-10-21T23:59:23.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282024-10-21T23:59:23.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25292024-10-21T23:59:23.235Z
25302024-10-21T23:59:23.235Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25312024-10-21T23:59:23.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-10-21T23:59:23.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-10-21T23:59:23.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342024-10-21T23:59:23.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25352024-10-21T23:59:23.940Z
25362024-10-21T23:59:23.940Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25372024-10-21T23:59:24.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-10-21T23:59:24.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-10-21T23:59:24.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402024-10-21T23:59:24.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25412024-10-21T23:59:24.623Z
25422024-10-21T23:59:24.623Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25432024-10-21T23:59:25.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-10-21T23:59:25.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-10-21T23:59:25.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462024-10-21T23:59:25.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25472024-10-21T23:59:25.316Z
25482024-10-21T23:59:25.316Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25492024-10-21T23:59:25.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-10-21T23:59:25.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-10-21T23:59:25.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-10-21T23:59:25.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25532024-10-21T23:59:26.023Z
25542024-10-21T23:59:26.023Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25552024-10-21T23:59:26.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-10-21T23:59:26.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-10-21T23:59:26.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-10-21T23:59:26.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25592024-10-21T23:59:26.699Z
25602024-10-21T23:59:26.699Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25612024-10-21T23:59:27.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-10-21T23:59:27.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-10-21T23:59:27.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-10-21T23:59:27.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25652024-10-21T23:59:27.382Z
25662024-10-21T23:59:27.382Zinfo: running `cargo check --bins` on typed-rng (83/166)
25672024-10-21T23:59:27.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-10-21T23:59:27.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-10-21T23:59:27.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-10-21T23:59:27.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25712024-10-21T23:59:28.042Z
25722024-10-21T23:59:28.042Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25732024-10-21T23:59:28.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-10-21T23:59:28.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-10-21T23:59:28.832Z Checking keccak v0.1.5
25762024-10-21T23:59:28.936Z Checking secrecy v0.8.0
25772024-10-21T23:59:28.936Z Compiling unicase v2.7.0
25782024-10-21T23:59:28.938Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25792024-10-21T23:59:28.938Z Compiling same-file v1.0.6
25802024-10-21T23:59:28.959Z Compiling tempfile v3.13.0
25812024-10-21T23:59:28.984Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25822024-10-21T23:59:28.997Z Compiling thiserror-impl-no-std v2.0.2
25832024-10-21T23:59:29.117Z Compiling walkdir v2.5.0
25842024-10-21T23:59:29.219Z Checking sha3 v0.10.8
25852024-10-21T23:59:29.251Z Checking universal-hash v0.5.1
25862024-10-21T23:59:29.304Z Compiling ring v0.16.20
25872024-10-21T23:59:29.431Z Compiling blake3 v1.5.4
25882024-10-21T23:59:29.449Z Checking opaque-debug v0.3.1
25892024-10-21T23:59:29.557Z Checking poly1305 v0.8.0
25902024-10-21T23:59:29.604Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25912024-10-21T23:59:29.855Z Checking chacha20 v0.9.1
25922024-10-21T23:59:29.878Z Checking aead v0.5.2
25932024-10-21T23:59:29.916Z Compiling memmap2 v0.9.5
25942024-10-21T23:59:30.010Z Compiling arrayref v0.3.9
25952024-10-21T23:59:30.089Z Compiling arrayvec v0.7.6
25962024-10-21T23:59:30.122Z Compiling spin v0.5.2
25972024-10-21T23:59:30.172Z Compiling home v0.5.9
25982024-10-21T23:59:30.189Z Compiling untrusted v0.7.1
25992024-10-21T23:59:30.356Z Compiling salty v0.3.0
26002024-10-21T23:59:30.373Z Compiling libefi-sys v0.1.0
26012024-10-21T23:59:30.376Z Compiling constant_time_eq v0.3.1
26022024-10-21T23:59:30.429Z Compiling toolchain_find v0.4.0
26032024-10-21T23:59:30.593Z Checking chacha20poly1305 v0.10.1
26042024-10-21T23:59:30.715Z Compiling camino-tempfile v1.1.1
26052024-10-21T23:59:30.770Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26062024-10-21T23:59:30.816Z Compiling bitfield-struct v0.6.2
26072024-10-21T23:59:31.068Z Compiling topological-sort v0.2.2
26082024-10-21T23:59:31.086Z Compiling mime_guess v2.0.5
26092024-10-21T23:59:31.356Z Compiling rustfmt-wrapper v0.2.1
26102024-10-21T23:59:31.691Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26112024-10-21T23:59:31.729Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26122024-10-21T23:59:31.975Z Checking primeorder v0.13.6
26132024-10-21T23:59:32.020Z Checking env_filter v0.1.2
26142024-10-21T23:59:32.038Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26152024-10-21T23:59:32.249Z Checking env_logger v0.11.5
26162024-10-21T23:59:32.309Z Checking thiserror-no-std v2.0.2
26172024-10-21T23:59:32.327Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182024-10-21T23:59:32.381Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26192024-10-21T23:59:32.421Z Checking vsss-rs v3.3.4
26202024-10-21T23:59:32.447Z Checking p384 v0.13.0
26212024-10-21T23:59:32.525Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26222024-10-21T23:59:32.770Z Checking gethostname v0.5.0
26232024-10-21T23:59:32.844Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26242024-10-21T23:59:32.875Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26252024-10-21T23:59:32.903Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26262024-10-21T23:59:33.115Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26272024-10-21T23:59:33.262Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26282024-10-21T23:59:33.325Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26292024-10-21T23:59:33.549Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26302024-10-21T23:59:33.715Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26312024-10-21T23:59:33.774Z Checking nanorand v0.7.0
26322024-10-21T23:59:33.879Z Checking atty v0.2.14
26332024-10-21T23:59:33.896Z Checking http-range v0.1.5
26342024-10-21T23:59:34.017Z Checking glob v0.3.1
26352024-10-21T23:59:34.088Z Checking hyper-staticfile v0.10.1
26362024-10-21T23:59:34.154Z Checking flume v0.11.0
26372024-10-21T23:59:34.348Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26382024-10-21T23:59:34.649Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26392024-10-21T23:59:34.810Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26402024-10-21T23:59:34.980Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26412024-10-21T23:59:35.316Z Compiling omicron-zone-package v0.11.1
26422024-10-21T23:59:35.719Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26432024-10-21T23:59:36.238Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26442024-10-21T23:59:36.614Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26452024-10-21T23:59:36.848Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26462024-10-21T23:59:36.964Z Checking display-error-chain v0.2.1
26472024-10-21T23:59:38.290Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26482024-10-21T23:59:39.609Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26492024-10-21T23:59:41.138Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26502024-10-21T23:59:41.140Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26512024-10-21T23:59:52.198Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26522024-10-22T00:00:05.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.28s
26532024-10-22T00:00:05.514Z
26542024-10-22T00:00:05.514Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26552024-10-22T00:00:06.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-10-22T00:00:06.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-10-22T00:00:06.293Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26582024-10-22T00:00:19.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
26592024-10-22T00:00:19.333Z
26602024-10-22T00:00:19.333Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26612024-10-22T00:00:19.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-10-22T00:00:19.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-10-22T00:00:20.110Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26642024-10-22T00:00:33.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
26652024-10-22T00:00:33.372Z
26662024-10-22T00:00:33.372Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26672024-10-22T00:00:34.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-10-22T00:00:34.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-10-22T00:00:34.156Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26702024-10-22T00:00:47.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
26712024-10-22T00:00:47.292Z
26722024-10-22T00:00:47.292Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26732024-10-22T00:00:47.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-10-22T00:00:47.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-10-22T00:00:48.051Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26762024-10-22T00:01:01.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
26772024-10-22T00:01:01.358Z
26782024-10-22T00:01:01.358Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26792024-10-22T00:01:02.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-10-22T00:01:02.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-10-22T00:01:02.149Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26822024-10-22T00:01:17.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
26832024-10-22T00:01:17.314Z
26842024-10-22T00:01:17.314Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26852024-10-22T00:01:17.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-10-22T00:01:17.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-10-22T00:01:17.314Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26882024-10-22T00:01:29.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
26892024-10-22T00:01:29.314Z
26902024-10-22T00:01:29.314Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26912024-10-22T00:01:29.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-10-22T00:01:29.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-10-22T00:01:30.090Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26942024-10-22T00:01:43.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
26952024-10-22T00:01:43.239Z
26962024-10-22T00:01:43.239Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26972024-10-22T00:01:43.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-10-22T00:01:43.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-10-22T00:01:43.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002024-10-22T00:01:43.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27012024-10-22T00:01:43.945Z
27022024-10-22T00:01:43.945Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27032024-10-22T00:01:44.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-10-22T00:01:44.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-10-22T00:01:44.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062024-10-22T00:01:44.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27072024-10-22T00:01:44.644Z
27082024-10-22T00:01:44.644Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27092024-10-22T00:01:45.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-10-22T00:01:45.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-10-22T00:01:45.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122024-10-22T00:01:45.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27132024-10-22T00:01:45.339Z
27142024-10-22T00:01:45.339Zinfo: running `cargo check --bins` on dpd-client (95/166)
27152024-10-22T00:01:45.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-10-22T00:01:45.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-10-22T00:01:45.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182024-10-22T00:01:45.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27192024-10-22T00:01:46.018Z
27202024-10-22T00:01:46.018Zinfo: running `cargo check --bins` on installinator-common (96/166)
27212024-10-22T00:01:46.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-10-22T00:01:46.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-10-22T00:01:46.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242024-10-22T00:01:46.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27252024-10-22T00:01:46.711Z
27262024-10-22T00:01:46.711Zinfo: running `cargo check --bins` on key-manager (97/166)
27272024-10-22T00:01:47.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-10-22T00:01:47.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-10-22T00:01:47.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302024-10-22T00:01:47.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27312024-10-22T00:01:47.391Z
27322024-10-22T00:01:47.391Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27332024-10-22T00:01:48.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-10-22T00:01:48.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-10-22T00:01:48.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362024-10-22T00:01:48.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27372024-10-22T00:01:48.077Z
27382024-10-22T00:01:48.078Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27392024-10-22T00:01:48.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-10-22T00:01:48.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-10-22T00:01:48.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422024-10-22T00:01:48.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27432024-10-22T00:01:48.781Z
27442024-10-22T00:01:48.781Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27452024-10-22T00:01:49.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-10-22T00:01:49.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-10-22T00:01:49.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-10-22T00:01:49.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27492024-10-22T00:01:49.466Z
27502024-10-22T00:01:49.466Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27512024-10-22T00:01:50.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-10-22T00:01:50.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-10-22T00:01:50.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542024-10-22T00:01:50.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27552024-10-22T00:01:50.378Z
27562024-10-22T00:01:50.378Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27572024-10-22T00:01:50.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-10-22T00:01:50.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-10-22T00:01:50.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602024-10-22T00:01:50.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27612024-10-22T00:01:50.906Z
27622024-10-22T00:01:50.906Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27632024-10-22T00:01:51.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-10-22T00:01:51.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-10-22T00:01:51.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-10-22T00:01:51.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27672024-10-22T00:01:51.543Z
27682024-10-22T00:01:51.543Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27692024-10-22T00:01:52.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-10-22T00:01:52.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-10-22T00:01:52.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-10-22T00:01:52.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27732024-10-22T00:01:52.243Z
27742024-10-22T00:01:52.243Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27752024-10-22T00:01:52.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-10-22T00:01:52.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-10-22T00:01:52.968Z Compiling phf_generator v0.11.2
27782024-10-22T00:01:52.971Z Compiling parse-zoneinfo v0.3.1
27792024-10-22T00:01:53.080Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27802024-10-22T00:01:53.080Z Checking bcs v0.1.6
27812024-10-22T00:01:53.089Z Compiling async-recursion v1.1.1
27822024-10-22T00:01:53.089Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27832024-10-22T00:01:53.089Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27842024-10-22T00:01:53.166Z Compiling phf_codegen v0.11.2
27852024-10-22T00:01:53.610Z Compiling chrono-tz-build v0.4.0
27862024-10-22T00:01:54.501Z Compiling chrono-tz v0.10.0
27872024-10-22T00:02:01.863Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27882024-10-22T00:02:06.161Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27892024-10-22T00:02:07.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.73s
27902024-10-22T00:02:08.153Z
27912024-10-22T00:02:08.153Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27922024-10-22T00:02:08.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-10-22T00:02:08.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-10-22T00:02:08.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-10-22T00:02:08.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27962024-10-22T00:02:08.832Z
27972024-10-22T00:02:08.833Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27982024-10-22T00:02:09.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-10-22T00:02:09.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-10-22T00:02:09.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-10-22T00:02:09.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28022024-10-22T00:02:09.506Z
28032024-10-22T00:02:09.506Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28042024-10-22T00:02:10.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-10-22T00:02:10.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-10-22T00:02:10.193Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072024-10-22T00:02:10.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
28082024-10-22T00:02:10.998Z
28092024-10-22T00:02:10.998Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166)
28102024-10-22T00:02:11.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-10-22T00:02:11.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-10-22T00:02:11.706Z Compiling cfg_aliases v0.1.1
28132024-10-22T00:02:11.709Z Compiling vte_generate_state_changes v0.1.2
28142024-10-22T00:02:11.709Z Checking fd-lock v4.0.2
28152024-10-22T00:02:11.709Z Checking bytecount v0.6.8
28162024-10-22T00:02:11.709Z Compiling tabled_derive v0.7.0
28172024-10-22T00:02:11.815Z Compiling peg-macros v0.8.4
28182024-10-22T00:02:11.819Z Compiling sqlparser_derive v0.2.2
28192024-10-22T00:02:11.826Z Checking nu-ansi-term v0.50.1
28202024-10-22T00:02:11.889Z Compiling nix v0.28.0
28212024-10-22T00:02:11.969Z Checking papergrid v0.11.0
28222024-10-22T00:02:11.987Z Checking unicode_categories v0.1.1
28232024-10-22T00:02:12.294Z Checking home v0.5.9
28242024-10-22T00:02:12.418Z Checking sqlformat v0.2.6
28252024-10-22T00:02:12.439Z Checking vte v0.11.1
28262024-10-22T00:02:12.883Z Checking sqlparser v0.45.0
28272024-10-22T00:02:13.806Z Checking strip-ansi-escapes v0.2.0
28282024-10-22T00:02:13.977Z Checking reedline v0.35.0
28292024-10-22T00:02:14.368Z Checking tabled v0.15.0
28302024-10-22T00:02:14.603Z Checking peg v0.8.4
28312024-10-22T00:02:15.366Z Checking rustyline v14.0.0
28322024-10-22T00:02:19.395Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28332024-10-22T00:02:25.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.75s
28342024-10-22T00:02:25.908Z
28352024-10-22T00:02:25.908Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28362024-10-22T00:02:26.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-10-22T00:02:26.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-10-22T00:02:26.610Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392024-10-22T00:02:33.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s
28402024-10-22T00:02:33.255Z
28412024-10-22T00:02:33.255Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166)
28422024-10-22T00:02:33.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-10-22T00:02:33.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-10-22T00:02:33.960Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452024-10-22T00:02:38.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
28462024-10-22T00:02:39.095Z
28472024-10-22T00:02:39.095Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28482024-10-22T00:02:39.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-10-22T00:02:39.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-10-22T00:02:39.788Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512024-10-22T00:02:46.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.93s
28522024-10-22T00:02:46.201Z
28532024-10-22T00:02:46.201Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166)
28542024-10-22T00:02:46.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-10-22T00:02:46.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-10-22T00:02:46.904Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572024-10-22T00:02:53.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s
28582024-10-22T00:02:53.342Z
28592024-10-22T00:02:53.342Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28602024-10-22T00:02:53.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-10-22T00:02:53.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-10-22T00:02:54.044Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28632024-10-22T00:02:59.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
28642024-10-22T00:02:59.369Z
28652024-10-22T00:02:59.369Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166)
28662024-10-22T00:02:59.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-10-22T00:02:59.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-10-22T00:03:00.074Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692024-10-22T00:03:05.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
28702024-10-22T00:03:05.472Z
28712024-10-22T00:03:05.472Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28722024-10-22T00:03:06.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-10-22T00:03:06.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-10-22T00:03:06.176Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28752024-10-22T00:03:12.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.23s
28762024-10-22T00:03:12.893Z
28772024-10-22T00:03:12.893Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28782024-10-22T00:03:13.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-10-22T00:03:13.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-10-22T00:03:13.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812024-10-22T00:03:13.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28822024-10-22T00:03:13.600Z
28832024-10-22T00:03:13.600Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28842024-10-22T00:03:14.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-10-22T00:03:14.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-10-22T00:03:14.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-10-22T00:03:14.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28882024-10-22T00:03:14.272Z
28892024-10-22T00:03:14.272Zinfo: running `cargo check --bins` on installinator-client (119/166)
28902024-10-22T00:03:14.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-10-22T00:03:14.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-10-22T00:03:14.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932024-10-22T00:03:14.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28942024-10-22T00:03:14.965Z
28952024-10-22T00:03:14.965Zinfo: running `cargo check --bins` on oxide-client (120/166)
28962024-10-22T00:03:15.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-10-22T00:03:15.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-10-22T00:03:15.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992024-10-22T00:03:15.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29002024-10-22T00:03:15.630Z
29012024-10-22T00:03:15.630Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29022024-10-22T00:03:16.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032024-10-22T00:03:16.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042024-10-22T00:03:16.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052024-10-22T00:03:16.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29062024-10-22T00:03:16.354Z
29072024-10-22T00:03:16.354Zinfo: running `cargo check --bins` on wicket-common (122/166)
29082024-10-22T00:03:16.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092024-10-22T00:03:16.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102024-10-22T00:03:16.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112024-10-22T00:03:16.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29122024-10-22T00:03:17.049Z
29132024-10-22T00:03:17.050Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29142024-10-22T00:03:17.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152024-10-22T00:03:17.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162024-10-22T00:03:17.761Z Checking csv-core v0.1.11
29172024-10-22T00:03:17.764Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29182024-10-22T00:03:18.071Z Checking csv v1.3.0
29192024-10-22T00:03:18.616Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29202024-10-22T00:03:18.983Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29212024-10-22T00:03:20.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
29222024-10-22T00:03:20.353Z
29232024-10-22T00:03:20.353Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29242024-10-22T00:03:20.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252024-10-22T00:03:20.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262024-10-22T00:03:20.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272024-10-22T00:03:20.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29282024-10-22T00:03:21.036Z
29292024-10-22T00:03:21.036Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29302024-10-22T00:03:21.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312024-10-22T00:03:21.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322024-10-22T00:03:21.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332024-10-22T00:03:21.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29342024-10-22T00:03:21.713Z
29352024-10-22T00:03:21.713Zinfo: running `cargo check --bins` on cert-dev (126/166)
29362024-10-22T00:03:22.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372024-10-22T00:03:22.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382024-10-22T00:03:22.364Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29392024-10-22T00:03:22.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
29402024-10-22T00:03:22.789Z
29412024-10-22T00:03:22.789Zinfo: running `cargo check --bins` on ch-dev (127/166)
29422024-10-22T00:03:23.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432024-10-22T00:03:23.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442024-10-22T00:03:23.498Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29452024-10-22T00:03:24.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
29462024-10-22T00:03:24.381Z
29472024-10-22T00:03:24.381Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29482024-10-22T00:03:24.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492024-10-22T00:03:24.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502024-10-22T00:03:25.080Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29512024-10-22T00:03:25.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
29522024-10-22T00:03:25.595Z
29532024-10-22T00:03:25.595Zinfo: running `cargo check --bins` on db-dev (129/166)
29542024-10-22T00:03:26.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-10-22T00:03:26.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-10-22T00:03:26.305Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29572024-10-22T00:03:27.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
29582024-10-22T00:03:27.189Z
29592024-10-22T00:03:27.189Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29602024-10-22T00:03:27.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612024-10-22T00:03:27.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622024-10-22T00:03:27.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632024-10-22T00:03:27.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29642024-10-22T00:03:27.882Z
29652024-10-22T00:03:27.882Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29662024-10-22T00:03:28.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-10-22T00:03:28.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-10-22T00:03:28.542Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29692024-10-22T00:03:29.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
29702024-10-22T00:03:29.577Z
29712024-10-22T00:03:29.577Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29722024-10-22T00:03:30.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732024-10-22T00:03:30.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742024-10-22T00:03:30.236Z Checking cargo-platform v0.1.8
29752024-10-22T00:03:30.506Z Checking cargo_metadata v0.18.1
29762024-10-22T00:03:31.506Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29772024-10-22T00:03:32.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s
29782024-10-22T00:03:32.405Z
29792024-10-22T00:03:32.405Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29802024-10-22T00:03:33.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-10-22T00:03:33.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-10-22T00:03:33.167Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29832024-10-22T00:03:33.836Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29842024-10-22T00:03:34.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
29852024-10-22T00:03:34.533Z
29862024-10-22T00:03:34.533Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29872024-10-22T00:03:35.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882024-10-22T00:03:35.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892024-10-22T00:03:35.361Z Compiling crunchy v0.2.2
29902024-10-22T00:03:35.361Z Compiling glob v0.3.1
29912024-10-22T00:03:35.361Z Compiling tiny-keccak v2.0.2
29922024-10-22T00:03:35.364Z Compiling dsl_auto_type v0.1.2
29932024-10-22T00:03:35.364Z Checking scheduled-thread-pool v0.2.7
29942024-10-22T00:03:35.364Z Compiling diesel_table_macro_syntax v0.2.0
29952024-10-22T00:03:35.364Z Compiling ascii-canvas v3.0.0
29962024-10-22T00:03:35.364Z Compiling ena v0.14.3
29972024-10-22T00:03:35.671Z Checking r2d2 v0.8.10
29982024-10-22T00:03:35.767Z Compiling libloading v0.8.5
29992024-10-22T00:03:35.910Z Compiling bindgen v0.69.5
30002024-10-22T00:03:35.931Z Compiling regex-syntax v0.6.29
30012024-10-22T00:03:35.999Z Compiling diff v0.1.13
30022024-10-22T00:03:36.061Z Compiling which v4.4.2
30032024-10-22T00:03:36.186Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30042024-10-22T00:03:36.425Z Compiling cexpr v0.6.0
30052024-10-22T00:03:36.525Z Compiling clang-sys v1.8.1
30062024-10-22T00:03:36.680Z Compiling ref-cast v1.0.23
30072024-10-22T00:03:36.695Z Compiling lazycell v1.3.0
30082024-10-22T00:03:36.713Z Compiling rustc-hash v1.1.0
30092024-10-22T00:03:36.875Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30102024-10-22T00:03:36.892Z Compiling derive_builder_core v0.20.2
30112024-10-22T00:03:36.944Z Compiling libxml v0.3.3
30122024-10-22T00:03:37.140Z Compiling diesel_derives v2.2.3
30132024-10-22T00:03:37.167Z Compiling ref-cast-impl v1.0.23
30142024-10-22T00:03:37.338Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30152024-10-22T00:03:37.438Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30162024-10-22T00:03:37.856Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30172024-10-22T00:03:38.170Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30182024-10-22T00:03:38.244Z Compiling strum_macros v0.24.3
30192024-10-22T00:03:38.509Z Compiling indoc v1.0.9
30202024-10-22T00:03:39.403Z Compiling lalrpop v0.19.12
30212024-10-22T00:03:39.573Z Compiling derive_builder_macro v0.20.2
30222024-10-22T00:03:40.488Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30232024-10-22T00:03:40.513Z Checking derive_builder v0.20.2
30242024-10-22T00:03:40.667Z Compiling impl-trait-for-tuples v0.2.2
30252024-10-22T00:03:41.005Z Compiling oso-derive v0.27.3
30262024-10-22T00:03:41.973Z Checking quick-xml v0.33.0
30272024-10-22T00:03:41.993Z Compiling diesel-dtrace v0.3.0
30282024-10-22T00:03:42.125Z Checking maplit v1.0.2
30292024-10-22T00:03:42.283Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30302024-10-22T00:03:42.374Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30312024-10-22T00:03:42.689Z Checking bb8 v0.8.5
30322024-10-22T00:03:43.215Z Compiling const_format_proc_macros v0.2.33
30332024-10-22T00:03:44.111Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30342024-10-22T00:03:44.208Z Checking castaway v0.2.3
30352024-10-22T00:03:44.375Z Checking rand_seeder v0.3.0
30362024-10-22T00:03:44.463Z Checking compact_str v0.8.0
30372024-10-22T00:03:44.616Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30382024-10-22T00:03:44.831Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30392024-10-22T00:03:45.390Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30402024-10-22T00:03:45.509Z Checking const_format v0.2.33
30412024-10-22T00:03:45.998Z Checking unicode-truncate v1.1.0
30422024-10-22T00:03:46.242Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30432024-10-22T00:03:46.562Z Checking lru v0.12.5
30442024-10-22T00:03:46.672Z Compiling instability v0.3.2
30452024-10-22T00:03:46.776Z Checking unicode-linebreak v0.1.5
30462024-10-22T00:03:46.880Z Checking smawk v0.3.2
30472024-10-22T00:03:47.105Z Checking cassowary v0.3.0
30482024-10-22T00:03:47.214Z Checking is_ci v1.2.0
30492024-10-22T00:03:47.357Z Checking supports-color v3.0.1
30502024-10-22T00:03:47.536Z Checking textwrap v0.16.1
30512024-10-22T00:03:47.558Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30522024-10-22T00:03:47.759Z Checking ratatui v0.28.1
30532024-10-22T00:03:47.973Z Checking multimap v0.10.0
30542024-10-22T00:03:49.768Z Checking diesel v2.2.4
30552024-10-22T00:04:09.794Z Compiling samael v0.0.17
30562024-10-22T00:04:25.543Z Compiling polar-core v0.27.3
30572024-10-22T00:04:26.389Z Checking async-bb8-diesel v0.2.1
30582024-10-22T00:04:32.710Z Checking oso v0.27.3
30592024-10-22T00:05:41.151Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30602024-10-22T00:05:47.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
30612024-10-22T00:05:47.208Z
30622024-10-22T00:05:47.208Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30632024-10-22T00:05:47.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-10-22T00:05:47.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-10-22T00:05:47.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-10-22T00:05:47.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30672024-10-22T00:05:47.941Z
30682024-10-22T00:05:47.941Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30692024-10-22T00:05:48.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-10-22T00:05:48.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-10-22T00:05:48.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-10-22T00:05:48.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30732024-10-22T00:05:48.668Z
30742024-10-22T00:05:48.668Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30752024-10-22T00:05:49.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-10-22T00:05:49.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-10-22T00:05:49.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-10-22T00:05:49.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30792024-10-22T00:05:49.332Z
30802024-10-22T00:05:49.332Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30812024-10-22T00:05:50.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-10-22T00:05:50.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-10-22T00:05:50.196Z Compiling libz-sys v1.1.20
30842024-10-22T00:05:50.199Z Checking http v0.2.12
30852024-10-22T00:05:50.305Z Compiling libgit2-sys v0.17.0+1.8.1
30862024-10-22T00:05:50.330Z Compiling vergen v8.3.2
30872024-10-22T00:05:50.333Z Compiling cargo-platform v0.1.8
30882024-10-22T00:05:50.333Z Compiling pin-project-internal v1.1.6
30892024-10-22T00:05:50.377Z Compiling libsqlite3-sys v0.30.1
30902024-10-22T00:05:50.377Z Compiling snafu-derive v0.8.5
30912024-10-22T00:05:50.656Z Compiling cargo_metadata v0.18.1
30922024-10-22T00:05:50.895Z Compiling rustls v0.21.12
30932024-10-22T00:05:50.933Z Compiling cfg_aliases v0.2.1
30942024-10-22T00:05:51.057Z Compiling buf-list v1.0.3
30952024-10-22T00:05:51.189Z Checking sync_wrapper v0.1.2
30962024-10-22T00:05:51.326Z Compiling nix v0.29.0
30972024-10-22T00:05:51.394Z Checking globset v0.4.15
30982024-10-22T00:05:51.665Z Checking http-body v0.4.6
30992024-10-22T00:05:51.710Z Checking h2 v0.3.26
31002024-10-22T00:05:51.963Z Checking olpc-cjson v0.1.4
31012024-10-22T00:05:52.069Z Checking sct v0.7.1
31022024-10-22T00:05:52.181Z Checking rustls-webpki v0.101.7
31032024-10-22T00:05:52.253Z Checking serde_plain v1.0.2
31042024-10-22T00:05:52.276Z Checking typed-path v0.7.1
31052024-10-22T00:05:53.272Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31062024-10-22T00:05:53.511Z Checking pin-project v1.1.6
31072024-10-22T00:05:53.736Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31082024-10-22T00:05:53.741Z Checking hashlink v0.9.1
31092024-10-22T00:05:53.914Z Checking fallible-streaming-iterator v0.1.9
31102024-10-22T00:05:54.171Z Checking fallible-iterator v0.3.0
31112024-10-22T00:05:54.282Z Checking parse-size v1.0.0
31122024-10-22T00:05:54.416Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31132024-10-22T00:05:54.451Z Checking rustls-pemfile v1.0.4
31142024-10-22T00:05:54.651Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31152024-10-22T00:05:54.804Z Checking rusqlite v0.32.1
31162024-10-22T00:05:54.851Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31172024-10-22T00:05:54.951Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31182024-10-22T00:05:55.090Z Checking twox-hash v1.6.3
31192024-10-22T00:05:55.415Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31202024-10-22T00:05:56.047Z Checking snafu v0.8.5
31212024-10-22T00:05:56.127Z Checking tokio-rustls v0.24.1
31222024-10-22T00:05:56.379Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31232024-10-22T00:05:56.487Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31242024-10-22T00:05:56.544Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31252024-10-22T00:05:56.547Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31262024-10-22T00:05:57.013Z Checking fatfs v0.3.6
31272024-10-22T00:05:57.224Z Checking assert_matches v1.5.0
31282024-10-22T00:05:57.694Z Checking hyper v0.14.30
31292024-10-22T00:06:01.662Z Checking reqwest v0.11.27
31302024-10-22T00:06:02.451Z Checking tough v0.17.1
31312024-10-22T00:06:03.619Z Compiling git2 v0.19.0
31322024-10-22T00:06:05.638Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31332024-10-22T00:06:06.912Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31342024-10-22T00:06:08.749Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31352024-10-22T00:07:04.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
31362024-10-22T00:07:04.676Z
31372024-10-22T00:07:04.676Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31382024-10-22T00:07:05.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-10-22T00:07:05.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-10-22T00:07:05.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412024-10-22T00:07:05.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31422024-10-22T00:07:05.428Z
31432024-10-22T00:07:05.428Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31442024-10-22T00:07:06.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-10-22T00:07:06.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-10-22T00:07:06.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472024-10-22T00:07:06.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31482024-10-22T00:07:06.091Z
31492024-10-22T00:07:06.091Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31502024-10-22T00:07:06.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-10-22T00:07:06.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-10-22T00:07:06.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532024-10-22T00:07:06.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31542024-10-22T00:07:06.793Z
31552024-10-22T00:07:06.793Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31562024-10-22T00:07:07.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572024-10-22T00:07:07.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582024-10-22T00:07:07.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592024-10-22T00:07:07.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31602024-10-22T00:07:07.514Z
31612024-10-22T00:07:07.514Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31622024-10-22T00:07:08.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-10-22T00:07:08.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-10-22T00:07:08.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652024-10-22T00:07:08.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31662024-10-22T00:07:08.240Z
31672024-10-22T00:07:08.240Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31682024-10-22T00:07:08.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692024-10-22T00:07:08.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702024-10-22T00:07:08.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712024-10-22T00:07:08.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31722024-10-22T00:07:08.968Z
31732024-10-22T00:07:08.968Zinfo: running `cargo check --bins` on update-common (145/166)
31742024-10-22T00:07:09.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752024-10-22T00:07:09.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762024-10-22T00:07:09.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772024-10-22T00:07:09.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31782024-10-22T00:07:09.667Z
31792024-10-22T00:07:09.667Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31802024-10-22T00:07:10.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812024-10-22T00:07:10.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822024-10-22T00:07:10.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832024-10-22T00:07:10.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31842024-10-22T00:07:10.373Z
31852024-10-22T00:07:10.373Zinfo: running `cargo check --bins` on tufaceous (147/166)
31862024-10-22T00:07:11.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-10-22T00:07:11.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-10-22T00:07:11.108Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31892024-10-22T00:07:12.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
31902024-10-22T00:07:12.216Z
31912024-10-22T00:07:12.216Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31922024-10-22T00:07:12.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-10-22T00:07:12.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-10-22T00:07:13.136Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31952024-10-22T00:07:13.136Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31962024-10-22T00:07:13.139Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31972024-10-22T00:07:14.705Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31982024-10-22T00:07:17.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s
31992024-10-22T00:07:17.490Z
32002024-10-22T00:07:17.490Zinfo: running `cargo check --bins` on openapi-manager (149/166)
32012024-10-22T00:07:18.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022024-10-22T00:07:18.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032024-10-22T00:07:18.250Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32042024-10-22T00:07:18.250Z Checking heck v0.4.1
32052024-10-22T00:07:18.253Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32062024-10-22T00:07:18.493Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32072024-10-22T00:07:19.866Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32082024-10-22T00:07:20.711Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32092024-10-22T00:07:21.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
32102024-10-22T00:07:21.932Z
32112024-10-22T00:07:21.932Zinfo: running `cargo check --bins` on installinator-api (150/166)
32122024-10-22T00:07:22.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-10-22T00:07:22.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-10-22T00:07:22.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152024-10-22T00:07:22.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32162024-10-22T00:07:22.632Z
32172024-10-22T00:07:22.632Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32182024-10-22T00:07:23.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192024-10-22T00:07:23.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202024-10-22T00:07:23.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212024-10-22T00:07:23.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32222024-10-22T00:07:23.341Z
32232024-10-22T00:07:23.341Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32242024-10-22T00:07:23.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252024-10-22T00:07:23.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262024-10-22T00:07:24.069Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272024-10-22T00:07:25.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
32282024-10-22T00:07:25.426Z
32292024-10-22T00:07:25.427Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32302024-10-22T00:07:26.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312024-10-22T00:07:26.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322024-10-22T00:07:26.161Z Checking memmap2 v0.9.5
32332024-10-22T00:07:26.161Z Checking constant_time_eq v0.3.1
32342024-10-22T00:07:26.164Z Checking arrayref v0.3.9
32352024-10-22T00:07:26.164Z Checking untrusted v0.7.1
32362024-10-22T00:07:26.164Z Checking arrayvec v0.7.6
32372024-10-22T00:07:26.164Z Checking spin v0.5.2
32382024-10-22T00:07:26.285Z Checking topological-sort v0.2.2
32392024-10-22T00:07:26.307Z Checking shell-words v1.1.0
32402024-10-22T00:07:26.510Z Checking ring v0.16.20
32412024-10-22T00:07:26.553Z Checking blake3 v1.5.4
32422024-10-22T00:07:27.662Z Checking omicron-zone-package v0.11.1
32432024-10-22T00:07:28.784Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32442024-10-22T00:07:29.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
32452024-10-22T00:07:29.860Z
32462024-10-22T00:07:29.860Zinfo: running `cargo check --bins` on xtask (154/166)
32472024-10-22T00:07:30.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482024-10-22T00:07:30.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492024-10-22T00:07:30.366Z Checking bitflags v2.6.0
32502024-10-22T00:07:30.369Z Checking serde v1.0.210
32512024-10-22T00:07:30.440Z Checking thiserror v1.0.64
32522024-10-22T00:07:30.460Z Checking scroll v0.12.0
32532024-10-22T00:07:30.464Z Checking hashbrown v0.15.0
32542024-10-22T00:07:30.464Z Checking log v0.4.22
32552024-10-22T00:07:30.491Z Checking zerocopy v0.7.35
32562024-10-22T00:07:30.504Z Checking syn v2.0.79
32572024-10-22T00:07:30.548Z Checking pest v2.7.14
32582024-10-22T00:07:30.698Z Checking rustix v0.38.37
32592024-10-22T00:07:30.720Z Checking once_cell v1.20.2
32602024-10-22T00:07:30.913Z Checking goblin v0.8.2
32612024-10-22T00:07:31.038Z Checking fs-err v2.11.0
32622024-10-22T00:07:31.335Z Checking tabled v0.15.0
32632024-10-22T00:07:31.543Z Checking indexmap v2.6.0
32642024-10-22T00:07:31.854Z Checking anyhow v1.0.89
32652024-10-22T00:07:32.580Z Checking terminal_size v0.4.0
32662024-10-22T00:07:32.583Z Checking tempfile v3.13.0
32672024-10-22T00:07:32.765Z Checking clap_builder v4.5.20
32682024-10-22T00:07:33.062Z Checking dtrace-parser v0.2.0
32692024-10-22T00:07:34.958Z Checking serde_json v1.0.128
32702024-10-22T00:07:34.958Z Checking toml_datetime v0.6.8
32712024-10-22T00:07:34.961Z Checking serde_spanned v0.6.8
32722024-10-22T00:07:34.962Z Checking camino v1.1.9
32732024-10-22T00:07:34.962Z Checking semver v1.0.23
32742024-10-22T00:07:34.962Z Checking cargo-platform v0.1.8
32752024-10-22T00:07:35.142Z Checking macaddr v1.0.1
32762024-10-22T00:07:35.234Z Checking clap v4.5.20
32772024-10-22T00:07:35.261Z Checking toml_edit v0.22.22
32782024-10-22T00:07:35.506Z Checking camino-tempfile v1.1.1
32792024-10-22T00:07:36.125Z Checking dof v0.3.0
32802024-10-22T00:07:36.125Z Checking cargo_metadata v0.18.1
32812024-10-22T00:07:36.545Z Checking usdt-impl v0.5.0
32822024-10-22T00:07:36.911Z Checking usdt v0.5.0
32832024-10-22T00:07:37.002Z Checking toml v0.8.19
32842024-10-22T00:07:37.479Z Checking cargo_toml v0.20.5
32852024-10-22T00:07:38.777Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32862024-10-22T00:07:39.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.54s
32872024-10-22T00:07:39.509Z
32882024-10-22T00:07:39.509Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32892024-10-22T00:07:40.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-10-22T00:07:40.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-10-22T00:07:40.325Z Checking polyval v0.6.2
32922024-10-22T00:07:40.431Z Checking ctr v0.9.2
32932024-10-22T00:07:40.444Z Checking ssh-encoding v0.2.0
32942024-10-22T00:07:40.447Z Checking blowfish v0.9.1
32952024-10-22T00:07:40.470Z Checking password-hash v0.4.2
32962024-10-22T00:07:40.472Z Checking matches v0.1.10
32972024-10-22T00:07:40.501Z Checking p521 v0.13.3
32982024-10-22T00:07:40.501Z Checking p256 v0.13.2
32992024-10-22T00:07:40.579Z Checking idna v0.2.3
33002024-10-22T00:07:40.646Z Checking bcrypt-pbkdf v0.10.0
33012024-10-22T00:07:40.666Z Checking ghash v0.5.1
33022024-10-22T00:07:40.720Z Compiling enum-as-inner v0.5.1
33032024-10-22T00:07:40.791Z Checking russh-cryptovec v0.7.3
33042024-10-22T00:07:40.864Z Checking pbkdf2 v0.11.0
33052024-10-22T00:07:40.880Z Checking aes-gcm v0.10.3
33062024-10-22T00:07:40.901Z Checking md5 v0.7.0
33072024-10-22T00:07:40.989Z Checking num-bigint v0.4.6
33082024-10-22T00:07:41.007Z Checking des v0.8.1
33092024-10-22T00:07:41.123Z Checking ssh-cipher v0.2.0
33102024-10-22T00:07:41.145Z Compiling dhcproto-macros v0.1.0
33112024-10-22T00:07:41.182Z Checking hex-literal v0.4.1
33122024-10-22T00:07:41.280Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33132024-10-22T00:07:41.321Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33142024-10-22T00:07:41.407Z Checking ssh-key v0.6.6
33152024-10-22T00:07:41.409Z Checking internet-checksum v0.2.1
33162024-10-22T00:07:41.763Z Checking trust-dns-proto v0.22.0
33172024-10-22T00:07:42.761Z Checking russh-keys v0.45.0
33182024-10-22T00:07:43.751Z Checking russh v0.45.0
33192024-10-22T00:07:44.447Z Checking dhcproto v0.12.0
33202024-10-22T00:08:02.310Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33212024-10-22T00:08:03.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.16s
33222024-10-22T00:08:03.878Z
33232024-10-22T00:08:03.878Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33242024-10-22T00:08:04.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252024-10-22T00:08:04.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262024-10-22T00:08:04.581Z Checking termios v0.3.3
33272024-10-22T00:08:04.797Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33282024-10-22T00:08:05.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
33292024-10-22T00:08:05.746Z
33302024-10-22T00:08:05.746Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33312024-10-22T00:08:06.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322024-10-22T00:08:06.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332024-10-22T00:08:06.502Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33342024-10-22T00:08:08.604Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33352024-10-22T00:08:10.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
33362024-10-22T00:08:10.644Z
33372024-10-22T00:08:10.644Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33382024-10-22T00:08:11.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-10-22T00:08:11.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-10-22T00:08:11.337Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33412024-10-22T00:08:11.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
33422024-10-22T00:08:11.963Z
33432024-10-22T00:08:11.963Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33442024-10-22T00:08:12.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452024-10-22T00:08:12.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462024-10-22T00:08:12.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472024-10-22T00:08:12.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33482024-10-22T00:08:12.623Z
33492024-10-22T00:08:12.623Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33502024-10-22T00:08:13.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512024-10-22T00:08:13.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522024-10-22T00:08:13.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532024-10-22T00:08:13.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33542024-10-22T00:08:13.290Z
33552024-10-22T00:08:13.290Zinfo: running `cargo check --bins` on omicron-package (161/166)
33562024-10-22T00:08:13.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572024-10-22T00:08:13.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582024-10-22T00:08:14.010Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33592024-10-22T00:08:15.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
33602024-10-22T00:08:15.480Z
33612024-10-22T00:08:15.480Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33622024-10-22T00:08:16.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632024-10-22T00:08:16.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642024-10-22T00:08:16.240Z Checking rtoolbox v0.0.2
33652024-10-22T00:08:16.243Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33662024-10-22T00:08:16.243Z Checking tui-tree-widget v0.22.0
33672024-10-22T00:08:16.465Z Checking rpassword v7.3.1
33682024-10-22T00:08:20.546Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33692024-10-22T00:08:23.613Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33702024-10-22T00:08:24.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.33s
33712024-10-22T00:08:24.998Z
33722024-10-22T00:08:24.998Zinfo: running `cargo check --bins` on wicket (163/166)
33732024-10-22T00:08:25.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742024-10-22T00:08:25.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752024-10-22T00:08:25.759Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33762024-10-22T00:08:26.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
33772024-10-22T00:08:26.351Z
33782024-10-22T00:08:26.351Zinfo: running `cargo check --bins` on wicketd (164/166)
33792024-10-22T00:08:27.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802024-10-22T00:08:27.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812024-10-22T00:08:27.119Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33822024-10-22T00:08:31.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
33832024-10-22T00:08:31.315Z
33842024-10-22T00:08:31.315Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33852024-10-22T00:08:31.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862024-10-22T00:08:31.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872024-10-22T00:08:31.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882024-10-22T00:08:31.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33892024-10-22T00:08:31.973Z
33902024-10-22T00:08:31.973Zinfo: running `cargo check --bins` on zone-setup (166/166)
33912024-10-22T00:08:32.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-10-22T00:08:32.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-10-22T00:08:32.745Z Checking uzers v0.12.1
33942024-10-22T00:08:33.089Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33952024-10-22T00:08:34.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
33962024-10-22T00:08:34.379Z
33972024-10-22T00:08:34.379Zreal 12:19.342570091
33982024-10-22T00:08:34.379Zuser 24:50.579184956
33992024-10-22T00:08:34.379Zsys 5:21.994038050
34002024-10-22T00:08:34.379Ztrap 0.525119183
34012024-10-22T00:08:34.379Ztflt 3.374524559
34022024-10-22T00:08:34.379Zdflt 2.556656776
34032024-10-22T00:08:34.379Zkflt 0.002218248
34042024-10-22T00:08:34.379Zlock 44:32.665191855
34052024-10-22T00:08:34.379Zslp 2:03:05.611960388
34062024-10-22T00:08:34.379Zlat 59.774993745
34072024-10-22T00:08:34.379Zstop 3:12.635960457
34082024-10-22T00:08:34.382Zprocess exited: duration 996868 ms, exit code 0
 
34092024-10-22T00:08:34.388Zfound 0 output files