01JBKABATA4S43CTS46GY44X6E: 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: 01JBKABNJBBP4D76VXP2J4ZZA7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-01T07:35:40.258Zjob assigned to worker 01JBKABTTHM9SQBX3XJMMQTJFY (queued for 59 s)
 
22024-11-01T07:35:47.993Zstarting task 0: "setup"
32024-11-01T07:35:48.007Z++ uname -s
42024-11-01T07:35:48.011Z+ kern=SunOS
52024-11-01T07:35:48.011Z+ case "$kern" in
62024-11-01T07:35:48.011Z+ [[ 0 == 12345 ]]
72024-11-01T07:35:48.011Z+ groupadd -g 12345 build
82024-11-01T07:35:48.011Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-01T07:35:50.018Z+ zfs create -o mountpoint=/work rpool/work
102024-11-01T07:35:50.143Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-01T07:35:50.146Z+ home_fs=zfs
122024-11-01T07:35:50.146Z+ [[ zfs == autofs ]]
132024-11-01T07:35:50.146Z+ mkdir -p /home/build
142024-11-01T07:35:50.148Z+ chown build:build /home/build /work
152024-11-01T07:35:52.150Z+ chmod 0700 /home/build /work
162024-11-01T07:35:52.153Zprocess exited: duration 4163 ms, exit code 0
 
172024-11-01T07:35:52.158Zstarting task 1: "rust-toolchain"
182024-11-01T07:35:52.164Z+ printf ' * toolchain channel = "%s"
192024-11-01T07:35:52.164Z * toolchain channel = "1.82.0"
202024-11-01T07:35:52.164Z' 1.82.0
212024-11-01T07:35:52.164Z+ printf ' * toolchain profile = "%s"
222024-11-01T07:35:52.164Z' default
232024-11-01T07:35:52.164Z * toolchain profile = "default"
242024-11-01T07:35:52.166Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-01T07:35:52.166Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-11-01T07:35:52.281Zinfo: downloading installer
272024-11-01T07:35:53.518Zinfo: profile set to 'default'
282024-11-01T07:35:53.518Zinfo: default host triple is x86_64-unknown-illumos
292024-11-01T07:35:53.520Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-11-01T07:35:53.696Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-01T07:35:53.696Zinfo: downloading component 'cargo'
322024-11-01T07:35:54.699Zinfo: downloading component 'clippy'
332024-11-01T07:35:55.076Zinfo: downloading component 'rust-docs'
342024-11-01T07:35:56.484Zinfo: downloading component 'rust-std'
352024-11-01T07:35:58.720Zinfo: downloading component 'rustc'
362024-11-01T07:36:06.696Zinfo: downloading component 'rustfmt'
372024-11-01T07:36:06.979Zinfo: installing component 'cargo'
382024-11-01T07:36:07.806Zinfo: installing component 'clippy'
392024-11-01T07:36:08.196Zinfo: installing component 'rust-docs'
402024-11-01T07:36:09.948Zinfo: installing component 'rust-std'
412024-11-01T07:36:11.862Zinfo: installing component 'rustc'
422024-11-01T07:36:17.772Zinfo: installing component 'rustfmt'
432024-11-01T07:36:18.106Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-11-01T07:36:18.106Z
452024-11-01T07:36:18.480Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-01T07:36:18.480Z
472024-11-01T07:36:18.483Z
482024-11-01T07:36:18.483ZRust is installed now. Great!
492024-11-01T07:36:18.483Z
502024-11-01T07:36:18.483ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-01T07:36:18.483Zenvironment variable. This has not been done automatically.
522024-11-01T07:36:18.483Z
532024-11-01T07:36:18.483ZTo configure your current shell, you need to source
542024-11-01T07:36:18.483Zthe corresponding env file under $HOME/.cargo.
552024-11-01T07:36:18.483Z
562024-11-01T07:36:18.483ZThis is usually done by running one of the following (note the leading DOT):
572024-11-01T07:36:18.483Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-01T07:36:18.483Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-01T07:36:18.560Z+ rustc --version
602024-11-01T07:36:18.625Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-01T07:36:18.628Zprocess exited: duration 26464 ms, exit code 0
 
622024-11-01T07:36:18.634Zstarting task 2: "authentication"
632024-11-01T07:36:18.657Zprocess exited: duration 21 ms, exit code 0
 
642024-11-01T07:36:18.664Zstarting task 3: "clone repository"
652024-11-01T07:36:18.669Z+ mkdir -p /work/oxidecomputer/omicron
662024-11-01T07:36:18.672Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-11-01T07:36:18.711ZCloning into '/work/oxidecomputer/omicron'...
682024-11-01T07:36:26.699Z+ cd /work/oxidecomputer/omicron
692024-11-01T07:36:26.699Z+ git fetch origin 681a93f8cb78970e57c585b8c94fd37569e80eb2
702024-11-01T07:36:27.031ZFrom https://github.com/oxidecomputer/omicron
712024-11-01T07:36:27.031Z * branch 681a93f8cb78970e57c585b8c94fd37569e80eb2 -> FETCH_HEAD
722024-11-01T07:36:27.041Z+ [[ -n renovate/flume-0.x ]]
732024-11-01T07:36:27.044Z++ git branch --show-current
742024-11-01T07:36:27.047Z+ current=main
752024-11-01T07:36:27.047Z+ [[ main != renovate/flume-0.x ]]
762024-11-01T07:36:27.047Z+ git branch -f renovate/flume-0.x 681a93f8cb78970e57c585b8c94fd37569e80eb2
772024-11-01T07:36:27.050Z+ git checkout -f renovate/flume-0.x
782024-11-01T07:36:27.216ZSwitched to branch 'renovate/flume-0.x'
792024-11-01T07:36:27.219Z+ git reset --hard 681a93f8cb78970e57c585b8c94fd37569e80eb2
802024-11-01T07:36:27.232ZHEAD is now at 681a93f8c Update Rust crate flume to 0.11.1
812024-11-01T07:36:27.235Zprocess exited: duration 8567 ms, exit code 0
 
822024-11-01T07:36:27.240Zstarting task 4: "build"
832024-11-01T07:36:27.245Z+ source .github/buildomat/ci-env.sh
842024-11-01T07:36:27.248Z++ export CARGO_TERM_COLOR=always
852024-11-01T07:36:27.248Z++ CARGO_TERM_COLOR=always
862024-11-01T07:36:27.248Z+ cargo --version
872024-11-01T07:36:27.303Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-11-01T07:36:27.305Z+ rustc --version
892024-11-01T07:36:27.367Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-11-01T07:36:27.369Z+ source ./env.sh
912024-11-01T07:36:27.369Z++ OLD_SHELL_OPTS=ehxB
922024-11-01T07:36:27.369Z++ set -o xtrace
932024-11-01T07:36:27.372Z++++ dirname ./env.sh
942024-11-01T07:36:27.375Z+++ readlink -f .
952024-11-01T07:36:27.377Z++ OMICRON_WS=/work/oxidecomputer/omicron
962024-11-01T07:36:27.377Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-01T07:36:27.377Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-01T07:36:27.378Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-11-01T07:36:27.378Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-11-01T07:36:27.378Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-11-01T07:36:27.378Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-11-01T07:36:27.378Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-11-01T07:36:27.378Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042024-11-01T07:36:27.378Z++ case $OLD_SHELL_OPTS in
1052024-11-01T07:36:27.378Z++ unset OLD_SHELL_OPTS OMICRON_WS
1062024-11-01T07:36:27.378Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-11-01T07:36:27.378Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1082024-11-01T07:36:27.379Z+ banner prerequisites
1092024-11-01T07:36:27.381Z
1102024-11-01T07:36:27.381Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-11-01T07:36:27.381Z # # # # # # # # # # # # # # #
1122024-11-01T07:36:27.381Z # # # # ##### # # ##### # # # # # #### #
1132024-11-01T07:36:27.381Z ##### ##### # ##### # # # # # # # # #
1142024-11-01T07:36:27.381Z # # # # # # # # # # # # # # #
1152024-11-01T07:36:27.381Z # # # ###### # # ###### ### # #### # #### #
1162024-11-01T07:36:27.381Z
1172024-11-01T07:36:27.381Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1182024-11-01T07:36:35.156Z Startup: Refreshing catalog 'helios-dev' ... Done
1192024-11-01T07:36:38.380Z Startup: Caching catalogs ... Done
1202024-11-01T07:36:45.447ZPlanning: Solver setup ... Done (6.196s)
1212024-11-01T07:36:45.530ZPlanning: Running solver ... Done (0.094s)
1222024-11-01T07:36:45.646ZPlanning: Finding local manifests ... Done (0.004s)
1232024-11-01T07:36:45.709ZPlanning: Fetching manifests: 0/5 0% complete
1242024-11-01T07:36:45.858ZPlanning: Fetching manifests: 5/5 100% complete
1252024-11-01T07:36:45.960ZPlanning: Package planning ... Done (0.099s)
1262024-11-01T07:36:46.010ZPlanning: Merging actions ... Done (0.054s)
1272024-11-01T07:36:46.228ZPlanning: Checking for conflicting actions ... Done (0.191s)
1282024-11-01T07:36:48.210ZPlanning: Consolidating action changes ... Done (2.027s)
1292024-11-01T07:36:48.637ZPlanning: Evaluating mediators ... Done (0.426s)
1302024-11-01T07:36:48.718ZPlanning: Planning completed in 10.25 seconds
1312024-11-01T07:36:48.734Z Packages to install: 4
1322024-11-01T07:36:48.734Z Packages to update: 1
1332024-11-01T07:36:48.737Z Mediators to change: 2
1342024-11-01T07:36:48.737Z Services to change: 1
1352024-11-01T07:36:48.737Z Estimated space available: 155.61 GB
1362024-11-01T07:36:48.737ZEstimated space to be consumed: 1.58 GB
1372024-11-01T07:36:48.737Z Create boot environment: No
1382024-11-01T07:36:48.737ZCreate backup boot environment: Yes
1392024-11-01T07:36:48.737Z Rebuild boot archive: No
1402024-11-01T07:36:48.737Z
1412024-11-01T07:36:48.737ZChanged mediators:
1422024-11-01T07:36:48.737Z mediator clang:
1432024-11-01T07:36:48.737Z version: None -> 15 (system default)
1442024-11-01T07:36:48.737Z
1452024-11-01T07:36:48.737Z mediator llvm:
1462024-11-01T07:36:48.737Z version: 14 (system default) -> 15 (system default)
1472024-11-01T07:36:48.737Z
1482024-11-01T07:36:48.737ZChanged packages:
1492024-11-01T07:36:48.737Zhelios-dev
1502024-11-01T07:36:48.737Z developer/build-essential
1512024-11-01T07:36:48.737Z None -> 11-2.0
1522024-11-01T07:36:48.737Z library/libxmlsec1
1532024-11-01T07:36:48.738Z None -> 1.2.35-2.0
1542024-11-01T07:36:48.738Z ooce/developer/clang-15
1552024-11-01T07:36:48.738Z None -> 15.0.7-2.0
1562024-11-01T07:36:48.738Z ooce/developer/llvm-15
1572024-11-01T07:36:48.738Z None -> 15.0.7-2.0
1582024-11-01T07:36:48.738Z package/pkg
1592024-11-01T07:36:48.738Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1602024-11-01T07:36:48.738Z
1612024-11-01T07:36:48.738ZServices:
1622024-11-01T07:36:48.738Z restart_fmri:
1632024-11-01T07:36:48.738Z svc:/system/update-man-index:default
1642024-11-01T07:36:48.738Z
1652024-11-01T07:36:48.738ZEditable files to change:
1662024-11-01T07:36:48.738Z Update:
1672024-11-01T07:36:48.738Z usr/share/lib/pkg/web/config.shtml
1682024-11-01T07:36:48.817Z
1692024-11-01T07:36:48.817ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1702024-11-01T07:36:53.819ZDownload: 1201/4281 items 84.0/220.6MB 38% complete (17.1M/s)
1712024-11-01T07:36:58.823ZDownload: 2579/4281 items 120.5/220.6MB 54% complete (12.2M/s)
1722024-11-01T07:37:03.831ZDownload: 3721/4281 items 217.2/220.6MB 98% complete (13.4M/s)
1732024-11-01T07:37:05.868ZDownload: Completed 220.60 MB in 17.05 seconds (12.9M/s)
1742024-11-01T07:37:07.924Z Actions: 1/5063 actions (Removing old actions)
1752024-11-01T07:37:07.945Z Actions: 194/5063 actions (Installing new actions)
1762024-11-01T07:37:12.649Z Actions: 4226/5063 actions (Updating modified actions)
1772024-11-01T07:37:12.968Z Actions: Completed 5063 actions in 5.04 seconds.
1782024-11-01T07:37:13.326Z Done (0.350s)
1792024-11-01T07:37:13.329Z Done (0.000s)
1802024-11-01T07:37:13.830Z Done (0.501s)
1812024-11-01T07:37:18.322Z Done (4.284s)
1822024-11-01T07:37:18.411Z Done (0.017s)
1832024-11-01T07:37:18.417Z Done (0.000s)
1842024-11-01T07:37:18.574Z Done (0.000s)
1852024-11-01T07:37:19.229ZPlanning: Evaluating mediator changes ... Done
1862024-11-01T07:37:19.396ZPlanning: Checking for conflicting actions ... Done
1872024-11-01T07:37:19.406ZPlanning: Consolidating action changes ... Done
1882024-11-01T07:37:19.664ZPlanning: Evaluating mediators ... Done
1892024-11-01T07:37:19.668ZPlanning: Planning completed in 0.44 seconds
1902024-11-01T07:37:19.705Z Mediators to change: 2
1912024-11-01T07:37:19.707Z Create boot environment: No
1922024-11-01T07:37:19.707ZCreate backup boot environment: No
1932024-11-01T07:37:19.780Z Done
1942024-11-01T07:37:19.780Z Done
1952024-11-01T07:37:20.102Z Done
1962024-11-01T07:37:23.654Z Done
1972024-11-01T07:37:23.724Z Done
1982024-11-01T07:37:23.728Z Done
1992024-11-01T07:37:23.824Z Done
2002024-11-01T07:37:24.451ZPlanning: Evaluating mediator changes ... Done
2012024-11-01T07:37:24.454ZPlanning: Merging actions ... Done
2022024-11-01T07:37:24.628ZPlanning: Checking for conflicting actions ... Done
2032024-11-01T07:37:24.631ZPlanning: Consolidating action changes ... Done
2042024-11-01T07:37:24.905ZPlanning: Evaluating mediators ... Done
2052024-11-01T07:37:24.960ZPlanning: Planning completed in 0.76 seconds
2062024-11-01T07:37:25.005Z Packages to change: 1
2072024-11-01T07:37:25.005Z Mediators to change: 1
2082024-11-01T07:37:25.051Z Services to change: 1
2092024-11-01T07:37:25.052Z Create boot environment: No
2102024-11-01T07:37:25.052ZCreate backup boot environment: Yes
2112024-11-01T07:37:27.196Z Actions: 1/6 actions (Updating modified actions)
2122024-11-01T07:37:27.199Z Actions: Completed 6 actions in 0.00 seconds.
2132024-11-01T07:37:27.199Z Done
2142024-11-01T07:37:27.199Z Done
2152024-11-01T07:37:27.300Z Done
2162024-11-01T07:37:30.864Z Done
2172024-11-01T07:37:30.959Z Done
2182024-11-01T07:37:30.961Z Done
2192024-11-01T07:37:31.081Z Done
2202024-11-01T07:37:31.514ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-11-01T07:37:31.514Zclang system 15 system
2222024-11-01T07:37:31.514Zcsh system system illumos
2232024-11-01T07:37:31.514Zctags system system illumos
2242024-11-01T07:37:31.514Zgcc vendor 12 vendor
2252024-11-01T07:37:31.514Zgcc system 10 system
2262024-11-01T07:37:31.514Zgcc system 7 system
2272024-11-01T07:37:31.514Zgo system 1.20 system
2282024-11-01T07:37:31.514Zgo system 1.19 system
2292024-11-01T07:37:31.515Zllvm system 15 system
2302024-11-01T07:37:31.515Zllvm system 14 system
2312024-11-01T07:37:31.515Zmariadb system 10.6 system
2322024-11-01T07:37:31.515Zmta vendor vendor dma
2332024-11-01T07:37:31.515Zopenjdk system 17 system
2342024-11-01T07:37:31.515Zopenjdk system 11 system
2352024-11-01T07:37:31.515Zopenjdk system 1.8 system
2362024-11-01T07:37:31.515Zopenssl vendor 3 vendor
2372024-11-01T07:37:31.515Zperl system 5.36 system
2382024-11-01T07:37:31.515Zpostgresql system 15 system
2392024-11-01T07:37:31.515Zpostgresql system 13 system
2402024-11-01T07:37:31.515Zpython vendor 3 vendor
2412024-11-01T07:37:31.515Zpython system 2 system
2422024-11-01T07:37:31.515Zpython3 system 3.11 system
2432024-11-01T07:37:31.515Zruby system 3.0 system
2442024-11-01T07:37:31.515Zwords vendor vendor american-english
2452024-11-01T07:37:31.515Zwords system system australian-english
2462024-11-01T07:37:31.515Zwords system system british-english
2472024-11-01T07:37:31.515Zwords system system canadian-english
2482024-11-01T07:37:31.515Zwords system system french
2492024-11-01T07:37:31.515Zwords system system italian
2502024-11-01T07:37:31.515Zwords system system ngerman
2512024-11-01T07:37:31.515Zwords system system ogerman
2522024-11-01T07:37:31.515Zwords system system spanish
2532024-11-01T07:37:31.848ZPUBLISHER TYPE STATUS P LOCATION
2542024-11-01T07:37:31.848Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-11-01T07:37:34.261ZFMRI IFO
2562024-11-01T07:37:34.261Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-11-01T07:37:34.261Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-11-01T07:37:34.261Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-11-01T07:37:34.261Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-11-01T07:37:34.261Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-11-01T07:37:34.261Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-11-01T07:37:34.261Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2632024-11-01T07:37:34.261Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2642024-11-01T07:37:34.261Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-11-01T07:37:34.261Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2662024-11-01T07:37:34.261Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-11-01T07:37:34.261Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-11-01T07:37:34.261Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2692024-11-01T07:37:34.261Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-11-01T07:37:34.261Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-11-01T07:37:34.948Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2722024-11-01T07:37:35.218Z Updating crates.io index
2732024-11-01T07:37:35.306Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742024-11-01T07:37:36.138Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752024-11-01T07:37:36.389Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-11-01T07:37:36.636Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-11-01T07:37:36.950Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-11-01T07:37:37.787Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-11-01T07:37:40.087Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-11-01T07:37:41.126Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-11-01T07:37:41.816Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822024-11-01T07:37:42.078Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832024-11-01T07:37:42.355Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2842024-11-01T07:37:42.950Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2852024-11-01T07:37:43.276Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862024-11-01T07:37:43.587Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-11-01T07:37:43.847Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-11-01T07:37:44.095Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-11-01T07:37:44.379Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-11-01T07:37:44.804Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912024-11-01T07:37:45.059Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922024-11-01T07:37:45.429Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932024-11-01T07:37:45.667Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942024-11-01T07:37:46.174Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952024-11-01T07:37:46.734Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962024-11-01T07:37:47.081Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-11-01T07:37:47.427Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-11-01T07:37:47.620Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-11-01T07:37:47.861Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-11-01T07:37:49.047Z Downloading crates ...
3012024-11-01T07:37:49.140Z Downloaded equivalent v1.0.1
3022024-11-01T07:37:49.144Z Downloaded cargo-platform v0.1.8
3032024-11-01T07:37:49.144Z Downloaded cfg-if v1.0.0
3042024-11-01T07:37:49.146Z Downloaded anstyle v1.0.8
3052024-11-01T07:37:49.146Z Downloaded digest v0.10.7
3062024-11-01T07:37:49.149Z Downloaded clap_derive v4.5.18
3072024-11-01T07:37:49.151Z Downloaded camino v1.1.9
3082024-11-01T07:37:49.153Z Downloaded anyhow v1.0.92
3092024-11-01T07:37:49.156Z Downloaded block-buffer v0.10.4
3102024-11-01T07:37:49.161Z Downloaded usdt-macro v0.5.0
3112024-11-01T07:37:49.163Z Downloaded colorchoice v1.0.2
3122024-11-01T07:37:49.163Z Downloaded generic-array v0.14.7
3132024-11-01T07:37:49.166Z Downloaded fastrand v2.1.1
3142024-11-01T07:37:49.168Z Downloaded toml_datetime v0.6.8
3152024-11-01T07:37:49.171Z Downloaded thiserror-impl v1.0.64
3162024-11-01T07:37:49.171Z Downloaded itoa v1.0.11
3172024-11-01T07:37:49.173Z Downloaded terminal_size v0.4.0
3182024-11-01T07:37:49.174Z Downloaded serde_tokenstream v0.2.2
3192024-11-01T07:37:49.176Z Downloaded tabled_derive v0.7.0
3202024-11-01T07:37:49.176Z Downloaded memmap v0.7.0
3212024-11-01T07:37:49.179Z Downloaded unicode-linebreak v0.1.5
3222024-11-01T07:37:49.179Z Downloaded smawk v0.3.2
3232024-11-01T07:37:49.181Z Downloaded version_check v0.9.5
3242024-11-01T07:37:49.184Z Downloaded heck v0.4.1
3252024-11-01T07:37:49.186Z Downloaded semver v1.0.23
3262024-11-01T07:37:49.186Z Downloaded quote v1.0.37
3272024-11-01T07:37:49.189Z Downloaded anstyle-parse v0.2.5
3282024-11-01T07:37:49.191Z Downloaded typenum v1.17.0
3292024-11-01T07:37:49.194Z Downloaded proc-macro-error v1.0.4
3302024-11-01T07:37:49.197Z Downloaded pest_meta v2.7.14
3312024-11-01T07:37:49.199Z Downloaded ryu v1.0.18
3322024-11-01T07:37:49.202Z Downloaded log v0.4.22
3332024-11-01T07:37:49.205Z Downloaded zerocopy-derive v0.7.35
3342024-11-01T07:37:49.210Z Downloaded cargo_metadata v0.18.1
3352024-11-01T07:37:49.212Z Downloaded byteorder v1.5.0
3362024-11-01T07:37:49.215Z Downloaded anstyle-query v1.1.1
3372024-11-01T07:37:49.215Z Downloaded serde_derive v1.0.210
3382024-11-01T07:37:49.219Z Downloaded dof v0.3.0
3392024-11-01T07:37:49.219Z Downloaded crypto-common v0.1.6
3402024-11-01T07:37:49.221Z Downloaded cpufeatures v0.2.14
3412024-11-01T07:37:49.221Z Downloaded scroll_derive v0.12.0
3422024-11-01T07:37:49.221Z Downloaded camino-tempfile v1.1.1
3432024-11-01T07:37:49.224Z Downloaded dtrace-parser v0.2.0
3442024-11-01T07:37:49.224Z Downloaded anstream v0.6.15
3452024-11-01T07:37:49.226Z Downloaded swrite v0.1.0
3462024-11-01T07:37:49.226Z Downloaded usdt-attr-macro v0.5.0
3472024-11-01T07:37:49.229Z Downloaded usdt v0.5.0
3482024-11-01T07:37:49.229Z Downloaded plain v0.2.3
3492024-11-01T07:37:49.229Z Downloaded pretty-hex v0.4.1
3502024-11-01T07:37:49.233Z Downloaded clap_lex v0.7.2
3512024-11-01T07:37:49.233Z Downloaded bytecount v0.6.8
3522024-11-01T07:37:49.235Z Downloaded thread-id v4.2.2
3532024-11-01T07:37:49.235Z Downloaded proc-macro-error-attr v1.0.4
3542024-11-01T07:37:49.235Z Downloaded fnv v1.0.7
3552024-11-01T07:37:49.238Z Downloaded cargo_toml v0.20.5
3562024-11-01T07:37:49.238Z Downloaded autocfg v1.4.0
3572024-11-01T07:37:49.241Z Downloaded heck v0.5.0
3582024-11-01T07:37:49.241Z Downloaded is_terminal_polyfill v1.70.1
3592024-11-01T07:37:49.243Z Downloaded errno v0.3.9
3602024-11-01T07:37:49.246Z Downloaded macaddr v1.0.1
3612024-11-01T07:37:49.248Z Downloaded fs-err v2.11.0
3622024-11-01T07:37:49.252Z Downloaded scroll v0.12.0
3632024-11-01T07:37:49.254Z Downloaded strsim v0.11.1
3642024-11-01T07:37:49.254Z Downloaded serde_spanned v0.6.8
3652024-11-01T07:37:49.257Z Downloaded thiserror v1.0.64
3662024-11-01T07:37:49.261Z Downloaded utf8parse v0.2.2
3672024-11-01T07:37:49.263Z Downloaded sha2 v0.10.8
3682024-11-01T07:37:49.266Z Downloaded clap v4.5.20
3692024-11-01T07:37:49.273Z Downloaded pest_derive v2.7.14
3702024-11-01T07:37:49.275Z Downloaded pest_generator v2.7.14
3712024-11-01T07:37:49.278Z Downloaded indexmap v2.6.0
3722024-11-01T07:37:49.281Z Downloaded bitflags v2.6.0
3732024-11-01T07:37:49.284Z Downloaded usdt-impl v0.5.0
3742024-11-01T07:37:49.288Z Downloaded ucd-trie v0.1.7
3752024-11-01T07:37:49.291Z Downloaded toml v0.8.19
3762024-11-01T07:37:49.295Z Downloaded tempfile v3.13.0
3772024-11-01T07:37:49.298Z Downloaded unicode-ident v1.0.13
3782024-11-01T07:37:49.301Z Downloaded proc-macro2 v1.0.87
3792024-11-01T07:37:49.301Z Downloaded once_cell v1.20.2
3802024-11-01T07:37:49.307Z Downloaded textwrap v0.16.1
3812024-11-01T07:37:49.316Z Downloaded papergrid v0.11.0
3822024-11-01T07:37:49.323Z Downloaded pest v2.7.14
3832024-11-01T07:37:49.333Z Downloaded serde v1.0.210
3842024-11-01T07:37:49.333Z Downloaded memchr v2.7.4
3852024-11-01T07:37:49.342Z Downloaded toml_edit v0.22.22
3862024-11-01T07:37:49.374Z Downloaded hashbrown v0.15.0
3872024-11-01T07:37:49.403Z Downloaded serde_json v1.0.128
3882024-11-01T07:37:49.403Z Downloaded zerocopy v0.7.35
3892024-11-01T07:37:49.418Z Downloaded winnow v0.6.20
3902024-11-01T07:37:49.423Z Downloaded goblin v0.8.2
3912024-11-01T07:37:49.424Z Downloaded syn v1.0.109
3922024-11-01T07:37:49.432Z Downloaded tabled v0.15.0
3932024-11-01T07:37:49.450Z Downloaded clap_builder v4.5.20
3942024-11-01T07:37:49.462Z Downloaded unicode-width v0.1.14
3952024-11-01T07:37:49.463Z Downloaded syn v2.0.79
3962024-11-01T07:37:49.481Z Downloaded rustix v0.38.37
3972024-11-01T07:37:49.509Z Downloaded libc v0.2.161
3982024-11-01T07:37:49.817Z Compiling proc-macro2 v1.0.87
3992024-11-01T07:37:49.818Z Compiling unicode-ident v1.0.13
4002024-11-01T07:37:49.828Z Compiling serde v1.0.210
4012024-11-01T07:37:49.828Z Compiling version_check v0.9.5
4022024-11-01T07:37:49.828Z Compiling thiserror v1.0.64
4032024-11-01T07:37:49.828Z Compiling memchr v2.7.4
4042024-11-01T07:37:49.828Z Compiling libc v0.2.161
4052024-11-01T07:37:49.828Z Compiling itoa v1.0.11
4062024-11-01T07:37:50.120Z Compiling ucd-trie v0.1.7
4072024-11-01T07:37:50.430Z Compiling ryu v1.0.18
4082024-11-01T07:37:50.553Z Compiling once_cell v1.20.2
4092024-11-01T07:37:50.686Z Compiling byteorder v1.5.0
4102024-11-01T07:37:50.762Z Compiling serde_json v1.0.128
4112024-11-01T07:37:50.954Z Compiling rustix v0.38.37
4122024-11-01T07:37:51.166Z Compiling bitflags v2.6.0
4132024-11-01T07:37:51.310Z Compiling proc-macro-error-attr v1.0.4
4142024-11-01T07:37:51.589Z Compiling usdt-impl v0.5.0
4152024-11-01T07:37:51.615Z Compiling syn v1.0.109
4162024-11-01T07:37:51.617Z Compiling proc-macro-error v1.0.4
4172024-11-01T07:37:51.714Z Compiling quote v1.0.37
4182024-11-01T07:37:51.886Z Compiling plain v0.2.3
4192024-11-01T07:37:51.956Z Compiling log v0.4.22
4202024-11-01T07:37:52.056Z Compiling syn v2.0.79
4212024-11-01T07:37:52.090Z Compiling errno v0.3.9
4222024-11-01T07:37:52.281Z Compiling utf8parse v0.2.2
4232024-11-01T07:37:52.323Z Compiling hashbrown v0.15.0
4242024-11-01T07:37:52.349Z Compiling camino v1.1.9
4252024-11-01T07:37:52.391Z Compiling equivalent v1.0.1
4262024-11-01T07:37:52.465Z Compiling anstyle-parse v0.2.5
4272024-11-01T07:37:52.559Z Compiling thread-id v4.2.2
4282024-11-01T07:37:52.835Z Compiling unicode-width v0.1.14
4292024-11-01T07:37:53.065Z Compiling colorchoice v1.0.2
4302024-11-01T07:37:53.176Z Compiling anstyle-query v1.1.1
4312024-11-01T07:37:53.225Z Compiling semver v1.0.23
4322024-11-01T07:37:53.342Z Compiling is_terminal_polyfill v1.70.1
4332024-11-01T07:37:53.376Z Compiling pretty-hex v0.4.1
4342024-11-01T07:37:53.405Z Compiling anstyle v1.0.8
4352024-11-01T07:37:53.477Z Compiling autocfg v1.4.0
4362024-11-01T07:37:53.589Z Compiling indexmap v2.6.0
4372024-11-01T07:37:53.614Z Compiling winnow v0.6.20
4382024-11-01T07:37:53.823Z Compiling anstream v0.6.15
4392024-11-01T07:37:54.183Z Compiling anyhow v1.0.92
4402024-11-01T07:37:54.573Z Compiling terminal_size v0.4.0
4412024-11-01T07:37:54.598Z Compiling fs-err v2.11.0
4422024-11-01T07:37:54.791Z Compiling clap_lex v0.7.2
4432024-11-01T07:37:54.817Z Compiling strsim v0.11.1
4442024-11-01T07:37:54.960Z Compiling bytecount v0.6.8
4452024-11-01T07:37:55.133Z Compiling cfg-if v1.0.0
4462024-11-01T07:37:55.190Z Compiling heck v0.5.0
4472024-11-01T07:37:55.240Z Compiling fastrand v2.1.1
4482024-11-01T07:37:55.285Z Compiling fnv v1.0.7
4492024-11-01T07:37:55.315Z Compiling heck v0.4.1
4502024-11-01T07:37:55.664Z Compiling tempfile v3.13.0
4512024-11-01T07:37:55.700Z Compiling papergrid v0.11.0
4522024-11-01T07:37:55.762Z Compiling clap_builder v4.5.20
4532024-11-01T07:37:56.080Z Compiling memmap v0.7.0
4542024-11-01T07:37:56.418Z Compiling smawk v0.3.2
4552024-11-01T07:37:56.496Z Compiling unicode-linebreak v0.1.5
4562024-11-01T07:37:56.976Z Compiling textwrap v0.16.1
4572024-11-01T07:37:57.201Z Compiling swrite v0.1.0
4582024-11-01T07:37:58.025Z Compiling tabled_derive v0.7.0
4592024-11-01T07:37:59.639Z Compiling tabled v0.15.0
4602024-11-01T07:38:00.178Z Compiling serde_derive v1.0.210
4612024-11-01T07:38:00.186Z Compiling thiserror-impl v1.0.64
4622024-11-01T07:38:00.186Z Compiling zerocopy-derive v0.7.35
4632024-11-01T07:38:00.208Z Compiling scroll_derive v0.12.0
4642024-11-01T07:38:00.232Z Compiling clap_derive v4.5.18
4652024-11-01T07:38:01.689Z Compiling scroll v0.12.0
4662024-11-01T07:38:02.279Z Compiling goblin v0.8.2
4672024-11-01T07:38:02.326Z Compiling zerocopy v0.7.35
4682024-11-01T07:38:03.116Z Compiling pest v2.7.14
4692024-11-01T07:38:03.882Z Compiling clap v4.5.20
4702024-11-01T07:38:05.342Z Compiling pest_meta v2.7.14
4712024-11-01T07:38:06.209Z Compiling pest_generator v2.7.14
4722024-11-01T07:38:07.861Z Compiling pest_derive v2.7.14
4732024-11-01T07:38:08.620Z Compiling dtrace-parser v0.2.0
4742024-11-01T07:38:10.004Z Compiling serde_tokenstream v0.2.2
4752024-11-01T07:38:10.042Z Compiling serde_spanned v0.6.8
4762024-11-01T07:38:10.042Z Compiling toml_datetime v0.6.8
4772024-11-01T07:38:10.334Z Compiling cargo-platform v0.1.8
4782024-11-01T07:38:10.417Z Compiling toml_edit v0.22.22
4792024-11-01T07:38:10.589Z Compiling macaddr v1.0.1
4802024-11-01T07:38:10.642Z Compiling camino-tempfile v1.1.1
4812024-11-01T07:38:11.528Z Compiling dof v0.3.0
4822024-11-01T07:38:11.552Z Compiling cargo_metadata v0.18.1
4832024-11-01T07:38:13.270Z Compiling toml v0.8.19
4842024-11-01T07:38:13.307Z Compiling usdt-attr-macro v0.5.0
4852024-11-01T07:38:13.310Z Compiling usdt-macro v0.5.0
4862024-11-01T07:38:14.112Z Compiling cargo_toml v0.20.5
4872024-11-01T07:38:14.639Z Compiling usdt v0.5.0
4882024-11-01T07:38:17.601Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-11-01T07:38:21.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.70s
4902024-11-01T07:38:21.720Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-11-01T07:38:22.234Z Downloading crates ...
4922024-11-01T07:38:22.345Z Downloaded atty v0.2.14
4932024-11-01T07:38:22.354Z Downloaded adler2 v2.0.0
4942024-11-01T07:38:22.366Z Downloaded hubpack_derive v0.1.1
4952024-11-01T07:38:22.369Z Downloaded hostname v0.3.1
4962024-11-01T07:38:22.371Z Downloaded ciborium-io v0.2.2
4972024-11-01T07:38:22.374Z Downloaded http-body-util v0.1.2
4982024-11-01T07:38:22.379Z Downloaded httparse v1.9.5
4992024-11-01T07:38:22.384Z Downloaded matches v0.1.10
5002024-11-01T07:38:22.386Z Downloaded instant v0.1.13
5012024-11-01T07:38:22.386Z Downloaded async-recursion v1.1.1
5022024-11-01T07:38:22.390Z Downloaded cfg_aliases v0.1.1
5032024-11-01T07:38:22.393Z Downloaded ascii-canvas v3.0.0
5042024-11-01T07:38:22.395Z Downloaded bitflags v1.3.2
5052024-11-01T07:38:22.398Z Downloaded new_debug_unreachable v1.0.6
5062024-11-01T07:38:22.398Z Downloaded bit-vec v0.6.3
5072024-11-01T07:38:22.401Z Downloaded lru-cache v0.1.2
5082024-11-01T07:38:22.403Z Downloaded linked-hash-map v0.5.6
5092024-11-01T07:38:22.405Z Downloaded constant_time_eq v0.3.1
5102024-11-01T07:38:22.405Z Downloaded bb8 v0.8.5
5112024-11-01T07:38:22.408Z Downloaded indoc v1.0.9
5122024-11-01T07:38:22.410Z Downloaded newtype_derive v0.1.6
5132024-11-01T07:38:22.413Z Downloaded debug-ignore v1.0.5
5142024-11-01T07:38:22.415Z Downloaded aead v0.5.2
5152024-11-01T07:38:22.415Z Downloaded md-5 v0.10.6
5162024-11-01T07:38:22.418Z Downloaded lazy_static v1.5.0
5172024-11-01T07:38:22.421Z Downloaded maplit v1.0.2
5182024-11-01T07:38:22.424Z Downloaded home v0.5.9
5192024-11-01T07:38:22.424Z Downloaded csv-core v0.1.11
5202024-11-01T07:38:22.426Z Downloaded async-stream-impl v0.3.6
5212024-11-01T07:38:22.426Z Downloaded mockall v0.13.0
5222024-11-01T07:38:22.429Z Downloaded multer v3.1.0
5232024-11-01T07:38:22.432Z Downloaded memoffset v0.9.1
5242024-11-01T07:38:22.435Z Downloaded cancel-safe-futures v0.1.5
5252024-11-01T07:38:22.438Z Downloaded num-complex v0.4.6
5262024-11-01T07:38:22.441Z Downloaded atomicwrites v0.4.4
5272024-11-01T07:38:22.441Z Downloaded native-tls v0.2.12
5282024-11-01T07:38:22.444Z Downloaded bcs v0.1.6
5292024-11-01T07:38:22.446Z Downloaded http-body v1.0.1
5302024-11-01T07:38:22.449Z Downloaded assert_matches v1.5.0
5312024-11-01T07:38:22.449Z Downloaded arrayref v0.3.9
5322024-11-01T07:38:22.452Z Downloaded buf-list v1.0.3
5332024-11-01T07:38:22.455Z Downloaded http-body v0.4.6
5342024-11-01T07:38:22.458Z Downloaded http-range v0.1.5
5352024-11-01T07:38:22.458Z Downloaded cfg_aliases v0.2.1
5362024-11-01T07:38:22.458Z Downloaded addr2line v0.24.2
5372024-11-01T07:38:22.460Z Downloaded indent_write v2.2.0
5382024-11-01T07:38:22.463Z Downloaded jobserver v0.1.32
5392024-11-01T07:38:22.468Z Downloaded async-trait v0.1.83
5402024-11-01T07:38:22.471Z Downloaded ipnetwork v0.20.0
5412024-11-01T07:38:22.475Z Downloaded darling_macro v0.20.10
5422024-11-01T07:38:22.475Z Downloaded crunchy v0.2.2
5432024-11-01T07:38:22.475Z Downloaded crossbeam-deque v0.8.5
5442024-11-01T07:38:22.478Z Downloaded blowfish v0.9.1
5452024-11-01T07:38:22.478Z Downloaded impl-trait-for-tuples v0.2.2
5462024-11-01T07:38:22.483Z Downloaded ident_case v1.0.1
5472024-11-01T07:38:22.488Z Downloaded cstr-argument v0.1.2
5482024-11-01T07:38:22.488Z Downloaded crucible-workspace-hack v0.1.0
5492024-11-01T07:38:22.488Z Downloaded is_ci v1.2.0
5502024-11-01T07:38:22.488Z Downloaded castaway v0.2.3
5512024-11-01T07:38:22.491Z Downloaded match_cfg v0.1.0
5522024-11-01T07:38:22.491Z Downloaded bcrypt-pbkdf v0.10.0
5532024-11-01T07:38:22.491Z Downloaded atomic-waker v1.1.2
5542024-11-01T07:38:22.493Z Downloaded base16ct v0.2.0
5552024-11-01T07:38:22.493Z Downloaded async-stream v0.3.6
5562024-11-01T07:38:22.497Z Downloaded humantime v2.1.0
5572024-11-01T07:38:22.501Z Downloaded mime v0.3.17
5582024-11-01T07:38:22.501Z Downloaded hostname v0.4.0
5592024-11-01T07:38:22.503Z Downloaded signal-hook-tokio v0.3.1
5602024-11-01T07:38:22.503Z Downloaded const-oid v0.9.6
5612024-11-01T07:38:22.506Z Downloaded nodrop v0.1.14
5622024-11-01T07:38:22.508Z Downloaded cookie_store v0.21.0
5632024-11-01T07:38:22.512Z Downloaded clang-sys v1.8.1
5642024-11-01T07:38:22.515Z Downloaded normalize-line-endings v0.3.0
5652024-11-01T07:38:22.515Z Downloaded newline-converter v0.3.0
5662024-11-01T07:38:22.519Z Downloaded md5 v0.7.0
5672024-11-01T07:38:22.519Z Downloaded hubpack v0.1.2
5682024-11-01T07:38:22.519Z Downloaded httpdate v1.0.3
5692024-11-01T07:38:22.522Z Downloaded hyper-tls v0.6.0
5702024-11-01T07:38:22.522Z Downloaded strum v0.26.3
5712024-11-01T07:38:22.524Z Downloaded ciborium-ll v0.2.2
5722024-11-01T07:38:22.524Z Downloaded sigpipe v0.1.3
5732024-11-01T07:38:22.527Z Downloaded chrono-tz-build v0.4.0
5742024-11-01T07:38:22.527Z Downloaded convert_case v0.4.0
5752024-11-01T07:38:22.530Z Downloaded bitfield-struct v0.6.2
5762024-11-01T07:38:22.530Z Downloaded smallvec v0.6.14
5772024-11-01T07:38:22.532Z Downloaded colored v2.1.0
5782024-11-01T07:38:22.535Z Downloaded chacha20 v0.9.1
5792024-11-01T07:38:22.538Z Downloaded cobs v0.2.3
5802024-11-01T07:38:22.538Z Downloaded hyper-rustls v0.27.3
5812024-11-01T07:38:22.541Z Downloaded slog-scope v4.4.0
5822024-11-01T07:38:22.544Z Downloaded is-terminal v0.4.13
5832024-11-01T07:38:22.544Z Downloaded crc v3.2.1
5842024-11-01T07:38:22.547Z Downloaded tiny-keccak v2.0.2
5852024-11-01T07:38:22.550Z Downloaded async-bb8-diesel v0.2.1
5862024-11-01T07:38:22.553Z Downloaded arrayvec v0.7.6
5872024-11-01T07:38:22.556Z Downloaded diesel_table_macro_syntax v0.2.0
5882024-11-01T07:38:22.559Z Downloaded vte_generate_state_changes v0.1.2
5892024-11-01T07:38:22.559Z Downloaded nanorand v0.7.0
5902024-11-01T07:38:22.561Z Downloaded zone_cfg_derive v0.1.2
5912024-11-01T07:38:22.564Z Downloaded allocator-api2 v0.2.18
5922024-11-01T07:38:22.567Z Downloaded multimap v0.10.0
5932024-11-01T07:38:22.569Z Downloaded lalrpop-util v0.19.12
5942024-11-01T07:38:22.569Z Downloaded base64ct v1.6.0
5952024-11-01T07:38:22.572Z Downloaded maybe-uninit v2.0.0
5962024-11-01T07:38:22.574Z Downloaded schemars_derive v0.8.21
5972024-11-01T07:38:22.577Z Downloaded rustfmt-wrapper v0.2.1
5982024-11-01T07:38:22.577Z Downloaded rustc_version v0.4.1
5992024-11-01T07:38:22.579Z Downloaded serde_path_to_error v0.1.16
6002024-11-01T07:38:22.582Z Downloaded backtrace v0.3.74
6012024-11-01T07:38:22.587Z Downloaded aes-gcm v0.10.3
6022024-11-01T07:38:22.592Z Downloaded fxhash v0.2.1
6032024-11-01T07:38:22.594Z Downloaded foreign-types-shared v0.1.1
6042024-11-01T07:38:22.594Z Downloaded foreign-types-macros v0.2.3
6052024-11-01T07:38:22.597Z Downloaded structmeta-derive v0.3.0
6062024-11-01T07:38:22.597Z Downloaded openssl-probe v0.1.5
6072024-11-01T07:38:22.599Z Downloaded universal-hash v0.5.1
6082024-11-01T07:38:22.602Z Downloaded xz2 v0.1.7
6092024-11-01T07:38:22.602Z Downloaded structmeta-derive v0.2.0
6102024-11-01T07:38:22.605Z Downloaded iana-time-zone v0.1.61
6112024-11-01T07:38:22.623Z Downloaded russh-keys v0.45.0
6122024-11-01T07:38:22.623Z Downloaded num-bigint v0.4.6
6132024-11-01T07:38:22.623Z Downloaded path-slash v0.1.5
6142024-11-01T07:38:22.633Z Downloaded crc32fast v1.4.2
6152024-11-01T07:38:22.633Z Downloaded const_format_proc_macros v0.2.33
6162024-11-01T07:38:22.633Z Downloaded console v0.15.8
6172024-11-01T07:38:22.633Z Downloaded phf_shared v0.10.0
6182024-11-01T07:38:22.633Z Downloaded peg-runtime v0.8.3
6192024-11-01T07:38:22.634Z Downloaded deranged v0.3.11
6202024-11-01T07:38:22.634Z Downloaded wait-timeout v0.2.0
6212024-11-01T07:38:22.637Z Downloaded embedded-io v0.6.1
6222024-11-01T07:38:22.637Z Downloaded arc-swap v1.7.1
6232024-11-01T07:38:22.640Z Downloaded mime_guess v2.0.5
6242024-11-01T07:38:22.642Z Downloaded nu-ansi-term v0.50.1
6252024-11-01T07:38:22.645Z Downloaded precomputed-hash v0.1.1
6262024-11-01T07:38:22.645Z Downloaded serde_derive_internals v0.29.1
6272024-11-01T07:38:22.648Z Downloaded chacha20poly1305 v0.10.1
6282024-11-01T07:38:22.650Z Downloaded num-integer v0.1.46
6292024-11-01T07:38:22.652Z Downloaded tokio-tungstenite v0.21.0
6302024-11-01T07:38:22.655Z Downloaded rpassword v7.3.1
6312024-11-01T07:38:22.659Z Downloaded darling_core v0.20.10
6322024-11-01T07:38:22.661Z Downloaded take_mut v0.2.2
6332024-11-01T07:38:22.664Z Downloaded gethostname v0.5.0
6342024-11-01T07:38:22.666Z Downloaded fallible-streaming-iterator v0.1.9
6352024-11-01T07:38:22.667Z Downloaded fallible-iterator v0.3.0
6362024-11-01T07:38:22.669Z Downloaded blake2 v0.10.6
6372024-11-01T07:38:22.672Z Downloaded tokio-stream v0.1.16
6382024-11-01T07:38:22.676Z Downloaded waitgroup v0.1.2
6392024-11-01T07:38:22.678Z Downloaded toolchain_find v0.4.0
6402024-11-01T07:38:22.680Z Downloaded base64 v0.13.1
6412024-11-01T07:38:22.683Z Downloaded num_threads v0.1.7
6422024-11-01T07:38:22.685Z Downloaded predicates-core v1.0.8
6432024-11-01T07:38:22.687Z Downloaded predicates v3.1.2
6442024-11-01T07:38:22.690Z Downloaded phf_generator v0.11.2
6452024-11-01T07:38:22.693Z Downloaded phf_codegen v0.11.2
6462024-11-01T07:38:22.693Z Downloaded scrypt v0.11.0
6472024-11-01T07:38:22.695Z Downloaded der_derive v0.7.3
6482024-11-01T07:38:22.698Z Downloaded nibble_vec v0.1.0
6492024-11-01T07:38:22.698Z Downloaded parse-display-derive v0.10.0
6502024-11-01T07:38:22.700Z Downloaded mockall_derive v0.13.0
6512024-11-01T07:38:22.703Z Downloaded radium v0.7.0
6522024-11-01T07:38:22.705Z Downloaded powerfmt v0.2.0
6532024-11-01T07:38:22.705Z Downloaded signature v2.2.0
6542024-11-01T07:38:22.708Z Downloaded miniz_oxide v0.8.0
6552024-11-01T07:38:22.710Z Downloaded pin-utils v0.1.0
6562024-11-01T07:38:22.713Z Downloaded hyper v1.4.1
6572024-11-01T07:38:22.720Z Downloaded tap v1.0.1
6582024-11-01T07:38:22.723Z Downloaded progenitor-client v0.8.0
6592024-11-01T07:38:22.723Z Downloaded tabwriter v1.4.0
6602024-11-01T07:38:22.725Z Downloaded slab v0.4.9
6612024-11-01T07:38:22.728Z Downloaded nom v7.1.3
6622024-11-01T07:38:22.733Z Downloaded supports-color v3.0.1
6632024-11-01T07:38:22.736Z Downloaded twox-hash v1.6.3
6642024-11-01T07:38:22.738Z Downloaded cookie v0.18.1
6652024-11-01T07:38:22.740Z Downloaded compact_str v0.8.0
6662024-11-01T07:38:22.745Z Downloaded russh-cryptovec v0.7.3
6672024-11-01T07:38:22.748Z Downloaded tui-tree-widget v0.22.0
6682024-11-01T07:38:22.748Z Downloaded zone v0.1.8
6692024-11-01T07:38:22.751Z Downloaded zeroize_derive v1.4.2
6702024-11-01T07:38:22.751Z Downloaded termtree v0.4.1
6712024-11-01T07:38:22.753Z Downloaded float-cmp v0.9.0
6722024-11-01T07:38:22.755Z Downloaded sct v0.7.1
6732024-11-01T07:38:22.757Z Downloaded dyn-clone v1.0.17
6742024-11-01T07:38:22.760Z Downloaded enum-as-inner v0.5.1
6752024-11-01T07:38:22.763Z Downloaded schemars v0.8.21
6762024-11-01T07:38:22.776Z Downloaded packed_struct_codegen v0.10.1
6772024-11-01T07:38:22.789Z Downloaded dhcproto-macros v0.1.0
6782024-11-01T07:38:22.792Z Downloaded http v0.2.12
6792024-11-01T07:38:22.794Z Downloaded derive_builder_macro v0.20.2
6802024-11-01T07:38:22.797Z Downloaded progenitor v0.8.0
6812024-11-01T07:38:22.799Z Downloaded want v0.3.1
6822024-11-01T07:38:22.799Z Downloaded progenitor-macro v0.8.0
6832024-11-01T07:38:22.802Z Downloaded const_format v0.2.33
6842024-11-01T07:38:22.805Z Downloaded num-conv v0.1.0
6852024-11-01T07:38:22.808Z Downloaded spin v0.5.2
6862024-11-01T07:38:22.810Z Downloaded stringprep v0.1.5
6872024-11-01T07:38:22.813Z Downloaded string_cache v0.8.7
6882024-11-01T07:38:22.813Z Downloaded semver v0.1.20
6892024-11-01T07:38:22.815Z Downloaded secrecy v0.8.0
6902024-11-01T07:38:22.817Z Downloaded time-core v0.1.2
6912024-11-01T07:38:22.817Z Downloaded vsss-rs v3.3.4
6922024-11-01T07:38:22.820Z Downloaded termios v0.3.3
6932024-11-01T07:38:22.822Z Downloaded smf v0.2.3
6942024-11-01T07:38:22.825Z Downloaded zeroize v1.8.1
6952024-11-01T07:38:22.827Z Downloaded base64 v0.22.1
6962024-11-01T07:38:22.830Z Downloaded sec1 v0.7.3
6972024-11-01T07:38:22.832Z Downloaded same-file v1.0.6
6982024-11-01T07:38:22.834Z Downloaded try-lock v0.2.5
6992024-11-01T07:38:22.837Z Downloaded unicode_categories v0.1.1
7002024-11-01T07:38:22.839Z Downloaded rsa v0.9.6
7012024-11-01T07:38:22.844Z Downloaded downcast v0.11.0
7022024-11-01T07:38:22.846Z Downloaded aes v0.8.4
7032024-11-01T07:38:22.849Z Downloaded ron v0.7.1
7042024-11-01T07:38:22.855Z Downloaded futures-core v0.3.31
7052024-11-01T07:38:22.857Z Downloaded whoami v1.5.2
7062024-11-01T07:38:22.860Z Downloaded endian-type v0.1.2
7072024-11-01T07:38:22.862Z Downloaded group v0.13.0
7082024-11-01T07:38:22.862Z Downloaded which v4.4.2
7092024-11-01T07:38:22.865Z Downloaded pin-project-lite v0.2.14
7102024-11-01T07:38:22.870Z Downloaded pin-project-internal v1.1.6
7112024-11-01T07:38:22.872Z Downloaded display-error-chain v0.2.1
7122024-11-01T07:38:22.876Z Downloaded crossbeam-channel v0.5.13
7132024-11-01T07:38:22.879Z Downloaded pretty-hex v0.2.1
7142024-11-01T07:38:22.881Z Downloaded parse-size v1.1.0
7152024-11-01T07:38:22.881Z Downloaded oso-derive v0.27.3
7162024-11-01T07:38:22.884Z Downloaded pem v3.0.4
7172024-11-01T07:38:22.884Z Downloaded parking_lot v0.11.2
7182024-11-01T07:38:22.887Z Downloaded num-derive v0.4.2
7192024-11-01T07:38:22.889Z Downloaded ref-cast v1.0.23
7202024-11-01T07:38:22.892Z Downloaded tungstenite v0.23.0
7212024-11-01T07:38:22.896Z Downloaded slog-bunyan v2.5.0
7222024-11-01T07:38:22.899Z Downloaded slog-async v2.8.0
7232024-11-01T07:38:22.902Z Downloaded shlex v1.3.0
7242024-11-01T07:38:22.902Z Downloaded tokio-tungstenite v0.24.0
7252024-11-01T07:38:22.905Z Downloaded ref-cast-impl v1.0.23
7262024-11-01T07:38:22.907Z Downloaded rand_xorshift v0.3.0
7272024-11-01T07:38:22.907Z Downloaded rand_seeder v0.3.0
7282024-11-01T07:38:22.910Z Downloaded hickory-resolver v0.24.1
7292024-11-01T07:38:22.914Z Downloaded serde-big-array v0.5.1
7302024-11-01T07:38:22.918Z Downloaded structmeta v0.2.0
7312024-11-01T07:38:22.926Z Downloaded foreign-types-shared v0.3.1
7322024-11-01T07:38:22.926Z Downloaded unicode-truncate v1.1.0
7332024-11-01T07:38:22.928Z Downloaded thread_local v1.1.8
7342024-11-01T07:38:22.933Z Downloaded thiserror-no-std v2.0.2
7352024-11-01T07:38:22.934Z Downloaded crossterm v0.28.1
7362024-11-01T07:38:22.941Z Downloaded des v0.8.1
7372024-11-01T07:38:22.941Z Downloaded derive_builder_core v0.20.2
7382024-11-01T07:38:22.946Z Downloaded fatfs v0.3.6
7392024-11-01T07:38:22.946Z Downloaded unicase v2.7.0
7402024-11-01T07:38:22.951Z Downloaded pkg-config v0.3.31
7412024-11-01T07:38:22.951Z Downloaded globset v0.4.15
7422024-11-01T07:38:22.951Z Downloaded pkcs8 v0.10.2
7432024-11-01T07:38:22.955Z Downloaded futures-sink v0.3.31
7442024-11-01T07:38:22.956Z Downloaded parse-display v0.10.0
7452024-11-01T07:38:22.960Z Downloaded hickory-client v0.24.1
7462024-11-01T07:38:22.960Z Downloaded unarray v0.1.4
7472024-11-01T07:38:22.964Z Downloaded parking_lot_core v0.8.6
7482024-11-01T07:38:22.964Z Downloaded tokio-native-tls v0.3.1
7492024-11-01T07:38:22.968Z Downloaded serde_plain v1.0.2
7502024-11-01T07:38:22.968Z Downloaded serde-hex v0.1.0
7512024-11-01T07:38:22.972Z Downloaded rustls-pemfile v2.2.0
7522024-11-01T07:38:22.976Z Downloaded tokio-rustls v0.24.1
7532024-11-01T07:38:22.976Z Downloaded tungstenite v0.21.0
7542024-11-01T07:38:22.981Z Downloaded tinyvec_macros v0.1.1
7552024-11-01T07:38:22.985Z Downloaded rfc6979 v0.4.0
7562024-11-01T07:38:22.986Z Downloaded test-strategy v0.3.1
7572024-11-01T07:38:22.990Z Downloaded defmt-macros v0.3.9
7582024-11-01T07:38:22.994Z Downloaded foldhash v0.1.3
7592024-11-01T07:38:22.994Z Downloaded tokio-macros v2.4.0
7602024-11-01T07:38:22.994Z Downloaded salsa20 v0.10.2
7612024-11-01T07:38:22.994Z Downloaded rusty-fork v0.3.0
7622024-11-01T07:38:22.999Z Downloaded xattr v1.3.1
7632024-11-01T07:38:23.004Z Downloaded peg v0.8.4
7642024-11-01T07:38:23.004Z Downloaded num_enum_derive v0.5.11
7652024-11-01T07:38:23.019Z Downloaded funty v2.0.0
7662024-11-01T07:38:23.019Z Downloaded parking_lot v0.12.3
7672024-11-01T07:38:23.019Z Downloaded num-traits v0.2.19
7682024-11-01T07:38:23.019Z Downloaded dhcproto v0.12.0
7692024-11-01T07:38:23.022Z Downloaded ed25519 v2.2.3
7702024-11-01T07:38:23.023Z Downloaded pkcs5 v0.7.1
7712024-11-01T07:38:23.044Z Downloaded spki v0.7.3
7722024-11-01T07:38:23.050Z Downloaded futures-channel v0.3.31
7732024-11-01T07:38:23.050Z Downloaded rustc-hash v1.1.0
7742024-11-01T07:38:23.050Z Downloaded tower-service v0.3.3
7752024-11-01T07:38:23.050Z Downloaded primeorder v0.13.6
7762024-11-01T07:38:23.050Z Downloaded zone_cfg_derive v0.3.0
7772024-11-01T07:38:23.050Z Downloaded defmt-parser v0.3.4
7782024-11-01T07:38:23.051Z Downloaded slog v2.7.0
7792024-11-01T07:38:23.051Z Downloaded signal-hook v0.3.17
7802024-11-01T07:38:23.051Z Downloaded rcgen v0.12.1
7812024-11-01T07:38:23.051Z Downloaded rtoolbox v0.0.2
7822024-11-01T07:38:23.051Z Downloaded quinn-udp v0.5.5
7832024-11-01T07:38:23.055Z Downloaded predicates-tree v1.0.11
7842024-11-01T07:38:23.056Z Downloaded ena v0.14.3
7852024-11-01T07:38:23.056Z Downloaded embedded-io v0.4.0
7862024-11-01T07:38:23.056Z Downloaded elliptic-curve v0.13.8
7872024-11-01T07:38:23.060Z Downloaded sqlparser_derive v0.2.2
7882024-11-01T07:38:23.063Z Downloaded env_logger v0.11.5
7892024-11-01T07:38:23.063Z Downloaded pin-project v1.1.6
7902024-11-01T07:38:23.077Z Downloaded headers-core v0.3.0
7912024-11-01T07:38:23.081Z Downloaded psl-types v2.0.11
7922024-11-01T07:38:23.081Z Downloaded derive_more v0.99.18
7932024-11-01T07:38:23.088Z Downloaded ghash v0.5.1
7942024-11-01T07:38:23.088Z Downloaded serde_repr v0.1.19
7952024-11-01T07:38:23.090Z Downloaded ecdsa v0.16.9
7962024-11-01T07:38:23.090Z Downloaded toml_edit v0.19.15
7972024-11-01T07:38:23.109Z Downloaded zone v0.3.0
7982024-11-01T07:38:23.112Z Downloaded slog-json v2.6.1
7992024-11-01T07:38:23.114Z Downloaded utf-8 v0.7.6
8002024-11-01T07:38:23.115Z Downloaded spin v0.9.8
8012024-11-01T07:38:23.117Z Downloaded snafu-derive v0.8.5
8022024-11-01T07:38:23.120Z Downloaded postgres-protocol v0.6.7
8032024-11-01T07:38:23.123Z Downloaded topological-sort v0.2.2
8042024-11-01T07:38:23.123Z Downloaded value-bag v1.9.0
8052024-11-01T07:38:23.125Z Downloaded oso v0.27.3
8062024-11-01T07:38:23.128Z Downloaded hmac v0.12.1
8072024-11-01T07:38:23.131Z Downloaded blake3 v1.5.4
8082024-11-01T07:38:23.139Z Downloaded opaque-debug v0.3.1
8092024-11-01T07:38:23.142Z Downloaded slog-envlogger v2.2.0
8102024-11-01T07:38:23.144Z Downloaded proc-macro-crate v1.3.1
8112024-11-01T07:38:23.144Z Downloaded sqlformat v0.2.6
8122024-11-01T07:38:23.147Z Downloaded hashlink v0.9.1
8132024-11-01T07:38:23.149Z Downloaded typed-path v0.7.1
8142024-11-01T07:38:23.156Z Downloaded quick-error v1.2.3
8152024-11-01T07:38:23.159Z Downloaded itertools v0.12.1
8162024-11-01T07:38:23.163Z Downloaded rand_chacha v0.3.1
8172024-11-01T07:38:23.166Z Downloaded hash32 v0.3.1
8182024-11-01T07:38:23.166Z Downloaded hash32 v0.2.1
8192024-11-01T07:38:23.169Z Downloaded prettyplease v0.2.22
8202024-11-01T07:38:23.173Z Downloaded derive_builder v0.20.2
8212024-11-01T07:38:23.177Z Downloaded pbkdf2 v0.12.2
8222024-11-01T07:38:23.179Z Downloaded termcolor v1.4.1
8232024-11-01T07:38:23.182Z Downloaded enum-as-inner v0.6.1
8242024-11-01T07:38:23.184Z Downloaded rustyline v14.0.0
8252024-11-01T07:38:23.188Z Downloaded thiserror-impl-no-std v2.0.2
8262024-11-01T07:38:23.190Z Downloaded strip-ansi-escapes v0.2.0
8272024-11-01T07:38:23.190Z Downloaded slog-dtrace v0.3.0
8282024-11-01T07:38:23.193Z Downloaded smallvec v1.13.2
8292024-11-01T07:38:23.196Z Downloaded postcard v1.0.10
8302024-11-01T07:38:23.198Z Downloaded paste v1.0.15
8312024-11-01T07:38:23.201Z Downloaded hashbrown v0.14.5
8322024-11-01T07:38:23.208Z Downloaded difflib v0.4.0
8332024-11-01T07:38:23.212Z Downloaded highway v1.2.0
8342024-11-01T07:38:23.213Z Downloaded defmt v0.3.8
8352024-11-01T07:38:23.216Z Downloaded itertools v0.13.0
8362024-11-01T07:38:23.223Z Downloaded lalrpop v0.19.12
8372024-11-01T07:38:23.234Z Downloaded untrusted v0.7.1
8382024-11-01T07:38:23.238Z Downloaded r2d2 v0.8.10
8392024-11-01T07:38:23.245Z Downloaded wyz v0.5.1
8402024-11-01T07:38:23.245Z Downloaded snafu v0.8.5
8412024-11-01T07:38:23.249Z Downloaded futures v0.3.31
8422024-11-01T07:38:23.252Z Downloaded phf_shared v0.11.2
8432024-11-01T07:38:23.255Z Downloaded env_filter v0.1.2
8442024-11-01T07:38:23.255Z Downloaded either v1.13.0
8452024-11-01T07:38:23.258Z Downloaded futures-macro v0.3.31
8462024-11-01T07:38:23.258Z Downloaded serde_urlencoded v0.7.1
8472024-11-01T07:38:23.261Z Downloaded dirs-sys-next v0.1.2
8482024-11-01T07:38:23.261Z Downloaded dirs-next v2.0.0
8492024-11-01T07:38:23.266Z Downloaded percent-encoding v2.3.1
8502024-11-01T07:38:23.266Z Downloaded pbkdf2 v0.11.0
8512024-11-01T07:38:23.269Z Downloaded futures-executor v0.3.31
8522024-11-01T07:38:23.270Z Downloaded tls_codec v0.4.1
8532024-11-01T07:38:23.273Z Downloaded quinn v0.11.5
8542024-11-01T07:38:23.276Z Downloaded password-hash v0.5.0
8552024-11-01T07:38:23.276Z Downloaded num_enum v0.5.11
8562024-11-01T07:38:23.281Z Downloaded futures-io v0.3.31
8572024-11-01T07:38:23.284Z Downloaded half v2.4.1
8582024-11-01T07:38:23.287Z Downloaded uzers v0.12.1
8592024-11-01T07:38:23.292Z Downloaded sha1 v0.10.6
8602024-11-01T07:38:23.292Z Downloaded rand_core v0.6.4
8612024-11-01T07:38:23.292Z Downloaded expectorate v1.1.0
8622024-11-01T07:38:23.296Z Downloaded phf v0.11.2
8632024-11-01T07:38:23.296Z Downloaded password-hash v0.4.2
8642024-11-01T07:38:23.300Z Downloaded poly1305 v0.8.0
8652024-11-01T07:38:23.304Z Downloaded getrandom v0.2.15
8662024-11-01T07:38:23.304Z Downloaded zerocopy v0.6.6
8672024-11-01T07:38:23.307Z Downloaded vergen v8.3.2
8682024-11-01T07:38:23.312Z Downloaded hyper v0.14.30
8692024-11-01T07:38:23.318Z Downloaded tinyvec v1.8.0
8702024-11-01T07:38:23.322Z Downloaded unicode-segmentation v1.12.0
8712024-11-01T07:38:23.330Z Downloaded url v2.5.2
8722024-11-01T07:38:23.333Z Downloaded h2 v0.4.6
8732024-11-01T07:38:23.337Z Downloaded uuid v1.10.0
8742024-11-01T07:38:23.343Z Downloaded toml v0.7.8
8752024-11-01T07:38:23.346Z Downloaded omicron-zone-package v0.11.1
8762024-11-01T07:38:23.350Z Downloaded subprocess v0.2.9
8772024-11-01T07:38:23.351Z Downloaded der v0.7.9
8782024-11-01T07:38:23.358Z Downloaded russh v0.45.0
8792024-11-01T07:38:23.362Z Downloaded p521 v0.13.3
8802024-11-01T07:38:23.367Z Downloaded tar v0.4.42
8812024-11-01T07:38:23.371Z Downloaded unicode-normalization v0.1.24
8822024-11-01T07:38:23.374Z Downloaded time v0.3.36
8832024-11-01T07:38:23.382Z Downloaded aho-corasick v1.1.3
8842024-11-01T07:38:23.389Z Downloaded serde_with_macros v3.11.0
8852024-11-01T07:38:23.392Z Downloaded reedline v0.35.0
8862024-11-01T07:38:23.398Z Downloaded serde_yaml v0.9.34+deprecated
8872024-11-01T07:38:23.411Z Downloaded unsafe-libyaml v0.2.11
8882024-11-01T07:38:23.415Z Downloaded tracing v0.1.40
8892024-11-01T07:38:23.415Z Downloaded rand v0.8.5
8902024-11-01T07:38:23.421Z Downloaded qorb v0.2.0
8912024-11-01T07:38:23.427Z Downloaded diesel_derives v2.2.3
8922024-11-01T07:38:23.432Z Downloaded heapless v0.7.17
8932024-11-01T07:38:23.432Z Downloaded idna v0.3.0
8942024-11-01T07:38:23.439Z Downloaded x509-cert v0.2.5
8952024-11-01T07:38:23.444Z Downloaded publicsuffix v2.2.3
8962024-11-01T07:38:23.453Z Downloaded nix v0.28.0
8972024-11-01T07:38:23.466Z Downloaded ed25519-dalek v2.1.1
8982024-11-01T07:38:23.473Z Downloaded bindgen v0.69.5
8992024-11-01T07:38:23.477Z Downloaded tough v0.17.1
9002024-11-01T07:38:23.485Z Downloaded openssl-sys v0.9.103
9012024-11-01T07:38:23.490Z Downloaded hashbrown v0.12.3
9022024-11-01T07:38:23.502Z Downloaded serde_with v3.11.0
9032024-11-01T07:38:23.505Z Downloaded chrono v0.4.38
9042024-11-01T07:38:23.509Z Downloaded h2 v0.3.26
9052024-11-01T07:38:23.525Z Downloaded rusqlite v0.32.1
9062024-11-01T07:38:23.526Z Downloaded hkdf v0.12.4
9072024-11-01T07:38:23.529Z Downloaded bitvec v1.0.1
9082024-11-01T07:38:23.543Z Downloaded parse-zoneinfo v0.3.1
9092024-11-01T07:38:23.546Z Downloaded curve25519-dalek v4.1.3
9102024-11-01T07:38:23.555Z Downloaded regex v1.11.0
9112024-11-01T07:38:23.570Z Downloaded regress v0.10.1
9122024-11-01T07:38:23.579Z Downloaded winnow v0.5.40
9132024-11-01T07:38:23.589Z Downloaded quick-xml v0.33.0
9142024-11-01T07:38:23.596Z Downloaded nix v0.27.1
9152024-11-01T07:38:23.607Z Downloaded futures-util v0.3.31
9162024-11-01T07:38:23.619Z Downloaded rustls v0.21.12
9172024-11-01T07:38:23.632Z Downloaded proptest v1.5.0
9182024-11-01T07:38:23.643Z Downloaded rustls-webpki v0.102.8
9192024-11-01T07:38:23.664Z Downloaded reqwest v0.12.8
9202024-11-01T07:38:23.671Z Downloaded webpki-roots v0.26.6
9212024-11-01T07:38:23.676Z Downloaded object v0.30.4
9222024-11-01T07:38:23.686Z Downloaded chrono-tz v0.10.0
9232024-11-01T07:38:23.694Z Downloaded nix v0.29.0
9242024-11-01T07:38:23.708Z Downloaded sqlparser v0.45.0
9252024-11-01T07:38:23.713Z Downloaded rustls v0.22.4
9262024-11-01T07:38:23.728Z Downloaded polar-core v0.27.3
9272024-11-01T07:38:23.736Z Downloaded gimli v0.31.1
9282024-11-01T07:38:23.746Z Downloaded vcpkg v0.2.15
9292024-11-01T07:38:23.786Z Downloaded radix_trie v0.2.1
9302024-11-01T07:38:23.791Z Downloaded regex-syntax v0.6.29
9312024-11-01T07:38:23.799Z Downloaded smoltcp v0.9.1
9322024-11-01T07:38:23.811Z Downloaded rustls v0.23.14
9332024-11-01T07:38:23.823Z Downloaded dropshot v0.12.0
9342024-11-01T07:38:23.844Z Downloaded smoltcp v0.11.0
9352024-11-01T07:38:23.858Z Downloaded object v0.36.5
9362024-11-01T07:38:23.871Z Downloaded regress v0.9.1
9372024-11-01T07:38:23.880Z Downloaded typify-impl v0.2.0
9382024-11-01T07:38:23.896Z Downloaded regex-syntax v0.8.5
9392024-11-01T07:38:23.905Z Downloaded sled v0.34.7
9402024-11-01T07:38:23.917Z Downloaded ratatui v0.28.1
9412024-11-01T07:38:23.936Z Downloaded hickory-proto v0.24.1
9422024-11-01T07:38:23.951Z Downloaded diesel v2.2.4
9432024-11-01T07:38:23.971Z Downloaded openapiv3 v2.0.0
9442024-11-01T07:38:23.984Z Downloaded bzip2-sys v0.1.11+1.0.8
9452024-11-01T07:38:23.997Z Downloaded bstr v1.10.0
9462024-11-01T07:38:24.008Z Downloaded trust-dns-proto v0.22.0
9472024-11-01T07:38:24.023Z Downloaded quinn-proto v0.11.8
9482024-11-01T07:38:24.027Z Downloaded git2 v0.19.0
9492024-11-01T07:38:24.036Z Downloaded p384 v0.13.0
9502024-11-01T07:38:24.042Z Downloaded openssl v0.10.66
9512024-11-01T07:38:24.053Z Downloaded idna v0.2.3
9522024-11-01T07:38:24.060Z Downloaded zerocopy-derive v0.6.6
9532024-11-01T07:38:24.070Z Downloaded portable-atomic v1.9.0
9542024-11-01T07:38:24.076Z Downloaded rustls-webpki v0.101.7
9552024-11-01T07:38:24.091Z Downloaded idna v0.4.0
9562024-11-01T07:38:24.098Z Downloaded tokio-util v0.7.12
9572024-11-01T07:38:24.104Z Downloaded idna v0.5.0
9582024-11-01T07:38:24.112Z Downloaded regex-automata v0.4.8
9592024-11-01T07:38:24.129Z Downloaded tokio v1.40.0
9602024-11-01T07:38:24.167Z Downloaded lzma-sys v0.1.20
9612024-11-01T07:38:24.196Z Downloaded csv v1.3.0
9622024-11-01T07:38:24.216Z Downloaded petgraph v0.6.5
9632024-11-01T07:38:24.234Z Downloaded rayon v1.10.0
9642024-11-01T07:38:24.243Z Downloaded steno v0.4.1
9652024-11-01T07:38:24.246Z Downloaded hashbrown v0.13.2
9662024-11-01T07:38:24.253Z Downloaded salty v0.3.0
9672024-11-01T07:38:24.258Z Downloaded reqwest v0.11.27
9682024-11-01T07:38:24.266Z Downloaded libz-sys v1.1.20
9692024-11-01T07:38:24.288Z Downloaded headers v0.4.0
9702024-11-01T07:38:24.293Z Downloaded term v0.7.0
9712024-11-01T07:38:24.296Z Downloaded sha3 v0.10.8
9722024-11-01T07:38:24.301Z Downloaded static_assertions v1.1.0
9732024-11-01T07:38:24.304Z Downloaded resolv-conf v0.7.0
9742024-11-01T07:38:24.307Z Downloaded env_logger v0.10.2
9752024-11-01T07:38:24.309Z Downloaded ssh-key v0.6.6
9762024-11-01T07:38:24.315Z Downloaded diff v0.1.13
9772024-11-01T07:38:24.317Z Downloaded tracing-core v0.1.32
9782024-11-01T07:38:24.320Z Downloaded structmeta v0.3.0
9792024-11-01T07:38:24.322Z Downloaded shell-words v1.1.0
9802024-11-01T07:38:24.322Z Downloaded pem-rfc7468 v0.7.0
9812024-11-01T07:38:24.325Z Downloaded olpc-cjson v0.1.4
9822024-11-01T07:38:24.325Z Downloaded futures-task v0.3.31
9832024-11-01T07:38:24.328Z Downloaded flate2 v1.0.34
9842024-11-01T07:38:24.332Z Downloaded unicode-bidi v0.3.17
9852024-11-01T07:38:24.335Z Downloaded flume v0.11.1
9862024-11-01T07:38:24.338Z Downloaded tokio-postgres v0.7.12
9872024-11-01T07:38:24.342Z Downloaded polyval v0.6.2
9882024-11-01T07:38:24.345Z Downloaded parking_lot_core v0.9.10
9892024-11-01T07:38:24.348Z Downloaded socket2 v0.5.7
9902024-11-01T07:38:24.350Z Downloaded peg-macros v0.8.4
9912024-11-01T07:38:24.350Z Downloaded tls_codec_derive v0.4.1
9922024-11-01T07:38:24.353Z Downloaded p256 v0.13.2
9932024-11-01T07:38:24.356Z Downloaded heapless v0.8.0
9942024-11-01T07:38:24.359Z Downloaded tungstenite v0.24.0
9952024-11-01T07:38:24.363Z Downloaded num-bigint-dig v0.8.4
9962024-11-01T07:38:24.368Z Downloaded hickory-server v0.24.1
9972024-11-01T07:38:24.373Z Downloaded fragile v2.0.0
9982024-11-01T07:38:24.377Z Downloaded encoding_rs v0.8.34
9992024-11-01T07:38:24.397Z Downloaded untrusted v0.9.0
10002024-11-01T07:38:24.399Z Downloaded owo-colors v4.1.0
10012024-11-01T07:38:24.402Z Downloaded typify v0.2.0
10022024-11-01T07:38:24.405Z Downloaded tracing-attributes v0.1.27
10032024-11-01T07:38:24.409Z Downloaded samael v0.0.17
10042024-11-01T07:38:24.412Z Downloaded unicode-properties v0.1.3
10052024-11-01T07:38:24.416Z Downloaded form_urlencoded v1.2.1
10062024-11-01T07:38:24.416Z Downloaded float-ord v0.3.2
10072024-11-01T07:38:24.416Z Downloaded libm v0.2.8
10082024-11-01T07:38:24.424Z Downloaded rustversion v1.0.17
10092024-11-01T07:38:24.427Z Downloaded rustc_version v0.1.7
10102024-11-01T07:38:24.427Z Downloaded rustc-hash v2.0.0
10112024-11-01T07:38:24.427Z Downloaded similar v2.6.0
10122024-11-01T07:38:24.431Z Downloaded rustc-demangle v0.1.24
10132024-11-01T07:38:24.434Z Downloaded mio v1.0.2
10142024-11-01T07:38:24.439Z Downloaded zip v0.6.6
10152024-11-01T07:38:24.443Z Downloaded glob v0.3.1
10162024-11-01T07:38:24.446Z Downloaded progenitor-impl v0.8.0
10172024-11-01T07:38:24.449Z Downloaded rustls-pki-types v1.9.0
10182024-11-01T07:38:24.452Z Downloaded cc v1.1.30
10192024-11-01T07:38:24.455Z Downloaded ron v0.8.1
10202024-11-01T07:38:24.459Z Downloaded pkcs1 v0.7.5
10212024-11-01T07:38:24.462Z Downloaded tokio-rustls v0.25.0
10222024-11-01T07:38:24.464Z Downloaded rustls-pemfile v1.0.4
10232024-11-01T07:38:24.466Z Downloaded num-rational v0.4.2
10242024-11-01T07:38:24.467Z Downloaded packed_struct v0.10.1
10252024-11-01T07:38:24.469Z Downloaded hex-literal v0.4.1
10262024-11-01T07:38:24.469Z Downloaded hex v0.4.3
10272024-11-01T07:38:24.472Z Downloaded ff v0.13.0
10282024-11-01T07:38:24.472Z Downloaded fd-lock v4.0.2
10292024-11-01T07:38:24.474Z Downloaded fallible-iterator v0.2.0
10302024-11-01T07:38:24.477Z Downloaded ppv-lite86 v0.2.20
10312024-11-01T07:38:24.477Z Downloaded postgres-types v0.2.8
10322024-11-01T07:38:24.480Z Downloaded dropshot_endpoint v0.12.0
10332024-11-01T07:38:24.482Z Downloaded diesel-dtrace v0.3.0
10342024-11-01T07:38:24.485Z Downloaded hyper-util v0.1.9
10352024-11-01T07:38:24.487Z Downloaded flagset v0.4.6
10362024-11-01T07:38:24.491Z Downloaded fixedbitset v0.4.2
10372024-11-01T07:38:24.491Z Downloaded filetime v0.2.25
10382024-11-01T07:38:24.494Z Downloaded derive-where v1.2.7
10392024-11-01T07:38:24.496Z Downloaded vte v0.11.1
10402024-11-01T07:38:24.499Z Downloaded rayon-core v1.12.1
10412024-11-01T07:38:24.503Z Downloaded walkdir v2.5.0
10422024-11-01T07:38:24.506Z Downloaded libxml v0.3.3
10432024-11-01T07:38:24.508Z Downloaded libgit2-sys v0.17.0+1.8.1
10442024-11-01T07:38:24.567Z Downloaded subtle v2.6.1
10452024-11-01T07:38:24.569Z Downloaded stable_deref_trait v1.2.0
10462024-11-01T07:38:24.570Z Downloaded signal-hook-mio v0.2.4
10472024-11-01T07:38:24.572Z Downloaded scopeguard v1.2.0
10482024-11-01T07:38:24.572Z Downloaded scheduled-thread-pool v0.2.7
10492024-11-01T07:38:24.572Z Downloaded tokio-rustls v0.26.0
10502024-11-01T07:38:24.574Z Downloaded indexmap v1.9.3
10512024-11-01T07:38:24.577Z Downloaded bytes v1.7.2
10522024-11-01T07:38:24.581Z Downloaded keccak v0.1.5
10532024-11-01T07:38:24.583Z Downloaded itertools v0.10.5
10542024-11-01T07:38:24.588Z Downloaded indicatif v0.17.8
10552024-11-01T07:38:24.592Z Downloaded siphasher v0.3.11
10562024-11-01T07:38:24.594Z Downloaded yasna v0.5.2
10572024-11-01T07:38:24.597Z Downloaded number_prefix v0.4.0
10582024-11-01T07:38:24.597Z Downloaded signal-hook-registry v1.4.2
10592024-11-01T07:38:24.601Z Downloaded heck v0.3.3
10602024-11-01T07:38:24.601Z Downloaded darling v0.20.10
10612024-11-01T07:38:24.604Z Downloaded http v1.1.0
10622024-11-01T07:38:24.607Z Downloaded crossbeam-utils v0.8.20
10632024-11-01T07:38:24.610Z Downloaded crossbeam-epoch v0.9.18
10642024-11-01T07:38:24.613Z Downloaded crc-any v2.5.0
10652024-11-01T07:38:24.615Z Downloaded time-macros v0.2.18
10662024-11-01T07:38:24.618Z Downloaded bzip2 v0.4.4
10672024-11-01T07:38:24.620Z Downloaded sync_wrapper v1.0.1
10682024-11-01T07:38:24.620Z Downloaded sync_wrapper v0.1.2
10692024-11-01T07:38:24.620Z Downloaded num-iter v0.1.45
10702024-11-01T07:38:24.623Z Downloaded crypto-bigint v0.5.5
10712024-11-01T07:38:24.627Z Downloaded strum_macros v0.26.4
10722024-11-01T07:38:24.630Z Downloaded slog-term v2.9.1
10732024-11-01T07:38:24.632Z Downloaded memmap2 v0.9.5
10742024-11-01T07:38:24.635Z Downloaded ipnet v2.10.1
10752024-11-01T07:38:24.637Z Downloaded dsl_auto_type v0.1.2
10762024-11-01T07:38:24.637Z Downloaded tokio-tungstenite v0.23.1
10772024-11-01T07:38:24.640Z Downloaded lru v0.12.5
10782024-11-01T07:38:24.640Z Downloaded lock_api v0.4.12
10792024-11-01T07:38:24.642Z Downloaded libloading v0.8.5
10802024-11-01T07:38:24.645Z Downloaded ahash v0.8.11
10812024-11-01T07:38:24.648Z Downloaded libsw v3.3.1
10822024-11-01T07:38:24.650Z Downloaded curve25519-dalek-derive v0.1.1
10832024-11-01T07:38:24.650Z Downloaded ciborium v0.2.2
10842024-11-01T07:38:24.653Z Downloaded hyper-staticfile v0.10.1
10852024-11-01T07:38:24.656Z Downloaded openssl-macros v0.1.1
10862024-11-01T07:38:24.656Z Downloaded minimal-lexical v0.2.1
10872024-11-01T07:38:24.661Z Downloaded ssh-encoding v0.2.0
10882024-11-01T07:38:24.663Z Downloaded ssh-cipher v0.2.0
10892024-11-01T07:38:24.663Z Downloaded foreign-types v0.5.0
10902024-11-01T07:38:24.666Z Downloaded foreign-types v0.3.2
10912024-11-01T07:38:24.666Z Downloaded unicode-xid v0.2.6
10922024-11-01T07:38:24.666Z Downloaded typify-macro v0.2.0
10932024-11-01T07:38:24.669Z Downloaded strum_macros v0.24.3
10942024-11-01T07:38:24.671Z Downloaded slog-stdlog v4.1.1
10952024-11-01T07:38:24.671Z Downloaded base64 v0.21.7
10962024-11-01T07:38:24.674Z Downloaded num v0.4.3
10972024-11-01T07:38:24.677Z Downloaded newtype-uuid v1.1.2
10982024-11-01T07:38:24.677Z Downloaded libefi-sys v0.1.0
10992024-11-01T07:38:24.679Z Downloaded lazycell v1.3.0
11002024-11-01T07:38:24.679Z Downloaded instability v0.3.2
11012024-11-01T07:38:24.682Z Downloaded backoff v0.4.0
11022024-11-01T07:38:24.682Z Downloaded argon2 v0.5.3
11032024-11-01T07:38:24.685Z Downloaded managed v0.8.0
11042024-11-01T07:38:24.685Z Downloaded linear-map v1.2.0
11052024-11-01T07:38:24.687Z Downloaded data-encoding v2.6.0
11062024-11-01T07:38:24.687Z Downloaded ctr v0.9.2
11072024-11-01T07:38:24.690Z Downloaded strum_macros v0.25.3
11082024-11-01T07:38:24.692Z Downloaded kstat-rs v0.2.4
11092024-11-01T07:38:24.692Z Downloaded internet-checksum v0.2.1
11102024-11-01T07:38:24.695Z Downloaded inout v0.1.3
11112024-11-01T07:38:24.695Z Downloaded bit-set v0.5.3
11122024-11-01T07:38:24.698Z Downloaded cipher v0.4.4
11132024-11-01T07:38:24.698Z Downloaded cassowary v0.3.0
11142024-11-01T07:38:24.700Z Downloaded cexpr v0.6.0
11152024-11-01T07:38:24.700Z Downloaded block-padding v0.3.3
11162024-11-01T07:38:24.703Z Downloaded bitfield v0.14.0
11172024-11-01T07:38:24.703Z Downloaded crc-catalog v2.4.0
11182024-11-01T07:38:24.705Z Downloaded cbc v0.1.2
11192024-11-01T07:38:24.706Z Downloaded array-init v0.0.4
11202024-11-01T07:38:24.843Z Downloaded ring v0.16.20
11212024-11-01T07:38:24.971Z Downloaded ring v0.17.8
11222024-11-01T07:38:25.077Z Downloaded libsqlite3-sys v0.30.1
11232024-11-01T07:38:25.252Z Compiling serde v1.0.210
11242024-11-01T07:38:25.259Z Compiling typenum v1.17.0
11252024-11-01T07:38:25.259Z Compiling generic-array v0.14.7
11262024-11-01T07:38:25.259Z Compiling lock_api v0.4.12
11272024-11-01T07:38:25.259Z Compiling scopeguard v1.2.0
11282024-11-01T07:38:25.259Z Compiling subtle v2.6.1
11292024-11-01T07:38:25.424Z Compiling syn v2.0.79
11302024-11-01T07:38:25.437Z Compiling getrandom v0.2.15
11312024-11-01T07:38:25.523Z Compiling value-bag v1.9.0
11322024-11-01T07:38:25.684Z Compiling rand_core v0.6.4
11332024-11-01T07:38:25.811Z Compiling const-oid v0.9.6
11342024-11-01T07:38:25.827Z Compiling pin-project-lite v0.2.14
11352024-11-01T07:38:25.938Z Compiling log v0.4.22
11362024-11-01T07:38:25.955Z Compiling smallvec v1.13.2
11372024-11-01T07:38:26.224Z Compiling jobserver v0.1.32
11382024-11-01T07:38:26.376Z Compiling parking_lot_core v0.9.10
11392024-11-01T07:38:26.447Z Compiling shlex v1.3.0
11402024-11-01T07:38:26.529Z Compiling futures-core v0.3.31
11412024-11-01T07:38:26.775Z Compiling cc v1.1.30
11422024-11-01T07:38:26.886Z Compiling signal-hook-registry v1.4.2
11432024-11-01T07:38:27.023Z Compiling mio v1.0.2
11442024-11-01T07:38:27.142Z Compiling cpufeatures v0.2.14
11452024-11-01T07:38:27.251Z Compiling parking_lot v0.12.3
11462024-11-01T07:38:27.520Z Compiling futures-sink v0.3.31
11472024-11-01T07:38:27.685Z Compiling spin v0.9.8
11482024-11-01T07:38:27.749Z Compiling socket2 v0.5.7
11492024-11-01T07:38:28.069Z Compiling slab v0.4.9
11502024-11-01T07:38:28.119Z Compiling serde_json v1.0.128
11512024-11-01T07:38:28.205Z Compiling futures-channel v0.3.31
11522024-11-01T07:38:28.231Z Compiling allocator-api2 v0.2.18
11532024-11-01T07:38:28.310Z Compiling pin-utils v0.1.0
11542024-11-01T07:38:28.423Z Compiling foldhash v0.1.3
11552024-11-01T07:38:28.498Z Compiling tinyvec_macros v0.1.1
11562024-11-01T07:38:28.633Z Compiling futures-io v0.3.31
11572024-11-01T07:38:28.676Z Compiling futures-task v0.3.31
11582024-11-01T07:38:28.753Z Compiling tinyvec v1.8.0
11592024-11-01T07:38:28.771Z Compiling libm v0.2.8
11602024-11-01T07:38:28.855Z Compiling num-traits v0.2.19
11612024-11-01T07:38:28.980Z Compiling hashbrown v0.15.0
11622024-11-01T07:38:29.000Z Compiling unicode-bidi v0.3.17
11632024-11-01T07:38:29.080Z Compiling base64ct v1.6.0
11642024-11-01T07:38:29.391Z Compiling flagset v0.4.6
11652024-11-01T07:38:29.604Z Compiling pem-rfc7468 v0.7.0
11662024-11-01T07:38:29.664Z Compiling httparse v1.9.5
11672024-11-01T07:38:30.271Z Compiling unicode-normalization v0.1.24
11682024-11-01T07:38:30.338Z Compiling tracing-core v0.1.32
11692024-11-01T07:38:30.355Z Compiling crossbeam-utils v0.8.20
11702024-11-01T07:38:30.488Z Compiling rustls-pki-types v1.9.0
11712024-11-01T07:38:30.517Z Compiling percent-encoding v2.3.1
11722024-11-01T07:38:30.871Z Compiling ring v0.17.8
11732024-11-01T07:38:30.961Z Compiling powerfmt v0.2.0
11742024-11-01T07:38:31.393Z Compiling num-conv v0.1.0
11752024-11-01T07:38:31.396Z Compiling pkg-config v0.3.31
11762024-11-01T07:38:31.647Z Compiling untrusted v0.9.0
11772024-11-01T07:38:31.666Z Compiling time-core v0.1.2
11782024-11-01T07:38:31.686Z Compiling vcpkg v0.2.15
11792024-11-01T07:38:31.743Z Compiling deranged v0.3.11
11802024-11-01T07:38:31.840Z Compiling time-macros v0.2.18
11812024-11-01T07:38:32.367Z Compiling num_threads v0.1.7
11822024-11-01T07:38:32.516Z Compiling atomic-waker v1.1.2
11832024-11-01T07:38:32.691Z Compiling form_urlencoded v1.2.1
11842024-11-01T07:38:32.843Z Compiling rustix v0.38.37
11852024-11-01T07:38:33.017Z Compiling slog v2.7.0
11862024-11-01T07:38:33.059Z Compiling try-lock v0.2.5
11872024-11-01T07:38:33.200Z Compiling want v0.3.1
11882024-11-01T07:38:33.474Z Compiling httpdate v1.0.3
11892024-11-01T07:38:33.623Z Compiling openssl-sys v0.9.103
11902024-11-01T07:38:33.643Z Compiling idna v0.5.0
11912024-11-01T07:38:33.706Z Compiling foreign-types-shared v0.1.1
11922024-11-01T07:38:33.802Z Compiling tower-service v0.3.3
11932024-11-01T07:38:33.915Z Compiling rustversion v1.0.17
11942024-11-01T07:38:33.936Z Compiling match_cfg v0.1.0
11952024-11-01T07:38:34.029Z Compiling iana-time-zone v0.1.61
11962024-11-01T07:38:34.359Z Compiling base64 v0.22.1
11972024-11-01T07:38:34.486Z Compiling openssl v0.10.66
11982024-11-01T07:38:34.677Z Compiling url v2.5.2
11992024-11-01T07:38:34.769Z Compiling time v0.3.36
12002024-11-01T07:38:34.942Z Compiling hostname v0.3.1
12012024-11-01T07:38:35.083Z Compiling foreign-types v0.3.2
12022024-11-01T07:38:35.170Z Compiling dirs-sys-next v0.1.2
12032024-11-01T07:38:35.187Z Compiling aho-corasick v1.1.3
12042024-11-01T07:38:35.203Z Compiling adler2 v2.0.0
12052024-11-01T07:38:35.415Z Compiling syn v1.0.109
12062024-11-01T07:38:35.758Z Compiling native-tls v0.2.12
12072024-11-01T07:38:36.013Z Compiling rustls v0.22.4
12082024-11-01T07:38:36.107Z Compiling regex-syntax v0.8.5
12092024-11-01T07:38:36.199Z Compiling rustls v0.23.14
12102024-11-01T07:38:36.292Z Compiling data-encoding v2.6.0
12112024-11-01T07:38:36.387Z Compiling siphasher v0.3.11
12122024-11-01T07:38:36.579Z Compiling dirs-next v2.0.0
12132024-11-01T07:38:36.764Z Compiling miniz_oxide v0.8.0
12142024-11-01T07:38:38.133Z Compiling serde_derive_internals v0.29.1
12152024-11-01T07:38:38.252Z Compiling crossbeam-epoch v0.9.18
12162024-11-01T07:38:38.492Z Compiling lazy_static v1.5.0
12172024-11-01T07:38:38.624Z Compiling thread_local v1.1.8
12182024-11-01T07:38:39.020Z Compiling cookie v0.18.1
12192024-11-01T07:38:39.152Z Compiling encoding_rs v0.8.34
12202024-11-01T07:38:39.256Z Compiling serde_derive v1.0.210
12212024-11-01T07:38:39.302Z Compiling zeroize_derive v1.4.2
12222024-11-01T07:38:39.763Z Compiling zerocopy-derive v0.7.35
12232024-11-01T07:38:40.138Z Compiling tokio-macros v2.4.0
12242024-11-01T07:38:40.661Z Compiling thiserror-impl v1.0.64
12252024-11-01T07:38:40.826Z Compiling zeroize v1.8.1
12262024-11-01T07:38:41.506Z Compiling futures-macro v0.3.31
12272024-11-01T07:38:41.761Z Compiling der_derive v0.7.3
12282024-11-01T07:38:41.999Z Compiling zerocopy v0.7.35
12292024-11-01T07:38:42.544Z Compiling tracing-attributes v0.1.27
12302024-11-01T07:38:42.814Z Compiling crypto-common v0.1.6
12312024-11-01T07:38:43.069Z Compiling block-buffer v0.10.4
12322024-11-01T07:38:43.353Z Compiling digest v0.10.7
12332024-11-01T07:38:43.390Z Compiling block-padding v0.3.3
12342024-11-01T07:38:43.414Z Compiling futures-util v0.3.31
12352024-11-01T07:38:43.647Z Compiling inout v0.1.3
12362024-11-01T07:38:43.665Z Compiling ppv-lite86 v0.2.20
12372024-11-01T07:38:43.890Z Compiling hmac v0.12.1
12382024-11-01T07:38:43.908Z Compiling thiserror v1.0.64
12392024-11-01T07:38:43.942Z Compiling cipher v0.4.4
12402024-11-01T07:38:44.042Z Compiling sha2 v0.10.8
12412024-11-01T07:38:44.149Z Compiling der v0.7.9
12422024-11-01T07:38:44.169Z Compiling pbkdf2 v0.12.2
12432024-11-01T07:38:44.347Z Compiling pest v2.7.14
12442024-11-01T07:38:44.459Z Compiling salsa20 v0.10.2
12452024-11-01T07:38:44.565Z Compiling rand_chacha v0.3.1
12462024-11-01T07:38:44.706Z Compiling scrypt v0.11.0
12472024-11-01T07:38:45.271Z Compiling rand v0.8.5
12482024-11-01T07:38:46.111Z Compiling tracing v0.1.40
12492024-11-01T07:38:46.666Z Compiling spki v0.7.3
12502024-11-01T07:38:46.980Z Compiling aes v0.8.4
12512024-11-01T07:38:47.031Z Compiling pest_meta v2.7.14
12522024-11-01T07:38:47.480Z Compiling cbc v0.1.2
12532024-11-01T07:38:47.483Z Compiling scroll_derive v0.12.0
12542024-11-01T07:38:47.520Z Compiling rustls-webpki v0.102.8
12552024-11-01T07:38:47.663Z Compiling openssl-macros v0.1.1
12562024-11-01T07:38:47.732Z Compiling async-trait v0.1.83
12572024-11-01T07:38:48.394Z Compiling pest_generator v2.7.14
12582024-11-01T07:38:48.909Z Compiling scroll v0.12.0
12592024-11-01T07:38:49.491Z Compiling pkcs5 v0.7.1
12602024-11-01T07:38:49.533Z Compiling goblin v0.8.2
12612024-11-01T07:38:49.824Z Compiling signature v2.2.0
12622024-11-01T07:38:49.964Z Compiling sha1 v0.10.6
12632024-11-01T07:38:50.129Z Compiling pkcs8 v0.10.2
12642024-11-01T07:38:50.304Z Compiling regex-automata v0.4.8
12652024-11-01T07:38:50.322Z Compiling multer v3.1.0
12662024-11-01T07:38:50.369Z Compiling mime v0.3.17
12672024-11-01T07:38:50.618Z Compiling paste v1.0.15
12682024-11-01T07:38:50.681Z Compiling gimli v0.31.1
12692024-11-01T07:38:50.827Z Compiling either v1.13.0
12702024-11-01T07:38:50.932Z Compiling rayon-core v1.12.1
12712024-11-01T07:38:51.220Z Compiling schemars v0.8.21
12722024-11-01T07:38:51.266Z Compiling openssl-probe v0.1.5
12732024-11-01T07:38:51.302Z Compiling ipnet v2.10.1
12742024-11-01T07:38:51.570Z Compiling signal-hook v0.3.17
12752024-11-01T07:38:51.642Z Compiling slog-async v2.8.0
12762024-11-01T07:38:51.719Z Compiling pest_derive v2.7.14
12772024-11-01T07:38:51.855Z Compiling unicode-properties v0.1.3
12782024-11-01T07:38:52.245Z Compiling stringprep v0.1.5
12792024-11-01T07:38:52.495Z Compiling futures-executor v0.3.31
12802024-11-01T07:38:52.550Z Compiling dtrace-parser v0.2.0
12812024-11-01T07:38:53.049Z Compiling bytes v1.7.2
12822024-11-01T07:38:53.436Z Compiling indexmap v2.6.0
12832024-11-01T07:38:54.323Z Compiling tokio v1.40.0
12842024-11-01T07:38:54.637Z Compiling http v1.1.0
12852024-11-01T07:38:54.958Z Compiling bitflags v2.6.0
12862024-11-01T07:38:55.371Z Compiling semver v1.0.23
12872024-11-01T07:38:55.736Z Compiling dof v0.3.0
12882024-11-01T07:38:56.113Z Compiling rustc_version v0.4.1
12892024-11-01T07:38:56.653Z Compiling http-body v1.0.1
12902024-11-01T07:38:56.899Z Compiling serde_spanned v0.6.8
12912024-11-01T07:38:57.135Z Compiling toml_datetime v0.6.8
12922024-11-01T07:38:57.153Z Compiling serde_tokenstream v0.2.2
12932024-11-01T07:38:57.670Z Compiling uuid v1.10.0
12942024-11-01T07:38:57.760Z Compiling usdt-impl v0.5.0
12952024-11-01T07:38:57.817Z Compiling chrono v0.4.38
12962024-11-01T07:38:59.215Z Compiling heapless v0.7.17
12972024-11-01T07:38:59.245Z Compiling http-body-util v0.1.2
12982024-11-01T07:38:59.732Z Compiling usdt-macro v0.5.0
12992024-11-01T07:38:59.754Z Compiling usdt-attr-macro v0.5.0
13002024-11-01T07:39:01.192Z Compiling toml_edit v0.22.22
13012024-11-01T07:39:01.400Z Compiling curve25519-dalek v4.1.3
13022024-11-01T07:39:01.531Z Compiling slog-json v2.6.1
13032024-11-01T07:39:01.930Z Compiling addr2line v0.24.2
13042024-11-01T07:39:02.092Z Compiling serde_urlencoded v0.7.1
13052024-11-01T07:39:02.348Z Compiling md-5 v0.10.6
13062024-11-01T07:39:02.367Z Compiling schemars_derive v0.8.21
13072024-11-01T07:39:02.608Z Compiling async-stream-impl v0.3.6
13082024-11-01T07:39:02.659Z Compiling enum-as-inner v0.6.1
13092024-11-01T07:39:02.684Z Compiling crossbeam-deque v0.8.5
13102024-11-01T07:39:03.019Z Compiling tokio-util v0.7.12
13112024-11-01T07:39:03.714Z Compiling term v0.7.0
13122024-11-01T07:39:04.039Z Compiling h2 v0.4.6
13132024-11-01T07:39:05.165Z Compiling crossbeam-channel v0.5.13
13142024-11-01T07:39:05.495Z Compiling num-integer v0.1.46
13152024-11-01T07:39:06.344Z Compiling idna v0.3.0
13162024-11-01T07:39:06.969Z Compiling idna v0.4.0
13172024-11-01T07:39:07.989Z Compiling rustls-pemfile v2.2.0
13182024-11-01T07:39:08.260Z Compiling ff v0.13.0
13192024-11-01T07:39:08.341Z Compiling hash32 v0.2.1
13202024-11-01T07:39:08.494Z Compiling is-terminal v0.4.13
13212024-11-01T07:39:08.567Z Compiling object v0.36.5
13222024-11-01T07:39:08.628Z Compiling dropshot v0.12.0
13232024-11-01T07:39:08.728Z Compiling take_mut v0.2.2
13242024-11-01T07:39:08.894Z Compiling quick-error v1.2.3
13252024-11-01T07:39:08.939Z Compiling psl-types v2.0.11
13262024-11-01T07:39:08.961Z Compiling linked-hash-map v0.5.6
13272024-11-01T07:39:09.034Z Compiling stable_deref_trait v1.2.0
13282024-11-01T07:39:09.136Z Compiling num-bigint-dig v0.8.4
13292024-11-01T07:39:09.157Z Compiling anyhow v1.0.92
13302024-11-01T07:39:09.159Z Compiling base16ct v0.2.0
13312024-11-01T07:39:09.306Z Compiling rustc-demangle v0.1.24
13322024-11-01T07:39:09.429Z Compiling portable-atomic v1.9.0
13332024-11-01T07:39:09.473Z Compiling dyn-clone v1.0.17
13342024-11-01T07:39:09.706Z Compiling utf-8 v0.7.6
13352024-11-01T07:39:09.789Z Compiling smoltcp v0.9.1
13362024-11-01T07:39:10.039Z Compiling fallible-iterator v0.2.0
13372024-11-01T07:39:10.258Z Compiling tungstenite v0.24.0
13382024-11-01T07:39:10.749Z Compiling postgres-protocol v0.6.7
13392024-11-01T07:39:10.916Z Compiling sec1 v0.7.3
13402024-11-01T07:39:11.568Z Compiling hyper v1.4.1
13412024-11-01T07:39:12.112Z Compiling lru-cache v0.1.2
13422024-11-01T07:39:12.505Z Compiling publicsuffix v2.2.3
13432024-11-01T07:39:12.776Z Compiling resolv-conf v0.7.0
13442024-11-01T07:39:13.611Z Compiling slog-term v2.9.1
13452024-11-01T07:39:14.341Z Compiling hyper-util v0.1.9
13462024-11-01T07:39:14.629Z Compiling usdt v0.5.0
13472024-11-01T07:39:14.702Z Compiling tokio-rustls v0.26.0
13482024-11-01T07:39:14.808Z Compiling group v0.13.0
13492024-11-01T07:39:15.130Z Compiling hickory-proto v0.24.1
13502024-11-01T07:39:15.150Z Compiling tokio-native-tls v0.3.1
13512024-11-01T07:39:15.176Z Compiling num-iter v0.1.45
13522024-11-01T07:39:15.373Z Compiling toml v0.8.19
13532024-11-01T07:39:15.427Z Compiling async-stream v0.3.6
13542024-11-01T07:39:15.616Z Compiling tokio-rustls v0.25.0
13552024-11-01T07:39:16.175Z Compiling backtrace v0.3.74
13562024-11-01T07:39:16.775Z Compiling slog-bunyan v2.5.0
13572024-11-01T07:39:16.845Z Compiling terminal_size v0.4.0
13582024-11-01T07:39:17.004Z Compiling dropshot_endpoint v0.12.0
13592024-11-01T07:39:17.093Z Compiling openapiv3 v2.0.0
13602024-11-01T07:39:17.322Z Compiling camino v1.1.9
13612024-11-01T07:39:17.660Z Compiling serde_path_to_error v0.1.16
13622024-11-01T07:39:18.097Z Compiling hubpack_derive v0.1.1
13632024-11-01T07:39:18.136Z Compiling futures v0.3.31
13642024-11-01T07:39:18.561Z Compiling hkdf v0.12.4
13652024-11-01T07:39:18.825Z Compiling crypto-bigint v0.5.5
13662024-11-01T07:39:18.986Z Compiling curve25519-dalek-derive v0.1.1
13672024-11-01T07:39:19.319Z Compiling zerocopy-derive v0.6.6
13682024-11-01T07:39:19.425Z Compiling phf_shared v0.11.2
13692024-11-01T07:39:19.612Z Compiling waitgroup v0.1.2
13702024-11-01T07:39:19.788Z Compiling webpki-roots v0.26.6
13712024-11-01T07:39:19.830Z Compiling hostname v0.4.0
13722024-11-01T07:39:20.008Z Compiling ahash v0.8.11
13732024-11-01T07:39:20.111Z Compiling fs-err v2.11.0
13742024-11-01T07:39:20.355Z Compiling winnow v0.5.40
13752024-11-01T07:39:20.424Z Compiling bitflags v1.3.2
13762024-11-01T07:39:20.443Z Compiling managed v0.8.0
13772024-11-01T07:39:20.539Z Compiling debug-ignore v1.0.5
13782024-11-01T07:39:20.689Z Compiling clap_builder v4.5.20
13792024-11-01T07:39:21.416Z Compiling hickory-resolver v0.24.1
13802024-11-01T07:39:21.455Z Compiling zerocopy v0.6.6
13812024-11-01T07:39:22.370Z Compiling elliptic-curve v0.13.8
13822024-11-01T07:39:23.117Z Compiling strum_macros v0.25.3
13832024-11-01T07:39:24.280Z Compiling toml_edit v0.19.15
13842024-11-01T07:39:25.160Z Compiling console v0.15.8
13852024-11-01T07:39:25.516Z Compiling hyper-rustls v0.27.3
13862024-11-01T07:39:26.182Z Compiling phf v0.11.2
13872024-11-01T07:39:26.503Z Compiling hubpack v0.1.2
13882024-11-01T07:39:26.728Z Compiling signal-hook-mio v0.2.4
13892024-11-01T07:39:26.952Z Compiling hyper-tls v0.6.0
13902024-11-01T07:39:26.987Z Compiling rayon v1.10.0
13912024-11-01T07:39:27.385Z Compiling cookie_store v0.21.0
13922024-11-01T07:39:27.882Z Compiling postgres-types v0.2.8
13932024-11-01T07:39:28.927Z Compiling tokio-tungstenite v0.24.0
13942024-11-01T07:39:29.482Z Compiling tokio-stream v0.1.16
13952024-11-01T07:39:29.724Z Compiling bstr v1.10.0
13962024-11-01T07:39:30.538Z Compiling regex v1.11.0
13972024-11-01T07:39:30.746Z Compiling serde-big-array v0.5.1
13982024-11-01T07:39:30.825Z Compiling ed25519 v2.2.3
13992024-11-01T07:39:30.975Z Compiling pkcs1 v0.7.5
14002024-11-01T07:39:31.299Z Compiling rfc6979 v0.4.0
14012024-11-01T07:39:31.495Z Compiling clap_derive v4.5.18
14022024-11-01T07:39:31.516Z Compiling derive-where v1.2.7
14032024-11-01T07:39:31.702Z Compiling serde_repr v0.1.19
14042024-11-01T07:39:31.907Z Compiling phf_shared v0.10.0
14052024-11-01T07:39:31.996Z Compiling float-cmp v0.9.0
14062024-11-01T07:39:32.023Z Compiling sync_wrapper v1.0.1
14072024-11-01T07:39:32.177Z Compiling crc32fast v1.4.2
14082024-11-01T07:39:32.216Z Compiling minimal-lexical v0.2.1
14092024-11-01T07:39:32.296Z Compiling number_prefix v0.4.0
14102024-11-01T07:39:32.533Z Compiling new_debug_unreachable v1.0.6
14112024-11-01T07:39:32.552Z Compiling fixedbitset v0.4.2
14122024-11-01T07:39:32.633Z Compiling unicode-segmentation v1.12.0
14132024-11-01T07:39:32.730Z Compiling difflib v0.4.0
14142024-11-01T07:39:32.750Z Compiling predicates-core v1.0.8
14152024-11-01T07:39:32.851Z Compiling static_assertions v1.1.0
14162024-11-01T07:39:32.961Z Compiling precomputed-hash v0.1.1
14172024-11-01T07:39:33.000Z Compiling normalize-line-endings v0.3.0
14182024-11-01T07:39:33.086Z Compiling whoami v1.5.2
14192024-11-01T07:39:33.108Z Compiling bit-vec v0.6.3
14202024-11-01T07:39:33.126Z Compiling predicates v3.1.2
14212024-11-01T07:39:33.543Z Compiling bit-set v0.5.3
14222024-11-01T07:39:33.568Z Compiling tokio-postgres v0.7.12
14232024-11-01T07:39:33.726Z Compiling similar v2.6.0
14242024-11-01T07:39:33.837Z Compiling string_cache v0.8.7
14252024-11-01T07:39:34.274Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14262024-11-01T07:39:34.294Z Compiling petgraph v0.6.5
14272024-11-01T07:39:34.830Z Compiling nom v7.1.3
14282024-11-01T07:39:34.873Z Compiling qorb v0.2.0
14292024-11-01T07:39:36.102Z Compiling indicatif v0.17.8
14302024-11-01T07:39:36.203Z Compiling clap v4.5.20
14312024-11-01T07:39:36.344Z Compiling flate2 v1.0.34
14322024-11-01T07:39:37.348Z Compiling reqwest v0.12.8
14332024-11-01T07:39:38.224Z Compiling ecdsa v0.16.9
14342024-11-01T07:39:38.448Z Compiling rsa v0.9.6
14352024-11-01T07:39:38.623Z Compiling ed25519-dalek v2.1.1
14362024-11-01T07:39:39.095Z Compiling toml v0.7.8
14372024-11-01T07:39:39.347Z Compiling crossterm v0.28.1
14382024-11-01T07:39:40.772Z Compiling hex v0.4.3
14392024-11-01T07:39:41.294Z Compiling itertools v0.10.5
14402024-11-01T07:39:41.417Z Compiling itertools v0.12.1
14412024-11-01T07:39:41.493Z Compiling x509-cert v0.2.5
14422024-11-01T07:39:41.511Z Compiling unicode-xid v0.2.6
14432024-11-01T07:39:41.695Z Compiling lalrpop-util v0.19.12
14442024-11-01T07:39:41.827Z Compiling peg-runtime v0.8.3
14452024-11-01T07:39:42.074Z Compiling xattr v1.3.1
14462024-11-01T07:39:42.353Z Compiling strum_macros v0.26.4
14472024-11-01T07:39:42.506Z Compiling filetime v0.2.25
14482024-11-01T07:39:42.832Z Compiling tar v0.4.42
14492024-11-01T07:39:45.890Z Compiling strum v0.26.3
14502024-11-01T07:39:46.515Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14512024-11-01T07:39:46.764Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14522024-11-01T07:39:52.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14532024-11-01T07:39:52.440Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14542024-11-01T07:39:52.488ZNov 01 07:39:51.734 INFO Starting download, target: Clickhouse
14552024-11-01T07:39:52.488ZNov 01 07:39:51.734 INFO Starting download, target: Console
14562024-11-01T07:39:52.491ZNov 01 07:39:51.734 INFO Starting download, target: DendriteOpenapi
14572024-11-01T07:39:52.491ZNov 01 07:39:51.734 INFO Starting download, target: Cockroach
14582024-11-01T07:39:52.491ZNov 01 07:39:51.734 INFO Starting download, target: DendriteStub
14592024-11-01T07:39:52.491ZNov 01 07:39:51.734 INFO Starting download, target: MaghemiteMgd
14602024-11-01T07:39:52.491ZNov 01 07:39:51.734 INFO Starting download, target: TransceiverControl
14612024-11-01T07:39:52.491ZNov 01 07:39:51.735 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14622024-11-01T07:39:52.491ZNov 01 07:39:51.735 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14632024-11-01T07:39:52.491ZNov 01 07:39:51.735 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14642024-11-01T07:39:52.491ZNov 01 07:39:51.735 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14652024-11-01T07:39:52.491ZNov 01 07:39:51.735 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14662024-11-01T07:39:52.491ZNov 01 07:39:51.735 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14672024-11-01T07:39:52.491ZNov 01 07:39:51.735 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14682024-11-01T07:39:52.744ZNov 01 07:39:51.987 INFO Download complete, target: DendriteOpenapi
14692024-11-01T07:39:53.061ZNov 01 07:39:52.270 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14702024-11-01T07:39:53.137ZNov 01 07:39:52.378 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14712024-11-01T07:39:53.452ZNov 01 07:39:52.694 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14722024-11-01T07:39:53.470ZNov 01 07:39:52.712 INFO Download complete, target: Console
14732024-11-01T07:39:53.572ZNov 01 07:39:52.816 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14742024-11-01T07:39:53.733ZNov 01 07:39:52.978 INFO Download complete, target: TransceiverControl
14752024-11-01T07:39:54.173ZNov 01 07:39:53.419 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14762024-11-01T07:39:54.173ZNov 01 07:39:53.419 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14772024-11-01T07:39:54.817ZNov 01 07:39:54.063 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14782024-11-01T07:39:56.180ZNov 01 07:39:55.426 INFO Download complete, target: DendriteStub
14792024-11-01T07:39:56.367ZNov 01 07:39:55.612 INFO Download complete, target: MaghemiteMgd
14802024-11-01T07:40:01.412ZNov 01 07:40:00.656 INFO Checking that binary works, target: Cockroach
14812024-11-01T07:40:01.572ZNov 01 07:40:00.817 INFO Download complete, target: Cockroach
14822024-11-01T07:40:06.775ZNov 01 07:40:06.018 INFO Checking that binary works, target: Clickhouse
14832024-11-01T07:40:06.929ZNov 01 07:40:06.171 INFO Download complete, target: Clickhouse
14842024-11-01T07:40:06.950ZAll builder prerequisites installed successfully, and PATH looks valid
14852024-11-01T07:40:06.952Z
14862024-11-01T07:40:06.952Zreal 3:39.519203966
14872024-11-01T07:40:06.952Zuser 12:16.763255832
14882024-11-01T07:40:06.952Zsys 2:43.662432727
14892024-11-01T07:40:06.952Ztrap 0.439415427
14902024-11-01T07:40:06.952Ztflt 1.187981979
14912024-11-01T07:40:06.952Zdflt 1.231108642
14922024-11-01T07:40:06.952Zkflt 0.026432136
14932024-11-01T07:40:06.952Zlock 22:15.812052154
14942024-11-01T07:40:06.952Zslp 47:07.943204839
14952024-11-01T07:40:06.952Zlat 47.813835600
14962024-11-01T07:40:06.953Zstop 2:07.637380917
14972024-11-01T07:40:06.953Z+ banner hack-check
14982024-11-01T07:40:06.955Z
14992024-11-01T07:40:06.955Z # # ## #### # # #### # # ###### #### # #
15002024-11-01T07:40:06.955Z # # # # # # # # # # # # # # # # #
15012024-11-01T07:40:06.955Z ###### # # # #### ##### # ###### ##### # ####
15022024-11-01T07:40:06.955Z # # ###### # # # # # # # # # #
15032024-11-01T07:40:06.955Z # # # # # # # # # # # # # # # # #
15042024-11-01T07:40:06.955Z # # # # #### # # #### # # ###### #### # #
15052024-11-01T07:40:06.955Z
15062024-11-01T07:40:06.955Z+ export CARGO_INCREMENTAL=0
15072024-11-01T07:40:06.955Z+ CARGO_INCREMENTAL=0
15082024-11-01T07:40:06.955Z+ ptime -m timeout 2h cargo xtask check-features --ci
15092024-11-01T07:40:07.465Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15102024-11-01T07:40:10.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
15112024-11-01T07:40:10.998Z Running `target/debug/xtask check-features --ci`
15122024-11-01T07:40:11.019Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15132024-11-01T07:40:11.019Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15142024-11-01T07:40:11.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15152024-11-01T07:40:11.468Z Running `target/debug/xtask download cargo-hack`
15162024-11-01T07:40:12.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15172024-11-01T07:40:12.620Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15182024-11-01T07:40:17.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s
15192024-11-01T07:40:17.545Z Running `target/debug/xtask-downloader cargo-hack`
15202024-11-01T07:40:17.582ZNov 01 07:40:16.821 INFO Starting download, target: CargoHack
15212024-11-01T07:40:17.585ZNov 01 07:40:16.822 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15222024-11-01T07:40:17.965ZNov 01 07:40:17.206 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15232024-11-01T07:40:18.055ZNov 01 07:40:17.295 INFO Download complete, target: CargoHack
15242024-11-01T07:40:18.059Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15252024-11-01T07:40:18.075Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15262024-11-01T07:40:18.239Zinfo: running `cargo check --bins` on api_identity (1/168)
15272024-11-01T07:40:18.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15282024-11-01T07:40:18.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15292024-11-01T07:40:18.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15302024-11-01T07:40:18.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15312024-11-01T07:40:18.810Z
15322024-11-01T07:40:18.810Zinfo: running `cargo check --bins` on bootstore (2/168)
15332024-11-01T07:40:19.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15342024-11-01T07:40:19.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15352024-11-01T07:40:19.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15362024-11-01T07:40:19.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15372024-11-01T07:40:19.405Z
15382024-11-01T07:40:19.405Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/168)
15392024-11-01T07:40:19.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15402024-11-01T07:40:19.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15412024-11-01T07:40:19.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15422024-11-01T07:40:19.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15432024-11-01T07:40:20.011Z
15442024-11-01T07:40:20.011Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168)
15452024-11-01T07:40:20.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15462024-11-01T07:40:20.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15472024-11-01T07:40:20.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15482024-11-01T07:40:20.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15492024-11-01T07:40:20.595Z
15502024-11-01T07:40:20.595Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168)
15512024-11-01T07:40:20.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15522024-11-01T07:40:20.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15532024-11-01T07:40:20.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15542024-11-01T07:40:20.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15552024-11-01T07:40:20.999Z
15562024-11-01T07:40:20.999Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168)
15572024-11-01T07:40:21.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15582024-11-01T07:40:21.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15592024-11-01T07:40:21.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15602024-11-01T07:40:21.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15612024-11-01T07:40:21.401Z
15622024-11-01T07:40:21.401Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168)
15632024-11-01T07:40:21.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15642024-11-01T07:40:21.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15652024-11-01T07:40:21.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15662024-11-01T07:40:21.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15672024-11-01T07:40:21.799Z
15682024-11-01T07:40:21.799Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168)
15692024-11-01T07:40:22.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15702024-11-01T07:40:22.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15712024-11-01T07:40:22.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15722024-11-01T07:40:22.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15732024-11-01T07:40:22.209Z
15742024-11-01T07:40:22.209Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168)
15752024-11-01T07:40:22.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15762024-11-01T07:40:22.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15772024-11-01T07:40:22.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15782024-11-01T07:40:22.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15792024-11-01T07:40:22.614Z
15802024-11-01T07:40:22.614Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168)
15812024-11-01T07:40:22.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15822024-11-01T07:40:22.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15832024-11-01T07:40:22.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15842024-11-01T07:40:22.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15852024-11-01T07:40:23.020Z
15862024-11-01T07:40:23.020Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168)
15872024-11-01T07:40:23.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15882024-11-01T07:40:23.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15892024-11-01T07:40:23.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15902024-11-01T07:40:23.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15912024-11-01T07:40:23.420Z
15922024-11-01T07:40:23.420Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168)
15932024-11-01T07:40:23.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15942024-11-01T07:40:23.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15952024-11-01T07:40:23.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15962024-11-01T07:40:23.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
15972024-11-01T07:40:23.834Z
15982024-11-01T07:40:23.834Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168)
15992024-11-01T07:40:24.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16002024-11-01T07:40:24.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16012024-11-01T07:40:24.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16022024-11-01T07:40:24.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16032024-11-01T07:40:24.243Z
16042024-11-01T07:40:24.243Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168)
16052024-11-01T07:40:24.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16062024-11-01T07:40:24.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16072024-11-01T07:40:24.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16082024-11-01T07:40:24.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16092024-11-01T07:40:24.647Z
16102024-11-01T07:40:24.647Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168)
16112024-11-01T07:40:25.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16122024-11-01T07:40:25.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16132024-11-01T07:40:25.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16142024-11-01T07:40:25.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16152024-11-01T07:40:25.055Z
16162024-11-01T07:40:25.055Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168)
16172024-11-01T07:40:25.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-11-01T07:40:25.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-11-01T07:40:25.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-11-01T07:40:25.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16212024-11-01T07:40:25.467Z
16222024-11-01T07:40:25.467Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168)
16232024-11-01T07:40:25.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-11-01T07:40:25.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-11-01T07:40:25.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-11-01T07:40:25.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16272024-11-01T07:40:25.877Z
16282024-11-01T07:40:25.877Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168)
16292024-11-01T07:40:26.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-11-01T07:40:26.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-11-01T07:40:26.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-11-01T07:40:26.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16332024-11-01T07:40:26.292Z
16342024-11-01T07:40:26.292Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168)
16352024-11-01T07:40:26.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-11-01T07:40:26.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-11-01T07:40:26.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-11-01T07:40:26.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16392024-11-01T07:40:26.707Z
16402024-11-01T07:40:26.707Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168)
16412024-11-01T07:40:27.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-11-01T07:40:27.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-11-01T07:40:27.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-11-01T07:40:27.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16452024-11-01T07:40:27.119Z
16462024-11-01T07:40:27.119Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168)
16472024-11-01T07:40:27.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-11-01T07:40:27.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-11-01T07:40:27.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-11-01T07:40:27.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16512024-11-01T07:40:27.529Z
16522024-11-01T07:40:27.529Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168)
16532024-11-01T07:40:27.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-11-01T07:40:27.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-11-01T07:40:27.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-11-01T07:40:27.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16572024-11-01T07:40:27.946Z
16582024-11-01T07:40:27.946Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168)
16592024-11-01T07:40:28.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-11-01T07:40:28.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-11-01T07:40:28.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-11-01T07:40:28.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16632024-11-01T07:40:28.364Z
16642024-11-01T07:40:28.364Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168)
16652024-11-01T07:40:28.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-11-01T07:40:28.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-11-01T07:40:28.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-11-01T07:40:28.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16692024-11-01T07:40:28.773Z
16702024-11-01T07:40:28.773Zinfo: running `cargo check --bins` on sled-hardware-types (25/168)
16712024-11-01T07:40:29.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-11-01T07:40:29.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-11-01T07:40:29.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-11-01T07:40:29.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16752024-11-01T07:40:29.381Z
16762024-11-01T07:40:29.381Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/168)
16772024-11-01T07:40:29.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-11-01T07:40:29.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-11-01T07:40:29.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-11-01T07:40:29.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16812024-11-01T07:40:29.981Z
16822024-11-01T07:40:29.981Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168)
16832024-11-01T07:40:30.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-11-01T07:40:30.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-11-01T07:40:30.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-11-01T07:40:30.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16872024-11-01T07:40:30.585Z
16882024-11-01T07:40:30.585Zinfo: running `cargo check --bins` on oxlog (28/168)
16892024-11-01T07:40:31.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-11-01T07:40:31.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-11-01T07:40:31.175Z Checking cfg-if v1.0.0
16922024-11-01T07:40:31.177Z Checking libc v0.2.161
16932024-11-01T07:40:31.281Z Checking serde v1.0.210
16942024-11-01T07:40:31.281Z Checking zeroize v1.8.1
16952024-11-01T07:40:31.294Z Checking memchr v2.7.4
16962024-11-01T07:40:31.305Z Checking typenum v1.17.0
16972024-11-01T07:40:31.308Z Checking scopeguard v1.2.0
16982024-11-01T07:40:31.316Z Checking subtle v2.6.1
16992024-11-01T07:40:31.342Z Checking value-bag v1.9.0
17002024-11-01T07:40:31.440Z Checking lock_api v0.4.12
17012024-11-01T07:40:31.521Z Checking itoa v1.0.11
17022024-11-01T07:40:31.588Z Checking const-oid v0.9.6
17032024-11-01T07:40:31.714Z Checking pin-project-lite v0.2.14
17042024-11-01T07:40:31.740Z Checking log v0.4.22
17052024-11-01T07:40:31.826Z Checking smallvec v1.13.2
17062024-11-01T07:40:31.860Z Checking byteorder v1.5.0
17072024-11-01T07:40:32.165Z Checking futures-core v0.3.31
17082024-11-01T07:40:32.174Z Checking once_cell v1.20.2
17092024-11-01T07:40:32.285Z Checking cpufeatures v0.2.14
17102024-11-01T07:40:32.289Z Checking futures-sink v0.3.31
17112024-11-01T07:40:32.352Z Checking spin v0.9.8
17122024-11-01T07:40:32.372Z Checking zerocopy v0.7.35
17132024-11-01T07:40:32.439Z Checking slab v0.4.9
17142024-11-01T07:40:32.454Z Checking getrandom v0.2.15
17152024-11-01T07:40:32.497Z Checking signal-hook-registry v1.4.2
17162024-11-01T07:40:32.650Z Checking generic-array v0.14.7
17172024-11-01T07:40:32.680Z Checking rand_core v0.6.4
17182024-11-01T07:40:32.693Z Checking parking_lot_core v0.9.10
17192024-11-01T07:40:32.706Z Checking mio v1.0.2
17202024-11-01T07:40:32.753Z Checking socket2 v0.5.7
17212024-11-01T07:40:32.997Z Checking futures-channel v0.3.31
17222024-11-01T07:40:33.026Z Checking parking_lot v0.12.3
17232024-11-01T07:40:33.265Z Checking equivalent v1.0.1
17242024-11-01T07:40:33.309Z Checking futures-io v0.3.31
17252024-11-01T07:40:33.353Z Checking allocator-api2 v0.2.18
17262024-11-01T07:40:33.356Z Checking pin-utils v0.1.0
17272024-11-01T07:40:33.380Z Checking futures-task v0.3.31
17282024-11-01T07:40:33.382Z Checking foldhash v0.1.3
17292024-11-01T07:40:33.443Z Checking tinyvec_macros v0.1.1
17302024-11-01T07:40:33.480Z Checking ryu v1.0.18
17312024-11-01T07:40:33.525Z Checking tinyvec v1.8.0
17322024-11-01T07:40:33.589Z Checking fnv v1.0.7
17332024-11-01T07:40:33.603Z Checking futures-util v0.3.31
17342024-11-01T07:40:33.702Z Checking unicode-bidi v0.3.17
17352024-11-01T07:40:33.718Z Checking libm v0.2.8
17362024-11-01T07:40:33.828Z Checking base64ct v1.6.0
17372024-11-01T07:40:33.847Z Checking crypto-common v0.1.6
17382024-11-01T07:40:34.010Z Checking block-buffer v0.10.4
17392024-11-01T07:40:34.024Z Checking hashbrown v0.15.0
17402024-11-01T07:40:34.240Z Checking digest v0.10.7
17412024-11-01T07:40:34.271Z Checking block-padding v0.3.3
17422024-11-01T07:40:34.334Z Checking pem-rfc7468 v0.7.0
17432024-11-01T07:40:34.457Z Checking inout v0.1.3
17442024-11-01T07:40:34.584Z Checking num-traits v0.2.19
17452024-11-01T07:40:34.598Z Checking ppv-lite86 v0.2.20
17462024-11-01T07:40:34.625Z Checking hmac v0.12.1
17472024-11-01T07:40:34.674Z Checking cipher v0.4.4
17482024-11-01T07:40:34.844Z Checking sha2 v0.10.8
17492024-11-01T07:40:34.860Z Checking unicode-normalization v0.1.24
17502024-11-01T07:40:35.091Z Checking flagset v0.4.6
17512024-11-01T07:40:35.172Z Checking tracing-core v0.1.32
17522024-11-01T07:40:35.294Z Checking der v0.7.9
17532024-11-01T07:40:35.392Z Checking rand_chacha v0.3.1
17542024-11-01T07:40:35.458Z Checking thiserror v1.0.64
17552024-11-01T07:40:35.591Z Checking percent-encoding v2.3.1
17562024-11-01T07:40:35.781Z Checking rustls-pki-types v1.9.0
17572024-11-01T07:40:35.811Z Checking rand v0.8.5
17582024-11-01T07:40:35.814Z Checking salsa20 v0.10.2
17592024-11-01T07:40:35.862Z Checking tracing v0.1.40
17602024-11-01T07:40:36.031Z Checking pbkdf2 v0.12.2
17612024-11-01T07:40:36.190Z Checking httparse v1.9.5
17622024-11-01T07:40:36.206Z Checking untrusted v0.9.0
17632024-11-01T07:40:36.295Z Checking powerfmt v0.2.0
17642024-11-01T07:40:36.332Z Checking bytes v1.7.2
17652024-11-01T07:40:36.352Z Checking indexmap v2.6.0
17662024-11-01T07:40:36.371Z Checking serde_json v1.0.128
17672024-11-01T07:40:36.576Z Checking bitflags v2.6.0
17682024-11-01T07:40:36.618Z Checking deranged v0.3.11
17692024-11-01T07:40:36.879Z Checking ring v0.17.8
17702024-11-01T07:40:37.058Z Checking scrypt v0.11.0
17712024-11-01T07:40:37.159Z Checking tokio v1.40.0
17722024-11-01T07:40:37.193Z Checking http v1.1.0
17732024-11-01T07:40:37.287Z Checking spki v0.7.3
17742024-11-01T07:40:37.581Z Checking aes v0.8.4
17752024-11-01T07:40:37.654Z Checking cbc v0.1.2
17762024-11-01T07:40:37.844Z Checking crossbeam-utils v0.8.20
17772024-11-01T07:40:38.100Z Checking num-conv v0.1.0
17782024-11-01T07:40:38.352Z Checking num_threads v0.1.7
17792024-11-01T07:40:38.386Z Checking time-core v0.1.2
17802024-11-01T07:40:38.459Z Checking atomic-waker v1.1.2
17812024-11-01T07:40:38.516Z Checking pkcs5 v0.7.1
17822024-11-01T07:40:38.535Z Checking time v0.3.36
17832024-11-01T07:40:38.548Z Checking form_urlencoded v1.2.1
17842024-11-01T07:40:38.551Z Checking http-body v1.0.1
17852024-11-01T07:40:38.580Z Checking try-lock v0.2.5
17862024-11-01T07:40:38.708Z Checking want v0.3.1
17872024-11-01T07:40:38.724Z Checking rustls-webpki v0.102.8
17882024-11-01T07:40:38.738Z Checking httpdate v1.0.3
17892024-11-01T07:40:38.753Z Checking unicode-ident v1.0.13
17902024-11-01T07:40:38.889Z Checking toml_datetime v0.6.8
17912024-11-01T07:40:38.909Z Checking proc-macro2 v1.0.87
17922024-11-01T07:40:38.979Z Checking serde_spanned v0.6.8
17932024-11-01T07:40:38.996Z Checking uuid v1.10.0
17942024-11-01T07:40:39.031Z Checking pkcs8 v0.10.2
17952024-11-01T07:40:39.159Z Checking idna v0.5.0
17962024-11-01T07:40:39.177Z Checking slog v2.7.0
17972024-11-01T07:40:39.343Z Checking scroll v0.12.0
17982024-11-01T07:40:39.508Z Checking ucd-trie v0.1.7
17992024-11-01T07:40:39.590Z Checking plain v0.2.3
18002024-11-01T07:40:39.608Z Checking iana-time-zone v0.1.61
18012024-11-01T07:40:39.665Z Checking match_cfg v0.1.0
18022024-11-01T07:40:39.721Z Checking tower-service v0.3.3
18032024-11-01T07:40:39.737Z Checking foreign-types-shared v0.1.1
18042024-11-01T07:40:39.751Z Checking base64 v0.22.1
18052024-11-01T07:40:39.763Z Checking chrono v0.4.38
18062024-11-01T07:40:39.832Z Checking foreign-types v0.3.2
18072024-11-01T07:40:39.847Z Checking goblin v0.8.2
18082024-11-01T07:40:39.862Z Checking hostname v0.3.1
18092024-11-01T07:40:39.918Z Checking pest v2.7.14
18102024-11-01T07:40:39.989Z Checking quote v1.0.37
18112024-11-01T07:40:40.031Z Checking url v2.5.2
18122024-11-01T07:40:40.256Z Checking openssl-sys v0.9.103
18132024-11-01T07:40:40.328Z Checking errno v0.3.9
18142024-11-01T07:40:40.509Z Checking dirs-sys-next v0.1.2
18152024-11-01T07:40:40.688Z Checking aho-corasick v1.1.3
18162024-11-01T07:40:40.877Z Checking pretty-hex v0.4.1
18172024-11-01T07:40:41.052Z Checking siphasher v0.3.11
18182024-11-01T07:40:41.069Z Checking regex-syntax v0.8.5
18192024-11-01T07:40:41.372Z Checking adler2 v2.0.0
18202024-11-01T07:40:41.475Z Checking data-encoding v2.6.0
18212024-11-01T07:40:41.537Z Checking miniz_oxide v0.8.0
18222024-11-01T07:40:41.875Z Checking openssl v0.10.66
18232024-11-01T07:40:42.181Z Checking dirs-next v2.0.0
18242024-11-01T07:40:42.286Z Checking rustix v0.38.37
18252024-11-01T07:40:42.318Z Checking syn v2.0.79
18262024-11-01T07:40:42.373Z Checking http-body-util v0.1.2
18272024-11-01T07:40:42.477Z Checking dtrace-parser v0.2.0
18282024-11-01T07:40:42.842Z Checking crossbeam-epoch v0.9.18
18292024-11-01T07:40:42.938Z Checking signature v2.2.0
18302024-11-01T07:40:43.132Z Checking sha1 v0.10.6
18312024-11-01T07:40:43.322Z Checking lazy_static v1.5.0
18322024-11-01T07:40:43.441Z Checking thread_local v1.1.8
18332024-11-01T07:40:43.444Z Checking thread-id v4.2.2
18342024-11-01T07:40:43.565Z Checking encoding_rs v0.8.34
18352024-11-01T07:40:43.737Z Checking gimli v0.31.1
18362024-11-01T07:40:44.275Z Checking tokio-util v0.7.12
18372024-11-01T07:40:44.372Z Checking regex-automata v0.4.8
18382024-11-01T07:40:44.904Z Checking dof v0.3.0
18392024-11-01T07:40:45.138Z Checking h2 v0.4.6
18402024-11-01T07:40:45.529Z Checking anstyle v1.0.8
18412024-11-01T07:40:45.878Z Checking unicode-properties v0.1.3
18422024-11-01T07:40:45.907Z Checking either v1.13.0
18432024-11-01T07:40:45.924Z Checking ipnet v2.10.1
18442024-11-01T07:40:46.251Z Checking mime v0.3.17
18452024-11-01T07:40:46.264Z Checking utf8parse v0.2.2
18462024-11-01T07:40:46.403Z Checking openssl-probe v0.1.5
18472024-11-01T07:40:46.418Z Checking winnow v0.6.20
18482024-11-01T07:40:46.546Z Checking anstyle-parse v0.2.5
18492024-11-01T07:40:46.561Z Checking stringprep v0.1.5
18502024-11-01T07:40:46.825Z Checking crossbeam-deque v0.8.5
18512024-11-01T07:40:46.840Z Checking term v0.7.0
18522024-11-01T07:40:47.147Z Checking slog-json v2.6.1
18532024-11-01T07:40:47.263Z Checking rustls v0.22.4
18542024-11-01T07:40:47.423Z Checking rustls v0.23.14
18552024-11-01T07:40:47.461Z Checking native-tls v0.2.12
18562024-11-01T07:40:47.783Z Checking futures-executor v0.3.31
18572024-11-01T07:40:47.835Z Checking addr2line v0.24.2
18582024-11-01T07:40:48.013Z Checking serde_urlencoded v0.7.1
18592024-11-01T07:40:48.373Z Checking crossbeam-channel v0.5.13
18602024-11-01T07:40:48.458Z Checking rustls-pemfile v2.2.0
18612024-11-01T07:40:48.670Z Checking num-integer v0.1.46
18622024-11-01T07:40:48.893Z Checking usdt-impl v0.5.0
18632024-11-01T07:40:49.059Z Checking idna v0.3.0
18642024-11-01T07:40:49.118Z Checking idna v0.4.0
18652024-11-01T07:40:49.170Z Checking md-5 v0.10.6
18662024-11-01T07:40:49.343Z Checking toml_edit v0.22.22
18672024-11-01T07:40:49.390Z Checking ff v0.13.0
18682024-11-01T07:40:49.416Z Checking memmap v0.7.0
18692024-11-01T07:40:49.587Z Checking is-terminal v0.4.13
18702024-11-01T07:40:49.630Z Checking hash32 v0.2.1
18712024-11-01T07:40:49.709Z Checking object v0.36.5
18722024-11-01T07:40:49.876Z Checking stable_deref_trait v1.2.0
18732024-11-01T07:40:49.963Z Checking fallible-iterator v0.2.0
18742024-11-01T07:40:49.975Z Checking utf-8 v0.7.6
18752024-11-01T07:40:49.987Z Checking colorchoice v1.0.2
18762024-11-01T07:40:50.126Z Checking is_terminal_polyfill v1.70.1
18772024-11-01T07:40:50.168Z Checking dyn-clone v1.0.17
18782024-11-01T07:40:50.245Z Checking rustc-demangle v0.1.24
18792024-11-01T07:40:50.314Z Checking psl-types v2.0.11
18802024-11-01T07:40:50.491Z Checking take_mut v0.2.2
18812024-11-01T07:40:50.563Z Checking linked-hash-map v0.5.6
18822024-11-01T07:40:50.640Z Checking anstyle-query v1.1.1
18832024-11-01T07:40:50.680Z Checking base16ct v0.2.0
18842024-11-01T07:40:50.777Z Checking quick-error v1.2.3
18852024-11-01T07:40:50.877Z Checking sec1 v0.7.3
18862024-11-01T07:40:50.896Z Checking lru-cache v0.1.2
18872024-11-01T07:40:50.911Z Checking resolv-conf v0.7.0
18882024-11-01T07:40:50.940Z Checking tokio-rustls v0.25.0
18892024-11-01T07:40:51.081Z Checking anstream v0.6.15
18902024-11-01T07:40:51.257Z Checking slog-async v2.8.0
18912024-11-01T07:40:51.283Z Checking postgres-protocol v0.6.7
18922024-11-01T07:40:51.313Z Checking publicsuffix v2.2.3
18932024-11-01T07:40:51.435Z Checking schemars v0.8.21
18942024-11-01T07:40:51.465Z Checking hyper v1.4.1
18952024-11-01T07:40:51.550Z Checking tungstenite v0.24.0
18962024-11-01T07:40:51.553Z Checking heapless v0.7.17
18972024-11-01T07:40:51.997Z Checking hickory-proto v0.24.1
18982024-11-01T07:40:52.038Z Checking toml v0.8.19
18992024-11-01T07:40:52.462Z Checking tokio-rustls v0.26.0
19002024-11-01T07:40:52.478Z Checking slog-term v2.9.1
19012024-11-01T07:40:52.615Z Checking usdt v0.5.0
19022024-11-01T07:40:52.777Z Checking group v0.13.0
19032024-11-01T07:40:52.864Z Checking num-iter v0.1.45
19042024-11-01T07:40:52.878Z Checking futures v0.3.31
19052024-11-01T07:40:52.942Z Checking tokio-native-tls v0.3.1
19062024-11-01T07:40:52.987Z Checking slog-bunyan v2.5.0
19072024-11-01T07:40:53.022Z Checking rayon-core v1.12.1
19082024-11-01T07:40:53.038Z Checking multer v3.1.0
19092024-11-01T07:40:53.053Z Checking terminal_size v0.4.0
19102024-11-01T07:40:53.157Z Checking phf_shared v0.11.2
19112024-11-01T07:40:53.190Z Checking cookie v0.18.1
19122024-11-01T07:40:53.224Z Checking async-stream v0.3.6
19132024-11-01T07:40:53.413Z Checking waitgroup v0.1.2
19142024-11-01T07:40:53.431Z Checking camino v1.1.9
19152024-11-01T07:40:53.447Z Checking signal-hook v0.3.17
19162024-11-01T07:40:53.557Z Checking openapiv3 v2.0.0
19172024-11-01T07:40:53.573Z Checking hyper-util v0.1.9
19182024-11-01T07:40:53.652Z Checking webpki-roots v0.26.6
19192024-11-01T07:40:53.684Z Checking serde_path_to_error v0.1.16
19202024-11-01T07:40:53.848Z Checking hkdf v0.12.4
19212024-11-01T07:40:53.861Z Checking crypto-bigint v0.5.5
19222024-11-01T07:40:53.979Z Checking hostname v0.4.0
19232024-11-01T07:40:53.995Z Checking managed v0.8.0
19242024-11-01T07:40:54.108Z Checking winnow v0.5.40
19252024-11-01T07:40:54.310Z Checking debug-ignore v1.0.5
19262024-11-01T07:40:54.378Z Checking strsim v0.11.1
19272024-11-01T07:40:54.442Z Checking clap_lex v0.7.2
19282024-11-01T07:40:54.649Z Checking bitflags v1.3.2
19292024-11-01T07:40:54.705Z Checking unicode-width v0.1.14
19302024-11-01T07:40:54.753Z Checking smoltcp v0.9.1
19312024-11-01T07:40:55.213Z Checking console v0.15.8
19322024-11-01T07:40:55.751Z Checking hyper-rustls v0.27.3
19332024-11-01T07:40:55.787Z Checking hyper-tls v0.6.0
19342024-11-01T07:40:56.076Z Checking clap_builder v4.5.20
19352024-11-01T07:40:56.102Z Checking signal-hook-mio v0.2.4
19362024-11-01T07:40:56.248Z Checking rayon v1.10.0
19372024-11-01T07:40:56.295Z Checking cookie_store v0.21.0
19382024-11-01T07:40:56.535Z Checking backtrace v0.3.74
19392024-11-01T07:40:56.766Z Checking elliptic-curve v0.13.8
19402024-11-01T07:40:56.884Z Checking hickory-resolver v0.24.1
19412024-11-01T07:40:56.902Z Checking phf v0.11.2
19422024-11-01T07:40:56.969Z Checking dropshot v0.12.0
19432024-11-01T07:40:57.075Z Checking anyhow v1.0.92
19442024-11-01T07:40:57.179Z Checking num-bigint-dig v0.8.4
19452024-11-01T07:40:57.195Z Checking toml_edit v0.19.15
19462024-11-01T07:40:57.418Z Checking tokio-tungstenite v0.24.0
19472024-11-01T07:40:57.453Z Checking postgres-types v0.2.8
19482024-11-01T07:40:57.916Z Checking regex v1.11.0
19492024-11-01T07:40:58.267Z Checking bstr v1.10.0
19502024-11-01T07:40:58.490Z Checking tokio-stream v0.1.16
19512024-11-01T07:40:58.512Z Checking ed25519 v2.2.3
19522024-11-01T07:40:58.817Z Checking phf_shared v0.10.0
19532024-11-01T07:40:59.103Z Checking zerocopy v0.6.6
19542024-11-01T07:40:59.234Z Checking curve25519-dalek v4.1.3
19552024-11-01T07:40:59.237Z Checking pkcs1 v0.7.5
19562024-11-01T07:40:59.349Z Checking hubpack v0.1.2
19572024-11-01T07:40:59.400Z Checking portable-atomic v1.9.0
19582024-11-01T07:40:59.658Z Checking serde-big-array v0.5.1
19592024-11-01T07:40:59.681Z Checking float-cmp v0.9.0
19602024-11-01T07:40:59.702Z Checking rfc6979 v0.4.0
19612024-11-01T07:40:59.858Z Checking sync_wrapper v1.0.1
19622024-11-01T07:40:59.876Z Checking crc32fast v1.4.2
19632024-11-01T07:40:59.876Z Checking difflib v0.4.0
19642024-11-01T07:40:59.901Z Checking new_debug_unreachable v1.0.6
19652024-11-01T07:40:59.990Z Checking number_prefix v0.4.0
19662024-11-01T07:41:00.005Z Checking minimal-lexical v0.2.1
19672024-11-01T07:41:00.117Z Checking precomputed-hash v0.1.1
19682024-11-01T07:41:00.179Z Checking predicates-core v1.0.8
19692024-11-01T07:41:00.196Z Checking fixedbitset v0.4.2
19702024-11-01T07:41:00.207Z Checking bit-vec v0.6.3
19712024-11-01T07:41:00.229Z Checking unicode-segmentation v1.12.0
19722024-11-01T07:41:00.358Z Checking normalize-line-endings v0.3.0
19732024-11-01T07:41:00.381Z Checking static_assertions v1.1.0
19742024-11-01T07:41:00.443Z Checking whoami v1.5.2
19752024-11-01T07:41:00.468Z Checking indicatif v0.17.8
19762024-11-01T07:41:00.485Z Checking predicates v3.1.2
19772024-11-01T07:41:00.485Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19782024-11-01T07:41:00.532Z Checking bit-set v0.5.3
19792024-11-01T07:41:00.750Z Checking tokio-postgres v0.7.12
19802024-11-01T07:41:00.788Z Checking petgraph v0.6.5
19812024-11-01T07:41:00.791Z Checking qorb v0.2.0
19822024-11-01T07:41:00.895Z Checking similar v2.6.0
19832024-11-01T07:41:01.136Z Checking nom v7.1.3
19842024-11-01T07:41:01.156Z Checking ed25519-dalek v2.1.1
19852024-11-01T07:41:01.212Z Checking string_cache v0.8.7
19862024-11-01T07:41:01.509Z Checking flate2 v1.0.34
19872024-11-01T07:41:01.574Z Checking reqwest v0.12.8
19882024-11-01T07:41:01.765Z Checking ecdsa v0.16.9
19892024-11-01T07:41:02.182Z Checking toml v0.7.8
19902024-11-01T07:41:02.535Z Checking rsa v0.9.6
19912024-11-01T07:41:02.952Z Checking clap v4.5.20
19922024-11-01T07:41:03.075Z Checking crossterm v0.28.1
19932024-11-01T07:41:03.484Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19942024-11-01T07:41:03.511Z Checking itertools v0.10.5
19952024-11-01T07:41:03.536Z Checking itertools v0.12.1
19962024-11-01T07:41:03.590Z Checking fs-err v2.11.0
19972024-11-01T07:41:03.964Z Checking ahash v0.8.11
19982024-11-01T07:41:04.038Z Checking x509-cert v0.2.5
19992024-11-01T07:41:04.084Z Checking semver v1.0.23
20002024-11-01T07:41:04.162Z Checking hex v0.4.3
20012024-11-01T07:41:04.507Z Checking peg-runtime v0.8.3
20022024-11-01T07:41:04.529Z Checking lalrpop-util v0.19.12
20032024-11-01T07:41:04.686Z Checking sigpipe v0.1.3
20042024-11-01T07:41:05.753Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20052024-11-01T07:41:06.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.47s
20062024-11-01T07:41:06.218Z
20072024-11-01T07:41:06.218Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168)
20082024-11-01T07:41:06.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092024-11-01T07:41:06.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102024-11-01T07:41:06.827Z Compiling hashbrown v0.14.5
20112024-11-01T07:41:06.938Z Checking heck v0.5.0
20122024-11-01T07:41:06.951Z Compiling unsafe-libyaml v0.2.11
20132024-11-01T07:41:06.966Z Compiling ident_case v1.0.1
20142024-11-01T07:41:06.979Z Checking progenitor-client v0.8.0
20152024-11-01T07:41:06.989Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20162024-11-01T07:41:07.004Z Compiling proc-macro-crate v1.3.1
20172024-11-01T07:41:07.096Z Compiling darling_core v0.20.10
20182024-11-01T07:41:07.121Z Checking ipnetwork v0.20.0
20192024-11-01T07:41:07.286Z Compiling structmeta-derive v0.3.0
20202024-11-01T07:41:07.373Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20212024-11-01T07:41:07.486Z Compiling newtype-uuid v1.1.2
20222024-11-01T07:41:07.681Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20232024-11-01T07:41:07.814Z Compiling lzma-sys v0.1.20
20242024-11-01T07:41:07.982Z Compiling num_enum_derive v0.5.11
20252024-11-01T07:41:08.041Z Compiling foreign-types-macros v0.2.3
20262024-11-01T07:41:08.080Z Checking regress v0.10.1
20272024-11-01T07:41:08.564Z Compiling serde_yaml v0.9.34+deprecated
20282024-11-01T07:41:08.814Z Checking arc-swap v1.7.1
20292024-11-01T07:41:09.258Z Checking foreign-types-shared v0.3.1
20302024-11-01T07:41:09.281Z Checking slog-scope v4.4.0
20312024-11-01T07:41:09.371Z Checking foreign-types v0.5.0
20322024-11-01T07:41:09.493Z Compiling proc-macro-error v1.0.4
20332024-11-01T07:41:10.126Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20342024-11-01T07:41:10.142Z Compiling structmeta v0.3.0
20352024-11-01T07:41:10.169Z Checking tungstenite v0.21.0
20362024-11-01T07:41:10.238Z Compiling heck v0.3.3
20372024-11-01T07:41:10.420Z Checking num_enum v0.5.11
20382024-11-01T07:41:10.570Z Compiling parse-display-derive v0.10.0
20392024-11-01T07:41:10.584Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20402024-11-01T07:41:10.639Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20412024-11-01T07:41:11.060Z Checking cstr-argument v0.1.2
20422024-11-01T07:41:11.245Z Checking instant v0.1.13
20432024-11-01T07:41:11.367Z Checking pretty-hex v0.2.1
20442024-11-01T07:41:11.418Z Checking base64 v0.21.7
20452024-11-01T07:41:11.420Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20462024-11-01T07:41:11.528Z Checking fastrand v2.1.1
20472024-11-01T07:41:11.621Z Checking typify-impl v0.2.0
20482024-11-01T07:41:11.722Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20492024-11-01T07:41:11.897Z Checking tempfile v3.13.0
20502024-11-01T07:41:12.003Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20512024-11-01T07:41:12.160Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20522024-11-01T07:41:12.280Z Checking backoff v0.4.0
20532024-11-01T07:41:12.305Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20542024-11-01T07:41:12.575Z Checking tokio-tungstenite v0.21.0
20552024-11-01T07:41:12.588Z Compiling zone_cfg_derive v0.1.2
20562024-11-01T07:41:12.613Z Checking strum v0.26.3
20572024-11-01T07:41:12.776Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20582024-11-01T07:41:13.068Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20592024-11-01T07:41:13.268Z Checking slog-stdlog v4.1.1
20602024-11-01T07:41:13.308Z Checking regress v0.9.1
20612024-11-01T07:41:13.443Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20622024-11-01T07:41:13.511Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20632024-11-01T07:41:13.585Z Checking colored v2.1.0
20642024-11-01T07:41:13.603Z Compiling darling_macro v0.20.10
20652024-11-01T07:41:13.794Z Checking macaddr v1.0.1
20662024-11-01T07:41:13.868Z Checking base64 v0.13.1
20672024-11-01T07:41:14.021Z Checking zone v0.1.8
20682024-11-01T07:41:14.135Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20692024-11-01T07:41:14.266Z Checking ron v0.7.1
20702024-11-01T07:41:14.519Z Compiling darling v0.20.10
20712024-11-01T07:41:14.622Z Checking slog-envlogger v2.2.0
20722024-11-01T07:41:14.639Z Compiling serde_with_macros v3.11.0
20732024-11-01T07:41:14.695Z Checking xz2 v0.1.7
20742024-11-01T07:41:14.895Z Checking tabwriter v1.4.0
20752024-11-01T07:41:14.957Z Checking parse-display v0.10.0
20762024-11-01T07:41:15.034Z Checking xattr v1.3.1
20772024-11-01T07:41:15.127Z Checking pem v3.0.4
20782024-11-01T07:41:15.194Z Checking yasna v0.5.2
20792024-11-01T07:41:15.228Z Checking headers-core v0.3.0
20802024-11-01T07:41:15.373Z Checking smf v0.2.3
20812024-11-01T07:41:15.412Z Checking filetime v0.2.25
20822024-11-01T07:41:15.451Z Checking same-file v1.0.6
20832024-11-01T07:41:15.619Z Checking tar v0.4.42
20842024-11-01T07:41:15.638Z Checking walkdir v2.5.0
20852024-11-01T07:41:15.815Z Checking headers v0.4.0
20862024-11-01T07:41:15.936Z Checking camino-tempfile v1.1.1
20872024-11-01T07:41:16.124Z Checking rcgen v0.12.1
20882024-11-01T07:41:16.191Z Checking atomicwrites v0.4.4
20892024-11-01T07:41:16.206Z Checking subprocess v0.2.9
20902024-11-01T07:41:17.149Z Checking serde_with v3.11.0
20912024-11-01T07:41:20.455Z Compiling typify-macro v0.2.0
20922024-11-01T07:41:22.299Z Compiling typify v0.2.0
20932024-11-01T07:41:22.366Z Compiling progenitor-impl v0.8.0
20942024-11-01T07:41:25.513Z Compiling progenitor-macro v0.8.0
20952024-11-01T07:41:30.787Z Checking progenitor v0.8.0
20962024-11-01T07:41:30.917Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20972024-11-01T07:41:30.919Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20982024-11-01T07:41:33.604Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
20992024-11-01T07:41:33.871Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21002024-11-01T07:41:40.291Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21012024-11-01T07:41:41.840Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21022024-11-01T07:41:43.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.83s
21032024-11-01T07:41:43.223Z
21042024-11-01T07:41:43.223Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168)
21052024-11-01T07:41:43.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062024-11-01T07:41:43.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072024-11-01T07:41:43.824Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21082024-11-01T07:41:45.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
21092024-11-01T07:41:45.387Z
21102024-11-01T07:41:45.387Zinfo: running `cargo check --bins` on nexus-config (31/168)
21112024-11-01T07:41:45.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122024-11-01T07:41:45.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132024-11-01T07:41:45.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142024-11-01T07:41:45.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21152024-11-01T07:41:45.969Z
21162024-11-01T07:41:45.969Zinfo: running `cargo check --bins` on omicron-rpaths (32/168)
21172024-11-01T07:41:46.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182024-11-01T07:41:46.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192024-11-01T07:41:46.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202024-11-01T07:41:46.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21212024-11-01T07:41:46.536Z
21222024-11-01T07:41:46.536Zinfo: running `cargo check --bins` on omicron-certificates (33/168)
21232024-11-01T07:41:47.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242024-11-01T07:41:47.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252024-11-01T07:41:47.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262024-11-01T07:41:47.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21272024-11-01T07:41:47.118Z
21282024-11-01T07:41:47.118Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/168)
21292024-11-01T07:41:47.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302024-11-01T07:41:47.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312024-11-01T07:41:47.723Z Compiling heapless v0.8.0
21322024-11-01T07:41:47.726Z Checking hash32 v0.3.1
21332024-11-01T07:41:47.828Z Compiling smoltcp v0.11.0
21342024-11-01T07:41:47.837Z Checking cobs v0.2.3
21352024-11-01T07:41:47.848Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21362024-11-01T07:41:47.851Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21372024-11-01T07:41:47.874Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21382024-11-01T07:41:47.876Z Compiling crucible-workspace-hack v0.1.0
21392024-11-01T07:41:47.968Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21402024-11-01T07:41:47.990Z Checking postcard v1.0.10
21412024-11-01T07:41:47.993Z Checking newline-converter v0.3.0
21422024-11-01T07:41:48.152Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21432024-11-01T07:41:48.182Z Compiling convert_case v0.4.0
21442024-11-01T07:41:48.293Z Checking expectorate v1.1.0
21452024-11-01T07:41:48.387Z Compiling zone_cfg_derive v0.3.0
21462024-11-01T07:41:48.442Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21472024-11-01T07:41:48.518Z Checking itertools v0.13.0
21482024-11-01T07:41:48.552Z Compiling num-derive v0.4.2
21492024-11-01T07:41:48.720Z Compiling slog-dtrace v0.3.0
21502024-11-01T07:41:48.792Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21512024-11-01T07:41:49.076Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21522024-11-01T07:41:49.105Z Compiling derive_more v0.99.18
21532024-11-01T07:41:49.786Z Checking zone v0.3.0
21542024-11-01T07:41:50.397Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21552024-11-01T07:41:51.913Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21562024-11-01T07:41:52.754Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21572024-11-01T07:41:52.825Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21582024-11-01T07:41:53.888Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21592024-11-01T07:41:54.038Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21602024-11-01T07:41:55.713Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21612024-11-01T07:41:56.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s
21622024-11-01T07:41:56.746Z
21632024-11-01T07:41:56.747Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/168)
21642024-11-01T07:41:57.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652024-11-01T07:41:57.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662024-11-01T07:41:57.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672024-11-01T07:41:57.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21682024-11-01T07:41:57.336Z
21692024-11-01T07:41:57.336Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/168)
21702024-11-01T07:41:57.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712024-11-01T07:41:57.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722024-11-01T07:41:57.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732024-11-01T07:41:57.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21742024-11-01T07:41:57.922Z
21752024-11-01T07:41:57.922Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168)
21762024-11-01T07:41:58.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772024-11-01T07:41:58.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782024-11-01T07:41:58.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792024-11-01T07:41:58.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21802024-11-01T07:41:58.616Z
21812024-11-01T07:41:58.616Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168)
21822024-11-01T07:41:59.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832024-11-01T07:41:59.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842024-11-01T07:41:59.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852024-11-01T07:41:59.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21862024-11-01T07:41:59.310Z
21872024-11-01T07:41:59.311Zinfo: running `cargo check --bins` on dns-server (39/168)
21882024-11-01T07:41:59.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892024-11-01T07:41:59.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902024-11-01T07:41:59.908Z Compiling parking_lot_core v0.8.6
21912024-11-01T07:41:59.912Z Checking nibble_vec v0.1.0
21922024-11-01T07:41:59.912Z Checking endian-type v0.1.2
21932024-11-01T07:41:59.912Z Checking fxhash v0.2.1
21942024-11-01T07:41:59.912Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21952024-11-01T07:41:59.912Z Checking hickory-server v0.24.1
21962024-11-01T07:42:00.204Z Checking radix_trie v0.2.1
21972024-11-01T07:42:00.484Z Checking hickory-client v0.24.1
21982024-11-01T07:42:00.631Z Checking parking_lot v0.11.2
21992024-11-01T07:42:00.743Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22002024-11-01T07:42:00.747Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22012024-11-01T07:42:00.868Z Checking sled v0.34.7
22022024-11-01T07:42:02.665Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22032024-11-01T07:42:03.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
22042024-11-01T07:42:04.037Z
22052024-11-01T07:42:04.037Zinfo: running `cargo check --bins` on dns-server-api (40/168)
22062024-11-01T07:42:04.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072024-11-01T07:42:04.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082024-11-01T07:42:04.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092024-11-01T07:42:04.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22102024-11-01T07:42:04.617Z
22112024-11-01T07:42:04.617Zinfo: running `cargo check --bins` on internal-dns-types (41/168)
22122024-11-01T07:42:05.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132024-11-01T07:42:05.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142024-11-01T07:42:05.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152024-11-01T07:42:05.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22162024-11-01T07:42:05.206Z
22172024-11-01T07:42:05.206Zinfo: running `cargo check --bins` on dns-service-client (42/168)
22182024-11-01T07:42:05.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192024-11-01T07:42:05.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202024-11-01T07:42:05.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212024-11-01T07:42:05.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22222024-11-01T07:42:05.787Z
22232024-11-01T07:42:05.787Zinfo: running `cargo check --bins` on gateway-test-utils (43/168)
22242024-11-01T07:42:06.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-11-01T07:42:06.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-11-01T07:42:06.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272024-11-01T07:42:06.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22282024-11-01T07:42:06.420Z
22292024-11-01T07:42:06.420Zinfo: running `cargo check --bins` on gateway-types (44/168)
22302024-11-01T07:42:06.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-11-01T07:42:06.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-11-01T07:42:06.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332024-11-01T07:42:06.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22342024-11-01T07:42:07.010Z
22352024-11-01T07:42:07.010Zinfo: running `cargo check --bins` on ipcc (45/168)
22362024-11-01T07:42:07.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372024-11-01T07:42:07.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382024-11-01T07:42:07.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392024-11-01T07:42:07.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22402024-11-01T07:42:07.594Z
22412024-11-01T07:42:07.594Zinfo: running `cargo check --bins` on omicron-gateway (46/168)
22422024-11-01T07:42:08.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432024-11-01T07:42:08.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442024-11-01T07:42:08.247Z Checking num-rational v0.4.2
22452024-11-01T07:42:08.247Z Compiling progenitor-client v0.8.0
22462024-11-01T07:42:08.247Z Checking num-complex v0.4.6
22472024-11-01T07:42:08.250Z Compiling prettyplease v0.2.22
22482024-11-01T07:42:08.250Z Compiling newtype-uuid v1.1.2
22492024-11-01T07:42:08.250Z Compiling ipnetwork v0.20.0
22502024-11-01T07:42:08.250Z Compiling instant v0.1.13
22512024-11-01T07:42:08.250Z Compiling semver v0.1.20
22522024-11-01T07:42:08.536Z Checking float-ord v0.3.2
22532024-11-01T07:42:08.657Z Compiling progenitor v0.8.0
22542024-11-01T07:42:08.675Z Compiling radium v0.7.0
22552024-11-01T07:42:08.689Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22562024-11-01T07:42:08.763Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22572024-11-01T07:42:08.882Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22582024-11-01T07:42:08.959Z Compiling rustc_version v0.1.7
22592024-11-01T07:42:09.013Z Compiling backoff v0.4.0
22602024-11-01T07:42:09.036Z Compiling parse-display v0.10.0
22612024-11-01T07:42:09.167Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622024-11-01T07:42:09.233Z Checking num v0.4.3
22632024-11-01T07:42:09.249Z Compiling serde_with v3.11.0
22642024-11-01T07:42:09.331Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22652024-11-01T07:42:09.347Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22662024-11-01T07:42:09.380Z Compiling regress v0.9.1
22672024-11-01T07:42:09.498Z Compiling macaddr v1.0.1
22682024-11-01T07:42:09.666Z Compiling maybe-uninit v2.0.0
22692024-11-01T07:42:09.946Z Checking tap v1.0.1
22702024-11-01T07:42:10.111Z Checking wyz v0.5.1
22712024-11-01T07:42:10.251Z Compiling newtype_derive v0.1.6
22722024-11-01T07:42:10.557Z Checking password-hash v0.5.0
22732024-11-01T07:42:10.628Z Checking blake2 v0.10.6
22742024-11-01T07:42:10.937Z Compiling bzip2-sys v0.1.11+1.0.8
22752024-11-01T07:42:11.122Z Compiling packed_struct v0.10.1
22762024-11-01T07:42:11.154Z Checking funty v2.0.0
22772024-11-01T07:42:11.170Z Compiling owo-colors v4.1.0
22782024-11-01T07:42:11.433Z Compiling cancel-safe-futures v0.1.5
22792024-11-01T07:42:11.455Z Checking crc-catalog v2.4.0
22802024-11-01T07:42:11.616Z Checking crc v3.2.1
22812024-11-01T07:42:11.831Z Checking argon2 v0.5.3
22822024-11-01T07:42:12.105Z Checking bitvec v1.0.1
22832024-11-01T07:42:12.442Z Compiling packed_struct_codegen v0.10.1
22842024-11-01T07:42:12.774Z Checking half v2.4.1
22852024-11-01T07:42:13.100Z Compiling indexmap v1.9.3
22862024-11-01T07:42:13.266Z Checking nodrop v0.1.14
22872024-11-01T07:42:13.283Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22882024-11-01T07:42:13.387Z Checking ciborium-io v0.2.2
22892024-11-01T07:42:13.439Z Checking array-init v0.0.4
22902024-11-01T07:42:13.512Z Checking ciborium-ll v0.2.2
22912024-11-01T07:42:13.741Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22922024-11-01T07:42:13.835Z Checking smallvec v0.6.14
22932024-11-01T07:42:14.161Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22942024-11-01T07:42:14.256Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22952024-11-01T07:42:14.964Z Checking libsw v3.3.1
22962024-11-01T07:42:14.981Z Compiling memoffset v0.9.1
22972024-11-01T07:42:15.041Z Checking termcolor v1.4.1
22982024-11-01T07:42:15.234Z Checking indent_write v2.2.0
22992024-11-01T07:42:15.319Z Checking linear-map v1.2.0
23002024-11-01T07:42:15.433Z Checking highway v1.2.0
23012024-11-01T07:42:15.500Z Checking hashbrown v0.12.3
23022024-11-01T07:42:15.654Z Checking bitfield v0.14.0
23032024-11-01T07:42:15.872Z Checking swrite v0.1.0
23042024-11-01T07:42:15.930Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23052024-11-01T07:42:15.997Z Checking ron v0.8.1
23062024-11-01T07:42:16.024Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23072024-11-01T07:42:16.403Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23082024-11-01T07:42:16.427Z Checking env_logger v0.10.2
23092024-11-01T07:42:17.020Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23102024-11-01T07:42:17.053Z Checking serde-hex v0.1.0
23112024-11-01T07:42:17.231Z Checking steno v0.4.1
23122024-11-01T07:42:17.287Z Checking ciborium v0.2.2
23132024-11-01T07:42:17.356Z Checking bzip2 v0.4.4
23142024-11-01T07:42:17.882Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23152024-11-01T07:42:18.145Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23162024-11-01T07:42:18.308Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23172024-11-01T07:42:18.547Z Checking hashbrown v0.13.2
23182024-11-01T07:42:18.698Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23192024-11-01T07:42:19.420Z Checking humantime v2.1.0
23202024-11-01T07:42:19.532Z Checking crc-any v2.5.0
23212024-11-01T07:42:19.574Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23222024-11-01T07:42:19.611Z Checking object v0.30.4
23232024-11-01T07:42:19.716Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23242024-11-01T07:42:19.954Z Checking zip v0.6.6
23252024-11-01T07:42:20.129Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23262024-11-01T07:42:20.161Z Checking path-slash v0.1.5
23272024-11-01T07:42:20.334Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23282024-11-01T07:42:20.505Z Checking nix v0.27.1
23292024-11-01T07:42:20.662Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23302024-11-01T07:42:21.021Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23312024-11-01T07:42:21.271Z Checking tungstenite v0.23.0
23322024-11-01T07:42:21.379Z Checking kstat-rs v0.2.4
23332024-11-01T07:42:21.727Z Checking signal-hook-tokio v0.3.1
23342024-11-01T07:42:22.217Z Checking tokio-tungstenite v0.23.1
23352024-11-01T07:42:22.741Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23362024-11-01T07:42:23.013Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23372024-11-01T07:42:28.131Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23382024-11-01T07:42:29.878Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23392024-11-01T07:42:30.162Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23402024-11-01T07:42:33.309Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23412024-11-01T07:42:33.557Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23422024-11-01T07:42:34.902Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23432024-11-01T07:42:40.861Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23442024-11-01T07:42:41.513Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23452024-11-01T07:42:45.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.60s
23462024-11-01T07:42:45.385Z
23472024-11-01T07:42:45.385Zinfo: running `cargo check --bins` on gateway-api (47/168)
23482024-11-01T07:42:45.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-11-01T07:42:45.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-11-01T07:42:45.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512024-11-01T07:42:45.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23522024-11-01T07:42:45.982Z
23532024-11-01T07:42:45.982Zinfo: running `cargo check --bins` on oximeter (48/168)
23542024-11-01T07:42:46.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-11-01T07:42:46.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-11-01T07:42:46.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572024-11-01T07:42:46.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23582024-11-01T07:42:46.571Z
23592024-11-01T07:42:46.571Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/168)
23602024-11-01T07:42:47.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612024-11-01T07:42:47.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622024-11-01T07:42:47.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23632024-11-01T07:42:47.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23642024-11-01T07:42:47.143Z
23652024-11-01T07:42:47.143Zinfo: running `cargo check --bins` on oximeter-schema (50/168)
23662024-11-01T07:42:47.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672024-11-01T07:42:47.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682024-11-01T07:42:47.733Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23692024-11-01T07:42:48.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
23702024-11-01T07:42:48.298Z
23712024-11-01T07:42:48.298Zinfo: running `cargo check --bins` on oximeter-types (51/168)
23722024-11-01T07:42:48.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732024-11-01T07:42:48.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742024-11-01T07:42:48.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23752024-11-01T07:42:48.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23762024-11-01T07:42:48.889Z
23772024-11-01T07:42:48.889Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/168)
23782024-11-01T07:42:49.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-11-01T07:42:49.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-11-01T07:42:49.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23812024-11-01T07:42:49.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23822024-11-01T07:42:49.498Z
23832024-11-01T07:42:49.498Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168)
23842024-11-01T07:42:49.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-11-01T07:42:49.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-11-01T07:42:49.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872024-11-01T07:42:50.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23882024-11-01T07:42:50.069Z
23892024-11-01T07:42:50.069Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168)
23902024-11-01T07:42:50.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-11-01T07:42:50.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-11-01T07:42:50.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932024-11-01T07:42:50.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23942024-11-01T07:42:50.663Z
23952024-11-01T07:42:50.663Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168)
23962024-11-01T07:42:51.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-11-01T07:42:51.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-11-01T07:42:51.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992024-11-01T07:42:51.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24002024-11-01T07:42:51.259Z
24012024-11-01T07:42:51.259Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168)
24022024-11-01T07:42:51.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-11-01T07:42:51.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-11-01T07:42:51.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24052024-11-01T07:42:51.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24062024-11-01T07:42:51.854Z
24072024-11-01T07:42:51.854Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168)
24082024-11-01T07:42:52.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-11-01T07:42:52.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-11-01T07:42:52.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24112024-11-01T07:42:52.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24122024-11-01T07:42:52.451Z
24132024-11-01T07:42:52.451Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168)
24142024-11-01T07:42:52.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-11-01T07:42:52.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-11-01T07:42:52.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24172024-11-01T07:42:52.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24182024-11-01T07:42:53.047Z
24192024-11-01T07:42:53.047Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168)
24202024-11-01T07:42:53.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-11-01T07:42:53.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-11-01T07:42:53.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-11-01T07:42:53.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24242024-11-01T07:42:53.640Z
24252024-11-01T07:42:53.640Zinfo: running `cargo check --bins` on oximeter-producer (60/168)
24262024-11-01T07:42:54.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-11-01T07:42:54.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-11-01T07:42:54.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-11-01T07:42:54.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24302024-11-01T07:42:54.260Z
24312024-11-01T07:42:54.260Zinfo: running `cargo check --bins` on internal-dns-resolver (61/168)
24322024-11-01T07:42:54.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-11-01T07:42:54.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-11-01T07:42:54.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-11-01T07:42:54.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24362024-11-01T07:42:54.844Z
24372024-11-01T07:42:54.844Zinfo: running `cargo check --bins` on nexus-client (62/168)
24382024-11-01T07:42:55.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-11-01T07:42:55.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-11-01T07:42:55.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-11-01T07:42:55.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24422024-11-01T07:42:55.452Z
24432024-11-01T07:42:55.452Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/168)
24442024-11-01T07:42:55.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-11-01T07:42:55.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-11-01T07:42:55.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-11-01T07:42:55.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24482024-11-01T07:42:56.052Z
24492024-11-01T07:42:56.052Zinfo: running `cargo check --bins` on omicron-passwords (64/168)
24502024-11-01T07:42:56.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-11-01T07:42:56.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-11-01T07:42:56.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-11-01T07:42:56.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24542024-11-01T07:42:56.632Z
24552024-11-01T07:42:56.632Zinfo: running `cargo check --bins` on nexus-types (65/168)
24562024-11-01T07:42:57.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-11-01T07:42:57.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-11-01T07:42:57.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-11-01T07:42:57.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24602024-11-01T07:42:57.246Z
24612024-11-01T07:42:57.246Zinfo: running `cargo check --bins` on gateway-client (66/168)
24622024-11-01T07:42:57.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-11-01T07:42:57.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-11-01T07:42:57.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-11-01T07:42:57.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24662024-11-01T07:42:57.837Z
24672024-11-01T07:42:57.837Zinfo: running `cargo check --bins` on oxql-types (67/168)
24682024-11-01T07:42:58.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-11-01T07:42:58.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-11-01T07:42:58.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-11-01T07:42:58.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24722024-11-01T07:42:58.414Z
24732024-11-01T07:42:58.414Zinfo: running `cargo check --bins` on update-engine (68/168)
24742024-11-01T07:42:58.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-11-01T07:42:58.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-11-01T07:42:58.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-11-01T07:42:58.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24782024-11-01T07:42:58.994Z
24792024-11-01T07:42:58.994Zinfo: running `cargo check --bins` on sp-sim (69/168)
24802024-11-01T07:42:59.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-11-01T07:42:59.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-11-01T07:42:59.587Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24832024-11-01T07:43:01.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
24842024-11-01T07:43:01.574Z
24852024-11-01T07:43:01.574Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168)
24862024-11-01T07:43:02.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-11-01T07:43:02.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-11-01T07:43:02.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-11-01T07:43:02.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24902024-11-01T07:43:02.186Z
24912024-11-01T07:43:02.186Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168)
24922024-11-01T07:43:02.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-11-01T07:43:02.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-11-01T07:43:02.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-11-01T07:43:02.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24962024-11-01T07:43:02.828Z
24972024-11-01T07:43:02.828Zinfo: running `cargo check --bins` on db-macros (72/168)
24982024-11-01T07:43:03.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-11-01T07:43:03.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-11-01T07:43:03.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-11-01T07:43:03.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25022024-11-01T07:43:03.409Z
25032024-11-01T07:43:03.409Zinfo: running `cargo check --bins` on nexus-macros-common (73/168)
25042024-11-01T07:43:03.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-11-01T07:43:03.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-11-01T07:43:03.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-11-01T07:43:03.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25082024-11-01T07:43:03.976Z
25092024-11-01T07:43:03.976Zinfo: running `cargo check --bins` on nexus-auth (74/168)
25102024-11-01T07:43:04.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-11-01T07:43:04.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-11-01T07:43:04.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-11-01T07:43:04.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25142024-11-01T07:43:04.615Z
25152024-11-01T07:43:04.615Zinfo: running `cargo check --bins` on authz-macros (75/168)
25162024-11-01T07:43:05.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-11-01T07:43:05.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-11-01T07:43:05.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-11-01T07:43:05.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25202024-11-01T07:43:05.198Z
25212024-11-01T07:43:05.198Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/168)
25222024-11-01T07:43:05.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-11-01T07:43:05.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-11-01T07:43:05.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-11-01T07:43:05.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25262024-11-01T07:43:05.817Z
25272024-11-01T07:43:05.817Zinfo: running `cargo check --bins` on nexus-db-model (77/168)
25282024-11-01T07:43:06.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-11-01T07:43:06.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-11-01T07:43:06.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-11-01T07:43:06.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25322024-11-01T07:43:06.431Z
25332024-11-01T07:43:06.431Zinfo: running `cargo check --bins` on nexus-defaults (78/168)
25342024-11-01T07:43:06.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-11-01T07:43:06.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-11-01T07:43:06.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-11-01T07:43:06.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25382024-11-01T07:43:07.024Z
25392024-11-01T07:43:07.024Zinfo: running `cargo check --bins` on sled-agent-client (79/168)
25402024-11-01T07:43:07.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-11-01T07:43:07.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-11-01T07:43:07.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-11-01T07:43:07.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25442024-11-01T07:43:07.624Z
25452024-11-01T07:43:07.624Zinfo: running `cargo check --bins` on nexus-inventory (80/168)
25462024-11-01T07:43:08.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-11-01T07:43:08.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-11-01T07:43:08.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-11-01T07:43:08.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25502024-11-01T07:43:08.237Z
25512024-11-01T07:43:08.237Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168)
25522024-11-01T07:43:08.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-11-01T07:43:08.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-11-01T07:43:08.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-11-01T07:43:08.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25562024-11-01T07:43:08.833Z
25572024-11-01T07:43:08.833Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/168)
25582024-11-01T07:43:09.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-11-01T07:43:09.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-11-01T07:43:09.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-11-01T07:43:09.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25622024-11-01T07:43:09.430Z
25632024-11-01T07:43:09.431Zinfo: running `cargo check --bins` on typed-rng (83/168)
25642024-11-01T07:43:09.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-11-01T07:43:09.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-11-01T07:43:09.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-11-01T07:43:09.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25682024-11-01T07:43:10.008Z
25692024-11-01T07:43:10.008Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168)
25702024-11-01T07:43:10.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-11-01T07:43:10.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-11-01T07:43:10.720Z Checking keccak v0.1.5
25732024-11-01T07:43:10.824Z Checking secrecy v0.8.0
25742024-11-01T07:43:10.827Z Compiling unicase v2.7.0
25752024-11-01T07:43:10.827Z Compiling same-file v1.0.6
25762024-11-01T07:43:10.827Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25772024-11-01T07:43:10.845Z Compiling tempfile v3.13.0
25782024-11-01T07:43:10.876Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25792024-11-01T07:43:10.878Z Compiling thiserror-impl-no-std v2.0.2
25802024-11-01T07:43:11.025Z Compiling walkdir v2.5.0
25812024-11-01T07:43:11.094Z Checking universal-hash v0.5.1
25822024-11-01T07:43:11.110Z Checking sha3 v0.10.8
25832024-11-01T07:43:11.196Z Compiling ring v0.16.20
25842024-11-01T07:43:11.289Z Compiling blake3 v1.5.4
25852024-11-01T07:43:11.326Z Checking opaque-debug v0.3.1
25862024-11-01T07:43:11.451Z Checking poly1305 v0.8.0
25872024-11-01T07:43:11.517Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25882024-11-01T07:43:11.692Z Checking chacha20 v0.9.1
25892024-11-01T07:43:11.713Z Checking aead v0.5.2
25902024-11-01T07:43:11.748Z Compiling memmap2 v0.9.5
25912024-11-01T07:43:11.812Z Compiling spin v0.5.2
25922024-11-01T07:43:11.933Z Compiling constant_time_eq v0.3.1
25932024-11-01T07:43:11.970Z Compiling salty v0.3.0
25942024-11-01T07:43:12.045Z Compiling home v0.5.9
25952024-11-01T07:43:12.051Z Compiling arrayref v0.3.9
25962024-11-01T07:43:12.103Z Compiling arrayvec v0.7.6
25972024-11-01T07:43:12.170Z Compiling untrusted v0.7.1
25982024-11-01T07:43:12.174Z Compiling libefi-sys v0.1.0
25992024-11-01T07:43:12.307Z Compiling toolchain_find v0.4.0
26002024-11-01T07:43:12.339Z Checking chacha20poly1305 v0.10.1
26012024-11-01T07:43:12.495Z Compiling camino-tempfile v1.1.1
26022024-11-01T07:43:12.521Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26032024-11-01T07:43:12.685Z Compiling bitfield-struct v0.6.2
26042024-11-01T07:43:12.846Z Compiling topological-sort v0.2.2
26052024-11-01T07:43:12.918Z Compiling mime_guess v2.0.5
26062024-11-01T07:43:12.951Z Compiling rustfmt-wrapper v0.2.1
26072024-11-01T07:43:13.454Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26082024-11-01T07:43:13.522Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26092024-11-01T07:43:13.603Z Checking primeorder v0.13.6
26102024-11-01T07:43:13.769Z Checking env_filter v0.1.2
26112024-11-01T07:43:13.812Z Checking thiserror-no-std v2.0.2
26122024-11-01T07:43:13.815Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26132024-11-01T07:43:13.920Z Checking vsss-rs v3.3.4
26142024-11-01T07:43:13.990Z Checking env_logger v0.11.5
26152024-11-01T07:43:14.065Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162024-11-01T07:43:14.082Z Checking p384 v0.13.0
26172024-11-01T07:43:14.168Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26182024-11-01T07:43:14.224Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26192024-11-01T07:43:14.450Z Checking gethostname v0.5.0
26202024-11-01T07:43:14.564Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26212024-11-01T07:43:14.579Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26222024-11-01T07:43:14.640Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232024-11-01T07:43:14.943Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26242024-11-01T07:43:14.997Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26252024-11-01T07:43:15.274Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26262024-11-01T07:43:15.282Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26272024-11-01T07:43:15.495Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26282024-11-01T07:43:15.565Z Checking nanorand v0.7.0
26292024-11-01T07:43:15.583Z Checking atty v0.2.14
26302024-11-01T07:43:15.596Z Checking glob v0.3.1
26312024-11-01T07:43:15.696Z Checking http-range v0.1.5
26322024-11-01T07:43:15.884Z Checking hyper-staticfile v0.10.1
26332024-11-01T07:43:15.905Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26342024-11-01T07:43:15.925Z Checking flume v0.11.1
26352024-11-01T07:43:16.415Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26362024-11-01T07:43:16.495Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26372024-11-01T07:43:16.675Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26382024-11-01T07:43:17.112Z Compiling omicron-zone-package v0.11.1
26392024-11-01T07:43:17.367Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26402024-11-01T07:43:17.848Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26412024-11-01T07:43:18.353Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26422024-11-01T07:43:18.369Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26432024-11-01T07:43:18.575Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26442024-11-01T07:43:19.074Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26452024-11-01T07:43:19.137Z Checking display-error-chain v0.2.1
26462024-11-01T07:43:19.811Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26472024-11-01T07:43:21.061Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26482024-11-01T07:43:22.485Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26492024-11-01T07:43:22.489Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26502024-11-01T07:43:34.161Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26512024-11-01T07:44:22.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
26522024-11-01T07:44:22.938Z
26532024-11-01T07:44:22.938Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168)
26542024-11-01T07:44:23.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-11-01T07:44:23.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-11-01T07:44:23.635Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26572024-11-01T07:45:12.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.49s
26582024-11-01T07:45:12.644Z
26592024-11-01T07:45:12.644Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168)
26602024-11-01T07:45:13.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-11-01T07:45:13.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-11-01T07:45:13.338Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26632024-11-01T07:46:02.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.75s
26642024-11-01T07:46:02.598Z
26652024-11-01T07:46:02.598Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168)
26662024-11-01T07:46:03.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-11-01T07:46:03.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-11-01T07:46:03.278Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26692024-11-01T07:46:51.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.20s
26702024-11-01T07:46:51.989Z
26712024-11-01T07:46:51.989Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168)
26722024-11-01T07:46:52.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-11-01T07:46:52.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-11-01T07:46:52.668Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26752024-11-01T07:47:41.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.46s
26762024-11-01T07:47:41.643Z
26772024-11-01T07:47:41.643Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168)
26782024-11-01T07:47:42.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-11-01T07:47:42.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-11-01T07:47:42.334Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26812024-11-01T07:48:30.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.98s
26822024-11-01T07:48:30.836Z
26832024-11-01T07:48:30.836Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168)
26842024-11-01T07:48:31.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-11-01T07:48:31.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-11-01T07:48:31.524Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26872024-11-01T07:49:20.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.64s
26882024-11-01T07:49:20.677Z
26892024-11-01T07:49:20.677Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168)
26902024-11-01T07:49:21.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912024-11-01T07:49:21.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922024-11-01T07:49:21.356Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26932024-11-01T07:50:10.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.95s
26942024-11-01T07:50:10.821Z
26952024-11-01T07:50:10.821Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/168)
26962024-11-01T07:50:11.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-11-01T07:50:11.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-11-01T07:50:11.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992024-11-01T07:50:11.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27002024-11-01T07:50:11.444Z
27012024-11-01T07:50:11.444Zinfo: running `cargo check --bins` on sled-agent-types (93/168)
27022024-11-01T07:50:11.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032024-11-01T07:50:11.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042024-11-01T07:50:11.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052024-11-01T07:50:11.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27062024-11-01T07:50:12.058Z
27072024-11-01T07:50:12.058Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/168)
27082024-11-01T07:50:12.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092024-11-01T07:50:12.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102024-11-01T07:50:12.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112024-11-01T07:50:12.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27122024-11-01T07:50:12.662Z
27132024-11-01T07:50:12.662Zinfo: running `cargo check --bins` on dpd-client (95/168)
27142024-11-01T07:50:13.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152024-11-01T07:50:13.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162024-11-01T07:50:13.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172024-11-01T07:50:13.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27182024-11-01T07:50:13.252Z
27192024-11-01T07:50:13.252Zinfo: running `cargo check --bins` on installinator-common (96/168)
27202024-11-01T07:50:13.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212024-11-01T07:50:13.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222024-11-01T07:50:13.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232024-11-01T07:50:13.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27242024-11-01T07:50:13.863Z
27252024-11-01T07:50:13.863Zinfo: running `cargo check --bins` on key-manager (97/168)
27262024-11-01T07:50:14.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272024-11-01T07:50:14.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282024-11-01T07:50:14.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292024-11-01T07:50:14.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27302024-11-01T07:50:14.453Z
27312024-11-01T07:50:14.453Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/168)
27322024-11-01T07:50:14.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332024-11-01T07:50:14.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342024-11-01T07:50:14.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352024-11-01T07:50:14.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27362024-11-01T07:50:15.054Z
27372024-11-01T07:50:15.054Zinfo: running `cargo check --bins` on repo-depot-api (99/168)
27382024-11-01T07:50:15.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392024-11-01T07:50:15.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402024-11-01T07:50:15.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412024-11-01T07:50:15.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27422024-11-01T07:50:15.641Z
27432024-11-01T07:50:15.641Zinfo: running `cargo check --bins` on repo-depot-client (100/168)
27442024-11-01T07:50:16.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452024-11-01T07:50:16.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462024-11-01T07:50:16.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472024-11-01T07:50:16.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27482024-11-01T07:50:16.218Z
27492024-11-01T07:50:16.218Zinfo: running `cargo check --bins` on sled-agent-api (101/168)
27502024-11-01T07:50:16.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-11-01T07:50:16.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-11-01T07:50:16.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532024-11-01T07:50:16.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27542024-11-01T07:50:16.824Z
27552024-11-01T07:50:16.824Zinfo: running `cargo check --bins` on sled-hardware (102/168)
27562024-11-01T07:50:17.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-11-01T07:50:17.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-11-01T07:50:17.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-11-01T07:50:17.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27602024-11-01T07:50:17.428Z
27612024-11-01T07:50:17.428Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/168)
27622024-11-01T07:50:17.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-11-01T07:50:17.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-11-01T07:50:17.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-11-01T07:50:17.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27662024-11-01T07:50:18.035Z
27672024-11-01T07:50:18.035Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168)
27682024-11-01T07:50:18.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-11-01T07:50:18.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-11-01T07:50:18.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-11-01T07:50:18.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27722024-11-01T07:50:18.640Z
27732024-11-01T07:50:18.640Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/168)
27742024-11-01T07:50:19.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-11-01T07:50:19.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-11-01T07:50:19.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-11-01T07:50:19.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27782024-11-01T07:50:19.255Z
27792024-11-01T07:50:19.255Zinfo: running `cargo check --bins` on nexus-test-interface (106/168)
27802024-11-01T07:50:19.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-11-01T07:50:19.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-11-01T07:50:19.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-11-01T07:50:19.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27842024-11-01T07:50:19.870Z
27852024-11-01T07:50:19.870Zinfo: running `cargo check --bins` on oximeter-collector (107/168)
27862024-11-01T07:50:20.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-11-01T07:50:20.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-11-01T07:50:20.518Z Compiling phf_generator v0.11.2
27892024-11-01T07:50:20.520Z Compiling parse-zoneinfo v0.3.1
27902024-11-01T07:50:20.628Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27912024-11-01T07:50:20.632Z Checking bcs v0.1.6
27922024-11-01T07:50:20.632Z Compiling async-recursion v1.1.1
27932024-11-01T07:50:20.632Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27942024-11-01T07:50:20.632Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27952024-11-01T07:50:20.719Z Compiling phf_codegen v0.11.2
27962024-11-01T07:50:21.202Z Compiling chrono-tz-build v0.4.0
27972024-11-01T07:50:22.138Z Compiling chrono-tz v0.10.0
27982024-11-01T07:50:29.383Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992024-11-01T07:50:33.629Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28002024-11-01T07:50:36.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.19s
28012024-11-01T07:50:36.233Z
28022024-11-01T07:50:36.233Zinfo: running `cargo check --bins` on oximeter-api (108/168)
28032024-11-01T07:50:36.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-11-01T07:50:36.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-11-01T07:50:36.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-11-01T07:50:36.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28072024-11-01T07:50:36.820Z
28082024-11-01T07:50:36.820Zinfo: running `cargo check --bins` on oximeter-client (109/168)
28092024-11-01T07:50:37.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-11-01T07:50:37.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-11-01T07:50:37.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-11-01T07:50:37.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28132024-11-01T07:50:37.402Z
28142024-11-01T07:50:37.402Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/168)
28152024-11-01T07:50:37.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-11-01T07:50:37.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-11-01T07:50:38.001Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182024-11-01T07:50:38.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
28192024-11-01T07:50:38.781Z
28202024-11-01T07:50:38.781Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168)
28212024-11-01T07:50:39.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-11-01T07:50:39.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-11-01T07:50:39.398Z Compiling cfg_aliases v0.1.1
28242024-11-01T07:50:39.401Z Compiling vte_generate_state_changes v0.1.2
28252024-11-01T07:50:39.401Z Checking fd-lock v4.0.2
28262024-11-01T07:50:39.401Z Checking bytecount v0.6.8
28272024-11-01T07:50:39.495Z Compiling tabled_derive v0.7.0
28282024-11-01T07:50:39.504Z Compiling peg-macros v0.8.4
28292024-11-01T07:50:39.512Z Compiling sqlparser_derive v0.2.2
28302024-11-01T07:50:39.514Z Checking nu-ansi-term v0.50.1
28312024-11-01T07:50:39.572Z Compiling nix v0.28.0
28322024-11-01T07:50:39.622Z Checking papergrid v0.11.0
28332024-11-01T07:50:39.692Z Checking home v0.5.9
28342024-11-01T07:50:39.837Z Checking unicode_categories v0.1.1
28352024-11-01T07:50:40.127Z Checking vte v0.11.1
28362024-11-01T07:50:40.142Z Checking sqlformat v0.2.6
28372024-11-01T07:50:40.556Z Checking sqlparser v0.45.0
28382024-11-01T07:50:41.420Z Checking strip-ansi-escapes v0.2.0
28392024-11-01T07:50:41.452Z Checking tabled v0.15.0
28402024-11-01T07:50:41.571Z Checking reedline v0.35.0
28412024-11-01T07:50:42.044Z Checking peg v0.8.4
28422024-11-01T07:50:43.023Z Checking rustyline v14.0.0
28432024-11-01T07:50:46.749Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442024-11-01T07:50:53.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
28452024-11-01T07:50:53.262Z
28462024-11-01T07:50:53.262Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168)
28472024-11-01T07:50:53.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-11-01T07:50:53.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-11-01T07:50:53.875Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502024-11-01T07:51:00.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.05s
28512024-11-01T07:51:00.499Z
28522024-11-01T07:51:00.499Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168)
28532024-11-01T07:51:01.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-11-01T07:51:01.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-11-01T07:51:01.111Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562024-11-01T07:51:06.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
28572024-11-01T07:51:06.297Z
28582024-11-01T07:51:06.298Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168)
28592024-11-01T07:51:06.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-11-01T07:51:06.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-11-01T07:51:06.909Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622024-11-01T07:51:12.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s
28632024-11-01T07:51:13.163Z
28642024-11-01T07:51:13.163Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168)
28652024-11-01T07:51:13.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-11-01T07:51:13.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-11-01T07:51:13.778Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682024-11-01T07:51:20.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s
28692024-11-01T07:51:20.169Z
28702024-11-01T07:51:20.169Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168)
28712024-11-01T07:51:20.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-11-01T07:51:20.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-11-01T07:51:20.782Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742024-11-01T07:51:25.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
28752024-11-01T07:51:26.124Z
28762024-11-01T07:51:26.124Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168)
28772024-11-01T07:51:26.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-11-01T07:51:26.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-11-01T07:51:26.746Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28802024-11-01T07:51:31.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
28812024-11-01T07:51:32.167Z
28822024-11-01T07:51:32.167Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168)
28832024-11-01T07:51:32.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-11-01T07:51:32.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-11-01T07:51:32.790Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28862024-11-01T07:51:39.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.00s
28872024-11-01T07:51:39.352Z
28882024-11-01T07:51:39.352Zinfo: running `cargo check --bins` on oximeter-test-utils (119/168)
28892024-11-01T07:51:39.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-11-01T07:51:39.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-11-01T07:51:39.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-11-01T07:51:39.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28932024-11-01T07:51:39.967Z
28942024-11-01T07:51:39.967Zinfo: running `cargo check --bins` on cockroach-admin-client (120/168)
28952024-11-01T07:51:40.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-11-01T07:51:40.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-11-01T07:51:40.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-11-01T07:51:40.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28992024-11-01T07:51:40.553Z
29002024-11-01T07:51:40.553Zinfo: running `cargo check --bins` on installinator-client (121/168)
29012024-11-01T07:51:41.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-11-01T07:51:41.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-11-01T07:51:41.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-11-01T07:51:41.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29052024-11-01T07:51:41.157Z
29062024-11-01T07:51:41.157Zinfo: running `cargo check --bins` on oxide-client (122/168)
29072024-11-01T07:51:41.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-11-01T07:51:41.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-11-01T07:51:41.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102024-11-01T07:51:41.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29112024-11-01T07:51:41.737Z
29122024-11-01T07:51:41.737Zinfo: running `cargo check --bins` on wicketd-client (123/168)
29132024-11-01T07:51:42.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-11-01T07:51:42.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-11-01T07:51:42.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162024-11-01T07:51:42.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29172024-11-01T07:51:42.364Z
29182024-11-01T07:51:42.364Zinfo: running `cargo check --bins` on wicket-common (124/168)
29192024-11-01T07:51:42.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202024-11-01T07:51:42.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212024-11-01T07:51:42.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222024-11-01T07:51:42.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29232024-11-01T07:51:42.974Z
29242024-11-01T07:51:42.974Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/168)
29252024-11-01T07:51:43.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262024-11-01T07:51:43.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272024-11-01T07:51:43.590Z Checking csv-core v0.1.11
29282024-11-01T07:51:43.592Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29292024-11-01T07:51:43.894Z Checking csv v1.3.0
29302024-11-01T07:51:44.415Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29312024-11-01T07:51:44.768Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29322024-11-01T07:51:45.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
29332024-11-01T07:51:46.151Z
29342024-11-01T07:51:46.151Zinfo: running `cargo check --bins` on cockroach-admin-api (126/168)
29352024-11-01T07:51:46.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-11-01T07:51:46.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-11-01T07:51:46.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382024-11-01T07:51:46.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29392024-11-01T07:51:46.742Z
29402024-11-01T07:51:46.742Zinfo: running `cargo check --bins` on cockroach-admin-types (127/168)
29412024-11-01T07:51:47.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422024-11-01T07:51:47.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432024-11-01T07:51:47.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442024-11-01T07:51:47.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29452024-11-01T07:51:47.331Z
29462024-11-01T07:51:47.331Zinfo: running `cargo check --bins` on cert-dev (128/168)
29472024-11-01T07:51:47.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482024-11-01T07:51:47.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492024-11-01T07:51:47.900Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29502024-11-01T07:51:48.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29512024-11-01T07:51:48.322Z
29522024-11-01T07:51:48.322Zinfo: running `cargo check --bins` on ch-dev (129/168)
29532024-11-01T07:51:48.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542024-11-01T07:51:48.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552024-11-01T07:51:48.937Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29562024-11-01T07:51:49.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
29572024-11-01T07:51:49.808Z
29582024-11-01T07:51:49.808Zinfo: running `cargo check --bins` on crdb-seed (130/168)
29592024-11-01T07:51:50.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-11-01T07:51:50.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-11-01T07:51:50.424Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29622024-11-01T07:51:50.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
29632024-11-01T07:51:50.920Z
29642024-11-01T07:51:50.920Zinfo: running `cargo check --bins` on db-dev (131/168)
29652024-11-01T07:51:51.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-11-01T07:51:51.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-11-01T07:51:51.526Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29682024-11-01T07:51:52.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
29692024-11-01T07:51:52.398Z
29702024-11-01T07:51:52.398Zinfo: running `cargo check --bins` on omicron-dev-lib (132/168)
29712024-11-01T07:51:52.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-11-01T07:51:52.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-11-01T07:51:52.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742024-11-01T07:51:52.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29752024-11-01T07:51:53.001Z
29762024-11-01T07:51:53.001Zinfo: running `cargo check --bins` on xtask-downloader (133/168)
29772024-11-01T07:51:53.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-11-01T07:51:53.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-11-01T07:51:53.567Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29802024-11-01T07:51:54.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
29812024-11-01T07:51:54.654Z
29822024-11-01T07:51:54.654Zinfo: running `cargo check --bins` on omicron-ls-apis (134/168)
29832024-11-01T07:51:55.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-11-01T07:51:55.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-11-01T07:51:55.242Z Checking cargo-platform v0.1.8
29862024-11-01T07:51:55.506Z Checking cargo_metadata v0.18.1
29872024-11-01T07:51:56.466Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29882024-11-01T07:51:57.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
29892024-11-01T07:51:57.360Z
29902024-11-01T07:51:57.361Zinfo: running `cargo check --bins` on mgs-dev (135/168)
29912024-11-01T07:51:57.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-11-01T07:51:57.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-11-01T07:51:58.029Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29942024-11-01T07:51:58.706Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29952024-11-01T07:51:59.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
29962024-11-01T07:51:59.396Z
29972024-11-01T07:51:59.396Zinfo: running `cargo check --bins` on omicron-omdb (136/168)
29982024-11-01T07:51:59.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-11-01T07:51:59.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-11-01T07:52:00.138Z Compiling glob v0.3.1
30012024-11-01T07:52:00.138Z Compiling crunchy v0.2.2
30022024-11-01T07:52:00.141Z Compiling tiny-keccak v2.0.2
30032024-11-01T07:52:00.141Z Compiling dsl_auto_type v0.1.2
30042024-11-01T07:52:00.141Z Checking scheduled-thread-pool v0.2.7
30052024-11-01T07:52:00.142Z Compiling diesel_table_macro_syntax v0.2.0
30062024-11-01T07:52:00.257Z Compiling ascii-canvas v3.0.0
30072024-11-01T07:52:00.266Z Compiling ena v0.14.3
30082024-11-01T07:52:00.469Z Checking r2d2 v0.8.10
30092024-11-01T07:52:00.594Z Compiling libloading v0.8.5
30102024-11-01T07:52:00.660Z Compiling bindgen v0.69.5
30112024-11-01T07:52:00.722Z Compiling regex-syntax v0.6.29
30122024-11-01T07:52:00.797Z Compiling diff v0.1.13
30132024-11-01T07:52:00.800Z Compiling which v4.4.2
30142024-11-01T07:52:00.997Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30152024-11-01T07:52:01.124Z Compiling clang-sys v1.8.1
30162024-11-01T07:52:01.232Z Compiling cexpr v0.6.0
30172024-11-01T07:52:01.415Z Compiling rustc-hash v1.1.0
30182024-11-01T07:52:01.432Z Compiling lazycell v1.3.0
30192024-11-01T07:52:01.473Z Compiling ref-cast v1.0.23
30202024-11-01T07:52:01.572Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30212024-11-01T07:52:01.590Z Compiling derive_builder_core v0.20.2
30222024-11-01T07:52:01.593Z Compiling libxml v0.3.3
30232024-11-01T07:52:01.817Z Compiling diesel_derives v2.2.3
30242024-11-01T07:52:01.855Z Compiling ref-cast-impl v1.0.23
30252024-11-01T07:52:01.986Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30262024-11-01T07:52:02.145Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30272024-11-01T07:52:02.505Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30282024-11-01T07:52:02.806Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30292024-11-01T07:52:02.863Z Compiling strum_macros v0.24.3
30302024-11-01T07:52:03.142Z Compiling indoc v1.0.9
30312024-11-01T07:52:03.788Z Compiling derive_builder_macro v0.20.2
30322024-11-01T07:52:04.115Z Compiling lalrpop v0.19.12
30332024-11-01T07:52:04.671Z Checking derive_builder v0.20.2
30342024-11-01T07:52:04.830Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30352024-11-01T07:52:05.068Z Compiling oso-derive v0.27.3
30362024-11-01T07:52:05.146Z Compiling impl-trait-for-tuples v0.2.2
30372024-11-01T07:52:05.426Z Checking quick-xml v0.33.0
30382024-11-01T07:52:06.304Z Compiling diesel-dtrace v0.3.0
30392024-11-01T07:52:06.503Z Checking maplit v1.0.2
30402024-11-01T07:52:06.655Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30412024-11-01T07:52:06.700Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30422024-11-01T07:52:07.023Z Checking bb8 v0.8.5
30432024-11-01T07:52:07.548Z Compiling const_format_proc_macros v0.2.33
30442024-11-01T07:52:07.675Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30452024-11-01T07:52:07.978Z Checking castaway v0.2.3
30462024-11-01T07:52:08.158Z Checking rand_seeder v0.3.0
30472024-11-01T07:52:08.311Z Checking compact_str v0.8.0
30482024-11-01T07:52:08.413Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30492024-11-01T07:52:08.664Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30502024-11-01T07:52:09.199Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30512024-11-01T07:52:09.537Z Checking const_format v0.2.33
30522024-11-01T07:52:09.970Z Checking unicode-truncate v1.1.0
30532024-11-01T07:52:10.069Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30542024-11-01T07:52:10.234Z Checking lru v0.12.5
30552024-11-01T07:52:10.380Z Compiling instability v0.3.2
30562024-11-01T07:52:10.532Z Checking smawk v0.3.2
30572024-11-01T07:52:10.750Z Checking is_ci v1.2.0
30582024-11-01T07:52:10.894Z Checking unicode-linebreak v0.1.5
30592024-11-01T07:52:11.148Z Checking cassowary v0.3.0
30602024-11-01T07:52:11.317Z Checking textwrap v0.16.1
30612024-11-01T07:52:11.432Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30622024-11-01T07:52:11.583Z Checking ratatui v0.28.1
30632024-11-01T07:52:11.738Z Checking supports-color v3.0.1
30642024-11-01T07:52:11.975Z Checking multimap v0.10.0
30652024-11-01T07:52:13.434Z Checking diesel v2.2.4
30662024-11-01T07:52:36.619Z Compiling samael v0.0.17
30672024-11-01T07:52:49.506Z Compiling polar-core v0.27.3
30682024-11-01T07:52:49.645Z Checking async-bb8-diesel v0.2.1
30692024-11-01T07:52:57.035Z Checking oso v0.27.3
30702024-11-01T07:54:33.343Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30712024-11-01T07:54:41.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s
30722024-11-01T07:54:41.487Z
30732024-11-01T07:54:41.487Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168)
30742024-11-01T07:54:42.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-11-01T07:54:42.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-11-01T07:54:42.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772024-11-01T07:54:42.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30782024-11-01T07:54:42.134Z
30792024-11-01T07:54:42.134Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/168)
30802024-11-01T07:54:42.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-11-01T07:54:42.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-11-01T07:54:42.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832024-11-01T07:54:42.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30842024-11-01T07:54:42.767Z
30852024-11-01T07:54:42.767Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/168)
30862024-11-01T07:54:43.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-11-01T07:54:43.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-11-01T07:54:43.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892024-11-01T07:54:43.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30902024-11-01T07:54:43.341Z
30912024-11-01T07:54:43.341Zinfo: running `cargo check --bins` on omicron-nexus (140/168)
30922024-11-01T07:54:43.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-11-01T07:54:43.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-11-01T07:54:44.103Z Compiling libz-sys v1.1.20
30952024-11-01T07:54:44.211Z Checking http v0.2.12
30962024-11-01T07:54:44.214Z Compiling libgit2-sys v0.17.0+1.8.1
30972024-11-01T07:54:44.233Z Compiling vergen v8.3.2
30982024-11-01T07:54:44.236Z Compiling cargo-platform v0.1.8
30992024-11-01T07:54:44.236Z Compiling pin-project-internal v1.1.6
31002024-11-01T07:54:44.273Z Compiling libsqlite3-sys v0.30.1
31012024-11-01T07:54:44.273Z Compiling snafu-derive v0.8.5
31022024-11-01T07:54:44.538Z Compiling cfg_aliases v0.2.1
31032024-11-01T07:54:44.655Z Compiling cargo_metadata v0.18.1
31042024-11-01T07:54:44.788Z Compiling buf-list v1.0.3
31052024-11-01T07:54:44.810Z Checking sync_wrapper v0.1.2
31062024-11-01T07:54:44.935Z Compiling rustls v0.21.12
31072024-11-01T07:54:45.238Z Compiling nix v0.29.0
31082024-11-01T07:54:45.279Z Checking globset v0.4.15
31092024-11-01T07:54:45.513Z Checking rustls-webpki v0.101.7
31102024-11-01T07:54:45.558Z Checking http-body v0.4.6
31112024-11-01T07:54:45.786Z Checking h2 v0.3.26
31122024-11-01T07:54:45.948Z Checking olpc-cjson v0.1.4
31132024-11-01T07:54:46.083Z Checking sct v0.7.1
31142024-11-01T07:54:46.181Z Checking serde_plain v1.0.2
31152024-11-01T07:54:46.223Z Checking typed-path v0.7.1
31162024-11-01T07:54:47.142Z Checking pin-project v1.1.6
31172024-11-01T07:54:47.215Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31182024-11-01T07:54:47.263Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31192024-11-01T07:54:47.512Z Checking hashlink v0.9.1
31202024-11-01T07:54:47.552Z Checking fallible-iterator v0.3.0
31212024-11-01T07:54:48.129Z Checking parse-size v1.1.0
31222024-11-01T07:54:48.132Z Checking fallible-streaming-iterator v0.1.9
31232024-11-01T07:54:48.231Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31242024-11-01T07:54:48.290Z Checking rustls-pemfile v1.0.4
31252024-11-01T07:54:48.357Z Checking rusqlite v0.32.1
31262024-11-01T07:54:48.479Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31272024-11-01T07:54:48.698Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31282024-11-01T07:54:48.765Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31292024-11-01T07:54:48.896Z Checking twox-hash v1.6.3
31302024-11-01T07:54:49.209Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31312024-11-01T07:54:49.415Z Checking tokio-rustls v0.24.1
31322024-11-01T07:54:49.554Z Checking snafu v0.8.5
31332024-11-01T07:54:49.769Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31342024-11-01T07:54:49.912Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31352024-11-01T07:54:50.067Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31362024-11-01T07:54:50.260Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31372024-11-01T07:54:50.480Z Checking fatfs v0.3.6
31382024-11-01T07:54:51.080Z Checking assert_matches v1.5.0
31392024-11-01T07:54:51.761Z Checking hyper v0.14.30
31402024-11-01T07:54:55.774Z Checking reqwest v0.11.27
31412024-11-01T07:54:56.533Z Checking tough v0.17.1
31422024-11-01T07:54:57.169Z Compiling git2 v0.19.0
31432024-11-01T07:54:59.655Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31442024-11-01T07:55:00.851Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31452024-11-01T07:55:02.420Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31462024-11-01T07:58:34.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 50s
31472024-11-01T07:58:34.455Z
31482024-11-01T07:58:34.455Zinfo: running `cargo check --bins` on nexus-external-api (141/168)
31492024-11-01T07:58:35.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-11-01T07:58:35.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-11-01T07:58:35.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522024-11-01T07:58:35.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31532024-11-01T07:58:35.108Z
31542024-11-01T07:58:35.108Zinfo: running `cargo check --bins` on openapi-manager-types (142/168)
31552024-11-01T07:58:35.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-11-01T07:58:35.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-11-01T07:58:35.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582024-11-01T07:58:35.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31592024-11-01T07:58:35.683Z
31602024-11-01T07:58:35.683Zinfo: running `cargo check --bins` on nexus-internal-api (143/168)
31612024-11-01T07:58:36.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622024-11-01T07:58:36.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632024-11-01T07:58:36.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642024-11-01T07:58:36.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31652024-11-01T07:58:36.299Z
31662024-11-01T07:58:36.299Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/168)
31672024-11-01T07:58:36.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682024-11-01T07:58:36.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692024-11-01T07:58:36.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702024-11-01T07:58:36.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31712024-11-01T07:58:36.942Z
31722024-11-01T07:58:36.942Zinfo: running `cargo check --bins` on nexus-networking (145/168)
31732024-11-01T07:58:37.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-11-01T07:58:37.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-11-01T07:58:37.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762024-11-01T07:58:37.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31772024-11-01T07:58:37.575Z
31782024-11-01T07:58:37.575Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/168)
31792024-11-01T07:58:38.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802024-11-01T07:58:38.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812024-11-01T07:58:38.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822024-11-01T07:58:38.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31832024-11-01T07:58:38.210Z
31842024-11-01T07:58:38.210Zinfo: running `cargo check --bins` on update-common (147/168)
31852024-11-01T07:58:38.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862024-11-01T07:58:38.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872024-11-01T07:58:38.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882024-11-01T07:58:38.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31892024-11-01T07:58:38.829Z
31902024-11-01T07:58:38.829Zinfo: running `cargo check --bins` on tufaceous-lib (148/168)
31912024-11-01T07:58:39.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922024-11-01T07:58:39.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932024-11-01T07:58:39.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942024-11-01T07:58:39.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31952024-11-01T07:58:39.443Z
31962024-11-01T07:58:39.443Zinfo: running `cargo check --bins` on tufaceous (149/168)
31972024-11-01T07:58:39.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982024-11-01T07:58:39.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992024-11-01T07:58:40.077Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32002024-11-01T07:58:40.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
32012024-11-01T07:58:41.161Z
32022024-11-01T07:58:41.161Zinfo: running `cargo check --bins` on omicron-dev (150/168)
32032024-11-01T07:58:41.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042024-11-01T07:58:41.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052024-11-01T07:58:41.961Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32062024-11-01T07:58:42.081Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072024-11-01T07:58:42.084Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082024-11-01T07:58:42.084Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32092024-11-01T07:59:37.195Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32102024-11-01T07:59:37.198Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32112024-11-01T07:59:37.198Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32122024-11-01T07:59:37.198Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32132024-11-01T07:59:37.198Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32142024-11-01T07:59:37.940Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32152024-11-01T07:59:39.188Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32162024-11-01T08:02:59.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 18s
32172024-11-01T08:02:59.587Z
32182024-11-01T08:02:59.587Zinfo: running `cargo check --bins` on openapi-manager (151/168)
32192024-11-01T08:03:00.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-11-01T08:03:00.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-11-01T08:03:00.271Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32222024-11-01T08:03:00.274Z Checking heck v0.4.1
32232024-11-01T08:03:00.274Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32242024-11-01T08:03:00.513Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32252024-11-01T08:03:01.897Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32262024-11-01T08:03:02.711Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32272024-11-01T08:03:03.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
32282024-11-01T08:03:03.903Z
32292024-11-01T08:03:03.903Zinfo: running `cargo check --bins` on installinator-api (152/168)
32302024-11-01T08:03:04.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312024-11-01T08:03:04.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322024-11-01T08:03:04.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332024-11-01T08:03:04.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32342024-11-01T08:03:04.521Z
32352024-11-01T08:03:04.521Zinfo: running `cargo check --bins` on wicketd-api (153/168)
32362024-11-01T08:03:05.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372024-11-01T08:03:05.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382024-11-01T08:03:05.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392024-11-01T08:03:05.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32402024-11-01T08:03:05.144Z
32412024-11-01T08:03:05.144Zinfo: running `cargo check --bins` on reconfigurator-cli (154/168)
32422024-11-01T08:03:05.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432024-11-01T08:03:05.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442024-11-01T08:03:05.783Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32452024-11-01T08:03:06.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
32462024-11-01T08:03:07.116Z
32472024-11-01T08:03:07.116Zinfo: running `cargo check --bins` on omicron-releng (155/168)
32482024-11-01T08:03:07.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492024-11-01T08:03:07.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502024-11-01T08:03:07.760Z Checking memmap2 v0.9.5
32512024-11-01T08:03:07.763Z Checking arrayvec v0.7.6
32522024-11-01T08:03:07.763Z Checking untrusted v0.7.1
32532024-11-01T08:03:07.764Z Checking spin v0.5.2
32542024-11-01T08:03:07.764Z Checking constant_time_eq v0.3.1
32552024-11-01T08:03:07.764Z Checking arrayref v0.3.9
32562024-11-01T08:03:07.869Z Checking topological-sort v0.2.2
32572024-11-01T08:03:07.890Z Checking shell-words v1.1.0
32582024-11-01T08:03:08.045Z Checking ring v0.16.20
32592024-11-01T08:03:08.145Z Checking blake3 v1.5.4
32602024-11-01T08:03:09.186Z Checking omicron-zone-package v0.11.1
32612024-11-01T08:03:10.304Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32622024-11-01T08:03:11.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
32632024-11-01T08:03:11.370Z
32642024-11-01T08:03:11.370Zinfo: running `cargo check --bins` on xtask (156/168)
32652024-11-01T08:03:11.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662024-11-01T08:03:11.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672024-11-01T08:03:11.797Z Checking bitflags v2.6.0
32682024-11-01T08:03:11.800Z Checking serde v1.0.210
32692024-11-01T08:03:11.800Z Checking thiserror v1.0.64
32702024-11-01T08:03:11.887Z Checking scroll v0.12.0
32712024-11-01T08:03:11.894Z Checking log v0.4.22
32722024-11-01T08:03:11.896Z Checking hashbrown v0.15.0
32732024-11-01T08:03:11.896Z Checking zerocopy v0.7.35
32742024-11-01T08:03:11.924Z Checking syn v2.0.79
32752024-11-01T08:03:11.981Z Checking pest v2.7.14
32762024-11-01T08:03:12.119Z Checking rustix v0.38.37
32772024-11-01T08:03:12.139Z Checking once_cell v1.20.2
32782024-11-01T08:03:12.329Z Checking goblin v0.8.2
32792024-11-01T08:03:12.440Z Checking fs-err v2.11.0
32802024-11-01T08:03:12.770Z Checking anyhow v1.0.92
32812024-11-01T08:03:12.981Z Checking indexmap v2.6.0
32822024-11-01T08:03:13.168Z Checking tabled v0.15.0
32832024-11-01T08:03:14.161Z Checking terminal_size v0.4.0
32842024-11-01T08:03:14.161Z Checking tempfile v3.13.0
32852024-11-01T08:03:14.317Z Checking clap_builder v4.5.20
32862024-11-01T08:03:14.361Z Checking dtrace-parser v0.2.0
32872024-11-01T08:03:16.217Z Checking serde_json v1.0.128
32882024-11-01T08:03:16.217Z Checking serde_spanned v0.6.8
32892024-11-01T08:03:16.217Z Checking toml_datetime v0.6.8
32902024-11-01T08:03:16.220Z Checking camino v1.1.9
32912024-11-01T08:03:16.221Z Checking semver v1.0.23
32922024-11-01T08:03:16.449Z Checking cargo-platform v0.1.8
32932024-11-01T08:03:16.473Z Checking macaddr v1.0.1
32942024-11-01T08:03:16.537Z Checking toml_edit v0.22.22
32952024-11-01T08:03:16.640Z Checking clap v4.5.20
32962024-11-01T08:03:16.776Z Checking camino-tempfile v1.1.1
32972024-11-01T08:03:17.382Z Checking dof v0.3.0
32982024-11-01T08:03:17.382Z Checking cargo_metadata v0.18.1
32992024-11-01T08:03:17.784Z Checking usdt-impl v0.5.0
33002024-11-01T08:03:18.145Z Checking usdt v0.5.0
33012024-11-01T08:03:18.364Z Checking toml v0.8.19
33022024-11-01T08:03:18.831Z Checking cargo_toml v0.20.5
33032024-11-01T08:03:20.042Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33042024-11-01T08:03:20.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s
33052024-11-01T08:03:20.767Z
33062024-11-01T08:03:20.767Zinfo: running `cargo check --bins` on end-to-end-tests (157/168)
33072024-11-01T08:03:21.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082024-11-01T08:03:21.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092024-11-01T08:03:21.491Z Checking polyval v0.6.2
33102024-11-01T08:03:21.598Z Checking ctr v0.9.2
33112024-11-01T08:03:21.610Z Checking ssh-encoding v0.2.0
33122024-11-01T08:03:21.613Z Checking blowfish v0.9.1
33132024-11-01T08:03:21.632Z Checking password-hash v0.4.2
33142024-11-01T08:03:21.635Z Checking matches v0.1.10
33152024-11-01T08:03:21.662Z Checking p521 v0.13.3
33162024-11-01T08:03:21.662Z Checking p256 v0.13.2
33172024-11-01T08:03:21.722Z Checking idna v0.2.3
33182024-11-01T08:03:21.829Z Checking bcrypt-pbkdf v0.10.0
33192024-11-01T08:03:21.847Z Checking ghash v0.5.1
33202024-11-01T08:03:21.863Z Compiling enum-as-inner v0.5.1
33212024-11-01T08:03:21.928Z Checking russh-cryptovec v0.7.3
33222024-11-01T08:03:22.007Z Checking aes-gcm v0.10.3
33232024-11-01T08:03:22.043Z Checking pbkdf2 v0.11.0
33242024-11-01T08:03:22.066Z Checking md5 v0.7.0
33252024-11-01T08:03:22.131Z Checking num-bigint v0.4.6
33262024-11-01T08:03:22.221Z Checking ssh-cipher v0.2.0
33272024-11-01T08:03:22.315Z Checking des v0.8.1
33282024-11-01T08:03:22.318Z Checking hex-literal v0.4.1
33292024-11-01T08:03:22.452Z Compiling dhcproto-macros v0.1.0
33302024-11-01T08:03:22.500Z Checking ssh-key v0.6.6
33312024-11-01T08:03:22.547Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33322024-11-01T08:03:22.574Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33332024-11-01T08:03:22.836Z Checking trust-dns-proto v0.22.0
33342024-11-01T08:03:22.946Z Checking internet-checksum v0.2.1
33352024-11-01T08:03:23.834Z Checking russh-keys v0.45.0
33362024-11-01T08:03:24.750Z Checking russh v0.45.0
33372024-11-01T08:03:25.389Z Checking dhcproto v0.12.0
33382024-11-01T08:03:46.950Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33392024-11-01T08:03:48.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.54s
33402024-11-01T08:03:48.504Z
33412024-11-01T08:03:48.504Zinfo: running `cargo check --bins` on gateway-cli (158/168)
33422024-11-01T08:03:49.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-11-01T08:03:49.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-11-01T08:03:49.113Z Checking termios v0.3.3
33452024-11-01T08:03:49.325Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33462024-11-01T08:03:50.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
33472024-11-01T08:03:50.257Z
33482024-11-01T08:03:50.257Zinfo: running `cargo check --bins --no-default-features` on installinator (159/168)
33492024-11-01T08:03:50.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-11-01T08:03:50.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-11-01T08:03:50.924Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33522024-11-01T08:03:52.916Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33532024-11-01T08:03:54.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
33542024-11-01T08:03:55.071Z
33552024-11-01T08:03:55.071Zinfo: running `cargo check --bins` on internal-dns-cli (160/168)
33562024-11-01T08:03:55.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572024-11-01T08:03:55.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582024-11-01T08:03:55.671Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33592024-11-01T08:03:56.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33602024-11-01T08:03:56.274Z
33612024-11-01T08:03:56.274Zinfo: running `cargo check --bins` on omicron-live-tests (161/168)
33622024-11-01T08:03:56.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632024-11-01T08:03:56.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642024-11-01T08:03:56.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652024-11-01T08:03:56.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33662024-11-01T08:03:56.849Z
33672024-11-01T08:03:56.849Zinfo: running `cargo check --bins` on live-tests-macros (162/168)
33682024-11-01T08:03:57.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692024-11-01T08:03:57.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702024-11-01T08:03:57.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712024-11-01T08:03:57.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33722024-11-01T08:03:57.433Z
33732024-11-01T08:03:57.433Zinfo: running `cargo check --bins` on omicron-package (163/168)
33742024-11-01T08:03:57.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752024-11-01T08:03:57.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762024-11-01T08:03:58.064Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33772024-11-01T08:03:59.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
33782024-11-01T08:03:59.475Z
33792024-11-01T08:03:59.475Zinfo: running `cargo check --bins` on wicket-dbg (164/168)
33802024-11-01T08:04:00.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812024-11-01T08:04:00.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822024-11-01T08:04:00.140Z Checking rtoolbox v0.0.2
33832024-11-01T08:04:00.143Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33842024-11-01T08:04:00.143Z Checking tui-tree-widget v0.22.0
33852024-11-01T08:04:00.360Z Checking rpassword v7.3.1
33862024-11-01T08:04:04.371Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33872024-11-01T08:04:07.523Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33882024-11-01T08:04:08.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
33892024-11-01T08:04:08.823Z
33902024-11-01T08:04:08.823Zinfo: running `cargo check --bins` on wicket (165/168)
33912024-11-01T08:04:09.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-11-01T08:04:09.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-11-01T08:04:09.476Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33942024-11-01T08:04:09.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33952024-11-01T08:04:10.044Z
33962024-11-01T08:04:10.045Zinfo: running `cargo check --bins` on wicketd (166/168)
33972024-11-01T08:04:10.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982024-11-01T08:04:10.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992024-11-01T08:04:10.728Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34002024-11-01T08:04:20.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s
34012024-11-01T08:04:20.361Z
34022024-11-01T08:04:20.361Zinfo: running `cargo check --bins` on omicron-workspace-hack (167/168)
34032024-11-01T08:04:20.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042024-11-01T08:04:20.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052024-11-01T08:04:20.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062024-11-01T08:04:20.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072024-11-01T08:04:20.940Z
34082024-11-01T08:04:20.940Zinfo: running `cargo check --bins` on zone-setup (168/168)
34092024-11-01T08:04:21.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102024-11-01T08:04:21.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112024-11-01T08:04:21.635Z Checking uzers v0.12.1
34122024-11-01T08:04:21.975Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34132024-11-01T08:04:23.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
34142024-11-01T08:04:23.219Z
34152024-11-01T08:04:23.219Zreal 24:15.944919836
34162024-11-01T08:04:23.219Zuser 36:32.440633614
34172024-11-01T08:04:23.219Zsys 5:19.136441222
34182024-11-01T08:04:23.219Ztrap 0.568693341
34192024-11-01T08:04:23.219Ztflt 2.875590734
34202024-11-01T08:04:23.219Zdflt 2.651178761
34212024-11-01T08:04:23.219Zkflt 0.001975441
34222024-11-01T08:04:23.219Zlock 1:28:37.411757569
34232024-11-01T08:04:23.222Zslp 3:26:41.714777088
34242024-11-01T08:04:23.222Zlat 1:00.908170763
34252024-11-01T08:04:23.222Zstop 3:04.807394535
34262024-11-01T08:04:23.222Zprocess exited: duration 1675613 ms, exit code 0
 
34272024-11-01T08:04:23.229Zfound 0 output files